01KVY8AVFXE4QQTC2WMM3ZZAER: 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: 01KVY8B89EHW03PT6RHQ2G8SPN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T02:05:19.784Zjob assigned to worker 01KVY8BA37HNXKJBJDH4AKVC3P [factory aws, i-0c7fc01d1bf221ff2] (queued for 43 s)
 
22026-06-25T02:05:25.996Zstarting task 0: "setup"
32026-06-25T02:05:26.002Z++ uname -s
42026-06-25T02:05:26.005Z+ kern=SunOS
52026-06-25T02:05:26.005Z+ build_user=build
62026-06-25T02:05:26.005Z+ build_uid=12345
72026-06-25T02:05:26.005Z+ work_dir=/work
82026-06-25T02:05:26.005Z+ input_dir=/input
92026-06-25T02:05:26.005Z+ [[ 0 == 12345 ]]
102026-06-25T02:05:26.005Z+ case "$kern" in
112026-06-25T02:05:26.005Z+ groupadd -g 12345 build
122026-06-25T02:05:26.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T02:05:28.012Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T02:05:28.091Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T02:05:28.094Z+ home_fs=zfs
162026-06-25T02:05:28.095Z+ [[ zfs == autofs ]]
172026-06-25T02:05:28.095Z+ mkdir -p /home/build
182026-06-25T02:05:28.095Z+ chown build:build /home/build /work
192026-06-25T02:05:30.095Z+ chmod 0700 /home/build /work
202026-06-25T02:05:30.099Zprocess exited: duration 4099 ms, exit code 0
 
212026-06-25T02:05:30.105Zstarting task 1: "rust-toolchain"
222026-06-25T02:05:30.109Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T02:05:30.109Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T02:05:30.109Z * rust toolchain channel = "1.96.0"
252026-06-25T02:05:30.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T02:05:30.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T02:05:30.109Z * rust toolchain profile = "default"
282026-06-25T02:05:30.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T02:05:30.112Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T02:05:30.190Zinfo: downloading installer
312026-06-25T02:05:31.718Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T02:05:31.718Zwarn: /home/build/.rustup/settings.toml
332026-06-25T02:05:31.718Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T02:05:31.718Zwarn: instead of the one inferred from the default host triple.
352026-06-25T02:05:31.731Zinfo: profile set to default
362026-06-25T02:05:31.731Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T02:05:31.734Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T02:05:31.888Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T02:05:31.891Zinfo: downloading 6 components
402026-06-25T02:05:47.154Z
412026-06-25T02:05:47.154Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T02:05:47.187Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T02:05:47.187Z
442026-06-25T02:05:47.187Z
452026-06-25T02:05:47.187ZRust is installed now. Great!
462026-06-25T02:05:47.187Z
472026-06-25T02:05:47.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T02:05:47.187Zenvironment variable. This has not been done automatically.
492026-06-25T02:05:47.187Z
502026-06-25T02:05:47.190ZTo configure your current shell, you need to source
512026-06-25T02:05:47.190Zthe corresponding env file under $HOME/.cargo.
522026-06-25T02:05:47.190Z
532026-06-25T02:05:47.190ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T02:05:47.190Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T02:05:47.190Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T02:05:47.190Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T02:05:47.190Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T02:05:47.190Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T02:05:47.190Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T02:05:47.190Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T02:05:47.190Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T02:05:47.272Z+ rustup --version
632026-06-25T02:05:47.280Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T02:05:47.283Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T02:05:47.301Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T02:05:47.304Z+ cargo --version
672026-06-25T02:05:47.317Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T02:05:47.320Z+ rustc --version
692026-06-25T02:05:47.340Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T02:05:47.343Zprocess exited: duration 17237 ms, exit code 0
 
712026-06-25T02:05:47.349Zstarting task 2: "authentication"
722026-06-25T02:05:47.364Zprocess exited: duration 15 ms, exit code 0
 
732026-06-25T02:05:47.370Zstarting task 3: "clone repository"
742026-06-25T02:05:47.373Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T02:05:47.376Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T02:05:47.409ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T02:05:57.441Z+ cd /work/oxidecomputer/omicron
782026-06-25T02:05:57.441Z+ git fetch origin a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
792026-06-25T02:05:57.706ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T02:05:57.706Z * branch a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf -> FETCH_HEAD
812026-06-25T02:05:57.715Z+ [[ -n maghemite-integration ]]
822026-06-25T02:05:57.718Z++ git branch --show-current
832026-06-25T02:05:57.718Z+ current=main
842026-06-25T02:05:57.718Z+ [[ main != maghemite-integration ]]
852026-06-25T02:05:57.718Z+ git branch -f maghemite-integration a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
862026-06-25T02:05:57.721Z+ git checkout -f maghemite-integration
872026-06-25T02:05:57.879ZSwitched to branch 'maghemite-integration'
882026-06-25T02:05:57.882Z+ git reset --hard a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
892026-06-25T02:05:58.036ZHEAD is now at a61bf9c36 Update with latest version
902026-06-25T02:05:58.039Zprocess exited: duration 10667 ms, exit code 0
 
912026-06-25T02:05:58.045Zstarting task 4: "build"
922026-06-25T02:05:58.049Z+ source .github/buildomat/ci-env.sh
932026-06-25T02:05:58.053Z++ export CARGO_TERM_COLOR=always
942026-06-25T02:05:58.053Z++ CARGO_TERM_COLOR=always
952026-06-25T02:05:58.053Z+ cargo --version
962026-06-25T02:05:58.058Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T02:05:58.061Z+ rustc --version
982026-06-25T02:05:58.080Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T02:05:58.083Z+ source ./env.sh
1002026-06-25T02:05:58.083Z++ OLD_SHELL_OPTS=ehxB
1012026-06-25T02:05:58.083Z++ set -o xtrace
1022026-06-25T02:05:58.086Z++++ dirname ./env.sh
1032026-06-25T02:05:58.086Z+++ readlink -f .
1042026-06-25T02:05:58.089Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-25T02:05:58.090Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-25T02:05:58.090Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-25T02:05:58.090Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-25T02:05:58.090Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-25T02:05:58.090Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-25T02:05:58.090Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-25T02:05:58.090Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-25T02:05:58.090Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-25T02:05:58.090Z++ 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
1142026-06-25T02:05:58.090Z++ 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
1152026-06-25T02:05:58.090Z++ case $OLD_SHELL_OPTS in
1162026-06-25T02:05:58.090Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-25T02:05:58.090Z+ 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
1182026-06-25T02:05:58.090Z+ 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
1192026-06-25T02:05:58.090Z+ banner prerequisites
1202026-06-25T02:05:58.093Z
1212026-06-25T02:05:58.093Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-25T02:05:58.094Z # # # # # # # # # # # # # # #
1232026-06-25T02:05:58.094Z # # # # ##### # # ##### # # # # # #### #
1242026-06-25T02:05:58.094Z ##### ##### # ##### # # # # # # # # #
1252026-06-25T02:05:58.094Z # # # # # # # # # # # # # # #
1262026-06-25T02:05:58.094Z # # # ###### # # ###### ### # #### # #### #
1272026-06-25T02:05:58.094Z
1282026-06-25T02:05:58.094Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-25T02:05:59.576Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-25T02:05:59.678Z Startup: Caching catalogs ... Done
1312026-06-25T02:06:00.151ZPlanning: Solver setup ... Done (0.430s)
1322026-06-25T02:06:00.176ZPlanning: Running solver ... Done (0.024s)
1332026-06-25T02:06:00.187ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-25T02:06:00.198ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-25T02:06:00.220ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-25T02:06:00.234ZPlanning: Package planning ... Done (0.014s)
1372026-06-25T02:06:00.236ZPlanning: Merging actions ... Done (0.001s)
1382026-06-25T02:06:00.399ZPlanning: Checking for conflicting actions ... Done (0.163s)
1392026-06-25T02:06:00.402ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-25T02:06:01.163ZPlanning: Evaluating mediators ... Done (0.763s)
1412026-06-25T02:06:01.166ZPlanning: Planning completed in 1.47 seconds
1422026-06-25T02:06:01.172Z Packages to install: 2
1432026-06-25T02:06:01.173Z Estimated space available: 156.06 GB
1442026-06-25T02:06:01.176ZEstimated space to be consumed: 29.57 MB
1452026-06-25T02:06:01.176Z Create boot environment: No
1462026-06-25T02:06:01.176ZCreate backup boot environment: No
1472026-06-25T02:06:01.176Z Rebuild boot archive: No
1482026-06-25T02:06:01.176Z
1492026-06-25T02:06:01.176ZChanged packages:
1502026-06-25T02:06:01.176Zhelios
1512026-06-25T02:06:01.176Z developer/build-essential
1522026-06-25T02:06:01.176Z None -> 11-3.0
1532026-06-25T02:06:01.176Z library/libxmlsec1
1542026-06-25T02:06:01.176Z None -> 1.2.35-3.0
1552026-06-25T02:06:01.198Z
1562026-06-25T02:06:01.198ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-25T02:06:01.670ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1582026-06-25T02:06:01.735Z Actions: 1/268 actions (Installing new actions)
1592026-06-25T02:06:01.772Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-25T02:06:01.782ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-25T02:06:01.785ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-25T02:06:01.809ZFinalize: Updating image state ... Done (0.027s)
1632026-06-25T02:06:04.194ZFinalize: Creating fast lookup database ... Done (2.362s)
1642026-06-25T02:06:04.262ZFinalize: Reading search index ... Done (0.015s)
1652026-06-25T02:06:04.265ZFinalize: Updating search index ... Done (0.000s)
1662026-06-25T02:06:04.379ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-25T02:06:04.684ZPlanning: Evaluating mediator changes ... Done
1682026-06-25T02:06:04.786ZPlanning: Checking for conflicting actions ... Done
1692026-06-25T02:06:04.789ZPlanning: Consolidating action changes ... Done
1702026-06-25T02:06:04.942ZPlanning: Evaluating mediators ... Done
1712026-06-25T02:06:04.945ZPlanning: Planning completed in 0.26 seconds
1722026-06-25T02:06:04.964Z Mediators to change: 2
1732026-06-25T02:06:04.964Z Create boot environment: No
1742026-06-25T02:06:04.967ZCreate backup boot environment: No
1752026-06-25T02:06:05.004ZFinalize: Updating package state database ... Done
1762026-06-25T02:06:05.004ZFinalize: Updating package cache ... Done
1772026-06-25T02:06:05.019ZFinalize: Updating image state ... Done
1782026-06-25T02:06:06.940ZFinalize: Creating fast lookup database ... Done
1792026-06-25T02:06:06.997ZFinalize: Reading search index ... Done
1802026-06-25T02:06:07.000ZFinalize: Updating search index ... Done
1812026-06-25T02:06:07.061ZFinalize: Updating package cache ... Done
1822026-06-25T02:06:07.341ZPlanning: Evaluating mediator changes ... Done
1832026-06-25T02:06:07.446ZPlanning: Checking for conflicting actions ... Done
1842026-06-25T02:06:07.448ZPlanning: Consolidating action changes ... Done
1852026-06-25T02:06:07.603ZPlanning: Evaluating mediators ... Done
1862026-06-25T02:06:07.606ZPlanning: Planning completed in 0.26 seconds
1872026-06-25T02:06:07.626Z Mediators to change: 1
1882026-06-25T02:06:07.626Z Create boot environment: No
1892026-06-25T02:06:07.626ZCreate backup boot environment: No
1902026-06-25T02:06:07.666ZFinalize: Updating package state database ... Done
1912026-06-25T02:06:07.666ZFinalize: Updating package cache ... Done
1922026-06-25T02:06:07.680ZFinalize: Updating image state ... Done
1932026-06-25T02:06:09.629ZFinalize: Creating fast lookup database ... Done
1942026-06-25T02:06:09.690ZFinalize: Reading search index ... Done
1952026-06-25T02:06:09.693ZFinalize: Updating search index ... Done
1962026-06-25T02:06:09.744ZFinalize: Updating package cache ... Done
1972026-06-25T02:06:10.053ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-25T02:06:10.053Zapache system 2.4 system
1992026-06-25T02:06:10.053Zclang system 15 system
2002026-06-25T02:06:10.053Zcsh system system illumos
2012026-06-25T02:06:10.053Zctags system system illumos
2022026-06-25T02:06:10.053Zfile vendor vendor darwinsys
2032026-06-25T02:06:10.053Zfile system system illumos
2042026-06-25T02:06:10.053Zgcc vendor 14 vendor
2052026-06-25T02:06:10.053Zgcc system 13 system
2062026-06-25T02:06:10.053Zgcc system 10 system
2072026-06-25T02:06:10.053Zgo system 1.25 system
2082026-06-25T02:06:10.054Zllvm system 15 system
2092026-06-25T02:06:10.054Zmariadb system 11.4 system
2102026-06-25T02:06:10.054Zmta vendor vendor dma
2112026-06-25T02:06:10.054Zopenjdk system 17 system
2122026-06-25T02:06:10.054Zopenjdk system 11 system
2132026-06-25T02:06:10.054Zopenssl vendor 3 vendor
2142026-06-25T02:06:10.054Zperl system 5.40 system
2152026-06-25T02:06:10.054Zpostgresql system 18 system
2162026-06-25T02:06:10.054Zpostgresql system 17 system
2172026-06-25T02:06:10.054Zpython vendor 3 vendor
2182026-06-25T02:06:10.054Zpython system 2 system
2192026-06-25T02:06:10.054Zpython3 vendor 3.13 vendor
2202026-06-25T02:06:10.054Zruby system 3.4 system
2212026-06-25T02:06:10.054Zruby system 3.0 system
2222026-06-25T02:06:10.054Zwords vendor vendor american-english
2232026-06-25T02:06:10.054Zwords system system australian-english
2242026-06-25T02:06:10.054Zwords system system british-english
2252026-06-25T02:06:10.054Zwords system system canadian-english
2262026-06-25T02:06:10.054Zwords system system french
2272026-06-25T02:06:10.054Zwords system system italian
2282026-06-25T02:06:10.054Zwords system system ngerman
2292026-06-25T02:06:10.054Zwords system system ogerman
2302026-06-25T02:06:10.054Zwords system system spanish
2312026-06-25T02:06:10.301ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-25T02:06:10.301Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-25T02:06:10.595ZFMRI IFO
2342026-06-25T02:06:10.595Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-25T02:06:10.595Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-25T02:06:10.595Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-25T02:06:10.595Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-25T02:06:10.595Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-25T02:06:10.595Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-25T02:06:10.595Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-25T02:06:10.595Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-25T02:06:10.595Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-25T02:06:10.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-25T02:06:11.115Z Updating crates.io index
2452026-06-25T02:06:11.118Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-25T02:06:11.368Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-25T02:06:11.673Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-25T02:06:11.950Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-25T02:06:12.863Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-25T02:06:13.347Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-25T02:06:14.814Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-25T02:06:15.568Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-25T02:06:15.807Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-25T02:06:17.085Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-25T02:06:17.349Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-25T02:06:17.658Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-25T02:06:17.916Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-25T02:06:18.344Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-25T02:06:18.793Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-25T02:06:19.202Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-25T02:06:19.410Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-25T02:06:19.664Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-25T02:06:19.928Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-25T02:06:20.312Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-25T02:06:20.580Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-25T02:06:20.815Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-25T02:06:21.121Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-25T02:06:21.454Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-25T02:06:21.683Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-25T02:06:22.051Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-25T02:06:22.297Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-25T02:06:22.603Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-25T02:06:22.831Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-25T02:06:23.080Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-25T02:06:23.400Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-25T02:06:23.744Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-25T02:06:23.991Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-25T02:06:24.255Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-25T02:06:24.492Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-25T02:06:24.763Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-25T02:06:25.185Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-25T02:06:25.436Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-25T02:06:25.689Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-25T02:06:25.936Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-25T02:06:29.095Z Locking 7 packages to latest Rust 1.96.0 compatible versions
2862026-06-25T02:06:29.095Z Adding client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2872026-06-25T02:06:29.095Z Adding ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2882026-06-25T02:06:29.095Z Adding ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2892026-06-25T02:06:29.095Z Adding ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2902026-06-25T02:06:29.095Z Adding mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2912026-06-25T02:06:29.095Z Adding mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2922026-06-25T02:06:29.095Z Adding mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2932026-06-25T02:06:29.137Z Downloading crates ...
2942026-06-25T02:06:29.193Z Downloaded cargo-platform v0.2.0
2952026-06-25T02:06:29.196Z Downloaded clap_lex v1.0.0
2962026-06-25T02:06:29.200Z Downloaded camino v1.2.2
2972026-06-25T02:06:29.202Z Downloaded tabled_derive v0.7.0
2982026-06-25T02:06:29.203Z Downloaded pretty-hex v0.4.1
2992026-06-25T02:06:29.205Z Downloaded serde-untagged v0.1.9
3002026-06-25T02:06:29.208Z Downloaded scroll_derive v0.12.1
3012026-06-25T02:06:29.216Z Downloaded clap_builder v4.6.0
3022026-06-25T02:06:29.220Z Downloaded colorchoice v1.0.4
3032026-06-25T02:06:29.234Z Downloaded zerofrom-derive v0.1.6
3042026-06-25T02:06:29.237Z Downloaded digest v0.10.7
3052026-06-25T02:06:29.240Z Downloaded unicode-width v0.2.0
3062026-06-25T02:06:29.242Z Downloaded toml_datetime v0.6.11
3072026-06-25T02:06:29.243Z Downloaded thiserror-impl v2.0.18
3082026-06-25T02:06:29.243Z Downloaded usdt v0.5.0
3092026-06-25T02:06:29.246Z Downloaded thread-id v4.2.2
3102026-06-25T02:06:29.246Z Downloaded thiserror v1.0.69
3112026-06-25T02:06:29.249Z Downloaded rustix v1.1.3
3122026-06-25T02:06:29.259Z Downloaded zerocopy v0.7.35
3132026-06-25T02:06:29.267Z Downloaded zerovec-derive v0.11.2
3142026-06-25T02:06:29.271Z Downloaded typeid v1.0.3
3152026-06-25T02:06:29.271Z Downloaded utf8parse v0.2.2
3162026-06-25T02:06:29.271Z Downloaded toml_write v0.1.2
3172026-06-25T02:06:29.274Z Downloaded hashbrown v0.17.0
3182026-06-25T02:06:29.274Z Downloaded unicode-xid v0.2.6
3192026-06-25T02:06:29.274Z Downloaded errno v0.3.14
3202026-06-25T02:06:29.277Z Downloaded clap_derive v4.6.1
3212026-06-25T02:06:29.277Z Downloaded cargo-util-schemas v0.8.2
3222026-06-25T02:06:29.277Z Downloaded toml v0.8.23
3232026-06-25T02:06:29.279Z Downloaded anstyle v1.0.14
3242026-06-25T02:06:29.280Z Downloaded thiserror-impl v1.0.69
3252026-06-25T02:06:29.282Z Downloaded bitflags v2.11.0
3262026-06-25T02:06:29.282Z Downloaded anstream v1.0.0
3272026-06-25T02:06:29.285Z Downloaded unicode-ident v1.0.24
3282026-06-25T02:06:29.285Z Downloaded fastrand v2.3.0
3292026-06-25T02:06:29.288Z Downloaded clap v4.6.1
3302026-06-25T02:06:29.290Z Downloaded yoke-derive v0.8.1
3312026-06-25T02:06:29.290Z Downloaded version_check v0.9.5
3322026-06-25T02:06:29.294Z Downloaded block-buffer v0.10.4
3332026-06-25T02:06:29.294Z Downloaded anstyle-query v1.1.5
3342026-06-25T02:06:29.294Z Downloaded idna_adapter v1.2.1
3352026-06-25T02:06:29.294Z Downloaded generic-array v0.14.7
3362026-06-25T02:06:29.297Z Downloaded usdt-attr-macro v0.5.0
3372026-06-25T02:06:29.297Z Downloaded utf8_iter v1.0.4
3382026-06-25T02:06:29.297Z Downloaded unicode-linebreak v0.1.5
3392026-06-25T02:06:29.297Z Downloaded erased-serde v0.4.9
3402026-06-25T02:06:29.297Z Downloaded usdt-macro v0.5.0
3412026-06-25T02:06:29.300Z Downloaded dof v0.3.0
3422026-06-25T02:06:29.300Z Downloaded cpufeatures v0.2.17
3432026-06-25T02:06:29.300Z Downloaded cfg-if v1.0.4
3442026-06-25T02:06:29.300Z Downloaded cargo_toml v0.21.0
3452026-06-25T02:06:29.303Z Downloaded byteorder v1.5.0
3462026-06-25T02:06:29.303Z Downloaded zerofrom v0.1.6
3472026-06-25T02:06:29.303Z Downloaded terminal_size v0.4.3
3482026-06-25T02:06:29.306Z Downloaded fnv v1.0.7
3492026-06-25T02:06:29.306Z Downloaded anstyle-parse v1.0.0
3502026-06-25T02:06:29.309Z Downloaded dtrace-parser v0.2.0
3512026-06-25T02:06:29.309Z Downloaded tinystr v0.8.2
3522026-06-25T02:06:29.313Z Downloaded heck v0.4.1
3532026-06-25T02:06:29.316Z Downloaded form_urlencoded v1.2.2
3542026-06-25T02:06:29.316Z Downloaded yoke v0.8.1
3552026-06-25T02:06:29.316Z Downloaded zmij v1.0.21
3562026-06-25T02:06:29.319Z Downloaded usdt-impl v0.5.0
3572026-06-25T02:06:29.319Z Downloaded thiserror v2.0.18
3582026-06-25T02:06:29.321Z Downloaded zerocopy-derive v0.7.35
3592026-06-25T02:06:29.324Z Downloaded writeable v0.6.2
3602026-06-25T02:06:29.324Z Downloaded camino-tempfile v1.4.1
3612026-06-25T02:06:29.327Z Downloaded heck v0.5.0
3622026-06-25T02:06:29.330Z Downloaded equivalent v1.0.2
3632026-06-25T02:06:29.333Z Downloaded crypto-common v0.1.7
3642026-06-25T02:06:29.335Z Downloaded serde-value v0.7.0
3652026-06-25T02:06:29.338Z Downloaded serde_tokenstream v0.2.3
3662026-06-25T02:06:29.338Z Downloaded zerotrie v0.2.3
3672026-06-25T02:06:29.341Z Downloaded typenum v1.19.0
3682026-06-25T02:06:29.341Z Downloaded textwrap v0.16.2
3692026-06-25T02:06:29.344Z Downloaded zerovec v0.11.5
3702026-06-25T02:06:29.346Z Downloaded ucd-trie v0.1.7
3712026-06-25T02:06:29.346Z Downloaded toml_edit v0.22.27
3722026-06-25T02:06:29.349Z Downloaded sha2 v0.10.9
3732026-06-25T02:06:29.349Z Downloaded cargo_metadata v0.21.0
3742026-06-25T02:06:29.352Z Downloaded proc-macro-error-attr v1.0.4
3752026-06-25T02:06:29.352Z Downloaded winnow v0.7.14
3762026-06-25T02:06:29.355Z Downloaded swrite v0.1.0
3772026-06-25T02:06:29.357Z Downloaded macaddr v1.0.1
3782026-06-25T02:06:29.357Z Downloaded unicode-width v0.1.14
3792026-06-25T02:06:29.360Z Downloaded strsim v0.11.1
3802026-06-25T02:06:29.360Z Downloaded percent-encoding v2.3.2
3812026-06-25T02:06:29.363Z Downloaded bytecount v0.6.9
3822026-06-25T02:06:29.363Z Downloaded autocfg v1.5.0
3832026-06-25T02:06:29.363Z Downloaded url v2.5.8
3842026-06-25T02:06:29.365Z Downloaded fs-err v3.3.0
3852026-06-25T02:06:29.365Z Downloaded displaydoc v0.2.5
3862026-06-25T02:06:29.368Z Downloaded serde_spanned v0.6.9
3872026-06-25T02:06:29.371Z Downloaded potential_utf v0.1.4
3882026-06-25T02:06:29.371Z Downloaded stable_deref_trait v1.2.1
3892026-06-25T02:06:29.371Z Downloaded smawk v0.3.2
3902026-06-25T02:06:29.371Z Downloaded itoa v1.0.17
3912026-06-25T02:06:29.377Z Downloaded quote v1.0.45
3922026-06-25T02:06:29.380Z Downloaded anyhow v1.0.102
3932026-06-25T02:06:29.385Z Downloaded is_terminal_polyfill v1.70.2
3942026-06-25T02:06:29.392Z Downloaded plain v0.2.3
3952026-06-25T02:06:29.400Z Downloaded semver v1.0.28
3962026-06-25T02:06:29.402Z Downloaded synstructure v0.13.2
3972026-06-25T02:06:29.405Z Downloaded scroll v0.12.0
3982026-06-25T02:06:29.410Z Downloaded icu_locale_core v2.1.1
3992026-06-25T02:06:29.418Z Downloaded ordered-float v2.10.1
4002026-06-25T02:06:29.425Z Downloaded icu_normalizer_data v2.1.1
4012026-06-25T02:06:29.429Z Downloaded smallvec v1.15.1
4022026-06-25T02:06:29.432Z Downloaded litemap v0.8.1
4032026-06-25T02:06:29.435Z Downloaded pest_generator v2.8.6
4042026-06-25T02:06:29.435Z Downloaded once_cell v1.21.3
4052026-06-25T02:06:29.438Z Downloaded icu_provider v2.1.1
4062026-06-25T02:06:29.441Z Downloaded icu_properties v2.1.2
4072026-06-25T02:06:29.444Z Downloaded getrandom v0.4.1
4082026-06-25T02:06:29.455Z Downloaded proc-macro-error v1.0.4
4092026-06-25T02:06:29.457Z Downloaded pest_derive v2.8.6
4102026-06-25T02:06:29.469Z Downloaded papergrid v0.11.0
4112026-06-25T02:06:29.472Z Downloaded tempfile v3.25.0
4122026-06-25T02:06:29.475Z Downloaded serde_core v1.0.228
4132026-06-25T02:06:29.475Z Downloaded goblin v0.8.2
4142026-06-25T02:06:29.478Z Downloaded memmap v0.7.0
4152026-06-25T02:06:29.480Z Downloaded num-traits v0.2.19
4162026-06-25T02:06:29.480Z Downloaded log v0.4.29
4172026-06-25T02:06:29.483Z Downloaded icu_normalizer v2.1.1
4182026-06-25T02:06:29.486Z Downloaded idna v1.1.0
4192026-06-25T02:06:29.489Z Downloaded serde_derive v1.0.228
4202026-06-25T02:06:29.492Z Downloaded icu_collections v2.1.1
4212026-06-25T02:06:29.495Z Downloaded proc-macro2 v1.0.106
4222026-06-25T02:06:29.498Z Downloaded pest_meta v2.8.6
4232026-06-25T02:06:29.498Z Downloaded indexmap v2.14.0
4242026-06-25T02:06:29.501Z Downloaded memchr v2.8.0
4252026-06-25T02:06:29.504Z Downloaded icu_properties_data v2.1.2
4262026-06-25T02:06:29.514Z Downloaded serde v1.0.228
4272026-06-25T02:06:29.519Z Downloaded pest v2.8.6
4282026-06-25T02:06:29.534Z Downloaded serde_json v1.0.149
4292026-06-25T02:06:29.547Z Downloaded tabled v0.15.0
4302026-06-25T02:06:29.555Z Downloaded syn v1.0.109
4312026-06-25T02:06:29.564Z Downloaded syn v2.0.117
4322026-06-25T02:06:29.599Z Downloaded libc v0.2.185
4332026-06-25T02:06:29.666Z Compiling proc-macro2 v1.0.106
4342026-06-25T02:06:29.667Z Compiling unicode-ident v1.0.24
4352026-06-25T02:06:29.667Z Compiling quote v1.0.45
4362026-06-25T02:06:29.667Z Compiling serde_core v1.0.228
4372026-06-25T02:06:29.670Z Compiling libc v0.2.185
4382026-06-25T02:06:29.670Z Compiling version_check v0.9.5
4392026-06-25T02:06:29.670Z Compiling stable_deref_trait v1.2.1
4402026-06-25T02:06:29.670Z Compiling memchr v2.8.0
4412026-06-25T02:06:29.960Z Compiling serde v1.0.228
4422026-06-25T02:06:29.983Z Compiling zmij v1.0.21
4432026-06-25T02:06:30.247Z Compiling ucd-trie v0.1.7
4442026-06-25T02:06:30.250Z Compiling autocfg v1.5.0
4452026-06-25T02:06:30.512Z Compiling itoa v1.0.17
4462026-06-25T02:06:30.547Z Compiling thiserror v1.0.69
4472026-06-25T02:06:30.605Z Compiling pest v2.8.6
4482026-06-25T02:06:30.686Z Compiling writeable v0.6.2
4492026-06-25T02:06:30.689Z Compiling litemap v0.8.1
4502026-06-25T02:06:30.894Z Compiling icu_normalizer_data v2.1.1
4512026-06-25T02:06:31.003Z Compiling icu_properties_data v2.1.2
4522026-06-25T02:06:31.028Z Compiling byteorder v1.5.0
4532026-06-25T02:06:31.072Z Compiling syn v2.0.117
4542026-06-25T02:06:31.140Z Compiling rustix v1.1.3
4552026-06-25T02:06:31.215Z Compiling errno v0.3.14
4562026-06-25T02:06:31.231Z Compiling serde_json v1.0.149
4572026-06-25T02:06:31.251Z Compiling bitflags v2.11.0
4582026-06-25T02:06:31.469Z Compiling num-traits v0.2.19
4592026-06-25T02:06:31.518Z Compiling hashbrown v0.17.0
4602026-06-25T02:06:31.647Z Compiling pest_meta v2.8.6
4612026-06-25T02:06:31.697Z Compiling typeid v1.0.3
4622026-06-25T02:06:31.812Z Compiling smallvec v1.15.1
4632026-06-25T02:06:31.959Z Compiling equivalent v1.0.2
4642026-06-25T02:06:32.069Z Compiling indexmap v2.14.0
4652026-06-25T02:06:32.103Z Compiling thread-id v4.2.2
4662026-06-25T02:06:32.134Z Compiling usdt-impl v0.5.0
4672026-06-25T02:06:32.203Z Compiling proc-macro-error-attr v1.0.4
4682026-06-25T02:06:32.261Z Compiling toml_write v0.1.2
4692026-06-25T02:06:32.336Z Compiling erased-serde v0.4.9
4702026-06-25T02:06:32.459Z Compiling winnow v0.7.14
4712026-06-25T02:06:32.518Z Compiling syn v1.0.109
4722026-06-25T02:06:32.863Z Compiling proc-macro-error v1.0.4
4732026-06-25T02:06:32.884Z Compiling camino v1.2.2
4742026-06-25T02:06:33.048Z Compiling percent-encoding v2.3.2
4752026-06-25T02:06:33.197Z Compiling log v0.4.29
4762026-06-25T02:06:33.240Z Compiling plain v0.2.3
4772026-06-25T02:06:33.241Z Compiling thiserror v2.0.18
4782026-06-25T02:06:33.292Z Compiling utf8_iter v1.0.4
4792026-06-25T02:06:33.365Z Compiling getrandom v0.4.1
4802026-06-25T02:06:33.396Z Compiling utf8parse v0.2.2
4812026-06-25T02:06:33.399Z Compiling ordered-float v2.10.1
4822026-06-25T02:06:33.504Z Compiling anstyle-parse v1.0.0
4832026-06-25T02:06:33.520Z Compiling form_urlencoded v1.2.2
4842026-06-25T02:06:33.678Z Compiling synstructure v0.13.2
4852026-06-25T02:06:33.697Z Compiling pest_generator v2.8.6
4862026-06-25T02:06:33.807Z Compiling terminal_size v0.4.3
4872026-06-25T02:06:33.945Z Compiling pretty-hex v0.4.1
4882026-06-25T02:06:34.086Z Compiling anstyle-query v1.1.5
4892026-06-25T02:06:34.129Z Compiling colorchoice v1.0.4
4902026-06-25T02:06:34.175Z Compiling is_terminal_polyfill v1.70.2
4912026-06-25T02:06:34.198Z Compiling cfg-if v1.0.4
4922026-06-25T02:06:34.228Z Compiling anstyle v1.0.14
4932026-06-25T02:06:34.250Z Compiling serde-untagged v0.1.9
4942026-06-25T02:06:34.374Z Compiling semver v1.0.28
4952026-06-25T02:06:34.391Z Compiling anstream v1.0.0
4962026-06-25T02:06:34.449Z Compiling fs-err v3.3.0
4972026-06-25T02:06:34.489Z Compiling unicode-width v0.1.14
4982026-06-25T02:06:34.632Z Compiling strsim v0.11.1
4992026-06-25T02:06:34.669Z Compiling fastrand v2.3.0
5002026-06-25T02:06:34.686Z Compiling anyhow v1.0.102
5012026-06-25T02:06:34.704Z Compiling unicode-xid v0.2.6
5022026-06-25T02:06:34.821Z Compiling clap_lex v1.0.0
5032026-06-25T02:06:34.871Z Compiling heck v0.4.1
5042026-06-25T02:06:35.017Z Compiling fnv v1.0.7
5052026-06-25T02:06:35.034Z Compiling heck v0.5.0
5062026-06-25T02:06:35.057Z Compiling once_cell v1.21.3
5072026-06-25T02:06:35.099Z Compiling bytecount v0.6.9
5082026-06-25T02:06:35.237Z Compiling tempfile v3.25.0
5092026-06-25T02:06:35.264Z Compiling papergrid v0.11.0
5102026-06-25T02:06:35.268Z Compiling clap_builder v4.6.0
5112026-06-25T02:06:35.297Z Compiling serde_derive v1.0.228
5122026-06-25T02:06:35.336Z Compiling zerofrom-derive v0.1.6
5132026-06-25T02:06:35.391Z Compiling yoke-derive v0.8.1
5142026-06-25T02:06:35.615Z Compiling zerovec-derive v0.11.2
5152026-06-25T02:06:35.826Z Compiling displaydoc v0.2.5
5162026-06-25T02:06:36.549Z Compiling thiserror-impl v1.0.69
5172026-06-25T02:06:36.565Z Compiling zerocopy-derive v0.7.35
5182026-06-25T02:06:36.671Z Compiling pest_derive v2.8.6
5192026-06-25T02:06:36.705Z Compiling zerofrom v0.1.6
5202026-06-25T02:06:36.716Z Compiling scroll_derive v0.12.1
5212026-06-25T02:06:36.831Z Compiling yoke v0.8.1
5222026-06-25T02:06:37.020Z Compiling zerovec v0.11.5
5232026-06-25T02:06:37.115Z Compiling zerotrie v0.2.3
5242026-06-25T02:06:37.368Z Compiling scroll v0.12.0
5252026-06-25T02:06:37.409Z Compiling thiserror-impl v2.0.18
5262026-06-25T02:06:37.425Z Compiling zerocopy v0.7.35
5272026-06-25T02:06:37.529Z Compiling tinystr v0.8.2
5282026-06-25T02:06:37.637Z Compiling potential_utf v0.1.4
5292026-06-25T02:06:37.738Z Compiling icu_locale_core v2.1.1
5302026-06-25T02:06:37.808Z Compiling icu_collections v2.1.1
5312026-06-25T02:06:37.897Z Compiling dtrace-parser v0.2.0
5322026-06-25T02:06:37.953Z Compiling goblin v0.8.2
5332026-06-25T02:06:38.281Z Compiling tabled_derive v0.7.0
5342026-06-25T02:06:38.338Z Compiling icu_provider v2.1.1
5352026-06-25T02:06:38.608Z Compiling icu_properties v2.1.2
5362026-06-25T02:06:38.625Z Compiling serde_spanned v0.6.9
5372026-06-25T02:06:38.640Z Compiling toml_datetime v0.6.11
5382026-06-25T02:06:38.693Z Compiling icu_normalizer v2.1.1
5392026-06-25T02:06:38.720Z Compiling dof v0.3.0
5402026-06-25T02:06:38.763Z Compiling serde_tokenstream v0.2.3
5412026-06-25T02:06:38.914Z Compiling toml_edit v0.22.27
5422026-06-25T02:06:38.930Z Compiling serde-value v0.7.0
5432026-06-25T02:06:39.091Z Compiling cargo-platform v0.2.0
5442026-06-25T02:06:39.178Z Compiling clap_derive v4.6.1
5452026-06-25T02:06:39.216Z Compiling memmap v0.7.0
5462026-06-25T02:06:39.265Z Compiling unicode-linebreak v0.1.5
5472026-06-25T02:06:39.351Z Compiling smawk v0.3.2
5482026-06-25T02:06:39.396Z Compiling unicode-width v0.2.0
5492026-06-25T02:06:39.509Z Compiling idna_adapter v1.2.1
5502026-06-25T02:06:39.526Z Compiling tabled v0.15.0
5512026-06-25T02:06:39.654Z Compiling idna v1.1.0
5522026-06-25T02:06:39.682Z Compiling textwrap v0.16.2
5532026-06-25T02:06:39.685Z Compiling macaddr v1.0.1
5542026-06-25T02:06:39.716Z Compiling usdt-macro v0.5.0
5552026-06-25T02:06:39.967Z Compiling usdt-attr-macro v0.5.0
5562026-06-25T02:06:40.380Z Compiling toml v0.8.23
5572026-06-25T02:06:40.397Z Compiling url v2.5.8
5582026-06-25T02:06:41.956Z Compiling cargo-util-schemas v0.8.2
5592026-06-25T02:06:41.963Z Compiling clap v4.6.1
5602026-06-25T02:06:41.963Z Compiling usdt v0.5.0
5612026-06-25T02:06:41.963Z Compiling cargo_toml v0.21.0
5622026-06-25T02:06:41.963Z Compiling camino-tempfile v1.4.1
5632026-06-25T02:06:41.963Z Compiling swrite v0.1.0
5642026-06-25T02:06:41.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652026-06-25T02:06:41.963Z Compiling cargo_metadata v0.21.0
5662026-06-25T02:06:42.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5672026-06-25T02:06:44.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.09s
5682026-06-25T02:06:44.989Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5692026-06-25T02:06:45.487Z Downloading crates ...
5702026-06-25T02:06:45.596Z Downloaded async-recursion v1.1.1
5712026-06-25T02:06:45.601Z Downloaded backon v1.6.0
5722026-06-25T02:06:45.601Z Downloaded adler2 v2.0.1
5732026-06-25T02:06:45.601Z Downloaded bb8 v0.8.6
5742026-06-25T02:06:45.601Z Downloaded castaway v0.2.4
5752026-06-25T02:06:45.606Z Downloaded aead v0.5.2
5762026-06-25T02:06:45.606Z Downloaded derive_builder_macro v0.20.2
5772026-06-25T02:06:45.606Z Downloaded crunchy v0.2.4
5782026-06-25T02:06:45.618Z Downloaded bit-vec v0.6.3
5792026-06-25T02:06:45.630Z Downloaded crc-any v2.5.0
5802026-06-25T02:06:45.631Z Downloaded arrayvec v0.7.6
5812026-06-25T02:06:45.631Z Downloaded fixedbitset v0.5.7
5822026-06-25T02:06:45.631Z Downloaded csv-core v0.1.13
5832026-06-25T02:06:45.631Z Downloaded constant_time_eq v0.4.2
5842026-06-25T02:06:45.631Z Downloaded arrayref v0.3.9
5852026-06-25T02:06:45.631Z Downloaded float-cmp v0.10.0
5862026-06-25T02:06:45.631Z Downloaded async-trait v0.1.89
5872026-06-25T02:06:45.631Z Downloaded curve25519-dalek-derive v0.1.1
5882026-06-25T02:06:45.631Z Downloaded darling_core v0.13.4
5892026-06-25T02:06:45.631Z Downloaded chacha20 v0.10.0
5902026-06-25T02:06:45.642Z Downloaded async-stream-impl v0.3.6
5912026-06-25T02:06:45.642Z Downloaded atty v0.2.14
5922026-06-25T02:06:45.642Z Downloaded array-init v0.0.4
5932026-06-25T02:06:45.643Z Downloaded darling_core v0.23.0
5942026-06-25T02:06:45.643Z Downloaded async-stream v0.3.6
5952026-06-25T02:06:45.643Z Downloaded debug-ignore v1.0.5
5962026-06-25T02:06:45.643Z Downloaded crc-catalog v2.4.0
5972026-06-25T02:06:45.643Z Downloaded derive_more v2.1.1
5982026-06-25T02:06:45.648Z Downloaded derive-where v1.6.0
5992026-06-25T02:06:45.652Z Downloaded deranged v0.5.8
6002026-06-25T02:06:45.652Z Downloaded crc8 v0.1.1
6012026-06-25T02:06:45.652Z Downloaded bit-set v0.8.0
6022026-06-25T02:06:45.671Z Downloaded bitfield-macros v0.19.4
6032026-06-25T02:06:45.671Z Downloaded bit-set v0.5.3
6042026-06-25T02:06:45.671Z Downloaded defmt v1.0.1
6052026-06-25T02:06:45.675Z Downloaded darling_macro v0.20.11
6062026-06-25T02:06:45.675Z Downloaded data-encoding v2.10.0
6072026-06-25T02:06:45.675Z Downloaded darling v0.13.4
6082026-06-25T02:06:45.675Z Downloaded assert_matches v1.5.0
6092026-06-25T02:06:45.675Z Downloaded crossterm v0.28.1
6102026-06-25T02:06:45.675Z Downloaded derive_more v0.99.20
6112026-06-25T02:06:45.675Z Downloaded cipher v0.4.4
6122026-06-25T02:06:45.675Z Downloaded bit-vec v0.8.0
6132026-06-25T02:06:45.675Z Downloaded bcs v0.1.6
6142026-06-25T02:06:45.675Z Downloaded defmt-parser v1.0.0
6152026-06-25T02:06:45.675Z Downloaded defmt v0.3.100
6162026-06-25T02:06:45.675Z Downloaded cpufeatures v0.3.0
6172026-06-25T02:06:45.680Z Downloaded ciborium-io v0.2.2
6182026-06-25T02:06:45.680Z Downloaded darling_macro v0.13.4
6192026-06-25T02:06:45.680Z Downloaded atomic-waker v1.1.2
6202026-06-25T02:06:45.680Z Downloaded darling v0.21.3
6212026-06-25T02:06:45.684Z Downloaded bitfield v0.19.4
6222026-06-25T02:06:45.684Z Downloaded futures-macro v0.3.32
6232026-06-25T02:06:45.684Z Downloaded derive_builder_core v0.20.2
6242026-06-25T02:06:45.689Z Downloaded darling_core v0.20.11
6252026-06-25T02:06:45.689Z Downloaded dyn-clone v1.0.20
6262026-06-25T02:06:45.689Z Downloaded base64ct v1.8.3
6272026-06-25T02:06:45.692Z Downloaded downcast-rs v2.0.2
6282026-06-25T02:06:45.696Z Downloaded ciborium-ll v0.2.2
6292026-06-25T02:06:45.696Z Downloaded bcrypt-pbkdf v0.10.0
6302026-06-25T02:06:45.696Z Downloaded darling_macro v0.21.3
6312026-06-25T02:06:45.696Z Downloaded flagset v0.4.7
6322026-06-25T02:06:45.710Z Downloaded cfg_aliases v0.2.1
6332026-06-25T02:06:45.710Z Downloaded crc v3.4.0
6342026-06-25T02:06:45.710Z Downloaded float-ord v0.3.2
6352026-06-25T02:06:45.710Z Downloaded embedded-io v0.4.0
6362026-06-25T02:06:45.713Z Downloaded compression-core v0.4.31
6372026-06-25T02:06:45.713Z Downloaded ctr v0.9.2
6382026-06-25T02:06:45.713Z Downloaded ascii-canvas v3.0.0
6392026-06-25T02:06:45.713Z Downloaded crucible-workspace-hack v0.1.0
6402026-06-25T02:06:45.714Z Downloaded dirs-sys-next v0.1.2
6412026-06-25T02:06:45.714Z Downloaded cstr-argument v0.1.2
6422026-06-25T02:06:45.714Z Downloaded dunce v1.0.5
6432026-06-25T02:06:45.714Z Downloaded base16ct v0.2.0
6442026-06-25T02:06:45.714Z Downloaded backoff v0.4.0
6452026-06-25T02:06:45.714Z Downloaded atomicwrites v0.4.4
6462026-06-25T02:06:45.714Z Downloaded bitflags v1.3.2
6472026-06-25T02:06:45.714Z Downloaded cobs v0.3.0
6482026-06-25T02:06:45.714Z Downloaded daft v0.1.7
6492026-06-25T02:06:45.717Z Downloaded convert_case v0.4.0
6502026-06-25T02:06:45.717Z Downloaded crossbeam-utils v0.8.21
6512026-06-25T02:06:45.717Z Downloaded block-padding v0.3.3
6522026-06-25T02:06:45.717Z Downloaded anstyle-parse v0.2.7
6532026-06-25T02:06:45.720Z Downloaded crossbeam-deque v0.8.6
6542026-06-25T02:06:45.721Z Downloaded endian-type v0.1.2
6552026-06-25T02:06:45.721Z Downloaded fd-lock v4.0.4
6562026-06-25T02:06:45.725Z Downloaded convert_case v0.10.0
6572026-06-25T02:06:45.726Z Downloaded bitfield-struct v0.6.2
6582026-06-25T02:06:45.726Z Downloaded env_filter v1.0.0
6592026-06-25T02:06:45.726Z Downloaded anstream v0.6.21
6602026-06-25T02:06:45.730Z Downloaded dirs-next v2.0.0
6612026-06-25T02:06:45.730Z Downloaded funty v2.0.0
6622026-06-25T02:06:45.730Z Downloaded foreign-types-shared v0.3.1
6632026-06-25T02:06:45.730Z Downloaded compression-codecs v0.4.37
6642026-06-25T02:06:45.735Z Downloaded enum-as-inner v0.6.1
6652026-06-25T02:06:45.735Z Downloaded dtrace-parser v0.3.0
6662026-06-25T02:06:45.735Z Downloaded globwalk v0.9.1
6672026-06-25T02:06:45.735Z Downloaded dof v0.4.0
6682026-06-25T02:06:45.735Z Downloaded futures-core v0.3.32
6692026-06-25T02:06:45.739Z Downloaded foreign-types-macros v0.2.3
6702026-06-25T02:06:45.739Z Downloaded foreign-types v0.3.2
6712026-06-25T02:06:45.739Z Downloaded cfg_aliases v0.1.1
6722026-06-25T02:06:45.739Z Downloaded foreign-types v0.5.0
6732026-06-25T02:06:45.739Z Downloaded difflib v0.4.0
6742026-06-25T02:06:45.754Z Downloaded futures-io v0.3.32
6752026-06-25T02:06:45.755Z Downloaded blowfish v0.9.1
6762026-06-25T02:06:45.755Z Downloaded futures-task v0.3.32
6772026-06-25T02:06:45.755Z Downloaded fxhash v0.2.1
6782026-06-25T02:06:45.755Z Downloaded futures-sink v0.3.32
6792026-06-25T02:06:45.758Z Downloaded foreign-types-shared v0.1.1
6802026-06-25T02:06:45.758Z Downloaded git-stub v1.0.0
6812026-06-25T02:06:45.758Z Downloaded hash32 v0.2.1
6822026-06-25T02:06:45.758Z Downloaded embedded-io v0.6.1
6832026-06-25T02:06:45.759Z Downloaded document-features v0.2.12
6842026-06-25T02:06:45.759Z Downloaded darling_macro v0.23.0
6852026-06-25T02:06:45.759Z Downloaded diesel_table_macro_syntax v0.3.0
6862026-06-25T02:06:45.759Z Downloaded blake2 v0.10.6
6872026-06-25T02:06:45.759Z Downloaded dsl_auto_type v0.2.0
6882026-06-25T02:06:45.759Z Downloaded display-error-chain v0.2.2
6892026-06-25T02:06:45.759Z Downloaded erased-serde v0.3.31
6902026-06-25T02:06:45.759Z Downloaded gethostname v0.5.0
6912026-06-25T02:06:45.759Z Downloaded hash32 v0.3.1
6922026-06-25T02:06:45.759Z Downloaded fixedbitset v0.4.2
6932026-06-25T02:06:45.759Z Downloaded foldhash v0.1.5
6942026-06-25T02:06:45.780Z Downloaded crossbeam-epoch v0.9.18
6952026-06-25T02:06:45.780Z Downloaded ghash v0.5.1
6962026-06-25T02:06:45.780Z Downloaded hex-literal v0.4.1
6972026-06-25T02:06:45.780Z Downloaded headers-core v0.3.0
6982026-06-25T02:06:45.780Z Downloaded critical-section v1.2.0
6992026-06-25T02:06:45.781Z Downloaded diesel-dtrace v0.5.0
7002026-06-25T02:06:45.781Z Downloaded compact_str v0.8.1
7012026-06-25T02:06:45.781Z Downloaded ff v0.13.1
7022026-06-25T02:06:45.781Z Downloaded cexpr v0.6.0
7032026-06-25T02:06:45.781Z Downloaded derive_builder v0.20.2
7042026-06-25T02:06:45.781Z Downloaded ena v0.14.4
7052026-06-25T02:06:45.819Z Downloaded httpdate v1.0.3
7062026-06-25T02:06:45.819Z Downloaded cbc v0.1.2
7072026-06-25T02:06:45.819Z Downloaded cassowary v0.3.0
7082026-06-25T02:06:45.819Z Downloaded hostname v0.3.1
7092026-06-25T02:06:45.819Z Downloaded const_format_proc_macros v0.2.34
7102026-06-25T02:06:45.819Z Downloaded cargo-platform v0.3.2
7112026-06-25T02:06:45.819Z Downloaded camino-tempfile-ext v0.3.3
7122026-06-25T02:06:45.819Z Downloaded hubpack v0.1.2
7132026-06-25T02:06:45.821Z Downloaded hex v0.4.3
7142026-06-25T02:06:45.821Z Downloaded cargo_metadata v0.23.1
7152026-06-25T02:06:45.821Z Downloaded illumos-nvpair v0.3.0
7162026-06-25T02:06:45.821Z Downloaded find-msvc-tools v0.1.9
7172026-06-25T02:06:45.825Z Downloaded cmake v0.1.57
7182026-06-25T02:06:45.825Z Downloaded byte-wrapper v0.1.0
7192026-06-25T02:06:45.825Z Downloaded buf-list v1.1.2
7202026-06-25T02:06:45.825Z Downloaded group v0.13.0
7212026-06-25T02:06:45.825Z Downloaded filetime v0.2.27
7222026-06-25T02:06:45.825Z Downloaded defmt-macros v1.0.1
7232026-06-25T02:06:45.825Z Downloaded http-body v1.0.1
7242026-06-25T02:06:45.825Z Downloaded der_derive v0.7.3
7252026-06-25T02:06:45.826Z Downloaded ecdsa v0.16.9
7262026-06-25T02:06:45.826Z Downloaded dropshot-api-manager-types v0.7.2
7272026-06-25T02:06:45.826Z Downloaded daft-derive v0.1.7
7282026-06-25T02:06:45.826Z Downloaded fallible-iterator v0.2.0
7292026-06-25T02:06:45.826Z Downloaded home v0.5.12
7302026-06-25T02:06:45.826Z Downloaded colored v3.1.1
7312026-06-25T02:06:45.826Z Downloaded hubpack_derive v0.1.1
7322026-06-25T02:06:45.826Z Downloaded http-range v0.1.5
7332026-06-25T02:06:45.826Z Downloaded futures-executor v0.3.32
7342026-06-25T02:06:45.826Z Downloaded foldhash v0.2.0
7352026-06-25T02:06:45.826Z Downloaded ident_case v1.0.1
7362026-06-25T02:06:45.826Z Downloaded fs_extra v1.3.0
7372026-06-25T02:06:45.826Z Downloaded indoc v1.0.9
7382026-06-25T02:06:45.826Z Downloaded darling v0.23.0
7392026-06-25T02:06:45.826Z Downloaded hyper-tls v0.6.0
7402026-06-25T02:06:45.826Z Downloaded ar_archive_writer v0.5.1
7412026-06-25T02:06:45.829Z Downloaded illumos-nvpair-sys v0.2.0
7422026-06-25T02:06:45.830Z Downloaded darling v0.20.11
7432026-06-25T02:06:45.832Z Downloaded clang-sys v1.8.1
7442026-06-25T02:06:45.832Z Downloaded corncobs v0.1.4
7452026-06-25T02:06:45.832Z Downloaded argon2 v0.5.3
7462026-06-25T02:06:45.839Z Downloaded fs-err v2.11.0
7472026-06-25T02:06:45.839Z Downloaded ed25519 v2.2.3
7482026-06-25T02:06:45.839Z Downloaded globset v0.4.18
7492026-06-25T02:06:45.839Z Downloaded glob v0.3.3
7502026-06-25T02:06:45.839Z Downloaded git-stub-vcs v0.1.0
7512026-06-25T02:06:45.842Z Downloaded instant v0.1.13
7522026-06-25T02:06:45.842Z Downloaded internet-checksum v0.2.1
7532026-06-25T02:06:45.842Z Downloaded is_ci v1.2.0
7542026-06-25T02:06:45.842Z Downloaded inout v0.1.4
7552026-06-25T02:06:45.845Z Downloaded env_logger v0.11.9
7562026-06-25T02:06:45.845Z Downloaded instability v0.3.11
7572026-06-25T02:06:45.849Z Downloaded either v1.15.0
7582026-06-25T02:06:45.849Z Downloaded kstat-rs v0.2.4
7592026-06-25T02:06:45.849Z Downloaded is-terminal v0.4.17
7602026-06-25T02:06:45.923Z Downloaded lazy_static v1.5.0
7612026-06-25T02:06:45.950Z Downloaded keccak v0.1.6
7622026-06-25T02:06:45.950Z Downloaded hostname v0.4.2
7632026-06-25T02:06:45.950Z Downloaded highway v1.3.0
7642026-06-25T02:06:45.950Z Downloaded bumpalo v3.20.2
7652026-06-25T02:06:45.950Z Downloaded derive-ex v0.1.8
7662026-06-25T02:06:45.950Z Downloaded chacha20 v0.9.1
7672026-06-25T02:06:45.950Z Downloaded const-oid v0.9.6
7682026-06-25T02:06:45.950Z Downloaded console v0.16.2
7692026-06-25T02:06:45.950Z Downloaded lru v0.12.5
7702026-06-25T02:06:45.950Z Downloaded console v0.15.11
7712026-06-25T02:06:45.950Z Downloaded match_cfg v0.1.0
7722026-06-25T02:06:45.950Z Downloaded crc32fast v1.5.0
7732026-06-25T02:06:45.950Z Downloaded diff v0.1.13
7742026-06-25T02:06:45.950Z Downloaded cookie_store v0.22.1
7752026-06-25T02:06:45.950Z Downloaded colored v2.2.0
7762026-06-25T02:06:45.950Z Downloaded bzip2 v0.4.4
7772026-06-25T02:06:45.950Z Downloaded futures-channel v0.3.32
7782026-06-25T02:06:45.950Z Downloaded linked-hash-map v0.5.6
7792026-06-25T02:06:45.951Z Downloaded lalrpop-util v0.19.12
7802026-06-25T02:06:45.951Z Downloaded http-body-util v0.1.3
7812026-06-25T02:06:45.951Z Downloaded lru-slab v0.1.2
7822026-06-25T02:06:45.951Z Downloaded des v0.8.1
7832026-06-25T02:06:45.951Z Downloaded maplit v1.0.2
7842026-06-25T02:06:45.951Z Downloaded bzip2 v0.6.1
7852026-06-25T02:06:45.951Z Downloaded libscf-sys v1.1.0
7862026-06-25T02:06:45.951Z Downloaded md5 v0.7.0
7872026-06-25T02:06:45.951Z Downloaded maybe-uninit v2.0.0
7882026-06-25T02:06:45.951Z Downloaded lru-cache v0.1.2
7892026-06-25T02:06:45.951Z Downloaded hyper-staticfile v0.10.1
7902026-06-25T02:06:45.951Z Downloaded ahash v0.8.12
7912026-06-25T02:06:45.951Z Downloaded mime v0.3.17
7922026-06-25T02:06:45.951Z Downloaded md-5 v0.10.6
7932026-06-25T02:06:45.951Z Downloaded lzss v0.8.2
7942026-06-25T02:06:45.951Z Downloaded managed v0.8.0
7952026-06-25T02:06:45.951Z Downloaded memoffset v0.9.1
7962026-06-25T02:06:45.951Z Downloaded elliptic-curve v0.13.8
7972026-06-25T02:06:45.951Z Downloaded dropshot_endpoint v0.17.0
7982026-06-25T02:06:45.951Z Downloaded new_debug_unreachable v1.0.6
7992026-06-25T02:06:45.951Z Downloaded ciborium v0.2.2
8002026-06-25T02:06:45.951Z Downloaded async-bb8-diesel v0.2.1
8012026-06-25T02:06:45.951Z Downloaded newline-converter v0.3.0
8022026-06-25T02:06:45.951Z Downloaded multimap v0.10.1
8032026-06-25T02:06:45.951Z Downloaded drift v0.2.0
8042026-06-25T02:06:45.952Z Downloaded nonempty v0.12.0
8052026-06-25T02:06:45.952Z Downloaded nibble_vec v0.1.0
8062026-06-25T02:06:45.952Z Downloaded ingot-types v0.1.2
8072026-06-25T02:06:45.952Z Downloaded nodrop v0.1.14
8082026-06-25T02:06:45.952Z Downloaded indoc v2.0.7
8092026-06-25T02:06:45.952Z Downloaded ipnetwork v0.21.1
8102026-06-25T02:06:45.952Z Downloaded newtype_derive v0.1.6
8112026-06-25T02:06:45.953Z Downloaded num v0.4.3
8122026-06-25T02:06:45.953Z Downloaded hyper-rustls v0.27.7
8132026-06-25T02:06:45.953Z Downloaded humantime v2.3.0
8142026-06-25T02:06:45.953Z Downloaded newtype-uuid-macros v0.1.0
8152026-06-25T02:06:45.953Z Downloaded half v1.8.3
8162026-06-25T02:06:45.953Z Downloaded libloading v0.8.9
8172026-06-25T02:06:45.953Z Downloaded hmac v0.12.1
8182026-06-25T02:06:45.953Z Downloaded cookie v0.18.1
8192026-06-25T02:06:45.953Z Downloaded libsw-core v0.3.2
8202026-06-25T02:06:45.953Z Downloaded getrandom v0.2.17
8212026-06-25T02:06:46.038Z Downloaded num-derive v0.4.2
8222026-06-25T02:06:46.038Z Downloaded normalize-line-endings v0.3.0
8232026-06-25T02:06:46.038Z Downloaded cancel-safe-futures v0.1.5
8242026-06-25T02:06:46.038Z Downloaded num_threads v0.1.7
8252026-06-25T02:06:46.039Z Downloaded olpc-cjson v0.1.4
8262026-06-25T02:06:46.039Z Downloaded num_enum_derive v0.5.11
8272026-06-25T02:06:46.039Z Downloaded num-conv v0.2.0
8282026-06-25T02:06:46.039Z Downloaded num-derive v0.3.3
8292026-06-25T02:06:46.039Z Downloaded lock_api v0.4.14
8302026-06-25T02:06:46.039Z Downloaded libsw v3.5.0
8312026-06-25T02:06:46.039Z Downloaded num-iter v0.1.45
8322026-06-25T02:06:46.039Z Downloaded libefi-sys v0.1.0
8332026-06-25T02:06:46.039Z Downloaded fatfs v0.3.6
8342026-06-25T02:06:46.039Z Downloaded half v2.7.1
8352026-06-25T02:06:46.039Z Downloaded getrandom v0.3.4
8362026-06-25T02:06:46.039Z Downloaded oso-derive v0.27.3
8372026-06-25T02:06:46.039Z Downloaded openssl-probe v0.2.1
8382026-06-25T02:06:46.039Z Downloaded openssl-probe v0.1.6
8392026-06-25T02:06:46.039Z Downloaded linear-map v1.2.0
8402026-06-25T02:06:46.039Z Downloaded impl-trait-for-tuples v0.2.3
8412026-06-25T02:06:46.039Z Downloaded opaque-debug v0.3.1
8422026-06-25T02:06:46.039Z Downloaded indent_write v2.2.0
8432026-06-25T02:06:46.039Z Downloaded multer v3.1.0
8442026-06-25T02:06:46.040Z Downloaded iana-time-zone v0.1.65
8452026-06-25T02:06:46.040Z Downloaded packed_struct_codegen v0.10.1
8462026-06-25T02:06:46.040Z Downloaded openssl-macros v0.1.1
8472026-06-25T02:06:46.040Z Downloaded mime_guess v2.0.5
8482026-06-25T02:06:46.040Z Downloaded darling_core v0.21.3
8492026-06-25T02:06:46.040Z Downloaded futures v0.3.32
8502026-06-25T02:06:46.040Z Downloaded ingot v0.1.1
8512026-06-25T02:06:46.040Z Downloaded httparse v1.10.1
8522026-06-25T02:06:46.040Z Downloaded native-tls v0.2.18
8532026-06-25T02:06:46.040Z Downloaded allocator-api2 v0.2.21
8542026-06-25T02:06:46.040Z Downloaded ipnet v2.11.0
8552026-06-25T02:06:46.040Z Downloaded ingot-macros v0.1.1
8562026-06-25T02:06:46.040Z Downloaded pbkdf2 v0.11.0
8572026-06-25T02:06:46.040Z Downloaded phf_shared v0.11.3
8582026-06-25T02:06:46.040Z Downloaded peg-runtime v0.8.5
8592026-06-25T02:06:46.040Z Downloaded path-slash v0.1.5
8602026-06-25T02:06:46.040Z Downloaded parse-display v0.10.0
8612026-06-25T02:06:46.041Z Downloaded phf_shared v0.13.1
8622026-06-25T02:06:46.041Z Downloaded jobserver v0.1.34
8632026-06-25T02:06:46.041Z Downloaded phf_shared v0.12.1
8642026-06-25T02:06:46.041Z Downloaded parse-size v1.1.0
8652026-06-25T02:06:46.041Z Downloaded pbkdf2 v0.12.2
8662026-06-25T02:06:46.041Z Downloaded num-complex v0.4.6
8672026-06-25T02:06:46.041Z Downloaded newtype-uuid v1.3.2
8682026-06-25T02:06:46.041Z Downloaded const_format v0.2.35
8692026-06-25T02:06:46.095Z Downloaded bytes v1.11.1
8702026-06-25T02:06:46.095Z Downloaded nu-ansi-term v0.50.3
8712026-06-25T02:06:46.095Z Downloaded arc-swap v1.8.2
8722026-06-25T02:06:46.095Z Downloaded num_enum_derive v0.7.6
8732026-06-25T02:06:46.095Z Downloaded num_enum v0.7.6
8742026-06-25T02:06:46.095Z Downloaded num-integer v0.1.46
8752026-06-25T02:06:46.095Z Downloaded pin-utils v0.1.0
8762026-06-25T02:06:46.095Z Downloaded precomputed-hash v0.1.1
8772026-06-25T02:06:46.095Z Downloaded powerfmt v0.2.0
8782026-06-25T02:06:46.095Z Downloaded num-rational v0.4.2
8792026-06-25T02:06:46.095Z Downloaded crypto-bigint v0.5.5
8802026-06-25T02:06:46.095Z Downloaded predicates-core v1.0.10
8812026-06-25T02:06:46.095Z Downloaded der v0.7.10
8822026-06-25T02:06:46.095Z Downloaded oxnet v0.1.6
8832026-06-25T02:06:46.095Z Downloaded owo-colors v4.3.0
8842026-06-25T02:06:46.095Z Downloaded flume v0.11.1
8852026-06-25T02:06:46.095Z Downloaded packed_struct v0.10.1
8862026-06-25T02:06:46.095Z Downloaded oxide-tokio-rt v0.1.4
8872026-06-25T02:06:46.095Z Downloaded nanorand v0.7.0
8882026-06-25T02:06:46.095Z Downloaded predicates-tree v1.0.13
8892026-06-25T02:06:46.096Z Downloaded proc-macro-crate v3.4.0
8902026-06-25T02:06:46.096Z Downloaded parking_lot_core v0.8.6
8912026-06-25T02:06:46.140Z Downloaded proc-macro-crate v1.3.1
8922026-06-25T02:06:46.140Z Downloaded paste v1.0.15
8932026-06-25T02:06:46.140Z Downloaded password-hash v0.5.0
8942026-06-25T02:06:46.140Z Downloaded num_enum v0.5.11
8952026-06-25T02:06:46.140Z Downloaded psl-types v2.0.11
8962026-06-25T02:06:46.140Z Downloaded quick-error v1.2.3
8972026-06-25T02:06:46.140Z Downloaded pin-project-internal v1.1.11
8982026-06-25T02:06:46.140Z Downloaded parse-display-derive v0.10.0
8992026-06-25T02:06:46.140Z Downloaded indexmap v1.9.3
9002026-06-25T02:06:46.140Z Downloaded radium v0.7.0
9012026-06-25T02:06:46.140Z Downloaded headers v0.4.1
9022026-06-25T02:06:46.140Z Downloaded libbz2-rs-sys v0.2.2
9032026-06-25T02:06:46.140Z Downloaded progenitor-macro v0.13.0
9042026-06-25T02:06:46.140Z Downloaded base64 v0.22.1
9052026-06-25T02:06:46.140Z Downloaded flate2 v1.1.9
9062026-06-25T02:06:46.140Z Downloaded rand_chacha v0.3.1
9072026-06-25T02:06:46.140Z Downloaded chacha20poly1305 v0.10.1
9082026-06-25T02:06:46.140Z Downloaded pem-rfc7468 v0.7.0
9092026-06-25T02:06:46.140Z Downloaded peg v0.8.5
9102026-06-25T02:06:46.140Z Downloaded pin-project-lite v0.2.17
9112026-06-25T02:06:46.140Z Downloaded phf v0.12.1
9122026-06-25T02:06:46.140Z Downloaded phf v0.13.1
9132026-06-25T02:06:46.141Z Downloaded pem v3.0.6
9142026-06-25T02:06:46.141Z Downloaded ppv-lite86 v0.2.21
9152026-06-25T02:06:46.141Z Downloaded poly1305 v0.8.0
9162026-06-25T02:06:46.141Z Downloaded omicron-zone-package v0.12.2
9172026-06-25T02:06:46.141Z Downloaded recursive v0.1.1
9182026-06-25T02:06:46.141Z Downloaded rand_xorshift v0.4.0
9192026-06-25T02:06:46.141Z Downloaded polyval v0.6.2
9202026-06-25T02:06:46.141Z Downloaded memmap2 v0.9.10
9212026-06-25T02:06:46.141Z Downloaded ignore v0.4.25
9222026-06-25T02:06:46.141Z Downloaded ref-cast v1.0.25
9232026-06-25T02:06:46.141Z Downloaded pkg-config v0.3.32
9242026-06-25T02:06:46.141Z Downloaded postgres-protocol v0.6.10
9252026-06-25T02:06:46.141Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-06-25T02:06:46.141Z Downloaded predicates v3.1.4
9272026-06-25T02:06:46.164Z Downloaded ref-cast-impl v1.0.25
9282026-06-25T02:06:46.164Z Downloaded indicatif v0.18.4
9292026-06-25T02:06:46.164Z Downloaded expectorate v1.2.0
9302026-06-25T02:06:46.164Z Downloaded progenitor-macro v0.14.0
9312026-06-25T02:06:46.164Z Downloaded primeorder v0.13.6
9322026-06-25T02:06:46.164Z Downloaded derive_more-impl v2.1.1
9332026-06-25T02:06:46.164Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-06-25T02:06:46.164Z Downloaded litrs v1.0.0
9352026-06-25T02:06:46.164Z Downloaded parking_lot v0.12.5
9362026-06-25T02:06:46.164Z Downloaded progenitor v0.14.0
9372026-06-25T02:06:46.164Z Downloaded progenitor-client v0.14.0
9382026-06-25T02:06:46.165Z Downloaded progenitor-client v0.13.0
9392026-06-25T02:06:46.165Z Downloaded heapless v0.7.17
9402026-06-25T02:06:46.165Z Downloaded base64 v0.21.7
9412026-06-25T02:06:46.165Z Downloaded rfc6979 v0.4.0
9422026-06-25T02:06:46.165Z Downloaded aes v0.8.4
9432026-06-25T02:06:46.165Z Downloaded progenitor v0.13.0
9442026-06-25T02:06:46.165Z Downloaded psm v0.1.30
9452026-06-25T02:06:46.165Z Downloaded password-hash v0.4.2
9462026-06-25T02:06:46.199Z Downloaded parking_lot v0.11.2
9472026-06-25T02:06:46.199Z Downloaded proc-macro-error2 v2.0.1
9482026-06-25T02:06:46.199Z Downloaded diesel_derives v2.3.7
9492026-06-25T02:06:46.199Z Downloaded cc v1.2.56
9502026-06-25T02:06:46.199Z Downloaded hickory-resolver v0.24.4
9512026-06-25T02:06:46.199Z Downloaded russh-cryptovec v0.7.3
9522026-06-25T02:06:46.199Z Downloaded rtoolbox v0.0.3
9532026-06-25T02:06:46.199Z Downloaded hickory-resolver v0.25.2
9542026-06-25T02:06:46.199Z Downloaded rustc_version v0.4.1
9552026-06-25T02:06:46.199Z Downloaded pkcs8 v0.10.2
9562026-06-25T02:06:46.199Z Downloaded pkcs1 v0.7.5
9572026-06-25T02:06:46.199Z Downloaded rustc-hash v2.1.1
9582026-06-25T02:06:46.199Z Downloaded rand_core v0.6.4
9592026-06-25T02:06:46.199Z Downloaded rand_chacha v0.9.0
9602026-06-25T02:06:46.199Z Downloaded r2d2 v0.8.10
9612026-06-25T02:06:46.200Z Downloaded hashbrown v0.13.2
9622026-06-25T02:06:46.200Z Downloaded hashbrown v0.12.3
9632026-06-25T02:06:46.200Z Downloaded pkcs5 v0.7.1
9642026-06-25T02:06:46.204Z Downloaded peg-macros v0.8.5
9652026-06-25T02:06:46.204Z Downloaded heapless v0.8.0
9662026-06-25T02:06:46.204Z Downloaded rand_core v0.10.0
9672026-06-25T02:06:46.204Z Downloaded async-compression v0.4.41
9682026-06-25T02:06:46.205Z Downloaded postcard v1.1.3
9692026-06-25T02:06:46.205Z Downloaded oso v0.27.3
9702026-06-25T02:06:46.205Z Downloaded papergrid v0.17.0
9712026-06-25T02:06:46.205Z Downloaded parking_lot_core v0.9.12
9722026-06-25T02:06:46.205Z Downloaded rand_seeder v0.4.0
9732026-06-25T02:06:46.205Z Downloaded crossbeam-channel v0.5.15
9742026-06-25T02:06:46.205Z Downloaded ed25519-dalek v2.2.0
9752026-06-25T02:06:46.205Z Downloaded salsa20 v0.10.2
9762026-06-25T02:06:46.205Z Downloaded p256 v0.13.2
9772026-06-25T02:06:46.208Z Downloaded miniz_oxide v0.8.9
9782026-06-25T02:06:46.215Z Downloaded resolv-conf v0.7.6
9792026-06-25T02:06:46.215Z Downloaded same-file v1.0.6
9802026-06-25T02:06:46.298Z Downloaded sapling-renderdag v0.1.0
9812026-06-25T02:06:46.303Z Downloaded scheduled-thread-pool v0.2.7
9822026-06-25T02:06:46.303Z Downloaded http v1.4.0
9832026-06-25T02:06:46.303Z Downloaded jiff-static v0.2.21
9842026-06-25T02:06:46.303Z Downloaded scopeguard v1.2.0
9852026-06-25T02:06:46.303Z Downloaded rustc_version v0.1.7
9862026-06-25T02:06:46.303Z Downloaded progenitor-extras v0.2.0
9872026-06-25T02:06:46.303Z Downloaded seq-macro v0.3.6
9882026-06-25T02:06:46.303Z Downloaded serde_urlencoded v0.7.1
9892026-06-25T02:06:46.303Z Downloaded serde_bytes v0.11.19
9902026-06-25T02:06:46.304Z Downloaded secrecy v0.10.3
9912026-06-25T02:06:46.304Z Downloaded scrypt v0.11.0
9922026-06-25T02:06:46.304Z Downloaded scroll_derive v0.13.1
9932026-06-25T02:06:46.304Z Downloaded quinn-udp v0.5.14
9942026-06-25T02:06:46.304Z Downloaded rand_core v0.9.5
9952026-06-25T02:06:46.304Z Downloaded semver v0.1.20
9962026-06-25T02:06:46.304Z Downloaded rustls-pemfile v2.2.0
9972026-06-25T02:06:46.304Z Downloaded serde-big-array v0.5.1
9982026-06-25T02:06:46.304Z Downloaded serde_plain v1.0.2
9992026-06-25T02:06:46.304Z Downloaded minimal-lexical v0.2.1
10002026-06-25T02:06:46.304Z Downloaded serde_spanned v1.0.4
10012026-06-25T02:06:46.309Z Downloaded sigpipe v0.1.3
10022026-06-25T02:06:46.309Z Downloaded shell-words v1.1.1
10032026-06-25T02:06:46.309Z Downloaded signal-hook-mio v0.2.5
10042026-06-25T02:06:46.309Z Downloaded aes-gcm v0.10.3
10052026-06-25T02:06:46.309Z Downloaded openssl-sys v0.9.115
10062026-06-25T02:06:46.309Z Downloaded serde_repr v0.1.20
10072026-06-25T02:06:46.309Z Downloaded postgres-types v0.2.12
10082026-06-25T02:06:46.309Z Downloaded signal-hook-tokio v0.3.1
10092026-06-25T02:06:46.309Z Downloaded prefix-trie v0.7.0
10102026-06-25T02:06:46.309Z Downloaded slog-envlogger v2.2.0
10112026-06-25T02:06:46.309Z Downloaded rusty-fork v0.3.1
10122026-06-25T02:06:46.403Z Downloaded siphasher v1.0.2
10132026-06-25T02:06:46.403Z Downloaded sec1 v0.7.3
10142026-06-25T02:06:46.403Z Downloaded slog-bunyan v2.5.0
10152026-06-25T02:06:46.403Z Downloaded hyper-util v0.1.20
10162026-06-25T02:06:46.403Z Downloaded scroll v0.13.0
10172026-06-25T02:06:46.403Z Downloaded schemars_derive v0.8.22
10182026-06-25T02:06:46.403Z Downloaded sct v0.7.1
10192026-06-25T02:06:46.403Z Downloaded progenitor-impl v0.14.0
10202026-06-25T02:06:46.404Z Downloaded sqlparser_derive v0.5.0
10212026-06-25T02:06:46.404Z Downloaded sha1 v0.10.6
10222026-06-25T02:06:46.404Z Downloaded rustversion v1.0.22
10232026-06-25T02:06:46.404Z Downloaded pin-project v1.1.11
10242026-06-25T02:06:46.404Z Downloaded rcgen v0.12.1
10252026-06-25T02:06:46.404Z Downloaded rustls-native-certs v0.8.3
10262026-06-25T02:06:46.404Z Downloaded simd-adler32 v0.3.8
10272026-06-25T02:06:46.404Z Downloaded shlex v1.3.0
10282026-06-25T02:06:46.404Z Downloaded serde_with_macros v1.5.2
10292026-06-25T02:06:46.404Z Downloaded serde_derive_internals v0.29.1
10302026-06-25T02:06:46.404Z Downloaded serde-hex v0.1.0
10312026-06-25T02:06:46.404Z Downloaded ssh-cipher v0.2.0
10322026-06-25T02:06:46.404Z Downloaded secrecy v0.8.0
10332026-06-25T02:06:46.404Z Downloaded rustls-pemfile v1.0.4
10342026-06-25T02:06:46.404Z Downloaded serde_path_to_error v0.1.20
10352026-06-25T02:06:46.404Z Downloaded strip-ansi-escapes v0.2.1
10362026-06-25T02:06:46.404Z Downloaded structmeta-derive v0.3.0
10372026-06-25T02:06:46.404Z Downloaded structmeta v0.3.0
10382026-06-25T02:06:46.404Z Downloaded crossterm v0.29.0
10392026-06-25T02:06:46.404Z Downloaded rustls-pki-types v1.14.0
10402026-06-25T02:06:46.404Z Downloaded slog-dtrace v0.3.0
10412026-06-25T02:06:46.404Z Downloaded signature v2.2.0
10422026-06-25T02:06:46.405Z Downloaded slog-term v2.9.2
10432026-06-25T02:06:46.405Z Downloaded supports-color v3.0.2
10442026-06-25T02:06:46.405Z Downloaded strum v0.26.3
10452026-06-25T02:06:46.405Z Downloaded strsim v0.10.0
10462026-06-25T02:06:46.405Z Downloaded strum v0.27.2
10472026-06-25T02:06:46.405Z Downloaded slog-stdlog v4.1.1
10482026-06-25T02:06:46.405Z Downloaded signal-hook-registry v1.4.8
10492026-06-25T02:06:46.405Z Downloaded sync-ptr v0.1.4
10502026-06-25T02:06:46.405Z Downloaded aho-corasick v1.1.4
10512026-06-25T02:06:46.405Z Downloaded snafu-derive v0.8.9
10522026-06-25T02:06:46.405Z Downloaded hickory-server v0.25.2
10532026-06-25T02:06:46.405Z Downloaded progenitor-impl v0.13.0
10542026-06-25T02:06:46.405Z Downloaded ssh-encoding v0.2.0
10552026-06-25T02:06:46.405Z Downloaded slab v0.4.12
10562026-06-25T02:06:46.405Z Downloaded stacker v0.1.23
10572026-06-25T02:06:46.415Z Downloaded testing_table v0.3.0
10582026-06-25T02:06:46.415Z Downloaded termtree v0.5.1
10592026-06-25T02:06:46.415Z Downloaded slog-async v2.8.0
10602026-06-25T02:06:46.415Z Downloaded sync_wrapper v1.0.2
10612026-06-25T02:06:46.415Z Downloaded stringprep v0.1.5
10622026-06-25T02:06:46.415Z Downloaded hashbrown v0.16.1
10632026-06-25T02:06:46.415Z Downloaded russh-keys v0.45.0
10642026-06-25T02:06:46.415Z Downloaded smf v0.2.3
10652026-06-25T02:06:46.415Z Downloaded slog-scope v4.4.1
10662026-06-25T02:06:46.415Z Downloaded slog-json v2.6.1
10672026-06-25T02:06:46.415Z Downloaded hashbrown v0.15.5
10682026-06-25T02:06:46.415Z Downloaded take_mut v0.2.2
10692026-06-25T02:06:46.415Z Downloaded tagptr v0.2.0
10702026-06-25T02:06:46.415Z Downloaded thread-id v5.1.0
10712026-06-25T02:06:46.415Z Downloaded rayon-core v1.13.0
10722026-06-25T02:06:46.429Z Downloaded tap v1.0.1
10732026-06-25T02:06:46.429Z Downloaded tabwriter v1.4.1
10742026-06-25T02:06:46.429Z Downloaded tabled_derive v0.11.0
10752026-06-25T02:06:46.429Z Downloaded time-core v0.1.8
10762026-06-25T02:06:46.434Z Downloaded prettyplease v0.2.37
10772026-06-25T02:06:46.434Z Downloaded ron v0.8.1
10782026-06-25T02:06:46.434Z Downloaded sqlformat v0.3.5
10792026-06-25T02:06:46.434Z Downloaded strum_macros v0.27.2
10802026-06-25T02:06:46.434Z Downloaded spki v0.7.3
10812026-06-25T02:06:46.435Z Downloaded thiserror-impl-no-std v2.0.2
10822026-06-25T02:06:46.435Z Downloaded static_assertions v1.1.0
10832026-06-25T02:06:46.435Z Downloaded smallvec v0.6.14
10842026-06-25T02:06:46.435Z Downloaded pretty_assertions v1.4.1
10852026-06-25T02:06:46.435Z Downloaded nom v7.1.3
10862026-06-25T02:06:46.440Z Downloaded strum_macros v0.26.4
10872026-06-25T02:06:46.440Z Downloaded rustls-platform-verifier v0.6.2
10882026-06-25T02:06:46.446Z Downloaded tokio-macros v2.7.0
10892026-06-25T02:06:46.446Z Downloaded tinyvec_macros v0.1.1
10902026-06-25T02:06:46.447Z Downloaded termios v0.3.3
10912026-06-25T02:06:46.447Z Downloaded serde_with_macros v3.17.0
10922026-06-25T02:06:46.447Z Downloaded ryu v1.0.23
10932026-06-25T02:06:46.447Z Downloaded strum_macros v0.24.3
10942026-06-25T02:06:46.455Z Downloaded qorb v0.4.1
10952026-06-25T02:06:46.455Z Downloaded itertools v0.10.5
10962026-06-25T02:06:46.455Z Downloaded serde_cbor v0.11.2
10972026-06-25T02:06:46.462Z Downloaded quinn v0.11.9
10982026-06-25T02:06:46.462Z Downloaded num-bigint v0.4.6
10992026-06-25T02:06:46.462Z Downloaded schemars v0.8.22
11002026-06-25T02:06:46.466Z Downloaded subtle v2.6.1
11012026-06-25T02:06:46.471Z Downloaded thiserror-no-std v2.0.2
11022026-06-25T02:06:46.471Z Downloaded dropshot-api-manager v0.7.2
11032026-06-25T02:06:46.485Z Downloaded rand v0.8.6
11042026-06-25T02:06:46.485Z Downloaded support-bundle-viewer v0.1.2
11052026-06-25T02:06:46.485Z Downloaded mio v1.2.0
11062026-06-25T02:06:46.486Z Downloaded publicsuffix v2.3.0
11072026-06-25T02:06:46.486Z Downloaded signal-hook v0.3.18
11082026-06-25T02:06:46.488Z Downloaded futures-util v0.3.32
11092026-06-25T02:06:46.495Z Downloaded tower-layer v0.3.3
11102026-06-25T02:06:46.499Z Downloaded trait-variant v0.1.2
11112026-06-25T02:06:46.500Z Downloaded string_cache v0.8.9
11122026-06-25T02:06:46.500Z Downloaded topological-sort v0.2.2
11132026-06-25T02:06:46.505Z Downloaded tokio-native-tls v0.3.1
11142026-06-25T02:06:46.505Z Downloaded tls_codec_derive v0.4.2
11152026-06-25T02:06:46.508Z Downloaded iri-string v0.7.10
11162026-06-25T02:06:46.511Z Downloaded tokio-dtrace v0.1.1
11172026-06-25T02:06:46.533Z Downloaded tls_codec v0.4.2
11182026-06-25T02:06:46.533Z Downloaded tiny-keccak v2.0.2
11192026-06-25T02:06:46.533Z Downloaded tower-service v0.3.3
11202026-06-25T02:06:46.533Z Downloaded time-macros v0.2.27
11212026-06-25T02:06:46.540Z Downloaded typify-macro v0.6.2
11222026-06-25T02:06:46.540Z Downloaded socket2 v0.5.10
11232026-06-25T02:06:46.540Z Downloaded itertools v0.12.1
11242026-06-25T02:06:46.540Z Downloaded term v0.7.0
11252026-06-25T02:06:46.540Z Downloaded spin v0.9.8
11262026-06-25T02:06:46.540Z Downloaded schemars v0.9.0
11272026-06-25T02:06:46.540Z Downloaded try-lock v0.2.5
11282026-06-25T02:06:46.540Z Downloaded term v1.2.1
11292026-06-25T02:06:46.540Z Downloaded serde_yaml v0.9.34+deprecated
11302026-06-25T02:06:46.544Z Downloaded libxml v0.3.3
11312026-06-25T02:06:46.544Z Downloaded tokio-tungstenite v0.23.1
11322026-06-25T02:06:46.544Z Downloaded num-bigint-dig v0.8.6
11332026-06-25T02:06:46.548Z Downloaded rsa v0.9.10
11342026-06-25T02:06:46.552Z Downloaded unicode-truncate v1.1.0
11352026-06-25T02:06:46.552Z Downloaded itertools v0.13.0
11362026-06-25T02:06:46.573Z Downloaded untrusted v0.9.0
11372026-06-25T02:06:46.573Z Downloaded untrusted v0.7.1
11382026-06-25T02:06:46.573Z Downloaded universal-hash v0.5.1
11392026-06-25T02:06:46.573Z Downloaded unit-prefix v0.5.2
11402026-06-25T02:06:46.573Z Downloaded aws-lc-rs v1.16.3
11412026-06-25T02:06:46.578Z Downloaded void v1.0.2
11422026-06-25T02:06:46.578Z Downloaded utf-8 v0.7.6
11432026-06-25T02:06:46.579Z Downloaded usdt-macro v0.6.0
11442026-06-25T02:06:46.579Z Downloaded usdt-attr-macro v0.6.0
11452026-06-25T02:06:46.579Z Downloaded usdt v0.6.0
11462026-06-25T02:06:46.579Z Downloaded tokio-rustls v0.25.0
11472026-06-25T02:06:46.579Z Downloaded wait-timeout v0.2.1
11482026-06-25T02:06:46.579Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-06-25T02:06:46.579Z Downloaded thread_local v1.1.9
11502026-06-25T02:06:46.579Z Downloaded xattr v1.6.1
11512026-06-25T02:06:46.579Z Downloaded similar v2.7.0
11522026-06-25T02:06:46.579Z Downloaded rand v0.9.2
11532026-06-25T02:06:46.579Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-06-25T02:06:46.579Z Downloaded tokio-tungstenite v0.21.0
11552026-06-25T02:06:46.583Z Downloaded snafu v0.8.9
11562026-06-25T02:06:46.590Z Downloaded want v0.3.1
11572026-06-25T02:06:46.591Z Downloaded waitgroup v0.1.2
11582026-06-25T02:06:46.591Z Downloaded tui-tree-widget v0.23.1
11592026-06-25T02:06:46.597Z Downloaded hyper v1.8.1
11602026-06-25T02:06:46.600Z Downloaded itertools v0.14.0
11612026-06-25T02:06:46.605Z Downloaded xshell-macros v0.2.7
11622026-06-25T02:06:46.607Z Downloaded h2 v0.4.13
11632026-06-25T02:06:46.612Z Downloaded usdt-impl v0.6.0
11642026-06-25T02:06:46.612Z Downloaded tokio-rustls v0.24.1
11652026-06-25T02:06:46.612Z Downloaded samael v0.0.19
11662026-06-25T02:06:46.616Z Downloaded zeroize_derive v1.4.3
11672026-06-25T02:06:46.616Z Downloaded nom v8.0.0
11682026-06-25T02:06:46.620Z Downloaded uzers v0.12.2
11692026-06-25T02:06:46.621Z Downloaded subprocess v0.2.15
11702026-06-25T02:06:46.624Z Downloaded slog v2.8.2
11712026-06-25T02:06:46.624Z Downloaded rustls-webpki v0.103.9
11722026-06-25T02:06:46.637Z Downloaded unicase v2.9.0
11732026-06-25T02:06:46.637Z Downloaded rand v0.10.0
11742026-06-25T02:06:46.642Z Downloaded blake3 v1.8.5
11752026-06-25T02:06:46.642Z Downloaded vergen-git2 v9.1.0
11762026-06-25T02:06:46.642Z Downloaded zone v0.3.1
11772026-06-25T02:06:46.642Z Downloaded schemars v1.2.1
11782026-06-25T02:06:46.653Z Downloaded tokio-stream v0.1.18
11792026-06-25T02:06:46.653Z Downloaded vergen-lib v9.1.0
11802026-06-25T02:06:46.653Z Downloaded tokio-rustls v0.26.4
11812026-06-25T02:06:46.653Z Downloaded zone_cfg_derive v0.3.1
11822026-06-25T02:06:46.653Z Downloaded hkdf v0.12.4
11832026-06-25T02:06:46.653Z Downloaded test-strategy v0.4.5
11842026-06-25T02:06:46.657Z Downloaded vsss-rs v3.3.4
11852026-06-25T02:06:46.657Z Downloaded vergen-lib v0.1.6
11862026-06-25T02:06:46.657Z Downloaded wyz v0.5.1
11872026-06-25T02:06:46.660Z Downloaded whoami v1.6.1
11882026-06-25T02:06:46.660Z Downloaded walkdir v2.5.0
11892026-06-25T02:06:46.660Z Downloaded tinyvec v1.10.0
11902026-06-25T02:06:46.664Z Downloaded socket2 v0.6.3
11912026-06-25T02:06:46.664Z Downloaded p521 v0.13.3
11922026-06-25T02:06:46.670Z Downloaded unicode-properties v0.1.4
11932026-06-25T02:06:46.670Z Downloaded toml_writer v1.0.6+spec-1.1.0
11942026-06-25T02:06:46.670Z Downloaded unarray v0.1.4
11952026-06-25T02:06:46.670Z Downloaded twox-hash v2.1.2
11962026-06-25T02:06:46.688Z Downloaded vergen-gitcl v1.0.8
11972026-06-25T02:06:46.688Z Downloaded libm v0.2.16
11982026-06-25T02:06:46.688Z Downloaded xshell v0.2.7
11992026-06-25T02:06:46.688Z Downloaded tracing-attributes v0.1.31
12002026-06-25T02:06:46.688Z Downloaded tar v0.4.45
12012026-06-25T02:06:46.691Z Downloaded steno v0.4.1
12022026-06-25T02:06:46.691Z Downloaded zeroize v1.8.2
12032026-06-25T02:06:46.694Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-06-25T02:06:46.699Z Downloaded zstd v0.13.3
12052026-06-25T02:06:46.702Z Downloaded russh v0.45.0
12062026-06-25T02:06:46.733Z Downloaded whoami v2.1.0
12072026-06-25T02:06:46.737Z Downloaded vergen v9.1.0
12082026-06-25T02:06:46.737Z Downloaded tracing-core v0.1.36
12092026-06-25T02:06:46.737Z Downloaded zerocopy v0.6.6
12102026-06-25T02:06:46.737Z Downloaded yasna v0.5.2
12112026-06-25T02:06:46.737Z Downloaded typify v0.6.2
12122026-06-25T02:06:46.737Z Downloaded unicode-bidi v0.3.18
12132026-06-25T02:06:46.737Z Downloaded rpassword v7.4.0
12142026-06-25T02:06:46.740Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-06-25T02:06:46.740Z Downloaded tungstenite v0.23.0
12162026-06-25T02:06:46.766Z Downloaded toml v0.7.8
12172026-06-25T02:06:46.770Z Downloaded iddqd v0.4.2
12182026-06-25T02:06:46.771Z Downloaded serde_with v1.14.0
12192026-06-25T02:06:46.771Z Downloaded unsafe-libyaml v0.2.11
12202026-06-25T02:06:46.771Z Downloaded toml v1.0.6+spec-1.1.0
12212026-06-25T02:06:46.771Z Downloaded uuid v1.23.0
12222026-06-25T02:06:46.771Z Downloaded reedline v0.40.0
12232026-06-25T02:06:46.771Z Downloaded vte v0.14.1
12242026-06-25T02:06:46.771Z Downloaded bitvec v1.0.1
12252026-06-25T02:06:46.775Z Downloaded zstd-safe v7.2.4
12262026-06-25T02:06:46.778Z Downloaded tungstenite v0.21.0
12272026-06-25T02:06:46.778Z Downloaded bindgen v0.71.1
12282026-06-25T02:06:46.803Z Downloaded git2 v0.20.4
12292026-06-25T02:06:46.810Z Downloaded toml_edit v0.19.15
12302026-06-25T02:06:46.810Z Downloaded zopfli v0.8.3
12312026-06-25T02:06:46.838Z Downloaded reqwest v0.13.2
12322026-06-25T02:06:46.844Z Downloaded rustyline v14.0.0
12332026-06-25T02:06:46.844Z Downloaded tokio-postgres v0.7.16
12342026-06-25T02:06:46.844Z Downloaded reqwest v0.12.28
12352026-06-25T02:06:46.844Z Downloaded zip v0.6.6
12362026-06-25T02:06:46.844Z Downloaded yansi v1.0.1
12372026-06-25T02:06:46.848Z Downloaded p384 v0.13.1
12382026-06-25T02:06:46.851Z Downloaded unicode_categories v0.1.1
12392026-06-25T02:06:46.881Z Downloaded ssh-key v0.6.7
12402026-06-25T02:06:46.885Z Downloaded regex v1.12.3
12412026-06-25T02:06:46.885Z Downloaded lalrpop v0.19.12
12422026-06-25T02:06:46.885Z Downloaded zerocopy-derive v0.8.40
12432026-06-25T02:06:46.885Z Downloaded rustls-webpki v0.101.7
12442026-06-25T02:06:46.885Z Downloaded rayon v1.11.0
12452026-06-25T02:06:46.901Z Downloaded salty v0.3.0
12462026-06-25T02:06:46.916Z Downloaded chrono v0.4.44
12472026-06-25T02:06:46.916Z Downloaded goblin v0.10.5
12482026-06-25T02:06:46.917Z Downloaded quick-xml v0.37.5
12492026-06-25T02:06:46.917Z Downloaded portable-atomic v1.13.1
12502026-06-25T02:06:46.920Z Downloaded x509-cert v0.2.5
12512026-06-25T02:06:46.921Z Downloaded moka v0.12.13
12522026-06-25T02:06:46.921Z Downloaded curve25519-dalek v4.1.3
12532026-06-25T02:06:46.934Z Downloaded typed-path v0.9.3
12542026-06-25T02:06:46.950Z Downloaded tokio-util v0.7.18
12552026-06-25T02:06:46.950Z Downloaded unicode-normalization v0.1.25
12562026-06-25T02:06:46.950Z Downloaded rustls-webpki v0.102.8
12572026-06-25T02:06:46.950Z Downloaded tower v0.5.3
12582026-06-25T02:06:46.950Z Downloaded tower-http v0.6.8
12592026-06-25T02:06:46.955Z Downloaded proptest v1.10.0
12602026-06-25T02:06:46.958Z Downloaded zip v4.6.1
12612026-06-25T02:06:46.962Z Downloaded unicode-segmentation v1.12.0
12622026-06-25T02:06:46.962Z Downloaded petname v2.0.2
12632026-06-25T02:06:46.989Z Downloaded tough v0.22.0
12642026-06-25T02:06:46.989Z Downloaded serde_with v3.17.0
12652026-06-25T02:06:47.009Z Downloaded object v0.30.4
12662026-06-25T02:06:47.024Z Downloaded polar-core v0.27.3
12672026-06-25T02:06:47.024Z Downloaded winnow v0.5.40
12682026-06-25T02:06:47.024Z Downloaded quinn-proto v0.11.13
12692026-06-25T02:06:47.024Z Downloaded openssl v0.10.79
12702026-06-25T02:06:47.058Z Downloaded nix v0.27.1
12712026-06-25T02:06:47.063Z Downloaded winnow v0.6.26
12722026-06-25T02:06:47.063Z Downloaded regex-syntax v0.6.29
12732026-06-25T02:06:47.063Z Downloaded radix_trie v0.2.1
12742026-06-25T02:06:47.063Z Downloaded bstr v1.12.1
12752026-06-25T02:06:47.086Z Downloaded hickory-proto v0.24.4
12762026-06-25T02:06:47.093Z Downloaded dropshot v0.17.0
12772026-06-25T02:06:47.111Z Downloaded zlib-rs v0.6.2
12782026-06-25T02:06:47.126Z Downloaded tabled v0.20.0
12792026-06-25T02:06:47.130Z Downloaded webpki-roots v1.0.6
12802026-06-25T02:06:47.130Z Downloaded smoltcp v0.9.1
12812026-06-25T02:06:47.130Z Downloaded time v0.3.47
12822026-06-25T02:06:47.142Z Downloaded smoltcp v0.11.0
12832026-06-25T02:06:47.145Z Downloaded rustls v0.21.12
12842026-06-25T02:06:47.149Z Downloaded rustix v0.38.44
12852026-06-25T02:06:47.163Z Downloaded regex-syntax v0.8.10
12862026-06-25T02:06:47.167Z Downloaded nix v0.31.2
12872026-06-25T02:06:47.172Z Downloaded object v0.37.3
12882026-06-25T02:06:47.178Z Downloaded diesel v2.3.7
12892026-06-25T02:06:47.191Z Downloaded nix v0.28.0
12902026-06-25T02:06:47.196Z Downloaded vcpkg v0.2.15
12912026-06-25T02:06:47.217Z Downloaded rustls v0.22.4
12922026-06-25T02:06:47.227Z Downloaded hickory-proto v0.25.2
12932026-06-25T02:06:47.234Z Downloaded regress v0.11.1
12942026-06-25T02:06:47.240Z Downloaded zerocopy v0.8.40
12952026-06-25T02:06:47.244Z Downloaded regress v0.10.5
12962026-06-25T02:06:47.248Z Downloaded rustls v0.23.37
12972026-06-25T02:06:47.255Z Downloaded ratatui v0.29.0
12982026-06-25T02:06:47.266Z Downloaded openapiv3 v2.2.0
12992026-06-25T02:06:47.295Z Downloaded zerocopy-derive v0.6.6
13002026-06-25T02:06:47.319Z Downloaded sqlparser v0.61.0
13012026-06-25T02:06:47.332Z Downloaded jiff v0.2.21
13022026-06-25T02:06:47.357Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-06-25T02:06:47.362Z Downloaded petgraph v0.8.3
13042026-06-25T02:06:47.371Z Downloaded tracing v0.1.44
13052026-06-25T02:06:47.382Z Downloaded typify-impl v0.6.2
13062026-06-25T02:06:47.412Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-06-25T02:06:47.417Z Downloaded libz-sys v1.1.24
13082026-06-25T02:06:47.417Z Downloaded regex-automata v0.4.14
13092026-06-25T02:06:47.426Z Downloaded sled v0.34.7
13102026-06-25T02:06:47.430Z Downloaded petgraph v0.6.5
13112026-06-25T02:06:47.440Z Downloaded csv v1.4.0
13122026-06-25T02:06:47.453Z Downloaded chrono-tz v0.10.4
13132026-06-25T02:06:47.508Z Downloaded encoding_rs v0.8.35
13142026-06-25T02:06:47.521Z Downloaded sha3 v0.10.8
13152026-06-25T02:06:47.522Z Downloaded tokio v1.52.1
13162026-06-25T02:06:47.542Z Downloaded ring v0.17.14
13172026-06-25T02:06:47.658Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-06-25T02:06:48.199Z Downloaded aws-lc-sys v0.40.0
13192026-06-25T02:06:48.453Z Compiling libc v0.2.185
13202026-06-25T02:06:48.454Z Compiling serde v1.0.228
13212026-06-25T02:06:48.499Z Compiling log v0.4.29
13222026-06-25T02:06:48.499Z Compiling find-msvc-tools v0.1.9
13232026-06-25T02:06:48.499Z Compiling shlex v1.3.0
13242026-06-25T02:06:48.591Z Compiling syn v2.0.117
13252026-06-25T02:06:48.597Z Compiling smallvec v1.15.1
13262026-06-25T02:06:48.600Z Compiling typenum v1.19.0
13272026-06-25T02:06:48.757Z Compiling generic-array v0.14.7
13282026-06-25T02:06:48.775Z Compiling subtle v2.6.1
13292026-06-25T02:06:48.819Z Compiling scopeguard v1.2.0
13302026-06-25T02:06:48.862Z Compiling const-oid v0.9.6
13312026-06-25T02:06:48.893Z Compiling lock_api v0.4.14
13322026-06-25T02:06:48.911Z Compiling serde_json v1.0.149
13332026-06-25T02:06:48.937Z Compiling zerocopy v0.8.40
13342026-06-25T02:06:48.995Z Compiling pin-project-lite v0.2.17
13352026-06-25T02:06:49.084Z Compiling parking_lot_core v0.9.12
13362026-06-25T02:06:49.108Z Compiling portable-atomic v1.13.1
13372026-06-25T02:06:49.337Z Compiling pkg-config v0.3.32
13382026-06-25T02:06:49.407Z Compiling getrandom v0.2.17
13392026-06-25T02:06:49.442Z Compiling jobserver v0.1.34
13402026-06-25T02:06:49.605Z Compiling rand_core v0.6.4
13412026-06-25T02:06:49.608Z Compiling errno v0.3.14
13422026-06-25T02:06:49.779Z Compiling cc v1.2.56
13432026-06-25T02:06:49.899Z Compiling signal-hook-registry v1.4.8
13442026-06-25T02:06:49.963Z Compiling bitflags v2.11.0
13452026-06-25T02:06:49.970Z Compiling libm v0.2.16
13462026-06-25T02:06:50.039Z Compiling critical-section v1.2.0
13472026-06-25T02:06:50.158Z Compiling futures-core v0.3.32
13482026-06-25T02:06:51.906Z Compiling once_cell v1.21.3
13492026-06-25T02:06:52.022Z Compiling parking_lot v0.12.5
13502026-06-25T02:06:52.022Z Compiling mio v1.2.0
13512026-06-25T02:06:52.022Z Compiling num-traits v0.2.19
13522026-06-25T02:06:52.023Z Compiling percent-encoding v2.3.2
13532026-06-25T02:06:52.023Z Compiling socket2 v0.6.3
13542026-06-25T02:06:52.023Z Compiling futures-sink v0.3.32
13552026-06-25T02:06:52.023Z Compiling slab v0.4.12
13562026-06-25T02:06:52.023Z Compiling futures-channel v0.3.32
13572026-06-25T02:06:52.023Z Compiling futures-task v0.3.32
13582026-06-25T02:06:52.023Z Compiling getrandom v0.4.1
13592026-06-25T02:06:52.023Z Compiling futures-io v0.3.32
13602026-06-25T02:06:52.023Z Compiling cpufeatures v0.2.17
13612026-06-25T02:06:52.023Z Compiling rand_core v0.10.0
13622026-06-25T02:06:52.023Z Compiling indexmap v2.14.0
13632026-06-25T02:06:52.023Z Compiling getrandom v0.3.4
13642026-06-25T02:06:52.023Z Compiling rustversion v1.0.22
13652026-06-25T02:06:52.023Z Compiling cmake v0.1.57
13662026-06-25T02:06:52.069Z Compiling form_urlencoded v1.2.2
13672026-06-25T02:06:52.069Z Compiling fs_extra v1.3.0
13682026-06-25T02:06:52.069Z Compiling dunce v1.0.5
13692026-06-25T02:06:52.069Z Compiling base64ct v1.8.3
13702026-06-25T02:06:52.069Z Compiling ident_case v1.0.1
13712026-06-25T02:06:52.070Z Compiling synstructure v0.13.2
13722026-06-25T02:06:52.070Z Compiling rustix v1.1.3
13732026-06-25T02:06:52.070Z Compiling aws-lc-sys v0.40.0
13742026-06-25T02:06:52.070Z Compiling pem-rfc7468 v0.7.0
13752026-06-25T02:06:52.070Z Compiling flagset v0.4.7
13762026-06-25T02:06:52.070Z Compiling regex-syntax v0.8.10
13772026-06-25T02:06:52.070Z Compiling iana-time-zone v0.1.65
13782026-06-25T02:06:52.070Z Compiling rand_core v0.9.5
13792026-06-25T02:06:52.106Z Compiling ring v0.17.14
13802026-06-25T02:06:52.151Z Compiling aws-lc-rs v1.16.3
13812026-06-25T02:06:52.185Z Compiling vcpkg v0.2.15
13822026-06-25T02:06:52.296Z Compiling uuid v1.23.0
13832026-06-25T02:06:52.432Z Compiling rustc_version v0.4.1
13842026-06-25T02:06:52.758Z Compiling tracing-core v0.1.36
13852026-06-25T02:06:52.906Z Compiling openssl-sys v0.9.115
13862026-06-25T02:06:53.017Z Compiling base64 v0.22.1
13872026-06-25T02:06:53.299Z Compiling serde_derive v1.0.228
13882026-06-25T02:06:53.343Z Compiling zeroize_derive v1.4.3
13892026-06-25T02:06:53.377Z Compiling zerofrom-derive v0.1.6
13902026-06-25T02:06:53.401Z Compiling yoke-derive v0.8.1
13912026-06-25T02:06:53.462Z Compiling zerocopy-derive v0.8.40
13922026-06-25T02:06:53.994Z Compiling zeroize v1.8.2
13932026-06-25T02:06:54.275Z Compiling zerovec-derive v0.11.2
13942026-06-25T02:06:54.537Z Compiling displaydoc v0.2.5
13952026-06-25T02:06:54.733Z Compiling crypto-common v0.1.7
13962026-06-25T02:06:54.744Z Compiling zerofrom v0.1.6
13972026-06-25T02:06:54.871Z Compiling yoke v0.8.1
13982026-06-25T02:06:54.874Z Compiling block-buffer v0.10.4
13992026-06-25T02:06:55.036Z Compiling digest v0.10.7
14002026-06-25T02:06:55.065Z Compiling tokio-macros v2.7.0
14012026-06-25T02:06:55.279Z Compiling futures-macro v0.3.32
14022026-06-25T02:06:55.292Z Compiling zerotrie v0.2.3
14032026-06-25T02:06:55.432Z Compiling zerovec v0.11.5
14042026-06-25T02:06:55.587Z Compiling hmac v0.12.1
14052026-06-25T02:06:55.745Z Compiling block-padding v0.3.3
14062026-06-25T02:06:55.781Z Compiling sha2 v0.10.9
14072026-06-25T02:06:55.902Z Compiling tinystr v0.8.2
14082026-06-25T02:06:55.937Z Compiling potential_utf v0.1.4
14092026-06-25T02:06:56.077Z Compiling icu_locale_core v2.1.1
14102026-06-25T02:06:56.093Z Compiling icu_collections v2.1.1
14112026-06-25T02:06:56.093Z Compiling futures-util v0.3.32
14122026-06-25T02:06:56.562Z Compiling inout v0.1.4
14132026-06-25T02:06:56.731Z Compiling bytes v1.11.1
14142026-06-25T02:06:56.745Z Compiling icu_provider v2.1.1
14152026-06-25T02:06:56.758Z Compiling cipher v0.4.4
14162026-06-25T02:06:56.919Z Compiling der_derive v0.7.3
14172026-06-25T02:06:57.014Z Compiling icu_properties v2.1.2
14182026-06-25T02:06:57.036Z Compiling icu_normalizer v2.1.1
14192026-06-25T02:06:57.142Z Compiling chrono v0.4.44
14202026-06-25T02:06:57.334Z Compiling tokio v1.52.1
14212026-06-25T02:06:57.566Z Compiling http v1.4.0
14222026-06-25T02:06:57.863Z Compiling idna_adapter v1.2.1
14232026-06-25T02:06:57.937Z Compiling ppv-lite86 v0.2.21
14242026-06-25T02:06:58.026Z Compiling idna v1.1.0
14252026-06-25T02:06:58.098Z Compiling der v0.7.10
14262026-06-25T02:06:59.058Z Compiling salsa20 v0.10.2
14272026-06-25T02:06:59.058Z Compiling url v2.5.8
14282026-06-25T02:06:59.058Z Compiling pbkdf2 v0.12.2
14292026-06-25T02:06:59.058Z Compiling rustls-pki-types v1.14.0
14302026-06-25T02:06:59.058Z Compiling tracing-attributes v0.1.31
14312026-06-25T02:06:59.058Z Compiling thiserror-impl v2.0.18
14322026-06-25T02:06:59.058Z Compiling scrypt v0.11.0
14332026-06-25T02:06:59.058Z Compiling spki v0.7.3
14342026-06-25T02:06:59.058Z Compiling rand_chacha v0.9.0
14352026-06-25T02:06:59.069Z Compiling http-body v1.0.1
14362026-06-25T02:06:59.095Z Compiling aes v0.8.4
14372026-06-25T02:06:59.220Z Compiling cbc v0.1.2
14382026-06-25T02:06:59.300Z Compiling openssl-probe v0.2.1
14392026-06-25T02:06:59.365Z Compiling untrusted v0.7.1
14402026-06-25T02:06:59.474Z Compiling httparse v1.10.1
14412026-06-25T02:06:59.488Z Compiling untrusted v0.9.0
14422026-06-25T02:06:59.560Z Compiling tinyvec_macros v0.1.1
14432026-06-25T02:06:59.621Z Compiling tinyvec v1.10.0
14442026-06-25T02:06:59.744Z Compiling tracing v0.1.44
14452026-06-25T02:06:59.848Z Compiling thiserror v2.0.18
14462026-06-25T02:06:59.918Z Compiling pkcs5 v0.7.1
14472026-06-25T02:06:59.948Z Compiling pest_generator v2.8.6
14482026-06-25T02:06:59.993Z Compiling rand v0.9.2
14492026-06-25T02:07:00.030Z Compiling serde_derive_internals v0.29.1
14502026-06-25T02:07:00.188Z Compiling aho-corasick v1.1.4
14512026-06-25T02:07:00.364Z Compiling rustls v0.23.37
14522026-06-25T02:07:00.527Z Compiling tower-service v0.3.3
14532026-06-25T02:07:00.624Z Compiling tower-layer v0.3.3
14542026-06-25T02:07:00.631Z Compiling atomic-waker v1.1.2
14552026-06-25T02:07:00.787Z Compiling schemars v0.8.22
14562026-06-25T02:07:00.831Z Compiling dyn-clone v1.0.20
14572026-06-25T02:07:00.831Z Compiling try-lock v0.2.5
14582026-06-25T02:07:00.898Z Compiling want v0.3.1
14592026-06-25T02:07:01.105Z Compiling schemars_derive v0.8.22
14602026-06-25T02:07:01.141Z Compiling pest_derive v2.8.6
14612026-06-25T02:07:01.142Z Compiling pkcs8 v0.10.2
14622026-06-25T02:07:01.142Z Compiling regex-automata v0.4.14
14632026-06-25T02:07:01.266Z Compiling tokio-util v0.7.18
14642026-06-25T02:07:01.380Z Compiling ipnet v2.11.0
14652026-06-25T02:07:01.630Z Compiling scroll_derive v0.13.1
14662026-06-25T02:07:01.842Z Compiling darling_core v0.20.11
14672026-06-25T02:07:01.860Z Compiling httpdate v1.0.3
14682026-06-25T02:07:02.086Z Compiling h2 v0.4.13
14692026-06-25T02:07:02.112Z Compiling openssl v0.10.79
14702026-06-25T02:07:02.284Z Compiling foreign-types-shared v0.1.1
14712026-06-25T02:07:02.326Z Compiling pin-utils v0.1.0
14722026-06-25T02:07:02.357Z Compiling tempfile v3.25.0
14732026-06-25T02:07:02.394Z Compiling foreign-types v0.3.2
14742026-06-25T02:07:02.406Z Compiling scroll v0.13.0
14752026-06-25T02:07:02.669Z Compiling unicode-normalization v0.1.25
14762026-06-25T02:07:02.973Z Compiling openssl-macros v0.1.1
14772026-06-25T02:07:03.109Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-25T02:07:03.122Z Compiling socket2 v0.5.10
14792026-06-25T02:07:03.366Z Compiling spin v0.9.8
14802026-06-25T02:07:03.481Z Compiling native-tls v0.2.18
14812026-06-25T02:07:03.522Z Compiling time-core v0.1.8
14822026-06-25T02:07:03.587Z Compiling num-conv v0.2.0
14832026-06-25T02:07:03.659Z Compiling powerfmt v0.2.0
14842026-06-25T02:07:03.686Z Compiling crc32fast v1.5.0
14852026-06-25T02:07:03.701Z Compiling time-macros v0.2.27
14862026-06-25T02:07:03.865Z Compiling deranged v0.5.8
14872026-06-25T02:07:04.056Z Compiling darling_macro v0.20.11
14882026-06-25T02:07:04.525Z Compiling darling v0.20.11
14892026-06-25T02:07:04.606Z Compiling goblin v0.10.5
14902026-06-25T02:07:04.739Z Compiling rustls-native-certs v0.8.3
14912026-06-25T02:07:04.825Z Compiling sync_wrapper v1.0.2
14922026-06-25T02:07:04.991Z Compiling wait-timeout v0.2.1
14932026-06-25T02:07:05.057Z Compiling hyper v1.8.1
14942026-06-25T02:07:05.073Z Compiling quick-error v1.2.3
14952026-06-25T02:07:05.180Z Compiling siphasher v1.0.2
14962026-06-25T02:07:05.196Z Compiling simd-adler32 v0.3.8
14972026-06-25T02:07:05.370Z Compiling crossbeam-utils v0.8.21
14982026-06-25T02:07:05.439Z Compiling num_threads v0.1.7
14992026-06-25T02:07:05.543Z Compiling unicode-segmentation v1.12.0
15002026-06-25T02:07:05.652Z Compiling bit-vec v0.8.0
15012026-06-25T02:07:05.888Z Compiling syn v1.0.109
15022026-06-25T02:07:05.915Z Compiling usdt-impl v0.6.0
15032026-06-25T02:07:06.036Z Compiling bit-set v0.8.0
15042026-06-25T02:07:06.124Z Compiling hyper-util v0.1.20
15052026-06-25T02:07:06.251Z Compiling time v0.3.47
15062026-06-25T02:07:06.528Z Compiling rusty-fork v0.3.1
15072026-06-25T02:07:06.623Z Compiling tower v0.5.3
15082026-06-25T02:07:08.788Z Compiling derive_builder_core v0.20.2
15092026-06-25T02:07:08.813Z Compiling dtrace-parser v0.3.0
15102026-06-25T02:07:08.813Z Compiling http-body-util v0.1.3
15112026-06-25T02:07:08.813Z Compiling dof v0.4.0
15122026-06-25T02:07:08.813Z Compiling webpki-roots v1.0.6
15132026-06-25T02:07:08.813Z Compiling signature v2.2.0
15142026-06-25T02:07:08.813Z Compiling scroll_derive v0.12.1
15152026-06-25T02:07:08.813Z Compiling thiserror-impl v1.0.69
15162026-06-25T02:07:08.813Z Compiling heapless v0.7.17
15172026-06-25T02:07:08.813Z Compiling rand_xorshift v0.4.0
15182026-06-25T02:07:08.813Z Compiling slog v2.8.2
15192026-06-25T02:07:08.813Z Compiling darling_core v0.21.3
15202026-06-25T02:07:08.813Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-06-25T02:07:08.813Z Compiling thread-id v5.1.0
15222026-06-25T02:07:08.813Z Compiling cookie v0.18.1
15232026-06-25T02:07:08.813Z Compiling allocator-api2 v0.2.21
15242026-06-25T02:07:08.813Z Compiling zstd-safe v7.2.4
15252026-06-25T02:07:08.813Z Compiling unarray v0.1.4
15262026-06-25T02:07:08.813Z Compiling adler2 v2.0.1
15272026-06-25T02:07:08.813Z Compiling ryu v1.0.23
15282026-06-25T02:07:08.821Z Compiling paste v1.0.15
15292026-06-25T02:07:08.864Z Compiling signal-hook v0.3.18
15302026-06-25T02:07:08.868Z Compiling unicode-properties v0.1.4
15312026-06-25T02:07:08.953Z Compiling iri-string v0.7.10
15322026-06-25T02:07:09.020Z Compiling anyhow v1.0.102
15332026-06-25T02:07:09.058Z Compiling unicode-bidi v0.3.18
15342026-06-25T02:07:09.084Z Compiling thiserror v1.0.69
15352026-06-25T02:07:09.132Z Compiling serde_urlencoded v0.7.1
15362026-06-25T02:07:09.183Z Compiling miniz_oxide v0.8.9
15372026-06-25T02:07:09.377Z Compiling stringprep v0.1.5
15382026-06-25T02:07:09.517Z Compiling proptest v1.10.0
15392026-06-25T02:07:09.841Z Compiling scroll v0.12.0
15402026-06-25T02:07:10.094Z Compiling tower-http v0.6.8
15412026-06-25T02:07:10.400Z Compiling derive_builder_macro v0.20.2
15422026-06-25T02:07:10.416Z Compiling tokio-native-tls v0.3.1
15432026-06-25T02:07:10.491Z Compiling heck v0.4.1
15442026-06-25T02:07:10.692Z Compiling ipnetwork v0.21.1
15452026-06-25T02:07:10.696Z Compiling darling_macro v0.21.3
15462026-06-25T02:07:10.710Z Compiling bstr v1.12.1
15472026-06-25T02:07:10.857Z Compiling rand_chacha v0.3.1
15482026-06-25T02:07:10.915Z Compiling serde_tokenstream v0.2.3
15492026-06-25T02:07:10.976Z Compiling erased-serde v0.3.31
15502026-06-25T02:07:11.080Z Compiling serde_spanned v0.6.9
15512026-06-25T02:07:11.221Z Compiling toml_datetime v0.6.11
15522026-06-25T02:07:11.221Z Compiling md-5 v0.10.6
15532026-06-25T02:07:11.361Z Compiling zerocopy-derive v0.7.35
15542026-06-25T02:07:11.394Z Compiling pin-project-internal v1.1.11
15552026-06-25T02:07:11.460Z Compiling async-trait v0.1.89
15562026-06-25T02:07:11.483Z Compiling curve25519-dalek v4.1.3
15572026-06-25T02:07:11.641Z Compiling vergen-lib v9.1.0
15582026-06-25T02:07:11.827Z Compiling num-integer v0.1.46
15592026-06-25T02:07:11.831Z Compiling hash32 v0.2.1
15602026-06-25T02:07:12.011Z Compiling ff v0.13.1
15612026-06-25T02:07:12.124Z Compiling memoffset v0.9.1
15622026-06-25T02:07:12.150Z Compiling encoding_rs v0.8.35
15632026-06-25T02:07:12.210Z Compiling zlib-rs v0.6.2
15642026-06-25T02:07:12.312Z Compiling ref-cast v1.0.25
15652026-06-25T02:07:12.448Z Compiling num-bigint-dig v0.8.6
15662026-06-25T02:07:12.470Z Compiling psl-types v2.0.11
15672026-06-25T02:07:12.596Z Compiling mime v0.3.17
15682026-06-25T02:07:12.613Z Compiling smoltcp v0.9.1
15692026-06-25T02:07:12.635Z Compiling litrs v1.0.0
15702026-06-25T02:07:12.850Z Compiling fallible-iterator v0.2.0
15712026-06-25T02:07:12.936Z Compiling rustix v0.38.44
15722026-06-25T02:07:13.143Z Compiling cfg_aliases v0.2.1
15732026-06-25T02:07:13.163Z Compiling base16ct v0.2.0
15742026-06-25T02:07:13.292Z Compiling nix v0.31.2
15752026-06-25T02:07:13.410Z Compiling sec1 v0.7.3
15762026-06-25T02:07:13.426Z Compiling document-features v0.2.12
15772026-06-25T02:07:13.567Z Compiling postgres-protocol v0.6.10
15782026-06-25T02:07:13.655Z Compiling publicsuffix v2.3.0
15792026-06-25T02:07:13.703Z Compiling pin-project v1.1.11
15802026-06-25T02:07:13.818Z Compiling zerocopy v0.7.35
15812026-06-25T02:07:13.882Z Compiling group v0.13.0
15822026-06-25T02:07:13.930Z Compiling num-iter v0.1.45
15832026-06-25T02:07:14.049Z Compiling newtype-uuid v1.3.2
15842026-06-25T02:07:14.197Z Compiling hubpack_derive v0.1.1
15852026-06-25T02:07:14.348Z Compiling darling v0.21.3
15862026-06-25T02:07:14.382Z Compiling rand v0.8.6
15872026-06-25T02:07:14.430Z Compiling derive_builder v0.20.2
15882026-06-25T02:07:14.509Z Compiling oxnet v0.1.6
15892026-06-25T02:07:14.555Z Compiling snafu-derive v0.8.9
15902026-06-25T02:07:14.569Z Compiling hyper-tls v0.6.0
15912026-06-25T02:07:14.884Z Compiling goblin v0.8.2
15922026-06-25T02:07:15.373Z Compiling flate2 v1.1.9
15932026-06-25T02:07:15.493Z Compiling phf_shared v0.13.1
15942026-06-25T02:07:15.631Z Compiling lazy_static v1.5.0
15952026-06-25T02:07:15.674Z Compiling regex v1.12.3
15962026-06-25T02:07:15.727Z Compiling anstyle-parse v0.2.7
15972026-06-25T02:07:15.741Z Compiling strum_macros v0.27.2
15982026-06-25T02:07:15.914Z Compiling futures-executor v0.3.32
15992026-06-25T02:07:15.927Z Compiling hex v0.4.3
16002026-06-25T02:07:16.111Z Compiling hkdf v0.12.4
16012026-06-25T02:07:16.174Z Compiling crypto-bigint v0.5.5
16022026-06-25T02:07:16.197Z Compiling ref-cast-impl v1.0.25
16032026-06-25T02:07:16.276Z Compiling daft-derive v0.1.7
16042026-06-25T02:07:16.488Z Compiling curve25519-dalek-derive v0.1.1
16052026-06-25T02:07:16.734Z Compiling terminal_size v0.4.3
16062026-06-25T02:07:16.876Z Compiling vergen v9.1.0
16072026-06-25T02:07:16.994Z Compiling fs-err v3.3.0
16082026-06-25T02:07:17.057Z Compiling cargo-platform v0.3.2
16092026-06-25T02:07:17.122Z Compiling ahash v0.8.12
16102026-06-25T02:07:17.179Z Compiling foldhash v0.2.0
16112026-06-25T02:07:17.325Z Compiling bumpalo v3.20.2
16122026-06-25T02:07:17.339Z Compiling object v0.37.3
16132026-06-25T02:07:17.396Z Compiling foldhash v0.1.5
16142026-06-25T02:07:17.570Z Compiling bitflags v1.3.2
16152026-06-25T02:07:17.570Z Compiling libbz2-rs-sys v0.2.2
16162026-06-25T02:07:17.600Z Compiling same-file v1.0.6
16172026-06-25T02:07:17.645Z Compiling winnow v0.5.40
16182026-06-25T02:07:17.673Z Compiling managed v0.8.0
16192026-06-25T02:07:17.762Z Compiling walkdir v2.5.0
16202026-06-25T02:07:18.072Z Compiling bzip2 v0.6.1
16212026-06-25T02:07:18.247Z Compiling strum v0.27.2
16222026-06-25T02:07:18.276Z Compiling zopfli v0.8.3
16232026-06-25T02:07:18.303Z Compiling hashbrown v0.15.5
16242026-06-25T02:07:18.361Z Compiling clap_builder v4.6.0
16252026-06-25T02:07:18.376Z Compiling hashbrown v0.16.1
16262026-06-25T02:07:18.682Z Compiling cargo_metadata v0.23.1
16272026-06-25T02:07:18.920Z Compiling toml_edit v0.19.15
16282026-06-25T02:07:18.959Z Compiling elliptic-curve v0.13.8
16292026-06-25T02:07:19.052Z Compiling dof v0.3.0
16302026-06-25T02:07:19.388Z Compiling daft v0.1.7
16312026-06-25T02:07:19.746Z Compiling snafu v0.8.9
16322026-06-25T02:07:19.815Z Compiling futures v0.3.32
16332026-06-25T02:07:19.898Z Compiling anstream v0.6.21
16342026-06-25T02:07:20.123Z Compiling phf v0.13.1
16352026-06-25T02:07:20.205Z Compiling signal-hook-mio v0.2.5
16362026-06-25T02:07:20.287Z Compiling cookie_store v0.22.1
16372026-06-25T02:07:20.461Z Compiling bzip2 v0.4.4
16382026-06-25T02:07:20.669Z Compiling zstd v0.13.3
16392026-06-25T02:07:20.682Z Compiling hubpack v0.1.2
16402026-06-25T02:07:20.898Z Compiling serde_with_macros v3.17.0
16412026-06-25T02:07:20.931Z Compiling postgres-types v0.2.12
16422026-06-25T02:07:21.341Z Compiling usdt-attr-macro v0.6.0
16432026-06-25T02:07:21.480Z Compiling usdt-macro v0.6.0
16442026-06-25T02:07:21.583Z Compiling globset v0.4.18
16452026-06-25T02:07:21.981Z Compiling dtrace-parser v0.2.0
16462026-06-25T02:07:22.001Z Compiling ed25519 v2.2.3
16472026-06-25T02:07:22.115Z Compiling phf_shared v0.11.3
16482026-06-25T02:07:22.128Z Compiling olpc-cjson v0.1.4
16492026-06-25T02:07:22.211Z Compiling pkcs1 v0.7.5
16502026-06-25T02:07:22.248Z Compiling clap_derive v4.6.1
16512026-06-25T02:07:22.282Z Compiling enum-as-inner v0.6.1
16522026-06-25T02:07:22.296Z Compiling strum_macros v0.26.4
16532026-06-25T02:07:22.596Z Compiling serde-big-array v0.5.1
16542026-06-25T02:07:22.716Z Compiling serde_plain v1.0.2
16552026-06-25T02:07:22.750Z Compiling rfc6979 v0.4.0
16562026-06-25T02:07:22.773Z Compiling async-recursion v1.1.1
16572026-06-25T02:07:22.873Z Compiling serde_repr v0.1.20
16582026-06-25T02:07:22.897Z Compiling pem v3.0.6
16592026-06-25T02:07:22.910Z Compiling float-cmp v0.10.0
16602026-06-25T02:07:23.052Z Compiling memmap2 v0.9.10
16612026-06-25T02:07:23.214Z Compiling thread-id v4.2.2
16622026-06-25T02:07:23.266Z Compiling env_filter v1.0.0
16632026-06-25T02:07:23.299Z Compiling either v1.15.0
16642026-06-25T02:07:23.393Z Compiling difflib v0.4.0
16652026-06-25T02:07:23.417Z Compiling fixedbitset v0.4.2
16662026-06-25T02:07:23.510Z Compiling new_debug_unreachable v1.0.6
16672026-06-25T02:07:23.564Z Compiling keccak v0.1.6
16682026-06-25T02:07:23.582Z Compiling whoami v2.1.0
16692026-06-25T02:07:23.630Z Compiling typed-path v0.9.3
16702026-06-25T02:07:23.941Z Compiling data-encoding v2.10.0
16712026-06-25T02:07:23.955Z Compiling predicates-core v1.0.10
16722026-06-25T02:07:23.995Z Compiling precomputed-hash v0.1.1
16732026-06-25T02:07:23.998Z Compiling jiff v0.2.21
16742026-06-25T02:07:24.086Z Compiling normalize-line-endings v0.3.0
16752026-06-25T02:07:24.121Z Compiling fixedbitset v0.5.7
16762026-06-25T02:07:24.178Z Compiling static_assertions v1.1.0
16772026-06-25T02:07:24.255Z Compiling toml_edit v0.22.27
16782026-06-25T02:07:24.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-25T02:07:24.421Z Compiling petgraph v0.8.3
16802026-06-25T02:07:24.615Z Compiling hickory-proto v0.25.2
16812026-06-25T02:07:24.865Z Compiling predicates v3.1.4
16822026-06-25T02:07:25.548Z Compiling string_cache v0.8.9
16832026-06-25T02:07:25.714Z Compiling clap v4.6.1
16842026-06-25T02:07:25.780Z Compiling strum v0.26.3
16852026-06-25T02:07:25.798Z Compiling tokio-postgres v0.7.16
16862026-06-25T02:07:25.910Z Compiling sha3 v0.10.8
16872026-06-25T02:07:26.363Z Compiling petgraph v0.6.5
16882026-06-25T02:07:26.402Z Compiling itertools v0.13.0
16892026-06-25T02:07:27.024Z Compiling zip v4.6.1
16902026-06-25T02:07:27.101Z Compiling env_logger v0.11.9
16912026-06-25T02:07:27.449Z Compiling usdt-impl v0.5.0
16922026-06-25T02:07:27.631Z Compiling usdt v0.6.0
16932026-06-25T02:07:27.819Z Compiling ecdsa v0.16.9
16942026-06-25T02:07:27.891Z Compiling rsa v0.9.10
16952026-06-25T02:07:27.966Z Compiling ed25519-dalek v2.2.0
16962026-06-25T02:07:27.980Z Compiling serde_with v3.17.0
16972026-06-25T02:07:28.027Z Compiling crossterm v0.28.1
16982026-06-25T02:07:28.211Z Compiling zip v0.6.6
16992026-06-25T02:07:28.781Z Compiling toml v0.7.8
17002026-06-25T02:07:29.008Z Compiling iddqd v0.4.2
17012026-06-25T02:07:29.540Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-06-25T02:07:29.655Z Compiling similar v2.7.0
17032026-06-25T02:07:29.681Z Compiling crossbeam-epoch v0.9.18
17042026-06-25T02:07:29.700Z Compiling tokio-stream v0.1.18
17052026-06-25T02:07:30.031Z Compiling buf-list v1.1.2
17062026-06-25T02:07:30.187Z Compiling x509-cert v0.2.5
17072026-06-25T02:07:30.201Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-06-25T02:07:30.292Z Compiling openapiv3 v2.2.0
17092026-06-25T02:07:30.307Z Compiling sha1 v0.10.6
17102026-06-25T02:07:30.503Z Compiling lalrpop-util v0.19.12
17112026-06-25T02:07:30.532Z Compiling peg-runtime v0.8.5
17122026-06-25T02:07:30.560Z Compiling thread_local v1.1.9
17132026-06-25T02:07:30.699Z Compiling slog-async v2.8.0
17142026-06-25T02:07:30.809Z Compiling crossbeam-channel v0.5.15
17152026-06-25T02:07:30.812Z Compiling is-terminal v0.4.17
17162026-06-25T02:07:30.922Z Compiling filetime v0.2.27
17172026-06-25T02:07:31.017Z Compiling term v1.2.1
17182026-06-25T02:07:31.098Z Compiling take_mut v0.2.2
17192026-06-25T02:07:31.201Z Compiling xattr v1.6.1
17202026-06-25T02:07:31.365Z Compiling tar v0.4.45
17212026-06-25T02:07:31.585Z Compiling slog-term v2.9.2
17222026-06-25T02:07:41.344Z Compiling rustls-webpki v0.103.9
17232026-06-25T02:07:44.122Z Compiling tokio-rustls v0.26.4
17242026-06-25T02:07:44.122Z Compiling rustls-platform-verifier v0.6.2
17252026-06-25T02:07:44.323Z Compiling hyper-rustls v0.27.7
17262026-06-25T02:07:44.519Z Compiling reqwest v0.12.28
17272026-06-25T02:07:44.523Z Compiling reqwest v0.13.2
17282026-06-25T02:07:45.826Z Compiling tough v0.22.0
17292026-06-25T02:07:48.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-06-25T02:07:48.562Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-06-25T02:07:51.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-06-25T02:07:51.576Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-06-25T02:07:51.627ZJun 25 02:07:50.363 INFO Starting download, target: DendriteStub
17342026-06-25T02:07:51.628ZJun 25 02:07:50.363 INFO Starting download, target: Clickhouse
17352026-06-25T02:07:51.628ZJun 25 02:07:50.363 INFO Starting download, target: MaghemiteMgd
17362026-06-25T02:07:51.629ZJun 25 02:07:50.363 INFO Starting download, target: Cockroach
17372026-06-25T02:07:51.629ZJun 25 02:07:50.363 INFO Starting download, target: Console
17382026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Starting download, target: MaghemiteDdmd
17392026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Starting download, target: TransceiverControl
17402026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-06-25T02:07:51.633ZJun 25 02:07:50.363 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-06-25T02:07:51.934ZJun 25 02:07:50.667 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-25T02:07:52.140ZJun 25 02:07:50.876 INFO Download complete, target: TransceiverControl
17492026-06-25T02:07:53.397ZJun 25 02:07:52.131 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-06-25T02:07:53.431ZJun 25 02:07:52.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-06-25T02:07:53.615ZJun 25 02:07:52.339 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-06-25T02:07:53.722ZJun 25 02:07:52.449 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-06-25T02:07:53.967ZJun 25 02:07:52.695 INFO Download complete, target: Console
17542026-06-25T02:07:54.179ZJun 25 02:07:52.915 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-06-25T02:07:55.304ZJun 25 02:07:54.042 INFO Download complete, target: MaghemiteDdmd
17562026-06-25T02:07:55.963ZJun 25 02:07:54.684 INFO Download complete, target: DendriteStub
17572026-06-25T02:07:56.114ZJun 25 02:07:54.851 INFO Download complete, target: MaghemiteMgd
17582026-06-25T02:07:58.498ZJun 25 02:07:57.233 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-06-25T02:07:58.498ZJun 25 02:07:57.233 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-06-25T02:08:00.896ZJun 25 02:07:59.633 INFO Checking that binary works, target: Clickhouse
17612026-06-25T02:08:00.986ZJun 25 02:07:59.724 INFO Download complete, target: Clickhouse
17622026-06-25T02:08:03.001ZJun 25 02:08:01.738 INFO Checking that binary works, target: Cockroach
17632026-06-25T02:08:03.106ZJun 25 02:08:01.844 INFO Download complete, target: Cockroach
17642026-06-25T02:08:03.121ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-25T02:08:03.124Z
17662026-06-25T02:08:03.124Zreal 2:05.026916730
17672026-06-25T02:08:03.124Zuser 6:47.768485788
17682026-06-25T02:08:03.124Zsys 1:23.124051219
17692026-06-25T02:08:03.124Ztrap 0.228282978
17702026-06-25T02:08:03.124Ztflt 0.649326498
17712026-06-25T02:08:03.124Zdflt 0.712384134
17722026-06-25T02:08:03.124Zkflt 0.029164479
17732026-06-25T02:08:03.124Zlock 23:19.759327972
17742026-06-25T02:08:03.124Zslp 21:02.625421848
17752026-06-25T02:08:03.124Zlat 42.841414603
17762026-06-25T02:08:03.124Zstop 1:57.668856490
17772026-06-25T02:08:03.124Z+ banner hack-check
17782026-06-25T02:08:03.124Z
17792026-06-25T02:08:03.124Z # # ## #### # # #### # # ###### #### # #
17802026-06-25T02:08:03.124Z # # # # # # # # # # # # # # # # #
17812026-06-25T02:08:03.124Z ###### # # # #### ##### # ###### ##### # ####
17822026-06-25T02:08:03.124Z # # ###### # # # # # # # # # #
17832026-06-25T02:08:03.124Z # # # # # # # # # # # # # # # # #
17842026-06-25T02:08:03.124Z # # # # #### # # #### # # ###### #### # #
17852026-06-25T02:08:03.124Z
17862026-06-25T02:08:03.124Z+ export CARGO_INCREMENTAL=0
17872026-06-25T02:08:03.124Z+ CARGO_INCREMENTAL=0
17882026-06-25T02:08:03.124Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-06-25T02:08:03.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-25T02:08:03.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-25T02:08:05.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17922026-06-25T02:08:05.663Z Running `target/debug/xtask check-features --ci`
17932026-06-25T02:08:05.683Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-06-25T02:08:05.687Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-06-25T02:08:06.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17962026-06-25T02:08:06.105Z Running `target/debug/xtask download cargo-hack`
17972026-06-25T02:08:06.801Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-06-25T02:08:07.116Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-06-25T02:08:09.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18002026-06-25T02:08:09.810Z Running `target/debug/xtask-downloader cargo-hack`
18012026-06-25T02:08:09.849ZJun 25 02:08:08.584 INFO Starting download, target: CargoHack
18022026-06-25T02:08:09.854ZJun 25 02:08:08.584 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-06-25T02:08:10.232ZJun 25 02:08:08.966 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-06-25T02:08:10.277ZJun 25 02:08:09.015 INFO Download complete, target: CargoHack
18052026-06-25T02:08:10.281Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18062026-06-25T02:08:10.294Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-06-25T02:08:10.457Zinfo: running `cargo check --bins` on api_identity (1/296)
18082026-06-25T02:08:10.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-25T02:08:10.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-25T02:08:10.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-25T02:08:10.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18122026-06-25T02:08:10.946Z
18132026-06-25T02:08:10.946Zinfo: running `cargo check --bins` on bootstore (2/296)
18142026-06-25T02:08:11.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-25T02:08:11.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-25T02:08:11.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-25T02:08:11.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18182026-06-25T02:08:11.441Z
18192026-06-25T02:08:11.441Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18202026-06-25T02:08:11.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-25T02:08:11.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-25T02:08:11.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-25T02:08:11.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242026-06-25T02:08:11.944Z
18252026-06-25T02:08:11.945Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18262026-06-25T02:08:12.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-25T02:08:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-25T02:08:12.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-25T02:08:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18302026-06-25T02:08:12.441Z
18312026-06-25T02:08:12.441Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18322026-06-25T02:08:12.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-25T02:08:12.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-25T02:08:12.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-25T02:08:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18362026-06-25T02:08:12.931Z
18372026-06-25T02:08:12.931Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18382026-06-25T02:08:13.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-25T02:08:13.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-25T02:08:13.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-25T02:08:13.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18422026-06-25T02:08:13.441Z
18432026-06-25T02:08:13.441Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18442026-06-25T02:08:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-25T02:08:13.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-25T02:08:13.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-25T02:08:13.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18482026-06-25T02:08:13.958Z
18492026-06-25T02:08:13.958Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18502026-06-25T02:08:14.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-25T02:08:14.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-25T02:08:14.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-25T02:08:14.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18542026-06-25T02:08:14.473Z
18552026-06-25T02:08:14.473Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18562026-06-25T02:08:14.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-25T02:08:14.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-25T02:08:14.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-25T02:08:14.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18602026-06-25T02:08:14.848Z
18612026-06-25T02:08:14.848Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18622026-06-25T02:08:15.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-25T02:08:15.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-25T02:08:15.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-25T02:08:15.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18662026-06-25T02:08:15.231Z
18672026-06-25T02:08:15.232Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18682026-06-25T02:08:15.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-25T02:08:15.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-25T02:08:15.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-25T02:08:15.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18722026-06-25T02:08:15.618Z
18732026-06-25T02:08:15.618Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18742026-06-25T02:08:15.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-25T02:08:15.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-25T02:08:15.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-25T02:08:15.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18782026-06-25T02:08:16.005Z
18792026-06-25T02:08:16.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18802026-06-25T02:08:16.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-25T02:08:16.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-25T02:08:16.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-25T02:08:16.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18842026-06-25T02:08:16.390Z
18852026-06-25T02:08:16.390Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18862026-06-25T02:08:16.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-25T02:08:16.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-25T02:08:16.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-25T02:08:16.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18902026-06-25T02:08:16.778Z
18912026-06-25T02:08:16.778Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18922026-06-25T02:08:17.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-25T02:08:17.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-25T02:08:17.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-25T02:08:17.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18962026-06-25T02:08:17.164Z
18972026-06-25T02:08:17.164Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18982026-06-25T02:08:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-25T02:08:17.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-25T02:08:17.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-25T02:08:17.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19022026-06-25T02:08:17.551Z
19032026-06-25T02:08:17.551Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
19042026-06-25T02:08:17.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-25T02:08:17.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-25T02:08:17.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-25T02:08:17.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19082026-06-25T02:08:17.986Z
19092026-06-25T02:08:17.986Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19102026-06-25T02:08:18.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-25T02:08:18.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-25T02:08:18.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-25T02:08:18.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19142026-06-25T02:08:18.326Z
19152026-06-25T02:08:18.326Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19162026-06-25T02:08:18.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-25T02:08:18.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-25T02:08:18.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-25T02:08:18.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19202026-06-25T02:08:18.714Z
19212026-06-25T02:08:18.714Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19222026-06-25T02:08:19.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-25T02:08:19.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-25T02:08:19.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-25T02:08:19.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19262026-06-25T02:08:19.106Z
19272026-06-25T02:08:19.106Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19282026-06-25T02:08:19.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-25T02:08:19.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-25T02:08:19.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-25T02:08:19.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19322026-06-25T02:08:19.491Z
19332026-06-25T02:08:19.491Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19342026-06-25T02:08:19.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-25T02:08:19.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-25T02:08:19.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-25T02:08:19.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19382026-06-25T02:08:19.883Z
19392026-06-25T02:08:19.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19402026-06-25T02:08:20.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-25T02:08:20.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-25T02:08:20.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-25T02:08:20.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19442026-06-25T02:08:20.273Z
19452026-06-25T02:08:20.273Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19462026-06-25T02:08:20.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-25T02:08:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-25T02:08:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-25T02:08:20.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19502026-06-25T02:08:20.661Z
19512026-06-25T02:08:20.661Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19522026-06-25T02:08:21.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-25T02:08:21.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-25T02:08:21.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-25T02:08:21.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19562026-06-25T02:08:21.049Z
19572026-06-25T02:08:21.049Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19582026-06-25T02:08:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-25T02:08:21.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-25T02:08:21.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-25T02:08:21.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19622026-06-25T02:08:21.435Z
19632026-06-25T02:08:21.435Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19642026-06-25T02:08:21.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-25T02:08:21.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-25T02:08:21.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-25T02:08:21.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19682026-06-25T02:08:21.829Z
19692026-06-25T02:08:21.829Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19702026-06-25T02:08:22.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-25T02:08:22.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-25T02:08:22.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-25T02:08:22.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19742026-06-25T02:08:22.219Z
19752026-06-25T02:08:22.219Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19762026-06-25T02:08:22.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-25T02:08:22.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-25T02:08:22.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-25T02:08:22.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19802026-06-25T02:08:22.608Z
19812026-06-25T02:08:22.608Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19822026-06-25T02:08:22.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-25T02:08:22.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-25T02:08:22.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-25T02:08:22.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19862026-06-25T02:08:22.992Z
19872026-06-25T02:08:22.992Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19882026-06-25T02:08:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-25T02:08:23.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-25T02:08:23.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-25T02:08:23.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19922026-06-25T02:08:23.374Z
19932026-06-25T02:08:23.374Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19942026-06-25T02:08:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-25T02:08:23.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-25T02:08:23.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-25T02:08:23.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19982026-06-25T02:08:23.758Z
19992026-06-25T02:08:23.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
20002026-06-25T02:08:24.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-25T02:08:24.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-25T02:08:24.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-25T02:08:24.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20042026-06-25T02:08:24.144Z
20052026-06-25T02:08:24.144Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
20062026-06-25T02:08:24.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-25T02:08:24.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-25T02:08:24.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-25T02:08:24.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20102026-06-25T02:08:24.532Z
20112026-06-25T02:08:24.532Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20122026-06-25T02:08:24.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-25T02:08:24.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-25T02:08:24.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-25T02:08:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20162026-06-25T02:08:24.912Z
20172026-06-25T02:08:24.912Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20182026-06-25T02:08:25.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-25T02:08:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-25T02:08:25.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-25T02:08:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20222026-06-25T02:08:25.296Z
20232026-06-25T02:08:25.296Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20242026-06-25T02:08:25.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-25T02:08:25.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-25T02:08:25.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-25T02:08:25.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20282026-06-25T02:08:25.685Z
20292026-06-25T02:08:25.685Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20302026-06-25T02:08:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-25T02:08:26.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-25T02:08:26.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-25T02:08:26.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20342026-06-25T02:08:26.077Z
20352026-06-25T02:08:26.077Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20362026-06-25T02:08:26.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-25T02:08:26.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-25T02:08:26.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-25T02:08:26.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20402026-06-25T02:08:26.469Z
20412026-06-25T02:08:26.469Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20422026-06-25T02:08:26.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-25T02:08:26.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-25T02:08:26.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-25T02:08:26.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20462026-06-25T02:08:26.866Z
20472026-06-25T02:08:26.866Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20482026-06-25T02:08:27.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-25T02:08:27.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-25T02:08:27.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-25T02:08:27.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20522026-06-25T02:08:27.256Z
20532026-06-25T02:08:27.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20542026-06-25T02:08:27.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-25T02:08:27.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-25T02:08:27.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-25T02:08:27.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20582026-06-25T02:08:27.650Z
20592026-06-25T02:08:27.650Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20602026-06-25T02:08:27.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-25T02:08:27.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-25T02:08:27.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-25T02:08:27.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20642026-06-25T02:08:28.042Z
20652026-06-25T02:08:28.042Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20662026-06-25T02:08:28.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-25T02:08:28.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-25T02:08:28.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-25T02:08:28.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-06-25T02:08:28.439Z
20712026-06-25T02:08:28.439Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20722026-06-25T02:08:28.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-25T02:08:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-25T02:08:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-25T02:08:28.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20762026-06-25T02:08:28.833Z
20772026-06-25T02:08:28.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20782026-06-25T02:08:29.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-25T02:08:29.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-25T02:08:29.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-25T02:08:29.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20822026-06-25T02:08:29.228Z
20832026-06-25T02:08:29.228Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20842026-06-25T02:08:29.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-25T02:08:29.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-25T02:08:29.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-25T02:08:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-06-25T02:08:29.620Z
20892026-06-25T02:08:29.620Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20902026-06-25T02:08:29.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-25T02:08:29.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-25T02:08:29.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-25T02:08:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20942026-06-25T02:08:30.011Z
20952026-06-25T02:08:30.011Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20962026-06-25T02:08:30.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-25T02:08:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-25T02:08:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-25T02:08:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21002026-06-25T02:08:30.571Z
21012026-06-25T02:08:30.571Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
21022026-06-25T02:08:31.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-25T02:08:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-25T02:08:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-25T02:08:31.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21062026-06-25T02:08:31.128Z
21072026-06-25T02:08:31.128Zinfo: running `cargo check --bins` on nexus-config (51/296)
21082026-06-25T02:08:31.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-25T02:08:31.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-25T02:08:31.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-25T02:08:31.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21122026-06-25T02:08:31.680Z
21132026-06-25T02:08:31.680Zinfo: running `cargo check --bins` on nexus-types (52/296)
21142026-06-25T02:08:32.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-25T02:08:32.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-25T02:08:32.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-25T02:08:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21182026-06-25T02:08:32.236Z
21192026-06-25T02:08:32.237Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21202026-06-25T02:08:32.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-25T02:08:32.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-25T02:08:32.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-25T02:08:32.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21242026-06-25T02:08:32.819Z
21252026-06-25T02:08:32.819Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21262026-06-25T02:08:33.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-25T02:08:33.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-25T02:08:33.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-25T02:08:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21302026-06-25T02:08:33.263Z
21312026-06-25T02:08:33.263Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21322026-06-25T02:08:33.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-25T02:08:33.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-25T02:08:33.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-25T02:08:33.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21362026-06-25T02:08:33.790Z
21372026-06-25T02:08:33.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21382026-06-25T02:08:34.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-25T02:08:34.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-25T02:08:34.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-25T02:08:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21422026-06-25T02:08:34.316Z
21432026-06-25T02:08:34.316Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21442026-06-25T02:08:34.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-25T02:08:34.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-25T02:08:34.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-25T02:08:34.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21482026-06-25T02:08:34.839Z
21492026-06-25T02:08:34.839Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21502026-06-25T02:08:35.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-25T02:08:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-25T02:08:35.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-25T02:08:35.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21542026-06-25T02:08:35.365Z
21552026-06-25T02:08:35.366Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21562026-06-25T02:08:35.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-25T02:08:35.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-25T02:08:35.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-25T02:08:35.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21602026-06-25T02:08:35.875Z
21612026-06-25T02:08:35.875Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21622026-06-25T02:08:36.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-25T02:08:36.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-25T02:08:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-25T02:08:36.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-06-25T02:08:36.388Z
21672026-06-25T02:08:36.388Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21682026-06-25T02:08:36.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-25T02:08:36.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-25T02:08:36.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-25T02:08:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21722026-06-25T02:08:36.894Z
21732026-06-25T02:08:36.894Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21742026-06-25T02:08:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-25T02:08:37.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-25T02:08:37.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-25T02:08:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21782026-06-25T02:08:37.398Z
21792026-06-25T02:08:37.398Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21802026-06-25T02:08:37.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-25T02:08:37.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-25T02:08:37.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-25T02:08:37.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21842026-06-25T02:08:37.917Z
21852026-06-25T02:08:37.917Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21862026-06-25T02:08:38.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-25T02:08:38.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-25T02:08:38.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-25T02:08:38.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21902026-06-25T02:08:38.442Z
21912026-06-25T02:08:38.442Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21922026-06-25T02:08:38.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-25T02:08:38.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-25T02:08:38.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-25T02:08:38.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21962026-06-25T02:08:38.946Z
21972026-06-25T02:08:38.946Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21982026-06-25T02:08:39.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-25T02:08:39.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-25T02:08:39.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-25T02:08:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22022026-06-25T02:08:39.450Z
22032026-06-25T02:08:39.451Zinfo: running `cargo check --bins` on ereport-types (67/296)
22042026-06-25T02:08:39.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-25T02:08:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-25T02:08:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-25T02:08:39.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22082026-06-25T02:08:39.963Z
22092026-06-25T02:08:39.963Zinfo: running `cargo check --bins` on gateway-client (68/296)
22102026-06-25T02:08:40.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-25T02:08:40.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-25T02:08:40.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-25T02:08:40.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22142026-06-25T02:08:40.478Z
22152026-06-25T02:08:40.478Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22162026-06-25T02:08:40.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-25T02:08:40.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-25T02:08:40.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-25T02:08:40.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22202026-06-25T02:08:40.997Z
22212026-06-25T02:08:40.997Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22222026-06-25T02:08:41.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-25T02:08:41.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-25T02:08:41.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-25T02:08:41.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22262026-06-25T02:08:41.502Z
22272026-06-25T02:08:41.502Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22282026-06-25T02:08:41.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-25T02:08:41.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-25T02:08:41.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-25T02:08:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22322026-06-25T02:08:42.007Z
22332026-06-25T02:08:42.007Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22342026-06-25T02:08:42.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-25T02:08:42.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-25T02:08:42.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-25T02:08:42.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22382026-06-25T02:08:42.518Z
22392026-06-25T02:08:42.518Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22402026-06-25T02:08:42.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-25T02:08:42.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-25T02:08:42.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-25T02:08:42.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22442026-06-25T02:08:43.049Z
22452026-06-25T02:08:43.049Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22462026-06-25T02:08:43.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-25T02:08:43.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-25T02:08:43.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-25T02:08:43.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22502026-06-25T02:08:43.581Z
22512026-06-25T02:08:43.581Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22522026-06-25T02:08:44.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-25T02:08:44.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-25T02:08:44.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-06-25T02:08:44.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22562026-06-25T02:08:44.084Z
22572026-06-25T02:08:44.084Zinfo: running `cargo check --bins` on oxlog (76/296)
22582026-06-25T02:08:44.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-06-25T02:08:44.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-06-25T02:08:44.630Z Checking cfg-if v1.0.4
22612026-06-25T02:08:44.633Z Checking libc v0.2.185
22622026-06-25T02:08:44.728Z Checking serde_core v1.0.228
22632026-06-25T02:08:44.740Z Checking zeroize v1.8.2
22642026-06-25T02:08:44.747Z Checking memchr v2.8.0
22652026-06-25T02:08:44.755Z Checking log v0.4.29
22662026-06-25T02:08:44.764Z Checking smallvec v1.15.1
22672026-06-25T02:08:44.774Z Checking typenum v1.19.0
22682026-06-25T02:08:44.786Z Checking subtle v2.6.1
22692026-06-25T02:08:44.878Z Checking itoa v1.0.17
22702026-06-25T02:08:44.908Z Checking scopeguard v1.2.0
22712026-06-25T02:08:44.925Z Checking stable_deref_trait v1.2.1
22722026-06-25T02:08:44.936Z Checking const-oid v0.9.6
22732026-06-25T02:08:44.994Z Checking zerofrom v0.1.6
22742026-06-25T02:08:45.005Z Checking lock_api v0.4.14
22752026-06-25T02:08:45.018Z Checking pin-project-lite v0.2.17
22762026-06-25T02:08:45.102Z Checking yoke v0.8.1
22772026-06-25T02:08:45.127Z Checking portable-atomic v1.13.1
22782026-06-25T02:08:45.130Z Checking getrandom v0.2.17
22792026-06-25T02:08:45.130Z Checking errno v0.3.14
22802026-06-25T02:08:45.194Z Checking parking_lot_core v0.9.12
22812026-06-25T02:08:45.259Z Checking zerovec v0.11.5
22822026-06-25T02:08:45.262Z Checking signal-hook-registry v1.4.8
22832026-06-25T02:08:45.289Z Checking generic-array v0.14.7
22842026-06-25T02:08:45.305Z Checking rand_core v0.6.4
22852026-06-25T02:08:45.377Z Checking futures-core v0.3.32
22862026-06-25T02:08:45.422Z Checking critical-section v1.2.0
22872026-06-25T02:08:45.472Z Checking parking_lot v0.12.5
22882026-06-25T02:08:45.492Z Checking mio v1.2.0
22892026-06-25T02:08:45.517Z Checking zerocopy v0.8.40
22902026-06-25T02:08:45.537Z Checking once_cell v1.21.3
22912026-06-25T02:08:45.605Z Checking zmij v1.0.21
22922026-06-25T02:08:45.657Z Checking socket2 v0.6.3
22932026-06-25T02:08:45.690Z Checking tinystr v0.8.2
22942026-06-25T02:08:45.704Z Checking libm v0.2.16
22952026-06-25T02:08:45.725Z Checking crypto-common v0.1.7
22962026-06-25T02:08:45.763Z Checking block-buffer v0.10.4
22972026-06-25T02:08:45.813Z Checking equivalent v1.0.2
22982026-06-25T02:08:45.841Z Checking writeable v0.6.2
22992026-06-25T02:08:45.857Z Checking percent-encoding v2.3.2
23002026-06-25T02:08:45.888Z Checking litemap v0.8.1
23012026-06-25T02:08:45.900Z Checking digest v0.10.7
23022026-06-25T02:08:45.910Z Checking potential_utf v0.1.4
23032026-06-25T02:08:45.988Z Checking zerotrie v0.2.3
23042026-06-25T02:08:46.003Z Checking futures-sink v0.3.32
23052026-06-25T02:08:46.030Z Checking icu_collections v2.1.1
23062026-06-25T02:08:46.057Z Checking icu_locale_core v2.1.1
23072026-06-25T02:08:46.089Z Checking futures-channel v0.3.32
23082026-06-25T02:08:46.102Z Checking futures-task v0.3.32
23092026-06-25T02:08:46.208Z Checking serde v1.0.228
23102026-06-25T02:08:46.221Z Checking bitflags v2.11.0
23112026-06-25T02:08:46.232Z Checking serde_json v1.0.149
23122026-06-25T02:08:46.275Z Checking slab v0.4.12
23132026-06-25T02:08:46.332Z Checking futures-io v0.3.32
23142026-06-25T02:08:46.382Z Checking cpufeatures v0.2.17
23152026-06-25T02:08:46.394Z Checking num-traits v0.2.19
23162026-06-25T02:08:46.425Z Checking hmac v0.12.1
23172026-06-25T02:08:46.438Z Checking futures-util v0.3.32
23182026-06-25T02:08:46.447Z Checking icu_properties_data v2.1.2
23192026-06-25T02:08:46.551Z Checking icu_normalizer_data v2.1.1
23202026-06-25T02:08:46.571Z Checking rand_core v0.10.0
23212026-06-25T02:08:46.597Z Checking icu_provider v2.1.1
23222026-06-25T02:08:46.612Z Checking bytes v1.11.1
23232026-06-25T02:08:46.623Z Checking hashbrown v0.17.0
23242026-06-25T02:08:46.705Z Checking getrandom v0.4.1
23252026-06-25T02:08:46.822Z Checking icu_properties v2.1.2
23262026-06-25T02:08:46.847Z Checking icu_normalizer v2.1.1
23272026-06-25T02:08:46.882Z Checking block-padding v0.3.3
23282026-06-25T02:08:46.897Z Checking utf8_iter v1.0.4
23292026-06-25T02:08:47.009Z Checking inout v0.1.4
23302026-06-25T02:08:47.022Z Checking sha2 v0.10.9
23312026-06-25T02:08:47.067Z Checking tokio v1.52.1
23322026-06-25T02:08:47.093Z Checking indexmap v2.14.0
23332026-06-25T02:08:47.148Z Checking cipher v0.4.4
23342026-06-25T02:08:47.159Z Checking form_urlencoded v1.2.2
23352026-06-25T02:08:47.282Z Checking getrandom v0.3.4
23362026-06-25T02:08:47.299Z Checking base64ct v1.8.3
23372026-06-25T02:08:47.348Z Checking fnv v1.0.7
23382026-06-25T02:08:47.420Z Checking byteorder v1.5.0
23392026-06-25T02:08:47.440Z Checking flagset v0.4.7
23402026-06-25T02:08:47.523Z Checking pem-rfc7468 v0.7.0
23412026-06-25T02:08:47.560Z Checking rand_core v0.9.5
23422026-06-25T02:08:47.615Z Checking http v1.4.0
23432026-06-25T02:08:47.640Z Checking regex-syntax v0.8.10
23442026-06-25T02:08:47.652Z Checking idna_adapter v1.2.1
23452026-06-25T02:08:47.678Z Checking der v0.7.10
23462026-06-25T02:08:47.733Z Checking salsa20 v0.10.2
23472026-06-25T02:08:47.765Z Checking idna v1.1.0
23482026-06-25T02:08:47.862Z Checking uuid v1.23.0
23492026-06-25T02:08:48.003Z Checking url v2.5.8
23502026-06-25T02:08:48.164Z Checking pbkdf2 v0.12.2
23512026-06-25T02:08:48.167Z Checking rustix v1.1.3
23522026-06-25T02:08:48.261Z Checking ppv-lite86 v0.2.21
23532026-06-25T02:08:48.272Z Checking tracing-core v0.1.36
23542026-06-25T02:08:48.356Z Checking rustls-pki-types v1.14.0
23552026-06-25T02:08:48.388Z Checking spki v0.7.3
23562026-06-25T02:08:48.438Z Checking base64 v0.22.1
23572026-06-25T02:08:48.547Z Checking iana-time-zone v0.1.65
23582026-06-25T02:08:48.558Z Checking rand_chacha v0.9.0
23592026-06-25T02:08:48.573Z Checking tracing v0.1.44
23602026-06-25T02:08:48.633Z Checking scrypt v0.11.0
23612026-06-25T02:08:48.650Z Checking chrono v0.4.44
23622026-06-25T02:08:48.669Z Checking http-body v1.0.1
23632026-06-25T02:08:48.750Z Checking cbc v0.1.2
23642026-06-25T02:08:48.765Z Checking aes v0.8.4
23652026-06-25T02:08:48.779Z Checking aws-lc-sys v0.40.0
23662026-06-25T02:08:48.796Z Checking tinyvec_macros v0.1.1
23672026-06-25T02:08:48.861Z Checking untrusted v0.9.0
23682026-06-25T02:08:48.873Z Checking openssl-probe v0.2.1
23692026-06-25T02:08:48.943Z Checking untrusted v0.7.1
23702026-06-25T02:08:48.965Z Checking ring v0.17.14
23712026-06-25T02:08:48.977Z Checking tinyvec v1.10.0
23722026-06-25T02:08:48.997Z Checking rand v0.9.2
23732026-06-25T02:08:49.048Z Checking try-lock v0.2.5
23742026-06-25T02:08:49.145Z Checking atomic-waker v1.1.2
23752026-06-25T02:08:49.157Z Checking pkcs5 v0.7.1
23762026-06-25T02:08:49.240Z Checking tower-layer v0.3.3
23772026-06-25T02:08:49.261Z Checking aws-lc-rs v1.16.3
23782026-06-25T02:08:49.275Z Checking tower-service v0.3.3
23792026-06-25T02:08:49.361Z Checking want v0.3.1
23802026-06-25T02:08:49.384Z Checking ipnet v2.11.0
23812026-06-25T02:08:49.399Z Checking pkcs8 v0.10.2
23822026-06-25T02:08:49.455Z Checking httparse v1.10.1
23832026-06-25T02:08:49.478Z Checking aho-corasick v1.1.4
23842026-06-25T02:08:49.491Z Checking httpdate v1.0.3
23852026-06-25T02:08:49.568Z Checking fastrand v2.3.0
23862026-06-25T02:08:49.628Z Checking dyn-clone v1.0.20
23872026-06-25T02:08:49.639Z Checking plain v0.2.3
23882026-06-25T02:08:49.652Z Checking foreign-types-shared v0.1.1
23892026-06-25T02:08:49.726Z Checking utf8parse v0.2.2
23902026-06-25T02:08:49.739Z Checking pin-utils v0.1.0
23912026-06-25T02:08:49.747Z Checking foreign-types v0.3.2
23922026-06-25T02:08:49.750Z Checking tempfile v3.25.0
23932026-06-25T02:08:49.802Z Checking unicode-normalization v0.1.25
23942026-06-25T02:08:49.815Z Checking semver v1.0.28
23952026-06-25T02:08:49.826Z Checking openssl-sys v0.9.115
23962026-06-25T02:08:49.943Z Checking spin v0.9.8
23972026-06-25T02:08:49.955Z Checking socket2 v0.5.10
23982026-06-25T02:08:50.019Z Checking ucd-trie v0.1.7
23992026-06-25T02:08:50.110Z Checking rustls-webpki v0.103.9
24002026-06-25T02:08:50.129Z Checking unicode-ident v1.0.24
24012026-06-25T02:08:50.146Z Checking regex-automata v0.4.14
24022026-06-25T02:08:50.149Z Checking anstyle v1.0.14
24032026-06-25T02:08:50.187Z Checking openssl v0.10.79
24042026-06-25T02:08:50.200Z Checking pest v2.8.6
24052026-06-25T02:08:50.210Z Checking schemars v0.8.22
24062026-06-25T02:08:50.231Z Checking proc-macro2 v1.0.106
24072026-06-25T02:08:50.292Z Checking tokio-util v0.7.18
24082026-06-25T02:08:50.329Z Checking rustls-native-certs v0.8.3
24092026-06-25T02:08:50.456Z Checking thiserror v2.0.18
24102026-06-25T02:08:50.493Z Checking rustls v0.23.37
24112026-06-25T02:08:50.529Z Checking sync_wrapper v1.0.2
24122026-06-25T02:08:50.550Z Checking wait-timeout v0.2.1
24132026-06-25T02:08:50.627Z Checking colorchoice v1.0.4
24142026-06-25T02:08:50.668Z Checking siphasher v1.0.2
24152026-06-25T02:08:50.723Z Checking bit-vec v0.8.0
24162026-06-25T02:08:50.818Z Checking is_terminal_polyfill v1.70.2
24172026-06-25T02:08:50.851Z Checking anstyle-query v1.1.5
24182026-06-25T02:08:50.886Z Checking h2 v0.4.13
24192026-06-25T02:08:50.899Z Checking powerfmt v0.2.0
24202026-06-25T02:08:50.912Z Checking pretty-hex v0.4.1
24212026-06-25T02:08:50.936Z Checking quick-error v1.2.3
24222026-06-25T02:08:51.021Z Checking simd-adler32 v0.3.8
24232026-06-25T02:08:51.033Z Checking rusty-fork v0.3.1
24242026-06-25T02:08:51.043Z Checking deranged v0.5.8
24252026-06-25T02:08:51.183Z Checking bit-set v0.8.0
24262026-06-25T02:08:51.195Z Checking tower v0.5.3
24272026-06-25T02:08:51.235Z Checking quote v1.0.45
24282026-06-25T02:08:51.326Z Compiling newtype-uuid v1.3.2
24292026-06-25T02:08:51.398Z Checking http-body-util v0.1.3
24302026-06-25T02:08:51.503Z Checking crossbeam-utils v0.8.21
24312026-06-25T02:08:51.575Z Checking webpki-roots v1.0.6
24322026-06-25T02:08:51.610Z Checking rand_xorshift v0.4.0
24332026-06-25T02:08:51.687Z Checking crc32fast v1.5.0
24342026-06-25T02:08:51.725Z Checking scroll v0.13.0
24352026-06-25T02:08:51.826Z Checking signature v2.2.0
24362026-06-25T02:08:51.840Z Checking iri-string v0.7.10
24372026-06-25T02:08:51.958Z Checking allocator-api2 v0.2.21
24382026-06-25T02:08:51.969Z Checking unicode-properties v0.1.4
24392026-06-25T02:08:51.973Z Checking time-core v0.1.8
24402026-06-25T02:08:52.005Z Checking ryu v1.0.23
24412026-06-25T02:08:52.115Z Checking unicode-bidi v0.3.18
24422026-06-25T02:08:52.141Z Checking num_threads v0.1.7
24432026-06-25T02:08:52.156Z Checking num-conv v0.2.0
24442026-06-25T02:08:52.201Z Checking native-tls v0.2.18
24452026-06-25T02:08:52.225Z Checking adler2 v2.0.1
24462026-06-25T02:08:52.247Z Checking unarray v0.1.4
24472026-06-25T02:08:52.267Z Checking time v0.3.47
24482026-06-25T02:08:52.330Z Checking miniz_oxide v0.8.9
24492026-06-25T02:08:52.349Z Checking proptest v1.10.0
24502026-06-25T02:08:52.374Z Checking tokio-native-tls v0.3.1
24512026-06-25T02:08:52.409Z Checking stringprep v0.1.5
24522026-06-25T02:08:52.531Z Checking serde_urlencoded v0.7.1
24532026-06-25T02:08:52.557Z Checking bstr v1.12.1
24542026-06-25T02:08:52.674Z Checking goblin v0.10.5
24552026-06-25T02:08:52.734Z Checking crossbeam-epoch v0.9.18
24562026-06-25T02:08:52.866Z Checking tower-http v0.6.8
24572026-06-25T02:08:52.908Z Checking tokio-rustls v0.26.4
24582026-06-25T02:08:52.938Z Compiling daft v0.1.7
24592026-06-25T02:08:52.953Z Checking syn v2.0.117
24602026-06-25T02:08:53.128Z Checking ipnetwork v0.21.1
24612026-06-25T02:08:53.141Z Checking anstyle-parse v1.0.0
24622026-06-25T02:08:53.218Z Checking rand_chacha v0.3.1
24632026-06-25T02:08:53.287Z Checking scroll v0.12.0
24642026-06-25T02:08:53.344Z Checking thiserror v1.0.69
24652026-06-25T02:08:53.399Z Checking hash32 v0.2.1
24662026-06-25T02:08:53.425Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-06-25T02:08:53.438Z Checking num-integer v0.1.46
24682026-06-25T02:08:53.512Z Checking toml_datetime v0.6.11
24692026-06-25T02:08:53.531Z Checking serde_spanned v0.6.9
24702026-06-25T02:08:53.548Z Checking md-5 v0.10.6
24712026-06-25T02:08:53.617Z Checking hyper v1.8.1
24722026-06-25T02:08:53.651Z Checking ff v0.13.1
24732026-06-25T02:08:53.663Z Checking encoding_rs v0.8.35
24742026-06-25T02:08:53.677Z Checking psl-types v2.0.11
24752026-06-25T02:08:53.689Z Checking base16ct v0.2.0
24762026-06-25T02:08:53.774Z Checking mime v0.3.17
24772026-06-25T02:08:53.791Z Checking zlib-rs v0.6.2
24782026-06-25T02:08:53.808Z Checking fallible-iterator v0.2.0
24792026-06-25T02:08:53.942Z Checking sec1 v0.7.3
24802026-06-25T02:08:54.074Z Checking postgres-protocol v0.6.10
24812026-06-25T02:08:54.144Z Checking publicsuffix v2.3.0
24822026-06-25T02:08:54.277Z Checking group v0.13.0
24832026-06-25T02:08:54.301Z Checking num-iter v0.1.45
24842026-06-25T02:08:54.376Z Checking heapless v0.7.17
24852026-06-25T02:08:54.409Z Checking zstd-safe v7.2.4
24862026-06-25T02:08:54.421Z Checking goblin v0.8.2
24872026-06-25T02:08:54.507Z Checking hyper-util v0.1.20
24882026-06-25T02:08:54.567Z Checking rand v0.8.6
24892026-06-25T02:08:54.585Z Checking cookie v0.18.1
24902026-06-25T02:08:54.660Z Checking flate2 v1.1.9
24912026-06-25T02:08:54.780Z Checking oxnet v0.1.6
24922026-06-25T02:08:54.812Z Checking anstream v1.0.0
24932026-06-25T02:08:54.956Z Compiling iddqd v0.4.2
24942026-06-25T02:08:54.981Z Checking dof v0.4.0
24952026-06-25T02:08:55.002Z Checking dtrace-parser v0.3.0
24962026-06-25T02:08:55.029Z Checking phf_shared v0.13.1
24972026-06-25T02:08:55.076Z Checking lazy_static v1.5.0
24982026-06-25T02:08:55.164Z Checking anstyle-parse v0.2.7
24992026-06-25T02:08:55.204Z Checking pin-project v1.1.11
25002026-06-25T02:08:55.225Z Checking zerocopy v0.7.35
25012026-06-25T02:08:55.237Z Checking bzip2-sys v0.1.13+1.0.8
25022026-06-25T02:08:55.298Z Checking terminal_size v0.4.3
25032026-06-25T02:08:55.309Z Checking signal-hook v0.3.18
25042026-06-25T02:08:55.320Z Checking futures-executor v0.3.32
25052026-06-25T02:08:55.409Z Checking hex v0.4.3
25062026-06-25T02:08:55.464Z Checking hkdf v0.12.4
25072026-06-25T02:08:55.492Z Checking crypto-bigint v0.5.5
25082026-06-25T02:08:55.597Z Checking thread-id v5.1.0
25092026-06-25T02:08:55.601Z Compiling rayon-core v1.13.0
25102026-06-25T02:08:55.625Z Checking winnow v0.5.40
25112026-06-25T02:08:55.674Z Checking either v1.15.0
25122026-06-25T02:08:55.707Z Checking bumpalo v3.20.2
25132026-06-25T02:08:55.768Z Checking hyper-rustls v0.27.7
25142026-06-25T02:08:55.780Z Checking hyper-tls v0.6.0
25152026-06-25T02:08:55.854Z Checking bitflags v1.3.2
25162026-06-25T02:08:55.898Z Checking same-file v1.0.6
25172026-06-25T02:08:55.926Z Checking libbz2-rs-sys v0.2.2
25182026-06-25T02:08:55.944Z Checking foldhash v0.2.0
25192026-06-25T02:08:55.974Z Checking clap_lex v1.0.0
25202026-06-25T02:08:56.010Z Checking foldhash v0.1.5
25212026-06-25T02:08:56.096Z Checking strsim v0.11.1
25222026-06-25T02:08:56.123Z Checking managed v0.8.0
25232026-06-25T02:08:56.138Z Checking winnow v0.7.14
25242026-06-25T02:08:56.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-06-25T02:08:56.256Z Checking clap_builder v4.6.0
25262026-06-25T02:08:56.295Z Checking dof v0.3.0
25272026-06-25T02:08:56.306Z Checking bzip2 v0.6.1
25282026-06-25T02:08:56.310Z Checking smoltcp v0.9.1
25292026-06-25T02:08:56.386Z Checking elliptic-curve v0.13.8
25302026-06-25T02:08:56.402Z Checking hashbrown v0.15.5
25312026-06-25T02:08:56.462Z Checking hashbrown v0.16.1
25322026-06-25T02:08:56.618Z Checking walkdir v2.5.0
25332026-06-25T02:08:56.685Z Checking reqwest v0.12.28
25342026-06-25T02:08:56.736Z Checking zopfli v0.8.3
25352026-06-25T02:08:56.785Z Checking toml_edit v0.19.15
25362026-06-25T02:08:56.872Z Checking usdt-impl v0.6.0
25372026-06-25T02:08:56.907Z Checking signal-hook-mio v0.2.5
25382026-06-25T02:08:56.982Z Checking futures v0.3.32
25392026-06-25T02:08:57.009Z Checking bzip2 v0.4.4
25402026-06-25T02:08:57.060Z Checking anstream v0.6.21
25412026-06-25T02:08:57.073Z Checking snafu v0.8.9
25422026-06-25T02:08:57.152Z Checking phf v0.13.1
25432026-06-25T02:08:57.170Z Checking num-bigint-dig v0.8.6
25442026-06-25T02:08:57.301Z Checking cookie_store v0.22.1
25452026-06-25T02:08:57.312Z Checking zstd v0.13.3
25462026-06-25T02:08:57.328Z Checking postgres-types v0.2.12
25472026-06-25T02:08:57.491Z Checking dtrace-parser v0.2.0
25482026-06-25T02:08:57.502Z Checking crossbeam-deque v0.8.6
25492026-06-25T02:08:57.521Z Checking globset v0.4.18
25502026-06-25T02:08:57.570Z Checking rustls-platform-verifier v0.6.2
25512026-06-25T02:08:57.633Z Checking regex v1.12.3
25522026-06-25T02:08:57.633Z Checking ed25519 v2.2.3
25532026-06-25T02:08:57.672Z Checking phf_shared v0.11.3
25542026-06-25T02:08:57.703Z Checking olpc-cjson v0.1.4
25552026-06-25T02:08:57.720Z Checking ref-cast v1.0.25
25562026-06-25T02:08:57.768Z Checking curve25519-dalek v4.1.3
25572026-06-25T02:08:57.809Z Checking strum v0.27.2
25582026-06-25T02:08:57.813Z Checking hubpack v0.1.2
25592026-06-25T02:08:57.813Z Checking memoffset v0.9.1
25602026-06-25T02:08:57.844Z Checking rustix v0.38.44
25612026-06-25T02:08:57.847Z Checking pkcs1 v0.7.5
25622026-06-25T02:08:57.903Z Checking pem v3.0.6
25632026-06-25T02:08:57.915Z Checking float-cmp v0.10.0
25642026-06-25T02:08:57.925Z Checking serde-big-array v0.5.1
25652026-06-25T02:08:57.974Z Checking erased-serde v0.3.31
25662026-06-25T02:08:57.986Z Checking serde_plain v1.0.2
25672026-06-25T02:08:58.032Z Checking rfc6979 v0.4.0
25682026-06-25T02:08:58.048Z Checking thread-id v4.2.2
25692026-06-25T02:08:58.052Z Checking memmap2 v0.9.10
25702026-06-25T02:08:58.071Z Checking env_filter v1.0.0
25712026-06-25T02:08:58.120Z Checking fixedbitset v0.4.2
25722026-06-25T02:08:58.131Z Checking new_debug_unreachable v1.0.6
25732026-06-25T02:08:58.142Z Checking typed-path v0.9.3
25742026-06-25T02:08:58.193Z Checking unicode-segmentation v1.12.0
25752026-06-25T02:08:58.204Z Checking keccak v0.1.6
25762026-06-25T02:08:58.214Z Checking jiff v0.2.21
25772026-06-25T02:08:58.266Z Checking static_assertions v1.1.0
25782026-06-25T02:08:58.336Z Checking difflib v0.4.0
25792026-06-25T02:08:58.352Z Checking data-encoding v2.10.0
25802026-06-25T02:08:58.363Z Checking predicates-core v1.0.10
25812026-06-25T02:08:58.482Z Checking fixedbitset v0.5.7
25822026-06-25T02:08:58.496Z Checking whoami v2.1.0
25832026-06-25T02:08:58.507Z Checking precomputed-hash v0.1.1
25842026-06-25T02:08:58.537Z Checking normalize-line-endings v0.3.0
25852026-06-25T02:08:58.584Z Checking toml_write v0.1.2
25862026-06-25T02:08:58.620Z Checking hickory-proto v0.25.2
25872026-06-25T02:08:58.631Z Checking predicates v3.1.4
25882026-06-25T02:08:58.634Z Checking crossterm v0.28.1
25892026-06-25T02:08:58.671Z Checking petgraph v0.8.3
25902026-06-25T02:08:58.684Z Checking tokio-postgres v0.7.16
25912026-06-25T02:08:58.741Z Checking toml_edit v0.22.27
25922026-06-25T02:08:58.916Z Checking tough v0.22.0
25932026-06-25T02:08:58.928Z Checking string_cache v0.8.9
25942026-06-25T02:08:59.092Z Checking ed25519-dalek v2.2.0
25952026-06-25T02:08:59.325Z Checking similar v2.7.0
25962026-06-25T02:08:59.341Z Checking sha3 v0.10.8
25972026-06-25T02:08:59.540Z Checking slog v2.8.2
25982026-06-25T02:08:59.699Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25992026-06-25T02:08:59.800Z Checking petgraph v0.6.5
26002026-06-25T02:08:59.842Z Checking usdt v0.6.0
26012026-06-25T02:08:59.954Z Checking env_logger v0.11.9
26022026-06-25T02:09:00.005Z Checking ecdsa v0.16.9
26032026-06-25T02:09:00.143Z Checking usdt-impl v0.5.0
26042026-06-25T02:09:00.226Z Checking rsa v0.9.10
26052026-06-25T02:09:00.345Z Checking nix v0.31.2
26062026-06-25T02:09:00.420Z Checking toml v0.7.8
26072026-06-25T02:09:00.434Z Checking zip v4.6.1
26082026-06-25T02:09:00.728Z Checking reqwest v0.13.2
26092026-06-25T02:09:00.997Z Checking clap v4.6.1
26102026-06-25T02:09:01.032Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-06-25T02:09:01.073Z Checking zip v0.6.6
26122026-06-25T02:09:01.268Z Checking itertools v0.13.0
26132026-06-25T02:09:01.354Z Checking serde_with v3.17.0
26142026-06-25T02:09:01.382Z Checking strum v0.26.3
26152026-06-25T02:09:01.394Z Checking fs-err v3.3.0
26162026-06-25T02:09:01.397Z Checking ahash v0.8.12
26172026-06-25T02:09:01.489Z Checking object v0.37.3
26182026-06-25T02:09:01.575Z Checking tokio-stream v0.1.18
26192026-06-25T02:09:01.592Z Checking buf-list v1.1.2
26202026-06-25T02:09:01.595Z Checking anyhow v1.0.102
26212026-06-25T02:09:01.692Z Checking camino v1.2.2
26222026-06-25T02:09:01.775Z Checking x509-cert v0.2.5
26232026-06-25T02:09:01.793Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-06-25T02:09:01.943Z Checking openapiv3 v2.2.0
26252026-06-25T02:09:01.970Z Checking sha1 v0.10.6
26262026-06-25T02:09:01.973Z Checking lalrpop-util v0.19.12
26272026-06-25T02:09:02.070Z Checking peg-runtime v0.8.5
26282026-06-25T02:09:02.132Z Checking rayon v1.11.0
26292026-06-25T02:09:02.144Z Checking sigpipe v0.1.3
26302026-06-25T02:09:02.209Z Checking glob v0.3.3
26312026-06-25T02:09:03.688Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-06-25T02:09:03.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.87s
26332026-06-25T02:09:04.103Z
26342026-06-25T02:09:04.103Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26352026-06-25T02:09:04.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-25T02:09:04.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-25T02:09:04.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-25T02:09:04.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26392026-06-25T02:09:04.616Z
26402026-06-25T02:09:04.616Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26412026-06-25T02:09:05.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-25T02:09:05.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-25T02:09:05.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-25T02:09:05.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26452026-06-25T02:09:05.131Z
26462026-06-25T02:09:05.131Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26472026-06-25T02:09:05.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-25T02:09:05.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-25T02:09:05.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-25T02:09:05.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-06-25T02:09:05.662Z
26522026-06-25T02:09:05.662Zinfo: running `cargo check --bins` on oxql-types (80/296)
26532026-06-25T02:09:06.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-25T02:09:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-25T02:09:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-25T02:09:06.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26572026-06-25T02:09:06.176Z
26582026-06-25T02:09:06.176Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26592026-06-25T02:09:06.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-25T02:09:06.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-25T02:09:06.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-25T02:09:06.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26632026-06-25T02:09:06.693Z
26642026-06-25T02:09:06.693Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26652026-06-25T02:09:07.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-25T02:09:07.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-25T02:09:07.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-06-25T02:09:07.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26692026-06-25T02:09:07.209Z
26702026-06-25T02:09:07.209Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26712026-06-25T02:09:07.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-06-25T02:09:07.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-06-25T02:09:07.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-06-25T02:09:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26752026-06-25T02:09:07.708Z
26762026-06-25T02:09:07.708Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26772026-06-25T02:09:08.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-06-25T02:09:08.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-06-25T02:09:08.328Z Compiling structmeta-derive v0.3.0
26802026-06-25T02:09:08.440Z Compiling rustls v0.22.4
26812026-06-25T02:09:08.450Z Compiling multer v3.1.0
26822026-06-25T02:09:08.459Z Compiling async-stream-impl v0.3.6
26832026-06-25T02:09:08.462Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842026-06-25T02:09:08.481Z Compiling dropshot v0.17.0
26852026-06-25T02:09:08.494Z Compiling dropshot_endpoint v0.17.0
26862026-06-25T02:09:08.494Z Compiling newtype-uuid-macros v0.1.0
26872026-06-25T02:09:08.615Z Checking newtype-uuid v1.3.2
26882026-06-25T02:09:08.675Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-06-25T02:09:08.710Z Checking rustls-webpki v0.102.8
26902026-06-25T02:09:08.813Z Checking daft v0.1.7
26912026-06-25T02:09:08.850Z Checking thread_local v1.1.9
26922026-06-25T02:09:09.015Z Checking match_cfg v0.1.0
26932026-06-25T02:09:09.028Z Checking compression-core v0.4.31
26942026-06-25T02:09:09.049Z Checking iddqd v0.4.2
26952026-06-25T02:09:09.077Z Checking hostname v0.3.1
26962026-06-25T02:09:09.104Z Checking crossbeam-channel v0.5.15
26972026-06-25T02:09:09.143Z Checking compression-codecs v0.4.37
26982026-06-25T02:09:09.214Z Checking atomicwrites v0.4.4
26992026-06-25T02:09:09.240Z Checking slog-json v2.6.1
27002026-06-25T02:09:09.307Z Checking serde_spanned v1.0.4
27012026-06-25T02:09:09.335Z Checking is-terminal v0.4.17
27022026-06-25T02:09:09.394Z Checking toml_datetime v1.0.0+spec-1.1.0
27032026-06-25T02:09:09.425Z Checking take_mut v0.2.2
27042026-06-25T02:09:09.436Z Checking debug-ignore v1.0.5
27052026-06-25T02:09:09.448Z Checking term v1.2.1
27062026-06-25T02:09:09.467Z Compiling structmeta v0.3.0
27072026-06-25T02:09:09.520Z Checking toml_writer v1.0.6+spec-1.1.0
27082026-06-25T02:09:09.531Z Checking slog-async v2.8.0
27092026-06-25T02:09:09.584Z Checking slog-bunyan v2.5.0
27102026-06-25T02:09:09.665Z Checking slog-term v2.9.2
27112026-06-25T02:09:09.676Z Compiling derive-ex v0.1.8
27122026-06-25T02:09:09.691Z Compiling parse-display-derive v0.10.0
27132026-06-25T02:09:09.695Z Checking async-compression v0.4.41
27142026-06-25T02:09:09.714Z Checking toml v1.0.6+spec-1.1.0
27152026-06-25T02:09:09.914Z Checking async-stream v0.3.6
27162026-06-25T02:09:09.945Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-06-25T02:09:09.959Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-06-25T02:09:10.029Z Checking progenitor-client v0.14.0
27192026-06-25T02:09:10.042Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27202026-06-25T02:09:10.178Z Checking waitgroup v0.1.2
27212026-06-25T02:09:10.230Z Checking backon v1.6.0
27222026-06-25T02:09:10.257Z Checking rustls-pemfile v2.2.0
27232026-06-25T02:09:10.271Z Checking serde_path_to_error v0.1.20
27242026-06-25T02:09:10.283Z Checking hostname v0.4.2
27252026-06-25T02:09:10.386Z Checking instant v0.1.13
27262026-06-25T02:09:10.478Z Checking backoff v0.4.0
27272026-06-25T02:09:10.494Z Checking tokio-rustls v0.25.0
27282026-06-25T02:09:10.563Z Checking progenitor-extras v0.2.0
27292026-06-25T02:09:10.597Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-06-25T02:09:10.645Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27312026-06-25T02:09:10.790Z Checking itertools v0.14.0
27322026-06-25T02:09:10.802Z Checking regress v0.10.5
27332026-06-25T02:09:11.005Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27342026-06-25T02:09:11.221Z Checking macaddr v1.0.1
27352026-06-25T02:09:11.330Z Compiling test-strategy v0.4.5
27362026-06-25T02:09:11.358Z Checking parse-display v0.10.0
27372026-06-25T02:09:11.497Z Checking humantime v2.3.0
27382026-06-25T02:09:12.560Z Compiling prettyplease v0.2.37
27392026-06-25T02:09:12.803Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-06-25T02:09:12.989Z Checking num-rational v0.4.2
27412026-06-25T02:09:13.179Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27422026-06-25T02:09:13.525Z Checking num-complex v0.4.6
27432026-06-25T02:09:14.141Z Checking num v0.4.3
27442026-06-25T02:09:14.225Z Compiling usdt-macro v0.5.0
27452026-06-25T02:09:14.271Z Compiling usdt-attr-macro v0.5.0
27462026-06-25T02:09:14.287Z Checking memmap v0.7.0
27472026-06-25T02:09:14.308Z Checking float-ord v0.3.2
27482026-06-25T02:09:14.407Z Checking unicode-width v0.2.0
27492026-06-25T02:09:14.419Z Compiling convert_case v0.4.0
27502026-06-25T02:09:14.656Z Checking console v0.15.11
27512026-06-25T02:09:14.779Z Compiling derive_more v0.99.20
27522026-06-25T02:09:14.937Z Checking newline-converter v0.3.0
27532026-06-25T02:09:14.950Z Compiling toml v0.8.23
27542026-06-25T02:09:15.029Z Checking usdt v0.5.0
27552026-06-25T02:09:15.044Z Compiling minimal-lexical v0.2.1
27562026-06-25T02:09:15.198Z Checking linked-hash-map v0.5.6
27572026-06-25T02:09:15.291Z Compiling nom v7.1.3
27582026-06-25T02:09:15.366Z Checking lru-cache v0.1.2
27592026-06-25T02:09:15.485Z Checking expectorate v1.2.0
27602026-06-25T02:09:15.613Z Checking camino-tempfile v1.4.1
27612026-06-25T02:09:15.916Z Checking hickory-proto v0.24.4
27622026-06-25T02:09:16.062Z Checking phf_shared v0.12.1
27632026-06-25T02:09:16.206Z Compiling slog-dtrace v0.3.0
27642026-06-25T02:09:16.278Z Compiling chrono-tz v0.10.4
27652026-06-25T02:09:16.396Z Checking resolv-conf v0.7.6
27662026-06-25T02:09:16.455Z Checking heck v0.5.0
27672026-06-25T02:09:16.497Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27682026-06-25T02:09:16.576Z Compiling const_format_proc_macros v0.2.34
27692026-06-25T02:09:16.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-06-25T02:09:16.650Z Checking phf v0.12.1
27712026-06-25T02:09:16.791Z Checking tokio-dtrace v0.1.1
27722026-06-25T02:09:17.021Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-06-25T02:09:17.149Z Compiling derive-where v1.6.0
27742026-06-25T02:09:17.341Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-06-25T02:09:17.444Z Checking highway v1.3.0
27762026-06-25T02:09:17.676Z Checking const_format v0.2.35
27772026-06-25T02:09:17.780Z Checking hickory-resolver v0.24.4
27782026-06-25T02:09:17.911Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-06-25T02:09:18.050Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-06-25T02:09:18.238Z Checking oxide-tokio-rt v0.1.4
27812026-06-25T02:09:18.307Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-06-25T02:09:18.406Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-06-25T02:09:18.511Z Checking qorb v0.4.1
27842026-06-25T02:09:18.688Z Checking gethostname v0.5.0
27852026-06-25T02:09:18.778Z Checking bcs v0.1.6
27862026-06-25T02:09:18.807Z Checking termtree v0.5.1
27872026-06-25T02:09:18.857Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-06-25T02:09:21.942Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-06-25T02:09:24.488Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-06-25T02:09:26.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
27912026-06-25T02:09:26.739Z
27922026-06-25T02:09:26.739Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27932026-06-25T02:09:27.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-06-25T02:09:27.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-06-25T02:09:27.363Z Compiling ar_archive_writer v0.5.1
27962026-06-25T02:09:27.469Z Compiling stacker v0.1.23
27972026-06-25T02:09:27.477Z Compiling cfg_aliases v0.1.1
27982026-06-25T02:09:27.484Z Compiling convert_case v0.10.0
27992026-06-25T02:09:27.490Z Checking unicode-width v0.1.14
28002026-06-25T02:09:27.499Z Compiling proc-macro-error v1.0.4
28012026-06-25T02:09:27.510Z Checking fd-lock v4.0.4
28022026-06-25T02:09:27.513Z Checking nibble_vec v0.1.0
28032026-06-25T02:09:27.534Z Compiling nix v0.28.0
28042026-06-25T02:09:27.625Z Checking vte v0.14.1
28052026-06-25T02:09:27.637Z Compiling recursive-proc-macro-impl v0.1.1
28062026-06-25T02:09:27.720Z Checking endian-type v0.1.2
28072026-06-25T02:09:27.732Z Checking bytecount v0.6.9
28082026-06-25T02:09:27.770Z Checking strip-ansi-escapes v0.2.1
28092026-06-25T02:09:27.781Z Compiling derive_more-impl v2.1.1
28102026-06-25T02:09:27.793Z Compiling tabled_derive v0.7.0
28112026-06-25T02:09:27.825Z Checking papergrid v0.11.0
28122026-06-25T02:09:27.837Z Checking radix_trie v0.2.1
28132026-06-25T02:09:27.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-06-25T02:09:28.037Z Compiling peg-macros v0.8.5
28152026-06-25T02:09:28.037Z Checking winnow v0.6.26
28162026-06-25T02:09:28.283Z Compiling psm v0.1.30
28172026-06-25T02:09:28.342Z Compiling sqlparser_derive v0.5.0
28182026-06-25T02:09:28.434Z Checking home v0.5.12
28192026-06-25T02:09:28.537Z Checking unicode_categories v0.1.1
28202026-06-25T02:09:28.566Z Checking derive_more v2.1.1
28212026-06-25T02:09:28.643Z Checking nu-ansi-term v0.50.3
28222026-06-25T02:09:28.742Z Checking crossterm v0.29.0
28232026-06-25T02:09:28.747Z Checking tabled v0.15.0
28242026-06-25T02:09:28.810Z Checking rustyline v14.0.0
28252026-06-25T02:09:28.844Z Checking reedline v0.40.0
28262026-06-25T02:09:29.038Z Checking recursive v0.1.1
28272026-06-25T02:09:29.107Z Checking display-error-chain v0.2.2
28282026-06-25T02:09:29.129Z Checking sqlparser v0.61.0
28292026-06-25T02:09:29.200Z Checking sqlformat v0.3.5
28302026-06-25T02:09:29.432Z Checking peg v0.8.5
28312026-06-25T02:09:40.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
28322026-06-25T02:09:40.447Z
28332026-06-25T02:09:40.447Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28342026-06-25T02:09:40.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-25T02:09:40.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-25T02:09:41.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-25T02:09:44.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28382026-06-25T02:09:44.639Z
28392026-06-25T02:09:44.639Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28402026-06-25T02:09:45.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-25T02:09:45.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-25T02:09:45.246Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-25T02:09:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28442026-06-25T02:09:47.854Z
28452026-06-25T02:09:47.855Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28462026-06-25T02:09:48.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-25T02:09:48.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-25T02:09:48.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-25T02:09:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28502026-06-25T02:09:51.845Z
28512026-06-25T02:09:51.846Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28522026-06-25T02:09:52.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-25T02:09:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-25T02:09:52.460Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-25T02:09:55.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28562026-06-25T02:09:55.877Z
28572026-06-25T02:09:55.877Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28582026-06-25T02:09:56.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-25T02:09:56.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-25T02:09:56.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-25T02:09:59.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28622026-06-25T02:09:59.207Z
28632026-06-25T02:09:59.208Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28642026-06-25T02:09:59.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-25T02:09:59.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-25T02:09:59.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-25T02:10:02.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28682026-06-25T02:10:02.580Z
28692026-06-25T02:10:02.580Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28702026-06-25T02:10:03.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-25T02:10:03.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-25T02:10:03.188Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-06-25T02:10:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28742026-06-25T02:10:06.775Z
28752026-06-25T02:10:06.776Zinfo: running `cargo check --bins` on oximeter (93/296)
28762026-06-25T02:10:07.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-25T02:10:07.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-25T02:10:07.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-06-25T02:10:07.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28802026-06-25T02:10:07.295Z
28812026-06-25T02:10:07.295Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28822026-06-25T02:10:07.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-25T02:10:07.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-25T02:10:07.859Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-06-25T02:10:08.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-06-25T02:10:08.016Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-06-25T02:10:08.352Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-06-25T02:10:11.022Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-06-25T02:10:12.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-06-25T02:10:12.427Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-06-25T02:10:13.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
28922026-06-25T02:10:13.248Z
28932026-06-25T02:10:13.249Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28942026-06-25T02:10:13.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-25T02:10:13.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-25T02:10:13.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-25T02:10:13.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28982026-06-25T02:10:13.763Z
28992026-06-25T02:10:13.763Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
29002026-06-25T02:10:14.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-25T02:10:14.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-25T02:10:14.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-25T02:10:14.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29042026-06-25T02:10:14.312Z
29052026-06-25T02:10:14.312Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
29062026-06-25T02:10:14.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-25T02:10:14.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-25T02:10:14.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-25T02:10:14.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29102026-06-25T02:10:14.833Z
29112026-06-25T02:10:14.833Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29122026-06-25T02:10:15.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-25T02:10:15.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-25T02:10:15.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-25T02:10:15.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29162026-06-25T02:10:15.352Z
29172026-06-25T02:10:15.352Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29182026-06-25T02:10:15.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-25T02:10:15.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-25T02:10:15.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-25T02:10:15.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29222026-06-25T02:10:15.871Z
29232026-06-25T02:10:15.871Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29242026-06-25T02:10:16.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-25T02:10:16.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-25T02:10:16.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-25T02:10:16.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29282026-06-25T02:10:16.394Z
29292026-06-25T02:10:16.394Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29302026-06-25T02:10:16.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-25T02:10:16.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-25T02:10:16.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-25T02:10:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29342026-06-25T02:10:16.896Z
29352026-06-25T02:10:16.896Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29362026-06-25T02:10:17.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-25T02:10:17.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-25T02:10:17.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-25T02:10:17.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-06-25T02:10:17.418Z
29412026-06-25T02:10:17.418Zinfo: running `cargo check --bins` on update-engine (103/296)
29422026-06-25T02:10:17.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-25T02:10:17.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-25T02:10:17.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-06-25T02:10:17.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29462026-06-25T02:10:17.921Z
29472026-06-25T02:10:17.921Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29482026-06-25T02:10:18.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-06-25T02:10:18.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-06-25T02:10:18.573Z Compiling crucible-workspace-hack v0.1.0
29512026-06-25T02:10:18.684Z Checking secrecy v0.10.3
29522026-06-25T02:10:18.690Z Compiling toml_datetime v0.7.5+spec-1.1.0
29532026-06-25T02:10:18.695Z Compiling heapless v0.8.0
29542026-06-25T02:10:18.701Z Compiling ingot-macros v0.1.1
29552026-06-25T02:10:18.708Z Checking hash32 v0.3.1
29562026-06-25T02:10:18.718Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-06-25T02:10:18.718Z Compiling smoltcp v0.11.0
29582026-06-25T02:10:18.780Z Checking cobs v0.3.0
29592026-06-25T02:10:18.823Z Compiling toml_edit v0.23.10+spec-1.0.0
29602026-06-25T02:10:18.904Z Compiling thiserror-impl-no-std v2.0.2
29612026-06-25T02:10:18.916Z Checking universal-hash v0.5.1
29622026-06-25T02:10:18.919Z Checking half v2.7.1
29632026-06-25T02:10:18.951Z Checking opaque-debug v0.3.1
29642026-06-25T02:10:19.014Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-06-25T02:10:19.043Z Checking ciborium-io v0.2.2
29662026-06-25T02:10:19.074Z Checking poly1305 v0.8.0
29672026-06-25T02:10:19.137Z Checking postcard v1.1.3
29682026-06-25T02:10:19.214Z Checking ciborium-ll v0.2.2
29692026-06-25T02:10:19.214Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29702026-06-25T02:10:19.327Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-06-25T02:10:19.352Z Compiling proc-macro-crate v3.4.0
29722026-06-25T02:10:19.421Z Checking password-hash v0.5.0
29732026-06-25T02:10:19.595Z Checking chacha20 v0.9.1
29742026-06-25T02:10:19.612Z Compiling proc-macro-crate v1.3.1
29752026-06-25T02:10:19.648Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29762026-06-25T02:10:19.787Z Checking blake2 v0.10.6
29772026-06-25T02:10:19.854Z Checking aead v0.5.2
29782026-06-25T02:10:19.881Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29792026-06-25T02:10:19.893Z Compiling num_enum_derive v0.7.6
29802026-06-25T02:10:19.992Z Compiling foreign-types-macros v0.2.3
29812026-06-25T02:10:20.018Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29822026-06-25T02:10:20.030Z Checking cpufeatures v0.3.0
29832026-06-25T02:10:20.064Z Checking thiserror-no-std v2.0.2
29842026-06-25T02:10:20.081Z Checking foreign-types-shared v0.3.1
29852026-06-25T02:10:20.099Z Checking chacha20 v0.10.0
29862026-06-25T02:10:20.147Z Checking vsss-rs v3.3.4
29872026-06-25T02:10:20.168Z Checking argon2 v0.5.3
29882026-06-25T02:10:20.246Z Compiling num_enum_derive v0.5.11
29892026-06-25T02:10:20.311Z Checking chacha20poly1305 v0.10.1
29902026-06-25T02:10:20.436Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29912026-06-25T02:10:20.505Z Checking ciborium v0.2.2
29922026-06-25T02:10:20.573Z Checking foreign-types v0.5.0
29932026-06-25T02:10:20.753Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-06-25T02:10:20.820Z Checking tabwriter v1.4.1
29952026-06-25T02:10:20.923Z Checking num_enum v0.7.6
29962026-06-25T02:10:20.923Z Checking byte-wrapper v0.1.0
29972026-06-25T02:10:20.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-06-25T02:10:21.031Z Checking cstr-argument v0.1.2
29992026-06-25T02:10:21.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30002026-06-25T02:10:21.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30012026-06-25T02:10:21.152Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30022026-06-25T02:10:21.256Z Checking num_enum v0.5.11
30032026-06-25T02:10:21.259Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-06-25T02:10:21.321Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-06-25T02:10:21.338Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30062026-06-25T02:10:21.367Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-25T02:10:21.387Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-06-25T02:10:21.482Z Checking rand v0.10.0
30092026-06-25T02:10:21.497Z Checking ingot-types v0.1.2
30102026-06-25T02:10:21.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30112026-06-25T02:10:21.511Z Checking colored v3.1.1
30122026-06-25T02:10:21.559Z Checking indent_write v2.2.0
30132026-06-25T02:10:21.686Z Compiling zone_cfg_derive v0.3.1
30142026-06-25T02:10:21.711Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30152026-06-25T02:10:21.809Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-25T02:10:21.845Z Checking ingot v0.1.1
30172026-06-25T02:10:21.879Z Checking itertools v0.12.1
30182026-06-25T02:10:21.949Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30192026-06-25T02:10:21.961Z Compiling num-derive v0.4.2
30202026-06-25T02:10:22.024Z Checking swrite v0.1.0
30212026-06-25T02:10:22.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222026-06-25T02:10:22.112Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-06-25T02:10:22.244Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30242026-06-25T02:10:22.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30252026-06-25T02:10:22.400Z Checking dropshot-api-manager-types v0.7.2
30262026-06-25T02:10:22.425Z Checking smf v0.2.3
30272026-06-25T02:10:22.442Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-06-25T02:10:22.459Z Checking nanorand v0.7.0
30292026-06-25T02:10:22.561Z Checking whoami v1.6.1
30302026-06-25T02:10:22.651Z Checking flume v0.11.1
30312026-06-25T02:10:22.654Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30322026-06-25T02:10:22.897Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30332026-06-25T02:10:22.938Z Checking zone v0.3.1
30342026-06-25T02:10:23.418Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-25T02:10:24.374Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30362026-06-25T02:10:25.252Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-25T02:10:28.550Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382026-06-25T02:10:30.583Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-06-25T02:10:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
30402026-06-25T02:10:31.846Z
30412026-06-25T02:10:31.846Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30422026-06-25T02:10:32.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-25T02:10:32.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-25T02:10:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-25T02:10:32.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30462026-06-25T02:10:32.371Z
30472026-06-25T02:10:32.371Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30482026-06-25T02:10:32.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-25T02:10:32.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-25T02:10:32.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-25T02:10:32.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30522026-06-25T02:10:32.883Z
30532026-06-25T02:10:32.883Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30542026-06-25T02:10:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-25T02:10:33.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-25T02:10:33.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-25T02:10:33.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30582026-06-25T02:10:33.404Z
30592026-06-25T02:10:33.404Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30602026-06-25T02:10:33.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-25T02:10:33.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-25T02:10:33.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-25T02:10:33.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30642026-06-25T02:10:33.926Z
30652026-06-25T02:10:33.926Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30662026-06-25T02:10:34.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-25T02:10:34.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-25T02:10:34.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-25T02:10:34.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30702026-06-25T02:10:34.452Z
30712026-06-25T02:10:34.452Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30722026-06-25T02:10:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-25T02:10:34.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-25T02:10:34.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-25T02:10:34.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30762026-06-25T02:10:34.973Z
30772026-06-25T02:10:34.973Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30782026-06-25T02:10:35.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-25T02:10:35.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-25T02:10:35.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-25T02:10:35.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30822026-06-25T02:10:35.503Z
30832026-06-25T02:10:35.503Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30842026-06-25T02:10:35.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-25T02:10:35.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-25T02:10:35.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-25T02:10:35.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30882026-06-25T02:10:36.015Z
30892026-06-25T02:10:36.015Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30902026-06-25T02:10:36.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-25T02:10:36.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-25T02:10:36.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-25T02:10:36.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-06-25T02:10:36.540Z
30952026-06-25T02:10:36.540Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30962026-06-25T02:10:36.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-25T02:10:36.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-25T02:10:36.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-25T02:10:36.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31002026-06-25T02:10:37.062Z
31012026-06-25T02:10:37.062Zinfo: running `cargo check --bins` on installinator-client (115/296)
31022026-06-25T02:10:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-25T02:10:37.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-25T02:10:37.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-25T02:10:37.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31062026-06-25T02:10:37.587Z
31072026-06-25T02:10:37.587Zinfo: running `cargo check --bins` on nexus-client (116/296)
31082026-06-25T02:10:38.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-25T02:10:38.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-25T02:10:38.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-25T02:10:38.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31122026-06-25T02:10:38.144Z
31132026-06-25T02:10:38.145Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31142026-06-25T02:10:38.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-25T02:10:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-25T02:10:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-25T02:10:38.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31182026-06-25T02:10:38.700Z
31192026-06-25T02:10:38.700Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31202026-06-25T02:10:39.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-25T02:10:39.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-25T02:10:39.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-25T02:10:39.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31242026-06-25T02:10:39.211Z
31252026-06-25T02:10:39.212Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31262026-06-25T02:10:39.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-25T02:10:39.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-25T02:10:39.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-25T02:10:39.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31302026-06-25T02:10:39.719Z
31312026-06-25T02:10:39.720Zinfo: running `cargo check --bins` on oxide-client (120/296)
31322026-06-25T02:10:40.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-25T02:10:40.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-25T02:10:40.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-25T02:10:40.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31362026-06-25T02:10:40.230Z
31372026-06-25T02:10:40.230Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31382026-06-25T02:10:40.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-25T02:10:40.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-25T02:10:40.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-25T02:10:40.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31422026-06-25T02:10:40.755Z
31432026-06-25T02:10:40.755Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31442026-06-25T02:10:41.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-25T02:10:41.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-25T02:10:41.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-25T02:10:41.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31482026-06-25T02:10:41.263Z
31492026-06-25T02:10:41.263Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31502026-06-25T02:10:41.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-25T02:10:41.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-25T02:10:41.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-25T02:10:41.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31542026-06-25T02:10:41.791Z
31552026-06-25T02:10:41.791Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31562026-06-25T02:10:42.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-25T02:10:42.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-25T02:10:42.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-25T02:10:42.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31602026-06-25T02:10:42.337Z
31612026-06-25T02:10:42.337Zinfo: running `cargo check --bins` on installinator-common (125/296)
31622026-06-25T02:10:42.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-25T02:10:42.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-25T02:10:42.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-25T02:10:42.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31662026-06-25T02:10:42.876Z
31672026-06-25T02:10:42.876Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31682026-06-25T02:10:43.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-25T02:10:43.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-25T02:10:43.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-25T02:10:43.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31722026-06-25T02:10:43.379Z
31732026-06-25T02:10:43.379Zinfo: running `cargo check --bins` on wicket-common (127/296)
31742026-06-25T02:10:43.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-25T02:10:43.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-25T02:10:43.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-06-25T02:10:43.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31782026-06-25T02:10:43.913Z
31792026-06-25T02:10:43.913Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31802026-06-25T02:10:44.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-06-25T02:10:44.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-06-25T02:10:44.534Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-06-25T02:10:44.642Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-06-25T02:10:44.649Z Checking csv-core v0.1.13
31852026-06-25T02:10:44.656Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-06-25T02:10:44.659Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31872026-06-25T02:10:44.672Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31882026-06-25T02:10:44.682Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-06-25T02:10:44.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-25T02:10:44.801Z Checking csv v1.4.0
31912026-06-25T02:10:44.835Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-06-25T02:10:44.849Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-06-25T02:10:44.872Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-06-25T02:10:44.902Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-06-25T02:10:45.131Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-06-25T02:10:45.492Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-06-25T02:10:45.495Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-06-25T02:10:45.837Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-06-25T02:10:51.735Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-06-25T02:10:52.259Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-06-25T02:10:54.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
32022026-06-25T02:10:54.794Z
32032026-06-25T02:10:54.794Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
32042026-06-25T02:10:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-25T02:10:55.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-25T02:10:55.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-25T02:10:55.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
32082026-06-25T02:10:55.314Z
32092026-06-25T02:10:55.315Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32102026-06-25T02:10:55.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-25T02:10:55.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-25T02:10:55.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-25T02:10:55.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32142026-06-25T02:10:55.919Z
32152026-06-25T02:10:55.919Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32162026-06-25T02:10:56.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-25T02:10:56.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-25T02:10:56.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-25T02:10:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32202026-06-25T02:10:56.524Z
32212026-06-25T02:10:56.524Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32222026-06-25T02:10:57.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-25T02:10:57.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-25T02:10:57.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-06-25T02:10:57.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32262026-06-25T02:10:57.097Z
32272026-06-25T02:10:57.097Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32282026-06-25T02:10:57.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-06-25T02:10:57.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-06-25T02:10:57.802Z Compiling regress v0.11.1
32312026-06-25T02:10:57.939Z Compiling unsafe-libyaml v0.2.11
32322026-06-25T02:10:57.949Z Compiling radium v0.7.0
32332026-06-25T02:10:57.952Z Compiling semver v0.1.20
32342026-06-25T02:10:57.971Z Checking nom v8.0.0
32352026-06-25T02:10:57.971Z Compiling maybe-uninit v2.0.0
32362026-06-25T02:10:57.973Z Checking tap v1.0.1
32372026-06-25T02:10:58.091Z Checking wyz v0.5.1
32382026-06-25T02:10:58.208Z Compiling rustc_version v0.1.7
32392026-06-25T02:10:58.267Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-06-25T02:10:58.294Z Compiling zerocopy-derive v0.6.6
32412026-06-25T02:10:58.398Z Compiling cancel-safe-futures v0.1.5
32422026-06-25T02:10:58.423Z Compiling newtype_derive v0.1.6
32432026-06-25T02:10:58.598Z Compiling serde_yaml v0.9.34+deprecated
32442026-06-25T02:10:58.699Z Checking crc-catalog v2.4.0
32452026-06-25T02:10:58.699Z Checking funty v2.0.0
32462026-06-25T02:10:58.703Z Compiling packed_struct v0.10.1
32472026-06-25T02:10:58.950Z Compiling owo-colors v4.3.0
32482026-06-25T02:10:58.979Z Checking bitvec v1.0.1
32492026-06-25T02:10:59.142Z Checking zerocopy v0.6.6
32502026-06-25T02:10:59.374Z Checking typify-impl v0.6.2
32512026-06-25T02:10:59.391Z Checking crc v3.4.0
32522026-06-25T02:10:59.651Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-25T02:10:59.737Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-06-25T02:10:59.907Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
32552026-06-25T02:11:00.035Z Compiling packed_struct_codegen v0.10.1
32562026-06-25T02:11:00.082Z Checking libsw-core v0.3.2
32572026-06-25T02:11:00.182Z Compiling bitfield-macros v0.19.4
32582026-06-25T02:11:00.224Z Compiling indexmap v1.9.3
32592026-06-25T02:11:00.292Z Checking nodrop v0.1.14
32602026-06-25T02:11:00.385Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
32612026-06-25T02:11:00.438Z Checking array-init v0.0.4
32622026-06-25T02:11:00.456Z Checking libsw v3.5.0
32632026-06-25T02:11:00.509Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-06-25T02:11:00.606Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32652026-06-25T02:11:00.735Z Checking smallvec v0.6.14
32662026-06-25T02:11:00.781Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32672026-06-25T02:11:00.895Z Checking bitfield v0.19.4
32682026-06-25T02:11:01.113Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-06-25T02:11:01.141Z Checking hashbrown v0.12.3
32702026-06-25T02:11:01.160Z Checking linear-map v1.2.0
32712026-06-25T02:11:01.197Z Checking smawk v0.3.2
32722026-06-25T02:11:01.229Z Checking base64 v0.21.7
32732026-06-25T02:11:01.323Z Checking unicode-linebreak v0.1.5
32742026-06-25T02:11:01.336Z Checking tagptr v0.2.0
32752026-06-25T02:11:01.463Z Checking ron v0.8.1
32762026-06-25T02:11:01.476Z Checking moka v0.12.13
32772026-06-25T02:11:01.533Z Checking textwrap v0.16.2
32782026-06-25T02:11:01.558Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32792026-06-25T02:11:01.746Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-06-25T02:11:01.858Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32812026-06-25T02:11:01.999Z Checking steno v0.4.1
32822026-06-25T02:11:02.031Z Checking serde-hex v0.1.0
32832026-06-25T02:11:02.141Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-25T02:11:02.164Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32852026-06-25T02:11:02.302Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-06-25T02:11:02.563Z Checking hashbrown v0.13.2
32872026-06-25T02:11:02.870Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-06-25T02:11:02.892Z Checking crc-any v2.5.0
32892026-06-25T02:11:02.994Z Checking object v0.30.4
32902026-06-25T02:11:03.007Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-06-25T02:11:03.069Z Checking hickory-resolver v0.25.2
32922026-06-25T02:11:03.085Z Checking utf-8 v0.7.6
32932026-06-25T02:11:03.164Z Checking half v1.8.3
32942026-06-25T02:11:03.217Z Checking void v1.0.2
32952026-06-25T02:11:03.323Z Checking path-slash v0.1.5
32962026-06-25T02:11:03.357Z Checking serde_cbor v0.11.2
32972026-06-25T02:11:03.425Z Checking lzss v0.8.2
32982026-06-25T02:11:03.534Z Checking tungstenite v0.23.0
32992026-06-25T02:11:03.732Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-06-25T02:11:03.745Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-06-25T02:11:03.770Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33022026-06-25T02:11:03.888Z Checking nix v0.27.1
33032026-06-25T02:11:03.942Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33042026-06-25T02:11:03.955Z Compiling typify-macro v0.6.2
33052026-06-25T02:11:03.959Z Checking kstat-rs v0.2.4
33062026-06-25T02:11:03.981Z Checking fxhash v0.2.1
33072026-06-25T02:11:04.039Z Checking serde_bytes v0.11.19
33082026-06-25T02:11:04.096Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-06-25T02:11:04.149Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-06-25T02:11:04.190Z Checking tokio-tungstenite v0.23.1
33112026-06-25T02:11:04.209Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-06-25T02:11:04.386Z Checking signal-hook-tokio v0.3.1
33132026-06-25T02:11:05.150Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-06-25T02:11:05.233Z Compiling typify v0.6.2
33152026-06-25T02:11:05.311Z Compiling progenitor-impl v0.14.0
33162026-06-25T02:11:06.056Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-06-25T02:11:06.347Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-06-25T02:11:06.721Z Compiling progenitor-macro v0.14.0
33192026-06-25T02:11:09.027Z Checking progenitor v0.14.0
33202026-06-25T02:11:09.136Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33212026-06-25T02:11:09.138Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-06-25T02:11:11.804Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-06-25T02:11:19.921Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-06-25T02:11:26.550Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-06-25T02:11:27.922Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-06-25T02:11:28.416Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-06-25T02:11:30.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33282026-06-25T02:11:30.678Z
33292026-06-25T02:11:30.678Zinfo: running `cargo check --bins` on gateway-api (134/296)
33302026-06-25T02:11:31.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-25T02:11:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-25T02:11:31.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-25T02:11:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33342026-06-25T02:11:31.207Z
33352026-06-25T02:11:31.207Zinfo: running `cargo check --bins` on ipcc (135/296)
33362026-06-25T02:11:31.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-25T02:11:31.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-25T02:11:31.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-25T02:11:31.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33402026-06-25T02:11:31.735Z
33412026-06-25T02:11:31.735Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33422026-06-25T02:11:32.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-25T02:11:32.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-25T02:11:32.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-25T02:11:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33462026-06-25T02:11:32.242Z
33472026-06-25T02:11:32.242Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33482026-06-25T02:11:32.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-25T02:11:32.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-25T02:11:32.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-25T02:11:32.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33522026-06-25T02:11:32.786Z
33532026-06-25T02:11:32.786Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33542026-06-25T02:11:33.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-25T02:11:33.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-25T02:11:33.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-25T02:11:33.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33582026-06-25T02:11:33.314Z
33592026-06-25T02:11:33.314Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33602026-06-25T02:11:33.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-25T02:11:33.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-25T02:11:33.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-25T02:11:33.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33642026-06-25T02:11:33.842Z
33652026-06-25T02:11:33.842Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33662026-06-25T02:11:34.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-25T02:11:34.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-25T02:11:34.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-25T02:11:34.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33702026-06-25T02:11:34.374Z
33712026-06-25T02:11:34.374Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33722026-06-25T02:11:34.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-25T02:11:34.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-25T02:11:34.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-25T02:11:34.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33762026-06-25T02:11:34.908Z
33772026-06-25T02:11:34.909Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33782026-06-25T02:11:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-25T02:11:35.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-25T02:11:35.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-25T02:11:35.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33822026-06-25T02:11:35.436Z
33832026-06-25T02:11:35.436Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33842026-06-25T02:11:35.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-25T02:11:35.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-25T02:11:35.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-25T02:11:35.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33882026-06-25T02:11:35.966Z
33892026-06-25T02:11:35.966Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33902026-06-25T02:11:36.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-25T02:11:36.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-25T02:11:36.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-25T02:11:36.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33942026-06-25T02:11:36.493Z
33952026-06-25T02:11:36.493Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33962026-06-25T02:11:37.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-25T02:11:37.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-25T02:11:37.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-25T02:11:37.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34002026-06-25T02:11:37.022Z
34012026-06-25T02:11:37.023Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
34022026-06-25T02:11:37.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-25T02:11:37.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-25T02:11:37.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-25T02:11:37.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34062026-06-25T02:11:37.552Z
34072026-06-25T02:11:37.552Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34082026-06-25T02:11:37.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-25T02:11:38.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-25T02:11:38.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-25T02:11:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34122026-06-25T02:11:38.081Z
34132026-06-25T02:11:38.081Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34142026-06-25T02:11:38.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-25T02:11:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-25T02:11:38.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-25T02:11:38.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34182026-06-25T02:11:38.627Z
34192026-06-25T02:11:38.627Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34202026-06-25T02:11:39.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-25T02:11:39.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-25T02:11:39.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-25T02:11:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-06-25T02:11:39.174Z
34252026-06-25T02:11:39.174Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34262026-06-25T02:11:39.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-25T02:11:39.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-25T02:11:39.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-25T02:11:39.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-06-25T02:11:39.723Z
34312026-06-25T02:11:39.723Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34322026-06-25T02:11:40.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-25T02:11:40.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-25T02:11:40.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-25T02:11:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34362026-06-25T02:11:40.272Z
34372026-06-25T02:11:40.272Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34382026-06-25T02:11:40.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-25T02:11:40.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-25T02:11:40.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-25T02:11:40.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34422026-06-25T02:11:40.822Z
34432026-06-25T02:11:40.822Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34442026-06-25T02:11:41.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-25T02:11:41.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-25T02:11:41.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-25T02:11:41.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34482026-06-25T02:11:41.373Z
34492026-06-25T02:11:41.374Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34502026-06-25T02:11:41.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-25T02:11:41.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-25T02:11:41.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-25T02:11:41.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34542026-06-25T02:11:41.918Z
34552026-06-25T02:11:41.918Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34562026-06-25T02:11:42.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-25T02:11:42.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-25T02:11:42.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-25T02:11:42.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34602026-06-25T02:11:42.462Z
34612026-06-25T02:11:42.462Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34622026-06-25T02:11:42.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-25T02:11:42.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-25T02:11:42.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-25T02:11:42.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-06-25T02:11:43.010Z
34672026-06-25T02:11:43.010Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34682026-06-25T02:11:43.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-25T02:11:43.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-25T02:11:43.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-25T02:11:43.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-06-25T02:11:43.554Z
34732026-06-25T02:11:43.554Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34742026-06-25T02:11:43.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-25T02:11:44.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-25T02:11:44.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-25T02:11:44.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34782026-06-25T02:11:44.082Z
34792026-06-25T02:11:44.082Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34802026-06-25T02:11:44.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-25T02:11:44.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-25T02:11:44.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-25T02:11:44.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34842026-06-25T02:11:44.611Z
34852026-06-25T02:11:44.611Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34862026-06-25T02:11:45.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-25T02:11:45.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-25T02:11:45.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-25T02:11:45.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34902026-06-25T02:11:45.137Z
34912026-06-25T02:11:45.137Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34922026-06-25T02:11:45.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-25T02:11:45.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-25T02:11:45.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-25T02:11:45.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34962026-06-25T02:11:45.663Z
34972026-06-25T02:11:45.663Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34982026-06-25T02:11:46.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-25T02:11:46.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-25T02:11:46.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-25T02:11:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35022026-06-25T02:11:46.194Z
35032026-06-25T02:11:46.194Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
35042026-06-25T02:11:46.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-25T02:11:46.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-25T02:11:46.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-25T02:11:46.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35082026-06-25T02:11:46.723Z
35092026-06-25T02:11:46.724Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35102026-06-25T02:11:47.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-25T02:11:47.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-25T02:11:47.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-25T02:11:47.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35142026-06-25T02:11:47.254Z
35152026-06-25T02:11:47.254Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35162026-06-25T02:11:47.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-25T02:11:47.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-25T02:11:47.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-25T02:11:47.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35202026-06-25T02:11:47.783Z
35212026-06-25T02:11:47.783Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35222026-06-25T02:11:48.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-25T02:11:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-25T02:11:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-25T02:11:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-06-25T02:11:48.330Z
35272026-06-25T02:11:48.330Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35282026-06-25T02:11:48.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-25T02:11:48.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-25T02:11:48.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-25T02:11:48.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35322026-06-25T02:11:48.878Z
35332026-06-25T02:11:48.878Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35342026-06-25T02:11:49.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-25T02:11:49.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-25T02:11:49.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-25T02:11:49.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35382026-06-25T02:11:49.425Z
35392026-06-25T02:11:49.425Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35402026-06-25T02:11:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-25T02:11:49.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-25T02:11:49.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-25T02:11:49.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35442026-06-25T02:11:49.973Z
35452026-06-25T02:11:49.973Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35462026-06-25T02:11:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-25T02:11:50.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-25T02:11:50.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-25T02:11:50.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35502026-06-25T02:11:50.525Z
35512026-06-25T02:11:50.526Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35522026-06-25T02:11:50.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-25T02:11:50.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-25T02:11:50.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-25T02:11:50.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35562026-06-25T02:11:51.074Z
35572026-06-25T02:11:51.074Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35582026-06-25T02:11:51.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-25T02:11:51.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-25T02:11:51.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-25T02:11:51.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35622026-06-25T02:11:51.619Z
35632026-06-25T02:11:51.619Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35642026-06-25T02:11:52.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-25T02:11:52.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-25T02:11:52.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-25T02:11:52.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35682026-06-25T02:11:52.186Z
35692026-06-25T02:11:52.186Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35702026-06-25T02:11:52.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-25T02:11:52.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-25T02:11:52.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-06-25T02:11:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35742026-06-25T02:11:52.714Z
35752026-06-25T02:11:52.714Zinfo: running `cargo check --bins` on dns-server (175/296)
35762026-06-25T02:11:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-06-25T02:11:53.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-06-25T02:11:53.314Z Compiling parking_lot_core v0.8.6
35792026-06-25T02:11:53.317Z Compiling git-stub v1.0.0
35802026-06-25T02:11:53.317Z Checking prefix-trie v0.7.0
35812026-06-25T02:11:53.427Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35822026-06-25T02:11:53.539Z Compiling git-stub-vcs v0.1.0
35832026-06-25T02:11:53.700Z Checking hickory-server v0.25.2
35842026-06-25T02:11:53.813Z Checking parking_lot v0.11.2
35852026-06-25T02:11:53.816Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35862026-06-25T02:11:53.904Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-06-25T02:11:53.905Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-06-25T02:11:53.985Z Checking sled v0.34.7
35892026-06-25T02:11:55.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35902026-06-25T02:11:56.033Z
35912026-06-25T02:11:56.033Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35922026-06-25T02:11:56.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-25T02:11:56.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-25T02:11:56.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-25T02:11:56.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35962026-06-25T02:11:56.555Z
35972026-06-25T02:11:56.555Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35982026-06-25T02:11:57.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-25T02:11:57.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-25T02:11:57.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-25T02:11:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36022026-06-25T02:11:57.084Z
36032026-06-25T02:11:57.084Zinfo: running `cargo check --bins` on sp-sim (178/296)
36042026-06-25T02:11:57.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-25T02:11:57.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-25T02:11:57.737Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-06-25T02:11:59.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36082026-06-25T02:11:59.658Z
36092026-06-25T02:11:59.658Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36102026-06-25T02:12:00.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-25T02:12:00.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-25T02:12:00.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-25T02:12:00.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36142026-06-25T02:12:00.233Z
36152026-06-25T02:12:00.233Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36162026-06-25T02:12:00.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-25T02:12:00.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-25T02:12:00.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-25T02:12:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-06-25T02:12:00.815Z
36212026-06-25T02:12:00.815Zinfo: running `cargo check --bins` on db-macros (181/296)
36222026-06-25T02:12:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-25T02:12:01.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-25T02:12:01.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-25T02:12:01.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36262026-06-25T02:12:01.324Z
36272026-06-25T02:12:01.325Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36282026-06-25T02:12:01.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-25T02:12:01.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-25T02:12:01.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-25T02:12:01.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36322026-06-25T02:12:01.832Z
36332026-06-25T02:12:01.832Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36342026-06-25T02:12:02.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-25T02:12:02.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-25T02:12:02.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-25T02:12:02.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-06-25T02:12:02.411Z
36392026-06-25T02:12:02.411Zinfo: running `cargo check --bins` on authz-macros (184/296)
36402026-06-25T02:12:02.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-25T02:12:02.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-25T02:12:02.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-25T02:12:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36442026-06-25T02:12:02.918Z
36452026-06-25T02:12:02.918Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36462026-06-25T02:12:03.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-25T02:12:03.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-25T02:12:03.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-25T02:12:03.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36502026-06-25T02:12:03.489Z
36512026-06-25T02:12:03.489Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36522026-06-25T02:12:03.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-25T02:12:03.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-25T02:12:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-25T02:12:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36562026-06-25T02:12:04.060Z
36572026-06-25T02:12:04.060Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36582026-06-25T02:12:04.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-25T02:12:04.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-25T02:12:04.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-25T02:12:04.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36622026-06-25T02:12:04.576Z
36632026-06-25T02:12:04.576Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36642026-06-25T02:12:05.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-25T02:12:05.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-25T02:12:05.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-25T02:12:05.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36682026-06-25T02:12:05.088Z
36692026-06-25T02:12:05.088Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36702026-06-25T02:12:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-25T02:12:05.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-25T02:12:05.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-25T02:12:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36742026-06-25T02:12:05.619Z
36752026-06-25T02:12:05.620Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36762026-06-25T02:12:06.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-25T02:12:06.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-25T02:12:06.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-25T02:12:06.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36802026-06-25T02:12:06.135Z
36812026-06-25T02:12:06.135Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36822026-06-25T02:12:06.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-25T02:12:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-25T02:12:06.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-25T02:12:06.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36862026-06-25T02:12:06.649Z
36872026-06-25T02:12:06.649Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36882026-06-25T02:12:07.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-25T02:12:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-25T02:12:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-25T02:12:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36922026-06-25T02:12:07.165Z
36932026-06-25T02:12:07.165Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36942026-06-25T02:12:07.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-25T02:12:07.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-25T02:12:07.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-25T02:12:07.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-06-25T02:12:07.746Z
36992026-06-25T02:12:07.746Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
37002026-06-25T02:12:08.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-25T02:12:08.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-25T02:12:08.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-25T02:12:08.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-06-25T02:12:08.327Z
37052026-06-25T02:12:08.327Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
37062026-06-25T02:12:08.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-25T02:12:08.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-25T02:12:08.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-25T02:12:08.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-06-25T02:12:08.903Z
37112026-06-25T02:12:08.903Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37122026-06-25T02:12:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-25T02:12:09.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-25T02:12:09.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-25T02:12:09.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37162026-06-25T02:12:09.454Z
37172026-06-25T02:12:09.454Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37182026-06-25T02:12:09.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-25T02:12:09.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-25T02:12:09.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-25T02:12:09.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37222026-06-25T02:12:10.006Z
37232026-06-25T02:12:10.006Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37242026-06-25T02:12:10.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-25T02:12:10.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-25T02:12:10.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-25T02:12:10.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37282026-06-25T02:12:10.561Z
37292026-06-25T02:12:10.561Zinfo: running `cargo check --bins` on key-manager (199/296)
37302026-06-25T02:12:11.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-25T02:12:11.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-25T02:12:11.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-25T02:12:11.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37342026-06-25T02:12:11.092Z
37352026-06-25T02:12:11.092Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37362026-06-25T02:12:11.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-25T02:12:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-25T02:12:11.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-25T02:12:11.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37402026-06-25T02:12:11.644Z
37412026-06-25T02:12:11.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37422026-06-25T02:12:12.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-25T02:12:12.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-25T02:12:12.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-06-25T02:12:12.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37462026-06-25T02:12:12.187Z
37472026-06-25T02:12:12.188Zinfo: running `cargo check --bins` on typed-rng (202/296)
37482026-06-25T02:12:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-25T02:12:12.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-25T02:12:12.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-06-25T02:12:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37522026-06-25T02:12:12.700Z
37532026-06-25T02:12:12.700Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37542026-06-25T02:12:13.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-06-25T02:12:13.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-06-25T02:12:13.494Z Compiling libefi-sys v0.1.0
37572026-06-25T02:12:13.497Z Compiling bitfield-struct v0.6.2
37582026-06-25T02:12:13.632Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-25T02:12:13.640Z Compiling xshell-macros v0.2.7
37602026-06-25T02:12:13.648Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37612026-06-25T02:12:13.660Z Compiling salty v0.3.0
37622026-06-25T02:12:13.674Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37632026-06-25T02:12:13.688Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37642026-06-25T02:12:13.701Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37652026-06-25T02:12:13.814Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37662026-06-25T02:12:13.970Z Checking primeorder v0.13.6
37672026-06-25T02:12:13.984Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-06-25T02:12:13.997Z Compiling proc-macro-error-attr2 v2.0.0
37692026-06-25T02:12:14.010Z Checking xshell v0.2.7
37702026-06-25T02:12:14.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37712026-06-25T02:12:14.140Z Checking tungstenite v0.21.0
37722026-06-25T02:12:14.194Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37732026-06-25T02:12:14.208Z Checking p384 v0.13.1
37742026-06-25T02:12:14.232Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37752026-06-25T02:12:14.332Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
37762026-06-25T02:12:14.349Z Compiling num-derive v0.3.3
37772026-06-25T02:12:14.382Z Compiling proc-macro-error2 v2.0.1
37782026-06-25T02:12:14.469Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-06-25T02:12:14.484Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37802026-06-25T02:12:14.561Z Checking tokio-tungstenite v0.21.0
37812026-06-25T02:12:14.689Z Compiling tabled_derive v0.11.0
37822026-06-25T02:12:14.704Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
37832026-06-25T02:12:14.707Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-06-25T02:12:14.742Z Checking papergrid v0.17.0
37852026-06-25T02:12:14.828Z Compiling progenitor-impl v0.13.0
37862026-06-25T02:12:14.843Z Checking testing_table v0.3.0
37872026-06-25T02:12:14.855Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-25T02:12:14.931Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37892026-06-25T02:12:14.987Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-25T02:12:15.138Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37912026-06-25T02:12:15.180Z Checking corncobs v0.1.4
37922026-06-25T02:12:15.227Z Checking libscf-sys v1.1.0
37932026-06-25T02:12:15.304Z Compiling illumos-nvpair-sys v0.2.0
37942026-06-25T02:12:15.329Z Compiling unicase v2.9.0
37952026-06-25T02:12:15.357Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37962026-06-25T02:12:15.521Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-06-25T02:12:15.534Z Compiling mime_guess v2.0.5
37982026-06-25T02:12:15.569Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
37992026-06-25T02:12:15.582Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38002026-06-25T02:12:15.596Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-06-25T02:12:15.620Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38022026-06-25T02:12:15.833Z Checking tabled v0.20.0
38032026-06-25T02:12:15.922Z Checking progenitor-client v0.13.0
38042026-06-25T02:12:16.064Z Checking secrecy v0.8.0
38052026-06-25T02:12:16.136Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38062026-06-25T02:12:16.160Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38072026-06-25T02:12:16.258Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38082026-06-25T02:12:16.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38092026-06-25T02:12:16.513Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38102026-06-25T02:12:16.597Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38112026-06-25T02:12:16.678Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38122026-06-25T02:12:16.717Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38132026-06-25T02:12:16.745Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38142026-06-25T02:12:16.866Z Checking filetime v0.2.27
38152026-06-25T02:12:17.007Z Checking http-range v0.1.5
38162026-06-25T02:12:17.091Z Checking crc8 v0.1.1
38172026-06-25T02:12:17.134Z Checking xattr v1.6.1
38182026-06-25T02:12:17.206Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-06-25T02:12:17.266Z Checking tar v0.4.45
38202026-06-25T02:12:17.376Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38212026-06-25T02:12:17.390Z Checking illumos-nvpair v0.3.0
38222026-06-25T02:12:17.453Z Compiling progenitor-macro v0.13.0
38232026-06-25T02:12:17.468Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38242026-06-25T02:12:17.541Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-06-25T02:12:17.630Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38262026-06-25T02:12:17.654Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38272026-06-25T02:12:17.927Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38282026-06-25T02:12:17.930Z Checking atty v0.2.14
38292026-06-25T02:12:18.037Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38302026-06-25T02:12:18.052Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38312026-06-25T02:12:18.204Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38322026-06-25T02:12:18.240Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38332026-06-25T02:12:18.277Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38342026-06-25T02:12:18.292Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-06-25T02:12:18.375Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38362026-06-25T02:12:18.585Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38372026-06-25T02:12:18.600Z Checking hyper-staticfile v0.10.1
38382026-06-25T02:12:18.634Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38392026-06-25T02:12:18.757Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38402026-06-25T02:12:18.890Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38412026-06-25T02:12:18.893Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38422026-06-25T02:12:19.161Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38432026-06-25T02:12:19.180Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38442026-06-25T02:12:19.450Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38452026-06-25T02:12:19.717Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38462026-06-25T02:12:20.365Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38472026-06-25T02:12:20.838Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38482026-06-25T02:12:21.244Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38492026-06-25T02:12:21.525Z Checking progenitor v0.13.0
38502026-06-25T02:12:21.662Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38512026-06-25T02:12:23.594Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38522026-06-25T02:12:26.984Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38532026-06-25T02:12:38.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.41s
38542026-06-25T02:12:38.319Z
38552026-06-25T02:12:38.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38562026-06-25T02:12:38.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-25T02:12:38.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-25T02:12:39.043Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-06-25T02:12:49.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38602026-06-25T02:12:50.066Z
38612026-06-25T02:12:50.066Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38622026-06-25T02:12:50.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-25T02:12:50.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-25T02:12:50.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-06-25T02:13:01.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38662026-06-25T02:13:01.824Z
38672026-06-25T02:13:01.824Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38682026-06-25T02:13:02.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-25T02:13:02.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-25T02:13:02.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-06-25T02:13:13.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38722026-06-25T02:13:13.604Z
38732026-06-25T02:13:13.604Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38742026-06-25T02:13:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-25T02:13:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-25T02:13:14.335Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-06-25T02:13:25.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38782026-06-25T02:13:25.350Z
38792026-06-25T02:13:25.350Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38802026-06-25T02:13:25.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-06-25T02:13:25.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-06-25T02:13:26.068Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-06-25T02:13:37.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
38842026-06-25T02:13:37.211Z
38852026-06-25T02:13:37.211Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38862026-06-25T02:13:37.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-06-25T02:13:37.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-06-25T02:13:37.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-06-25T02:13:48.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
38902026-06-25T02:13:49.085Z
38912026-06-25T02:13:49.085Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38922026-06-25T02:13:49.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-06-25T02:13:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-06-25T02:13:49.799Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-06-25T02:14:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38962026-06-25T02:14:00.889Z
38972026-06-25T02:14:00.889Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38982026-06-25T02:14:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-06-25T02:14:01.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-06-25T02:14:01.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-06-25T02:14:01.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39022026-06-25T02:14:01.420Z
39032026-06-25T02:14:01.420Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
39042026-06-25T02:14:01.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-06-25T02:14:01.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-06-25T02:14:01.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-06-25T02:14:01.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39082026-06-25T02:14:01.953Z
39092026-06-25T02:14:01.953Zinfo: running `cargo check --bins` on range-requests (213/296)
39102026-06-25T02:14:02.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-06-25T02:14:02.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-06-25T02:14:02.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-06-25T02:14:02.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39142026-06-25T02:14:02.474Z
39152026-06-25T02:14:02.474Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39162026-06-25T02:14:02.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-06-25T02:14:02.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-06-25T02:14:02.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-06-25T02:14:02.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39202026-06-25T02:14:02.994Z
39212026-06-25T02:14:02.995Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39222026-06-25T02:14:03.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-06-25T02:14:03.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-06-25T02:14:03.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-06-25T02:14:03.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39262026-06-25T02:14:03.539Z
39272026-06-25T02:14:03.539Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39282026-06-25T02:14:03.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-06-25T02:14:04.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-06-25T02:14:04.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-06-25T02:14:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39322026-06-25T02:14:04.085Z
39332026-06-25T02:14:04.085Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39342026-06-25T02:14:04.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-06-25T02:14:04.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-06-25T02:14:04.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-06-25T02:14:04.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39382026-06-25T02:14:04.629Z
39392026-06-25T02:14:04.629Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39402026-06-25T02:14:05.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-06-25T02:14:05.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-06-25T02:14:05.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-06-25T02:14:05.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39442026-06-25T02:14:05.181Z
39452026-06-25T02:14:05.182Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39462026-06-25T02:14:05.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-06-25T02:14:05.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-06-25T02:14:05.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-06-25T02:14:05.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-06-25T02:14:05.732Z
39512026-06-25T02:14:05.732Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39522026-06-25T02:14:06.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-25T02:14:06.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-25T02:14:06.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-06-25T02:14:06.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39562026-06-25T02:14:06.277Z
39572026-06-25T02:14:06.277Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39582026-06-25T02:14:06.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-06-25T02:14:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-06-25T02:14:06.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-06-25T02:14:06.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39622026-06-25T02:14:06.822Z
39632026-06-25T02:14:06.822Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39642026-06-25T02:14:07.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-06-25T02:14:07.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-06-25T02:14:07.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-06-25T02:14:07.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39682026-06-25T02:14:07.369Z
39692026-06-25T02:14:07.369Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39702026-06-25T02:14:07.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-06-25T02:14:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-06-25T02:14:07.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-06-25T02:14:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39742026-06-25T02:14:07.915Z
39752026-06-25T02:14:07.915Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39762026-06-25T02:14:08.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-06-25T02:14:08.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-06-25T02:14:08.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-06-25T02:14:08.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39802026-06-25T02:14:08.467Z
39812026-06-25T02:14:08.467Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39822026-06-25T02:14:08.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-06-25T02:14:08.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-06-25T02:14:08.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-06-25T02:14:08.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39862026-06-25T02:14:09.035Z
39872026-06-25T02:14:09.035Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39882026-06-25T02:14:09.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-06-25T02:14:09.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-06-25T02:14:09.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-06-25T02:14:09.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39922026-06-25T02:14:09.587Z
39932026-06-25T02:14:09.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39942026-06-25T02:14:10.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-06-25T02:14:10.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-06-25T02:14:10.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-06-25T02:14:10.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39982026-06-25T02:14:10.149Z
39992026-06-25T02:14:10.149Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
40002026-06-25T02:14:10.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-06-25T02:14:10.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-06-25T02:14:10.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-06-25T02:14:10.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40042026-06-25T02:14:10.725Z
40052026-06-25T02:14:10.725Zinfo: running `cargo check --bins` on update-common (229/296)
40062026-06-25T02:14:11.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-06-25T02:14:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-06-25T02:14:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-06-25T02:14:11.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40102026-06-25T02:14:11.256Z
40112026-06-25T02:14:11.256Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40122026-06-25T02:14:11.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-06-25T02:14:11.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-06-25T02:14:11.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-06-25T02:14:11.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40162026-06-25T02:14:11.832Z
40172026-06-25T02:14:11.832Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40182026-06-25T02:14:12.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-06-25T02:14:12.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-06-25T02:14:12.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-06-25T02:14:12.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40222026-06-25T02:14:12.339Z
40232026-06-25T02:14:12.340Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40242026-06-25T02:14:12.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-06-25T02:14:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-06-25T02:14:13.052Z Compiling fs-err v2.11.0
40272026-06-25T02:14:13.055Z Checking ignore v0.4.25
40282026-06-25T02:14:13.055Z Checking arc-swap v1.8.2
40292026-06-25T02:14:13.180Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40302026-06-25T02:14:13.180Z Checking predicates-tree v1.0.13
40312026-06-25T02:14:13.183Z Checking parse-size v1.1.0
40322026-06-25T02:14:13.207Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40332026-06-25T02:14:13.210Z Checking rand_seeder v0.4.0
40342026-06-25T02:14:13.283Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40352026-06-25T02:14:13.305Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40362026-06-25T02:14:13.353Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40372026-06-25T02:14:13.371Z Checking slog-scope v4.4.1
40382026-06-25T02:14:13.405Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40392026-06-25T02:14:13.497Z Compiling petname v2.0.2
40402026-06-25T02:14:13.510Z Checking slog-stdlog v4.1.1
40412026-06-25T02:14:13.524Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40422026-06-25T02:14:13.548Z Checking globwalk v0.9.1
40432026-06-25T02:14:13.599Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-25T02:14:13.628Z Checking slog-envlogger v2.2.0
40452026-06-25T02:14:13.724Z Checking camino-tempfile-ext v0.3.3
40462026-06-25T02:14:13.775Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40472026-06-25T02:14:13.818Z Checking sapling-renderdag v0.1.0
40482026-06-25T02:14:13.916Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40492026-06-25T02:14:13.962Z Checking subprocess v0.2.15
40502026-06-25T02:14:14.052Z Checking sync-ptr v0.1.4
40512026-06-25T02:14:14.135Z Checking colored v2.2.0
40522026-06-25T02:14:14.166Z Checking assert_matches v1.5.0
40532026-06-25T02:14:14.241Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40542026-06-25T02:14:14.410Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40552026-06-25T02:14:14.410Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40562026-06-25T02:14:15.073Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40572026-06-25T02:14:16.381Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40582026-06-25T02:14:18.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
40592026-06-25T02:14:18.741Z
40602026-06-25T02:14:18.742Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40612026-06-25T02:14:19.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-06-25T02:14:19.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-06-25T02:14:19.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-06-25T02:14:19.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40652026-06-25T02:14:19.248Z
40662026-06-25T02:14:19.248Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40672026-06-25T02:14:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-06-25T02:14:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-06-25T02:14:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-06-25T02:14:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40712026-06-25T02:14:19.780Z
40722026-06-25T02:14:19.780Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40732026-06-25T02:14:20.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-25T02:14:20.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-25T02:14:20.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-25T02:14:20.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40772026-06-25T02:14:20.355Z
40782026-06-25T02:14:20.355Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40792026-06-25T02:14:20.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-25T02:14:20.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-25T02:14:21.014Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40822026-06-25T02:14:21.014Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40832026-06-25T02:14:21.653Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40842026-06-25T02:14:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40852026-06-25T02:14:23.382Z
40862026-06-25T02:14:23.382Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40872026-06-25T02:14:23.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-25T02:14:23.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-25T02:14:23.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-06-25T02:14:23.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40912026-06-25T02:14:23.901Z
40922026-06-25T02:14:23.901Zinfo: running `cargo check --bins` on cert-dev (238/296)
40932026-06-25T02:14:24.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-25T02:14:24.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-25T02:14:24.449Z Checking yasna v0.5.2
40962026-06-25T02:14:24.844Z Checking rcgen v0.12.1
40972026-06-25T02:14:25.092Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40982026-06-25T02:14:25.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40992026-06-25T02:14:25.420Z
41002026-06-25T02:14:25.421Zinfo: running `cargo check --bins` on clickana (239/296)
41012026-06-25T02:14:25.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-06-25T02:14:25.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-06-25T02:14:25.999Z Compiling darling_core v0.23.0
41042026-06-25T02:14:26.102Z Compiling instability v0.3.11
41052026-06-25T02:14:26.109Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41062026-06-25T02:14:26.112Z Checking castaway v0.2.4
41072026-06-25T02:14:26.119Z Compiling indoc v2.0.7
41082026-06-25T02:14:26.122Z Checking unicode-truncate v1.1.0
41092026-06-25T02:14:26.136Z Checking lru v0.12.5
41102026-06-25T02:14:26.136Z Checking cassowary v0.3.0
41112026-06-25T02:14:26.202Z Checking compact_str v0.8.1
41122026-06-25T02:14:27.414Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41132026-06-25T02:14:27.529Z Compiling darling_macro v0.23.0
41142026-06-25T02:14:27.587Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41152026-06-25T02:14:27.946Z Compiling darling v0.23.0
41162026-06-25T02:14:28.562Z Checking ratatui v0.29.0
41172026-06-25T02:14:29.629Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41182026-06-25T02:14:30.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41192026-06-25T02:14:30.452Z
41202026-06-25T02:14:30.452Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41212026-06-25T02:14:30.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-25T02:14:30.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-25T02:14:31.108Z Checking headers-core v0.3.0
41242026-06-25T02:14:31.111Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41252026-06-25T02:14:31.297Z Checking headers v0.4.1
41262026-06-25T02:14:31.658Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-06-25T02:14:32.532Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41282026-06-25T02:14:33.005Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41292026-06-25T02:14:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
41302026-06-25T02:14:33.592Z
41312026-06-25T02:14:33.592Zinfo: running `cargo check --bins` on ch-dev (241/296)
41322026-06-25T02:14:34.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-06-25T02:14:34.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-06-25T02:14:34.245Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41352026-06-25T02:14:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41362026-06-25T02:14:35.149Z
41372026-06-25T02:14:35.150Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41382026-06-25T02:14:35.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-25T02:14:35.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-25T02:14:35.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-06-25T02:14:35.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41422026-06-25T02:14:35.537Z
41432026-06-25T02:14:35.537Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41442026-06-25T02:14:36.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-25T02:14:36.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-25T02:14:36.198Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41472026-06-25T02:14:37.188Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41482026-06-25T02:14:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41492026-06-25T02:14:37.693Z
41502026-06-25T02:14:37.693Zinfo: running `cargo check --bins` on db-dev (244/296)
41512026-06-25T02:14:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-25T02:14:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-25T02:14:38.347Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41542026-06-25T02:14:39.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41552026-06-25T02:14:39.254Z
41562026-06-25T02:14:39.254Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41572026-06-25T02:14:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-06-25T02:14:39.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-06-25T02:14:39.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-06-25T02:14:39.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41612026-06-25T02:14:39.819Z
41622026-06-25T02:14:39.819Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41632026-06-25T02:14:40.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-06-25T02:14:40.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-06-25T02:14:40.371Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41662026-06-25T02:14:41.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41672026-06-25T02:14:41.206Z
41682026-06-25T02:14:41.206Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41692026-06-25T02:14:41.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-06-25T02:14:41.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-06-25T02:14:41.894Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-25T02:14:41.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-25T02:14:41.897Z Checking git-stub v1.0.0
41742026-06-25T02:14:41.897Z Compiling trait-variant v0.1.2
41752026-06-25T02:14:42.016Z Checking is_ci v1.2.0
41762026-06-25T02:14:42.037Z Checking maplit v1.0.2
41772026-06-25T02:14:42.040Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41782026-06-25T02:14:42.059Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41792026-06-25T02:14:42.111Z Checking supports-color v3.0.2
41802026-06-25T02:14:42.111Z Checking drift v0.2.0
41812026-06-25T02:14:42.147Z Checking git-stub-vcs v0.1.0
41822026-06-25T02:14:42.223Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41832026-06-25T02:14:42.236Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-06-25T02:14:42.257Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-06-25T02:14:42.336Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-06-25T02:14:42.465Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41872026-06-25T02:14:42.479Z Checking dropshot-api-manager v0.7.2
41882026-06-25T02:14:42.507Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41892026-06-25T02:14:42.545Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41902026-06-25T02:14:42.736Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-06-25T02:14:43.273Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-06-25T02:14:44.192Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41932026-06-25T02:14:45.394Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41942026-06-25T02:14:46.002Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41952026-06-25T02:14:46.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
41962026-06-25T02:14:46.627Z
41972026-06-25T02:14:46.627Zinfo: running `cargo check --bins` on installinator-api (248/296)
41982026-06-25T02:14:47.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-06-25T02:14:47.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-06-25T02:14:47.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-06-25T02:14:47.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42022026-06-25T02:14:47.153Z
42032026-06-25T02:14:47.153Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
42042026-06-25T02:14:47.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-06-25T02:14:47.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-06-25T02:14:47.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-06-25T02:14:47.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-06-25T02:14:47.716Z
42092026-06-25T02:14:47.716Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42102026-06-25T02:14:48.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-06-25T02:14:48.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-06-25T02:14:48.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-06-25T02:14:48.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-06-25T02:14:48.281Z
42152026-06-25T02:14:48.281Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42162026-06-25T02:14:48.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-06-25T02:14:48.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-06-25T02:14:48.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-06-25T02:14:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-06-25T02:14:48.844Z
42212026-06-25T02:14:48.844Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42222026-06-25T02:14:49.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-06-25T02:14:49.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-06-25T02:14:49.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-06-25T02:14:49.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42262026-06-25T02:14:49.373Z
42272026-06-25T02:14:49.373Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42282026-06-25T02:14:49.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-25T02:14:49.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-25T02:14:49.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-06-25T02:14:49.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42322026-06-25T02:14:49.886Z
42332026-06-25T02:14:49.886Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42342026-06-25T02:14:50.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-06-25T02:14:50.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-06-25T02:14:50.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-06-25T02:14:50.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42382026-06-25T02:14:50.431Z
42392026-06-25T02:14:50.431Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42402026-06-25T02:14:50.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-06-25T02:14:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-06-25T02:14:50.984Z Checking typeid v1.0.3
42432026-06-25T02:14:51.090Z Checking ordered-float v2.10.1
42442026-06-25T02:14:51.108Z Checking unicode-xid v0.2.6
42452026-06-25T02:14:51.119Z Checking cargo-platform v0.2.0
42462026-06-25T02:14:51.129Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42472026-06-25T02:14:51.154Z Checking erased-serde v0.4.9
42482026-06-25T02:14:51.291Z Checking serde-value v0.7.0
42492026-06-25T02:14:51.467Z Checking serde-untagged v0.1.9
42502026-06-25T02:14:51.620Z Checking cargo-util-schemas v0.8.2
42512026-06-25T02:14:52.301Z Checking cargo_metadata v0.21.0
42522026-06-25T02:14:52.905Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42532026-06-25T02:14:53.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42542026-06-25T02:14:53.798Z
42552026-06-25T02:14:53.798Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42562026-06-25T02:14:54.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-06-25T02:14:54.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-06-25T02:14:54.467Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42592026-06-25T02:14:55.068Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42602026-06-25T02:14:55.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42612026-06-25T02:14:55.737Z
42622026-06-25T02:14:55.737Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42632026-06-25T02:14:56.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-06-25T02:14:56.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-06-25T02:14:56.629Z Compiling vergen-lib v0.1.6
42662026-06-25T02:14:56.630Z Compiling diesel_derives v2.3.7
42672026-06-25T02:14:56.630Z Compiling dsl_auto_type v0.2.0
42682026-06-25T02:14:56.633Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42692026-06-25T02:14:56.633Z Checking scheduled-thread-pool v0.2.7
42702026-06-25T02:14:56.633Z Compiling vergen-gitcl v1.0.8
42712026-06-25T02:14:56.633Z Compiling diesel_table_macro_syntax v0.3.0
42722026-06-25T02:14:56.782Z Compiling dirs-sys-next v0.1.2
42732026-06-25T02:14:56.902Z Compiling crunchy v0.2.4
42742026-06-25T02:14:56.950Z Compiling glob v0.3.3
42752026-06-25T02:14:56.969Z Compiling dirs-next v2.0.0
42762026-06-25T02:14:57.005Z Checking r2d2 v0.8.10
42772026-06-25T02:14:57.089Z Checking downcast-rs v2.0.2
42782026-06-25T02:14:57.104Z Compiling tiny-keccak v2.0.2
42792026-06-25T02:14:57.194Z Compiling term v0.7.0
42802026-06-25T02:14:57.197Z Compiling bit-vec v0.6.3
42812026-06-25T02:14:57.339Z Compiling clang-sys v1.8.1
42822026-06-25T02:14:57.397Z Compiling bit-set v0.5.3
42832026-06-25T02:14:57.423Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42842026-06-25T02:14:57.552Z Compiling ascii-canvas v3.0.0
42852026-06-25T02:14:57.607Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42862026-06-25T02:14:57.708Z Compiling itertools v0.10.5
42872026-06-25T02:14:57.727Z Compiling ena v0.14.4
42882026-06-25T02:14:57.744Z Compiling libloading v0.8.9
42892026-06-25T02:14:57.759Z Compiling bindgen v0.71.1
42902026-06-25T02:14:57.790Z Compiling diff v0.1.13
42912026-06-25T02:14:57.829Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42922026-06-25T02:14:57.932Z Compiling regex-syntax v0.6.29
42932026-06-25T02:14:58.068Z Compiling cexpr v0.6.0
42942026-06-25T02:14:58.202Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42952026-06-25T02:14:58.396Z Compiling rustc-hash v2.1.1
42962026-06-25T02:14:58.553Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42972026-06-25T02:14:58.667Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42982026-06-25T02:14:58.747Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42992026-06-25T02:14:58.766Z Compiling libxml v0.3.3
43002026-06-25T02:14:58.999Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43012026-06-25T02:14:59.016Z Compiling strum_macros v0.24.3
43022026-06-25T02:14:59.032Z Compiling indoc v1.0.9
43032026-06-25T02:14:59.479Z Compiling lalrpop v0.19.12
43042026-06-25T02:14:59.816Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43052026-06-25T02:15:00.008Z Checking derive_builder v0.20.2
43062026-06-25T02:15:00.036Z Compiling oso-derive v0.27.3
43072026-06-25T02:15:00.123Z Checking quick-xml v0.37.5
43082026-06-25T02:15:00.366Z Compiling impl-trait-for-tuples v0.2.3
43092026-06-25T02:15:00.532Z Checking openssl-probe v0.1.6
43102026-06-25T02:15:00.674Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43112026-06-25T02:15:01.010Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43122026-06-25T02:15:01.203Z Checking bb8 v0.8.6
43132026-06-25T02:15:01.427Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-06-25T02:15:01.490Z Compiling libz-sys v1.1.24
43152026-06-25T02:15:01.560Z Checking nonempty v0.12.0
43162026-06-25T02:15:01.638Z Compiling strsim v0.10.0
43172026-06-25T02:15:01.724Z Compiling libgit2-sys v0.18.3+1.9.2
43182026-06-25T02:15:01.958Z Compiling darling_core v0.13.4
43192026-06-25T02:15:02.004Z Compiling vergen-git2 v9.1.0
43202026-06-25T02:15:02.101Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-06-25T02:15:02.234Z Compiling base64 v0.21.7
43222026-06-25T02:15:02.288Z Compiling rustls v0.21.12
43232026-06-25T02:15:02.499Z Compiling ron v0.8.1
43242026-06-25T02:15:02.585Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43252026-06-25T02:15:02.744Z Checking diesel v2.3.7
43262026-06-25T02:15:03.476Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43272026-06-25T02:15:03.577Z Checking sct v0.7.1
43282026-06-25T02:15:03.665Z Checking rustls-webpki v0.101.7
43292026-06-25T02:15:03.739Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43302026-06-25T02:15:03.849Z Compiling darling_macro v0.13.4
43312026-06-25T02:15:04.322Z Compiling darling v0.13.4
43322026-06-25T02:15:04.415Z Compiling serde_with_macros v1.5.2
43332026-06-25T02:15:04.969Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43342026-06-25T02:15:05.251Z Compiling serde_with v1.14.0
43352026-06-25T02:15:05.335Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43362026-06-25T02:15:06.402Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43372026-06-25T02:15:06.656Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43382026-06-25T02:15:07.104Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43392026-06-25T02:15:07.772Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43402026-06-25T02:15:07.974Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43412026-06-25T02:15:07.990Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43422026-06-25T02:15:08.161Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43432026-06-25T02:15:08.178Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43442026-06-25T02:15:08.300Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-06-25T02:15:08.348Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43462026-06-25T02:15:08.526Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43472026-06-25T02:15:08.555Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43482026-06-25T02:15:08.575Z Checking tokio-rustls v0.24.1
43492026-06-25T02:15:08.779Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43502026-06-25T02:15:09.361Z Checking rustls-pemfile v1.0.4
43512026-06-25T02:15:09.389Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43522026-06-25T02:15:09.505Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43532026-06-25T02:15:09.590Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-25T02:15:09.691Z Checking twox-hash v2.1.2
43552026-06-25T02:15:09.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-06-25T02:15:09.975Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43572026-06-25T02:15:10.014Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43582026-06-25T02:15:10.152Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-06-25T02:15:10.301Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43602026-06-25T02:15:11.569Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43612026-06-25T02:15:11.664Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43622026-06-25T02:15:12.023Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43632026-06-25T02:15:12.359Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43642026-06-25T02:15:12.715Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43652026-06-25T02:15:12.906Z Checking console v0.16.2
43662026-06-25T02:15:13.220Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43672026-06-25T02:15:13.333Z Checking fatfs v0.3.6
43682026-06-25T02:15:13.364Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43692026-06-25T02:15:13.794Z Checking unit-prefix v0.5.2
43702026-06-25T02:15:13.929Z Compiling seq-macro v0.3.6
43712026-06-25T02:15:14.442Z Checking indicatif v0.18.4
43722026-06-25T02:15:14.614Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43732026-06-25T02:15:14.699Z Checking support-bundle-viewer v0.1.2
43742026-06-25T02:15:14.839Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43752026-06-25T02:15:14.948Z Checking multimap v0.10.1
43762026-06-25T02:15:20.701Z Checking async-bb8-diesel v0.2.1
43772026-06-25T02:15:21.073Z Checking diesel-dtrace v0.5.0
43782026-06-25T02:15:23.492Z Compiling samael v0.0.19
43792026-06-25T02:15:27.206Z Compiling git2 v0.20.4
43802026-06-25T02:15:30.760Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43812026-06-25T02:15:30.825Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43822026-06-25T02:15:32.038Z Compiling polar-core v0.27.3
43832026-06-25T02:15:36.511Z Checking oso v0.27.3
43842026-06-25T02:16:05.770Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-06-25T02:17:19.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43862026-06-25T02:17:19.539Z
43872026-06-25T02:17:19.539Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43882026-06-25T02:17:20.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-25T02:17:20.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-25T02:17:20.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-25T02:17:20.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-06-25T02:17:20.156Z
43932026-06-25T02:17:20.156Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43942026-06-25T02:17:20.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-25T02:17:20.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-25T02:17:20.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-25T02:17:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43982026-06-25T02:17:20.738Z
43992026-06-25T02:17:20.738Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
44002026-06-25T02:17:21.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-25T02:17:21.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-25T02:17:21.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-25T02:17:21.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44042026-06-25T02:17:21.323Z
44052026-06-25T02:17:21.323Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
44062026-06-25T02:17:21.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-25T02:17:21.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-25T02:17:21.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-06-25T02:17:21.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44102026-06-25T02:17:21.832Z
44112026-06-25T02:17:21.832Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44122026-06-25T02:17:22.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-25T02:17:22.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-25T02:17:22.603Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-25T02:17:23.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44162026-06-25T02:17:23.526Z
44172026-06-25T02:17:23.526Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44182026-06-25T02:17:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-25T02:17:24.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-25T02:17:24.286Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-06-25T02:18:02.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.05s
44222026-06-25T02:18:02.785Z
44232026-06-25T02:18:02.785Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44242026-06-25T02:18:03.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-25T02:18:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-25T02:18:03.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-25T02:18:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44282026-06-25T02:18:03.298Z
44292026-06-25T02:18:03.298Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44302026-06-25T02:18:03.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-25T02:18:03.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-25T02:18:03.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-25T02:18:03.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44342026-06-25T02:18:03.870Z
44352026-06-25T02:18:03.870Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44362026-06-25T02:18:04.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-25T02:18:04.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-25T02:18:04.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-25T02:18:04.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-06-25T02:18:04.455Z
44412026-06-25T02:18:04.455Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44422026-06-25T02:18:04.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-25T02:18:04.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-25T02:18:04.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-25T02:18:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44462026-06-25T02:18:05.034Z
44472026-06-25T02:18:05.034Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44482026-06-25T02:18:05.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-25T02:18:05.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-25T02:18:05.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-25T02:18:05.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44522026-06-25T02:18:05.605Z
44532026-06-25T02:18:05.605Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44542026-06-25T02:18:06.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-25T02:18:06.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-25T02:18:06.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-25T02:18:06.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44582026-06-25T02:18:06.187Z
44592026-06-25T02:18:06.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44602026-06-25T02:18:06.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-25T02:18:06.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-25T02:18:06.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-25T02:18:06.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44642026-06-25T02:18:06.765Z
44652026-06-25T02:18:06.765Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44662026-06-25T02:18:07.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-25T02:18:07.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-25T02:18:07.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-25T02:18:07.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-06-25T02:18:07.344Z
44712026-06-25T02:18:07.344Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44722026-06-25T02:18:07.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-25T02:18:07.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-25T02:18:08.180Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-25T02:18:08.183Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-25T02:18:08.332Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-25T02:18:08.349Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-25T02:18:08.362Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-25T02:18:08.365Z Checking diff v0.1.13
44802026-06-25T02:18:08.365Z Checking yansi v1.0.1
44812026-06-25T02:18:08.402Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-25T02:18:08.493Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-25T02:18:08.631Z Checking pretty_assertions v1.4.1
44842026-06-25T02:18:09.348Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-25T02:18:09.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-25T02:18:33.988Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-25T02:18:33.991Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-25T02:18:33.991Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-25T02:18:33.991Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44902026-06-25T02:18:33.991Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44912026-06-25T02:18:33.991Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-25T02:18:34.849Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44932026-06-25T02:18:34.850Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44942026-06-25T02:18:36.063Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44952026-06-25T02:19:14.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44962026-06-25T02:19:14.286Z
44972026-06-25T02:19:14.287Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44982026-06-25T02:19:14.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-25T02:19:14.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-25T02:19:14.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-06-25T02:19:14.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45022026-06-25T02:19:14.799Z
45032026-06-25T02:19:14.799Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
45042026-06-25T02:19:15.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-25T02:19:15.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-25T02:19:15.510Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45072026-06-25T02:19:15.628Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45082026-06-25T02:19:15.630Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45092026-06-25T02:19:42.774Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45102026-06-25T02:19:43.150Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112026-06-25T02:19:44.848Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45122026-06-25T02:19:45.291Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45132026-06-25T02:19:48.269Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-06-25T02:20:12.087Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-06-25T02:20:12.785Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45162026-06-25T02:20:14.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.61s
45172026-06-25T02:20:14.608Z
45182026-06-25T02:20:14.608Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45192026-06-25T02:20:15.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-25T02:20:15.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-25T02:20:15.264Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45222026-06-25T02:20:15.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45232026-06-25T02:20:16.106Z
45242026-06-25T02:20:16.107Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45252026-06-25T02:20:16.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-25T02:20:16.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-25T02:20:16.705Z Compiling blake3 v1.8.5
45282026-06-25T02:20:16.809Z Checking arrayvec v0.7.6
45292026-06-25T02:20:16.815Z Checking constant_time_eq v0.4.2
45302026-06-25T02:20:16.818Z Checking arrayref v0.3.9
45312026-06-25T02:20:16.826Z Checking topological-sort v0.2.2
45322026-06-25T02:20:16.829Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45332026-06-25T02:20:16.830Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45342026-06-25T02:20:16.830Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-06-25T02:20:16.875Z Checking shell-words v1.1.1
45362026-06-25T02:20:17.689Z Checking omicron-zone-package v0.12.2
45372026-06-25T02:20:18.403Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45382026-06-25T02:20:19.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45392026-06-25T02:20:19.457Z
45402026-06-25T02:20:19.457Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45412026-06-25T02:20:19.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-25T02:20:19.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-25T02:20:20.053Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45442026-06-25T02:20:20.367Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45452026-06-25T02:20:20.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45462026-06-25T02:20:20.923Z
45472026-06-25T02:20:20.923Zinfo: running `cargo check --bins` on schema (278/296)
45482026-06-25T02:20:21.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-25T02:20:21.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-25T02:20:21.593Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45512026-06-25T02:20:22.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45522026-06-25T02:20:22.441Z
45532026-06-25T02:20:22.441Zinfo: running `cargo check --bins` on xtask (279/296)
45542026-06-25T02:20:22.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-25T02:20:22.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-25T02:20:22.832Z Checking libc v0.2.185
45572026-06-25T02:20:22.906Z Checking serde v1.0.228
45582026-06-25T02:20:22.911Z Checking zerofrom v0.1.6
45592026-06-25T02:20:22.915Z Checking bitflags v2.11.0
45602026-06-25T02:20:22.920Z Checking smallvec v1.15.1
45612026-06-25T02:20:22.925Z Checking indexmap v2.14.0
45622026-06-25T02:20:22.934Z Checking serde_json v1.0.149
45632026-06-25T02:20:22.937Z Checking num-traits v0.2.19
45642026-06-25T02:20:23.005Z Checking yoke v0.8.1
45652026-06-25T02:20:23.055Z Checking scroll v0.12.0
45662026-06-25T02:20:23.087Z Checking thiserror v1.0.69
45672026-06-25T02:20:23.167Z Checking zerovec v0.11.5
45682026-06-25T02:20:23.179Z Checking zerotrie v0.2.3
45692026-06-25T02:20:23.189Z Checking errno v0.3.14
45702026-06-25T02:20:23.277Z Checking log v0.4.29
45712026-06-25T02:20:23.293Z Checking serde_spanned v0.6.9
45722026-06-25T02:20:23.302Z Checking rustix v1.1.3
45732026-06-25T02:20:23.411Z Checking toml_datetime v0.6.11
45742026-06-25T02:20:23.420Z Checking percent-encoding v2.3.2
45752026-06-25T02:20:23.430Z Checking goblin v0.8.2
45762026-06-25T02:20:23.451Z Checking zerocopy v0.7.35
45772026-06-25T02:20:23.461Z Checking ordered-float v2.10.1
45782026-06-25T02:20:23.537Z Checking getrandom v0.4.1
45792026-06-25T02:20:23.551Z Checking form_urlencoded v1.2.2
45802026-06-25T02:20:23.585Z Checking toml_edit v0.22.27
45812026-06-25T02:20:23.611Z Checking tinystr v0.8.2
45822026-06-25T02:20:23.666Z Checking potential_utf v0.1.4
45832026-06-25T02:20:23.676Z Checking serde-value v0.7.0
45842026-06-25T02:20:23.676Z Checking thiserror v2.0.18
45852026-06-25T02:20:23.780Z Checking syn v2.0.117
45862026-06-25T02:20:23.789Z Checking icu_locale_core v2.1.1
45872026-06-25T02:20:23.798Z Checking icu_collections v2.1.1
45882026-06-25T02:20:23.873Z Checking dtrace-parser v0.2.0
45892026-06-25T02:20:23.937Z Checking thread-id v4.2.2
45902026-06-25T02:20:24.020Z Checking once_cell v1.21.3
45912026-06-25T02:20:24.104Z Checking cargo-platform v0.2.0
45922026-06-25T02:20:24.117Z Checking memmap v0.7.0
45932026-06-25T02:20:24.127Z Checking terminal_size v0.4.3
45942026-06-25T02:20:24.209Z Checking tempfile v3.25.0
45952026-06-25T02:20:24.231Z Checking clap_builder v4.6.0
45962026-06-25T02:20:24.241Z Checking textwrap v0.16.2
45972026-06-25T02:20:24.284Z Checking fs-err v3.3.0
45982026-06-25T02:20:24.336Z Checking icu_provider v2.1.1
45992026-06-25T02:20:24.411Z Checking camino-tempfile v1.4.1
46002026-06-25T02:20:24.449Z Checking tabled v0.15.0
46012026-06-25T02:20:24.467Z Checking anyhow v1.0.102
46022026-06-25T02:20:24.565Z Checking macaddr v1.0.1
46032026-06-25T02:20:24.579Z Checking icu_properties v2.1.2
46042026-06-25T02:20:24.665Z Checking icu_normalizer v2.1.1
46052026-06-25T02:20:24.725Z Checking toml v0.8.23
46062026-06-25T02:20:24.739Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-06-25T02:20:25.038Z Checking cargo_toml v0.21.0
46082026-06-25T02:20:25.348Z Checking dof v0.3.0
46092026-06-25T02:20:25.381Z Checking idna_adapter v1.2.1
46102026-06-25T02:20:25.462Z Checking clap v4.6.1
46112026-06-25T02:20:25.498Z Checking idna v1.1.0
46122026-06-25T02:20:25.620Z Checking usdt-impl v0.5.0
46132026-06-25T02:20:25.724Z Checking url v2.5.8
46142026-06-25T02:20:25.873Z Checking usdt v0.5.0
46152026-06-25T02:20:26.066Z Checking cargo-util-schemas v0.8.2
46162026-06-25T02:20:26.750Z Checking cargo_metadata v0.21.0
46172026-06-25T02:20:27.364Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-06-25T02:20:27.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46192026-06-25T02:20:27.873Z
46202026-06-25T02:20:27.873Zinfo: running `cargo check --bins` on dnsadm (280/296)
46212026-06-25T02:20:28.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-25T02:20:28.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-25T02:20:28.452Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-06-25T02:20:28.913Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-06-25T02:20:29.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46262026-06-25T02:20:29.461Z
46272026-06-25T02:20:29.461Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46282026-06-25T02:20:29.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-25T02:20:29.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-25T02:20:30.199Z Checking polyval v0.6.2
46312026-06-25T02:20:30.318Z Checking ctr v0.9.2
46322026-06-25T02:20:30.330Z Checking ssh-encoding v0.2.0
46332026-06-25T02:20:30.330Z Checking blowfish v0.9.1
46342026-06-25T02:20:30.349Z Checking password-hash v0.4.2
46352026-06-25T02:20:30.362Z Checking p521 v0.13.3
46362026-06-25T02:20:30.365Z Checking p256 v0.13.2
46372026-06-25T02:20:30.387Z Checking russh-cryptovec v0.7.3
46382026-06-25T02:20:30.455Z Checking ghash v0.5.1
46392026-06-25T02:20:30.468Z Checking bcrypt-pbkdf v0.10.0
46402026-06-25T02:20:30.471Z Checking md5 v0.7.0
46412026-06-25T02:20:30.503Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46422026-06-25T02:20:30.525Z Checking num-bigint v0.4.6
46432026-06-25T02:20:30.564Z Checking aes-gcm v0.10.3
46442026-06-25T02:20:30.564Z Checking pbkdf2 v0.11.0
46452026-06-25T02:20:30.601Z Checking des v0.8.1
46462026-06-25T02:20:30.617Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46472026-06-25T02:20:30.634Z Checking hex-literal v0.4.1
46482026-06-25T02:20:30.713Z Checking ssh-cipher v0.2.0
46492026-06-25T02:20:30.729Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-25T02:20:30.743Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46512026-06-25T02:20:30.768Z Checking internet-checksum v0.2.1
46522026-06-25T02:20:30.875Z Checking ssh-key v0.6.7
46532026-06-25T02:20:30.976Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46542026-06-25T02:20:31.492Z Checking russh-keys v0.45.0
46552026-06-25T02:20:32.053Z Checking russh v0.45.0
46562026-06-25T02:20:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
46572026-06-25T02:20:48.630Z
46582026-06-25T02:20:48.631Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46592026-06-25T02:20:49.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-06-25T02:20:49.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-06-25T02:20:49.218Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46622026-06-25T02:20:49.322Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46632026-06-25T02:20:49.331Z Checking termios v0.3.3
46642026-06-25T02:20:50.539Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46652026-06-25T02:20:50.685Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46662026-06-25T02:20:52.345Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46672026-06-25T02:20:52.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
46682026-06-25T02:20:53.068Z
46692026-06-25T02:20:53.068Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46702026-06-25T02:20:53.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-06-25T02:20:53.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-06-25T02:20:53.721Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46732026-06-25T02:20:53.829Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46742026-06-25T02:20:53.836Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46752026-06-25T02:20:53.836Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46762026-06-25T02:20:53.848Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-06-25T02:20:53.856Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-25T02:20:54.601Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46792026-06-25T02:20:54.942Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46802026-06-25T02:20:54.942Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-25T02:20:55.575Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46822026-06-25T02:20:57.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
46832026-06-25T02:20:57.372Z
46842026-06-25T02:20:57.372Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46852026-06-25T02:20:57.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-25T02:20:57.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-25T02:20:57.953Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46882026-06-25T02:20:58.395Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46892026-06-25T02:20:58.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46902026-06-25T02:20:58.869Z
46912026-06-25T02:20:58.869Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46922026-06-25T02:20:59.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-25T02:20:59.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-25T02:20:59.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-25T02:20:59.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46962026-06-25T02:20:59.390Z
46972026-06-25T02:20:59.391Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46982026-06-25T02:20:59.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-25T02:20:59.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-25T02:20:59.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-06-25T02:20:59.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47022026-06-25T02:20:59.906Z
47032026-06-25T02:20:59.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
47042026-06-25T02:21:00.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-25T02:21:00.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-25T02:21:00.602Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47072026-06-25T02:21:01.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47082026-06-25T02:21:01.355Z
47092026-06-25T02:21:01.355Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47102026-06-25T02:21:01.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-06-25T02:21:01.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-06-25T02:21:01.942Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47132026-06-25T02:21:01.945Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47142026-06-25T02:21:02.210Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47152026-06-25T02:21:02.210Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47162026-06-25T02:21:03.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47172026-06-25T02:21:03.173Z
47182026-06-25T02:21:03.173Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47192026-06-25T02:21:03.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-25T02:21:03.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-25T02:21:03.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-06-25T02:21:03.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47232026-06-25T02:21:03.691Z
47242026-06-25T02:21:03.691Zinfo: running `cargo check --bins` on omicron-package (290/296)
47252026-06-25T02:21:04.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-25T02:21:04.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-25T02:21:04.323Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47282026-06-25T02:21:05.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47292026-06-25T02:21:05.562Z
47302026-06-25T02:21:05.563Zinfo: running `cargo check --bins` on tqdb (291/296)
47312026-06-25T02:21:06.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-06-25T02:21:06.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-06-25T02:21:06.286Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-06-25T02:21:06.629Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-06-25T02:21:07.136Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-06-25T02:21:07.136Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-06-25T02:21:13.139Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-06-25T02:21:13.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-06-25T02:21:13.708Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-06-25T02:21:13.711Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-06-25T02:21:13.712Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-06-25T02:21:13.712Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-06-25T02:21:14.500Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-06-25T02:21:15.472Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-06-25T02:21:16.253Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-06-25T02:21:16.860Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-06-25T02:21:21.555Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-06-25T02:21:28.166Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47492026-06-25T02:21:28.166Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47502026-06-25T02:21:28.168Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47512026-06-25T02:21:28.169Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-25T02:21:29.648Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-06-25T02:21:30.998Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-06-25T02:21:31.662Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-06-25T02:21:32.885Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-06-25T02:21:33.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.85s
47572026-06-25T02:21:33.613Z
47582026-06-25T02:21:33.613Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47592026-06-25T02:21:34.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-06-25T02:21:34.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-06-25T02:21:34.261Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47622026-06-25T02:21:34.261Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47632026-06-25T02:21:34.264Z Checking rtoolbox v0.0.3
47642026-06-25T02:21:34.385Z Checking tui-tree-widget v0.23.1
47652026-06-25T02:21:34.478Z Checking rpassword v7.4.0
47662026-06-25T02:21:35.533Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-06-25T02:21:38.628Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-06-25T02:21:40.485Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-06-25T02:21:41.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
47702026-06-25T02:21:41.546Z
47712026-06-25T02:21:41.546Zinfo: running `cargo check --bins` on wicket (293/296)
47722026-06-25T02:21:42.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-06-25T02:21:42.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-06-25T02:21:42.180Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-25T02:21:42.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47762026-06-25T02:21:42.702Z
47772026-06-25T02:21:42.702Zinfo: running `cargo check --bins` on wicketd (294/296)
47782026-06-25T02:21:43.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-06-25T02:21:43.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-06-25T02:21:43.368Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-06-25T02:21:43.372Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47822026-06-25T02:21:43.372Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-06-25T02:21:43.372Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-06-25T02:21:44.355Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-06-25T02:21:44.919Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-06-25T02:21:47.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47872026-06-25T02:21:48.161Z
47882026-06-25T02:21:48.161Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47892026-06-25T02:21:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-25T02:21:48.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-25T02:21:48.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-06-25T02:21:48.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47932026-06-25T02:21:48.677Z
47942026-06-25T02:21:48.677Zinfo: running `cargo check --bins` on zone-setup (296/296)
47952026-06-25T02:21:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-25T02:21:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-25T02:21:49.291Z Checking uzers v0.12.2
47982026-06-25T02:21:49.551Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-06-25T02:21:50.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48002026-06-25T02:21:50.471Z
48012026-06-25T02:21:50.471Zreal 13:47.339000106
48022026-06-25T02:21:50.471Zuser 20:47.824198494
48032026-06-25T02:21:50.471Zsys 4:06.321614356
48042026-06-25T02:21:50.471Ztrap 0.343951376
48052026-06-25T02:21:50.471Ztflt 0.768843316
48062026-06-25T02:21:50.471Zdflt 1.059036996
48072026-06-25T02:21:50.472Zkflt 0.004976723
48082026-06-25T02:21:50.472Zlock 1:15:22.057344933
48092026-06-25T02:21:50.472Zslp 1:39:55.905643705
48102026-06-25T02:21:50.472Zlat 51.672207019
48112026-06-25T02:21:50.472Zstop 3:13.747878440
48122026-06-25T02:21:50.475Zprocess exited: duration 952418 ms, exit code 0
 
48132026-06-25T02:21:50.481Zfound 0 output files