01KSRENZFBFZ85FAMEJX1SDENB: 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: 01KSREPB6J3KQWY74BWF7DBN00

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T23:29:26.753Zjob assigned to worker 01KSREPEVVWK4THGPTWV39WE2K [factory aws, i-09aceba19ca552850] (queued for 45 s)
 
22026-05-28T23:29:33.506Zstarting task 0: "setup"
32026-05-28T23:29:33.514Z++ uname -s
42026-05-28T23:29:33.517Z+ kern=SunOS
52026-05-28T23:29:33.517Z+ build_user=build
62026-05-28T23:29:33.517Z+ build_uid=12345
72026-05-28T23:29:33.517Z+ work_dir=/work
82026-05-28T23:29:33.517Z+ input_dir=/input
92026-05-28T23:29:33.517Z+ [[ 0 == 12345 ]]
102026-05-28T23:29:33.517Z+ case "$kern" in
112026-05-28T23:29:33.517Z+ groupadd -g 12345 build
122026-05-28T23:29:33.518Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T23:29:35.524Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T23:29:35.599Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T23:29:35.605Z+ home_fs=zfs
162026-05-28T23:29:35.605Z+ [[ zfs == autofs ]]
172026-05-28T23:29:35.605Z+ mkdir -p /home/build
182026-05-28T23:29:35.606Z+ chown build:build /home/build /work
192026-05-28T23:29:37.602Z+ chmod 0700 /home/build /work
202026-05-28T23:29:37.605Zprocess exited: duration 4097 ms, exit code 0
 
212026-05-28T23:29:37.612Zstarting task 1: "rust-toolchain"
222026-05-28T23:29:37.616Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T23:29:37.616Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T23:29:37.616Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T23:29:37.616Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T23:29:37.616Z * rust toolchain channel = "1.94.0"
272026-05-28T23:29:37.616Z * rust toolchain profile = "default"
282026-05-28T23:29:37.619Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T23:29:37.619Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T23:29:37.720Zinfo: downloading installer
312026-05-28T23:29:39.009Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T23:29:39.009Zwarn: /home/build/.rustup/settings.toml
332026-05-28T23:29:39.009Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T23:29:39.009Zwarn: instead of the one inferred from the default host triple.
352026-05-28T23:29:39.023Zinfo: profile set to default
362026-05-28T23:29:39.023Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T23:29:39.026Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T23:29:39.164Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T23:29:39.168Zinfo: downloading 6 components
402026-05-28T23:29:53.154Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T23:29:53.154Z
422026-05-28T23:29:53.198Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T23:29:53.198Z
442026-05-28T23:29:53.199Z
452026-05-28T23:29:53.199ZRust is installed now. Great!
462026-05-28T23:29:53.199Z
472026-05-28T23:29:53.199ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T23:29:53.199Zenvironment variable. This has not been done automatically.
492026-05-28T23:29:53.199Z
502026-05-28T23:29:53.199ZTo configure your current shell, you need to source
512026-05-28T23:29:53.199Zthe corresponding env file under $HOME/.cargo.
522026-05-28T23:29:53.199Z
532026-05-28T23:29:53.199ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T23:29:53.202Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T23:29:53.202Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T23:29:53.202Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T23:29:53.202Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T23:29:53.202Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T23:29:53.202Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T23:29:53.202Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T23:29:53.202Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T23:29:53.285Z+ rustup --version
632026-05-28T23:29:53.294Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T23:29:53.297Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T23:29:53.316Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T23:29:53.319Z+ cargo --version
672026-05-28T23:29:53.330Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T23:29:53.333Z+ rustc --version
692026-05-28T23:29:53.351Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T23:29:53.355Zprocess exited: duration 15741 ms, exit code 0
 
712026-05-28T23:29:53.362Zstarting task 2: "authentication"
722026-05-28T23:29:53.379Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T23:29:53.385Zstarting task 3: "clone repository"
742026-05-28T23:29:53.389Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T23:29:53.392Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T23:29:53.428ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T23:30:03.643Z+ cd /work/oxidecomputer/omicron
782026-05-28T23:30:03.643Z+ git fetch origin 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
792026-05-28T23:30:03.950ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T23:30:03.950Z * branch 8093199093f9544c5d8a428681ad6fd0b2e0dfdc -> FETCH_HEAD
812026-05-28T23:30:03.959Z+ [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
822026-05-28T23:30:03.963Z++ git branch --show-current
832026-05-28T23:30:03.963Z+ current=main
842026-05-28T23:30:03.963Z+ [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
852026-05-28T23:30:03.963Z+ git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
862026-05-28T23:30:03.966Z+ git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent
872026-05-28T23:30:04.197ZSwitched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent'
882026-05-28T23:30:04.200Z+ git reset --hard 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
892026-05-28T23:30:04.213ZHEAD is now at 809319909 rustfmt
902026-05-28T23:30:04.216Zprocess exited: duration 10828 ms, exit code 0
 
912026-05-28T23:30:04.222Zstarting task 4: "build"
922026-05-28T23:30:04.226Z+ source .github/buildomat/ci-env.sh
932026-05-28T23:30:04.229Z++ export CARGO_TERM_COLOR=always
942026-05-28T23:30:04.229Z++ CARGO_TERM_COLOR=always
952026-05-28T23:30:04.229Z+ cargo --version
962026-05-28T23:30:04.236Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T23:30:04.240Z+ rustc --version
982026-05-28T23:30:04.259Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T23:30:04.262Z+ source ./env.sh
1002026-05-28T23:30:04.262Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T23:30:04.262Z++ set -o xtrace
1022026-05-28T23:30:04.265Z++++ dirname ./env.sh
1032026-05-28T23:30:04.276Z+++ readlink -f .
1042026-05-28T23:30:04.280Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T23:30:04.280Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-28T23:30:04.280Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-28T23:30:04.283Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-28T23:30:04.283Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-28T23:30:04.283Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-28T23:30:04.283Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-28T23:30:04.283Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-28T23:30:04.283Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-28T23:30:04.283Z++ case $OLD_SHELL_OPTS in
1142026-05-28T23:30:04.283Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-28T23:30:04.283Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-28T23:30:04.283Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-28T23:30:04.284Z+ banner prerequisites
1182026-05-28T23:30:04.284Z
1192026-05-28T23:30:04.284Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T23:30:04.284Z # # # # # # # # # # # # # # #
1212026-05-28T23:30:04.284Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T23:30:04.284Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T23:30:04.284Z # # # # # # # # # # # # # # #
1242026-05-28T23:30:04.284Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T23:30:04.284Z
1262026-05-28T23:30:04.284Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T23:30:05.888Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T23:30:05.957Z Startup: Caching catalogs ... Done
1292026-05-28T23:30:06.216ZPlanning: Solver setup ... Done (0.224s)
1302026-05-28T23:30:06.234ZPlanning: Running solver ... Done (0.018s)
1312026-05-28T23:30:06.240ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-28T23:30:06.250ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T23:30:06.271ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T23:30:06.284ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T23:30:06.287ZPlanning: Merging actions ... Done (0.002s)
1362026-05-28T23:30:06.472ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-28T23:30:06.475ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T23:30:07.208ZPlanning: Evaluating mediators ... Done (0.735s)
1392026-05-28T23:30:07.212ZPlanning: Planning completed in 1.23 seconds
1402026-05-28T23:30:07.216Z Packages to install: 2
1412026-05-28T23:30:07.216Z Estimated space available: 156.07 GB
1422026-05-28T23:30:07.219ZEstimated space to be consumed: 22.53 MB
1432026-05-28T23:30:07.219Z Create boot environment: No
1442026-05-28T23:30:07.220ZCreate backup boot environment: No
1452026-05-28T23:30:07.220Z Rebuild boot archive: No
1462026-05-28T23:30:07.220Z
1472026-05-28T23:30:07.220ZChanged packages:
1482026-05-28T23:30:07.220Zhelios
1492026-05-28T23:30:07.220Z developer/build-essential
1502026-05-28T23:30:07.220Z None -> 11-3.0
1512026-05-28T23:30:07.220Z library/libxmlsec1
1522026-05-28T23:30:07.220Z None -> 1.2.35-3.0
1532026-05-28T23:30:07.240Z
1542026-05-28T23:30:07.240ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T23:30:08.422ZDownload: Completed 1.28 MB in 1.18 seconds (1.1M/s)
1562026-05-28T23:30:08.494Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T23:30:08.536Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T23:30:08.567ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-28T23:30:08.570ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T23:30:08.585ZFinalize: Updating image state ... Done (0.018s)
1612026-05-28T23:30:10.977ZFinalize: Creating fast lookup database ... Done (2.369s)
1622026-05-28T23:30:11.048ZFinalize: Reading search index ... Done (0.013s)
1632026-05-28T23:30:11.051ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T23:30:11.126ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T23:30:11.425ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T23:30:11.529ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T23:30:11.532ZPlanning: Consolidating action changes ... Done
1682026-05-28T23:30:11.688ZPlanning: Evaluating mediators ... Done
1692026-05-28T23:30:11.692ZPlanning: Planning completed in 0.26 seconds
1702026-05-28T23:30:11.713Z Mediators to change: 2
1712026-05-28T23:30:11.713Z Create boot environment: No
1722026-05-28T23:30:11.717ZCreate backup boot environment: No
1732026-05-28T23:30:11.763ZFinalize: Updating package state database ... Done
1742026-05-28T23:30:11.763ZFinalize: Updating package cache ... Done
1752026-05-28T23:30:11.773ZFinalize: Updating image state ... Done
1762026-05-28T23:30:13.708ZFinalize: Creating fast lookup database ... Done
1772026-05-28T23:30:13.771ZFinalize: Reading search index ... Done
1782026-05-28T23:30:13.774ZFinalize: Updating search index ... Done
1792026-05-28T23:30:13.911ZFinalize: Updating package cache ... Done
1802026-05-28T23:30:14.195ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T23:30:14.300ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T23:30:14.303ZPlanning: Consolidating action changes ... Done
1832026-05-28T23:30:14.458ZPlanning: Evaluating mediators ... Done
1842026-05-28T23:30:14.462ZPlanning: Planning completed in 0.26 seconds
1852026-05-28T23:30:14.484Z Mediators to change: 1
1862026-05-28T23:30:14.484Z Create boot environment: No
1872026-05-28T23:30:14.484ZCreate backup boot environment: No
1882026-05-28T23:30:14.533ZFinalize: Updating package state database ... Done
1892026-05-28T23:30:14.533ZFinalize: Updating package cache ... Done
1902026-05-28T23:30:14.543ZFinalize: Updating image state ... Done
1912026-05-28T23:30:16.481ZFinalize: Creating fast lookup database ... Done
1922026-05-28T23:30:16.544ZFinalize: Reading search index ... Done
1932026-05-28T23:30:16.547ZFinalize: Updating search index ... Done
1942026-05-28T23:30:16.623ZFinalize: Updating package cache ... Done
1952026-05-28T23:30:16.938ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T23:30:16.938Zapache system 2.4 system
1972026-05-28T23:30:16.938Zclang system 15 system
1982026-05-28T23:30:16.938Zcsh system system illumos
1992026-05-28T23:30:16.938Zctags system system illumos
2002026-05-28T23:30:16.938Zfile vendor vendor darwinsys
2012026-05-28T23:30:16.938Zfile system system illumos
2022026-05-28T23:30:16.938Zgcc vendor 14 vendor
2032026-05-28T23:30:16.938Zgcc system 13 system
2042026-05-28T23:30:16.938Zgcc system 10 system
2052026-05-28T23:30:16.938Zgo system 1.25 system
2062026-05-28T23:30:16.938Zllvm system 15 system
2072026-05-28T23:30:16.938Zmariadb system 11.4 system
2082026-05-28T23:30:16.938Zmta vendor vendor dma
2092026-05-28T23:30:16.938Zopenjdk system 17 system
2102026-05-28T23:30:16.938Zopenjdk system 11 system
2112026-05-28T23:30:16.938Zopenssl vendor 3 vendor
2122026-05-28T23:30:16.938Zperl system 5.40 system
2132026-05-28T23:30:16.938Zpostgresql system 18 system
2142026-05-28T23:30:16.938Zpostgresql system 17 system
2152026-05-28T23:30:16.938Zpython vendor 3 vendor
2162026-05-28T23:30:16.938Zpython system 2 system
2172026-05-28T23:30:16.938Zpython3 vendor 3.13 vendor
2182026-05-28T23:30:16.938Zruby system 3.4 system
2192026-05-28T23:30:16.938Zruby system 3.0 system
2202026-05-28T23:30:16.938Zwords vendor vendor american-english
2212026-05-28T23:30:16.938Zwords system system australian-english
2222026-05-28T23:30:16.938Zwords system system british-english
2232026-05-28T23:30:16.938Zwords system system canadian-english
2242026-05-28T23:30:16.938Zwords system system french
2252026-05-28T23:30:16.938Zwords system system italian
2262026-05-28T23:30:16.938Zwords system system ngerman
2272026-05-28T23:30:16.938Zwords system system ogerman
2282026-05-28T23:30:16.938Zwords system system spanish
2292026-05-28T23:30:17.194ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T23:30:17.194Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T23:30:17.470ZFMRI IFO
2322026-05-28T23:30:17.470Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T23:30:17.470Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T23:30:17.470Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T23:30:17.470Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T23:30:17.470Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T23:30:17.470Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T23:30:17.470Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T23:30:17.470Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T23:30:17.470Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T23:30:17.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T23:30:17.983Z Updating crates.io index
2432026-05-28T23:30:17.986Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T23:30:18.254Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T23:30:19.059Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T23:30:19.460Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T23:30:20.557Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T23:30:21.070Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T23:30:22.580Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T23:30:23.282Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T23:30:23.704Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T23:30:24.476Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T23:30:24.865Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T23:30:25.295Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T23:30:25.606Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T23:30:26.667Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T23:30:27.157Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T23:30:27.398Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T23:30:27.688Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T23:30:27.994Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T23:30:28.380Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T23:30:28.746Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T23:30:29.011Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T23:30:29.286Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T23:30:29.655Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T23:30:30.067Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T23:30:30.479Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T23:30:30.873Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T23:30:31.417Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T23:30:31.732Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T23:30:32.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T23:30:33.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T23:30:33.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-28T23:30:34.136Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-28T23:30:34.472Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-28T23:30:34.770Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-28T23:30:35.094Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-28T23:30:35.393Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-28T23:30:35.815Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-28T23:30:36.112Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-28T23:30:36.402Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-28T23:30:36.707Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T23:30:48.526Z Downloading crates ...
2842026-05-28T23:30:48.575Z Downloaded dof v0.3.0
2852026-05-28T23:30:48.579Z Downloaded clap_lex v1.0.0
2862026-05-28T23:30:48.584Z Downloaded errno v0.3.14
2872026-05-28T23:30:48.588Z Downloaded yoke v0.8.1
2882026-05-28T23:30:48.592Z Downloaded goblin v0.8.2
2892026-05-28T23:30:48.595Z Downloaded toml_write v0.1.2
2902026-05-28T23:30:48.598Z Downloaded fnv v1.0.7
2912026-05-28T23:30:48.598Z Downloaded cpufeatures v0.2.17
2922026-05-28T23:30:48.598Z Downloaded crypto-common v0.1.7
2932026-05-28T23:30:48.602Z Downloaded usdt v0.5.0
2942026-05-28T23:30:48.602Z Downloaded yoke-derive v0.8.1
2952026-05-28T23:30:48.602Z Downloaded zerofrom-derive v0.1.6
2962026-05-28T23:30:48.602Z Downloaded writeable v0.6.2
2972026-05-28T23:30:48.602Z Downloaded unicode-xid v0.2.6
2982026-05-28T23:30:48.605Z Downloaded typeid v1.0.3
2992026-05-28T23:30:48.605Z Downloaded toml_datetime v0.6.11
3002026-05-28T23:30:48.605Z Downloaded anstyle v1.0.13
3012026-05-28T23:30:48.605Z Downloaded clap v4.5.60
3022026-05-28T23:30:48.609Z Downloaded zerocopy v0.7.35
3032026-05-28T23:30:48.618Z Downloaded zerofrom v0.1.6
3042026-05-28T23:30:48.621Z Downloaded clap_builder v4.5.60
3052026-05-28T23:30:48.624Z Downloaded unicode-ident v1.0.24
3062026-05-28T23:30:48.624Z Downloaded usdt-attr-macro v0.5.0
3072026-05-28T23:30:48.624Z Downloaded textwrap v0.16.2
3082026-05-28T23:30:48.628Z Downloaded once_cell v1.21.3
3092026-05-28T23:30:48.628Z Downloaded heck v0.4.1
3102026-05-28T23:30:48.628Z Downloaded thiserror v1.0.69
3112026-05-28T23:30:48.631Z Downloaded macaddr v1.0.1
3122026-05-28T23:30:48.634Z Downloaded smawk v0.3.2
3132026-05-28T23:30:48.634Z Downloaded form_urlencoded v1.2.2
3142026-05-28T23:30:48.634Z Downloaded digest v0.10.7
3152026-05-28T23:30:48.634Z Downloaded clap_derive v4.5.55
3162026-05-28T23:30:48.637Z Downloaded utf8parse v0.2.2
3172026-05-28T23:30:48.638Z Downloaded usdt-macro v0.5.0
3182026-05-28T23:30:48.638Z Downloaded fastrand v2.3.0
3192026-05-28T23:30:48.638Z Downloaded byteorder v1.5.0
3202026-05-28T23:30:48.638Z Downloaded bitflags v2.11.0
3212026-05-28T23:30:48.641Z Downloaded tinystr v0.8.2
3222026-05-28T23:30:48.641Z Downloaded cargo_toml v0.21.0
3232026-05-28T23:30:48.641Z Downloaded thiserror-impl v1.0.69
3242026-05-28T23:30:48.644Z Downloaded equivalent v1.0.2
3252026-05-28T23:30:48.644Z Downloaded serde-value v0.7.0
3262026-05-28T23:30:48.644Z Downloaded unicode-linebreak v0.1.5
3272026-05-28T23:30:48.644Z Downloaded serde_spanned v0.6.9
3282026-05-28T23:30:48.648Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-28T23:30:48.648Z Downloaded cargo-platform v0.2.0
3302026-05-28T23:30:48.648Z Downloaded bytecount v0.6.9
3312026-05-28T23:30:48.648Z Downloaded semver v1.0.28
3322026-05-28T23:30:48.648Z Downloaded version_check v0.9.5
3332026-05-28T23:30:48.651Z Downloaded displaydoc v0.2.5
3342026-05-28T23:30:48.651Z Downloaded zerovec-derive v0.11.2
3352026-05-28T23:30:48.651Z Downloaded anstream v0.6.21
3362026-05-28T23:30:48.655Z Downloaded utf8_iter v1.0.4
3372026-05-28T23:30:48.655Z Downloaded swrite v0.1.0
3382026-05-28T23:30:48.655Z Downloaded fs-err v3.3.0
3392026-05-28T23:30:48.655Z Downloaded anstyle-query v1.1.5
3402026-05-28T23:30:48.658Z Downloaded dtrace-parser v0.2.0
3412026-05-28T23:30:48.658Z Downloaded thread-id v4.2.2
3422026-05-28T23:30:48.658Z Downloaded colorchoice v1.0.4
3432026-05-28T23:30:48.658Z Downloaded erased-serde v0.4.9
3442026-05-28T23:30:48.658Z Downloaded thiserror-impl v2.0.18
3452026-05-28T23:30:48.661Z Downloaded papergrid v0.11.0
3462026-05-28T23:30:48.665Z Downloaded ucd-trie v0.1.7
3472026-05-28T23:30:48.665Z Downloaded zmij v1.0.21
3482026-05-28T23:30:48.665Z Downloaded thiserror v2.0.18
3492026-05-28T23:30:48.668Z Downloaded stable_deref_trait v1.2.1
3502026-05-28T23:30:48.668Z Downloaded scroll_derive v0.12.1
3512026-05-28T23:30:48.668Z Downloaded potential_utf v0.1.4
3522026-05-28T23:30:48.671Z Downloaded usdt-impl v0.5.0
3532026-05-28T23:30:48.671Z Downloaded zerocopy-derive v0.7.35
3542026-05-28T23:30:48.674Z Downloaded toml_edit v0.22.27
3552026-05-28T23:30:48.675Z Downloaded proc-macro-error-attr v1.0.4
3562026-05-28T23:30:48.678Z Downloaded cfg-if v1.0.4
3572026-05-28T23:30:48.678Z Downloaded toml v0.8.23
3582026-05-28T23:30:48.678Z Downloaded ordered-float v2.10.1
3592026-05-28T23:30:48.678Z Downloaded zerotrie v0.2.3
3602026-05-28T23:30:48.681Z Downloaded memmap v0.7.0
3612026-05-28T23:30:48.681Z Downloaded plain v0.2.3
3622026-05-28T23:30:48.681Z Downloaded percent-encoding v2.3.2
3632026-05-28T23:30:48.684Z Downloaded block-buffer v0.10.4
3642026-05-28T23:30:48.684Z Downloaded url v2.5.8
3652026-05-28T23:30:48.684Z Downloaded terminal_size v0.4.3
3662026-05-28T23:30:48.684Z Downloaded itoa v1.0.17
3672026-05-28T23:30:48.687Z Downloaded anyhow v1.0.102
3682026-05-28T23:30:48.687Z Downloaded strsim v0.11.1
3692026-05-28T23:30:48.687Z Downloaded typenum v1.19.0
3702026-05-28T23:30:48.691Z Downloaded pretty-hex v0.4.1
3712026-05-28T23:30:48.691Z Downloaded tabled_derive v0.7.0
3722026-05-28T23:30:48.691Z Downloaded generic-array v0.14.7
3732026-05-28T23:30:48.694Z Downloaded idna_adapter v1.2.1
3742026-05-28T23:30:48.694Z Downloaded heck v0.5.0
3752026-05-28T23:30:48.702Z Downloaded zerovec v0.11.5
3762026-05-28T23:30:48.706Z Downloaded winnow v0.7.14
3772026-05-28T23:30:48.711Z Downloaded unicode-width v0.1.14
3782026-05-28T23:30:48.714Z Downloaded quote v1.0.45
3792026-05-28T23:30:48.718Z Downloaded unicode-width v0.2.0
3802026-05-28T23:30:48.721Z Downloaded autocfg v1.5.0
3812026-05-28T23:30:48.721Z Downloaded anstyle-parse v0.2.7
3822026-05-28T23:30:48.724Z Downloaded synstructure v0.13.2
3832026-05-28T23:30:48.729Z Downloaded sha2 v0.10.9
3842026-05-28T23:30:48.733Z Downloaded serde_tokenstream v0.2.3
3852026-05-28T23:30:48.733Z Downloaded serde-untagged v0.1.9
3862026-05-28T23:30:48.736Z Downloaded scroll v0.12.0
3872026-05-28T23:30:48.736Z Downloaded camino-tempfile v1.4.1
3882026-05-28T23:30:48.746Z Downloaded litemap v0.8.1
3892026-05-28T23:30:48.749Z Downloaded cargo-util-schemas v0.8.2
3902026-05-28T23:30:48.749Z Downloaded proc-macro-error v1.0.4
3912026-05-28T23:30:48.752Z Downloaded tempfile v3.25.0
3922026-05-28T23:30:48.756Z Downloaded serde_core v1.0.228
3932026-05-28T23:30:48.756Z Downloaded serde v1.0.228
3942026-05-28T23:30:48.759Z Downloaded camino v1.2.2
3952026-05-28T23:30:48.762Z Downloaded smallvec v1.15.1
3962026-05-28T23:30:48.765Z Downloaded cargo_metadata v0.21.0
3972026-05-28T23:30:48.772Z Downloaded pest_generator v2.8.6
3982026-05-28T23:30:48.775Z Downloaded pest_derive v2.8.6
3992026-05-28T23:30:48.778Z Downloaded serde_derive v1.0.228
4002026-05-28T23:30:48.781Z Downloaded num-traits v0.2.19
4012026-05-28T23:30:48.784Z Downloaded proc-macro2 v1.0.106
4022026-05-28T23:30:48.788Z Downloaded icu_provider v2.1.1
4032026-05-28T23:30:48.791Z Downloaded icu_properties v2.1.2
4042026-05-28T23:30:48.795Z Downloaded getrandom v0.4.1
4052026-05-28T23:30:48.798Z Downloaded log v0.4.29
4062026-05-28T23:30:48.801Z Downloaded memchr v2.8.0
4072026-05-28T23:30:48.805Z Downloaded pest_meta v2.8.6
4082026-05-28T23:30:48.808Z Downloaded icu_normalizer_data v2.1.1
4092026-05-28T23:30:48.808Z Downloaded icu_normalizer v2.1.1
4102026-05-28T23:30:48.811Z Downloaded pest v2.8.6
4112026-05-28T23:30:48.814Z Downloaded icu_locale_core v2.1.1
4122026-05-28T23:30:48.817Z Downloaded icu_collections v2.1.1
4132026-05-28T23:30:48.821Z Downloaded idna v1.1.0
4142026-05-28T23:30:48.834Z Downloaded indexmap v2.14.0
4152026-05-28T23:30:48.843Z Downloaded hashbrown v0.17.0
4162026-05-28T23:30:48.850Z Downloaded serde_json v1.0.149
4172026-05-28T23:30:48.854Z Downloaded icu_properties_data v2.1.2
4182026-05-28T23:30:48.872Z Downloaded tabled v0.15.0
4192026-05-28T23:30:48.887Z Downloaded syn v1.0.109
4202026-05-28T23:30:48.897Z Downloaded syn v2.0.117
4212026-05-28T23:30:48.903Z Downloaded rustix v1.1.3
4222026-05-28T23:30:48.930Z Downloaded libc v0.2.185
4232026-05-28T23:30:48.998Z Compiling proc-macro2 v1.0.106
4242026-05-28T23:30:48.998Z Compiling quote v1.0.45
4252026-05-28T23:30:49.002Z Compiling unicode-ident v1.0.24
4262026-05-28T23:30:49.002Z Compiling serde_core v1.0.228
4272026-05-28T23:30:49.002Z Compiling libc v0.2.185
4282026-05-28T23:30:49.002Z Compiling version_check v0.9.5
4292026-05-28T23:30:49.002Z Compiling serde v1.0.228
4302026-05-28T23:30:49.002Z Compiling stable_deref_trait v1.2.1
4312026-05-28T23:30:49.307Z Compiling memchr v2.8.0
4322026-05-28T23:30:49.327Z Compiling zmij v1.0.21
4332026-05-28T23:30:49.521Z Compiling ucd-trie v0.1.7
4342026-05-28T23:30:49.886Z Compiling itoa v1.0.17
4352026-05-28T23:30:49.933Z Compiling autocfg v1.5.0
4362026-05-28T23:30:49.936Z Compiling thiserror v1.0.69
4372026-05-28T23:30:50.067Z Compiling pest v2.8.6
4382026-05-28T23:30:50.098Z Compiling litemap v0.8.1
4392026-05-28T23:30:50.168Z Compiling writeable v0.6.2
4402026-05-28T23:30:50.351Z Compiling byteorder v1.5.0
4412026-05-28T23:30:50.368Z Compiling icu_properties_data v2.1.2
4422026-05-28T23:30:50.428Z Compiling rustix v1.1.3
4432026-05-28T23:30:50.580Z Compiling icu_normalizer_data v2.1.1
4442026-05-28T23:30:50.669Z Compiling errno v0.3.14
4452026-05-28T23:30:50.752Z Compiling syn v2.0.117
4462026-05-28T23:30:50.808Z Compiling serde_json v1.0.149
4472026-05-28T23:30:50.825Z Compiling bitflags v2.11.0
4482026-05-28T23:30:51.027Z Compiling num-traits v0.2.19
4492026-05-28T23:30:51.044Z Compiling typeid v1.0.3
4502026-05-28T23:30:51.209Z Compiling pest_meta v2.8.6
4512026-05-28T23:30:51.247Z Compiling smallvec v1.15.1
4522026-05-28T23:30:51.300Z Compiling hashbrown v0.17.0
4532026-05-28T23:30:51.318Z Compiling equivalent v1.0.2
4542026-05-28T23:30:51.493Z Compiling thread-id v4.2.2
4552026-05-28T23:30:51.592Z Compiling proc-macro-error-attr v1.0.4
4562026-05-28T23:30:51.657Z Compiling usdt-impl v0.5.0
4572026-05-28T23:30:51.758Z Compiling erased-serde v0.4.9
4582026-05-28T23:30:51.821Z Compiling syn v1.0.109
4592026-05-28T23:30:51.872Z Compiling indexmap v2.14.0
4602026-05-28T23:30:51.918Z Compiling winnow v0.7.14
4612026-05-28T23:30:52.106Z Compiling toml_write v0.1.2
4622026-05-28T23:30:52.425Z Compiling proc-macro-error v1.0.4
4632026-05-28T23:30:52.510Z Compiling utf8parse v0.2.2
4642026-05-28T23:30:52.616Z Compiling log v0.4.29
4652026-05-28T23:30:52.633Z Compiling utf8_iter v1.0.4
4662026-05-28T23:30:52.785Z Compiling thiserror v2.0.18
4672026-05-28T23:30:52.806Z Compiling getrandom v0.4.1
4682026-05-28T23:30:52.892Z Compiling camino v1.2.2
4692026-05-28T23:30:52.938Z Compiling percent-encoding v2.3.2
4702026-05-28T23:30:53.077Z Compiling plain v0.2.3
4712026-05-28T23:30:53.145Z Compiling form_urlencoded v1.2.2
4722026-05-28T23:30:53.185Z Compiling ordered-float v2.10.1
4732026-05-28T23:30:53.268Z Compiling anstyle-parse v0.2.7
4742026-05-28T23:30:53.349Z Compiling terminal_size v0.4.3
4752026-05-28T23:30:53.418Z Compiling synstructure v0.13.2
4762026-05-28T23:30:53.445Z Compiling pest_generator v2.8.6
4772026-05-28T23:30:53.485Z Compiling anstyle-query v1.1.5
4782026-05-28T23:30:53.620Z Compiling is_terminal_polyfill v1.70.2
4792026-05-28T23:30:53.688Z Compiling anstyle v1.0.13
4802026-05-28T23:30:53.721Z Compiling pretty-hex v0.4.1
4812026-05-28T23:30:53.740Z Compiling colorchoice v1.0.4
4822026-05-28T23:30:53.760Z Compiling cfg-if v1.0.4
4832026-05-28T23:30:53.857Z Compiling anstream v0.6.21
4842026-05-28T23:30:53.860Z Compiling serde-untagged v0.1.9
4852026-05-28T23:30:54.026Z Compiling semver v1.0.28
4862026-05-28T23:30:54.113Z Compiling fs-err v3.3.0
4872026-05-28T23:30:54.152Z Compiling clap_lex v1.0.0
4882026-05-28T23:30:54.169Z Compiling anyhow v1.0.102
4892026-05-28T23:30:54.300Z Compiling heck v0.4.1
4902026-05-28T23:30:54.341Z Compiling strsim v0.11.1
4912026-05-28T23:30:54.377Z Compiling unicode-xid v0.2.6
4922026-05-28T23:30:54.395Z Compiling once_cell v1.21.3
4932026-05-28T23:30:54.503Z Compiling fastrand v2.3.0
4942026-05-28T23:30:54.521Z Compiling heck v0.5.0
4952026-05-28T23:30:54.602Z Compiling bytecount v0.6.9
4962026-05-28T23:30:54.683Z Compiling fnv v1.0.7
4972026-05-28T23:30:54.741Z Compiling unicode-width v0.1.14
4982026-05-28T23:30:54.758Z Compiling tempfile v3.25.0
4992026-05-28T23:30:54.775Z Compiling clap_builder v4.5.60
5002026-05-28T23:30:54.911Z Compiling memmap v0.7.0
5012026-05-28T23:30:55.006Z Compiling papergrid v0.11.0
5022026-05-28T23:30:55.023Z Compiling unicode-width v0.2.0
5032026-05-28T23:30:55.093Z Compiling unicode-linebreak v0.1.5
5042026-05-28T23:30:55.114Z Compiling serde_derive v1.0.228
5052026-05-28T23:30:55.128Z Compiling zerofrom-derive v0.1.6
5062026-05-28T23:30:55.292Z Compiling yoke-derive v0.8.1
5072026-05-28T23:30:55.337Z Compiling zerovec-derive v0.11.2
5082026-05-28T23:30:55.353Z Compiling displaydoc v0.2.5
5092026-05-28T23:30:56.076Z Compiling thiserror-impl v1.0.69
5102026-05-28T23:30:56.401Z Compiling zerocopy-derive v0.7.35
5112026-05-28T23:30:56.419Z Compiling pest_derive v2.8.6
5122026-05-28T23:30:56.442Z Compiling scroll_derive v0.12.1
5132026-05-28T23:30:56.495Z Compiling zerofrom v0.1.6
5142026-05-28T23:30:56.661Z Compiling yoke v0.8.1
5152026-05-28T23:30:56.861Z Compiling zerovec v0.11.5
5162026-05-28T23:30:56.893Z Compiling zerotrie v0.2.3
5172026-05-28T23:30:57.101Z Compiling scroll v0.12.0
5182026-05-28T23:30:57.201Z Compiling thiserror-impl v2.0.18
5192026-05-28T23:30:57.342Z Compiling tinystr v0.8.2
5202026-05-28T23:30:57.371Z Compiling potential_utf v0.1.4
5212026-05-28T23:30:57.405Z Compiling zerocopy v0.7.35
5222026-05-28T23:30:57.480Z Compiling dtrace-parser v0.2.0
5232026-05-28T23:30:57.547Z Compiling icu_locale_core v2.1.1
5242026-05-28T23:30:57.565Z Compiling icu_collections v2.1.1
5252026-05-28T23:30:57.827Z Compiling goblin v0.8.2
5262026-05-28T23:30:57.968Z Compiling tabled_derive v0.7.0
5272026-05-28T23:30:57.987Z Compiling clap_derive v4.5.55
5282026-05-28T23:30:58.049Z Compiling smawk v0.3.2
5292026-05-28T23:30:58.192Z Compiling icu_provider v2.1.1
5302026-05-28T23:30:58.435Z Compiling icu_normalizer v2.1.1
5312026-05-28T23:30:58.485Z Compiling icu_properties v2.1.2
5322026-05-28T23:30:58.540Z Compiling toml_datetime v0.6.11
5332026-05-28T23:30:58.580Z Compiling serde_spanned v0.6.9
5342026-05-28T23:30:58.734Z Compiling toml_edit v0.22.27
5352026-05-28T23:30:58.756Z Compiling dof v0.3.0
5362026-05-28T23:30:58.802Z Compiling serde_tokenstream v0.2.3
5372026-05-28T23:30:58.964Z Compiling serde-value v0.7.0
5382026-05-28T23:30:58.982Z Compiling cargo-platform v0.2.0
5392026-05-28T23:30:59.138Z Compiling tabled v0.15.0
5402026-05-28T23:30:59.249Z Compiling macaddr v1.0.1
5412026-05-28T23:30:59.337Z Compiling idna_adapter v1.2.1
5422026-05-28T23:30:59.474Z Compiling idna v1.1.0
5432026-05-28T23:30:59.478Z Compiling textwrap v0.16.2
5442026-05-28T23:30:59.708Z Compiling clap v4.5.60
5452026-05-28T23:30:59.734Z Compiling usdt-macro v0.5.0
5462026-05-28T23:30:59.796Z Compiling url v2.5.8
5472026-05-28T23:30:59.913Z Compiling usdt-attr-macro v0.5.0
5482026-05-28T23:30:59.956Z Compiling camino-tempfile v1.4.1
5492026-05-28T23:31:00.128Z Compiling toml v0.8.23
5502026-05-28T23:31:00.571Z Compiling cargo-util-schemas v0.8.2
5512026-05-28T23:31:00.629Z Compiling cargo_toml v0.21.0
5522026-05-28T23:31:00.751Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-28T23:31:00.907Z Compiling usdt v0.5.0
5542026-05-28T23:31:01.007Z Compiling swrite v0.1.0
5552026-05-28T23:31:01.489Z Compiling cargo_metadata v0.21.0
5562026-05-28T23:31:02.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-28T23:31:04.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s
5582026-05-28T23:31:04.767Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-28T23:31:05.290Z Downloading crates ...
5602026-05-28T23:31:05.401Z Downloaded cstr-argument v0.1.2
5612026-05-28T23:31:05.404Z Downloaded ahash v0.8.12
5622026-05-28T23:31:05.404Z Downloaded crunchy v0.2.4
5632026-05-28T23:31:05.405Z Downloaded crc8 v0.1.1
5642026-05-28T23:31:05.408Z Downloaded argon2 v0.5.3
5652026-05-28T23:31:05.408Z Downloaded async-recursion v1.1.1
5662026-05-28T23:31:05.411Z Downloaded crossbeam-utils v0.8.21
5672026-05-28T23:31:05.415Z Downloaded dirs-sys-next v0.1.2
5682026-05-28T23:31:05.415Z Downloaded crc32fast v1.5.0
5692026-05-28T23:31:05.418Z Downloaded darling_macro v0.13.4
5702026-05-28T23:31:05.418Z Downloaded curve25519-dalek-derive v0.1.1
5712026-05-28T23:31:05.421Z Downloaded crucible-workspace-hack v0.1.0
5722026-05-28T23:31:05.421Z Downloaded bitfield-struct v0.6.2
5732026-05-28T23:31:05.421Z Downloaded bitfield-macros v0.19.4
5742026-05-28T23:31:05.421Z Downloaded array-init v0.0.4
5752026-05-28T23:31:05.424Z Downloaded adler2 v2.0.1
5762026-05-28T23:31:05.424Z Downloaded deranged v0.5.8
5772026-05-28T23:31:05.427Z Downloaded arrayref v0.3.9
5782026-05-28T23:31:05.427Z Downloaded darling_core v0.20.11
5792026-05-28T23:31:05.430Z Downloaded expectorate v1.2.0
5802026-05-28T23:31:05.433Z Downloaded derive_more-impl v2.1.1
5812026-05-28T23:31:05.436Z Downloaded compression-core v0.4.31
5822026-05-28T23:31:05.439Z Downloaded cfg_aliases v0.1.1
5832026-05-28T23:31:05.439Z Downloaded darling v0.13.4
5842026-05-28T23:31:05.442Z Downloaded base16ct v0.2.0
5852026-05-28T23:31:05.442Z Downloaded aead v0.5.2
5862026-05-28T23:31:05.445Z Downloaded cargo-platform v0.3.2
5872026-05-28T23:31:05.448Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-28T23:31:05.452Z Downloaded embedded-io v0.4.0
5892026-05-28T23:31:05.456Z Downloaded cbc v0.1.2
5902026-05-28T23:31:05.456Z Downloaded dsl_auto_type v0.2.0
5912026-05-28T23:31:05.459Z Downloaded dropshot v0.17.0
5922026-05-28T23:31:05.471Z Downloaded funty v2.0.0
5932026-05-28T23:31:05.474Z Downloaded ascii-canvas v3.0.0
5942026-05-28T23:31:05.474Z Downloaded diff v0.1.13
5952026-05-28T23:31:05.477Z Downloaded defmt-parser v1.0.0
5962026-05-28T23:31:05.478Z Downloaded debug-ignore v1.0.5
5972026-05-28T23:31:05.478Z Downloaded ciborium-io v0.2.2
5982026-05-28T23:31:05.478Z Downloaded byte-wrapper v0.1.0
5992026-05-28T23:31:05.481Z Downloaded darling_macro v0.23.0
6002026-05-28T23:31:05.481Z Downloaded ciborium-ll v0.2.2
6012026-05-28T23:31:05.481Z Downloaded blowfish v0.9.1
6022026-05-28T23:31:05.484Z Downloaded bit-vec v0.6.3
6032026-05-28T23:31:05.484Z Downloaded buf-list v1.1.2
6042026-05-28T23:31:05.488Z Downloaded document-features v0.2.12
6052026-05-28T23:31:05.488Z Downloaded dyn-clone v1.0.20
6062026-05-28T23:31:05.491Z Downloaded const_format_proc_macros v0.2.34
6072026-05-28T23:31:05.491Z Downloaded fd-lock v4.0.4
6082026-05-28T23:31:05.491Z Downloaded arrayvec v0.7.6
6092026-05-28T23:31:05.494Z Downloaded downcast-rs v2.0.2
6102026-05-28T23:31:05.494Z Downloaded async-trait v0.1.89
6112026-05-28T23:31:05.497Z Downloaded cexpr v0.6.0
6122026-05-28T23:31:05.497Z Downloaded bitflags v1.3.2
6132026-05-28T23:31:05.501Z Downloaded csv-core v0.1.13
6142026-05-28T23:31:05.504Z Downloaded cobs v0.3.0
6152026-05-28T23:31:05.504Z Downloaded env_filter v1.0.0
6162026-05-28T23:31:05.504Z Downloaded atomicwrites v0.4.4
6172026-05-28T23:31:05.507Z Downloaded cipher v0.4.4
6182026-05-28T23:31:05.507Z Downloaded base64ct v1.8.3
6192026-05-28T23:31:05.510Z Downloaded block-padding v0.3.3
6202026-05-28T23:31:05.510Z Downloaded bit-set v0.5.3
6212026-05-28T23:31:05.510Z Downloaded difflib v0.4.0
6222026-05-28T23:31:05.513Z Downloaded dunce v1.0.5
6232026-05-28T23:31:05.513Z Downloaded dtrace-parser v0.3.0
6242026-05-28T23:31:05.513Z Downloaded dropshot-api-manager-types v0.7.2
6252026-05-28T23:31:05.513Z Downloaded bb8 v0.8.6
6262026-05-28T23:31:05.516Z Downloaded float-cmp v0.10.0
6272026-05-28T23:31:05.516Z Downloaded crc v3.4.0
6282026-05-28T23:31:05.516Z Downloaded blake2 v0.10.6
6292026-05-28T23:31:05.519Z Downloaded foreign-types v0.5.0
6302026-05-28T23:31:05.519Z Downloaded derive_builder_macro v0.20.2
6312026-05-28T23:31:05.519Z Downloaded assert_matches v1.5.0
6322026-05-28T23:31:05.522Z Downloaded float-ord v0.3.2
6332026-05-28T23:31:05.522Z Downloaded bit-set v0.8.0
6342026-05-28T23:31:05.525Z Downloaded darling_macro v0.20.11
6352026-05-28T23:31:05.525Z Downloaded convert_case v0.10.0
6362026-05-28T23:31:05.525Z Downloaded constant_time_eq v0.4.2
6372026-05-28T23:31:05.528Z Downloaded atty v0.2.14
6382026-05-28T23:31:05.528Z Downloaded async-stream v0.3.6
6392026-05-28T23:31:05.528Z Downloaded futures-macro v0.3.32
6402026-05-28T23:31:05.531Z Downloaded futures-sink v0.3.32
6412026-05-28T23:31:05.531Z Downloaded convert_case v0.4.0
6422026-05-28T23:31:05.531Z Downloaded display-error-chain v0.2.2
6432026-05-28T23:31:05.535Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-05-28T23:31:05.535Z Downloaded darling_macro v0.21.3
6452026-05-28T23:31:05.535Z Downloaded atomic-waker v1.1.2
6462026-05-28T23:31:05.535Z Downloaded flagset v0.4.7
6472026-05-28T23:31:05.538Z Downloaded defmt v0.3.100
6482026-05-28T23:31:05.538Z Downloaded fxhash v0.2.1
6492026-05-28T23:31:05.538Z Downloaded futures-io v0.3.32
6502026-05-28T23:31:05.538Z Downloaded foreign-types-shared v0.1.1
6512026-05-28T23:31:05.541Z Downloaded git-stub v1.0.0
6522026-05-28T23:31:05.541Z Downloaded crc-catalog v2.4.0
6532026-05-28T23:31:05.541Z Downloaded foreign-types-shared v0.3.1
6542026-05-28T23:31:05.544Z Downloaded embedded-io v0.6.1
6552026-05-28T23:31:05.544Z Downloaded bcs v0.1.6
6562026-05-28T23:31:05.544Z Downloaded filetime v0.2.27
6572026-05-28T23:31:05.547Z Downloaded defmt-macros v1.0.1
6582026-05-28T23:31:05.550Z Downloaded enum-as-inner v0.6.1
6592026-05-28T23:31:05.550Z Downloaded endian-type v0.1.2
6602026-05-28T23:31:05.550Z Downloaded const-oid v0.9.6
6612026-05-28T23:31:05.553Z Downloaded foreign-types-macros v0.2.3
6622026-05-28T23:31:05.553Z Downloaded foreign-types v0.3.2
6632026-05-28T23:31:05.553Z Downloaded fixedbitset v0.4.2
6642026-05-28T23:31:05.557Z Downloaded dirs-next v2.0.0
6652026-05-28T23:31:05.557Z Downloaded gethostname v0.5.0
6662026-05-28T23:31:05.558Z Downloaded darling_core v0.13.4
6672026-05-28T23:31:05.560Z Downloaded diesel-dtrace v0.5.0
6682026-05-28T23:31:05.561Z Downloaded ciborium v0.2.2
6692026-05-28T23:31:05.563Z Downloaded daft-derive v0.1.7
6702026-05-28T23:31:05.566Z Downloaded futures-task v0.3.32
6712026-05-28T23:31:05.566Z Downloaded darling v0.23.0
6722026-05-28T23:31:05.569Z Downloaded ghash v0.5.1
6732026-05-28T23:31:05.572Z Downloaded globwalk v0.9.1
6742026-05-28T23:31:05.573Z Downloaded cassowary v0.3.0
6752026-05-28T23:31:05.573Z Downloaded cargo_metadata v0.23.1
6762026-05-28T23:31:05.575Z Downloaded crossbeam-epoch v0.9.18
6772026-05-28T23:31:05.576Z Downloaded backoff v0.4.0
6782026-05-28T23:31:05.579Z Downloaded hash32 v0.2.1
6792026-05-28T23:31:05.579Z Downloaded hex-literal v0.4.1
6802026-05-28T23:31:05.579Z Downloaded camino-tempfile-ext v0.3.3
6812026-05-28T23:31:05.582Z Downloaded fixedbitset v0.5.7
6822026-05-28T23:31:05.582Z Downloaded colored v2.2.0
6832026-05-28T23:31:05.585Z Downloaded hash32 v0.3.1
6842026-05-28T23:31:05.585Z Downloaded http-body v1.0.1
6852026-05-28T23:31:05.588Z Downloaded hex v0.4.3
6862026-05-28T23:31:05.588Z Downloaded erased-serde v0.3.31
6872026-05-28T23:31:05.591Z Downloaded derive-ex v0.1.8
6882026-05-28T23:31:05.591Z Downloaded ed25519 v2.2.3
6892026-05-28T23:31:05.594Z Downloaded git-stub-vcs v0.1.0
6902026-05-28T23:31:05.594Z Downloaded home v0.5.12
6912026-05-28T23:31:05.594Z Downloaded fs_extra v1.3.0
6922026-05-28T23:31:05.597Z Downloaded either v1.15.0
6932026-05-28T23:31:05.597Z Downloaded headers-core v0.3.0
6942026-05-28T23:31:05.597Z Downloaded chacha20 v0.9.1
6952026-05-28T23:31:05.600Z Downloaded http-range v0.1.5
6962026-05-28T23:31:05.600Z Downloaded hostname v0.4.2
6972026-05-28T23:31:05.603Z Downloaded httpdate v1.0.3
6982026-05-28T23:31:05.603Z Downloaded hostname v0.3.1
6992026-05-28T23:31:05.603Z Downloaded find-msvc-tools v0.1.9
7002026-05-28T23:31:05.611Z Downloaded ff v0.13.1
7012026-05-28T23:31:05.611Z Downloaded console v0.16.2
7022026-05-28T23:31:05.611Z Downloaded fallible-iterator v0.2.0
7032026-05-28T23:31:05.611Z Downloaded futures-executor v0.3.32
7042026-05-28T23:31:05.611Z Downloaded futures-core v0.3.32
7052026-05-28T23:31:05.611Z Downloaded fs-err v2.11.0
7062026-05-28T23:31:05.616Z Downloaded hyper-tls v0.6.0
7072026-05-28T23:31:05.616Z Downloaded hubpack v0.1.2
7082026-05-28T23:31:05.616Z Downloaded console v0.15.11
7092026-05-28T23:31:05.620Z Downloaded glob v0.3.3
7102026-05-28T23:31:05.620Z Downloaded darling v0.20.11
7112026-05-28T23:31:05.623Z Downloaded group v0.13.0
7122026-05-28T23:31:05.623Z Downloaded bytes v1.11.1
7132026-05-28T23:31:05.626Z Downloaded hubpack_derive v0.1.1
7142026-05-28T23:31:05.626Z Downloaded arc-swap v1.8.2
7152026-05-28T23:31:05.629Z Downloaded indent_write v2.2.0
7162026-05-28T23:31:05.629Z Downloaded bzip2 v0.4.4
7172026-05-28T23:31:05.632Z Downloaded illumos-nvpair-sys v0.2.0
7182026-05-28T23:31:05.632Z Downloaded is-terminal v0.4.17
7192026-05-28T23:31:05.632Z Downloaded inout v0.1.4
7202026-05-28T23:31:05.636Z Downloaded compression-codecs v0.4.37
7212026-05-28T23:31:05.636Z Downloaded is_ci v1.2.0
7222026-05-28T23:31:05.639Z Downloaded illumos-nvpair v0.3.0
7232026-05-28T23:31:05.639Z Downloaded lazy_static v1.5.0
7242026-05-28T23:31:05.639Z Downloaded keccak v0.1.6
7252026-05-28T23:31:05.642Z Downloaded indoc v1.0.9
7262026-05-28T23:31:05.642Z Downloaded internet-checksum v0.2.1
7272026-05-28T23:31:05.642Z Downloaded instant v0.1.13
7282026-05-28T23:31:05.645Z Downloaded instability v0.3.11
7292026-05-28T23:31:05.645Z Downloaded ident_case v1.0.1
7302026-05-28T23:31:05.645Z Downloaded ecdsa v0.16.9
7312026-05-28T23:31:05.649Z Downloaded des v0.8.1
7322026-05-28T23:31:05.649Z Downloaded lalrpop-util v0.19.12
7332026-05-28T23:31:05.649Z Downloaded env_logger v0.11.9
7342026-05-28T23:31:05.652Z Downloaded cookie_store v0.22.1
7352026-05-28T23:31:05.655Z Downloaded foldhash v0.1.5
7362026-05-28T23:31:05.655Z Downloaded cookie v0.18.1
7372026-05-28T23:31:05.655Z Downloaded http-body-util v0.1.3
7382026-05-28T23:31:05.658Z Downloaded highway v1.3.0
7392026-05-28T23:31:05.658Z Downloaded kstat-rs v0.2.4
7402026-05-28T23:31:05.661Z Downloaded lru-cache v0.1.2
7412026-05-28T23:31:05.661Z Downloaded linked-hash-map v0.5.6
7422026-05-28T23:31:05.661Z Downloaded lru v0.12.5
7432026-05-28T23:31:05.664Z Downloaded md5 v0.7.0
7442026-05-28T23:31:05.664Z Downloaded fatfs v0.3.6
7452026-05-28T23:31:05.667Z Downloaded lzss v0.8.2
7462026-05-28T23:31:05.667Z Downloaded darling v0.21.3
7472026-05-28T23:31:05.670Z Downloaded libscf-sys v1.1.0
7482026-05-28T23:31:05.670Z Downloaded getrandom v0.2.17
7492026-05-28T23:31:05.673Z Downloaded allocator-api2 v0.2.21
7502026-05-28T23:31:05.676Z Downloaded managed v0.8.0
7512026-05-28T23:31:05.676Z Downloaded mime v0.3.17
7522026-05-28T23:31:05.679Z Downloaded md-5 v0.10.6
7532026-05-28T23:31:05.679Z Downloaded globset v0.4.18
7542026-05-28T23:31:05.679Z Downloaded derive-where v1.6.0
7552026-05-28T23:31:05.683Z Downloaded memoffset v0.9.1
7562026-05-28T23:31:05.683Z Downloaded maybe-uninit v2.0.0
7572026-05-28T23:31:05.686Z Downloaded futures-channel v0.3.32
7582026-05-28T23:31:05.686Z Downloaded bzip2 v0.6.1
7592026-05-28T23:31:05.689Z Downloaded hyper-staticfile v0.10.1
7602026-05-28T23:31:05.689Z Downloaded match_cfg v0.1.0
7612026-05-28T23:31:05.689Z Downloaded humantime v2.3.0
7622026-05-28T23:31:05.692Z Downloaded clang-sys v1.8.1
7632026-05-28T23:31:05.692Z Downloaded ipnetwork v0.21.1
7642026-05-28T23:31:05.695Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-28T23:31:05.695Z Downloaded nodrop v0.1.14
7662026-05-28T23:31:05.698Z Downloaded multimap v0.10.1
7672026-05-28T23:31:05.698Z Downloaded nibble_vec v0.1.0
7682026-05-28T23:31:05.698Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-28T23:31:05.701Z Downloaded normalize-line-endings v0.3.0
7702026-05-28T23:31:05.701Z Downloaded nonempty v0.12.0
7712026-05-28T23:31:05.701Z Downloaded newline-converter v0.3.0
7722026-05-28T23:31:05.701Z Downloaded num-derive v0.4.2
7732026-05-28T23:31:05.704Z Downloaded half v1.8.3
7742026-05-28T23:31:05.704Z Downloaded libsw v3.5.0
7752026-05-28T23:31:05.708Z Downloaded ingot v0.1.1
7762026-05-28T23:31:05.708Z Downloaded ingot-types v0.1.2
7772026-05-28T23:31:05.708Z Downloaded jobserver v0.1.34
7782026-05-28T23:31:05.711Z Downloaded dropshot_endpoint v0.17.0
7792026-05-28T23:31:05.714Z Downloaded newtype_derive v0.1.6
7802026-05-28T23:31:05.714Z Downloaded drift v0.2.0
7812026-05-28T23:31:05.719Z Downloaded num_threads v0.1.7
7822026-05-28T23:31:05.722Z Downloaded cmake v0.1.57
7832026-05-28T23:31:05.722Z Downloaded num-derive v0.3.3
7842026-05-28T23:31:05.725Z Downloaded num v0.4.3
7852026-05-28T23:31:05.725Z Downloaded libefi-sys v0.1.0
7862026-05-28T23:31:05.725Z Downloaded hmac v0.12.1
7872026-05-28T23:31:05.728Z Downloaded num-iter v0.1.45
7882026-05-28T23:31:05.728Z Downloaded opaque-debug v0.3.1
7892026-05-28T23:31:05.728Z Downloaded ar_archive_writer v0.5.1
7902026-05-28T23:31:05.732Z Downloaded darling_core v0.23.0
7912026-05-28T23:31:05.735Z Downloaded linear-map v1.2.0
7922026-05-28T23:31:05.735Z Downloaded libsw-core v0.3.2
7932026-05-28T23:31:05.738Z Downloaded httparse v1.10.1
7942026-05-28T23:31:05.738Z Downloaded lru-slab v0.1.2
7952026-05-28T23:31:05.741Z Downloaded lock_api v0.4.14
7962026-05-28T23:31:05.741Z Downloaded openssl-macros v0.1.1
7972026-05-28T23:31:05.741Z Downloaded olpc-cjson v0.1.4
7982026-05-28T23:31:05.744Z Downloaded crossbeam-channel v0.5.15
7992026-05-28T23:31:05.744Z Downloaded oso-derive v0.27.3
8002026-05-28T23:31:05.747Z Downloaded mime_guess v2.0.5
8012026-05-28T23:31:05.747Z Downloaded maplit v1.0.2
8022026-05-28T23:31:05.747Z Downloaded openssl-probe v0.2.1
8032026-05-28T23:31:05.750Z Downloaded chacha20poly1305 v0.10.1
8042026-05-28T23:31:05.750Z Downloaded multer v3.1.0
8052026-05-28T23:31:05.753Z Downloaded hyper-rustls v0.27.7
8062026-05-28T23:31:05.753Z Downloaded base64 v0.21.7
8072026-05-28T23:31:05.756Z Downloaded iana-time-zone v0.1.65
8082026-05-28T23:31:05.761Z Downloaded nanorand v0.7.0
8092026-05-28T23:31:05.764Z Downloaded getrandom v0.3.4
8102026-05-28T23:31:05.764Z Downloaded native-tls v0.2.18
8112026-05-28T23:31:05.764Z Downloaded parse-size v1.1.0
8122026-05-28T23:31:05.768Z Downloaded packed_struct_codegen v0.10.1
8132026-05-28T23:31:05.768Z Downloaded pbkdf2 v0.11.0
8142026-05-28T23:31:05.768Z Downloaded path-slash v0.1.5
8152026-05-28T23:31:05.771Z Downloaded pbkdf2 v0.12.2
8162026-05-28T23:31:05.771Z Downloaded parse-display v0.10.0
8172026-05-28T23:31:05.771Z Downloaded half v2.7.1
8182026-05-28T23:31:05.774Z Downloaded ingot-macros v0.1.1
8192026-05-28T23:31:05.774Z Downloaded elliptic-curve v0.13.8
8202026-05-28T23:31:05.777Z Downloaded num-complex v0.4.6
8212026-05-28T23:31:05.777Z Downloaded flume v0.11.1
8222026-05-28T23:31:05.780Z Downloaded crc-any v2.5.0
8232026-05-28T23:31:05.783Z Downloaded phf_shared v0.11.3
8242026-05-28T23:31:05.783Z Downloaded peg-runtime v0.8.5
8252026-05-28T23:31:05.783Z Downloaded const_format v0.2.35
8262026-05-28T23:31:05.786Z Downloaded phf_shared v0.13.1
8272026-05-28T23:31:05.786Z Downloaded num_enum_derive v0.7.5
8282026-05-28T23:31:05.791Z Downloaded num_enum v0.5.11
8292026-05-28T23:31:05.794Z Downloaded num_enum_derive v0.5.11
8302026-05-28T23:31:05.794Z Downloaded libloading v0.8.9
8312026-05-28T23:31:05.794Z Downloaded num-rational v0.4.2
8322026-05-28T23:31:05.797Z Downloaded num_enum v0.7.5
8332026-05-28T23:31:05.800Z Downloaded pin-utils v0.1.0
8342026-05-28T23:31:05.800Z Downloaded async-compression v0.4.41
8352026-05-28T23:31:05.820Z Downloaded proc-macro-crate v1.3.1
8362026-05-28T23:31:05.824Z Downloaded derive_more v2.1.1
8372026-05-28T23:31:05.828Z Downloaded predicates-tree v1.0.13
8382026-05-28T23:31:05.832Z Downloaded owo-colors v4.3.0
8392026-05-28T23:31:05.832Z Downloaded indexmap v1.9.3
8402026-05-28T23:31:05.835Z Downloaded bumpalo v3.20.2
8412026-05-28T23:31:05.838Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-05-28T23:31:05.838Z Downloaded oxnet v0.1.4
8432026-05-28T23:31:05.838Z Downloaded oxide-tokio-rt v0.1.4
8442026-05-28T23:31:05.838Z Downloaded ipnet v2.11.0
8452026-05-28T23:31:05.841Z Downloaded cc v1.2.56
8462026-05-28T23:31:05.844Z Downloaded psl-types v2.0.11
8472026-05-28T23:31:05.844Z Downloaded progenitor-client v0.10.0
8482026-05-28T23:31:05.844Z Downloaded pem-rfc7468 v0.7.0
8492026-05-28T23:31:05.847Z Downloaded password-hash v0.4.2
8502026-05-28T23:31:05.847Z Downloaded newtype-uuid v1.3.2
8512026-05-28T23:31:05.847Z Downloaded predicates-core v1.0.10
8522026-05-28T23:31:05.850Z Downloaded parse-display-derive v0.10.0
8532026-05-28T23:31:05.851Z Downloaded pem v3.0.6
8542026-05-28T23:31:05.853Z Downloaded paste v1.0.15
8552026-05-28T23:31:05.854Z Downloaded password-hash v0.5.0
8562026-05-28T23:31:05.857Z Downloaded nu-ansi-term v0.50.3
8572026-05-28T23:31:05.857Z Downloaded progenitor-client v0.11.2
8582026-05-28T23:31:05.857Z Downloaded libbz2-rs-sys v0.2.2
8592026-05-28T23:31:05.860Z Downloaded heapless v0.7.17
8602026-05-28T23:31:05.860Z Downloaded headers v0.4.1
8612026-05-28T23:31:05.863Z Downloaded progenitor-client v0.14.0
8622026-05-28T23:31:05.866Z Downloaded pkcs8 v0.10.2
8632026-05-28T23:31:05.866Z Downloaded pin-project-internal v1.1.11
8642026-05-28T23:31:05.869Z Downloaded phf v0.12.1
8652026-05-28T23:31:05.869Z Downloaded peg-macros v0.8.5
8662026-05-28T23:31:05.869Z Downloaded phf_shared v0.12.1
8672026-05-28T23:31:05.872Z Downloaded progenitor-macro v0.14.0
8682026-05-28T23:31:05.872Z Downloaded progenitor-macro v0.13.0
8692026-05-28T23:31:05.872Z Downloaded phf v0.13.1
8702026-05-28T23:31:05.872Z Downloaded peg v0.8.5
8712026-05-28T23:31:05.875Z Downloaded flate2 v1.1.9
8722026-05-28T23:31:05.878Z Downloaded rand_chacha v0.3.1
8732026-05-28T23:31:05.878Z Downloaded radium v0.7.0
8742026-05-28T23:31:05.882Z Downloaded progenitor-macro v0.11.2
8752026-05-28T23:31:05.882Z Downloaded omicron-zone-package v0.12.2
8762026-05-28T23:31:05.882Z Downloaded litrs v1.0.0
8772026-05-28T23:31:05.885Z Downloaded postgres-protocol v0.6.10
8782026-05-28T23:31:05.885Z Downloaded predicates v3.1.4
8792026-05-28T23:31:05.887Z Downloaded polyval v0.6.2
8802026-05-28T23:31:05.890Z Downloaded poly1305 v0.8.0
8812026-05-28T23:31:05.890Z Downloaded proc-macro-crate v3.4.0
8822026-05-28T23:31:05.894Z Downloaded ref-cast-impl v1.0.25
8832026-05-28T23:31:05.894Z Downloaded rand_xorshift v0.4.0
8842026-05-28T23:31:05.894Z Downloaded primeorder v0.13.6
8852026-05-28T23:31:05.894Z Downloaded pkg-config v0.3.32
8862026-05-28T23:31:05.897Z Downloaded aes v0.8.4
8872026-05-28T23:31:05.897Z Downloaded ed25519-dalek v2.2.0
8882026-05-28T23:31:05.900Z Downloaded progenitor-client v0.13.0
8892026-05-28T23:31:05.900Z Downloaded parking_lot v0.11.2
8902026-05-28T23:31:05.903Z Downloaded indicatif v0.18.4
8912026-05-28T23:31:05.903Z Downloaded recursive v0.1.1
8922026-05-28T23:31:05.907Z Downloaded ppv-lite86 v0.2.21
8932026-05-28T23:31:05.907Z Downloaded ref-cast v1.0.25
8942026-05-28T23:31:05.907Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-28T23:31:05.910Z Downloaded diesel_derives v2.3.7
8962026-05-28T23:31:05.913Z Downloaded powerfmt v0.2.0
8972026-05-28T23:31:05.913Z Downloaded ignore v0.4.25
8982026-05-28T23:31:05.916Z Downloaded heapless v0.8.0
8992026-05-28T23:31:05.916Z Downloaded progenitor v0.14.0
9002026-05-28T23:31:05.919Z Downloaded quick-error v1.2.3
9012026-05-28T23:31:05.919Z Downloaded pkcs1 v0.7.5
9022026-05-28T23:31:05.919Z Downloaded r2d2 v0.8.10
9032026-05-28T23:31:05.922Z Downloaded progenitor v0.13.0
9042026-05-28T23:31:05.922Z Downloaded parking_lot_core v0.8.6
9052026-05-28T23:31:05.926Z Downloaded parking_lot v0.12.5
9062026-05-28T23:31:05.926Z Downloaded derive_more v0.99.20
9072026-05-28T23:31:05.929Z Downloaded progenitor-extras v0.2.0
9082026-05-28T23:31:05.929Z Downloaded pin-project-lite v0.2.17
9092026-05-28T23:31:05.932Z Downloaded rustc_version v0.4.1
9102026-05-28T23:31:05.932Z Downloaded rustc_version v0.1.7
9112026-05-28T23:31:05.935Z Downloaded rfc6979 v0.4.0
9122026-05-28T23:31:05.935Z Downloaded progenitor v0.11.2
9132026-05-28T23:31:05.935Z Downloaded proc-macro-error2 v2.0.1
9142026-05-28T23:31:05.938Z Downloaded psm v0.1.30
9152026-05-28T23:31:05.938Z Downloaded rand_chacha v0.9.0
9162026-05-28T23:31:05.941Z Downloaded hickory-resolver v0.24.4
9172026-05-28T23:31:05.944Z Downloaded precomputed-hash v0.1.1
9182026-05-28T23:31:05.944Z Downloaded packed_struct v0.10.1
9192026-05-28T23:31:05.944Z Downloaded openssl-probe v0.1.6
9202026-05-28T23:31:05.944Z Downloaded num-integer v0.1.46
9212026-05-28T23:31:05.947Z Downloaded memmap2 v0.9.10
9222026-05-28T23:31:05.947Z Downloaded futures v0.3.32
9232026-05-28T23:31:05.950Z Downloaded der v0.7.10
9242026-05-28T23:31:05.953Z Downloaded rand_core v0.6.4
9252026-05-28T23:31:05.953Z Downloaded darling_core v0.21.3
9262026-05-28T23:31:05.956Z Downloaded rand_core v0.10.0
9272026-05-28T23:31:05.959Z Downloaded papergrid v0.17.0
9282026-05-28T23:31:05.962Z Downloaded crypto-bigint v0.5.5
9292026-05-28T23:31:05.965Z Downloaded same-file v1.0.6
9302026-05-28T23:31:05.965Z Downloaded scrypt v0.11.0
9312026-05-28T23:31:05.968Z Downloaded rand_seeder v0.4.0
9322026-05-28T23:31:05.968Z Downloaded rustc-hash v2.1.1
9332026-05-28T23:31:05.968Z Downloaded salsa20 v0.10.2
9342026-05-28T23:31:05.971Z Downloaded postgres-types v0.2.12
9352026-05-28T23:31:05.971Z Downloaded parking_lot_core v0.9.12
9362026-05-28T23:31:05.974Z Downloaded base64 v0.22.1
9372026-05-28T23:31:05.974Z Downloaded num-conv v0.2.0
9382026-05-28T23:31:05.975Z Downloaded compact_str v0.8.1
9392026-05-28T23:31:05.978Z Downloaded new_debug_unreachable v1.0.6
9402026-05-28T23:31:05.978Z Downloaded indoc v2.0.7
9412026-05-28T23:31:05.981Z Downloaded pkcs5 v0.7.1
9422026-05-28T23:31:05.984Z Downloaded sapling-renderdag v0.1.0
9432026-05-28T23:31:05.984Z Downloaded miniz_oxide v0.8.9
9442026-05-28T23:31:05.984Z Downloaded scheduled-thread-pool v0.2.7
9452026-05-28T23:31:05.987Z Downloaded derive_builder v0.20.2
9462026-05-28T23:31:05.990Z Downloaded secrecy v0.10.3
9472026-05-28T23:31:05.990Z Downloaded scopeguard v1.2.0
9482026-05-28T23:31:05.990Z Downloaded secrecy v0.8.0
9492026-05-28T23:31:05.990Z Downloaded scroll_derive v0.13.1
9502026-05-28T23:31:05.993Z Downloaded resolv-conf v0.7.6
9512026-05-28T23:31:05.993Z Downloaded data-encoding v2.10.0
9522026-05-28T23:31:05.993Z Downloaded derive_builder_core v0.20.2
9532026-05-28T23:31:05.996Z Downloaded serde_plain v1.0.2
9542026-05-28T23:31:05.996Z Downloaded serde_bytes v0.11.19
9552026-05-28T23:31:05.996Z Downloaded daft v0.1.7
9562026-05-28T23:31:05.999Z Downloaded ena v0.14.4
9572026-05-28T23:31:05.999Z Downloaded corncobs v0.1.4
9582026-05-28T23:31:05.999Z Downloaded foldhash v0.2.0
9592026-05-28T23:31:06.003Z Downloaded colored v3.1.1
9602026-05-28T23:31:06.003Z Downloaded backon v1.6.0
9612026-05-28T23:31:06.006Z Downloaded defmt v1.0.1
9622026-05-28T23:31:06.006Z Downloaded serde_urlencoded v0.7.1
9632026-05-28T23:31:06.009Z Downloaded sha1 v0.10.6
9642026-05-28T23:31:06.009Z Downloaded rustls-pemfile v2.2.0
9652026-05-28T23:31:06.012Z Downloaded quinn-udp v0.5.14
9662026-05-28T23:31:06.012Z Downloaded serde_repr v0.1.20
9672026-05-28T23:31:06.012Z Downloaded openssl-sys v0.9.115
9682026-05-28T23:31:06.015Z Downloaded prefix-trie v0.7.0
9692026-05-28T23:31:06.018Z Downloaded pin-project v1.1.11
9702026-05-28T23:31:06.023Z Downloaded sigpipe v0.1.3
9712026-05-28T23:31:06.026Z Downloaded signal-hook-mio v0.2.5
9722026-05-28T23:31:06.026Z Downloaded signal-hook-tokio v0.3.1
9732026-05-28T23:31:06.026Z Downloaded shell-words v1.1.1
9742026-05-28T23:31:06.029Z Downloaded rustls-pemfile v1.0.4
9752026-05-28T23:31:06.030Z Downloaded crossterm v0.28.1
9762026-05-28T23:31:06.033Z Downloaded rtoolbox v0.0.3
9772026-05-28T23:31:06.033Z Downloaded semver v0.1.20
9782026-05-28T23:31:06.036Z Downloaded der_derive v0.7.3
9792026-05-28T23:31:06.036Z Downloaded postcard v1.1.3
9802026-05-28T23:31:06.036Z Downloaded oso v0.27.3
9812026-05-28T23:31:06.039Z Downloaded signature v2.2.0
9822026-05-28T23:31:06.039Z Downloaded russh-cryptovec v0.7.3
9832026-05-28T23:31:06.042Z Downloaded chacha20 v0.10.0
9842026-05-28T23:31:06.042Z Downloaded cancel-safe-futures v0.1.5
9852026-05-28T23:31:06.045Z Downloaded schemars_derive v0.8.22
9862026-05-28T23:31:06.045Z Downloaded bit-vec v0.8.0
9872026-05-28T23:31:06.045Z Downloaded ctr v0.9.2
9882026-05-28T23:31:06.048Z Downloaded crossbeam-deque v0.8.6
9892026-05-28T23:31:06.049Z Downloaded siphasher v1.0.2
9902026-05-28T23:31:06.049Z Downloaded rustversion v1.0.22
9912026-05-28T23:31:06.052Z Downloaded slog-envlogger v2.2.0
9922026-05-28T23:31:06.052Z Downloaded critical-section v1.2.0
9932026-05-28T23:31:06.055Z Downloaded p256 v0.13.2
9942026-05-28T23:31:06.055Z Downloaded async-bb8-diesel v0.2.1
9952026-05-28T23:31:06.058Z Downloaded hickory-server v0.25.2
9962026-05-28T23:31:06.061Z Downloaded cfg_aliases v0.2.1
9972026-05-28T23:31:06.061Z Downloaded rusty-fork v0.3.1
9982026-05-28T23:31:06.064Z Downloaded castaway v0.2.4
9992026-05-28T23:31:06.064Z Downloaded slog-bunyan v2.5.0
10002026-05-28T23:31:06.064Z Downloaded sec1 v0.7.3
10012026-05-28T23:31:06.067Z Downloaded serde_derive_internals v0.29.1
10022026-05-28T23:31:06.067Z Downloaded scroll v0.13.0
10032026-05-28T23:31:06.070Z Downloaded serde-big-array v0.5.1
10042026-05-28T23:31:06.070Z Downloaded dof v0.4.0
10052026-05-28T23:31:06.070Z Downloaded cpufeatures v0.3.0
10062026-05-28T23:31:06.073Z Downloaded bitfield v0.19.4
10072026-05-28T23:31:06.073Z Downloaded hashbrown v0.13.2
10082026-05-28T23:31:06.076Z Downloaded serde_path_to_error v0.1.20
10092026-05-28T23:31:06.079Z Downloaded jiff-static v0.2.21
10102026-05-28T23:31:06.079Z Downloaded hashbrown v0.12.3
10112026-05-28T23:31:06.082Z Downloaded serde_spanned v1.0.4
10122026-05-28T23:31:06.082Z Downloaded serde_with_macros v1.5.2
10132026-05-28T23:31:06.085Z Downloaded crossterm v0.29.0
10142026-05-28T23:31:06.088Z Downloaded rand_core v0.9.5
10152026-05-28T23:31:06.091Z Downloaded hickory-resolver v0.25.2
10162026-05-28T23:31:06.091Z Downloaded serde-hex v0.1.0
10172026-05-28T23:31:06.094Z Downloaded strsim v0.10.0
10182026-05-28T23:31:06.094Z Downloaded ssh-cipher v0.2.0
10192026-05-28T23:31:06.097Z Downloaded rustls-native-certs v0.8.3
10202026-05-28T23:31:06.097Z Downloaded sqlparser_derive v0.5.0
10212026-05-28T23:31:06.100Z Downloaded russh-keys v0.45.0
10222026-05-28T23:31:06.100Z Downloaded minimal-lexical v0.2.1
10232026-05-28T23:31:06.103Z Downloaded ssh-encoding v0.2.0
10242026-05-28T23:31:06.106Z Downloaded progenitor-impl v0.13.0
10252026-05-28T23:31:06.106Z Downloaded progenitor-impl v0.11.2
10262026-05-28T23:31:06.109Z Downloaded async-stream-impl v0.3.6
10272026-05-28T23:31:06.112Z Downloaded smallvec v0.6.14
10282026-05-28T23:31:06.112Z Downloaded rcgen v0.12.1
10292026-05-28T23:31:06.115Z Downloaded structmeta-derive v0.3.0
10302026-05-28T23:31:06.115Z Downloaded structmeta v0.3.0
10312026-05-28T23:31:06.115Z Downloaded strip-ansi-escapes v0.2.1
10322026-05-28T23:31:06.118Z Downloaded slog-scope v4.4.1
10332026-05-28T23:31:06.118Z Downloaded slab v0.4.12
10342026-05-28T23:31:06.119Z Downloaded supports-color v3.0.2
10352026-05-28T23:31:06.123Z Downloaded strum v0.26.3
10362026-05-28T23:31:06.123Z Downloaded strum v0.27.2
10372026-05-28T23:31:06.123Z Downloaded slog-async v2.8.0
10382026-05-28T23:31:06.123Z Downloaded rustls-pki-types v1.14.0
10392026-05-28T23:31:06.126Z Downloaded slog-stdlog v4.1.1
10402026-05-28T23:31:06.126Z Downloaded http v1.4.0
10412026-05-28T23:31:06.129Z Downloaded aes-gcm v0.10.3
10422026-05-28T23:31:06.133Z Downloaded slog-json v2.6.1
10432026-05-28T23:31:06.133Z Downloaded hyper-util v0.1.20
10442026-05-28T23:31:06.141Z Downloaded sct v0.7.1
10452026-05-28T23:31:06.144Z Downloaded take_mut v0.2.2
10462026-05-28T23:31:06.144Z Downloaded sync_wrapper v1.0.2
10472026-05-28T23:31:06.144Z Downloaded serde_cbor v0.11.2
10482026-05-28T23:31:06.144Z Downloaded tagptr v0.2.0
10492026-05-28T23:31:06.144Z Downloaded slog-term v2.9.2
10502026-05-28T23:31:06.147Z Downloaded progenitor-impl v0.14.0
10512026-05-28T23:31:06.147Z Downloaded itertools v0.10.5
10522026-05-28T23:31:06.151Z Downloaded snafu-derive v0.8.9
10532026-05-28T23:31:06.154Z Downloaded testing_table v0.3.0
10542026-05-28T23:31:06.154Z Downloaded tabwriter v1.4.1
10552026-05-28T23:31:06.154Z Downloaded tap v1.0.1
10562026-05-28T23:31:06.157Z Downloaded tabled_derive v0.11.0
10572026-05-28T23:31:06.157Z Downloaded sync-ptr v0.1.4
10582026-05-28T23:31:06.157Z Downloaded smf v0.2.3
10592026-05-28T23:31:06.157Z Downloaded prettyplease v0.2.37
10602026-05-28T23:31:06.160Z Downloaded serde_with_macros v3.17.0
10612026-05-28T23:31:06.163Z Downloaded sqlformat v0.3.5
10622026-05-28T23:31:06.163Z Downloaded spki v0.7.3
10632026-05-28T23:31:06.163Z Downloaded slog-dtrace v0.3.0
10642026-05-28T23:31:06.166Z Downloaded simd-adler32 v0.3.8
10652026-05-28T23:31:06.166Z Downloaded seq-macro v0.3.6
10662026-05-28T23:31:06.166Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-28T23:31:06.169Z Downloaded thread-id v5.1.0
10682026-05-28T23:31:06.169Z Downloaded tinyvec_macros v0.1.1
10692026-05-28T23:31:06.170Z Downloaded termtree v0.5.1
10702026-05-28T23:31:06.174Z Downloaded stringprep v0.1.5
10712026-05-28T23:31:06.174Z Downloaded signal-hook-registry v1.4.8
10722026-05-28T23:31:06.177Z Downloaded mio v1.2.0
10732026-05-28T23:31:06.180Z Downloaded schemars v0.8.22
10742026-05-28T23:31:06.185Z Downloaded time-core v0.1.8
10752026-05-28T23:31:06.188Z Downloaded string_cache v0.8.9
10762026-05-28T23:31:06.188Z Downloaded strum_macros v0.27.2
10772026-05-28T23:31:06.191Z Downloaded strum_macros v0.26.4
10782026-05-28T23:31:06.191Z Downloaded stacker v0.1.23
10792026-05-28T23:31:06.191Z Downloaded tokio-macros v2.7.0
10802026-05-28T23:31:06.194Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-28T23:31:06.198Z Downloaded static_assertions v1.1.0
10822026-05-28T23:31:06.198Z Downloaded ryu v1.0.23
10832026-05-28T23:31:06.201Z Downloaded pretty_assertions v1.4.1
10842026-05-28T23:31:06.203Z Downloaded publicsuffix v2.3.0
10852026-05-28T23:31:06.203Z Downloaded support-bundle-viewer v0.1.2
10862026-05-28T23:31:06.204Z Downloaded subtle v2.6.1
10872026-05-28T23:31:06.207Z Downloaded num-bigint v0.4.6
10882026-05-28T23:31:06.209Z Downloaded libxml v0.3.3
10892026-05-28T23:31:06.213Z Downloaded dropshot-api-manager v0.7.2
10902026-05-28T23:31:06.218Z Downloaded nom v7.1.3
10912026-05-28T23:31:06.226Z Downloaded termios v0.3.3
10922026-05-28T23:31:06.229Z Downloaded quinn v0.11.9
10932026-05-28T23:31:06.232Z Downloaded spin v0.9.8
10942026-05-28T23:31:06.232Z Downloaded shlex v1.3.0
10952026-05-28T23:31:06.235Z Downloaded signal-hook v0.3.18
10962026-05-28T23:31:06.238Z Downloaded try-lock v0.2.5
10972026-05-28T23:31:06.238Z Downloaded aho-corasick v1.1.4
10982026-05-28T23:31:06.241Z Downloaded trait-variant v0.1.2
10992026-05-28T23:31:06.241Z Downloaded tower-service v0.3.3
11002026-05-28T23:31:06.244Z Downloaded rayon-core v1.13.0
11012026-05-28T23:31:06.244Z Downloaded iri-string v0.7.10
11022026-05-28T23:31:06.248Z Downloaded slog v2.8.2
11032026-05-28T23:31:06.251Z Downloaded tower-layer v0.3.3
11042026-05-28T23:31:06.251Z Downloaded topological-sort v0.2.2
11052026-05-28T23:31:06.254Z Downloaded tiny-keccak v2.0.2
11062026-05-28T23:31:06.254Z Downloaded time-macros v0.2.27
11072026-05-28T23:31:06.257Z Downloaded strum_macros v0.24.3
11082026-05-28T23:31:06.257Z Downloaded similar v2.7.0
11092026-05-28T23:31:06.260Z Downloaded thiserror-no-std v2.0.2
11102026-05-28T23:31:06.263Z Downloaded typify-macro v0.6.2
11112026-05-28T23:31:06.263Z Downloaded tokio-native-tls v0.3.1
11122026-05-28T23:31:06.266Z Downloaded tokio-dtrace v0.1.1
11132026-05-28T23:31:06.266Z Downloaded num-bigint-dig v0.8.6
11142026-05-28T23:31:06.269Z Downloaded typify-macro v0.4.3
11152026-05-28T23:31:06.269Z Downloaded rand v0.8.6
11162026-05-28T23:31:06.272Z Downloaded tokio-rustls v0.25.0
11172026-05-28T23:31:06.272Z Downloaded tokio-tungstenite v0.21.0
11182026-05-28T23:31:06.275Z Downloaded universal-hash v0.5.1
11192026-05-28T23:31:06.278Z Downloaded untrusted v0.9.0
11202026-05-28T23:31:06.281Z Downloaded usdt-macro v0.6.0
11212026-05-28T23:31:06.281Z Downloaded socket2 v0.5.10
11222026-05-28T23:31:06.281Z Downloaded untrusted v0.7.1
11232026-05-28T23:31:06.288Z Downloaded unicode-truncate v1.1.0
11242026-05-28T23:31:06.291Z Downloaded ron v0.8.1
11252026-05-28T23:31:06.294Z Downloaded tokio-tungstenite v0.23.1
11262026-05-28T23:31:06.294Z Downloaded socket2 v0.6.3
11272026-05-28T23:31:06.297Z Downloaded qorb v0.4.1
11282026-05-28T23:31:06.300Z Downloaded unit-prefix v0.5.2
11292026-05-28T23:31:06.300Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-05-28T23:31:06.300Z Downloaded hashbrown v0.15.5
11312026-05-28T23:31:06.303Z Downloaded void v1.0.2
11322026-05-28T23:31:06.303Z Downloaded hyper v1.8.1
11332026-05-28T23:31:06.307Z Downloaded utf-8 v0.7.6
11342026-05-28T23:31:06.310Z Downloaded usdt v0.6.0
11352026-05-28T23:31:06.310Z Downloaded term v1.2.1
11362026-05-28T23:31:06.313Z Downloaded term v0.7.0
11372026-05-28T23:31:06.313Z Downloaded unarray v0.1.4
11382026-05-28T23:31:06.316Z Downloaded tls_codec v0.4.2
11392026-05-28T23:31:06.316Z Downloaded want v0.3.1
11402026-05-28T23:31:06.316Z Downloaded waitgroup v0.1.2
11412026-05-28T23:31:06.316Z Downloaded h2 v0.4.13
11422026-05-28T23:31:06.319Z Downloaded samael v0.0.19
11432026-05-28T23:31:06.323Z Downloaded unicase v2.9.0
11442026-05-28T23:31:06.326Z Downloaded tls_codec_derive v0.4.2
11452026-05-28T23:31:06.326Z Downloaded tui-tree-widget v0.23.1
11462026-05-28T23:31:06.326Z Downloaded rustls-webpki v0.103.9
11472026-05-28T23:31:06.329Z Downloaded rsa v0.9.10
11482026-05-28T23:31:06.332Z Downloaded futures-util v0.3.32
11492026-05-28T23:31:06.337Z Downloaded wait-timeout v0.2.1
11502026-05-28T23:31:06.340Z Downloaded tokio-rustls v0.24.1
11512026-05-28T23:31:06.340Z Downloaded tokio-rustls v0.26.4
11522026-05-28T23:31:06.343Z Downloaded schemars v1.2.1
11532026-05-28T23:31:06.349Z Downloaded tokio-stream v0.1.18
11542026-05-28T23:31:06.352Z Downloaded xattr v1.6.1
11552026-05-28T23:31:06.355Z Downloaded usdt-attr-macro v0.6.0
11562026-05-28T23:31:06.355Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-05-28T23:31:06.355Z Downloaded snafu v0.8.9
11582026-05-28T23:31:06.358Z Downloaded itertools v0.14.0
11592026-05-28T23:31:06.362Z Downloaded usdt-impl v0.6.0
11602026-05-28T23:31:06.365Z Downloaded itertools v0.12.1
11612026-05-28T23:31:06.368Z Downloaded xshell-macros v0.2.7
11622026-05-28T23:31:06.368Z Downloaded vergen-lib v0.1.6
11632026-05-28T23:31:06.368Z Downloaded vergen-git2 v9.1.0
11642026-05-28T23:31:06.372Z Downloaded uzers v0.12.2
11652026-05-28T23:31:06.372Z Downloaded blake3 v1.8.3
11662026-05-28T23:31:06.375Z Downloaded vergen-lib v9.1.0
11672026-05-28T23:31:06.378Z Downloaded tracing-attributes v0.1.31
11682026-05-28T23:31:06.379Z Downloaded tinyvec v1.10.0
11692026-05-28T23:31:06.383Z Downloaded zone v0.3.1
11702026-05-28T23:31:06.383Z Downloaded vergen-gitcl v1.0.8
11712026-05-28T23:31:06.383Z Downloaded test-strategy v0.4.5
11722026-05-28T23:31:06.386Z Downloaded russh v0.45.0
11732026-05-28T23:31:06.387Z Downloaded vsss-rs v3.3.4
11742026-05-28T23:31:06.389Z Downloaded p521 v0.13.3
11752026-05-28T23:31:06.392Z Downloaded bitvec v1.0.1
11762026-05-28T23:31:06.398Z Downloaded whoami v2.1.0
11772026-05-28T23:31:06.401Z Downloaded whoami v1.6.1
11782026-05-28T23:31:06.401Z Downloaded walkdir v2.5.0
11792026-05-28T23:31:06.404Z Downloaded aws-lc-rs v1.16.3
11802026-05-28T23:31:06.407Z Downloaded zeroize_derive v1.4.3
11812026-05-28T23:31:06.410Z Downloaded wyz v0.5.1
11822026-05-28T23:31:06.410Z Downloaded unicode-properties v0.1.4
11832026-05-28T23:31:06.410Z Downloaded tar v0.4.45
11842026-05-28T23:31:06.413Z Downloaded toml v1.0.6+spec-1.1.0
11852026-05-28T23:31:06.416Z Downloaded libm v0.2.16
11862026-05-28T23:31:06.419Z Downloaded zeroize v1.8.2
11872026-05-28T23:31:06.422Z Downloaded toml v0.7.8
11882026-05-28T23:31:06.422Z Downloaded zone_cfg_derive v0.3.1
11892026-05-28T23:31:06.425Z Downloaded schemars v0.9.0
11902026-05-28T23:31:06.429Z Downloaded rand v0.10.0
11912026-05-28T23:31:06.432Z Downloaded hkdf v0.12.4
11922026-05-28T23:31:06.435Z Downloaded subprocess v0.2.15
11932026-05-28T23:31:06.435Z Downloaded serde_yaml v0.9.34+deprecated
11942026-05-28T23:31:06.438Z Downloaded vergen v9.1.0
11952026-05-28T23:31:06.438Z Downloaded thread_local v1.1.9
11962026-05-28T23:31:06.441Z Downloaded rand v0.9.2
11972026-05-28T23:31:06.441Z Downloaded zstd-safe v7.2.4
11982026-05-28T23:31:06.443Z Downloaded xshell v0.2.7
11992026-05-28T23:31:06.444Z Downloaded twox-hash v2.1.2
12002026-05-28T23:31:06.447Z Downloaded tungstenite v0.23.0
12012026-05-28T23:31:06.447Z Downloaded hashbrown v0.16.1
12022026-05-28T23:31:06.449Z Downloaded iddqd v0.4.2
12032026-05-28T23:31:06.454Z Downloaded unicode-bidi v0.3.18
12042026-05-28T23:31:06.457Z Downloaded toml_writer v1.0.6+spec-1.1.0
12052026-05-28T23:31:06.457Z Downloaded typify v0.4.3
12062026-05-28T23:31:06.460Z Downloaded typify v0.6.2
12072026-05-28T23:31:06.463Z Downloaded rustyline v14.0.0
12082026-05-28T23:31:06.466Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12092026-05-28T23:31:06.466Z Downloaded itertools v0.13.0
12102026-05-28T23:31:06.474Z Downloaded rpassword v7.4.0
12112026-05-28T23:31:06.478Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-05-28T23:31:06.481Z Downloaded steno v0.4.1
12132026-05-28T23:31:06.484Z Downloaded yasna v0.5.2
12142026-05-28T23:31:06.487Z Downloaded bindgen v0.71.1
12152026-05-28T23:31:06.490Z Downloaded tungstenite v0.21.0
12162026-05-28T23:31:06.493Z Downloaded tracing-core v0.1.36
12172026-05-28T23:31:06.496Z Downloaded serde_with v1.14.0
12182026-05-28T23:31:06.499Z Downloaded tokio-postgres v0.7.16
12192026-05-28T23:31:06.503Z Downloaded reedline v0.40.0
12202026-05-28T23:31:06.514Z Downloaded zerocopy v0.6.6
12212026-05-28T23:31:06.517Z Downloaded unsafe-libyaml v0.2.11
12222026-05-28T23:31:06.524Z Downloaded chrono v0.4.44
12232026-05-28T23:31:06.528Z Downloaded zstd v0.13.3
12242026-05-28T23:31:06.540Z Downloaded zopfli v0.8.3
12252026-05-28T23:31:06.543Z Downloaded p384 v0.13.1
12262026-05-28T23:31:06.546Z Downloaded vte v0.14.1
12272026-05-28T23:31:06.549Z Downloaded regex v1.12.3
12282026-05-28T23:31:06.552Z Downloaded reqwest v0.13.2
12292026-05-28T23:31:06.555Z Downloaded reqwest v0.12.28
12302026-05-28T23:31:06.558Z Downloaded unicode_categories v0.1.1
12312026-05-28T23:31:06.561Z Downloaded git2 v0.20.4
12322026-05-28T23:31:06.586Z Downloaded zip v0.6.6
12332026-05-28T23:31:06.592Z Downloaded typed-path v0.9.3
12342026-05-28T23:31:06.595Z Downloaded quick-xml v0.37.5
12352026-05-28T23:31:06.599Z Downloaded ssh-key v0.6.7
12362026-05-28T23:31:06.603Z Downloaded salty v0.3.0
12372026-05-28T23:31:06.607Z Downloaded zerocopy-derive v0.8.40
12382026-05-28T23:31:06.612Z Downloaded tower v0.5.3
12392026-05-28T23:31:06.617Z Downloaded toml_edit v0.19.15
12402026-05-28T23:31:06.627Z Downloaded rayon v1.11.0
12412026-05-28T23:31:06.632Z Downloaded goblin v0.10.5
12422026-05-28T23:31:06.636Z Downloaded x509-cert v0.2.5
12432026-05-28T23:31:06.639Z Downloaded rustls-webpki v0.101.7
12442026-05-28T23:31:06.647Z Downloaded unicode-segmentation v1.12.0
12452026-05-28T23:31:06.650Z Downloaded unicode-normalization v0.1.25
12462026-05-28T23:31:06.653Z Downloaded lalrpop v0.19.12
12472026-05-28T23:31:06.657Z Downloaded petname v2.0.2
12482026-05-28T23:31:06.660Z Downloaded moka v0.12.13
12492026-05-28T23:31:06.664Z Downloaded portable-atomic v1.13.1
12502026-05-28T23:31:06.669Z Downloaded tokio-util v0.7.18
12512026-05-28T23:31:06.673Z Downloaded curve25519-dalek v4.1.3
12522026-05-28T23:31:06.678Z Downloaded yansi v1.0.1
12532026-05-28T23:31:06.682Z Downloaded uuid v1.23.0
12542026-05-28T23:31:06.685Z Downloaded tower-http v0.6.8
12552026-05-28T23:31:06.688Z Downloaded zip v4.6.1
12562026-05-28T23:31:06.691Z Downloaded tough v0.22.0
12572026-05-28T23:31:06.694Z Downloaded rustls-webpki v0.102.8
12582026-05-28T23:31:06.705Z Downloaded proptest v1.10.0
12592026-05-28T23:31:06.712Z Downloaded winnow v0.6.26
12602026-05-28T23:31:06.720Z Downloaded bstr v1.12.1
12612026-05-28T23:31:06.730Z Downloaded serde_with v3.17.0
12622026-05-28T23:31:06.737Z Downloaded quinn-proto v0.11.13
12632026-05-28T23:31:06.741Z Downloaded nix v0.27.1
12642026-05-28T23:31:06.747Z Downloaded openssl v0.10.79
12652026-05-28T23:31:06.754Z Downloaded tabled v0.20.0
12662026-05-28T23:31:06.764Z Downloaded polar-core v0.27.3
12672026-05-28T23:31:06.768Z Downloaded rustls v0.21.12
12682026-05-28T23:31:06.775Z Downloaded winnow v0.5.40
12692026-05-28T23:31:06.779Z Downloaded object v0.30.4
12702026-05-28T23:31:06.784Z Downloaded smoltcp v0.9.1
12712026-05-28T23:31:06.792Z Downloaded nix v0.28.0
12722026-05-28T23:31:06.806Z Downloaded time v0.3.47
12732026-05-28T23:31:06.812Z Downloaded regex-syntax v0.6.29
12742026-05-28T23:31:06.816Z Downloaded radix_trie v0.2.1
12752026-05-28T23:31:06.821Z Downloaded hickory-proto v0.24.4
12762026-05-28T23:31:06.829Z Downloaded vcpkg v0.2.15
12772026-05-28T23:31:06.851Z Downloaded zlib-rs v0.6.2
12782026-05-28T23:31:06.855Z Downloaded regress v0.10.5
12792026-05-28T23:31:06.859Z Downloaded object v0.37.3
12802026-05-28T23:31:06.865Z Downloaded nix v0.31.2
12812026-05-28T23:31:06.872Z Downloaded webpki-roots v1.0.6
12822026-05-28T23:31:06.875Z Downloaded smoltcp v0.11.0
12832026-05-28T23:31:06.880Z Downloaded rustls v0.22.4
12842026-05-28T23:31:06.888Z Downloaded zerocopy v0.8.40
12852026-05-28T23:31:06.894Z Downloaded openapiv3 v2.2.0
12862026-05-28T23:31:06.900Z Downloaded hickory-proto v0.25.2
12872026-05-28T23:31:06.910Z Downloaded regex-syntax v0.8.10
12882026-05-28T23:31:06.914Z Downloaded rustls v0.23.37
12892026-05-28T23:31:06.920Z Downloaded rustix v0.38.44
12902026-05-28T23:31:06.933Z Downloaded diesel v2.3.7
12912026-05-28T23:31:06.944Z Downloaded regress v0.11.1
12922026-05-28T23:31:06.968Z Downloaded sqlparser v0.61.0
12932026-05-28T23:31:06.995Z Downloaded sled v0.34.7
12942026-05-28T23:31:07.002Z Downloaded tracing v0.1.44
12952026-05-28T23:31:07.013Z Downloaded ratatui v0.29.0
12962026-05-28T23:31:07.024Z Downloaded zerocopy-derive v0.6.6
12972026-05-28T23:31:07.028Z Downloaded typify-impl v0.6.2
12982026-05-28T23:31:07.035Z Downloaded typify-impl v0.4.3
12992026-05-28T23:31:07.043Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-05-28T23:31:07.049Z Downloaded petgraph v0.6.5
13012026-05-28T23:31:07.058Z Downloaded regex-automata v0.4.14
13022026-05-28T23:31:07.074Z Downloaded petgraph v0.8.3
13032026-05-28T23:31:07.086Z Downloaded chrono-tz v0.10.4
13042026-05-28T23:31:07.094Z Downloaded libz-sys v1.1.24
13052026-05-28T23:31:07.106Z Downloaded csv v1.4.0
13062026-05-28T23:31:07.116Z Downloaded jiff v0.2.21
13072026-05-28T23:31:07.142Z Downloaded encoding_rs v0.8.35
13082026-05-28T23:31:07.155Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-28T23:31:07.164Z Downloaded sha3 v0.10.8
13102026-05-28T23:31:07.182Z Downloaded tokio v1.52.1
13112026-05-28T23:31:07.277Z Downloaded ring v0.17.14
13122026-05-28T23:31:07.327Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-28T23:31:07.828Z Downloaded aws-lc-sys v0.40.0
13142026-05-28T23:31:08.082Z Compiling libc v0.2.185
13152026-05-28T23:31:08.082Z Compiling serde v1.0.228
13162026-05-28T23:31:08.086Z Compiling log v0.4.29
13172026-05-28T23:31:08.086Z Compiling shlex v1.3.0
13182026-05-28T23:31:08.229Z Compiling find-msvc-tools v0.1.9
13192026-05-28T23:31:08.233Z Compiling smallvec v1.15.1
13202026-05-28T23:31:08.238Z Compiling syn v2.0.117
13212026-05-28T23:31:08.255Z Compiling typenum v1.19.0
13222026-05-28T23:31:08.409Z Compiling generic-array v0.14.7
13232026-05-28T23:31:08.424Z Compiling subtle v2.6.1
13242026-05-28T23:31:08.439Z Compiling scopeguard v1.2.0
13252026-05-28T23:31:08.516Z Compiling lock_api v0.4.14
13262026-05-28T23:31:08.542Z Compiling const-oid v0.9.6
13272026-05-28T23:31:08.555Z Compiling serde_json v1.0.149
13282026-05-28T23:31:08.593Z Compiling zerocopy v0.8.40
13292026-05-28T23:31:08.690Z Compiling portable-atomic v1.13.1
13302026-05-28T23:31:08.782Z Compiling pin-project-lite v0.2.17
13312026-05-28T23:31:08.883Z Compiling parking_lot_core v0.9.12
13322026-05-28T23:31:09.069Z Compiling getrandom v0.2.17
13332026-05-28T23:31:09.118Z Compiling jobserver v0.1.34
13342026-05-28T23:31:09.142Z Compiling errno v0.3.14
13352026-05-28T23:31:09.217Z Compiling rand_core v0.6.4
13362026-05-28T23:31:09.300Z Compiling pkg-config v0.3.32
13372026-05-28T23:31:09.325Z Compiling signal-hook-registry v1.4.8
13382026-05-28T23:31:09.338Z Compiling cc v1.2.56
13392026-05-28T23:31:09.501Z Compiling bitflags v2.11.0
13402026-05-28T23:31:09.584Z Compiling libm v0.2.16
13412026-05-28T23:31:09.584Z Compiling futures-core v0.3.32
13422026-05-28T23:31:09.725Z Compiling critical-section v1.2.0
13432026-05-28T23:31:09.745Z Compiling parking_lot v0.12.5
13442026-05-28T23:31:09.833Z Compiling mio v1.2.0
13452026-05-28T23:31:09.847Z Compiling num-traits v0.2.19
13462026-05-28T23:31:09.904Z Compiling once_cell v1.21.3
13472026-05-28T23:31:09.978Z Compiling percent-encoding v2.3.2
13482026-05-28T23:31:10.106Z Compiling socket2 v0.6.3
13492026-05-28T23:31:10.122Z Compiling futures-sink v0.3.32
13502026-05-28T23:31:10.161Z Compiling slab v0.4.12
13512026-05-28T23:31:10.185Z Compiling futures-task v0.3.32
13522026-05-28T23:31:10.222Z Compiling futures-channel v0.3.32
13532026-05-28T23:31:10.293Z Compiling futures-io v0.3.32
13542026-05-28T23:31:10.332Z Compiling getrandom v0.4.1
13552026-05-28T23:31:10.351Z Compiling cpufeatures v0.2.17
13562026-05-28T23:31:10.424Z Compiling rand_core v0.10.0
13572026-05-28T23:31:10.442Z Compiling indexmap v2.14.0
13582026-05-28T23:31:10.445Z Compiling getrandom v0.3.4
13592026-05-28T23:31:10.499Z Compiling rustversion v1.0.22
13602026-05-28T23:31:10.586Z Compiling form_urlencoded v1.2.2
13612026-05-28T23:31:10.865Z Compiling cmake v0.1.57
13622026-05-28T23:31:10.883Z Compiling fs_extra v1.3.0
13632026-05-28T23:31:10.979Z Compiling dunce v1.0.5
13642026-05-28T23:31:11.074Z Compiling synstructure v0.13.2
13652026-05-28T23:31:11.078Z Compiling ident_case v1.0.1
13662026-05-28T23:31:11.146Z Compiling base64ct v1.8.3
13672026-05-28T23:31:11.205Z Compiling rustix v1.1.3
13682026-05-28T23:31:11.258Z Compiling aws-lc-sys v0.40.0
13692026-05-28T23:31:11.281Z Compiling flagset v0.4.7
13702026-05-28T23:31:11.392Z Compiling pem-rfc7468 v0.7.0
13712026-05-28T23:31:11.411Z Compiling iana-time-zone v0.1.65
13722026-05-28T23:31:11.430Z Compiling regex-syntax v0.8.10
13732026-05-28T23:31:11.621Z Compiling rand_core v0.9.5
13742026-05-28T23:31:11.691Z Compiling ring v0.17.14
13752026-05-28T23:31:11.766Z Compiling aws-lc-rs v1.16.3
13762026-05-28T23:31:11.779Z Compiling vcpkg v0.2.15
13772026-05-28T23:31:11.963Z Compiling uuid v1.23.0
13782026-05-28T23:31:12.062Z Compiling rustc_version v0.4.1
13792026-05-28T23:31:12.395Z Compiling tracing-core v0.1.36
13802026-05-28T23:31:12.530Z Compiling openssl-sys v0.9.115
13812026-05-28T23:31:12.678Z Compiling base64 v0.22.1
13822026-05-28T23:31:12.827Z Compiling serde_derive v1.0.228
13832026-05-28T23:31:12.956Z Compiling zeroize_derive v1.4.3
13842026-05-28T23:31:13.016Z Compiling zerofrom-derive v0.1.6
13852026-05-28T23:31:13.035Z Compiling yoke-derive v0.8.1
13862026-05-28T23:31:13.068Z Compiling zerocopy-derive v0.8.40
13872026-05-28T23:31:13.606Z Compiling zeroize v1.8.2
13882026-05-28T23:31:13.887Z Compiling zerovec-derive v0.11.2
13892026-05-28T23:31:14.185Z Compiling displaydoc v0.2.5
13902026-05-28T23:31:14.344Z Compiling crypto-common v0.1.7
13912026-05-28T23:31:14.383Z Compiling zerofrom v0.1.6
13922026-05-28T23:31:14.489Z Compiling yoke v0.8.1
13932026-05-28T23:31:14.505Z Compiling block-buffer v0.10.4
13942026-05-28T23:31:14.668Z Compiling digest v0.10.7
13952026-05-28T23:31:14.668Z Compiling tokio-macros v2.7.0
13962026-05-28T23:31:14.913Z Compiling zerotrie v0.2.3
13972026-05-28T23:31:14.928Z Compiling futures-macro v0.3.32
13982026-05-28T23:31:14.974Z Compiling zerovec v0.11.5
13992026-05-28T23:31:15.200Z Compiling hmac v0.12.1
14002026-05-28T23:31:15.356Z Compiling block-padding v0.3.3
14012026-05-28T23:31:15.398Z Compiling sha2 v0.10.9
14022026-05-28T23:31:15.466Z Compiling tinystr v0.8.2
14032026-05-28T23:31:15.513Z Compiling potential_utf v0.1.4
14042026-05-28T23:31:15.665Z Compiling icu_locale_core v2.1.1
14052026-05-28T23:31:15.679Z Compiling icu_collections v2.1.1
14062026-05-28T23:31:15.709Z Compiling futures-util v0.3.32
14072026-05-28T23:31:16.136Z Compiling inout v0.1.4
14082026-05-28T23:31:16.223Z Compiling bytes v1.11.1
14092026-05-28T23:31:16.296Z Compiling icu_provider v2.1.1
14102026-05-28T23:31:16.517Z Compiling icu_properties v2.1.2
14112026-05-28T23:31:16.611Z Compiling icu_normalizer v2.1.1
14122026-05-28T23:31:16.811Z Compiling tokio v1.52.1
14132026-05-28T23:31:16.844Z Compiling cipher v0.4.4
14142026-05-28T23:31:17.103Z Compiling der_derive v0.7.3
14152026-05-28T23:31:17.173Z Compiling http v1.4.0
14162026-05-28T23:31:17.460Z Compiling idna_adapter v1.2.1
14172026-05-28T23:31:17.596Z Compiling idna v1.1.0
14182026-05-28T23:31:17.653Z Compiling ppv-lite86 v0.2.21
14192026-05-28T23:31:17.686Z Compiling chrono v0.4.44
14202026-05-28T23:31:17.963Z Compiling url v2.5.8
14212026-05-28T23:31:17.979Z Compiling salsa20 v0.10.2
14222026-05-28T23:31:18.030Z Compiling der v0.7.10
14232026-05-28T23:31:18.057Z Compiling pbkdf2 v0.12.2
14242026-05-28T23:31:18.111Z Compiling rustls-pki-types v1.14.0
14252026-05-28T23:31:18.170Z Compiling thiserror-impl v2.0.18
14262026-05-28T23:31:18.239Z Compiling tracing-attributes v0.1.31
14272026-05-28T23:31:18.544Z Compiling scrypt v0.11.0
14282026-05-28T23:31:18.744Z Compiling rand_chacha v0.9.0
14292026-05-28T23:31:18.789Z Compiling http-body v1.0.1
14302026-05-28T23:31:18.941Z Compiling spki v0.7.3
14312026-05-28T23:31:19.029Z Compiling aes v0.8.4
14322026-05-28T23:31:19.142Z Compiling cbc v0.1.2
14332026-05-28T23:31:19.258Z Compiling httparse v1.10.1
14342026-05-28T23:31:19.283Z Compiling tinyvec_macros v0.1.1
14352026-05-28T23:31:19.352Z Compiling untrusted v0.7.1
14362026-05-28T23:31:19.421Z Compiling openssl-probe v0.2.1
14372026-05-28T23:31:19.456Z Compiling thiserror v2.0.18
14382026-05-28T23:31:19.472Z Compiling untrusted v0.9.0
14392026-05-28T23:31:19.506Z Compiling tracing v0.1.44
14402026-05-28T23:31:19.557Z Compiling pkcs5 v0.7.1
14412026-05-28T23:31:19.595Z Compiling tinyvec v1.10.0
14422026-05-28T23:31:19.625Z Compiling pest_generator v2.8.6
14432026-05-28T23:31:19.759Z Compiling rand v0.9.2
14442026-05-28T23:31:19.942Z Compiling serde_derive_internals v0.29.1
14452026-05-28T23:31:20.024Z Compiling aho-corasick v1.1.4
14462026-05-28T23:31:20.071Z Compiling atomic-waker v1.1.2
14472026-05-28T23:31:20.192Z Compiling try-lock v0.2.5
14482026-05-28T23:31:20.300Z Compiling tower-layer v0.3.3
14492026-05-28T23:31:20.316Z Compiling schemars v0.8.22
14502026-05-28T23:31:20.457Z Compiling tokio-util v0.7.18
14512026-05-28T23:31:20.510Z Compiling dyn-clone v1.0.20
14522026-05-28T23:31:20.547Z Compiling tower-service v0.3.3
14532026-05-28T23:31:20.642Z Compiling rustls v0.23.37
14542026-05-28T23:31:20.673Z Compiling pest_derive v2.8.6
14552026-05-28T23:31:20.815Z Compiling schemars_derive v0.8.22
14562026-05-28T23:31:20.827Z Compiling regex-automata v0.4.14
14572026-05-28T23:31:21.087Z Compiling want v0.3.1
14582026-05-28T23:31:21.251Z Compiling h2 v0.4.13
14592026-05-28T23:31:21.333Z Compiling pkcs8 v0.10.2
14602026-05-28T23:31:21.685Z Compiling ipnet v2.11.0
14612026-05-28T23:31:21.698Z Compiling scroll_derive v0.13.1
14622026-05-28T23:31:21.764Z Compiling darling_core v0.20.11
14632026-05-28T23:31:22.077Z Compiling httpdate v1.0.3
14642026-05-28T23:31:22.176Z Compiling openssl v0.10.79
14652026-05-28T23:31:22.299Z Compiling foreign-types-shared v0.1.1
14662026-05-28T23:31:22.388Z Compiling pin-utils v0.1.0
14672026-05-28T23:31:22.418Z Compiling foreign-types v0.3.2
14682026-05-28T23:31:22.432Z Compiling tempfile v3.25.0
14692026-05-28T23:31:22.483Z Compiling scroll v0.13.0
14702026-05-28T23:31:22.497Z Compiling unicode-normalization v0.1.25
14712026-05-28T23:31:22.793Z Compiling openssl-macros v0.1.1
14722026-05-28T23:31:22.945Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-28T23:31:23.160Z Compiling spin v0.9.8
14742026-05-28T23:31:23.174Z Compiling num-conv v0.2.0
14752026-05-28T23:31:23.302Z Compiling time-core v0.1.8
14762026-05-28T23:31:23.320Z Compiling powerfmt v0.2.0
14772026-05-28T23:31:23.360Z Compiling native-tls v0.2.18
14782026-05-28T23:31:23.445Z Compiling crc32fast v1.5.0
14792026-05-28T23:31:23.519Z Compiling deranged v0.5.8
14802026-05-28T23:31:23.575Z Compiling time-macros v0.2.27
14812026-05-28T23:31:24.011Z Compiling darling_macro v0.20.11
14822026-05-28T23:31:24.459Z Compiling hyper v1.8.1
14832026-05-28T23:31:24.473Z Compiling darling v0.20.11
14842026-05-28T23:31:24.552Z Compiling goblin v0.10.5
14852026-05-28T23:31:24.609Z Compiling rustls-native-certs v0.8.3
14862026-05-28T23:31:24.857Z Compiling sync_wrapper v1.0.2
14872026-05-28T23:31:24.892Z Compiling wait-timeout v0.2.1
14882026-05-28T23:31:24.965Z Compiling simd-adler32 v0.3.8
14892026-05-28T23:31:25.146Z Compiling syn v1.0.109
14902026-05-28T23:31:25.161Z Compiling crossbeam-utils v0.8.21
14912026-05-28T23:31:25.203Z Compiling siphasher v1.0.2
14922026-05-28T23:31:25.390Z Compiling usdt-impl v0.6.0
14932026-05-28T23:31:25.439Z Compiling quick-error v1.2.3
14942026-05-28T23:31:25.439Z Compiling bit-vec v0.8.0
14952026-05-28T23:31:25.543Z Compiling hyper-util v0.1.20
14962026-05-28T23:31:25.587Z Compiling num_threads v0.1.7
14972026-05-28T23:31:25.675Z Compiling time v0.3.47
14982026-05-28T23:31:25.689Z Compiling bit-set v0.8.0
14992026-05-28T23:31:25.951Z Compiling rusty-fork v0.3.1
15002026-05-28T23:31:26.243Z Compiling tower v0.5.3
15012026-05-28T23:31:26.291Z Compiling derive_builder_core v0.20.2
15022026-05-28T23:31:26.739Z Compiling dtrace-parser v0.3.0
15032026-05-28T23:31:26.912Z Compiling http-body-util v0.1.3
15042026-05-28T23:31:27.161Z Compiling webpki-roots v1.0.6
15052026-05-28T23:31:27.211Z Compiling dof v0.4.0
15062026-05-28T23:31:27.248Z Compiling signature v2.2.0
15072026-05-28T23:31:27.281Z Compiling scroll_derive v0.12.1
15082026-05-28T23:31:27.301Z Compiling thiserror-impl v1.0.69
15092026-05-28T23:31:27.423Z Compiling heapless v0.7.17
15102026-05-28T23:31:27.492Z Compiling rand_xorshift v0.4.0
15112026-05-28T23:31:27.660Z Compiling slog v2.8.2
15122026-05-28T23:31:27.663Z Compiling darling_core v0.21.3
15132026-05-28T23:31:27.856Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-28T23:31:27.941Z Compiling thread-id v5.1.0
15152026-05-28T23:31:28.024Z Compiling cookie v0.18.1
15162026-05-28T23:31:28.126Z Compiling signal-hook v0.3.18
15172026-05-28T23:31:28.203Z Compiling unicode-bidi v0.3.18
15182026-05-28T23:31:28.293Z Compiling adler2 v2.0.1
15192026-05-28T23:31:28.370Z Compiling unicode-properties v0.1.4
15202026-05-28T23:31:28.420Z Compiling iri-string v0.7.10
15212026-05-28T23:31:28.535Z Compiling ryu v1.0.23
15222026-05-28T23:31:28.575Z Compiling unarray v0.1.4
15232026-05-28T23:31:28.685Z Compiling allocator-api2 v0.2.21
15242026-05-28T23:31:28.713Z Compiling zstd-safe v7.2.4
15252026-05-28T23:31:28.733Z Compiling paste v1.0.15
15262026-05-28T23:31:28.747Z Compiling anyhow v1.0.102
15272026-05-28T23:31:28.900Z Compiling proptest v1.10.0
15282026-05-28T23:31:29.004Z Compiling serde_urlencoded v0.7.1
15292026-05-28T23:31:29.035Z Compiling thiserror v1.0.69
15302026-05-28T23:31:29.136Z Compiling stringprep v0.1.5
15312026-05-28T23:31:29.237Z Compiling miniz_oxide v0.8.9
15322026-05-28T23:31:29.566Z Compiling tower-http v0.6.8
15332026-05-28T23:31:29.873Z Compiling scroll v0.12.0
15342026-05-28T23:31:30.020Z Compiling derive_builder_macro v0.20.2
15352026-05-28T23:31:30.114Z Compiling darling_macro v0.21.3
15362026-05-28T23:31:30.398Z Compiling tokio-native-tls v0.3.1
15372026-05-28T23:31:30.465Z Compiling ipnetwork v0.21.1
15382026-05-28T23:31:30.536Z Compiling bstr v1.12.1
15392026-05-28T23:31:30.563Z Compiling rand_chacha v0.3.1
15402026-05-28T23:31:30.578Z Compiling serde_spanned v0.6.9
15412026-05-28T23:31:30.592Z Compiling toml_datetime v0.6.11
15422026-05-28T23:31:30.717Z Compiling erased-serde v0.3.31
15432026-05-28T23:31:30.845Z Compiling serde_tokenstream v0.2.3
15442026-05-28T23:31:30.859Z Compiling md-5 v0.10.6
15452026-05-28T23:31:31.018Z Compiling zerocopy-derive v0.7.35
15462026-05-28T23:31:31.146Z Compiling async-trait v0.1.89
15472026-05-28T23:31:31.171Z Compiling pin-project-internal v1.1.11
15482026-05-28T23:31:31.197Z Compiling curve25519-dalek v4.1.3
15492026-05-28T23:31:31.355Z Compiling vergen-lib v9.1.0
15502026-05-28T23:31:31.529Z Compiling num-integer v0.1.46
15512026-05-28T23:31:31.543Z Compiling hash32 v0.2.1
15522026-05-28T23:31:31.766Z Compiling ff v0.13.1
15532026-05-28T23:31:31.895Z Compiling memoffset v0.9.1
15542026-05-28T23:31:31.909Z Compiling encoding_rs v0.8.35
15552026-05-28T23:31:31.935Z Compiling ref-cast v1.0.25
15562026-05-28T23:31:32.084Z Compiling base16ct v0.2.0
15572026-05-28T23:31:32.192Z Compiling litrs v1.0.0
15582026-05-28T23:31:32.238Z Compiling fallible-iterator v0.2.0
15592026-05-28T23:31:32.264Z Compiling rustix v0.38.44
15602026-05-28T23:31:32.345Z Compiling zlib-rs v0.6.2
15612026-05-28T23:31:32.549Z Compiling cfg_aliases v0.2.1
15622026-05-28T23:31:32.605Z Compiling mime v0.3.17
15632026-05-28T23:31:32.624Z Compiling psl-types v2.0.11
15642026-05-28T23:31:32.708Z Compiling num-bigint-dig v0.8.6
15652026-05-28T23:31:32.747Z Compiling smoltcp v0.9.1
15662026-05-28T23:31:32.862Z Compiling publicsuffix v2.3.0
15672026-05-28T23:31:32.916Z Compiling document-features v0.2.12
15682026-05-28T23:31:33.032Z Compiling nix v0.31.2
15692026-05-28T23:31:33.193Z Compiling postgres-protocol v0.6.10
15702026-05-28T23:31:33.394Z Compiling pin-project v1.1.11
15712026-05-28T23:31:33.454Z Compiling sec1 v0.7.3
15722026-05-28T23:31:33.500Z Compiling zerocopy v0.7.35
15732026-05-28T23:31:33.581Z Compiling group v0.13.0
15742026-05-28T23:31:33.723Z Compiling num-iter v0.1.45
15752026-05-28T23:31:33.838Z Compiling newtype-uuid v1.3.2
15762026-05-28T23:31:33.999Z Compiling hubpack_derive v0.1.1
15772026-05-28T23:31:34.027Z Compiling rand v0.8.6
15782026-05-28T23:31:34.163Z Compiling oxnet v0.1.4
15792026-05-28T23:31:34.186Z Compiling darling v0.21.3
15802026-05-28T23:31:34.265Z Compiling hyper-tls v0.6.0
15812026-05-28T23:31:34.423Z Compiling derive_builder v0.20.2
15822026-05-28T23:31:34.437Z Compiling goblin v0.8.2
15832026-05-28T23:31:34.855Z Compiling phf_shared v0.13.1
15842026-05-28T23:31:34.928Z Compiling lazy_static v1.5.0
15852026-05-28T23:31:35.023Z Compiling regex v1.12.3
15862026-05-28T23:31:35.090Z Compiling futures-executor v0.3.32
15872026-05-28T23:31:35.105Z Compiling hex v0.4.3
15882026-05-28T23:31:35.335Z Compiling flate2 v1.1.9
15892026-05-28T23:31:35.349Z Compiling hkdf v0.12.4
15902026-05-28T23:31:35.371Z Compiling crypto-bigint v0.5.5
15912026-05-28T23:31:35.451Z Compiling ref-cast-impl v1.0.25
15922026-05-28T23:31:35.511Z Compiling snafu-derive v0.8.9
15932026-05-28T23:31:35.548Z Compiling daft-derive v0.1.7
15942026-05-28T23:31:35.736Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-28T23:31:35.975Z Compiling strum_macros v0.27.2
15962026-05-28T23:31:36.262Z Compiling terminal_size v0.4.3
15972026-05-28T23:31:36.371Z Compiling vergen v9.1.0
15982026-05-28T23:31:36.398Z Compiling fs-err v3.3.0
15992026-05-28T23:31:36.556Z Compiling cargo-platform v0.3.2
16002026-05-28T23:31:36.633Z Compiling ahash v0.8.12
16012026-05-28T23:31:36.837Z Compiling foldhash v0.1.5
16022026-05-28T23:31:36.852Z Compiling winnow v0.5.40
16032026-05-28T23:31:37.015Z Compiling object v0.37.3
16042026-05-28T23:31:37.287Z Compiling same-file v1.0.6
16052026-05-28T23:31:37.446Z Compiling bitflags v1.3.2
16062026-05-28T23:31:37.461Z Compiling bumpalo v3.20.2
16072026-05-28T23:31:37.475Z Compiling unicode-segmentation v1.12.0
16082026-05-28T23:31:37.522Z Compiling libbz2-rs-sys v0.2.2
16092026-05-28T23:31:37.710Z Compiling managed v0.8.0
16102026-05-28T23:31:37.857Z Compiling foldhash v0.2.0
16112026-05-28T23:31:37.934Z Compiling bzip2 v0.6.1
16122026-05-28T23:31:38.015Z Compiling strum v0.27.2
16132026-05-28T23:31:38.083Z Compiling hashbrown v0.16.1
16142026-05-28T23:31:38.143Z Compiling toml_edit v0.19.15
16152026-05-28T23:31:38.146Z Compiling zopfli v0.8.3
16162026-05-28T23:31:38.201Z Compiling clap_builder v4.5.60
16172026-05-28T23:31:38.274Z Compiling snafu v0.8.9
16182026-05-28T23:31:38.623Z Compiling walkdir v2.5.0
16192026-05-28T23:31:38.688Z Compiling hashbrown v0.15.5
16202026-05-28T23:31:38.782Z Compiling cargo_metadata v0.23.1
16212026-05-28T23:31:38.801Z Compiling dof v0.3.0
16222026-05-28T23:31:39.224Z Compiling elliptic-curve v0.13.8
16232026-05-28T23:31:39.504Z Compiling daft v0.1.7
16242026-05-28T23:31:39.723Z Compiling futures v0.3.32
16252026-05-28T23:31:39.779Z Compiling phf v0.13.1
16262026-05-28T23:31:39.895Z Compiling cookie_store v0.22.1
16272026-05-28T23:31:40.112Z Compiling signal-hook-mio v0.2.5
16282026-05-28T23:31:40.229Z Compiling bzip2 v0.4.4
16292026-05-28T23:31:40.293Z Compiling hubpack v0.1.2
16302026-05-28T23:31:40.434Z Compiling zstd v0.13.3
16312026-05-28T23:31:40.510Z Compiling serde_with_macros v3.17.0
16322026-05-28T23:31:40.616Z Compiling postgres-types v0.2.12
16332026-05-28T23:31:40.733Z Compiling usdt-attr-macro v0.6.0
16342026-05-28T23:31:41.135Z Compiling usdt-macro v0.6.0
16352026-05-28T23:31:41.159Z Compiling globset v0.4.18
16362026-05-28T23:31:41.506Z Compiling dtrace-parser v0.2.0
16372026-05-28T23:31:41.622Z Compiling ed25519 v2.2.3
16382026-05-28T23:31:41.826Z Compiling phf_shared v0.11.3
16392026-05-28T23:31:41.856Z Compiling olpc-cjson v0.1.4
16402026-05-28T23:31:41.875Z Compiling pkcs1 v0.7.5
16412026-05-28T23:31:42.013Z Compiling serde-big-array v0.5.1
16422026-05-28T23:31:42.013Z Compiling serde_plain v1.0.2
16432026-05-28T23:31:42.078Z Compiling rfc6979 v0.4.0
16442026-05-28T23:31:42.165Z Compiling pem v3.0.6
16452026-05-28T23:31:42.202Z Compiling strum_macros v0.26.4
16462026-05-28T23:31:42.202Z Compiling async-recursion v1.1.1
16472026-05-28T23:31:42.275Z Compiling clap_derive v4.5.55
16482026-05-28T23:31:42.303Z Compiling enum-as-inner v0.6.1
16492026-05-28T23:31:42.495Z Compiling serde_repr v0.1.20
16502026-05-28T23:31:42.533Z Compiling float-cmp v0.10.0
16512026-05-28T23:31:42.686Z Compiling thread-id v4.2.2
16522026-05-28T23:31:42.774Z Compiling memmap2 v0.9.10
16532026-05-28T23:31:42.806Z Compiling env_filter v1.0.0
16542026-05-28T23:31:42.866Z Compiling fixedbitset v0.5.7
16552026-05-28T23:31:42.984Z Compiling keccak v0.1.6
16562026-05-28T23:31:43.016Z Compiling precomputed-hash v0.1.1
16572026-05-28T23:31:43.106Z Compiling static_assertions v1.1.0
16582026-05-28T23:31:43.120Z Compiling fixedbitset v0.4.2
16592026-05-28T23:31:43.167Z Compiling either v1.15.0
16602026-05-28T23:31:43.182Z Compiling jiff v0.2.21
16612026-05-28T23:31:43.329Z Compiling typed-path v0.9.3
16622026-05-28T23:31:43.369Z Compiling new_debug_unreachable v1.0.6
16632026-05-28T23:31:43.441Z Compiling data-encoding v2.10.0
16642026-05-28T23:31:43.786Z Compiling predicates-core v1.0.10
16652026-05-28T23:31:43.943Z Compiling normalize-line-endings v0.3.0
16662026-05-28T23:31:43.962Z Compiling whoami v2.1.0
16672026-05-28T23:31:44.015Z Compiling difflib v0.4.0
16682026-05-28T23:31:44.038Z Compiling clap v4.5.60
16692026-05-28T23:31:44.118Z Compiling toml_edit v0.22.27
16702026-05-28T23:31:44.134Z Compiling strum v0.26.3
16712026-05-28T23:31:44.266Z Compiling predicates v3.1.4
16722026-05-28T23:31:44.324Z Compiling tokio-postgres v0.7.16
16732026-05-28T23:31:44.535Z Compiling hickory-proto v0.25.2
16742026-05-28T23:31:44.579Z Compiling string_cache v0.8.9
16752026-05-28T23:31:44.810Z Compiling itertools v0.13.0
16762026-05-28T23:31:44.911Z Compiling petgraph v0.6.5
16772026-05-28T23:31:45.444Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-28T23:31:46.029Z Compiling zip v4.6.1
16792026-05-28T23:31:46.384Z Compiling sha3 v0.10.8
16802026-05-28T23:31:46.487Z Compiling petgraph v0.8.3
16812026-05-28T23:31:46.851Z Compiling env_logger v0.11.9
16822026-05-28T23:31:46.871Z Compiling usdt v0.6.0
16832026-05-28T23:31:46.998Z Compiling usdt-impl v0.5.0
16842026-05-28T23:31:47.132Z Compiling ecdsa v0.16.9
16852026-05-28T23:31:47.204Z Compiling rsa v0.9.10
16862026-05-28T23:31:47.384Z Compiling ed25519-dalek v2.2.0
16872026-05-28T23:31:47.530Z Compiling serde_with v3.17.0
16882026-05-28T23:31:47.588Z Compiling crossterm v0.28.1
16892026-05-28T23:31:48.286Z Compiling zip v0.6.6
16902026-05-28T23:31:48.863Z Compiling iddqd v0.4.2
16912026-05-28T23:31:48.866Z Compiling toml v0.7.8
16922026-05-28T23:31:49.295Z Compiling similar v2.7.0
16932026-05-28T23:31:49.450Z Compiling heck v0.4.1
16942026-05-28T23:31:49.466Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-28T23:31:49.533Z Compiling crossbeam-epoch v0.9.18
16962026-05-28T23:31:49.670Z Compiling tokio-stream v0.1.18
16972026-05-28T23:31:49.860Z Compiling buf-list v1.1.2
16982026-05-28T23:31:50.097Z Compiling x509-cert v0.2.5
16992026-05-28T23:31:50.129Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-05-28T23:31:50.132Z Compiling openapiv3 v2.2.0
17012026-05-28T23:31:50.157Z Compiling sha1 v0.10.6
17022026-05-28T23:31:50.160Z Compiling peg-runtime v0.8.5
17032026-05-28T23:31:50.389Z Compiling lalrpop-util v0.19.12
17042026-05-28T23:31:50.425Z Compiling thread_local v1.1.9
17052026-05-28T23:31:50.439Z Compiling slog-async v2.8.0
17062026-05-28T23:31:50.508Z Compiling crossbeam-channel v0.5.15
17072026-05-28T23:31:50.579Z Compiling is-terminal v0.4.17
17082026-05-28T23:31:50.672Z Compiling filetime v0.2.27
17092026-05-28T23:31:50.685Z Compiling take_mut v0.2.2
17102026-05-28T23:31:50.744Z Compiling term v1.2.1
17112026-05-28T23:31:50.791Z Compiling xattr v1.6.1
17122026-05-28T23:31:50.955Z Compiling tar v0.4.45
17132026-05-28T23:31:51.324Z Compiling slog-term v2.9.2
17142026-05-28T23:32:01.071Z Compiling rustls-webpki v0.103.9
17152026-05-28T23:32:03.849Z Compiling tokio-rustls v0.26.4
17162026-05-28T23:32:03.849Z Compiling rustls-platform-verifier v0.6.2
17172026-05-28T23:32:04.044Z Compiling hyper-rustls v0.27.7
17182026-05-28T23:32:04.247Z Compiling reqwest v0.12.28
17192026-05-28T23:32:04.247Z Compiling reqwest v0.13.2
17202026-05-28T23:32:05.484Z Compiling tough v0.22.0
17212026-05-28T23:32:08.013Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-28T23:32:08.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-28T23:32:11.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-28T23:32:11.213Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-28T23:32:11.267ZMay 28 23:32:10.420 INFO Starting download, target: Clickhouse
17262026-05-28T23:32:11.267ZMay 28 23:32:10.421 INFO Starting download, target: Cockroach
17272026-05-28T23:32:11.270ZMay 28 23:32:10.421 INFO Starting download, target: Console
17282026-05-28T23:32:11.270ZMay 28 23:32:10.421 INFO Starting download, target: DendriteStub
17292026-05-28T23:32:11.270ZMay 28 23:32:10.421 INFO Starting download, target: MaghemiteMgd
17302026-05-28T23:32:11.270ZMay 28 23:32:10.421 INFO Starting download, target: TransceiverControl
17312026-05-28T23:32:11.270ZMay 28 23:32:10.421 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-28T23:32:11.271ZMay 28 23:32:10.421 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-05-28T23:32:11.271ZMay 28 23:32:10.421 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-28T23:32:11.271ZMay 28 23:32:10.421 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-28T23:32:11.271ZMay 28 23:32:10.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-28T23:32:11.271ZMay 28 23:32:10.421 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-28T23:32:11.671ZMay 28 23:32:10.810 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-28T23:32:11.879ZMay 28 23:32:11.022 INFO Download complete, target: TransceiverControl
17392026-05-28T23:32:12.310ZMay 28 23:32:11.462 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-28T23:32:12.557ZMay 28 23:32:11.707 INFO Download complete, target: Console
17412026-05-28T23:32:12.576ZMay 28 23:32:11.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-28T23:32:12.858ZMay 28 23:32:12.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-05-28T23:32:13.172ZMay 28 23:32:12.326 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-28T23:32:13.217ZMay 28 23:32:12.371 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-28T23:32:13.217ZMay 28 23:32:12.371 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-28T23:32:15.081ZMay 28 23:32:14.234 INFO Download complete, target: DendriteStub
17472026-05-28T23:32:15.292ZMay 28 23:32:14.446 INFO Download complete, target: MaghemiteMgd
17482026-05-28T23:32:17.951ZMay 28 23:32:17.105 INFO Checking that binary works, target: Cockroach
17492026-05-28T23:32:18.085ZMay 28 23:32:17.237 INFO Download complete, target: Cockroach
17502026-05-28T23:32:20.019ZMay 28 23:32:19.172 INFO Checking that binary works, target: Clickhouse
17512026-05-28T23:32:20.138ZMay 28 23:32:19.291 INFO Download complete, target: Clickhouse
17522026-05-28T23:32:20.165ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-28T23:32:20.169Z
17542026-05-28T23:32:20.169Zreal 2:15.868326597
17552026-05-28T23:32:20.169Zuser 6:54.612998520
17562026-05-28T23:32:20.169Zsys 1:21.768632260
17572026-05-28T23:32:20.169Ztrap 0.219028758
17582026-05-28T23:32:20.169Ztflt 1.212673402
17592026-05-28T23:32:20.169Zdflt 1.514755371
17602026-05-28T23:32:20.169Zkflt 0.041753777
17612026-05-28T23:32:20.169Zlock 23:01.838070674
17622026-05-28T23:32:20.169Zslp 21:19.668766010
17632026-05-28T23:32:20.169Zlat 43.588176763
17642026-05-28T23:32:20.169Zstop 1:58.111496897
17652026-05-28T23:32:20.169Z+ banner hack-check
17662026-05-28T23:32:20.169Z
17672026-05-28T23:32:20.169Z # # ## #### # # #### # # ###### #### # #
17682026-05-28T23:32:20.169Z # # # # # # # # # # # # # # # # #
17692026-05-28T23:32:20.169Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-28T23:32:20.169Z # # ###### # # # # # # # # # #
17712026-05-28T23:32:20.169Z # # # # # # # # # # # # # # # # #
17722026-05-28T23:32:20.169Z # # # # #### # # #### # # ###### #### # #
17732026-05-28T23:32:20.169Z
17742026-05-28T23:32:20.169Z+ export CARGO_INCREMENTAL=0
17752026-05-28T23:32:20.169Z+ CARGO_INCREMENTAL=0
17762026-05-28T23:32:20.169Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-28T23:32:20.696Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-28T23:32:20.918Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-28T23:32:22.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-05-28T23:32:22.857Z Running `target/debug/xtask check-features --ci`
17812026-05-28T23:32:22.895Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-28T23:32:22.899Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-28T23:32:23.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-28T23:32:23.383Z Running `target/debug/xtask download cargo-hack`
17852026-05-28T23:32:24.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-28T23:32:24.464Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-28T23:32:26.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17882026-05-28T23:32:27.097Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-28T23:32:27.137ZMay 28 23:32:26.290 INFO Starting download, target: CargoHack
17902026-05-28T23:32:27.140ZMay 28 23:32:26.291 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-28T23:32:27.562ZMay 28 23:32:26.716 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-28T23:32:27.614ZMay 28 23:32:26.767 INFO Download complete, target: CargoHack
17932026-05-28T23:32:27.617Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-05-28T23:32:27.630Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-28T23:32:27.782Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-28T23:32:28.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-28T23:32:28.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-28T23:32:28.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-28T23:32:28.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18002026-05-28T23:32:28.353Z
18012026-05-28T23:32:28.353Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-28T23:32:28.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-28T23:32:28.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-28T23:32:28.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-28T23:32:28.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-28T23:32:28.932Z
18072026-05-28T23:32:28.932Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-28T23:32:29.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T23:32:29.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T23:32:29.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T23:32:29.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-28T23:32:29.499Z
18132026-05-28T23:32:29.499Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-28T23:32:29.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T23:32:29.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T23:32:29.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T23:32:29.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-28T23:32:30.077Z
18192026-05-28T23:32:30.077Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-28T23:32:30.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T23:32:30.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T23:32:30.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T23:32:30.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-28T23:32:30.656Z
18252026-05-28T23:32:30.656Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-28T23:32:31.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T23:32:31.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T23:32:31.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T23:32:31.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-28T23:32:31.237Z
18312026-05-28T23:32:31.237Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-28T23:32:31.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T23:32:31.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T23:32:31.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T23:32:31.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-28T23:32:31.819Z
18372026-05-28T23:32:31.819Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-28T23:32:32.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T23:32:32.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T23:32:32.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T23:32:32.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-05-28T23:32:32.405Z
18432026-05-28T23:32:32.405Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-28T23:32:32.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T23:32:32.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T23:32:32.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T23:32:32.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-28T23:32:32.867Z
18492026-05-28T23:32:32.867Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-28T23:32:33.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T23:32:33.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T23:32:33.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T23:32:33.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-28T23:32:33.329Z
18552026-05-28T23:32:33.329Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-28T23:32:33.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T23:32:33.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T23:32:33.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T23:32:33.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-28T23:32:33.791Z
18612026-05-28T23:32:33.791Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-28T23:32:34.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T23:32:34.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T23:32:34.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T23:32:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-28T23:32:34.251Z
18672026-05-28T23:32:34.251Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-28T23:32:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T23:32:34.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T23:32:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T23:32:34.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-28T23:32:34.712Z
18732026-05-28T23:32:34.712Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-28T23:32:35.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T23:32:35.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T23:32:35.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T23:32:35.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-28T23:32:35.178Z
18792026-05-28T23:32:35.178Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-28T23:32:35.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T23:32:35.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T23:32:35.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T23:32:35.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-28T23:32:35.641Z
18852026-05-28T23:32:35.641Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-28T23:32:36.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T23:32:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T23:32:36.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T23:32:36.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-28T23:32:36.106Z
18912026-05-28T23:32:36.106Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-28T23:32:36.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T23:32:36.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T23:32:36.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T23:32:36.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-28T23:32:36.571Z
18972026-05-28T23:32:36.571Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-28T23:32:36.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T23:32:36.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T23:32:36.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T23:32:36.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-28T23:32:37.034Z
19032026-05-28T23:32:37.034Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-28T23:32:37.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T23:32:37.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T23:32:37.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T23:32:37.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-28T23:32:37.495Z
19092026-05-28T23:32:37.495Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-28T23:32:37.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T23:32:37.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T23:32:37.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T23:32:37.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-28T23:32:37.962Z
19152026-05-28T23:32:37.962Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-28T23:32:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T23:32:38.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T23:32:38.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T23:32:38.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-28T23:32:38.427Z
19212026-05-28T23:32:38.428Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-28T23:32:38.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T23:32:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T23:32:38.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T23:32:38.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-28T23:32:38.894Z
19272026-05-28T23:32:38.894Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-28T23:32:39.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T23:32:39.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T23:32:39.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T23:32:39.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-28T23:32:39.355Z
19332026-05-28T23:32:39.355Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-28T23:32:39.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T23:32:39.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T23:32:39.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T23:32:39.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-28T23:32:39.814Z
19392026-05-28T23:32:39.815Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-28T23:32:40.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T23:32:40.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T23:32:40.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T23:32:40.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-28T23:32:40.282Z
19452026-05-28T23:32:40.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-28T23:32:40.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T23:32:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T23:32:40.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T23:32:40.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-28T23:32:40.746Z
19512026-05-28T23:32:40.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-28T23:32:41.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T23:32:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T23:32:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T23:32:41.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-28T23:32:41.211Z
19572026-05-28T23:32:41.211Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-28T23:32:41.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T23:32:41.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T23:32:41.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T23:32:41.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-28T23:32:41.669Z
19632026-05-28T23:32:41.669Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-28T23:32:42.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T23:32:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T23:32:42.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T23:32:42.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-28T23:32:42.129Z
19692026-05-28T23:32:42.130Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-28T23:32:42.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T23:32:42.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T23:32:42.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T23:32:42.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19742026-05-28T23:32:42.588Z
19752026-05-28T23:32:42.588Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-28T23:32:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T23:32:42.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T23:32:42.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T23:32:42.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19802026-05-28T23:32:43.048Z
19812026-05-28T23:32:43.048Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-28T23:32:43.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T23:32:43.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T23:32:43.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T23:32:43.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-28T23:32:43.512Z
19872026-05-28T23:32:43.512Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-28T23:32:43.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T23:32:43.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T23:32:43.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T23:32:43.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-28T23:32:43.973Z
19932026-05-28T23:32:43.974Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-28T23:32:44.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T23:32:44.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T23:32:44.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T23:32:44.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-28T23:32:44.436Z
19992026-05-28T23:32:44.436Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-28T23:32:44.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T23:32:44.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T23:32:44.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T23:32:44.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-28T23:32:44.896Z
20052026-05-28T23:32:44.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-28T23:32:45.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T23:32:45.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T23:32:45.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T23:32:45.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20102026-05-28T23:32:45.353Z
20112026-05-28T23:32:45.353Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-28T23:32:45.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T23:32:45.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T23:32:45.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T23:32:45.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-28T23:32:45.819Z
20172026-05-28T23:32:45.819Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-28T23:32:46.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T23:32:46.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T23:32:46.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T23:32:46.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-28T23:32:46.278Z
20232026-05-28T23:32:46.278Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-28T23:32:46.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T23:32:46.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T23:32:46.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T23:32:46.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-28T23:32:46.741Z
20292026-05-28T23:32:46.741Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-28T23:32:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T23:32:47.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T23:32:47.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T23:32:47.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-28T23:32:47.203Z
20352026-05-28T23:32:47.203Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-28T23:32:47.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T23:32:47.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T23:32:47.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T23:32:47.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-28T23:32:47.661Z
20412026-05-28T23:32:47.661Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-28T23:32:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T23:32:48.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T23:32:48.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T23:32:48.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20462026-05-28T23:32:48.116Z
20472026-05-28T23:32:48.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-28T23:32:48.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T23:32:48.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T23:32:48.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T23:32:48.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20522026-05-28T23:32:48.577Z
20532026-05-28T23:32:48.577Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-28T23:32:48.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T23:32:48.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T23:32:48.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T23:32:48.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-28T23:32:49.038Z
20592026-05-28T23:32:49.038Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-28T23:32:49.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T23:32:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T23:32:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T23:32:49.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20642026-05-28T23:32:49.499Z
20652026-05-28T23:32:49.499Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-28T23:32:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T23:32:49.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T23:32:49.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T23:32:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-28T23:32:49.961Z
20712026-05-28T23:32:49.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-28T23:32:50.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T23:32:50.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T23:32:50.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T23:32:50.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-28T23:32:50.421Z
20772026-05-28T23:32:50.421Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-28T23:32:50.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T23:32:50.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T23:32:50.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T23:32:50.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20822026-05-28T23:32:50.880Z
20832026-05-28T23:32:50.880Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-28T23:32:51.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T23:32:51.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T23:32:51.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T23:32:51.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-05-28T23:32:51.503Z
20892026-05-28T23:32:51.503Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-28T23:32:52.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T23:32:52.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T23:32:52.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T23:32:52.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-28T23:32:52.130Z
20952026-05-28T23:32:52.130Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-28T23:32:52.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T23:32:52.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T23:32:52.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T23:32:52.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-05-28T23:32:52.749Z
21012026-05-28T23:32:52.749Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-28T23:32:53.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T23:32:53.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T23:32:53.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T23:32:53.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-05-28T23:32:53.373Z
21072026-05-28T23:32:53.373Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-28T23:32:53.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T23:32:53.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T23:32:53.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T23:32:53.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-28T23:32:53.969Z
21132026-05-28T23:32:53.969Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-28T23:32:54.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T23:32:54.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T23:32:54.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T23:32:54.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-05-28T23:32:54.542Z
21192026-05-28T23:32:54.542Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-28T23:32:55.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T23:32:55.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T23:32:55.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T23:32:55.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-28T23:32:55.135Z
21252026-05-28T23:32:55.135Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-28T23:32:55.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T23:32:55.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T23:32:55.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T23:32:55.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-28T23:32:55.727Z
21312026-05-28T23:32:55.727Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-28T23:32:56.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T23:32:56.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T23:32:56.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T23:32:56.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-05-28T23:32:56.323Z
21372026-05-28T23:32:56.323Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-28T23:32:56.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T23:32:56.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T23:32:56.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T23:32:56.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-28T23:32:56.917Z
21432026-05-28T23:32:56.917Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-28T23:32:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T23:32:57.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T23:32:57.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T23:32:57.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-28T23:32:57.494Z
21492026-05-28T23:32:57.494Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-28T23:32:57.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T23:32:57.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T23:32:57.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T23:32:57.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-28T23:32:58.073Z
21552026-05-28T23:32:58.073Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-28T23:32:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T23:32:58.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T23:32:58.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T23:32:58.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-05-28T23:32:58.646Z
21612026-05-28T23:32:58.646Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-28T23:32:59.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T23:32:59.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T23:32:59.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T23:32:59.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-05-28T23:32:59.215Z
21672026-05-28T23:32:59.215Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-28T23:32:59.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T23:32:59.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T23:32:59.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T23:32:59.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-28T23:32:59.805Z
21732026-05-28T23:32:59.806Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-28T23:33:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T23:33:00.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T23:33:00.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T23:33:00.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-28T23:33:00.398Z
21792026-05-28T23:33:00.398Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-28T23:33:00.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T23:33:00.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T23:33:00.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T23:33:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-28T23:33:00.974Z
21852026-05-28T23:33:00.974Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-28T23:33:01.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T23:33:01.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T23:33:01.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T23:33:01.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-05-28T23:33:01.548Z
21912026-05-28T23:33:01.548Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-28T23:33:02.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T23:33:02.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T23:33:02.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T23:33:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-28T23:33:02.127Z
21972026-05-28T23:33:02.127Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-28T23:33:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T23:33:02.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T23:33:02.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T23:33:02.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-05-28T23:33:02.710Z
22032026-05-28T23:33:02.710Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-28T23:33:03.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T23:33:03.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T23:33:03.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T23:33:03.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-05-28T23:33:03.292Z
22092026-05-28T23:33:03.292Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-28T23:33:03.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T23:33:03.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T23:33:03.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T23:33:03.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-28T23:33:03.876Z
22152026-05-28T23:33:03.876Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-28T23:33:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T23:33:04.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T23:33:04.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T23:33:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-28T23:33:04.456Z
22212026-05-28T23:33:04.456Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-28T23:33:04.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T23:33:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T23:33:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T23:33:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-28T23:33:05.037Z
22272026-05-28T23:33:05.037Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-28T23:33:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T23:33:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T23:33:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T23:33:05.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-28T23:33:05.641Z
22332026-05-28T23:33:05.641Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-28T23:33:06.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T23:33:06.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T23:33:06.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T23:33:06.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-28T23:33:06.245Z
22392026-05-28T23:33:06.245Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-28T23:33:06.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T23:33:06.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T23:33:06.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T23:33:06.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-05-28T23:33:06.816Z
22452026-05-28T23:33:06.816Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-28T23:33:07.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T23:33:07.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T23:33:07.416Z Checking cfg-if v1.0.4
22492026-05-28T23:33:07.419Z Checking libc v0.2.185
22502026-05-28T23:33:07.419Z Checking serde_core v1.0.228
22512026-05-28T23:33:07.534Z Checking zeroize v1.8.2
22522026-05-28T23:33:07.541Z Checking memchr v2.8.0
22532026-05-28T23:33:07.550Z Checking log v0.4.29
22542026-05-28T23:33:07.558Z Checking smallvec v1.15.1
22552026-05-28T23:33:07.570Z Checking typenum v1.19.0
22562026-05-28T23:33:07.573Z Checking subtle v2.6.1
22572026-05-28T23:33:07.671Z Checking itoa v1.0.17
22582026-05-28T23:33:07.704Z Checking scopeguard v1.2.0
22592026-05-28T23:33:07.723Z Checking stable_deref_trait v1.2.1
22602026-05-28T23:33:07.735Z Checking const-oid v0.9.6
22612026-05-28T23:33:07.794Z Checking zerofrom v0.1.6
22622026-05-28T23:33:07.807Z Checking lock_api v0.4.14
22632026-05-28T23:33:07.818Z Checking pin-project-lite v0.2.17
22642026-05-28T23:33:07.904Z Checking yoke v0.8.1
22652026-05-28T23:33:07.918Z Checking getrandom v0.2.17
22662026-05-28T23:33:07.919Z Checking errno v0.3.14
22672026-05-28T23:33:07.940Z Checking parking_lot_core v0.9.12
22682026-05-28T23:33:08.001Z Checking portable-atomic v1.13.1
22692026-05-28T23:33:08.034Z Checking signal-hook-registry v1.4.8
22702026-05-28T23:33:08.055Z Checking rand_core v0.6.4
22712026-05-28T23:33:08.067Z Checking zerovec v0.11.5
22722026-05-28T23:33:08.081Z Checking generic-array v0.14.7
22732026-05-28T23:33:08.126Z Checking critical-section v1.2.0
22742026-05-28T23:33:08.189Z Checking futures-core v0.3.32
22752026-05-28T23:33:08.220Z Checking parking_lot v0.12.5
22762026-05-28T23:33:08.231Z Checking mio v1.2.0
22772026-05-28T23:33:08.304Z Checking zerocopy v0.8.40
22782026-05-28T23:33:08.393Z Checking once_cell v1.21.3
22792026-05-28T23:33:08.408Z Checking zmij v1.0.21
22802026-05-28T23:33:08.419Z Checking socket2 v0.6.3
22812026-05-28T23:33:08.489Z Checking tinystr v0.8.2
22822026-05-28T23:33:08.501Z Checking libm v0.2.16
22832026-05-28T23:33:08.514Z Checking crypto-common v0.1.7
22842026-05-28T23:33:08.561Z Checking block-buffer v0.10.4
22852026-05-28T23:33:08.609Z Checking percent-encoding v2.3.2
22862026-05-28T23:33:08.628Z Checking equivalent v1.0.2
22872026-05-28T23:33:08.661Z Checking litemap v0.8.1
22882026-05-28T23:33:08.661Z Checking writeable v0.6.2
22892026-05-28T23:33:08.696Z Checking digest v0.10.7
22902026-05-28T23:33:08.708Z Checking potential_utf v0.1.4
22912026-05-28T23:33:08.746Z Checking zerotrie v0.2.3
22922026-05-28T23:33:08.813Z Checking icu_locale_core v2.1.1
22932026-05-28T23:33:08.825Z Checking futures-sink v0.3.32
22942026-05-28T23:33:08.838Z Checking icu_collections v2.1.1
22952026-05-28T23:33:08.886Z Checking slab v0.4.12
22962026-05-28T23:33:08.919Z Checking futures-channel v0.3.32
22972026-05-28T23:33:08.982Z Checking cpufeatures v0.2.17
22982026-05-28T23:33:08.995Z Checking serde v1.0.228
22992026-05-28T23:33:09.036Z Checking bitflags v2.11.0
23002026-05-28T23:33:09.048Z Checking serde_json v1.0.149
23012026-05-28T23:33:09.109Z Checking futures-io v0.3.32
23022026-05-28T23:33:09.135Z Checking futures-task v0.3.32
23032026-05-28T23:33:09.192Z Checking num-traits v0.2.19
23042026-05-28T23:33:09.205Z Checking hmac v0.12.1
23052026-05-28T23:33:09.218Z Checking icu_properties_data v2.1.2
23062026-05-28T23:33:09.269Z Checking futures-util v0.3.32
23072026-05-28T23:33:09.330Z Checking icu_normalizer_data v2.1.1
23082026-05-28T23:33:09.343Z Checking rand_core v0.10.0
23092026-05-28T23:33:09.353Z Checking icu_provider v2.1.1
23102026-05-28T23:33:09.384Z Checking bytes v1.11.1
23112026-05-28T23:33:09.397Z Checking hashbrown v0.17.0
23122026-05-28T23:33:09.477Z Checking getrandom v0.4.1
23132026-05-28T23:33:09.575Z Checking icu_properties v2.1.2
23142026-05-28T23:33:09.620Z Checking icu_normalizer v2.1.1
23152026-05-28T23:33:09.704Z Checking block-padding v0.3.3
23162026-05-28T23:33:09.719Z Checking utf8_iter v1.0.4
23172026-05-28T23:33:09.818Z Checking tokio v1.52.1
23182026-05-28T23:33:09.833Z Checking inout v0.1.4
23192026-05-28T23:33:09.847Z Checking sha2 v0.10.9
23202026-05-28T23:33:09.856Z Checking indexmap v2.14.0
23212026-05-28T23:33:09.924Z Checking form_urlencoded v1.2.2
23222026-05-28T23:33:09.968Z Checking cipher v0.4.4
23232026-05-28T23:33:10.048Z Checking getrandom v0.3.4
23242026-05-28T23:33:10.110Z Checking fnv v1.0.7
23252026-05-28T23:33:10.173Z Checking base64ct v1.8.3
23262026-05-28T23:33:10.187Z Checking byteorder v1.5.0
23272026-05-28T23:33:10.203Z Checking flagset v0.4.7
23282026-05-28T23:33:10.325Z Checking rand_core v0.9.5
23292026-05-28T23:33:10.378Z Checking http v1.4.0
23302026-05-28T23:33:10.390Z Checking idna_adapter v1.2.1
23312026-05-28T23:33:10.402Z Checking pem-rfc7468 v0.7.0
23322026-05-28T23:33:10.411Z Checking regex-syntax v0.8.10
23332026-05-28T23:33:10.497Z Checking salsa20 v0.10.2
23342026-05-28T23:33:10.509Z Checking idna v1.1.0
23352026-05-28T23:33:10.563Z Checking der v0.7.10
23362026-05-28T23:33:10.629Z Checking uuid v1.23.0
23372026-05-28T23:33:10.752Z Checking url v2.5.8
23382026-05-28T23:33:10.946Z Checking pbkdf2 v0.12.2
23392026-05-28T23:33:10.949Z Checking rustix v1.1.3
23402026-05-28T23:33:11.039Z Checking ppv-lite86 v0.2.21
23412026-05-28T23:33:11.056Z Checking tracing-core v0.1.36
23422026-05-28T23:33:11.177Z Checking rustls-pki-types v1.14.0
23432026-05-28T23:33:11.191Z Checking iana-time-zone v0.1.65
23442026-05-28T23:33:11.295Z Checking base64 v0.22.1
23452026-05-28T23:33:11.307Z Checking spki v0.7.3
23462026-05-28T23:33:11.330Z Checking rand_chacha v0.9.0
23472026-05-28T23:33:11.357Z Checking tracing v0.1.44
23482026-05-28T23:33:11.456Z Checking chrono v0.4.44
23492026-05-28T23:33:11.469Z Checking scrypt v0.11.0
23502026-05-28T23:33:11.522Z Checking http-body v1.0.1
23512026-05-28T23:33:11.534Z Checking aes v0.8.4
23522026-05-28T23:33:11.556Z Checking cbc v0.1.2
23532026-05-28T23:33:11.603Z Checking aws-lc-sys v0.40.0
23542026-05-28T23:33:11.652Z Checking untrusted v0.7.1
23552026-05-28T23:33:11.680Z Checking tinyvec_macros v0.1.1
23562026-05-28T23:33:11.715Z Checking untrusted v0.9.0
23572026-05-28T23:33:11.744Z Checking openssl-probe v0.2.1
23582026-05-28T23:33:11.763Z Checking tinyvec v1.10.0
23592026-05-28T23:33:11.781Z Checking rand v0.9.2
23602026-05-28T23:33:11.821Z Checking ring v0.17.14
23612026-05-28T23:33:11.848Z Checking atomic-waker v1.1.2
23622026-05-28T23:33:11.918Z Checking pkcs5 v0.7.1
23632026-05-28T23:33:11.944Z Checking tower-layer v0.3.3
23642026-05-28T23:33:12.063Z Checking try-lock v0.2.5
23652026-05-28T23:33:12.088Z Checking tower-service v0.3.3
23662026-05-28T23:33:12.101Z Checking aws-lc-rs v1.16.3
23672026-05-28T23:33:12.159Z Checking want v0.3.1
23682026-05-28T23:33:12.170Z Checking pkcs8 v0.10.2
23692026-05-28T23:33:12.182Z Checking ipnet v2.11.0
23702026-05-28T23:33:12.241Z Checking httparse v1.10.1
23712026-05-28T23:33:12.277Z Checking aho-corasick v1.1.4
23722026-05-28T23:33:12.299Z Checking fastrand v2.3.0
23732026-05-28T23:33:12.342Z Checking pin-utils v0.1.0
23742026-05-28T23:33:12.410Z Checking dyn-clone v1.0.20
23752026-05-28T23:33:12.438Z Checking foreign-types-shared v0.1.1
23762026-05-28T23:33:12.450Z Checking httpdate v1.0.3
23772026-05-28T23:33:12.473Z Checking plain v0.2.3
23782026-05-28T23:33:12.507Z Checking tempfile v3.25.0
23792026-05-28T23:33:12.518Z Checking foreign-types v0.3.2
23802026-05-28T23:33:12.574Z Checking unicode-normalization v0.1.25
23812026-05-28T23:33:12.587Z Checking semver v1.0.28
23822026-05-28T23:33:12.590Z Checking openssl-sys v0.9.115
23832026-05-28T23:33:12.696Z Checking spin v0.9.8
23842026-05-28T23:33:12.805Z Checking ucd-trie v0.1.7
23852026-05-28T23:33:12.819Z Checking unicode-ident v1.0.24
23862026-05-28T23:33:12.885Z Checking schemars v0.8.22
23872026-05-28T23:33:12.927Z Checking proc-macro2 v1.0.106
23882026-05-28T23:33:12.930Z Checking rustls-webpki v0.103.9
23892026-05-28T23:33:12.947Z Checking pest v2.8.6
23902026-05-28T23:33:12.950Z Checking regex-automata v0.4.14
23912026-05-28T23:33:12.967Z Checking openssl v0.10.79
23922026-05-28T23:33:12.980Z Checking rustls-native-certs v0.8.3
23932026-05-28T23:33:13.022Z Checking tokio-util v0.7.18
23942026-05-28T23:33:13.104Z Checking thiserror v2.0.18
23952026-05-28T23:33:13.202Z Checking sync_wrapper v1.0.2
23962026-05-28T23:33:13.230Z Checking wait-timeout v0.2.1
23972026-05-28T23:33:13.304Z Checking anstyle v1.0.13
23982026-05-28T23:33:13.360Z Checking simd-adler32 v0.3.8
23992026-05-28T23:33:13.364Z Checking rustls v0.23.37
24002026-05-28T23:33:13.479Z Checking bit-vec v0.8.0
24012026-05-28T23:33:13.513Z Checking quick-error v1.2.3
24022026-05-28T23:33:13.530Z Checking siphasher v1.0.2
24032026-05-28T23:33:13.610Z Checking powerfmt v0.2.0
24042026-05-28T23:33:13.625Z Checking h2 v0.4.13
24052026-05-28T23:33:13.668Z Checking pretty-hex v0.4.1
24062026-05-28T23:33:13.683Z Checking utf8parse v0.2.2
24072026-05-28T23:33:13.758Z Checking deranged v0.5.8
24082026-05-28T23:33:13.778Z Checking anstyle-parse v0.2.7
24092026-05-28T23:33:13.789Z Checking bit-set v0.8.0
24102026-05-28T23:33:13.926Z Checking rusty-fork v0.3.1
24112026-05-28T23:33:13.937Z Checking tower v0.5.3
24122026-05-28T23:33:13.986Z Checking quote v1.0.45
24132026-05-28T23:33:14.094Z Compiling newtype-uuid v1.3.2
24142026-05-28T23:33:14.154Z Checking http-body-util v0.1.3
24152026-05-28T23:33:14.273Z Checking webpki-roots v1.0.6
24162026-05-28T23:33:14.317Z Checking crossbeam-utils v0.8.21
24172026-05-28T23:33:14.369Z Checking rand_xorshift v0.4.0
24182026-05-28T23:33:14.386Z Checking crc32fast v1.5.0
24192026-05-28T23:33:14.485Z Checking scroll v0.13.0
24202026-05-28T23:33:14.523Z Checking signature v2.2.0
24212026-05-28T23:33:14.647Z Checking time-core v0.1.8
24222026-05-28T23:33:14.660Z Checking unarray v0.1.4
24232026-05-28T23:33:14.671Z Checking iri-string v0.7.10
24242026-05-28T23:33:14.710Z Checking allocator-api2 v0.2.21
24252026-05-28T23:33:14.744Z Checking adler2 v2.0.1
24262026-05-28T23:33:14.758Z Checking ryu v1.0.23
24272026-05-28T23:33:14.784Z Checking num_threads v0.1.7
24282026-05-28T23:33:14.850Z Checking anstyle-query v1.1.5
24292026-05-28T23:33:14.870Z Checking colorchoice v1.0.4
24302026-05-28T23:33:14.890Z Checking unicode-bidi v0.3.18
24312026-05-28T23:33:14.937Z Checking unicode-properties v0.1.4
24322026-05-28T23:33:14.959Z Checking native-tls v0.2.18
24332026-05-28T23:33:14.971Z Checking num-conv v0.2.0
24342026-05-28T23:33:14.993Z Checking is_terminal_polyfill v1.70.2
24352026-05-28T23:33:15.080Z Checking anstream v0.6.21
24362026-05-28T23:33:15.080Z Checking time v0.3.47
24372026-05-28T23:33:15.118Z Checking serde_urlencoded v0.7.1
24382026-05-28T23:33:15.131Z Checking tokio-native-tls v0.3.1
24392026-05-28T23:33:15.182Z Checking stringprep v0.1.5
24402026-05-28T23:33:15.283Z Checking miniz_oxide v0.8.9
24412026-05-28T23:33:15.296Z Checking proptest v1.10.0
24422026-05-28T23:33:15.315Z Checking bstr v1.12.1
24432026-05-28T23:33:15.328Z Checking goblin v0.10.5
24442026-05-28T23:33:15.654Z Checking crossbeam-epoch v0.9.18
24452026-05-28T23:33:15.680Z Checking tower-http v0.6.8
24462026-05-28T23:33:15.707Z Compiling daft v0.1.7
24472026-05-28T23:33:15.728Z Checking tokio-rustls v0.26.4
24482026-05-28T23:33:15.883Z Checking syn v2.0.117
24492026-05-28T23:33:15.951Z Checking ipnetwork v0.21.1
24502026-05-28T23:33:15.966Z Checking rand_chacha v0.3.1
24512026-05-28T23:33:15.980Z Checking thiserror v1.0.69
24522026-05-28T23:33:16.077Z Checking scroll v0.12.0
24532026-05-28T23:33:16.166Z Checking hash32 v0.2.1
24542026-05-28T23:33:16.177Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-28T23:33:16.232Z Checking num-integer v0.1.46
24562026-05-28T23:33:16.286Z Checking toml_datetime v0.6.11
24572026-05-28T23:33:16.304Z Checking serde_spanned v0.6.9
24582026-05-28T23:33:16.318Z Checking md-5 v0.10.6
24592026-05-28T23:33:16.333Z Checking hyper v1.8.1
24602026-05-28T23:33:16.425Z Checking ff v0.13.1
24612026-05-28T23:33:16.450Z Checking encoding_rs v0.8.35
24622026-05-28T23:33:16.463Z Checking base16ct v0.2.0
24632026-05-28T23:33:16.476Z Checking zlib-rs v0.6.2
24642026-05-28T23:33:16.550Z Checking psl-types v2.0.11
24652026-05-28T23:33:16.586Z Checking fallible-iterator v0.2.0
24662026-05-28T23:33:16.665Z Checking mime v0.3.17
24672026-05-28T23:33:16.838Z Checking publicsuffix v2.3.0
24682026-05-28T23:33:16.852Z Checking postgres-protocol v0.6.10
24692026-05-28T23:33:16.995Z Checking sec1 v0.7.3
24702026-05-28T23:33:17.156Z Checking group v0.13.0
24712026-05-28T23:33:17.199Z Checking num-iter v0.1.45
24722026-05-28T23:33:17.227Z Checking hyper-util v0.1.20
24732026-05-28T23:33:17.240Z Checking heapless v0.7.17
24742026-05-28T23:33:17.299Z Checking goblin v0.8.2
24752026-05-28T23:33:17.311Z Checking zstd-safe v7.2.4
24762026-05-28T23:33:17.333Z Checking flate2 v1.1.9
24772026-05-28T23:33:17.372Z Checking cookie v0.18.1
24782026-05-28T23:33:17.469Z Checking rand v0.8.6
24792026-05-28T23:33:17.599Z Checking oxnet v0.1.4
24802026-05-28T23:33:17.626Z Compiling iddqd v0.4.2
24812026-05-28T23:33:17.641Z Checking dtrace-parser v0.3.0
24822026-05-28T23:33:17.672Z Checking dof v0.4.0
24832026-05-28T23:33:17.827Z Checking phf_shared v0.13.1
24842026-05-28T23:33:17.871Z Checking lazy_static v1.5.0
24852026-05-28T23:33:17.961Z Checking pin-project v1.1.11
24862026-05-28T23:33:17.980Z Checking zerocopy v0.7.35
24872026-05-28T23:33:18.016Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-28T23:33:18.059Z Checking terminal_size v0.4.3
24892026-05-28T23:33:18.097Z Checking signal-hook v0.3.18
24902026-05-28T23:33:18.155Z Checking futures-executor v0.3.32
24912026-05-28T23:33:18.171Z Checking hex v0.4.3
24922026-05-28T23:33:18.280Z Checking hkdf v0.12.4
24932026-05-28T23:33:18.296Z Checking crypto-bigint v0.5.5
24942026-05-28T23:33:18.307Z Checking thread-id v5.1.0
24952026-05-28T23:33:18.381Z Checking libbz2-rs-sys v0.2.2
24962026-05-28T23:33:18.393Z Checking strsim v0.11.1
24972026-05-28T23:33:18.409Z Checking clap_lex v1.0.0
24982026-05-28T23:33:18.458Z Checking either v1.15.0
24992026-05-28T23:33:18.469Z Checking hyper-rustls v0.27.7
25002026-05-28T23:33:18.548Z Checking hyper-tls v0.6.0
25012026-05-28T23:33:18.561Z Checking winnow v0.7.14
25022026-05-28T23:33:18.639Z Checking bitflags v1.3.2
25032026-05-28T23:33:18.670Z Checking winnow v0.5.40
25042026-05-28T23:33:18.709Z Compiling rayon-core v1.13.0
25052026-05-28T23:33:18.721Z Checking foldhash v0.2.0
25062026-05-28T23:33:18.764Z Checking managed v0.8.0
25072026-05-28T23:33:18.872Z Checking same-file v1.0.6
25082026-05-28T23:33:18.886Z Checking bumpalo v3.20.2
25092026-05-28T23:33:18.899Z Checking foldhash v0.1.5
25102026-05-28T23:33:18.946Z Checking smoltcp v0.9.1
25112026-05-28T23:33:18.982Z Checking walkdir v2.5.0
25122026-05-28T23:33:19.025Z Checking hashbrown v0.15.5
25132026-05-28T23:33:19.076Z Checking zopfli v0.8.3
25142026-05-28T23:33:19.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-05-28T23:33:19.175Z Checking dof v0.3.0
25162026-05-28T23:33:19.188Z Checking elliptic-curve v0.13.8
25172026-05-28T23:33:19.340Z Checking hashbrown v0.16.1
25182026-05-28T23:33:19.390Z Checking bzip2 v0.6.1
25192026-05-28T23:33:19.451Z Checking reqwest v0.12.28
25202026-05-28T23:33:19.487Z Checking clap_builder v4.5.60
25212026-05-28T23:33:19.497Z Checking usdt-impl v0.6.0
25222026-05-28T23:33:19.528Z Checking futures v0.3.32
25232026-05-28T23:33:19.548Z Checking signal-hook-mio v0.2.5
25242026-05-28T23:33:19.601Z Checking bzip2 v0.4.4
25252026-05-28T23:33:19.646Z Checking snafu v0.8.9
25262026-05-28T23:33:19.724Z Checking phf v0.13.1
25272026-05-28T23:33:19.761Z Checking num-bigint-dig v0.8.6
25282026-05-28T23:33:19.803Z Checking toml_edit v0.19.15
25292026-05-28T23:33:19.834Z Checking cookie_store v0.22.1
25302026-05-28T23:33:19.868Z Checking zstd v0.13.3
25312026-05-28T23:33:19.883Z Checking postgres-types v0.2.12
25322026-05-28T23:33:20.009Z Checking dtrace-parser v0.2.0
25332026-05-28T23:33:20.051Z Checking crossbeam-deque v0.8.6
25342026-05-28T23:33:20.157Z Checking rustls-platform-verifier v0.6.2
25352026-05-28T23:33:20.190Z Checking globset v0.4.18
25362026-05-28T23:33:20.224Z Checking regex v1.12.3
25372026-05-28T23:33:20.238Z Checking ed25519 v2.2.3
25382026-05-28T23:33:20.289Z Checking phf_shared v0.11.3
25392026-05-28T23:33:20.301Z Checking olpc-cjson v0.1.4
25402026-05-28T23:33:20.418Z Checking ref-cast v1.0.25
25412026-05-28T23:33:20.431Z Checking curve25519-dalek v4.1.3
25422026-05-28T23:33:20.434Z Checking strum v0.27.2
25432026-05-28T23:33:20.434Z Checking hubpack v0.1.2
25442026-05-28T23:33:20.499Z Checking memoffset v0.9.1
25452026-05-28T23:33:20.534Z Checking rustix v0.38.44
25462026-05-28T23:33:20.546Z Checking pkcs1 v0.7.5
25472026-05-28T23:33:20.571Z Checking pem v3.0.6
25482026-05-28T23:33:20.583Z Checking float-cmp v0.10.0
25492026-05-28T23:33:20.628Z Checking serde_plain v1.0.2
25502026-05-28T23:33:20.705Z Checking erased-serde v0.3.31
25512026-05-28T23:33:20.726Z Checking serde-big-array v0.5.1
25522026-05-28T23:33:20.740Z Checking rfc6979 v0.4.0
25532026-05-28T23:33:20.754Z Checking thread-id v4.2.2
25542026-05-28T23:33:20.768Z Checking memmap2 v0.9.10
25552026-05-28T23:33:20.829Z Checking env_filter v1.0.0
25562026-05-28T23:33:20.832Z Checking normalize-line-endings v0.3.0
25572026-05-28T23:33:20.853Z Checking precomputed-hash v0.1.1
25582026-05-28T23:33:20.863Z Checking predicates-core v1.0.10
25592026-05-28T23:33:20.924Z Checking keccak v0.1.6
25602026-05-28T23:33:20.927Z Checking toml_write v0.1.2
25612026-05-28T23:33:20.927Z Checking new_debug_unreachable v1.0.6
25622026-05-28T23:33:20.967Z Checking static_assertions v1.1.0
25632026-05-28T23:33:20.981Z Checking unicode-segmentation v1.12.0
25642026-05-28T23:33:20.998Z Checking data-encoding v2.10.0
25652026-05-28T23:33:21.036Z Checking jiff v0.2.21
25662026-05-28T23:33:21.089Z Checking whoami v2.1.0
25672026-05-28T23:33:21.100Z Checking typed-path v0.9.3
25682026-05-28T23:33:21.111Z Checking fixedbitset v0.5.7
25692026-05-28T23:33:21.230Z Checking difflib v0.4.0
25702026-05-28T23:33:21.267Z Checking fixedbitset v0.4.2
25712026-05-28T23:33:21.280Z Checking tokio-postgres v0.7.16
25722026-05-28T23:33:21.291Z Checking similar v2.7.0
25732026-05-28T23:33:21.304Z Checking petgraph v0.8.3
25742026-05-28T23:33:21.329Z Checking crossterm v0.28.1
25752026-05-28T23:33:21.406Z Checking predicates v3.1.4
25762026-05-28T23:33:21.417Z Checking petgraph v0.6.5
25772026-05-28T23:33:21.675Z Checking hickory-proto v0.25.2
25782026-05-28T23:33:21.703Z Checking ed25519-dalek v2.2.0
25792026-05-28T23:33:21.857Z Checking tough v0.22.0
25802026-05-28T23:33:21.927Z Checking toml_edit v0.22.27
25812026-05-28T23:33:22.018Z Checking slog v2.8.2
25822026-05-28T23:33:22.283Z Checking sha3 v0.10.8
25832026-05-28T23:33:22.486Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25842026-05-28T23:33:22.520Z Checking string_cache v0.8.9
25852026-05-28T23:33:22.650Z Checking env_logger v0.11.9
25862026-05-28T23:33:22.686Z Checking usdt v0.6.0
25872026-05-28T23:33:22.840Z Checking ecdsa v0.16.9
25882026-05-28T23:33:22.852Z Checking toml v0.7.8
25892026-05-28T23:33:22.856Z Checking usdt-impl v0.5.0
25902026-05-28T23:33:23.003Z Checking rsa v0.9.10
25912026-05-28T23:33:23.128Z Checking clap v4.5.60
25922026-05-28T23:33:23.167Z Checking nix v0.31.2
25932026-05-28T23:33:23.204Z Checking reqwest v0.13.2
25942026-05-28T23:33:23.245Z Checking zip v4.6.1
25952026-05-28T23:33:23.785Z Checking zip v0.6.6
25962026-05-28T23:33:23.799Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-28T23:33:23.848Z Checking itertools v0.13.0
25982026-05-28T23:33:24.039Z Checking serde_with v3.17.0
25992026-05-28T23:33:24.062Z Checking strum v0.26.3
26002026-05-28T23:33:24.100Z Checking fs-err v3.3.0
26012026-05-28T23:33:24.113Z Checking ahash v0.8.12
26022026-05-28T23:33:24.170Z Checking object v0.37.3
26032026-05-28T23:33:24.212Z Checking tokio-stream v0.1.18
26042026-05-28T23:33:24.303Z Checking buf-list v1.1.2
26052026-05-28T23:33:24.388Z Checking anyhow v1.0.102
26062026-05-28T23:33:24.404Z Checking camino v1.2.2
26072026-05-28T23:33:24.480Z Checking x509-cert v0.2.5
26082026-05-28T23:33:24.581Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-28T23:33:24.593Z Checking openapiv3 v2.2.0
26102026-05-28T23:33:24.645Z Checking sha1 v0.10.6
26112026-05-28T23:33:24.733Z Checking peg-runtime v0.8.5
26122026-05-28T23:33:24.808Z Checking lalrpop-util v0.19.12
26132026-05-28T23:33:24.837Z Checking rayon v1.11.0
26142026-05-28T23:33:24.853Z Checking sigpipe v0.1.3
26152026-05-28T23:33:24.874Z Checking glob v0.3.3
26162026-05-28T23:33:26.372Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-28T23:33:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
26182026-05-28T23:33:26.817Z
26192026-05-28T23:33:26.817Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-28T23:33:27.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-28T23:33:27.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-28T23:33:27.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-28T23:33:27.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-28T23:33:27.410Z
26252026-05-28T23:33:27.410Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-28T23:33:27.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-28T23:33:27.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-28T23:33:27.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-28T23:33:27.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-28T23:33:28.009Z
26312026-05-28T23:33:28.009Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-28T23:33:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-28T23:33:28.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-28T23:33:28.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-28T23:33:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-05-28T23:33:28.620Z
26372026-05-28T23:33:28.620Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-28T23:33:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-28T23:33:29.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-28T23:33:29.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-28T23:33:29.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-28T23:33:29.218Z
26432026-05-28T23:33:29.218Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-28T23:33:29.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-28T23:33:29.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-28T23:33:29.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-28T23:33:29.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-28T23:33:29.817Z
26492026-05-28T23:33:29.817Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-28T23:33:30.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-28T23:33:30.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-28T23:33:30.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-28T23:33:30.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-28T23:33:30.412Z
26552026-05-28T23:33:30.412Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-28T23:33:30.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-28T23:33:30.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-28T23:33:30.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-28T23:33:30.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-28T23:33:30.995Z
26612026-05-28T23:33:30.995Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-28T23:33:31.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-28T23:33:31.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-28T23:33:31.679Z Compiling structmeta-derive v0.3.0
26652026-05-28T23:33:31.795Z Compiling rustls v0.22.4
26662026-05-28T23:33:31.804Z Compiling multer v3.1.0
26672026-05-28T23:33:31.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-28T23:33:31.813Z Compiling async-stream-impl v0.3.6
26692026-05-28T23:33:31.833Z Compiling dropshot v0.17.0
26702026-05-28T23:33:31.849Z Compiling dropshot_endpoint v0.17.0
26712026-05-28T23:33:31.849Z Compiling newtype-uuid-macros v0.1.0
26722026-05-28T23:33:31.985Z Checking newtype-uuid v1.3.2
26732026-05-28T23:33:32.028Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-28T23:33:32.095Z Checking rustls-webpki v0.102.8
26752026-05-28T23:33:32.180Z Checking daft v0.1.7
26762026-05-28T23:33:32.194Z Checking thread_local v1.1.9
26772026-05-28T23:33:32.360Z Checking compression-core v0.4.31
26782026-05-28T23:33:32.395Z Checking match_cfg v0.1.0
26792026-05-28T23:33:32.418Z Checking iddqd v0.4.2
26802026-05-28T23:33:32.435Z Checking crossbeam-channel v0.5.15
26812026-05-28T23:33:32.471Z Checking hostname v0.3.1
26822026-05-28T23:33:32.483Z Checking compression-codecs v0.4.37
26832026-05-28T23:33:32.565Z Checking slog-json v2.6.1
26842026-05-28T23:33:32.595Z Checking is-terminal v0.4.17
26852026-05-28T23:33:32.646Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-28T23:33:32.685Z Checking serde_spanned v1.0.4
26872026-05-28T23:33:32.719Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-28T23:33:32.766Z Checking term v1.2.1
26892026-05-28T23:33:32.813Z Checking take_mut v0.2.2
26902026-05-28T23:33:32.843Z Checking debug-ignore v1.0.5
26912026-05-28T23:33:32.856Z Compiling structmeta v0.3.0
26922026-05-28T23:33:32.894Z Checking toml v1.0.6+spec-1.1.0
26932026-05-28T23:33:32.915Z Checking slog-async v2.8.0
26942026-05-28T23:33:32.939Z Checking slog-bunyan v2.5.0
26952026-05-28T23:33:32.990Z Checking slog-term v2.9.2
26962026-05-28T23:33:33.051Z Checking async-compression v0.4.41
26972026-05-28T23:33:33.068Z Compiling derive-ex v0.1.8
26982026-05-28T23:33:33.103Z Compiling parse-display-derive v0.10.0
26992026-05-28T23:33:33.250Z Checking async-stream v0.3.6
27002026-05-28T23:33:33.295Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-28T23:33:33.320Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-28T23:33:33.376Z Checking progenitor-client v0.14.0
27032026-05-28T23:33:33.395Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-28T23:33:33.463Z Checking waitgroup v0.1.2
27052026-05-28T23:33:33.533Z Checking backon v1.6.0
27062026-05-28T23:33:33.563Z Checking rustls-pemfile v2.2.0
27072026-05-28T23:33:33.598Z Checking serde_path_to_error v0.1.20
27082026-05-28T23:33:33.625Z Checking hostname v0.4.2
27092026-05-28T23:33:33.697Z Checking instant v0.1.13
27102026-05-28T23:33:33.781Z Checking backoff v0.4.0
27112026-05-28T23:33:33.876Z Checking progenitor-extras v0.2.0
27122026-05-28T23:33:33.889Z Checking tokio-rustls v0.25.0
27132026-05-28T23:33:33.912Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-28T23:33:33.970Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-28T23:33:34.106Z Checking itertools v0.14.0
27162026-05-28T23:33:34.119Z Checking progenitor-client v0.10.0
27172026-05-28T23:33:34.333Z Checking regress v0.10.5
27182026-05-28T23:33:34.345Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-28T23:33:34.561Z Checking macaddr v1.0.1
27202026-05-28T23:33:34.722Z Compiling test-strategy v0.4.5
27212026-05-28T23:33:34.735Z Checking parse-display v0.10.0
27222026-05-28T23:33:34.872Z Checking humantime v2.3.0
27232026-05-28T23:33:35.949Z Compiling prettyplease v0.2.37
27242026-05-28T23:33:36.229Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-28T23:33:36.406Z Checking num-rational v0.4.2
27262026-05-28T23:33:36.605Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-28T23:33:36.832Z Checking num-complex v0.4.6
27282026-05-28T23:33:37.546Z Compiling num v0.4.3
27292026-05-28T23:33:37.624Z Compiling usdt-attr-macro v0.5.0
27302026-05-28T23:33:37.638Z Compiling usdt-macro v0.5.0
27312026-05-28T23:33:37.669Z Checking memmap v0.7.0
27322026-05-28T23:33:37.687Z Compiling float-ord v0.3.2
27332026-05-28T23:33:37.800Z Compiling convert_case v0.4.0
27342026-05-28T23:33:37.803Z Checking unicode-width v0.2.0
27352026-05-28T23:33:38.049Z Checking console v0.15.11
27362026-05-28T23:33:38.184Z Compiling derive_more v0.99.20
27372026-05-28T23:33:38.326Z Checking newline-converter v0.3.0
27382026-05-28T23:33:38.345Z Checking atomicwrites v0.4.4
27392026-05-28T23:33:38.391Z Checking usdt v0.5.0
27402026-05-28T23:33:38.437Z Compiling toml v0.8.23
27412026-05-28T23:33:38.473Z Compiling minimal-lexical v0.2.1
27422026-05-28T23:33:38.558Z Checking linked-hash-map v0.5.6
27432026-05-28T23:33:38.727Z Compiling nom v7.1.3
27442026-05-28T23:33:38.740Z Checking lru-cache v0.1.2
27452026-05-28T23:33:38.965Z Checking expectorate v1.2.0
27462026-05-28T23:33:39.421Z Checking camino-tempfile v1.4.1
27472026-05-28T23:33:39.566Z Checking hickory-proto v0.24.4
27482026-05-28T23:33:39.584Z Checking phf_shared v0.12.1
27492026-05-28T23:33:39.726Z Compiling slog-dtrace v0.3.0
27502026-05-28T23:33:39.757Z Checking resolv-conf v0.7.6
27512026-05-28T23:33:39.918Z Checking heck v0.5.0
27522026-05-28T23:33:39.944Z Compiling chrono-tz v0.10.4
27532026-05-28T23:33:40.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-28T23:33:40.048Z Compiling const_format_proc_macros v0.2.34
27552026-05-28T23:33:40.157Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-28T23:33:40.190Z Checking phf v0.12.1
27572026-05-28T23:33:40.334Z Checking tokio-dtrace v0.1.1
27582026-05-28T23:33:40.507Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-28T23:33:40.546Z Compiling derive-where v1.6.0
27602026-05-28T23:33:40.722Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-28T23:33:40.888Z Checking highway v1.3.0
27622026-05-28T23:33:41.123Z Checking const_format v0.2.35
27632026-05-28T23:33:41.361Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-28T23:33:41.407Z Checking hickory-resolver v0.24.4
27652026-05-28T23:33:41.518Z Checking oxide-tokio-rt v0.1.4
27662026-05-28T23:33:41.747Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-28T23:33:41.874Z Checking gethostname v0.5.0
27682026-05-28T23:33:41.963Z Checking bcs v0.1.6
27692026-05-28T23:33:42.001Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-28T23:33:42.074Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-28T23:33:42.131Z Checking qorb v0.4.1
27722026-05-28T23:33:42.189Z Checking termtree v0.5.1
27732026-05-28T23:33:42.239Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-05-28T23:33:45.377Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-28T23:33:48.075Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-28T23:33:50.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
27772026-05-28T23:33:50.376Z
27782026-05-28T23:33:50.376Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-28T23:33:50.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-28T23:33:50.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-28T23:33:51.061Z Compiling ar_archive_writer v0.5.1
27822026-05-28T23:33:51.174Z Compiling stacker v0.1.23
27832026-05-28T23:33:51.182Z Compiling cfg_aliases v0.1.1
27842026-05-28T23:33:51.189Z Compiling convert_case v0.10.0
27852026-05-28T23:33:51.189Z Checking unicode-width v0.1.14
27862026-05-28T23:33:51.207Z Compiling proc-macro-error v1.0.4
27872026-05-28T23:33:51.220Z Checking fd-lock v4.0.4
27882026-05-28T23:33:51.223Z Checking nibble_vec v0.1.0
27892026-05-28T23:33:51.242Z Compiling nix v0.28.0
27902026-05-28T23:33:51.336Z Checking vte v0.14.1
27912026-05-28T23:33:51.348Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-28T23:33:51.425Z Checking endian-type v0.1.2
27932026-05-28T23:33:51.439Z Checking bytecount v0.6.9
27942026-05-28T23:33:51.481Z Checking strip-ansi-escapes v0.2.1
27952026-05-28T23:33:51.484Z Compiling derive_more-impl v2.1.1
27962026-05-28T23:33:51.506Z Compiling tabled_derive v0.7.0
27972026-05-28T23:33:51.534Z Checking papergrid v0.11.0
27982026-05-28T23:33:51.548Z Checking radix_trie v0.2.1
27992026-05-28T23:33:51.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-28T23:33:51.733Z Compiling peg-macros v0.8.5
28012026-05-28T23:33:51.748Z Checking winnow v0.6.26
28022026-05-28T23:33:51.989Z Compiling psm v0.1.30
28032026-05-28T23:33:52.072Z Compiling sqlparser_derive v0.5.0
28042026-05-28T23:33:52.136Z Checking home v0.5.12
28052026-05-28T23:33:52.242Z Checking unicode_categories v0.1.1
28062026-05-28T23:33:52.295Z Checking derive_more v2.1.1
28072026-05-28T23:33:52.374Z Checking nu-ansi-term v0.50.3
28082026-05-28T23:33:52.397Z Checking crossterm v0.29.0
28092026-05-28T23:33:52.471Z Checking tabled v0.15.0
28102026-05-28T23:33:52.550Z Checking rustyline v14.0.0
28112026-05-28T23:33:52.580Z Checking reedline v0.40.0
28122026-05-28T23:33:52.755Z Checking recursive v0.1.1
28132026-05-28T23:33:52.837Z Checking display-error-chain v0.2.2
28142026-05-28T23:33:52.851Z Checking sqlparser v0.61.0
28152026-05-28T23:33:52.876Z Checking sqlformat v0.3.5
28162026-05-28T23:33:53.079Z Checking peg v0.8.5
28172026-05-28T23:34:03.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28182026-05-28T23:34:04.116Z
28192026-05-28T23:34:04.116Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-28T23:34:04.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-28T23:34:04.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-28T23:34:04.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-28T23:34:08.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28242026-05-28T23:34:08.458Z
28252026-05-28T23:34:08.458Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-28T23:34:08.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-28T23:34:08.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-28T23:34:09.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-28T23:34:11.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28302026-05-28T23:34:11.773Z
28312026-05-28T23:34:11.773Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-28T23:34:12.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-28T23:34:12.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-28T23:34:12.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-28T23:34:15.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28362026-05-28T23:34:15.834Z
28372026-05-28T23:34:15.834Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-28T23:34:16.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-28T23:34:16.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-28T23:34:16.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-28T23:34:19.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28422026-05-28T23:34:19.953Z
28432026-05-28T23:34:19.954Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-28T23:34:20.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-28T23:34:20.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-28T23:34:20.630Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-28T23:34:23.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28482026-05-28T23:34:23.413Z
28492026-05-28T23:34:23.413Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-28T23:34:23.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-28T23:34:23.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-28T23:34:24.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-28T23:34:26.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-05-28T23:34:26.887Z
28552026-05-28T23:34:26.888Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-28T23:34:27.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-28T23:34:27.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-28T23:34:27.565Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-28T23:34:30.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28602026-05-28T23:34:31.138Z
28612026-05-28T23:34:31.138Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-28T23:34:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-28T23:34:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-28T23:34:31.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-28T23:34:31.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-28T23:34:31.737Z
28672026-05-28T23:34:31.737Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-28T23:34:32.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-28T23:34:32.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-28T23:34:32.373Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-28T23:34:32.540Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-28T23:34:32.543Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-28T23:34:32.872Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-28T23:34:35.759Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-28T23:34:36.961Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-28T23:34:37.171Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-28T23:34:37.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28782026-05-28T23:34:38.022Z
28792026-05-28T23:34:38.022Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-28T23:34:38.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-28T23:34:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-28T23:34:38.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-28T23:34:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-28T23:34:38.617Z
28852026-05-28T23:34:38.617Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-28T23:34:39.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-28T23:34:39.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-28T23:34:39.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-28T23:34:39.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-05-28T23:34:39.256Z
28912026-05-28T23:34:39.256Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-28T23:34:39.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-28T23:34:39.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-28T23:34:39.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-28T23:34:39.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-28T23:34:39.858Z
28972026-05-28T23:34:39.858Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-28T23:34:40.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-28T23:34:40.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-28T23:34:40.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-28T23:34:40.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-28T23:34:40.459Z
29032026-05-28T23:34:40.459Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-28T23:34:40.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-28T23:34:40.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-28T23:34:40.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-28T23:34:40.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-28T23:34:41.061Z
29092026-05-28T23:34:41.061Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-28T23:34:41.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-28T23:34:41.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-28T23:34:41.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-28T23:34:41.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-05-28T23:34:41.663Z
29152026-05-28T23:34:41.663Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-28T23:34:42.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-28T23:34:42.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-28T23:34:42.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-28T23:34:42.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-28T23:34:42.255Z
29212026-05-28T23:34:42.255Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-28T23:34:42.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-28T23:34:42.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-28T23:34:42.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-28T23:34:42.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-28T23:34:42.865Z
29272026-05-28T23:34:42.865Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-28T23:34:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-28T23:34:43.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-28T23:34:43.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-28T23:34:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-28T23:34:43.451Z
29332026-05-28T23:34:43.451Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-28T23:34:43.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-28T23:34:43.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-28T23:34:44.174Z Compiling crucible-workspace-hack v0.1.0
29372026-05-28T23:34:44.291Z Checking secrecy v0.10.3
29382026-05-28T23:34:44.299Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-28T23:34:44.305Z Compiling heapless v0.8.0
29402026-05-28T23:34:44.312Z Compiling ingot-macros v0.1.1
29412026-05-28T23:34:44.321Z Checking hash32 v0.3.1
29422026-05-28T23:34:44.332Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-28T23:34:44.332Z Compiling smoltcp v0.11.0
29442026-05-28T23:34:44.393Z Checking cobs v0.3.0
29452026-05-28T23:34:44.440Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-28T23:34:44.518Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-28T23:34:44.532Z Checking universal-hash v0.5.1
29482026-05-28T23:34:44.555Z Checking half v2.7.1
29492026-05-28T23:34:44.580Z Checking opaque-debug v0.3.1
29502026-05-28T23:34:44.648Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-28T23:34:44.661Z Checking ciborium-io v0.2.2
29522026-05-28T23:34:44.693Z Checking poly1305 v0.8.0
29532026-05-28T23:34:44.747Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29542026-05-28T23:34:44.810Z Checking ciborium-ll v0.2.2
29552026-05-28T23:34:44.844Z Checking postcard v1.1.3
29562026-05-28T23:34:44.953Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-28T23:34:44.985Z Compiling proc-macro-crate v3.4.0
29582026-05-28T23:34:45.137Z Checking password-hash v0.5.0
29592026-05-28T23:34:45.152Z Checking chacha20 v0.9.1
29602026-05-28T23:34:45.222Z Compiling proc-macro-crate v1.3.1
29612026-05-28T23:34:45.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-28T23:34:45.379Z Checking blake2 v0.10.6
29632026-05-28T23:34:45.502Z Checking aead v0.5.2
29642026-05-28T23:34:45.552Z Compiling num_enum_derive v0.7.5
29652026-05-28T23:34:45.608Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-28T23:34:45.621Z Compiling foreign-types-macros v0.2.3
29672026-05-28T23:34:45.646Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-28T23:34:45.661Z Checking cpufeatures v0.3.0
29692026-05-28T23:34:45.690Z Checking thiserror-no-std v2.0.2
29702026-05-28T23:34:45.733Z Checking foreign-types-shared v0.3.1
29712026-05-28T23:34:45.778Z Checking vsss-rs v3.3.4
29722026-05-28T23:34:45.815Z Checking chacha20 v0.10.0
29732026-05-28T23:34:45.828Z Compiling num_enum_derive v0.5.11
29742026-05-28T23:34:45.888Z Checking chacha20poly1305 v0.10.1
29752026-05-28T23:34:46.017Z Checking argon2 v0.5.3
29762026-05-28T23:34:46.030Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-28T23:34:46.209Z Checking foreign-types v0.5.0
29782026-05-28T23:34:46.289Z Checking ciborium v0.2.2
29792026-05-28T23:34:46.417Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-28T23:34:46.470Z Checking tabwriter v1.4.1
29812026-05-28T23:34:46.592Z Checking num_enum v0.7.5
29822026-05-28T23:34:46.614Z Checking byte-wrapper v0.1.0
29832026-05-28T23:34:46.696Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-28T23:34:46.711Z Checking cstr-argument v0.1.2
29852026-05-28T23:34:46.718Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-28T23:34:46.818Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-28T23:34:46.832Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-28T23:34:46.844Z Checking num_enum v0.5.11
29892026-05-28T23:34:46.866Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-28T23:34:46.950Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-28T23:34:46.994Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-28T23:34:47.024Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-28T23:34:47.098Z Checking ingot-types v0.1.2
29942026-05-28T23:34:47.111Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-05-28T23:34:47.158Z Checking rand v0.10.0
29962026-05-28T23:34:47.172Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-28T23:34:47.215Z Checking colored v3.1.1
29982026-05-28T23:34:47.231Z Checking indent_write v2.2.0
29992026-05-28T23:34:47.359Z Compiling zone_cfg_derive v0.3.1
30002026-05-28T23:34:47.428Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-28T23:34:47.448Z Checking ingot v0.1.1
30022026-05-28T23:34:47.478Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-28T23:34:47.492Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-28T23:34:47.559Z Checking itertools v0.12.1
30052026-05-28T23:34:47.575Z Compiling num-derive v0.4.2
30062026-05-28T23:34:47.596Z Checking swrite v0.1.0
30072026-05-28T23:34:47.663Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-28T23:34:47.686Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-28T23:34:47.837Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-28T23:34:47.975Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-28T23:34:48.000Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-28T23:34:48.004Z Checking dropshot-api-manager-types v0.7.2
30132026-05-28T23:34:48.028Z Checking smf v0.2.3
30142026-05-28T23:34:48.110Z Checking nanorand v0.7.0
30152026-05-28T23:34:48.178Z Checking whoami v1.6.1
30162026-05-28T23:34:48.258Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-28T23:34:48.305Z Checking flume v0.11.1
30182026-05-28T23:34:48.488Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-28T23:34:48.555Z Checking zone v0.3.1
30202026-05-28T23:34:49.001Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-28T23:34:49.956Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-28T23:34:50.845Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-28T23:34:54.008Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-28T23:34:56.047Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-28T23:34:57.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
30262026-05-28T23:34:57.341Z
30272026-05-28T23:34:57.342Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-28T23:34:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-28T23:34:57.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-28T23:34:57.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-28T23:34:57.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-28T23:34:57.947Z
30332026-05-28T23:34:57.947Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-28T23:34:58.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-28T23:34:58.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-28T23:34:58.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-28T23:34:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-28T23:34:58.554Z
30392026-05-28T23:34:58.555Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-28T23:34:59.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-28T23:34:59.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-28T23:34:59.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-28T23:34:59.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-28T23:34:59.167Z
30452026-05-28T23:34:59.167Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-28T23:34:59.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-28T23:34:59.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-28T23:34:59.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-28T23:34:59.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-28T23:34:59.776Z
30512026-05-28T23:34:59.776Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-28T23:35:00.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-28T23:35:00.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-28T23:35:00.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-28T23:35:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-28T23:35:00.376Z
30572026-05-28T23:35:00.376Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-28T23:35:00.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-28T23:35:00.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-28T23:35:00.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-28T23:35:00.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-28T23:35:00.980Z
30632026-05-28T23:35:00.980Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-28T23:35:01.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-28T23:35:01.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-28T23:35:01.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-28T23:35:01.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-28T23:35:01.577Z
30692026-05-28T23:35:01.578Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-28T23:35:02.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-28T23:35:02.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-28T23:35:02.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-28T23:35:02.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-05-28T23:35:02.163Z
30752026-05-28T23:35:02.163Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-28T23:35:02.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-28T23:35:02.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-28T23:35:02.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-28T23:35:02.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-28T23:35:02.763Z
30812026-05-28T23:35:02.763Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-28T23:35:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-28T23:35:03.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-28T23:35:03.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-28T23:35:03.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-28T23:35:03.366Z
30872026-05-28T23:35:03.366Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-28T23:35:03.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-28T23:35:03.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-28T23:35:03.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-28T23:35:03.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-28T23:35:03.973Z
30932026-05-28T23:35:03.974Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-28T23:35:04.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-28T23:35:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-28T23:35:04.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-28T23:35:04.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-28T23:35:04.611Z
30992026-05-28T23:35:04.611Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-28T23:35:05.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-28T23:35:05.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-28T23:35:05.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-28T23:35:05.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-28T23:35:05.247Z
31052026-05-28T23:35:05.250Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-28T23:35:05.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-28T23:35:05.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-28T23:35:05.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-28T23:35:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-28T23:35:05.831Z
31112026-05-28T23:35:05.831Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-28T23:35:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-28T23:35:06.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-28T23:35:06.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-28T23:35:06.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-28T23:35:06.424Z
31172026-05-28T23:35:06.424Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-28T23:35:06.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-28T23:35:06.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-28T23:35:06.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-28T23:35:06.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-28T23:35:07.015Z
31232026-05-28T23:35:07.015Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-28T23:35:07.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-28T23:35:07.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-28T23:35:07.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-28T23:35:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-28T23:35:07.616Z
31292026-05-28T23:35:07.616Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-28T23:35:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-28T23:35:08.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-28T23:35:08.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-28T23:35:08.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-28T23:35:08.203Z
31352026-05-28T23:35:08.204Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-28T23:35:08.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-28T23:35:08.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-28T23:35:08.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-28T23:35:08.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-28T23:35:08.816Z
31412026-05-28T23:35:08.816Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-28T23:35:09.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-28T23:35:09.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-28T23:35:09.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-28T23:35:09.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-28T23:35:09.433Z
31472026-05-28T23:35:09.433Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-28T23:35:09.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-28T23:35:09.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-28T23:35:09.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-28T23:35:09.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-05-28T23:35:10.051Z
31532026-05-28T23:35:10.051Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-28T23:35:10.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-28T23:35:10.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-28T23:35:10.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-28T23:35:10.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-28T23:35:10.634Z
31592026-05-28T23:35:10.634Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-28T23:35:11.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-28T23:35:11.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-28T23:35:11.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-28T23:35:11.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-05-28T23:35:11.247Z
31652026-05-28T23:35:11.247Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-28T23:35:11.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-28T23:35:11.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-28T23:35:11.938Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-28T23:35:12.054Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-28T23:35:12.062Z Checking csv-core v0.1.13
31712026-05-28T23:35:12.069Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-28T23:35:12.073Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-28T23:35:12.077Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-28T23:35:12.096Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-28T23:35:12.107Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-28T23:35:12.220Z Checking csv v1.4.0
31772026-05-28T23:35:12.260Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-28T23:35:12.274Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-28T23:35:12.300Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-28T23:35:12.314Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-28T23:35:12.558Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-28T23:35:12.922Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-28T23:35:12.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-28T23:35:13.248Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-28T23:35:19.109Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-28T23:35:19.639Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-28T23:35:21.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
31882026-05-28T23:35:22.161Z
31892026-05-28T23:35:22.161Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-28T23:35:22.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-28T23:35:22.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-28T23:35:22.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-28T23:35:22.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-28T23:35:22.757Z
31952026-05-28T23:35:22.757Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-28T23:35:23.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-28T23:35:23.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-28T23:35:23.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-28T23:35:23.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-28T23:35:23.440Z
32012026-05-28T23:35:23.440Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-28T23:35:24.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-28T23:35:24.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-28T23:35:24.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-28T23:35:24.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-28T23:35:24.119Z
32072026-05-28T23:35:24.119Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-28T23:35:24.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-28T23:35:24.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-28T23:35:24.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-28T23:35:24.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-28T23:35:24.765Z
32132026-05-28T23:35:24.765Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-28T23:35:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-28T23:35:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-28T23:35:25.521Z Compiling regress v0.11.1
32172026-05-28T23:35:25.662Z Compiling unsafe-libyaml v0.2.11
32182026-05-28T23:35:25.676Z Compiling radium v0.7.0
32192026-05-28T23:35:25.687Z Compiling semver v0.1.20
32202026-05-28T23:35:25.701Z Checking tap v1.0.1
32212026-05-28T23:35:25.704Z Compiling maybe-uninit v2.0.0
32222026-05-28T23:35:25.727Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-28T23:35:25.804Z Checking wyz v0.5.1
32242026-05-28T23:35:25.940Z Compiling rustc_version v0.1.7
32252026-05-28T23:35:25.979Z Checking progenitor-client v0.13.0
32262026-05-28T23:35:26.026Z Compiling zerocopy-derive v0.6.6
32272026-05-28T23:35:26.131Z Compiling cancel-safe-futures v0.1.5
32282026-05-28T23:35:26.158Z Compiling newtype_derive v0.1.6
32292026-05-28T23:35:26.227Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-28T23:35:26.371Z Compiling owo-colors v4.3.0
32312026-05-28T23:35:26.374Z Checking funty v2.0.0
32322026-05-28T23:35:26.400Z Checking crc-catalog v2.4.0
32332026-05-28T23:35:26.494Z Compiling packed_struct v0.10.1
32342026-05-28T23:35:26.704Z Checking bitvec v1.0.1
32352026-05-28T23:35:26.737Z Checking crc v3.4.0
32362026-05-28T23:35:26.857Z Checking zerocopy v0.6.6
32372026-05-28T23:35:26.914Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-28T23:35:26.929Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-28T23:35:27.073Z Checking typify-impl v0.6.2
32402026-05-28T23:35:27.198Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-28T23:35:27.262Z Compiling packed_struct_codegen v0.10.1
32422026-05-28T23:35:27.444Z Checking libsw-core v0.3.2
32432026-05-28T23:35:27.459Z Compiling bitfield-macros v0.19.4
32442026-05-28T23:35:27.592Z Compiling indexmap v1.9.3
32452026-05-28T23:35:27.680Z Checking nodrop v0.1.14
32462026-05-28T23:35:27.778Z Checking array-init v0.0.4
32472026-05-28T23:35:27.812Z Checking libsw v3.5.0
32482026-05-28T23:35:27.962Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-28T23:35:27.977Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-28T23:35:28.076Z Checking smallvec v0.6.14
32512026-05-28T23:35:28.151Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-28T23:35:28.166Z Checking bitfield v0.19.4
32532026-05-28T23:35:28.359Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-28T23:35:28.436Z Checking linear-map v1.2.0
32552026-05-28T23:35:28.485Z Checking tagptr v0.2.0
32562026-05-28T23:35:28.506Z Checking hashbrown v0.12.3
32572026-05-28T23:35:28.567Z Checking unicode-linebreak v0.1.5
32582026-05-28T23:35:28.605Z Checking smawk v0.3.2
32592026-05-28T23:35:28.626Z Checking base64 v0.21.7
32602026-05-28T23:35:28.736Z Checking moka v0.12.13
32612026-05-28T23:35:28.780Z Checking textwrap v0.16.2
32622026-05-28T23:35:28.816Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-28T23:35:28.848Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-28T23:35:28.867Z Checking ron v0.8.1
32652026-05-28T23:35:28.984Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-28T23:35:29.000Z Checking steno v0.4.1
32672026-05-28T23:35:29.220Z Checking serde-hex v0.1.0
32682026-05-28T23:35:29.369Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-28T23:35:29.384Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-28T23:35:29.388Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-28T23:35:29.528Z Checking hashbrown v0.13.2
32722026-05-28T23:35:29.775Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-28T23:35:29.946Z Checking crc-any v2.5.0
32742026-05-28T23:35:29.963Z Checking object v0.30.4
32752026-05-28T23:35:29.990Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-28T23:35:30.008Z Checking hickory-resolver v0.25.2
32772026-05-28T23:35:30.103Z Checking path-slash v0.1.5
32782026-05-28T23:35:30.121Z Checking utf-8 v0.7.6
32792026-05-28T23:35:30.155Z Checking half v1.8.3
32802026-05-28T23:35:30.207Z Checking void v1.0.2
32812026-05-28T23:35:30.256Z Checking tungstenite v0.23.0
32822026-05-28T23:35:30.316Z Checking lzss v0.8.2
32832026-05-28T23:35:30.351Z Checking serde_cbor v0.11.2
32842026-05-28T23:35:30.664Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-28T23:35:30.694Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-28T23:35:30.720Z Checking nix v0.27.1
32872026-05-28T23:35:30.736Z Checking kstat-rs v0.2.4
32882026-05-28T23:35:30.739Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-05-28T23:35:30.822Z Checking fxhash v0.2.1
32902026-05-28T23:35:30.926Z Checking serde_bytes v0.11.19
32912026-05-28T23:35:30.941Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-28T23:35:30.955Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-28T23:35:31.107Z Checking tokio-tungstenite v0.23.1
32942026-05-28T23:35:31.174Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-28T23:35:31.231Z Checking signal-hook-tokio v0.3.1
32962026-05-28T23:35:31.530Z Compiling typify-macro v0.6.2
32972026-05-28T23:35:32.345Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-28T23:35:32.667Z Compiling typify v0.6.2
32992026-05-28T23:35:32.749Z Compiling progenitor-impl v0.13.0
33002026-05-28T23:35:32.749Z Compiling progenitor-impl v0.14.0
33012026-05-28T23:35:33.227Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-28T23:35:33.556Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-28T23:35:34.336Z Compiling progenitor-macro v0.14.0
33042026-05-28T23:35:34.350Z Compiling progenitor-macro v0.13.0
33052026-05-28T23:35:36.922Z Checking progenitor v0.14.0
33062026-05-28T23:35:36.925Z Checking progenitor v0.13.0
33072026-05-28T23:35:37.051Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-05-28T23:35:37.054Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-28T23:35:40.041Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-28T23:35:47.668Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-28T23:35:53.957Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-28T23:35:55.321Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-28T23:35:55.829Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-28T23:35:57.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.13s
33152026-05-28T23:35:58.097Z
33162026-05-28T23:35:58.097Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-28T23:35:58.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-28T23:35:58.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-28T23:35:58.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-28T23:35:58.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-28T23:35:58.695Z
33222026-05-28T23:35:58.696Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-28T23:35:59.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-28T23:35:59.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-28T23:35:59.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-28T23:35:59.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-28T23:35:59.299Z
33282026-05-28T23:35:59.299Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-28T23:35:59.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-28T23:35:59.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-28T23:35:59.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-28T23:35:59.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-28T23:35:59.887Z
33342026-05-28T23:35:59.887Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-28T23:36:00.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-28T23:36:00.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-28T23:36:00.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-28T23:36:00.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-28T23:36:00.503Z
33402026-05-28T23:36:00.504Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-28T23:36:01.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-28T23:36:01.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-28T23:36:01.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-28T23:36:01.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-28T23:36:01.096Z
33462026-05-28T23:36:01.097Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-28T23:36:01.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-28T23:36:01.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-28T23:36:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-28T23:36:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-28T23:36:01.692Z
33522026-05-28T23:36:01.693Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-28T23:36:02.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-28T23:36:02.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-28T23:36:02.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-28T23:36:02.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-28T23:36:02.289Z
33582026-05-28T23:36:02.289Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-28T23:36:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-28T23:36:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-28T23:36:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-28T23:36:02.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-28T23:36:02.905Z
33642026-05-28T23:36:02.905Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-28T23:36:03.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-28T23:36:03.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-28T23:36:03.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-28T23:36:03.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-28T23:36:03.503Z
33702026-05-28T23:36:03.503Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-28T23:36:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-28T23:36:04.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-28T23:36:04.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-28T23:36:04.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-28T23:36:04.103Z
33762026-05-28T23:36:04.103Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-28T23:36:04.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-28T23:36:04.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-28T23:36:04.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-28T23:36:04.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-28T23:36:04.701Z
33822026-05-28T23:36:04.701Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-28T23:36:05.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-28T23:36:05.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-28T23:36:05.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-28T23:36:05.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-28T23:36:05.298Z
33882026-05-28T23:36:05.298Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-28T23:36:05.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-28T23:36:05.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-28T23:36:05.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-28T23:36:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-28T23:36:05.898Z
33942026-05-28T23:36:05.898Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-28T23:36:06.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-28T23:36:06.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-28T23:36:06.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-28T23:36:06.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-28T23:36:06.497Z
34002026-05-28T23:36:06.497Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-28T23:36:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-28T23:36:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-28T23:36:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-28T23:36:07.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-28T23:36:07.111Z
34062026-05-28T23:36:07.111Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-28T23:36:07.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-28T23:36:07.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-28T23:36:07.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-28T23:36:07.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-28T23:36:07.730Z
34122026-05-28T23:36:07.730Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-28T23:36:08.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-28T23:36:08.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-28T23:36:08.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-28T23:36:08.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-28T23:36:08.345Z
34182026-05-28T23:36:08.345Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-28T23:36:08.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-28T23:36:08.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-28T23:36:08.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-28T23:36:08.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-28T23:36:08.962Z
34242026-05-28T23:36:08.962Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-28T23:36:09.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-28T23:36:09.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-28T23:36:09.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-28T23:36:09.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-28T23:36:09.576Z
34302026-05-28T23:36:09.576Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-28T23:36:10.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-28T23:36:10.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-28T23:36:10.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-28T23:36:10.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-28T23:36:10.193Z
34362026-05-28T23:36:10.193Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-28T23:36:10.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-28T23:36:10.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-28T23:36:10.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-28T23:36:10.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-28T23:36:10.811Z
34422026-05-28T23:36:10.812Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-28T23:36:11.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-28T23:36:11.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-28T23:36:11.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-28T23:36:11.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-28T23:36:11.426Z
34482026-05-28T23:36:11.426Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-28T23:36:11.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-28T23:36:11.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-28T23:36:11.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-28T23:36:11.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-28T23:36:12.043Z
34542026-05-28T23:36:12.043Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-28T23:36:12.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-28T23:36:12.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-28T23:36:12.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-28T23:36:12.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-28T23:36:12.662Z
34602026-05-28T23:36:12.662Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-28T23:36:13.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-28T23:36:13.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-28T23:36:13.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-28T23:36:13.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-28T23:36:13.260Z
34662026-05-28T23:36:13.260Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-28T23:36:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-28T23:36:13.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-28T23:36:13.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-28T23:36:13.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-05-28T23:36:13.860Z
34722026-05-28T23:36:13.860Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-28T23:36:14.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-28T23:36:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-28T23:36:14.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-28T23:36:14.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-28T23:36:14.457Z
34782026-05-28T23:36:14.457Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-28T23:36:14.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-28T23:36:14.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-28T23:36:14.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-28T23:36:14.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-28T23:36:15.056Z
34842026-05-28T23:36:15.056Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-28T23:36:15.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-28T23:36:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-28T23:36:15.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-28T23:36:15.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-05-28T23:36:15.651Z
34902026-05-28T23:36:15.651Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-28T23:36:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-28T23:36:16.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-28T23:36:16.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-28T23:36:16.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-05-28T23:36:16.253Z
34962026-05-28T23:36:16.253Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-28T23:36:16.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-28T23:36:16.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-28T23:36:16.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-28T23:36:16.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-28T23:36:16.853Z
35022026-05-28T23:36:16.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-28T23:36:17.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-28T23:36:17.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-28T23:36:17.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-28T23:36:17.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-28T23:36:17.451Z
35082026-05-28T23:36:17.451Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-28T23:36:17.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-28T23:36:17.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-28T23:36:17.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-28T23:36:17.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-28T23:36:18.066Z
35142026-05-28T23:36:18.066Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-28T23:36:18.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-28T23:36:18.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-28T23:36:18.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-28T23:36:18.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35192026-05-28T23:36:18.673Z
35202026-05-28T23:36:18.673Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-28T23:36:19.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-28T23:36:19.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-28T23:36:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-28T23:36:19.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-05-28T23:36:19.285Z
35262026-05-28T23:36:19.285Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-28T23:36:19.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-28T23:36:19.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-28T23:36:19.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-28T23:36:19.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35312026-05-28T23:36:19.895Z
35322026-05-28T23:36:19.895Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-28T23:36:20.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-28T23:36:20.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-28T23:36:20.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-28T23:36:20.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-05-28T23:36:20.507Z
35382026-05-28T23:36:20.507Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-28T23:36:21.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-28T23:36:21.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-28T23:36:21.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-28T23:36:21.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-05-28T23:36:21.118Z
35442026-05-28T23:36:21.118Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-28T23:36:21.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-28T23:36:21.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-28T23:36:21.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-28T23:36:21.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35492026-05-28T23:36:21.729Z
35502026-05-28T23:36:21.729Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-28T23:36:22.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-28T23:36:22.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-28T23:36:22.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-28T23:36:22.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-05-28T23:36:22.368Z
35562026-05-28T23:36:22.368Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-28T23:36:22.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-28T23:36:22.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-28T23:36:22.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-28T23:36:22.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-05-28T23:36:22.963Z
35622026-05-28T23:36:22.963Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-28T23:36:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-28T23:36:23.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-28T23:36:23.608Z Compiling parking_lot_core v0.8.6
35662026-05-28T23:36:23.608Z Compiling atomicwrites v0.4.4
35672026-05-28T23:36:23.612Z Compiling git-stub v1.0.0
35682026-05-28T23:36:23.612Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-28T23:36:23.612Z Checking prefix-trie v0.7.0
35702026-05-28T23:36:23.847Z Compiling git-stub-vcs v0.1.0
35712026-05-28T23:36:24.000Z Checking hickory-server v0.25.2
35722026-05-28T23:36:24.109Z Checking parking_lot v0.11.2
35732026-05-28T23:36:24.122Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-28T23:36:24.206Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-28T23:36:24.206Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-28T23:36:24.277Z Checking sled v0.34.7
35772026-05-28T23:36:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35782026-05-28T23:36:26.336Z
35792026-05-28T23:36:26.336Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-28T23:36:26.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-28T23:36:26.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-28T23:36:26.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-28T23:36:26.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-28T23:36:26.925Z
35852026-05-28T23:36:26.925Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-28T23:36:27.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-28T23:36:27.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-28T23:36:27.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-28T23:36:27.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-28T23:36:27.515Z
35912026-05-28T23:36:27.515Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-28T23:36:28.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-28T23:36:28.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-28T23:36:28.232Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-28T23:36:29.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35962026-05-28T23:36:30.171Z
35972026-05-28T23:36:30.171Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-28T23:36:30.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-28T23:36:30.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-28T23:36:30.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-28T23:36:30.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-05-28T23:36:30.821Z
36032026-05-28T23:36:30.821Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-28T23:36:31.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-28T23:36:31.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-28T23:36:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-28T23:36:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-28T23:36:31.465Z
36092026-05-28T23:36:31.465Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-28T23:36:31.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-28T23:36:31.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-28T23:36:31.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-28T23:36:31.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-28T23:36:32.047Z
36152026-05-28T23:36:32.047Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-28T23:36:32.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-28T23:36:32.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-28T23:36:32.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-28T23:36:32.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-28T23:36:32.627Z
36212026-05-28T23:36:32.627Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-28T23:36:33.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-28T23:36:33.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-28T23:36:33.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-28T23:36:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-05-28T23:36:33.271Z
36272026-05-28T23:36:33.271Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-28T23:36:33.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-28T23:36:33.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-28T23:36:33.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-28T23:36:33.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-28T23:36:33.851Z
36332026-05-28T23:36:33.851Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-28T23:36:34.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-28T23:36:34.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-28T23:36:34.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-28T23:36:34.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382026-05-28T23:36:34.482Z
36392026-05-28T23:36:34.482Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-28T23:36:35.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-28T23:36:35.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-28T23:36:35.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-28T23:36:35.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-05-28T23:36:35.118Z
36452026-05-28T23:36:35.118Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-28T23:36:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-28T23:36:35.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-28T23:36:35.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-28T23:36:35.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-28T23:36:35.700Z
36512026-05-28T23:36:35.700Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-28T23:36:36.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-28T23:36:36.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-28T23:36:36.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-28T23:36:36.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-05-28T23:36:36.278Z
36572026-05-28T23:36:36.278Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-28T23:36:36.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-28T23:36:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-28T23:36:36.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-28T23:36:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-28T23:36:36.873Z
36632026-05-28T23:36:36.873Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-28T23:36:37.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-28T23:36:37.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-28T23:36:37.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-28T23:36:37.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-28T23:36:37.455Z
36692026-05-28T23:36:37.455Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-28T23:36:37.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-28T23:36:37.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-28T23:36:37.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-28T23:36:37.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-05-28T23:36:38.035Z
36752026-05-28T23:36:38.035Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-28T23:36:38.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-28T23:36:38.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-28T23:36:38.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-28T23:36:38.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-28T23:36:38.677Z
36812026-05-28T23:36:38.677Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-28T23:36:39.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-28T23:36:39.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-28T23:36:39.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-28T23:36:39.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-28T23:36:39.325Z
36872026-05-28T23:36:39.325Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-28T23:36:39.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-28T23:36:39.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-28T23:36:39.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-28T23:36:39.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-05-28T23:36:39.964Z
36932026-05-28T23:36:39.964Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-28T23:36:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-28T23:36:40.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-28T23:36:40.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-28T23:36:40.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36982026-05-28T23:36:40.576Z
36992026-05-28T23:36:40.576Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-28T23:36:41.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-28T23:36:41.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-28T23:36:41.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-28T23:36:41.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37042026-05-28T23:36:41.188Z
37052026-05-28T23:36:41.188Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-28T23:36:41.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-28T23:36:41.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-28T23:36:41.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-28T23:36:41.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-05-28T23:36:41.796Z
37112026-05-28T23:36:41.796Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-28T23:36:42.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-28T23:36:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-28T23:36:42.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-28T23:36:42.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-05-28T23:36:42.387Z
37172026-05-28T23:36:42.387Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-28T23:36:42.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-28T23:36:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-28T23:36:42.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-28T23:36:42.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-05-28T23:36:42.998Z
37232026-05-28T23:36:42.998Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-28T23:36:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-28T23:36:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-28T23:36:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-28T23:36:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-05-28T23:36:43.608Z
37292026-05-28T23:36:43.608Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-28T23:36:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-28T23:36:44.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-28T23:36:44.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-28T23:36:44.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-05-28T23:36:44.185Z
37352026-05-28T23:36:44.185Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-28T23:36:44.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-28T23:36:44.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-28T23:36:45.038Z Compiling libefi-sys v0.1.0
37392026-05-28T23:36:45.041Z Compiling bitfield-struct v0.6.2
37402026-05-28T23:36:45.185Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-28T23:36:45.193Z Compiling xshell-macros v0.2.7
37422026-05-28T23:36:45.202Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-28T23:36:45.216Z Compiling typify-impl v0.4.3
37442026-05-28T23:36:45.233Z Compiling salty v0.3.0
37452026-05-28T23:36:45.241Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-28T23:36:45.247Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-28T23:36:45.410Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-28T23:36:45.522Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-28T23:36:45.539Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-05-28T23:36:45.566Z Checking xshell v0.2.7
37512026-05-28T23:36:45.723Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-28T23:36:45.753Z Checking primeorder v0.13.6
37532026-05-28T23:36:45.794Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-05-28T23:36:45.841Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-05-28T23:36:45.894Z Compiling proc-macro-error-attr2 v2.0.0
37562026-05-28T23:36:45.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-28T23:36:45.988Z Checking p384 v0.13.1
37582026-05-28T23:36:46.037Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-28T23:36:46.155Z Checking tungstenite v0.21.0
37602026-05-28T23:36:46.158Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-05-28T23:36:46.268Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-05-28T23:36:46.283Z Compiling proc-macro-error2 v2.0.1
37632026-05-28T23:36:46.596Z Compiling num-derive v0.3.3
37642026-05-28T23:36:46.721Z Compiling tabled_derive v0.11.0
37652026-05-28T23:36:46.814Z Checking tokio-tungstenite v0.21.0
37662026-05-28T23:36:47.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-05-28T23:36:47.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-05-28T23:36:47.402Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-28T23:36:47.470Z Checking libscf-sys v1.1.0
37702026-05-28T23:36:47.728Z Checking papergrid v0.17.0
37712026-05-28T23:36:47.743Z Checking testing_table v0.3.0
37722026-05-28T23:36:47.811Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-28T23:36:47.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-28T23:36:47.857Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-28T23:36:47.990Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-28T23:36:48.203Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-28T23:36:48.264Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-05-28T23:36:48.371Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-28T23:36:48.396Z Compiling unicase v2.9.0
37802026-05-28T23:36:48.417Z Checking corncobs v0.1.4
37812026-05-28T23:36:48.496Z Compiling illumos-nvpair-sys v0.2.0
37822026-05-28T23:36:48.547Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-28T23:36:48.597Z Compiling mime_guess v2.0.5
37842026-05-28T23:36:48.612Z Checking tabled v0.20.0
37852026-05-28T23:36:48.626Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-05-28T23:36:48.725Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-05-28T23:36:48.801Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-05-28T23:36:48.822Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-05-28T23:36:48.975Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-28T23:36:49.007Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-05-28T23:36:49.050Z Checking progenitor-client v0.11.2
37922026-05-28T23:36:49.123Z Checking secrecy v0.8.0
37932026-05-28T23:36:49.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-28T23:36:49.510Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-05-28T23:36:49.619Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-05-28T23:36:49.634Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-05-28T23:36:49.681Z Compiling typify-macro v0.4.3
37982026-05-28T23:36:49.701Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-05-28T23:36:49.867Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-28T23:36:49.885Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-28T23:36:49.901Z Checking filetime v0.2.27
38022026-05-28T23:36:50.037Z Checking crc8 v0.1.1
38032026-05-28T23:36:50.056Z Checking xattr v1.6.1
38042026-05-28T23:36:50.189Z Checking http-range v0.1.5
38052026-05-28T23:36:50.317Z Checking tar v0.4.45
38062026-05-28T23:36:50.333Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-28T23:36:50.555Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-28T23:36:50.631Z Checking illumos-nvpair v0.3.0
38092026-05-28T23:36:50.757Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-28T23:36:50.796Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-28T23:36:50.814Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-28T23:36:51.159Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-28T23:36:51.176Z Checking atty v0.2.14
38142026-05-28T23:36:51.241Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-28T23:36:51.277Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-05-28T23:36:51.280Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-05-28T23:36:51.438Z Compiling typify v0.4.3
38182026-05-28T23:36:51.557Z Compiling progenitor-impl v0.11.2
38192026-05-28T23:36:51.743Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-28T23:36:51.830Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-05-28T23:36:51.859Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-05-28T23:36:52.076Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-05-28T23:36:52.093Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-05-28T23:36:52.265Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-05-28T23:36:52.360Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-28T23:36:52.487Z Checking hyper-staticfile v0.10.1
38272026-05-28T23:36:52.605Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-28T23:36:52.772Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-28T23:36:52.801Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-05-28T23:36:52.859Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-05-28T23:36:52.950Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-28T23:36:53.129Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-05-28T23:36:53.218Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-28T23:36:53.277Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-05-28T23:36:53.404Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-05-28T23:36:53.508Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-05-28T23:36:54.021Z Compiling progenitor-macro v0.11.2
38382026-05-28T23:36:56.402Z Checking progenitor v0.11.2
38392026-05-28T23:36:56.540Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-28T23:36:56.693Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-28T23:37:01.183Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-28T23:37:12.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
38432026-05-28T23:37:12.301Z
38442026-05-28T23:37:12.301Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-28T23:37:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-28T23:37:12.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-28T23:37:13.078Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-28T23:37:23.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38492026-05-28T23:37:23.918Z
38502026-05-28T23:37:23.918Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-28T23:37:24.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-28T23:37:24.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-28T23:37:24.706Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-28T23:37:35.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38552026-05-28T23:37:35.592Z
38562026-05-28T23:37:35.592Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-28T23:37:36.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-28T23:37:36.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-28T23:37:36.376Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-28T23:37:47.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38612026-05-28T23:37:47.282Z
38622026-05-28T23:37:47.282Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-28T23:37:47.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-28T23:37:47.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-28T23:37:48.075Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-28T23:37:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38672026-05-28T23:37:58.958Z
38682026-05-28T23:37:58.958Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-28T23:37:59.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-28T23:37:59.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-28T23:37:59.742Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-28T23:38:10.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38732026-05-28T23:38:10.553Z
38742026-05-28T23:38:10.554Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-28T23:38:11.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-28T23:38:11.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-28T23:38:11.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-28T23:38:21.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38792026-05-28T23:38:22.156Z
38802026-05-28T23:38:22.156Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-28T23:38:22.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-28T23:38:22.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-28T23:38:22.945Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-28T23:38:33.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38852026-05-28T23:38:33.842Z
38862026-05-28T23:38:33.842Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-28T23:38:34.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-28T23:38:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-28T23:38:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-28T23:38:34.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-05-28T23:38:34.443Z
38922026-05-28T23:38:34.443Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-28T23:38:34.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-28T23:38:34.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-28T23:38:34.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-28T23:38:34.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-05-28T23:38:35.045Z
38982026-05-28T23:38:35.046Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-28T23:38:35.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-28T23:38:35.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-28T23:38:35.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-28T23:38:35.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-28T23:38:35.637Z
39042026-05-28T23:38:35.637Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-28T23:38:36.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-28T23:38:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-28T23:38:36.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-28T23:38:36.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-05-28T23:38:36.223Z
39102026-05-28T23:38:36.223Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-28T23:38:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-28T23:38:36.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-28T23:38:36.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-28T23:38:36.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39152026-05-28T23:38:36.829Z
39162026-05-28T23:38:36.829Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-28T23:38:37.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-28T23:38:37.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-28T23:38:37.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-28T23:38:37.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-05-28T23:38:37.442Z
39222026-05-28T23:38:37.442Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-28T23:38:37.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-28T23:38:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-28T23:38:37.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-28T23:38:37.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39272026-05-28T23:38:38.055Z
39282026-05-28T23:38:38.055Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-28T23:38:38.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-28T23:38:38.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-28T23:38:38.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-28T23:38:38.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-28T23:38:38.674Z
39342026-05-28T23:38:38.674Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-28T23:38:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-28T23:38:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-28T23:38:39.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-28T23:38:39.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-05-28T23:38:39.293Z
39402026-05-28T23:38:39.293Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-28T23:38:39.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-28T23:38:39.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-28T23:38:39.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-28T23:38:39.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39452026-05-28T23:38:39.908Z
39462026-05-28T23:38:39.908Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-28T23:38:40.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-28T23:38:40.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-28T23:38:40.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-28T23:38:40.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-05-28T23:38:40.519Z
39522026-05-28T23:38:40.519Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-28T23:38:41.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-28T23:38:41.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-28T23:38:41.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-28T23:38:41.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39572026-05-28T23:38:41.133Z
39582026-05-28T23:38:41.133Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-28T23:38:41.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-28T23:38:41.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-28T23:38:41.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-28T23:38:41.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-28T23:38:41.751Z
39642026-05-28T23:38:41.751Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-28T23:38:42.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-28T23:38:42.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-28T23:38:42.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-28T23:38:42.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-28T23:38:42.366Z
39702026-05-28T23:38:42.366Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-28T23:38:42.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-28T23:38:42.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-28T23:38:42.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-28T23:38:42.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-05-28T23:38:43.009Z
39762026-05-28T23:38:43.009Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-28T23:38:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-28T23:38:43.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-28T23:38:43.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-28T23:38:43.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-05-28T23:38:43.630Z
39822026-05-28T23:38:43.630Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-28T23:38:44.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-28T23:38:44.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-28T23:38:44.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-28T23:38:44.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-05-28T23:38:44.264Z
39882026-05-28T23:38:44.265Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-28T23:38:44.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-28T23:38:44.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-28T23:38:44.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-28T23:38:44.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-05-28T23:38:44.908Z
39942026-05-28T23:38:44.908Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-28T23:38:45.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-28T23:38:45.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-28T23:38:45.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-28T23:38:45.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-05-28T23:38:45.510Z
40002026-05-28T23:38:45.510Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-28T23:38:46.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-28T23:38:46.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-28T23:38:46.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-28T23:38:46.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-05-28T23:38:46.160Z
40062026-05-28T23:38:46.160Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-28T23:38:46.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-28T23:38:46.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-28T23:38:46.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-28T23:38:46.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-05-28T23:38:46.741Z
40122026-05-28T23:38:46.742Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-28T23:38:47.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-28T23:38:47.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-28T23:38:47.509Z Compiling fs-err v2.11.0
40162026-05-28T23:38:47.512Z Checking ignore v0.4.25
40172026-05-28T23:38:47.512Z Checking arc-swap v1.8.2
40182026-05-28T23:38:47.646Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-28T23:38:47.649Z Checking predicates-tree v1.0.13
40202026-05-28T23:38:47.663Z Checking parse-size v1.1.0
40212026-05-28T23:38:47.676Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-28T23:38:47.679Z Checking rand_seeder v0.4.0
40232026-05-28T23:38:47.740Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-28T23:38:47.773Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-05-28T23:38:47.827Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-28T23:38:47.841Z Checking slog-scope v4.4.1
40272026-05-28T23:38:47.876Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-05-28T23:38:47.968Z Checking slog-stdlog v4.1.1
40292026-05-28T23:38:47.983Z Compiling petname v2.0.2
40302026-05-28T23:38:47.998Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-28T23:38:48.012Z Checking globwalk v0.9.1
40322026-05-28T23:38:48.062Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-28T23:38:48.087Z Checking slog-envlogger v2.2.0
40342026-05-28T23:38:48.185Z Checking camino-tempfile-ext v0.3.3
40352026-05-28T23:38:48.234Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-28T23:38:48.259Z Checking sapling-renderdag v0.1.0
40372026-05-28T23:38:48.377Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-28T23:38:48.421Z Checking subprocess v0.2.15
40392026-05-28T23:38:48.493Z Checking sync-ptr v0.1.4
40402026-05-28T23:38:48.607Z Checking colored v2.2.0
40412026-05-28T23:38:48.620Z Checking assert_matches v1.5.0
40422026-05-28T23:38:48.694Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-28T23:38:48.871Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-05-28T23:38:48.874Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-05-28T23:38:49.519Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-28T23:38:50.838Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-28T23:38:53.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40482026-05-28T23:38:53.222Z
40492026-05-28T23:38:53.222Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-28T23:38:53.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-28T23:38:53.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-28T23:38:53.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-28T23:38:53.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-05-28T23:38:53.803Z
40552026-05-28T23:38:53.803Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-28T23:38:54.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-28T23:38:54.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-28T23:38:54.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-28T23:38:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-05-28T23:38:54.412Z
40612026-05-28T23:38:54.412Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-28T23:38:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-28T23:38:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-28T23:38:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-28T23:38:54.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40662026-05-28T23:38:55.056Z
40672026-05-28T23:38:55.056Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-28T23:38:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-28T23:38:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-28T23:38:55.772Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-28T23:38:55.772Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-28T23:38:56.423Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-28T23:38:58.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40742026-05-28T23:38:58.223Z
40752026-05-28T23:38:58.223Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-28T23:38:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-28T23:38:58.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-28T23:38:58.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-28T23:38:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-05-28T23:38:58.813Z
40812026-05-28T23:38:58.814Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-28T23:38:59.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-28T23:38:59.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-28T23:38:59.416Z Checking yasna v0.5.2
40852026-05-28T23:38:59.819Z Checking rcgen v0.12.1
40862026-05-28T23:39:00.066Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-28T23:39:00.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40882026-05-28T23:39:00.424Z
40892026-05-28T23:39:00.424Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-28T23:39:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-28T23:39:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-28T23:39:01.073Z Compiling darling_core v0.23.0
40932026-05-28T23:39:01.182Z Compiling instability v0.3.11
40942026-05-28T23:39:01.186Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-28T23:39:01.199Z Checking castaway v0.2.4
40962026-05-28T23:39:01.202Z Compiling indoc v2.0.7
40972026-05-28T23:39:01.215Z Checking unicode-truncate v1.1.0
40982026-05-28T23:39:01.218Z Checking lru v0.12.5
40992026-05-28T23:39:01.218Z Checking cassowary v0.3.0
41002026-05-28T23:39:01.291Z Checking compact_str v0.8.1
41012026-05-28T23:39:02.516Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-28T23:39:02.595Z Compiling darling_macro v0.23.0
41032026-05-28T23:39:02.696Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-05-28T23:39:02.998Z Compiling darling v0.23.0
41052026-05-28T23:39:03.613Z Checking ratatui v0.29.0
41062026-05-28T23:39:04.654Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-28T23:39:05.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41082026-05-28T23:39:05.507Z
41092026-05-28T23:39:05.507Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-28T23:39:06.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-28T23:39:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-28T23:39:06.225Z Checking headers-core v0.3.0
41132026-05-28T23:39:06.225Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-28T23:39:06.422Z Checking headers v0.4.1
41152026-05-28T23:39:06.786Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-28T23:39:07.628Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-28T23:39:08.120Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-28T23:39:08.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41192026-05-28T23:39:08.732Z
41202026-05-28T23:39:08.732Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-28T23:39:09.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-28T23:39:09.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-28T23:39:09.439Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-28T23:39:10.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41252026-05-28T23:39:10.376Z
41262026-05-28T23:39:10.376Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-28T23:39:10.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-28T23:39:10.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-28T23:39:10.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-28T23:39:10.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-28T23:39:10.845Z
41322026-05-28T23:39:10.845Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-28T23:39:11.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-28T23:39:11.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-28T23:39:11.564Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-28T23:39:12.536Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-28T23:39:12.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41382026-05-28T23:39:13.070Z
41392026-05-28T23:39:13.070Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-28T23:39:13.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-28T23:39:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-28T23:39:13.792Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-28T23:39:14.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41442026-05-28T23:39:14.757Z
41452026-05-28T23:39:14.757Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-28T23:39:15.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-28T23:39:15.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-28T23:39:15.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-28T23:39:15.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-05-28T23:39:15.402Z
41512026-05-28T23:39:15.402Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-28T23:39:15.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-28T23:39:15.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-28T23:39:16.009Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-28T23:39:16.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-05-28T23:39:16.862Z
41572026-05-28T23:39:16.862Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-28T23:39:17.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-28T23:39:17.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-28T23:39:17.615Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-28T23:39:17.615Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-28T23:39:17.615Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-05-28T23:39:17.618Z Checking git-stub v1.0.0
41642026-05-28T23:39:17.618Z Compiling trait-variant v0.1.2
41652026-05-28T23:39:17.618Z Checking maplit v1.0.2
41662026-05-28T23:39:17.618Z Checking is_ci v1.2.0
41672026-05-28T23:39:17.748Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-28T23:39:17.817Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-05-28T23:39:17.820Z Checking supports-color v3.0.2
41702026-05-28T23:39:17.869Z Checking git-stub-vcs v0.1.0
41712026-05-28T23:39:17.951Z Checking drift v0.2.0
41722026-05-28T23:39:18.018Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41732026-05-28T23:39:18.035Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41742026-05-28T23:39:18.062Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-05-28T23:39:18.233Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-05-28T23:39:18.278Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-05-28T23:39:18.316Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-05-28T23:39:18.335Z Checking dropshot-api-manager v0.7.2
41792026-05-28T23:39:18.460Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-05-28T23:39:18.531Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-05-28T23:39:18.717Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-05-28T23:39:19.005Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-28T23:39:23.930Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-28T23:39:25.005Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-28T23:39:25.563Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-28T23:39:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
41872026-05-28T23:39:26.180Z
41882026-05-28T23:39:26.180Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-28T23:39:26.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-28T23:39:26.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-28T23:39:26.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-28T23:39:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-05-28T23:39:26.770Z
41942026-05-28T23:39:26.770Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-28T23:39:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-28T23:39:27.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-28T23:39:27.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-28T23:39:27.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-05-28T23:39:27.405Z
42002026-05-28T23:39:27.405Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-28T23:39:27.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-28T23:39:27.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-28T23:39:27.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-28T23:39:27.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-05-28T23:39:28.038Z
42062026-05-28T23:39:28.038Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-28T23:39:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-28T23:39:28.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-28T23:39:28.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-28T23:39:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-05-28T23:39:28.669Z
42122026-05-28T23:39:28.669Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-28T23:39:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-28T23:39:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-28T23:39:29.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-28T23:39:29.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-05-28T23:39:29.264Z
42182026-05-28T23:39:29.264Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-28T23:39:29.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-28T23:39:29.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-28T23:39:29.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-28T23:39:29.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42232026-05-28T23:39:29.848Z
42242026-05-28T23:39:29.848Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-28T23:39:30.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-28T23:39:30.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-28T23:39:30.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-28T23:39:30.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-05-28T23:39:30.451Z
42302026-05-28T23:39:30.451Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-28T23:39:30.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-28T23:39:30.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-28T23:39:31.057Z Checking typeid v1.0.3
42342026-05-28T23:39:31.170Z Checking ordered-float v2.10.1
42352026-05-28T23:39:31.188Z Checking unicode-xid v0.2.6
42362026-05-28T23:39:31.191Z Checking cargo-platform v0.2.0
42372026-05-28T23:39:31.210Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-28T23:39:31.238Z Checking erased-serde v0.4.9
42392026-05-28T23:39:31.373Z Checking serde-value v0.7.0
42402026-05-28T23:39:31.549Z Checking serde-untagged v0.1.9
42412026-05-28T23:39:31.700Z Checking cargo-util-schemas v0.8.2
42422026-05-28T23:39:32.377Z Checking cargo_metadata v0.21.0
42432026-05-28T23:39:32.974Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-28T23:39:33.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
42452026-05-28T23:39:33.856Z
42462026-05-28T23:39:33.856Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-28T23:39:34.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-28T23:39:34.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-28T23:39:34.580Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-28T23:39:35.203Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-28T23:39:35.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42522026-05-28T23:39:35.909Z
42532026-05-28T23:39:35.909Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-28T23:39:36.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-28T23:39:36.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-28T23:39:36.852Z Compiling vergen-lib v0.1.6
42572026-05-28T23:39:36.852Z Compiling vergen-gitcl v1.0.8
42582026-05-28T23:39:36.852Z Compiling dirs-sys-next v0.1.2
42592026-05-28T23:39:36.853Z Compiling diesel_derives v2.3.7
42602026-05-28T23:39:36.853Z Compiling glob v0.3.3
42612026-05-28T23:39:36.853Z Compiling crunchy v0.2.4
42622026-05-28T23:39:36.856Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-05-28T23:39:37.064Z Compiling dsl_auto_type v0.2.0
42642026-05-28T23:39:37.220Z Compiling dirs-next v2.0.0
42652026-05-28T23:39:37.266Z Checking scheduled-thread-pool v0.2.7
42662026-05-28T23:39:37.311Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-28T23:39:37.327Z Compiling tiny-keccak v2.0.2
42682026-05-28T23:39:37.352Z Compiling clang-sys v1.8.1
42692026-05-28T23:39:37.436Z Checking r2d2 v0.8.10
42702026-05-28T23:39:37.512Z Compiling term v0.7.0
42712026-05-28T23:39:37.548Z Compiling bit-vec v0.6.3
42722026-05-28T23:39:37.616Z Checking downcast-rs v2.0.2
42732026-05-28T23:39:37.717Z Compiling itertools v0.10.5
42742026-05-28T23:39:37.736Z Compiling bit-set v0.5.3
42752026-05-28T23:39:37.767Z Compiling ena v0.14.4
42762026-05-28T23:39:37.905Z Compiling ascii-canvas v3.0.0
42772026-05-28T23:39:37.978Z Compiling libloading v0.8.9
42782026-05-28T23:39:38.014Z Compiling bindgen v0.71.1
42792026-05-28T23:39:38.035Z Compiling diff v0.1.13
42802026-05-28T23:39:38.085Z Compiling regex-syntax v0.6.29
42812026-05-28T23:39:38.186Z Compiling cexpr v0.6.0
42822026-05-28T23:39:38.301Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-28T23:39:38.460Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-28T23:39:38.496Z Compiling rustc-hash v2.1.1
42852026-05-28T23:39:38.634Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-28T23:39:38.653Z Compiling libxml v0.3.3
42872026-05-28T23:39:38.791Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-28T23:39:38.848Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-28T23:39:38.916Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-05-28T23:39:39.108Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-05-28T23:39:39.171Z Compiling strum_macros v0.24.3
42922026-05-28T23:39:39.231Z Compiling indoc v1.0.9
42932026-05-28T23:39:39.661Z Compiling lalrpop v0.19.12
42942026-05-28T23:39:40.061Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-28T23:39:40.214Z Checking derive_builder v0.20.2
42962026-05-28T23:39:40.253Z Compiling oso-derive v0.27.3
42972026-05-28T23:39:40.333Z Checking quick-xml v0.37.5
42982026-05-28T23:39:40.520Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-28T23:39:40.791Z Checking openssl-probe v0.1.6
43002026-05-28T23:39:40.935Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-28T23:39:41.244Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-28T23:39:41.440Z Checking bb8 v0.8.6
43032026-05-28T23:39:41.693Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-28T23:39:41.727Z Compiling libz-sys v1.1.24
43052026-05-28T23:39:41.827Z Checking nonempty v0.12.0
43062026-05-28T23:39:41.905Z Compiling strsim v0.10.0
43072026-05-28T23:39:41.995Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-28T23:39:42.086Z Compiling darling_core v0.13.4
43092026-05-28T23:39:42.234Z Compiling vergen-git2 v9.1.0
43102026-05-28T23:39:42.291Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-28T23:39:42.453Z Compiling base64 v0.21.7
43122026-05-28T23:39:42.481Z Compiling rustls v0.21.12
43132026-05-28T23:39:42.718Z Compiling ron v0.8.1
43142026-05-28T23:39:42.773Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-05-28T23:39:42.964Z Checking diesel v2.3.7
43162026-05-28T23:39:43.679Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-28T23:39:43.697Z Checking sct v0.7.1
43182026-05-28T23:39:43.840Z Checking rustls-webpki v0.101.7
43192026-05-28T23:39:43.901Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-05-28T23:39:43.966Z Compiling darling_macro v0.13.4
43212026-05-28T23:39:44.436Z Compiling darling v0.13.4
43222026-05-28T23:39:44.531Z Compiling serde_with_macros v1.5.2
43232026-05-28T23:39:44.777Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-28T23:39:45.375Z Compiling serde_with v1.14.0
43252026-05-28T23:39:45.485Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-05-28T23:39:46.495Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-28T23:39:46.564Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-28T23:39:47.297Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-28T23:39:47.959Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-05-28T23:39:48.074Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-28T23:39:48.095Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-05-28T23:39:48.147Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43332026-05-28T23:39:48.262Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-05-28T23:39:48.286Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-05-28T23:39:48.496Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-05-28T23:39:48.515Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-05-28T23:39:48.528Z Checking tokio-rustls v0.24.1
43382026-05-28T23:39:48.731Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-28T23:39:49.276Z Checking rustls-pemfile v1.0.4
43402026-05-28T23:39:49.353Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-28T23:39:49.424Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-28T23:39:49.584Z Checking twox-hash v2.1.2
43432026-05-28T23:39:49.614Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-28T23:39:49.909Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-28T23:39:49.928Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-28T23:39:50.083Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-28T23:39:50.235Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-28T23:39:51.533Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-05-28T23:39:51.618Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-05-28T23:39:51.938Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-05-28T23:39:52.075Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-05-28T23:39:52.305Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-28T23:39:52.600Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-28T23:39:52.807Z Checking console v0.16.2
43552026-05-28T23:39:53.126Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-28T23:39:53.275Z Checking fatfs v0.3.6
43572026-05-28T23:39:53.575Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-28T23:39:53.735Z Checking unit-prefix v0.5.2
43592026-05-28T23:39:53.874Z Compiling seq-macro v0.3.6
43602026-05-28T23:39:54.376Z Checking indicatif v0.18.4
43612026-05-28T23:39:54.833Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-28T23:39:54.850Z Checking support-bundle-viewer v0.1.2
43632026-05-28T23:39:54.883Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-28T23:39:55.097Z Checking multimap v0.10.1
43652026-05-28T23:40:00.861Z Checking async-bb8-diesel v0.2.1
43662026-05-28T23:40:01.221Z Checking diesel-dtrace v0.5.0
43672026-05-28T23:40:05.406Z Compiling samael v0.0.19
43682026-05-28T23:40:09.136Z Compiling git2 v0.20.4
43692026-05-28T23:40:10.143Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-28T23:40:10.855Z Compiling polar-core v0.27.3
43712026-05-28T23:40:11.683Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-28T23:40:15.320Z Checking oso v0.27.3
43732026-05-28T23:40:43.034Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-28T23:41:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43752026-05-28T23:41:53.574Z
43762026-05-28T23:41:53.575Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-05-28T23:41:54.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-28T23:41:54.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-28T23:41:54.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-28T23:41:54.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43812026-05-28T23:41:54.269Z
43822026-05-28T23:41:54.269Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-05-28T23:41:54.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-28T23:41:54.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-28T23:41:54.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-28T23:41:54.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43872026-05-28T23:41:54.924Z
43882026-05-28T23:41:54.924Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-05-28T23:41:55.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-28T23:41:55.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-28T23:41:55.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-28T23:41:55.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43932026-05-28T23:41:55.573Z
43942026-05-28T23:41:55.573Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-05-28T23:41:56.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-28T23:41:56.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-28T23:41:56.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-05-28T23:41:56.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-05-28T23:41:56.159Z
44002026-05-28T23:41:56.159Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-05-28T23:41:56.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-28T23:41:56.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-28T23:41:56.984Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-28T23:41:57.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44052026-05-28T23:41:57.992Z
44062026-05-28T23:41:57.993Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-05-28T23:41:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-28T23:41:58.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-28T23:41:58.811Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-05-28T23:42:35.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s
44112026-05-28T23:42:35.261Z
44122026-05-28T23:42:35.262Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-05-28T23:42:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-28T23:42:35.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-28T23:42:35.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-28T23:42:35.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44172026-05-28T23:42:35.841Z
44182026-05-28T23:42:35.842Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-05-28T23:42:36.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-28T23:42:36.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-28T23:42:36.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-28T23:42:36.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44232026-05-28T23:42:36.475Z
44242026-05-28T23:42:36.475Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-05-28T23:42:37.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-28T23:42:37.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-28T23:42:37.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-28T23:42:37.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-05-28T23:42:37.132Z
44302026-05-28T23:42:37.132Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-05-28T23:42:37.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-28T23:42:37.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-28T23:42:37.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-28T23:42:37.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-05-28T23:42:37.786Z
44362026-05-28T23:42:37.786Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-05-28T23:42:38.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-28T23:42:38.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-28T23:42:38.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-28T23:42:38.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-05-28T23:42:38.432Z
44422026-05-28T23:42:38.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-28T23:42:38.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-28T23:42:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-28T23:42:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-28T23:42:38.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-05-28T23:42:39.086Z
44482026-05-28T23:42:39.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-28T23:42:39.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-28T23:42:39.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-28T23:42:39.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-28T23:42:39.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44532026-05-28T23:42:39.731Z
44542026-05-28T23:42:39.731Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-28T23:42:40.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-28T23:42:40.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-28T23:42:40.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-28T23:42:40.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44592026-05-28T23:42:40.381Z
44602026-05-28T23:42:40.381Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-28T23:42:40.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-28T23:42:40.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-28T23:42:41.274Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-28T23:42:41.274Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-28T23:42:41.468Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-28T23:42:41.496Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-28T23:42:41.517Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-28T23:42:41.532Z Checking yansi v1.0.1
44692026-05-28T23:42:41.535Z Checking diff v0.1.13
44702026-05-28T23:42:41.535Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-28T23:42:41.606Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-28T23:42:41.807Z Checking pretty_assertions v1.4.1
44732026-05-28T23:42:42.405Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-28T23:42:42.576Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-28T23:43:06.022Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-28T23:43:06.025Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-05-28T23:43:06.025Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-05-28T23:43:06.025Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44792026-05-28T23:43:06.025Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-05-28T23:43:06.025Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-05-28T23:43:06.844Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-05-28T23:43:06.844Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-05-28T23:43:08.046Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-28T23:43:44.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-05-28T23:43:44.368Z
44862026-05-28T23:43:44.368Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-28T23:43:44.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-28T23:43:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-28T23:43:44.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-28T23:43:44.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-05-28T23:43:44.955Z
44922026-05-28T23:43:44.955Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-28T23:43:45.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-28T23:43:45.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-28T23:43:45.724Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-28T23:43:45.846Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-28T23:43:45.854Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-28T23:44:11.607Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-28T23:44:11.993Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-28T23:44:13.684Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-28T23:44:14.136Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-28T23:44:17.075Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-28T23:44:39.810Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-28T23:44:40.523Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-28T23:44:42.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s
45062026-05-28T23:44:42.378Z
45072026-05-28T23:44:42.378Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-28T23:44:42.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-28T23:44:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-28T23:44:43.103Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-28T23:44:43.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-05-28T23:44:43.998Z
45132026-05-28T23:44:43.998Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-28T23:44:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-28T23:44:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-28T23:44:44.647Z Compiling blake3 v1.8.3
45172026-05-28T23:44:44.756Z Checking constant_time_eq v0.4.2
45182026-05-28T23:44:44.756Z Checking arrayref v0.3.9
45192026-05-28T23:44:44.761Z Checking arrayvec v0.7.6
45202026-05-28T23:44:44.774Z Checking topological-sort v0.2.2
45212026-05-28T23:44:44.777Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-28T23:44:44.777Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-05-28T23:44:44.777Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-05-28T23:44:44.816Z Checking shell-words v1.1.1
45252026-05-28T23:44:45.635Z Checking omicron-zone-package v0.12.2
45262026-05-28T23:44:46.343Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-28T23:44:47.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45282026-05-28T23:44:47.406Z
45292026-05-28T23:44:47.406Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-28T23:44:47.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-28T23:44:47.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-28T23:44:48.057Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-28T23:44:48.379Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-28T23:44:48.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-05-28T23:44:48.973Z
45362026-05-28T23:44:48.973Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-28T23:44:49.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-28T23:44:49.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-28T23:44:49.703Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-28T23:44:50.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45412026-05-28T23:44:50.608Z
45422026-05-28T23:44:50.608Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-28T23:44:51.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-28T23:44:51.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-28T23:44:51.063Z Checking libc v0.2.185
45462026-05-28T23:44:51.066Z Checking serde v1.0.228
45472026-05-28T23:44:51.145Z Checking zerofrom v0.1.6
45482026-05-28T23:44:51.155Z Checking bitflags v2.11.0
45492026-05-28T23:44:51.160Z Checking smallvec v1.15.1
45502026-05-28T23:44:51.166Z Checking indexmap v2.14.0
45512026-05-28T23:44:51.175Z Checking serde_json v1.0.149
45522026-05-28T23:44:51.178Z Checking scroll v0.12.0
45532026-05-28T23:44:51.248Z Checking yoke v0.8.1
45542026-05-28T23:44:51.304Z Checking num-traits v0.2.19
45552026-05-28T23:44:51.331Z Checking thiserror v1.0.69
45562026-05-28T23:44:51.407Z Checking percent-encoding v2.3.2
45572026-05-28T23:44:51.418Z Checking zerovec v0.11.5
45582026-05-28T23:44:51.427Z Checking zerotrie v0.2.3
45592026-05-28T23:44:51.439Z Checking errno v0.3.14
45602026-05-28T23:44:51.525Z Checking serde_spanned v0.6.9
45612026-05-28T23:44:51.549Z Checking toml_datetime v0.6.11
45622026-05-28T23:44:51.560Z Checking rustix v1.1.3
45632026-05-28T23:44:51.648Z Checking log v0.4.29
45642026-05-28T23:44:51.663Z Checking zerocopy v0.7.35
45652026-05-28T23:44:51.695Z Checking form_urlencoded v1.2.2
45662026-05-28T23:44:51.729Z Checking toml_edit v0.22.27
45672026-05-28T23:44:51.772Z Checking getrandom v0.4.1
45682026-05-28T23:44:51.795Z Checking goblin v0.8.2
45692026-05-28T23:44:51.821Z Checking ordered-float v2.10.1
45702026-05-28T23:44:51.821Z Checking thiserror v2.0.18
45712026-05-28T23:44:51.854Z Checking tinystr v0.8.2
45722026-05-28T23:44:51.900Z Checking potential_utf v0.1.4
45732026-05-28T23:44:51.944Z Checking syn v2.0.117
45742026-05-28T23:44:52.030Z Checking icu_collections v2.1.1
45752026-05-28T23:44:52.042Z Checking icu_locale_core v2.1.1
45762026-05-28T23:44:52.071Z Checking serde-value v0.7.0
45772026-05-28T23:44:52.146Z Checking dtrace-parser v0.2.0
45782026-05-28T23:44:52.274Z Checking thread-id v4.2.2
45792026-05-28T23:44:52.338Z Checking once_cell v1.21.3
45802026-05-28T23:44:52.356Z Checking cargo-platform v0.2.0
45812026-05-28T23:44:52.369Z Checking terminal_size v0.4.3
45822026-05-28T23:44:52.379Z Checking memmap v0.7.0
45832026-05-28T23:44:52.480Z Checking clap_builder v4.5.60
45842026-05-28T23:44:52.508Z Checking textwrap v0.16.2
45852026-05-28T23:44:52.511Z Checking tempfile v3.25.0
45862026-05-28T23:44:52.529Z Checking fs-err v3.3.0
45872026-05-28T23:44:52.594Z Checking icu_provider v2.1.1
45882026-05-28T23:44:52.703Z Checking tabled v0.15.0
45892026-05-28T23:44:52.707Z Checking camino-tempfile v1.4.1
45902026-05-28T23:44:52.726Z Checking anyhow v1.0.102
45912026-05-28T23:44:52.825Z Checking toml v0.8.23
45922026-05-28T23:44:52.837Z Checking icu_normalizer v2.1.1
45932026-05-28T23:44:52.875Z Checking icu_properties v2.1.2
45942026-05-28T23:44:52.927Z Checking macaddr v1.0.1
45952026-05-28T23:44:53.108Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-28T23:44:53.153Z Checking cargo_toml v0.21.0
45972026-05-28T23:44:53.664Z Checking dof v0.3.0
45982026-05-28T23:44:53.674Z Checking idna_adapter v1.2.1
45992026-05-28T23:44:53.684Z Checking clap v4.5.60
46002026-05-28T23:44:53.786Z Checking idna v1.1.0
46012026-05-28T23:44:53.930Z Checking usdt-impl v0.5.0
46022026-05-28T23:44:54.005Z Checking url v2.5.8
46032026-05-28T23:44:54.174Z Checking usdt v0.5.0
46042026-05-28T23:44:54.342Z Checking cargo-util-schemas v0.8.2
46052026-05-28T23:44:55.030Z Checking cargo_metadata v0.21.0
46062026-05-28T23:44:55.629Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-28T23:44:56.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
46082026-05-28T23:44:56.169Z
46092026-05-28T23:44:56.169Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-28T23:44:56.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-28T23:44:56.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-28T23:44:56.814Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-28T23:44:57.293Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-28T23:44:57.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46152026-05-28T23:44:57.891Z
46162026-05-28T23:44:57.892Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-28T23:44:58.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-28T23:44:58.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-28T23:44:58.693Z Checking polyval v0.6.2
46202026-05-28T23:44:58.820Z Checking ctr v0.9.2
46212026-05-28T23:44:58.831Z Checking ssh-encoding v0.2.0
46222026-05-28T23:44:58.831Z Checking blowfish v0.9.1
46232026-05-28T23:44:58.852Z Checking password-hash v0.4.2
46242026-05-28T23:44:58.868Z Checking p256 v0.13.2
46252026-05-28T23:44:58.871Z Checking p521 v0.13.3
46262026-05-28T23:44:58.898Z Checking russh-cryptovec v0.7.3
46272026-05-28T23:44:58.961Z Checking ghash v0.5.1
46282026-05-28T23:44:58.978Z Checking md5 v0.7.0
46292026-05-28T23:44:58.981Z Checking bcrypt-pbkdf v0.10.0
46302026-05-28T23:44:59.015Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-28T23:44:59.062Z Checking num-bigint v0.4.6
46322026-05-28T23:44:59.078Z Checking aes-gcm v0.10.3
46332026-05-28T23:44:59.081Z Checking pbkdf2 v0.11.0
46342026-05-28T23:44:59.114Z Checking des v0.8.1
46352026-05-28T23:44:59.146Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-28T23:44:59.149Z Checking hex-literal v0.4.1
46372026-05-28T23:44:59.220Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-05-28T23:44:59.235Z Checking ssh-cipher v0.2.0
46392026-05-28T23:44:59.253Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-28T23:44:59.268Z Checking socket2 v0.5.10
46412026-05-28T23:44:59.271Z Checking internet-checksum v0.2.1
46422026-05-28T23:44:59.399Z Checking ssh-key v0.6.7
46432026-05-28T23:44:59.536Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-28T23:45:00.029Z Checking russh-keys v0.45.0
46452026-05-28T23:45:00.580Z Checking russh v0.45.0
46462026-05-28T23:45:16.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
46472026-05-28T23:45:16.967Z
46482026-05-28T23:45:16.968Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-28T23:45:17.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-28T23:45:17.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-28T23:45:17.617Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-28T23:45:17.726Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-28T23:45:17.734Z Checking termios v0.3.3
46542026-05-28T23:45:18.924Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-28T23:45:19.072Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-28T23:45:20.837Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-28T23:45:21.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
46582026-05-28T23:45:21.591Z
46592026-05-28T23:45:21.591Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-28T23:45:22.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-28T23:45:22.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-28T23:45:22.306Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-28T23:45:22.420Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-28T23:45:22.432Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-28T23:45:22.435Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-28T23:45:22.449Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-05-28T23:45:22.459Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-05-28T23:45:23.165Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-28T23:45:23.528Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-05-28T23:45:23.531Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-05-28T23:45:24.162Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-28T23:45:25.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46732026-05-28T23:45:26.021Z
46742026-05-28T23:45:26.021Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-28T23:45:26.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-28T23:45:26.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-28T23:45:26.660Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-28T23:45:27.118Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-28T23:45:27.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46802026-05-28T23:45:27.618Z
46812026-05-28T23:45:27.618Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-28T23:45:28.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-28T23:45:28.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-28T23:45:28.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-28T23:45:28.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-05-28T23:45:28.204Z
46872026-05-28T23:45:28.204Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-28T23:45:28.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-28T23:45:28.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-28T23:45:28.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-28T23:45:28.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-28T23:45:28.800Z
46932026-05-28T23:45:28.800Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-28T23:45:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-28T23:45:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-28T23:45:29.556Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-28T23:45:30.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-05-28T23:45:30.369Z
46992026-05-28T23:45:30.369Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-28T23:45:30.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-28T23:45:30.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-28T23:45:31.028Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-28T23:45:31.031Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-28T23:45:31.306Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-05-28T23:45:31.306Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-05-28T23:45:32.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47072026-05-28T23:45:32.284Z
47082026-05-28T23:45:32.284Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-28T23:45:32.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-28T23:45:32.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-28T23:45:32.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-28T23:45:32.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-05-28T23:45:32.877Z
47142026-05-28T23:45:32.877Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-28T23:45:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-28T23:45:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-28T23:45:33.564Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-28T23:45:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47192026-05-28T23:45:34.840Z
47202026-05-28T23:45:34.840Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-28T23:45:35.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-28T23:45:35.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-28T23:45:35.624Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-28T23:45:35.981Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-28T23:45:36.493Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-28T23:45:36.496Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-28T23:45:42.384Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-28T23:45:42.387Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-28T23:45:42.957Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-28T23:45:42.961Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-28T23:45:42.961Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-28T23:45:42.961Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-28T23:45:43.703Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-28T23:45:44.685Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-28T23:45:45.451Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-28T23:45:46.072Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-28T23:45:50.349Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-28T23:45:56.724Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-05-28T23:45:56.727Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47402026-05-28T23:45:56.727Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-05-28T23:45:56.727Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47422026-05-28T23:45:58.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-28T23:45:59.530Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-28T23:46:00.203Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-28T23:46:01.438Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-28T23:46:01.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s
47472026-05-28T23:46:02.197Z
47482026-05-28T23:46:02.197Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-28T23:46:02.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-28T23:46:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-28T23:46:02.926Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-28T23:46:02.926Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-28T23:46:02.945Z Checking rtoolbox v0.0.3
47542026-05-28T23:46:03.050Z Checking tui-tree-widget v0.23.1
47552026-05-28T23:46:03.149Z Checking rpassword v7.4.0
47562026-05-28T23:46:04.151Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-28T23:46:07.109Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-28T23:46:08.937Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-28T23:46:09.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
47602026-05-28T23:46:10.031Z
47612026-05-28T23:46:10.031Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-28T23:46:10.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-28T23:46:10.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-28T23:46:10.734Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-28T23:46:11.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-05-28T23:46:11.284Z
47672026-05-28T23:46:11.284Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-28T23:46:11.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-28T23:46:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-28T23:46:12.012Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-28T23:46:12.012Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-28T23:46:12.018Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-28T23:46:12.018Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-28T23:46:12.995Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-28T23:46:13.567Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-28T23:46:16.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47772026-05-28T23:46:16.707Z
47782026-05-28T23:46:16.708Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-28T23:46:17.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-28T23:46:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-28T23:46:17.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-28T23:46:17.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-05-28T23:46:17.297Z
47842026-05-28T23:46:17.297Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-28T23:46:17.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-28T23:46:17.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-28T23:46:17.970Z Checking uzers v0.12.2
47882026-05-28T23:46:18.243Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-28T23:46:18.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47902026-05-28T23:46:19.201Z
47912026-05-28T23:46:19.201Zreal 13:59.025039233
47922026-05-28T23:46:19.201Zuser 20:56.503296098
47932026-05-28T23:46:19.201Zsys 4:20.287525052
47942026-05-28T23:46:19.201Ztrap 0.330605420
47952026-05-28T23:46:19.201Ztflt 1.741237871
47962026-05-28T23:46:19.201Zdflt 1.432853129
47972026-05-28T23:46:19.201Zkflt 0.024563847
47982026-05-28T23:46:19.201Zlock 1:17:58.586426088
47992026-05-28T23:46:19.201Zslp 1:40:33.559996455
48002026-05-28T23:46:19.201Zlat 57.189408540
48012026-05-28T23:46:19.201Zstop 3:39.097132602
48022026-05-28T23:46:19.215Zprocess exited: duration 974973 ms, exit code 0
 
48032026-05-28T23:46:19.229Zfound 0 output files