01KX6R9CQKK78TG5HWS5NG19GN: 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: 01KX6R9XKGY2WG0XBW6GAW1XZX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T19:34:05.797Zjob assigned to worker 01KX6RA3F4WJ5CJEX8H83CYC6C [factory aws, i-05d491773c0f68bf2] (queued for 58 s)
 
22026-07-10T19:34:13.006Zstarting task 0: "setup"
32026-07-10T19:34:13.010Z++ uname -s
42026-07-10T19:34:13.013Z+ kern=SunOS
52026-07-10T19:34:13.014Z+ build_user=build
62026-07-10T19:34:13.014Z+ build_uid=12345
72026-07-10T19:34:13.014Z+ work_dir=/work
82026-07-10T19:34:13.014Z+ input_dir=/input
92026-07-10T19:34:13.014Z+ [[ 0 == 12345 ]]
102026-07-10T19:34:13.014Z+ case "$kern" in
112026-07-10T19:34:13.014Z+ groupadd -g 12345 build
122026-07-10T19:34:13.017Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T19:34:15.028Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T19:34:15.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T19:34:15.132Z+ home_fs=zfs
162026-07-10T19:34:15.132Z+ [[ zfs == autofs ]]
172026-07-10T19:34:15.132Z+ mkdir -p /home/build
182026-07-10T19:34:15.132Z+ chown build:build /home/build /work
192026-07-10T19:34:17.133Z+ chmod 0700 /home/build /work
202026-07-10T19:34:17.137Zprocess exited: duration 4132 ms, exit code 0
 
212026-07-10T19:34:17.151Zstarting task 1: "rust-toolchain"
222026-07-10T19:34:17.161Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T19:34:17.161Z * rust toolchain channel = "1.96.1"
242026-07-10T19:34:17.161Z * rust toolchain profile = "default"
252026-07-10T19:34:17.162Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T19:34:17.162Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T19:34:17.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T19:34:17.162Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T19:34:17.162Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T19:34:17.235Zinfo: downloading installer
312026-07-10T19:34:18.595Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T19:34:18.595Zwarn: /home/build/.rustup/settings.toml
332026-07-10T19:34:18.595Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T19:34:18.595Zwarn: instead of the one inferred from the default host triple.
352026-07-10T19:34:18.605Zinfo: profile set to default
362026-07-10T19:34:18.605Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T19:34:18.608Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T19:34:18.745Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T19:34:18.748Zinfo: downloading 6 components
402026-07-10T19:34:33.556Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T19:34:33.556Z
422026-07-10T19:34:33.584Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T19:34:33.584Z
442026-07-10T19:34:33.584Z
452026-07-10T19:34:33.584ZRust is installed now. Great!
462026-07-10T19:34:33.584Z
472026-07-10T19:34:33.584ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T19:34:33.584Zenvironment variable. This has not been done automatically.
492026-07-10T19:34:33.584Z
502026-07-10T19:34:33.584ZTo configure your current shell, you need to source
512026-07-10T19:34:33.584Zthe corresponding env file under $HOME/.cargo.
522026-07-10T19:34:33.584Z
532026-07-10T19:34:33.584ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T19:34:33.584Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T19:34:33.584Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T19:34:33.584Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T19:34:33.584Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T19:34:33.584Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T19:34:33.585Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T19:34:33.588Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T19:34:33.588Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T19:34:33.686Z+ rustup --version
632026-07-10T19:34:33.695Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T19:34:33.698Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T19:34:33.717Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T19:34:33.720Z+ cargo --version
672026-07-10T19:34:33.734Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T19:34:33.738Z+ rustc --version
692026-07-10T19:34:33.757Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T19:34:33.760Zprocess exited: duration 16613 ms, exit code 0
 
712026-07-10T19:34:33.767Zstarting task 2: "authentication"
722026-07-10T19:34:33.784Zprocess exited: duration 16 ms, exit code 0
 
732026-07-10T19:34:33.791Zstarting task 3: "clone repository"
742026-07-10T19:34:33.794Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T19:34:33.798Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T19:34:33.828ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T19:34:44.902Z+ cd /work/oxidecomputer/omicron
782026-07-10T19:34:44.902Z+ git fetch origin 07d9ddd528cb4c0156be83b89455da1422933cab
792026-07-10T19:34:45.160ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T19:34:45.160Z * branch 07d9ddd528cb4c0156be83b89455da1422933cab -> FETCH_HEAD
812026-07-10T19:34:45.173Z+ [[ -n ben/update-to-ntp-admin-client-v2 ]]
822026-07-10T19:34:45.177Z++ git branch --show-current
832026-07-10T19:34:45.177Z+ current=main
842026-07-10T19:34:45.181Z+ [[ main != ben/update-to-ntp-admin-client-v2 ]]
852026-07-10T19:34:45.181Z+ git branch -f ben/update-to-ntp-admin-client-v2 07d9ddd528cb4c0156be83b89455da1422933cab
862026-07-10T19:34:45.184Z+ git checkout -f ben/update-to-ntp-admin-client-v2
872026-07-10T19:34:45.431ZSwitched to branch 'ben/update-to-ntp-admin-client-v2'
882026-07-10T19:34:45.434Z+ git reset --hard 07d9ddd528cb4c0156be83b89455da1422933cab
892026-07-10T19:34:45.450ZHEAD is now at 07d9ddd52 Move sled-agent to V2 of the NTP admin client
902026-07-10T19:34:45.454Zprocess exited: duration 11660 ms, exit code 0
 
912026-07-10T19:34:45.460Zstarting task 4: "build"
922026-07-10T19:34:45.464Z+ source .github/buildomat/ci-env.sh
932026-07-10T19:34:45.464Z++ export CARGO_TERM_COLOR=always
942026-07-10T19:34:45.465Z++ CARGO_TERM_COLOR=always
952026-07-10T19:34:45.468Z+++ uname -s
962026-07-10T19:34:45.468Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T19:34:45.468Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T19:34:45.471Z+ cargo --version
992026-07-10T19:34:45.478Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T19:34:45.481Z+ rustc --version
1012026-07-10T19:34:45.501Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T19:34:45.504Z+ source ./env.sh
1032026-07-10T19:34:45.504Z++ OLD_SHELL_OPTS=ehxB
1042026-07-10T19:34:45.504Z++ set -o xtrace
1052026-07-10T19:34:45.507Z++++ dirname ./env.sh
1062026-07-10T19:34:45.507Z+++ readlink -f .
1072026-07-10T19:34:45.510Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-10T19:34:45.511Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-10T19:34:45.511Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-10T19:34:45.511Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-10T19:34:45.511Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-10T19:34:45.511Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-10T19:34:45.511Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-10T19:34:45.511Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-10T19:34:45.511Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-10T19:34:45.511Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-10T19:34:45.511Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-10T19:34:45.511Z++ case $OLD_SHELL_OPTS in
1192026-07-10T19:34:45.511Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-10T19:34:45.511Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-10T19:34:45.511Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-10T19:34:45.511Z+ banner prerequisites
1232026-07-10T19:34:45.515Z
1242026-07-10T19:34:45.515Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-10T19:34:45.515Z # # # # # # # # # # # # # # #
1262026-07-10T19:34:45.515Z # # # # ##### # # ##### # # # # # #### #
1272026-07-10T19:34:45.515Z ##### ##### # ##### # # # # # # # # #
1282026-07-10T19:34:45.515Z # # # # # # # # # # # # # # #
1292026-07-10T19:34:45.515Z # # # ###### # # ###### ### # #### # #### #
1302026-07-10T19:34:45.515Z
1312026-07-10T19:34:45.515Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-10T19:34:47.604Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-10T19:34:47.716Z Startup: Caching catalogs ... Done
1342026-07-10T19:34:48.208ZPlanning: Solver setup ... Done (0.445s)
1352026-07-10T19:34:48.235ZPlanning: Running solver ... Done (0.028s)
1362026-07-10T19:34:48.248ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-10T19:34:48.260ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-10T19:34:48.278ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-10T19:34:48.291ZPlanning: Package planning ... Done (0.014s)
1402026-07-10T19:34:48.294ZPlanning: Merging actions ... Done (0.001s)
1412026-07-10T19:34:48.459ZPlanning: Checking for conflicting actions ... Done (0.167s)
1422026-07-10T19:34:48.463ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-10T19:34:49.193ZPlanning: Evaluating mediators ... Done (0.733s)
1442026-07-10T19:34:49.196ZPlanning: Planning completed in 1.46 seconds
1452026-07-10T19:34:49.202Z Packages to install: 2
1462026-07-10T19:34:49.202Z Estimated space available: 156.06 GB
1472026-07-10T19:34:49.205ZEstimated space to be consumed: 31.27 MB
1482026-07-10T19:34:49.205Z Create boot environment: No
1492026-07-10T19:34:49.205ZCreate backup boot environment: No
1502026-07-10T19:34:49.205Z Rebuild boot archive: No
1512026-07-10T19:34:49.205Z
1522026-07-10T19:34:49.205ZChanged packages:
1532026-07-10T19:34:49.205Zhelios
1542026-07-10T19:34:49.205Z developer/build-essential
1552026-07-10T19:34:49.205Z None -> 11-3.0
1562026-07-10T19:34:49.205Z library/libxmlsec1
1572026-07-10T19:34:49.205Z None -> 1.2.35-3.0
1582026-07-10T19:34:49.228Z
1592026-07-10T19:34:49.228ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-10T19:34:49.770ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1612026-07-10T19:34:49.858Z Actions: 1/268 actions (Installing new actions)
1622026-07-10T19:34:49.896Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-10T19:34:49.907ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-10T19:34:49.910ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-10T19:34:49.938ZFinalize: Updating image state ... Done (0.030s)
1662026-07-10T19:34:52.413ZFinalize: Creating fast lookup database ... Done (2.451s)
1672026-07-10T19:34:52.484ZFinalize: Reading search index ... Done (0.013s)
1682026-07-10T19:34:52.487ZFinalize: Updating search index ... Done (0.000s)
1692026-07-10T19:34:52.601ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-10T19:34:52.933ZPlanning: Evaluating mediator changes ... Done
1712026-07-10T19:34:53.039ZPlanning: Checking for conflicting actions ... Done
1722026-07-10T19:34:53.042ZPlanning: Consolidating action changes ... Done
1732026-07-10T19:34:53.199ZPlanning: Evaluating mediators ... Done
1742026-07-10T19:34:53.202ZPlanning: Planning completed in 0.26 seconds
1752026-07-10T19:34:53.220Z Mediators to change: 2
1762026-07-10T19:34:53.220Z Create boot environment: No
1772026-07-10T19:34:53.220ZCreate backup boot environment: No
1782026-07-10T19:34:53.273ZFinalize: Updating package state database ... Done
1792026-07-10T19:34:53.273ZFinalize: Updating package cache ... Done
1802026-07-10T19:34:53.289ZFinalize: Updating image state ... Done
1812026-07-10T19:34:55.252ZFinalize: Creating fast lookup database ... Done
1822026-07-10T19:34:55.315ZFinalize: Reading search index ... Done
1832026-07-10T19:34:55.318ZFinalize: Updating search index ... Done
1842026-07-10T19:34:55.383ZFinalize: Updating package cache ... Done
1852026-07-10T19:34:55.674ZPlanning: Evaluating mediator changes ... Done
1862026-07-10T19:34:55.783ZPlanning: Checking for conflicting actions ... Done
1872026-07-10T19:34:55.786ZPlanning: Consolidating action changes ... Done
1882026-07-10T19:34:55.943ZPlanning: Evaluating mediators ... Done
1892026-07-10T19:34:55.946ZPlanning: Planning completed in 0.27 seconds
1902026-07-10T19:34:55.966Z Mediators to change: 1
1912026-07-10T19:34:55.966Z Create boot environment: No
1922026-07-10T19:34:55.966ZCreate backup boot environment: No
1932026-07-10T19:34:56.013ZFinalize: Updating package state database ... Done
1942026-07-10T19:34:56.013ZFinalize: Updating package cache ... Done
1952026-07-10T19:34:56.029ZFinalize: Updating image state ... Done
1962026-07-10T19:34:57.984ZFinalize: Creating fast lookup database ... Done
1972026-07-10T19:34:58.046ZFinalize: Reading search index ... Done
1982026-07-10T19:34:58.050ZFinalize: Updating search index ... Done
1992026-07-10T19:34:58.116ZFinalize: Updating package cache ... Done
2002026-07-10T19:34:58.432ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-10T19:34:58.433Zapache system 2.4 system
2022026-07-10T19:34:58.433Zclang system 15 system
2032026-07-10T19:34:58.433Zcsh system system illumos
2042026-07-10T19:34:58.433Zctags system system illumos
2052026-07-10T19:34:58.433Zfile vendor vendor darwinsys
2062026-07-10T19:34:58.433Zfile system system illumos
2072026-07-10T19:34:58.433Zgcc vendor 14 vendor
2082026-07-10T19:34:58.433Zgcc system 13 system
2092026-07-10T19:34:58.433Zgcc system 10 system
2102026-07-10T19:34:58.433Zgo system 1.25 system
2112026-07-10T19:34:58.433Zllvm system 15 system
2122026-07-10T19:34:58.433Zmariadb system 11.4 system
2132026-07-10T19:34:58.433Zmta vendor vendor dma
2142026-07-10T19:34:58.433Zopenjdk system 17 system
2152026-07-10T19:34:58.433Zopenjdk system 11 system
2162026-07-10T19:34:58.433Zopenssl vendor 3 vendor
2172026-07-10T19:34:58.433Zperl system 5.40 system
2182026-07-10T19:34:58.433Zpostgresql system 18 system
2192026-07-10T19:34:58.433Zpostgresql system 17 system
2202026-07-10T19:34:58.433Zpython vendor 3 vendor
2212026-07-10T19:34:58.433Zpython system 2 system
2222026-07-10T19:34:58.433Zpython3 vendor 3.13 vendor
2232026-07-10T19:34:58.433Zruby system 3.4 system
2242026-07-10T19:34:58.433Zruby system 3.0 system
2252026-07-10T19:34:58.433Zwords vendor vendor american-english
2262026-07-10T19:34:58.433Zwords system system australian-english
2272026-07-10T19:34:58.433Zwords system system british-english
2282026-07-10T19:34:58.433Zwords system system canadian-english
2292026-07-10T19:34:58.433Zwords system system french
2302026-07-10T19:34:58.433Zwords system system italian
2312026-07-10T19:34:58.433Zwords system system ngerman
2322026-07-10T19:34:58.433Zwords system system ogerman
2332026-07-10T19:34:58.433Zwords system system spanish
2342026-07-10T19:34:58.693ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-10T19:34:58.693Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-10T19:34:59.010ZFMRI IFO
2372026-07-10T19:34:59.010Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-10T19:34:59.010Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-10T19:34:59.010Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-10T19:34:59.010Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-10T19:34:59.010Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-10T19:34:59.010Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-10T19:34:59.010Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-10T19:34:59.010Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-10T19:34:59.010Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-10T19:34:59.284Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-10T19:34:59.562Z Updating crates.io index
2482026-07-10T19:34:59.565Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-10T19:34:59.824Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-10T19:35:00.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-10T19:35:01.197Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-10T19:35:01.761Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-10T19:35:03.621Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-10T19:35:04.492Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-10T19:35:04.754Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-10T19:35:05.094Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-10T19:35:06.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-10T19:35:06.405Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-10T19:35:06.760Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-10T19:35:06.998Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-10T19:35:07.421Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-10T19:35:08.267Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-10T19:35:08.567Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-10T19:35:08.791Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-10T19:35:09.058Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-10T19:35:09.359Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-10T19:35:09.660Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-10T19:35:09.892Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-10T19:35:10.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-10T19:35:10.550Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-10T19:35:10.884Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-10T19:35:11.147Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-10T19:35:11.571Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-10T19:35:11.825Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-10T19:35:12.344Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-10T19:35:12.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-10T19:35:12.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-10T19:35:13.151Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-10T19:35:13.893Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-10T19:35:14.136Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-10T19:35:14.407Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-10T19:35:14.828Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-10T19:35:15.132Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-10T19:35:15.458Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-10T19:35:15.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-10T19:35:16.019Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-10T19:35:16.235Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-10T19:35:18.785Z Downloading crates ...
2892026-07-10T19:35:18.842Z Downloaded anstyle v1.0.14
2902026-07-10T19:35:18.848Z Downloaded cargo-platform v0.3.2
2912026-07-10T19:35:18.853Z Downloaded zmij v1.0.21
2922026-07-10T19:35:18.856Z Downloaded goblin v0.8.2
2932026-07-10T19:35:18.856Z Downloaded zerocopy-derive v0.7.35
2942026-07-10T19:35:18.859Z Downloaded anstream v1.0.0
2952026-07-10T19:35:18.862Z Downloaded ucd-trie v0.1.7
2962026-07-10T19:35:18.862Z Downloaded is_terminal_polyfill v1.70.2
2972026-07-10T19:35:18.862Z Downloaded bytecount v0.6.9
2982026-07-10T19:35:18.865Z Downloaded block-buffer v0.10.4
2992026-07-10T19:35:18.865Z Downloaded zerocopy v0.7.35
3002026-07-10T19:35:18.873Z Downloaded pest v2.8.6
3012026-07-10T19:35:18.875Z Downloaded dof v0.3.0
3022026-07-10T19:35:18.878Z Downloaded cpufeatures v0.2.17
3032026-07-10T19:35:18.878Z Downloaded anstyle-parse v1.0.0
3042026-07-10T19:35:18.879Z Downloaded bitflags v2.11.0
3052026-07-10T19:35:18.881Z Downloaded fs-err v3.3.0
3062026-07-10T19:35:18.881Z Downloaded cargo_toml v0.21.0
3072026-07-10T19:35:18.881Z Downloaded itoa v1.0.17
3082026-07-10T19:35:18.891Z Downloaded clap v4.6.1
3092026-07-10T19:35:18.896Z Downloaded heck v0.5.0
3102026-07-10T19:35:18.899Z Downloaded fnv v1.0.7
3112026-07-10T19:35:18.899Z Downloaded scroll_derive v0.12.1
3122026-07-10T19:35:18.899Z Downloaded pest_generator v2.8.6
3132026-07-10T19:35:18.903Z Downloaded hashbrown v0.17.0
3142026-07-10T19:35:18.906Z Downloaded swrite v0.1.0
3152026-07-10T19:35:18.906Z Downloaded plain v0.2.3
3162026-07-10T19:35:18.906Z Downloaded dtrace-parser v0.2.0
3172026-07-10T19:35:18.906Z Downloaded unicode-linebreak v0.1.5
3182026-07-10T19:35:18.906Z Downloaded digest v0.10.7
3192026-07-10T19:35:18.909Z Downloaded cfg-if v1.0.4
3202026-07-10T19:35:18.918Z Downloaded toml_write v0.1.2
3212026-07-10T19:35:18.921Z Downloaded heck v0.4.1
3222026-07-10T19:35:18.925Z Downloaded version_check v0.9.5
3232026-07-10T19:35:18.925Z Downloaded utf8parse v0.2.2
3242026-07-10T19:35:18.925Z Downloaded errno v0.3.14
3252026-07-10T19:35:18.928Z Downloaded generic-array v0.14.7
3262026-07-10T19:35:18.931Z Downloaded pretty-hex v0.4.1
3272026-07-10T19:35:18.931Z Downloaded macaddr v1.0.1
3282026-07-10T19:35:18.931Z Downloaded crypto-common v0.1.7
3292026-07-10T19:35:18.935Z Downloaded tabled_derive v0.7.0
3302026-07-10T19:35:18.938Z Downloaded fastrand v2.3.0
3312026-07-10T19:35:18.938Z Downloaded proc-macro-error-attr v1.0.4
3322026-07-10T19:35:18.940Z Downloaded toml_datetime v0.6.11
3332026-07-10T19:35:18.943Z Downloaded memmap v0.7.0
3342026-07-10T19:35:18.943Z Downloaded clap_lex v1.0.0
3352026-07-10T19:35:18.947Z Downloaded anstyle-query v1.1.5
3362026-07-10T19:35:18.947Z Downloaded usdt-macro v0.5.0
3372026-07-10T19:35:18.947Z Downloaded strsim v0.11.1
3382026-07-10T19:35:18.950Z Downloaded cargo_metadata v0.23.1
3392026-07-10T19:35:18.950Z Downloaded terminal_size v0.4.3
3402026-07-10T19:35:18.953Z Downloaded once_cell v1.21.3
3412026-07-10T19:35:18.956Z Downloaded usdt-attr-macro v0.5.0
3422026-07-10T19:35:18.959Z Downloaded serde_spanned v0.6.9
3432026-07-10T19:35:18.965Z Downloaded smawk v0.3.2
3442026-07-10T19:35:18.970Z Downloaded colorchoice v1.0.4
3452026-07-10T19:35:18.976Z Downloaded thread-id v4.2.2
3462026-07-10T19:35:18.979Z Downloaded usdt v0.5.0
3472026-07-10T19:35:18.982Z Downloaded thiserror v2.0.18
3482026-07-10T19:35:18.985Z Downloaded thiserror v1.0.69
3492026-07-10T19:35:18.988Z Downloaded proc-macro-error v1.0.4
3502026-07-10T19:35:18.988Z Downloaded equivalent v1.0.2
3512026-07-10T19:35:18.991Z Downloaded serde_tokenstream v0.2.3
3522026-07-10T19:35:18.991Z Downloaded autocfg v1.5.0
3532026-07-10T19:35:18.994Z Downloaded quote v1.0.45
3542026-07-10T19:35:19.001Z Downloaded usdt-impl v0.5.0
3552026-07-10T19:35:19.004Z Downloaded camino-tempfile v1.4.1
3562026-07-10T19:35:19.007Z Downloaded toml v0.8.23
3572026-07-10T19:35:19.013Z Downloaded thiserror-impl v2.0.18
3582026-07-10T19:35:19.016Z Downloaded semver v1.0.28
3592026-07-10T19:35:19.016Z Downloaded scroll v0.12.0
3602026-07-10T19:35:19.016Z Downloaded pest_derive v2.8.6
3612026-07-10T19:35:19.019Z Downloaded clap_derive v4.6.1
3622026-07-10T19:35:19.019Z Downloaded camino v1.2.2
3632026-07-10T19:35:19.023Z Downloaded byteorder v1.5.0
3642026-07-10T19:35:19.023Z Downloaded log v0.4.29
3652026-07-10T19:35:19.027Z Downloaded getrandom v0.4.1
3662026-07-10T19:35:19.030Z Downloaded pest_meta v2.8.6
3672026-07-10T19:35:19.036Z Downloaded thiserror-impl v1.0.69
3682026-07-10T19:35:19.039Z Downloaded tempfile v3.25.0
3692026-07-10T19:35:19.042Z Downloaded sha2 v0.10.9
3702026-07-10T19:35:19.042Z Downloaded papergrid v0.11.0
3712026-07-10T19:35:19.045Z Downloaded unicode-ident v1.0.24
3722026-07-10T19:35:19.048Z Downloaded anyhow v1.0.102
3732026-07-10T19:35:19.058Z Downloaded proc-macro2 v1.0.106
3742026-07-10T19:35:19.062Z Downloaded serde_derive v1.0.228
3752026-07-10T19:35:19.068Z Downloaded toml_edit v0.22.27
3762026-07-10T19:35:19.073Z Downloaded textwrap v0.16.2
3772026-07-10T19:35:19.076Z Downloaded serde_core v1.0.228
3782026-07-10T19:35:19.090Z Downloaded serde v1.0.228
3792026-07-10T19:35:19.095Z Downloaded memchr v2.8.0
3802026-07-10T19:35:19.098Z Downloaded indexmap v2.14.0
3812026-07-10T19:35:19.102Z Downloaded typenum v1.20.1
3822026-07-10T19:35:19.131Z Downloaded clap_builder v4.6.0
3832026-07-10T19:35:19.138Z Downloaded serde_json v1.0.150
3842026-07-10T19:35:19.145Z Downloaded winnow v0.7.14
3852026-07-10T19:35:19.159Z Downloaded tabled v0.15.0
3862026-07-10T19:35:19.173Z Downloaded unicode-width v0.2.0
3872026-07-10T19:35:19.178Z Downloaded unicode-width v0.1.14
3882026-07-10T19:35:19.181Z Downloaded syn v1.0.109
3892026-07-10T19:35:19.185Z Downloaded syn v2.0.117
3902026-07-10T19:35:19.198Z Downloaded rustix v1.1.3
3912026-07-10T19:35:19.226Z Downloaded libc v0.2.185
3922026-07-10T19:35:19.289Z Compiling proc-macro2 v1.0.106
3932026-07-10T19:35:19.289Z Compiling quote v1.0.45
3942026-07-10T19:35:19.289Z Compiling unicode-ident v1.0.24
3952026-07-10T19:35:19.289Z Compiling serde_core v1.0.228
3962026-07-10T19:35:19.292Z Compiling libc v0.2.185
3972026-07-10T19:35:19.292Z Compiling version_check v0.9.5
3982026-07-10T19:35:19.292Z Compiling memchr v2.8.0
3992026-07-10T19:35:19.292Z Compiling serde v1.0.228
4002026-07-10T19:35:19.642Z Compiling zmij v1.0.21
4012026-07-10T19:35:19.897Z Compiling itoa v1.0.17
4022026-07-10T19:35:19.929Z Compiling thiserror v1.0.69
4032026-07-10T19:35:20.077Z Compiling ucd-trie v0.1.7
4042026-07-10T19:35:20.131Z Compiling byteorder v1.5.0
4052026-07-10T19:35:20.272Z Compiling pest v2.8.6
4062026-07-10T19:35:20.362Z Compiling rustix v1.1.3
4072026-07-10T19:35:20.383Z Compiling errno v0.3.14
4082026-07-10T19:35:20.434Z Compiling bitflags v2.11.0
4092026-07-10T19:35:20.685Z Compiling serde_json v1.0.150
4102026-07-10T19:35:20.822Z Compiling syn v2.0.117
4112026-07-10T19:35:20.842Z Compiling thread-id v4.2.2
4122026-07-10T19:35:20.917Z Compiling proc-macro-error-attr v1.0.4
4132026-07-10T19:35:20.934Z Compiling usdt-impl v0.5.0
4142026-07-10T19:35:20.985Z Compiling syn v1.0.109
4152026-07-10T19:35:21.125Z Compiling camino v1.2.2
4162026-07-10T19:35:21.327Z Compiling pest_meta v2.8.6
4172026-07-10T19:35:21.395Z Compiling proc-macro-error v1.0.4
4182026-07-10T19:35:21.521Z Compiling plain v0.2.3
4192026-07-10T19:35:21.548Z Compiling hashbrown v0.17.0
4202026-07-10T19:35:21.601Z Compiling getrandom v0.4.1
4212026-07-10T19:35:21.636Z Compiling utf8parse v0.2.2
4222026-07-10T19:35:21.871Z Compiling equivalent v1.0.2
4232026-07-10T19:35:21.971Z Compiling log v0.4.29
4242026-07-10T19:35:22.089Z Compiling indexmap v2.14.0
4252026-07-10T19:35:22.117Z Compiling terminal_size v0.4.3
4262026-07-10T19:35:22.167Z Compiling anstyle-parse v1.0.0
4272026-07-10T19:35:22.720Z Compiling autocfg v1.5.0
4282026-07-10T19:35:22.802Z Compiling anstyle-query v1.1.5
4292026-07-10T19:35:22.805Z Compiling toml_write v0.1.2
4302026-07-10T19:35:22.819Z Compiling pretty-hex v0.4.1
4312026-07-10T19:35:22.921Z Compiling cfg-if v1.0.4
4322026-07-10T19:35:22.972Z Compiling winnow v0.7.14
4332026-07-10T19:35:22.990Z Compiling anstyle v1.0.14
4342026-07-10T19:35:23.006Z Compiling colorchoice v1.0.4
4352026-07-10T19:35:23.027Z Compiling thiserror v2.0.18
4362026-07-10T19:35:23.062Z Compiling is_terminal_polyfill v1.70.2
4372026-07-10T19:35:23.165Z Compiling pest_generator v2.8.6
4382026-07-10T19:35:23.197Z Compiling fs-err v3.3.0
4392026-07-10T19:35:23.216Z Compiling anstream v1.0.0
4402026-07-10T19:35:23.475Z Compiling fastrand v2.3.0
4412026-07-10T19:35:23.527Z Compiling strsim v0.11.1
4422026-07-10T19:35:23.548Z Compiling heck v0.4.1
4432026-07-10T19:35:23.754Z Compiling anyhow v1.0.102
4442026-07-10T19:35:23.781Z Compiling fnv v1.0.7
4452026-07-10T19:35:23.890Z Compiling unicode-width v0.1.14
4462026-07-10T19:35:23.893Z Compiling clap_lex v1.0.0
4472026-07-10T19:35:23.924Z Compiling once_cell v1.21.3
4482026-07-10T19:35:23.961Z Compiling heck v0.5.0
4492026-07-10T19:35:24.087Z Compiling bytecount v0.6.9
4502026-07-10T19:35:24.150Z Compiling tempfile v3.25.0
4512026-07-10T19:35:24.192Z Compiling clap_builder v4.6.0
4522026-07-10T19:35:24.208Z Compiling papergrid v0.11.0
4532026-07-10T19:35:24.365Z Compiling cargo-platform v0.3.2
4542026-07-10T19:35:24.399Z Compiling semver v1.0.28
4552026-07-10T19:35:24.521Z Compiling tabled_derive v0.7.0
4562026-07-10T19:35:24.593Z Compiling memmap v0.7.0
4572026-07-10T19:35:24.609Z Compiling unicode-width v0.2.0
4582026-07-10T19:35:24.664Z Compiling unicode-linebreak v0.1.5
4592026-07-10T19:35:24.742Z Compiling smawk v0.3.2
4602026-07-10T19:35:24.783Z Compiling camino-tempfile v1.4.1
4612026-07-10T19:35:24.888Z Compiling textwrap v0.16.2
4622026-07-10T19:35:24.923Z Compiling serde_derive v1.0.228
4632026-07-10T19:35:24.926Z Compiling thiserror-impl v1.0.69
4642026-07-10T19:35:25.016Z Compiling zerocopy-derive v0.7.35
4652026-07-10T19:35:25.272Z Compiling pest_derive v2.8.6
4662026-07-10T19:35:25.378Z Compiling scroll_derive v0.12.1
4672026-07-10T19:35:25.475Z Compiling thiserror-impl v2.0.18
4682026-07-10T19:35:25.712Z Compiling clap_derive v4.6.1
4692026-07-10T19:35:25.750Z Compiling tabled v0.15.0
4702026-07-10T19:35:25.939Z Compiling zerocopy v0.7.35
4712026-07-10T19:35:26.089Z Compiling scroll v0.12.0
4722026-07-10T19:35:26.354Z Compiling dtrace-parser v0.2.0
4732026-07-10T19:35:26.373Z Compiling goblin v0.8.2
4742026-07-10T19:35:26.823Z Compiling swrite v0.1.0
4752026-07-10T19:35:27.496Z Compiling clap v4.6.1
4762026-07-10T19:35:28.021Z Compiling toml_datetime v0.6.11
4772026-07-10T19:35:28.021Z Compiling serde_spanned v0.6.9
4782026-07-10T19:35:28.024Z Compiling macaddr v1.0.1
4792026-07-10T19:35:28.024Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-10T19:35:28.024Z Compiling cargo_metadata v0.23.1
4812026-07-10T19:35:28.150Z Compiling dof v0.3.0
4822026-07-10T19:35:28.167Z Compiling serde_tokenstream v0.2.3
4832026-07-10T19:35:28.285Z Compiling toml_edit v0.22.27
4842026-07-10T19:35:28.941Z Compiling usdt-attr-macro v0.5.0
4852026-07-10T19:35:28.957Z Compiling usdt-macro v0.5.0
4862026-07-10T19:35:29.586Z Compiling usdt v0.5.0
4872026-07-10T19:35:29.678Z Compiling toml v0.8.23
4882026-07-10T19:35:30.027Z Compiling cargo_toml v0.21.0
4892026-07-10T19:35:31.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-10T19:35:33.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.40s
4912026-07-10T19:35:33.732Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-10T19:35:34.245Z Downloading crates ...
4932026-07-10T19:35:34.329Z Downloaded adler2 v2.0.1
4942026-07-10T19:35:34.339Z Downloaded bit-vec v0.6.3
4952026-07-10T19:35:34.344Z Downloaded async-trait v0.1.89
4962026-07-10T19:35:34.347Z Downloaded argon2 v0.5.3
4972026-07-10T19:35:34.351Z Downloaded bitfield-struct v0.6.2
4982026-07-10T19:35:34.354Z Downloaded bcrypt-pbkdf v0.11.0
4992026-07-10T19:35:34.354Z Downloaded anstream v0.6.21
5002026-07-10T19:35:34.357Z Downloaded bit-set v0.5.3
5012026-07-10T19:35:34.357Z Downloaded arrayref v0.3.9
5022026-07-10T19:35:34.357Z Downloaded convert_case v0.10.0
5032026-07-10T19:35:34.361Z Downloaded aead v0.6.1
5042026-07-10T19:35:34.361Z Downloaded atty v0.2.14
5052026-07-10T19:35:34.365Z Downloaded assert_matches v1.5.0
5062026-07-10T19:35:34.365Z Downloaded ascii-canvas v3.0.0
5072026-07-10T19:35:34.368Z Downloaded aead v0.5.2
5082026-07-10T19:35:34.368Z Downloaded async-recursion v1.1.1
5092026-07-10T19:35:34.371Z Downloaded array-init v0.0.4
5102026-07-10T19:35:34.380Z Downloaded anstyle-parse v0.2.7
5112026-07-10T19:35:34.386Z Downloaded crc-catalog v2.4.0
5122026-07-10T19:35:34.389Z Downloaded darling_macro v0.20.11
5132026-07-10T19:35:34.389Z Downloaded atomicwrites v0.4.4
5142026-07-10T19:35:34.389Z Downloaded cpufeatures v0.3.0
5152026-07-10T19:35:34.392Z Downloaded bb8 v0.8.6
5162026-07-10T19:35:34.392Z Downloaded debug-ignore v1.0.5
5172026-07-10T19:35:34.396Z Downloaded crypto-primes v0.7.2
5182026-07-10T19:35:34.396Z Downloaded curve25519-dalek-derive v0.1.1
5192026-07-10T19:35:34.399Z Downloaded crunchy v0.2.4
5202026-07-10T19:35:34.399Z Downloaded ciborium-ll v0.2.2
5212026-07-10T19:35:34.399Z Downloaded crc8 v0.1.1
5222026-07-10T19:35:34.399Z Downloaded cstr-argument v0.1.2
5232026-07-10T19:35:34.403Z Downloaded bitfield-macros v0.19.4
5242026-07-10T19:35:34.403Z Downloaded ctutils v0.4.2
5252026-07-10T19:35:34.403Z Downloaded critical-section v1.2.0
5262026-07-10T19:35:34.406Z Downloaded bitfield v0.19.4
5272026-07-10T19:35:34.406Z Downloaded base64ct v1.8.3
5282026-07-10T19:35:34.406Z Downloaded backoff v0.4.0
5292026-07-10T19:35:34.410Z Downloaded darling_macro v0.21.3
5302026-07-10T19:35:34.410Z Downloaded corncobs v0.1.4
5312026-07-10T19:35:34.410Z Downloaded darling v0.13.4
5322026-07-10T19:35:34.413Z Downloaded blake2 v0.10.6
5332026-07-10T19:35:34.413Z Downloaded backon v1.6.0
5342026-07-10T19:35:34.416Z Downloaded darling v0.23.0
5352026-07-10T19:35:34.419Z Downloaded cfg_aliases v0.1.1
5362026-07-10T19:35:34.419Z Downloaded darling_macro v0.23.0
5372026-07-10T19:35:34.419Z Downloaded daft v0.1.7
5382026-07-10T19:35:34.422Z Downloaded block-padding v0.4.2
5392026-07-10T19:35:34.422Z Downloaded castaway v0.2.4
5402026-07-10T19:35:34.422Z Downloaded bit-set v0.8.0
5412026-07-10T19:35:34.426Z Downloaded crucible-workspace-hack v0.1.0
5422026-07-10T19:35:34.426Z Downloaded ciborium-io v0.2.2
5432026-07-10T19:35:34.426Z Downloaded atomic-waker v1.1.2
5442026-07-10T19:35:34.426Z Downloaded async-stream-impl v0.3.6
5452026-07-10T19:35:34.429Z Downloaded convert_case v0.4.0
5462026-07-10T19:35:34.429Z Downloaded crossbeam-utils v0.8.21
5472026-07-10T19:35:34.429Z Downloaded difflib v0.4.0
5482026-07-10T19:35:34.432Z Downloaded compression-core v0.4.31
5492026-07-10T19:35:34.432Z Downloaded base16ct v1.0.0
5502026-07-10T19:35:34.432Z Downloaded crossbeam-deque v0.8.6
5512026-07-10T19:35:34.435Z Downloaded cfg_aliases v0.2.1
5522026-07-10T19:35:34.435Z Downloaded bcs v0.1.6
5532026-07-10T19:35:34.435Z Downloaded base16ct v0.2.0
5542026-07-10T19:35:34.438Z Downloaded async-stream v0.3.6
5552026-07-10T19:35:34.442Z Downloaded cobs v0.3.0
5562026-07-10T19:35:34.445Z Downloaded embedded-io v0.4.0
5572026-07-10T19:35:34.448Z Downloaded enum-as-inner v0.6.1
5582026-07-10T19:35:34.448Z Downloaded dtrace-parser v0.3.0
5592026-07-10T19:35:34.451Z Downloaded dropshot-api-manager-types v0.7.2
5602026-07-10T19:35:34.451Z Downloaded document-features v0.2.12
5612026-07-10T19:35:34.455Z Downloaded display-error-chain v0.2.2
5622026-07-10T19:35:34.456Z Downloaded embedded-io v0.6.1
5632026-07-10T19:35:34.456Z Downloaded crypto-common v0.2.2
5642026-07-10T19:35:34.456Z Downloaded cmake v0.1.57
5652026-07-10T19:35:34.459Z Downloaded cexpr v0.6.0
5662026-07-10T19:35:34.459Z Downloaded camino-tempfile-ext v0.3.3
5672026-07-10T19:35:34.459Z Downloaded bitflags v1.3.2
5682026-07-10T19:35:34.462Z Downloaded endian-type v0.1.2
5692026-07-10T19:35:34.462Z Downloaded bzip2 v0.4.4
5702026-07-10T19:35:34.462Z Downloaded async-bb8-diesel v0.2.1
5712026-07-10T19:35:34.465Z Downloaded bit-vec v0.8.0
5722026-07-10T19:35:34.465Z Downloaded arrayvec v0.7.6
5732026-07-10T19:35:34.468Z Downloaded env_filter v1.0.0
5742026-07-10T19:35:34.468Z Downloaded cipher v0.5.2
5752026-07-10T19:35:34.472Z Downloaded argon2 v0.6.0-rc.8
5762026-07-10T19:35:34.475Z Downloaded dyn-clone v1.0.20
5772026-07-10T19:35:34.478Z Downloaded defmt v0.3.100
5782026-07-10T19:35:34.479Z Downloaded fixedbitset v0.4.2
5792026-07-10T19:35:34.482Z Downloaded cpubits v0.1.1
5802026-07-10T19:35:34.482Z Downloaded block-buffer v0.12.1
5812026-07-10T19:35:34.482Z Downloaded fd-lock v4.0.4
5822026-07-10T19:35:34.485Z Downloaded dirs-next v2.0.0
5832026-07-10T19:35:34.485Z Downloaded derive_builder_macro v0.20.2
5842026-07-10T19:35:34.485Z Downloaded darling_macro v0.13.4
5852026-07-10T19:35:34.488Z Downloaded constant_time_eq v0.4.2
5862026-07-10T19:35:34.488Z Downloaded const_format_proc_macros v0.2.34
5872026-07-10T19:35:34.488Z Downloaded blowfish v0.10.0
5882026-07-10T19:35:34.492Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-07-10T19:35:34.492Z Downloaded buf-list v1.1.2
5902026-07-10T19:35:34.492Z Downloaded displaydoc v0.2.5
5912026-07-10T19:35:34.496Z Downloaded foreign-types-shared v0.3.1
5922026-07-10T19:35:34.496Z Downloaded data-encoding v2.10.0
5932026-07-10T19:35:34.499Z Downloaded chacha20 v0.9.1
5942026-07-10T19:35:34.499Z Downloaded crc32fast v1.5.0
5952026-07-10T19:35:34.499Z Downloaded funty v2.0.0
5962026-07-10T19:35:34.503Z Downloaded fxhash v0.2.1
5972026-07-10T19:35:34.503Z Downloaded cmov v0.5.4
5982026-07-10T19:35:34.503Z Downloaded downcast-rs v2.0.2
5992026-07-10T19:35:34.503Z Downloaded dirs-sys-next v0.1.2
6002026-07-10T19:35:34.506Z Downloaded cassowary v0.3.0
6012026-07-10T19:35:34.506Z Downloaded futures-core v0.3.32
6022026-07-10T19:35:34.506Z Downloaded defmt-parser v1.0.0
6032026-07-10T19:35:34.506Z Downloaded colored v3.1.1
6042026-07-10T19:35:34.510Z Downloaded foreign-types-macros v0.2.3
6052026-07-10T19:35:34.510Z Downloaded bzip2 v0.6.1
6062026-07-10T19:35:34.510Z Downloaded byte-wrapper v0.1.0
6072026-07-10T19:35:34.513Z Downloaded foreign-types v0.3.2
6082026-07-10T19:35:34.513Z Downloaded blake2 v0.11.0-rc.6
6092026-07-10T19:35:34.516Z Downloaded foreign-types v0.5.0
6102026-07-10T19:35:34.516Z Downloaded float-ord v0.3.2
6112026-07-10T19:35:34.516Z Downloaded cbc v0.2.1
6122026-07-10T19:35:34.520Z Downloaded ecdsa v0.16.9
6132026-07-10T19:35:34.520Z Downloaded defmt-macros v1.0.1
6142026-07-10T19:35:34.523Z Downloaded globwalk v0.9.1
6152026-07-10T19:35:34.523Z Downloaded der_derive v0.7.3
6162026-07-10T19:35:34.523Z Downloaded csv-core v0.1.13
6172026-07-10T19:35:34.523Z Downloaded defmt v1.0.1
6182026-07-10T19:35:34.526Z Downloaded ghash v0.6.0
6192026-07-10T19:35:34.526Z Downloaded futures-task v0.3.32
6202026-07-10T19:35:34.530Z Downloaded futures-macro v0.3.32
6212026-07-10T19:35:34.530Z Downloaded futures-io v0.3.32
6222026-07-10T19:35:34.530Z Downloaded futures-sink v0.3.32
6232026-07-10T19:35:34.530Z Downloaded darling v0.20.11
6242026-07-10T19:35:34.533Z Downloaded enum_dispatch v0.3.13
6252026-07-10T19:35:34.536Z Downloaded git-stub v1.0.0
6262026-07-10T19:35:34.536Z Downloaded filetime v0.2.27
6272026-07-10T19:35:34.536Z Downloaded ff v0.13.1
6282026-07-10T19:35:34.539Z Downloaded erased-serde v0.3.31
6292026-07-10T19:35:34.539Z Downloaded hash32 v0.2.1
6302026-07-10T19:35:34.542Z Downloaded derive-ex v0.1.8
6312026-07-10T19:35:34.542Z Downloaded crc-any v2.5.0
6322026-07-10T19:35:34.542Z Downloaded form_urlencoded v1.2.2
6332026-07-10T19:35:34.547Z Downloaded foreign-types-shared v0.1.1
6342026-07-10T19:35:34.547Z Downloaded ff v0.14.0
6352026-07-10T19:35:34.547Z Downloaded const-oid v0.9.6
6362026-07-10T19:35:34.550Z Downloaded dsl_auto_type v0.2.0
6372026-07-10T19:35:34.550Z Downloaded cookie v0.18.1
6382026-07-10T19:35:34.550Z Downloaded clang-sys v1.8.1
6392026-07-10T19:35:34.553Z Downloaded console v0.15.11
6402026-07-10T19:35:34.553Z Downloaded hex v0.4.3
6412026-07-10T19:35:34.556Z Downloaded headers-core v0.3.0
6422026-07-10T19:35:34.556Z Downloaded fs_extra v1.3.0
6432026-07-10T19:35:34.557Z Downloaded fs-err v2.11.0
6442026-07-10T19:35:34.560Z Downloaded float-cmp v0.10.0
6452026-07-10T19:35:34.560Z Downloaded compression-codecs v0.4.37
6462026-07-10T19:35:34.564Z Downloaded hex-literal v1.1.0
6472026-07-10T19:35:34.564Z Downloaded crossbeam-channel v0.5.15
6482026-07-10T19:35:34.564Z Downloaded diesel-dtrace v0.5.0
6492026-07-10T19:35:34.567Z Downloaded hash32 v0.3.1
6502026-07-10T19:35:34.567Z Downloaded flagset v0.4.7
6512026-07-10T19:35:34.567Z Downloaded futures-executor v0.3.32
6522026-07-10T19:35:34.570Z Downloaded foldhash v0.2.0
6532026-07-10T19:35:34.570Z Downloaded ena v0.14.4
6542026-07-10T19:35:34.570Z Downloaded ed25519 v2.2.3
6552026-07-10T19:35:34.573Z Downloaded fixedbitset v0.5.7
6562026-07-10T19:35:34.573Z Downloaded home v0.5.12
6572026-07-10T19:35:34.573Z Downloaded dof v0.4.0
6582026-07-10T19:35:34.576Z Downloaded delegate v0.13.5
6592026-07-10T19:35:34.576Z Downloaded ctr v0.10.1
6602026-07-10T19:35:34.577Z Downloaded cancel-safe-futures v0.1.5
6612026-07-10T19:35:34.580Z Downloaded http-body v1.0.1
6622026-07-10T19:35:34.580Z Downloaded http-range v0.1.5
6632026-07-10T19:35:34.580Z Downloaded cookie_store v0.22.1
6642026-07-10T19:35:34.583Z Downloaded hostname v0.3.1
6652026-07-10T19:35:34.583Z Downloaded crossbeam-epoch v0.9.18
6662026-07-10T19:35:34.587Z Downloaded foldhash v0.1.5
6672026-07-10T19:35:34.587Z Downloaded group v0.13.0
6682026-07-10T19:35:34.587Z Downloaded git-stub-vcs v0.1.0
6692026-07-10T19:35:34.590Z Downloaded gethostname v0.5.0
6702026-07-10T19:35:34.590Z Downloaded globset v0.4.18
6712026-07-10T19:35:34.590Z Downloaded glob v0.3.3
6722026-07-10T19:35:34.593Z Downloaded env_logger v0.11.9
6732026-07-10T19:35:34.593Z Downloaded derive_builder v0.20.2
6742026-07-10T19:35:34.596Z Downloaded hyper-tls v0.6.0
6752026-07-10T19:35:34.596Z Downloaded ecdsa v0.17.0-rc.18
6762026-07-10T19:35:34.599Z Downloaded hubpack v0.1.2
6772026-07-10T19:35:34.599Z Downloaded httpdate v1.0.3
6782026-07-10T19:35:34.599Z Downloaded hostname v0.4.2
6792026-07-10T19:35:34.604Z Downloaded either v1.15.0
6802026-07-10T19:35:34.604Z Downloaded hubpack_derive v0.1.1
6812026-07-10T19:35:34.604Z Downloaded find-msvc-tools v0.1.9
6822026-07-10T19:35:34.607Z Downloaded group v0.14.0
6832026-07-10T19:35:34.607Z Downloaded dunce v1.0.5
6842026-07-10T19:35:34.607Z Downloaded darling_core v0.21.3
6852026-07-10T19:35:34.610Z Downloaded fallible-iterator v0.2.0
6862026-07-10T19:35:34.610Z Downloaded digest v0.11.3
6872026-07-10T19:35:34.614Z Downloaded deranged v0.5.8
6882026-07-10T19:35:34.614Z Downloaded ident_case v1.0.1
6892026-07-10T19:35:34.614Z Downloaded crc v3.4.0
6902026-07-10T19:35:34.617Z Downloaded idna_adapter v1.2.1
6912026-07-10T19:35:34.617Z Downloaded illumos-nvpair v0.3.0
6922026-07-10T19:35:34.617Z Downloaded console v0.16.2
6932026-07-10T19:35:34.617Z Downloaded colored v2.2.0
6942026-07-10T19:35:34.622Z Downloaded inout v0.2.2
6952026-07-10T19:35:34.622Z Downloaded const-oid v0.10.2
6962026-07-10T19:35:34.622Z Downloaded darling v0.21.3
6972026-07-10T19:35:34.625Z Downloaded ed25519 v3.0.0
6982026-07-10T19:35:34.625Z Downloaded highway v1.3.0
6992026-07-10T19:35:34.630Z Downloaded des v0.9.0
7002026-07-10T19:35:34.630Z Downloaded indoc v1.0.9
7012026-07-10T19:35:34.630Z Downloaded cipher v0.4.4
7022026-07-10T19:35:34.630Z Downloaded internet-checksum v0.2.1
7032026-07-10T19:35:34.634Z Downloaded instant v0.1.13
7042026-07-10T19:35:34.634Z Downloaded illumos-nvpair-sys v0.2.0
7052026-07-10T19:35:34.634Z Downloaded indent_write v2.2.0
7062026-07-10T19:35:34.634Z Downloaded inout v0.1.4
7072026-07-10T19:35:34.637Z Downloaded chacha20 v0.10.0
7082026-07-10T19:35:34.637Z Downloaded drift v0.2.0
7092026-07-10T19:35:34.642Z Downloaded futures-channel v0.3.32
7102026-07-10T19:35:34.645Z Downloaded derive-where v1.6.0
7112026-07-10T19:35:34.648Z Downloaded compact_str v0.8.1
7122026-07-10T19:35:34.648Z Downloaded diff v0.1.13
7132026-07-10T19:35:34.652Z Downloaded kem v0.3.0
7142026-07-10T19:35:34.652Z Downloaded arc-swap v1.8.2
7152026-07-10T19:35:34.656Z Downloaded libscf-sys v1.1.0
7162026-07-10T19:35:34.656Z Downloaded is_ci v1.2.0
7172026-07-10T19:35:34.657Z Downloaded is-terminal v0.4.17
7182026-07-10T19:35:34.657Z Downloaded getrandom v0.2.17
7192026-07-10T19:35:34.660Z Downloaded dropshot_endpoint v0.17.1
7202026-07-10T19:35:34.660Z Downloaded instability v0.3.11
7212026-07-10T19:35:34.663Z Downloaded ciborium v0.2.2
7222026-07-10T19:35:34.663Z Downloaded kstat-rs v0.2.4
7232026-07-10T19:35:34.663Z Downloaded derive_builder_core v0.20.2
7242026-07-10T19:35:34.666Z Downloaded ahash v0.8.12
7252026-07-10T19:35:34.666Z Downloaded keccak v0.1.6
7262026-07-10T19:35:34.669Z Downloaded daft-derive v0.1.7
7272026-07-10T19:35:34.678Z Downloaded linked-hash-map v0.5.6
7282026-07-10T19:35:34.678Z Downloaded lazy_static v1.5.0
7292026-07-10T19:35:34.681Z Downloaded lzss v0.8.2
7302026-07-10T19:35:34.681Z Downloaded maybe-uninit v2.0.0
7312026-07-10T19:35:34.681Z Downloaded memoffset v0.9.1
7322026-07-10T19:35:34.681Z Downloaded managed v0.8.0
7332026-07-10T19:35:34.681Z Downloaded half v1.8.3
7342026-07-10T19:35:34.681Z Downloaded fatfs v0.3.6
7352026-07-10T19:35:34.681Z Downloaded match_cfg v0.1.0
7362026-07-10T19:35:34.685Z Downloaded ingot v0.1.1
7372026-07-10T19:35:34.685Z Downloaded elliptic-curve v0.13.8
7382026-07-10T19:35:34.688Z Downloaded elliptic-curve v0.14.0-rc.33
7392026-07-10T19:35:34.688Z Downloaded derive_more v0.99.20
7402026-07-10T19:35:34.691Z Downloaded md5 v0.8.0
7412026-07-10T19:35:34.694Z Downloaded md-5 v0.10.6
7422026-07-10T19:35:34.694Z Downloaded ipnet v2.11.0
7432026-07-10T19:35:34.694Z Downloaded mime v0.3.17
7442026-07-10T19:35:34.697Z Downloaded ipnetwork v0.21.1
7452026-07-10T19:35:34.697Z Downloaded newline-converter v0.3.0
7462026-07-10T19:35:34.697Z Downloaded multimap v0.10.1
7472026-07-10T19:35:34.700Z Downloaded allocator-api2 v0.2.21
7482026-07-10T19:35:34.700Z Downloaded impl-trait-for-tuples v0.2.3
7492026-07-10T19:35:34.703Z Downloaded hmac v0.13.0
7502026-07-10T19:35:34.703Z Downloaded httparse v1.10.1
7512026-07-10T19:35:34.706Z Downloaded http-body-util v0.1.3
7522026-07-10T19:35:34.706Z Downloaded futures v0.3.32
7532026-07-10T19:35:34.709Z Downloaded hmac v0.12.1
7542026-07-10T19:35:34.712Z Downloaded nodrop v0.1.14
7552026-07-10T19:35:34.712Z Downloaded nibble_vec v0.1.0
7562026-07-10T19:35:34.712Z Downloaded newtype_derive v0.1.6
7572026-07-10T19:35:34.712Z Downloaded newtype-uuid-macros v0.1.0
7582026-07-10T19:35:34.715Z Downloaded der v0.7.10
7592026-07-10T19:35:34.721Z Downloaded keccak v0.2.0
7602026-07-10T19:35:34.721Z Downloaded bytes v1.11.1
7612026-07-10T19:35:34.724Z Downloaded num v0.4.3
7622026-07-10T19:35:34.724Z Downloaded bumpalo v3.20.2
7632026-07-10T19:35:34.724Z Downloaded num-iter v0.1.45
7642026-07-10T19:35:34.724Z Downloaded generic-array v1.4.3
7652026-07-10T19:35:34.727Z Downloaded num-derive v0.3.3
7662026-07-10T19:35:34.727Z Downloaded ingot-types v0.1.2
7672026-07-10T19:35:34.730Z Downloaded nonempty v0.12.0
7682026-07-10T19:35:34.730Z Downloaded darling_core v0.23.0
7692026-07-10T19:35:34.732Z Downloaded getrandom v0.3.4
7702026-07-10T19:35:34.736Z Downloaded crossterm v0.28.1
7712026-07-10T19:35:34.738Z Downloaded lalrpop-util v0.19.12
7722026-07-10T19:35:34.741Z Downloaded jobserver v0.1.34
7732026-07-10T19:35:34.741Z Downloaded ar_archive_writer v0.5.1
7742026-07-10T19:35:34.745Z Downloaded num_threads v0.1.7
7752026-07-10T19:35:34.745Z Downloaded num-derive v0.4.2
7762026-07-10T19:35:34.745Z Downloaded lru v0.12.5
7772026-07-10T19:35:34.748Z Downloaded num_enum_derive v0.5.11
7782026-07-10T19:35:34.748Z Downloaded olpc-cjson v0.1.4
7792026-07-10T19:35:34.748Z Downloaded lock_api v0.4.14
7802026-07-10T19:35:34.752Z Downloaded ingot-macros v0.1.1
7812026-07-10T19:35:34.752Z Downloaded half v2.7.1
7822026-07-10T19:35:34.757Z Downloaded linear-map v1.2.0
7832026-07-10T19:35:34.757Z Downloaded libsw-core v0.3.2
7842026-07-10T19:35:34.757Z Downloaded libsw v3.5.0
7852026-07-10T19:35:34.757Z Downloaded libloading v0.8.9
7862026-07-10T19:35:34.760Z Downloaded hyper-rustls v0.27.7
7872026-07-10T19:35:34.760Z Downloaded openssl-probe v0.2.1
7882026-07-10T19:35:34.760Z Downloaded openssl-macros v0.1.1
7892026-07-10T19:35:34.760Z Downloaded opaque-debug v0.3.1
7902026-07-10T19:35:34.760Z Downloaded hybrid-array v0.4.13
7912026-07-10T19:35:34.763Z Downloaded openssl-probe v0.1.6
7922026-07-10T19:35:34.763Z Downloaded darling_core v0.20.11
7932026-07-10T19:35:34.766Z Downloaded newtype-uuid v1.3.2
7942026-07-10T19:35:34.769Z Downloaded nanorand v0.7.0
7952026-07-10T19:35:34.769Z Downloaded flume v0.11.1
7962026-07-10T19:35:34.772Z Downloaded multer v3.1.0
7972026-07-10T19:35:34.775Z Downloaded native-tls v0.2.18
7982026-07-10T19:35:34.775Z Downloaded module-lattice v0.2.3
7992026-07-10T19:35:34.778Z Downloaded mime_guess v2.0.5
8002026-07-10T19:35:34.778Z Downloaded oso-derive v0.27.3
8012026-07-10T19:35:34.778Z Downloaded const_format v0.2.35
8022026-07-10T19:35:34.781Z Downloaded packed_struct_codegen v0.10.1
8032026-07-10T19:35:34.781Z Downloaded humantime v2.3.0
8042026-07-10T19:35:34.784Z Downloaded num-conv v0.2.0
8052026-07-10T19:35:34.784Z Downloaded chacha20poly1305 v0.10.1
8062026-07-10T19:35:34.784Z Downloaded new_debug_unreachable v1.0.6
8072026-07-10T19:35:34.787Z Downloaded num_enum v0.7.6
8082026-07-10T19:35:34.790Z Downloaded parse-size v1.1.0
8092026-07-10T19:35:34.790Z Downloaded async-compression v0.4.41
8102026-07-10T19:35:34.793Z Downloaded path-slash v0.1.5
8112026-07-10T19:35:34.796Z Downloaded num-complex v0.4.6
8122026-07-10T19:35:34.796Z Downloaded password-hash v0.6.1
8132026-07-10T19:35:34.810Z Downloaded percent-encoding v2.3.2
8142026-07-10T19:35:34.813Z Downloaded peg-runtime v0.8.5
8152026-07-10T19:35:34.813Z Downloaded phf_shared v0.12.1
8162026-07-10T19:35:34.813Z Downloaded parse-display v0.10.0
8172026-07-10T19:35:34.816Z Downloaded num_enum_derive v0.7.6
8182026-07-10T19:35:34.816Z Downloaded num_enum v0.5.11
8192026-07-10T19:35:34.820Z Downloaded indexmap v1.9.3
8202026-07-10T19:35:34.823Z Downloaded litrs v1.0.0
8212026-07-10T19:35:34.823Z Downloaded litemap v0.8.1
8222026-07-10T19:35:34.826Z Downloaded libefi-sys v0.1.0
8232026-07-10T19:35:34.826Z Downloaded phf_shared v0.11.3
8242026-07-10T19:35:34.826Z Downloaded icu_properties v2.1.2
8252026-07-10T19:35:34.828Z Downloaded normalize-line-endings v0.3.0
8262026-07-10T19:35:34.828Z Downloaded icu_provider v2.1.1
8272026-07-10T19:35:34.831Z Downloaded num-rational v0.4.2
8282026-07-10T19:35:34.831Z Downloaded num-integer v0.1.46
8292026-07-10T19:35:34.834Z Downloaded phf_shared v0.13.1
8302026-07-10T19:35:34.834Z Downloaded derive_more-impl v2.1.1
8312026-07-10T19:35:34.838Z Downloaded base64 v0.21.7
8322026-07-10T19:35:34.841Z Downloaded indoc v2.0.7
8332026-07-10T19:35:34.841Z Downloaded heapless v0.7.17
8342026-07-10T19:35:34.844Z Downloaded headers v0.4.1
8352026-07-10T19:35:34.847Z Downloaded ml-kem v0.3.2
8362026-07-10T19:35:34.850Z Downloaded oxide-tokio-rt v0.1.4
8372026-07-10T19:35:34.850Z Downloaded owo-colors v4.3.0
8382026-07-10T19:35:34.852Z Downloaded flate2 v1.1.9
8392026-07-10T19:35:34.855Z Downloaded predicates-core v1.0.10
8402026-07-10T19:35:34.856Z Downloaded proc-macro-crate v3.4.0
8412026-07-10T19:35:34.856Z Downloaded precomputed-hash v0.1.1
8422026-07-10T19:35:34.858Z Downloaded powerfmt v0.2.0
8432026-07-10T19:35:34.858Z Downloaded ed25519-dalek v3.0.0-rc.0
8442026-07-10T19:35:34.861Z Downloaded packed_struct v0.10.1
8452026-07-10T19:35:34.861Z Downloaded cc v1.2.56
8462026-07-10T19:35:34.864Z Downloaded base64 v0.22.1
8472026-07-10T19:35:34.867Z Downloaded darling_core v0.13.4
8482026-07-10T19:35:34.870Z Downloaded pbkdf2 v0.13.0
8492026-07-10T19:35:34.870Z Downloaded password-hash v0.5.0
8502026-07-10T19:35:34.870Z Downloaded paste v1.0.15
8512026-07-10T19:35:34.873Z Downloaded nu-ansi-term v0.50.3
8522026-07-10T19:35:34.876Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-07-10T19:35:34.876Z Downloaded pem v3.0.6
8542026-07-10T19:35:34.876Z Downloaded crypto-bigint v0.5.5
8552026-07-10T19:35:34.879Z Downloaded psl-types v2.0.11
8562026-07-10T19:35:34.885Z Downloaded libbz2-rs-sys v0.2.2
8572026-07-10T19:35:34.885Z Downloaded peg v0.8.5
8582026-07-10T19:35:34.888Z Downloaded derive_more v2.1.1
8592026-07-10T19:35:34.891Z Downloaded progenitor-macro v0.14.0
8602026-07-10T19:35:34.894Z Downloaded pem-rfc7468 v1.0.0
8612026-07-10T19:35:34.894Z Downloaded memmap2 v0.9.10
8622026-07-10T19:35:34.896Z Downloaded ignore v0.4.25
8632026-07-10T19:35:34.897Z Downloaded phc v0.6.1
8642026-07-10T19:35:34.900Z Downloaded phf v0.12.1
8652026-07-10T19:35:34.900Z Downloaded icu_normalizer_data v2.1.1
8662026-07-10T19:35:34.903Z Downloaded pin-project-lite v0.2.17
8672026-07-10T19:35:34.906Z Downloaded rand_chacha v0.3.1
8682026-07-10T19:35:34.906Z Downloaded pin-project-internal v1.1.11
8692026-07-10T19:35:34.906Z Downloaded icu_normalizer v2.1.1
8702026-07-10T19:35:34.909Z Downloaded quick-error v1.2.3
8712026-07-10T19:35:34.912Z Downloaded polyval v0.7.1
8722026-07-10T19:35:34.912Z Downloaded poly1305 v0.8.0
8732026-07-10T19:35:34.915Z Downloaded hickory-resolver v0.25.2
8742026-07-10T19:35:34.918Z Downloaded potential_utf v0.1.4
8752026-07-10T19:35:34.918Z Downloaded heapless v0.8.0
8762026-07-10T19:35:34.934Z Downloaded ed25519-dalek v2.2.0
8772026-07-10T19:35:34.935Z Downloaded rand_xorshift v0.4.0
8782026-07-10T19:35:34.935Z Downloaded oxnet v0.1.6
8792026-07-10T19:35:34.935Z Downloaded radium v0.7.0
8802026-07-10T19:35:34.935Z Downloaded diesel_derives v2.3.7
8812026-07-10T19:35:34.935Z Downloaded primeorder v0.13.6
8822026-07-10T19:35:34.935Z Downloaded parking_lot_core v0.8.6
8832026-07-10T19:35:34.935Z Downloaded ppv-lite86 v0.2.21
8842026-07-10T19:35:34.935Z Downloaded parking_lot_core v0.9.12
8852026-07-10T19:35:34.935Z Downloaded parking_lot v0.12.5
8862026-07-10T19:35:34.939Z Downloaded primeorder v0.14.0-rc.10
8872026-07-10T19:35:34.939Z Downloaded primefield v0.14.0
8882026-07-10T19:35:34.939Z Downloaded parse-display-derive v0.10.0
8892026-07-10T19:35:34.939Z Downloaded parking_lot v0.11.2
8902026-07-10T19:35:34.942Z Downloaded peg-macros v0.8.5
8912026-07-10T19:35:34.942Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-07-10T19:35:34.942Z Downloaded progenitor-extras v0.2.0
8932026-07-10T19:35:34.945Z Downloaded ref-cast v1.0.25
8942026-07-10T19:35:34.945Z Downloaded der v0.8.0
8952026-07-10T19:35:34.948Z Downloaded rfc6979 v0.4.0
8962026-07-10T19:35:34.951Z Downloaded ref-cast-impl v1.0.25
8972026-07-10T19:35:34.951Z Downloaded progenitor-client v0.13.0
8982026-07-10T19:35:34.951Z Downloaded recursive v0.1.1
8992026-07-10T19:35:34.954Z Downloaded num-traits v0.2.19
9002026-07-10T19:35:34.955Z Downloaded progenitor v0.13.0
9012026-07-10T19:35:34.958Z Downloaded r2d2 v0.8.10
9022026-07-10T19:35:34.958Z Downloaded expectorate v1.2.0
9032026-07-10T19:35:34.958Z Downloaded icu_collections v2.1.1
9042026-07-10T19:35:34.961Z Downloaded pkcs8 v0.11.0
9052026-07-10T19:35:34.964Z Downloaded pkcs1 v0.7.5
9062026-07-10T19:35:34.967Z Downloaded indicatif v0.18.4
9072026-07-10T19:35:34.970Z Downloaded pkg-config v0.3.32
9082026-07-10T19:35:34.970Z Downloaded rfc6979 v0.5.0
9092026-07-10T19:35:34.970Z Downloaded pkcs8 v0.10.2
9102026-07-10T19:35:34.973Z Downloaded hickory-resolver v0.24.4
9112026-07-10T19:35:34.976Z Downloaded oso v0.27.3
9122026-07-10T19:35:34.979Z Downloaded rand_core v0.10.0
9132026-07-10T19:35:34.979Z Downloaded rustc-hash v2.1.1
9142026-07-10T19:35:34.979Z Downloaded rand_core v0.6.4
9152026-07-10T19:35:34.982Z Downloaded russh-util v0.52.0
9162026-07-10T19:35:34.982Z Downloaded rand_chacha v0.9.0
9172026-07-10T19:35:34.982Z Downloaded rand_core v0.9.5
9182026-07-10T19:35:34.985Z Downloaded pkcs1 v0.8.0-rc.4
9192026-07-10T19:35:34.985Z Downloaded poly1305 v0.9.0
9202026-07-10T19:35:34.988Z Downloaded miniz_oxide v0.8.9
9212026-07-10T19:35:34.988Z Downloaded russh-cryptovec v0.61.0
9222026-07-10T19:35:34.991Z Downloaded rustc_version v0.4.1
9232026-07-10T19:35:34.991Z Downloaded aes v0.9.1
9242026-07-10T19:35:34.994Z Downloaded rustc_version v0.1.7
9252026-07-10T19:35:34.994Z Downloaded proc-macro-error2 v2.0.1
9262026-07-10T19:35:34.997Z Downloaded scheduled-thread-pool v0.2.7
9272026-07-10T19:35:34.997Z Downloaded omicron-zone-package v0.12.3
9282026-07-10T19:35:35.001Z Downloaded postgres-types v0.2.12
9292026-07-10T19:35:35.001Z Downloaded scroll_derive v0.13.1
9302026-07-10T19:35:35.004Z Downloaded jiff-static v0.2.21
9312026-07-10T19:35:35.004Z Downloaded predicates v3.1.4
9322026-07-10T19:35:35.006Z Downloaded postgres-protocol v0.6.10
9332026-07-10T19:35:35.006Z Downloaded pem-rfc7468 v0.7.0
9342026-07-10T19:35:35.009Z Downloaded aes-gcm v0.11.0
9352026-07-10T19:35:35.012Z Downloaded psm v0.1.30
9362026-07-10T19:35:35.012Z Downloaded same-file v1.0.6
9372026-07-10T19:35:35.015Z Downloaded progenitor v0.14.0
9382026-07-10T19:35:35.015Z Downloaded sapling-renderdag v0.1.0
9392026-07-10T19:35:35.015Z Downloaded icu_locale_core v2.1.1
9402026-07-10T19:35:35.019Z Downloaded iana-time-zone v0.1.65
9412026-07-10T19:35:35.022Z Downloaded progenitor-macro v0.13.0
9422026-07-10T19:35:35.022Z Downloaded progenitor-client v0.14.0
9432026-07-10T19:35:35.025Z Downloaded predicates-tree v1.0.13
9442026-07-10T19:35:35.025Z Downloaded phf v0.13.1
9452026-07-10T19:35:35.025Z Downloaded pin-project v1.1.11
9462026-07-10T19:35:35.031Z Downloaded seq-macro v0.3.6
9472026-07-10T19:35:35.034Z Downloaded serde_bytes v0.11.19
9482026-07-10T19:35:35.034Z Downloaded secrecy v0.10.3
9492026-07-10T19:35:35.037Z Downloaded scopeguard v1.2.0
9502026-07-10T19:35:35.037Z Downloaded resolv-conf v0.7.6
9512026-07-10T19:35:35.037Z Downloaded papergrid v0.17.0
9522026-07-10T19:35:35.040Z Downloaded serde-big-array v0.5.1
9532026-07-10T19:35:35.043Z Downloaded serde_spanned v1.1.1
9542026-07-10T19:35:35.043Z Downloaded quinn-udp v0.5.14
9552026-07-10T19:35:35.046Z Downloaded secrecy v0.8.0
9562026-07-10T19:35:35.046Z Downloaded pkcs5 v0.8.1
9572026-07-10T19:35:35.049Z Downloaded rand_seeder v0.4.0
9582026-07-10T19:35:35.049Z Downloaded serde_plain v1.0.2
9592026-07-10T19:35:35.052Z Downloaded serde_urlencoded v0.7.1
9602026-07-10T19:35:35.052Z Downloaded semver v0.1.20
9612026-07-10T19:35:35.052Z Downloaded serde_repr v0.1.20
9622026-07-10T19:35:35.055Z Downloaded minimal-lexical v0.2.1
9632026-07-10T19:35:35.058Z Downloaded rustversion v1.0.22
9642026-07-10T19:35:35.058Z Downloaded sha1 v0.11.0
9652026-07-10T19:35:35.061Z Downloaded hickory-server v0.25.2
9662026-07-10T19:35:35.064Z Downloaded hashbrown v0.12.3
9672026-07-10T19:35:35.067Z Downloaded sigpipe v0.1.3
9682026-07-10T19:35:35.067Z Downloaded p256 v0.14.0-rc.10
9692026-07-10T19:35:35.070Z Downloaded rtoolbox v0.0.3
9702026-07-10T19:35:35.070Z Downloaded signature v2.2.0
9712026-07-10T19:35:35.070Z Downloaded shell-words v1.1.1
9722026-07-10T19:35:35.072Z Downloaded scroll v0.13.0
9732026-07-10T19:35:35.072Z Downloaded signature v3.0.0
9742026-07-10T19:35:35.072Z Downloaded progenitor-impl v0.14.0
9752026-07-10T19:35:35.075Z Downloaded rustls-pemfile v2.2.0
9762026-07-10T19:35:35.078Z Downloaded rusty-fork v0.3.1
9772026-07-10T19:35:35.078Z Downloaded hyper-util v0.1.20
9782026-07-10T19:35:35.081Z Downloaded signal-hook-mio v0.2.5
9792026-07-10T19:35:35.084Z Downloaded prefix-trie v0.7.0
9802026-07-10T19:35:35.084Z Downloaded rustls-native-certs v0.8.3
9812026-07-10T19:35:35.088Z Downloaded crossterm v0.29.0
9822026-07-10T19:35:35.091Z Downloaded siphasher v1.0.2
9832026-07-10T19:35:35.091Z Downloaded sec1 v0.7.3
9842026-07-10T19:35:35.093Z Downloaded hashbrown v0.13.2
9852026-07-10T19:35:35.096Z Downloaded signal-hook-tokio v0.3.1
9862026-07-10T19:35:35.096Z Downloaded slog-bunyan v2.5.0
9872026-07-10T19:35:35.097Z Downloaded proc-macro-crate v1.3.1
9882026-07-10T19:35:35.099Z Downloaded hyper-staticfile v0.10.1
9892026-07-10T19:35:35.100Z Downloaded maplit v1.0.2
9902026-07-10T19:35:35.100Z Downloaded lru-slab v0.1.2
9912026-07-10T19:35:35.103Z Downloaded scrypt v0.12.0
9922026-07-10T19:35:35.103Z Downloaded schemars_derive v0.8.22
9932026-07-10T19:35:35.103Z Downloaded lru-cache v0.1.2
9942026-07-10T19:35:35.106Z Downloaded rcgen v0.12.1
9952026-07-10T19:35:35.109Z Downloaded serdect v0.4.3
9962026-07-10T19:35:35.112Z Downloaded sec1 v0.8.1
9972026-07-10T19:35:35.116Z Downloaded openssl-sys v0.9.115
9982026-07-10T19:35:35.119Z Downloaded internal-russh-num-bigint v0.5.0
9992026-07-10T19:35:35.122Z Downloaded itertools v0.10.5
10002026-07-10T19:35:35.126Z Downloaded sha1 v0.10.6
10012026-07-10T19:35:35.129Z Downloaded serde_with_macros v1.5.2
10022026-07-10T19:35:35.129Z Downloaded serde_path_to_error v0.1.20
10032026-07-10T19:35:35.132Z Downloaded serde-hex v0.1.0
10042026-07-10T19:35:35.132Z Downloaded salsa20 v0.11.0
10052026-07-10T19:35:35.132Z Downloaded sqlparser_derive v0.5.0
10062026-07-10T19:35:35.135Z Downloaded dropshot-api-manager v0.7.2
10072026-07-10T19:35:35.138Z Downloaded signal-hook-registry v1.4.8
10082026-07-10T19:35:35.138Z Downloaded http v1.4.2
10092026-07-10T19:35:35.141Z Downloaded stable_deref_trait v1.2.1
10102026-07-10T19:35:35.141Z Downloaded shlex v1.3.0
10112026-07-10T19:35:35.144Z Downloaded progenitor-impl v0.13.0
10122026-07-10T19:35:35.144Z Downloaded rustls-pki-types v1.14.0
10132026-07-10T19:35:35.147Z Downloaded p384 v0.14.0-rc.10
10142026-07-10T19:35:35.147Z Downloaded prettyplease v0.2.37
10152026-07-10T19:35:35.150Z Downloaded slab v0.4.12
10162026-07-10T19:35:35.153Z Downloaded simd-adler32 v0.3.8
10172026-07-10T19:35:35.153Z Downloaded structmeta v0.3.0
10182026-07-10T19:35:35.156Z Downloaded strum v0.27.2
10192026-07-10T19:35:35.156Z Downloaded strum v0.26.3
10202026-07-10T19:35:35.159Z Downloaded strip-ansi-escapes v0.2.1
10212026-07-10T19:35:35.159Z Downloaded structmeta-derive v0.3.0
10222026-07-10T19:35:35.159Z Downloaded strsim v0.10.0
10232026-07-10T19:35:35.162Z Downloaded pretty_assertions v1.4.1
10242026-07-10T19:35:35.162Z Downloaded slog-async v2.8.0
10252026-07-10T19:35:35.169Z Downloaded slog-dtrace v0.3.0
10262026-07-10T19:35:35.172Z Downloaded slog-scope v4.4.1
10272026-07-10T19:35:35.172Z Downloaded hashbrown v0.15.5
10282026-07-10T19:35:35.175Z Downloaded sync_wrapper v1.0.2
10292026-07-10T19:35:35.178Z Downloaded take_mut v0.2.2
10302026-07-10T19:35:35.178Z Downloaded hashbrown v0.16.1
10312026-07-10T19:35:35.181Z Downloaded spki v0.7.3
10322026-07-10T19:35:35.184Z Downloaded smallvec v0.6.14
10332026-07-10T19:35:35.184Z Downloaded slog-term v2.9.2
10342026-07-10T19:35:35.184Z Downloaded snafu-derive v0.8.9
10352026-07-10T19:35:35.187Z Downloaded slog-json v2.6.1
10362026-07-10T19:35:35.187Z Downloaded tabled_derive v0.11.0
10372026-07-10T19:35:35.190Z Downloaded tabwriter v1.4.1
10382026-07-10T19:35:35.190Z Downloaded termtree v0.5.1
10392026-07-10T19:35:35.190Z Downloaded sync-ptr v0.1.4
10402026-07-10T19:35:35.190Z Downloaded supports-color v3.0.2
10412026-07-10T19:35:35.196Z Downloaded subtle v2.6.1
10422026-07-10T19:35:35.196Z Downloaded serde_with_macros v3.17.0
10432026-07-10T19:35:35.196Z Downloaded tap v1.0.1
10442026-07-10T19:35:35.196Z Downloaded tagptr v0.2.0
10452026-07-10T19:35:35.196Z Downloaded sha2 v0.11.0
10462026-07-10T19:35:35.200Z Downloaded mio v1.2.0
10472026-07-10T19:35:35.203Z Downloaded spki v0.8.0
10482026-07-10T19:35:35.203Z Downloaded serde_derive_internals v0.29.1
10492026-07-10T19:35:35.205Z Downloaded schemars v0.8.22
10502026-07-10T19:35:35.210Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-10T19:35:35.213Z Downloaded testing_table v0.3.0
10522026-07-10T19:35:35.214Z Downloaded postcard v1.1.3
10532026-07-10T19:35:35.217Z Downloaded ryu v1.0.23
10542026-07-10T19:35:35.217Z Downloaded rustls-platform-verifier v0.6.2
10552026-07-10T19:35:35.220Z Downloaded thread-id v5.1.0
10562026-07-10T19:35:35.220Z Downloaded publicsuffix v2.3.0
10572026-07-10T19:35:35.223Z Downloaded strum_macros v0.26.4
10582026-07-10T19:35:35.223Z Downloaded strum_macros v0.24.3
10592026-07-10T19:35:35.229Z Downloaded string_cache v0.8.9
10602026-07-10T19:35:35.229Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-10T19:35:35.229Z Downloaded bindgen v0.71.1
10622026-07-10T19:35:35.232Z Downloaded time-core v0.1.8
10632026-07-10T19:35:35.233Z Downloaded stringprep v0.1.5
10642026-07-10T19:35:35.235Z Downloaded stacker v0.1.23
10652026-07-10T19:35:35.235Z Downloaded libxml v0.3.3
10662026-07-10T19:35:35.238Z Downloaded rand v0.8.6
10672026-07-10T19:35:35.242Z Downloaded ron v0.8.1
10682026-07-10T19:35:35.245Z Downloaded tinyvec_macros v0.1.1
10692026-07-10T19:35:35.245Z Downloaded tokio-macros v2.7.0
10702026-07-10T19:35:35.248Z Downloaded aho-corasick v1.1.4
10712026-07-10T19:35:35.253Z Downloaded support-bundle-viewer v0.1.2
10722026-07-10T19:35:35.253Z Downloaded strum_macros v0.27.2
10732026-07-10T19:35:35.256Z Downloaded quinn v0.11.9
10742026-07-10T19:35:35.256Z Downloaded serde_cbor v0.11.2
10752026-07-10T19:35:35.256Z Downloaded tokio-test v0.4.5
10762026-07-10T19:35:35.260Z Downloaded synstructure v0.13.2
10772026-07-10T19:35:35.260Z Downloaded smallvec v1.15.1
10782026-07-10T19:35:35.260Z Downloaded idna v1.1.0
10792026-07-10T19:35:35.263Z Downloaded ssh-cipher v0.3.0-rc.9
10802026-07-10T19:35:35.263Z Downloaded rayon-core v1.13.0
10812026-07-10T19:35:35.266Z Downloaded num-bigint v0.4.6
10822026-07-10T19:35:35.269Z Downloaded nom v7.1.3
10832026-07-10T19:35:35.274Z Downloaded termios v0.3.3
10842026-07-10T19:35:35.274Z Downloaded topological-sort v0.2.2
10852026-07-10T19:35:35.277Z Downloaded spin v0.9.8
10862026-07-10T19:35:35.277Z Downloaded signal-hook v0.3.18
10872026-07-10T19:35:35.277Z Downloaded trait-variant v0.1.2
10882026-07-10T19:35:35.280Z Downloaded futures-util v0.3.32
10892026-07-10T19:35:35.285Z Downloaded typify-macro v0.6.2
10902026-07-10T19:35:35.288Z Downloaded try-lock v0.2.5
10912026-07-10T19:35:35.288Z Downloaded tower-service v0.3.3
10922026-07-10T19:35:35.288Z Downloaded tower-layer v0.3.3
10932026-07-10T19:35:35.291Z Downloaded aws-lc-rs v1.16.3
10942026-07-10T19:35:35.295Z Downloaded qorb v0.4.1
10952026-07-10T19:35:35.301Z Downloaded icu_properties_data v2.1.2
10962026-07-10T19:35:35.304Z Downloaded unarray v0.1.4
10972026-07-10T19:35:35.304Z Downloaded tls_codec_derive v0.4.2
10982026-07-10T19:35:35.307Z Downloaded thread_local v1.1.9
10992026-07-10T19:35:35.307Z Downloaded similar v2.7.0
11002026-07-10T19:35:35.310Z Downloaded universal-hash v0.5.1
11012026-07-10T19:35:35.310Z Downloaded untrusted v0.9.0
11022026-07-10T19:35:35.314Z Downloaded universal-hash v0.6.1
11032026-07-10T19:35:35.314Z Downloaded unicode-truncate v1.1.0
11042026-07-10T19:35:35.314Z Downloaded tokio-dtrace v0.1.1
11052026-07-10T19:35:35.317Z Downloaded unit-prefix v0.5.2
11062026-07-10T19:35:35.317Z Downloaded unicode-xid v0.2.6
11072026-07-10T19:35:35.318Z Downloaded iri-string v0.7.10
11082026-07-10T19:35:35.322Z Downloaded hyper v1.10.1
11092026-07-10T19:35:35.325Z Downloaded tokio-tungstenite v0.23.1
11102026-07-10T19:35:35.328Z Downloaded usdt-attr-macro v0.6.0
11112026-07-10T19:35:35.328Z Downloaded untrusted v0.7.1
11122026-07-10T19:35:35.328Z Downloaded utf-8 v0.7.6
11132026-07-10T19:35:35.334Z Downloaded term v1.2.1
11142026-07-10T19:35:35.334Z Downloaded rand v0.9.2
11152026-07-10T19:35:35.334Z Downloaded itertools v0.13.0
11162026-07-10T19:35:35.337Z Downloaded utf8_iter v1.0.4
11172026-07-10T19:35:35.340Z Downloaded nom v8.0.0
11182026-07-10T19:35:35.343Z Downloaded void v1.0.2
11192026-07-10T19:35:35.343Z Downloaded socket2 v0.6.3
11202026-07-10T19:35:35.346Z Downloaded libm v0.2.16
11212026-07-10T19:35:35.349Z Downloaded want v0.3.1
11222026-07-10T19:35:35.352Z Downloaded waitgroup v0.1.2
11232026-07-10T19:35:35.352Z Downloaded tinystr v0.8.2
11242026-07-10T19:35:35.352Z Downloaded samael v0.0.19
11252026-07-10T19:35:35.355Z Downloaded tui-tree-widget v0.23.1
11262026-07-10T19:35:35.359Z Downloaded blake3 v1.8.5
11272026-07-10T19:35:35.362Z Downloaded static_assertions v1.1.0
11282026-07-10T19:35:35.362Z Downloaded itertools v0.14.0
11292026-07-10T19:35:35.366Z Downloaded unicase v2.9.0
11302026-07-10T19:35:35.369Z Downloaded snafu v0.8.9
11312026-07-10T19:35:35.373Z Downloaded tls_codec v0.4.2
11322026-07-10T19:35:35.373Z Downloaded xshell-macros v0.2.7
11332026-07-10T19:35:35.373Z Downloaded subprocess v0.2.15
11342026-07-10T19:35:35.375Z Downloaded itertools v0.12.1
11352026-07-10T19:35:35.378Z Downloaded tokio-stream v0.1.18
11362026-07-10T19:35:35.381Z Downloaded xattr v1.6.1
11372026-07-10T19:35:35.385Z Downloaded h2 v0.4.15
11382026-07-10T19:35:35.388Z Downloaded zerofrom v0.1.6
11392026-07-10T19:35:35.388Z Downloaded tokio-rustls v0.26.4
11402026-07-10T19:35:35.390Z Downloaded usdt-macro v0.6.0
11412026-07-10T19:35:35.390Z Downloaded toml_writer v1.1.1+spec-1.1.0
11422026-07-10T19:35:35.391Z Downloaded zerofrom-derive v0.1.6
11432026-07-10T19:35:35.391Z Downloaded zeroize_derive v1.4.3
11442026-07-10T19:35:35.394Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11452026-07-10T19:35:35.394Z Downloaded term v0.7.0
11462026-07-10T19:35:35.397Z Downloaded schemars v0.9.0
11472026-07-10T19:35:35.401Z Downloaded vergen-lib v9.1.0
11482026-07-10T19:35:35.404Z Downloaded vergen-gitcl v1.0.8
11492026-07-10T19:35:35.404Z Downloaded uzers v0.12.2
11502026-07-10T19:35:35.407Z Downloaded zone_cfg_derive v0.3.1
11512026-07-10T19:35:35.407Z Downloaded tracing-attributes v0.1.31
11522026-07-10T19:35:35.407Z Downloaded usdt v0.6.0
11532026-07-10T19:35:35.410Z Downloaded test-strategy v0.4.5
11542026-07-10T19:35:35.410Z Downloaded vergen-git2 v9.1.0
11552026-07-10T19:35:35.413Z Downloaded wait-timeout v0.2.1
11562026-07-10T19:35:35.413Z Downloaded vsss-rs v3.3.4
11572026-07-10T19:35:35.416Z Downloaded whoami v2.1.0
11582026-07-10T19:35:35.416Z Downloaded whoami v1.6.1
11592026-07-10T19:35:35.419Z Downloaded bitvec v1.0.1
11602026-07-10T19:35:35.424Z Downloaded writeable v0.6.2
11612026-07-10T19:35:35.427Z Downloaded walkdir v2.5.0
11622026-07-10T19:35:35.427Z Downloaded unicode-properties v0.1.4
11632026-07-10T19:35:35.430Z Downloaded vergen-lib v0.1.6
11642026-07-10T19:35:35.430Z Downloaded rustls-webpki v0.103.13
11652026-07-10T19:35:35.433Z Downloaded p521 v0.14.0-rc.10
11662026-07-10T19:35:35.436Z Downloaded tinyvec v1.10.0
11672026-07-10T19:35:35.436Z Downloaded xshell v0.2.7
11682026-07-10T19:35:35.440Z Downloaded wyz v0.5.1
11692026-07-10T19:35:35.440Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11702026-07-10T19:35:35.440Z Downloaded rsa v0.9.10
11712026-07-10T19:35:35.444Z Downloaded iddqd v0.4.2
11722026-07-10T19:35:35.449Z Downloaded tar v0.4.45
11732026-07-10T19:35:35.449Z Downloaded hkdf v0.12.4
11742026-07-10T19:35:35.452Z Downloaded zeroize v1.8.2
11752026-07-10T19:35:35.452Z Downloaded rsa v0.10.0-rc.18
11762026-07-10T19:35:35.455Z Downloaded toml v0.7.8
11772026-07-10T19:35:35.458Z Downloaded usdt-impl v0.6.0
11782026-07-10T19:35:35.458Z Downloaded yoke-derive v0.8.1
11792026-07-10T19:35:35.458Z Downloaded yoke v0.8.1
11802026-07-10T19:35:35.461Z Downloaded toml_parser v1.1.2+spec-1.1.0
11812026-07-10T19:35:35.461Z Downloaded zstd-safe v7.2.4
11822026-07-10T19:35:35.464Z Downloaded vergen v9.1.0
11832026-07-10T19:35:35.464Z Downloaded twox-hash v2.1.2
11842026-07-10T19:35:35.467Z Downloaded schemars v1.2.1
11852026-07-10T19:35:35.472Z Downloaded zstd v0.13.3
11862026-07-10T19:35:35.476Z Downloaded tungstenite v0.23.0
11872026-07-10T19:35:35.479Z Downloaded zone v0.3.1
11882026-07-10T19:35:35.479Z Downloaded zerovec-derive v0.11.2
11892026-07-10T19:35:35.479Z Downloaded tungstenite v0.21.0
11902026-07-10T19:35:35.482Z Downloaded tracing-core v0.1.36
11912026-07-10T19:35:35.482Z Downloaded rand v0.10.1
11922026-07-10T19:35:35.484Z Downloaded tokio-tungstenite v0.21.0
11932026-07-10T19:35:35.487Z Downloaded steno v0.4.1
11942026-07-10T19:35:35.491Z Downloaded yasna v0.5.2
11952026-07-10T19:35:35.491Z Downloaded typify v0.6.2
11962026-07-10T19:35:35.493Z Downloaded tokio-native-tls v0.3.1
11972026-07-10T19:35:35.494Z Downloaded socket2 v0.5.10
11982026-07-10T19:35:35.494Z Downloaded slog v2.8.2
11992026-07-10T19:35:35.496Z Downloaded serde_yaml v0.9.34+deprecated
12002026-07-10T19:35:35.499Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-07-10T19:35:35.503Z Downloaded serde_with v1.14.0
12022026-07-10T19:35:35.508Z Downloaded unicode-bidi v0.3.18
12032026-07-10T19:35:35.508Z Downloaded hkdf v0.13.0
12042026-07-10T19:35:35.508Z Downloaded tiny-keccak v2.0.2
12052026-07-10T19:35:35.511Z Downloaded time-macros v0.2.27
12062026-07-10T19:35:35.511Z Downloaded unsafe-libyaml v0.2.11
12072026-07-10T19:35:35.514Z Downloaded toml v1.1.2+spec-1.1.0
12082026-07-10T19:35:35.514Z Downloaded thiserror-no-std v2.0.2
12092026-07-10T19:35:35.517Z Downloaded sqlformat v0.3.5
12102026-07-10T19:35:35.520Z Downloaded num-bigint-dig v0.8.6
12112026-07-10T19:35:35.520Z Downloaded vte v0.14.1
12122026-07-10T19:35:35.523Z Downloaded rustyline v14.0.0
12132026-07-10T19:35:35.526Z Downloaded smf v0.2.3
12142026-07-10T19:35:35.526Z Downloaded slog-stdlog v4.1.1
12152026-07-10T19:35:35.529Z Downloaded slog-envlogger v2.2.0
12162026-07-10T19:35:35.529Z Downloaded git2 v0.20.4
12172026-07-10T19:35:35.532Z Downloaded curve25519-dalek v4.1.3
12182026-07-10T19:35:35.542Z Downloaded uuid v1.23.4
12192026-07-10T19:35:35.552Z Downloaded zerocopy v0.6.6
12202026-07-10T19:35:35.555Z Downloaded p384 v0.13.1
12212026-07-10T19:35:35.558Z Downloaded rpassword v7.4.0
12222026-07-10T19:35:35.560Z Downloaded zopfli v0.8.3
12232026-07-10T19:35:35.571Z Downloaded regex v1.12.3
12242026-07-10T19:35:35.579Z Downloaded url v2.5.8
12252026-07-10T19:35:35.582Z Downloaded reqwest v0.12.28
12262026-07-10T19:35:35.588Z Downloaded yansi v1.0.1
12272026-07-10T19:35:35.591Z Downloaded portable-atomic v1.13.1
12282026-07-10T19:35:35.594Z Downloaded tokio-postgres v0.7.16
12292026-07-10T19:35:35.597Z Downloaded chrono v0.4.44
12302026-07-10T19:35:35.601Z Downloaded zip v0.6.6
12312026-07-10T19:35:35.604Z Downloaded toml_edit v0.19.15
12322026-07-10T19:35:35.613Z Downloaded reedline v0.40.0
12332026-07-10T19:35:35.617Z Downloaded unicode_categories v0.1.1
12342026-07-10T19:35:35.621Z Downloaded reqwest v0.13.2
12352026-07-10T19:35:35.623Z Downloaded lalrpop v0.19.12
12362026-07-10T19:35:35.628Z Downloaded zerotrie v0.2.3
12372026-07-10T19:35:35.631Z Downloaded zerocopy-derive v0.8.40
12382026-07-10T19:35:35.636Z Downloaded ssh-key v0.7.0-rc.10
12392026-07-10T19:35:35.639Z Downloaded moka v0.12.13
12402026-07-10T19:35:35.644Z Downloaded typed-path v0.9.3
12412026-07-10T19:35:35.647Z Downloaded x509-cert v0.2.5
12422026-07-10T19:35:35.651Z Downloaded curve25519-dalek v5.0.0-rc.0
12432026-07-10T19:35:35.656Z Downloaded goblin v0.10.5
12442026-07-10T19:35:35.661Z Downloaded salty v0.3.0
12452026-07-10T19:35:35.665Z Downloaded quick-xml v0.37.5
12462026-07-10T19:35:35.681Z Downloaded unicode-segmentation v1.12.0
12472026-07-10T19:35:35.684Z Downloaded proptest v1.10.0
12482026-07-10T19:35:35.688Z Downloaded tower v0.5.3
12492026-07-10T19:35:35.693Z Downloaded serde_with v3.17.0
12502026-07-10T19:35:35.700Z Downloaded zip v4.6.1
12512026-07-10T19:35:35.703Z Downloaded zerovec v0.11.5
12522026-07-10T19:35:35.708Z Downloaded tower-http v0.6.8
12532026-07-10T19:35:35.711Z Downloaded unicode-normalization v0.1.25
12542026-07-10T19:35:35.714Z Downloaded rayon v1.11.0
12552026-07-10T19:35:35.717Z Downloaded petname v2.0.2
12562026-07-10T19:35:35.720Z Downloaded object v0.30.4
12572026-07-10T19:35:35.726Z Downloaded radix_trie v0.2.1
12582026-07-10T19:35:35.729Z Downloaded crypto-bigint v0.7.5
12592026-07-10T19:35:35.738Z Downloaded nix v0.27.1
12602026-07-10T19:35:35.744Z Downloaded tokio-util v0.7.18
12612026-07-10T19:35:35.749Z Downloaded quinn-proto v0.11.13
12622026-07-10T19:35:35.752Z Downloaded winnow v0.5.40
12632026-07-10T19:35:35.757Z Downloaded bstr v1.12.1
12642026-07-10T19:35:35.762Z Downloaded tough v0.22.0
12652026-07-10T19:35:35.767Z Downloaded russh v0.61.2
12662026-07-10T19:35:35.772Z Downloaded polar-core v0.27.3
12672026-07-10T19:35:35.777Z Downloaded nix v0.28.0
12682026-07-10T19:35:35.783Z Downloaded winnow v1.0.3
12692026-07-10T19:35:35.789Z Downloaded dropshot v0.17.1
12702026-07-10T19:35:35.802Z Downloaded winnow v0.6.26
12712026-07-10T19:35:35.810Z Downloaded tabled v0.20.0
12722026-07-10T19:35:35.819Z Downloaded time v0.3.47
12732026-07-10T19:35:35.827Z Downloaded regex-syntax v0.6.29
12742026-07-10T19:35:35.831Z Downloaded openssl v0.10.79
12752026-07-10T19:35:35.836Z Downloaded vcpkg v0.2.15
12762026-07-10T19:35:35.859Z Downloaded nix v0.31.2
12772026-07-10T19:35:35.865Z Downloaded smoltcp v0.9.1
12782026-07-10T19:35:35.871Z Downloaded hickory-proto v0.25.2
12792026-07-10T19:35:35.880Z Downloaded zlib-rs v0.6.2
12802026-07-10T19:35:35.884Z Downloaded openapiv3 v2.2.0
12812026-07-10T19:35:35.890Z Downloaded smoltcp v0.11.0
12822026-07-10T19:35:35.899Z Downloaded zerocopy v0.8.40
12832026-07-10T19:35:35.905Z Downloaded regex-syntax v0.8.10
12842026-07-10T19:35:35.907Z Downloaded diesel v2.3.7
12852026-07-10T19:35:35.919Z Downloaded regress v0.10.5
12862026-07-10T19:35:35.924Z Downloaded rustix v0.38.44
12872026-07-10T19:35:35.938Z Downloaded object v0.37.3
12882026-07-10T19:35:35.945Z Downloaded rustls v0.23.41
12892026-07-10T19:35:35.952Z Downloaded hickory-proto v0.24.4
12902026-07-10T19:35:35.960Z Downloaded regress v0.11.1
12912026-07-10T19:35:35.992Z Downloaded fiat-crypto v0.3.0
12922026-07-10T19:35:36.000Z Downloaded sqlparser v0.61.0
12932026-07-10T19:35:36.006Z Downloaded sled v0.34.7
12942026-07-10T19:35:36.021Z Downloaded tracing v0.1.44
12952026-07-10T19:35:36.035Z Downloaded typify-impl v0.6.2
12962026-07-10T19:35:36.044Z Downloaded sha3 v0.11.0
12972026-07-10T19:35:36.048Z Downloaded ratatui v0.29.0
12982026-07-10T19:35:36.057Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-10T19:35:36.064Z Downloaded regex-automata v0.4.14
13002026-07-10T19:35:36.077Z Downloaded zerocopy-derive v0.6.6
13012026-07-10T19:35:36.086Z Downloaded chrono-tz v0.10.4
13022026-07-10T19:35:36.118Z Downloaded petgraph v0.6.5
13032026-07-10T19:35:36.133Z Downloaded jiff v0.2.21
13042026-07-10T19:35:36.141Z Downloaded petgraph v0.8.3
13052026-07-10T19:35:36.156Z Downloaded libz-sys v1.1.24
13062026-07-10T19:35:36.167Z Downloaded csv v1.4.0
13072026-07-10T19:35:36.179Z Downloaded sha3 v0.10.8
13082026-07-10T19:35:36.190Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-07-10T19:35:36.201Z Downloaded tokio v1.52.1
13102026-07-10T19:35:36.238Z Downloaded ring v0.17.14
13112026-07-10T19:35:36.272Z Downloaded encoding_rs v0.8.35
13122026-07-10T19:35:36.326Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-10T19:35:36.825Z Downloaded aws-lc-sys v0.40.0
13142026-07-10T19:35:37.083Z Compiling libc v0.2.185
13152026-07-10T19:35:37.083Z Compiling serde_core v1.0.228
13162026-07-10T19:35:37.083Z Compiling serde v1.0.228
13172026-07-10T19:35:37.086Z Compiling log v0.4.29
13182026-07-10T19:35:37.086Z Compiling smallvec v1.15.1
13192026-07-10T19:35:37.086Z Compiling shlex v1.3.0
13202026-07-10T19:35:37.086Z Compiling find-msvc-tools v0.1.9
13212026-07-10T19:35:37.225Z Compiling syn v2.0.117
13222026-07-10T19:35:37.436Z Compiling subtle v2.6.1
13232026-07-10T19:35:37.449Z Compiling scopeguard v1.2.0
13242026-07-10T19:35:37.468Z Compiling stable_deref_trait v1.2.1
13252026-07-10T19:35:37.543Z Compiling lock_api v0.4.14
13262026-07-10T19:35:37.555Z Compiling typenum v1.20.1
13272026-07-10T19:35:37.569Z Compiling serde_json v1.0.150
13282026-07-10T19:35:37.572Z Compiling zerocopy v0.8.40
13292026-07-10T19:35:37.609Z Compiling portable-atomic v1.13.1
13302026-07-10T19:35:37.770Z Compiling parking_lot_core v0.9.12
13312026-07-10T19:35:37.804Z Compiling pin-project-lite v0.2.17
13322026-07-10T19:35:37.902Z Compiling critical-section v1.2.0
13332026-07-10T19:35:38.077Z Compiling pkg-config v0.3.32
13342026-07-10T19:35:38.130Z Compiling jobserver v0.1.34
13352026-07-10T19:35:38.144Z Compiling errno v0.3.14
13362026-07-10T19:35:38.251Z Compiling getrandom v0.2.17
13372026-07-10T19:35:38.291Z Compiling signal-hook-registry v1.4.8
13382026-07-10T19:35:38.496Z Compiling cc v1.2.56
13392026-07-10T19:35:38.516Z Compiling rand_core v0.6.4
13402026-07-10T19:35:38.599Z Compiling getrandom v0.4.1
13412026-07-10T19:35:38.667Z Compiling once_cell v1.21.3
13422026-07-10T19:35:38.763Z Compiling libm v0.2.16
13432026-07-10T19:35:38.812Z Compiling futures-core v0.3.32
13442026-07-10T19:35:38.841Z Compiling parking_lot v0.12.5
13452026-07-10T19:35:38.895Z Compiling mio v1.2.0
13462026-07-10T19:35:38.970Z Compiling num-traits v0.2.19
13472026-07-10T19:35:39.004Z Compiling generic-array v0.14.7
13482026-07-10T19:35:39.116Z Compiling const-oid v0.9.6
13492026-07-10T19:35:39.183Z Compiling rand_core v0.10.0
13502026-07-10T19:35:39.407Z Compiling percent-encoding v2.3.2
13512026-07-10T19:35:39.421Z Compiling writeable v0.6.2
13522026-07-10T19:35:39.622Z Compiling bitflags v2.11.0
13532026-07-10T19:35:39.636Z Compiling litemap v0.8.1
13542026-07-10T19:35:39.679Z Compiling semver v1.0.28
13552026-07-10T19:35:39.840Z Compiling socket2 v0.6.3
13562026-07-10T19:35:39.869Z Compiling icu_normalizer_data v2.1.1
13572026-07-10T19:35:39.908Z Compiling icu_properties_data v2.1.2
13582026-07-10T19:35:40.026Z Compiling futures-sink v0.3.32
13592026-07-10T19:35:40.176Z Compiling futures-channel v0.3.32
13602026-07-10T19:35:40.194Z Compiling futures-io v0.3.32
13612026-07-10T19:35:40.274Z Compiling synstructure v0.13.2
13622026-07-10T19:35:40.306Z Compiling slab v0.4.12
13632026-07-10T19:35:40.356Z Compiling futures-task v0.3.32
13642026-07-10T19:35:40.416Z Compiling indexmap v2.14.0
13652026-07-10T19:35:40.495Z Compiling getrandom v0.3.4
13662026-07-10T19:35:40.511Z Compiling rustversion v1.0.22
13672026-07-10T19:35:40.539Z Compiling utf8_iter v1.0.4
13682026-07-10T19:35:40.700Z Compiling form_urlencoded v1.2.2
13692026-07-10T19:35:40.787Z Compiling cmake v0.1.57
13702026-07-10T19:35:40.821Z Compiling dunce v1.0.5
13712026-07-10T19:35:40.902Z Compiling fs_extra v1.3.0
13722026-07-10T19:35:40.916Z Compiling rustix v1.1.3
13732026-07-10T19:35:40.931Z Compiling ident_case v1.0.1
13742026-07-10T19:35:41.061Z Compiling iana-time-zone v0.1.65
13752026-07-10T19:35:41.144Z Compiling regex-syntax v0.8.10
13762026-07-10T19:35:41.192Z Compiling vcpkg v0.2.15
13772026-07-10T19:35:41.216Z Compiling aws-lc-sys v0.40.0
13782026-07-10T19:35:41.278Z Compiling base64ct v1.8.3
13792026-07-10T19:35:41.486Z Compiling rand_core v0.9.5
13802026-07-10T19:35:41.591Z Compiling pem-rfc7468 v0.7.0
13812026-07-10T19:35:41.607Z Compiling rustc_version v0.4.1
13822026-07-10T19:35:41.782Z Compiling uuid v1.23.4
13832026-07-10T19:35:41.923Z Compiling tracing-core v0.1.36
13842026-07-10T19:35:41.960Z Compiling base64 v0.22.1
13852026-07-10T19:35:41.975Z Compiling openssl-sys v0.9.115
13862026-07-10T19:35:42.063Z Compiling serde_derive v1.0.228
13872026-07-10T19:35:42.303Z Compiling zeroize_derive v1.4.3
13882026-07-10T19:35:42.501Z Compiling zerofrom-derive v0.1.6
13892026-07-10T19:35:42.545Z Compiling yoke-derive v0.8.1
13902026-07-10T19:35:42.568Z Compiling zerovec-derive v0.11.2
13912026-07-10T19:35:42.753Z Compiling zerocopy-derive v0.8.40
13922026-07-10T19:35:43.021Z Compiling zeroize v1.8.2
13932026-07-10T19:35:43.241Z Compiling displaydoc v0.2.5
13942026-07-10T19:35:43.805Z Compiling tokio-macros v2.7.0
13952026-07-10T19:35:43.823Z Compiling futures-macro v0.3.32
13962026-07-10T19:35:44.007Z Compiling zerofrom v0.1.6
13972026-07-10T19:35:44.040Z Compiling tracing-attributes v0.1.31
13982026-07-10T19:35:44.142Z Compiling yoke v0.8.1
13992026-07-10T19:35:44.272Z Compiling crypto-common v0.1.7
14002026-07-10T19:35:44.340Z Compiling zerovec v0.11.5
14012026-07-10T19:35:44.430Z Compiling zerotrie v0.2.3
14022026-07-10T19:35:44.579Z Compiling block-buffer v0.10.4
14032026-07-10T19:35:44.689Z Compiling futures-util v0.3.32
14042026-07-10T19:35:44.742Z Compiling digest v0.10.7
14052026-07-10T19:35:44.759Z Compiling der_derive v0.7.3
14062026-07-10T19:35:44.867Z Compiling tinystr v0.8.2
14072026-07-10T19:35:45.008Z Compiling potential_utf v0.1.4
14082026-07-10T19:35:45.085Z Compiling icu_locale_core v2.1.1
14092026-07-10T19:35:45.185Z Compiling icu_collections v2.1.1
14102026-07-10T19:35:45.436Z Compiling thiserror-impl v2.0.18
14112026-07-10T19:35:45.675Z Compiling bytes v1.11.1
14122026-07-10T19:35:45.735Z Compiling icu_provider v2.1.1
14132026-07-10T19:35:45.758Z Compiling chrono v0.4.44
14142026-07-10T19:35:45.986Z Compiling icu_normalizer v2.1.1
14152026-07-10T19:35:46.044Z Compiling icu_properties v2.1.2
14162026-07-10T19:35:46.309Z Compiling tokio v1.52.1
14172026-07-10T19:35:46.555Z Compiling http v1.4.2
14182026-07-10T19:35:46.831Z Compiling aws-lc-rs v1.16.3
14192026-07-10T19:35:47.084Z Compiling idna_adapter v1.2.1
14202026-07-10T19:35:47.150Z Compiling flagset v0.4.7
14212026-07-10T19:35:47.206Z Compiling idna v1.1.0
14222026-07-10T19:35:47.220Z Compiling thiserror v2.0.18
14232026-07-10T19:35:47.235Z Compiling http-body v1.0.1
14242026-07-10T19:35:47.283Z Compiling der v0.7.10
14252026-07-10T19:35:47.327Z Compiling ppv-lite86 v0.2.21
14262026-07-10T19:35:47.393Z Compiling tracing v0.1.44
14272026-07-10T19:35:47.497Z Compiling url v2.5.8
14282026-07-10T19:35:47.525Z Compiling rustls-pki-types v1.14.0
14292026-07-10T19:35:47.656Z Compiling rand_chacha v0.9.0
14302026-07-10T19:35:47.736Z Compiling httparse v1.10.1
14312026-07-10T19:35:47.875Z Compiling openssl-probe v0.2.1
14322026-07-10T19:35:48.020Z Compiling tinyvec_macros v0.1.1
14332026-07-10T19:35:48.096Z Compiling cmov v0.5.4
14342026-07-10T19:35:48.112Z Compiling tinyvec v1.10.0
14352026-07-10T19:35:48.191Z Compiling spki v0.7.3
14362026-07-10T19:35:48.316Z Compiling ctutils v0.4.2
14372026-07-10T19:35:48.368Z Compiling rand v0.9.2
14382026-07-10T19:35:48.386Z Compiling pest_generator v2.8.6
14392026-07-10T19:35:48.404Z Compiling serde_derive_internals v0.29.1
14402026-07-10T19:35:48.467Z Compiling aho-corasick v1.1.4
14412026-07-10T19:35:48.563Z Compiling tower-layer v0.3.3
14422026-07-10T19:35:48.578Z Compiling atomic-waker v1.1.2
14432026-07-10T19:35:48.707Z Compiling tower-service v0.3.3
14442026-07-10T19:35:48.731Z Compiling untrusted v0.7.1
14452026-07-10T19:35:48.807Z Compiling schemars v0.8.22
14462026-07-10T19:35:48.861Z Compiling dyn-clone v1.0.20
14472026-07-10T19:35:49.009Z Compiling try-lock v0.2.5
14482026-07-10T19:35:49.051Z Compiling tempfile v3.25.0
14492026-07-10T19:35:49.097Z Compiling pest_derive v2.8.6
14502026-07-10T19:35:49.123Z Compiling want v0.3.1
14512026-07-10T19:35:49.186Z Compiling hybrid-array v0.4.13
14522026-07-10T19:35:49.295Z Compiling regex-automata v0.4.14
14532026-07-10T19:35:49.312Z Compiling schemars_derive v0.8.22
14542026-07-10T19:35:49.564Z Compiling ipnet v2.11.0
14552026-07-10T19:35:49.736Z Compiling scroll_derive v0.13.1
14562026-07-10T19:35:49.990Z Compiling darling_core v0.20.11
14572026-07-10T19:35:50.067Z Compiling cpufeatures v0.2.17
14582026-07-10T19:35:50.147Z Compiling openssl v0.10.79
14592026-07-10T19:35:50.203Z Compiling untrusted v0.9.0
14602026-07-10T19:35:50.329Z Compiling tokio-util v0.7.18
14612026-07-10T19:35:50.400Z Compiling foreign-types-shared v0.1.1
14622026-07-10T19:35:50.496Z Compiling httpdate v1.0.3
14632026-07-10T19:35:50.576Z Compiling rustls v0.23.41
14642026-07-10T19:35:50.731Z Compiling scroll v0.13.0
14652026-07-10T19:35:50.768Z Compiling foreign-types v0.3.2
14662026-07-10T19:35:50.866Z Compiling unicode-normalization v0.1.25
14672026-07-10T19:35:51.008Z Compiling pkcs8 v0.10.2
14682026-07-10T19:35:51.272Z Compiling h2 v0.4.15
14692026-07-10T19:35:51.383Z Compiling openssl-macros v0.1.1
14702026-07-10T19:35:51.754Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-10T19:35:51.804Z Compiling spin v0.9.8
14722026-07-10T19:35:51.894Z Compiling native-tls v0.2.18
14732026-07-10T19:35:52.018Z Compiling powerfmt v0.2.0
14742026-07-10T19:35:52.118Z Compiling num-conv v0.2.0
14752026-07-10T19:35:52.161Z Compiling time-core v0.1.8
14762026-07-10T19:35:52.230Z Compiling crc32fast v1.5.0
14772026-07-10T19:35:52.250Z Compiling deranged v0.5.8
14782026-07-10T19:35:52.282Z Compiling darling_macro v0.20.11
14792026-07-10T19:35:52.308Z Compiling time-macros v0.2.27
14802026-07-10T19:35:52.772Z Compiling darling v0.20.11
14812026-07-10T19:35:52.859Z Compiling goblin v0.10.5
14822026-07-10T19:35:53.288Z Compiling sha2 v0.10.9
14832026-07-10T19:35:53.410Z Compiling hmac v0.12.1
14842026-07-10T19:35:53.496Z Compiling sync_wrapper v1.0.2
14852026-07-10T19:35:53.575Z Compiling wait-timeout v0.2.1
14862026-07-10T19:35:53.607Z Compiling simd-adler32 v0.3.8
14872026-07-10T19:35:53.849Z Compiling crossbeam-utils v0.8.21
14882026-07-10T19:35:53.864Z Compiling siphasher v1.0.2
14892026-07-10T19:35:54.054Z Compiling num_threads v0.1.7
14902026-07-10T19:35:54.153Z Compiling syn v1.0.109
14912026-07-10T19:35:54.153Z Compiling usdt-impl v0.6.0
14922026-07-10T19:35:54.384Z Compiling bit-vec v0.8.0
14932026-07-10T19:35:54.488Z Compiling quick-error v1.2.3
14942026-07-10T19:35:54.602Z Compiling hyper v1.10.1
14952026-07-10T19:35:54.621Z Compiling rusty-fork v0.3.1
14962026-07-10T19:35:54.694Z Compiling bit-set v0.8.0
14972026-07-10T19:35:54.982Z Compiling time v0.3.47
14982026-07-10T19:35:55.245Z Compiling tower v0.5.3
14992026-07-10T19:35:55.555Z Compiling derive_builder_core v0.20.2
15002026-07-10T19:35:55.694Z Compiling dof v0.4.0
15012026-07-10T19:35:55.736Z Compiling hyper-util v0.1.20
15022026-07-10T19:35:56.438Z Compiling dtrace-parser v0.3.0
15032026-07-10T19:35:56.453Z Compiling http-body-util v0.1.3
15042026-07-10T19:35:56.596Z Compiling thiserror-impl v1.0.69
15052026-07-10T19:35:56.699Z Compiling scroll_derive v0.12.1
15062026-07-10T19:35:56.881Z Compiling heapless v0.7.17
15072026-07-10T19:35:57.147Z Compiling rand_xorshift v0.4.0
15082026-07-10T19:35:57.187Z Compiling slog v2.8.2
15092026-07-10T19:35:57.225Z Compiling darling_core v0.21.3
15102026-07-10T19:35:57.315Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-10T19:35:57.387Z Compiling thread-id v5.1.0
15122026-07-10T19:35:57.404Z Compiling cookie v0.18.1
15132026-07-10T19:35:57.473Z Compiling paste v1.0.15
15142026-07-10T19:35:57.524Z Compiling ryu v1.0.23
15152026-07-10T19:35:57.603Z Compiling adler2 v2.0.1
15162026-07-10T19:35:57.617Z Compiling unicode-bidi v0.3.18
15172026-07-10T19:35:57.706Z Compiling allocator-api2 v0.2.21
15182026-07-10T19:35:57.738Z Compiling iri-string v0.7.10
15192026-07-10T19:35:57.762Z Compiling unarray v0.1.4
15202026-07-10T19:35:57.879Z Compiling signal-hook v0.3.18
15212026-07-10T19:35:57.903Z Compiling zstd-safe v7.2.4
15222026-07-10T19:35:58.094Z Compiling anyhow v1.0.102
15232026-07-10T19:35:58.110Z Compiling unicode-properties v0.1.4
15242026-07-10T19:35:58.174Z Compiling thiserror v1.0.69
15252026-07-10T19:35:58.188Z Compiling proptest v1.10.0
15262026-07-10T19:35:58.282Z Compiling stringprep v0.1.5
15272026-07-10T19:35:58.371Z Compiling miniz_oxide v0.8.9
15282026-07-10T19:35:58.640Z Compiling serde_urlencoded v0.7.1
15292026-07-10T19:35:58.938Z Compiling tower-http v0.6.8
15302026-07-10T19:35:59.224Z Compiling scroll v0.12.0
15312026-07-10T19:35:59.362Z Compiling derive_builder_macro v0.20.2
15322026-07-10T19:35:59.385Z Compiling tokio-native-tls v0.3.1
15332026-07-10T19:35:59.568Z Compiling camino v1.2.2
15342026-07-10T19:35:59.595Z Compiling bstr v1.12.1
15352026-07-10T19:35:59.840Z Compiling darling_macro v0.21.3
15362026-07-10T19:35:59.853Z Compiling ipnetwork v0.21.1
15372026-07-10T19:35:59.932Z Compiling block-buffer v0.12.1
15382026-07-10T19:35:59.984Z Compiling crypto-common v0.2.2
15392026-07-10T19:36:00.128Z Compiling block-padding v0.4.2
15402026-07-10T19:36:00.250Z Compiling rustls-native-certs v0.8.3
15412026-07-10T19:36:00.268Z Compiling rand_chacha v0.3.1
15422026-07-10T19:36:00.298Z Compiling serde_tokenstream v0.2.3
15432026-07-10T19:36:00.341Z Compiling erased-serde v0.3.31
15442026-07-10T19:36:00.541Z Compiling toml_datetime v0.6.11
15452026-07-10T19:36:00.618Z Compiling serde_spanned v0.6.9
15462026-07-10T19:36:00.771Z Compiling signature v2.2.0
15472026-07-10T19:36:00.808Z Compiling md-5 v0.10.6
15482026-07-10T19:36:00.837Z Compiling zerocopy-derive v0.7.35
15492026-07-10T19:36:00.963Z Compiling pin-project-internal v1.1.11
15502026-07-10T19:36:00.987Z Compiling async-trait v0.1.89
15512026-07-10T19:36:01.072Z Compiling curve25519-dalek v4.1.3
15522026-07-10T19:36:01.427Z Compiling vergen-lib v9.1.0
15532026-07-10T19:36:01.635Z Compiling num-integer v0.1.46
15542026-07-10T19:36:01.709Z Compiling hash32 v0.2.1
15552026-07-10T19:36:01.733Z Compiling memoffset v0.9.1
15562026-07-10T19:36:01.902Z Compiling encoding_rs v0.8.35
15572026-07-10T19:36:01.946Z Compiling num-bigint-dig v0.8.6
15582026-07-10T19:36:01.962Z Compiling psl-types v2.0.11
15592026-07-10T19:36:02.024Z Compiling ref-cast v1.0.25
15602026-07-10T19:36:02.088Z Compiling zlib-rs v0.6.2
15612026-07-10T19:36:02.092Z Compiling rustix v0.38.44
15622026-07-10T19:36:02.157Z Compiling mime v0.3.17
15632026-07-10T19:36:02.343Z Compiling fallible-iterator v0.2.0
15642026-07-10T19:36:02.422Z Compiling cfg_aliases v0.2.1
15652026-07-10T19:36:02.469Z Compiling smoltcp v0.9.1
15662026-07-10T19:36:02.506Z Compiling litrs v1.0.0
15672026-07-10T19:36:02.657Z Compiling postgres-protocol v0.6.10
15682026-07-10T19:36:02.851Z Compiling nix v0.31.2
15692026-07-10T19:36:03.046Z Compiling document-features v0.2.12
15702026-07-10T19:36:03.350Z Compiling pin-project v1.1.11
15712026-07-10T19:36:03.368Z Compiling publicsuffix v2.3.0
15722026-07-10T19:36:03.411Z Compiling hubpack_derive v0.1.1
15732026-07-10T19:36:03.544Z Compiling num-iter v0.1.45
15742026-07-10T19:36:03.558Z Compiling zerocopy v0.7.35
15752026-07-10T19:36:03.765Z Compiling newtype-uuid v1.3.2
15762026-07-10T19:36:03.885Z Compiling rand v0.8.6
15772026-07-10T19:36:03.975Z Compiling darling v0.21.3
15782026-07-10T19:36:04.069Z Compiling inout v0.2.2
15792026-07-10T19:36:04.104Z Compiling oxnet v0.1.6
15802026-07-10T19:36:04.108Z Compiling derive_builder v0.20.2
15812026-07-10T19:36:04.134Z Compiling hyper-tls v0.6.0
15822026-07-10T19:36:04.262Z Compiling goblin v0.8.2
15832026-07-10T19:36:04.893Z Compiling phf_shared v0.13.1
15842026-07-10T19:36:04.915Z Compiling lazy_static v1.5.0
15852026-07-10T19:36:05.003Z Compiling regex v1.12.3
15862026-07-10T19:36:05.086Z Compiling flate2 v1.1.9
15872026-07-10T19:36:05.109Z Compiling anstyle-parse v0.2.7
15882026-07-10T19:36:05.135Z Compiling futures-executor v0.3.32
15892026-07-10T19:36:05.305Z Compiling hex v0.4.3
15902026-07-10T19:36:05.404Z Compiling terminal_size v0.4.3
15912026-07-10T19:36:05.444Z Compiling daft-derive v0.1.7
15922026-07-10T19:36:05.475Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-10T19:36:05.503Z Compiling ref-cast-impl v1.0.25
15942026-07-10T19:36:05.552Z Compiling strum_macros v0.27.2
15952026-07-10T19:36:05.576Z Compiling snafu-derive v0.8.9
15962026-07-10T19:36:06.062Z Compiling vergen v9.1.0
15972026-07-10T19:36:06.121Z Compiling cargo-platform v0.3.2
15982026-07-10T19:36:06.191Z Compiling ff v0.13.1
15992026-07-10T19:36:06.267Z Compiling fs-err v3.3.0
16002026-07-10T19:36:06.335Z Compiling ahash v0.8.12
16012026-07-10T19:36:06.411Z Compiling libbz2-rs-sys v0.2.2
16022026-07-10T19:36:06.480Z Compiling base16ct v0.2.0
16032026-07-10T19:36:06.566Z Compiling foldhash v0.1.5
16042026-07-10T19:36:06.666Z Compiling same-file v1.0.6
16052026-07-10T19:36:06.754Z Compiling unicode-segmentation v1.12.0
16062026-07-10T19:36:06.844Z Compiling bumpalo v3.20.2
16072026-07-10T19:36:07.094Z Compiling winnow v0.5.40
16082026-07-10T19:36:07.112Z Compiling object v0.37.3
16092026-07-10T19:36:07.169Z Compiling managed v0.8.0
16102026-07-10T19:36:07.390Z Compiling foldhash v0.2.0
16112026-07-10T19:36:07.409Z Compiling bitflags v1.3.2
16122026-07-10T19:36:07.527Z Compiling snafu v0.8.9
16132026-07-10T19:36:07.585Z Compiling strum v0.27.2
16142026-07-10T19:36:07.614Z Compiling hashbrown v0.16.1
16152026-07-10T19:36:07.774Z Compiling clap_builder v4.6.0
16162026-07-10T19:36:07.791Z Compiling zopfli v0.8.3
16172026-07-10T19:36:07.889Z Compiling bzip2 v0.6.1
16182026-07-10T19:36:08.120Z Compiling walkdir v2.5.0
16192026-07-10T19:36:08.282Z Compiling hashbrown v0.15.5
16202026-07-10T19:36:08.358Z Compiling sec1 v0.7.3
16212026-07-10T19:36:08.449Z Compiling toml_edit v0.19.15
16222026-07-10T19:36:08.580Z Compiling dof v0.3.0
16232026-07-10T19:36:08.648Z Compiling cargo_metadata v0.23.1
16242026-07-10T19:36:08.700Z Compiling group v0.13.0
16252026-07-10T19:36:08.883Z Compiling daft v0.1.7
16262026-07-10T19:36:09.298Z Compiling futures v0.3.32
16272026-07-10T19:36:09.328Z Compiling anstream v0.6.21
16282026-07-10T19:36:09.341Z Compiling phf v0.13.1
16292026-07-10T19:36:09.502Z Compiling signal-hook-mio v0.2.5
16302026-07-10T19:36:09.628Z Compiling cookie_store v0.22.1
16312026-07-10T19:36:09.997Z Compiling zstd v0.13.3
16322026-07-10T19:36:10.059Z Compiling bzip2 v0.4.4
16332026-07-10T19:36:10.264Z Compiling reqwest v0.12.28
16342026-07-10T19:36:10.278Z Compiling cipher v0.5.2
16352026-07-10T19:36:10.302Z Compiling serde_with_macros v3.17.0
16362026-07-10T19:36:10.593Z Compiling hubpack v0.1.2
16372026-07-10T19:36:10.953Z Compiling postgres-types v0.2.12
16382026-07-10T19:36:11.155Z Compiling ed25519 v2.2.3
16392026-07-10T19:36:11.468Z Compiling usdt-macro v0.6.0
16402026-07-10T19:36:11.523Z Compiling usdt-attr-macro v0.6.0
16412026-07-10T19:36:11.947Z Compiling globset v0.4.18
16422026-07-10T19:36:12.035Z Compiling dtrace-parser v0.2.0
16432026-07-10T19:36:12.072Z Compiling phf_shared v0.11.3
16442026-07-10T19:36:12.252Z Compiling hkdf v0.12.4
16452026-07-10T19:36:12.285Z Compiling olpc-cjson v0.1.4
16462026-07-10T19:36:12.350Z Compiling pkcs1 v0.7.5
16472026-07-10T19:36:12.428Z Compiling serde-big-array v0.5.1
16482026-07-10T19:36:12.455Z Compiling serde_plain v1.0.2
16492026-07-10T19:36:12.585Z Compiling crypto-bigint v0.5.5
16502026-07-10T19:36:12.653Z Compiling pem v3.0.6
16512026-07-10T19:36:12.664Z Compiling strum_macros v0.26.4
16522026-07-10T19:36:12.761Z Compiling serde_repr v0.1.20
16532026-07-10T19:36:12.800Z Compiling enum-as-inner v0.6.1
16542026-07-10T19:36:12.997Z Compiling clap_derive v4.6.1
16552026-07-10T19:36:13.359Z Compiling async-recursion v1.1.1
16562026-07-10T19:36:13.382Z Compiling float-cmp v0.10.0
16572026-07-10T19:36:13.532Z Compiling thread-id v4.2.2
16582026-07-10T19:36:13.632Z Compiling memmap2 v0.9.10
16592026-07-10T19:36:13.860Z Compiling env_filter v1.0.0
16602026-07-10T19:36:14.053Z Compiling jiff v0.2.21
16612026-07-10T19:36:14.133Z Compiling cpufeatures v0.3.0
16622026-07-10T19:36:14.180Z Compiling data-encoding v2.10.0
16632026-07-10T19:36:14.211Z Compiling normalize-line-endings v0.3.0
16642026-07-10T19:36:14.315Z Compiling precomputed-hash v0.1.1
16652026-07-10T19:36:14.412Z Compiling typed-path v0.9.3
16662026-07-10T19:36:14.536Z Compiling keccak v0.1.6
16672026-07-10T19:36:14.809Z Compiling difflib v0.4.0
16682026-07-10T19:36:14.860Z Compiling fixedbitset v0.4.2
16692026-07-10T19:36:14.890Z Compiling const-oid v0.10.2
16702026-07-10T19:36:15.084Z Compiling new_debug_unreachable v1.0.6
16712026-07-10T19:36:15.108Z Compiling static_assertions v1.1.0
16722026-07-10T19:36:15.162Z Compiling whoami v2.1.0
16732026-07-10T19:36:15.177Z Compiling predicates-core v1.0.10
16742026-07-10T19:36:15.195Z Compiling either v1.15.0
16752026-07-10T19:36:15.295Z Compiling fixedbitset v0.5.7
16762026-07-10T19:36:15.356Z Compiling winnow v1.0.3
16772026-07-10T19:36:15.376Z Compiling tokio-postgres v0.7.16
16782026-07-10T19:36:15.402Z Compiling itertools v0.13.0
16792026-07-10T19:36:15.544Z Compiling petgraph v0.8.3
16802026-07-10T19:36:15.598Z Compiling predicates v3.1.4
16812026-07-10T19:36:15.672Z Compiling toml_parser v1.1.2+spec-1.1.0
16822026-07-10T19:36:15.717Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-10T19:36:16.250Z Compiling string_cache v0.8.9
16842026-07-10T19:36:16.322Z Compiling digest v0.11.3
16852026-07-10T19:36:16.487Z Compiling petgraph v0.6.5
16862026-07-10T19:36:16.554Z Compiling toml_edit v0.22.27
16872026-07-10T19:36:16.672Z Compiling clap v4.6.1
16882026-07-10T19:36:16.774Z Compiling zip v4.6.1
16892026-07-10T19:36:17.592Z Compiling sha3 v0.10.8
16902026-07-10T19:36:17.634Z Compiling strum v0.26.3
16912026-07-10T19:36:17.810Z Compiling hickory-proto v0.25.2
16922026-07-10T19:36:17.883Z Compiling chacha20 v0.10.0
16932026-07-10T19:36:18.047Z Compiling env_logger v0.11.9
16942026-07-10T19:36:18.112Z Compiling usdt v0.6.0
16952026-07-10T19:36:18.200Z Compiling usdt-impl v0.5.0
16962026-07-10T19:36:18.337Z Compiling elliptic-curve v0.13.8
16972026-07-10T19:36:18.358Z Compiling rsa v0.9.10
16982026-07-10T19:36:18.395Z Compiling crossterm v0.28.1
16992026-07-10T19:36:18.718Z Compiling serde_with v3.17.0
17002026-07-10T19:36:18.767Z Compiling ed25519-dalek v2.2.0
17012026-07-10T19:36:19.412Z Compiling zip v0.6.6
17022026-07-10T19:36:19.451Z Compiling toml v0.7.8
17032026-07-10T19:36:19.996Z Compiling iddqd v0.4.2
17042026-07-10T19:36:20.487Z Compiling heck v0.4.1
17052026-07-10T19:36:20.509Z Compiling similar v2.7.0
17062026-07-10T19:36:20.569Z Compiling crossbeam-epoch v0.9.18
17072026-07-10T19:36:20.724Z Compiling tokio-stream v0.1.18
17082026-07-10T19:36:20.910Z Compiling buf-list v1.1.2
17092026-07-10T19:36:21.198Z Compiling x509-cert v0.2.5
17102026-07-10T19:36:21.205Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-10T19:36:21.312Z Compiling openapiv3 v2.2.0
17122026-07-10T19:36:21.374Z Compiling lalrpop-util v0.19.12
17132026-07-10T19:36:21.531Z Compiling peg-runtime v0.8.5
17142026-07-10T19:36:21.577Z Compiling thread_local v1.1.9
17152026-07-10T19:36:21.723Z Compiling slog-async v2.8.0
17162026-07-10T19:36:21.822Z Compiling crossbeam-channel v0.5.15
17172026-07-10T19:36:21.842Z Compiling is-terminal v0.4.17
17182026-07-10T19:36:21.948Z Compiling filetime v0.2.27
17192026-07-10T19:36:22.074Z Compiling take_mut v0.2.2
17202026-07-10T19:36:22.139Z Compiling xattr v1.6.1
17212026-07-10T19:36:22.196Z Compiling term v1.2.1
17222026-07-10T19:36:22.295Z Compiling tar v0.4.45
17232026-07-10T19:36:22.673Z Compiling slog-term v2.9.2
17242026-07-10T19:36:22.805Z Compiling camino-tempfile v1.4.1
17252026-07-10T19:36:34.130Z Compiling rustls-webpki v0.103.13
17262026-07-10T19:36:36.919Z Compiling tokio-rustls v0.26.4
17272026-07-10T19:36:36.919Z Compiling rustls-platform-verifier v0.6.2
17282026-07-10T19:36:36.919Z Compiling tough v0.22.0
17292026-07-10T19:36:37.143Z Compiling hyper-rustls v0.27.7
17302026-07-10T19:36:37.349Z Compiling reqwest v0.13.2
17312026-07-10T19:36:39.608Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-10T19:36:39.847Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-10T19:36:42.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17342026-07-10T19:36:42.898Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-10T19:36:42.951ZJul 10 19:36:41.947 INFO Starting download, target: Console
17362026-07-10T19:36:42.957ZJul 10 19:36:41.948 INFO Starting download, target: Cockroach
17372026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Starting download, target: MaghemiteMgd
17382026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Starting download, target: DendriteStub
17392026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Starting download, target: Clickhouse
17402026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Starting download, target: MaghemiteDdmd
17412026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Starting download, target: TransceiverControl
17422026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-10T19:36:42.958ZJul 10 19:36:41.948 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-10T19:36:43.722ZJul 10 19:36:42.703 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-10T19:36:43.939ZJul 10 19:36:42.919 INFO Download complete, target: TransceiverControl
17512026-07-10T19:36:44.798ZJul 10 19:36:43.776 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-10T19:36:44.979ZJul 10 19:36:43.958 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-10T19:36:45.066ZJul 10 19:36:44.055 INFO Download complete, target: Console
17542026-07-10T19:36:45.279ZJul 10 19:36:44.238 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-10T19:36:45.430ZJul 10 19:36:44.412 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-10T19:36:45.486ZJul 10 19:36:44.468 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-10T19:36:46.709ZJul 10 19:36:45.695 INFO Download complete, target: MaghemiteDdmd
17582026-07-10T19:36:47.045ZJul 10 19:36:46.020 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-10T19:36:47.045ZJul 10 19:36:46.020 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-10T19:36:47.944ZJul 10 19:36:46.940 INFO Download complete, target: MaghemiteMgd
17612026-07-10T19:36:48.043ZJul 10 19:36:47.039 INFO Download complete, target: DendriteStub
17622026-07-10T19:36:51.600ZJul 10 19:36:50.596 INFO Checking that binary works, target: Cockroach
17632026-07-10T19:36:51.716ZJul 10 19:36:50.712 INFO Download complete, target: Cockroach
17642026-07-10T19:36:51.973ZJul 10 19:36:50.966 INFO Checking that binary works, target: Clickhouse
17652026-07-10T19:36:52.109ZJul 10 19:36:51.105 INFO Download complete, target: Clickhouse
17662026-07-10T19:36:52.129ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-10T19:36:52.155Z
17682026-07-10T19:36:52.155Zreal 2:06.611614229
17692026-07-10T19:36:52.155Zuser 6:48.686344439
17702026-07-10T19:36:52.155Zsys 1:24.441442332
17712026-07-10T19:36:52.155Ztrap 0.231190469
17722026-07-10T19:36:52.155Ztflt 0.565350408
17732026-07-10T19:36:52.155Zdflt 0.840705643
17742026-07-10T19:36:52.155Zkflt 0.029167825
17752026-07-10T19:36:52.155Zlock 22:47.826286939
17762026-07-10T19:36:52.155Zslp 20:54.238941950
17772026-07-10T19:36:52.155Zlat 46.275146790
17782026-07-10T19:36:52.155Zstop 2:03.025898029
17792026-07-10T19:36:52.155Z+ banner hack-check
17802026-07-10T19:36:52.155Z
17812026-07-10T19:36:52.155Z # # ## #### # # #### # # ###### #### # #
17822026-07-10T19:36:52.155Z # # # # # # # # # # # # # # # # #
17832026-07-10T19:36:52.155Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-10T19:36:52.155Z # # ###### # # # # # # # # # #
17852026-07-10T19:36:52.155Z # # # # # # # # # # # # # # # # #
17862026-07-10T19:36:52.155Z # # # # #### # # #### # # ###### #### # #
17872026-07-10T19:36:52.155Z
17882026-07-10T19:36:52.155Z+ export CARGO_INCREMENTAL=0
17892026-07-10T19:36:52.155Z+ CARGO_INCREMENTAL=0
17902026-07-10T19:36:52.155Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-10T19:36:52.595Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-10T19:36:52.876Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-10T19:36:54.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17942026-07-10T19:36:54.786Z Running `target/debug/xtask check-features --ci`
17952026-07-10T19:36:55.380Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-10T19:36:55.481Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-10T19:36:55.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-07-10T19:36:55.481Z Running `target/debug/xtask download cargo-hack`
17992026-07-10T19:36:56.016Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-10T19:36:56.347Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-10T19:36:58.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18022026-07-10T19:36:59.100Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-10T19:36:59.143ZJul 10 19:36:58.140 INFO Starting download, target: CargoHack
18042026-07-10T19:36:59.156ZJul 10 19:36:58.140 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-10T19:36:59.468ZJul 10 19:36:58.464 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-10T19:37:02.832ZJul 10 19:36:58.513 INFO Download complete, target: CargoHack
18072026-07-10T19:37:02.832Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-10T19:37:02.833Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-10T19:37:02.833Zinfo: running `cargo check --bins` on api_identity (1/299)
18102026-07-10T19:37:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-10T19:37:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-10T19:37:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-10T19:37:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18142026-07-10T19:37:02.833Z
18152026-07-10T19:37:02.833Zinfo: running `cargo check --bins` on bootstore (2/299)
18162026-07-10T19:37:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-10T19:37:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-10T19:37:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-10T19:37:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-10T19:37:02.833Z
18212026-07-10T19:37:02.833Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18222026-07-10T19:37:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-10T19:37:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-10T19:37:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-10T19:37:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18262026-07-10T19:37:02.833Z
18272026-07-10T19:37:02.833Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18282026-07-10T19:37:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-10T19:37:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-10T19:37:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-10T19:37:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-10T19:37:02.833Z
18332026-07-10T19:37:02.833Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18342026-07-10T19:37:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-10T19:37:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-10T19:37:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-10T19:37:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18382026-07-10T19:37:02.834Z
18392026-07-10T19:37:02.834Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18402026-07-10T19:37:02.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-10T19:37:02.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-10T19:37:02.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-10T19:37:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18442026-07-10T19:37:02.875Z
18452026-07-10T19:37:02.875Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18462026-07-10T19:37:03.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-10T19:37:03.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-10T19:37:03.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-10T19:37:03.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18502026-07-10T19:37:03.423Z
18512026-07-10T19:37:03.424Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18522026-07-10T19:37:03.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-10T19:37:03.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-10T19:37:03.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-10T19:37:03.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-10T19:37:03.959Z
18572026-07-10T19:37:03.959Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18582026-07-10T19:37:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-10T19:37:04.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-10T19:37:04.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-10T19:37:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18622026-07-10T19:37:04.365Z
18632026-07-10T19:37:04.365Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18642026-07-10T19:37:04.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-10T19:37:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-10T19:37:04.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-10T19:37:04.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-10T19:37:04.776Z
18692026-07-10T19:37:04.776Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18702026-07-10T19:37:05.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-10T19:37:05.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-10T19:37:05.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-10T19:37:05.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18742026-07-10T19:37:05.188Z
18752026-07-10T19:37:05.188Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18762026-07-10T19:37:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-10T19:37:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-10T19:37:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-10T19:37:05.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-10T19:37:05.599Z
18812026-07-10T19:37:05.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18822026-07-10T19:37:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-10T19:37:05.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-10T19:37:05.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-10T19:37:05.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18862026-07-10T19:37:06.013Z
18872026-07-10T19:37:06.013Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18882026-07-10T19:37:06.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-10T19:37:06.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-10T19:37:06.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-10T19:37:06.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18922026-07-10T19:37:06.415Z
18932026-07-10T19:37:06.415Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18942026-07-10T19:37:06.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-10T19:37:06.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-10T19:37:06.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-10T19:37:06.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18982026-07-10T19:37:06.816Z
18992026-07-10T19:37:06.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
19002026-07-10T19:37:07.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-10T19:37:07.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-10T19:37:07.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-10T19:37:07.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-10T19:37:07.221Z
19052026-07-10T19:37:07.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19062026-07-10T19:37:07.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-10T19:37:07.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-10T19:37:07.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-10T19:37:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-10T19:37:07.628Z
19112026-07-10T19:37:07.628Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19122026-07-10T19:37:07.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-10T19:37:07.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-10T19:37:07.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-10T19:37:07.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19162026-07-10T19:37:08.037Z
19172026-07-10T19:37:08.037Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19182026-07-10T19:37:08.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-10T19:37:08.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-10T19:37:08.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-10T19:37:08.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-10T19:37:08.467Z
19232026-07-10T19:37:08.468Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19242026-07-10T19:37:08.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-10T19:37:08.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-10T19:37:08.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-10T19:37:08.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-07-10T19:37:08.861Z
19292026-07-10T19:37:08.861Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19302026-07-10T19:37:09.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-10T19:37:09.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-10T19:37:09.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-10T19:37:09.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-10T19:37:09.270Z
19352026-07-10T19:37:09.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19362026-07-10T19:37:09.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-10T19:37:09.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-10T19:37:09.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-10T19:37:09.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-10T19:37:09.674Z
19412026-07-10T19:37:09.674Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19422026-07-10T19:37:10.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-10T19:37:10.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-10T19:37:10.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-10T19:37:10.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-10T19:37:10.083Z
19472026-07-10T19:37:10.083Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19482026-07-10T19:37:10.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-10T19:37:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-10T19:37:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-10T19:37:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-10T19:37:10.490Z
19532026-07-10T19:37:10.490Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19542026-07-10T19:37:10.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-10T19:37:10.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-10T19:37:10.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-10T19:37:10.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-10T19:37:10.901Z
19592026-07-10T19:37:10.901Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19602026-07-10T19:37:11.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-10T19:37:11.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-10T19:37:11.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-10T19:37:11.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-07-10T19:37:11.313Z
19652026-07-10T19:37:11.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19662026-07-10T19:37:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-10T19:37:11.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-10T19:37:11.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-10T19:37:11.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-10T19:37:11.725Z
19712026-07-10T19:37:11.725Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19722026-07-10T19:37:12.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-10T19:37:12.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-10T19:37:12.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-10T19:37:12.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-10T19:37:12.128Z
19772026-07-10T19:37:12.128Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19782026-07-10T19:37:12.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-10T19:37:12.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-10T19:37:12.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-10T19:37:12.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-10T19:37:12.538Z
19832026-07-10T19:37:12.538Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19842026-07-10T19:37:12.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-10T19:37:12.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-10T19:37:12.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-10T19:37:12.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-10T19:37:12.943Z
19892026-07-10T19:37:12.943Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19902026-07-10T19:37:13.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-10T19:37:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-10T19:37:13.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-10T19:37:13.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-10T19:37:13.343Z
19952026-07-10T19:37:13.343Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19962026-07-10T19:37:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-10T19:37:13.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-10T19:37:13.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-10T19:37:13.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-10T19:37:13.752Z
20012026-07-10T19:37:13.752Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
20022026-07-10T19:37:14.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-10T19:37:14.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-10T19:37:14.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-10T19:37:14.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-10T19:37:14.164Z
20072026-07-10T19:37:14.164Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20082026-07-10T19:37:14.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-10T19:37:14.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-10T19:37:14.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-10T19:37:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-10T19:37:14.573Z
20132026-07-10T19:37:14.573Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20142026-07-10T19:37:14.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-10T19:37:14.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-10T19:37:14.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-10T19:37:14.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-07-10T19:37:14.987Z
20192026-07-10T19:37:14.987Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20202026-07-10T19:37:15.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-10T19:37:15.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-10T19:37:15.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-10T19:37:15.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-10T19:37:15.398Z
20252026-07-10T19:37:15.398Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20262026-07-10T19:37:15.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-10T19:37:15.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-10T19:37:15.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-10T19:37:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-07-10T19:37:15.809Z
20312026-07-10T19:37:15.809Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20322026-07-10T19:37:16.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-10T19:37:16.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-10T19:37:16.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-10T19:37:16.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-10T19:37:16.220Z
20372026-07-10T19:37:16.220Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20382026-07-10T19:37:16.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-10T19:37:16.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-10T19:37:16.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-10T19:37:16.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-10T19:37:16.629Z
20432026-07-10T19:37:16.629Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20442026-07-10T19:37:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-10T19:37:16.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-10T19:37:16.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-10T19:37:16.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-10T19:37:17.039Z
20492026-07-10T19:37:17.039Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20502026-07-10T19:37:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-10T19:37:17.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-10T19:37:17.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-10T19:37:17.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-10T19:37:17.450Z
20552026-07-10T19:37:17.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20562026-07-10T19:37:17.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-10T19:37:17.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-10T19:37:17.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-10T19:37:17.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-10T19:37:17.859Z
20612026-07-10T19:37:17.859Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20622026-07-10T19:37:18.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-10T19:37:18.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-10T19:37:18.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-10T19:37:18.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-10T19:37:18.269Z
20672026-07-10T19:37:18.269Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20682026-07-10T19:37:18.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-10T19:37:18.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-10T19:37:18.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-10T19:37:18.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-10T19:37:18.680Z
20732026-07-10T19:37:18.681Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20742026-07-10T19:37:19.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-10T19:37:19.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-10T19:37:19.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-10T19:37:19.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-07-10T19:37:19.097Z
20792026-07-10T19:37:19.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20802026-07-10T19:37:19.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-10T19:37:19.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-10T19:37:19.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-10T19:37:19.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-07-10T19:37:19.512Z
20852026-07-10T19:37:19.512Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20862026-07-10T19:37:19.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-10T19:37:19.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-10T19:37:19.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-10T19:37:19.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-07-10T19:37:19.928Z
20912026-07-10T19:37:19.929Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20922026-07-10T19:37:20.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-10T19:37:20.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-10T19:37:20.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-10T19:37:20.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-07-10T19:37:20.350Z
20972026-07-10T19:37:20.351Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20982026-07-10T19:37:20.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-10T19:37:20.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-10T19:37:20.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-10T19:37:20.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-07-10T19:37:20.932Z
21032026-07-10T19:37:20.932Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21042026-07-10T19:37:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-10T19:37:21.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-10T19:37:21.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-10T19:37:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21082026-07-10T19:37:21.518Z
21092026-07-10T19:37:21.518Zinfo: running `cargo check --bins` on nexus-config (51/299)
21102026-07-10T19:37:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-10T19:37:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-10T19:37:22.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-10T19:37:22.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21142026-07-10T19:37:22.105Z
21152026-07-10T19:37:22.105Zinfo: running `cargo check --bins` on nexus-types (52/299)
21162026-07-10T19:37:22.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-10T19:37:22.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-10T19:37:22.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-10T19:37:22.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21202026-07-10T19:37:22.692Z
21212026-07-10T19:37:22.692Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21222026-07-10T19:37:23.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-10T19:37:23.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-10T19:37:23.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-10T19:37:23.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21262026-07-10T19:37:23.243Z
21272026-07-10T19:37:23.243Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21282026-07-10T19:37:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-10T19:37:23.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-10T19:37:23.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-10T19:37:23.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21322026-07-10T19:37:23.761Z
21332026-07-10T19:37:23.761Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21342026-07-10T19:37:24.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-10T19:37:24.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-10T19:37:24.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-10T19:37:24.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21382026-07-10T19:37:24.310Z
21392026-07-10T19:37:24.310Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21402026-07-10T19:37:24.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-10T19:37:24.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-10T19:37:24.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-10T19:37:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21442026-07-10T19:37:24.866Z
21452026-07-10T19:37:24.866Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21462026-07-10T19:37:25.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-10T19:37:25.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-10T19:37:25.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-10T19:37:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21502026-07-10T19:37:25.419Z
21512026-07-10T19:37:25.419Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21522026-07-10T19:37:25.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-10T19:37:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-10T19:37:25.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-10T19:37:25.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21562026-07-10T19:37:25.970Z
21572026-07-10T19:37:25.970Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21582026-07-10T19:37:26.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-10T19:37:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-10T19:37:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-10T19:37:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-10T19:37:26.506Z
21632026-07-10T19:37:26.506Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21642026-07-10T19:37:26.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-10T19:37:26.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-10T19:37:26.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-10T19:37:26.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21682026-07-10T19:37:27.039Z
21692026-07-10T19:37:27.039Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21702026-07-10T19:37:27.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-10T19:37:27.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-10T19:37:27.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-10T19:37:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21742026-07-10T19:37:27.571Z
21752026-07-10T19:37:27.571Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21762026-07-10T19:37:28.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-10T19:37:28.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-10T19:37:28.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-10T19:37:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21802026-07-10T19:37:28.100Z
21812026-07-10T19:37:28.100Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21822026-07-10T19:37:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-10T19:37:28.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-10T19:37:28.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-10T19:37:28.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-10T19:37:28.640Z
21872026-07-10T19:37:28.640Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21882026-07-10T19:37:29.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-10T19:37:29.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-10T19:37:29.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-10T19:37:29.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21922026-07-10T19:37:29.185Z
21932026-07-10T19:37:29.185Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21942026-07-10T19:37:29.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-10T19:37:29.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-10T19:37:29.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-10T19:37:29.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-10T19:37:29.719Z
21992026-07-10T19:37:29.719Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
22002026-07-10T19:37:30.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-10T19:37:30.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-10T19:37:30.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-10T19:37:30.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22042026-07-10T19:37:30.249Z
22052026-07-10T19:37:30.249Zinfo: running `cargo check --bins` on ereport-types (67/299)
22062026-07-10T19:37:30.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-10T19:37:30.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-10T19:37:30.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-10T19:37:30.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22102026-07-10T19:37:30.786Z
22112026-07-10T19:37:30.786Zinfo: running `cargo check --bins` on gateway-client (68/299)
22122026-07-10T19:37:31.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-10T19:37:31.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-10T19:37:31.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-10T19:37:31.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22162026-07-10T19:37:31.329Z
22172026-07-10T19:37:31.329Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22182026-07-10T19:37:31.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-10T19:37:31.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-10T19:37:31.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-10T19:37:31.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22222026-07-10T19:37:31.866Z
22232026-07-10T19:37:31.866Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22242026-07-10T19:37:32.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-10T19:37:32.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-10T19:37:32.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-10T19:37:32.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22282026-07-10T19:37:32.400Z
22292026-07-10T19:37:32.401Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22302026-07-10T19:37:32.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-10T19:37:32.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-10T19:37:32.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-10T19:37:32.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22342026-07-10T19:37:32.932Z
22352026-07-10T19:37:32.933Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22362026-07-10T19:37:33.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-10T19:37:33.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-10T19:37:33.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-10T19:37:33.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-10T19:37:33.463Z
22412026-07-10T19:37:33.463Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22422026-07-10T19:37:33.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-10T19:37:33.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-10T19:37:33.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-10T19:37:33.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22462026-07-10T19:37:34.019Z
22472026-07-10T19:37:34.019Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22482026-07-10T19:37:34.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-10T19:37:34.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-10T19:37:34.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-10T19:37:34.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-07-10T19:37:34.581Z
22532026-07-10T19:37:34.581Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22542026-07-10T19:37:35.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-10T19:37:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-10T19:37:35.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-10T19:37:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22582026-07-10T19:37:35.109Z
22592026-07-10T19:37:35.109Zinfo: running `cargo check --bins` on oxlog (76/299)
22602026-07-10T19:37:35.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-10T19:37:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-10T19:37:35.678Z Checking cfg-if v1.0.4
22632026-07-10T19:37:35.681Z Checking libc v0.2.185
22642026-07-10T19:37:35.681Z Checking serde_core v1.0.228
22652026-07-10T19:37:35.797Z Checking memchr v2.8.0
22662026-07-10T19:37:35.797Z Checking zeroize v1.8.2
22672026-07-10T19:37:35.812Z Checking log v0.4.29
22682026-07-10T19:37:35.821Z Checking smallvec v1.15.1
22692026-07-10T19:37:35.832Z Checking subtle v2.6.1
22702026-07-10T19:37:35.842Z Checking itoa v1.0.17
22712026-07-10T19:37:35.949Z Checking scopeguard v1.2.0
22722026-07-10T19:37:36.021Z Checking typenum v1.20.1
22732026-07-10T19:37:36.031Z Checking stable_deref_trait v1.2.1
22742026-07-10T19:37:36.031Z Checking zerofrom v0.1.6
22752026-07-10T19:37:36.031Z Checking pin-project-lite v0.2.17
22762026-07-10T19:37:36.047Z Checking lock_api v0.4.14
22772026-07-10T19:37:36.060Z Checking portable-atomic v1.13.1
22782026-07-10T19:37:36.094Z Checking futures-core v0.3.32
22792026-07-10T19:37:36.105Z Checking yoke v0.8.1
22802026-07-10T19:37:36.178Z Checking critical-section v1.2.0
22812026-07-10T19:37:36.196Z Checking errno v0.3.14
22822026-07-10T19:37:36.215Z Checking getrandom v0.2.17
22832026-07-10T19:37:36.252Z Checking parking_lot_core v0.9.12
22842026-07-10T19:37:36.272Z Checking zerovec v0.11.5
22852026-07-10T19:37:36.272Z Checking mio v1.2.0
22862026-07-10T19:37:36.307Z Checking signal-hook-registry v1.4.8
22872026-07-10T19:37:36.361Z Checking rand_core v0.6.4
22882026-07-10T19:37:36.439Z Checking parking_lot v0.12.5
22892026-07-10T19:37:36.465Z Checking zerocopy v0.8.40
22902026-07-10T19:37:36.477Z Checking once_cell v1.21.3
22912026-07-10T19:37:36.534Z Checking const-oid v0.9.6
22922026-07-10T19:37:36.555Z Checking zmij v1.0.21
22932026-07-10T19:37:36.627Z Checking rand_core v0.10.0
22942026-07-10T19:37:36.646Z Checking socket2 v0.6.3
22952026-07-10T19:37:36.717Z Checking tinystr v0.8.2
22962026-07-10T19:37:36.736Z Checking generic-array v0.14.7
22972026-07-10T19:37:36.763Z Checking getrandom v0.4.1
22982026-07-10T19:37:36.767Z Checking libm v0.2.16
22992026-07-10T19:37:36.887Z Checking litemap v0.8.1
23002026-07-10T19:37:36.891Z Checking percent-encoding v2.3.2
23012026-07-10T19:37:36.913Z Checking writeable v0.6.2
23022026-07-10T19:37:37.037Z Checking equivalent v1.0.2
23032026-07-10T19:37:37.062Z Checking potential_utf v0.1.4
23042026-07-10T19:37:37.076Z Checking icu_locale_core v2.1.1
23052026-07-10T19:37:37.119Z Checking zerotrie v0.2.3
23062026-07-10T19:37:37.194Z Checking futures-sink v0.3.32
23072026-07-10T19:37:37.210Z Checking icu_collections v2.1.1
23082026-07-10T19:37:37.234Z Checking futures-task v0.3.32
23092026-07-10T19:37:37.296Z Checking futures-channel v0.3.32
23102026-07-10T19:37:37.329Z Checking serde v1.0.228
23112026-07-10T19:37:37.364Z Checking bitflags v2.11.0
23122026-07-10T19:37:37.378Z Checking serde_json v1.0.150
23132026-07-10T19:37:37.488Z Checking num-traits v0.2.19
23142026-07-10T19:37:37.492Z Checking futures-io v0.3.32
23152026-07-10T19:37:37.508Z Checking slab v0.4.12
23162026-07-10T19:37:37.558Z Checking icu_normalizer_data v2.1.1
23172026-07-10T19:37:37.632Z Checking icu_properties_data v2.1.2
23182026-07-10T19:37:37.645Z Checking icu_provider v2.1.1
23192026-07-10T19:37:37.659Z Checking hashbrown v0.17.0
23202026-07-10T19:37:37.687Z Checking futures-util v0.3.32
23212026-07-10T19:37:37.740Z Checking bytes v1.11.1
23222026-07-10T19:37:37.758Z Checking block-buffer v0.10.4
23232026-07-10T19:37:37.877Z Checking icu_normalizer v2.1.1
23242026-07-10T19:37:37.894Z Checking icu_properties v2.1.2
23252026-07-10T19:37:38.062Z Checking crypto-common v0.1.7
23262026-07-10T19:37:38.077Z Checking utf8_iter v1.0.4
23272026-07-10T19:37:38.149Z Checking indexmap v2.14.0
23282026-07-10T19:37:38.187Z Checking digest v0.10.7
23292026-07-10T19:37:38.200Z Checking tokio v1.52.1
23302026-07-10T19:37:38.203Z Checking form_urlencoded v1.2.2
23312026-07-10T19:37:38.203Z Checking getrandom v0.3.4
23322026-07-10T19:37:38.347Z Checking fnv v1.0.7
23332026-07-10T19:37:38.360Z Checking byteorder v1.5.0
23342026-07-10T19:37:38.385Z Checking rand_core v0.9.5
23352026-07-10T19:37:38.442Z Checking http v1.4.2
23362026-07-10T19:37:38.560Z Checking base64ct v1.8.3
23372026-07-10T19:37:38.572Z Checking regex-syntax v0.8.10
23382026-07-10T19:37:38.727Z Checking rustix v1.1.3
23392026-07-10T19:37:38.740Z Checking idna_adapter v1.2.1
23402026-07-10T19:37:38.800Z Checking pem-rfc7468 v0.7.0
23412026-07-10T19:37:38.863Z Checking idna v1.1.0
23422026-07-10T19:37:38.961Z Checking uuid v1.23.4
23432026-07-10T19:37:39.017Z Checking tracing-core v0.1.36
23442026-07-10T19:37:39.112Z Checking url v2.5.8
23452026-07-10T19:37:39.286Z Checking base64 v0.22.1
23462026-07-10T19:37:39.313Z Checking ppv-lite86 v0.2.21
23472026-07-10T19:37:39.331Z Checking flagset v0.4.7
23482026-07-10T19:37:39.456Z Checking iana-time-zone v0.1.65
23492026-07-10T19:37:39.521Z Checking der v0.7.10
23502026-07-10T19:37:39.554Z Checking tracing v0.1.44
23512026-07-10T19:37:39.566Z Checking chrono v0.4.44
23522026-07-10T19:37:39.578Z Checking http-body v1.0.1
23532026-07-10T19:37:39.612Z Checking rand_chacha v0.9.0
23542026-07-10T19:37:39.674Z Checking rustls-pki-types v1.14.0
23552026-07-10T19:37:39.709Z Checking cmov v0.5.4
23562026-07-10T19:37:39.756Z Checking tinyvec_macros v0.1.1
23572026-07-10T19:37:39.813Z Checking openssl-probe v0.2.1
23582026-07-10T19:37:39.827Z Checking tinyvec v1.10.0
23592026-07-10T19:37:39.894Z Checking ctutils v0.4.2
23602026-07-10T19:37:39.923Z Checking rand v0.9.2
23612026-07-10T19:37:39.936Z Checking aws-lc-sys v0.40.0
23622026-07-10T19:37:39.961Z Checking atomic-waker v1.1.2
23632026-07-10T19:37:40.060Z Checking untrusted v0.7.1
23642026-07-10T19:37:40.099Z Checking tower-service v0.3.3
23652026-07-10T19:37:40.132Z Checking try-lock v0.2.5
23662026-07-10T19:37:40.169Z Checking tower-layer v0.3.3
23672026-07-10T19:37:40.186Z Checking hybrid-array v0.4.13
23682026-07-10T19:37:40.229Z Checking want v0.3.1
23692026-07-10T19:37:40.309Z Checking spki v0.7.3
23702026-07-10T19:37:40.321Z Checking ipnet v2.11.0
23712026-07-10T19:37:40.354Z Checking httparse v1.10.1
23722026-07-10T19:37:40.403Z Checking aho-corasick v1.1.4
23732026-07-10T19:37:40.428Z Checking fastrand v2.3.0
23742026-07-10T19:37:40.439Z Checking utf8parse v0.2.2
23752026-07-10T19:37:40.452Z Checking aws-lc-rs v1.16.3
23762026-07-10T19:37:40.537Z Checking plain v0.2.3
23772026-07-10T19:37:40.560Z Checking untrusted v0.9.0
23782026-07-10T19:37:40.581Z Checking cpufeatures v0.2.17
23792026-07-10T19:37:40.606Z Checking foreign-types-shared v0.1.1
23802026-07-10T19:37:40.636Z Checking httpdate v1.0.3
23812026-07-10T19:37:40.650Z Checking dyn-clone v1.0.20
23822026-07-10T19:37:40.664Z Checking tempfile v3.25.0
23832026-07-10T19:37:40.685Z Checking foreign-types v0.3.2
23842026-07-10T19:37:40.747Z Checking pkcs8 v0.10.2
23852026-07-10T19:37:40.760Z Checking unicode-normalization v0.1.25
23862026-07-10T19:37:40.780Z Checking semver v1.0.28
23872026-07-10T19:37:40.860Z Checking openssl-sys v0.9.115
23882026-07-10T19:37:40.903Z Checking spin v0.9.8
23892026-07-10T19:37:40.961Z Checking ucd-trie v0.1.7
23902026-07-10T19:37:40.991Z Checking anstyle v1.0.14
23912026-07-10T19:37:41.090Z Checking unicode-ident v1.0.24
23922026-07-10T19:37:41.104Z Checking pest v2.8.6
23932026-07-10T19:37:41.107Z Checking regex-automata v0.4.14
23942026-07-10T19:37:41.173Z Checking schemars v0.8.22
23952026-07-10T19:37:41.187Z Checking sha2 v0.10.9
23962026-07-10T19:37:41.199Z Checking proc-macro2 v1.0.106
23972026-07-10T19:37:41.247Z Checking openssl v0.10.79
23982026-07-10T19:37:41.300Z Checking rustls-webpki v0.103.13
23992026-07-10T19:37:41.462Z Checking hmac v0.12.1
24002026-07-10T19:37:41.512Z Checking thiserror v2.0.18
24012026-07-10T19:37:41.533Z Checking tokio-util v0.7.18
24022026-07-10T19:37:41.594Z Checking sync_wrapper v1.0.2
24032026-07-10T19:37:41.613Z Checking wait-timeout v0.2.1
24042026-07-10T19:37:41.699Z Checking bit-vec v0.8.0
24052026-07-10T19:37:41.714Z Checking rustls v0.23.41
24062026-07-10T19:37:41.735Z Checking quick-error v1.2.3
24072026-07-10T19:37:41.833Z Checking colorchoice v1.0.4
24082026-07-10T19:37:41.847Z Checking pretty-hex v0.4.1
24092026-07-10T19:37:41.894Z Checking simd-adler32 v0.3.8
24102026-07-10T19:37:41.933Z Checking powerfmt v0.2.0
24112026-07-10T19:37:41.958Z Checking is_terminal_polyfill v1.70.2
24122026-07-10T19:37:42.051Z Checking anstyle-query v1.1.5
24132026-07-10T19:37:42.071Z Checking siphasher v1.0.2
24142026-07-10T19:37:42.087Z Checking deranged v0.5.8
24152026-07-10T19:37:42.145Z Checking bit-set v0.8.0
24162026-07-10T19:37:42.160Z Checking h2 v0.4.15
24172026-07-10T19:37:42.207Z Checking rusty-fork v0.3.1
24182026-07-10T19:37:42.229Z Checking tower v0.5.3
24192026-07-10T19:37:42.293Z Checking quote v1.0.45
24202026-07-10T19:37:42.386Z Compiling newtype-uuid v1.3.2
24212026-07-10T19:37:42.468Z Checking http-body-util v0.1.3
24222026-07-10T19:37:42.570Z Checking crossbeam-utils v0.8.21
24232026-07-10T19:37:42.621Z Checking rand_xorshift v0.4.0
24242026-07-10T19:37:42.689Z Checking crc32fast v1.5.0
24252026-07-10T19:37:42.740Z Checking scroll v0.13.0
24262026-07-10T19:37:42.833Z Checking allocator-api2 v0.2.21
24272026-07-10T19:37:42.913Z Checking unicode-bidi v0.3.18
24282026-07-10T19:37:42.991Z Checking unicode-properties v0.1.4
24292026-07-10T19:37:43.011Z Checking iri-string v0.7.10
24302026-07-10T19:37:43.048Z Checking time-core v0.1.8
24312026-07-10T19:37:43.139Z Checking adler2 v2.0.1
24322026-07-10T19:37:43.183Z Checking ryu v1.0.23
24332026-07-10T19:37:43.195Z Checking unarray v0.1.4
24342026-07-10T19:37:43.224Z Checking num-conv v0.2.0
24352026-07-10T19:37:43.250Z Checking num_threads v0.1.7
24362026-07-10T19:37:43.305Z Checking proptest v1.10.0
24372026-07-10T19:37:43.321Z Checking serde_urlencoded v0.7.1
24382026-07-10T19:37:43.334Z Checking miniz_oxide v0.8.9
24392026-07-10T19:37:43.337Z Checking native-tls v0.2.18
24402026-07-10T19:37:43.337Z Checking time v0.3.47
24412026-07-10T19:37:43.525Z Checking stringprep v0.1.5
24422026-07-10T19:37:43.528Z Checking tokio-native-tls v0.3.1
24432026-07-10T19:37:43.688Z Checking bstr v1.12.1
24442026-07-10T19:37:43.697Z Checking goblin v0.10.5
24452026-07-10T19:37:43.709Z Checking crossbeam-epoch v0.9.18
24462026-07-10T19:37:43.946Z Compiling daft v0.1.7
24472026-07-10T19:37:44.068Z Checking tower-http v0.6.8
24482026-07-10T19:37:44.083Z Checking syn v2.0.117
24492026-07-10T19:37:44.099Z Checking ipnetwork v0.21.1
24502026-07-10T19:37:44.225Z Checking crypto-common v0.2.2
24512026-07-10T19:37:44.315Z Checking block-padding v0.4.2
24522026-07-10T19:37:44.353Z Checking block-buffer v0.12.1
24532026-07-10T19:37:44.455Z Checking anstyle-parse v1.0.0
24542026-07-10T19:37:44.516Z Checking rustls-native-certs v0.8.3
24552026-07-10T19:37:44.529Z Checking rand_chacha v0.3.1
24562026-07-10T19:37:44.609Z Checking thiserror v1.0.69
24572026-07-10T19:37:44.645Z Checking scroll v0.12.0
24582026-07-10T19:37:44.711Z Checking hash32 v0.2.1
24592026-07-10T19:37:44.737Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-10T19:37:44.832Z Checking md-5 v0.10.6
24612026-07-10T19:37:44.853Z Checking signature v2.2.0
24622026-07-10T19:37:44.867Z Checking num-integer v0.1.46
24632026-07-10T19:37:44.870Z Checking toml_datetime v0.6.11
24642026-07-10T19:37:44.975Z Checking serde_spanned v0.6.9
24652026-07-10T19:37:44.987Z Checking encoding_rs v0.8.35
24662026-07-10T19:37:45.064Z Checking zlib-rs v0.6.2
24672026-07-10T19:37:45.096Z Checking psl-types v2.0.11
24682026-07-10T19:37:45.109Z Checking fallible-iterator v0.2.0
24692026-07-10T19:37:45.122Z Checking hyper v1.10.1
24702026-07-10T19:37:45.132Z Checking mime v0.3.17
24712026-07-10T19:37:45.211Z Checking publicsuffix v2.3.0
24722026-07-10T19:37:45.372Z Checking num-iter v0.1.45
24732026-07-10T19:37:45.385Z Checking postgres-protocol v0.6.10
24742026-07-10T19:37:45.463Z Checking goblin v0.8.2
24752026-07-10T19:37:45.483Z Checking heapless v0.7.17
24762026-07-10T19:37:45.702Z Checking zstd-safe v7.2.4
24772026-07-10T19:37:45.872Z Checking rand v0.8.6
24782026-07-10T19:37:45.909Z Checking anstream v1.0.0
24792026-07-10T19:37:45.940Z Checking cookie v0.18.1
24802026-07-10T19:37:45.952Z Checking flate2 v1.1.9
24812026-07-10T19:37:46.058Z Checking hyper-util v0.1.20
24822026-07-10T19:37:46.082Z Checking dof v0.4.0
24832026-07-10T19:37:46.104Z Checking inout v0.2.2
24842026-07-10T19:37:46.175Z Checking oxnet v0.1.6
24852026-07-10T19:37:46.250Z Compiling iddqd v0.4.2
24862026-07-10T19:37:46.263Z Checking tokio-rustls v0.26.4
24872026-07-10T19:37:46.407Z Checking phf_shared v0.13.1
24882026-07-10T19:37:46.424Z Checking dtrace-parser v0.3.0
24892026-07-10T19:37:46.438Z Checking lazy_static v1.5.0
24902026-07-10T19:37:46.492Z Checking anstyle-parse v0.2.7
24912026-07-10T19:37:46.523Z Checking zerocopy v0.7.35
24922026-07-10T19:37:46.605Z Checking pin-project v1.1.11
24932026-07-10T19:37:46.640Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-10T19:37:46.660Z Checking signal-hook v0.3.18
24952026-07-10T19:37:46.699Z Checking futures-executor v0.3.32
24962026-07-10T19:37:46.721Z Checking terminal_size v0.4.3
24972026-07-10T19:37:46.733Z Checking hex v0.4.3
24982026-07-10T19:37:46.834Z Checking ff v0.13.1
24992026-07-10T19:37:46.847Z Checking thread-id v5.1.0
25002026-07-10T19:37:46.850Z Checking same-file v1.0.6
25012026-07-10T19:37:46.924Z Checking either v1.15.0
25022026-07-10T19:37:46.959Z Checking base16ct v0.2.0
25032026-07-10T19:37:46.970Z Checking libbz2-rs-sys v0.2.2
25042026-07-10T19:37:46.981Z Checking winnow v0.5.40
25052026-07-10T19:37:47.026Z Checking strsim v0.11.1
25062026-07-10T19:37:47.082Z Checking foldhash v0.2.0
25072026-07-10T19:37:47.112Z Compiling rayon-core v1.13.0
25082026-07-10T19:37:47.188Z Checking bitflags v1.3.2
25092026-07-10T19:37:47.240Z Checking managed v0.8.0
25102026-07-10T19:37:47.262Z Checking clap_lex v1.0.0
25112026-07-10T19:37:47.308Z Checking bumpalo v3.20.2
25122026-07-10T19:37:47.351Z Checking hyper-tls v0.6.0
25132026-07-10T19:37:47.374Z Checking foldhash v0.1.5
25142026-07-10T19:37:47.418Z Checking clap_builder v4.6.0
25152026-07-10T19:37:47.431Z Checking smoltcp v0.9.1
25162026-07-10T19:37:47.441Z Checking dof v0.3.0
25172026-07-10T19:37:47.508Z Checking hashbrown v0.15.5
25182026-07-10T19:37:47.520Z Checking zopfli v0.8.3
25192026-07-10T19:37:47.530Z Checking reqwest v0.12.28
25202026-07-10T19:37:47.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25212026-07-10T19:37:47.725Z Checking bzip2 v0.6.1
25222026-07-10T19:37:47.777Z Checking hyper-rustls v0.27.7
25232026-07-10T19:37:47.871Z Checking hashbrown v0.16.1
25242026-07-10T19:37:47.894Z Checking sec1 v0.7.3
25252026-07-10T19:37:48.004Z Checking walkdir v2.5.0
25262026-07-10T19:37:48.016Z Checking group v0.13.0
25272026-07-10T19:37:48.029Z Checking usdt-impl v0.6.0
25282026-07-10T19:37:48.102Z Checking signal-hook-mio v0.2.5
25292026-07-10T19:37:48.204Z Checking futures v0.3.32
25302026-07-10T19:37:48.211Z Checking bzip2 v0.4.4
25312026-07-10T19:37:48.211Z Checking toml_edit v0.19.15
25322026-07-10T19:37:48.211Z Checking snafu v0.8.9
25332026-07-10T19:37:48.243Z Checking anstream v0.6.21
25342026-07-10T19:37:48.320Z Checking phf v0.13.1
25352026-07-10T19:37:48.333Z Checking num-bigint-dig v0.8.6
25362026-07-10T19:37:48.405Z Checking cipher v0.5.2
25372026-07-10T19:37:48.444Z Checking cookie_store v0.22.1
25382026-07-10T19:37:48.451Z Checking zstd v0.13.3
25392026-07-10T19:37:48.476Z Checking postgres-types v0.2.12
25402026-07-10T19:37:48.585Z Checking ed25519 v2.2.3
25412026-07-10T19:37:48.644Z Checking dtrace-parser v0.2.0
25422026-07-10T19:37:48.648Z Checking rustls-platform-verifier v0.6.2
25432026-07-10T19:37:48.727Z Checking globset v0.4.18
25442026-07-10T19:37:48.772Z Checking crossbeam-deque v0.8.6
25452026-07-10T19:37:48.785Z Checking regex v1.12.3
25462026-07-10T19:37:48.798Z Checking phf_shared v0.11.3
25472026-07-10T19:37:48.801Z Checking hkdf v0.12.4
25482026-07-10T19:37:48.881Z Checking olpc-cjson v0.1.4
25492026-07-10T19:37:48.935Z Checking ref-cast v1.0.25
25502026-07-10T19:37:48.947Z Checking curve25519-dalek v4.1.3
25512026-07-10T19:37:48.950Z Checking strum v0.27.2
25522026-07-10T19:37:48.973Z Checking pkcs1 v0.7.5
25532026-07-10T19:37:49.016Z Checking hubpack v0.1.2
25542026-07-10T19:37:49.030Z Checking memoffset v0.9.1
25552026-07-10T19:37:49.060Z Checking rustix v0.38.44
25562026-07-10T19:37:49.064Z Checking pem v3.0.6
25572026-07-10T19:37:49.105Z Checking float-cmp v0.10.0
25582026-07-10T19:37:49.161Z Checking serde-big-array v0.5.1
25592026-07-10T19:37:49.179Z Checking erased-serde v0.3.31
25602026-07-10T19:37:49.192Z Checking serde_plain v1.0.2
25612026-07-10T19:37:49.224Z Checking crypto-bigint v0.5.5
25622026-07-10T19:37:49.236Z Checking thread-id v4.2.2
25632026-07-10T19:37:49.259Z Checking memmap2 v0.9.10
25642026-07-10T19:37:49.292Z Checking env_filter v1.0.0
25652026-07-10T19:37:49.310Z Checking jiff v0.2.21
25662026-07-10T19:37:49.326Z Checking data-encoding v2.10.0
25672026-07-10T19:37:49.416Z Checking whoami v2.1.0
25682026-07-10T19:37:49.433Z Checking predicates-core v1.0.10
25692026-07-10T19:37:49.558Z Checking fixedbitset v0.5.7
25702026-07-10T19:37:49.571Z Checking fixedbitset v0.4.2
25712026-07-10T19:37:49.599Z Checking cpufeatures v0.3.0
25722026-07-10T19:37:49.611Z Checking difflib v0.4.0
25732026-07-10T19:37:49.671Z Checking winnow v0.7.14
25742026-07-10T19:37:49.719Z Checking precomputed-hash v0.1.1
25752026-07-10T19:37:49.731Z Checking winnow v1.0.3
25762026-07-10T19:37:49.753Z Checking new_debug_unreachable v1.0.6
25772026-07-10T19:37:49.791Z Checking typed-path v0.9.3
25782026-07-10T19:37:49.803Z Checking unicode-segmentation v1.12.0
25792026-07-10T19:37:49.820Z Checking toml_write v0.1.2
25802026-07-10T19:37:49.873Z Checking const-oid v0.10.2
25812026-07-10T19:37:49.987Z Checking normalize-line-endings v0.3.0
25822026-07-10T19:37:50.025Z Checking static_assertions v1.1.0
25832026-07-10T19:37:50.037Z Checking keccak v0.1.6
25842026-07-10T19:37:50.077Z Checking predicates v3.1.4
25852026-07-10T19:37:50.095Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-07-10T19:37:50.114Z Checking similar v2.7.0
25872026-07-10T19:37:50.154Z Checking elliptic-curve v0.13.8
25882026-07-10T19:37:50.200Z Checking sha3 v0.10.8
25892026-07-10T19:37:50.378Z Checking digest v0.11.3
25902026-07-10T19:37:50.407Z Checking toml_parser v1.1.2+spec-1.1.0
25912026-07-10T19:37:50.459Z Checking crossterm v0.28.1
25922026-07-10T19:37:50.495Z Checking string_cache v0.8.9
25932026-07-10T19:37:50.557Z Checking petgraph v0.8.3
25942026-07-10T19:37:50.575Z Checking tough v0.22.0
25952026-07-10T19:37:50.665Z Checking ed25519-dalek v2.2.0
25962026-07-10T19:37:50.739Z Checking petgraph v0.6.5
25972026-07-10T19:37:50.895Z Checking chacha20 v0.10.0
25982026-07-10T19:37:50.898Z Checking toml_edit v0.22.27
25992026-07-10T19:37:51.149Z Checking tokio-postgres v0.7.16
26002026-07-10T19:37:51.176Z Checking hickory-proto v0.25.2
26012026-07-10T19:37:51.610Z Checking zip v4.6.1
26022026-07-10T19:37:52.008Z Checking slog v2.8.2
26032026-07-10T19:37:52.039Z Checking env_logger v0.11.9
26042026-07-10T19:37:52.148Z Checking usdt v0.6.0
26052026-07-10T19:37:52.200Z Checking usdt-impl v0.5.0
26062026-07-10T19:37:52.234Z Checking toml v0.7.8
26072026-07-10T19:37:52.275Z Checking rsa v0.9.10
26082026-07-10T19:37:52.318Z Checking nix v0.31.2
26092026-07-10T19:37:52.486Z Checking reqwest v0.13.2
26102026-07-10T19:37:52.555Z Checking clap v4.6.1
26112026-07-10T19:37:52.625Z Checking zip v0.6.6
26122026-07-10T19:37:52.656Z Checking itertools v0.13.0
26132026-07-10T19:37:52.763Z Checking serde_with v3.17.0
26142026-07-10T19:37:52.777Z Checking strum v0.26.3
26152026-07-10T19:37:52.891Z Checking fs-err v3.3.0
26162026-07-10T19:37:52.972Z Checking ahash v0.8.12
26172026-07-10T19:37:53.177Z Checking tokio-stream v0.1.18
26182026-07-10T19:37:53.208Z Checking object v0.37.3
26192026-07-10T19:37:53.378Z Checking buf-list v1.1.2
26202026-07-10T19:37:53.390Z Checking anyhow v1.0.102
26212026-07-10T19:37:53.567Z Checking camino v1.2.2
26222026-07-10T19:37:53.580Z Checking x509-cert v0.2.5
26232026-07-10T19:37:53.583Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-10T19:37:53.603Z Checking openapiv3 v2.2.0
26252026-07-10T19:37:53.749Z Checking peg-runtime v0.8.5
26262026-07-10T19:37:53.819Z Checking lalrpop-util v0.19.12
26272026-07-10T19:37:53.860Z Checking rayon v1.11.0
26282026-07-10T19:37:53.894Z Checking sigpipe v0.1.3
26292026-07-10T19:37:53.973Z Checking glob v0.3.3
26302026-07-10T19:37:55.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-10T19:37:55.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.67s
26322026-07-10T19:37:55.934Z
26332026-07-10T19:37:55.934Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26342026-07-10T19:37:56.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-10T19:37:56.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-10T19:37:56.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-10T19:37:56.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26382026-07-10T19:37:56.477Z
26392026-07-10T19:37:56.478Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26402026-07-10T19:37:56.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-10T19:37:56.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-10T19:37:56.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-10T19:37:56.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26442026-07-10T19:37:57.028Z
26452026-07-10T19:37:57.028Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26462026-07-10T19:37:57.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-10T19:37:57.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-10T19:37:57.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-10T19:37:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26502026-07-10T19:37:57.616Z
26512026-07-10T19:37:57.617Zinfo: running `cargo check --bins` on oxql-types (80/299)
26522026-07-10T19:37:58.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-10T19:37:58.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-10T19:37:58.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-10T19:37:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26562026-07-10T19:37:58.142Z
26572026-07-10T19:37:58.142Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26582026-07-10T19:37:58.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-10T19:37:58.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-10T19:37:58.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-10T19:37:58.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-10T19:37:58.679Z
26632026-07-10T19:37:58.679Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26642026-07-10T19:37:59.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-10T19:37:59.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-10T19:37:59.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-10T19:37:59.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26682026-07-10T19:37:59.224Z
26692026-07-10T19:37:59.224Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26702026-07-10T19:37:59.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-10T19:37:59.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-10T19:37:59.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-10T19:37:59.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26742026-07-10T19:37:59.749Z
26752026-07-10T19:37:59.749Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26762026-07-10T19:38:00.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-10T19:38:00.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-10T19:38:00.400Z Compiling structmeta-derive v0.3.0
26792026-07-10T19:38:00.515Z Compiling multer v3.1.0
26802026-07-10T19:38:00.528Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-07-10T19:38:00.531Z Compiling async-stream-impl v0.3.6
26822026-07-10T19:38:00.548Z Compiling dropshot v0.17.1
26832026-07-10T19:38:00.561Z Compiling dropshot_endpoint v0.17.1
26842026-07-10T19:38:00.568Z Compiling newtype-uuid-macros v0.1.0
26852026-07-10T19:38:00.587Z Checking newtype-uuid v1.3.2
26862026-07-10T19:38:00.764Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-10T19:38:00.782Z Checking daft v0.1.7
26882026-07-10T19:38:00.834Z Checking thread_local v1.1.9
26892026-07-10T19:38:00.920Z Checking match_cfg v0.1.0
26902026-07-10T19:38:00.993Z Checking compression-core v0.4.31
26912026-07-10T19:38:01.007Z Checking hostname v0.3.1
26922026-07-10T19:38:01.046Z Checking iddqd v0.4.2
26932026-07-10T19:38:01.108Z Checking crossbeam-channel v0.5.15
26942026-07-10T19:38:01.123Z Checking compression-codecs v0.4.37
26952026-07-10T19:38:01.135Z Checking atomicwrites v0.4.4
26962026-07-10T19:38:01.227Z Checking slog-json v2.6.1
26972026-07-10T19:38:01.261Z Checking is-terminal v0.4.17
26982026-07-10T19:38:01.289Z Checking serde_spanned v1.1.1
26992026-07-10T19:38:01.333Z Checking toml_datetime v1.1.1+spec-1.1.0
27002026-07-10T19:38:01.350Z Checking debug-ignore v1.0.5
27012026-07-10T19:38:01.370Z Checking term v1.2.1
27022026-07-10T19:38:01.417Z Checking toml_writer v1.1.1+spec-1.1.0
27032026-07-10T19:38:01.447Z Checking take_mut v0.2.2
27042026-07-10T19:38:01.460Z Checking slog-bunyan v2.5.0
27052026-07-10T19:38:01.535Z Checking async-compression v0.4.41
27062026-07-10T19:38:01.551Z Checking slog-async v2.8.0
27072026-07-10T19:38:01.575Z Checking async-stream v0.3.6
27082026-07-10T19:38:01.590Z Compiling structmeta v0.3.0
27092026-07-10T19:38:01.594Z Checking slog-term v2.9.2
27102026-07-10T19:38:01.595Z Checking toml v1.1.2+spec-1.1.0
27112026-07-10T19:38:01.699Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-10T19:38:01.718Z Checking progenitor-client v0.14.0
27132026-07-10T19:38:01.780Z Checking sha1 v0.11.0
27142026-07-10T19:38:01.807Z Compiling derive-ex v0.1.8
27152026-07-10T19:38:01.813Z Compiling parse-display-derive v0.10.0
27162026-07-10T19:38:01.866Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-07-10T19:38:01.983Z Checking waitgroup v0.1.2
27182026-07-10T19:38:01.992Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-07-10T19:38:02.014Z Checking rustls-pemfile v2.2.0
27202026-07-10T19:38:02.064Z Checking backon v1.6.0
27212026-07-10T19:38:02.079Z Checking serde_path_to_error v0.1.20
27222026-07-10T19:38:02.160Z Checking hostname v0.4.2
27232026-07-10T19:38:02.171Z Checking instant v0.1.13
27242026-07-10T19:38:02.254Z Checking backoff v0.4.0
27252026-07-10T19:38:02.259Z Checking progenitor-extras v0.2.0
27262026-07-10T19:38:02.369Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-10T19:38:02.430Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-10T19:38:02.443Z Checking itertools v0.14.0
27292026-07-10T19:38:02.487Z Checking regress v0.10.5
27302026-07-10T19:38:02.600Z Checking macaddr v1.0.1
27312026-07-10T19:38:02.936Z Checking humantime v2.3.0
27322026-07-10T19:38:03.551Z Compiling test-strategy v0.4.5
27332026-07-10T19:38:03.580Z Checking parse-display v0.10.0
27342026-07-10T19:38:04.102Z Compiling prettyplease v0.2.37
27352026-07-10T19:38:04.361Z Checking num-rational v0.4.2
27362026-07-10T19:38:04.649Z Checking num-complex v0.4.6
27372026-07-10T19:38:05.054Z Checking num v0.4.3
27382026-07-10T19:38:05.089Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-10T19:38:05.153Z Compiling usdt-macro v0.5.0
27402026-07-10T19:38:05.222Z Compiling usdt-attr-macro v0.5.0
27412026-07-10T19:38:05.297Z Checking memmap v0.7.0
27422026-07-10T19:38:05.436Z Checking float-ord v0.3.2
27432026-07-10T19:38:05.465Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-10T19:38:05.667Z Compiling convert_case v0.4.0
27452026-07-10T19:38:05.680Z Checking unicode-width v0.2.0
27462026-07-10T19:38:05.902Z Checking newline-converter v0.3.0
27472026-07-10T19:38:05.935Z Checking console v0.15.11
27482026-07-10T19:38:06.070Z Compiling toml v0.8.23
27492026-07-10T19:38:06.084Z Checking usdt v0.5.0
27502026-07-10T19:38:06.084Z Compiling derive_more v0.99.20
27512026-07-10T19:38:06.200Z Checking linked-hash-map v0.5.6
27522026-07-10T19:38:06.217Z Compiling minimal-lexical v0.2.1
27532026-07-10T19:38:06.377Z Checking lru-cache v0.1.2
27542026-07-10T19:38:06.481Z Compiling nom v7.1.3
27552026-07-10T19:38:06.500Z Checking expectorate v1.2.0
27562026-07-10T19:38:06.870Z Checking camino-tempfile v1.4.1
27572026-07-10T19:38:06.970Z Checking hickory-proto v0.24.4
27582026-07-10T19:38:07.037Z Checking phf_shared v0.12.1
27592026-07-10T19:38:07.164Z Compiling slog-dtrace v0.3.0
27602026-07-10T19:38:07.186Z Checking heck v0.5.0
27612026-07-10T19:38:07.375Z Compiling chrono-tz v0.10.4
27622026-07-10T19:38:07.572Z Compiling unicode-xid v0.2.6
27632026-07-10T19:38:07.635Z Checking resolv-conf v0.7.6
27642026-07-10T19:38:07.704Z Compiling const_format_proc_macros v0.2.34
27652026-07-10T19:38:07.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-10T19:38:07.899Z Checking phf v0.12.1
27672026-07-10T19:38:08.072Z Checking tokio-dtrace v0.1.1
27682026-07-10T19:38:08.273Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-10T19:38:08.412Z Compiling derive-where v1.6.0
27702026-07-10T19:38:08.733Z Checking highway v1.3.0
27712026-07-10T19:38:08.802Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-07-10T19:38:08.846Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-10T19:38:08.933Z Checking hickory-resolver v0.24.4
27742026-07-10T19:38:08.972Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-07-10T19:38:09.495Z Checking const_format v0.2.35
27762026-07-10T19:38:09.727Z Checking oxide-tokio-rt v0.1.4
27772026-07-10T19:38:09.809Z Checking qorb v0.4.1
27782026-07-10T19:38:09.982Z Checking gethostname v0.5.0
27792026-07-10T19:38:10.024Z Checking bcs v0.1.6
27802026-07-10T19:38:10.074Z Checking termtree v0.5.1
27812026-07-10T19:38:10.358Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-10T19:38:10.374Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-10T19:38:10.601Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-10T19:38:10.604Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-10T19:38:13.568Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-10T19:38:16.058Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-10T19:38:18.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.50s
27882026-07-10T19:38:18.421Z
27892026-07-10T19:38:18.422Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27902026-07-10T19:38:18.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-10T19:38:18.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-10T19:38:19.072Z Compiling ar_archive_writer v0.5.1
27932026-07-10T19:38:19.182Z Compiling stacker v0.1.23
27942026-07-10T19:38:19.188Z Compiling cfg_aliases v0.1.1
27952026-07-10T19:38:19.195Z Compiling convert_case v0.10.0
27962026-07-10T19:38:19.198Z Checking unicode-width v0.1.14
27972026-07-10T19:38:19.209Z Compiling proc-macro-error v1.0.4
27982026-07-10T19:38:19.220Z Checking fd-lock v4.0.4
27992026-07-10T19:38:19.224Z Checking nibble_vec v0.1.0
28002026-07-10T19:38:19.244Z Compiling nix v0.28.0
28012026-07-10T19:38:19.333Z Compiling recursive-proc-macro-impl v0.1.1
28022026-07-10T19:38:19.349Z Checking vte v0.14.1
28032026-07-10T19:38:19.454Z Checking bytecount v0.6.9
28042026-07-10T19:38:19.469Z Checking endian-type v0.1.2
28052026-07-10T19:38:19.487Z Compiling derive_more-impl v2.1.1
28062026-07-10T19:38:19.499Z Checking strip-ansi-escapes v0.2.1
28072026-07-10T19:38:19.511Z Compiling tabled_derive v0.7.0
28082026-07-10T19:38:19.551Z Checking papergrid v0.11.0
28092026-07-10T19:38:19.592Z Checking radix_trie v0.2.1
28102026-07-10T19:38:19.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-10T19:38:19.755Z Compiling peg-macros v0.8.5
28122026-07-10T19:38:19.805Z Checking winnow v0.6.26
28132026-07-10T19:38:20.016Z Compiling psm v0.1.30
28142026-07-10T19:38:20.120Z Compiling sqlparser_derive v0.5.0
28152026-07-10T19:38:20.178Z Checking unicode_categories v0.1.1
28162026-07-10T19:38:20.316Z Checking derive_more v2.1.1
28172026-07-10T19:38:20.337Z Checking nu-ansi-term v0.50.3
28182026-07-10T19:38:20.400Z Checking home v0.5.12
28192026-07-10T19:38:20.501Z Checking tabled v0.15.0
28202026-07-10T19:38:20.514Z Checking crossterm v0.29.0
28212026-07-10T19:38:20.561Z Checking reedline v0.40.0
28222026-07-10T19:38:20.582Z Checking rustyline v14.0.0
28232026-07-10T19:38:20.831Z Checking recursive v0.1.1
28242026-07-10T19:38:20.930Z Checking sqlparser v0.61.0
28252026-07-10T19:38:20.946Z Checking display-error-chain v0.2.2
28262026-07-10T19:38:20.998Z Checking sqlformat v0.3.5
28272026-07-10T19:38:21.199Z Checking peg v0.8.5
28282026-07-10T19:38:32.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
28292026-07-10T19:38:32.570Z
28302026-07-10T19:38:32.570Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28312026-07-10T19:38:33.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-10T19:38:33.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-10T19:38:33.221Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-10T19:38:36.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
28352026-07-10T19:38:36.944Z
28362026-07-10T19:38:36.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28372026-07-10T19:38:37.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-10T19:38:37.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-10T19:38:37.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-10T19:38:40.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28412026-07-10T19:38:40.246Z
28422026-07-10T19:38:40.246Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28432026-07-10T19:38:40.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-10T19:38:40.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-10T19:38:40.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-10T19:38:44.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28472026-07-10T19:38:44.394Z
28482026-07-10T19:38:44.394Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28492026-07-10T19:38:44.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-10T19:38:44.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-10T19:38:45.039Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-10T19:38:48.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28532026-07-10T19:38:48.573Z
28542026-07-10T19:38:48.573Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28552026-07-10T19:38:49.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-10T19:38:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-10T19:38:49.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-10T19:38:51.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28592026-07-10T19:38:52.053Z
28602026-07-10T19:38:52.053Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28612026-07-10T19:38:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-10T19:38:52.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-10T19:38:52.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-10T19:38:55.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28652026-07-10T19:38:55.538Z
28662026-07-10T19:38:55.538Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28672026-07-10T19:38:56.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-10T19:38:56.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-10T19:38:56.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-10T19:38:59.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28712026-07-10T19:38:59.866Z
28722026-07-10T19:38:59.867Zinfo: running `cargo check --bins` on oximeter (93/299)
28732026-07-10T19:39:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-10T19:39:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-10T19:39:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-10T19:39:00.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28772026-07-10T19:39:00.413Z
28782026-07-10T19:39:00.413Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28792026-07-10T19:39:00.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-10T19:39:00.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-10T19:39:01.012Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-10T19:39:01.173Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-10T19:39:01.176Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-10T19:39:01.538Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-10T19:39:04.123Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-10T19:39:05.357Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-10T19:39:05.562Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-10T19:39:06.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
28892026-07-10T19:39:06.398Z
28902026-07-10T19:39:06.398Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28912026-07-10T19:39:06.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-10T19:39:06.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-10T19:39:06.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-10T19:39:06.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28952026-07-10T19:39:06.951Z
28962026-07-10T19:39:06.951Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28972026-07-10T19:39:07.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-10T19:39:07.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-10T19:39:07.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-10T19:39:07.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29012026-07-10T19:39:07.545Z
29022026-07-10T19:39:07.545Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29032026-07-10T19:39:08.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-10T19:39:08.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-10T19:39:08.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-10T19:39:08.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29072026-07-10T19:39:08.104Z
29082026-07-10T19:39:08.104Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29092026-07-10T19:39:08.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-10T19:39:08.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-10T19:39:08.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-10T19:39:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-10T19:39:08.663Z
29142026-07-10T19:39:08.663Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29152026-07-10T19:39:09.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-10T19:39:09.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-10T19:39:09.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-10T19:39:09.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29192026-07-10T19:39:09.222Z
29202026-07-10T19:39:09.223Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29212026-07-10T19:39:09.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-10T19:39:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-10T19:39:09.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-10T19:39:09.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29252026-07-10T19:39:09.781Z
29262026-07-10T19:39:09.781Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29272026-07-10T19:39:10.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-10T19:39:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-10T19:39:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-10T19:39:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29312026-07-10T19:39:10.320Z
29322026-07-10T19:39:10.320Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29332026-07-10T19:39:10.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-10T19:39:10.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-10T19:39:10.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-10T19:39:10.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29372026-07-10T19:39:10.875Z
29382026-07-10T19:39:10.875Zinfo: running `cargo check --bins` on update-engine (103/299)
29392026-07-10T19:39:11.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-10T19:39:11.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-10T19:39:11.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-10T19:39:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29432026-07-10T19:39:11.414Z
29442026-07-10T19:39:11.415Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29452026-07-10T19:39:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-10T19:39:11.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-10T19:39:12.100Z Compiling crucible-workspace-hack v0.1.0
29482026-07-10T19:39:12.216Z Checking secrecy v0.10.3
29492026-07-10T19:39:12.222Z Compiling heapless v0.8.0
29502026-07-10T19:39:12.227Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-07-10T19:39:12.234Z Compiling ingot-macros v0.1.1
29522026-07-10T19:39:12.241Z Checking hash32 v0.3.1
29532026-07-10T19:39:12.244Z Checking inout v0.1.4
29542026-07-10T19:39:12.264Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-07-10T19:39:12.315Z Compiling smoltcp v0.11.0
29562026-07-10T19:39:12.367Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-10T19:39:12.371Z Checking cipher v0.4.4
29582026-07-10T19:39:12.453Z Checking cobs v0.3.0
29592026-07-10T19:39:12.476Z Checking universal-hash v0.5.1
29602026-07-10T19:39:12.514Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-10T19:39:12.561Z Checking half v2.7.1
29622026-07-10T19:39:12.596Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-07-10T19:39:12.610Z Checking opaque-debug v0.3.1
29642026-07-10T19:39:12.685Z Checking ciborium-io v0.2.2
29652026-07-10T19:39:12.697Z Checking poly1305 v0.8.0
29662026-07-10T19:39:12.774Z Checking postcard v1.1.3
29672026-07-10T19:39:12.808Z Checking chacha20 v0.9.1
29682026-07-10T19:39:12.822Z Checking ciborium-ll v0.2.2
29692026-07-10T19:39:12.955Z Compiling proc-macro-crate v3.4.0
29702026-07-10T19:39:13.003Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-10T19:39:13.016Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-10T19:39:13.070Z Checking password-hash v0.5.0
29732026-07-10T19:39:13.291Z Checking blake2 v0.10.6
29742026-07-10T19:39:13.305Z Compiling proc-macro-crate v1.3.1
29752026-07-10T19:39:13.423Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-10T19:39:13.448Z Checking aead v0.5.2
29772026-07-10T19:39:13.528Z Compiling num_enum_derive v0.7.6
29782026-07-10T19:39:13.543Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29792026-07-10T19:39:13.598Z Compiling foreign-types-macros v0.2.3
29802026-07-10T19:39:13.662Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-10T19:39:13.710Z Checking thiserror-no-std v2.0.2
29822026-07-10T19:39:13.729Z Checking foreign-types-shared v0.3.1
29832026-07-10T19:39:13.753Z Compiling num_enum_derive v0.5.11
29842026-07-10T19:39:13.799Z Checking vsss-rs v3.3.4
29852026-07-10T19:39:13.818Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29862026-07-10T19:39:13.927Z Checking chacha20poly1305 v0.10.1
29872026-07-10T19:39:14.060Z Checking argon2 v0.5.3
29882026-07-10T19:39:14.222Z Checking foreign-types v0.5.0
29892026-07-10T19:39:14.300Z Checking ciborium v0.2.2
29902026-07-10T19:39:14.425Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-10T19:39:14.524Z Checking tabwriter v1.4.1
29922026-07-10T19:39:14.612Z Checking num_enum v0.7.6
29932026-07-10T19:39:14.674Z Checking byte-wrapper v0.1.0
29942026-07-10T19:39:14.717Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-10T19:39:14.731Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29962026-07-10T19:39:14.734Z Checking cstr-argument v0.1.2
29972026-07-10T19:39:14.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-10T19:39:14.853Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-10T19:39:14.883Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-10T19:39:14.948Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-10T19:39:15.031Z Checking num_enum v0.5.11
30022026-07-10T19:39:15.061Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-10T19:39:15.158Z Checking ingot-types v0.1.2
30042026-07-10T19:39:15.171Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-10T19:39:15.174Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-10T19:39:15.213Z Checking rand v0.10.1
30072026-07-10T19:39:15.227Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-10T19:39:15.278Z Checking colored v3.1.1
30092026-07-10T19:39:15.325Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-10T19:39:15.381Z Checking indent_write v2.2.0
30112026-07-10T19:39:15.423Z Compiling zone_cfg_derive v0.3.1
30122026-07-10T19:39:15.480Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-10T19:39:15.511Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-10T19:39:15.525Z Checking itertools v0.12.1
30152026-07-10T19:39:15.529Z Checking ingot v0.1.1
30162026-07-10T19:39:15.558Z Compiling num-derive v0.4.2
30172026-07-10T19:39:15.655Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-07-10T19:39:15.682Z Checking swrite v0.1.0
30192026-07-10T19:39:15.775Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-10T19:39:15.878Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-10T19:39:16.050Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-10T19:39:16.084Z Checking dropshot-api-manager-types v0.7.2
30232026-07-10T19:39:16.098Z Checking smf v0.2.3
30242026-07-10T19:39:16.114Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-07-10T19:39:16.161Z Checking nanorand v0.7.0
30262026-07-10T19:39:16.251Z Checking whoami v1.6.1
30272026-07-10T19:39:16.334Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-10T19:39:16.359Z Checking flume v0.11.1
30292026-07-10T19:39:16.523Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-10T19:39:16.572Z Checking zone v0.3.1
30312026-07-10T19:39:17.130Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-10T19:39:18.116Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-10T19:39:19.042Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-10T19:39:22.538Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-10T19:39:24.650Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-10T19:39:25.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30372026-07-10T19:39:25.970Z
30382026-07-10T19:39:25.971Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30392026-07-10T19:39:26.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-10T19:39:26.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-10T19:39:26.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-10T19:39:26.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30432026-07-10T19:39:26.529Z
30442026-07-10T19:39:26.529Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30452026-07-10T19:39:26.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-10T19:39:26.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-10T19:39:26.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-10T19:39:27.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30492026-07-10T19:39:27.086Z
30502026-07-10T19:39:27.086Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30512026-07-10T19:39:27.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-10T19:39:27.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-10T19:39:27.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-10T19:39:27.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30552026-07-10T19:39:27.651Z
30562026-07-10T19:39:27.651Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30572026-07-10T19:39:28.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-10T19:39:28.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-10T19:39:28.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-10T19:39:28.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30612026-07-10T19:39:28.210Z
30622026-07-10T19:39:28.210Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30632026-07-10T19:39:28.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-10T19:39:28.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-10T19:39:28.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-10T19:39:28.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30672026-07-10T19:39:28.765Z
30682026-07-10T19:39:28.765Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30692026-07-10T19:39:29.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-10T19:39:29.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-10T19:39:29.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-10T19:39:29.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30732026-07-10T19:39:29.325Z
30742026-07-10T19:39:29.325Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30752026-07-10T19:39:29.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-10T19:39:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-10T19:39:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-10T19:39:29.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30792026-07-10T19:39:29.880Z
30802026-07-10T19:39:29.880Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30812026-07-10T19:39:30.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-10T19:39:30.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-10T19:39:30.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-10T19:39:30.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30852026-07-10T19:39:30.422Z
30862026-07-10T19:39:30.422Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30872026-07-10T19:39:30.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-10T19:39:30.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-10T19:39:30.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-10T19:39:30.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30912026-07-10T19:39:30.979Z
30922026-07-10T19:39:30.979Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30932026-07-10T19:39:31.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-10T19:39:31.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-10T19:39:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-10T19:39:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30972026-07-10T19:39:31.529Z
30982026-07-10T19:39:31.530Zinfo: running `cargo check --bins` on installinator-client (115/299)
30992026-07-10T19:39:31.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-10T19:39:31.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-10T19:39:31.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-10T19:39:31.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31032026-07-10T19:39:32.077Z
31042026-07-10T19:39:32.077Zinfo: running `cargo check --bins` on nexus-client (116/299)
31052026-07-10T19:39:32.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-10T19:39:32.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-10T19:39:32.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-10T19:39:32.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-07-10T19:39:32.665Z
31102026-07-10T19:39:32.665Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31112026-07-10T19:39:33.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-10T19:39:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-10T19:39:33.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-10T19:39:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-07-10T19:39:33.250Z
31162026-07-10T19:39:33.250Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31172026-07-10T19:39:33.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-10T19:39:33.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-10T19:39:33.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-10T19:39:33.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31212026-07-10T19:39:33.790Z
31222026-07-10T19:39:33.790Zinfo: running `cargo check --bins` on oxide-client (119/299)
31232026-07-10T19:39:34.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-10T19:39:34.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-10T19:39:34.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-10T19:39:34.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31272026-07-10T19:39:34.335Z
31282026-07-10T19:39:34.336Zinfo: running `cargo check --bins` on oximeter-client (120/299)
31292026-07-10T19:39:34.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-10T19:39:34.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-10T19:39:34.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-10T19:39:34.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31332026-07-10T19:39:34.892Z
31342026-07-10T19:39:34.892Zinfo: running `cargo check --bins` on repo-depot-client (121/299)
31352026-07-10T19:39:35.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-10T19:39:35.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-10T19:39:35.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-10T19:39:35.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31392026-07-10T19:39:35.442Z
31402026-07-10T19:39:35.442Zinfo: running `cargo check --bins` on sled-agent-client (122/299)
31412026-07-10T19:39:35.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-10T19:39:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-10T19:39:35.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-10T19:39:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31452026-07-10T19:39:36.007Z
31462026-07-10T19:39:36.007Zinfo: running `cargo check --bins` on wicketd-client (123/299)
31472026-07-10T19:39:36.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-10T19:39:36.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-10T19:39:36.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-10T19:39:36.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31512026-07-10T19:39:36.587Z
31522026-07-10T19:39:36.587Zinfo: running `cargo check --bins` on installinator-common (124/299)
31532026-07-10T19:39:37.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-10T19:39:37.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-10T19:39:37.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-10T19:39:37.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31572026-07-10T19:39:37.164Z
31582026-07-10T19:39:37.164Zinfo: running `cargo check --bins` on installinator-common-versions (125/299)
31592026-07-10T19:39:37.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-10T19:39:37.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-10T19:39:37.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-10T19:39:37.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31632026-07-10T19:39:37.705Z
31642026-07-10T19:39:37.705Zinfo: running `cargo check --bins` on wicket-common (126/299)
31652026-07-10T19:39:38.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-10T19:39:38.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-10T19:39:38.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-10T19:39:38.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31692026-07-10T19:39:38.268Z
31702026-07-10T19:39:38.268Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/299)
31712026-07-10T19:39:38.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-10T19:39:38.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-10T19:39:38.936Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-07-10T19:39:39.051Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-07-10T19:39:39.060Z Checking csv-core v0.1.13
31762026-07-10T19:39:39.067Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-07-10T19:39:39.074Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-07-10T19:39:39.084Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-07-10T19:39:39.093Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-07-10T19:39:39.104Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-07-10T19:39:39.222Z Checking csv v1.4.0
31822026-07-10T19:39:39.250Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-07-10T19:39:39.253Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-07-10T19:39:39.291Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-07-10T19:39:39.320Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-07-10T19:39:39.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-10T19:39:39.937Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-07-10T19:39:39.940Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-07-10T19:39:40.282Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-07-10T19:39:46.501Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-07-10T19:39:47.039Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-07-10T19:39:49.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
31932026-07-10T19:39:49.622Z
31942026-07-10T19:39:49.622Zinfo: running `cargo check --bins` on cockroach-admin-api (128/299)
31952026-07-10T19:39:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-07-10T19:39:50.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-07-10T19:39:50.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-07-10T19:39:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31992026-07-10T19:39:50.161Z
32002026-07-10T19:39:50.161Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/299)
32012026-07-10T19:39:50.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-10T19:39:50.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-10T19:39:50.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-10T19:39:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32052026-07-10T19:39:50.787Z
32062026-07-10T19:39:50.787Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/299)
32072026-07-10T19:39:51.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-10T19:39:51.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-10T19:39:51.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-10T19:39:51.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-07-10T19:39:51.417Z
32122026-07-10T19:39:51.418Zinfo: running `cargo check --bins` on gateway-test-utils (131/299)
32132026-07-10T19:39:51.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-10T19:39:51.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-10T19:39:51.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-10T19:39:51.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32172026-07-10T19:39:52.011Z
32182026-07-10T19:39:52.011Zinfo: running `cargo check --bins` on omicron-gateway (132/299)
32192026-07-10T19:39:52.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-10T19:39:52.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-10T19:39:52.734Z Compiling regress v0.11.1
32222026-07-10T19:39:52.877Z Compiling unsafe-libyaml v0.2.11
32232026-07-10T19:39:52.887Z Compiling radium v0.7.0
32242026-07-10T19:39:52.891Z Compiling semver v0.1.20
32252026-07-10T19:39:52.908Z Checking nom v8.0.0
32262026-07-10T19:39:52.912Z Checking tap v1.0.1
32272026-07-10T19:39:52.913Z Compiling maybe-uninit v2.0.0
32282026-07-10T19:39:53.025Z Checking wyz v0.5.1
32292026-07-10T19:39:53.177Z Compiling rustc_version v0.1.7
32302026-07-10T19:39:53.208Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-07-10T19:39:53.306Z Compiling zerocopy-derive v0.6.6
32322026-07-10T19:39:53.367Z Compiling owo-colors v4.3.0
32332026-07-10T19:39:53.399Z Compiling newtype_derive v0.1.6
32342026-07-10T19:39:53.610Z Compiling serde_yaml v0.9.34+deprecated
32352026-07-10T19:39:53.639Z Compiling cancel-safe-futures v0.1.5
32362026-07-10T19:39:53.711Z Compiling packed_struct v0.10.1
32372026-07-10T19:39:53.867Z Checking funty v2.0.0
32382026-07-10T19:39:53.985Z Checking crc-catalog v2.4.0
32392026-07-10T19:39:54.083Z Checking crc v3.4.0
32402026-07-10T19:39:54.188Z Checking zerocopy v0.6.6
32412026-07-10T19:39:54.202Z Checking bitvec v1.0.1
32422026-07-10T19:39:54.379Z Checking typify-impl v0.6.2
32432026-07-10T19:39:54.507Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-07-10T19:39:54.786Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-07-10T19:39:54.985Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-07-10T19:39:55.052Z Compiling packed_struct_codegen v0.10.1
32472026-07-10T19:39:55.116Z Checking libsw-core v0.3.2
32482026-07-10T19:39:55.145Z Compiling bitfield-macros v0.19.4
32492026-07-10T19:39:55.267Z Compiling indexmap v1.9.3
32502026-07-10T19:39:55.493Z Checking nodrop v0.1.14
32512026-07-10T19:39:55.577Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-07-10T19:39:55.592Z Checking array-init v0.0.4
32532026-07-10T19:39:55.629Z Checking libsw v3.5.0
32542026-07-10T19:39:55.651Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-07-10T19:39:55.782Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-07-10T19:39:55.892Z Checking bitfield v0.19.4
32572026-07-10T19:39:55.906Z Checking smallvec v0.6.14
32582026-07-10T19:39:55.964Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-07-10T19:39:56.155Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-07-10T19:39:56.169Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32612026-07-10T19:39:56.282Z Checking hashbrown v0.12.3
32622026-07-10T19:39:56.373Z Checking unicode-linebreak v0.1.5
32632026-07-10T19:39:56.394Z Checking base64 v0.21.7
32642026-07-10T19:39:56.590Z Checking tagptr v0.2.0
32652026-07-10T19:39:56.637Z Checking smawk v0.3.2
32662026-07-10T19:39:56.652Z Checking linear-map v1.2.0
32672026-07-10T19:39:56.670Z Checking ron v0.8.1
32682026-07-10T19:39:56.736Z Checking moka v0.12.13
32692026-07-10T19:39:56.768Z Checking textwrap v0.16.2
32702026-07-10T19:39:56.823Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-07-10T19:39:56.989Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-07-10T19:39:57.031Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-07-10T19:39:57.171Z Checking steno v0.4.1
32742026-07-10T19:39:57.206Z Checking serde-hex v0.1.0
32752026-07-10T19:39:57.262Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-07-10T19:39:57.402Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-10T19:39:57.568Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-10T19:39:57.876Z Checking hashbrown v0.13.2
32792026-07-10T19:39:58.187Z Checking crc-any v2.5.0
32802026-07-10T19:39:58.203Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-07-10T19:39:58.240Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-07-10T19:39:58.373Z Checking object v0.30.4
32832026-07-10T19:39:58.389Z Checking hickory-resolver v0.25.2
32842026-07-10T19:39:58.426Z Checking sha1 v0.10.6
32852026-07-10T19:39:58.445Z Checking half v1.8.3
32862026-07-10T19:39:58.603Z Checking void v1.0.2
32872026-07-10T19:39:58.656Z Checking path-slash v0.1.5
32882026-07-10T19:39:58.719Z Checking utf-8 v0.7.6
32892026-07-10T19:39:58.769Z Checking lzss v0.8.2
32902026-07-10T19:39:58.859Z Checking tungstenite v0.23.0
32912026-07-10T19:39:58.878Z Checking serde_cbor v0.11.2
32922026-07-10T19:39:59.096Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-07-10T19:39:59.110Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-10T19:39:59.141Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-07-10T19:39:59.156Z Compiling typify-macro v0.6.2
32962026-07-10T19:39:59.205Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32972026-07-10T19:39:59.255Z Checking nix v0.27.1
32982026-07-10T19:39:59.270Z Checking kstat-rs v0.2.4
32992026-07-10T19:39:59.287Z Checking fxhash v0.2.1
33002026-07-10T19:39:59.408Z Checking serde_bytes v0.11.19
33012026-07-10T19:39:59.442Z Checking tokio-tungstenite v0.23.1
33022026-07-10T19:39:59.461Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-07-10T19:39:59.555Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-07-10T19:39:59.587Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-07-10T19:39:59.717Z Checking signal-hook-tokio v0.3.1
33062026-07-10T19:40:00.435Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-10T19:40:00.613Z Compiling typify v0.6.2
33082026-07-10T19:40:00.693Z Compiling progenitor-impl v0.14.0
33092026-07-10T19:40:01.343Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-10T19:40:01.651Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-10T19:40:02.143Z Compiling progenitor-macro v0.14.0
33122026-07-10T19:40:04.515Z Checking progenitor v0.14.0
33132026-07-10T19:40:04.635Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-07-10T19:40:04.638Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-10T19:40:07.339Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-10T19:40:15.820Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-10T19:40:22.534Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-10T19:40:23.918Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-10T19:40:24.425Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-10T19:40:26.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.54s
33212026-07-10T19:40:26.745Z
33222026-07-10T19:40:26.745Zinfo: running `cargo check --bins` on gateway-api (133/299)
33232026-07-10T19:40:27.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-10T19:40:27.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-10T19:40:27.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-10T19:40:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-10T19:40:27.287Z
33282026-07-10T19:40:27.287Zinfo: running `cargo check --bins` on ipcc (134/299)
33292026-07-10T19:40:27.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-10T19:40:27.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-10T19:40:27.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-10T19:40:27.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-10T19:40:27.827Z
33342026-07-10T19:40:27.827Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/299)
33352026-07-10T19:40:28.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-10T19:40:28.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-10T19:40:28.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-10T19:40:28.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33392026-07-10T19:40:28.367Z
33402026-07-10T19:40:28.367Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (136/299)
33412026-07-10T19:40:28.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-10T19:40:28.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-10T19:40:28.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-10T19:40:28.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33452026-07-10T19:40:28.933Z
33462026-07-10T19:40:28.933Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/299)
33472026-07-10T19:40:29.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-10T19:40:29.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-10T19:40:29.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-10T19:40:29.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-07-10T19:40:29.485Z
33522026-07-10T19:40:29.485Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/299)
33532026-07-10T19:40:29.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-10T19:40:29.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-10T19:40:29.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-10T19:40:29.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33572026-07-10T19:40:30.041Z
33582026-07-10T19:40:30.041Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/299)
33592026-07-10T19:40:30.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-10T19:40:30.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-10T19:40:30.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-10T19:40:30.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33632026-07-10T19:40:30.592Z
33642026-07-10T19:40:30.592Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/299)
33652026-07-10T19:40:31.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-10T19:40:31.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-10T19:40:31.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-10T19:40:31.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-07-10T19:40:31.163Z
33702026-07-10T19:40:31.164Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/299)
33712026-07-10T19:40:31.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-10T19:40:31.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-10T19:40:31.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-10T19:40:31.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-10T19:40:31.711Z
33762026-07-10T19:40:31.711Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/299)
33772026-07-10T19:40:32.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-10T19:40:32.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-10T19:40:32.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-10T19:40:32.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33812026-07-10T19:40:32.261Z
33822026-07-10T19:40:32.261Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/299)
33832026-07-10T19:40:32.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-10T19:40:32.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-10T19:40:32.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-10T19:40:32.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-10T19:40:32.811Z
33882026-07-10T19:40:32.811Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/299)
33892026-07-10T19:40:33.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-10T19:40:33.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-10T19:40:33.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-10T19:40:33.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-10T19:40:33.349Z
33942026-07-10T19:40:33.349Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/299)
33952026-07-10T19:40:33.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-10T19:40:33.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-10T19:40:33.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-10T19:40:33.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-10T19:40:33.890Z
34002026-07-10T19:40:33.890Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/299)
34012026-07-10T19:40:34.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-10T19:40:34.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-10T19:40:34.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-10T19:40:34.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-07-10T19:40:34.437Z
34062026-07-10T19:40:34.437Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (147/299)
34072026-07-10T19:40:34.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-10T19:40:34.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-10T19:40:34.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-10T19:40:34.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-10T19:40:35.009Z
34122026-07-10T19:40:35.009Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (148/299)
34132026-07-10T19:40:35.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-10T19:40:35.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-10T19:40:35.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-10T19:40:35.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-10T19:40:35.575Z
34182026-07-10T19:40:35.575Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (149/299)
34192026-07-10T19:40:36.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-10T19:40:36.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-10T19:40:36.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-10T19:40:36.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-10T19:40:36.144Z
34242026-07-10T19:40:36.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (150/299)
34252026-07-10T19:40:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-10T19:40:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-10T19:40:36.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-10T19:40:36.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-10T19:40:36.713Z
34302026-07-10T19:40:36.713Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (151/299)
34312026-07-10T19:40:37.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-10T19:40:37.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-10T19:40:37.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-10T19:40:37.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-10T19:40:37.281Z
34362026-07-10T19:40:37.281Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (152/299)
34372026-07-10T19:40:37.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-10T19:40:37.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-10T19:40:37.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-10T19:40:37.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-10T19:40:37.844Z
34422026-07-10T19:40:37.845Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (153/299)
34432026-07-10T19:40:38.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-10T19:40:38.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-10T19:40:38.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-10T19:40:38.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-10T19:40:38.420Z
34482026-07-10T19:40:38.420Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34492026-07-10T19:40:38.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-10T19:40:38.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-10T19:40:38.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-10T19:40:38.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-10T19:40:38.980Z
34542026-07-10T19:40:38.980Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (155/299)
34552026-07-10T19:40:39.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-10T19:40:39.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-10T19:40:39.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-10T19:40:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-10T19:40:39.544Z
34602026-07-10T19:40:39.544Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (156/299)
34612026-07-10T19:40:40.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-10T19:40:40.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-10T19:40:40.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-10T19:40:40.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-07-10T19:40:40.112Z
34662026-07-10T19:40:40.113Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (157/299)
34672026-07-10T19:40:40.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-10T19:40:40.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-10T19:40:40.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-10T19:40:40.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-07-10T19:40:40.660Z
34722026-07-10T19:40:40.660Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (158/299)
34732026-07-10T19:40:41.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-10T19:40:41.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-10T19:40:41.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-10T19:40:41.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34772026-07-10T19:40:41.207Z
34782026-07-10T19:40:41.207Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (159/299)
34792026-07-10T19:40:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-10T19:40:41.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-10T19:40:41.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-10T19:40:41.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34832026-07-10T19:40:41.755Z
34842026-07-10T19:40:41.755Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (160/299)
34852026-07-10T19:40:42.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-10T19:40:42.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-10T19:40:42.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-10T19:40:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34892026-07-10T19:40:42.302Z
34902026-07-10T19:40:42.302Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (161/299)
34912026-07-10T19:40:42.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-10T19:40:42.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-10T19:40:42.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-10T19:40:42.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-10T19:40:42.844Z
34962026-07-10T19:40:42.844Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (162/299)
34972026-07-10T19:40:43.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-10T19:40:43.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-10T19:40:43.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-10T19:40:43.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35012026-07-10T19:40:43.389Z
35022026-07-10T19:40:43.389Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (163/299)
35032026-07-10T19:40:43.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-10T19:40:43.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-10T19:40:43.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-10T19:40:43.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-10T19:40:43.935Z
35082026-07-10T19:40:43.935Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (164/299)
35092026-07-10T19:40:44.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-10T19:40:44.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-10T19:40:44.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-10T19:40:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35132026-07-10T19:40:44.485Z
35142026-07-10T19:40:44.485Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (165/299)
35152026-07-10T19:40:44.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-10T19:40:44.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-10T19:40:44.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-10T19:40:44.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-10T19:40:45.050Z
35202026-07-10T19:40:45.050Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (166/299)
35212026-07-10T19:40:45.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-10T19:40:45.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-10T19:40:45.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-10T19:40:45.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-10T19:40:45.618Z
35262026-07-10T19:40:45.618Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (167/299)
35272026-07-10T19:40:46.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-10T19:40:46.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-10T19:40:46.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-10T19:40:46.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-10T19:40:46.191Z
35322026-07-10T19:40:46.192Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (168/299)
35332026-07-10T19:40:46.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-10T19:40:46.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-10T19:40:46.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-10T19:40:46.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-10T19:40:46.754Z
35382026-07-10T19:40:46.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (169/299)
35392026-07-10T19:40:47.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-10T19:40:47.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-10T19:40:47.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-10T19:40:47.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-10T19:40:47.321Z
35442026-07-10T19:40:47.321Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (170/299)
35452026-07-10T19:40:47.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-10T19:40:47.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-10T19:40:47.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-10T19:40:47.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-10T19:40:47.889Z
35502026-07-10T19:40:47.889Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35512026-07-10T19:40:48.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-10T19:40:48.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-10T19:40:48.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-10T19:40:48.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-10T19:40:48.460Z
35562026-07-10T19:40:48.461Zinfo: running `cargo check --bins` on oximeter-producer (172/299)
35572026-07-10T19:40:48.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-10T19:40:48.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-10T19:40:48.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-10T19:40:48.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-10T19:40:49.052Z
35622026-07-10T19:40:49.052Zinfo: running `cargo check --bins` on internal-dns-resolver (173/299)
35632026-07-10T19:40:49.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-10T19:40:49.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-10T19:40:49.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-10T19:40:49.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35672026-07-10T19:40:49.603Z
35682026-07-10T19:40:49.603Zinfo: running `cargo check --bins` on dns-server (174/299)
35692026-07-10T19:40:50.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-10T19:40:50.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-10T19:40:50.217Z Compiling parking_lot_core v0.8.6
35722026-07-10T19:40:50.221Z Compiling git-stub v1.0.0
35732026-07-10T19:40:50.221Z Checking prefix-trie v0.7.0
35742026-07-10T19:40:50.221Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-07-10T19:40:50.452Z Compiling git-stub-vcs v0.1.0
35762026-07-10T19:40:50.617Z Checking hickory-server v0.25.2
35772026-07-10T19:40:50.735Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-07-10T19:40:50.749Z Checking parking_lot v0.11.2
35792026-07-10T19:40:50.790Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-07-10T19:40:50.790Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-07-10T19:40:50.921Z Checking sled v0.34.7
35822026-07-10T19:40:52.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35832026-07-10T19:40:53.039Z
35842026-07-10T19:40:53.039Zinfo: running `cargo check --bins` on dns-server-api (175/299)
35852026-07-10T19:40:53.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-10T19:40:53.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-10T19:40:53.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-10T19:40:53.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35892026-07-10T19:40:53.583Z
35902026-07-10T19:40:53.584Zinfo: running `cargo check --bins` on oximeter-producer-api (176/299)
35912026-07-10T19:40:54.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-10T19:40:54.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-10T19:40:54.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-10T19:40:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-10T19:40:54.129Z
35962026-07-10T19:40:54.129Zinfo: running `cargo check --bins` on sp-sim (177/299)
35972026-07-10T19:40:54.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-10T19:40:54.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-10T19:40:54.813Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-07-10T19:40:56.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36012026-07-10T19:40:56.808Z
36022026-07-10T19:40:56.808Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (178/299)
36032026-07-10T19:40:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-10T19:40:57.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-10T19:40:57.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-10T19:40:57.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36072026-07-10T19:40:57.412Z
36082026-07-10T19:40:57.412Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (179/299)
36092026-07-10T19:40:57.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-10T19:40:57.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-10T19:40:57.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-10T19:40:57.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36132026-07-10T19:40:58.019Z
36142026-07-10T19:40:58.019Zinfo: running `cargo check --bins` on db-macros (180/299)
36152026-07-10T19:40:58.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-10T19:40:58.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-10T19:40:58.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-10T19:40:58.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36192026-07-10T19:40:58.555Z
36202026-07-10T19:40:58.556Zinfo: running `cargo check --bins` on nexus-macros-common (181/299)
36212026-07-10T19:40:59.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-10T19:40:59.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-10T19:40:59.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-10T19:40:59.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36252026-07-10T19:40:59.090Z
36262026-07-10T19:40:59.090Zinfo: running `cargo check --bins` on nexus-auth (182/299)
36272026-07-10T19:40:59.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-10T19:40:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-10T19:40:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-10T19:40:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36312026-07-10T19:40:59.688Z
36322026-07-10T19:40:59.688Zinfo: running `cargo check --bins` on authz-macros (183/299)
36332026-07-10T19:41:00.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-10T19:41:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-10T19:41:00.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-10T19:41:00.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36372026-07-10T19:41:00.225Z
36382026-07-10T19:41:00.226Zinfo: running `cargo check --bins` on nexus-db-fixed-data (184/299)
36392026-07-10T19:41:00.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-10T19:41:00.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-10T19:41:00.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-10T19:41:00.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36432026-07-10T19:41:00.816Z
36442026-07-10T19:41:00.816Zinfo: running `cargo check --bins` on nexus-db-model (185/299)
36452026-07-10T19:41:01.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-10T19:41:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-10T19:41:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-10T19:41:01.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-07-10T19:41:01.404Z
36502026-07-10T19:41:01.404Zinfo: running `cargo check --bins` on nexus-db-schema (186/299)
36512026-07-10T19:41:01.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-10T19:41:01.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-10T19:41:01.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-10T19:41:01.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36552026-07-10T19:41:01.938Z
36562026-07-10T19:41:01.938Zinfo: running `cargo check --bins` on omicron-rpaths (187/299)
36572026-07-10T19:41:02.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-10T19:41:02.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-10T19:41:02.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-10T19:41:02.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36612026-07-10T19:41:02.473Z
36622026-07-10T19:41:02.473Zinfo: running `cargo check --bins` on nexus-defaults (188/299)
36632026-07-10T19:41:02.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-10T19:41:02.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-10T19:41:02.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-10T19:41:02.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36672026-07-10T19:41:03.018Z
36682026-07-10T19:41:03.018Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (189/299)
36692026-07-10T19:41:03.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-10T19:41:03.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-10T19:41:03.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-10T19:41:03.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36732026-07-10T19:41:03.550Z
36742026-07-10T19:41:03.550Zinfo: running `cargo check --bins` on parallel-task-set (190/299)
36752026-07-10T19:41:03.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-10T19:41:03.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-10T19:41:03.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-10T19:41:04.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-10T19:41:04.079Z
36802026-07-10T19:41:04.079Zinfo: running `cargo check --bins` on omicron-git-version (191/299)
36812026-07-10T19:41:04.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-10T19:41:04.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-10T19:41:04.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-10T19:41:04.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-10T19:41:04.611Z
36862026-07-10T19:41:04.611Zinfo: running `cargo check --bins` on nexus-db-errors (192/299)
36872026-07-10T19:41:05.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-10T19:41:05.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-10T19:41:05.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-10T19:41:05.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36912026-07-10T19:41:05.210Z
36922026-07-10T19:41:05.210Zinfo: running `cargo check --bins` on nexus-db-lookup (193/299)
36932026-07-10T19:41:05.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-10T19:41:05.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-10T19:41:05.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-10T19:41:05.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36972026-07-10T19:41:05.807Z
36982026-07-10T19:41:05.807Zinfo: running `cargo check --bins` on nexus-inventory (194/299)
36992026-07-10T19:41:06.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-10T19:41:06.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-10T19:41:06.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-10T19:41:06.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37032026-07-10T19:41:06.403Z
37042026-07-10T19:41:06.403Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/299)
37052026-07-10T19:41:06.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-10T19:41:06.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-10T19:41:06.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-10T19:41:06.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37092026-07-10T19:41:06.971Z
37102026-07-10T19:41:06.971Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/299)
37112026-07-10T19:41:07.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-10T19:41:07.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-10T19:41:07.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-10T19:41:07.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-10T19:41:07.533Z
37162026-07-10T19:41:07.533Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/299)
37172026-07-10T19:41:08.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-10T19:41:08.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-10T19:41:08.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-10T19:41:08.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-07-10T19:41:08.097Z
37222026-07-10T19:41:08.097Zinfo: running `cargo check --bins` on key-manager (198/299)
37232026-07-10T19:41:08.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-10T19:41:08.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-10T19:41:08.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-10T19:41:08.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37272026-07-10T19:41:08.646Z
37282026-07-10T19:41:08.646Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/299)
37292026-07-10T19:41:09.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-10T19:41:09.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-10T19:41:09.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-10T19:41:09.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37332026-07-10T19:41:09.212Z
37342026-07-10T19:41:09.212Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/299)
37352026-07-10T19:41:09.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-10T19:41:09.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-10T19:41:09.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-10T19:41:09.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37392026-07-10T19:41:09.773Z
37402026-07-10T19:41:09.773Zinfo: running `cargo check --bins` on typed-rng (201/299)
37412026-07-10T19:41:10.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-10T19:41:10.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-10T19:41:10.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-10T19:41:10.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37452026-07-10T19:41:10.303Z
37462026-07-10T19:41:10.303Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/299)
37472026-07-10T19:41:10.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-10T19:41:10.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-10T19:41:11.107Z Compiling libefi-sys v0.1.0
37502026-07-10T19:41:11.110Z Compiling bitfield-struct v0.6.2
37512026-07-10T19:41:11.248Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-07-10T19:41:11.256Z Compiling xshell-macros v0.2.7
37532026-07-10T19:41:11.264Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-07-10T19:41:11.276Z Compiling salty v0.3.0
37552026-07-10T19:41:11.290Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-07-10T19:41:11.305Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-07-10T19:41:11.319Z Checking rfc6979 v0.4.0
37582026-07-10T19:41:11.433Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-07-10T19:41:11.447Z Checking ecdsa v0.16.9
37602026-07-10T19:41:11.582Z Checking primeorder v0.13.6
37612026-07-10T19:41:11.603Z Compiling proc-macro-error-attr2 v2.0.0
37622026-07-10T19:41:11.632Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37632026-07-10T19:41:11.647Z Checking xshell v0.2.7
37642026-07-10T19:41:11.783Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37652026-07-10T19:41:11.786Z Checking tungstenite v0.21.0
37662026-07-10T19:41:11.814Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-07-10T19:41:11.826Z Checking p384 v0.13.1
37682026-07-10T19:41:11.841Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37692026-07-10T19:41:11.874Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37702026-07-10T19:41:11.949Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37712026-07-10T19:41:12.010Z Compiling num-derive v0.3.3
37722026-07-10T19:41:12.026Z Compiling proc-macro-error2 v2.0.1
37732026-07-10T19:41:12.116Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-10T19:41:12.219Z Checking tokio-tungstenite v0.21.0
37752026-07-10T19:41:12.244Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-07-10T19:41:14.348Z Checking papergrid v0.17.0
37772026-07-10T19:41:14.354Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37782026-07-10T19:41:14.354Z Compiling tabled_derive v0.11.0
37792026-07-10T19:41:14.354Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37802026-07-10T19:41:14.354Z Compiling progenitor-impl v0.13.0
37812026-07-10T19:41:14.354Z Checking testing_table v0.3.0
37822026-07-10T19:41:14.354Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-07-10T19:41:14.355Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37842026-07-10T19:41:14.356Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-10T19:41:14.356Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-10T19:41:14.356Z Compiling illumos-nvpair-sys v0.2.0
37872026-07-10T19:41:14.356Z Checking libscf-sys v1.1.0
37882026-07-10T19:41:14.370Z Checking corncobs v0.1.4
37892026-07-10T19:41:14.370Z Compiling unicase v2.9.0
37902026-07-10T19:41:14.370Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37912026-07-10T19:41:14.370Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-10T19:41:14.370Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-10T19:41:14.370Z Compiling mime_guess v2.0.5
37942026-07-10T19:41:14.370Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37952026-07-10T19:41:14.370Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37962026-07-10T19:41:14.370Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-07-10T19:41:14.370Z Checking tabled v0.20.0
37982026-07-10T19:41:14.370Z Checking progenitor-client v0.13.0
37992026-07-10T19:41:14.371Z Checking secrecy v0.8.0
38002026-07-10T19:41:14.371Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38012026-07-10T19:41:14.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38022026-07-10T19:41:14.371Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38032026-07-10T19:41:14.371Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38042026-07-10T19:41:14.371Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38052026-07-10T19:41:14.371Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38062026-07-10T19:41:14.400Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38072026-07-10T19:41:15.266Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38082026-07-10T19:41:15.271Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-07-10T19:41:15.271Z Checking filetime v0.2.27
38102026-07-10T19:41:15.271Z Checking crc8 v0.1.1
38112026-07-10T19:41:15.271Z Checking xattr v1.6.1
38122026-07-10T19:41:15.271Z Checking http-range v0.1.5
38132026-07-10T19:41:15.271Z Checking tar v0.4.45
38142026-07-10T19:41:15.271Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-07-10T19:41:15.271Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38162026-07-10T19:41:15.272Z Compiling progenitor-macro v0.13.0
38172026-07-10T19:41:15.272Z Checking illumos-nvpair v0.3.0
38182026-07-10T19:41:15.272Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38192026-07-10T19:41:15.331Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-10T19:41:15.334Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38212026-07-10T19:41:15.451Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-07-10T19:41:15.681Z Checking atty v0.2.14
38232026-07-10T19:41:15.721Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-07-10T19:41:15.784Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38252026-07-10T19:41:15.801Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38262026-07-10T19:41:15.955Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38272026-07-10T19:41:16.059Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-07-10T19:41:16.059Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-07-10T19:41:16.090Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-07-10T19:41:16.122Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38312026-07-10T19:41:16.259Z Checking hyper-staticfile v0.10.1
38322026-07-10T19:41:16.373Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38332026-07-10T19:41:16.422Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-07-10T19:41:16.649Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38352026-07-10T19:41:16.653Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-07-10T19:41:16.842Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-07-10T19:41:16.915Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38382026-07-10T19:41:17.141Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-07-10T19:41:17.460Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38402026-07-10T19:41:18.198Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38412026-07-10T19:41:18.689Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38422026-07-10T19:41:19.116Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38432026-07-10T19:41:19.349Z Checking progenitor v0.13.0
38442026-07-10T19:41:19.492Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38452026-07-10T19:41:21.502Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38462026-07-10T19:41:24.983Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38472026-07-10T19:41:36.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.79s
38482026-07-10T19:41:36.309Z
38492026-07-10T19:41:36.309Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/299)
38502026-07-10T19:41:36.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-07-10T19:41:36.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-07-10T19:41:37.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532026-07-10T19:41:48.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38542026-07-10T19:41:48.247Z
38552026-07-10T19:41:48.247Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/299)
38562026-07-10T19:41:48.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-07-10T19:41:48.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-07-10T19:41:48.984Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-07-10T19:41:59.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
38602026-07-10T19:42:00.198Z
38612026-07-10T19:42:00.198Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/299)
38622026-07-10T19:42:00.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-07-10T19:42:00.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-07-10T19:42:00.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-07-10T19:42:11.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
38662026-07-10T19:42:12.173Z
38672026-07-10T19:42:12.173Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/299)
38682026-07-10T19:42:12.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-07-10T19:42:12.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-07-10T19:42:12.908Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-07-10T19:42:23.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38722026-07-10T19:42:24.009Z
38732026-07-10T19:42:24.009Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/299)
38742026-07-10T19:42:24.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-07-10T19:42:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-07-10T19:42:24.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-07-10T19:42:35.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
38782026-07-10T19:42:35.898Z
38792026-07-10T19:42:35.898Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/299)
38802026-07-10T19:42:36.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-07-10T19:42:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-07-10T19:42:36.635Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-07-10T19:42:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38842026-07-10T19:42:47.729Z
38852026-07-10T19:42:47.729Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/299)
38862026-07-10T19:42:48.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-07-10T19:42:48.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-07-10T19:42:48.474Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-07-10T19:42:59.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38902026-07-10T19:42:59.648Z
38912026-07-10T19:42:59.648Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/299)
38922026-07-10T19:43:00.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-07-10T19:43:00.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-07-10T19:43:00.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-07-10T19:43:00.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38962026-07-10T19:43:00.202Z
38972026-07-10T19:43:00.202Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/299)
38982026-07-10T19:43:00.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-07-10T19:43:00.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-07-10T19:43:00.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-07-10T19:43:00.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39022026-07-10T19:43:00.758Z
39032026-07-10T19:43:00.758Zinfo: running `cargo check --bins` on range-requests (212/299)
39042026-07-10T19:43:01.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-07-10T19:43:01.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-07-10T19:43:01.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-07-10T19:43:01.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39082026-07-10T19:43:01.305Z
39092026-07-10T19:43:01.305Zinfo: running `cargo check --bins` on repo-depot-api (213/299)
39102026-07-10T19:43:01.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-07-10T19:43:01.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-07-10T19:43:01.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-07-10T19:43:01.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39142026-07-10T19:43:01.848Z
39152026-07-10T19:43:01.848Zinfo: running `cargo check --bins` on sled-agent-api (214/299)
39162026-07-10T19:43:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-07-10T19:43:02.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-07-10T19:43:02.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-07-10T19:43:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39202026-07-10T19:43:02.417Z
39212026-07-10T19:43:02.418Zinfo: running `cargo check --bins` on sled-diagnostics (215/299)
39222026-07-10T19:43:02.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-07-10T19:43:02.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-07-10T19:43:02.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-07-10T19:43:02.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39262026-07-10T19:43:02.986Z
39272026-07-10T19:43:02.986Zinfo: running `cargo check --bins` on zfs-test-harness (216/299)
39282026-07-10T19:43:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-07-10T19:43:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-07-10T19:43:03.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-07-10T19:43:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39322026-07-10T19:43:03.555Z
39332026-07-10T19:43:03.556Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/299)
39342026-07-10T19:43:04.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-07-10T19:43:04.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-07-10T19:43:04.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-07-10T19:43:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-07-10T19:43:04.132Z
39392026-07-10T19:43:04.132Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/299)
39402026-07-10T19:43:04.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-07-10T19:43:04.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-07-10T19:43:04.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-07-10T19:43:04.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39442026-07-10T19:43:04.703Z
39452026-07-10T19:43:04.703Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/299)
39462026-07-10T19:43:05.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-07-10T19:43:05.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-07-10T19:43:05.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-07-10T19:43:05.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39502026-07-10T19:43:05.273Z
39512026-07-10T19:43:05.273Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/299)
39522026-07-10T19:43:05.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-07-10T19:43:05.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-07-10T19:43:05.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-07-10T19:43:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39562026-07-10T19:43:05.844Z
39572026-07-10T19:43:05.844Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/299)
39582026-07-10T19:43:06.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-07-10T19:43:06.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-07-10T19:43:06.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-07-10T19:43:06.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-07-10T19:43:06.419Z
39632026-07-10T19:43:06.419Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/299)
39642026-07-10T19:43:06.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-07-10T19:43:06.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-07-10T19:43:06.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-07-10T19:43:06.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39682026-07-10T19:43:06.995Z
39692026-07-10T19:43:06.995Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/299)
39702026-07-10T19:43:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-07-10T19:43:07.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-07-10T19:43:07.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-07-10T19:43:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39742026-07-10T19:43:07.569Z
39752026-07-10T19:43:07.569Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/299)
39762026-07-10T19:43:08.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-07-10T19:43:08.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-07-10T19:43:08.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-07-10T19:43:08.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39802026-07-10T19:43:08.167Z
39812026-07-10T19:43:08.167Zinfo: running `cargo check --bins` on trust-quorum (225/299)
39822026-07-10T19:43:08.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-07-10T19:43:08.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-07-10T19:43:08.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-07-10T19:43:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39862026-07-10T19:43:08.749Z
39872026-07-10T19:43:08.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/299)
39882026-07-10T19:43:09.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-07-10T19:43:09.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-07-10T19:43:09.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-07-10T19:43:09.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-07-10T19:43:09.337Z
39932026-07-10T19:43:09.337Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/299)
39942026-07-10T19:43:09.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-07-10T19:43:09.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-07-10T19:43:09.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-07-10T19:43:09.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39982026-07-10T19:43:09.943Z
39992026-07-10T19:43:09.943Zinfo: running `cargo check --bins` on update-common (228/299)
40002026-07-10T19:43:10.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-07-10T19:43:10.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-07-10T19:43:10.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-07-10T19:43:10.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40042026-07-10T19:43:10.500Z
40052026-07-10T19:43:10.500Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/299)
40062026-07-10T19:43:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-07-10T19:43:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-07-10T19:43:11.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-07-10T19:43:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-07-10T19:43:11.104Z
40112026-07-10T19:43:11.104Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/299)
40122026-07-10T19:43:11.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-07-10T19:43:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-07-10T19:43:11.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-07-10T19:43:11.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40162026-07-10T19:43:11.638Z
40172026-07-10T19:43:11.638Zinfo: running `cargo check --bins` on reconfigurator-cli (231/299)
40182026-07-10T19:43:12.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-07-10T19:43:12.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-07-10T19:43:12.376Z Compiling fs-err v2.11.0
40212026-07-10T19:43:12.379Z Checking ignore v0.4.25
40222026-07-10T19:43:12.379Z Checking arc-swap v1.8.2
40232026-07-10T19:43:12.511Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40242026-07-10T19:43:12.511Z Checking predicates-tree v1.0.13
40252026-07-10T19:43:12.514Z Checking parse-size v1.1.0
40262026-07-10T19:43:12.539Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40272026-07-10T19:43:12.543Z Checking rand_seeder v0.4.0
40282026-07-10T19:43:12.606Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40292026-07-10T19:43:12.637Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40302026-07-10T19:43:12.688Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40312026-07-10T19:43:12.714Z Checking slog-scope v4.4.1
40322026-07-10T19:43:12.758Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40332026-07-10T19:43:12.841Z Compiling petname v2.0.2
40342026-07-10T19:43:12.844Z Checking slog-stdlog v4.1.1
40352026-07-10T19:43:12.871Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40362026-07-10T19:43:12.885Z Checking globwalk v0.9.1
40372026-07-10T19:43:12.965Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-07-10T19:43:12.979Z Checking slog-envlogger v2.2.0
40392026-07-10T19:43:13.075Z Checking camino-tempfile-ext v0.3.3
40402026-07-10T19:43:13.130Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40412026-07-10T19:43:13.171Z Checking sapling-renderdag v0.1.0
40422026-07-10T19:43:13.271Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40432026-07-10T19:43:13.339Z Checking subprocess v0.2.15
40442026-07-10T19:43:13.410Z Checking sync-ptr v0.1.4
40452026-07-10T19:43:13.509Z Checking colored v2.2.0
40462026-07-10T19:43:13.532Z Checking assert_matches v1.5.0
40472026-07-10T19:43:13.622Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40482026-07-10T19:43:13.791Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-07-10T19:43:13.794Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-07-10T19:43:14.446Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40512026-07-10T19:43:15.772Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40522026-07-10T19:43:17.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
40532026-07-10T19:43:18.172Z
40542026-07-10T19:43:18.172Zinfo: running `cargo check --bins` on omicron-repl-utils (232/299)
40552026-07-10T19:43:18.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-07-10T19:43:18.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-07-10T19:43:18.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-07-10T19:43:18.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40592026-07-10T19:43:18.714Z
40602026-07-10T19:43:18.715Zinfo: running `cargo check --bins` on transient-dns-server (233/299)
40612026-07-10T19:43:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-07-10T19:43:19.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-07-10T19:43:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-07-10T19:43:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40652026-07-10T19:43:19.274Z
40662026-07-10T19:43:19.274Zinfo: running `cargo check --bins` on nexus-test-interface (234/299)
40672026-07-10T19:43:19.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-07-10T19:43:19.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-07-10T19:43:19.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-07-10T19:43:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40712026-07-10T19:43:19.884Z
40722026-07-10T19:43:19.884Zinfo: running `cargo check --bins` on oximeter-collector (235/299)
40732026-07-10T19:43:20.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-07-10T19:43:20.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-07-10T19:43:20.575Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40762026-07-10T19:43:20.580Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40772026-07-10T19:43:21.215Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40782026-07-10T19:43:22.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40792026-07-10T19:43:23.015Z
40802026-07-10T19:43:23.015Zinfo: running `cargo check --bins` on oximeter-api (236/299)
40812026-07-10T19:43:23.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-07-10T19:43:23.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-07-10T19:43:23.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-07-10T19:43:23.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40852026-07-10T19:43:23.557Z
40862026-07-10T19:43:23.557Zinfo: running `cargo check --bins` on cert-dev (237/299)
40872026-07-10T19:43:24.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-07-10T19:43:24.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-07-10T19:43:24.124Z Checking yasna v0.5.2
40902026-07-10T19:43:24.530Z Checking rcgen v0.12.1
40912026-07-10T19:43:24.785Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40922026-07-10T19:43:24.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40932026-07-10T19:43:25.147Z
40942026-07-10T19:43:25.148Zinfo: running `cargo check --bins` on clickana (238/299)
40952026-07-10T19:43:25.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-07-10T19:43:25.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-07-10T19:43:25.761Z Compiling darling_core v0.23.0
40982026-07-10T19:43:25.868Z Compiling instability v0.3.11
40992026-07-10T19:43:25.871Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41002026-07-10T19:43:25.878Z Checking castaway v0.2.4
41012026-07-10T19:43:25.885Z Compiling indoc v2.0.7
41022026-07-10T19:43:25.900Z Checking unicode-truncate v1.1.0
41032026-07-10T19:43:25.910Z Checking lru v0.12.5
41042026-07-10T19:43:25.913Z Checking cassowary v0.3.0
41052026-07-10T19:43:25.978Z Checking compact_str v0.8.1
41062026-07-10T19:43:27.232Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41072026-07-10T19:43:27.302Z Compiling darling_macro v0.23.0
41082026-07-10T19:43:27.406Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41092026-07-10T19:43:27.738Z Compiling darling v0.23.0
41102026-07-10T19:43:28.385Z Checking ratatui v0.29.0
41112026-07-10T19:43:29.466Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41122026-07-10T19:43:30.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
41132026-07-10T19:43:30.305Z
41142026-07-10T19:43:30.305Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/299)
41152026-07-10T19:43:30.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-07-10T19:43:30.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-07-10T19:43:30.989Z Checking headers-core v0.3.0
41182026-07-10T19:43:30.992Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41192026-07-10T19:43:31.184Z Checking headers v0.4.1
41202026-07-10T19:43:31.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-07-10T19:43:32.518Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41222026-07-10T19:43:33.003Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41232026-07-10T19:43:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41242026-07-10T19:43:33.603Z
41252026-07-10T19:43:33.603Zinfo: running `cargo check --bins` on ch-dev (240/299)
41262026-07-10T19:43:34.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-07-10T19:43:34.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-07-10T19:43:34.292Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41292026-07-10T19:43:35.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41302026-07-10T19:43:35.237Z
41312026-07-10T19:43:35.237Zinfo: running `cargo check --bins` on dev-tools-common (241/299)
41322026-07-10T19:43:35.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-10T19:43:35.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-10T19:43:35.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-07-10T19:43:35.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41362026-07-10T19:43:35.654Z
41372026-07-10T19:43:35.654Zinfo: running `cargo check --bins` on corpus-adjust (242/299)
41382026-07-10T19:43:36.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-07-10T19:43:36.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-07-10T19:43:36.248Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41412026-07-10T19:43:36.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
41422026-07-10T19:43:36.768Z
41432026-07-10T19:43:36.768Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41442026-07-10T19:43:37.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-10T19:43:37.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-10T19:43:37.455Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41472026-07-10T19:43:38.552Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41482026-07-10T19:43:38.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
41492026-07-10T19:43:39.071Z
41502026-07-10T19:43:39.071Zinfo: running `cargo check --bins` on db-dev (244/299)
41512026-07-10T19:43:39.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-10T19:43:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-10T19:43:39.764Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41542026-07-10T19:43:40.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41552026-07-10T19:43:40.724Z
41562026-07-10T19:43:40.724Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41572026-07-10T19:43:41.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-10T19:43:41.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-10T19:43:41.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-07-10T19:43:41.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41612026-07-10T19:43:41.320Z
41622026-07-10T19:43:41.320Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41632026-07-10T19:43:41.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-10T19:43:41.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-10T19:43:41.899Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41662026-07-10T19:43:42.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41672026-07-10T19:43:42.757Z
41682026-07-10T19:43:42.757Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41692026-07-10T19:43:43.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-10T19:43:43.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-10T19:43:43.483Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-07-10T19:43:43.483Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-10T19:43:43.486Z Checking git-stub v1.0.0
41742026-07-10T19:43:43.486Z Compiling trait-variant v0.1.2
41752026-07-10T19:43:43.486Z Checking is_ci v1.2.0
41762026-07-10T19:43:43.486Z Checking maplit v1.0.2
41772026-07-10T19:43:43.486Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41782026-07-10T19:43:43.614Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41792026-07-10T19:43:43.668Z Checking drift v0.2.0
41802026-07-10T19:43:43.692Z Checking supports-color v3.0.2
41812026-07-10T19:43:43.773Z Checking git-stub-vcs v0.1.0
41822026-07-10T19:43:43.817Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41832026-07-10T19:43:43.838Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-07-10T19:43:43.854Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-07-10T19:43:43.976Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-07-10T19:43:44.018Z Checking dropshot-api-manager v0.7.2
41872026-07-10T19:43:44.072Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41882026-07-10T19:43:44.105Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41892026-07-10T19:43:44.147Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41902026-07-10T19:43:44.406Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-10T19:43:44.878Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-07-10T19:43:45.886Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41932026-07-10T19:43:47.124Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41942026-07-10T19:43:47.721Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41952026-07-10T19:43:48.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
41962026-07-10T19:43:48.363Z
41972026-07-10T19:43:48.363Zinfo: running `cargo check --bins` on installinator-api (248/299)
41982026-07-10T19:43:48.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-07-10T19:43:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-07-10T19:43:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-07-10T19:43:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42022026-07-10T19:43:48.918Z
42032026-07-10T19:43:48.918Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42042026-07-10T19:43:49.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-07-10T19:43:49.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-07-10T19:43:49.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-07-10T19:43:49.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42082026-07-10T19:43:49.518Z
42092026-07-10T19:43:49.518Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42102026-07-10T19:43:50.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-07-10T19:43:50.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-07-10T19:43:50.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-07-10T19:43:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-07-10T19:43:50.114Z
42152026-07-10T19:43:50.114Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42162026-07-10T19:43:50.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-07-10T19:43:50.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-07-10T19:43:50.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-07-10T19:43:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42202026-07-10T19:43:50.707Z
42212026-07-10T19:43:50.707Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42222026-07-10T19:43:51.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-07-10T19:43:51.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-07-10T19:43:51.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-07-10T19:43:51.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42262026-07-10T19:43:51.266Z
42272026-07-10T19:43:51.267Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42282026-07-10T19:43:51.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-07-10T19:43:51.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-07-10T19:43:51.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-07-10T19:43:51.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42322026-07-10T19:43:51.807Z
42332026-07-10T19:43:51.807Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42342026-07-10T19:43:52.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-07-10T19:43:52.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-07-10T19:43:52.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-07-10T19:43:52.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42382026-07-10T19:43:52.377Z
42392026-07-10T19:43:52.377Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42402026-07-10T19:43:52.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-10T19:43:52.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-10T19:43:52.964Z Checking cargo-platform v0.3.2
42432026-07-10T19:43:52.967Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42442026-07-10T19:43:53.209Z Checking cargo_metadata v0.23.1
42452026-07-10T19:43:53.816Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42462026-07-10T19:43:54.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
42472026-07-10T19:43:54.740Z
42482026-07-10T19:43:54.740Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42492026-07-10T19:43:55.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-10T19:43:55.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-10T19:43:55.454Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-07-10T19:43:56.065Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42532026-07-10T19:43:56.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
42542026-07-10T19:43:56.759Z
42552026-07-10T19:43:56.759Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42562026-07-10T19:43:57.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-10T19:43:57.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-10T19:43:57.701Z Compiling vergen-lib v0.1.6
42592026-07-10T19:43:57.701Z Compiling diesel_derives v2.3.7
42602026-07-10T19:43:57.701Z Compiling dsl_auto_type v0.2.0
42612026-07-10T19:43:57.701Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-07-10T19:43:57.705Z Checking scheduled-thread-pool v0.2.7
42632026-07-10T19:43:57.705Z Compiling vergen-gitcl v1.0.8
42642026-07-10T19:43:57.705Z Compiling diesel_table_macro_syntax v0.3.0
42652026-07-10T19:43:57.705Z Compiling dirs-sys-next v0.1.2
42662026-07-10T19:43:58.005Z Compiling glob v0.3.3
42672026-07-10T19:43:58.055Z Compiling crunchy v0.2.4
42682026-07-10T19:43:58.133Z Compiling dirs-next v2.0.0
42692026-07-10T19:43:58.149Z Checking r2d2 v0.8.10
42702026-07-10T19:43:58.165Z Compiling tiny-keccak v2.0.2
42712026-07-10T19:43:58.256Z Checking downcast-rs v2.0.2
42722026-07-10T19:43:58.363Z Compiling term v0.7.0
42732026-07-10T19:43:58.409Z Compiling clang-sys v1.8.1
42742026-07-10T19:43:58.430Z Compiling bit-vec v0.6.3
42752026-07-10T19:43:58.462Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42762026-07-10T19:43:58.652Z Compiling ascii-canvas v3.0.0
42772026-07-10T19:43:58.669Z Compiling bit-set v0.5.3
42782026-07-10T19:43:58.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42792026-07-10T19:43:58.832Z Compiling itertools v0.10.5
42802026-07-10T19:43:58.862Z Compiling ena v0.14.4
42812026-07-10T19:43:58.899Z Compiling libloading v0.8.9
42822026-07-10T19:43:58.916Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-07-10T19:43:58.916Z Compiling regex-syntax v0.6.29
42842026-07-10T19:43:58.953Z Compiling diff v0.1.13
42852026-07-10T19:43:59.079Z Compiling bindgen v0.71.1
42862026-07-10T19:43:59.244Z Compiling cexpr v0.6.0
42872026-07-10T19:43:59.556Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-07-10T19:43:59.577Z Compiling rustc-hash v2.1.1
42892026-07-10T19:43:59.801Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42902026-07-10T19:43:59.886Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42912026-07-10T19:43:59.937Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42922026-07-10T19:43:59.955Z Compiling libxml v0.3.3
42932026-07-10T19:44:00.210Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42942026-07-10T19:44:00.210Z Compiling strum_macros v0.24.3
42952026-07-10T19:44:00.243Z Compiling indoc v1.0.9
42962026-07-10T19:44:00.422Z Compiling lalrpop v0.19.12
42972026-07-10T19:44:01.135Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42982026-07-10T19:44:01.347Z Checking derive_builder v0.20.2
42992026-07-10T19:44:01.470Z Compiling oso-derive v0.27.3
43002026-07-10T19:44:01.619Z Checking quick-xml v0.37.5
43012026-07-10T19:44:01.704Z Compiling impl-trait-for-tuples v0.2.3
43022026-07-10T19:44:02.002Z Checking openssl-probe v0.1.6
43032026-07-10T19:44:02.152Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43042026-07-10T19:44:02.529Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43052026-07-10T19:44:02.753Z Checking bb8 v0.8.6
43062026-07-10T19:44:02.857Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43072026-07-10T19:44:02.918Z Checking nonempty v0.12.0
43082026-07-10T19:44:03.107Z Compiling libz-sys v1.1.24
43092026-07-10T19:44:03.154Z Compiling strsim v0.10.0
43102026-07-10T19:44:03.171Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-07-10T19:44:03.298Z Compiling vergen-git2 v9.1.0
43122026-07-10T19:44:03.501Z Compiling darling_core v0.13.4
43132026-07-10T19:44:03.559Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43142026-07-10T19:44:03.719Z Compiling base64 v0.21.7
43152026-07-10T19:44:03.800Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43162026-07-10T19:44:04.013Z Checking diesel v2.3.7
43172026-07-10T19:44:04.060Z Compiling ron v0.8.1
43182026-07-10T19:44:04.800Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-07-10T19:44:05.036Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43202026-07-10T19:44:05.054Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43212026-07-10T19:44:05.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43222026-07-10T19:44:05.419Z Compiling darling_macro v0.13.4
43232026-07-10T19:44:05.469Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43242026-07-10T19:44:05.683Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43252026-07-10T19:44:05.892Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43262026-07-10T19:44:05.925Z Compiling darling v0.13.4
43272026-07-10T19:44:06.020Z Compiling serde_with_macros v1.5.2
43282026-07-10T19:44:06.102Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43292026-07-10T19:44:06.239Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43302026-07-10T19:44:06.311Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43312026-07-10T19:44:06.900Z Compiling serde_with v1.14.0
43322026-07-10T19:44:07.932Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43332026-07-10T19:44:08.109Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-07-10T19:44:08.142Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43352026-07-10T19:44:08.798Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43362026-07-10T19:44:09.021Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-07-10T19:44:09.312Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43382026-07-10T19:44:09.600Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43392026-07-10T19:44:09.783Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43402026-07-10T19:44:10.091Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-07-10T19:44:10.235Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-07-10T19:44:10.407Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43432026-07-10T19:44:10.623Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-07-10T19:44:10.836Z Checking twox-hash v2.1.2
43452026-07-10T19:44:11.000Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43462026-07-10T19:44:11.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43472026-07-10T19:44:11.236Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43482026-07-10T19:44:11.628Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43492026-07-10T19:44:11.793Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-10T19:44:12.971Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-07-10T19:44:13.119Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-07-10T19:44:13.258Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43532026-07-10T19:44:13.672Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43542026-07-10T19:44:13.937Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43552026-07-10T19:44:14.144Z Checking console v0.16.2
43562026-07-10T19:44:14.461Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43572026-07-10T19:44:14.614Z Checking fatfs v0.3.6
43582026-07-10T19:44:14.664Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43592026-07-10T19:44:15.092Z Checking unit-prefix v0.5.2
43602026-07-10T19:44:15.237Z Compiling seq-macro v0.3.6
43612026-07-10T19:44:15.775Z Checking indicatif v0.18.4
43622026-07-10T19:44:16.050Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43632026-07-10T19:44:16.172Z Checking support-bundle-viewer v0.1.2
43642026-07-10T19:44:16.313Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43652026-07-10T19:44:16.432Z Checking multimap v0.10.1
43662026-07-10T19:44:22.384Z Checking async-bb8-diesel v0.2.1
43672026-07-10T19:44:22.759Z Checking diesel-dtrace v0.5.0
43682026-07-10T19:44:25.454Z Compiling samael v0.0.19
43692026-07-10T19:44:31.685Z Compiling git2 v0.20.4
43702026-07-10T19:44:32.736Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43712026-07-10T19:44:33.170Z Compiling polar-core v0.27.3
43722026-07-10T19:44:34.147Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43732026-07-10T19:44:37.802Z Checking oso v0.27.3
43742026-07-10T19:45:08.397Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43752026-07-10T19:46:23.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
43762026-07-10T19:46:23.604Z
43772026-07-10T19:46:23.604Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43782026-07-10T19:46:24.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-07-10T19:46:24.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-07-10T19:46:24.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-07-10T19:46:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43822026-07-10T19:46:24.257Z
43832026-07-10T19:46:24.257Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43842026-07-10T19:46:24.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-07-10T19:46:24.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-07-10T19:46:24.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-07-10T19:46:24.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43882026-07-10T19:46:24.875Z
43892026-07-10T19:46:24.875Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43902026-07-10T19:46:25.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-07-10T19:46:25.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-07-10T19:46:25.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-07-10T19:46:25.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43942026-07-10T19:46:25.492Z
43952026-07-10T19:46:25.492Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43962026-07-10T19:46:25.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-07-10T19:46:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-07-10T19:46:25.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-07-10T19:46:25.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44002026-07-10T19:46:26.040Z
44012026-07-10T19:46:26.040Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44022026-07-10T19:46:26.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-07-10T19:46:26.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-07-10T19:46:26.852Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-07-10T19:46:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44062026-07-10T19:46:27.801Z
44072026-07-10T19:46:27.801Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44082026-07-10T19:46:28.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-07-10T19:46:28.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-07-10T19:46:28.605Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44112026-07-10T19:47:06.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s
44122026-07-10T19:47:06.980Z
44132026-07-10T19:47:06.980Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44142026-07-10T19:47:07.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-07-10T19:47:07.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-07-10T19:47:07.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-07-10T19:47:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44182026-07-10T19:47:07.524Z
44192026-07-10T19:47:07.524Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44202026-07-10T19:47:07.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-10T19:47:07.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-10T19:47:07.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-07-10T19:47:07.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44242026-07-10T19:47:08.071Z
44252026-07-10T19:47:08.071Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44262026-07-10T19:47:08.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-07-10T19:47:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-07-10T19:47:08.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-07-10T19:47:08.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-07-10T19:47:08.679Z
44312026-07-10T19:47:08.679Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44322026-07-10T19:47:09.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-07-10T19:47:09.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-07-10T19:47:09.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-07-10T19:47:09.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44362026-07-10T19:47:09.305Z
44372026-07-10T19:47:09.305Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44382026-07-10T19:47:09.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-10T19:47:09.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-10T19:47:09.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-10T19:47:09.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44422026-07-10T19:47:09.924Z
44432026-07-10T19:47:09.924Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44442026-07-10T19:47:10.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-10T19:47:10.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-10T19:47:10.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-10T19:47:10.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44482026-07-10T19:47:10.528Z
44492026-07-10T19:47:10.528Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44502026-07-10T19:47:11.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-10T19:47:11.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-10T19:47:11.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-10T19:47:11.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44542026-07-10T19:47:11.141Z
44552026-07-10T19:47:11.141Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44562026-07-10T19:47:11.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-10T19:47:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-10T19:47:11.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-10T19:47:11.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44602026-07-10T19:47:11.755Z
44612026-07-10T19:47:11.755Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44622026-07-10T19:47:12.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-10T19:47:12.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-10T19:47:12.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-10T19:47:12.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44662026-07-10T19:47:12.353Z
44672026-07-10T19:47:12.353Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44682026-07-10T19:47:12.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-10T19:47:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-10T19:47:12.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-10T19:47:12.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44722026-07-10T19:47:12.968Z
44732026-07-10T19:47:12.968Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44742026-07-10T19:47:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-10T19:47:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-10T19:47:13.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-07-10T19:47:13.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44782026-07-10T19:47:13.584Z
44792026-07-10T19:47:13.584Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44802026-07-10T19:47:14.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-07-10T19:47:14.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-07-10T19:47:14.462Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44832026-07-10T19:47:14.462Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44842026-07-10T19:47:14.649Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44852026-07-10T19:47:14.679Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44862026-07-10T19:47:14.699Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44872026-07-10T19:47:14.716Z Checking yansi v1.0.1
44882026-07-10T19:47:14.719Z Checking diff v0.1.13
44892026-07-10T19:47:14.746Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44902026-07-10T19:47:14.803Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44912026-07-10T19:47:14.969Z Checking pretty_assertions v1.4.1
44922026-07-10T19:47:15.747Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-07-10T19:47:15.803Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44942026-07-10T19:47:41.032Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44952026-07-10T19:47:41.035Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44962026-07-10T19:47:41.036Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-07-10T19:47:41.036Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44982026-07-10T19:47:41.036Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44992026-07-10T19:47:41.036Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45002026-07-10T19:47:41.036Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45012026-07-10T19:47:41.861Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45022026-07-10T19:47:41.861Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-07-10T19:47:43.092Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45042026-07-10T19:48:21.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45052026-07-10T19:48:21.379Z
45062026-07-10T19:48:21.379Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45072026-07-10T19:48:21.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-10T19:48:21.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-10T19:48:21.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-07-10T19:48:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45112026-07-10T19:48:21.918Z
45122026-07-10T19:48:21.918Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45132026-07-10T19:48:22.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-07-10T19:48:22.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-07-10T19:48:22.656Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45162026-07-10T19:48:22.777Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45172026-07-10T19:48:22.781Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45182026-07-10T19:48:50.192Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45192026-07-10T19:48:50.567Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45202026-07-10T19:48:52.351Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45212026-07-10T19:48:52.802Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45222026-07-10T19:48:55.953Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45232026-07-10T19:49:20.098Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45242026-07-10T19:49:20.807Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45252026-07-10T19:49:22.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45262026-07-10T19:49:22.642Z
45272026-07-10T19:49:22.642Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45282026-07-10T19:49:23.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-07-10T19:49:23.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-07-10T19:49:23.335Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45312026-07-10T19:49:24.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45322026-07-10T19:49:24.196Z
45332026-07-10T19:49:24.196Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45342026-07-10T19:49:24.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-10T19:49:24.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-10T19:49:24.815Z Compiling blake3 v1.8.5
45372026-07-10T19:49:24.923Z Checking arrayvec v0.7.6
45382026-07-10T19:49:24.927Z Checking constant_time_eq v0.4.2
45392026-07-10T19:49:24.930Z Checking arrayref v0.3.9
45402026-07-10T19:49:24.939Z Checking topological-sort v0.2.2
45412026-07-10T19:49:24.942Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45422026-07-10T19:49:24.942Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45432026-07-10T19:49:24.942Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45442026-07-10T19:49:24.981Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45452026-07-10T19:49:25.048Z Checking shell-words v1.1.1
45462026-07-10T19:49:25.840Z Checking omicron-zone-package v0.12.3
45472026-07-10T19:49:26.580Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45482026-07-10T19:49:27.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
45492026-07-10T19:49:27.679Z
45502026-07-10T19:49:27.679Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45512026-07-10T19:49:28.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-10T19:49:28.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-10T19:49:28.291Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45542026-07-10T19:49:28.615Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45552026-07-10T19:49:29.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45562026-07-10T19:49:29.189Z
45572026-07-10T19:49:29.189Zinfo: running `cargo check --bins` on schema (281/299)
45582026-07-10T19:49:29.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-07-10T19:49:29.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-07-10T19:49:29.892Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45612026-07-10T19:49:30.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45622026-07-10T19:49:30.780Z
45632026-07-10T19:49:30.780Zinfo: running `cargo check --bins` on xtask (282/299)
45642026-07-10T19:49:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-07-10T19:49:31.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-07-10T19:49:31.176Z Checking serde_core v1.0.228
45672026-07-10T19:49:31.176Z Checking libc v0.2.185
45682026-07-10T19:49:31.181Z Checking bitflags v2.11.0
45692026-07-10T19:49:31.263Z Checking scroll v0.12.0
45702026-07-10T19:49:31.266Z Checking thiserror v1.0.69
45712026-07-10T19:49:31.274Z Checking log v0.4.29
45722026-07-10T19:49:31.274Z Checking indexmap v2.14.0
45732026-07-10T19:49:31.289Z Checking zerocopy v0.7.35
45742026-07-10T19:49:31.357Z Checking syn v2.0.117
45752026-07-10T19:49:31.399Z Checking dtrace-parser v0.2.0
45762026-07-10T19:49:31.429Z Checking once_cell v1.21.3
45772026-07-10T19:49:31.476Z Checking goblin v0.8.2
45782026-07-10T19:49:31.545Z Checking errno v0.3.14
45792026-07-10T19:49:31.606Z Checking getrandom v0.4.1
45802026-07-10T19:49:31.636Z Checking thread-id v4.2.2
45812026-07-10T19:49:31.665Z Checking rustix v1.1.3
45822026-07-10T19:49:31.712Z Checking memmap v0.7.0
45832026-07-10T19:49:31.736Z Checking thiserror v2.0.18
45842026-07-10T19:49:31.783Z Checking fs-err v3.3.0
45852026-07-10T19:49:31.811Z Checking anyhow v1.0.102
45862026-07-10T19:49:31.833Z Checking tabled v0.15.0
45872026-07-10T19:49:32.453Z Checking terminal_size v0.4.3
45882026-07-10T19:49:32.453Z Checking tempfile v3.25.0
45892026-07-10T19:49:32.567Z Checking clap_builder v4.6.0
45902026-07-10T19:49:32.569Z Checking textwrap v0.16.2
45912026-07-10T19:49:32.746Z Checking serde v1.0.228
45922026-07-10T19:49:32.746Z Checking serde_json v1.0.150
45932026-07-10T19:49:32.746Z Checking camino v1.2.2
45942026-07-10T19:49:32.775Z Checking semver v1.0.28
45952026-07-10T19:49:32.956Z Checking cargo-platform v0.3.2
45962026-07-10T19:49:33.001Z Checking camino-tempfile v1.4.1
45972026-07-10T19:49:33.168Z Checking serde_spanned v0.6.9
45982026-07-10T19:49:33.168Z Checking toml_datetime v0.6.11
45992026-07-10T19:49:33.171Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46002026-07-10T19:49:33.171Z Checking macaddr v1.0.1
46012026-07-10T19:49:33.344Z Checking toml_edit v0.22.27
46022026-07-10T19:49:33.379Z Checking dof v0.3.0
46032026-07-10T19:49:33.380Z Checking cargo_metadata v0.23.1
46042026-07-10T19:49:33.651Z Checking usdt-impl v0.5.0
46052026-07-10T19:49:33.806Z Checking clap v4.6.1
46062026-07-10T19:49:33.916Z Checking usdt v0.5.0
46072026-07-10T19:49:34.341Z Checking toml v0.8.23
46082026-07-10T19:49:34.604Z Checking cargo_toml v0.21.0
46092026-07-10T19:49:35.251Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46102026-07-10T19:49:35.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
46112026-07-10T19:49:35.751Z
46122026-07-10T19:49:35.751Zinfo: running `cargo check --bins` on dnsadm (283/299)
46132026-07-10T19:49:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-07-10T19:49:36.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-07-10T19:49:36.352Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46162026-07-10T19:49:36.823Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46172026-07-10T19:49:37.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46182026-07-10T19:49:37.383Z
46192026-07-10T19:49:37.385Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46202026-07-10T19:49:37.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-07-10T19:49:37.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-07-10T19:49:38.170Z Checking cpubits v0.1.1
46232026-07-10T19:49:38.174Z Checking pem-rfc7468 v1.0.0
46242026-07-10T19:49:38.310Z Checking hmac v0.13.0
46252026-07-10T19:49:38.310Z Checking universal-hash v0.6.1
46262026-07-10T19:49:38.331Z Checking ctr v0.10.1
46272026-07-10T19:49:38.331Z Checking aead v0.6.1
46282026-07-10T19:49:38.334Z Checking sha2 v0.11.0
46292026-07-10T19:49:38.373Z Checking aes v0.9.1
46302026-07-10T19:49:38.373Z Checking crypto-bigint v0.7.5
46312026-07-10T19:49:38.431Z Checking polyval v0.7.1
46322026-07-10T19:49:38.445Z Checking der v0.8.0
46332026-07-10T19:49:38.459Z Checking pbkdf2 v0.13.0
46342026-07-10T19:49:38.477Z Checking cbc v0.2.1
46352026-07-10T19:49:38.496Z Checking salsa20 v0.11.0
46362026-07-10T19:49:38.586Z Checking ff v0.14.0
46372026-07-10T19:49:38.610Z Checking ghash v0.6.0
46382026-07-10T19:49:38.638Z Checking signature v3.0.0
46392026-07-10T19:49:38.641Z Checking base16ct v1.0.0
46402026-07-10T19:49:38.728Z Checking group v0.14.0
46412026-07-10T19:49:38.744Z Checking hkdf v0.13.0
46422026-07-10T19:49:38.781Z Checking aes-gcm v0.11.0
46432026-07-10T19:49:38.799Z Checking rfc6979 v0.5.0
46442026-07-10T19:49:38.818Z Compiling curve25519-dalek v5.0.0-rc.0
46452026-07-10T19:49:38.880Z Checking poly1305 v0.9.0
46462026-07-10T19:49:38.880Z Checking blowfish v0.10.0
46472026-07-10T19:49:38.935Z Checking blake2 v0.11.0-rc.6
46482026-07-10T19:49:38.949Z Checking keccak v0.2.0
46492026-07-10T19:49:39.048Z Checking fiat-crypto v0.3.0
46502026-07-10T19:49:39.082Z Checking scrypt v0.12.0
46512026-07-10T19:49:39.106Z Checking sha3 v0.11.0
46522026-07-10T19:49:39.150Z Checking bcrypt-pbkdf v0.11.0
46532026-07-10T19:49:39.195Z Checking argon2 v0.6.0-rc.8
46542026-07-10T19:49:39.242Z Checking kem v0.3.0
46552026-07-10T19:49:39.271Z Checking spki v0.8.0
46562026-07-10T19:49:39.300Z Checking sec1 v0.8.1
46572026-07-10T19:49:39.355Z Checking module-lattice v0.2.3
46582026-07-10T19:49:39.439Z Checking pkcs5 v0.8.1
46592026-07-10T19:49:39.455Z Checking pkcs1 v0.8.0-rc.4
46602026-07-10T19:49:39.505Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46612026-07-10T19:49:39.521Z Checking internal-russh-num-bigint v0.5.0
46622026-07-10T19:49:39.573Z Checking ml-kem v0.3.2
46632026-07-10T19:49:39.657Z Checking num-bigint v0.4.6
46642026-07-10T19:49:39.709Z Checking generic-array v1.4.3
46652026-07-10T19:49:39.729Z Checking pkcs8 v0.11.0
46662026-07-10T19:49:39.933Z Checking ed25519 v3.0.0
46672026-07-10T19:49:40.094Z Checking russh-util v0.52.0
46682026-07-10T19:49:40.112Z Compiling enum_dispatch v0.3.13
46692026-07-10T19:49:40.134Z Checking ed25519-dalek v3.0.0-rc.0
46702026-07-10T19:49:40.218Z Compiling delegate v0.13.5
46712026-07-10T19:49:40.357Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46722026-07-10T19:49:40.372Z Checking md5 v0.8.0
46732026-07-10T19:49:40.386Z Checking hex-literal v1.1.0
46742026-07-10T19:49:40.511Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46752026-07-10T19:49:40.547Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46762026-07-10T19:49:40.615Z Checking socket2 v0.5.10
46772026-07-10T19:49:40.649Z Checking elliptic-curve v0.14.0-rc.33
46782026-07-10T19:49:40.748Z Checking primefield v0.14.0
46792026-07-10T19:49:40.796Z Checking ssh-encoding v0.3.0-rc.9
46802026-07-10T19:49:40.875Z Checking crypto-primes v0.7.2
46812026-07-10T19:49:40.955Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46822026-07-10T19:49:41.027Z Checking ssh-cipher v0.3.0-rc.9
46832026-07-10T19:49:41.092Z Checking russh-cryptovec v0.61.0
46842026-07-10T19:49:41.122Z Checking primeorder v0.14.0-rc.10
46852026-07-10T19:49:41.206Z Checking ecdsa v0.17.0-rc.18
46862026-07-10T19:49:41.241Z Checking internet-checksum v0.2.1
46872026-07-10T19:49:41.584Z Checking p521 v0.14.0-rc.10
46882026-07-10T19:49:41.584Z Checking p256 v0.14.0-rc.10
46892026-07-10T19:49:41.855Z Checking rsa v0.10.0-rc.18
46902026-07-10T19:49:44.112Z Checking p384 v0.14.0-rc.10
46912026-07-10T19:49:46.028Z Checking ssh-key v0.7.0-rc.10
46922026-07-10T19:49:46.815Z Checking russh v0.61.2
46932026-07-10T19:49:59.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s
46942026-07-10T19:49:59.366Z
46952026-07-10T19:49:59.366Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46962026-07-10T19:49:59.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-07-10T19:49:59.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-07-10T19:49:59.963Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46992026-07-10T19:50:00.070Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47002026-07-10T19:50:00.077Z Checking termios v0.3.3
47012026-07-10T19:50:01.314Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47022026-07-10T19:50:01.463Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47032026-07-10T19:50:03.159Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47042026-07-10T19:50:03.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
47052026-07-10T19:50:03.910Z
47062026-07-10T19:50:03.910Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47072026-07-10T19:50:04.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-07-10T19:50:04.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-07-10T19:50:04.578Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47102026-07-10T19:50:04.581Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47112026-07-10T19:50:04.581Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47122026-07-10T19:50:04.581Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47132026-07-10T19:50:04.582Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47142026-07-10T19:50:04.694Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47152026-07-10T19:50:05.504Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47162026-07-10T19:50:05.812Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47172026-07-10T19:50:05.815Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47182026-07-10T19:50:06.459Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47192026-07-10T19:50:08.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
47202026-07-10T19:50:08.296Z
47212026-07-10T19:50:08.296Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47222026-07-10T19:50:08.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-10T19:50:08.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-10T19:50:08.888Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47252026-07-10T19:50:09.339Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47262026-07-10T19:50:09.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47272026-07-10T19:50:09.824Z
47282026-07-10T19:50:09.824Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47292026-07-10T19:50:10.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-07-10T19:50:10.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-07-10T19:50:10.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-07-10T19:50:10.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47332026-07-10T19:50:10.363Z
47342026-07-10T19:50:10.363Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47352026-07-10T19:50:10.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-07-10T19:50:10.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-07-10T19:50:10.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-07-10T19:50:10.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47392026-07-10T19:50:10.899Z
47402026-07-10T19:50:10.899Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47412026-07-10T19:50:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-07-10T19:50:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-07-10T19:50:11.616Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47442026-07-10T19:50:12.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
47452026-07-10T19:50:12.408Z
47462026-07-10T19:50:12.408Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47472026-07-10T19:50:12.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-07-10T19:50:12.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-07-10T19:50:13.011Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47502026-07-10T19:50:13.017Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47512026-07-10T19:50:13.287Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47522026-07-10T19:50:13.287Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47532026-07-10T19:50:14.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47542026-07-10T19:50:14.279Z
47552026-07-10T19:50:14.279Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47562026-07-10T19:50:14.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-07-10T19:50:14.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-07-10T19:50:14.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47592026-07-10T19:50:14.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47602026-07-10T19:50:14.811Z
47612026-07-10T19:50:14.811Zinfo: running `cargo check --bins` on omicron-package (293/299)
47622026-07-10T19:50:15.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-07-10T19:50:15.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-07-10T19:50:15.447Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47652026-07-10T19:50:16.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47662026-07-10T19:50:16.709Z
47672026-07-10T19:50:16.709Zinfo: running `cargo check --bins` on tqdb (294/299)
47682026-07-10T19:50:17.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-07-10T19:50:17.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-07-10T19:50:17.448Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47712026-07-10T19:50:17.804Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47722026-07-10T19:50:18.325Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47732026-07-10T19:50:18.329Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47742026-07-10T19:50:24.550Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47752026-07-10T19:50:24.556Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47762026-07-10T19:50:25.129Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47772026-07-10T19:50:25.136Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47782026-07-10T19:50:25.136Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47792026-07-10T19:50:25.136Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47802026-07-10T19:50:25.903Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47812026-07-10T19:50:26.985Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47822026-07-10T19:50:27.803Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47832026-07-10T19:50:28.439Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47842026-07-10T19:50:33.388Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47852026-07-10T19:50:40.157Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47862026-07-10T19:50:40.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47872026-07-10T19:50:40.171Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47882026-07-10T19:50:40.171Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47892026-07-10T19:50:41.673Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47902026-07-10T19:50:43.014Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47912026-07-10T19:50:43.703Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47922026-07-10T19:50:48.804Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47932026-07-10T19:50:48.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.75s
47942026-07-10T19:50:48.867Z
47952026-07-10T19:50:48.867Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47962026-07-10T19:50:48.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-07-10T19:50:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-07-10T19:50:48.867Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47992026-07-10T19:50:48.867Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48002026-07-10T19:50:48.867Z Checking rtoolbox v0.0.3
48012026-07-10T19:50:48.867Z Checking tui-tree-widget v0.23.1
48022026-07-10T19:50:48.867Z Checking rpassword v7.4.0
48032026-07-10T19:50:48.867Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48042026-07-10T19:50:50.822Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48052026-07-10T19:50:52.744Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48062026-07-10T19:50:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s
48072026-07-10T19:50:53.846Z
48082026-07-10T19:50:53.847Zinfo: running `cargo check --bins` on wicket (296/299)
48092026-07-10T19:50:54.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48102026-07-10T19:50:54.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48112026-07-10T19:50:54.498Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48122026-07-10T19:50:54.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
48132026-07-10T19:50:55.039Z
48142026-07-10T19:50:55.039Zinfo: running `cargo check --bins` on wicketd (297/299)
48152026-07-10T19:50:55.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48162026-07-10T19:50:55.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48172026-07-10T19:50:55.714Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48182026-07-10T19:50:55.714Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48192026-07-10T19:50:55.718Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48202026-07-10T19:50:55.718Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48212026-07-10T19:50:56.709Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48222026-07-10T19:50:57.280Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48232026-07-10T19:51:00.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
48242026-07-10T19:51:00.581Z
48252026-07-10T19:51:00.582Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48262026-07-10T19:51:01.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48272026-07-10T19:51:01.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48282026-07-10T19:51:01.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48292026-07-10T19:51:01.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48302026-07-10T19:51:01.113Z
48312026-07-10T19:51:01.113Zinfo: running `cargo check --bins` on zone-setup (299/299)
48322026-07-10T19:51:01.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-07-10T19:51:01.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-07-10T19:51:01.745Z Checking uzers v0.12.2
48352026-07-10T19:51:02.020Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48362026-07-10T19:51:02.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48372026-07-10T19:51:02.971Z
48382026-07-10T19:51:02.971Zreal 14:10.835102365
48392026-07-10T19:51:02.971Zuser 21:34.282430932
48402026-07-10T19:51:02.971Zsys 4:18.261580152
48412026-07-10T19:51:02.971Ztrap 0.335732302
48422026-07-10T19:51:02.971Ztflt 0.687414174
48432026-07-10T19:51:02.971Zdflt 1.169054694
48442026-07-10T19:51:02.971Zkflt 0.005509010
48452026-07-10T19:51:02.971Zlock 1:18:27.441610278
48462026-07-10T19:51:02.971Zslp 1:42:54.640543234
48472026-07-10T19:51:02.972Zlat 1:00.428479212
48482026-07-10T19:51:02.972Zstop 3:41.243416515
48492026-07-10T19:51:02.975Zprocess exited: duration 977505 ms, exit code 0
 
48502026-07-10T19:51:02.984Zfound 0 output files