01KY55RRDAV3CM2XZJWX5MPAAG: 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: 01KY55SJ04X3NKEQNKRTEK8MJ7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T15:06:54.246Zjob assigned to worker 01KY55STSJFTY96FA9QZ9YK768 [factory aws, i-02c09a625ad92db95] (queued for 50 s)
 
22026-07-22T15:07:00.979Zstarting task 0: "setup"
32026-07-22T15:07:00.984Z++ uname -s
42026-07-22T15:07:00.986Z+ kern=SunOS
52026-07-22T15:07:00.986Z+ build_user=build
62026-07-22T15:07:00.986Z+ build_uid=12345
72026-07-22T15:07:00.986Z+ work_dir=/work
82026-07-22T15:07:00.986Z+ input_dir=/input
92026-07-22T15:07:00.986Z+ [[ 0 == 12345 ]]
102026-07-22T15:07:00.986Z+ case "$kern" in
112026-07-22T15:07:00.986Z+ groupadd -g 12345 build
122026-07-22T15:07:00.986Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T15:07:02.991Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T15:07:03.099Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T15:07:03.114Z+ home_fs=zfs
162026-07-22T15:07:03.114Z+ [[ zfs == autofs ]]
172026-07-22T15:07:03.114Z+ mkdir -p /home/build
182026-07-22T15:07:03.114Z+ chown build:build /home/build /work
192026-07-22T15:07:05.062Z+ chmod 0700 /home/build /work
202026-07-22T15:07:05.072Zprocess exited: duration 4086 ms, exit code 0
 
212026-07-22T15:07:05.083Zstarting task 1: "rust-toolchain"
222026-07-22T15:07:05.086Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T15:07:05.086Z * rust toolchain channel = "1.96.1"
242026-07-22T15:07:05.086Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T15:07:05.086Z * rust toolchain profile = "default"
262026-07-22T15:07:05.086Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T15:07:05.086Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T15:07:05.090Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T15:07:05.090Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T15:07:05.190Zinfo: downloading installer
312026-07-22T15:07:06.498Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T15:07:06.498Zwarn: /home/build/.rustup/settings.toml
332026-07-22T15:07:06.498Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T15:07:06.498Zwarn: instead of the one inferred from the default host triple.
352026-07-22T15:07:06.509Zinfo: profile set to default
362026-07-22T15:07:06.509Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T15:07:06.516Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T15:07:06.643Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T15:07:06.646Zinfo: downloading 6 components
402026-07-22T15:07:20.493Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T15:07:20.493Z
422026-07-22T15:07:20.522Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T15:07:20.522Z
442026-07-22T15:07:20.522Z
452026-07-22T15:07:20.522ZRust is installed now. Great!
462026-07-22T15:07:20.522Z
472026-07-22T15:07:20.522ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T15:07:20.522Zenvironment variable. This has not been done automatically.
492026-07-22T15:07:20.522Z
502026-07-22T15:07:20.522ZTo configure your current shell, you need to source
512026-07-22T15:07:20.522Zthe corresponding env file under $HOME/.cargo.
522026-07-22T15:07:20.522Z
532026-07-22T15:07:20.522ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T15:07:20.522Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T15:07:20.523Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T15:07:20.523Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T15:07:20.523Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T15:07:20.523Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T15:07:20.523Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T15:07:20.526Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T15:07:20.526Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T15:07:20.632Z+ rustup --version
632026-07-22T15:07:20.641Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T15:07:20.645Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T15:07:20.663Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T15:07:20.666Z+ cargo --version
672026-07-22T15:07:20.681Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T15:07:20.683Z+ rustc --version
692026-07-22T15:07:20.702Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T15:07:20.705Zprocess exited: duration 15622 ms, exit code 0
 
712026-07-22T15:07:20.710Zstarting task 2: "authentication"
722026-07-22T15:07:20.730Zprocess exited: duration 18 ms, exit code 0
 
732026-07-22T15:07:20.737Zstarting task 3: "clone repository"
742026-07-22T15:07:20.740Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T15:07:20.742Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T15:07:20.772ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T15:07:30.367Z+ cd /work/oxidecomputer/omicron
782026-07-22T15:07:30.367Z+ git fetch origin a86740bb15e0515bd37bac92d75818ec48ffe798
792026-07-22T15:07:30.690ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T15:07:30.690Z * branch a86740bb15e0515bd37bac92d75818ec48ffe798 -> FETCH_HEAD
812026-07-22T15:07:30.699Z+ [[ -n john/sim-sa-cleanup-3 ]]
822026-07-22T15:07:30.702Z++ git branch --show-current
832026-07-22T15:07:30.702Z+ current=main
842026-07-22T15:07:30.702Z+ [[ main != john/sim-sa-cleanup-3 ]]
852026-07-22T15:07:30.702Z+ git branch -f john/sim-sa-cleanup-3 a86740bb15e0515bd37bac92d75818ec48ffe798
862026-07-22T15:07:30.706Z+ git checkout -f john/sim-sa-cleanup-3
872026-07-22T15:07:30.945ZSwitched to branch 'john/sim-sa-cleanup-3'
882026-07-22T15:07:30.948Z+ git reset --hard a86740bb15e0515bd37bac92d75818ec48ffe798
892026-07-22T15:07:31.189ZHEAD is now at a86740bb1 sim-sled-agent: remove datasets_ensure()
902026-07-22T15:07:31.193Zprocess exited: duration 10454 ms, exit code 0
 
912026-07-22T15:07:31.201Zstarting task 4: "build"
922026-07-22T15:07:31.205Z+ source .github/buildomat/ci-env.sh
932026-07-22T15:07:31.205Z++ export CARGO_TERM_COLOR=always
942026-07-22T15:07:31.210Z++ CARGO_TERM_COLOR=always
952026-07-22T15:07:31.210Z+++ uname -s
962026-07-22T15:07:31.210Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T15:07:31.210Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T15:07:31.210Z+ cargo --version
992026-07-22T15:07:31.218Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T15:07:31.220Z+ rustc --version
1012026-07-22T15:07:31.240Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T15:07:31.244Z+ source ./env.sh
1032026-07-22T15:07:31.244Z++ OLD_SHELL_OPTS=ehxB
1042026-07-22T15:07:31.244Z++ set -o xtrace
1052026-07-22T15:07:31.244Z++++ dirname ./env.sh
1062026-07-22T15:07:31.247Z+++ readlink -f .
1072026-07-22T15:07:31.250Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.250Z++ 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-22T15:07:31.251Z++ 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-22T15:07:31.251Z++ 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-22T15:07:31.251Z++ 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-22T15:07:31.251Z++ case $OLD_SHELL_OPTS in
1192026-07-22T15:07:31.251Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-22T15:07:31.251Z+ 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-22T15:07:31.252Z+ 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-22T15:07:31.252Z+ banner prerequisites
1232026-07-22T15:07:31.255Z
1242026-07-22T15:07:31.255Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-22T15:07:31.255Z # # # # # # # # # # # # # # #
1262026-07-22T15:07:31.255Z # # # # ##### # # ##### # # # # # #### #
1272026-07-22T15:07:31.255Z ##### ##### # ##### # # # # # # # # #
1282026-07-22T15:07:31.255Z # # # # # # # # # # # # # # #
1292026-07-22T15:07:31.256Z # # # ###### # # ###### ### # #### # #### #
1302026-07-22T15:07:31.256Z
1312026-07-22T15:07:31.256Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-22T15:07:32.819Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-22T15:07:33.021Z Startup: Caching catalogs ... Done
1342026-07-22T15:07:33.972ZPlanning: Solver setup ... Done (0.875s)
1352026-07-22T15:07:34.012ZPlanning: Running solver ... Done (0.040s)
1362026-07-22T15:07:34.036ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-22T15:07:34.077ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-22T15:07:34.077ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-22T15:07:34.080ZPlanning: Package planning ... Done (0.013s)
1402026-07-22T15:07:34.080ZPlanning: Merging actions ... Done (0.001s)
1412026-07-22T15:07:34.278ZPlanning: Checking for conflicting actions ... Done (0.200s)
1422026-07-22T15:07:34.281ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-22T15:07:35.038ZPlanning: Evaluating mediators ... Done (0.758s)
1442026-07-22T15:07:35.041ZPlanning: Planning completed in 1.99 seconds
1452026-07-22T15:07:35.046Z Packages to install: 2
1462026-07-22T15:07:35.049Z Estimated space available: 156.06 GB
1472026-07-22T15:07:35.049ZEstimated space to be consumed: 48.03 MB
1482026-07-22T15:07:35.049Z Create boot environment: No
1492026-07-22T15:07:35.049ZCreate backup boot environment: No
1502026-07-22T15:07:35.049Z Rebuild boot archive: No
1512026-07-22T15:07:35.049Z
1522026-07-22T15:07:35.049ZChanged packages:
1532026-07-22T15:07:35.050Zhelios
1542026-07-22T15:07:35.050Z developer/build-essential
1552026-07-22T15:07:35.050Z None -> 11-3.0
1562026-07-22T15:07:35.050Z library/libxmlsec1
1572026-07-22T15:07:35.050Z None -> 1.2.35-3.0
1582026-07-22T15:07:35.071Z
1592026-07-22T15:07:35.071ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-22T15:07:35.138ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1612026-07-22T15:07:35.194Z Actions: 1/268 actions (Installing new actions)
1622026-07-22T15:07:35.231Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-22T15:07:35.250ZFinalize: Updating package state database ... Done (0.019s)
1642026-07-22T15:07:35.252ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-22T15:07:35.300ZFinalize: Updating image state ... Done (0.050s)
1662026-07-22T15:07:37.677ZFinalize: Creating fast lookup database ... Done (2.340s)
1672026-07-22T15:07:37.743ZFinalize: Reading search index ... Done (0.012s)
1682026-07-22T15:07:37.748ZFinalize: Updating search index ... Done (0.000s)
1692026-07-22T15:07:37.841ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-22T15:07:38.178ZPlanning: Evaluating mediator changes ... Done
1712026-07-22T15:07:38.282ZPlanning: Checking for conflicting actions ... Done
1722026-07-22T15:07:38.286ZPlanning: Consolidating action changes ... Done
1732026-07-22T15:07:38.438ZPlanning: Evaluating mediators ... Done
1742026-07-22T15:07:38.441ZPlanning: Planning completed in 0.26 seconds
1752026-07-22T15:07:38.461Z Mediators to change: 2
1762026-07-22T15:07:38.461Z Create boot environment: No
1772026-07-22T15:07:38.464ZCreate backup boot environment: No
1782026-07-22T15:07:38.501ZFinalize: Updating package state database ... Done
1792026-07-22T15:07:38.501ZFinalize: Updating package cache ... Done
1802026-07-22T15:07:38.528ZFinalize: Updating image state ... Done
1812026-07-22T15:07:40.471ZFinalize: Creating fast lookup database ... Done
1822026-07-22T15:07:40.535ZFinalize: Reading search index ... Done
1832026-07-22T15:07:40.539ZFinalize: Updating search index ... Done
1842026-07-22T15:07:40.602ZFinalize: Updating package cache ... Done
1852026-07-22T15:07:40.884ZPlanning: Evaluating mediator changes ... Done
1862026-07-22T15:07:40.989ZPlanning: Checking for conflicting actions ... Done
1872026-07-22T15:07:40.992ZPlanning: Consolidating action changes ... Done
1882026-07-22T15:07:41.145ZPlanning: Evaluating mediators ... Done
1892026-07-22T15:07:41.147ZPlanning: Planning completed in 0.26 seconds
1902026-07-22T15:07:41.168Z Mediators to change: 1
1912026-07-22T15:07:41.168Z Create boot environment: No
1922026-07-22T15:07:41.168ZCreate backup boot environment: No
1932026-07-22T15:07:41.217ZFinalize: Updating package state database ... Done
1942026-07-22T15:07:41.217ZFinalize: Updating package cache ... Done
1952026-07-22T15:07:41.247ZFinalize: Updating image state ... Done
1962026-07-22T15:07:43.186ZFinalize: Creating fast lookup database ... Done
1972026-07-22T15:07:43.245ZFinalize: Reading search index ... Done
1982026-07-22T15:07:43.251ZFinalize: Updating search index ... Done
1992026-07-22T15:07:43.303ZFinalize: Updating package cache ... Done
2002026-07-22T15:07:43.617ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-22T15:07:43.617Zapache system 2.4 system
2022026-07-22T15:07:43.617Zclang system 15 system
2032026-07-22T15:07:43.617Zcsh system system illumos
2042026-07-22T15:07:43.617Zctags system system illumos
2052026-07-22T15:07:43.617Zfile vendor vendor darwinsys
2062026-07-22T15:07:43.617Zfile system system illumos
2072026-07-22T15:07:43.617Zgcc vendor 14 vendor
2082026-07-22T15:07:43.617Zgcc system 13 system
2092026-07-22T15:07:43.617Zgcc system 10 system
2102026-07-22T15:07:43.617Zgo system 1.25 system
2112026-07-22T15:07:43.617Zllvm system 15 system
2122026-07-22T15:07:43.617Zmariadb system 11.4 system
2132026-07-22T15:07:43.618Zmta vendor vendor dma
2142026-07-22T15:07:43.618Zopenjdk system 17 system
2152026-07-22T15:07:43.618Zopenjdk system 11 system
2162026-07-22T15:07:43.618Zopenssl vendor 3 vendor
2172026-07-22T15:07:43.618Zperl system 5.40 system
2182026-07-22T15:07:43.618Zpostgresql system 18 system
2192026-07-22T15:07:43.618Zpostgresql system 17 system
2202026-07-22T15:07:43.618Zpython vendor 3 vendor
2212026-07-22T15:07:43.618Zpython system 2 system
2222026-07-22T15:07:43.618Zpython3 vendor 3.13 vendor
2232026-07-22T15:07:43.618Zruby system 3.4 system
2242026-07-22T15:07:43.619Zruby system 3.0 system
2252026-07-22T15:07:43.619Zwords vendor vendor american-english
2262026-07-22T15:07:43.619Zwords system system australian-english
2272026-07-22T15:07:43.619Zwords system system british-english
2282026-07-22T15:07:43.619Zwords system system canadian-english
2292026-07-22T15:07:43.619Zwords system system french
2302026-07-22T15:07:43.621Zwords system system italian
2312026-07-22T15:07:43.621Zwords system system ngerman
2322026-07-22T15:07:43.621Zwords system system ogerman
2332026-07-22T15:07:43.621Zwords system system spanish
2342026-07-22T15:07:43.870ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-22T15:07:43.871Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-22T15:07:44.234ZFMRI IFO
2372026-07-22T15:07:44.234Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-22T15:07:44.234Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-22T15:07:44.234Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-22T15:07:44.234Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-22T15:07:44.234Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-22T15:07:44.234Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-22T15:07:44.234Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-22T15:07:44.234Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-22T15:07:44.234Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-22T15:07:44.527Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-22T15:07:44.824Z Updating crates.io index
2482026-07-22T15:07:44.827Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-22T15:07:45.062Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-22T15:07:45.426Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-22T15:07:46.638Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-22T15:07:47.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-22T15:07:49.262Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-22T15:07:50.230Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-22T15:07:50.510Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-22T15:07:50.829Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-22T15:07:52.290Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-22T15:07:52.546Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-22T15:07:52.896Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-22T15:07:53.126Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-22T15:07:53.625Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-22T15:07:54.121Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-22T15:07:54.367Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-22T15:07:54.559Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-22T15:07:54.822Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-22T15:07:55.149Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-22T15:07:55.380Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-22T15:07:55.610Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-22T15:07:55.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-22T15:07:56.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-22T15:07:56.593Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-22T15:07:56.838Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-22T15:07:57.296Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-22T15:07:57.538Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-22T15:07:57.957Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-22T15:07:58.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-22T15:07:58.529Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-22T15:07:58.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-22T15:07:59.087Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-22T15:07:59.415Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-22T15:07:59.636Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-22T15:07:59.916Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-22T15:08:00.167Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-22T15:08:00.440Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-22T15:08:00.741Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-22T15:08:01.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-22T15:08:01.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-22T15:08:01.516Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-22T15:08:04.421Z Downloading crates ...
2902026-07-22T15:08:04.480Z Downloaded cargo-platform v0.3.2
2912026-07-22T15:08:04.485Z Downloaded autocfg v1.5.0
2922026-07-22T15:08:04.485Z Downloaded anstream v1.0.0
2932026-07-22T15:08:04.485Z Downloaded cargo_metadata v0.23.1
2942026-07-22T15:08:04.485Z Downloaded zerocopy-derive v0.7.35
2952026-07-22T15:08:04.488Z Downloaded equivalent v1.0.2
2962026-07-22T15:08:04.488Z Downloaded anstyle v1.0.14
2972026-07-22T15:08:04.488Z Downloaded zmij v1.0.21
2982026-07-22T15:08:04.488Z Downloaded memmap v0.7.0
2992026-07-22T15:08:04.491Z Downloaded errno v0.3.14
3002026-07-22T15:08:04.491Z Downloaded digest v0.10.7
3012026-07-22T15:08:04.491Z Downloaded clap_derive v4.6.1
3022026-07-22T15:08:04.495Z Downloaded camino-tempfile v1.4.1
3032026-07-22T15:08:04.495Z Downloaded cpufeatures v0.2.17
3042026-07-22T15:08:04.498Z Downloaded block-buffer v0.10.4
3052026-07-22T15:08:04.498Z Downloaded fnv v1.0.7
3062026-07-22T15:08:04.498Z Downloaded dof v0.3.0
3072026-07-22T15:08:04.510Z Downloaded colorchoice v1.0.4
3082026-07-22T15:08:04.510Z Downloaded zerocopy v0.7.35
3092026-07-22T15:08:04.517Z Downloaded macaddr v1.0.1
3102026-07-22T15:08:04.517Z Downloaded itoa v1.0.17
3112026-07-22T15:08:04.517Z Downloaded heck v0.5.0
3122026-07-22T15:08:04.517Z Downloaded anstyle-query v1.1.5
3132026-07-22T15:08:04.517Z Downloaded generic-array v0.14.7
3142026-07-22T15:08:04.517Z Downloaded dtrace-parser v0.2.0
3152026-07-22T15:08:04.523Z Downloaded clap_lex v1.0.0
3162026-07-22T15:08:04.523Z Downloaded is_terminal_polyfill v1.70.2
3172026-07-22T15:08:04.523Z Downloaded heck v0.4.1
3182026-07-22T15:08:04.523Z Downloaded crypto-common v0.1.7
3192026-07-22T15:08:04.523Z Downloaded fastrand v2.3.0
3202026-07-22T15:08:04.526Z Downloaded cfg-if v1.0.4
3212026-07-22T15:08:04.533Z Downloaded fs-err v3.3.0
3222026-07-22T15:08:04.536Z Downloaded cargo_toml v0.21.0
3232026-07-22T15:08:04.543Z Downloaded tabled_derive v0.7.0
3242026-07-22T15:08:04.548Z Downloaded pest_meta v2.8.6
3252026-07-22T15:08:04.558Z Downloaded plain v0.2.3
3262026-07-22T15:08:04.562Z Downloaded toml_write v0.1.2
3272026-07-22T15:08:04.562Z Downloaded utf8parse v0.2.2
3282026-07-22T15:08:04.562Z Downloaded swrite v0.1.0
3292026-07-22T15:08:04.562Z Downloaded proc-macro-error-attr v1.0.4
3302026-07-22T15:08:04.562Z Downloaded unicode-linebreak v0.1.5
3312026-07-22T15:08:04.566Z Downloaded thread-id v4.2.2
3322026-07-22T15:08:04.566Z Downloaded pretty-hex v0.4.1
3332026-07-22T15:08:04.566Z Downloaded smawk v0.3.2
3342026-07-22T15:08:04.566Z Downloaded anstyle-parse v1.0.0
3352026-07-22T15:08:04.569Z Downloaded usdt-attr-macro v0.5.0
3362026-07-22T15:08:04.572Z Downloaded toml_datetime v0.6.11
3372026-07-22T15:08:04.577Z Downloaded usdt v0.5.0
3382026-07-22T15:08:04.578Z Downloaded scroll_derive v0.12.1
3392026-07-22T15:08:04.582Z Downloaded serde_spanned v0.6.9
3402026-07-22T15:08:04.583Z Downloaded usdt-macro v0.5.0
3412026-07-22T15:08:04.589Z Downloaded terminal_size v0.4.3
3422026-07-22T15:08:04.590Z Downloaded version_check v0.9.5
3432026-07-22T15:08:04.598Z Downloaded pest_generator v2.8.6
3442026-07-22T15:08:04.602Z Downloaded bytecount v0.6.9
3452026-07-22T15:08:04.603Z Downloaded byteorder v1.5.0
3462026-07-22T15:08:04.603Z Downloaded quote v1.0.45
3472026-07-22T15:08:04.610Z Downloaded scroll v0.12.0
3482026-07-22T15:08:04.610Z Downloaded serde_tokenstream v0.2.3
3492026-07-22T15:08:04.614Z Downloaded thiserror-impl v2.0.18
3502026-07-22T15:08:04.614Z Downloaded strsim v0.11.1
3512026-07-22T15:08:04.614Z Downloaded once_cell v1.21.3
3522026-07-22T15:08:04.617Z Downloaded usdt-impl v0.5.0
3532026-07-22T15:08:04.621Z Downloaded sha2 v0.10.9
3542026-07-22T15:08:04.627Z Downloaded thiserror v2.0.18
3552026-07-22T15:08:04.634Z Downloaded thiserror-impl v1.0.69
3562026-07-22T15:08:04.634Z Downloaded proc-macro-error v1.0.4
3572026-07-22T15:08:04.639Z Downloaded pest_derive v2.8.6
3582026-07-22T15:08:04.639Z Downloaded papergrid v0.11.0
3592026-07-22T15:08:04.639Z Downloaded camino v1.2.2
3602026-07-22T15:08:04.639Z Downloaded thiserror v1.0.69
3612026-07-22T15:08:04.646Z Downloaded toml v0.8.23
3622026-07-22T15:08:04.650Z Downloaded clap v4.6.1
3632026-07-22T15:08:04.653Z Downloaded ucd-trie v0.1.7
3642026-07-22T15:08:04.653Z Downloaded anyhow v1.0.102
3652026-07-22T15:08:04.657Z Downloaded semver v1.0.28
3662026-07-22T15:08:04.657Z Downloaded tempfile v3.25.0
3672026-07-22T15:08:04.660Z Downloaded getrandom v0.4.1
3682026-07-22T15:08:04.666Z Downloaded log v0.4.29
3692026-07-22T15:08:04.666Z Downloaded bitflags v2.11.0
3702026-07-22T15:08:04.675Z Downloaded serde_core v1.0.228
3712026-07-22T15:08:04.680Z Downloaded textwrap v0.16.2
3722026-07-22T15:08:04.690Z Downloaded memchr v2.8.0
3732026-07-22T15:08:04.693Z Downloaded proc-macro2 v1.0.106
3742026-07-22T15:08:04.696Z Downloaded toml_edit v0.22.27
3752026-07-22T15:08:04.701Z Downloaded unicode-ident v1.0.24
3762026-07-22T15:08:04.704Z Downloaded serde_derive v1.0.228
3772026-07-22T15:08:04.704Z Downloaded indexmap v2.14.0
3782026-07-22T15:08:04.715Z Downloaded serde v1.0.228
3792026-07-22T15:08:04.722Z Downloaded typenum v1.20.1
3802026-07-22T15:08:04.732Z Downloaded pest v2.8.6
3812026-07-22T15:08:04.737Z Downloaded hashbrown v0.17.0
3822026-07-22T15:08:04.744Z Downloaded clap_builder v4.6.0
3832026-07-22T15:08:04.761Z Downloaded serde_json v1.0.150
3842026-07-22T15:08:04.768Z Downloaded goblin v0.8.2
3852026-07-22T15:08:04.777Z Downloaded winnow v0.7.14
3862026-07-22T15:08:04.797Z Downloaded syn v1.0.109
3872026-07-22T15:08:04.804Z Downloaded tabled v0.15.0
3882026-07-22T15:08:04.817Z Downloaded unicode-width v0.2.0
3892026-07-22T15:08:04.820Z Downloaded unicode-width v0.1.14
3902026-07-22T15:08:04.823Z Downloaded syn v2.0.117
3912026-07-22T15:08:04.842Z Downloaded rustix v1.1.3
3922026-07-22T15:08:04.860Z Downloaded libc v0.2.185
3932026-07-22T15:08:04.929Z Compiling proc-macro2 v1.0.106
3942026-07-22T15:08:04.929Z Compiling quote v1.0.45
3952026-07-22T15:08:04.929Z Compiling unicode-ident v1.0.24
3962026-07-22T15:08:04.936Z Compiling serde_core v1.0.228
3972026-07-22T15:08:04.936Z Compiling libc v0.2.185
3982026-07-22T15:08:04.936Z Compiling version_check v0.9.5
3992026-07-22T15:08:04.936Z Compiling memchr v2.8.0
4002026-07-22T15:08:04.936Z Compiling serde v1.0.228
4012026-07-22T15:08:05.237Z Compiling zmij v1.0.21
4022026-07-22T15:08:05.510Z Compiling thiserror v1.0.69
4032026-07-22T15:08:05.513Z Compiling ucd-trie v0.1.7
4042026-07-22T15:08:05.750Z Compiling itoa v1.0.17
4052026-07-22T15:08:05.795Z Compiling pest v2.8.6
4062026-07-22T15:08:05.896Z Compiling rustix v1.1.3
4072026-07-22T15:08:05.926Z Compiling byteorder v1.5.0
4082026-07-22T15:08:06.032Z Compiling errno v0.3.14
4092026-07-22T15:08:06.177Z Compiling serde_json v1.0.150
4102026-07-22T15:08:06.334Z Compiling bitflags v2.11.0
4112026-07-22T15:08:06.396Z Compiling syn v2.0.117
4122026-07-22T15:08:06.451Z Compiling thread-id v4.2.2
4132026-07-22T15:08:06.467Z Compiling usdt-impl v0.5.0
4142026-07-22T15:08:06.549Z Compiling proc-macro-error-attr v1.0.4
4152026-07-22T15:08:06.669Z Compiling syn v1.0.109
4162026-07-22T15:08:06.694Z Compiling camino v1.2.2
4172026-07-22T15:08:06.803Z Compiling pest_meta v2.8.6
4182026-07-22T15:08:07.034Z Compiling proc-macro-error v1.0.4
4192026-07-22T15:08:07.065Z Compiling utf8parse v0.2.2
4202026-07-22T15:08:07.134Z Compiling hashbrown v0.17.0
4212026-07-22T15:08:07.177Z Compiling getrandom v0.4.1
4222026-07-22T15:08:07.252Z Compiling plain v0.2.3
4232026-07-22T15:08:07.407Z Compiling equivalent v1.0.2
4242026-07-22T15:08:07.502Z Compiling log v0.4.29
4252026-07-22T15:08:07.567Z Compiling terminal_size v0.4.3
4262026-07-22T15:08:07.688Z Compiling indexmap v2.14.0
4272026-07-22T15:08:07.760Z Compiling anstyle-parse v1.0.0
4282026-07-22T15:08:08.312Z Compiling is_terminal_polyfill v1.70.2
4292026-07-22T15:08:08.348Z Compiling toml_write v0.1.2
4302026-07-22T15:08:08.387Z Compiling anstyle v1.0.14
4312026-07-22T15:08:08.405Z Compiling anstyle-query v1.1.5
4322026-07-22T15:08:08.422Z Compiling colorchoice v1.0.4
4332026-07-22T15:08:08.425Z Compiling pretty-hex v0.4.1
4342026-07-22T15:08:08.516Z Compiling thiserror v2.0.18
4352026-07-22T15:08:08.546Z Compiling winnow v0.7.14
4362026-07-22T15:08:08.562Z Compiling autocfg v1.5.0
4372026-07-22T15:08:08.578Z Compiling cfg-if v1.0.4
4382026-07-22T15:08:08.616Z Compiling anstream v1.0.0
4392026-07-22T15:08:08.654Z Compiling pest_generator v2.8.6
4402026-07-22T15:08:08.925Z Compiling bytecount v0.6.9
4412026-07-22T15:08:09.009Z Compiling fs-err v3.3.0
4422026-07-22T15:08:09.069Z Compiling once_cell v1.21.3
4432026-07-22T15:08:09.086Z Compiling fnv v1.0.7
4442026-07-22T15:08:09.194Z Compiling clap_lex v1.0.0
4452026-07-22T15:08:09.232Z Compiling heck v0.4.1
4462026-07-22T15:08:09.291Z Compiling heck v0.5.0
4472026-07-22T15:08:09.319Z Compiling anyhow v1.0.102
4482026-07-22T15:08:09.384Z Compiling strsim v0.11.1
4492026-07-22T15:08:09.429Z Compiling unicode-width v0.1.14
4502026-07-22T15:08:09.459Z Compiling fastrand v2.3.0
4512026-07-22T15:08:09.634Z Compiling clap_builder v4.6.0
4522026-07-22T15:08:09.708Z Compiling papergrid v0.11.0
4532026-07-22T15:08:09.726Z Compiling tempfile v3.25.0
4542026-07-22T15:08:09.742Z Compiling semver v1.0.28
4552026-07-22T15:08:09.864Z Compiling cargo-platform v0.3.2
4562026-07-22T15:08:09.926Z Compiling tabled_derive v0.7.0
4572026-07-22T15:08:10.058Z Compiling memmap v0.7.0
4582026-07-22T15:08:10.080Z Compiling unicode-width v0.2.0
4592026-07-22T15:08:10.111Z Compiling smawk v0.3.2
4602026-07-22T15:08:10.142Z Compiling unicode-linebreak v0.1.5
4612026-07-22T15:08:10.235Z Compiling camino-tempfile v1.4.1
4622026-07-22T15:08:10.304Z Compiling serde_derive v1.0.228
4632026-07-22T15:08:10.346Z Compiling thiserror-impl v1.0.69
4642026-07-22T15:08:10.382Z Compiling zerocopy-derive v0.7.35
4652026-07-22T15:08:10.466Z Compiling pest_derive v2.8.6
4662026-07-22T15:08:10.608Z Compiling scroll_derive v0.12.1
4672026-07-22T15:08:10.836Z Compiling thiserror-impl v2.0.18
4682026-07-22T15:08:10.916Z Compiling clap_derive v4.6.1
4692026-07-22T15:08:11.102Z Compiling tabled v0.15.0
4702026-07-22T15:08:11.244Z Compiling zerocopy v0.7.35
4712026-07-22T15:08:11.279Z Compiling scroll v0.12.0
4722026-07-22T15:08:11.559Z Compiling goblin v0.8.2
4732026-07-22T15:08:11.709Z Compiling dtrace-parser v0.2.0
4742026-07-22T15:08:11.786Z Compiling textwrap v0.16.2
4752026-07-22T15:08:12.287Z Compiling swrite v0.1.0
4762026-07-22T15:08:12.660Z Compiling clap v4.6.1
4772026-07-22T15:08:13.337Z Compiling dof v0.3.0
4782026-07-22T15:08:13.338Z Compiling serde_tokenstream v0.2.3
4792026-07-22T15:08:13.348Z Compiling toml_datetime v0.6.11
4802026-07-22T15:08:13.348Z Compiling serde_spanned v0.6.9
4812026-07-22T15:08:13.348Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-22T15:08:13.414Z Compiling macaddr v1.0.1
4832026-07-22T15:08:13.431Z Compiling cargo_metadata v0.23.1
4842026-07-22T15:08:13.524Z Compiling toml_edit v0.22.27
4852026-07-22T15:08:14.144Z Compiling usdt-macro v0.5.0
4862026-07-22T15:08:14.153Z Compiling usdt-attr-macro v0.5.0
4872026-07-22T15:08:14.744Z Compiling usdt v0.5.0
4882026-07-22T15:08:14.885Z Compiling toml v0.8.23
4892026-07-22T15:08:15.207Z Compiling cargo_toml v0.21.0
4902026-07-22T15:08:16.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-22T15:08:18.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s
4922026-07-22T15:08:18.610Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-22T15:08:19.112Z Downloading crates ...
4942026-07-22T15:08:19.195Z Downloaded adler2 v2.0.1
4952026-07-22T15:08:19.201Z Downloaded aead v0.5.2
4962026-07-22T15:08:19.204Z Downloaded async-recursion v1.1.1
4972026-07-22T15:08:19.204Z Downloaded arrayref v0.3.9
4982026-07-22T15:08:19.209Z Downloaded atty v0.2.14
4992026-07-22T15:08:19.217Z Downloaded async-stream v0.3.6
5002026-07-22T15:08:19.220Z Downloaded ascii-canvas v3.0.0
5012026-07-22T15:08:19.223Z Downloaded atomic-waker v1.1.2
5022026-07-22T15:08:19.226Z Downloaded critical-section v1.2.0
5032026-07-22T15:08:19.227Z Downloaded convert_case v0.4.0
5042026-07-22T15:08:19.230Z Downloaded bcrypt-pbkdf v0.11.0
5052026-07-22T15:08:19.233Z Downloaded atomicwrites v0.4.4
5062026-07-22T15:08:19.238Z Downloaded darling_core v0.20.11
5072026-07-22T15:08:19.238Z Downloaded cpufeatures v0.3.0
5082026-07-22T15:08:19.243Z Downloaded cpubits v0.1.1
5092026-07-22T15:08:19.243Z Downloaded cstr-argument v0.1.2
5102026-07-22T15:08:19.243Z Downloaded bit-set v0.8.0
5112026-07-22T15:08:19.243Z Downloaded darling_macro v0.20.11
5122026-07-22T15:08:19.243Z Downloaded darling v0.20.11
5132026-07-22T15:08:19.248Z Downloaded bit-set v0.5.3
5142026-07-22T15:08:19.248Z Downloaded bitfield v0.19.4
5152026-07-22T15:08:19.248Z Downloaded assert_matches v1.5.0
5162026-07-22T15:08:19.248Z Downloaded anstyle-parse v0.2.7
5172026-07-22T15:08:19.253Z Downloaded aes-gcm v0.11.0
5182026-07-22T15:08:19.253Z Downloaded cfg_aliases v0.1.1
5192026-07-22T15:08:19.253Z Downloaded curve25519-dalek-derive v0.1.1
5202026-07-22T15:08:19.257Z Downloaded bitfield-macros v0.19.4
5212026-07-22T15:08:19.257Z Downloaded ciborium-io v0.2.2
5222026-07-22T15:08:19.257Z Downloaded base16ct v1.0.0
5232026-07-22T15:08:19.257Z Downloaded async-stream-impl v0.3.6
5242026-07-22T15:08:19.257Z Downloaded defmt v0.3.100
5252026-07-22T15:08:19.257Z Downloaded crucible-workspace-hack v0.1.0
5262026-07-22T15:08:19.258Z Downloaded compression-core v0.4.31
5272026-07-22T15:08:19.261Z Downloaded downcast-rs v2.0.2
5282026-07-22T15:08:19.261Z Downloaded bb8 v0.8.6
5292026-07-22T15:08:19.261Z Downloaded corncobs v0.1.4
5302026-07-22T15:08:19.261Z Downloaded cobs v0.3.0
5312026-07-22T15:08:19.261Z Downloaded base16ct v0.2.0
5322026-07-22T15:08:19.264Z Downloaded castaway v0.2.4
5332026-07-22T15:08:19.264Z Downloaded crc8 v0.1.1
5342026-07-22T15:08:19.264Z Downloaded bitfield-struct v0.6.2
5352026-07-22T15:08:19.267Z Downloaded crc-catalog v2.4.0
5362026-07-22T15:08:19.277Z Downloaded darling_macro v0.21.3
5372026-07-22T15:08:19.282Z Downloaded ciborium-ll v0.2.2
5382026-07-22T15:08:19.282Z Downloaded diesel-dtrace v0.5.0
5392026-07-22T15:08:19.282Z Downloaded darling v0.13.4
5402026-07-22T15:08:19.282Z Downloaded crossbeam-utils v0.8.21
5412026-07-22T15:08:19.282Z Downloaded ctr v0.10.1
5422026-07-22T15:08:19.285Z Downloaded cfg_aliases v0.2.1
5432026-07-22T15:08:19.286Z Downloaded crc v3.4.0
5442026-07-22T15:08:19.286Z Downloaded crypto-common v0.2.2
5452026-07-22T15:08:19.291Z Downloaded dunce v1.0.5
5462026-07-22T15:08:19.291Z Downloaded block-buffer v0.12.1
5472026-07-22T15:08:19.291Z Downloaded debug-ignore v1.0.5
5482026-07-22T15:08:19.295Z Downloaded block-padding v0.4.2
5492026-07-22T15:08:19.295Z Downloaded cookie_store v0.22.1
5502026-07-22T15:08:19.295Z Downloaded digest-io v0.1.0
5512026-07-22T15:08:19.295Z Downloaded diesel_table_macro_syntax v0.3.0
5522026-07-22T15:08:19.299Z Downloaded backoff v0.4.0
5532026-07-22T15:08:19.299Z Downloaded bit-vec v0.6.3
5542026-07-22T15:08:19.302Z Downloaded arrayvec v0.7.6
5552026-07-22T15:08:19.302Z Downloaded array-init v0.0.4
5562026-07-22T15:08:19.302Z Downloaded crunchy v0.2.4
5572026-07-22T15:08:19.344Z Downloaded bitflags v1.3.2
5582026-07-22T15:08:19.344Z Downloaded bcs v0.1.6
5592026-07-22T15:08:19.344Z Downloaded anstream v0.6.21
5602026-07-22T15:08:19.344Z Downloaded async-trait v0.1.89
5612026-07-22T15:08:19.344Z Downloaded document-features v0.2.12
5622026-07-22T15:08:19.346Z Downloaded difflib v0.4.0
5632026-07-22T15:08:19.346Z Downloaded dirs-sys-next v0.1.2
5642026-07-22T15:08:19.346Z Downloaded derive_builder_macro v0.20.2
5652026-07-22T15:08:19.346Z Downloaded dyn-clone v1.0.20
5662026-07-22T15:08:19.346Z Downloaded crypto-bigint v0.5.5
5672026-07-22T15:08:19.346Z Downloaded darling_core v0.13.4
5682026-07-22T15:08:19.346Z Downloaded aead v0.6.1
5692026-07-22T15:08:19.346Z Downloaded enum-as-inner v0.6.1
5702026-07-22T15:08:19.346Z Downloaded embedded-io v0.6.1
5712026-07-22T15:08:19.346Z Downloaded env_filter v1.0.0
5722026-07-22T15:08:19.346Z Downloaded endian-type v0.1.2
5732026-07-22T15:08:19.346Z Downloaded darling_macro v0.23.0
5742026-07-22T15:08:19.346Z Downloaded float-ord v0.3.2
5752026-07-22T15:08:19.346Z Downloaded flagset v0.4.7
5762026-07-22T15:08:19.346Z Downloaded dirs-next v2.0.0
5772026-07-22T15:08:19.346Z Downloaded bit-vec v0.8.0
5782026-07-22T15:08:19.346Z Downloaded dof v0.4.0
5792026-07-22T15:08:19.346Z Downloaded defmt-parser v1.0.0
5802026-07-22T15:08:19.347Z Downloaded dsl_auto_type v0.2.0
5812026-07-22T15:08:19.347Z Downloaded display-error-chain v0.2.2
5822026-07-22T15:08:19.347Z Downloaded dtrace-parser v0.3.0
5832026-07-22T15:08:19.359Z Downloaded cassowary v0.3.0
5842026-07-22T15:08:19.359Z Downloaded blowfish v0.10.0
5852026-07-22T15:08:19.359Z Downloaded const_format_proc_macros v0.2.34
5862026-07-22T15:08:19.359Z Downloaded embedded-io v0.4.0
5872026-07-22T15:08:19.360Z Downloaded dropshot-api-manager-types v0.7.2
5882026-07-22T15:08:19.360Z Downloaded byte-wrapper v0.1.0
5892026-07-22T15:08:19.360Z Downloaded fixedbitset v0.4.2
5902026-07-22T15:08:19.360Z Downloaded fd-lock v4.0.4
5912026-07-22T15:08:19.360Z Downloaded base64ct v1.8.3
5922026-07-22T15:08:19.365Z Downloaded crossbeam-deque v0.8.6
5932026-07-22T15:08:19.365Z Downloaded darling_macro v0.13.4
5942026-07-22T15:08:19.366Z Downloaded csv-core v0.1.13
5952026-07-22T15:08:19.366Z Downloaded cbc v0.2.1
5962026-07-22T15:08:19.366Z Downloaded ecdsa v0.16.9
5972026-07-22T15:08:19.366Z Downloaded daft-derive v0.1.7
5982026-07-22T15:08:19.366Z Downloaded funty v2.0.0
5992026-07-22T15:08:19.366Z Downloaded foreign-types-shared v0.3.1
6002026-07-22T15:08:19.366Z Downloaded cexpr v0.6.0
6012026-07-22T15:08:19.366Z Downloaded cmake v0.1.57
6022026-07-22T15:08:19.371Z Downloaded crc32fast v1.5.0
6032026-07-22T15:08:19.371Z Downloaded defmt-macros v1.0.1
6042026-07-22T15:08:19.371Z Downloaded foreign-types-shared v0.1.1
6052026-07-22T15:08:19.371Z Downloaded foreign-types-macros v0.2.3
6062026-07-22T15:08:19.374Z Downloaded foreign-types v0.5.0
6072026-07-22T15:08:19.374Z Downloaded foreign-types v0.3.2
6082026-07-22T15:08:19.375Z Downloaded futures-core v0.3.32
6092026-07-22T15:08:19.375Z Downloaded futures-io v0.3.32
6102026-07-22T15:08:19.375Z Downloaded cmov v0.5.4
6112026-07-22T15:08:19.380Z Downloaded fxhash v0.2.1
6122026-07-22T15:08:19.380Z Downloaded futures-task v0.3.32
6132026-07-22T15:08:19.380Z Downloaded argon2 v0.5.3
6142026-07-22T15:08:19.380Z Downloaded ahash v0.8.12
6152026-07-22T15:08:19.386Z Downloaded defmt v1.0.1
6162026-07-22T15:08:19.386Z Downloaded futures-sink v0.3.32
6172026-07-22T15:08:19.386Z Downloaded darling v0.23.0
6182026-07-22T15:08:19.394Z Downloaded ghash v0.6.0
6192026-07-22T15:08:19.394Z Downloaded git-stub v1.0.0
6202026-07-22T15:08:19.394Z Downloaded buf-list v1.1.2
6212026-07-22T15:08:19.395Z Downloaded constant_time_eq v0.4.2
6222026-07-22T15:08:19.401Z Downloaded futures-macro v0.3.32
6232026-07-22T15:08:19.401Z Downloaded enum_dispatch v0.3.13
6242026-07-22T15:08:19.401Z Downloaded gethostname v0.5.0
6252026-07-22T15:08:19.401Z Downloaded deranged v0.5.8
6262026-07-22T15:08:19.401Z Downloaded globwalk v0.9.1
6272026-07-22T15:08:19.401Z Downloaded delegate v0.13.5
6282026-07-22T15:08:19.401Z Downloaded filetime v0.2.27
6292026-07-22T15:08:19.401Z Downloaded either v1.15.0
6302026-07-22T15:08:19.407Z Downloaded hash32 v0.2.1
6312026-07-22T15:08:19.408Z Downloaded erased-serde v0.3.31
6322026-07-22T15:08:19.408Z Downloaded hash32 v0.3.1
6332026-07-22T15:08:19.408Z Downloaded derive_builder_core v0.20.2
6342026-07-22T15:08:19.408Z Downloaded derive-ex v0.1.8
6352026-07-22T15:08:19.417Z Downloaded convert_case v0.10.0
6362026-07-22T15:08:19.417Z Downloaded ena v0.14.4
6372026-07-22T15:08:19.417Z Downloaded foldhash v0.2.0
6382026-07-22T15:08:19.417Z Downloaded headers-core v0.3.0
6392026-07-22T15:08:19.417Z Downloaded clang-sys v1.8.1
6402026-07-22T15:08:19.417Z Downloaded argon2 v0.6.0-rc.8
6412026-07-22T15:08:19.425Z Downloaded ciborium v0.2.2
6422026-07-22T15:08:19.425Z Downloaded fixedbitset v0.5.7
6432026-07-22T15:08:19.425Z Downloaded find-msvc-tools v0.1.9
6442026-07-22T15:08:19.425Z Downloaded bzip2 v0.6.1
6452026-07-22T15:08:19.425Z Downloaded backon v1.6.0
6462026-07-22T15:08:19.425Z Downloaded hex v0.4.3
6472026-07-22T15:08:19.425Z Downloaded diff v0.1.13
6482026-07-22T15:08:19.439Z Downloaded fs_extra v1.3.0
6492026-07-22T15:08:19.439Z Downloaded console v0.15.11
6502026-07-22T15:08:19.439Z Downloaded console v0.16.2
6512026-07-22T15:08:19.440Z Downloaded colored v2.2.0
6522026-07-22T15:08:19.440Z Downloaded form_urlencoded v1.2.2
6532026-07-22T15:08:19.446Z Downloaded hex-literal v1.1.0
6542026-07-22T15:08:19.446Z Downloaded chacha20 v0.10.0
6552026-07-22T15:08:19.446Z Downloaded camino-tempfile-ext v0.3.3
6562026-07-22T15:08:19.446Z Downloaded hostname v0.3.1
6572026-07-22T15:08:19.446Z Downloaded home v0.5.12
6582026-07-22T15:08:19.446Z Downloaded fs-err v2.11.0
6592026-07-22T15:08:19.447Z Downloaded blake2 v0.10.6
6602026-07-22T15:08:19.447Z Downloaded hostname v0.4.2
6612026-07-22T15:08:19.447Z Downloaded colored v3.1.1
6622026-07-22T15:08:19.447Z Downloaded crossbeam-epoch v0.9.18
6632026-07-22T15:08:19.447Z Downloaded git-stub-vcs v0.1.0
6642026-07-22T15:08:19.447Z Downloaded cancel-safe-futures v0.1.5
6652026-07-22T15:08:19.450Z Downloaded http-body v1.0.1
6662026-07-22T15:08:19.451Z Downloaded globset v0.4.18
6672026-07-22T15:08:19.451Z Downloaded hubpack_derive v0.1.1
6682026-07-22T15:08:19.451Z Downloaded httpdate v1.0.3
6692026-07-22T15:08:19.451Z Downloaded http-range v0.1.5
6702026-07-22T15:08:19.451Z Downloaded glob v0.3.3
6712026-07-22T15:08:19.451Z Downloaded futures-executor v0.3.32
6722026-07-22T15:08:19.454Z Downloaded fallible-iterator v0.2.0
6732026-07-22T15:08:19.454Z Downloaded derive_more v0.99.20
6742026-07-22T15:08:19.457Z Downloaded group v0.14.0
6752026-07-22T15:08:19.457Z Downloaded ecdsa v0.17.0-rc.18
6762026-07-22T15:08:19.460Z Downloaded group v0.13.0
6772026-07-22T15:08:19.460Z Downloaded env_logger v0.11.9
6782026-07-22T15:08:19.460Z Downloaded hyper-tls v0.6.0
6792026-07-22T15:08:19.466Z Downloaded des v0.9.0
6802026-07-22T15:08:19.466Z Downloaded ident_case v1.0.1
6812026-07-22T15:08:19.466Z Downloaded derive_builder v0.20.2
6822026-07-22T15:08:19.470Z Downloaded ctutils v0.4.2
6832026-07-22T15:08:19.470Z Downloaded indent_write v2.2.0
6842026-07-22T15:08:19.470Z Downloaded indoc v1.0.9
6852026-07-22T15:08:19.470Z Downloaded idna_adapter v1.2.1
6862026-07-22T15:08:19.473Z Downloaded ff v0.13.1
6872026-07-22T15:08:19.473Z Downloaded foldhash v0.1.5
6882026-07-22T15:08:19.473Z Downloaded ff v0.14.0
6892026-07-22T15:08:19.476Z Downloaded illumos-nvpair-sys v0.2.0
6902026-07-22T15:08:19.477Z Downloaded illumos-nvpair v0.3.0
6912026-07-22T15:08:19.477Z Downloaded allocator-api2 v0.2.21
6922026-07-22T15:08:19.477Z Downloaded bzip2 v0.4.4
6932026-07-22T15:08:19.481Z Downloaded const-oid v0.9.6
6942026-07-22T15:08:19.481Z Downloaded is-terminal v0.4.17
6952026-07-22T15:08:19.482Z Downloaded internet-checksum v0.2.1
6962026-07-22T15:08:19.485Z Downloaded instability v0.3.11
6972026-07-22T15:08:19.485Z Downloaded inout v0.2.2
6982026-07-22T15:08:19.485Z Downloaded kem v0.3.0
6992026-07-22T15:08:19.485Z Downloaded crc-any v2.5.0
7002026-07-22T15:08:19.489Z Downloaded elliptic-curve v0.13.8
7012026-07-22T15:08:19.489Z Downloaded const-oid v0.10.2
7022026-07-22T15:08:19.493Z Downloaded cipher v0.4.4
7032026-07-22T15:08:19.493Z Downloaded drift v0.2.0
7042026-07-22T15:08:19.497Z Downloaded is_ci v1.2.0
7052026-07-22T15:08:19.500Z Downloaded keccak v0.1.6
7062026-07-22T15:08:19.500Z Downloaded lazy_static v1.5.0
7072026-07-22T15:08:19.500Z Downloaded kstat-rs v0.2.4
7082026-07-22T15:08:19.500Z Downloaded darling_core v0.21.3
7092026-07-22T15:08:19.503Z Downloaded inout v0.1.4
7102026-07-22T15:08:19.506Z Downloaded arc-swap v1.8.2
7112026-07-22T15:08:19.506Z Downloaded blake2 v0.11.0-rc.6
7122026-07-22T15:08:19.513Z Downloaded highway v1.3.0
7132026-07-22T15:08:19.513Z Downloaded getrandom v0.2.17
7142026-07-22T15:08:19.519Z Downloaded digest v0.11.3
7152026-07-22T15:08:19.519Z Downloaded compression-codecs v0.4.37
7162026-07-22T15:08:19.519Z Downloaded lalrpop-util v0.19.12
7172026-07-22T15:08:19.519Z Downloaded linked-hash-map v0.5.6
7182026-07-22T15:08:19.521Z Downloaded http-body-util v0.1.3
7192026-07-22T15:08:19.524Z Downloaded lzss v0.8.2
7202026-07-22T15:08:19.524Z Downloaded lru-slab v0.1.2
7212026-07-22T15:08:19.525Z Downloaded lru-cache v0.1.2
7222026-07-22T15:08:19.525Z Downloaded humantime v2.3.0
7232026-07-22T15:08:19.525Z Downloaded libscf-sys v1.1.0
7242026-07-22T15:08:19.525Z Downloaded futures-channel v0.3.32
7252026-07-22T15:08:19.525Z Downloaded cipher v0.5.2
7262026-07-22T15:08:19.528Z Downloaded md-5 v0.10.6
7272026-07-22T15:08:19.528Z Downloaded maplit v1.0.2
7282026-07-22T15:08:19.528Z Downloaded dropshot_endpoint v0.17.1
7292026-07-22T15:08:19.532Z Downloaded derive-where v1.6.0
7302026-07-22T15:08:19.532Z Downloaded fatfs v0.3.6
7312026-07-22T15:08:19.542Z Downloaded cookie v0.18.1
7322026-07-22T15:08:19.542Z Downloaded managed v0.8.0
7332026-07-22T15:08:19.542Z Downloaded hyper-staticfile v0.10.1
7342026-07-22T15:08:19.547Z Downloaded mime v0.3.17
7352026-07-22T15:08:19.547Z Downloaded darling v0.21.3
7362026-07-22T15:08:19.547Z Downloaded elliptic-curve v0.14.0-rc.33
7372026-07-22T15:08:19.547Z Downloaded ingot v0.1.1
7382026-07-22T15:08:19.547Z Downloaded instant v0.1.13
7392026-07-22T15:08:19.547Z Downloaded indoc v2.0.7
7402026-07-22T15:08:19.551Z Downloaded maybe-uninit v2.0.0
7412026-07-22T15:08:19.551Z Downloaded match_cfg v0.1.0
7422026-07-22T15:08:19.552Z Downloaded ingot-types v0.1.2
7432026-07-22T15:08:19.552Z Downloaded memoffset v0.9.1
7442026-07-22T15:08:19.552Z Downloaded md5 v0.8.0
7452026-07-22T15:08:19.555Z Downloaded multimap v0.10.1
7462026-07-22T15:08:19.555Z Downloaded darling_core v0.23.0
7472026-07-22T15:08:19.555Z Downloaded nodrop v0.1.14
7482026-07-22T15:08:19.559Z Downloaded newtype_derive v0.1.6
7492026-07-22T15:08:19.559Z Downloaded new_debug_unreachable v1.0.6
7502026-07-22T15:08:19.559Z Downloaded futures v0.3.32
7512026-07-22T15:08:19.562Z Downloaded chacha20poly1305 v0.10.1
7522026-07-22T15:08:19.562Z Downloaded daft v0.1.7
7532026-07-22T15:08:19.565Z Downloaded hmac v0.13.0
7542026-07-22T15:08:19.565Z Downloaded keccak v0.2.0
7552026-07-22T15:08:19.565Z Downloaded const_format v0.2.35
7562026-07-22T15:08:19.568Z Downloaded normalize-line-endings v0.3.0
7572026-07-22T15:08:19.575Z Downloaded generic-array v1.4.3
7582026-07-22T15:08:19.575Z Downloaded getrandom v0.3.4
7592026-07-22T15:08:19.575Z Downloaded ipnet v2.11.0
7602026-07-22T15:08:19.579Z Downloaded newline-converter v0.3.0
7612026-07-22T15:08:19.580Z Downloaded libloading v0.8.9
7622026-07-22T15:08:19.580Z Downloaded nonempty v0.12.0
7632026-07-22T15:08:19.580Z Downloaded newtype-uuid-macros v0.1.0
7642026-07-22T15:08:19.583Z Downloaded base64 v0.21.7
7652026-07-22T15:08:19.583Z Downloaded jobserver v0.1.34
7662026-07-22T15:08:19.583Z Downloaded num-iter v0.1.45
7672026-07-22T15:08:19.583Z Downloaded num_threads v0.1.7
7682026-07-22T15:08:19.586Z Downloaded hmac v0.12.1
7692026-07-22T15:08:19.586Z Downloaded hyper-rustls v0.27.7
7702026-07-22T15:08:19.589Z Downloaded opaque-debug v0.3.1
7712026-07-22T15:08:19.590Z Downloaded httparse v1.10.1
7722026-07-22T15:08:19.590Z Downloaded num v0.4.3
7732026-07-22T15:08:19.593Z Downloaded num-derive v0.4.2
7742026-07-22T15:08:19.593Z Downloaded num-derive v0.3.3
7752026-07-22T15:08:19.593Z Downloaded libefi-sys v0.1.0
7762026-07-22T15:08:19.596Z Downloaded lock_api v0.4.14
7772026-07-22T15:08:19.596Z Downloaded half v1.8.3
7782026-07-22T15:08:19.596Z Downloaded lru v0.12.5
7792026-07-22T15:08:19.599Z Downloaded olpc-cjson v0.1.4
7802026-07-22T15:08:19.599Z Downloaded num-conv v0.2.0
7812026-07-22T15:08:19.599Z Downloaded libsw-core v0.3.2
7822026-07-22T15:08:19.603Z Downloaded bytes v1.11.1
7832026-07-22T15:08:19.603Z Downloaded num_enum_derive v0.5.11
7842026-07-22T15:08:19.606Z Downloaded half v2.7.1
7852026-07-22T15:08:19.606Z Downloaded impl-trait-for-tuples v0.2.3
7862026-07-22T15:08:19.609Z Downloaded iana-time-zone v0.1.65
7872026-07-22T15:08:19.609Z Downloaded hybrid-array v0.4.13
7882026-07-22T15:08:19.612Z Downloaded ingot-macros v0.1.1
7892026-07-22T15:08:19.612Z Downloaded hubpack v0.1.2
7902026-07-22T15:08:19.612Z Downloaded linear-map v1.2.0
7912026-07-22T15:08:19.616Z Downloaded mime_guess v2.0.5
7922026-07-22T15:08:19.616Z Downloaded native-tls v0.2.18
7932026-07-22T15:08:19.616Z Downloaded oso-derive v0.27.3
7942026-07-22T15:08:19.620Z Downloaded openssl-probe v0.1.6
7952026-07-22T15:08:19.620Z Downloaded openssl-probe v0.2.1
7962026-07-22T15:08:19.620Z Downloaded openssl-macros v0.1.1
7972026-07-22T15:08:19.620Z Downloaded der_derive v0.7.3
7982026-07-22T15:08:19.620Z Downloaded ipnetwork v0.21.1
7992026-07-22T15:08:19.624Z Downloaded nibble_vec v0.1.0
8002026-07-22T15:08:19.624Z Downloaded newtype-uuid v1.3.2
8012026-07-22T15:08:19.624Z Downloaded nanorand v0.7.0
8022026-07-22T15:08:19.627Z Downloaded compact_str v0.8.1
8032026-07-22T15:08:19.627Z Downloaded base64 v0.22.1
8042026-07-22T15:08:19.630Z Downloaded flume v0.11.1
8052026-07-22T15:08:19.633Z Downloaded multer v3.1.0
8062026-07-22T15:08:19.633Z Downloaded chacha20 v0.9.1
8072026-07-22T15:08:19.636Z Downloaded packed_struct_codegen v0.10.1
8082026-07-22T15:08:19.636Z Downloaded bs58 v0.5.1
8092026-07-22T15:08:19.636Z Downloaded ed25519 v3.0.0
8102026-07-22T15:08:19.639Z Downloaded ed25519 v2.2.3
8112026-07-22T15:08:19.639Z Downloaded data-encoding v2.10.0
8122026-07-22T15:08:19.645Z Downloaded async-bb8-diesel v0.2.1
8132026-07-22T15:08:19.645Z Downloaded async-compression v0.4.41
8142026-07-22T15:08:19.648Z Downloaded num-complex v0.4.6
8152026-07-22T15:08:19.648Z Downloaded nu-ansi-term v0.50.3
8162026-07-22T15:08:19.649Z Downloaded litrs v1.0.0
8172026-07-22T15:08:19.654Z Downloaded parse-size v1.1.0
8182026-07-22T15:08:19.654Z Downloaded parse-display v0.10.0
8192026-07-22T15:08:19.654Z Downloaded ed25519-dalek v2.2.0
8202026-07-22T15:08:19.654Z Downloaded path-slash v0.1.5
8212026-07-22T15:08:19.657Z Downloaded num_enum_derive v0.7.6
8222026-07-22T15:08:19.657Z Downloaded der v0.7.10
8232026-07-22T15:08:19.660Z Downloaded peg-runtime v0.8.5
8242026-07-22T15:08:19.660Z Downloaded derive_more v2.1.1
8252026-07-22T15:08:19.665Z Downloaded phf_shared v0.13.1
8262026-07-22T15:08:19.670Z Downloaded phf_shared v0.12.1
8272026-07-22T15:08:19.670Z Downloaded phf_shared v0.11.3
8282026-07-22T15:08:19.670Z Downloaded percent-encoding v2.3.2
8292026-07-22T15:08:19.670Z Downloaded num_enum v0.7.6
8302026-07-22T15:08:19.686Z Downloaded module-lattice v0.2.3
8312026-07-22T15:08:19.690Z Downloaded potential_utf v0.1.4
8322026-07-22T15:08:19.690Z Downloaded memmap2 v0.9.10
8332026-07-22T15:08:19.690Z Downloaded indexmap v1.9.3
8342026-07-22T15:08:19.694Z Downloaded ignore v0.4.25
8352026-07-22T15:08:19.694Z Downloaded flate2 v1.1.9
8362026-07-22T15:08:19.700Z Downloaded cc v1.2.56
8372026-07-22T15:08:19.700Z Downloaded icu_provider v2.1.1
8382026-07-22T15:08:19.704Z Downloaded predicates-core v1.0.10
8392026-07-22T15:08:19.704Z Downloaded owo-colors v4.3.0
8402026-07-22T15:08:19.704Z Downloaded heapless v0.7.17
8412026-07-22T15:08:19.704Z Downloaded bumpalo v3.20.2
8422026-07-22T15:08:19.712Z Downloaded libbz2-rs-sys v0.2.2
8432026-07-22T15:08:19.712Z Downloaded oxide-update-engine-display v0.1.2
8442026-07-22T15:08:19.712Z Downloaded oxide-update-engine v0.1.2
8452026-07-22T15:08:19.715Z Downloaded icu_properties v2.1.2
8462026-07-22T15:08:19.715Z Downloaded litemap v0.8.1
8472026-07-22T15:08:19.715Z Downloaded predicates-tree v1.0.13
8482026-07-22T15:08:19.715Z Downloaded pbkdf2 v0.13.0
8492026-07-22T15:08:19.716Z Downloaded precomputed-hash v0.1.1
8502026-07-22T15:08:19.716Z Downloaded crossbeam-channel v0.5.15
8512026-07-22T15:08:19.719Z Downloaded powerfmt v0.2.0
8522026-07-22T15:08:19.719Z Downloaded packed_struct v0.10.1
8532026-07-22T15:08:19.719Z Downloaded libsw v3.5.0
8542026-07-22T15:08:19.726Z Downloaded oxnet v0.1.6
8552026-07-22T15:08:19.727Z Downloaded password-hash v0.5.0
8562026-07-22T15:08:19.727Z Downloaded parse-display-derive v0.10.0
8572026-07-22T15:08:19.749Z Downloaded parking_lot_core v0.8.6
8582026-07-22T15:08:19.749Z Downloaded proc-macro-crate v3.4.0
8592026-07-22T15:08:19.749Z Downloaded progenitor-client v0.14.0
8602026-07-22T15:08:19.749Z Downloaded proc-macro-crate v1.3.1
8612026-07-22T15:08:19.749Z Downloaded paste v1.0.15
8622026-07-22T15:08:19.749Z Downloaded password-hash v0.6.1
8632026-07-22T15:08:19.749Z Downloaded num_enum v0.5.11
8642026-07-22T15:08:19.753Z Downloaded progenitor-macro v0.13.0
8652026-07-22T15:08:19.753Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-07-22T15:08:19.753Z Downloaded pem-rfc7468 v1.0.0
8672026-07-22T15:08:19.753Z Downloaded pem-rfc7468 v0.7.0
8682026-07-22T15:08:19.754Z Downloaded pem v3.0.6
8692026-07-22T15:08:19.754Z Downloaded progenitor-macro v0.14.0
8702026-07-22T15:08:19.754Z Downloaded phf v0.12.1
8712026-07-22T15:08:19.754Z Downloaded expectorate v1.2.0
8722026-07-22T15:08:19.754Z Downloaded peg-macros v0.8.5
8732026-07-22T15:08:19.754Z Downloaded peg v0.8.5
8742026-07-22T15:08:19.754Z Downloaded phc v0.6.1
8752026-07-22T15:08:19.755Z Downloaded indicatif v0.18.4
8762026-07-22T15:08:19.755Z Downloaded ml-kem v0.3.2
8772026-07-22T15:08:19.755Z Downloaded phf v0.13.1
8782026-07-22T15:08:19.755Z Downloaded pin-project-lite v0.2.17
8792026-07-22T15:08:19.760Z Downloaded pkcs8 v0.10.2
8802026-07-22T15:08:19.760Z Downloaded poly1305 v0.8.0
8812026-07-22T15:08:19.760Z Downloaded quick-error v1.2.3
8822026-07-22T15:08:19.760Z Downloaded radium v0.7.0
8832026-07-22T15:08:19.760Z Downloaded psl-types v2.0.11
8842026-07-22T15:08:19.765Z Downloaded pkg-config v0.3.32
8852026-07-22T15:08:19.765Z Downloaded pin-project-internal v1.1.11
8862026-07-22T15:08:19.766Z Downloaded oxide-tokio-rt v0.1.4
8872026-07-22T15:08:19.766Z Downloaded rand_chacha v0.3.1
8882026-07-22T15:08:19.772Z Downloaded icu_normalizer v2.1.1
8892026-07-22T15:08:19.772Z Downloaded heapless v0.8.0
8902026-07-22T15:08:19.775Z Downloaded hickory-resolver v0.25.2
8912026-07-22T15:08:19.776Z Downloaded hickory-resolver v0.24.4
8922026-07-22T15:08:19.776Z Downloaded parking_lot v0.11.2
8932026-07-22T15:08:19.779Z Downloaded ed25519-dalek v3.0.0-rc.0
8942026-07-22T15:08:19.779Z Downloaded ppv-lite86 v0.2.21
8952026-07-22T15:08:19.779Z Downloaded predicates v3.1.4
8962026-07-22T15:08:19.783Z Downloaded postgres-protocol v0.6.10
8972026-07-22T15:08:19.783Z Downloaded primeorder v0.13.6
8982026-07-22T15:08:19.786Z Downloaded parking_lot v0.12.5
8992026-07-22T15:08:19.786Z Downloaded num-traits v0.2.19
9002026-07-22T15:08:19.791Z Downloaded recursive v0.1.1
9012026-07-22T15:08:19.791Z Downloaded progenitor v0.14.0
9022026-07-22T15:08:19.791Z Downloaded parking_lot_core v0.9.12
9032026-07-22T15:08:19.794Z Downloaded miniz_oxide v0.8.9
9042026-07-22T15:08:19.794Z Downloaded primeorder v0.14.0-rc.10
9052026-07-22T15:08:19.794Z Downloaded icu_collections v2.1.1
9062026-07-22T15:08:19.798Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-07-22T15:08:19.798Z Downloaded progenitor-extras v0.2.0
9082026-07-22T15:08:19.801Z Downloaded diesel_derives v2.3.7
9092026-07-22T15:08:19.809Z Downloaded rfc6979 v0.5.0
9102026-07-22T15:08:19.809Z Downloaded russh-util v0.52.0
9112026-07-22T15:08:19.809Z Downloaded rtoolbox v0.0.3
9122026-07-22T15:08:19.809Z Downloaded rfc6979 v0.4.0
9132026-07-22T15:08:19.813Z Downloaded progenitor-client v0.13.0
9142026-07-22T15:08:19.813Z Downloaded progenitor v0.13.0
9152026-07-22T15:08:19.813Z Downloaded ref-cast v1.0.25
9162026-07-22T15:08:19.813Z Downloaded proc-macro-error2 v2.0.1
9172026-07-22T15:08:19.813Z Downloaded omicron-zone-package v0.12.3
9182026-07-22T15:08:19.816Z Downloaded aes v0.9.1
9192026-07-22T15:08:19.816Z Downloaded r2d2 v0.8.10
9202026-07-22T15:08:19.816Z Downloaded psm v0.1.30
9212026-07-22T15:08:19.823Z Downloaded polyval v0.7.1
9222026-07-22T15:08:19.823Z Downloaded pkcs8 v0.11.0
9232026-07-22T15:08:19.826Z Downloaded rustc-hash v2.1.1
9242026-07-22T15:08:19.827Z Downloaded pkcs1 v0.7.5
9252026-07-22T15:08:19.827Z Downloaded rand_core v0.6.4
9262026-07-22T15:08:19.827Z Downloaded port-file v0.1.0
9272026-07-22T15:08:19.827Z Downloaded rand_xorshift v0.4.0
9282026-07-22T15:08:19.830Z Downloaded rand_chacha v0.9.0
9292026-07-22T15:08:19.830Z Downloaded oxide-update-engine-types v0.1.2
9302026-07-22T15:08:19.830Z Downloaded derive_more-impl v2.1.1
9312026-07-22T15:08:19.833Z Downloaded der v0.8.0
9322026-07-22T15:08:19.836Z Downloaded rustc_version v0.4.1
9332026-07-22T15:08:19.839Z Downloaded rustc_version v0.1.7
9342026-07-22T15:08:19.839Z Downloaded primefield v0.14.0
9352026-07-22T15:08:19.839Z Downloaded postcard v1.1.3
9362026-07-22T15:08:19.845Z Downloaded rand_seeder v0.4.0
9372026-07-22T15:08:19.845Z Downloaded rand_core v0.10.0
9382026-07-22T15:08:19.851Z Downloaded headers v0.4.1
9392026-07-22T15:08:19.851Z Downloaded sapling-renderdag v0.1.0
9402026-07-22T15:08:19.851Z Downloaded icu_normalizer_data v2.1.1
9412026-07-22T15:08:19.851Z Downloaded icu_locale_core v2.1.1
9422026-07-22T15:08:19.854Z Downloaded num-rational v0.4.2
9432026-07-22T15:08:19.854Z Downloaded postgres-types v0.2.12
9442026-07-22T15:08:19.858Z Downloaded same-file v1.0.6
9452026-07-22T15:08:19.858Z Downloaded rand_core v0.9.5
9462026-07-22T15:08:19.858Z Downloaded poly1305 v0.9.0
9472026-07-22T15:08:19.863Z Downloaded num-integer v0.1.46
9482026-07-22T15:08:19.863Z Downloaded ar_archive_writer v0.5.1
9492026-07-22T15:08:19.866Z Downloaded jiff-static v0.2.21
9502026-07-22T15:08:19.866Z Downloaded float-cmp v0.10.0
9512026-07-22T15:08:19.866Z Downloaded displaydoc v0.2.5
9522026-07-22T15:08:19.867Z Downloaded scopeguard v1.2.0
9532026-07-22T15:08:19.871Z Downloaded serde-big-array v0.5.1
9542026-07-22T15:08:19.873Z Downloaded semver v0.1.20
9552026-07-22T15:08:19.873Z Downloaded scroll_derive v0.13.1
9562026-07-22T15:08:19.873Z Downloaded pin-project v1.1.11
9572026-07-22T15:08:19.876Z Downloaded secrecy v0.10.3
9582026-07-22T15:08:19.879Z Downloaded secrecy v0.8.0
9592026-07-22T15:08:19.879Z Downloaded resolv-conf v0.7.6
9602026-07-22T15:08:19.879Z Downloaded ref-cast-impl v1.0.25
9612026-07-22T15:08:19.885Z Downloaded quinn-udp v0.5.14
9622026-07-22T15:08:19.885Z Downloaded serde_plain v1.0.2
9632026-07-22T15:08:19.885Z Downloaded russh-cryptovec v0.61.0
9642026-07-22T15:08:19.892Z Downloaded rpassword v7.5.4
9652026-07-22T15:08:19.892Z Downloaded pkcs5 v0.8.1
9662026-07-22T15:08:19.892Z Downloaded serde_spanned v1.1.1
9672026-07-22T15:08:19.897Z Downloaded pkcs1 v0.8.0-rc.4
9682026-07-22T15:08:19.897Z Downloaded oso v0.27.3
9692026-07-22T15:08:19.898Z Downloaded openssl-sys v0.9.115
9702026-07-22T15:08:19.898Z Downloaded rustls-pemfile v2.2.0
9712026-07-22T15:08:19.909Z Downloaded hashbrown v0.13.2
9722026-07-22T15:08:19.909Z Downloaded rusty-fork v0.3.1
9732026-07-22T15:08:19.909Z Downloaded rustls-native-certs v0.8.3
9742026-07-22T15:08:19.912Z Downloaded sha1 v0.11.0
9752026-07-22T15:08:19.912Z Downloaded sha1 v0.10.6
9762026-07-22T15:08:19.912Z Downloaded hashbrown v0.12.3
9772026-07-22T15:08:19.912Z Downloaded signal-hook-tokio v0.3.1
9782026-07-22T15:08:19.913Z Downloaded http v1.4.2
9792026-07-22T15:08:19.913Z Downloaded crossterm v0.28.1
9802026-07-22T15:08:19.916Z Downloaded p384 v0.14.0-rc.10
9812026-07-22T15:08:19.916Z Downloaded papergrid v0.17.0
9822026-07-22T15:08:19.923Z Downloaded shell-words v1.1.1
9832026-07-22T15:08:19.923Z Downloaded rustversion v1.0.22
9842026-07-22T15:08:19.929Z Downloaded sigpipe v0.1.3
9852026-07-22T15:08:19.929Z Downloaded signature v2.2.0
9862026-07-22T15:08:19.931Z Downloaded signature v3.0.0
9872026-07-22T15:08:19.931Z Downloaded signal-hook-mio v0.2.5
9882026-07-22T15:08:19.931Z Downloaded p256 v0.14.0-rc.10
9892026-07-22T15:08:19.931Z Downloaded hyper-util v0.1.20
9902026-07-22T15:08:19.946Z Downloaded dropshot-api-manager v0.7.2
9912026-07-22T15:08:19.946Z Downloaded sec1 v0.7.3
9922026-07-22T15:08:19.946Z Downloaded scrypt v0.12.0
9932026-07-22T15:08:19.946Z Downloaded schemars_derive v0.8.22
9942026-07-22T15:08:19.946Z Downloaded scheduled-thread-pool v0.2.7
9952026-07-22T15:08:19.957Z Downloaded hickory-server v0.25.2
9962026-07-22T15:08:19.957Z Downloaded siphasher v1.0.2
9972026-07-22T15:08:19.957Z Downloaded slog-bunyan v2.5.0
9982026-07-22T15:08:19.957Z Downloaded seq-macro v0.3.6
9992026-07-22T15:08:19.957Z Downloaded sec1 v0.8.1
10002026-07-22T15:08:19.957Z Downloaded scroll v0.13.0
10012026-07-22T15:08:19.957Z Downloaded serde-hex v0.1.0
10022026-07-22T15:08:19.957Z Downloaded slog-envlogger v2.2.0
10032026-07-22T15:08:19.957Z Downloaded internal-russh-num-bigint v0.5.0
10042026-07-22T15:08:19.965Z Downloaded progenitor-impl v0.14.0
10052026-07-22T15:08:19.965Z Downloaded serde_repr v0.1.20
10062026-07-22T15:08:19.965Z Downloaded serde_path_to_error v0.1.20
10072026-07-22T15:08:19.966Z Downloaded serde_bytes v0.11.19
10082026-07-22T15:08:19.966Z Downloaded crossterm v0.29.0
10092026-07-22T15:08:19.966Z Downloaded minimal-lexical v0.2.1
10102026-07-22T15:08:19.973Z Downloaded serde_urlencoded v0.7.1
10112026-07-22T15:08:19.973Z Downloaded serdect v0.4.3
10122026-07-22T15:08:19.973Z Downloaded serde_with_macros v1.5.2
10132026-07-22T15:08:19.974Z Downloaded serde_derive_internals v0.29.1
10142026-07-22T15:08:19.977Z Downloaded shlex v1.3.0
10152026-07-22T15:08:19.977Z Downloaded rustls-pki-types v1.14.0
10162026-07-22T15:08:19.980Z Downloaded prefix-trie v0.7.0
10172026-07-22T15:08:19.983Z Downloaded pretty_assertions v1.4.1
10182026-07-22T15:08:19.983Z Downloaded prettyplease v0.2.37
10192026-07-22T15:08:19.987Z Downloaded sqlparser_derive v0.5.0
10202026-07-22T15:08:19.987Z Downloaded itertools v0.10.5
10212026-07-22T15:08:19.990Z Downloaded structmeta v0.3.0
10222026-07-22T15:08:19.991Z Downloaded aho-corasick v1.1.4
10232026-07-22T15:08:19.995Z Downloaded simd-adler32 v0.3.8
10242026-07-22T15:08:19.995Z Downloaded slog-async v2.8.0
10252026-07-22T15:08:19.995Z Downloaded signal-hook-registry v1.4.8
10262026-07-22T15:08:19.998Z Downloaded stable_deref_trait v1.2.1
10272026-07-22T15:08:19.998Z Downloaded salsa20 v0.11.0
10282026-07-22T15:08:20.003Z Downloaded strum v0.26.3
10292026-07-22T15:08:20.003Z Downloaded slab v0.4.12
10302026-07-22T15:08:20.003Z Downloaded structmeta-derive v0.3.0
10312026-07-22T15:08:20.006Z Downloaded strsim v0.10.0
10322026-07-22T15:08:20.006Z Downloaded slog-dtrace v0.3.0
10332026-07-22T15:08:20.009Z Downloaded slog-term v2.9.2
10342026-07-22T15:08:20.009Z Downloaded slog-stdlog v4.1.1
10352026-07-22T15:08:20.013Z Downloaded slog-json v2.6.1
10362026-07-22T15:08:20.013Z Downloaded progenitor-impl v0.13.0
10372026-07-22T15:08:20.013Z Downloaded subtle v2.6.1
10382026-07-22T15:08:20.016Z Downloaded sync_wrapper v1.0.2
10392026-07-22T15:08:20.016Z Downloaded tabled_derive v0.11.0
10402026-07-22T15:08:20.017Z Downloaded slog-scope v4.4.1
10412026-07-22T15:08:20.021Z Downloaded sync-ptr v0.1.4
10422026-07-22T15:08:20.021Z Downloaded smf v0.2.3
10432026-07-22T15:08:20.021Z Downloaded ron v0.8.1
10442026-07-22T15:08:20.021Z Downloaded hashbrown v0.16.1
10452026-07-22T15:08:20.026Z Downloaded hashbrown v0.15.5
10462026-07-22T15:08:20.030Z Downloaded smallvec v0.6.14
10472026-07-22T15:08:20.030Z Downloaded mio v1.2.0
10482026-07-22T15:08:20.033Z Downloaded tap v1.0.1
10492026-07-22T15:08:20.033Z Downloaded tagptr v0.2.0
10502026-07-22T15:08:20.033Z Downloaded supports-color v3.0.2
10512026-07-22T15:08:20.036Z Downloaded testing_table v0.3.0
10522026-07-22T15:08:20.036Z Downloaded termtree v0.5.1
10532026-07-22T15:08:20.037Z Downloaded tabwriter v1.4.1
10542026-07-22T15:08:20.037Z Downloaded serde_cbor v0.11.2
10552026-07-22T15:08:20.079Z Downloaded serde_with_macros v3.21.0
10562026-07-22T15:08:20.079Z Downloaded strip-ansi-escapes v0.2.1
10572026-07-22T15:08:20.080Z Downloaded spki v0.8.0
10582026-07-22T15:08:20.080Z Downloaded spki v0.7.3
10592026-07-22T15:08:20.080Z Downloaded sqlformat v0.3.5
10602026-07-22T15:08:20.080Z Downloaded time-core v0.1.8
10612026-07-22T15:08:20.080Z Downloaded thread-id v5.1.0
10622026-07-22T15:08:20.080Z Downloaded sha2 v0.11.0
10632026-07-22T15:08:20.080Z Downloaded rustls-platform-verifier v0.6.2
10642026-07-22T15:08:20.080Z Downloaded strum_macros v0.27.2
10652026-07-22T15:08:20.080Z Downloaded static_assertions v1.1.0
10662026-07-22T15:08:20.080Z Downloaded ryu v1.0.23
10672026-07-22T15:08:20.080Z Downloaded tinyvec_macros v0.1.1
10682026-07-22T15:08:20.080Z Downloaded schemars v0.8.22
10692026-07-22T15:08:20.080Z Downloaded strum v0.27.2
10702026-07-22T15:08:20.080Z Downloaded string_cache v0.8.9
10712026-07-22T15:08:20.084Z Downloaded smallvec v1.15.1
10722026-07-22T15:08:20.084Z Downloaded stacker v0.1.23
10732026-07-22T15:08:20.084Z Downloaded tokio-macros v2.7.0
10742026-07-22T15:08:20.084Z Downloaded synstructure v0.13.2
10752026-07-22T15:08:20.084Z Downloaded ssh-encoding v0.3.0-rc.9
10762026-07-22T15:08:20.084Z Downloaded libxml v0.3.3
10772026-07-22T15:08:20.084Z Downloaded rayon-core v1.13.0
10782026-07-22T15:08:20.088Z Downloaded tokio-test v0.4.5
10792026-07-22T15:08:20.097Z Downloaded qorb v0.4.1
10802026-07-22T15:08:20.097Z Downloaded idna v1.1.0
10812026-07-22T15:08:20.104Z Downloaded strum_macros v0.26.4
10822026-07-22T15:08:20.104Z Downloaded rand v0.8.6
10832026-07-22T15:08:20.104Z Downloaded take_mut v0.2.2
10842026-07-22T15:08:20.104Z Downloaded support-bundle-viewer v0.1.2
10852026-07-22T15:08:20.104Z Downloaded quinn v0.11.9
10862026-07-22T15:08:20.104Z Downloaded topological-sort v0.2.2
10872026-07-22T15:08:20.108Z Downloaded publicsuffix v2.3.0
10882026-07-22T15:08:20.108Z Downloaded thiserror-impl-no-std v2.0.2
10892026-07-22T15:08:20.110Z Downloaded termios v0.3.3
10902026-07-22T15:08:20.110Z Downloaded tower-service v0.3.3
10912026-07-22T15:08:20.110Z Downloaded tower-layer v0.3.3
10922026-07-22T15:08:20.115Z Downloaded snafu-derive v0.8.9
10932026-07-22T15:08:20.115Z Downloaded serde_yaml v0.9.34+deprecated
10942026-07-22T15:08:20.122Z Downloaded spin v0.9.8
10952026-07-22T15:08:20.122Z Downloaded thread_local v1.1.9
10962026-07-22T15:08:20.122Z Downloaded thiserror-no-std v2.0.2
10972026-07-22T15:08:20.128Z Downloaded ssh-cipher v0.3.0-rc.9
10982026-07-22T15:08:20.128Z Downloaded tinystr v0.8.2
10992026-07-22T15:08:20.128Z Downloaded try-lock v0.2.5
11002026-07-22T15:08:20.128Z Downloaded rcgen v0.12.1
11012026-07-22T15:08:20.131Z Downloaded schemars v0.9.0
11022026-07-22T15:08:20.135Z Downloaded stringprep v0.1.5
11032026-07-22T15:08:20.135Z Downloaded typify-macro v0.6.2
11042026-07-22T15:08:20.138Z Downloaded slog v2.8.2
11052026-07-22T15:08:20.138Z Downloaded tls_codec v0.4.2
11062026-07-22T15:08:20.144Z Downloaded similar v2.7.0
11072026-07-22T15:08:20.153Z Downloaded tls_codec_derive v0.4.2
11082026-07-22T15:08:20.154Z Downloaded nom v7.1.3
11092026-07-22T15:08:20.154Z Downloaded num-bigint-dig v0.8.6
11102026-07-22T15:08:20.157Z Downloaded trait-variant v0.1.2
11112026-07-22T15:08:20.157Z Downloaded num-bigint v0.4.6
11122026-07-22T15:08:20.157Z Downloaded universal-hash v0.5.1
11132026-07-22T15:08:20.158Z Downloaded tokio-native-tls v0.3.1
11142026-07-22T15:08:20.158Z Downloaded tokio-dtrace v0.1.1
11152026-07-22T15:08:20.158Z Downloaded strum_macros v0.24.3
11162026-07-22T15:08:20.158Z Downloaded hyper v1.10.1
11172026-07-22T15:08:20.161Z Downloaded untrusted v0.7.1
11182026-07-22T15:08:20.165Z Downloaded universal-hash v0.6.1
11192026-07-22T15:08:20.165Z Downloaded unicode-xid v0.2.6
11202026-07-22T15:08:20.165Z Downloaded usdt-attr-macro v0.6.0
11212026-07-22T15:08:20.165Z Downloaded unit-prefix v0.5.2
11222026-07-22T15:08:20.168Z Downloaded usdt-macro v0.6.0
11232026-07-22T15:08:20.169Z Downloaded usdt v0.6.0
11242026-07-22T15:08:20.170Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11252026-07-22T15:08:20.170Z Downloaded crypto-primes v0.7.2
11262026-07-22T15:08:20.173Z Downloaded rsa v0.9.10
11272026-07-22T15:08:20.173Z Downloaded rustls-webpki v0.103.13
11282026-07-22T15:08:20.176Z Downloaded p521 v0.14.0-rc.10
11292026-07-22T15:08:20.180Z Downloaded term v1.2.1
11302026-07-22T15:08:20.180Z Downloaded toml_writer v1.1.1+spec-1.1.0
11312026-07-22T15:08:20.185Z Downloaded tiny-keccak v2.0.2
11322026-07-22T15:08:20.185Z Downloaded utf-8 v0.7.6
11332026-07-22T15:08:20.185Z Downloaded untrusted v0.9.0
11342026-07-22T15:08:20.188Z Downloaded term v0.7.0
11352026-07-22T15:08:20.188Z Downloaded libm v0.2.16
11362026-07-22T15:08:20.191Z Downloaded socket2 v0.6.3
11372026-07-22T15:08:20.194Z Downloaded signal-hook v0.3.18
11382026-07-22T15:08:20.195Z Downloaded itertools v0.13.0
11392026-07-22T15:08:20.198Z Downloaded waitgroup v0.1.2
11402026-07-22T15:08:20.202Z Downloaded wait-timeout v0.2.1
11412026-07-22T15:08:20.203Z Downloaded void v1.0.2
11422026-07-22T15:08:20.203Z Downloaded unarray v0.1.4
11432026-07-22T15:08:20.203Z Downloaded tui-tree-widget v0.23.1
11442026-07-22T15:08:20.208Z Downloaded iri-string v0.7.10
11452026-07-22T15:08:20.208Z Downloaded schemars v1.2.1
11462026-07-22T15:08:20.217Z Downloaded unicase v2.9.0
11472026-07-22T15:08:20.223Z Downloaded subprocess v0.2.15
11482026-07-22T15:08:20.223Z Downloaded xshell-macros v0.2.7
11492026-07-22T15:08:20.223Z Downloaded itertools v0.14.0
11502026-07-22T15:08:20.226Z Downloaded socket2 v0.5.10
11512026-07-22T15:08:20.226Z Downloaded hkdf v0.12.4
11522026-07-22T15:08:20.226Z Downloaded xattr v1.6.1
11532026-07-22T15:08:20.226Z Downloaded itertools v0.12.1
11542026-07-22T15:08:20.229Z Downloaded zerofrom v0.1.6
11552026-07-22T15:08:20.232Z Downloaded tokio-stream v0.1.18
11562026-07-22T15:08:20.237Z Downloaded zeroize_derive v1.4.3
11572026-07-22T15:08:20.237Z Downloaded tokio-tungstenite v0.23.1
11582026-07-22T15:08:20.237Z Downloaded hkdf v0.13.0
11592026-07-22T15:08:20.240Z Downloaded tokio-rustls v0.26.4
11602026-07-22T15:08:20.240Z Downloaded zerofrom-derive v0.1.6
11612026-07-22T15:08:20.240Z Downloaded yoke-derive v0.8.1
11622026-07-22T15:08:20.241Z Downloaded unicode-truncate v1.1.0
11632026-07-22T15:08:20.241Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-07-22T15:08:20.252Z Downloaded tokio-tungstenite v0.21.0
11652026-07-22T15:08:20.252Z Downloaded rand v0.10.1
11662026-07-22T15:08:20.259Z Downloaded uzers v0.12.2
11672026-07-22T15:08:20.259Z Downloaded utf8_iter v1.0.4
11682026-07-22T15:08:20.259Z Downloaded icu_properties_data v2.1.2
11692026-07-22T15:08:20.259Z Downloaded tracing-attributes v0.1.31
11702026-07-22T15:08:20.259Z Downloaded toml_parser v1.1.2+spec-1.1.0
11712026-07-22T15:08:20.259Z Downloaded vergen-lib v9.1.0
11722026-07-22T15:08:20.264Z Downloaded vergen-lib v0.1.6
11732026-07-22T15:08:20.264Z Downloaded usdt-impl v0.6.0
11742026-07-22T15:08:20.264Z Downloaded whoami v1.6.1
11752026-07-22T15:08:20.264Z Downloaded want v0.3.1
11762026-07-22T15:08:20.264Z Downloaded walkdir v2.5.0
11772026-07-22T15:08:20.264Z Downloaded twox-hash v2.1.2
11782026-07-22T15:08:20.264Z Downloaded snafu v0.8.9
11792026-07-22T15:08:20.267Z Downloaded zone_cfg_derive v0.3.1
11802026-07-22T15:08:20.267Z Downloaded blake3 v1.8.5
11812026-07-22T15:08:20.271Z Downloaded zone v0.3.1
11822026-07-22T15:08:20.275Z Downloaded rand v0.9.2
11832026-07-22T15:08:20.276Z Downloaded futures-util v0.3.32
11842026-07-22T15:08:20.280Z Downloaded vergen-gitcl v1.0.8
11852026-07-22T15:08:20.285Z Downloaded toml v0.7.8
11862026-07-22T15:08:20.285Z Downloaded xshell v0.2.7
11872026-07-22T15:08:20.288Z Downloaded wyz v0.5.1
11882026-07-22T15:08:20.291Z Downloaded tinyvec v1.10.0
11892026-07-22T15:08:20.291Z Downloaded unicode-properties v0.1.4
11902026-07-22T15:08:20.291Z Downloaded samael v0.0.19
11912026-07-22T15:08:20.296Z Downloaded vsss-rs v3.3.4
11922026-07-22T15:08:20.296Z Downloaded tungstenite v0.21.0
11932026-07-22T15:08:20.296Z Downloaded whoami v2.1.0
11942026-07-22T15:08:20.299Z Downloaded tar v0.4.46
11952026-07-22T15:08:20.299Z Downloaded rustyline v14.0.0
11962026-07-22T15:08:20.304Z Downloaded time-macros v0.2.27
11972026-07-22T15:08:20.304Z Downloaded steno v0.4.1
11982026-07-22T15:08:20.308Z Downloaded typify v0.6.2
11992026-07-22T15:08:20.308Z Downloaded toml v1.1.2+spec-1.1.0
12002026-07-22T15:08:20.313Z Downloaded yoke v0.8.1
12012026-07-22T15:08:20.324Z Downloaded zeroize v1.8.2
12022026-07-22T15:08:20.324Z Downloaded iddqd v0.4.2
12032026-07-22T15:08:20.327Z Downloaded test-strategy v0.4.5
12042026-07-22T15:08:20.327Z Downloaded writeable v0.6.2
12052026-07-22T15:08:20.327Z Downloaded zerovec-derive v0.11.2
12062026-07-22T15:08:20.327Z Downloaded vergen v9.1.0
12072026-07-22T15:08:20.327Z Downloaded h2 v0.4.15
12082026-07-22T15:08:20.330Z Downloaded vergen-git2 v9.1.0
12092026-07-22T15:08:20.335Z Downloaded bitvec v1.0.1
12102026-07-22T15:08:20.339Z Downloaded zstd v0.13.3
12112026-07-22T15:08:20.342Z Downloaded uuid v1.23.4
12122026-07-22T15:08:20.347Z Downloaded vte v0.14.1
12132026-07-22T15:08:20.347Z Downloaded tungstenite v0.23.0
12142026-07-22T15:08:20.347Z Downloaded aws-lc-rs v1.16.3
12152026-07-22T15:08:20.357Z Downloaded chrono v0.4.45
12162026-07-22T15:08:20.360Z Downloaded unicode-bidi v0.3.18
12172026-07-22T15:08:20.360Z Downloaded nom v8.0.0
12182026-07-22T15:08:20.373Z Downloaded unsafe-libyaml v0.2.11
12192026-07-22T15:08:20.376Z Downloaded rsa v0.10.0-rc.18
12202026-07-22T15:08:20.383Z Downloaded zerocopy v0.6.6
12212026-07-22T15:08:20.386Z Downloaded serde_with v1.14.0
12222026-07-22T15:08:20.386Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-07-22T15:08:20.386Z Downloaded zopfli v0.8.3
12242026-07-22T15:08:20.396Z Downloaded zstd-safe v7.2.4
12252026-07-22T15:08:20.401Z Downloaded bindgen v0.71.1
12262026-07-22T15:08:20.401Z Downloaded tracing-core v0.1.36
12272026-07-22T15:08:20.404Z Downloaded url v2.5.8
12282026-07-22T15:08:20.407Z Downloaded reedline v0.40.0
12292026-07-22T15:08:20.414Z Downloaded crypto-bigint v0.7.5
12302026-07-22T15:08:20.423Z Downloaded zerotrie v0.2.3
12312026-07-22T15:08:20.426Z Downloaded curve25519-dalek v4.1.3
12322026-07-22T15:08:20.430Z Downloaded yasna v0.5.2
12332026-07-22T15:08:20.435Z Downloaded p384 v0.13.1
12342026-07-22T15:08:20.438Z Downloaded git2 v0.20.4
12352026-07-22T15:08:20.445Z Downloaded tokio-postgres v0.7.16
12362026-07-22T15:08:20.448Z Downloaded zerocopy-derive v0.8.40
12372026-07-22T15:08:20.453Z Downloaded toml_edit v0.19.15
12382026-07-22T15:08:20.462Z Downloaded zip v0.6.6
12392026-07-22T15:08:20.465Z Downloaded yansi v1.0.1
12402026-07-22T15:08:20.469Z Downloaded unicode_categories v0.1.1
12412026-07-22T15:08:20.469Z Downloaded ssh-key v0.7.0-rc.10
12422026-07-22T15:08:20.473Z Downloaded unicode-segmentation v1.12.0
12432026-07-22T15:08:20.476Z Downloaded moka v0.12.13
12442026-07-22T15:08:20.480Z Downloaded rawzip v0.4.4
12452026-07-22T15:08:20.483Z Downloaded curve25519-dalek v5.0.0-rc.0
12462026-07-22T15:08:20.486Z Downloaded typed-path v0.9.3
12472026-07-22T15:08:20.492Z Downloaded portable-atomic v1.13.1
12482026-07-22T15:08:20.498Z Downloaded regex v1.12.3
12492026-07-22T15:08:20.501Z Downloaded quick-xml v0.37.5
12502026-07-22T15:08:20.501Z Downloaded x509-cert v0.2.5
12512026-07-22T15:08:20.504Z Downloaded tower v0.5.3
12522026-07-22T15:08:20.507Z Downloaded lalrpop v0.19.12
12532026-07-22T15:08:20.513Z Downloaded petname v2.0.2
12542026-07-22T15:08:20.517Z Downloaded unicode-normalization v0.1.25
12552026-07-22T15:08:20.520Z Downloaded rayon v1.11.0
12562026-07-22T15:08:20.526Z Downloaded goblin v0.10.5
12572026-07-22T15:08:20.529Z Downloaded salty v0.3.0
12582026-07-22T15:08:20.540Z Downloaded reqwest v0.13.2
12592026-07-22T15:08:20.545Z Downloaded zerovec v0.11.5
12602026-07-22T15:08:20.545Z Downloaded reqwest v0.12.28
12612026-07-22T15:08:20.545Z Downloaded nix v0.27.1
12622026-07-22T15:08:20.551Z Downloaded tokio-util v0.7.18
12632026-07-22T15:08:20.558Z Downloaded serde_with v3.21.0
12642026-07-22T15:08:20.565Z Downloaded proptest v1.10.0
12652026-07-22T15:08:20.569Z Downloaded tough v0.22.0
12662026-07-22T15:08:20.574Z Downloaded object v0.30.4
12672026-07-22T15:08:20.580Z Downloaded openssl v0.10.79
12682026-07-22T15:08:20.587Z Downloaded quinn-proto v0.11.13
12692026-07-22T15:08:20.591Z Downloaded tower-http v0.6.8
12702026-07-22T15:08:20.594Z Downloaded nix v0.28.0
12712026-07-22T15:08:20.604Z Downloaded dropshot v0.17.1
12722026-07-22T15:08:20.621Z Downloaded zip v4.6.1
12732026-07-22T15:08:20.624Z Downloaded radix_trie v0.2.1
12742026-07-22T15:08:20.625Z Downloaded winnow v0.5.40
12752026-07-22T15:08:20.625Z Downloaded regex-syntax v0.6.29
12762026-07-22T15:08:20.628Z Downloaded time v0.3.47
12772026-07-22T15:08:20.635Z Downloaded russh v0.61.2
12782026-07-22T15:08:20.640Z Downloaded hickory-proto v0.24.4
12792026-07-22T15:08:20.648Z Downloaded zlib-rs v0.6.2
12802026-07-22T15:08:20.657Z Downloaded polar-core v0.27.3
12812026-07-22T15:08:20.660Z Downloaded vcpkg v0.2.15
12822026-07-22T15:08:20.677Z Downloaded winnow v1.0.3
12832026-07-22T15:08:20.693Z Downloaded diesel v2.3.7
12842026-07-22T15:08:20.751Z Downloaded zerocopy v0.8.40
12852026-07-22T15:08:20.751Z Downloaded regress v0.11.1
12862026-07-22T15:08:20.751Z Downloaded regress v0.10.5
12872026-07-22T15:08:20.757Z Downloaded openapiv3 v2.2.0
12882026-07-22T15:08:20.758Z Downloaded tabled v0.20.0
12892026-07-22T15:08:20.786Z Downloaded regex-syntax v0.8.10
12902026-07-22T15:08:20.786Z Downloaded nix v0.31.2
12912026-07-22T15:08:20.786Z Downloaded hickory-proto v0.25.2
12922026-07-22T15:08:20.786Z Downloaded smoltcp v0.9.1
12932026-07-22T15:08:20.786Z Downloaded bstr v1.12.1
12942026-07-22T15:08:20.786Z Downloaded winnow v0.6.26
12952026-07-22T15:08:20.786Z Downloaded object v0.37.3
12962026-07-22T15:08:20.801Z Downloaded tracing v0.1.44
12972026-07-22T15:08:20.802Z Downloaded smoltcp v0.11.0
12982026-07-22T15:08:20.809Z Downloaded fiat-crypto v0.3.0
12992026-07-22T15:08:20.824Z Downloaded rustls v0.23.41
13002026-07-22T15:08:20.829Z Downloaded zerocopy-derive v0.6.6
13012026-07-22T15:08:20.829Z Downloaded rustix v0.38.44
13022026-07-22T15:08:20.841Z Downloaded regex-automata v0.4.14
13032026-07-22T15:08:20.848Z Downloaded petgraph v0.6.5
13042026-07-22T15:08:20.864Z Downloaded petgraph v0.8.3
13052026-07-22T15:08:20.878Z Downloaded csv v1.4.0
13062026-07-22T15:08:20.889Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-22T15:08:20.900Z Downloaded sqlparser v0.61.0
13082026-07-22T15:08:20.952Z Downloaded typify-impl v0.6.2
13092026-07-22T15:08:20.967Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-07-22T15:08:20.967Z Downloaded sled v0.34.7
13112026-07-22T15:08:20.967Z Downloaded ratatui v0.29.0
13122026-07-22T15:08:20.967Z Downloaded sha3 v0.11.0
13132026-07-22T15:08:21.030Z Downloaded chrono-tz v0.10.4
13142026-07-22T15:08:21.042Z Downloaded jiff v0.2.21
13152026-07-22T15:08:21.078Z Downloaded libz-sys v1.1.24
13162026-07-22T15:08:21.111Z Downloaded sha3 v0.10.8
13172026-07-22T15:08:21.120Z Downloaded tokio v1.52.1
13182026-07-22T15:08:21.215Z Downloaded encoding_rs v0.8.35
13192026-07-22T15:08:21.254Z Downloaded ring v0.17.14
13202026-07-22T15:08:21.303Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-22T15:08:21.768Z Downloaded aws-lc-sys v0.40.0
13222026-07-22T15:08:22.015Z Compiling libc v0.2.185
13232026-07-22T15:08:22.015Z Compiling serde_core v1.0.228
13242026-07-22T15:08:22.015Z Compiling serde v1.0.228
13252026-07-22T15:08:22.019Z Compiling log v0.4.29
13262026-07-22T15:08:22.019Z Compiling smallvec v1.15.1
13272026-07-22T15:08:22.019Z Compiling shlex v1.3.0
13282026-07-22T15:08:22.020Z Compiling find-msvc-tools v0.1.9
13292026-07-22T15:08:22.156Z Compiling syn v2.0.117
13302026-07-22T15:08:22.349Z Compiling subtle v2.6.1
13312026-07-22T15:08:22.368Z Compiling stable_deref_trait v1.2.1
13322026-07-22T15:08:22.381Z Compiling scopeguard v1.2.0
13332026-07-22T15:08:22.417Z Compiling typenum v1.20.1
13342026-07-22T15:08:22.435Z Compiling serde_json v1.0.150
13352026-07-22T15:08:22.477Z Compiling lock_api v0.4.14
13362026-07-22T15:08:22.490Z Compiling portable-atomic v1.13.1
13372026-07-22T15:08:22.515Z Compiling zerocopy v0.8.40
13382026-07-22T15:08:22.676Z Compiling pin-project-lite v0.2.17
13392026-07-22T15:08:22.700Z Compiling parking_lot_core v0.9.12
13402026-07-22T15:08:22.770Z Compiling pkg-config v0.3.32
13412026-07-22T15:08:22.966Z Compiling getrandom v0.4.1
13422026-07-22T15:08:22.974Z Compiling jobserver v0.1.34
13432026-07-22T15:08:22.987Z Compiling errno v0.3.14
13442026-07-22T15:08:23.127Z Compiling getrandom v0.2.17
13452026-07-22T15:08:23.195Z Compiling cc v1.2.56
13462026-07-22T15:08:23.325Z Compiling critical-section v1.2.0
13472026-07-22T15:08:23.420Z Compiling libm v0.2.16
13482026-07-22T15:08:23.443Z Compiling rand_core v0.6.4
13492026-07-22T15:08:23.471Z Compiling signal-hook-registry v1.4.8
13502026-07-22T15:08:23.625Z Compiling once_cell v1.21.3
13512026-07-22T15:08:23.728Z Compiling num-traits v0.2.19
13522026-07-22T15:08:23.754Z Compiling futures-core v0.3.32
13532026-07-22T15:08:23.772Z Compiling rand_core v0.10.0
13542026-07-22T15:08:23.840Z Compiling parking_lot v0.12.5
13552026-07-22T15:08:23.942Z Compiling mio v1.2.0
13562026-07-22T15:08:24.088Z Compiling generic-array v0.14.7
13572026-07-22T15:08:24.120Z Compiling percent-encoding v2.3.2
13582026-07-22T15:08:24.213Z Compiling writeable v0.6.2
13592026-07-22T15:08:24.314Z Compiling bitflags v2.11.0
13602026-07-22T15:08:24.403Z Compiling litemap v0.8.1
13612026-07-22T15:08:24.417Z Compiling const-oid v0.9.6
13622026-07-22T15:08:24.492Z Compiling semver v1.0.28
13632026-07-22T15:08:24.600Z Compiling icu_properties_data v2.1.2
13642026-07-22T15:08:24.796Z Compiling icu_normalizer_data v2.1.1
13652026-07-22T15:08:24.839Z Compiling socket2 v0.6.3
13662026-07-22T15:08:24.901Z Compiling futures-sink v0.3.32
13672026-07-22T15:08:24.984Z Compiling futures-channel v0.3.32
13682026-07-22T15:08:25.011Z Compiling slab v0.4.12
13692026-07-22T15:08:25.106Z Compiling synstructure v0.13.2
13702026-07-22T15:08:25.169Z Compiling futures-task v0.3.32
13712026-07-22T15:08:25.169Z Compiling futures-io v0.3.32
13722026-07-22T15:08:25.197Z Compiling utf8_iter v1.0.4
13732026-07-22T15:08:25.212Z Compiling indexmap v2.14.0
13742026-07-22T15:08:25.254Z Compiling form_urlencoded v1.2.2
13752026-07-22T15:08:25.324Z Compiling getrandom v0.3.4
13762026-07-22T15:08:25.342Z Compiling rustversion v1.0.22
13772026-07-22T15:08:25.357Z Compiling cmake v0.1.57
13782026-07-22T15:08:25.426Z Compiling rustix v1.1.3
13792026-07-22T15:08:25.444Z Compiling fs_extra v1.3.0
13802026-07-22T15:08:25.714Z Compiling dunce v1.0.5
13812026-07-22T15:08:25.732Z Compiling ident_case v1.0.1
13822026-07-22T15:08:25.769Z Compiling iana-time-zone v0.1.65
13832026-07-22T15:08:25.799Z Compiling aws-lc-sys v0.40.0
13842026-07-22T15:08:25.850Z Compiling regex-syntax v0.8.10
13852026-07-22T15:08:25.875Z Compiling uuid v1.23.4
13862026-07-22T15:08:25.969Z Compiling vcpkg v0.2.15
13872026-07-22T15:08:26.289Z Compiling rand_core v0.9.5
13882026-07-22T15:08:26.358Z Compiling base64ct v1.8.3
13892026-07-22T15:08:26.580Z Compiling base64 v0.22.1
13902026-07-22T15:08:26.609Z Compiling pem-rfc7468 v0.7.0
13912026-07-22T15:08:26.666Z Compiling rustc_version v0.4.1
13922026-07-22T15:08:26.707Z Compiling openssl-sys v0.9.115
13932026-07-22T15:08:26.774Z Compiling serde_derive v1.0.228
13942026-07-22T15:08:26.918Z Compiling zeroize_derive v1.4.3
13952026-07-22T15:08:26.928Z Compiling zerofrom-derive v0.1.6
13962026-07-22T15:08:26.988Z Compiling yoke-derive v0.8.1
13972026-07-22T15:08:27.180Z Compiling zerovec-derive v0.11.2
13982026-07-22T15:08:27.266Z Compiling zerocopy-derive v0.8.40
13992026-07-22T15:08:27.581Z Compiling zeroize v1.8.2
14002026-07-22T15:08:27.791Z Compiling displaydoc v0.2.5
14012026-07-22T15:08:28.238Z Compiling tokio-macros v2.7.0
14022026-07-22T15:08:28.330Z Compiling futures-macro v0.3.32
14032026-07-22T15:08:28.382Z Compiling zerofrom v0.1.6
14042026-07-22T15:08:28.509Z Compiling yoke v0.8.1
14052026-07-22T15:08:28.652Z Compiling thiserror-impl v2.0.18
14062026-07-22T15:08:28.696Z Compiling zerovec v0.11.5
14072026-07-22T15:08:28.776Z Compiling zerotrie v0.2.3
14082026-07-22T15:08:29.023Z Compiling crypto-common v0.1.7
14092026-07-22T15:08:29.070Z Compiling block-buffer v0.10.4
14102026-07-22T15:08:29.148Z Compiling tinystr v0.8.2
14112026-07-22T15:08:29.172Z Compiling potential_utf v0.1.4
14122026-07-22T15:08:29.200Z Compiling futures-util v0.3.32
14132026-07-22T15:08:29.240Z Compiling digest v0.10.7
14142026-07-22T15:08:29.332Z Compiling icu_locale_core v2.1.1
14152026-07-22T15:08:29.346Z Compiling icu_collections v2.1.1
14162026-07-22T15:08:29.490Z Compiling der_derive v0.7.3
14172026-07-22T15:08:29.834Z Compiling tracing-attributes v0.1.31
14182026-07-22T15:08:30.016Z Compiling icu_provider v2.1.1
14192026-07-22T15:08:30.223Z Compiling tracing-core v0.1.36
14202026-07-22T15:08:30.305Z Compiling bytes v1.11.1
14212026-07-22T15:08:30.351Z Compiling icu_properties v2.1.2
14222026-07-22T15:08:30.452Z Compiling icu_normalizer v2.1.1
14232026-07-22T15:08:30.790Z Compiling tokio v1.52.1
14242026-07-22T15:08:30.910Z Compiling chrono v0.4.45
14252026-07-22T15:08:30.972Z Compiling http v1.4.2
14262026-07-22T15:08:31.154Z Compiling aws-lc-rs v1.16.3
14272026-07-22T15:08:31.422Z Compiling idna_adapter v1.2.1
14282026-07-22T15:08:31.448Z Compiling flagset v0.4.7
14292026-07-22T15:08:31.477Z Compiling tracing v0.1.44
14302026-07-22T15:08:31.552Z Compiling idna v1.1.0
14312026-07-22T15:08:31.575Z Compiling der v0.7.10
14322026-07-22T15:08:31.705Z Compiling ppv-lite86 v0.2.21
14332026-07-22T15:08:31.778Z Compiling http-body v1.0.1
14342026-07-22T15:08:31.879Z Compiling url v2.5.8
14352026-07-22T15:08:31.927Z Compiling thiserror v2.0.18
14362026-07-22T15:08:32.022Z Compiling rand_chacha v0.9.0
14372026-07-22T15:08:32.034Z Compiling rustls-pki-types v1.14.0
14382026-07-22T15:08:32.250Z Compiling serde_derive_internals v0.29.1
14392026-07-22T15:08:32.271Z Compiling openssl-probe v0.2.1
14402026-07-22T15:08:32.443Z Compiling dyn-clone v1.0.20
14412026-07-22T15:08:32.473Z Compiling httparse v1.10.1
14422026-07-22T15:08:32.580Z Compiling tinyvec_macros v0.1.1
14432026-07-22T15:08:32.647Z Compiling cmov v0.5.4
14442026-07-22T15:08:32.662Z Compiling schemars v0.8.22
14452026-07-22T15:08:32.686Z Compiling tinyvec v1.10.0
14462026-07-22T15:08:32.754Z Compiling spki v0.7.3
14472026-07-22T15:08:32.847Z Compiling ctutils v0.4.2
14482026-07-22T15:08:32.860Z Compiling pest_generator v2.8.6
14492026-07-22T15:08:32.890Z Compiling rand v0.9.2
14502026-07-22T15:08:32.948Z Compiling aho-corasick v1.1.4
14512026-07-22T15:08:33.028Z Compiling try-lock v0.2.5
14522026-07-22T15:08:33.070Z Compiling tower-service v0.3.3
14532026-07-22T15:08:33.106Z Compiling schemars_derive v0.8.22
14542026-07-22T15:08:33.129Z Compiling tower-layer v0.3.3
14552026-07-22T15:08:33.161Z Compiling atomic-waker v1.1.2
14562026-07-22T15:08:33.289Z Compiling untrusted v0.7.1
14572026-07-22T15:08:33.342Z Compiling want v0.3.1
14582026-07-22T15:08:33.450Z Compiling tempfile v3.25.0
14592026-07-22T15:08:33.501Z Compiling hybrid-array v0.4.13
14602026-07-22T15:08:33.574Z Compiling pest_derive v2.8.6
14612026-07-22T15:08:33.820Z Compiling regex-automata v0.4.14
14622026-07-22T15:08:33.964Z Compiling ipnet v2.11.0
14632026-07-22T15:08:34.017Z Compiling scroll_derive v0.13.1
14642026-07-22T15:08:34.287Z Compiling darling_core v0.20.11
14652026-07-22T15:08:34.454Z Compiling rustls v0.23.41
14662026-07-22T15:08:34.631Z Compiling tokio-util v0.7.18
14672026-07-22T15:08:34.664Z Compiling untrusted v0.9.0
14682026-07-22T15:08:34.778Z Compiling openssl v0.10.79
14692026-07-22T15:08:34.813Z Compiling foreign-types-shared v0.1.1
14702026-07-22T15:08:34.901Z Compiling cpufeatures v0.2.17
14712026-07-22T15:08:34.974Z Compiling httpdate v1.0.3
14722026-07-22T15:08:35.033Z Compiling foreign-types v0.3.2
14732026-07-22T15:08:35.104Z Compiling scroll v0.13.0
14742026-07-22T15:08:35.197Z Compiling unicode-normalization v0.1.25
14752026-07-22T15:08:35.364Z Compiling h2 v0.4.15
14762026-07-22T15:08:35.606Z Compiling pkcs8 v0.10.2
14772026-07-22T15:08:35.642Z Compiling openssl-macros v0.1.1
14782026-07-22T15:08:35.859Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-22T15:08:36.028Z Compiling spin v0.9.8
14802026-07-22T15:08:36.047Z Compiling crc32fast v1.5.0
14812026-07-22T15:08:36.222Z Compiling powerfmt v0.2.0
14822026-07-22T15:08:36.279Z Compiling time-core v0.1.8
14832026-07-22T15:08:36.305Z Compiling native-tls v0.2.18
14842026-07-22T15:08:36.392Z Compiling num-conv v0.2.0
14852026-07-22T15:08:36.405Z Compiling deranged v0.5.8
14862026-07-22T15:08:36.481Z Compiling darling_macro v0.20.11
14872026-07-22T15:08:36.527Z Compiling time-macros v0.2.27
14882026-07-22T15:08:36.959Z Compiling darling v0.20.11
14892026-07-22T15:08:37.043Z Compiling goblin v0.10.5
14902026-07-22T15:08:37.386Z Compiling sha2 v0.10.9
14912026-07-22T15:08:37.571Z Compiling hmac v0.12.1
14922026-07-22T15:08:37.728Z Compiling sync_wrapper v1.0.2
14932026-07-22T15:08:37.796Z Compiling wait-timeout v0.2.1
14942026-07-22T15:08:37.838Z Compiling siphasher v1.0.2
14952026-07-22T15:08:38.019Z Compiling simd-adler32 v0.3.8
14962026-07-22T15:08:38.058Z Compiling quick-error v1.2.3
14972026-07-22T15:08:38.155Z Compiling bit-vec v0.8.0
14982026-07-22T15:08:38.254Z Compiling syn v1.0.109
14992026-07-22T15:08:38.415Z Compiling usdt-impl v0.6.0
15002026-07-22T15:08:38.584Z Compiling hyper v1.10.1
15012026-07-22T15:08:38.611Z Compiling crossbeam-utils v0.8.21
15022026-07-22T15:08:38.758Z Compiling num_threads v0.1.7
15032026-07-22T15:08:38.834Z Compiling time v0.3.47
15042026-07-22T15:08:39.325Z Compiling bit-set v0.8.0
15052026-07-22T15:08:39.547Z Compiling rusty-fork v0.3.1
15062026-07-22T15:08:39.643Z Compiling tower v0.5.3
15072026-07-22T15:08:39.643Z Compiling derive_builder_core v0.20.2
15082026-07-22T15:08:39.808Z Compiling hyper-util v0.1.20
15092026-07-22T15:08:39.960Z Compiling dof v0.4.0
15102026-07-22T15:08:40.349Z Compiling dtrace-parser v0.3.0
15112026-07-22T15:08:40.392Z Compiling http-body-util v0.1.3
15122026-07-22T15:08:40.393Z Compiling heapless v0.7.17
15132026-07-22T15:08:40.582Z Compiling thiserror-impl v1.0.69
15142026-07-22T15:08:41.042Z Compiling scroll_derive v0.12.1
15152026-07-22T15:08:41.065Z Compiling rand_xorshift v0.4.0
15162026-07-22T15:08:41.090Z Compiling slog v2.8.2
15172026-07-22T15:08:41.212Z Compiling darling_core v0.23.0
15182026-07-22T15:08:41.240Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-22T15:08:41.261Z Compiling thread-id v5.1.0
15202026-07-22T15:08:41.268Z Compiling cookie v0.18.1
15212026-07-22T15:08:41.333Z Compiling ryu v1.0.23
15222026-07-22T15:08:41.506Z Compiling signal-hook v0.3.18
15232026-07-22T15:08:41.520Z Compiling unarray v0.1.4
15242026-07-22T15:08:41.520Z Compiling paste v1.0.15
15252026-07-22T15:08:41.521Z Compiling adler2 v2.0.1
15262026-07-22T15:08:41.572Z Compiling anyhow v1.0.102
15272026-07-22T15:08:41.642Z Compiling zstd-safe v7.2.4
15282026-07-22T15:08:41.646Z Compiling iri-string v0.7.10
15292026-07-22T15:08:41.777Z Compiling allocator-api2 v0.2.21
15302026-07-22T15:08:41.800Z Compiling unicode-bidi v0.3.18
15312026-07-22T15:08:41.854Z Compiling unicode-properties v0.1.4
15322026-07-22T15:08:42.050Z Compiling thiserror v1.0.69
15332026-07-22T15:08:42.109Z Compiling miniz_oxide v0.8.9
15342026-07-22T15:08:42.123Z Compiling stringprep v0.1.5
15352026-07-22T15:08:42.145Z Compiling proptest v1.10.0
15362026-07-22T15:08:42.593Z Compiling serde_urlencoded v0.7.1
15372026-07-22T15:08:42.822Z Compiling tower-http v0.6.8
15382026-07-22T15:08:43.064Z Compiling scroll v0.12.0
15392026-07-22T15:08:43.113Z Compiling derive_builder_macro v0.20.2
15402026-07-22T15:08:43.146Z Compiling camino v1.2.2
15412026-07-22T15:08:43.249Z Compiling tokio-native-tls v0.3.1
15422026-07-22T15:08:43.460Z Compiling bstr v1.12.1
15432026-07-22T15:08:43.543Z Compiling ipnetwork v0.21.1
15442026-07-22T15:08:43.599Z Compiling block-padding v0.4.2
15452026-07-22T15:08:43.719Z Compiling darling_macro v0.23.0
15462026-07-22T15:08:43.808Z Compiling crypto-common v0.2.2
15472026-07-22T15:08:43.964Z Compiling block-buffer v0.12.1
15482026-07-22T15:08:44.094Z Compiling rustls-native-certs v0.8.3
15492026-07-22T15:08:44.183Z Compiling rand_chacha v0.3.1
15502026-07-22T15:08:44.183Z Compiling serde_spanned v0.6.9
15512026-07-22T15:08:44.272Z Compiling hex v0.4.3
15522026-07-22T15:08:44.288Z Compiling serde_tokenstream v0.2.3
15532026-07-22T15:08:44.288Z Compiling erased-serde v0.3.31
15542026-07-22T15:08:44.439Z Compiling toml_datetime v0.6.11
15552026-07-22T15:08:44.530Z Compiling signature v2.2.0
15562026-07-22T15:08:44.735Z Compiling md-5 v0.10.6
15572026-07-22T15:08:44.846Z Compiling curve25519-dalek v4.1.3
15582026-07-22T15:08:44.846Z Compiling zerocopy-derive v0.7.35
15592026-07-22T15:08:44.979Z Compiling pin-project-internal v1.1.11
15602026-07-22T15:08:44.979Z Compiling async-trait v0.1.89
15612026-07-22T15:08:45.053Z Compiling vergen-lib v9.1.0
15622026-07-22T15:08:45.290Z Compiling hash32 v0.2.1
15632026-07-22T15:08:45.455Z Compiling num-integer v0.1.46
15642026-07-22T15:08:45.550Z Compiling memoffset v0.9.1
15652026-07-22T15:08:45.599Z Compiling encoding_rs v0.8.35
15662026-07-22T15:08:45.729Z Compiling smoltcp v0.9.1
15672026-07-22T15:08:45.799Z Compiling mime v0.3.17
15682026-07-22T15:08:45.947Z Compiling cfg_aliases v0.2.1
15692026-07-22T15:08:46.049Z Compiling ref-cast v1.0.25
15702026-07-22T15:08:46.049Z Compiling zlib-rs v0.6.2
15712026-07-22T15:08:46.181Z Compiling rustix v0.38.44
15722026-07-22T15:08:46.184Z Compiling num-bigint-dig v0.8.6
15732026-07-22T15:08:46.274Z Compiling litrs v1.0.0
15742026-07-22T15:08:46.308Z Compiling fallible-iterator v0.2.0
15752026-07-22T15:08:46.387Z Compiling psl-types v2.0.11
15762026-07-22T15:08:46.517Z Compiling publicsuffix v2.3.0
15772026-07-22T15:08:46.581Z Compiling postgres-protocol v0.6.10
15782026-07-22T15:08:46.722Z Compiling document-features v0.2.12
15792026-07-22T15:08:46.850Z Compiling nix v0.31.2
15802026-07-22T15:08:47.021Z Compiling hubpack_derive v0.1.1
15812026-07-22T15:08:47.115Z Compiling pin-project v1.1.11
15822026-07-22T15:08:47.186Z Compiling num-iter v0.1.45
15832026-07-22T15:08:47.283Z Compiling zerocopy v0.7.35
15842026-07-22T15:08:47.396Z Compiling newtype-uuid v1.3.2
15852026-07-22T15:08:47.453Z Compiling rand v0.8.6
15862026-07-22T15:08:47.691Z Compiling darling v0.23.0
15872026-07-22T15:08:47.797Z Compiling oxnet v0.1.6
15882026-07-22T15:08:47.797Z Compiling inout v0.2.2
15892026-07-22T15:08:47.797Z Compiling derive_builder v0.20.2
15902026-07-22T15:08:47.797Z Compiling hyper-tls v0.6.0
15912026-07-22T15:08:47.860Z Compiling goblin v0.8.2
15922026-07-22T15:08:48.439Z Compiling phf_shared v0.13.1
15932026-07-22T15:08:48.507Z Compiling lazy_static v1.5.0
15942026-07-22T15:08:48.605Z Compiling regex v1.12.3
15952026-07-22T15:08:48.627Z Compiling anstyle-parse v0.2.7
15962026-07-22T15:08:48.636Z Compiling futures-executor v0.3.32
15972026-07-22T15:08:48.671Z Compiling terminal_size v0.4.3
15982026-07-22T15:08:48.808Z Compiling ref-cast-impl v1.0.25
15992026-07-22T15:08:48.819Z Compiling snafu-derive v0.8.9
16002026-07-22T15:08:48.904Z Compiling flate2 v1.1.9
16012026-07-22T15:08:49.023Z Compiling daft-derive v0.1.7
16022026-07-22T15:08:49.218Z Compiling strum_macros v0.27.2
16032026-07-22T15:08:49.298Z Compiling curve25519-dalek-derive v0.1.1
16042026-07-22T15:08:49.354Z Compiling vergen v9.1.0
16052026-07-22T15:08:49.600Z Compiling cargo-platform v0.3.2
16062026-07-22T15:08:49.768Z Compiling ff v0.13.1
16072026-07-22T15:08:49.850Z Compiling fs-err v3.3.0
16082026-07-22T15:08:49.908Z Compiling ahash v0.8.12
16092026-07-22T15:08:49.964Z Compiling object v0.37.3
16102026-07-22T15:08:50.047Z Compiling unicode-segmentation v1.12.0
16112026-07-22T15:08:50.116Z Compiling same-file v1.0.6
16122026-07-22T15:08:50.262Z Compiling foldhash v0.1.5
16132026-07-22T15:08:50.303Z Compiling bitflags v1.3.2
16142026-07-22T15:08:50.352Z Compiling winnow v0.5.40
16152026-07-22T15:08:50.416Z Compiling base16ct v0.2.0
16162026-07-22T15:08:50.470Z Compiling managed v0.8.0
16172026-07-22T15:08:50.579Z Compiling foldhash v0.2.0
16182026-07-22T15:08:50.643Z Compiling libbz2-rs-sys v0.2.2
16192026-07-22T15:08:50.766Z Compiling bumpalo v3.20.2
16202026-07-22T15:08:50.807Z Compiling snafu v0.8.9
16212026-07-22T15:08:50.981Z Compiling zopfli v0.8.3
16222026-07-22T15:08:51.157Z Compiling bzip2 v0.6.1
16232026-07-22T15:08:51.180Z Compiling strum v0.27.2
16242026-07-22T15:08:51.298Z Compiling hashbrown v0.16.1
16252026-07-22T15:08:51.349Z Compiling sec1 v0.7.3
16262026-07-22T15:08:51.393Z Compiling clap_builder v4.6.0
16272026-07-22T15:08:51.599Z Compiling toml_edit v0.19.15
16282026-07-22T15:08:51.622Z Compiling hashbrown v0.15.5
16292026-07-22T15:08:51.790Z Compiling walkdir v2.5.0
16302026-07-22T15:08:51.897Z Compiling dof v0.3.0
16312026-07-22T15:08:52.154Z Compiling group v0.13.0
16322026-07-22T15:08:52.170Z Compiling daft v0.1.7
16332026-07-22T15:08:52.329Z Compiling cargo_metadata v0.23.1
16342026-07-22T15:08:52.562Z Compiling futures v0.3.32
16352026-07-22T15:08:52.593Z Compiling anstream v0.6.21
16362026-07-22T15:08:52.673Z Compiling phf v0.13.1
16372026-07-22T15:08:52.931Z Compiling signal-hook-mio v0.2.5
16382026-07-22T15:08:53.059Z Compiling cookie_store v0.22.1
16392026-07-22T15:08:53.233Z Compiling zstd v0.13.3
16402026-07-22T15:08:53.508Z Compiling bzip2 v0.4.4
16412026-07-22T15:08:53.707Z Compiling reqwest v0.12.28
16422026-07-22T15:08:53.721Z Compiling cipher v0.5.2
16432026-07-22T15:08:53.721Z Compiling serde_with_macros v3.21.0
16442026-07-22T15:08:54.024Z Compiling hubpack v0.1.2
16452026-07-22T15:08:54.253Z Compiling postgres-types v0.2.12
16462026-07-22T15:08:54.342Z Compiling ed25519 v2.2.3
16472026-07-22T15:08:54.802Z Compiling usdt-macro v0.6.0
16482026-07-22T15:08:54.863Z Compiling usdt-attr-macro v0.6.0
16492026-07-22T15:08:55.163Z Compiling globset v0.4.18
16502026-07-22T15:08:55.218Z Compiling dtrace-parser v0.2.0
16512026-07-22T15:08:55.503Z Compiling phf_shared v0.11.3
16522026-07-22T15:08:55.582Z Compiling hkdf v0.12.4
16532026-07-22T15:08:55.613Z Compiling pkcs1 v0.7.5
16542026-07-22T15:08:55.667Z Compiling olpc-cjson v0.1.4
16552026-07-22T15:08:55.727Z Compiling serde-big-array v0.5.1
16562026-07-22T15:08:55.821Z Compiling serde_plain v1.0.2
16572026-07-22T15:08:55.829Z Compiling crypto-bigint v0.5.5
16582026-07-22T15:08:55.848Z Compiling pem v3.0.6
16592026-07-22T15:08:55.956Z Compiling enum-as-inner v0.6.1
16602026-07-22T15:08:56.032Z Compiling serde_repr v0.1.20
16612026-07-22T15:08:56.032Z Compiling async-recursion v1.1.1
16622026-07-22T15:08:56.174Z Compiling clap_derive v4.6.1
16632026-07-22T15:08:56.442Z Compiling strum_macros v0.26.4
16642026-07-22T15:08:56.523Z Compiling float-cmp v0.10.0
16652026-07-22T15:08:56.652Z Compiling thread-id v4.2.2
16662026-07-22T15:08:56.693Z Compiling memmap2 v0.9.10
16672026-07-22T15:08:56.735Z Compiling env_filter v1.0.0
16682026-07-22T15:08:56.878Z Compiling jiff v0.2.21
16692026-07-22T15:08:57.069Z Compiling normalize-line-endings v0.3.0
16702026-07-22T15:08:57.128Z Compiling winnow v1.0.3
16712026-07-22T15:08:57.376Z Compiling fixedbitset v0.5.7
16722026-07-22T15:08:57.462Z Compiling typed-path v0.9.3
16732026-07-22T15:08:57.672Z Compiling difflib v0.4.0
16742026-07-22T15:08:57.912Z Compiling precomputed-hash v0.1.1
16752026-07-22T15:08:57.938Z Compiling either v1.15.0
16762026-07-22T15:08:57.993Z Compiling whoami v2.1.0
16772026-07-22T15:08:58.133Z Compiling keccak v0.1.6
16782026-07-22T15:08:58.213Z Compiling new_debug_unreachable v1.0.6
16792026-07-22T15:08:58.220Z Compiling data-encoding v2.10.0
16802026-07-22T15:08:58.268Z Compiling static_assertions v1.1.0
16812026-07-22T15:08:58.350Z Compiling const-oid v0.10.2
16822026-07-22T15:08:58.386Z Compiling fixedbitset v0.4.2
16832026-07-22T15:08:58.433Z Compiling predicates-core v1.0.10
16842026-07-22T15:08:58.549Z Compiling cpufeatures v0.3.0
16852026-07-22T15:08:58.593Z Compiling predicates v3.1.4
16862026-07-22T15:08:58.593Z Compiling hickory-proto v0.25.2
16872026-07-22T15:08:58.623Z Compiling chacha20 v0.10.0
16882026-07-22T15:08:58.705Z Compiling petgraph v0.6.5
16892026-07-22T15:08:58.894Z Compiling digest v0.11.3
16902026-07-22T15:08:58.930Z Compiling sha3 v0.10.8
16912026-07-22T15:08:58.981Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-22T15:08:59.118Z Compiling string_cache v0.8.9
16932026-07-22T15:08:59.240Z Compiling tokio-postgres v0.7.16
16942026-07-22T15:08:59.343Z Compiling toml_edit v0.22.27
16952026-07-22T15:08:59.382Z Compiling strum v0.26.3
16962026-07-22T15:08:59.513Z Compiling zip v4.6.1
16972026-07-22T15:09:00.217Z Compiling itertools v0.13.0
16982026-07-22T15:09:00.455Z Compiling clap v4.6.1
16992026-07-22T15:09:00.538Z Compiling petgraph v0.8.3
17002026-07-22T15:09:01.058Z Compiling toml_parser v1.1.2+spec-1.1.0
17012026-07-22T15:09:01.439Z Compiling env_logger v0.11.9
17022026-07-22T15:09:01.454Z Compiling usdt v0.6.0
17032026-07-22T15:09:01.692Z Compiling elliptic-curve v0.13.8
17042026-07-22T15:09:01.704Z Compiling usdt-impl v0.5.0
17052026-07-22T15:09:01.774Z Compiling rsa v0.9.10
17062026-07-22T15:09:01.788Z Compiling crossterm v0.28.1
17072026-07-22T15:09:02.022Z Compiling serde_with v3.21.0
17082026-07-22T15:09:02.085Z Compiling ed25519-dalek v2.2.0
17092026-07-22T15:09:02.476Z Compiling zip v0.6.6
17102026-07-22T15:09:03.041Z Compiling toml v0.7.8
17112026-07-22T15:09:03.062Z Compiling iddqd v0.4.2
17122026-07-22T15:09:03.559Z Compiling similar v2.7.0
17132026-07-22T15:09:03.654Z Compiling heck v0.4.1
17142026-07-22T15:09:03.833Z Compiling byte-wrapper v0.1.0
17152026-07-22T15:09:03.888Z Compiling crossbeam-epoch v0.9.18
17162026-07-22T15:09:03.965Z Compiling tokio-stream v0.1.18
17172026-07-22T15:09:04.169Z Compiling buf-list v1.1.2
17182026-07-22T15:09:04.219Z Compiling x509-cert v0.2.5
17192026-07-22T15:09:04.367Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-22T15:09:04.475Z Compiling openapiv3 v2.2.0
17212026-07-22T15:09:04.488Z Compiling lalrpop-util v0.19.12
17222026-07-22T15:09:04.488Z Compiling peg-runtime v0.8.5
17232026-07-22T15:09:04.638Z Compiling thread_local v1.1.9
17242026-07-22T15:09:04.650Z Compiling slog-async v2.8.0
17252026-07-22T15:09:04.742Z Compiling crossbeam-channel v0.5.15
17262026-07-22T15:09:04.896Z Compiling filetime v0.2.27
17272026-07-22T15:09:04.979Z Compiling is-terminal v0.4.17
17282026-07-22T15:09:05.071Z Compiling term v1.2.1
17292026-07-22T15:09:05.106Z Compiling take_mut v0.2.2
17302026-07-22T15:09:05.106Z Compiling xattr v1.6.1
17312026-07-22T15:09:05.175Z Compiling camino-tempfile v1.4.1
17322026-07-22T15:09:05.257Z Compiling tar v0.4.46
17332026-07-22T15:09:05.389Z Compiling slog-term v2.9.2
17342026-07-22T15:09:15.339Z Compiling rustls-webpki v0.103.13
17352026-07-22T15:09:18.065Z Compiling tokio-rustls v0.26.4
17362026-07-22T15:09:18.065Z Compiling rustls-platform-verifier v0.6.2
17372026-07-22T15:09:18.065Z Compiling tough v0.22.0
17382026-07-22T15:09:18.264Z Compiling hyper-rustls v0.27.7
17392026-07-22T15:09:18.476Z Compiling reqwest v0.13.2
17402026-07-22T15:09:20.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-22T15:09:20.883Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-22T15:09:23.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17432026-07-22T15:09:23.815Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-22T15:09:23.866ZJul 22 15:09:22.901 INFO Starting download, target: Console
17452026-07-22T15:09:23.866ZJul 22 15:09:22.902 INFO Starting download, target: Cockroach
17462026-07-22T15:09:23.866ZJul 22 15:09:22.902 INFO Starting download, target: DendriteStub
17472026-07-22T15:09:23.866ZJul 22 15:09:22.902 INFO Starting download, target: Clickhouse
17482026-07-22T15:09:23.869ZJul 22 15:09:22.902 INFO Starting download, target: MaghemiteMgd
17492026-07-22T15:09:23.869ZJul 22 15:09:22.902 INFO Starting download, target: MaghemiteDdmd
17502026-07-22T15:09:23.869ZJul 22 15:09:22.902 INFO Starting download, target: TransceiverControl
17512026-07-22T15:09:23.869ZJul 22 15:09:22.902 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-07-22T15:09:23.870ZJul 22 15:09:22.902 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-22T15:09:24.346ZJul 22 15:09:23.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-22T15:09:24.546ZJul 22 15:09:23.569 INFO Download complete, target: TransceiverControl
17602026-07-22T15:09:25.419ZJul 22 15:09:24.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-22T15:09:25.511ZJul 22 15:09:24.543 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17622026-07-22T15:09:25.740ZJul 22 15:09:24.776 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-07-22T15:09:25.926ZJul 22 15:09:24.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-07-22T15:09:26.181ZJul 22 15:09:25.217 INFO Download complete, target: Console
17652026-07-22T15:09:26.223ZJul 22 15:09:25.259 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-07-22T15:09:26.262ZJul 22 15:09:25.298 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-07-22T15:09:26.263ZJul 22 15:09:25.298 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-07-22T15:09:27.593ZJul 22 15:09:26.629 INFO Download complete, target: MaghemiteDdmd
17692026-07-22T15:09:27.892ZJul 22 15:09:26.928 INFO Download complete, target: DendriteStub
17702026-07-22T15:09:28.448ZJul 22 15:09:27.484 INFO Download complete, target: MaghemiteMgd
17712026-07-22T15:09:30.921ZJul 22 15:09:29.948 INFO Checking that binary works, target: Cockroach
17722026-07-22T15:09:31.047ZJul 22 15:09:30.062 INFO Download complete, target: Cockroach
17732026-07-22T15:09:32.907ZJul 22 15:09:31.942 INFO Checking that binary works, target: Clickhouse
17742026-07-22T15:09:33.039ZJul 22 15:09:32.075 INFO Download complete, target: Clickhouse
17752026-07-22T15:09:33.056ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-22T15:09:33.060Z
17772026-07-22T15:09:33.060Zreal 2:01.801816089
17782026-07-22T15:09:33.060Zuser 6:34.369404858
17792026-07-22T15:09:33.060Zsys 1:20.518015031
17802026-07-22T15:09:33.060Ztrap 0.235117999
17812026-07-22T15:09:33.060Ztflt 0.464888243
17822026-07-22T15:09:33.060Zdflt 0.905800350
17832026-07-22T15:09:33.060Zkflt 0.026813976
17842026-07-22T15:09:33.060Zlock 22:05.514151571
17852026-07-22T15:09:33.060Zslp 19:56.560176719
17862026-07-22T15:09:33.060Zlat 42.379029411
17872026-07-22T15:09:33.060Zstop 1:55.824652844
17882026-07-22T15:09:33.060Z+ banner hack-check
17892026-07-22T15:09:33.060Z
17902026-07-22T15:09:33.060Z # # ## #### # # #### # # ###### #### # #
17912026-07-22T15:09:33.060Z # # # # # # # # # # # # # # # # #
17922026-07-22T15:09:33.060Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-22T15:09:33.060Z # # ###### # # # # # # # # # #
17942026-07-22T15:09:33.060Z # # # # # # # # # # # # # # # # #
17952026-07-22T15:09:33.060Z # # # # #### # # #### # # ###### #### # #
17962026-07-22T15:09:33.060Z
17972026-07-22T15:09:33.060Z+ export CARGO_INCREMENTAL=0
17982026-07-22T15:09:33.061Z+ CARGO_INCREMENTAL=0
17992026-07-22T15:09:33.061Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-22T15:09:33.508Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-22T15:09:33.792Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-22T15:09:35.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
18032026-07-22T15:09:35.625Z Running `target/debug/xtask check-features --ci`
18042026-07-22T15:09:35.680Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-22T15:09:35.680Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-22T15:09:36.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18072026-07-22T15:09:36.050Z Running `target/debug/xtask download cargo-hack`
18082026-07-22T15:09:36.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-22T15:09:37.097Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-22T15:09:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18112026-07-22T15:09:39.755Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-22T15:09:39.796ZJul 22 15:09:38.832 INFO Starting download, target: CargoHack
18132026-07-22T15:09:39.799ZJul 22 15:09:38.832 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-22T15:09:39.991ZJul 22 15:09:39.026 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-22T15:09:40.041ZJul 22 15:09:39.076 INFO Download complete, target: CargoHack
18162026-07-22T15:09:40.044Zrunning: "/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-22T15:09:40.056Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-22T15:09:40.209Zinfo: running `cargo check --bins` on api_identity (1/300)
18192026-07-22T15:09:40.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-22T15:09:40.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-22T15:09:40.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-22T15:09:40.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-22T15:09:40.751Z
18242026-07-22T15:09:40.752Zinfo: running `cargo check --bins` on bootstore (2/300)
18252026-07-22T15:09:41.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-22T15:09:41.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-22T15:09:41.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-22T15:09:41.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-22T15:09:41.216Z
18302026-07-22T15:09:41.216Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18312026-07-22T15:09:41.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-22T15:09:41.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-22T15:09:41.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-22T15:09:41.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-22T15:09:41.719Z
18362026-07-22T15:09:41.719Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18372026-07-22T15:09:42.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-22T15:09:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-22T15:09:42.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-22T15:09:42.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-07-22T15:09:42.228Z
18422026-07-22T15:09:42.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18432026-07-22T15:09:42.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-22T15:09:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-22T15:09:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-22T15:09:42.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-07-22T15:09:42.740Z
18482026-07-22T15:09:42.740Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18492026-07-22T15:09:43.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-22T15:09:43.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-22T15:09:43.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-22T15:09:43.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-07-22T15:09:43.273Z
18542026-07-22T15:09:43.273Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18552026-07-22T15:09:43.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-22T15:09:43.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-22T15:09:43.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-22T15:09:43.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18592026-07-22T15:09:43.788Z
18602026-07-22T15:09:43.788Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18612026-07-22T15:09:44.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-22T15:09:44.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-22T15:09:44.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-22T15:09:44.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18652026-07-22T15:09:44.307Z
18662026-07-22T15:09:44.307Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18672026-07-22T15:09:44.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-22T15:09:44.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-22T15:09:44.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-22T15:09:44.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-22T15:09:44.698Z
18722026-07-22T15:09:44.698Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18732026-07-22T15:09:45.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-22T15:09:45.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-22T15:09:45.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-22T15:09:45.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-22T15:09:45.092Z
18782026-07-22T15:09:45.092Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18792026-07-22T15:09:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-22T15:09:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-22T15:09:45.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-22T15:09:45.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-22T15:09:45.482Z
18842026-07-22T15:09:45.482Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18852026-07-22T15:09:45.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-22T15:09:45.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-22T15:09:45.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-22T15:09:45.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-22T15:09:45.872Z
18902026-07-22T15:09:45.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18912026-07-22T15:09:46.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-22T15:09:46.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-22T15:09:46.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-22T15:09:46.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-22T15:09:46.263Z
18962026-07-22T15:09:46.263Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18972026-07-22T15:09:46.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-22T15:09:46.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-22T15:09:46.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-22T15:09:46.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-22T15:09:46.654Z
19022026-07-22T15:09:46.654Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19032026-07-22T15:09:46.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-22T15:09:47.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-22T15:09:47.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-22T15:09:47.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-22T15:09:47.047Z
19082026-07-22T15:09:47.047Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19092026-07-22T15:09:47.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-22T15:09:47.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-22T15:09:47.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-22T15:09:47.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-22T15:09:47.446Z
19142026-07-22T15:09:47.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19152026-07-22T15:09:47.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-22T15:09:47.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-22T15:09:47.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-22T15:09:47.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-22T15:09:47.831Z
19202026-07-22T15:09:47.831Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19212026-07-22T15:09:48.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-22T15:09:48.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-22T15:09:48.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-22T15:09:48.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-22T15:09:48.230Z
19262026-07-22T15:09:48.230Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19272026-07-22T15:09:48.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-22T15:09:48.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-22T15:09:48.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-22T15:09:48.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-22T15:09:48.619Z
19322026-07-22T15:09:48.619Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19332026-07-22T15:09:48.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-22T15:09:48.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-22T15:09:48.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-22T15:09:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-22T15:09:49.015Z
19382026-07-22T15:09:49.015Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19392026-07-22T15:09:49.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-22T15:09:49.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-22T15:09:49.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-22T15:09:49.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-07-22T15:09:49.408Z
19442026-07-22T15:09:49.408Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19452026-07-22T15:09:49.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-22T15:09:49.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-22T15:09:49.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-22T15:09:49.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-07-22T15:09:49.807Z
19502026-07-22T15:09:49.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19512026-07-22T15:09:50.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-22T15:09:50.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-22T15:09:50.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-22T15:09:50.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-07-22T15:09:50.198Z
19562026-07-22T15:09:50.198Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19572026-07-22T15:09:50.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-22T15:09:50.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-22T15:09:50.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-22T15:09:50.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-22T15:09:50.591Z
19622026-07-22T15:09:50.591Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19632026-07-22T15:09:50.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-22T15:09:50.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-22T15:09:50.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-22T15:09:50.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-22T15:09:50.986Z
19682026-07-22T15:09:50.986Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19692026-07-22T15:09:51.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-22T15:09:51.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-22T15:09:51.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-22T15:09:51.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-07-22T15:09:51.381Z
19742026-07-22T15:09:51.381Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19752026-07-22T15:09:51.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-22T15:09:51.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-22T15:09:51.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-22T15:09:51.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-07-22T15:09:51.771Z
19802026-07-22T15:09:51.772Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19812026-07-22T15:09:52.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-22T15:09:52.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-22T15:09:52.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-22T15:09:52.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-22T15:09:52.169Z
19862026-07-22T15:09:52.169Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19872026-07-22T15:09:52.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-22T15:09:52.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-22T15:09:52.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-22T15:09:52.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-22T15:09:52.563Z
19922026-07-22T15:09:52.563Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19932026-07-22T15:09:52.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-22T15:09:52.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-22T15:09:52.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-22T15:09:52.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-22T15:09:52.954Z
19982026-07-22T15:09:52.955Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19992026-07-22T15:09:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-22T15:09:53.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-22T15:09:53.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-22T15:09:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-22T15:09:53.347Z
20042026-07-22T15:09:53.347Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20052026-07-22T15:09:53.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-22T15:09:53.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-22T15:09:53.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-22T15:09:53.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-22T15:09:53.739Z
20102026-07-22T15:09:53.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20112026-07-22T15:09:54.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-22T15:09:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-22T15:09:54.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-22T15:09:54.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-22T15:09:54.133Z
20162026-07-22T15:09:54.133Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20172026-07-22T15:09:54.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-22T15:09:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-22T15:09:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-22T15:09:54.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-22T15:09:54.527Z
20222026-07-22T15:09:54.527Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20232026-07-22T15:09:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-22T15:09:54.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-22T15:09:54.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-22T15:09:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-22T15:09:54.916Z
20282026-07-22T15:09:54.916Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20292026-07-22T15:09:55.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-22T15:09:55.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-22T15:09:55.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-22T15:09:55.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-22T15:09:55.308Z
20342026-07-22T15:09:55.308Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20352026-07-22T15:09:55.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-22T15:09:55.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-22T15:09:55.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-22T15:09:55.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-22T15:09:55.736Z
20402026-07-22T15:09:55.736Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20412026-07-22T15:09:56.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-22T15:09:56.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-22T15:09:56.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-22T15:09:56.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-22T15:09:56.094Z
20462026-07-22T15:09:56.094Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20472026-07-22T15:09:56.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-22T15:09:56.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-22T15:09:56.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-22T15:09:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-07-22T15:09:56.488Z
20522026-07-22T15:09:56.488Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20532026-07-22T15:09:56.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-22T15:09:56.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-22T15:09:56.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-22T15:09:56.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-22T15:09:56.881Z
20582026-07-22T15:09:56.881Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20592026-07-22T15:09:57.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-22T15:09:57.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-22T15:09:57.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-22T15:09:57.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-22T15:09:57.273Z
20642026-07-22T15:09:57.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20652026-07-22T15:09:57.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-22T15:09:57.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-22T15:09:57.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-22T15:09:57.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-22T15:09:57.666Z
20702026-07-22T15:09:57.666Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20712026-07-22T15:09:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-22T15:09:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-22T15:09:58.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-22T15:09:58.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-07-22T15:09:58.058Z
20762026-07-22T15:09:58.058Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20772026-07-22T15:09:58.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-22T15:09:58.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-22T15:09:58.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-22T15:09:58.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-22T15:09:58.452Z
20822026-07-22T15:09:58.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20832026-07-22T15:09:58.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-22T15:09:58.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-22T15:09:58.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-22T15:09:58.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-22T15:09:58.847Z
20882026-07-22T15:09:58.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20892026-07-22T15:09:59.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-22T15:09:59.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-22T15:09:59.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-22T15:09:59.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20932026-07-22T15:09:59.240Z
20942026-07-22T15:09:59.240Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20952026-07-22T15:09:59.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-22T15:09:59.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-22T15:09:59.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-22T15:09:59.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20992026-07-22T15:09:59.634Z
21002026-07-22T15:09:59.634Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21012026-07-22T15:09:59.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-22T15:09:59.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-22T15:09:59.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-22T15:09:59.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
21052026-07-22T15:10:00.028Z
21062026-07-22T15:10:00.028Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21072026-07-22T15:10:00.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-22T15:10:00.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-22T15:10:00.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-22T15:10:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-22T15:10:00.588Z
21122026-07-22T15:10:00.588Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21132026-07-22T15:10:01.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-22T15:10:01.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-22T15:10:01.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-22T15:10:01.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21172026-07-22T15:10:01.156Z
21182026-07-22T15:10:01.156Zinfo: running `cargo check --bins` on nexus-config (51/300)
21192026-07-22T15:10:01.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-22T15:10:01.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-22T15:10:01.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-22T15:10:01.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21232026-07-22T15:10:01.712Z
21242026-07-22T15:10:01.712Zinfo: running `cargo check --bins` on nexus-types (52/300)
21252026-07-22T15:10:02.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-22T15:10:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-22T15:10:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-22T15:10:02.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21292026-07-22T15:10:02.275Z
21302026-07-22T15:10:02.275Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21312026-07-22T15:10:02.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-22T15:10:02.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-22T15:10:02.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-22T15:10:02.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-22T15:10:02.803Z
21362026-07-22T15:10:02.803Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21372026-07-22T15:10:03.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-22T15:10:03.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-22T15:10:03.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-22T15:10:03.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21412026-07-22T15:10:03.314Z
21422026-07-22T15:10:03.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21432026-07-22T15:10:03.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-22T15:10:03.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-22T15:10:03.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-22T15:10:03.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-07-22T15:10:03.843Z
21482026-07-22T15:10:03.843Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21492026-07-22T15:10:04.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-22T15:10:04.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-22T15:10:04.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-22T15:10:04.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21532026-07-22T15:10:04.371Z
21542026-07-22T15:10:04.371Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21552026-07-22T15:10:04.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-22T15:10:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-22T15:10:04.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-22T15:10:04.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21592026-07-22T15:10:04.904Z
21602026-07-22T15:10:04.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21612026-07-22T15:10:05.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-22T15:10:05.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-22T15:10:05.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-22T15:10:05.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21652026-07-22T15:10:05.438Z
21662026-07-22T15:10:05.438Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21672026-07-22T15:10:05.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-22T15:10:05.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-22T15:10:05.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-22T15:10:05.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-22T15:10:05.943Z
21722026-07-22T15:10:05.943Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21732026-07-22T15:10:06.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-22T15:10:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-22T15:10:06.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-22T15:10:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-07-22T15:10:06.454Z
21782026-07-22T15:10:06.454Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21792026-07-22T15:10:06.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-22T15:10:06.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-22T15:10:06.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-22T15:10:06.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21832026-07-22T15:10:06.968Z
21842026-07-22T15:10:06.968Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21852026-07-22T15:10:07.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-22T15:10:07.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-22T15:10:07.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-22T15:10:07.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-07-22T15:10:07.475Z
21902026-07-22T15:10:07.475Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21912026-07-22T15:10:07.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-22T15:10:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-22T15:10:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-22T15:10:07.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21952026-07-22T15:10:07.996Z
21962026-07-22T15:10:07.996Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21972026-07-22T15:10:08.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-22T15:10:08.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-22T15:10:08.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-22T15:10:08.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22012026-07-22T15:10:08.520Z
22022026-07-22T15:10:08.520Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22032026-07-22T15:10:08.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-22T15:10:08.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-22T15:10:08.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-22T15:10:08.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-07-22T15:10:09.030Z
22082026-07-22T15:10:09.030Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22092026-07-22T15:10:09.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-22T15:10:09.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-22T15:10:09.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-22T15:10:09.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22132026-07-22T15:10:09.534Z
22142026-07-22T15:10:09.534Zinfo: running `cargo check --bins` on ereport-types (67/300)
22152026-07-22T15:10:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-22T15:10:09.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-22T15:10:09.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-22T15:10:09.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-07-22T15:10:10.068Z
22202026-07-22T15:10:10.068Zinfo: running `cargo check --bins` on gateway-client (68/300)
22212026-07-22T15:10:10.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-22T15:10:10.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-22T15:10:10.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-22T15:10:10.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-22T15:10:10.568Z
22262026-07-22T15:10:10.568Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22272026-07-22T15:10:11.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-22T15:10:11.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-22T15:10:11.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-22T15:10:11.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-22T15:10:11.086Z
22322026-07-22T15:10:11.086Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22332026-07-22T15:10:11.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-22T15:10:11.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-22T15:10:11.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-22T15:10:11.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-07-22T15:10:11.603Z
22382026-07-22T15:10:11.603Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22392026-07-22T15:10:12.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-22T15:10:12.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-22T15:10:12.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-22T15:10:12.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22432026-07-22T15:10:12.118Z
22442026-07-22T15:10:12.118Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22452026-07-22T15:10:12.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-22T15:10:12.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-22T15:10:12.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-22T15:10:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22492026-07-22T15:10:12.635Z
22502026-07-22T15:10:12.635Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22512026-07-22T15:10:13.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-22T15:10:13.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-22T15:10:13.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-22T15:10:13.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22552026-07-22T15:10:13.176Z
22562026-07-22T15:10:13.176Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22572026-07-22T15:10:13.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-22T15:10:13.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-22T15:10:13.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-22T15:10:13.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22612026-07-22T15:10:13.714Z
22622026-07-22T15:10:13.715Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22632026-07-22T15:10:14.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-22T15:10:14.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-22T15:10:14.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-22T15:10:14.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22672026-07-22T15:10:14.224Z
22682026-07-22T15:10:14.224Zinfo: running `cargo check --bins` on oxlog (76/300)
22692026-07-22T15:10:14.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-22T15:10:14.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-22T15:10:14.766Z Checking cfg-if v1.0.4
22722026-07-22T15:10:14.769Z Checking libc v0.2.185
22732026-07-22T15:10:14.769Z Checking serde_core v1.0.228
22742026-07-22T15:10:14.879Z Checking memchr v2.8.0
22752026-07-22T15:10:14.883Z Checking zeroize v1.8.2
22762026-07-22T15:10:14.893Z Checking smallvec v1.15.1
22772026-07-22T15:10:14.899Z Checking log v0.4.29
22782026-07-22T15:10:14.911Z Checking subtle v2.6.1
22792026-07-22T15:10:14.921Z Checking itoa v1.0.17
22802026-07-22T15:10:15.026Z Checking scopeguard v1.2.0
22812026-07-22T15:10:15.049Z Checking stable_deref_trait v1.2.1
22822026-07-22T15:10:15.062Z Checking typenum v1.20.1
22832026-07-22T15:10:15.070Z Checking zerofrom v0.1.6
22842026-07-22T15:10:15.084Z Checking pin-project-lite v0.2.17
22852026-07-22T15:10:15.154Z Checking lock_api v0.4.14
22862026-07-22T15:10:15.154Z Checking portable-atomic v1.13.1
22872026-07-22T15:10:15.169Z Checking zmij v1.0.21
22882026-07-22T15:10:15.181Z Checking yoke v0.8.1
22892026-07-22T15:10:15.265Z Checking errno v0.3.14
22902026-07-22T15:10:15.265Z Checking getrandom v0.2.17
22912026-07-22T15:10:15.313Z Checking parking_lot_core v0.9.12
22922026-07-22T15:10:15.343Z Checking zerovec v0.11.5
22932026-07-22T15:10:15.373Z Checking critical-section v1.2.0
22942026-07-22T15:10:15.389Z Checking signal-hook-registry v1.4.8
22952026-07-22T15:10:15.430Z Checking rand_core v0.6.4
22962026-07-22T15:10:15.463Z Checking futures-core v0.3.32
22972026-07-22T15:10:15.496Z Checking parking_lot v0.12.5
22982026-07-22T15:10:15.535Z Checking once_cell v1.21.3
22992026-07-22T15:10:15.545Z Checking mio v1.2.0
23002026-07-22T15:10:15.580Z Checking zerocopy v0.8.40
23012026-07-22T15:10:15.598Z Checking writeable v0.6.2
23022026-07-22T15:10:15.678Z Checking rand_core v0.10.0
23032026-07-22T15:10:15.756Z Checking const-oid v0.9.6
23042026-07-22T15:10:15.769Z Checking percent-encoding v2.3.2
23052026-07-22T15:10:15.778Z Checking tinystr v0.8.2
23062026-07-22T15:10:15.793Z Checking litemap v0.8.1
23072026-07-22T15:10:15.812Z Checking getrandom v0.4.1
23082026-07-22T15:10:15.813Z Checking potential_utf v0.1.4
23092026-07-22T15:10:15.881Z Checking zerotrie v0.2.3
23102026-07-22T15:10:15.933Z Checking libm v0.2.16
23112026-07-22T15:10:15.946Z Checking icu_collections v2.1.1
23122026-07-22T15:10:15.957Z Checking icu_locale_core v2.1.1
23132026-07-22T15:10:15.972Z Checking generic-array v0.14.7
23142026-07-22T15:10:16.124Z Checking socket2 v0.6.3
23152026-07-22T15:10:16.239Z Checking equivalent v1.0.2
23162026-07-22T15:10:16.322Z Checking icu_normalizer_data v2.1.1
23172026-07-22T15:10:16.333Z Checking serde v1.0.228
23182026-07-22T15:10:16.349Z Checking bitflags v2.11.0
23192026-07-22T15:10:16.379Z Checking serde_json v1.0.150
23202026-07-22T15:10:16.390Z Checking icu_properties_data v2.1.2
23212026-07-22T15:10:16.408Z Checking futures-sink v0.3.32
23222026-07-22T15:10:16.494Z Checking icu_provider v2.1.1
23232026-07-22T15:10:16.507Z Checking futures-channel v0.3.32
23242026-07-22T15:10:16.520Z Checking futures-io v0.3.32
23252026-07-22T15:10:16.524Z Checking futures-task v0.3.32
23262026-07-22T15:10:16.618Z Checking num-traits v0.2.19
23272026-07-22T15:10:16.631Z Checking slab v0.4.12
23282026-07-22T15:10:16.661Z Checking utf8_iter v1.0.4
23292026-07-22T15:10:16.689Z Checking hashbrown v0.17.0
23302026-07-22T15:10:16.713Z Checking icu_normalizer v2.1.1
23312026-07-22T15:10:16.730Z Checking bytes v1.11.1
23322026-07-22T15:10:16.776Z Checking icu_properties v2.1.2
23332026-07-22T15:10:16.779Z Checking futures-util v0.3.32
23342026-07-22T15:10:17.004Z Checking block-buffer v0.10.4
23352026-07-22T15:10:17.034Z Checking crypto-common v0.1.7
23362026-07-22T15:10:17.124Z Checking form_urlencoded v1.2.2
23372026-07-22T15:10:17.138Z Checking getrandom v0.3.4
23382026-07-22T15:10:17.150Z Checking indexmap v2.14.0
23392026-07-22T15:10:17.161Z Checking digest v0.10.7
23402026-07-22T15:10:17.170Z Checking tokio v1.52.1
23412026-07-22T15:10:17.243Z Checking byteorder v1.5.0
23422026-07-22T15:10:17.277Z Checking fnv v1.0.7
23432026-07-22T15:10:17.348Z Checking iana-time-zone v0.1.65
23442026-07-22T15:10:17.366Z Checking rand_core v0.9.5
23452026-07-22T15:10:17.439Z Checking http v1.4.2
23462026-07-22T15:10:17.451Z Checking chrono v0.4.45
23472026-07-22T15:10:17.535Z Checking uuid v1.23.4
23482026-07-22T15:10:17.578Z Checking idna_adapter v1.2.1
23492026-07-22T15:10:17.695Z Checking idna v1.1.0
23502026-07-22T15:10:17.708Z Checking regex-syntax v0.8.10
23512026-07-22T15:10:17.853Z Checking base64ct v1.8.3
23522026-07-22T15:10:17.942Z Checking url v2.5.8
23532026-07-22T15:10:18.016Z Checking base64 v0.22.1
23542026-07-22T15:10:18.082Z Checking pem-rfc7468 v0.7.0
23552026-07-22T15:10:18.237Z Checking rustix v1.1.3
23562026-07-22T15:10:18.249Z Checking tracing-core v0.1.36
23572026-07-22T15:10:18.317Z Checking ppv-lite86 v0.2.21
23582026-07-22T15:10:18.330Z Checking flagset v0.4.7
23592026-07-22T15:10:18.372Z Checking http-body v1.0.1
23602026-07-22T15:10:18.449Z Checking der v0.7.10
23612026-07-22T15:10:18.502Z Checking rustls-pki-types v1.14.0
23622026-07-22T15:10:18.554Z Checking tracing v0.1.44
23632026-07-22T15:10:18.605Z Checking rand_chacha v0.9.0
23642026-07-22T15:10:18.711Z Checking cmov v0.5.4
23652026-07-22T15:10:18.754Z Checking dyn-clone v1.0.20
23662026-07-22T15:10:18.785Z Checking tinyvec_macros v0.1.1
23672026-07-22T15:10:18.799Z Checking openssl-probe v0.2.1
23682026-07-22T15:10:18.848Z Checking tinyvec v1.10.0
23692026-07-22T15:10:18.863Z Checking rand v0.9.2
23702026-07-22T15:10:18.892Z Checking ctutils v0.4.2
23712026-07-22T15:10:18.906Z Checking semver v1.0.28
23722026-07-22T15:10:19.001Z Checking aws-lc-sys v0.40.0
23732026-07-22T15:10:19.048Z Checking untrusted v0.7.1
23742026-07-22T15:10:19.095Z Checking tower-layer v0.3.3
23752026-07-22T15:10:19.108Z Checking tower-service v0.3.3
23762026-07-22T15:10:19.152Z Checking try-lock v0.2.5
23772026-07-22T15:10:19.163Z Checking atomic-waker v1.1.2
23782026-07-22T15:10:19.177Z Checking spki v0.7.3
23792026-07-22T15:10:19.190Z Checking schemars v0.8.22
23802026-07-22T15:10:19.237Z Checking hybrid-array v0.4.13
23812026-07-22T15:10:19.251Z Checking want v0.3.1
23822026-07-22T15:10:19.261Z Checking ipnet v2.11.0
23832026-07-22T15:10:19.313Z Checking httparse v1.10.1
23842026-07-22T15:10:19.334Z Checking aho-corasick v1.1.4
23852026-07-22T15:10:19.362Z Checking untrusted v0.9.0
23862026-07-22T15:10:19.467Z Checking plain v0.2.3
23872026-07-22T15:10:19.489Z Checking aws-lc-rs v1.16.3
23882026-07-22T15:10:19.510Z Checking httpdate v1.0.3
23892026-07-22T15:10:19.510Z Checking fastrand v2.3.0
23902026-07-22T15:10:19.561Z Checking utf8parse v0.2.2
23912026-07-22T15:10:19.659Z Checking foreign-types-shared v0.1.1
23922026-07-22T15:10:19.671Z Checking cpufeatures v0.2.17
23932026-07-22T15:10:19.685Z Checking tempfile v3.25.0
23942026-07-22T15:10:19.734Z Checking foreign-types v0.3.2
23952026-07-22T15:10:19.748Z Checking pkcs8 v0.10.2
23962026-07-22T15:10:19.802Z Checking unicode-normalization v0.1.25
23972026-07-22T15:10:19.829Z Checking openssl-sys v0.9.115
23982026-07-22T15:10:19.875Z Checking spin v0.9.8
23992026-07-22T15:10:19.942Z Checking anstyle v1.0.14
24002026-07-22T15:10:19.985Z Checking unicode-ident v1.0.24
24012026-07-22T15:10:19.997Z Checking regex-automata v0.4.14
24022026-07-22T15:10:20.053Z Checking ucd-trie v0.1.7
24032026-07-22T15:10:20.071Z Checking sha2 v0.10.9
24042026-07-22T15:10:20.090Z Checking proc-macro2 v1.0.106
24052026-07-22T15:10:20.183Z Checking pest v2.8.6
24062026-07-22T15:10:20.196Z Checking openssl v0.10.79
24072026-07-22T15:10:20.210Z Checking hmac v0.12.1
24082026-07-22T15:10:20.307Z Checking rustls-webpki v0.103.13
24092026-07-22T15:10:20.338Z Checking thiserror v2.0.18
24102026-07-22T15:10:20.350Z Checking sync_wrapper v1.0.2
24112026-07-22T15:10:20.381Z Checking tokio-util v0.7.18
24122026-07-22T15:10:20.398Z Checking wait-timeout v0.2.1
24132026-07-22T15:10:20.434Z Checking bit-vec v0.8.0
24142026-07-22T15:10:20.447Z Checking is_terminal_polyfill v1.70.2
24152026-07-22T15:10:20.515Z Checking colorchoice v1.0.4
24162026-07-22T15:10:20.528Z Checking quick-error v1.2.3
24172026-07-22T15:10:20.611Z Checking simd-adler32 v0.3.8
24182026-07-22T15:10:20.623Z Checking anstyle-query v1.1.5
24192026-07-22T15:10:20.626Z Checking pretty-hex v0.4.1
24202026-07-22T15:10:20.718Z Checking rustls v0.23.41
24212026-07-22T15:10:20.721Z Checking siphasher v1.0.2
24222026-07-22T15:10:20.741Z Checking powerfmt v0.2.0
24232026-07-22T15:10:20.776Z Checking bit-set v0.8.0
24242026-07-22T15:10:20.876Z Checking rusty-fork v0.3.1
24252026-07-22T15:10:20.888Z Checking deranged v0.5.8
24262026-07-22T15:10:20.914Z Checking tower v0.5.3
24272026-07-22T15:10:20.976Z Checking h2 v0.4.15
24282026-07-22T15:10:21.044Z Checking quote v1.0.45
24292026-07-22T15:10:21.212Z Checking http-body-util v0.1.3
24302026-07-22T15:10:21.230Z Checking crossbeam-utils v0.8.21
24312026-07-22T15:10:21.290Z Checking rand_xorshift v0.4.0
24322026-07-22T15:10:21.406Z Checking crc32fast v1.5.0
24332026-07-22T15:10:21.422Z Checking scroll v0.13.0
24342026-07-22T15:10:21.543Z Checking unicode-properties v0.1.4
24352026-07-22T15:10:21.561Z Checking time-core v0.1.8
24362026-07-22T15:10:21.643Z Checking adler2 v2.0.1
24372026-07-22T15:10:21.698Z Checking num-conv v0.2.0
24382026-07-22T15:10:21.725Z Checking unicode-bidi v0.3.18
24392026-07-22T15:10:21.746Z Checking iri-string v0.7.10
24402026-07-22T15:10:21.790Z Checking unarray v0.1.4
24412026-07-22T15:10:21.809Z Checking num_threads v0.1.7
24422026-07-22T15:10:21.825Z Checking allocator-api2 v0.2.21
24432026-07-22T15:10:21.891Z Checking ryu v1.0.23
24442026-07-22T15:10:21.903Z Checking time v0.3.47
24452026-07-22T15:10:22.010Z Checking stringprep v0.1.5
24462026-07-22T15:10:22.023Z Checking serde_urlencoded v0.7.1
24472026-07-22T15:10:22.103Z Checking proptest v1.10.0
24482026-07-22T15:10:22.159Z Checking bstr v1.12.1
24492026-07-22T15:10:22.193Z Checking native-tls v0.2.18
24502026-07-22T15:10:22.222Z Checking miniz_oxide v0.8.9
24512026-07-22T15:10:22.369Z Checking tokio-native-tls v0.3.1
24522026-07-22T15:10:22.528Z Checking goblin v0.10.5
24532026-07-22T15:10:22.595Z Checking crossbeam-epoch v0.9.18
24542026-07-22T15:10:22.605Z Checking syn v2.0.117
24552026-07-22T15:10:22.760Z Checking tower-http v0.6.8
24562026-07-22T15:10:22.780Z Checking block-padding v0.4.2
24572026-07-22T15:10:22.922Z Checking block-buffer v0.12.1
24582026-07-22T15:10:22.956Z Checking crypto-common v0.2.2
24592026-07-22T15:10:23.046Z Checking ipnetwork v0.21.1
24602026-07-22T15:10:23.065Z Checking anstyle-parse v1.0.0
24612026-07-22T15:10:23.082Z Checking rustls-native-certs v0.8.3
24622026-07-22T15:10:23.207Z Checking rand_chacha v0.3.1
24632026-07-22T15:10:23.221Z Checking scroll v0.12.0
24642026-07-22T15:10:23.256Z Checking thiserror v1.0.69
24652026-07-22T15:10:23.354Z Checking hash32 v0.2.1
24662026-07-22T15:10:23.414Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-22T15:10:23.439Z Checking signature v2.2.0
24682026-07-22T15:10:23.509Z Checking md-5 v0.10.6
24692026-07-22T15:10:23.523Z Checking num-integer v0.1.46
24702026-07-22T15:10:23.552Z Checking serde_spanned v0.6.9
24712026-07-22T15:10:23.564Z Checking toml_datetime v0.6.11
24722026-07-22T15:10:23.643Z Checking hex v0.4.3
24732026-07-22T15:10:23.674Z Checking encoding_rs v0.8.35
24742026-07-22T15:10:23.736Z Checking psl-types v2.0.11
24752026-07-22T15:10:23.750Z Checking zlib-rs v0.6.2
24762026-07-22T15:10:23.807Z Checking hyper v1.10.1
24772026-07-22T15:10:23.848Z Checking fallible-iterator v0.2.0
24782026-07-22T15:10:23.860Z Checking mime v0.3.17
24792026-07-22T15:10:23.902Z Checking newtype-uuid v1.3.2
24802026-07-22T15:10:24.026Z Checking publicsuffix v2.3.0
24812026-07-22T15:10:24.097Z Checking num-iter v0.1.45
24822026-07-22T15:10:24.110Z Checking postgres-protocol v0.6.10
24832026-07-22T15:10:24.177Z Checking zstd-safe v7.2.4
24842026-07-22T15:10:24.206Z Checking heapless v0.7.17
24852026-07-22T15:10:24.337Z Checking goblin v0.8.2
24862026-07-22T15:10:24.414Z Checking rand v0.8.6
24872026-07-22T15:10:24.589Z Checking oxnet v0.1.6
24882026-07-22T15:10:24.608Z Checking flate2 v1.1.9
24892026-07-22T15:10:24.608Z Checking anstream v1.0.0
24902026-07-22T15:10:24.727Z Checking hyper-util v0.1.20
24912026-07-22T15:10:24.804Z Checking cookie v0.18.1
24922026-07-22T15:10:24.832Z Checking dof v0.4.0
24932026-07-22T15:10:24.845Z Checking tokio-rustls v0.26.4
24942026-07-22T15:10:24.845Z Checking inout v0.2.2
24952026-07-22T15:10:24.907Z Checking dtrace-parser v0.3.0
24962026-07-22T15:10:24.925Z Checking phf_shared v0.13.1
24972026-07-22T15:10:24.992Z Checking lazy_static v1.5.0
24982026-07-22T15:10:25.027Z Checking anstyle-parse v0.2.7
24992026-07-22T15:10:25.061Z Checking zerocopy v0.7.35
25002026-07-22T15:10:25.078Z Checking pin-project v1.1.11
25012026-07-22T15:10:25.118Z Checking terminal_size v0.4.3
25022026-07-22T15:10:25.137Z Checking bzip2-sys v0.1.13+1.0.8
25032026-07-22T15:10:25.166Z Checking signal-hook v0.3.18
25042026-07-22T15:10:25.172Z Checking futures-executor v0.3.32
25052026-07-22T15:10:25.273Z Checking ff v0.13.1
25062026-07-22T15:10:25.280Z Checking thread-id v5.1.0
25072026-07-22T15:10:25.303Z Checking same-file v1.0.6
25082026-07-22T15:10:25.317Z Checking bitflags v1.3.2
25092026-07-22T15:10:25.344Z Checking base16ct v0.2.0
25102026-07-22T15:10:25.347Z Checking libbz2-rs-sys v0.2.2
25112026-07-22T15:10:25.384Z Checking bumpalo v3.20.2
25122026-07-22T15:10:25.415Z Checking either v1.15.0
25132026-07-22T15:10:25.455Z Checking managed v0.8.0
25142026-07-22T15:10:25.480Z Checking winnow v0.5.40
25152026-07-22T15:10:25.551Z Compiling rayon-core v1.13.0
25162026-07-22T15:10:25.584Z Checking clap_lex v1.0.0
25172026-07-22T15:10:25.594Z Checking foldhash v0.2.0
25182026-07-22T15:10:25.634Z Checking foldhash v0.1.5
25192026-07-22T15:10:25.726Z Checking strsim v0.11.1
25202026-07-22T15:10:25.741Z Checking bzip2 v0.6.1
25212026-07-22T15:10:25.761Z Checking hashbrown v0.16.1
25222026-07-22T15:10:25.765Z Checking hashbrown v0.15.5
25232026-07-22T15:10:25.784Z Checking smoltcp v0.9.1
25242026-07-22T15:10:25.880Z Checking clap_builder v4.6.0
25252026-07-22T15:10:25.906Z Checking zopfli v0.8.3
25262026-07-22T15:10:25.970Z Checking hyper-tls v0.6.0
25272026-07-22T15:10:26.138Z Checking reqwest v0.12.28
25282026-07-22T15:10:26.218Z Checking hyper-rustls v0.27.7
25292026-07-22T15:10:26.230Z Checking sec1 v0.7.3
25302026-07-22T15:10:26.234Z Checking dof v0.3.0
25312026-07-22T15:10:26.253Z Checking usdt-impl v0.6.0
25322026-07-22T15:10:26.370Z Checking walkdir v2.5.0
25332026-07-22T15:10:26.415Z Checking signal-hook-mio v0.2.5
25342026-07-22T15:10:26.427Z Checking group v0.13.0
25352026-07-22T15:10:26.514Z Checking futures v0.3.32
25362026-07-22T15:10:26.517Z Checking bzip2 v0.4.4
25372026-07-22T15:10:26.537Z Checking snafu v0.8.9
25382026-07-22T15:10:26.540Z Checking anstream v0.6.21
25392026-07-22T15:10:26.567Z Checking phf v0.13.1
25402026-07-22T15:10:26.588Z Checking num-bigint-dig v0.8.6
25412026-07-22T15:10:26.615Z Checking toml_edit v0.19.15
25422026-07-22T15:10:26.673Z Checking cookie_store v0.22.1
25432026-07-22T15:10:26.705Z Checking cipher v0.5.2
25442026-07-22T15:10:26.742Z Checking daft v0.1.7
25452026-07-22T15:10:26.760Z Checking postgres-types v0.2.12
25462026-07-22T15:10:26.881Z Checking zstd v0.13.3
25472026-07-22T15:10:26.939Z Checking ed25519 v2.2.3
25482026-07-22T15:10:26.970Z Checking dtrace-parser v0.2.0
25492026-07-22T15:10:26.996Z Checking rustls-platform-verifier v0.6.2
25502026-07-22T15:10:27.062Z Checking crossbeam-deque v0.8.6
25512026-07-22T15:10:27.066Z Checking globset v0.4.18
25522026-07-22T15:10:27.097Z Checking regex v1.12.3
25532026-07-22T15:10:27.115Z Checking phf_shared v0.11.3
25542026-07-22T15:10:27.128Z Checking hkdf v0.12.4
25552026-07-22T15:10:27.199Z Checking olpc-cjson v0.1.4
25562026-07-22T15:10:27.234Z Checking ref-cast v1.0.25
25572026-07-22T15:10:27.251Z Checking curve25519-dalek v4.1.3
25582026-07-22T15:10:27.254Z Checking pkcs1 v0.7.5
25592026-07-22T15:10:27.315Z Checking strum v0.27.2
25602026-07-22T15:10:27.328Z Checking hubpack v0.1.2
25612026-07-22T15:10:27.333Z Checking memoffset v0.9.1
25622026-07-22T15:10:27.368Z Checking rustix v0.38.44
25632026-07-22T15:10:27.399Z Checking pem v3.0.6
25642026-07-22T15:10:27.411Z Checking float-cmp v0.10.0
25652026-07-22T15:10:27.423Z Checking erased-serde v0.3.31
25662026-07-22T15:10:27.459Z Checking serde-big-array v0.5.1
25672026-07-22T15:10:27.488Z Checking serde_plain v1.0.2
25682026-07-22T15:10:27.530Z Checking crypto-bigint v0.5.5
25692026-07-22T15:10:27.551Z Checking memmap2 v0.9.10
25702026-07-22T15:10:27.587Z Checking thread-id v4.2.2
25712026-07-22T15:10:27.638Z Checking env_filter v1.0.0
25722026-07-22T15:10:27.650Z Checking normalize-line-endings v0.3.0
25732026-07-22T15:10:27.675Z Checking predicates-core v1.0.10
25742026-07-22T15:10:27.720Z Checking typed-path v0.9.3
25752026-07-22T15:10:27.733Z Checking whoami v2.1.0
25762026-07-22T15:10:27.777Z Checking jiff v0.2.21
25772026-07-22T15:10:27.791Z Checking precomputed-hash v0.1.1
25782026-07-22T15:10:27.817Z Checking fixedbitset v0.4.2
25792026-07-22T15:10:27.870Z Checking winnow v1.0.3
25802026-07-22T15:10:27.975Z Checking toml_write v0.1.2
25812026-07-22T15:10:27.980Z Checking difflib v0.4.0
25822026-07-22T15:10:28.037Z Checking data-encoding v2.10.0
25832026-07-22T15:10:28.082Z Checking winnow v0.7.14
25842026-07-22T15:10:28.136Z Checking keccak v0.1.6
25852026-07-22T15:10:28.154Z Checking const-oid v0.10.2
25862026-07-22T15:10:28.173Z Checking cpufeatures v0.3.0
25872026-07-22T15:10:28.240Z Checking unicode-segmentation v1.12.0
25882026-07-22T15:10:28.295Z Checking fixedbitset v0.5.7
25892026-07-22T15:10:28.308Z Checking new_debug_unreachable v1.0.6
25902026-07-22T15:10:28.311Z Checking static_assertions v1.1.0
25912026-07-22T15:10:28.374Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-07-22T15:10:28.385Z Checking string_cache v0.8.9
25932026-07-22T15:10:28.467Z Checking elliptic-curve v0.13.8
25942026-07-22T15:10:28.484Z Checking petgraph v0.8.3
25952026-07-22T15:10:28.496Z Checking tough v0.22.0
25962026-07-22T15:10:28.544Z Checking hickory-proto v0.25.2
25972026-07-22T15:10:28.548Z Checking similar v2.7.0
25982026-07-22T15:10:28.770Z Checking digest v0.11.3
25992026-07-22T15:10:28.928Z Checking sha3 v0.10.8
26002026-07-22T15:10:28.945Z Checking chacha20 v0.10.0
26012026-07-22T15:10:29.132Z Checking crossterm v0.28.1
26022026-07-22T15:10:29.194Z Checking toml_parser v1.1.2+spec-1.1.0
26032026-07-22T15:10:29.260Z Checking toml_edit v0.22.27
26042026-07-22T15:10:29.518Z Checking predicates v3.1.4
26052026-07-22T15:10:29.812Z Checking ed25519-dalek v2.2.0
26062026-07-22T15:10:29.827Z Checking petgraph v0.6.5
26072026-07-22T15:10:29.982Z Checking zip v4.6.1
26082026-07-22T15:10:30.026Z Checking tokio-postgres v0.7.16
26092026-07-22T15:10:30.040Z Checking slog v2.8.2
26102026-07-22T15:10:30.304Z Checking env_logger v0.11.9
26112026-07-22T15:10:30.341Z Checking usdt v0.6.0
26122026-07-22T15:10:30.473Z Checking usdt-impl v0.5.0
26132026-07-22T15:10:30.489Z Checking toml v0.7.8
26142026-07-22T15:10:30.504Z Checking rsa v0.9.10
26152026-07-22T15:10:30.547Z Checking nix v0.31.2
26162026-07-22T15:10:30.645Z Checking iddqd v0.4.2
26172026-07-22T15:10:30.792Z Checking reqwest v0.13.2
26182026-07-22T15:10:30.978Z Checking clap v4.6.1
26192026-07-22T15:10:31.056Z Checking zip v0.6.6
26202026-07-22T15:10:31.068Z Checking itertools v0.13.0
26212026-07-22T15:10:31.072Z Checking byte-wrapper v0.1.0
26222026-07-22T15:10:31.277Z Checking serde_with v3.21.0
26232026-07-22T15:10:31.294Z Checking strum v0.26.3
26242026-07-22T15:10:31.312Z Checking fs-err v3.3.0
26252026-07-22T15:10:31.399Z Checking ahash v0.8.12
26262026-07-22T15:10:31.409Z Checking tokio-stream v0.1.18
26272026-07-22T15:10:31.554Z Checking object v0.37.3
26282026-07-22T15:10:31.566Z Checking buf-list v1.1.2
26292026-07-22T15:10:31.604Z Checking anyhow v1.0.102
26302026-07-22T15:10:31.632Z Checking camino v1.2.2
26312026-07-22T15:10:31.736Z Checking x509-cert v0.2.5
26322026-07-22T15:10:31.748Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-22T15:10:31.771Z Checking openapiv3 v2.2.0
26342026-07-22T15:10:31.798Z Checking lalrpop-util v0.19.12
26352026-07-22T15:10:31.873Z Checking peg-runtime v0.8.5
26362026-07-22T15:10:31.953Z Checking rayon v1.11.0
26372026-07-22T15:10:32.002Z Checking sigpipe v0.1.3
26382026-07-22T15:10:32.014Z Checking glob v0.3.3
26392026-07-22T15:10:33.663Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-22T15:10:33.722Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-22T15:10:34.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s
26422026-07-22T15:10:34.148Z
26432026-07-22T15:10:34.148Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26442026-07-22T15:10:34.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-22T15:10:34.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-22T15:10:34.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-22T15:10:34.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26482026-07-22T15:10:34.671Z
26492026-07-22T15:10:34.671Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26502026-07-22T15:10:35.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-22T15:10:35.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-22T15:10:35.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-22T15:10:35.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26542026-07-22T15:10:35.199Z
26552026-07-22T15:10:35.199Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26562026-07-22T15:10:35.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-22T15:10:35.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-22T15:10:35.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-22T15:10:35.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26602026-07-22T15:10:35.760Z
26612026-07-22T15:10:35.760Zinfo: running `cargo check --bins` on oxql-types (80/300)
26622026-07-22T15:10:36.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-22T15:10:36.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-22T15:10:36.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-22T15:10:36.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26662026-07-22T15:10:36.262Z
26672026-07-22T15:10:36.262Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26682026-07-22T15:10:36.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-22T15:10:36.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-22T15:10:36.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-22T15:10:36.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26722026-07-22T15:10:36.784Z
26732026-07-22T15:10:36.786Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26742026-07-22T15:10:37.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-22T15:10:37.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-22T15:10:37.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-22T15:10:37.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26782026-07-22T15:10:37.312Z
26792026-07-22T15:10:37.312Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26802026-07-22T15:10:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-22T15:10:37.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-22T15:10:37.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-22T15:10:37.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26842026-07-22T15:10:37.827Z
26852026-07-22T15:10:37.827Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26862026-07-22T15:10:38.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-22T15:10:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-22T15:10:38.449Z Compiling structmeta-derive v0.3.0
26892026-07-22T15:10:38.564Z Compiling multer v3.1.0
26902026-07-22T15:10:38.574Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-22T15:10:38.577Z Compiling async-stream-impl v0.3.6
26922026-07-22T15:10:38.630Z Compiling dropshot v0.17.1
26932026-07-22T15:10:38.638Z Compiling dropshot_endpoint v0.17.1
26942026-07-22T15:10:38.638Z Compiling newtype-uuid-macros v0.1.0
26952026-07-22T15:10:38.638Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-22T15:10:38.805Z Checking thread_local v1.1.9
26972026-07-22T15:10:38.829Z Checking compression-core v0.4.31
26982026-07-22T15:10:38.954Z Checking match_cfg v0.1.0
26992026-07-22T15:10:38.988Z Checking compression-codecs v0.4.37
27002026-07-22T15:10:38.993Z Checking crossbeam-channel v0.5.15
27012026-07-22T15:10:39.019Z Checking hostname v0.3.1
27022026-07-22T15:10:39.052Z Checking atomicwrites v0.4.4
27032026-07-22T15:10:39.128Z Checking slog-json v2.6.1
27042026-07-22T15:10:39.159Z Checking serde_spanned v1.1.1
27052026-07-22T15:10:39.172Z Checking is-terminal v0.4.17
27062026-07-22T15:10:39.175Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-22T15:10:39.259Z Checking term v1.2.1
27082026-07-22T15:10:39.278Z Checking debug-ignore v1.0.5
27092026-07-22T15:10:39.290Z Checking toml_writer v1.1.1+spec-1.1.0
27102026-07-22T15:10:39.347Z Checking take_mut v0.2.2
27112026-07-22T15:10:39.362Z Checking slog-bunyan v2.5.0
27122026-07-22T15:10:39.374Z Checking async-compression v0.4.41
27132026-07-22T15:10:39.385Z Checking async-stream v0.3.6
27142026-07-22T15:10:39.447Z Checking slog-async v2.8.0
27152026-07-22T15:10:39.462Z Checking toml v1.1.2+spec-1.1.0
27162026-07-22T15:10:39.473Z Checking slog-term v2.9.2
27172026-07-22T15:10:39.479Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-22T15:10:39.505Z Checking progenitor-client v0.14.0
27192026-07-22T15:10:39.587Z Checking sha1 v0.11.0
27202026-07-22T15:10:39.622Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-07-22T15:10:39.634Z Compiling structmeta v0.3.0
27222026-07-22T15:10:39.725Z Checking waitgroup v0.1.2
27232026-07-22T15:10:39.728Z Checking rustls-pemfile v2.2.0
27242026-07-22T15:10:39.759Z Checking backon v1.6.0
27252026-07-22T15:10:39.770Z Checking serde_path_to_error v0.1.20
27262026-07-22T15:10:39.820Z Checking hostname v0.4.2
27272026-07-22T15:10:39.837Z Checking instant v0.1.13
27282026-07-22T15:10:39.844Z Compiling derive-ex v0.1.8
27292026-07-22T15:10:39.870Z Compiling parse-display-derive v0.10.0
27302026-07-22T15:10:39.911Z Checking progenitor-extras v0.2.0
27312026-07-22T15:10:40.048Z Checking backoff v0.4.0
27322026-07-22T15:10:40.062Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-22T15:10:40.121Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-22T15:10:40.144Z Checking itertools v0.14.0
27352026-07-22T15:10:40.213Z Checking regress v0.10.5
27362026-07-22T15:10:40.275Z Checking macaddr v1.0.1
27372026-07-22T15:10:40.599Z Checking humantime v2.3.0
27382026-07-22T15:10:41.508Z Compiling test-strategy v0.4.5
27392026-07-22T15:10:41.540Z Checking parse-display v0.10.0
27402026-07-22T15:10:41.812Z Compiling prettyplease v0.2.37
27412026-07-22T15:10:42.051Z Checking num-rational v0.4.2
27422026-07-22T15:10:42.327Z Checking num-complex v0.4.6
27432026-07-22T15:10:42.775Z Compiling num v0.4.3
27442026-07-22T15:10:42.857Z Compiling usdt-macro v0.5.0
27452026-07-22T15:10:42.917Z Compiling usdt-attr-macro v0.5.0
27462026-07-22T15:10:42.931Z Checking memmap v0.7.0
27472026-07-22T15:10:42.981Z Compiling float-ord v0.3.2
27482026-07-22T15:10:43.013Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-22T15:10:43.201Z Checking unicode-width v0.2.0
27502026-07-22T15:10:43.323Z Compiling convert_case v0.4.0
27512026-07-22T15:10:43.387Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-22T15:10:43.452Z Checking console v0.15.11
27532026-07-22T15:10:43.604Z Checking newline-converter v0.3.0
27542026-07-22T15:10:43.700Z Compiling derive_more v0.99.20
27552026-07-22T15:10:43.712Z Checking usdt v0.5.0
27562026-07-22T15:10:43.724Z Compiling toml v0.8.23
27572026-07-22T15:10:43.735Z Checking linked-hash-map v0.5.6
27582026-07-22T15:10:43.874Z Compiling minimal-lexical v0.2.1
27592026-07-22T15:10:43.906Z Checking lru-cache v0.1.2
27602026-07-22T15:10:44.019Z Checking expectorate v1.2.0
27612026-07-22T15:10:44.126Z Compiling nom v7.1.3
27622026-07-22T15:10:44.653Z Checking camino-tempfile v1.4.1
27632026-07-22T15:10:44.653Z Checking hickory-proto v0.24.4
27642026-07-22T15:10:44.744Z Checking phf_shared v0.12.1
27652026-07-22T15:10:44.814Z Compiling slog-dtrace v0.3.0
27662026-07-22T15:10:44.887Z Compiling unicode-xid v0.2.6
27672026-07-22T15:10:45.029Z Compiling chrono-tz v0.10.4
27682026-07-22T15:10:45.217Z Checking resolv-conf v0.7.6
27692026-07-22T15:10:45.308Z Checking heck v0.5.0
27702026-07-22T15:10:45.433Z Compiling const_format_proc_macros v0.2.34
27712026-07-22T15:10:45.468Z Checking phf v0.12.1
27722026-07-22T15:10:45.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-22T15:10:45.612Z Checking tokio-dtrace v0.1.1
27742026-07-22T15:10:45.801Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-22T15:10:45.979Z Compiling derive-where v1.6.0
27762026-07-22T15:10:46.250Z Checking highway v1.3.0
27772026-07-22T15:10:46.332Z Checking const_format v0.2.35
27782026-07-22T15:10:46.456Z Checking hickory-resolver v0.24.4
27792026-07-22T15:10:46.480Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-07-22T15:10:46.517Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-07-22T15:10:46.560Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27822026-07-22T15:10:46.989Z Checking oxide-tokio-rt v0.1.4
27832026-07-22T15:10:47.290Z Checking qorb v0.4.1
27842026-07-22T15:10:47.411Z Checking gethostname v0.5.0
27852026-07-22T15:10:47.502Z Checking bcs v0.1.6
27862026-07-22T15:10:47.532Z Checking termtree v0.5.1
27872026-07-22T15:10:48.020Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-22T15:10:48.040Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-22T15:10:48.255Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-22T15:10:48.261Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-22T15:10:50.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-22T15:10:53.338Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-22T15:10:55.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.59s
27942026-07-22T15:10:55.585Z
27952026-07-22T15:10:55.585Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27962026-07-22T15:10:56.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-22T15:10:56.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-22T15:10:56.207Z Compiling ar_archive_writer v0.5.1
27992026-07-22T15:10:56.317Z Compiling stacker v0.1.23
28002026-07-22T15:10:56.321Z Compiling cfg_aliases v0.1.1
28012026-07-22T15:10:56.327Z Compiling convert_case v0.10.0
28022026-07-22T15:10:56.332Z Checking unicode-width v0.1.14
28032026-07-22T15:10:56.340Z Compiling proc-macro-error v1.0.4
28042026-07-22T15:10:56.350Z Checking fd-lock v4.0.4
28052026-07-22T15:10:56.350Z Checking nibble_vec v0.1.0
28062026-07-22T15:10:56.374Z Compiling nix v0.28.0
28072026-07-22T15:10:56.458Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-22T15:10:56.475Z Checking vte v0.14.1
28092026-07-22T15:10:56.573Z Checking bytecount v0.6.9
28102026-07-22T15:10:56.587Z Checking endian-type v0.1.2
28112026-07-22T15:10:56.612Z Compiling derive_more-impl v2.1.1
28122026-07-22T15:10:56.625Z Compiling tabled_derive v0.7.0
28132026-07-22T15:10:56.634Z Checking strip-ansi-escapes v0.2.1
28142026-07-22T15:10:56.668Z Checking papergrid v0.11.0
28152026-07-22T15:10:56.704Z Checking radix_trie v0.2.1
28162026-07-22T15:10:56.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-22T15:10:56.860Z Compiling peg-macros v0.8.5
28182026-07-22T15:10:56.907Z Checking winnow v0.6.26
28192026-07-22T15:10:57.118Z Compiling psm v0.1.30
28202026-07-22T15:10:57.213Z Compiling sqlparser_derive v0.5.0
28212026-07-22T15:10:57.273Z Checking unicode_categories v0.1.1
28222026-07-22T15:10:57.417Z Checking derive_more v2.1.1
28232026-07-22T15:10:57.429Z Checking nu-ansi-term v0.50.3
28242026-07-22T15:10:57.493Z Checking home v0.5.12
28252026-07-22T15:10:57.598Z Checking tabled v0.15.0
28262026-07-22T15:10:57.668Z Checking crossterm v0.29.0
28272026-07-22T15:10:57.691Z Checking rustyline v14.0.0
28282026-07-22T15:10:57.726Z Checking reedline v0.40.0
28292026-07-22T15:10:57.942Z Checking recursive v0.1.1
28302026-07-22T15:10:58.038Z Checking sqlparser v0.61.0
28312026-07-22T15:10:58.048Z Checking display-error-chain v0.2.2
28322026-07-22T15:10:58.077Z Checking sqlformat v0.3.5
28332026-07-22T15:10:58.254Z Checking peg v0.8.5
28342026-07-22T15:11:09.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28352026-07-22T15:11:09.332Z
28362026-07-22T15:11:09.333Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28372026-07-22T15:11:09.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-22T15:11:09.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-22T15:11:09.942Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-22T15:11:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28412026-07-22T15:11:13.536Z
28422026-07-22T15:11:13.537Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28432026-07-22T15:11:13.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-22T15:11:13.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-22T15:11:14.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-22T15:11:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28472026-07-22T15:11:16.744Z
28482026-07-22T15:11:16.744Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28492026-07-22T15:11:17.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-22T15:11:17.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-22T15:11:17.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-22T15:11:20.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28532026-07-22T15:11:20.763Z
28542026-07-22T15:11:20.763Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28552026-07-22T15:11:21.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-22T15:11:21.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-22T15:11:21.378Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-22T15:11:24.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28592026-07-22T15:11:24.834Z
28602026-07-22T15:11:24.835Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28612026-07-22T15:11:25.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-22T15:11:25.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-22T15:11:25.453Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-22T15:11:28.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28652026-07-22T15:11:28.213Z
28662026-07-22T15:11:28.213Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28672026-07-22T15:11:28.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-22T15:11:28.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-22T15:11:28.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-22T15:11:31.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28712026-07-22T15:11:31.616Z
28722026-07-22T15:11:31.619Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28732026-07-22T15:11:32.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-22T15:11:32.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-22T15:11:32.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-22T15:11:35.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28772026-07-22T15:11:35.829Z
28782026-07-22T15:11:35.829Zinfo: running `cargo check --bins` on oximeter (93/300)
28792026-07-22T15:11:36.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-22T15:11:36.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-22T15:11:36.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-22T15:11:36.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28832026-07-22T15:11:36.359Z
28842026-07-22T15:11:36.359Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28852026-07-22T15:11:36.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-22T15:11:36.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-22T15:11:36.936Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-22T15:11:37.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28892026-07-22T15:11:37.434Z
28902026-07-22T15:11:37.435Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-22T15:11:37.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-22T15:11:37.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-22T15:11:37.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-22T15:11:37.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28952026-07-22T15:11:37.964Z
28962026-07-22T15:11:37.964Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-22T15:11:38.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-22T15:11:38.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-22T15:11:38.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-22T15:11:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29012026-07-22T15:11:38.540Z
29022026-07-22T15:11:38.540Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-22T15:11:38.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-22T15:11:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-22T15:11:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-22T15:11:38.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-22T15:11:39.065Z
29082026-07-22T15:11:39.065Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-22T15:11:39.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-22T15:11:39.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-22T15:11:39.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-22T15:11:39.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-22T15:11:39.603Z
29142026-07-22T15:11:39.604Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-22T15:11:40.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-22T15:11:40.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-22T15:11:40.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-22T15:11:40.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-22T15:11:40.139Z
29202026-07-22T15:11:40.139Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-22T15:11:40.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-22T15:11:40.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-22T15:11:40.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-22T15:11:40.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-22T15:11:40.675Z
29262026-07-22T15:11:40.675Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-22T15:11:41.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-22T15:11:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-22T15:11:41.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-22T15:11:41.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-22T15:11:41.196Z
29322026-07-22T15:11:41.196Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-22T15:11:41.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-22T15:11:41.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-22T15:11:41.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-22T15:11:41.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-22T15:11:41.732Z
29382026-07-22T15:11:41.733Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29392026-07-22T15:11:42.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-22T15:11:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-22T15:11:42.396Z Compiling darling_core v0.21.3
29422026-07-22T15:11:42.510Z Compiling crucible-workspace-hack v0.1.0
29432026-07-22T15:11:42.518Z Checking secrecy v0.10.3
29442026-07-22T15:11:42.522Z Compiling heapless v0.8.0
29452026-07-22T15:11:42.534Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-07-22T15:11:42.538Z Checking hash32 v0.3.1
29472026-07-22T15:11:42.540Z Checking inout v0.1.4
29482026-07-22T15:11:42.560Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-07-22T15:11:42.614Z Compiling smoltcp v0.11.0
29502026-07-22T15:11:42.655Z Checking cobs v0.3.0
29512026-07-22T15:11:42.676Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-07-22T15:11:42.764Z Checking cipher v0.4.4
29532026-07-22T15:11:42.777Z Checking universal-hash v0.5.1
29542026-07-22T15:11:42.800Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-22T15:11:42.825Z Checking half v2.7.1
29562026-07-22T15:11:42.893Z Checking ciborium-io v0.2.2
29572026-07-22T15:11:42.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-22T15:11:42.993Z Checking opaque-debug v0.3.1
29592026-07-22T15:11:43.002Z Checking chacha20 v0.9.1
29602026-07-22T15:11:43.055Z Checking poly1305 v0.8.0
29612026-07-22T15:11:43.077Z Checking ciborium-ll v0.2.2
29622026-07-22T15:11:43.163Z Checking postcard v1.1.3
29632026-07-22T15:11:43.188Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29642026-07-22T15:11:43.249Z Compiling proc-macro-crate v3.4.0
29652026-07-22T15:11:43.312Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-07-22T15:11:43.446Z Checking password-hash v0.5.0
29672026-07-22T15:11:43.576Z Checking blake2 v0.10.6
29682026-07-22T15:11:43.616Z Compiling proc-macro-crate v1.3.1
29692026-07-22T15:11:43.673Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-22T15:11:43.721Z Checking aead v0.5.2
29712026-07-22T15:11:43.800Z Compiling num_enum_derive v0.7.6
29722026-07-22T15:11:43.812Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-22T15:11:43.861Z Compiling foreign-types-macros v0.2.3
29742026-07-22T15:11:43.906Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-22T15:11:43.968Z Checking thiserror-no-std v2.0.2
29762026-07-22T15:11:44.012Z Checking foreign-types-shared v0.3.1
29772026-07-22T15:11:44.026Z Compiling num_enum_derive v0.5.11
29782026-07-22T15:11:44.052Z Checking vsss-rs v3.3.4
29792026-07-22T15:11:44.101Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29802026-07-22T15:11:44.160Z Checking chacha20poly1305 v0.10.1
29812026-07-22T15:11:44.288Z Checking argon2 v0.5.3
29822026-07-22T15:11:44.518Z Checking foreign-types v0.5.0
29832026-07-22T15:11:44.525Z Checking ciborium v0.2.2
29842026-07-22T15:11:44.640Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-22T15:11:44.735Z Checking tabwriter v1.4.1
29862026-07-22T15:11:44.840Z Checking num_enum v0.7.6
29872026-07-22T15:11:44.879Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-07-22T15:11:44.920Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-22T15:11:44.941Z Checking cstr-argument v0.1.2
29902026-07-22T15:11:44.955Z Compiling darling_macro v0.21.3
29912026-07-22T15:11:44.957Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-22T15:11:45.044Z Checking num_enum v0.5.11
29932026-07-22T15:11:45.059Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-22T15:11:45.153Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-07-22T15:11:45.167Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-22T15:11:45.197Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-07-22T15:11:45.222Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-22T15:11:45.308Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-07-22T15:11:45.322Z Checking rand v0.10.1
30002026-07-22T15:11:45.370Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-22T15:11:45.413Z Checking colored v3.1.1
30022026-07-22T15:11:45.427Z Checking indent_write v2.2.0
30032026-07-22T15:11:45.452Z Compiling darling v0.21.3
30042026-07-22T15:11:45.537Z Compiling ingot-macros v0.1.1
30052026-07-22T15:11:45.551Z Compiling zone_cfg_derive v0.3.1
30062026-07-22T15:11:45.564Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-22T15:11:45.608Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-22T15:11:45.655Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-22T15:11:45.688Z Checking itertools v0.12.1
30102026-07-22T15:11:45.772Z Compiling num-derive v0.4.2
30112026-07-22T15:11:45.813Z Checking swrite v0.1.0
30122026-07-22T15:11:45.827Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-22T15:11:45.902Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-22T15:11:46.060Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-22T15:11:46.169Z Checking dropshot-api-manager-types v0.7.2
30162026-07-22T15:11:46.191Z Checking smf v0.2.3
30172026-07-22T15:11:46.204Z Checking nanorand v0.7.0
30182026-07-22T15:11:46.266Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-22T15:11:46.336Z Checking whoami v1.6.1
30202026-07-22T15:11:46.393Z Checking flume v0.11.1
30212026-07-22T15:11:46.417Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-22T15:11:46.692Z Checking zone v0.3.1
30232026-07-22T15:11:46.712Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-22T15:11:47.659Z Checking ingot-types v0.1.2
30252026-07-22T15:11:47.981Z Checking ingot v0.1.1
30262026-07-22T15:11:49.377Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-22T15:11:50.301Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-22T15:11:51.177Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-22T15:11:52.654Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-22T15:11:54.707Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-22T15:11:55.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
30322026-07-22T15:11:55.952Z
30332026-07-22T15:11:55.952Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30342026-07-22T15:11:56.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-22T15:11:56.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-22T15:11:56.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-22T15:11:56.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-07-22T15:11:56.485Z
30392026-07-22T15:11:56.485Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30402026-07-22T15:11:56.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-22T15:11:56.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-22T15:11:56.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-22T15:11:56.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-22T15:11:57.020Z
30452026-07-22T15:11:57.020Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30462026-07-22T15:11:57.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-22T15:11:57.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-22T15:11:57.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-22T15:11:57.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-07-22T15:11:57.559Z
30512026-07-22T15:11:57.559Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30522026-07-22T15:11:58.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-22T15:11:58.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-22T15:11:58.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-22T15:11:58.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-07-22T15:11:58.099Z
30572026-07-22T15:11:58.099Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
30582026-07-22T15:11:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-22T15:11:58.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-22T15:11:58.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-22T15:11:58.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-22T15:11:58.631Z
30632026-07-22T15:11:58.631Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
30642026-07-22T15:11:59.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-22T15:11:59.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-22T15:11:59.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-22T15:11:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-22T15:11:59.164Z
30692026-07-22T15:11:59.164Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
30702026-07-22T15:11:59.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-22T15:11:59.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-22T15:11:59.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-22T15:11:59.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-22T15:11:59.701Z
30752026-07-22T15:11:59.701Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
30762026-07-22T15:12:00.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-22T15:12:00.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-22T15:12:00.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-22T15:12:00.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-07-22T15:12:00.220Z
30812026-07-22T15:12:00.220Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
30822026-07-22T15:12:00.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-22T15:12:00.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-22T15:12:00.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-22T15:12:00.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-07-22T15:12:00.750Z
30872026-07-22T15:12:00.750Zinfo: running `cargo check --bins` on dns-service-client (113/300)
30882026-07-22T15:12:01.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-22T15:12:01.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-22T15:12:01.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-22T15:12:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-22T15:12:01.285Z
30932026-07-22T15:12:01.285Zinfo: running `cargo check --bins` on installinator-client (114/300)
30942026-07-22T15:12:01.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-22T15:12:01.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-22T15:12:01.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-22T15:12:01.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-22T15:12:01.815Z
30992026-07-22T15:12:01.815Zinfo: running `cargo check --bins` on nexus-client (115/300)
31002026-07-22T15:12:02.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-22T15:12:02.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-22T15:12:02.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-22T15:12:02.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-07-22T15:12:02.380Z
31052026-07-22T15:12:02.380Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31062026-07-22T15:12:02.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-22T15:12:02.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-22T15:12:02.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-22T15:12:02.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-07-22T15:12:02.949Z
31112026-07-22T15:12:02.949Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31122026-07-22T15:12:03.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-22T15:12:03.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-22T15:12:03.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-22T15:12:03.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31162026-07-22T15:12:03.468Z
31172026-07-22T15:12:03.468Zinfo: running `cargo check --bins` on oxide-client (118/300)
31182026-07-22T15:12:03.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-22T15:12:03.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-22T15:12:03.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-22T15:12:03.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-22T15:12:03.990Z
31232026-07-22T15:12:03.990Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31242026-07-22T15:12:04.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-22T15:12:04.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-22T15:12:04.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-22T15:12:04.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-07-22T15:12:04.521Z
31292026-07-22T15:12:04.521Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31302026-07-22T15:12:04.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-22T15:12:04.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-22T15:12:04.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-22T15:12:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-22T15:12:05.043Z
31352026-07-22T15:12:05.043Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31362026-07-22T15:12:05.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-22T15:12:05.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-22T15:12:05.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-22T15:12:05.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-07-22T15:12:05.585Z
31412026-07-22T15:12:05.585Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31422026-07-22T15:12:06.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-22T15:12:06.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-22T15:12:06.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-22T15:12:06.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-07-22T15:12:06.144Z
31472026-07-22T15:12:06.144Zinfo: running `cargo check --bins` on installinator-common (123/300)
31482026-07-22T15:12:06.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-22T15:12:06.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-22T15:12:06.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-22T15:12:06.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-07-22T15:12:06.692Z
31532026-07-22T15:12:06.692Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31542026-07-22T15:12:07.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-22T15:12:07.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-22T15:12:07.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-22T15:12:07.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-07-22T15:12:07.212Z
31592026-07-22T15:12:07.212Zinfo: running `cargo check --bins` on wicket-common (125/300)
31602026-07-22T15:12:07.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-22T15:12:07.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-22T15:12:07.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-22T15:12:07.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-22T15:12:07.758Z
31652026-07-22T15:12:07.758Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
31662026-07-22T15:12:08.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-22T15:12:08.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-22T15:12:08.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-22T15:12:08.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-07-22T15:12:08.296Z
31712026-07-22T15:12:08.296Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
31722026-07-22T15:12:08.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-22T15:12:08.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-22T15:12:08.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-22T15:12:08.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31762026-07-22T15:12:08.835Z
31772026-07-22T15:12:08.835Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31782026-07-22T15:12:09.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-22T15:12:09.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-22T15:12:09.459Z Checking csv-core v0.1.13
31812026-07-22T15:12:09.566Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-07-22T15:12:09.570Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-07-22T15:12:09.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-22T15:12:09.703Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-07-22T15:12:09.716Z Checking csv v1.4.0
31862026-07-22T15:12:10.025Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-22T15:12:10.353Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-22T15:12:10.353Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-22T15:12:11.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
31902026-07-22T15:12:11.527Z
31912026-07-22T15:12:11.527Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31922026-07-22T15:12:11.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-22T15:12:11.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-22T15:12:11.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-22T15:12:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31962026-07-22T15:12:12.052Z
31972026-07-22T15:12:12.052Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
31982026-07-22T15:12:12.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-22T15:12:12.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-22T15:12:12.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-22T15:12:12.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32022026-07-22T15:12:12.662Z
32032026-07-22T15:12:12.662Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32042026-07-22T15:12:13.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-22T15:12:13.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-22T15:12:13.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-22T15:12:13.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-07-22T15:12:13.272Z
32092026-07-22T15:12:13.272Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32102026-07-22T15:12:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-22T15:12:13.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-22T15:12:13.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-22T15:12:13.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32142026-07-22T15:12:13.853Z
32152026-07-22T15:12:13.853Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32162026-07-22T15:12:14.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-22T15:12:14.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-22T15:12:14.557Z Compiling regress v0.11.1
32192026-07-22T15:12:14.696Z Compiling unsafe-libyaml v0.2.11
32202026-07-22T15:12:14.705Z Compiling semver v0.1.20
32212026-07-22T15:12:14.705Z Compiling radium v0.7.0
32222026-07-22T15:12:14.727Z Checking nom v8.0.0
32232026-07-22T15:12:14.727Z Checking tap v1.0.1
32242026-07-22T15:12:14.727Z Compiling maybe-uninit v2.0.0
32252026-07-22T15:12:14.822Z Checking wyz v0.5.1
32262026-07-22T15:12:14.985Z Compiling rustc_version v0.1.7
32272026-07-22T15:12:15.002Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-22T15:12:15.071Z Compiling zerocopy-derive v0.6.6
32292026-07-22T15:12:15.182Z Compiling packed_struct v0.10.1
32302026-07-22T15:12:15.196Z Compiling serde_yaml v0.9.34+deprecated
32312026-07-22T15:12:15.422Z Compiling newtype_derive v0.1.6
32322026-07-22T15:12:15.441Z Compiling cancel-safe-futures v0.1.5
32332026-07-22T15:12:15.625Z Checking funty v2.0.0
32342026-07-22T15:12:15.662Z Checking crc-catalog v2.4.0
32352026-07-22T15:12:15.753Z Checking crc v3.4.0
32362026-07-22T15:12:15.931Z Checking bitvec v1.0.1
32372026-07-22T15:12:15.933Z Checking zerocopy v0.6.6
32382026-07-22T15:12:16.129Z Checking typify-impl v0.6.2
32392026-07-22T15:12:16.149Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-07-22T15:12:16.478Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-22T15:12:16.618Z Compiling packed_struct_codegen v0.10.1
32422026-07-22T15:12:16.676Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32432026-07-22T15:12:16.691Z Compiling bitfield-macros v0.19.4
32442026-07-22T15:12:16.817Z Compiling indexmap v1.9.3
32452026-07-22T15:12:17.028Z Checking nodrop v0.1.14
32462026-07-22T15:12:17.124Z Compiling owo-colors v4.3.0
32472026-07-22T15:12:17.282Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32482026-07-22T15:12:17.297Z Checking array-init v0.0.4
32492026-07-22T15:12:17.374Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-07-22T15:12:17.413Z Checking bitfield v0.19.4
32512026-07-22T15:12:17.512Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-07-22T15:12:17.590Z Checking smallvec v0.6.14
32532026-07-22T15:12:17.766Z Checking oxide-update-engine-types v0.1.2
32542026-07-22T15:12:17.781Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-22T15:12:17.817Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-22T15:12:17.859Z Checking linear-map v1.2.0
32572026-07-22T15:12:17.944Z Checking tagptr v0.2.0
32582026-07-22T15:12:17.965Z Checking base64 v0.21.7
32592026-07-22T15:12:18.030Z Checking unicode-linebreak v0.1.5
32602026-07-22T15:12:18.044Z Checking hashbrown v0.12.3
32612026-07-22T15:12:18.203Z Checking smawk v0.3.2
32622026-07-22T15:12:18.246Z Checking ron v0.8.1
32632026-07-22T15:12:18.296Z Checking moka v0.12.13
32642026-07-22T15:12:18.335Z Checking textwrap v0.16.2
32652026-07-22T15:12:18.551Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-07-22T15:12:18.656Z Checking oxide-update-engine v0.1.2
32672026-07-22T15:12:18.746Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-07-22T15:12:18.765Z Checking serde-hex v0.1.0
32692026-07-22T15:12:18.779Z Checking steno v0.4.1
32702026-07-22T15:12:19.070Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-22T15:12:19.230Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-22T15:12:19.349Z Checking hashbrown v0.13.2
32732026-07-22T15:12:19.477Z Checking crc-any v2.5.0
32742026-07-22T15:12:19.654Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-07-22T15:12:19.766Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-07-22T15:12:19.779Z Checking object v0.30.4
32772026-07-22T15:12:19.795Z Checking hickory-resolver v0.25.2
32782026-07-22T15:12:19.878Z Checking sha1 v0.10.6
32792026-07-22T15:12:19.926Z Checking half v1.8.3
32802026-07-22T15:12:20.041Z Checking path-slash v0.1.5
32812026-07-22T15:12:20.121Z Checking void v1.0.2
32822026-07-22T15:12:20.144Z Checking utf-8 v0.7.6
32832026-07-22T15:12:20.224Z Checking lzss v0.8.2
32842026-07-22T15:12:20.239Z Checking serde_cbor v0.11.2
32852026-07-22T15:12:20.275Z Checking tungstenite v0.23.0
32862026-07-22T15:12:20.509Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-07-22T15:12:20.539Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-07-22T15:12:20.618Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-07-22T15:12:20.641Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-22T15:12:20.683Z Checking nix v0.27.1
32912026-07-22T15:12:20.697Z Checking kstat-rs v0.2.4
32922026-07-22T15:12:20.709Z Compiling typify-macro v0.6.2
32932026-07-22T15:12:20.734Z Checking fxhash v0.2.1
32942026-07-22T15:12:20.844Z Checking serde_bytes v0.11.19
32952026-07-22T15:12:20.859Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-07-22T15:12:20.876Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-07-22T15:12:20.911Z Checking tokio-tungstenite v0.23.1
32982026-07-22T15:12:21.015Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-22T15:12:21.156Z Checking signal-hook-tokio v0.3.1
33002026-07-22T15:12:21.730Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-22T15:12:22.002Z Compiling typify v0.6.2
33022026-07-22T15:12:22.078Z Compiling progenitor-impl v0.14.0
33032026-07-22T15:12:22.616Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-22T15:12:22.924Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-22T15:12:23.517Z Compiling progenitor-macro v0.14.0
33062026-07-22T15:12:25.786Z Checking progenitor v0.14.0
33072026-07-22T15:12:25.896Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-22T15:12:25.898Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-22T15:12:28.530Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-22T15:12:36.941Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-22T15:12:43.598Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-22T15:12:44.961Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-22T15:12:45.451Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-22T15:12:47.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s
33152026-07-22T15:12:47.726Z
33162026-07-22T15:12:47.726Zinfo: running `cargo check --bins` on gateway-api (134/300)
33172026-07-22T15:12:48.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-22T15:12:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-22T15:12:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-22T15:12:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33212026-07-22T15:12:48.267Z
33222026-07-22T15:12:48.267Zinfo: running `cargo check --bins` on ipcc (135/300)
33232026-07-22T15:12:48.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-22T15:12:48.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-22T15:12:48.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-22T15:12:48.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-22T15:12:48.806Z
33282026-07-22T15:12:48.806Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33292026-07-22T15:12:49.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-22T15:12:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-22T15:12:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-22T15:12:49.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-22T15:12:49.333Z
33342026-07-22T15:12:49.333Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33352026-07-22T15:12:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-22T15:12:49.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-22T15:12:49.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-22T15:12:49.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33392026-07-22T15:12:49.889Z
33402026-07-22T15:12:49.889Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33412026-07-22T15:12:50.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-22T15:12:50.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-22T15:12:50.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-22T15:12:50.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-07-22T15:12:50.428Z
33462026-07-22T15:12:50.428Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33472026-07-22T15:12:50.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-22T15:12:50.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-22T15:12:50.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-22T15:12:50.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-07-22T15:12:50.964Z
33522026-07-22T15:12:50.965Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33532026-07-22T15:12:51.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-22T15:12:51.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-22T15:12:51.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-22T15:12:51.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-22T15:12:51.499Z
33582026-07-22T15:12:51.499Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33592026-07-22T15:12:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-22T15:12:51.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-22T15:12:51.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-22T15:12:51.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-22T15:12:52.058Z
33642026-07-22T15:12:52.058Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33652026-07-22T15:12:52.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-22T15:12:52.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-22T15:12:52.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-22T15:12:52.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-22T15:12:52.601Z
33702026-07-22T15:12:52.601Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33712026-07-22T15:12:53.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-22T15:12:53.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-22T15:12:53.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-22T15:12:53.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-22T15:12:53.142Z
33762026-07-22T15:12:53.142Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33772026-07-22T15:12:53.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-22T15:12:53.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-22T15:12:53.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-22T15:12:53.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-22T15:12:53.683Z
33822026-07-22T15:12:53.683Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33832026-07-22T15:12:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-22T15:12:54.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-22T15:12:54.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-22T15:12:54.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-22T15:12:54.227Z
33882026-07-22T15:12:54.227Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33892026-07-22T15:12:54.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-22T15:12:54.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-22T15:12:54.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-22T15:12:54.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-22T15:12:54.772Z
33942026-07-22T15:12:54.772Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33952026-07-22T15:12:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-22T15:12:55.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-22T15:12:55.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-22T15:12:55.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-22T15:12:55.313Z
34002026-07-22T15:12:55.313Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34012026-07-22T15:12:55.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-22T15:12:55.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-22T15:12:55.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-22T15:12:55.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-22T15:12:55.873Z
34062026-07-22T15:12:55.873Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34072026-07-22T15:12:56.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-22T15:12:56.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-22T15:12:56.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-22T15:12:56.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-22T15:12:56.436Z
34122026-07-22T15:12:56.436Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34132026-07-22T15:12:56.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-22T15:12:56.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-22T15:12:56.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-22T15:12:56.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-22T15:12:56.989Z
34182026-07-22T15:12:56.989Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34192026-07-22T15:12:57.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-22T15:12:57.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-22T15:12:57.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-22T15:12:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-22T15:12:57.550Z
34242026-07-22T15:12:57.550Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34252026-07-22T15:12:58.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-22T15:12:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-22T15:12:58.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-22T15:12:58.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-22T15:12:58.106Z
34302026-07-22T15:12:58.106Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34312026-07-22T15:12:58.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-22T15:12:58.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-22T15:12:58.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-22T15:12:58.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-22T15:12:58.659Z
34362026-07-22T15:12:58.660Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34372026-07-22T15:12:59.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-22T15:12:59.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-22T15:12:59.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-22T15:12:59.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-22T15:12:59.225Z
34422026-07-22T15:12:59.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34432026-07-22T15:12:59.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-22T15:12:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-22T15:12:59.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-22T15:12:59.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-07-22T15:12:59.787Z
34482026-07-22T15:12:59.787Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34492026-07-22T15:13:00.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-22T15:13:00.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-22T15:13:00.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-22T15:13:00.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-22T15:13:00.336Z
34542026-07-22T15:13:00.337Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34552026-07-22T15:13:00.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-22T15:13:00.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-22T15:13:00.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-22T15:13:00.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-22T15:13:00.886Z
34602026-07-22T15:13:00.886Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34612026-07-22T15:13:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-22T15:13:01.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-22T15:13:01.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-22T15:13:01.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34652026-07-22T15:13:01.421Z
34662026-07-22T15:13:01.421Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34672026-07-22T15:13:01.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-22T15:13:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-22T15:13:01.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-22T15:13:01.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-07-22T15:13:01.950Z
34722026-07-22T15:13:01.950Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34732026-07-22T15:13:02.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-22T15:13:02.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-22T15:13:02.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-22T15:13:02.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-07-22T15:13:02.480Z
34782026-07-22T15:13:02.480Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34792026-07-22T15:13:02.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-22T15:13:02.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-22T15:13:02.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-22T15:13:02.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-22T15:13:03.012Z
34842026-07-22T15:13:03.012Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34852026-07-22T15:13:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-22T15:13:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-22T15:13:03.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-22T15:13:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-22T15:13:03.548Z
34902026-07-22T15:13:03.548Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34912026-07-22T15:13:04.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-22T15:13:04.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-22T15:13:04.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-22T15:13:04.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-22T15:13:04.085Z
34962026-07-22T15:13:04.085Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34972026-07-22T15:13:04.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-22T15:13:04.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-22T15:13:04.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-22T15:13:04.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-22T15:13:04.618Z
35022026-07-22T15:13:04.618Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35032026-07-22T15:13:05.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-22T15:13:05.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-22T15:13:05.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-22T15:13:05.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-22T15:13:05.155Z
35082026-07-22T15:13:05.156Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35092026-07-22T15:13:05.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-22T15:13:05.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-22T15:13:05.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-22T15:13:05.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35132026-07-22T15:13:05.707Z
35142026-07-22T15:13:05.707Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35152026-07-22T15:13:06.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-22T15:13:06.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-22T15:13:06.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-22T15:13:06.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-22T15:13:06.266Z
35202026-07-22T15:13:06.266Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35212026-07-22T15:13:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-22T15:13:06.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-22T15:13:06.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-22T15:13:06.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-22T15:13:06.814Z
35262026-07-22T15:13:06.814Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35272026-07-22T15:13:07.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-22T15:13:07.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-22T15:13:07.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-22T15:13:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-22T15:13:07.364Z
35322026-07-22T15:13:07.364Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35332026-07-22T15:13:07.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-22T15:13:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-22T15:13:07.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-22T15:13:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-22T15:13:07.914Z
35382026-07-22T15:13:07.914Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35392026-07-22T15:13:08.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-22T15:13:08.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-22T15:13:08.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-22T15:13:08.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-22T15:13:08.467Z
35442026-07-22T15:13:08.467Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35452026-07-22T15:13:08.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-22T15:13:08.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-22T15:13:08.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-22T15:13:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-22T15:13:09.019Z
35502026-07-22T15:13:09.019Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35512026-07-22T15:13:09.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-22T15:13:09.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-22T15:13:09.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-22T15:13:09.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-22T15:13:09.590Z
35562026-07-22T15:13:09.590Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35572026-07-22T15:13:10.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-22T15:13:10.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-22T15:13:10.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-22T15:13:10.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35612026-07-22T15:13:10.130Z
35622026-07-22T15:13:10.130Zinfo: running `cargo check --bins` on dns-server (175/300)
35632026-07-22T15:13:10.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-22T15:13:10.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-22T15:13:10.725Z Compiling parking_lot_core v0.8.6
35662026-07-22T15:13:10.728Z Compiling git-stub v1.0.0
35672026-07-22T15:13:10.837Z Checking prefix-trie v0.7.0
35682026-07-22T15:13:10.842Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-22T15:13:10.955Z Compiling git-stub-vcs v0.1.0
35702026-07-22T15:13:11.113Z Checking hickory-server v0.25.2
35712026-07-22T15:13:11.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-07-22T15:13:11.240Z Checking parking_lot v0.11.2
35732026-07-22T15:13:11.395Z Checking sled v0.34.7
35742026-07-22T15:13:13.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35752026-07-22T15:13:13.435Z
35762026-07-22T15:13:13.435Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35772026-07-22T15:13:13.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-22T15:13:13.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-22T15:13:13.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-22T15:13:13.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35812026-07-22T15:13:13.970Z
35822026-07-22T15:13:13.970Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35832026-07-22T15:13:14.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-22T15:13:14.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-22T15:13:14.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-22T15:13:14.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-22T15:13:14.503Z
35882026-07-22T15:13:14.503Zinfo: running `cargo check --bins` on sp-sim (178/300)
35892026-07-22T15:13:14.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-22T15:13:14.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-22T15:13:15.174Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-22T15:13:16.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35932026-07-22T15:13:17.095Z
35942026-07-22T15:13:17.095Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35952026-07-22T15:13:17.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-22T15:13:17.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-22T15:13:17.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-22T15:13:17.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35992026-07-22T15:13:17.678Z
36002026-07-22T15:13:17.678Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36012026-07-22T15:13:18.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-22T15:13:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-22T15:13:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-22T15:13:18.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-07-22T15:13:18.275Z
36062026-07-22T15:13:18.275Zinfo: running `cargo check --bins` on db-macros (181/300)
36072026-07-22T15:13:18.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-22T15:13:18.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-22T15:13:18.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-22T15:13:18.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36112026-07-22T15:13:18.801Z
36122026-07-22T15:13:18.801Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36132026-07-22T15:13:19.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-22T15:13:19.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-22T15:13:19.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-22T15:13:19.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36172026-07-22T15:13:19.327Z
36182026-07-22T15:13:19.327Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36192026-07-22T15:13:19.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-22T15:13:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-22T15:13:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-22T15:13:19.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36232026-07-22T15:13:19.919Z
36242026-07-22T15:13:19.919Zinfo: running `cargo check --bins` on authz-macros (184/300)
36252026-07-22T15:13:20.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-22T15:13:20.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-22T15:13:20.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-22T15:13:20.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36292026-07-22T15:13:20.440Z
36302026-07-22T15:13:20.440Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36312026-07-22T15:13:20.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-22T15:13:20.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-22T15:13:20.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-22T15:13:20.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-07-22T15:13:21.022Z
36362026-07-22T15:13:21.022Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36372026-07-22T15:13:21.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-22T15:13:21.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-22T15:13:21.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-22T15:13:21.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-07-22T15:13:21.602Z
36422026-07-22T15:13:21.602Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36432026-07-22T15:13:22.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-22T15:13:22.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-22T15:13:22.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-22T15:13:22.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36472026-07-22T15:13:22.135Z
36482026-07-22T15:13:22.135Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36492026-07-22T15:13:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-22T15:13:22.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-22T15:13:22.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-22T15:13:22.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-22T15:13:22.658Z
36542026-07-22T15:13:22.658Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36552026-07-22T15:13:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-22T15:13:23.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-22T15:13:23.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-22T15:13:23.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36592026-07-22T15:13:23.197Z
36602026-07-22T15:13:23.197Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36612026-07-22T15:13:23.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-22T15:13:23.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-22T15:13:23.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-22T15:13:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36652026-07-22T15:13:23.723Z
36662026-07-22T15:13:23.723Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36672026-07-22T15:13:24.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-22T15:13:24.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-22T15:13:24.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-22T15:13:24.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-22T15:13:24.246Z
36722026-07-22T15:13:24.246Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36732026-07-22T15:13:24.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-22T15:13:24.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-22T15:13:24.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-22T15:13:24.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-22T15:13:24.772Z
36782026-07-22T15:13:24.772Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36792026-07-22T15:13:25.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-22T15:13:25.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-22T15:13:25.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-22T15:13:25.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-07-22T15:13:25.360Z
36842026-07-22T15:13:25.360Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36852026-07-22T15:13:25.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-22T15:13:25.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-22T15:13:25.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-22T15:13:25.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-07-22T15:13:25.950Z
36902026-07-22T15:13:25.950Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36912026-07-22T15:13:26.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-22T15:13:26.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-22T15:13:26.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-22T15:13:26.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-22T15:13:26.534Z
36962026-07-22T15:13:26.534Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36972026-07-22T15:13:27.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-22T15:13:27.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-22T15:13:27.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-22T15:13:27.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-22T15:13:27.093Z
37022026-07-22T15:13:27.093Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37032026-07-22T15:13:27.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-22T15:13:27.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-22T15:13:27.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-22T15:13:27.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-07-22T15:13:27.649Z
37082026-07-22T15:13:27.649Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37092026-07-22T15:13:28.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-22T15:13:28.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-22T15:13:28.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-22T15:13:28.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-22T15:13:28.211Z
37142026-07-22T15:13:28.211Zinfo: running `cargo check --bins` on key-manager (199/300)
37152026-07-22T15:13:28.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-22T15:13:28.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-22T15:13:28.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-22T15:13:28.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-22T15:13:28.751Z
37202026-07-22T15:13:28.751Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37212026-07-22T15:13:29.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-22T15:13:29.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-22T15:13:29.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-22T15:13:29.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37252026-07-22T15:13:29.306Z
37262026-07-22T15:13:29.306Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37272026-07-22T15:13:29.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-22T15:13:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-22T15:13:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-22T15:13:29.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37312026-07-22T15:13:29.859Z
37322026-07-22T15:13:29.859Zinfo: running `cargo check --bins` on typed-rng (202/300)
37332026-07-22T15:13:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-22T15:13:30.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-22T15:13:30.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-22T15:13:30.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37372026-07-22T15:13:30.379Z
37382026-07-22T15:13:30.379Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37392026-07-22T15:13:30.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-22T15:13:30.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-22T15:13:31.169Z Compiling libefi-sys v0.1.0
37422026-07-22T15:13:31.365Z Compiling bitfield-struct v0.6.2
37432026-07-22T15:13:31.457Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-22T15:13:31.457Z Compiling xshell-macros v0.2.7
37452026-07-22T15:13:31.458Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-22T15:13:31.458Z Compiling salty v0.3.0
37472026-07-22T15:13:31.458Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-22T15:13:31.458Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-22T15:13:31.458Z Checking rfc6979 v0.4.0
37502026-07-22T15:13:31.563Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-07-22T15:13:31.563Z Checking ecdsa v0.16.9
37522026-07-22T15:13:31.707Z Checking primeorder v0.13.6
37532026-07-22T15:13:31.793Z Compiling proc-macro-error-attr2 v2.0.0
37542026-07-22T15:13:31.794Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-07-22T15:13:31.794Z Checking xshell v0.2.7
37562026-07-22T15:13:31.915Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-22T15:13:31.916Z Checking tungstenite v0.21.0
37582026-07-22T15:13:31.916Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-22T15:13:32.042Z Checking p384 v0.13.1
37602026-07-22T15:13:32.042Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37612026-07-22T15:13:32.042Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-07-22T15:13:32.189Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-22T15:13:32.195Z Compiling num-derive v0.3.3
37642026-07-22T15:13:32.195Z Compiling proc-macro-error2 v2.0.1
37652026-07-22T15:13:32.306Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-22T15:13:32.412Z Checking tokio-tungstenite v0.21.0
37672026-07-22T15:13:32.412Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-07-22T15:13:32.412Z Checking papergrid v0.17.0
37692026-07-22T15:13:32.445Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37702026-07-22T15:13:32.446Z Compiling tabled_derive v0.11.0
37712026-07-22T15:13:32.446Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-07-22T15:13:32.491Z Compiling progenitor-impl v0.13.0
37732026-07-22T15:13:32.553Z Checking testing_table v0.3.0
37742026-07-22T15:13:32.626Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-22T15:13:32.650Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-22T15:13:32.650Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-22T15:13:32.855Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-22T15:13:32.877Z Checking corncobs v0.1.4
37792026-07-22T15:13:32.918Z Checking libscf-sys v1.1.0
37802026-07-22T15:13:33.004Z Compiling unicase v2.9.0
37812026-07-22T15:13:33.046Z Compiling illumos-nvpair-sys v0.2.0
37822026-07-22T15:13:33.119Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-07-22T15:13:33.139Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-07-22T15:13:33.205Z Compiling mime_guess v2.0.5
37852026-07-22T15:13:33.286Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-07-22T15:13:33.303Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37872026-07-22T15:13:33.323Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-22T15:13:33.403Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-22T15:13:33.550Z Checking tabled v0.20.0
37902026-07-22T15:13:33.610Z Checking progenitor-client v0.13.0
37912026-07-22T15:13:33.755Z Checking secrecy v0.8.0
37922026-07-22T15:13:33.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-22T15:13:33.895Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-22T15:13:33.969Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-22T15:13:34.110Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-22T15:13:34.274Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-22T15:13:34.289Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-22T15:13:34.356Z Checking filetime v0.2.27
37992026-07-22T15:13:34.419Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-07-22T15:13:34.448Z Checking crc8 v0.1.1
38012026-07-22T15:13:34.554Z Checking xattr v1.6.1
38022026-07-22T15:13:34.648Z Checking http-range v0.1.5
38032026-07-22T15:13:34.674Z Checking tar v0.4.46
38042026-07-22T15:13:34.775Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-22T15:13:34.977Z Checking illumos-nvpair v0.3.0
38062026-07-22T15:13:35.065Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-07-22T15:13:35.078Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38082026-07-22T15:13:35.113Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-07-22T15:13:35.128Z Compiling progenitor-macro v0.13.0
38102026-07-22T15:13:35.134Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-07-22T15:13:35.181Z Checking atty v0.2.14
38122026-07-22T15:13:35.298Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-22T15:13:35.444Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-22T15:13:35.590Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-07-22T15:13:35.701Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38162026-07-22T15:13:35.757Z Checking hyper-staticfile v0.10.1
38172026-07-22T15:13:35.781Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-07-22T15:13:35.856Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-07-22T15:13:35.915Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-07-22T15:13:35.979Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-07-22T15:13:36.066Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-07-22T15:13:36.103Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-22T15:13:36.261Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-22T15:13:36.312Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38252026-07-22T15:13:36.527Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38262026-07-22T15:13:36.579Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-22T15:13:36.813Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38282026-07-22T15:13:37.094Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38292026-07-22T15:13:38.020Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-22T15:13:38.491Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-22T15:13:38.897Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-07-22T15:13:38.946Z Checking progenitor v0.13.0
38332026-07-22T15:13:39.078Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-22T15:13:41.266Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-22T15:13:44.430Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-22T15:13:55.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.96s
38372026-07-22T15:13:55.549Z
38382026-07-22T15:13:55.549Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38392026-07-22T15:13:56.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-07-22T15:13:56.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-07-22T15:13:56.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-07-22T15:14:06.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38432026-07-22T15:14:07.134Z
38442026-07-22T15:14:07.134Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38452026-07-22T15:14:07.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-22T15:14:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-22T15:14:07.863Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-22T15:14:18.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38492026-07-22T15:14:18.783Z
38502026-07-22T15:14:18.783Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38512026-07-22T15:14:19.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-22T15:14:19.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-22T15:14:19.463Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-22T15:14:30.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38552026-07-22T15:14:30.310Z
38562026-07-22T15:14:30.310Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38572026-07-22T15:14:30.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-22T15:14:30.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-22T15:14:31.033Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-22T15:14:41.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38612026-07-22T15:14:41.820Z
38622026-07-22T15:14:41.821Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38632026-07-22T15:14:42.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-22T15:14:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-22T15:14:42.536Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-22T15:14:53.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38672026-07-22T15:14:53.361Z
38682026-07-22T15:14:53.361Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38692026-07-22T15:14:53.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-22T15:14:53.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-22T15:14:54.085Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-22T15:15:04.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38732026-07-22T15:15:04.902Z
38742026-07-22T15:15:04.902Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38752026-07-22T15:15:05.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-22T15:15:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-22T15:15:05.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-22T15:15:16.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38792026-07-22T15:15:16.461Z
38802026-07-22T15:15:16.462Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38812026-07-22T15:15:16.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-22T15:15:16.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-22T15:15:16.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-07-22T15:15:16.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38852026-07-22T15:15:17.000Z
38862026-07-22T15:15:17.000Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38872026-07-22T15:15:17.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-22T15:15:17.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-22T15:15:17.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-22T15:15:17.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38912026-07-22T15:15:17.538Z
38922026-07-22T15:15:17.538Zinfo: running `cargo check --bins` on range-requests (213/300)
38932026-07-22T15:15:17.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-22T15:15:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-22T15:15:17.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-22T15:15:17.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38972026-07-22T15:15:18.061Z
38982026-07-22T15:15:18.061Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
38992026-07-22T15:15:18.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-22T15:15:18.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-22T15:15:18.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-22T15:15:18.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39032026-07-22T15:15:18.586Z
39042026-07-22T15:15:18.586Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39052026-07-22T15:15:19.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-22T15:15:19.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-22T15:15:19.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-22T15:15:19.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39092026-07-22T15:15:19.140Z
39102026-07-22T15:15:19.140Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39112026-07-22T15:15:19.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-22T15:15:19.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-22T15:15:19.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-22T15:15:19.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-22T15:15:19.693Z
39162026-07-22T15:15:19.693Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39172026-07-22T15:15:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-22T15:15:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-22T15:15:20.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-22T15:15:20.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39212026-07-22T15:15:20.244Z
39222026-07-22T15:15:20.244Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39232026-07-22T15:15:20.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-22T15:15:20.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-22T15:15:20.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-22T15:15:20.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-22T15:15:20.803Z
39282026-07-22T15:15:20.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39292026-07-22T15:15:21.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-22T15:15:21.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-22T15:15:21.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-22T15:15:21.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-22T15:15:21.364Z
39342026-07-22T15:15:21.364Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39352026-07-22T15:15:21.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-22T15:15:21.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-22T15:15:21.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-22T15:15:21.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-22T15:15:21.926Z
39402026-07-22T15:15:21.926Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39412026-07-22T15:15:22.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-22T15:15:22.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-22T15:15:22.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-22T15:15:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-22T15:15:22.479Z
39462026-07-22T15:15:22.479Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39472026-07-22T15:15:22.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-22T15:15:22.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-22T15:15:22.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-22T15:15:22.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-22T15:15:23.040Z
39522026-07-22T15:15:23.040Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39532026-07-22T15:15:23.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-22T15:15:23.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-22T15:15:23.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-22T15:15:23.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-22T15:15:23.600Z
39582026-07-22T15:15:23.600Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39592026-07-22T15:15:24.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-22T15:15:24.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-22T15:15:24.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-22T15:15:24.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-22T15:15:24.159Z
39642026-07-22T15:15:24.159Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39652026-07-22T15:15:24.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-22T15:15:24.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-22T15:15:24.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-22T15:15:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-07-22T15:15:24.753Z
39702026-07-22T15:15:24.753Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39712026-07-22T15:15:25.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-22T15:15:25.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-22T15:15:25.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-22T15:15:25.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-22T15:15:25.357Z
39762026-07-22T15:15:25.357Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39772026-07-22T15:15:25.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-22T15:15:25.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-22T15:15:25.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-22T15:15:25.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39812026-07-22T15:15:25.894Z
39822026-07-22T15:15:25.894Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39832026-07-22T15:15:26.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-22T15:15:26.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-22T15:15:26.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-22T15:15:26.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-22T15:15:26.455Z
39882026-07-22T15:15:26.455Zinfo: running `cargo check --bins` on update-common (229/300)
39892026-07-22T15:15:26.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-22T15:15:26.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-22T15:15:26.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-22T15:15:26.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39932026-07-22T15:15:26.987Z
39942026-07-22T15:15:26.987Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39952026-07-22T15:15:27.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-22T15:15:27.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-22T15:15:27.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-22T15:15:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-07-22T15:15:27.569Z
40002026-07-22T15:15:27.569Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40012026-07-22T15:15:28.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-22T15:15:28.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-22T15:15:28.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-22T15:15:28.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40052026-07-22T15:15:28.099Z
40062026-07-22T15:15:28.099Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40072026-07-22T15:15:28.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-22T15:15:28.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-22T15:15:28.805Z Compiling fs-err v2.11.0
40102026-07-22T15:15:28.808Z Checking ignore v0.4.25
40112026-07-22T15:15:28.808Z Checking arc-swap v1.8.2
40122026-07-22T15:15:28.934Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-07-22T15:15:28.937Z Checking predicates-tree v1.0.13
40142026-07-22T15:15:28.937Z Checking parse-size v1.1.0
40152026-07-22T15:15:28.961Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-07-22T15:15:28.976Z Checking rand_seeder v0.4.0
40172026-07-22T15:15:29.041Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-07-22T15:15:29.056Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40192026-07-22T15:15:29.117Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-07-22T15:15:29.148Z Checking slog-scope v4.4.1
40212026-07-22T15:15:29.200Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-07-22T15:15:29.243Z Compiling petname v2.0.2
40232026-07-22T15:15:29.260Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40242026-07-22T15:15:29.297Z Checking globwalk v0.9.1
40252026-07-22T15:15:29.310Z Checking slog-stdlog v4.1.1
40262026-07-22T15:15:29.383Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40272026-07-22T15:15:29.425Z Checking slog-envlogger v2.2.0
40282026-07-22T15:15:29.471Z Checking camino-tempfile-ext v0.3.3
40292026-07-22T15:15:29.547Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-07-22T15:15:29.569Z Checking sapling-renderdag v0.1.0
40312026-07-22T15:15:29.660Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-07-22T15:15:29.750Z Checking subprocess v0.2.15
40332026-07-22T15:15:29.806Z Checking sync-ptr v0.1.4
40342026-07-22T15:15:29.849Z Checking colored v2.2.0
40352026-07-22T15:15:29.921Z Checking assert_matches v1.5.0
40362026-07-22T15:15:30.027Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-07-22T15:15:30.184Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40382026-07-22T15:15:30.188Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40392026-07-22T15:15:30.873Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-07-22T15:15:32.160Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-07-22T15:15:34.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40422026-07-22T15:15:34.489Z
40432026-07-22T15:15:34.489Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40442026-07-22T15:15:34.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-22T15:15:34.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-22T15:15:34.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-07-22T15:15:34.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40482026-07-22T15:15:35.003Z
40492026-07-22T15:15:35.003Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40502026-07-22T15:15:35.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-22T15:15:35.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-22T15:15:35.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-22T15:15:35.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40542026-07-22T15:15:35.543Z
40552026-07-22T15:15:35.543Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40562026-07-22T15:15:36.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-22T15:15:36.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-22T15:15:36.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-22T15:15:36.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40602026-07-22T15:15:36.128Z
40612026-07-22T15:15:36.128Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40622026-07-22T15:15:36.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-22T15:15:36.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-22T15:15:36.791Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-07-22T15:15:36.793Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-07-22T15:15:37.416Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-07-22T15:15:39.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
40682026-07-22T15:15:39.203Z
40692026-07-22T15:15:39.203Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40702026-07-22T15:15:39.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-22T15:15:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-22T15:15:39.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-22T15:15:39.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40742026-07-22T15:15:39.742Z
40752026-07-22T15:15:39.742Zinfo: running `cargo check --bins` on cert-dev (238/300)
40762026-07-22T15:15:40.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-22T15:15:40.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-22T15:15:40.304Z Checking yasna v0.5.2
40792026-07-22T15:15:40.699Z Checking rcgen v0.12.1
40802026-07-22T15:15:40.947Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-07-22T15:15:41.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40822026-07-22T15:15:41.275Z
40832026-07-22T15:15:41.275Zinfo: running `cargo check --bins` on clickana (239/300)
40842026-07-22T15:15:41.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-22T15:15:41.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-22T15:15:41.864Z Compiling instability v0.3.11
40872026-07-22T15:15:41.864Z Checking castaway v0.2.4
40882026-07-22T15:15:41.867Z Compiling indoc v2.0.7
40892026-07-22T15:15:41.967Z Checking unicode-truncate v1.1.0
40902026-07-22T15:15:41.983Z Checking lru v0.12.5
40912026-07-22T15:15:41.989Z Checking cassowary v0.3.0
40922026-07-22T15:15:42.052Z Checking compact_str v0.8.1
40932026-07-22T15:15:42.879Z Checking ratatui v0.29.0
40942026-07-22T15:15:43.917Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40952026-07-22T15:15:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
40962026-07-22T15:15:44.739Z
40972026-07-22T15:15:44.739Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
40982026-07-22T15:15:45.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-22T15:15:45.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-22T15:15:45.403Z Checking headers-core v0.3.0
41012026-07-22T15:15:45.406Z Checking port-file v0.1.0
41022026-07-22T15:15:45.406Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41032026-07-22T15:15:45.597Z Checking headers v0.4.1
41042026-07-22T15:15:45.962Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41052026-07-22T15:15:46.885Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41062026-07-22T15:15:47.337Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41072026-07-22T15:15:47.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
41082026-07-22T15:15:47.923Z
41092026-07-22T15:15:47.923Zinfo: running `cargo check --bins` on ch-dev (241/300)
41102026-07-22T15:15:48.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-22T15:15:48.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-22T15:15:48.655Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41132026-07-22T15:15:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41142026-07-22T15:15:49.492Z
41152026-07-22T15:15:49.492Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41162026-07-22T15:15:49.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-22T15:15:49.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-22T15:15:49.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-07-22T15:15:49.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41202026-07-22T15:15:49.878Z
41212026-07-22T15:15:49.878Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41222026-07-22T15:15:50.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-22T15:15:50.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-22T15:15:50.464Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41252026-07-22T15:15:50.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41262026-07-22T15:15:50.950Z
41272026-07-22T15:15:50.950Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41282026-07-22T15:15:51.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-22T15:15:51.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-22T15:15:51.602Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-07-22T15:15:52.645Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41322026-07-22T15:15:52.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41332026-07-22T15:15:53.166Z
41342026-07-22T15:15:53.166Zinfo: running `cargo check --bins` on db-dev (245/300)
41352026-07-22T15:15:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-22T15:15:53.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-22T15:15:53.833Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41382026-07-22T15:15:54.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41392026-07-22T15:15:54.758Z
41402026-07-22T15:15:54.758Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41412026-07-22T15:15:55.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-22T15:15:55.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-22T15:15:55.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-07-22T15:15:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41452026-07-22T15:15:55.324Z
41462026-07-22T15:15:55.324Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41472026-07-22T15:15:55.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-22T15:15:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-22T15:15:55.878Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41502026-07-22T15:15:56.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41512026-07-22T15:15:56.717Z
41522026-07-22T15:15:56.717Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41532026-07-22T15:15:57.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-22T15:15:57.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-22T15:15:57.414Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-07-22T15:15:57.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-07-22T15:15:57.422Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41582026-07-22T15:15:57.552Z Checking git-stub v1.0.0
41592026-07-22T15:15:57.568Z Compiling trait-variant v0.1.2
41602026-07-22T15:15:57.569Z Checking is_ci v1.2.0
41612026-07-22T15:15:57.569Z Checking maplit v1.0.2
41622026-07-22T15:15:57.584Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-07-22T15:15:57.644Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-07-22T15:15:57.660Z Checking supports-color v3.0.2
41652026-07-22T15:15:57.688Z Checking git-stub-vcs v0.1.0
41662026-07-22T15:15:57.776Z Checking drift v0.2.0
41672026-07-22T15:15:57.791Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-22T15:15:57.851Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-07-22T15:15:57.869Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-07-22T15:15:58.048Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41712026-07-22T15:15:58.059Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41722026-07-22T15:15:58.097Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41732026-07-22T15:15:58.119Z Checking dropshot-api-manager v0.7.2
41742026-07-22T15:15:58.135Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41752026-07-22T15:15:58.261Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-22T15:15:58.792Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-07-22T15:15:59.719Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-07-22T15:16:00.714Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-07-22T15:16:01.427Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-07-22T15:16:01.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
41812026-07-22T15:16:02.032Z
41822026-07-22T15:16:02.032Zinfo: running `cargo check --bins` on installinator-api (249/300)
41832026-07-22T15:16:02.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-22T15:16:02.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-22T15:16:02.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-22T15:16:02.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41872026-07-22T15:16:02.559Z
41882026-07-22T15:16:02.559Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
41892026-07-22T15:16:03.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-22T15:16:03.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-22T15:16:03.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-22T15:16:03.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-07-22T15:16:03.139Z
41942026-07-22T15:16:03.139Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
41952026-07-22T15:16:03.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-22T15:16:03.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-22T15:16:03.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-22T15:16:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41992026-07-22T15:16:03.708Z
42002026-07-22T15:16:03.709Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42012026-07-22T15:16:04.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-22T15:16:04.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-22T15:16:04.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-22T15:16:04.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42052026-07-22T15:16:04.273Z
42062026-07-22T15:16:04.273Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42072026-07-22T15:16:04.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-22T15:16:04.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-22T15:16:04.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-22T15:16:04.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42112026-07-22T15:16:04.803Z
42122026-07-22T15:16:04.803Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42132026-07-22T15:16:05.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-22T15:16:05.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-22T15:16:05.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-22T15:16:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42172026-07-22T15:16:05.318Z
42182026-07-22T15:16:05.319Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42192026-07-22T15:16:05.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-22T15:16:05.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-22T15:16:05.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-22T15:16:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-22T15:16:05.866Z
42242026-07-22T15:16:05.866Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42252026-07-22T15:16:06.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-22T15:16:06.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-22T15:16:06.426Z Compiling blake3 v1.8.5
42282026-07-22T15:16:06.533Z Checking arrayvec v0.7.6
42292026-07-22T15:16:06.536Z Checking constant_time_eq v0.4.2
42302026-07-22T15:16:06.543Z Checking arrayref v0.3.9
42312026-07-22T15:16:06.555Z Checking cargo-platform v0.3.2
42322026-07-22T15:16:06.555Z Checking topological-sort v0.2.2
42332026-07-22T15:16:06.558Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-07-22T15:16:06.705Z Checking cargo_metadata v0.23.1
42352026-07-22T15:16:07.411Z Checking omicron-zone-package v0.12.3
42362026-07-22T15:16:08.125Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42372026-07-22T15:16:08.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
42382026-07-22T15:16:09.115Z
42392026-07-22T15:16:09.115Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42402026-07-22T15:16:09.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-22T15:16:09.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-22T15:16:09.774Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42432026-07-22T15:16:10.374Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42442026-07-22T15:16:10.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42452026-07-22T15:16:11.035Z
42462026-07-22T15:16:11.035Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42472026-07-22T15:16:11.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-22T15:16:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-22T15:16:11.951Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502026-07-22T15:16:11.951Z Compiling vergen-lib v0.1.6
42512026-07-22T15:16:11.951Z Compiling diesel_derives v2.3.7
42522026-07-22T15:16:11.955Z Compiling dsl_auto_type v0.2.0
42532026-07-22T15:16:11.955Z Checking scheduled-thread-pool v0.2.7
42542026-07-22T15:16:11.955Z Compiling vergen-gitcl v1.0.8
42552026-07-22T15:16:11.955Z Compiling diesel_table_macro_syntax v0.3.0
42562026-07-22T15:16:11.955Z Compiling dirs-sys-next v0.1.2
42572026-07-22T15:16:12.270Z Compiling crunchy v0.2.4
42582026-07-22T15:16:12.316Z Compiling glob v0.3.3
42592026-07-22T15:16:12.360Z Checking r2d2 v0.8.10
42602026-07-22T15:16:12.363Z Compiling dirs-next v2.0.0
42612026-07-22T15:16:12.390Z Checking downcast-rs v2.0.2
42622026-07-22T15:16:12.485Z Compiling tiny-keccak v2.0.2
42632026-07-22T15:16:12.539Z Compiling term v0.7.0
42642026-07-22T15:16:12.662Z Compiling bit-vec v0.6.3
42652026-07-22T15:16:12.679Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42662026-07-22T15:16:12.710Z Compiling clang-sys v1.8.1
42672026-07-22T15:16:12.879Z Compiling bit-set v0.5.3
42682026-07-22T15:16:12.898Z Compiling ascii-canvas v3.0.0
42692026-07-22T15:16:13.041Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42702026-07-22T15:16:13.072Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42712026-07-22T15:16:13.087Z Compiling itertools v0.10.5
42722026-07-22T15:16:13.125Z Compiling ena v0.14.4
42732026-07-22T15:16:13.140Z Compiling libloading v0.8.9
42742026-07-22T15:16:13.184Z Compiling regex-syntax v0.6.29
42752026-07-22T15:16:13.201Z Compiling diff v0.1.13
42762026-07-22T15:16:13.332Z Compiling bindgen v0.71.1
42772026-07-22T15:16:13.484Z Compiling cexpr v0.6.0
42782026-07-22T15:16:13.679Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-07-22T15:16:13.787Z Compiling rustc-hash v2.1.1
42802026-07-22T15:16:13.923Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42812026-07-22T15:16:14.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42822026-07-22T15:16:14.138Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832026-07-22T15:16:14.161Z Compiling libxml v0.3.3
42842026-07-22T15:16:14.385Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42852026-07-22T15:16:14.388Z Compiling strum_macros v0.24.3
42862026-07-22T15:16:14.448Z Compiling indoc v1.0.9
42872026-07-22T15:16:14.590Z Compiling lalrpop v0.19.12
42882026-07-22T15:16:15.251Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-07-22T15:16:15.457Z Checking derive_builder v0.20.2
42902026-07-22T15:16:15.577Z Compiling oso-derive v0.27.3
42912026-07-22T15:16:15.755Z Checking quick-xml v0.37.5
42922026-07-22T15:16:15.782Z Compiling impl-trait-for-tuples v0.2.3
42932026-07-22T15:16:16.089Z Checking openssl-probe v0.1.6
42942026-07-22T15:16:16.235Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-07-22T15:16:16.625Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-07-22T15:16:16.830Z Checking bb8 v0.8.6
42972026-07-22T15:16:16.965Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-07-22T15:16:16.983Z Checking nonempty v0.12.0
42992026-07-22T15:16:17.114Z Compiling libz-sys v1.1.24
43002026-07-22T15:16:17.148Z Compiling strsim v0.10.0
43012026-07-22T15:16:17.190Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-07-22T15:16:17.323Z Compiling darling_core v0.13.4
43032026-07-22T15:16:17.477Z Compiling vergen-git2 v9.1.0
43042026-07-22T15:16:17.705Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-07-22T15:16:17.744Z Compiling base64 v0.21.7
43062026-07-22T15:16:17.935Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43072026-07-22T15:16:17.996Z Checking diesel v2.3.7
43082026-07-22T15:16:18.068Z Compiling ron v0.8.1
43092026-07-22T15:16:18.919Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43102026-07-22T15:16:19.034Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-22T15:16:19.149Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43122026-07-22T15:16:19.247Z Compiling darling_macro v0.13.4
43132026-07-22T15:16:19.350Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43142026-07-22T15:16:19.554Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43152026-07-22T15:16:19.727Z Compiling darling v0.13.4
43162026-07-22T15:16:19.754Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43172026-07-22T15:16:19.818Z Compiling serde_with_macros v1.5.2
43182026-07-22T15:16:20.004Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43192026-07-22T15:16:20.157Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43202026-07-22T15:16:20.355Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43212026-07-22T15:16:20.374Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-07-22T15:16:20.555Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-07-22T15:16:20.655Z Compiling serde_with v1.14.0
43242026-07-22T15:16:21.782Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43252026-07-22T15:16:22.033Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-07-22T15:16:22.300Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-07-22T15:16:22.970Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43282026-07-22T15:16:23.230Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43292026-07-22T15:16:23.436Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-07-22T15:16:23.643Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43312026-07-22T15:16:24.024Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43322026-07-22T15:16:24.225Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43332026-07-22T15:16:24.516Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43342026-07-22T15:16:24.600Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43352026-07-22T15:16:24.630Z Checking twox-hash v2.1.2
43362026-07-22T15:16:24.805Z Checking libsw-core v0.3.2
43372026-07-22T15:16:24.929Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-07-22T15:16:24.955Z Checking libsw v3.5.0
43392026-07-22T15:16:25.097Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-22T15:16:25.114Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-22T15:16:25.420Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43422026-07-22T15:16:25.571Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43432026-07-22T15:16:26.770Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43442026-07-22T15:16:26.865Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43452026-07-22T15:16:27.081Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-07-22T15:16:27.532Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-22T15:16:27.748Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-22T15:16:27.952Z Checking console v0.16.2
43492026-07-22T15:16:28.262Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-22T15:16:28.408Z Checking fatfs v0.3.6
43512026-07-22T15:16:28.513Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-22T15:16:28.869Z Compiling seq-macro v0.3.6
43532026-07-22T15:16:29.390Z Checking unit-prefix v0.5.2
43542026-07-22T15:16:29.542Z Checking indicatif v0.18.4
43552026-07-22T15:16:29.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-22T15:16:29.865Z Checking oxide-update-engine-display v0.1.2
43572026-07-22T15:16:29.922Z Checking support-bundle-viewer v0.1.2
43582026-07-22T15:16:30.161Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-07-22T15:16:30.164Z Checking multimap v0.10.1
43602026-07-22T15:16:35.998Z Checking async-bb8-diesel v0.2.1
43612026-07-22T15:16:36.352Z Checking diesel-dtrace v0.5.0
43622026-07-22T15:16:40.037Z Compiling samael v0.0.19
43632026-07-22T15:16:44.202Z Compiling git2 v0.20.4
43642026-07-22T15:16:45.564Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43652026-07-22T15:16:46.493Z Compiling polar-core v0.27.3
43662026-07-22T15:16:46.620Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43672026-07-22T15:16:50.971Z Checking oso v0.27.3
43682026-07-22T15:17:20.544Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-07-22T15:18:33.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43702026-07-22T15:18:33.564Z
43712026-07-22T15:18:33.564Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43722026-07-22T15:18:34.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-07-22T15:18:34.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-07-22T15:18:34.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-07-22T15:18:34.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43762026-07-22T15:18:34.180Z
43772026-07-22T15:18:34.180Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43782026-07-22T15:18:34.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-07-22T15:18:34.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-07-22T15:18:34.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-07-22T15:18:34.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43822026-07-22T15:18:34.763Z
43832026-07-22T15:18:34.763Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43842026-07-22T15:18:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-07-22T15:18:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-07-22T15:18:35.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-07-22T15:18:35.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43882026-07-22T15:18:35.352Z
43892026-07-22T15:18:35.352Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43902026-07-22T15:18:35.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-07-22T15:18:35.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-07-22T15:18:35.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-07-22T15:18:35.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43942026-07-22T15:18:35.882Z
43952026-07-22T15:18:35.882Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
43962026-07-22T15:18:36.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-07-22T15:18:36.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-07-22T15:18:36.653Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-07-22T15:18:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44002026-07-22T15:18:37.571Z
44012026-07-22T15:18:37.571Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44022026-07-22T15:18:38.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-07-22T15:18:38.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-07-22T15:18:38.342Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-07-22T15:19:15.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.32s
44062026-07-22T15:19:16.106Z
44072026-07-22T15:19:16.107Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44082026-07-22T15:19:16.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-07-22T15:19:16.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-07-22T15:19:16.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-07-22T15:19:16.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44122026-07-22T15:19:16.619Z
44132026-07-22T15:19:16.619Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44142026-07-22T15:19:17.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-07-22T15:19:17.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-07-22T15:19:17.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-07-22T15:19:17.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44182026-07-22T15:19:17.135Z
44192026-07-22T15:19:17.135Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44202026-07-22T15:19:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-22T15:19:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-22T15:19:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-07-22T15:19:17.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44242026-07-22T15:19:17.712Z
44252026-07-22T15:19:17.712Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44262026-07-22T15:19:18.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-07-22T15:19:18.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-07-22T15:19:18.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-07-22T15:19:18.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-07-22T15:19:18.304Z
44312026-07-22T15:19:18.304Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44322026-07-22T15:19:18.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-07-22T15:19:18.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-07-22T15:19:18.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-07-22T15:19:18.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44362026-07-22T15:19:18.886Z
44372026-07-22T15:19:18.886Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44382026-07-22T15:19:19.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-22T15:19:19.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-22T15:19:19.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-22T15:19:19.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-07-22T15:19:19.491Z
44432026-07-22T15:19:19.491Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44442026-07-22T15:19:19.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-22T15:19:20.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-22T15:19:20.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-22T15:19:20.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-07-22T15:19:20.079Z
44492026-07-22T15:19:20.080Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44502026-07-22T15:19:20.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-22T15:19:20.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-22T15:19:20.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-22T15:19:20.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44542026-07-22T15:19:20.664Z
44552026-07-22T15:19:20.664Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44562026-07-22T15:19:21.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-22T15:19:21.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-22T15:19:21.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-22T15:19:21.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-07-22T15:19:21.374Z
44612026-07-22T15:19:21.374Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44622026-07-22T15:19:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-22T15:19:21.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-22T15:19:21.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-22T15:19:21.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44662026-07-22T15:19:21.810Z
44672026-07-22T15:19:21.810Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44682026-07-22T15:19:22.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-22T15:19:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-22T15:19:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-22T15:19:22.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44722026-07-22T15:19:22.390Z
44732026-07-22T15:19:22.390Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44742026-07-22T15:19:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-22T15:19:22.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-22T15:19:23.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-07-22T15:19:23.265Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-07-22T15:19:23.373Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-22T15:19:23.404Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-22T15:19:23.409Z Checking yansi v1.0.1
44812026-07-22T15:19:23.410Z Checking diff v0.1.13
44822026-07-22T15:19:23.424Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-22T15:19:23.449Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-22T15:19:23.643Z Checking pretty_assertions v1.4.1
44852026-07-22T15:19:24.408Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-22T15:19:24.412Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-22T15:19:48.888Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-22T15:19:48.891Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-07-22T15:19:48.891Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44902026-07-22T15:19:48.891Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44912026-07-22T15:19:48.891Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44922026-07-22T15:19:48.891Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44932026-07-22T15:19:48.892Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-07-22T15:19:49.672Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-07-22T15:19:49.672Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-07-22T15:19:50.879Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-22T15:20:28.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44982026-07-22T15:20:28.347Z
44992026-07-22T15:20:28.347Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45002026-07-22T15:20:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-22T15:20:28.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-22T15:20:28.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-22T15:20:28.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45042026-07-22T15:20:28.867Z
45052026-07-22T15:20:28.867Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45062026-07-22T15:20:29.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-22T15:20:29.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-22T15:20:29.581Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-22T15:20:29.701Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-22T15:20:29.708Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-22T15:20:56.535Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-22T15:20:56.902Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-22T15:20:58.606Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-22T15:20:59.038Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-22T15:21:02.131Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-22T15:21:25.713Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-22T15:21:26.396Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-22T15:21:27.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.10s
45192026-07-22T15:21:28.168Z
45202026-07-22T15:21:28.168Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45212026-07-22T15:21:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-22T15:21:28.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-22T15:21:28.824Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-22T15:21:29.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45252026-07-22T15:21:29.662Z
45262026-07-22T15:21:29.662Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45272026-07-22T15:21:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-22T15:21:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-22T15:21:30.253Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45302026-07-22T15:21:30.357Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45312026-07-22T15:21:30.357Z Checking sha2 v0.11.0
45322026-07-22T15:21:30.360Z Checking digest-io v0.1.0
45332026-07-22T15:21:30.373Z Checking rawzip v0.4.4
45342026-07-22T15:21:30.379Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45352026-07-22T15:21:30.382Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45362026-07-22T15:21:30.382Z Checking shell-words v1.1.1
45372026-07-22T15:21:30.803Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45382026-07-22T15:21:31.020Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45392026-07-22T15:21:32.026Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-07-22T15:21:33.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
45412026-07-22T15:21:33.224Z
45422026-07-22T15:21:33.224Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45432026-07-22T15:21:33.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-22T15:21:33.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-22T15:21:33.807Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-07-22T15:21:34.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
45472026-07-22T15:21:34.462Z
45482026-07-22T15:21:34.463Zinfo: running `cargo check --bins` on schema (282/300)
45492026-07-22T15:21:34.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-22T15:21:34.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-22T15:21:35.118Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-07-22T15:21:35.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45532026-07-22T15:21:35.989Z
45542026-07-22T15:21:35.989Zinfo: running `cargo check --bins` on xtask (283/300)
45552026-07-22T15:21:36.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-22T15:21:36.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-22T15:21:36.371Z Checking serde_core v1.0.228
45582026-07-22T15:21:36.371Z Checking libc v0.2.185
45592026-07-22T15:21:36.452Z Checking bitflags v2.11.0
45602026-07-22T15:21:36.462Z Checking scroll v0.12.0
45612026-07-22T15:21:36.462Z Checking thiserror v1.0.69
45622026-07-22T15:21:36.472Z Checking log v0.4.29
45632026-07-22T15:21:36.479Z Checking indexmap v2.14.0
45642026-07-22T15:21:36.479Z Checking zerocopy v0.7.35
45652026-07-22T15:21:36.554Z Checking syn v2.0.117
45662026-07-22T15:21:36.586Z Checking dtrace-parser v0.2.0
45672026-07-22T15:21:36.606Z Checking once_cell v1.21.3
45682026-07-22T15:21:36.662Z Checking goblin v0.8.2
45692026-07-22T15:21:36.726Z Checking errno v0.3.14
45702026-07-22T15:21:36.773Z Checking thread-id v4.2.2
45712026-07-22T15:21:36.814Z Checking getrandom v0.4.1
45722026-07-22T15:21:36.839Z Checking rustix v1.1.3
45732026-07-22T15:21:36.850Z Checking memmap v0.7.0
45742026-07-22T15:21:36.940Z Checking thiserror v2.0.18
45752026-07-22T15:21:36.952Z Checking fs-err v3.3.0
45762026-07-22T15:21:36.973Z Checking tabled v0.15.0
45772026-07-22T15:21:37.003Z Checking anyhow v1.0.102
45782026-07-22T15:21:37.603Z Checking terminal_size v0.4.3
45792026-07-22T15:21:37.603Z Checking tempfile v3.25.0
45802026-07-22T15:21:37.710Z Checking clap_builder v4.6.0
45812026-07-22T15:21:37.710Z Checking textwrap v0.16.2
45822026-07-22T15:21:37.874Z Checking serde v1.0.228
45832026-07-22T15:21:37.875Z Checking serde_json v1.0.150
45842026-07-22T15:21:37.878Z Checking camino v1.2.2
45852026-07-22T15:21:37.911Z Checking semver v1.0.28
45862026-07-22T15:21:38.048Z Checking cargo-platform v0.3.2
45872026-07-22T15:21:38.116Z Checking camino-tempfile v1.4.1
45882026-07-22T15:21:38.270Z Checking toml_datetime v0.6.11
45892026-07-22T15:21:38.270Z Checking serde_spanned v0.6.9
45902026-07-22T15:21:38.273Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45912026-07-22T15:21:38.273Z Checking macaddr v1.0.1
45922026-07-22T15:21:38.464Z Checking toml_edit v0.22.27
45932026-07-22T15:21:38.478Z Checking dof v0.3.0
45942026-07-22T15:21:38.482Z Checking cargo_metadata v0.23.1
45952026-07-22T15:21:38.736Z Checking usdt-impl v0.5.0
45962026-07-22T15:21:38.900Z Checking clap v4.6.1
45972026-07-22T15:21:39.003Z Checking usdt v0.5.0
45982026-07-22T15:21:39.431Z Checking toml v0.8.23
45992026-07-22T15:21:39.690Z Checking cargo_toml v0.21.0
46002026-07-22T15:21:40.326Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46012026-07-22T15:21:40.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
46022026-07-22T15:21:40.823Z
46032026-07-22T15:21:40.823Zinfo: running `cargo check --bins` on dnsadm (284/300)
46042026-07-22T15:21:41.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-07-22T15:21:41.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-07-22T15:21:41.405Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46072026-07-22T15:21:41.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46082026-07-22T15:21:42.065Z
46092026-07-22T15:21:42.065Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46102026-07-22T15:21:42.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-07-22T15:21:42.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-07-22T15:21:42.817Z Checking cpubits v0.1.1
46132026-07-22T15:21:42.820Z Checking pem-rfc7468 v1.0.0
46142026-07-22T15:21:42.954Z Checking hmac v0.13.0
46152026-07-22T15:21:42.954Z Checking universal-hash v0.6.1
46162026-07-22T15:21:42.976Z Checking ctr v0.10.1
46172026-07-22T15:21:42.976Z Checking aead v0.6.1
46182026-07-22T15:21:43.004Z Checking aes v0.9.1
46192026-07-22T15:21:43.008Z Checking crypto-bigint v0.7.5
46202026-07-22T15:21:43.030Z Checking cbc v0.2.1
46212026-07-22T15:21:43.074Z Checking polyval v0.7.1
46222026-07-22T15:21:43.088Z Checking der v0.8.0
46232026-07-22T15:21:43.101Z Checking pbkdf2 v0.13.0
46242026-07-22T15:21:43.114Z Checking salsa20 v0.11.0
46252026-07-22T15:21:43.182Z Checking ff v0.14.0
46262026-07-22T15:21:43.185Z Checking signature v3.0.0
46272026-07-22T15:21:43.224Z Checking base16ct v1.0.0
46282026-07-22T15:21:43.245Z Checking ghash v0.6.0
46292026-07-22T15:21:43.260Z Checking scrypt v0.12.0
46302026-07-22T15:21:43.325Z Checking group v0.14.0
46312026-07-22T15:21:43.351Z Checking hkdf v0.13.0
46322026-07-22T15:21:43.368Z Checking rfc6979 v0.5.0
46332026-07-22T15:21:43.386Z Compiling curve25519-dalek v5.0.0-rc.0
46342026-07-22T15:21:43.402Z Checking aes-gcm v0.11.0
46352026-07-22T15:21:43.420Z Checking poly1305 v0.9.0
46362026-07-22T15:21:43.471Z Checking blowfish v0.10.0
46372026-07-22T15:21:43.487Z Checking blake2 v0.11.0-rc.6
46382026-07-22T15:21:43.499Z Checking keccak v0.2.0
46392026-07-22T15:21:43.559Z Checking fiat-crypto v0.3.0
46402026-07-22T15:21:43.618Z Checking bcrypt-pbkdf v0.11.0
46412026-07-22T15:21:43.693Z Checking sha3 v0.11.0
46422026-07-22T15:21:43.703Z Checking kem v0.3.0
46432026-07-22T15:21:43.734Z Checking argon2 v0.6.0-rc.8
46442026-07-22T15:21:43.769Z Checking module-lattice v0.2.3
46452026-07-22T15:21:43.802Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46462026-07-22T15:21:43.867Z Checking spki v0.8.0
46472026-07-22T15:21:43.981Z Checking sec1 v0.8.1
46482026-07-22T15:21:43.985Z Checking ml-kem v0.3.2
46492026-07-22T15:21:44.012Z Checking internal-russh-num-bigint v0.5.0
46502026-07-22T15:21:44.038Z Checking pkcs5 v0.8.1
46512026-07-22T15:21:44.041Z Checking pkcs1 v0.8.0-rc.4
46522026-07-22T15:21:44.185Z Checking num-bigint v0.4.6
46532026-07-22T15:21:44.242Z Checking generic-array v1.4.3
46542026-07-22T15:21:44.344Z Checking pkcs8 v0.11.0
46552026-07-22T15:21:44.538Z Checking ed25519 v3.0.0
46562026-07-22T15:21:44.634Z Checking russh-util v0.52.0
46572026-07-22T15:21:44.651Z Compiling enum_dispatch v0.3.13
46582026-07-22T15:21:44.731Z Checking ed25519-dalek v3.0.0-rc.0
46592026-07-22T15:21:44.757Z Compiling delegate v0.13.5
46602026-07-22T15:21:44.776Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-07-22T15:21:44.848Z Checking md5 v0.8.0
46622026-07-22T15:21:44.955Z Checking hex-literal v1.1.0
46632026-07-22T15:21:45.040Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46642026-07-22T15:21:45.055Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46652026-07-22T15:21:45.096Z Checking socket2 v0.5.10
46662026-07-22T15:21:45.193Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46672026-07-22T15:21:45.211Z Checking elliptic-curve v0.14.0-rc.33
46682026-07-22T15:21:45.244Z Checking primefield v0.14.0
46692026-07-22T15:21:45.343Z Checking ssh-encoding v0.3.0-rc.9
46702026-07-22T15:21:45.444Z Checking crypto-primes v0.7.2
46712026-07-22T15:21:45.570Z Checking ssh-cipher v0.3.0-rc.9
46722026-07-22T15:21:45.616Z Checking russh-cryptovec v0.61.0
46732026-07-22T15:21:45.671Z Checking ecdsa v0.17.0-rc.18
46742026-07-22T15:21:45.695Z Checking primeorder v0.14.0-rc.10
46752026-07-22T15:21:45.772Z Checking internet-checksum v0.2.1
46762026-07-22T15:21:46.029Z Checking p521 v0.14.0-rc.10
46772026-07-22T15:21:46.032Z Checking p256 v0.14.0-rc.10
46782026-07-22T15:21:46.414Z Checking rsa v0.10.0-rc.18
46792026-07-22T15:21:48.364Z Checking p384 v0.14.0-rc.10
46802026-07-22T15:21:50.255Z Checking ssh-key v0.7.0-rc.10
46812026-07-22T15:21:51.015Z Checking russh v0.61.2
46822026-07-22T15:22:03.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s
46832026-07-22T15:22:03.731Z
46842026-07-22T15:22:03.731Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46852026-07-22T15:22:04.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-07-22T15:22:04.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-07-22T15:22:04.324Z Checking termios v0.3.3
46882026-07-22T15:22:04.518Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46892026-07-22T15:22:05.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46902026-07-22T15:22:05.267Z
46912026-07-22T15:22:05.267Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
46922026-07-22T15:22:05.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-07-22T15:22:05.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-07-22T15:22:05.917Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46952026-07-22T15:22:06.601Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46962026-07-22T15:22:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
46972026-07-22T15:22:08.384Z
46982026-07-22T15:22:08.384Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
46992026-07-22T15:22:08.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-07-22T15:22:08.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-07-22T15:22:08.967Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47022026-07-22T15:22:09.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47032026-07-22T15:22:09.539Z
47042026-07-22T15:22:09.539Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47052026-07-22T15:22:09.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-22T15:22:09.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-22T15:22:09.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-07-22T15:22:09.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47092026-07-22T15:22:10.068Z
47102026-07-22T15:22:10.068Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47112026-07-22T15:22:10.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-07-22T15:22:10.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-07-22T15:22:10.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-07-22T15:22:10.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47152026-07-22T15:22:10.593Z
47162026-07-22T15:22:10.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47172026-07-22T15:22:11.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-22T15:22:11.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-22T15:22:11.304Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47202026-07-22T15:22:11.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47212026-07-22T15:22:12.079Z
47222026-07-22T15:22:12.079Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47232026-07-22T15:22:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-22T15:22:12.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-22T15:22:12.674Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47262026-07-22T15:22:12.674Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47272026-07-22T15:22:13.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
47282026-07-22T15:22:13.717Z
47292026-07-22T15:22:13.718Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47302026-07-22T15:22:14.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-22T15:22:14.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-22T15:22:14.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-22T15:22:14.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47342026-07-22T15:22:14.256Z
47352026-07-22T15:22:14.257Zinfo: running `cargo check --bins` on omicron-package (294/300)
47362026-07-22T15:22:14.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-22T15:22:14.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-22T15:22:14.877Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47392026-07-22T15:22:15.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47402026-07-22T15:22:16.115Z
47412026-07-22T15:22:16.115Zinfo: running `cargo check --bins` on tqdb (295/300)
47422026-07-22T15:22:16.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-22T15:22:16.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-22T15:22:16.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47452026-07-22T15:22:17.188Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47462026-07-22T15:22:17.693Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47472026-07-22T15:22:17.701Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47482026-07-22T15:22:23.693Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47492026-07-22T15:22:23.697Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47502026-07-22T15:22:24.257Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47512026-07-22T15:22:24.257Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47522026-07-22T15:22:24.261Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-07-22T15:22:24.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47542026-07-22T15:22:25.031Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47552026-07-22T15:22:26.054Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47562026-07-22T15:22:26.840Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47572026-07-22T15:22:27.438Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-07-22T15:22:32.291Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47592026-07-22T15:22:39.015Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47602026-07-22T15:22:39.018Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47612026-07-22T15:22:39.018Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47622026-07-22T15:22:39.018Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47632026-07-22T15:22:40.490Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47642026-07-22T15:22:41.798Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47652026-07-22T15:22:42.457Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47662026-07-22T15:22:43.664Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47672026-07-22T15:22:44.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.07s
47682026-07-22T15:22:44.385Z
47692026-07-22T15:22:44.385Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47702026-07-22T15:22:44.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-07-22T15:22:44.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-07-22T15:22:45.045Z Checking rtoolbox v0.0.3
47732026-07-22T15:22:45.048Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-07-22T15:22:45.164Z Checking tui-tree-widget v0.23.1
47752026-07-22T15:22:45.258Z Checking rpassword v7.5.4
47762026-07-22T15:22:48.197Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47772026-07-22T15:22:50.059Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47782026-07-22T15:22:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
47792026-07-22T15:22:51.122Z
47802026-07-22T15:22:51.122Zinfo: running `cargo check --bins` on wicket (297/300)
47812026-07-22T15:22:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-22T15:22:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-22T15:22:51.767Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47842026-07-22T15:22:52.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47852026-07-22T15:22:52.290Z
47862026-07-22T15:22:52.290Zinfo: running `cargo check --bins` on wicketd (298/300)
47872026-07-22T15:22:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-22T15:22:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-22T15:22:52.952Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-07-22T15:22:56.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
47912026-07-22T15:22:56.315Z
47922026-07-22T15:22:56.315Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
47932026-07-22T15:22:56.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-22T15:22:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-22T15:22:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-07-22T15:22:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47972026-07-22T15:22:56.844Z
47982026-07-22T15:22:56.844Zinfo: running `cargo check --bins` on zone-setup (300/300)
47992026-07-22T15:22:57.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-07-22T15:22:57.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-07-22T15:22:57.469Z Checking uzers v0.12.2
48022026-07-22T15:22:57.737Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-07-22T15:22:58.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48042026-07-22T15:22:58.659Z
48052026-07-22T15:22:58.659Zreal 13:25.593474200
48062026-07-22T15:22:58.659Zuser 20:28.393981799
48072026-07-22T15:22:58.659Zsys 4:04.224739390
48082026-07-22T15:22:58.659Ztrap 0.324904180
48092026-07-22T15:22:58.659Ztflt 0.696288699
48102026-07-22T15:22:58.660Zdflt 1.190209358
48112026-07-22T15:22:58.660Zkflt 0.004486702
48122026-07-22T15:22:58.660Zlock 1:15:50.927871448
48132026-07-22T15:22:58.660Zslp 1:37:32.568279736
48142026-07-22T15:22:58.660Zlat 51.215307764
48152026-07-22T15:22:58.660Zstop 3:28.580765026
48162026-07-22T15:22:58.670Zprocess exited: duration 927451 ms, exit code 0
 
48172026-07-22T15:22:58.679Zfound 0 output files