01KXQ4809C03RF0HJ4EN3FBCAF: 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: 01KXQ48WPBJZRPNT5WNSZRJGSP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T04:10:57.158Zjob assigned to worker 01KXQ494QST2Y0XPZJKJRDVHRH [factory aws, i-026f61db35855231f] (queued for 49 s)
 
22026-07-17T04:11:03.954Zstarting task 0: "setup"
32026-07-17T04:11:03.958Z++ uname -s
42026-07-17T04:11:03.961Z+ kern=SunOS
52026-07-17T04:11:03.961Z+ build_user=build
62026-07-17T04:11:03.961Z+ build_uid=12345
72026-07-17T04:11:03.961Z+ work_dir=/work
82026-07-17T04:11:03.961Z+ input_dir=/input
92026-07-17T04:11:03.961Z+ [[ 0 == 12345 ]]
102026-07-17T04:11:03.961Z+ case "$kern" in
112026-07-17T04:11:03.961Z+ groupadd -g 12345 build
122026-07-17T04:11:03.966Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T04:11:05.969Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T04:11:06.075Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T04:11:06.078Z+ home_fs=zfs
162026-07-17T04:11:06.078Z+ [[ zfs == autofs ]]
172026-07-17T04:11:06.078Z+ mkdir -p /home/build
182026-07-17T04:11:06.078Z+ chown build:build /home/build /work
192026-07-17T04:11:08.087Z+ chmod 0700 /home/build /work
202026-07-17T04:11:08.100Zprocess exited: duration 4130 ms, exit code 0
 
212026-07-17T04:11:08.111Zstarting task 1: "rust-toolchain"
222026-07-17T04:11:08.123Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-17T04:11:08.123Z * rust toolchain channel = "1.96.1"
242026-07-17T04:11:08.123Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-17T04:11:08.123Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-17T04:11:08.123Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T04:11:08.123Z * rust toolchain profile = "default"
282026-07-17T04:11:08.136Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T04:11:08.136Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-17T04:11:08.218Zinfo: downloading installer
312026-07-17T04:11:09.576Zwarn: It looks like you have an existing rustup settings file at:
322026-07-17T04:11:09.576Zwarn: /home/build/.rustup/settings.toml
332026-07-17T04:11:09.576Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-17T04:11:09.576Zwarn: instead of the one inferred from the default host triple.
352026-07-17T04:11:09.588Zinfo: profile set to default
362026-07-17T04:11:09.588Zinfo: default host triple is x86_64-unknown-illumos
372026-07-17T04:11:09.592Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-17T04:11:09.733Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-17T04:11:09.743Zinfo: downloading 6 components
402026-07-17T04:11:25.010Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-17T04:11:25.010Z
422026-07-17T04:11:25.033Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-17T04:11:25.033Z
442026-07-17T04:11:25.056Z
452026-07-17T04:11:25.056ZRust is installed now. Great!
462026-07-17T04:11:25.056Z
472026-07-17T04:11:25.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-17T04:11:25.056Zenvironment variable. This has not been done automatically.
492026-07-17T04:11:25.056Z
502026-07-17T04:11:25.056ZTo configure your current shell, you need to source
512026-07-17T04:11:25.056Zthe corresponding env file under $HOME/.cargo.
522026-07-17T04:11:25.056Z
532026-07-17T04:11:25.056ZThis is usually done by running one of the following (note the leading DOT):
542026-07-17T04:11:25.056Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-17T04:11:25.056Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-17T04:11:25.056Zsource "~/.cargo/env.nu" # For nushell
572026-07-17T04:11:25.056Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-17T04:11:25.056Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-17T04:11:25.056Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-17T04:11:25.057Zwarn: no default linker (`cc`) was found in your PATH
612026-07-17T04:11:25.057Zwarn: many Rust crates require a system C toolchain to build
622026-07-17T04:11:25.137Z+ rustup --version
632026-07-17T04:11:25.142Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-17T04:11:25.143Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-17T04:11:25.155Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-17T04:11:25.161Z+ cargo --version
672026-07-17T04:11:25.173Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-17T04:11:25.184Z+ rustc --version
692026-07-17T04:11:25.193Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-17T04:11:25.200Zprocess exited: duration 17084 ms, exit code 0
 
712026-07-17T04:11:25.218Zstarting task 2: "authentication"
722026-07-17T04:11:25.241ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-17T04:11:43.959Zprocess exited: duration 18741 ms, exit code 0
 
742026-07-17T04:11:43.970Zstarting task 3: "clone repository"
752026-07-17T04:11:43.977Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-17T04:11:43.977Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-17T04:11:44.006ZCloning into '/work/oxidecomputer/omicron'...
782026-07-17T04:11:56.435Z+ cd /work/oxidecomputer/omicron
792026-07-17T04:11:56.435Z+ git fetch origin 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70
802026-07-17T04:11:56.706ZFrom https://github.com/oxidecomputer/omicron
812026-07-17T04:11:56.706Z * branch 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70 -> FETCH_HEAD
822026-07-17T04:11:56.716Z+ [[ -n '' ]]
832026-07-17T04:11:56.716Z+ git reset --hard 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70
842026-07-17T04:11:56.767ZHEAD is now at 817eea72b Update apache/skywalking-eyes digest to 61275cc
852026-07-17T04:11:56.771Zprocess exited: duration 12799 ms, exit code 0
 
862026-07-17T04:11:56.790Zstarting task 4: "build"
872026-07-17T04:11:56.795Z+ source .github/buildomat/ci-env.sh
882026-07-17T04:11:56.796Z++ export CARGO_TERM_COLOR=always
892026-07-17T04:11:56.796Z++ CARGO_TERM_COLOR=always
902026-07-17T04:11:56.796Z+++ uname -s
912026-07-17T04:11:56.796Z++ [[ SunOS == \S\u\n\O\S ]]
922026-07-17T04:11:56.796Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-07-17T04:11:56.796Z+ cargo --version
942026-07-17T04:11:56.803Zcargo 1.96.1 (356927216 2026-06-26)
952026-07-17T04:11:56.808Z+ rustc --version
962026-07-17T04:11:56.825Zrustc 1.96.1 (31fca3adb 2026-06-26)
972026-07-17T04:11:56.828Z+ source ./env.sh
982026-07-17T04:11:56.828Z++ OLD_SHELL_OPTS=ehxB
992026-07-17T04:11:56.828Z++ set -o xtrace
1002026-07-17T04:11:56.829Z++++ dirname ./env.sh
1012026-07-17T04:11:56.832Z+++ readlink -f .
1022026-07-17T04:11:56.833Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-07-17T04:11:56.833Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-17T04:11:56.833Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-17T04:11:56.833Z++ 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
1062026-07-17T04:11:56.833Z++ 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
1072026-07-17T04:11:56.833Z++ 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
1082026-07-17T04:11:56.833Z++ 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
1092026-07-17T04:11:56.833Z++ 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
1102026-07-17T04:11:56.833Z++ 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
1112026-07-17T04:11:56.833Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-17T04:11:56.833Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-17T04:11:56.833Z++ case $OLD_SHELL_OPTS in
1142026-07-17T04:11:56.833Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-07-17T04:11:56.834Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-07-17T04:11:56.834Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-07-17T04:11:56.834Z+ banner prerequisites
1182026-07-17T04:11:56.838Z
1192026-07-17T04:11:56.838Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-17T04:11:56.838Z # # # # # # # # # # # # # # #
1212026-07-17T04:11:56.838Z # # # # ##### # # ##### # # # # # #### #
1222026-07-17T04:11:56.839Z ##### ##### # ##### # # # # # # # # #
1232026-07-17T04:11:56.839Z # # # # # # # # # # # # # # #
1242026-07-17T04:11:56.839Z # # # ###### # # ###### ### # #### # #### #
1252026-07-17T04:11:56.839Z
1262026-07-17T04:11:56.839Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-17T04:11:58.639Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-17T04:11:58.761Z Startup: Caching catalogs ... Done
1292026-07-17T04:11:59.325ZPlanning: Solver setup ... Done (0.515s)
1302026-07-17T04:11:59.358ZPlanning: Running solver ... Done (0.029s)
1312026-07-17T04:11:59.367ZPlanning: Finding local manifests ... Done (0.003s)
1322026-07-17T04:11:59.380ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-17T04:11:59.396ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-17T04:11:59.412ZPlanning: Package planning ... Done (0.015s)
1352026-07-17T04:11:59.417ZPlanning: Merging actions ... Done (0.002s)
1362026-07-17T04:11:59.578ZPlanning: Checking for conflicting actions ... Done (0.165s)
1372026-07-17T04:11:59.582ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-17T04:12:00.417ZPlanning: Evaluating mediators ... Done (0.837s)
1392026-07-17T04:12:00.421ZPlanning: Planning completed in 1.64 seconds
1402026-07-17T04:12:00.446Z Packages to install: 2
1412026-07-17T04:12:00.446Z Estimated space available: 156.06 GB
1422026-07-17T04:12:00.446ZEstimated space to be consumed: 34.06 MB
1432026-07-17T04:12:00.452Z Create boot environment: No
1442026-07-17T04:12:00.452ZCreate backup boot environment: No
1452026-07-17T04:12:00.452Z Rebuild boot archive: No
1462026-07-17T04:12:00.452Z
1472026-07-17T04:12:00.452ZChanged packages:
1482026-07-17T04:12:00.452Zhelios
1492026-07-17T04:12:00.452Z developer/build-essential
1502026-07-17T04:12:00.452Z None -> 11-3.0
1512026-07-17T04:12:00.452Z library/libxmlsec1
1522026-07-17T04:12:00.452Z None -> 1.2.35-3.0
1532026-07-17T04:12:00.452Z
1542026-07-17T04:12:00.452ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-17T04:12:01.294ZDownload: Completed 1.28 MB in 0.84 seconds (1.5M/s)
1562026-07-17T04:12:01.371Z Actions: 1/268 actions (Installing new actions)
1572026-07-17T04:12:01.410Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-17T04:12:01.424ZFinalize: Updating package state database ... Done (0.014s)
1592026-07-17T04:12:01.428ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-17T04:12:01.458ZFinalize: Updating image state ... Done (0.034s)
1612026-07-17T04:12:03.837ZFinalize: Creating fast lookup database ... Done (2.350s)
1622026-07-17T04:12:03.901ZFinalize: Reading search index ... Done (0.012s)
1632026-07-17T04:12:03.905ZFinalize: Updating search index ... Done (0.000s)
1642026-07-17T04:12:04.021ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-17T04:12:04.334ZPlanning: Evaluating mediator changes ... Done
1662026-07-17T04:12:04.440ZPlanning: Checking for conflicting actions ... Done
1672026-07-17T04:12:04.443ZPlanning: Consolidating action changes ... Done
1682026-07-17T04:12:04.595ZPlanning: Evaluating mediators ... Done
1692026-07-17T04:12:04.599ZPlanning: Planning completed in 0.26 seconds
1702026-07-17T04:12:04.618Z Mediators to change: 2
1712026-07-17T04:12:04.618Z Create boot environment: No
1722026-07-17T04:12:04.618ZCreate backup boot environment: No
1732026-07-17T04:12:04.659ZFinalize: Updating package state database ... Done
1742026-07-17T04:12:04.659ZFinalize: Updating package cache ... Done
1752026-07-17T04:12:04.677ZFinalize: Updating image state ... Done
1762026-07-17T04:12:06.617ZFinalize: Creating fast lookup database ... Done
1772026-07-17T04:12:06.681ZFinalize: Reading search index ... Done
1782026-07-17T04:12:06.687ZFinalize: Updating search index ... Done
1792026-07-17T04:12:06.736ZFinalize: Updating package cache ... Done
1802026-07-17T04:12:07.027ZPlanning: Evaluating mediator changes ... Done
1812026-07-17T04:12:07.133ZPlanning: Checking for conflicting actions ... Done
1822026-07-17T04:12:07.137ZPlanning: Consolidating action changes ... Done
1832026-07-17T04:12:07.289ZPlanning: Evaluating mediators ... Done
1842026-07-17T04:12:07.293ZPlanning: Planning completed in 0.26 seconds
1852026-07-17T04:12:07.312Z Mediators to change: 1
1862026-07-17T04:12:07.312Z Create boot environment: No
1872026-07-17T04:12:07.312ZCreate backup boot environment: No
1882026-07-17T04:12:07.350ZFinalize: Updating package state database ... Done
1892026-07-17T04:12:07.350ZFinalize: Updating package cache ... Done
1902026-07-17T04:12:07.368ZFinalize: Updating image state ... Done
1912026-07-17T04:12:09.320ZFinalize: Creating fast lookup database ... Done
1922026-07-17T04:12:09.385ZFinalize: Reading search index ... Done
1932026-07-17T04:12:09.390ZFinalize: Updating search index ... Done
1942026-07-17T04:12:09.468ZFinalize: Updating package cache ... Done
1952026-07-17T04:12:09.772ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-17T04:12:09.773Zapache system 2.4 system
1972026-07-17T04:12:09.773Zclang system 15 system
1982026-07-17T04:12:09.773Zcsh system system illumos
1992026-07-17T04:12:09.773Zctags system system illumos
2002026-07-17T04:12:09.773Zfile vendor vendor darwinsys
2012026-07-17T04:12:09.773Zfile system system illumos
2022026-07-17T04:12:09.773Zgcc vendor 14 vendor
2032026-07-17T04:12:09.773Zgcc system 13 system
2042026-07-17T04:12:09.773Zgcc system 10 system
2052026-07-17T04:12:09.773Zgo system 1.25 system
2062026-07-17T04:12:09.773Zllvm system 15 system
2072026-07-17T04:12:09.773Zmariadb system 11.4 system
2082026-07-17T04:12:09.773Zmta vendor vendor dma
2092026-07-17T04:12:09.773Zopenjdk system 17 system
2102026-07-17T04:12:09.773Zopenjdk system 11 system
2112026-07-17T04:12:09.773Zopenssl vendor 3 vendor
2122026-07-17T04:12:09.773Zperl system 5.40 system
2132026-07-17T04:12:09.773Zpostgresql system 18 system
2142026-07-17T04:12:09.773Zpostgresql system 17 system
2152026-07-17T04:12:09.773Zpython vendor 3 vendor
2162026-07-17T04:12:09.773Zpython system 2 system
2172026-07-17T04:12:09.773Zpython3 vendor 3.13 vendor
2182026-07-17T04:12:09.774Zruby system 3.4 system
2192026-07-17T04:12:09.774Zruby system 3.0 system
2202026-07-17T04:12:09.774Zwords vendor vendor american-english
2212026-07-17T04:12:09.774Zwords system system australian-english
2222026-07-17T04:12:09.774Zwords system system british-english
2232026-07-17T04:12:09.774Zwords system system canadian-english
2242026-07-17T04:12:09.774Zwords system system french
2252026-07-17T04:12:09.774Zwords system system italian
2262026-07-17T04:12:09.774Zwords system system ngerman
2272026-07-17T04:12:09.774Zwords system system ogerman
2282026-07-17T04:12:09.774Zwords system system spanish
2292026-07-17T04:12:10.028ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-17T04:12:10.028Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-17T04:12:10.340ZFMRI IFO
2322026-07-17T04:12:10.341Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-17T04:12:10.341Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-17T04:12:10.341Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-17T04:12:10.341Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-17T04:12:10.341Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-17T04:12:10.341Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-17T04:12:10.341Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-17T04:12:10.341Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-17T04:12:10.341Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-17T04:12:10.606Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-17T04:12:10.888Z Updating crates.io index
2432026-07-17T04:12:10.893Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-17T04:12:11.109Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-17T04:12:11.404Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-17T04:12:12.597Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-17T04:12:13.235Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-17T04:12:15.106Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-17T04:12:16.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-17T04:12:16.320Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-17T04:12:16.619Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-17T04:12:17.879Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-17T04:12:18.095Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-17T04:12:18.424Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-17T04:12:18.659Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-17T04:12:19.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-17T04:12:19.667Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-17T04:12:19.900Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-17T04:12:20.139Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-17T04:12:20.420Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-17T04:12:20.794Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-17T04:12:21.002Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-17T04:12:21.214Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-17T04:12:21.449Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-17T04:12:21.830Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-17T04:12:22.158Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-17T04:12:22.373Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-17T04:12:22.811Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-17T04:12:23.047Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-07-17T04:12:23.423Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-07-17T04:12:23.713Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-07-17T04:12:23.943Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-07-17T04:12:24.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-07-17T04:12:24.463Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-07-17T04:12:24.799Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-07-17T04:12:25.027Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-07-17T04:12:25.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-07-17T04:12:25.532Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-07-17T04:12:25.826Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-07-17T04:12:26.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-07-17T04:12:26.331Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-07-17T04:12:26.575Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-07-17T04:12:26.798Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-07-17T04:12:29.343Z Downloading crates ...
2852026-07-17T04:12:29.400Z Downloaded cargo_metadata v0.23.1
2862026-07-17T04:12:29.405Z Downloaded anstream v1.0.0
2872026-07-17T04:12:29.405Z Downloaded strsim v0.11.1
2882026-07-17T04:12:29.409Z Downloaded ucd-trie v0.1.7
2892026-07-17T04:12:29.412Z Downloaded usdt v0.5.0
2902026-07-17T04:12:29.416Z Downloaded pretty-hex v0.4.1
2912026-07-17T04:12:29.416Z Downloaded zerocopy-derive v0.7.35
2922026-07-17T04:12:29.419Z Downloaded zmij v1.0.21
2932026-07-17T04:12:29.423Z Downloaded fnv v1.0.7
2942026-07-17T04:12:29.423Z Downloaded equivalent v1.0.2
2952026-07-17T04:12:29.426Z Downloaded dof v0.3.0
2962026-07-17T04:12:29.426Z Downloaded anstyle-query v1.1.5
2972026-07-17T04:12:29.426Z Downloaded errno v0.3.14
2982026-07-17T04:12:29.430Z Downloaded zerocopy v0.7.35
2992026-07-17T04:12:29.439Z Downloaded fastrand v2.3.0
3002026-07-17T04:12:29.443Z Downloaded digest v0.10.7
3012026-07-17T04:12:29.443Z Downloaded crypto-common v0.1.7
3022026-07-17T04:12:29.443Z Downloaded colorchoice v1.0.4
3032026-07-17T04:12:29.443Z Downloaded cargo_toml v0.21.0
3042026-07-17T04:12:29.448Z Downloaded macaddr v1.0.1
3052026-07-17T04:12:29.448Z Downloaded heck v0.5.0
3062026-07-17T04:12:29.448Z Downloaded bytecount v0.6.9
3072026-07-17T04:12:29.451Z Downloaded pest_generator v2.8.6
3082026-07-17T04:12:29.458Z Downloaded heck v0.4.1
3092026-07-17T04:12:29.461Z Downloaded cpufeatures v0.2.17
3102026-07-17T04:12:29.465Z Downloaded generic-array v0.14.7
3112026-07-17T04:12:29.465Z Downloaded itoa v1.0.17
3122026-07-17T04:12:29.468Z Downloaded toml_datetime v0.6.11
3132026-07-17T04:12:29.468Z Downloaded is_terminal_polyfill v1.70.2
3142026-07-17T04:12:29.468Z Downloaded block-buffer v0.10.4
3152026-07-17T04:12:29.472Z Downloaded toml_write v0.1.2
3162026-07-17T04:12:29.482Z Downloaded plain v0.2.3
3172026-07-17T04:12:29.487Z Downloaded usdt-macro v0.5.0
3182026-07-17T04:12:29.493Z Downloaded version_check v0.9.5
3192026-07-17T04:12:29.497Z Downloaded clap_lex v1.0.0
3202026-07-17T04:12:29.497Z Downloaded utf8parse v0.2.2
3212026-07-17T04:12:29.498Z Downloaded serde_spanned v0.6.9
3222026-07-17T04:12:29.498Z Downloaded cfg-if v1.0.4
3232026-07-17T04:12:29.502Z Downloaded swrite v0.1.0
3242026-07-17T04:12:29.502Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-17T04:12:29.502Z Downloaded memmap v0.7.0
3262026-07-17T04:12:29.502Z Downloaded dtrace-parser v0.2.0
3272026-07-17T04:12:29.507Z Downloaded unicode-linebreak v0.1.5
3282026-07-17T04:12:29.507Z Downloaded terminal_size v0.4.3
3292026-07-17T04:12:29.514Z Downloaded scroll_derive v0.12.1
3302026-07-17T04:12:29.517Z Downloaded cargo-platform v0.3.2
3312026-07-17T04:12:29.525Z Downloaded usdt-attr-macro v0.5.0
3322026-07-17T04:12:29.530Z Downloaded smawk v0.3.2
3332026-07-17T04:12:29.535Z Downloaded thread-id v4.2.2
3342026-07-17T04:12:29.538Z Downloaded tabled_derive v0.7.0
3352026-07-17T04:12:29.538Z Downloaded fs-err v3.3.0
3362026-07-17T04:12:29.538Z Downloaded anstyle-parse v1.0.0
3372026-07-17T04:12:29.543Z Downloaded scroll v0.12.0
3382026-07-17T04:12:29.549Z Downloaded anstyle v1.0.14
3392026-07-17T04:12:29.549Z Downloaded thiserror-impl v1.0.69
3402026-07-17T04:12:29.549Z Downloaded serde_tokenstream v0.2.3
3412026-07-17T04:12:29.549Z Downloaded camino-tempfile v1.4.1
3422026-07-17T04:12:29.554Z Downloaded byteorder v1.5.0
3432026-07-17T04:12:29.554Z Downloaded autocfg v1.5.0
3442026-07-17T04:12:29.554Z Downloaded sha2 v0.10.9
3452026-07-17T04:12:29.558Z Downloaded quote v1.0.45
3462026-07-17T04:12:29.558Z Downloaded pest_derive v2.8.6
3472026-07-17T04:12:29.558Z Downloaded thiserror-impl v2.0.18
3482026-07-17T04:12:29.559Z Downloaded clap_derive v4.6.1
3492026-07-17T04:12:29.562Z Downloaded bitflags v2.11.0
3502026-07-17T04:12:29.562Z Downloaded toml v0.8.23
3512026-07-17T04:12:29.569Z Downloaded proc-macro-error v1.0.4
3522026-07-17T04:12:29.573Z Downloaded thiserror v2.0.18
3532026-07-17T04:12:29.578Z Downloaded once_cell v1.21.3
3542026-07-17T04:12:29.587Z Downloaded anyhow v1.0.102
3552026-07-17T04:12:29.593Z Downloaded thiserror v1.0.69
3562026-07-17T04:12:29.597Z Downloaded semver v1.0.28
3572026-07-17T04:12:29.601Z Downloaded tempfile v3.25.0
3582026-07-17T04:12:29.605Z Downloaded papergrid v0.11.0
3592026-07-17T04:12:29.605Z Downloaded proc-macro2 v1.0.106
3602026-07-17T04:12:29.609Z Downloaded log v0.4.29
3612026-07-17T04:12:29.612Z Downloaded camino v1.2.2
3622026-07-17T04:12:29.613Z Downloaded serde_derive v1.0.228
3632026-07-17T04:12:29.617Z Downloaded usdt-impl v0.5.0
3642026-07-17T04:12:29.617Z Downloaded unicode-ident v1.0.24
3652026-07-17T04:12:29.618Z Downloaded pest_meta v2.8.6
3662026-07-17T04:12:29.618Z Downloaded getrandom v0.4.1
3672026-07-17T04:12:29.622Z Downloaded pest v2.8.6
3682026-07-17T04:12:29.631Z Downloaded textwrap v0.16.2
3692026-07-17T04:12:29.646Z Downloaded clap v4.6.1
3702026-07-17T04:12:29.650Z Downloaded serde_core v1.0.228
3712026-07-17T04:12:29.650Z Downloaded memchr v2.8.0
3722026-07-17T04:12:29.654Z Downloaded toml_edit v0.22.27
3732026-07-17T04:12:29.657Z Downloaded serde v1.0.228
3742026-07-17T04:12:29.660Z Downloaded typenum v1.20.1
3752026-07-17T04:12:29.675Z Downloaded indexmap v2.14.0
3762026-07-17T04:12:29.682Z Downloaded syn v2.0.117
3772026-07-17T04:12:29.688Z Downloaded goblin v0.8.2
3782026-07-17T04:12:29.695Z Downloaded hashbrown v0.17.0
3792026-07-17T04:12:29.703Z Downloaded serde_json v1.0.150
3802026-07-17T04:12:29.709Z Downloaded clap_builder v4.6.0
3812026-07-17T04:12:29.714Z Downloaded rustix v1.1.3
3822026-07-17T04:12:29.728Z Downloaded winnow v0.7.14
3832026-07-17T04:12:29.735Z Downloaded tabled v0.15.0
3842026-07-17T04:12:29.744Z Downloaded unicode-width v0.2.0
3852026-07-17T04:12:29.748Z Downloaded unicode-width v0.1.14
3862026-07-17T04:12:29.752Z Downloaded syn v1.0.109
3872026-07-17T04:12:29.775Z Downloaded libc v0.2.185
3882026-07-17T04:12:29.839Z Compiling proc-macro2 v1.0.106
3892026-07-17T04:12:29.839Z Compiling unicode-ident v1.0.24
3902026-07-17T04:12:29.839Z Compiling quote v1.0.45
3912026-07-17T04:12:29.843Z Compiling serde_core v1.0.228
3922026-07-17T04:12:29.843Z Compiling libc v0.2.185
3932026-07-17T04:12:29.843Z Compiling version_check v0.9.5
3942026-07-17T04:12:29.843Z Compiling memchr v2.8.0
3952026-07-17T04:12:29.843Z Compiling serde v1.0.228
3962026-07-17T04:12:30.161Z Compiling zmij v1.0.21
3972026-07-17T04:12:30.411Z Compiling thiserror v1.0.69
3982026-07-17T04:12:30.476Z Compiling itoa v1.0.17
3992026-07-17T04:12:30.685Z Compiling ucd-trie v0.1.7
4002026-07-17T04:12:30.794Z Compiling rustix v1.1.3
4012026-07-17T04:12:30.872Z Compiling pest v2.8.6
4022026-07-17T04:12:30.908Z Compiling byteorder v1.5.0
4032026-07-17T04:12:30.946Z Compiling errno v0.3.14
4042026-07-17T04:12:31.067Z Compiling bitflags v2.11.0
4052026-07-17T04:12:31.105Z Compiling serde_json v1.0.150
4062026-07-17T04:12:31.332Z Compiling syn v2.0.117
4072026-07-17T04:12:31.363Z Compiling thread-id v4.2.2
4082026-07-17T04:12:31.429Z Compiling usdt-impl v0.5.0
4092026-07-17T04:12:31.450Z Compiling proc-macro-error-attr v1.0.4
4102026-07-17T04:12:31.518Z Compiling camino v1.2.2
4112026-07-17T04:12:31.651Z Compiling syn v1.0.109
4122026-07-17T04:12:31.840Z Compiling proc-macro-error v1.0.4
4132026-07-17T04:12:31.906Z Compiling pest_meta v2.8.6
4142026-07-17T04:12:32.040Z Compiling getrandom v0.4.1
4152026-07-17T04:12:32.055Z Compiling plain v0.2.3
4162026-07-17T04:12:32.114Z Compiling hashbrown v0.17.0
4172026-07-17T04:12:32.163Z Compiling utf8parse v0.2.2
4182026-07-17T04:12:32.331Z Compiling log v0.4.29
4192026-07-17T04:12:32.408Z Compiling equivalent v1.0.2
4202026-07-17T04:12:32.519Z Compiling terminal_size v0.4.3
4212026-07-17T04:12:32.535Z Compiling anstyle-parse v1.0.0
4222026-07-17T04:12:32.642Z Compiling indexmap v2.14.0
4232026-07-17T04:12:33.196Z Compiling anstyle v1.0.14
4242026-07-17T04:12:33.259Z Compiling autocfg v1.5.0
4252026-07-17T04:12:33.259Z Compiling is_terminal_polyfill v1.70.2
4262026-07-17T04:12:33.301Z Compiling anstyle-query v1.1.5
4272026-07-17T04:12:33.375Z Compiling cfg-if v1.0.4
4282026-07-17T04:12:33.415Z Compiling thiserror v2.0.18
4292026-07-17T04:12:33.432Z Compiling winnow v0.7.14
4302026-07-17T04:12:33.453Z Compiling colorchoice v1.0.4
4312026-07-17T04:12:33.516Z Compiling toml_write v0.1.2
4322026-07-17T04:12:33.531Z Compiling pretty-hex v0.4.1
4332026-07-17T04:12:33.572Z Compiling pest_generator v2.8.6
4342026-07-17T04:12:33.670Z Compiling anstream v1.0.0
4352026-07-17T04:12:33.691Z Compiling fs-err v3.3.0
4362026-07-17T04:12:33.966Z Compiling fastrand v2.3.0
4372026-07-17T04:12:33.986Z Compiling heck v0.5.0
4382026-07-17T04:12:34.027Z Compiling fnv v1.0.7
4392026-07-17T04:12:34.138Z Compiling anyhow v1.0.102
4402026-07-17T04:12:34.222Z Compiling strsim v0.11.1
4412026-07-17T04:12:34.238Z Compiling clap_lex v1.0.0
4422026-07-17T04:12:34.255Z Compiling heck v0.4.1
4432026-07-17T04:12:34.294Z Compiling bytecount v0.6.9
4442026-07-17T04:12:34.496Z Compiling unicode-width v0.1.14
4452026-07-17T04:12:34.513Z Compiling once_cell v1.21.3
4462026-07-17T04:12:34.517Z Compiling clap_builder v4.6.0
4472026-07-17T04:12:34.735Z Compiling tabled_derive v0.7.0
4482026-07-17T04:12:34.738Z Compiling papergrid v0.11.0
4492026-07-17T04:12:34.769Z Compiling tempfile v3.25.0
4502026-07-17T04:12:34.769Z Compiling semver v1.0.28
4512026-07-17T04:12:34.802Z Compiling cargo-platform v0.3.2
4522026-07-17T04:12:35.012Z Compiling memmap v0.7.0
4532026-07-17T04:12:35.083Z Compiling smawk v0.3.2
4542026-07-17T04:12:35.115Z Compiling unicode-width v0.2.0
4552026-07-17T04:12:35.152Z Compiling unicode-linebreak v0.1.5
4562026-07-17T04:12:35.206Z Compiling camino-tempfile v1.4.1
4572026-07-17T04:12:35.271Z Compiling serde_derive v1.0.228
4582026-07-17T04:12:35.394Z Compiling thiserror-impl v1.0.69
4592026-07-17T04:12:35.412Z Compiling zerocopy-derive v0.7.35
4602026-07-17T04:12:35.439Z Compiling pest_derive v2.8.6
4612026-07-17T04:12:35.525Z Compiling scroll_derive v0.12.1
4622026-07-17T04:12:35.688Z Compiling thiserror-impl v2.0.18
4632026-07-17T04:12:35.909Z Compiling clap_derive v4.6.1
4642026-07-17T04:12:36.225Z Compiling tabled v0.15.0
4652026-07-17T04:12:36.244Z Compiling scroll v0.12.0
4662026-07-17T04:12:36.324Z Compiling zerocopy v0.7.35
4672026-07-17T04:12:36.525Z Compiling goblin v0.8.2
4682026-07-17T04:12:36.810Z Compiling dtrace-parser v0.2.0
4692026-07-17T04:12:36.892Z Compiling textwrap v0.16.2
4702026-07-17T04:12:37.359Z Compiling swrite v0.1.0
4712026-07-17T04:12:37.739Z Compiling clap v4.6.1
4722026-07-17T04:12:38.412Z Compiling serde_spanned v0.6.9
4732026-07-17T04:12:38.412Z Compiling toml_datetime v0.6.11
4742026-07-17T04:12:38.413Z Compiling macaddr v1.0.1
4752026-07-17T04:12:38.458Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-17T04:12:38.458Z Compiling cargo_metadata v0.23.1
4772026-07-17T04:12:38.488Z Compiling dof v0.3.0
4782026-07-17T04:12:38.488Z Compiling serde_tokenstream v0.2.3
4792026-07-17T04:12:38.640Z Compiling toml_edit v0.22.27
4802026-07-17T04:12:39.294Z Compiling usdt-attr-macro v0.5.0
4812026-07-17T04:12:39.302Z Compiling usdt-macro v0.5.0
4822026-07-17T04:12:39.914Z Compiling usdt v0.5.0
4832026-07-17T04:12:40.019Z Compiling toml v0.8.23
4842026-07-17T04:12:40.368Z Compiling cargo_toml v0.21.0
4852026-07-17T04:12:41.634Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-07-17T04:12:43.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
4872026-07-17T04:12:43.851Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-07-17T04:12:44.343Z Downloading crates ...
4892026-07-17T04:12:44.445Z Downloaded arc-swap v1.8.2
4902026-07-17T04:12:44.449Z Downloaded bit-set v0.8.0
4912026-07-17T04:12:44.454Z Downloaded block-buffer v0.12.1
4922026-07-17T04:12:44.460Z Downloaded atomicwrites v0.4.4
4932026-07-17T04:12:44.460Z Downloaded anstream v0.6.21
4942026-07-17T04:12:44.460Z Downloaded bb8 v0.8.6
4952026-07-17T04:12:44.460Z Downloaded base16ct v1.0.0
4962026-07-17T04:12:44.469Z Downloaded bitfield-macros v0.19.4
4972026-07-17T04:12:44.469Z Downloaded assert_matches v1.5.0
4982026-07-17T04:12:44.469Z Downloaded arrayref v0.3.9
4992026-07-17T04:12:44.469Z Downloaded bitfield-struct v0.6.2
5002026-07-17T04:12:44.475Z Downloaded atomic-waker v1.1.2
5012026-07-17T04:12:44.475Z Downloaded buf-list v1.1.2
5022026-07-17T04:12:44.476Z Downloaded async-stream-impl v0.3.6
5032026-07-17T04:12:44.476Z Downloaded crc-catalog v2.4.0
5042026-07-17T04:12:44.480Z Downloaded crypto-common v0.2.2
5052026-07-17T04:12:44.480Z Downloaded aead v0.5.2
5062026-07-17T04:12:44.480Z Downloaded cassowary v0.3.0
5072026-07-17T04:12:44.480Z Downloaded argon2 v0.5.3
5082026-07-17T04:12:44.486Z Downloaded darling_macro v0.23.0
5092026-07-17T04:12:44.490Z Downloaded critical-section v1.2.0
5102026-07-17T04:12:44.490Z Downloaded adler2 v2.0.1
5112026-07-17T04:12:44.490Z Downloaded base16ct v0.2.0
5122026-07-17T04:12:44.495Z Downloaded atty v0.2.14
5132026-07-17T04:12:44.495Z Downloaded async-stream v0.3.6
5142026-07-17T04:12:44.495Z Downloaded dsl_auto_type v0.2.0
5152026-07-17T04:12:44.511Z Downloaded curve25519-dalek-derive v0.1.1
5162026-07-17T04:12:44.525Z Downloaded clang-sys v1.8.1
5172026-07-17T04:12:44.525Z Downloaded bit-vec v0.8.0
5182026-07-17T04:12:44.525Z Downloaded bcrypt-pbkdf v0.11.0
5192026-07-17T04:12:44.525Z Downloaded defmt v0.3.100
5202026-07-17T04:12:44.525Z Downloaded cpubits v0.1.1
5212026-07-17T04:12:44.525Z Downloaded ascii-canvas v3.0.0
5222026-07-17T04:12:44.525Z Downloaded array-init v0.0.4
5232026-07-17T04:12:44.531Z Downloaded digest v0.11.3
5242026-07-17T04:12:44.531Z Downloaded convert_case v0.4.0
5252026-07-17T04:12:44.531Z Downloaded async-recursion v1.1.1
5262026-07-17T04:12:44.531Z Downloaded crossterm v0.28.1
5272026-07-17T04:12:44.540Z Downloaded difflib v0.4.0
5282026-07-17T04:12:44.540Z Downloaded anstyle-parse v0.2.7
5292026-07-17T04:12:44.540Z Downloaded ahash v0.8.12
5302026-07-17T04:12:44.540Z Downloaded bs58 v0.5.1
5312026-07-17T04:12:44.552Z Downloaded cfg_aliases v0.1.1
5322026-07-17T04:12:44.562Z Downloaded cfg_aliases v0.2.1
5332026-07-17T04:12:44.562Z Downloaded ciborium-io v0.2.2
5342026-07-17T04:12:44.562Z Downloaded block-padding v0.4.2
5352026-07-17T04:12:44.570Z Downloaded castaway v0.2.4
5362026-07-17T04:12:44.570Z Downloaded enum-as-inner v0.6.1
5372026-07-17T04:12:44.570Z Downloaded async-bb8-diesel v0.2.1
5382026-07-17T04:12:44.579Z Downloaded crucible-workspace-hack v0.1.0
5392026-07-17T04:12:44.579Z Downloaded bytes v1.11.1
5402026-07-17T04:12:44.579Z Downloaded argon2 v0.6.0-rc.8
5412026-07-17T04:12:44.579Z Downloaded compression-core v0.4.31
5422026-07-17T04:12:44.579Z Downloaded cobs v0.3.0
5432026-07-17T04:12:44.588Z Downloaded fixedbitset v0.4.2
5442026-07-17T04:12:44.588Z Downloaded defmt-macros v1.0.1
5452026-07-17T04:12:44.588Z Downloaded darling_macro v0.20.11
5462026-07-17T04:12:44.588Z Downloaded ciborium-ll v0.2.2
5472026-07-17T04:12:44.588Z Downloaded endian-type v0.1.2
5482026-07-17T04:12:44.589Z Downloaded downcast-rs v2.0.2
5492026-07-17T04:12:44.596Z Downloaded darling_macro v0.21.3
5502026-07-17T04:12:44.596Z Downloaded crc8 v0.1.1
5512026-07-17T04:12:44.596Z Downloaded embedded-io v0.6.1
5522026-07-17T04:12:44.596Z Downloaded env_filter v1.0.0
5532026-07-17T04:12:44.596Z Downloaded bit-vec v0.6.3
5542026-07-17T04:12:44.596Z Downloaded document-features v0.2.12
5552026-07-17T04:12:44.601Z Downloaded crc32fast v1.5.0
5562026-07-17T04:12:44.601Z Downloaded corncobs v0.1.4
5572026-07-17T04:12:44.601Z Downloaded cookie_store v0.22.1
5582026-07-17T04:12:44.601Z Downloaded arrayvec v0.7.6
5592026-07-17T04:12:44.601Z Downloaded darling v0.13.4
5602026-07-17T04:12:44.610Z Downloaded fd-lock v4.0.4
5612026-07-17T04:12:44.610Z Downloaded dirs-sys-next v0.1.2
5622026-07-17T04:12:44.610Z Downloaded dirs-next v2.0.0
5632026-07-17T04:12:44.610Z Downloaded float-cmp v0.10.0
5642026-07-17T04:12:44.610Z Downloaded debug-ignore v1.0.5
5652026-07-17T04:12:44.610Z Downloaded float-ord v0.3.2
5662026-07-17T04:12:44.617Z Downloaded flagset v0.4.7
5672026-07-17T04:12:44.617Z Downloaded backoff v0.4.0
5682026-07-17T04:12:44.617Z Downloaded foreign-types v0.3.2
5692026-07-17T04:12:44.617Z Downloaded dof v0.4.0
5702026-07-17T04:12:44.617Z Downloaded darling_macro v0.13.4
5712026-07-17T04:12:44.617Z Downloaded async-trait v0.1.89
5722026-07-17T04:12:44.617Z Downloaded const_format_proc_macros v0.2.34
5732026-07-17T04:12:44.623Z Downloaded blowfish v0.10.0
5742026-07-17T04:12:44.623Z Downloaded crunchy v0.2.4
5752026-07-17T04:12:44.624Z Downloaded dropshot-api-manager-types v0.7.2
5762026-07-17T04:12:44.624Z Downloaded defmt-parser v1.0.0
5772026-07-17T04:12:44.624Z Downloaded bitflags v1.3.2
5782026-07-17T04:12:44.624Z Downloaded bcs v0.1.6
5792026-07-17T04:12:44.629Z Downloaded cmake v0.1.57
5802026-07-17T04:12:44.630Z Downloaded cipher v0.5.2
5812026-07-17T04:12:44.630Z Downloaded cexpr v0.6.0
5822026-07-17T04:12:44.630Z Downloaded dunce v1.0.5
5832026-07-17T04:12:44.630Z Downloaded cstr-argument v0.1.2
5842026-07-17T04:12:44.630Z Downloaded crc v3.4.0
5852026-07-17T04:12:44.645Z Downloaded cbc v0.2.1
5862026-07-17T04:12:44.645Z Downloaded foreign-types v0.5.0
5872026-07-17T04:12:44.645Z Downloaded chacha20poly1305 v0.10.1
5882026-07-17T04:12:44.645Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-07-17T04:12:44.645Z Downloaded camino-tempfile-ext v0.3.3
5902026-07-17T04:12:44.657Z Downloaded form_urlencoded v1.2.2
5912026-07-17T04:12:44.657Z Downloaded foreign-types-shared v0.3.1
5922026-07-17T04:12:44.657Z Downloaded futures-io v0.3.32
5932026-07-17T04:12:44.657Z Downloaded dyn-clone v1.0.20
5942026-07-17T04:12:44.657Z Downloaded foreign-types-shared v0.1.1
5952026-07-17T04:12:44.657Z Downloaded byte-wrapper v0.1.0
5962026-07-17T04:12:44.657Z Downloaded digest-io v0.1.0
5972026-07-17T04:12:44.657Z Downloaded display-error-chain v0.2.2
5982026-07-17T04:12:44.657Z Downloaded dtrace-parser v0.3.0
5992026-07-17T04:12:44.657Z Downloaded foreign-types-macros v0.2.3
6002026-07-17T04:12:44.657Z Downloaded convert_case v0.10.0
6012026-07-17T04:12:44.657Z Downloaded chacha20 v0.9.1
6022026-07-17T04:12:44.657Z Downloaded embedded-io v0.4.0
6032026-07-17T04:12:44.657Z Downloaded cmov v0.5.4
6042026-07-17T04:12:44.657Z Downloaded ed25519 v2.2.3
6052026-07-17T04:12:44.657Z Downloaded cpufeatures v0.3.0
6062026-07-17T04:12:44.677Z Downloaded futures-task v0.3.32
6072026-07-17T04:12:44.677Z Downloaded futures-sink v0.3.32
6082026-07-17T04:12:44.677Z Downloaded fxhash v0.2.1
6092026-07-17T04:12:44.681Z Downloaded futures-macro v0.3.32
6102026-07-17T04:12:44.681Z Downloaded fallible-iterator v0.2.0
6112026-07-17T04:12:44.681Z Downloaded funty v2.0.0
6122026-07-17T04:12:44.681Z Downloaded blake2 v0.11.0-rc.6
6132026-07-17T04:12:44.681Z Downloaded crossbeam-utils v0.8.21
6142026-07-17T04:12:44.682Z Downloaded filetime v0.2.27
6152026-07-17T04:12:44.682Z Downloaded env_logger v0.11.9
6162026-07-17T04:12:44.696Z Downloaded find-msvc-tools v0.1.9
6172026-07-17T04:12:44.696Z Downloaded ctr v0.10.1
6182026-07-17T04:12:44.697Z Downloaded gethostname v0.5.0
6192026-07-17T04:12:44.697Z Downloaded crossbeam-deque v0.8.6
6202026-07-17T04:12:44.697Z Downloaded cookie v0.18.1
6212026-07-17T04:12:44.697Z Downloaded erased-serde v0.3.31
6222026-07-17T04:12:44.697Z Downloaded ena v0.14.4
6232026-07-17T04:12:44.697Z Downloaded deranged v0.5.8
6242026-07-17T04:12:44.697Z Downloaded futures-core v0.3.32
6252026-07-17T04:12:44.697Z Downloaded cc v1.2.56
6262026-07-17T04:12:44.697Z Downloaded base64ct v1.8.3
6272026-07-17T04:12:44.697Z Downloaded defmt v1.0.1
6282026-07-17T04:12:44.697Z Downloaded crossbeam-epoch v0.9.18
6292026-07-17T04:12:44.697Z Downloaded compression-codecs v0.4.37
6302026-07-17T04:12:44.697Z Downloaded ghash v0.6.0
6312026-07-17T04:12:44.697Z Downloaded console v0.15.11
6322026-07-17T04:12:44.697Z Downloaded fixedbitset v0.5.7
6332026-07-17T04:12:44.697Z Downloaded git-stub v1.0.0
6342026-07-17T04:12:44.697Z Downloaded ff v0.13.1
6352026-07-17T04:12:44.707Z Downloaded delegate v0.13.5
6362026-07-17T04:12:44.707Z Downloaded hash32 v0.3.1
6372026-07-17T04:12:44.707Z Downloaded csv-core v0.1.13
6382026-07-17T04:12:44.708Z Downloaded ciborium v0.2.2
6392026-07-17T04:12:44.708Z Downloaded derive_builder_core v0.20.2
6402026-07-17T04:12:44.708Z Downloaded hash32 v0.2.1
6412026-07-17T04:12:44.708Z Downloaded daft v0.1.7
6422026-07-17T04:12:44.708Z Downloaded fs-err v2.11.0
6432026-07-17T04:12:44.708Z Downloaded displaydoc v0.2.5
6442026-07-17T04:12:44.708Z Downloaded derive-ex v0.1.8
6452026-07-17T04:12:44.708Z Downloaded derive_builder_macro v0.20.2
6462026-07-17T04:12:44.708Z Downloaded data-encoding v2.10.0
6472026-07-17T04:12:44.717Z Downloaded colored v2.2.0
6482026-07-17T04:12:44.717Z Downloaded cancel-safe-futures v0.1.5
6492026-07-17T04:12:44.717Z Downloaded hex v0.4.3
6502026-07-17T04:12:44.717Z Downloaded der_derive v0.7.3
6512026-07-17T04:12:44.717Z Downloaded const-oid v0.9.6
6522026-07-17T04:12:44.717Z Downloaded home v0.5.12
6532026-07-17T04:12:44.717Z Downloaded console v0.16.2
6542026-07-17T04:12:44.722Z Downloaded colored v3.1.1
6552026-07-17T04:12:44.722Z Downloaded hostname v0.3.1
6562026-07-17T04:12:44.722Z Downloaded blake2 v0.10.6
6572026-07-17T04:12:44.722Z Downloaded ecdsa v0.16.9
6582026-07-17T04:12:44.722Z Downloaded allocator-api2 v0.2.21
6592026-07-17T04:12:44.722Z Downloaded diesel-dtrace v0.5.0
6602026-07-17T04:12:44.728Z Downloaded darling v0.20.11
6612026-07-17T04:12:44.728Z Downloaded foldhash v0.2.0
6622026-07-17T04:12:44.728Z Downloaded hex-literal v1.1.0
6632026-07-17T04:12:44.734Z Downloaded headers-core v0.3.0
6642026-07-17T04:12:44.734Z Downloaded enum_dispatch v0.3.13
6652026-07-17T04:12:44.734Z Downloaded hubpack v0.1.2
6662026-07-17T04:12:44.734Z Downloaded hyper-tls v0.6.0
6672026-07-17T04:12:44.734Z Downloaded crc-any v2.5.0
6682026-07-17T04:12:44.739Z Downloaded ar_archive_writer v0.5.1
6692026-07-17T04:12:44.739Z Downloaded ecdsa v0.17.0-rc.18
6702026-07-17T04:12:44.739Z Downloaded async-compression v0.4.41
6712026-07-17T04:12:44.744Z Downloaded hostname v0.4.2
6722026-07-17T04:12:44.744Z Downloaded git-stub-vcs v0.1.0
6732026-07-17T04:12:44.749Z Downloaded bzip2 v0.6.1
6742026-07-17T04:12:44.749Z Downloaded hubpack_derive v0.1.1
6752026-07-17T04:12:44.749Z Downloaded http-body v1.0.1
6762026-07-17T04:12:44.749Z Downloaded httpdate v1.0.3
6772026-07-17T04:12:44.753Z Downloaded des v0.9.0
6782026-07-17T04:12:44.753Z Downloaded darling_core v0.13.4
6792026-07-17T04:12:44.758Z Downloaded ident_case v1.0.1
6802026-07-17T04:12:44.758Z Downloaded idna_adapter v1.2.1
6812026-07-17T04:12:44.758Z Downloaded group v0.13.0
6822026-07-17T04:12:44.758Z Downloaded globwalk v0.9.1
6832026-07-17T04:12:44.773Z Downloaded http-range v0.1.5
6842026-07-17T04:12:44.773Z Downloaded daft-derive v0.1.7
6852026-07-17T04:12:44.773Z Downloaded inout v0.1.4
6862026-07-17T04:12:44.773Z Downloaded indent_write v2.2.0
6872026-07-17T04:12:44.793Z Downloaded illumos-nvpair-sys v0.2.0
6882026-07-17T04:12:44.793Z Downloaded illumos-nvpair v0.3.0
6892026-07-17T04:12:44.793Z Downloaded backon v1.6.0
6902026-07-17T04:12:44.793Z Downloaded instability v0.3.11
6912026-07-17T04:12:44.793Z Downloaded either v1.15.0
6922026-07-17T04:12:44.793Z Downloaded bzip2 v0.4.4
6932026-07-17T04:12:44.793Z Downloaded derive_builder v0.20.2
6942026-07-17T04:12:44.793Z Downloaded inout v0.2.2
6952026-07-17T04:12:44.793Z Downloaded internet-checksum v0.2.1
6962026-07-17T04:12:44.793Z Downloaded instant v0.1.13
6972026-07-17T04:12:44.793Z Downloaded futures-executor v0.3.32
6982026-07-17T04:12:44.793Z Downloaded ff v0.14.0
6992026-07-17T04:12:44.794Z Downloaded glob v0.3.3
7002026-07-17T04:12:44.794Z Downloaded ed25519 v3.0.0
7012026-07-17T04:12:44.799Z Downloaded highway v1.3.0
7022026-07-17T04:12:44.799Z Downloaded base64 v0.21.7
7032026-07-17T04:12:44.799Z Downloaded indoc v1.0.9
7042026-07-17T04:12:44.799Z Downloaded globset v0.4.18
7052026-07-17T04:12:44.799Z Downloaded fatfs v0.3.6
7062026-07-17T04:12:44.799Z Downloaded chacha20 v0.10.0
7072026-07-17T04:12:44.799Z Downloaded kem v0.3.0
7082026-07-17T04:12:44.799Z Downloaded constant_time_eq v0.4.2
7092026-07-17T04:12:44.800Z Downloaded cipher v0.4.4
7102026-07-17T04:12:44.800Z Downloaded bitfield v0.19.4
7112026-07-17T04:12:44.800Z Downloaded group v0.14.0
7122026-07-17T04:12:44.800Z Downloaded lru-slab v0.1.2
7132026-07-17T04:12:44.800Z Downloaded is-terminal v0.4.17
7142026-07-17T04:12:44.808Z Downloaded hyper-staticfile v0.10.1
7152026-07-17T04:12:44.808Z Downloaded getrandom v0.2.17
7162026-07-17T04:12:44.808Z Downloaded linked-hash-map v0.5.6
7172026-07-17T04:12:44.808Z Downloaded lazy_static v1.5.0
7182026-07-17T04:12:44.808Z Downloaded kstat-rs v0.2.4
7192026-07-17T04:12:44.826Z Downloaded keccak v0.1.6
7202026-07-17T04:12:44.826Z Downloaded const-oid v0.10.2
7212026-07-17T04:12:44.826Z Downloaded compact_str v0.8.1
7222026-07-17T04:12:44.826Z Downloaded base64 v0.22.1
7232026-07-17T04:12:44.826Z Downloaded darling v0.23.0
7242026-07-17T04:12:44.831Z Downloaded futures-channel v0.3.32
7252026-07-17T04:12:44.831Z Downloaded elliptic-curve v0.13.8
7262026-07-17T04:12:44.831Z Downloaded md-5 v0.10.6
7272026-07-17T04:12:44.831Z Downloaded maybe-uninit v2.0.0
7282026-07-17T04:12:44.831Z Downloaded match_cfg v0.1.0
7292026-07-17T04:12:44.831Z Downloaded libscf-sys v1.1.0
7302026-07-17T04:12:44.831Z Downloaded maplit v1.0.2
7312026-07-17T04:12:44.831Z Downloaded lzss v0.8.2
7322026-07-17T04:12:44.831Z Downloaded is_ci v1.2.0
7332026-07-17T04:12:44.831Z Downloaded darling_core v0.20.11
7342026-07-17T04:12:44.831Z Downloaded http-body-util v0.1.3
7352026-07-17T04:12:44.831Z Downloaded mime v0.3.17
7362026-07-17T04:12:44.838Z Downloaded ingot v0.1.1
7372026-07-17T04:12:44.838Z Downloaded humantime v2.3.0
7382026-07-17T04:12:44.838Z Downloaded foldhash v0.1.5
7392026-07-17T04:12:44.838Z Downloaded indoc v2.0.7
7402026-07-17T04:12:44.838Z Downloaded lalrpop-util v0.19.12
7412026-07-17T04:12:44.847Z Downloaded futures v0.3.32
7422026-07-17T04:12:44.847Z Downloaded derive_more v0.99.20
7432026-07-17T04:12:44.847Z Downloaded managed v0.8.0
7442026-07-17T04:12:44.848Z Downloaded lru v0.12.5
7452026-07-17T04:12:44.863Z Downloaded memoffset v0.9.1
7462026-07-17T04:12:44.863Z Downloaded md5 v0.8.0
7472026-07-17T04:12:44.864Z Downloaded lru-cache v0.1.2
7482026-07-17T04:12:44.864Z Downloaded ctutils v0.4.2
7492026-07-17T04:12:44.864Z Downloaded ipnetwork v0.21.1
7502026-07-17T04:12:44.864Z Downloaded drift v0.2.0
7512026-07-17T04:12:44.873Z Downloaded hmac v0.12.1
7522026-07-17T04:12:44.873Z Downloaded half v1.8.3
7532026-07-17T04:12:44.873Z Downloaded nodrop v0.1.14
7542026-07-17T04:12:44.873Z Downloaded newtype-uuid-macros v0.1.0
7552026-07-17T04:12:44.873Z Downloaded nonempty v0.12.0
7562026-07-17T04:12:44.873Z Downloaded newline-converter v0.3.0
7572026-07-17T04:12:44.873Z Downloaded new_debug_unreachable v1.0.6
7582026-07-17T04:12:44.874Z Downloaded num v0.4.3
7592026-07-17T04:12:44.874Z Downloaded diff v0.1.13
7602026-07-17T04:12:44.894Z Downloaded libsw v3.5.0
7612026-07-17T04:12:44.894Z Downloaded ingot-types v0.1.2
7622026-07-17T04:12:44.894Z Downloaded bumpalo v3.20.2
7632026-07-17T04:12:44.894Z Downloaded iana-time-zone v0.1.65
7642026-07-17T04:12:44.895Z Downloaded getrandom v0.3.4
7652026-07-17T04:12:44.895Z Downloaded hyper-rustls v0.27.7
7662026-07-17T04:12:44.895Z Downloaded newtype_derive v0.1.6
7672026-07-17T04:12:44.895Z Downloaded num-conv v0.2.0
7682026-07-17T04:12:44.900Z Downloaded lock_api v0.4.14
7692026-07-17T04:12:44.900Z Downloaded linear-map v1.2.0
7702026-07-17T04:12:44.900Z Downloaded num-iter v0.1.45
7712026-07-17T04:12:44.900Z Downloaded half v2.7.1
7722026-07-17T04:12:44.900Z Downloaded nibble_vec v0.1.0
7732026-07-17T04:12:44.900Z Downloaded crypto-bigint v0.5.5
7742026-07-17T04:12:44.900Z Downloaded jobserver v0.1.34
7752026-07-17T04:12:44.900Z Downloaded num_enum_derive v0.5.11
7762026-07-17T04:12:44.900Z Downloaded ingot-macros v0.1.1
7772026-07-17T04:12:44.900Z Downloaded multimap v0.10.1
7782026-07-17T04:12:44.901Z Downloaded openssl-probe v0.2.1
7792026-07-17T04:12:44.901Z Downloaded openssl-probe v0.1.6
7802026-07-17T04:12:44.901Z Downloaded openssl-macros v0.1.1
7812026-07-17T04:12:44.901Z Downloaded opaque-debug v0.3.1
7822026-07-17T04:12:44.908Z Downloaded normalize-line-endings v0.3.0
7832026-07-17T04:12:44.908Z Downloaded libloading v0.8.9
7842026-07-17T04:12:44.908Z Downloaded fs_extra v1.3.0
7852026-07-17T04:12:44.908Z Downloaded num-derive v0.3.3
7862026-07-17T04:12:44.913Z Downloaded num_threads v0.1.7
7872026-07-17T04:12:44.913Z Downloaded num-derive v0.4.2
7882026-07-17T04:12:44.913Z Downloaded multer v3.1.0
7892026-07-17T04:12:44.931Z Downloaded oso-derive v0.27.3
7902026-07-17T04:12:44.941Z Downloaded olpc-cjson v0.1.4
7912026-07-17T04:12:44.941Z Downloaded libsw-core v0.3.2
7922026-07-17T04:12:44.942Z Downloaded libefi-sys v0.1.0
7932026-07-17T04:12:44.942Z Downloaded impl-trait-for-tuples v0.2.3
7942026-07-17T04:12:44.942Z Downloaded hybrid-array v0.4.13
7952026-07-17T04:12:44.942Z Downloaded packed_struct_codegen v0.10.1
7962026-07-17T04:12:44.942Z Downloaded darling v0.21.3
7972026-07-17T04:12:44.942Z Downloaded hmac v0.13.0
7982026-07-17T04:12:44.942Z Downloaded parse-display v0.10.0
7992026-07-17T04:12:44.950Z Downloaded password-hash v0.6.1
8002026-07-17T04:12:44.950Z Downloaded flume v0.11.1
8012026-07-17T04:12:44.950Z Downloaded dropshot_endpoint v0.17.1
8022026-07-17T04:12:44.950Z Downloaded ipnet v2.11.0
8032026-07-17T04:12:44.950Z Downloaded icu_properties v2.1.2
8042026-07-17T04:12:44.958Z Downloaded darling_core v0.21.3
8052026-07-17T04:12:44.958Z Downloaded derive_more v2.1.1
8062026-07-17T04:12:44.966Z Downloaded num_enum v0.5.11
8072026-07-17T04:12:44.966Z Downloaded phf_shared v0.13.1
8082026-07-17T04:12:44.966Z Downloaded phf_shared v0.11.3
8092026-07-17T04:12:44.966Z Downloaded newtype-uuid v1.3.2
8102026-07-17T04:12:44.978Z Downloaded num_enum v0.7.6
8112026-07-17T04:12:44.978Z Downloaded path-slash v0.1.5
8122026-07-17T04:12:44.978Z Downloaded parse-size v1.1.0
8132026-07-17T04:12:44.978Z Downloaded expectorate v1.2.0
8142026-07-17T04:12:44.990Z Downloaded native-tls v0.2.18
8152026-07-17T04:12:44.990Z Downloaded num-integer v0.1.46
8162026-07-17T04:12:44.990Z Downloaded const_format v0.2.35
8172026-07-17T04:12:44.990Z Downloaded der v0.7.10
8182026-07-17T04:12:44.990Z Downloaded num-complex v0.4.6
8192026-07-17T04:12:44.990Z Downloaded keccak v0.2.0
8202026-07-17T04:12:44.990Z Downloaded flate2 v1.1.9
8212026-07-17T04:12:45.013Z Downloaded percent-encoding v2.3.2
8222026-07-17T04:12:45.013Z Downloaded peg-runtime v0.8.5
8232026-07-17T04:12:45.013Z Downloaded nanorand v0.7.0
8242026-07-17T04:12:45.013Z Downloaded elliptic-curve v0.14.0-rc.33
8252026-07-17T04:12:45.013Z Downloaded num_enum_derive v0.7.6
8262026-07-17T04:12:45.013Z Downloaded libbz2-rs-sys v0.2.2
8272026-07-17T04:12:45.013Z Downloaded icu_provider v2.1.1
8282026-07-17T04:12:45.013Z Downloaded module-lattice v0.2.3
8292026-07-17T04:12:45.025Z Downloaded packed_struct v0.10.1
8302026-07-17T04:12:45.025Z Downloaded litemap v0.8.1
8312026-07-17T04:12:45.025Z Downloaded mime_guess v2.0.5
8322026-07-17T04:12:45.025Z Downloaded httparse v1.10.1
8332026-07-17T04:12:45.025Z Downloaded darling_core v0.23.0
8342026-07-17T04:12:45.025Z Downloaded potential_utf v0.1.4
8352026-07-17T04:12:45.025Z Downloaded predicates-tree v1.0.13
8362026-07-17T04:12:45.025Z Downloaded predicates-core v1.0.10
8372026-07-17T04:12:45.025Z Downloaded precomputed-hash v0.1.1
8382026-07-17T04:12:45.025Z Downloaded generic-array v1.4.3
8392026-07-17T04:12:45.025Z Downloaded derive-where v1.6.0
8402026-07-17T04:12:45.025Z Downloaded powerfmt v0.2.0
8412026-07-17T04:12:45.025Z Downloaded parse-display-derive v0.10.0
8422026-07-17T04:12:45.025Z Downloaded aead v0.6.1
8432026-07-17T04:12:45.025Z Downloaded ignore v0.4.25
8442026-07-17T04:12:45.039Z Downloaded bit-set v0.5.3
8452026-07-17T04:12:45.039Z Downloaded owo-colors v4.3.0
8462026-07-17T04:12:45.039Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-07-17T04:12:45.039Z Downloaded proc-macro-crate v3.4.0
8482026-07-17T04:12:45.039Z Downloaded pem-rfc7468 v0.7.0
8492026-07-17T04:12:45.039Z Downloaded indicatif v0.18.4
8502026-07-17T04:12:45.049Z Downloaded oxide-tokio-rt v0.1.4
8512026-07-17T04:12:45.049Z Downloaded oxnet v0.1.6
8522026-07-17T04:12:45.049Z Downloaded progenitor-macro v0.13.0
8532026-07-17T04:12:45.049Z Downloaded paste v1.0.15
8542026-07-17T04:12:45.049Z Downloaded headers v0.4.1
8552026-07-17T04:12:45.049Z Downloaded heapless v0.7.17
8562026-07-17T04:12:45.050Z Downloaded phf v0.12.1
8572026-07-17T04:12:45.050Z Downloaded hickory-resolver v0.25.2
8582026-07-17T04:12:45.059Z Downloaded password-hash v0.5.0
8592026-07-17T04:12:45.059Z Downloaded ml-kem v0.3.2
8602026-07-17T04:12:45.059Z Downloaded proc-macro-crate v1.3.1
8612026-07-17T04:12:45.060Z Downloaded indexmap v1.9.3
8622026-07-17T04:12:45.060Z Downloaded progenitor-macro v0.14.0
8632026-07-17T04:12:45.060Z Downloaded pin-project-lite v0.2.17
8642026-07-17T04:12:45.070Z Downloaded progenitor-client v0.14.0
8652026-07-17T04:12:45.071Z Downloaded pkg-config v0.3.32
8662026-07-17T04:12:45.071Z Downloaded heapless v0.8.0
8672026-07-17T04:12:45.071Z Downloaded radium v0.7.0
8682026-07-17T04:12:45.071Z Downloaded crossbeam-channel v0.5.15
8692026-07-17T04:12:45.071Z Downloaded diesel_derives v2.3.7
8702026-07-17T04:12:45.071Z Downloaded nu-ansi-term v0.50.3
8712026-07-17T04:12:45.079Z Downloaded hickory-resolver v0.24.4
8722026-07-17T04:12:45.079Z Downloaded pkcs8 v0.10.2
8732026-07-17T04:12:45.079Z Downloaded pem-rfc7468 v1.0.0
8742026-07-17T04:12:45.079Z Downloaded phf_shared v0.12.1
8752026-07-17T04:12:45.079Z Downloaded peg v0.8.5
8762026-07-17T04:12:45.093Z Downloaded quick-error v1.2.3
8772026-07-17T04:12:45.093Z Downloaded parking_lot_core v0.9.12
8782026-07-17T04:12:45.093Z Downloaded port-file v0.1.0
8792026-07-17T04:12:45.093Z Downloaded ppv-lite86 v0.2.21
8802026-07-17T04:12:45.093Z Downloaded polyval v0.7.1
8812026-07-17T04:12:45.093Z Downloaded icu_normalizer v2.1.1
8822026-07-17T04:12:45.093Z Downloaded memmap2 v0.9.10
8832026-07-17T04:12:45.093Z Downloaded icu_locale_core v2.1.1
8842026-07-17T04:12:45.110Z Downloaded aes v0.9.1
8852026-07-17T04:12:45.111Z Downloaded poly1305 v0.8.0
8862026-07-17T04:12:45.111Z Downloaded icu_normalizer_data v2.1.1
8872026-07-17T04:12:45.111Z Downloaded litrs v1.0.0
8882026-07-17T04:12:45.111Z Downloaded rand_chacha v0.3.1
8892026-07-17T04:12:45.117Z Downloaded psl-types v2.0.11
8902026-07-17T04:12:45.117Z Downloaded progenitor v0.14.0
8912026-07-17T04:12:45.117Z Downloaded progenitor v0.13.0
8922026-07-17T04:12:45.117Z Downloaded derive_more-impl v2.1.1
8932026-07-17T04:12:45.117Z Downloaded psm v0.1.30
8942026-07-17T04:12:45.117Z Downloaded proc-macro-error2 v2.0.1
8952026-07-17T04:12:45.117Z Downloaded primefield v0.14.0
8962026-07-17T04:12:45.117Z Downloaded oso v0.27.3
8972026-07-17T04:12:45.117Z Downloaded poly1305 v0.9.0
8982026-07-17T04:12:45.117Z Downloaded pkcs8 v0.11.0
8992026-07-17T04:12:45.121Z Downloaded pin-project-internal v1.1.11
9002026-07-17T04:12:45.121Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-07-17T04:12:45.121Z Downloaded ref-cast v1.0.25
9022026-07-17T04:12:45.121Z Downloaded ref-cast-impl v1.0.25
9032026-07-17T04:12:45.121Z Downloaded rand_xorshift v0.4.0
9042026-07-17T04:12:45.126Z Downloaded recursive v0.1.1
9052026-07-17T04:12:45.126Z Downloaded parking_lot v0.12.5
9062026-07-17T04:12:45.126Z Downloaded r2d2 v0.8.10
9072026-07-17T04:12:45.126Z Downloaded rfc6979 v0.4.0
9082026-07-17T04:12:45.129Z Downloaded postgres-protocol v0.6.10
9092026-07-17T04:12:45.129Z Downloaded parking_lot_core v0.8.6
9102026-07-17T04:12:45.129Z Downloaded jiff-static v0.2.21
9112026-07-17T04:12:45.133Z Downloaded ed25519-dalek v3.0.0-rc.0
9122026-07-17T04:12:45.136Z Downloaded aho-corasick v1.1.4
9132026-07-17T04:12:45.142Z Downloaded progenitor-client v0.13.0
9142026-07-17T04:12:45.142Z Downloaded papergrid v0.17.0
9152026-07-17T04:12:45.148Z Downloaded primeorder v0.14.0-rc.10
9162026-07-17T04:12:45.148Z Downloaded rfc6979 v0.5.0
9172026-07-17T04:12:45.148Z Downloaded progenitor-extras v0.2.0
9182026-07-17T04:12:45.148Z Downloaded ed25519-dalek v2.2.0
9192026-07-17T04:12:45.159Z Downloaded russh-cryptovec v0.61.0
9202026-07-17T04:12:45.159Z Downloaded num-traits v0.2.19
9212026-07-17T04:12:45.159Z Downloaded rustc-hash v2.1.1
9222026-07-17T04:12:45.159Z Downloaded russh-util v0.52.0
9232026-07-17T04:12:45.159Z Downloaded primeorder v0.13.6
9242026-07-17T04:12:45.159Z Downloaded predicates v3.1.4
9252026-07-17T04:12:45.164Z Downloaded crossterm v0.29.0
9262026-07-17T04:12:45.164Z Downloaded parking_lot v0.11.2
9272026-07-17T04:12:45.164Z Downloaded pbkdf2 v0.13.0
9282026-07-17T04:12:45.164Z Downloaded icu_collections v2.1.1
9292026-07-17T04:12:45.164Z Downloaded pem v3.0.6
9302026-07-17T04:12:45.169Z Downloaded phf v0.13.1
9312026-07-17T04:12:45.169Z Downloaded phc v0.6.1
9322026-07-17T04:12:45.169Z Downloaded num-rational v0.4.2
9332026-07-17T04:12:45.174Z Downloaded hickory-server v0.25.2
9342026-07-17T04:12:45.174Z Downloaded omicron-zone-package v0.12.3
9352026-07-17T04:12:45.185Z Downloaded hashbrown v0.13.2
9362026-07-17T04:12:45.186Z Downloaded rtoolbox v0.0.3
9372026-07-17T04:12:45.186Z Downloaded rustc_version v0.4.1
9382026-07-17T04:12:45.190Z Downloaded rand_core v0.9.5
9392026-07-17T04:12:45.190Z Downloaded rand_core v0.10.0
9402026-07-17T04:12:45.190Z Downloaded postcard v1.1.3
9412026-07-17T04:12:45.190Z Downloaded rand_chacha v0.9.0
9422026-07-17T04:12:45.190Z Downloaded postgres-types v0.2.12
9432026-07-17T04:12:45.190Z Downloaded pkcs5 v0.8.1
9442026-07-17T04:12:45.190Z Downloaded miniz_oxide v0.8.9
9452026-07-17T04:12:45.190Z Downloaded der v0.8.0
9462026-07-17T04:12:45.195Z Downloaded semver v0.1.20
9472026-07-17T04:12:45.198Z Downloaded scroll_derive v0.13.1
9482026-07-17T04:12:45.198Z Downloaded scopeguard v1.2.0
9492026-07-17T04:12:45.198Z Downloaded seq-macro v0.3.6
9502026-07-17T04:12:45.210Z Downloaded rand_seeder v0.4.0
9512026-07-17T04:12:45.210Z Downloaded resolv-conf v0.7.6
9522026-07-17T04:12:45.210Z Downloaded http v1.4.2
9532026-07-17T04:12:45.217Z Downloaded secrecy v0.10.3
9542026-07-17T04:12:45.217Z Downloaded p384 v0.14.0-rc.10
9552026-07-17T04:12:45.225Z Downloaded sapling-renderdag v0.1.0
9562026-07-17T04:12:45.225Z Downloaded same-file v1.0.6
9572026-07-17T04:12:45.225Z Downloaded serde-big-array v0.5.1
9582026-07-17T04:12:45.230Z Downloaded serde_plain v1.0.2
9592026-07-17T04:12:45.230Z Downloaded serde_bytes v0.11.19
9602026-07-17T04:12:45.230Z Downloaded secrecy v0.8.0
9612026-07-17T04:12:45.230Z Downloaded serde_urlencoded v0.7.1
9622026-07-17T04:12:45.238Z Downloaded peg-macros v0.8.5
9632026-07-17T04:12:45.244Z Downloaded serde_spanned v1.1.1
9642026-07-17T04:12:45.245Z Downloaded serde_repr v0.1.20
9652026-07-17T04:12:45.245Z Downloaded rand_core v0.6.4
9662026-07-17T04:12:45.261Z Downloaded sha1 v0.10.6
9672026-07-17T04:12:45.261Z Downloaded rpassword v7.5.4
9682026-07-17T04:12:45.261Z Downloaded sha1 v0.11.0
9692026-07-17T04:12:45.261Z Downloaded rustls-pemfile v2.2.0
9702026-07-17T04:12:45.286Z Downloaded rusty-fork v0.3.1
9712026-07-17T04:12:45.286Z Downloaded quinn-udp v0.5.14
9722026-07-17T04:12:45.286Z Downloaded signal-hook-mio v0.2.5
9732026-07-17T04:12:45.286Z Downloaded rustversion v1.0.22
9742026-07-17T04:12:45.286Z Downloaded pkcs1 v0.8.0-rc.4
9752026-07-17T04:12:45.286Z Downloaded sigpipe v0.1.3
9762026-07-17T04:12:45.286Z Downloaded rustc_version v0.1.7
9772026-07-17T04:12:45.286Z Downloaded pkcs1 v0.7.5
9782026-07-17T04:12:45.286Z Downloaded aws-lc-rs v1.16.3
9792026-07-17T04:12:45.286Z Downloaded openssl-sys v0.9.115
9802026-07-17T04:12:45.336Z Downloaded pin-project v1.1.11
9812026-07-17T04:12:45.336Z Downloaded signature v3.0.0
9822026-07-17T04:12:45.336Z Downloaded slog-bunyan v2.5.0
9832026-07-17T04:12:45.336Z Downloaded signature v2.2.0
9842026-07-17T04:12:45.336Z Downloaded siphasher v1.0.2
9852026-07-17T04:12:45.336Z Downloaded slog-envlogger v2.2.0
9862026-07-17T04:12:45.337Z Downloaded signal-hook-tokio v0.3.1
9872026-07-17T04:12:45.337Z Downloaded shell-words v1.1.1
9882026-07-17T04:12:45.337Z Downloaded scroll v0.13.0
9892026-07-17T04:12:45.337Z Downloaded schemars_derive v0.8.22
9902026-07-17T04:12:45.387Z Downloaded p256 v0.14.0-rc.10
9912026-07-17T04:12:45.387Z Downloaded scrypt v0.12.0
9922026-07-17T04:12:45.387Z Downloaded scheduled-thread-pool v0.2.7
9932026-07-17T04:12:45.387Z Downloaded serde-hex v0.1.0
9942026-07-17T04:12:45.387Z Downloaded serde_path_to_error v0.1.20
9952026-07-17T04:12:45.387Z Downloaded sec1 v0.7.3
9962026-07-17T04:12:45.387Z Downloaded num-bigint v0.4.6
9972026-07-17T04:12:45.387Z Downloaded dropshot-api-manager v0.7.2
9982026-07-17T04:12:45.387Z Downloaded aes-gcm v0.11.0
9992026-07-17T04:12:45.387Z Downloaded serde_with_macros v1.5.2
10002026-07-17T04:12:45.387Z Downloaded sqlparser_derive v0.5.0
10012026-07-17T04:12:45.387Z Downloaded serdect v0.4.3
10022026-07-17T04:12:45.387Z Downloaded rustls-pki-types v1.14.0
10032026-07-17T04:12:45.387Z Downloaded hashbrown v0.15.5
10042026-07-17T04:12:45.388Z Downloaded rcgen v0.12.1
10052026-07-17T04:12:45.388Z Downloaded simd-adler32 v0.3.8
10062026-07-17T04:12:45.423Z Downloaded mio v1.2.0
10072026-07-17T04:12:45.423Z Downloaded sec1 v0.8.1
10082026-07-17T04:12:45.423Z Downloaded salsa20 v0.11.0
10092026-07-17T04:12:45.424Z Downloaded stable_deref_trait v1.2.1
10102026-07-17T04:12:45.424Z Downloaded slab v0.4.12
10112026-07-17T04:12:45.424Z Downloaded signal-hook-registry v1.4.8
10122026-07-17T04:12:45.424Z Downloaded structmeta-derive v0.3.0
10132026-07-17T04:12:45.424Z Downloaded strum v0.26.3
10142026-07-17T04:12:45.424Z Downloaded slog-dtrace v0.3.0
10152026-07-17T04:12:45.424Z Downloaded slog-async v2.8.0
10162026-07-17T04:12:45.425Z Downloaded shlex v1.3.0
10172026-07-17T04:12:45.425Z Downloaded prefix-trie v0.7.0
10182026-07-17T04:12:45.425Z Downloaded internal-russh-num-bigint v0.5.0
10192026-07-17T04:12:45.425Z Downloaded structmeta v0.3.0
10202026-07-17T04:12:45.425Z Downloaded slog-json v2.6.1
10212026-07-17T04:12:45.425Z Downloaded rustls-native-certs v0.8.3
10222026-07-17T04:12:45.425Z Downloaded hashbrown v0.12.3
10232026-07-17T04:12:45.425Z Downloaded prettyplease v0.2.37
10242026-07-17T04:12:45.425Z Downloaded pretty_assertions v1.4.1
10252026-07-17T04:12:45.425Z Downloaded minimal-lexical v0.2.1
10262026-07-17T04:12:45.425Z Downloaded progenitor-impl v0.13.0
10272026-07-17T04:12:45.425Z Downloaded subtle v2.6.1
10282026-07-17T04:12:45.426Z Downloaded progenitor-impl v0.14.0
10292026-07-17T04:12:45.426Z Downloaded sync_wrapper v1.0.2
10302026-07-17T04:12:45.426Z Downloaded tabwriter v1.4.1
10312026-07-17T04:12:45.426Z Downloaded sync-ptr v0.1.4
10322026-07-17T04:12:45.426Z Downloaded supports-color v3.0.2
10332026-07-17T04:12:45.426Z Downloaded strum v0.27.2
10342026-07-17T04:12:45.426Z Downloaded serde_cbor v0.11.2
10352026-07-17T04:12:45.426Z Downloaded strip-ansi-escapes v0.2.1
10362026-07-17T04:12:45.426Z Downloaded libxml v0.3.3
10372026-07-17T04:12:45.426Z Downloaded take_mut v0.2.2
10382026-07-17T04:12:45.426Z Downloaded hyper-util v0.1.20
10392026-07-17T04:12:45.426Z Downloaded spki v0.8.0
10402026-07-17T04:12:45.426Z Downloaded spki v0.7.3
10412026-07-17T04:12:45.426Z Downloaded snafu-derive v0.8.9
10422026-07-17T04:12:45.426Z Downloaded slog-stdlog v4.1.1
10432026-07-17T04:12:45.426Z Downloaded sha2 v0.11.0
10442026-07-17T04:12:45.454Z Downloaded tagptr v0.2.0
10452026-07-17T04:12:45.454Z Downloaded smallvec v0.6.14
10462026-07-17T04:12:45.454Z Downloaded thread-id v5.1.0
10472026-07-17T04:12:45.454Z Downloaded static_assertions v1.1.0
10482026-07-17T04:12:45.454Z Downloaded tap v1.0.1
10492026-07-17T04:12:45.454Z Downloaded testing_table v0.3.0
10502026-07-17T04:12:45.454Z Downloaded itertools v0.13.0
10512026-07-17T04:12:45.454Z Downloaded stringprep v0.1.5
10522026-07-17T04:12:45.454Z Downloaded ron v0.8.1
10532026-07-17T04:12:45.455Z Downloaded smf v0.2.3
10542026-07-17T04:12:45.455Z Downloaded slog-term v2.9.2
10552026-07-17T04:12:45.455Z Downloaded termtree v0.5.1
10562026-07-17T04:12:45.455Z Downloaded tabled_derive v0.11.0
10572026-07-17T04:12:45.455Z Downloaded ssh-encoding v0.3.0-rc.9
10582026-07-17T04:12:45.455Z Downloaded tinyvec_macros v0.1.1
10592026-07-17T04:12:45.455Z Downloaded serde_with_macros v3.21.0
10602026-07-17T04:12:45.455Z Downloaded strum_macros v0.24.3
10612026-07-17T04:12:45.455Z Downloaded strum_macros v0.27.2
10622026-07-17T04:12:45.455Z Downloaded sqlformat v0.3.5
10632026-07-17T04:12:45.455Z Downloaded iri-string v0.7.10
10642026-07-17T04:12:45.455Z Downloaded thiserror-impl-no-std v2.0.2
10652026-07-17T04:12:45.455Z Downloaded ssh-cipher v0.3.0-rc.9
10662026-07-17T04:12:45.455Z Downloaded futures-util v0.3.32
10672026-07-17T04:12:45.499Z Downloaded time-core v0.1.8
10682026-07-17T04:12:45.499Z Downloaded support-bundle-viewer v0.1.2
10692026-07-17T04:12:45.499Z Downloaded strum_macros v0.26.4
10702026-07-17T04:12:45.499Z Downloaded serde_derive_internals v0.29.1
10712026-07-17T04:12:45.499Z Downloaded string_cache v0.8.9
10722026-07-17T04:12:45.499Z Downloaded rand v0.8.6
10732026-07-17T04:12:45.499Z Downloaded blake3 v1.8.5
10742026-07-17T04:12:45.510Z Downloaded strsim v0.10.0
10752026-07-17T04:12:45.510Z Downloaded nom v7.1.3
10762026-07-17T04:12:45.511Z Downloaded itertools v0.10.5
10772026-07-17T04:12:45.511Z Downloaded spin v0.9.8
10782026-07-17T04:12:45.511Z Downloaded schemars v0.8.22
10792026-07-17T04:12:45.511Z Downloaded trait-variant v0.1.2
10802026-07-17T04:12:45.511Z Downloaded tower-layer v0.3.3
10812026-07-17T04:12:45.511Z Downloaded synstructure v0.13.2
10822026-07-17T04:12:45.511Z Downloaded signal-hook v0.3.18
10832026-07-17T04:12:45.511Z Downloaded smallvec v1.15.1
10842026-07-17T04:12:45.511Z Downloaded thread_local v1.1.9
10852026-07-17T04:12:45.511Z Downloaded slog-scope v4.4.1
10862026-07-17T04:12:45.511Z Downloaded slog v2.8.2
10872026-07-17T04:12:45.511Z Downloaded tinystr v0.8.2
10882026-07-17T04:12:45.511Z Downloaded unarray v0.1.4
10892026-07-17T04:12:45.511Z Downloaded serde_yaml v0.9.34+deprecated
10902026-07-17T04:12:45.511Z Downloaded termios v0.3.3
10912026-07-17T04:12:45.511Z Downloaded tls_codec v0.4.2
10922026-07-17T04:12:45.527Z Downloaded rand v0.9.2
10932026-07-17T04:12:45.528Z Downloaded quinn v0.11.9
10942026-07-17T04:12:45.528Z Downloaded qorb v0.4.1
10952026-07-17T04:12:45.528Z Downloaded p521 v0.14.0-rc.10
10962026-07-17T04:12:45.528Z Downloaded tower-service v0.3.3
10972026-07-17T04:12:45.528Z Downloaded rsa v0.9.10
10982026-07-17T04:12:45.547Z Downloaded typify-macro v0.6.2
10992026-07-17T04:12:45.547Z Downloaded thiserror-no-std v2.0.2
11002026-07-17T04:12:45.547Z Downloaded untrusted v0.7.1
11012026-07-17T04:12:45.547Z Downloaded unicode-xid v0.2.6
11022026-07-17T04:12:45.547Z Downloaded tokio-dtrace v0.1.1
11032026-07-17T04:12:45.547Z Downloaded bindgen v0.71.1
11042026-07-17T04:12:45.547Z Downloaded unicode-truncate v1.1.0
11052026-07-17T04:12:45.547Z Downloaded try-lock v0.2.5
11062026-07-17T04:12:45.547Z Downloaded universal-hash v0.6.1
11072026-07-17T04:12:45.547Z Downloaded socket2 v0.6.3
11082026-07-17T04:12:45.547Z Downloaded stacker v0.1.23
11092026-07-17T04:12:45.565Z Downloaded rustls-platform-verifier v0.6.2
11102026-07-17T04:12:45.565Z Downloaded usdt-attr-macro v0.6.0
11112026-07-17T04:12:45.565Z Downloaded tokio-macros v2.7.0
11122026-07-17T04:12:45.565Z Downloaded time-macros v0.2.27
11132026-07-17T04:12:45.565Z Downloaded hashbrown v0.16.1
11142026-07-17T04:12:45.566Z Downloaded term v1.2.1
11152026-07-17T04:12:45.566Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11162026-07-17T04:12:45.566Z Downloaded tokio-test v0.4.5
11172026-07-17T04:12:45.566Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-07-17T04:12:45.566Z Downloaded schemars v0.9.0
11192026-07-17T04:12:45.578Z Downloaded void v1.0.2
11202026-07-17T04:12:45.578Z Downloaded utf8_iter v1.0.4
11212026-07-17T04:12:45.578Z Downloaded utf-8 v0.7.6
11222026-07-17T04:12:45.578Z Downloaded usdt-macro v0.6.0
11232026-07-17T04:12:45.578Z Downloaded usdt v0.6.0
11242026-07-17T04:12:45.579Z Downloaded untrusted v0.9.0
11252026-07-17T04:12:45.579Z Downloaded universal-hash v0.5.1
11262026-07-17T04:12:45.579Z Downloaded unit-prefix v0.5.2
11272026-07-17T04:12:45.579Z Downloaded toml_writer v1.1.1+spec-1.1.0
11282026-07-17T04:12:45.579Z Downloaded tokio-tungstenite v0.23.1
11292026-07-17T04:12:45.579Z Downloaded schemars v1.2.1
11302026-07-17T04:12:45.600Z Downloaded tiny-keccak v2.0.2
11312026-07-17T04:12:45.600Z Downloaded socket2 v0.5.10
11322026-07-17T04:12:45.600Z Downloaded ryu v1.0.23
11332026-07-17T04:12:45.600Z Downloaded topological-sort v0.2.2
11342026-07-17T04:12:45.600Z Downloaded tokio-tungstenite v0.21.0
11352026-07-17T04:12:45.600Z Downloaded similar v2.7.0
11362026-07-17T04:12:45.600Z Downloaded libm v0.2.16
11372026-07-17T04:12:45.600Z Downloaded term v0.7.0
11382026-07-17T04:12:45.611Z Downloaded idna v1.1.0
11392026-07-17T04:12:45.611Z Downloaded tls_codec_derive v0.4.2
11402026-07-17T04:12:45.611Z Downloaded rustls-webpki v0.103.13
11412026-07-17T04:12:45.611Z Downloaded snafu v0.8.9
11422026-07-17T04:12:45.611Z Downloaded icu_properties_data v2.1.2
11432026-07-17T04:12:45.611Z Downloaded hyper v1.10.1
11442026-07-17T04:12:45.611Z Downloaded usdt-impl v0.6.0
11452026-07-17T04:12:45.629Z Downloaded unicase v2.9.0
11462026-07-17T04:12:45.629Z Downloaded want v0.3.1
11472026-07-17T04:12:45.629Z Downloaded test-strategy v0.4.5
11482026-07-17T04:12:45.629Z Downloaded xattr v1.6.1
11492026-07-17T04:12:45.629Z Downloaded waitgroup v0.1.2
11502026-07-17T04:12:45.629Z Downloaded tui-tree-widget v0.23.1
11512026-07-17T04:12:45.629Z Downloaded zerofrom-derive v0.1.6
11522026-07-17T04:12:45.629Z Downloaded zerofrom v0.1.6
11532026-07-17T04:12:45.629Z Downloaded zeroize_derive v1.4.3
11542026-07-17T04:12:45.629Z Downloaded tokio-stream v0.1.18
11552026-07-17T04:12:45.655Z Downloaded iddqd v0.4.2
11562026-07-17T04:12:45.655Z Downloaded vergen-git2 v9.1.0
11572026-07-17T04:12:45.655Z Downloaded tokio-rustls v0.26.4
11582026-07-17T04:12:45.655Z Downloaded itertools v0.14.0
11592026-07-17T04:12:45.655Z Downloaded yoke-derive v0.8.1
11602026-07-17T04:12:45.655Z Downloaded xshell-macros v0.2.7
11612026-07-17T04:12:45.655Z Downloaded rand v0.10.1
11622026-07-17T04:12:45.655Z Downloaded rayon-core v1.13.0
11632026-07-17T04:12:45.655Z Downloaded twox-hash v2.1.2
11642026-07-17T04:12:45.655Z Downloaded vsss-rs v3.3.4
11652026-07-17T04:12:45.655Z Downloaded vergen-gitcl v1.0.8
11662026-07-17T04:12:45.655Z Downloaded subprocess v0.2.15
11672026-07-17T04:12:45.655Z Downloaded num-bigint-dig v0.8.6
11682026-07-17T04:12:45.661Z Downloaded walkdir v2.5.0
11692026-07-17T04:12:45.661Z Downloaded hkdf v0.13.0
11702026-07-17T04:12:45.661Z Downloaded tinyvec v1.10.0
11712026-07-17T04:12:45.661Z Downloaded itertools v0.12.1
11722026-07-17T04:12:45.661Z Downloaded toml_parser v1.1.2+spec-1.1.0
11732026-07-17T04:12:45.661Z Downloaded tokio-native-tls v0.3.1
11742026-07-17T04:12:45.661Z Downloaded nom v8.0.0
11752026-07-17T04:12:45.661Z Downloaded zone_cfg_derive v0.3.1
11762026-07-17T04:12:45.661Z Downloaded rsa v0.10.0-rc.18
11772026-07-17T04:12:45.667Z Downloaded wait-timeout v0.2.1
11782026-07-17T04:12:45.667Z Downloaded serde_with v1.14.0
11792026-07-17T04:12:45.687Z Downloaded vergen-lib v9.1.0
11802026-07-17T04:12:45.687Z Downloaded toml v1.1.2+spec-1.1.0
11812026-07-17T04:12:45.687Z Downloaded zone v0.3.1
11822026-07-17T04:12:45.687Z Downloaded whoami v1.6.1
11832026-07-17T04:12:45.739Z Downloaded writeable v0.6.2
11842026-07-17T04:12:45.740Z Downloaded vergen-lib v0.1.6
11852026-07-17T04:12:45.740Z Downloaded unicode-properties v0.1.4
11862026-07-17T04:12:45.740Z Downloaded bitvec v1.0.1
11872026-07-17T04:12:45.740Z Downloaded xshell v0.2.7
11882026-07-17T04:12:45.740Z Downloaded h2 v0.4.15
11892026-07-17T04:12:45.740Z Downloaded wyz v0.5.1
11902026-07-17T04:12:45.740Z Downloaded publicsuffix v2.3.0
11912026-07-17T04:12:45.740Z Downloaded vergen v9.1.0
11922026-07-17T04:12:45.740Z Downloaded tracing-attributes v0.1.31
11932026-07-17T04:12:45.740Z Downloaded crypto-primes v0.7.2
11942026-07-17T04:12:45.740Z Downloaded uzers v0.12.2
11952026-07-17T04:12:45.740Z Downloaded samael v0.0.19
11962026-07-17T04:12:45.740Z Downloaded toml v0.7.8
11972026-07-17T04:12:45.740Z Downloaded hkdf v0.12.4
11982026-07-17T04:12:45.740Z Downloaded typify v0.6.2
11992026-07-17T04:12:45.740Z Downloaded zerovec-derive v0.11.2
12002026-07-17T04:12:45.753Z Downloaded zstd-safe v7.2.4
12012026-07-17T04:12:45.753Z Downloaded whoami v2.1.0
12022026-07-17T04:12:45.754Z Downloaded uuid v1.23.4
12032026-07-17T04:12:45.754Z Downloaded steno v0.4.1
12042026-07-17T04:12:45.754Z Downloaded yoke v0.8.1
12052026-07-17T04:12:45.754Z Downloaded yasna v0.5.2
12062026-07-17T04:12:45.773Z Downloaded unicode-bidi v0.3.18
12072026-07-17T04:12:45.773Z Downloaded chrono v0.4.45
12082026-07-17T04:12:45.773Z Downloaded zerocopy v0.6.6
12092026-07-17T04:12:45.850Z Downloaded rustyline v14.0.0
12102026-07-17T04:12:45.850Z Downloaded tungstenite v0.23.0
12112026-07-17T04:12:45.850Z Downloaded zeroize v1.8.2
12122026-07-17T04:12:45.850Z Downloaded tar v0.4.46
12132026-07-17T04:12:45.850Z Downloaded zstd v0.13.3
12142026-07-17T04:12:45.850Z Downloaded vte v0.14.1
12152026-07-17T04:12:45.850Z Downloaded unsafe-libyaml v0.2.11
12162026-07-17T04:12:45.850Z Downloaded tracing-core v0.1.36
12172026-07-17T04:12:45.851Z Downloaded tungstenite v0.21.0
12182026-07-17T04:12:45.865Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-07-17T04:12:45.865Z Downloaded zopfli v0.8.3
12202026-07-17T04:12:45.865Z Downloaded reqwest v0.13.2
12212026-07-17T04:12:45.865Z Downloaded reqwest v0.12.28
12222026-07-17T04:12:45.865Z Downloaded git2 v0.20.4
12232026-07-17T04:12:45.866Z Downloaded url v2.5.8
12242026-07-17T04:12:45.866Z Downloaded regex v1.12.3
12252026-07-17T04:12:45.885Z Downloaded quick-xml v0.37.5
12262026-07-17T04:12:45.885Z Downloaded zip v0.6.6
12272026-07-17T04:12:45.885Z Downloaded goblin v0.10.5
12282026-07-17T04:12:45.885Z Downloaded unicode_categories v0.1.1
12292026-07-17T04:12:45.885Z Downloaded rawzip v0.4.4
12302026-07-17T04:12:45.885Z Downloaded crypto-bigint v0.7.5
12312026-07-17T04:12:45.930Z Downloaded tower v0.5.3
12322026-07-17T04:12:45.930Z Downloaded zerotrie v0.2.3
12332026-07-17T04:12:45.931Z Downloaded zerocopy-derive v0.8.40
12342026-07-17T04:12:45.938Z Downloaded yansi v1.0.1
12352026-07-17T04:12:45.939Z Downloaded proptest v1.10.0
12362026-07-17T04:12:45.939Z Downloaded reedline v0.40.0
12372026-07-17T04:12:45.939Z Downloaded typed-path v0.9.3
12382026-07-17T04:12:45.939Z Downloaded lalrpop v0.19.12
12392026-07-17T04:12:45.939Z Downloaded unicode-segmentation v1.12.0
12402026-07-17T04:12:45.939Z Downloaded portable-atomic v1.13.1
12412026-07-17T04:12:45.939Z Downloaded x509-cert v0.2.5
12422026-07-17T04:12:45.939Z Downloaded rayon v1.11.0
12432026-07-17T04:12:45.939Z Downloaded ssh-key v0.7.0-rc.10
12442026-07-17T04:12:45.960Z Downloaded p384 v0.13.1
12452026-07-17T04:12:45.960Z Downloaded salty v0.3.0
12462026-07-17T04:12:45.960Z Downloaded toml_edit v0.19.15
12472026-07-17T04:12:45.961Z Downloaded moka v0.12.13
12482026-07-17T04:12:45.968Z Downloaded tokio-postgres v0.7.16
12492026-07-17T04:12:45.968Z Downloaded zip v4.6.1
12502026-07-17T04:12:45.976Z Downloaded tokio-util v0.7.18
12512026-07-17T04:12:45.982Z Downloaded tough v0.22.0
12522026-07-17T04:12:45.986Z Downloaded tower-http v0.6.8
12532026-07-17T04:12:46.002Z Downloaded curve25519-dalek v4.1.3
12542026-07-17T04:12:46.021Z Downloaded zerovec v0.11.5
12552026-07-17T04:12:46.021Z Downloaded bstr v1.12.1
12562026-07-17T04:12:46.021Z Downloaded unicode-normalization v0.1.25
12572026-07-17T04:12:46.022Z Downloaded russh v0.61.2
12582026-07-17T04:12:46.064Z Downloaded serde_with v3.21.0
12592026-07-17T04:12:46.064Z Downloaded radix_trie v0.2.1
12602026-07-17T04:12:46.064Z Downloaded petname v2.0.2
12612026-07-17T04:12:46.064Z Downloaded object v0.30.4
12622026-07-17T04:12:46.115Z Downloaded quinn-proto v0.11.13
12632026-07-17T04:12:46.115Z Downloaded nix v0.28.0
12642026-07-17T04:12:46.115Z Downloaded openssl v0.10.79
12652026-07-17T04:12:46.115Z Downloaded nix v0.27.1
12662026-07-17T04:12:46.115Z Downloaded winnow v0.5.40
12672026-07-17T04:12:46.115Z Downloaded tabled v0.20.0
12682026-07-17T04:12:46.133Z Downloaded time v0.3.47
12692026-07-17T04:12:46.133Z Downloaded winnow v1.0.3
12702026-07-17T04:12:46.133Z Downloaded winnow v0.6.26
12712026-07-17T04:12:46.133Z Downloaded polar-core v0.27.3
12722026-07-17T04:12:46.133Z Downloaded dropshot v0.17.1
12732026-07-17T04:12:46.297Z Downloaded nix v0.31.2
12742026-07-17T04:12:46.297Z Downloaded smoltcp v0.9.1
12752026-07-17T04:12:46.297Z Downloaded zlib-rs v0.6.2
12762026-07-17T04:12:46.297Z Downloaded regex-syntax v0.6.29
12772026-07-17T04:12:46.439Z Downloaded curve25519-dalek v5.0.0-rc.0
12782026-07-17T04:12:46.439Z Downloaded openapiv3 v2.2.0
12792026-07-17T04:12:46.440Z Downloaded vcpkg v0.2.15
12802026-07-17T04:12:46.440Z Downloaded hickory-proto v0.24.4
12812026-07-17T04:12:46.440Z Downloaded object v0.37.3
12822026-07-17T04:12:46.440Z Downloaded diesel v2.3.7
12832026-07-17T04:12:46.440Z Downloaded zerocopy v0.8.40
12842026-07-17T04:12:46.440Z Downloaded regress v0.10.5
12852026-07-17T04:12:46.440Z Downloaded hickory-proto v0.25.2
12862026-07-17T04:12:46.440Z Downloaded smoltcp v0.11.0
12872026-07-17T04:12:46.440Z Downloaded regex-syntax v0.8.10
12882026-07-17T04:12:46.440Z Downloaded rustls v0.23.41
12892026-07-17T04:12:46.440Z Downloaded rustix v0.38.44
12902026-07-17T04:12:46.440Z Downloaded regress v0.11.1
12912026-07-17T04:12:46.440Z Downloaded ratatui v0.29.0
12922026-07-17T04:12:46.440Z Downloaded sqlparser v0.61.0
12932026-07-17T04:12:46.466Z Downloaded sha3 v0.11.0
12942026-07-17T04:12:46.466Z Downloaded sled v0.34.7
12952026-07-17T04:12:46.467Z Downloaded fiat-crypto v0.3.0
12962026-07-17T04:12:46.467Z Downloaded zerocopy-derive v0.6.6
12972026-07-17T04:12:46.467Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-17T04:12:46.467Z Downloaded typify-impl v0.6.2
12992026-07-17T04:12:46.467Z Downloaded tracing v0.1.44
13002026-07-17T04:12:46.467Z Downloaded csv v1.4.0
13012026-07-17T04:12:46.467Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-17T04:12:46.467Z Downloaded regex-automata v0.4.14
13032026-07-17T04:12:46.507Z Downloaded chrono-tz v0.10.4
13042026-07-17T04:12:46.507Z Downloaded jiff v0.2.21
13052026-07-17T04:12:46.507Z Downloaded petgraph v0.6.5
13062026-07-17T04:12:46.532Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-07-17T04:12:46.605Z Downloaded petgraph v0.8.3
13082026-07-17T04:12:46.605Z Downloaded libz-sys v1.1.24
13092026-07-17T04:12:46.653Z Downloaded sha3 v0.10.8
13102026-07-17T04:12:46.653Z Downloaded tokio v1.52.1
13112026-07-17T04:12:46.711Z Downloaded encoding_rs v0.8.35
13122026-07-17T04:12:46.711Z Downloaded ring v0.17.14
13132026-07-17T04:12:47.174Z Downloaded aws-lc-sys v0.40.0
13142026-07-17T04:12:47.452Z Compiling libc v0.2.185
13152026-07-17T04:12:47.452Z Compiling serde_core v1.0.228
13162026-07-17T04:12:47.452Z Compiling serde v1.0.228
13172026-07-17T04:12:47.468Z Compiling log v0.4.29
13182026-07-17T04:12:47.468Z Compiling smallvec v1.15.1
13192026-07-17T04:12:47.468Z Compiling find-msvc-tools v0.1.9
13202026-07-17T04:12:47.468Z Compiling shlex v1.3.0
13212026-07-17T04:12:47.468Z Compiling syn v2.0.117
13222026-07-17T04:12:47.772Z Compiling subtle v2.6.1
13232026-07-17T04:12:47.855Z Compiling stable_deref_trait v1.2.1
13242026-07-17T04:12:47.855Z Compiling scopeguard v1.2.0
13252026-07-17T04:12:47.984Z Compiling typenum v1.20.1
13262026-07-17T04:12:48.367Z Compiling lock_api v0.4.14
13272026-07-17T04:12:48.367Z Compiling serde_json v1.0.150
13282026-07-17T04:12:48.367Z Compiling zerocopy v0.8.40
13292026-07-17T04:12:48.367Z Compiling portable-atomic v1.13.1
13302026-07-17T04:12:48.457Z Compiling pin-project-lite v0.2.17
13312026-07-17T04:12:48.457Z Compiling parking_lot_core v0.9.12
13322026-07-17T04:12:48.457Z Compiling getrandom v0.4.1
13332026-07-17T04:12:48.458Z Compiling libm v0.2.16
13342026-07-17T04:12:48.482Z Compiling pkg-config v0.3.32
13352026-07-17T04:12:48.482Z Compiling jobserver v0.1.34
13362026-07-17T04:12:48.483Z Compiling errno v0.3.14
13372026-07-17T04:12:48.597Z Compiling cc v1.2.56
13382026-07-17T04:12:48.785Z Compiling getrandom v0.2.17
13392026-07-17T04:12:48.797Z Compiling critical-section v1.2.0
13402026-07-17T04:12:48.797Z Compiling rand_core v0.6.4
13412026-07-17T04:12:48.797Z Compiling signal-hook-registry v1.4.8
13422026-07-17T04:12:48.933Z Compiling num-traits v0.2.19
13432026-07-17T04:12:49.025Z Compiling once_cell v1.21.3
13442026-07-17T04:12:49.144Z Compiling futures-core v0.3.32
13452026-07-17T04:12:49.463Z Compiling rand_core v0.10.0
13462026-07-17T04:12:49.555Z Compiling parking_lot v0.12.5
13472026-07-17T04:12:49.555Z Compiling mio v1.2.0
13482026-07-17T04:12:49.555Z Compiling generic-array v0.14.7
13492026-07-17T04:12:49.687Z Compiling writeable v0.6.2
13502026-07-17T04:12:49.799Z Compiling percent-encoding v2.3.2
13512026-07-17T04:12:49.799Z Compiling const-oid v0.9.6
13522026-07-17T04:12:49.839Z Compiling bitflags v2.11.0
13532026-07-17T04:12:49.859Z Compiling litemap v0.8.1
13542026-07-17T04:12:49.888Z Compiling semver v1.0.28
13552026-07-17T04:12:50.091Z Compiling icu_normalizer_data v2.1.1
13562026-07-17T04:12:50.127Z Compiling icu_properties_data v2.1.2
13572026-07-17T04:12:50.266Z Compiling socket2 v0.6.3
13582026-07-17T04:12:50.426Z Compiling futures-sink v0.3.32
13592026-07-17T04:12:50.463Z Compiling futures-task v0.3.32
13602026-07-17T04:12:50.463Z Compiling futures-io v0.3.32
13612026-07-17T04:12:50.484Z Compiling slab v0.4.12
13622026-07-17T04:12:50.498Z Compiling futures-channel v0.3.32
13632026-07-17T04:12:50.639Z Compiling synstructure v0.13.2
13642026-07-17T04:12:50.684Z Compiling utf8_iter v1.0.4
13652026-07-17T04:12:50.684Z Compiling indexmap v2.14.0
13662026-07-17T04:12:50.706Z Compiling form_urlencoded v1.2.2
13672026-07-17T04:12:50.809Z Compiling getrandom v0.3.4
13682026-07-17T04:12:50.846Z Compiling rustversion v1.0.22
13692026-07-17T04:12:50.857Z Compiling cmake v0.1.57
13702026-07-17T04:12:50.877Z Compiling dunce v1.0.5
13712026-07-17T04:12:50.981Z Compiling iana-time-zone v0.1.65
13722026-07-17T04:12:50.990Z Compiling rustix v1.1.3
13732026-07-17T04:12:51.196Z Compiling ident_case v1.0.1
13742026-07-17T04:12:51.228Z Compiling fs_extra v1.3.0
13752026-07-17T04:12:51.261Z Compiling regex-syntax v0.8.10
13762026-07-17T04:12:51.314Z Compiling uuid v1.23.4
13772026-07-17T04:12:51.348Z Compiling base64ct v1.8.3
13782026-07-17T04:12:51.498Z Compiling aws-lc-sys v0.40.0
13792026-07-17T04:12:51.646Z Compiling rand_core v0.9.5
13802026-07-17T04:12:51.694Z Compiling vcpkg v0.2.15
13812026-07-17T04:12:51.829Z Compiling base64 v0.22.1
13822026-07-17T04:12:51.941Z Compiling pem-rfc7468 v0.7.0
13832026-07-17T04:12:52.072Z Compiling rustc_version v0.4.1
13842026-07-17T04:12:52.180Z Compiling tracing-core v0.1.36
13852026-07-17T04:12:52.265Z Compiling aws-lc-rs v1.16.3
13862026-07-17T04:12:52.278Z Compiling serde_derive v1.0.228
13872026-07-17T04:12:52.414Z Compiling zeroize_derive v1.4.3
13882026-07-17T04:12:52.458Z Compiling zerofrom-derive v0.1.6
13892026-07-17T04:12:52.580Z Compiling yoke-derive v0.8.1
13902026-07-17T04:12:52.762Z Compiling zerovec-derive v0.11.2
13912026-07-17T04:12:52.786Z Compiling zerocopy-derive v0.8.40
13922026-07-17T04:12:53.099Z Compiling zeroize v1.8.2
13932026-07-17T04:12:53.307Z Compiling displaydoc v0.2.5
13942026-07-17T04:12:53.785Z Compiling tokio-macros v2.7.0
13952026-07-17T04:12:53.894Z Compiling zerofrom v0.1.6
13962026-07-17T04:12:53.927Z Compiling futures-macro v0.3.32
13972026-07-17T04:12:54.017Z Compiling yoke v0.8.1
13982026-07-17T04:12:54.100Z Compiling openssl-sys v0.9.115
13992026-07-17T04:12:54.200Z Compiling zerovec v0.11.5
14002026-07-17T04:12:54.329Z Compiling zerotrie v0.2.3
14012026-07-17T04:12:54.576Z Compiling block-buffer v0.10.4
14022026-07-17T04:12:54.634Z Compiling crypto-common v0.1.7
14032026-07-17T04:12:54.689Z Compiling der_derive v0.7.3
14042026-07-17T04:12:54.751Z Compiling tinystr v0.8.2
14052026-07-17T04:12:54.771Z Compiling potential_utf v0.1.4
14062026-07-17T04:12:54.777Z Compiling futures-util v0.3.32
14072026-07-17T04:12:54.791Z Compiling digest v0.10.7
14082026-07-17T04:12:54.925Z Compiling icu_locale_core v2.1.1
14092026-07-17T04:12:54.953Z Compiling icu_collections v2.1.1
14102026-07-17T04:12:55.047Z Compiling thiserror-impl v2.0.18
14112026-07-17T04:12:55.441Z Compiling tracing-attributes v0.1.31
14122026-07-17T04:12:55.682Z Compiling icu_provider v2.1.1
14132026-07-17T04:12:55.832Z Compiling bytes v1.11.1
14142026-07-17T04:12:55.910Z Compiling chrono v0.4.45
14152026-07-17T04:12:55.985Z Compiling icu_properties v2.1.2
14162026-07-17T04:12:56.414Z Compiling tokio v1.52.1
14172026-07-17T04:12:56.450Z Compiling icu_normalizer v2.1.1
14182026-07-17T04:12:56.776Z Compiling http v1.4.2
14192026-07-17T04:12:56.995Z Compiling idna_adapter v1.2.1
14202026-07-17T04:12:57.077Z Compiling flagset v0.4.7
14212026-07-17T04:12:57.128Z Compiling idna v1.1.0
14222026-07-17T04:12:57.141Z Compiling tracing v0.1.44
14232026-07-17T04:12:57.214Z Compiling der v0.7.10
14242026-07-17T04:12:57.323Z Compiling ppv-lite86 v0.2.21
14252026-07-17T04:12:57.409Z Compiling url v2.5.8
14262026-07-17T04:12:57.426Z Compiling http-body v1.0.1
14272026-07-17T04:12:57.579Z Compiling thiserror v2.0.18
14282026-07-17T04:12:57.639Z Compiling rand_chacha v0.9.0
14292026-07-17T04:12:57.701Z Compiling rustls-pki-types v1.14.0
14302026-07-17T04:12:57.751Z Compiling serde_derive_internals v0.29.1
14312026-07-17T04:12:57.779Z Compiling cmov v0.5.4
14322026-07-17T04:12:57.989Z Compiling tinyvec_macros v0.1.1
14332026-07-17T04:12:58.060Z Compiling dyn-clone v1.0.20
14342026-07-17T04:12:58.146Z Compiling httparse v1.10.1
14352026-07-17T04:12:58.187Z Compiling schemars v0.8.22
14362026-07-17T04:12:58.201Z Compiling openssl-probe v0.2.1
14372026-07-17T04:12:58.315Z Compiling tinyvec v1.10.0
14382026-07-17T04:12:58.371Z Compiling spki v0.7.3
14392026-07-17T04:12:58.393Z Compiling ctutils v0.4.2
14402026-07-17T04:12:58.424Z Compiling rand v0.9.2
14412026-07-17T04:12:58.534Z Compiling pest_generator v2.8.6
14422026-07-17T04:12:58.568Z Compiling aho-corasick v1.1.4
14432026-07-17T04:12:58.624Z Compiling tower-layer v0.3.3
14442026-07-17T04:12:58.640Z Compiling schemars_derive v0.8.22
14452026-07-17T04:12:58.654Z Compiling untrusted v0.7.1
14462026-07-17T04:12:58.774Z Compiling tower-service v0.3.3
14472026-07-17T04:12:58.787Z Compiling atomic-waker v1.1.2
14482026-07-17T04:12:58.866Z Compiling try-lock v0.2.5
14492026-07-17T04:12:58.915Z Compiling tempfile v3.25.0
14502026-07-17T04:12:58.974Z Compiling want v0.3.1
14512026-07-17T04:12:59.138Z Compiling hybrid-array v0.4.13
14522026-07-17T04:12:59.225Z Compiling pest_derive v2.8.6
14532026-07-17T04:12:59.316Z Compiling ipnet v2.11.0
14542026-07-17T04:12:59.551Z Compiling regex-automata v0.4.14
14552026-07-17T04:12:59.717Z Compiling scroll_derive v0.13.1
14562026-07-17T04:12:59.818Z Compiling darling_core v0.20.11
14572026-07-17T04:12:59.922Z Compiling rustls v0.23.41
14582026-07-17T04:13:00.111Z Compiling openssl v0.10.79
14592026-07-17T04:13:00.266Z Compiling tokio-util v0.7.18
14602026-07-17T04:13:00.360Z Compiling cpufeatures v0.2.17
14612026-07-17T04:13:00.439Z Compiling untrusted v0.9.0
14622026-07-17T04:13:00.573Z Compiling foreign-types-shared v0.1.1
14632026-07-17T04:13:00.579Z Compiling httpdate v1.0.3
14642026-07-17T04:13:00.640Z Compiling foreign-types v0.3.2
14652026-07-17T04:13:00.716Z Compiling scroll v0.13.0
14662026-07-17T04:13:00.814Z Compiling unicode-normalization v0.1.25
14672026-07-17T04:13:00.976Z Compiling h2 v0.4.15
14682026-07-17T04:13:01.226Z Compiling pkcs8 v0.10.2
14692026-07-17T04:13:01.284Z Compiling openssl-macros v0.1.1
14702026-07-17T04:13:01.486Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-17T04:13:01.669Z Compiling spin v0.9.8
14722026-07-17T04:13:01.685Z Compiling native-tls v0.2.18
14732026-07-17T04:13:01.875Z Compiling powerfmt v0.2.0
14742026-07-17T04:13:01.890Z Compiling num-conv v0.2.0
14752026-07-17T04:13:01.917Z Compiling time-core v0.1.8
14762026-07-17T04:13:02.018Z Compiling crc32fast v1.5.0
14772026-07-17T04:13:02.048Z Compiling time-macros v0.2.27
14782026-07-17T04:13:02.071Z Compiling deranged v0.5.8
14792026-07-17T04:13:02.078Z Compiling darling_macro v0.20.11
14802026-07-17T04:13:02.546Z Compiling darling v0.20.11
14812026-07-17T04:13:02.629Z Compiling goblin v0.10.5
14822026-07-17T04:13:03.042Z Compiling sha2 v0.10.9
14832026-07-17T04:13:03.127Z Compiling hmac v0.12.1
14842026-07-17T04:13:03.278Z Compiling sync_wrapper v1.0.2
14852026-07-17T04:13:03.384Z Compiling wait-timeout v0.2.1
14862026-07-17T04:13:03.617Z Compiling siphasher v1.0.2
14872026-07-17T04:13:03.647Z Compiling crossbeam-utils v0.8.21
14882026-07-17T04:13:03.806Z Compiling bit-vec v0.8.0
14892026-07-17T04:13:03.942Z Compiling quick-error v1.2.3
14902026-07-17T04:13:04.037Z Compiling hyper v1.10.1
14912026-07-17T04:13:04.048Z Compiling num_threads v0.1.7
14922026-07-17T04:13:04.146Z Compiling syn v1.0.109
14932026-07-17T04:13:04.462Z Compiling simd-adler32 v0.3.8
14942026-07-17T04:13:04.519Z Compiling usdt-impl v0.6.0
14952026-07-17T04:13:04.803Z Compiling time v0.3.47
14962026-07-17T04:13:05.022Z Compiling rusty-fork v0.3.1
14972026-07-17T04:13:05.102Z Compiling bit-set v0.8.0
14982026-07-17T04:13:05.269Z Compiling hyper-util v0.1.20
14992026-07-17T04:13:05.329Z Compiling dof v0.4.0
15002026-07-17T04:13:05.363Z Compiling tower v0.5.3
15012026-07-17T04:13:05.673Z Compiling derive_builder_core v0.20.2
15022026-07-17T04:13:06.033Z Compiling dtrace-parser v0.3.0
15032026-07-17T04:13:06.394Z Compiling http-body-util v0.1.3
15042026-07-17T04:13:06.477Z Compiling heapless v0.7.17
15052026-07-17T04:13:06.520Z Compiling thiserror-impl v1.0.69
15062026-07-17T04:13:06.632Z Compiling scroll_derive v0.12.1
15072026-07-17T04:13:06.733Z Compiling slog v2.8.2
15082026-07-17T04:13:06.753Z Compiling rand_xorshift v0.4.0
15092026-07-17T04:13:06.829Z Compiling darling_core v0.23.0
15102026-07-17T04:13:06.924Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-17T04:13:06.936Z Compiling thread-id v5.1.0
15122026-07-17T04:13:07.013Z Compiling cookie v0.18.1
15132026-07-17T04:13:07.028Z Compiling anyhow v1.0.102
15142026-07-17T04:13:07.203Z Compiling unicode-properties v0.1.4
15152026-07-17T04:13:07.208Z Compiling unarray v0.1.4
15162026-07-17T04:13:07.294Z Compiling paste v1.0.15
15172026-07-17T04:13:07.327Z Compiling ryu v1.0.23
15182026-07-17T04:13:07.341Z Compiling unicode-bidi v0.3.18
15192026-07-17T04:13:07.410Z Compiling allocator-api2 v0.2.21
15202026-07-17T04:13:07.498Z Compiling signal-hook v0.3.18
15212026-07-17T04:13:07.575Z Compiling iri-string v0.7.10
15222026-07-17T04:13:07.684Z Compiling adler2 v2.0.1
15232026-07-17T04:13:07.733Z Compiling zstd-safe v7.2.4
15242026-07-17T04:13:07.793Z Compiling thiserror v1.0.69
15252026-07-17T04:13:07.812Z Compiling miniz_oxide v0.8.9
15262026-07-17T04:13:07.887Z Compiling stringprep v0.1.5
15272026-07-17T04:13:07.940Z Compiling serde_urlencoded v0.7.1
15282026-07-17T04:13:08.156Z Compiling proptest v1.10.0
15292026-07-17T04:13:08.178Z Compiling scroll v0.12.0
15302026-07-17T04:13:08.512Z Compiling derive_builder_macro v0.20.2
15312026-07-17T04:13:08.799Z Compiling tower-http v0.6.8
15322026-07-17T04:13:08.975Z Compiling camino v1.2.2
15332026-07-17T04:13:09.065Z Compiling tokio-native-tls v0.3.1
15342026-07-17T04:13:09.200Z Compiling bstr v1.12.1
15352026-07-17T04:13:09.241Z Compiling ipnetwork v0.21.1
15362026-07-17T04:13:09.354Z Compiling darling_macro v0.23.0
15372026-07-17T04:13:09.373Z Compiling block-buffer v0.12.1
15382026-07-17T04:13:09.503Z Compiling crypto-common v0.2.2
15392026-07-17T04:13:09.567Z Compiling block-padding v0.4.2
15402026-07-17T04:13:09.649Z Compiling rustls-native-certs v0.8.3
15412026-07-17T04:13:09.731Z Compiling rand_chacha v0.3.1
15422026-07-17T04:13:09.852Z Compiling toml_datetime v0.6.11
15432026-07-17T04:13:09.881Z Compiling serde_tokenstream v0.2.3
15442026-07-17T04:13:09.935Z Compiling serde_spanned v0.6.9
15452026-07-17T04:13:10.082Z Compiling erased-serde v0.3.31
15462026-07-17T04:13:10.110Z Compiling hex v0.4.3
15472026-07-17T04:13:10.192Z Compiling md-5 v0.10.6
15482026-07-17T04:13:10.358Z Compiling signature v2.2.0
15492026-07-17T04:13:10.379Z Compiling curve25519-dalek v4.1.3
15502026-07-17T04:13:10.534Z Compiling pin-project-internal v1.1.11
15512026-07-17T04:13:10.549Z Compiling zerocopy-derive v0.7.35
15522026-07-17T04:13:10.571Z Compiling async-trait v0.1.89
15532026-07-17T04:13:10.718Z Compiling vergen-lib v9.1.0
15542026-07-17T04:13:10.915Z Compiling num-integer v0.1.46
15552026-07-17T04:13:11.237Z Compiling hash32 v0.2.1
15562026-07-17T04:13:11.242Z Compiling memoffset v0.9.1
15572026-07-17T04:13:11.416Z Compiling encoding_rs v0.8.35
15582026-07-17T04:13:11.445Z Compiling psl-types v2.0.11
15592026-07-17T04:13:11.451Z Compiling fallible-iterator v0.2.0
15602026-07-17T04:13:11.559Z Compiling litrs v1.0.0
15612026-07-17T04:13:11.584Z Compiling zlib-rs v0.6.2
15622026-07-17T04:13:11.645Z Compiling smoltcp v0.9.1
15632026-07-17T04:13:11.760Z Compiling ref-cast v1.0.25
15642026-07-17T04:13:11.996Z Compiling cfg_aliases v0.2.1
15652026-07-17T04:13:12.059Z Compiling rustix v0.38.44
15662026-07-17T04:13:12.073Z Compiling num-bigint-dig v0.8.6
15672026-07-17T04:13:12.078Z Compiling mime v0.3.17
15682026-07-17T04:13:12.293Z Compiling nix v0.31.2
15692026-07-17T04:13:12.387Z Compiling document-features v0.2.12
15702026-07-17T04:13:12.521Z Compiling postgres-protocol v0.6.10
15712026-07-17T04:13:12.671Z Compiling pin-project v1.1.11
15722026-07-17T04:13:12.780Z Compiling publicsuffix v2.3.0
15732026-07-17T04:13:12.942Z Compiling zerocopy v0.7.35
15742026-07-17T04:13:12.976Z Compiling hubpack_derive v0.1.1
15752026-07-17T04:13:12.991Z Compiling num-iter v0.1.45
15762026-07-17T04:13:13.109Z Compiling newtype-uuid v1.3.2
15772026-07-17T04:13:13.428Z Compiling rand v0.8.6
15782026-07-17T04:13:13.440Z Compiling darling v0.23.0
15792026-07-17T04:13:13.461Z Compiling inout v0.2.2
15802026-07-17T04:13:13.476Z Compiling oxnet v0.1.6
15812026-07-17T04:13:13.520Z Compiling hyper-tls v0.6.0
15822026-07-17T04:13:13.629Z Compiling derive_builder v0.20.2
15832026-07-17T04:13:13.733Z Compiling goblin v0.8.2
15842026-07-17T04:13:14.301Z Compiling phf_shared v0.13.1
15852026-07-17T04:13:14.316Z Compiling lazy_static v1.5.0
15862026-07-17T04:13:14.410Z Compiling regex v1.12.3
15872026-07-17T04:13:14.424Z Compiling anstyle-parse v0.2.7
15882026-07-17T04:13:14.532Z Compiling flate2 v1.1.9
15892026-07-17T04:13:14.546Z Compiling futures-executor v0.3.32
15902026-07-17T04:13:14.607Z Compiling terminal_size v0.4.3
15912026-07-17T04:13:14.749Z Compiling snafu-derive v0.8.9
15922026-07-17T04:13:14.802Z Compiling strum_macros v0.27.2
15932026-07-17T04:13:14.843Z Compiling curve25519-dalek-derive v0.1.1
15942026-07-17T04:13:14.903Z Compiling daft-derive v0.1.7
15952026-07-17T04:13:14.940Z Compiling ref-cast-impl v1.0.25
15962026-07-17T04:13:15.501Z Compiling vergen v9.1.0
15972026-07-17T04:13:15.506Z Compiling cargo-platform v0.3.2
15982026-07-17T04:13:15.641Z Compiling ff v0.13.1
15992026-07-17T04:13:15.768Z Compiling fs-err v3.3.0
16002026-07-17T04:13:15.780Z Compiling ahash v0.8.12
16012026-07-17T04:13:15.795Z Compiling winnow v0.5.40
16022026-07-17T04:13:15.901Z Compiling object v0.37.3
16032026-07-17T04:13:16.005Z Compiling libbz2-rs-sys v0.2.2
16042026-07-17T04:13:16.190Z Compiling bitflags v1.3.2
16052026-07-17T04:13:16.271Z Compiling same-file v1.0.6
16062026-07-17T04:13:16.437Z Compiling bumpalo v3.20.2
16072026-07-17T04:13:16.674Z Compiling foldhash v0.2.0
16082026-07-17T04:13:16.690Z Compiling base16ct v0.2.0
16092026-07-17T04:13:16.690Z Compiling unicode-segmentation v1.12.0
16102026-07-17T04:13:16.786Z Compiling foldhash v0.1.5
16112026-07-17T04:13:16.871Z Compiling managed v0.8.0
16122026-07-17T04:13:16.888Z Compiling sec1 v0.7.3
16132026-07-17T04:13:16.950Z Compiling hashbrown v0.15.5
16142026-07-17T04:13:17.085Z Compiling toml_edit v0.19.15
16152026-07-17T04:13:17.160Z Compiling hashbrown v0.16.1
16162026-07-17T04:13:17.230Z Compiling strum v0.27.2
16172026-07-17T04:13:17.288Z Compiling clap_builder v4.6.0
16182026-07-17T04:13:17.358Z Compiling snafu v0.8.9
16192026-07-17T04:13:17.509Z Compiling zopfli v0.8.3
16202026-07-17T04:13:17.714Z Compiling bzip2 v0.6.1
16212026-07-17T04:13:17.751Z Compiling walkdir v2.5.0
16222026-07-17T04:13:17.899Z Compiling dof v0.3.0
16232026-07-17T04:13:18.063Z Compiling group v0.13.0
16242026-07-17T04:13:18.098Z Compiling cargo_metadata v0.23.1
16252026-07-17T04:13:18.154Z Compiling daft v0.1.7
16262026-07-17T04:13:18.540Z Compiling futures v0.3.32
16272026-07-17T04:13:18.600Z Compiling anstream v0.6.21
16282026-07-17T04:13:18.616Z Compiling phf v0.13.1
16292026-07-17T04:13:18.779Z Compiling signal-hook-mio v0.2.5
16302026-07-17T04:13:19.171Z Compiling cookie_store v0.22.1
16312026-07-17T04:13:19.308Z Compiling zstd v0.13.3
16322026-07-17T04:13:19.511Z Compiling reqwest v0.12.28
16332026-07-17T04:13:19.583Z Compiling bzip2 v0.4.4
16342026-07-17T04:13:19.762Z Compiling cipher v0.5.2
16352026-07-17T04:13:19.794Z Compiling serde_with_macros v3.21.0
16362026-07-17T04:13:19.852Z Compiling hubpack v0.1.2
16372026-07-17T04:13:20.088Z Compiling postgres-types v0.2.12
16382026-07-17T04:13:20.339Z Compiling ed25519 v2.2.3
16392026-07-17T04:13:20.658Z Compiling usdt-macro v0.6.0
16402026-07-17T04:13:20.950Z Compiling usdt-attr-macro v0.6.0
16412026-07-17T04:13:21.242Z Compiling globset v0.4.18
16422026-07-17T04:13:21.274Z Compiling dtrace-parser v0.2.0
16432026-07-17T04:13:21.296Z Compiling phf_shared v0.11.3
16442026-07-17T04:13:21.404Z Compiling hkdf v0.12.4
16452026-07-17T04:13:21.476Z Compiling pkcs1 v0.7.5
16462026-07-17T04:13:21.568Z Compiling olpc-cjson v0.1.4
16472026-07-17T04:13:21.729Z Compiling serde-big-array v0.5.1
16482026-07-17T04:13:21.743Z Compiling serde_plain v1.0.2
16492026-07-17T04:13:21.873Z Compiling crypto-bigint v0.5.5
16502026-07-17T04:13:21.877Z Compiling serde_repr v0.1.20
16512026-07-17T04:13:21.913Z Compiling async-recursion v1.1.1
16522026-07-17T04:13:21.936Z Compiling clap_derive v4.6.1
16532026-07-17T04:13:22.012Z Compiling strum_macros v0.26.4
16542026-07-17T04:13:22.431Z Compiling enum-as-inner v0.6.1
16552026-07-17T04:13:22.575Z Compiling pem v3.0.6
16562026-07-17T04:13:22.907Z Compiling float-cmp v0.10.0
16572026-07-17T04:13:22.950Z Compiling thread-id v4.2.2
16582026-07-17T04:13:23.034Z Compiling memmap2 v0.9.10
16592026-07-17T04:13:23.054Z Compiling env_filter v1.0.0
16602026-07-17T04:13:23.244Z Compiling keccak v0.1.6
16612026-07-17T04:13:23.247Z Compiling normalize-line-endings v0.3.0
16622026-07-17T04:13:23.359Z Compiling fixedbitset v0.4.2
16632026-07-17T04:13:23.378Z Compiling static_assertions v1.1.0
16642026-07-17T04:13:23.439Z Compiling cpufeatures v0.3.0
16652026-07-17T04:13:23.515Z Compiling difflib v0.4.0
16662026-07-17T04:13:23.572Z Compiling whoami v2.1.0
16672026-07-17T04:13:23.721Z Compiling winnow v1.0.3
16682026-07-17T04:13:23.783Z Compiling either v1.15.0
16692026-07-17T04:13:24.046Z Compiling new_debug_unreachable v1.0.6
16702026-07-17T04:13:24.126Z Compiling jiff v0.2.21
16712026-07-17T04:13:24.127Z Compiling fixedbitset v0.5.7
16722026-07-17T04:13:24.127Z Compiling predicates-core v1.0.10
16732026-07-17T04:13:24.127Z Compiling precomputed-hash v0.1.1
16742026-07-17T04:13:24.127Z Compiling typed-path v0.9.3
16752026-07-17T04:13:24.127Z Compiling data-encoding v2.10.0
16762026-07-17T04:13:24.186Z Compiling const-oid v0.10.2
16772026-07-17T04:13:24.210Z Compiling predicates v3.1.4
16782026-07-17T04:13:24.333Z Compiling digest v0.11.3
16792026-07-17T04:13:24.342Z Compiling petgraph v0.8.3
16802026-07-17T04:13:24.562Z Compiling hickory-proto v0.25.2
16812026-07-17T04:13:24.642Z Compiling toml_edit v0.22.27
16822026-07-17T04:13:24.800Z Compiling string_cache v0.8.9
16832026-07-17T04:13:24.875Z Compiling toml_parser v1.1.2+spec-1.1.0
16842026-07-17T04:13:25.035Z Compiling itertools v0.13.0
16852026-07-17T04:13:25.429Z Compiling tokio-postgres v0.7.16
16862026-07-17T04:13:25.541Z Compiling strum v0.26.3
16872026-07-17T04:13:25.660Z Compiling clap v4.6.1
16882026-07-17T04:13:25.728Z Compiling petgraph v0.6.5
16892026-07-17T04:13:26.271Z Compiling chacha20 v0.10.0
16902026-07-17T04:13:26.342Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-17T04:13:26.631Z Compiling zip v4.6.1
16922026-07-17T04:13:27.254Z Compiling sha3 v0.10.8
16932026-07-17T04:13:27.378Z Compiling env_logger v0.11.9
16942026-07-17T04:13:27.598Z Compiling usdt v0.6.0
16952026-07-17T04:13:27.620Z Compiling usdt-impl v0.5.0
16962026-07-17T04:13:27.702Z Compiling elliptic-curve v0.13.8
16972026-07-17T04:13:27.723Z Compiling rsa v0.9.10
16982026-07-17T04:13:27.808Z Compiling crossterm v0.28.1
16992026-07-17T04:13:28.118Z Compiling serde_with v3.21.0
17002026-07-17T04:13:28.185Z Compiling ed25519-dalek v2.2.0
17012026-07-17T04:13:28.842Z Compiling zip v0.6.6
17022026-07-17T04:13:29.178Z Compiling iddqd v0.4.2
17032026-07-17T04:13:29.235Z Compiling toml v0.7.8
17042026-07-17T04:13:29.866Z Compiling heck v0.4.1
17052026-07-17T04:13:29.877Z Compiling similar v2.7.0
17062026-07-17T04:13:29.976Z Compiling byte-wrapper v0.1.0
17072026-07-17T04:13:29.987Z Compiling crossbeam-epoch v0.9.18
17082026-07-17T04:13:30.137Z Compiling tokio-stream v0.1.18
17092026-07-17T04:13:30.310Z Compiling buf-list v1.1.2
17102026-07-17T04:13:30.331Z Compiling x509-cert v0.2.5
17112026-07-17T04:13:30.554Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-17T04:13:30.590Z Compiling openapiv3 v2.2.0
17132026-07-17T04:13:30.637Z Compiling peg-runtime v0.8.5
17142026-07-17T04:13:30.774Z Compiling lalrpop-util v0.19.12
17152026-07-17T04:13:30.848Z Compiling thread_local v1.1.9
17162026-07-17T04:13:30.879Z Compiling slog-async v2.8.0
17172026-07-17T04:13:30.969Z Compiling crossbeam-channel v0.5.15
17182026-07-17T04:13:31.077Z Compiling is-terminal v0.4.17
17192026-07-17T04:13:31.102Z Compiling filetime v0.2.27
17202026-07-17T04:13:31.183Z Compiling term v1.2.1
17212026-07-17T04:13:31.212Z Compiling take_mut v0.2.2
17222026-07-17T04:13:31.292Z Compiling xattr v1.6.1
17232026-07-17T04:13:31.425Z Compiling tar v0.4.46
17242026-07-17T04:13:31.451Z Compiling slog-term v2.9.2
17252026-07-17T04:13:31.778Z Compiling camino-tempfile v1.4.1
17262026-07-17T04:13:41.830Z Compiling rustls-webpki v0.103.13
17272026-07-17T04:13:44.566Z Compiling tokio-rustls v0.26.4
17282026-07-17T04:13:44.566Z Compiling rustls-platform-verifier v0.6.2
17292026-07-17T04:13:44.566Z Compiling tough v0.22.0
17302026-07-17T04:13:44.784Z Compiling hyper-rustls v0.27.7
17312026-07-17T04:13:44.982Z Compiling reqwest v0.13.2
17322026-07-17T04:13:47.241Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-17T04:13:47.471Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-17T04:13:50.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17352026-07-17T04:13:50.467Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-17T04:13:50.513ZJul 17 04:13:49.127 INFO Starting download, target: Cockroach
17372026-07-17T04:13:50.513ZJul 17 04:13:49.128 INFO Starting download, target: Clickhouse
17382026-07-17T04:13:50.513ZJul 17 04:13:49.128 INFO Starting download, target: Console
17392026-07-17T04:13:50.513ZJul 17 04:13:49.128 INFO Starting download, target: DendriteStub
17402026-07-17T04:13:50.514ZJul 17 04:13:49.128 INFO Starting download, target: MaghemiteMgd
17412026-07-17T04:13:50.514ZJul 17 04:13:49.128 INFO Starting download, target: MaghemiteDdmd
17422026-07-17T04:13:50.514ZJul 17 04:13:49.128 INFO Starting download, target: TransceiverControl
17432026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-17T04:13:50.534ZJul 17 04:13:49.128 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17502026-07-17T04:13:51.438ZJul 17 04:13:50.033 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-07-17T04:13:51.647ZJul 17 04:13:50.254 INFO Download complete, target: TransceiverControl
17522026-07-17T04:13:52.442ZJul 17 04:13:51.027 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-07-17T04:13:52.611ZJul 17 04:13:51.205 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-07-17T04:13:52.860ZJul 17 04:13:51.467 INFO Download complete, target: Console
17552026-07-17T04:13:53.754ZJul 17 04:13:52.371 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-17T04:13:53.862ZJul 17 04:13:52.465 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-07-17T04:13:53.949ZJul 17 04:13:52.562 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-17T04:13:54.485ZJul 17 04:13:53.103 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-17T04:13:54.485ZJul 17 04:13:53.103 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-17T04:13:55.846ZJul 17 04:13:54.465 INFO Download complete, target: MaghemiteDdmd
17612026-07-17T04:13:56.386ZJul 17 04:13:55.005 INFO Download complete, target: DendriteStub
17622026-07-17T04:13:56.568ZJul 17 04:13:55.189 INFO Download complete, target: MaghemiteMgd
17632026-07-17T04:13:59.143ZJul 17 04:13:57.764 INFO Checking that binary works, target: Cockroach
17642026-07-17T04:13:59.256ZJul 17 04:13:57.877 INFO Download complete, target: Cockroach
17652026-07-17T04:13:59.346ZJul 17 04:13:57.961 INFO Checking that binary works, target: Clickhouse
17662026-07-17T04:13:59.463ZJul 17 04:13:58.084 INFO Download complete, target: Clickhouse
17672026-07-17T04:13:59.485ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-17T04:13:59.494Z
17692026-07-17T04:13:59.495Zreal 2:02.643281946
17702026-07-17T04:13:59.495Zuser 6:40.850509332
17712026-07-17T04:13:59.495Zsys 1:21.702875443
17722026-07-17T04:13:59.495Ztrap 0.231431644
17732026-07-17T04:13:59.495Ztflt 0.501250825
17742026-07-17T04:13:59.495Zdflt 0.853589794
17752026-07-17T04:13:59.495Zkflt 0.022515429
17762026-07-17T04:13:59.495Zlock 21:59.352721460
17772026-07-17T04:13:59.495Zslp 20:16.325481327
17782026-07-17T04:13:59.495Zlat 43.539270247
17792026-07-17T04:13:59.495Zstop 1:57.052096078
17802026-07-17T04:13:59.495Z+ banner hack-check
17812026-07-17T04:13:59.495Z
17822026-07-17T04:13:59.495Z # # ## #### # # #### # # ###### #### # #
17832026-07-17T04:13:59.495Z # # # # # # # # # # # # # # # # #
17842026-07-17T04:13:59.495Z ###### # # # #### ##### # ###### ##### # ####
17852026-07-17T04:13:59.495Z # # ###### # # # # # # # # # #
17862026-07-17T04:13:59.496Z # # # # # # # # # # # # # # # # #
17872026-07-17T04:13:59.496Z # # # # #### # # #### # # ###### #### # #
17882026-07-17T04:13:59.496Z
17892026-07-17T04:13:59.496Z+ export CARGO_INCREMENTAL=0
17902026-07-17T04:13:59.496Z+ CARGO_INCREMENTAL=0
17912026-07-17T04:13:59.496Z+ ptime -m timeout 2h cargo xtask check-features --ci
17922026-07-17T04:13:59.961Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-17T04:14:00.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-17T04:14:02.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17952026-07-17T04:14:02.086Z Running `target/debug/xtask check-features --ci`
17962026-07-17T04:14:02.108Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17972026-07-17T04:14:02.113Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17982026-07-17T04:14:02.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17992026-07-17T04:14:02.551Z Running `target/debug/xtask download cargo-hack`
18002026-07-17T04:14:03.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-07-17T04:14:03.622Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-07-17T04:14:06.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
18032026-07-17T04:14:06.355Z Running `target/debug/xtask-downloader cargo-hack`
18042026-07-17T04:14:06.433ZJul 17 04:14:04.981 INFO Starting download, target: CargoHack
18052026-07-17T04:14:06.433ZJul 17 04:14:04.982 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18062026-07-17T04:14:06.871ZJul 17 04:14:05.405 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18072026-07-17T04:14:06.972ZJul 17 04:14:05.456 INFO Download complete, target: CargoHack
18082026-07-17T04:14:06.972Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18092026-07-17T04:14:06.972Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18102026-07-17T04:14:07.045Zinfo: running `cargo check --bins` on api_identity (1/301)
18112026-07-17T04:14:07.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-07-17T04:14:07.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-07-17T04:14:07.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-07-17T04:14:07.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18152026-07-17T04:14:07.618Z
18162026-07-17T04:14:07.619Zinfo: running `cargo check --bins` on bootstore (2/301)
18172026-07-17T04:14:07.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-07-17T04:14:07.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-07-17T04:14:07.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-07-17T04:14:07.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18212026-07-17T04:14:08.061Z
18222026-07-17T04:14:08.061Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18232026-07-17T04:14:08.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-17T04:14:08.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-17T04:14:08.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-17T04:14:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18272026-07-17T04:14:08.582Z
18282026-07-17T04:14:08.583Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18292026-07-17T04:14:09.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-17T04:14:09.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-17T04:14:09.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-17T04:14:09.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18332026-07-17T04:14:09.107Z
18342026-07-17T04:14:09.107Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18352026-07-17T04:14:09.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-17T04:14:09.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-17T04:14:09.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-17T04:14:09.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18392026-07-17T04:14:09.635Z
18402026-07-17T04:14:09.635Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18412026-07-17T04:14:10.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-17T04:14:10.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-17T04:14:10.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-17T04:14:10.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-07-17T04:14:10.169Z
18462026-07-17T04:14:10.169Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18472026-07-17T04:14:10.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-17T04:14:10.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-17T04:14:10.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-17T04:14:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-17T04:14:10.720Z
18522026-07-17T04:14:10.720Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18532026-07-17T04:14:11.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-17T04:14:11.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-17T04:14:11.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-17T04:14:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18572026-07-17T04:14:11.255Z
18582026-07-17T04:14:11.255Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18592026-07-17T04:14:11.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-17T04:14:11.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-17T04:14:11.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-17T04:14:11.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18632026-07-17T04:14:11.658Z
18642026-07-17T04:14:11.658Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18652026-07-17T04:14:12.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-17T04:14:12.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-17T04:14:12.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-17T04:14:12.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18692026-07-17T04:14:12.063Z
18702026-07-17T04:14:12.063Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18712026-07-17T04:14:12.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-17T04:14:12.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-17T04:14:12.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-17T04:14:12.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-17T04:14:12.476Z
18762026-07-17T04:14:12.477Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18772026-07-17T04:14:12.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-17T04:14:12.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-17T04:14:12.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-17T04:14:12.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18812026-07-17T04:14:12.873Z
18822026-07-17T04:14:12.873Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18832026-07-17T04:14:13.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-17T04:14:13.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-17T04:14:13.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-17T04:14:13.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-17T04:14:13.284Z
18882026-07-17T04:14:13.284Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18892026-07-17T04:14:13.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-17T04:14:13.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-17T04:14:13.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-17T04:14:13.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-17T04:14:13.913Z
18942026-07-17T04:14:13.913Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18952026-07-17T04:14:14.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-17T04:14:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-17T04:14:14.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-17T04:14:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-17T04:14:14.203Z
19002026-07-17T04:14:14.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19012026-07-17T04:14:14.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-17T04:14:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-17T04:14:14.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-17T04:14:14.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-17T04:14:14.644Z
19062026-07-17T04:14:14.644Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19072026-07-17T04:14:14.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-17T04:14:15.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-17T04:14:15.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-17T04:14:15.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-17T04:14:15.083Z
19122026-07-17T04:14:15.083Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19132026-07-17T04:14:15.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-17T04:14:15.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-17T04:14:15.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-17T04:14:15.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-17T04:14:15.324Z
19182026-07-17T04:14:15.324Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19192026-07-17T04:14:15.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-17T04:14:15.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-17T04:14:15.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-17T04:14:15.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-17T04:14:15.713Z
19242026-07-17T04:14:15.713Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19252026-07-17T04:14:16.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-17T04:14:16.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-17T04:14:16.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-17T04:14:16.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-17T04:14:16.105Z
19302026-07-17T04:14:16.105Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19312026-07-17T04:14:16.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-17T04:14:16.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-17T04:14:16.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-17T04:14:16.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19352026-07-17T04:14:16.511Z
19362026-07-17T04:14:16.512Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19372026-07-17T04:14:16.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-17T04:14:16.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-17T04:14:16.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-17T04:14:16.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-07-17T04:14:16.927Z
19422026-07-17T04:14:16.927Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19432026-07-17T04:14:17.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-17T04:14:17.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-17T04:14:17.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-17T04:14:17.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-17T04:14:17.326Z
19482026-07-17T04:14:17.326Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19492026-07-17T04:14:17.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-17T04:14:17.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-17T04:14:17.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-17T04:14:17.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19532026-07-17T04:14:17.737Z
19542026-07-17T04:14:17.737Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19552026-07-17T04:14:18.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-17T04:14:18.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-17T04:14:18.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-17T04:14:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-17T04:14:18.137Z
19602026-07-17T04:14:18.137Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19612026-07-17T04:14:18.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-17T04:14:18.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-17T04:14:18.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-17T04:14:18.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-07-17T04:14:18.543Z
19662026-07-17T04:14:18.543Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19672026-07-17T04:14:18.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-17T04:14:18.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-17T04:14:18.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-17T04:14:18.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-07-17T04:14:18.949Z
19722026-07-17T04:14:18.949Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19732026-07-17T04:14:19.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-17T04:14:19.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-17T04:14:19.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-17T04:14:19.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-17T04:14:19.356Z
19782026-07-17T04:14:19.356Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19792026-07-17T04:14:19.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-17T04:14:19.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-17T04:14:19.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-17T04:14:19.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-07-17T04:14:19.767Z
19842026-07-17T04:14:19.768Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19852026-07-17T04:14:20.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-17T04:14:20.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-17T04:14:20.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-17T04:14:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19892026-07-17T04:14:20.173Z
19902026-07-17T04:14:20.173Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19912026-07-17T04:14:20.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-17T04:14:20.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-17T04:14:20.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-17T04:14:20.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-07-17T04:14:20.585Z
19962026-07-17T04:14:20.585Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
19972026-07-17T04:14:20.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-17T04:14:20.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-17T04:14:20.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-17T04:14:20.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-17T04:14:20.986Z
20022026-07-17T04:14:20.986Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20032026-07-17T04:14:21.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-17T04:14:21.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-17T04:14:21.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-17T04:14:21.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20072026-07-17T04:14:21.392Z
20082026-07-17T04:14:21.392Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20092026-07-17T04:14:21.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-17T04:14:21.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-17T04:14:21.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-17T04:14:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-17T04:14:21.801Z
20142026-07-17T04:14:21.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20152026-07-17T04:14:22.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-17T04:14:22.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-17T04:14:22.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-17T04:14:22.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-17T04:14:22.201Z
20202026-07-17T04:14:22.201Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20212026-07-17T04:14:22.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-17T04:14:22.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-17T04:14:22.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-17T04:14:22.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-07-17T04:14:22.609Z
20262026-07-17T04:14:22.609Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20272026-07-17T04:14:22.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-17T04:14:22.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-17T04:14:22.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-17T04:14:22.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-17T04:14:23.012Z
20322026-07-17T04:14:23.012Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20332026-07-17T04:14:23.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-17T04:14:23.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-17T04:14:23.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-17T04:14:23.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-17T04:14:23.415Z
20382026-07-17T04:14:23.415Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20392026-07-17T04:14:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-17T04:14:23.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-17T04:14:23.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-17T04:14:23.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-17T04:14:23.821Z
20442026-07-17T04:14:23.821Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20452026-07-17T04:14:24.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-17T04:14:24.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-17T04:14:24.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-17T04:14:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-17T04:14:24.233Z
20502026-07-17T04:14:24.233Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20512026-07-17T04:14:24.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-17T04:14:24.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-17T04:14:24.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-17T04:14:24.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-07-17T04:14:24.644Z
20562026-07-17T04:14:24.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20572026-07-17T04:14:24.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-17T04:14:25.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-17T04:14:25.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-17T04:14:25.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20612026-07-17T04:14:25.050Z
20622026-07-17T04:14:25.050Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20632026-07-17T04:14:25.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-17T04:14:25.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-17T04:14:25.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-17T04:14:25.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-17T04:14:25.457Z
20682026-07-17T04:14:25.457Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20692026-07-17T04:14:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-17T04:14:25.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-17T04:14:25.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-17T04:14:25.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-07-17T04:14:25.863Z
20742026-07-17T04:14:25.863Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20752026-07-17T04:14:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-17T04:14:26.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-17T04:14:26.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-17T04:14:26.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-17T04:14:26.270Z
20802026-07-17T04:14:26.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20812026-07-17T04:14:26.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-17T04:14:26.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-17T04:14:26.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-17T04:14:26.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-17T04:14:26.677Z
20862026-07-17T04:14:26.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20872026-07-17T04:14:27.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-17T04:14:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-17T04:14:27.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-17T04:14:27.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-17T04:14:27.083Z
20922026-07-17T04:14:27.083Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20932026-07-17T04:14:27.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-17T04:14:27.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-17T04:14:27.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-17T04:14:27.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-17T04:14:27.488Z
20982026-07-17T04:14:27.488Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
20992026-07-17T04:14:27.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-17T04:14:27.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-17T04:14:27.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-17T04:14:27.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-07-17T04:14:28.065Z
21042026-07-17T04:14:28.065Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21052026-07-17T04:14:28.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-17T04:14:28.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-17T04:14:28.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-17T04:14:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21092026-07-17T04:14:28.646Z
21102026-07-17T04:14:28.646Zinfo: running `cargo check --bins` on nexus-config (51/301)
21112026-07-17T04:14:29.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-17T04:14:29.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-17T04:14:29.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-17T04:14:29.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21152026-07-17T04:14:29.225Z
21162026-07-17T04:14:29.225Zinfo: running `cargo check --bins` on nexus-types (52/301)
21172026-07-17T04:14:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-17T04:14:29.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-17T04:14:29.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-17T04:14:29.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21212026-07-17T04:14:29.801Z
21222026-07-17T04:14:29.801Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21232026-07-17T04:14:30.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-17T04:14:30.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-17T04:14:30.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-17T04:14:30.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21272026-07-17T04:14:30.345Z
21282026-07-17T04:14:30.345Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21292026-07-17T04:14:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-17T04:14:30.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-17T04:14:30.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-17T04:14:30.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21332026-07-17T04:14:30.873Z
21342026-07-17T04:14:30.873Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21352026-07-17T04:14:31.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-17T04:14:31.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-17T04:14:31.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-17T04:14:31.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21392026-07-17T04:14:31.410Z
21402026-07-17T04:14:31.410Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21412026-07-17T04:14:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-17T04:14:31.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-17T04:14:31.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-17T04:14:31.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21452026-07-17T04:14:31.953Z
21462026-07-17T04:14:31.953Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21472026-07-17T04:14:32.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-17T04:14:32.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-17T04:14:32.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-17T04:14:32.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21512026-07-17T04:14:32.498Z
21522026-07-17T04:14:32.498Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21532026-07-17T04:14:32.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-17T04:14:32.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-17T04:14:32.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-17T04:14:32.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21572026-07-17T04:14:33.043Z
21582026-07-17T04:14:33.044Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21592026-07-17T04:14:33.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-17T04:14:33.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-17T04:14:33.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-17T04:14:33.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21632026-07-17T04:14:33.570Z
21642026-07-17T04:14:33.570Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21652026-07-17T04:14:34.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-17T04:14:34.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-17T04:14:34.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-17T04:14:34.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21692026-07-17T04:14:34.097Z
21702026-07-17T04:14:34.097Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21712026-07-17T04:14:34.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-17T04:14:34.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-17T04:14:34.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-17T04:14:34.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21752026-07-17T04:14:34.622Z
21762026-07-17T04:14:34.622Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21772026-07-17T04:14:35.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-17T04:14:35.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-17T04:14:35.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-17T04:14:35.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21812026-07-17T04:14:35.146Z
21822026-07-17T04:14:35.146Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21832026-07-17T04:14:35.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-17T04:14:35.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-17T04:14:35.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-17T04:14:35.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-17T04:14:35.686Z
21882026-07-17T04:14:35.686Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21892026-07-17T04:14:36.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-17T04:14:36.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-17T04:14:36.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-17T04:14:36.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-17T04:14:36.225Z
21942026-07-17T04:14:36.225Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21952026-07-17T04:14:36.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-17T04:14:36.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-17T04:14:36.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-17T04:14:36.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21992026-07-17T04:14:36.748Z
22002026-07-17T04:14:36.748Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22012026-07-17T04:14:37.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-17T04:14:37.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-17T04:14:37.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-17T04:14:37.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22052026-07-17T04:14:37.274Z
22062026-07-17T04:14:37.274Zinfo: running `cargo check --bins` on ereport-types (67/301)
22072026-07-17T04:14:37.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-17T04:14:37.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-17T04:14:37.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-17T04:14:37.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22112026-07-17T04:14:37.815Z
22122026-07-17T04:14:37.816Zinfo: running `cargo check --bins` on gateway-client (68/301)
22132026-07-17T04:14:38.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-17T04:14:38.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-17T04:14:38.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-17T04:14:38.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-17T04:14:38.346Z
22182026-07-17T04:14:38.346Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22192026-07-17T04:14:38.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-17T04:14:38.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-17T04:14:38.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-17T04:14:38.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22232026-07-17T04:14:38.883Z
22242026-07-17T04:14:38.883Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22252026-07-17T04:14:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-17T04:14:39.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-17T04:14:39.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-17T04:14:39.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22292026-07-17T04:14:39.418Z
22302026-07-17T04:14:39.418Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22312026-07-17T04:14:39.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-17T04:14:39.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-17T04:14:39.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-17T04:14:39.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22352026-07-17T04:14:39.954Z
22362026-07-17T04:14:39.954Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22372026-07-17T04:14:40.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-17T04:14:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-17T04:14:40.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-17T04:14:40.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22412026-07-17T04:14:40.493Z
22422026-07-17T04:14:40.493Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22432026-07-17T04:14:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-17T04:14:40.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-17T04:14:40.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-17T04:14:40.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-17T04:14:41.051Z
22482026-07-17T04:14:41.051Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22492026-07-17T04:14:41.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-17T04:14:41.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-17T04:14:41.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-17T04:14:41.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-17T04:14:41.602Z
22542026-07-17T04:14:41.602Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22552026-07-17T04:14:42.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-17T04:14:42.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-17T04:14:42.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-17T04:14:42.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22592026-07-17T04:14:42.121Z
22602026-07-17T04:14:42.122Zinfo: running `cargo check --bins` on oxlog (76/301)
22612026-07-17T04:14:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-17T04:14:42.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-17T04:14:42.692Z Checking cfg-if v1.0.4
22642026-07-17T04:14:42.697Z Checking libc v0.2.185
22652026-07-17T04:14:42.697Z Checking serde_core v1.0.228
22662026-07-17T04:14:42.801Z Checking memchr v2.8.0
22672026-07-17T04:14:42.804Z Checking zeroize v1.8.2
22682026-07-17T04:14:42.816Z Checking log v0.4.29
22692026-07-17T04:14:42.825Z Checking smallvec v1.15.1
22702026-07-17T04:14:42.835Z Checking subtle v2.6.1
22712026-07-17T04:14:42.845Z Checking itoa v1.0.17
22722026-07-17T04:14:42.950Z Checking scopeguard v1.2.0
22732026-07-17T04:14:42.969Z Checking stable_deref_trait v1.2.1
22742026-07-17T04:14:42.982Z Checking typenum v1.20.1
22752026-07-17T04:14:42.992Z Checking zerofrom v0.1.6
22762026-07-17T04:14:43.005Z Checking pin-project-lite v0.2.17
22772026-07-17T04:14:43.039Z Checking portable-atomic v1.13.1
22782026-07-17T04:14:43.051Z Checking lock_api v0.4.14
22792026-07-17T04:14:43.093Z Checking critical-section v1.2.0
22802026-07-17T04:14:43.106Z Checking yoke v0.8.1
22812026-07-17T04:14:43.165Z Checking futures-core v0.3.32
22822026-07-17T04:14:43.188Z Checking errno v0.3.14
22832026-07-17T04:14:43.188Z Checking getrandom v0.2.17
22842026-07-17T04:14:43.249Z Checking parking_lot_core v0.9.12
22852026-07-17T04:14:43.265Z Checking zerovec v0.11.5
22862026-07-17T04:14:43.282Z Checking mio v1.2.0
22872026-07-17T04:14:43.300Z Checking signal-hook-registry v1.4.8
22882026-07-17T04:14:43.340Z Checking rand_core v0.6.4
22892026-07-17T04:14:43.435Z Checking parking_lot v0.12.5
22902026-07-17T04:14:43.447Z Checking once_cell v1.21.3
22912026-07-17T04:14:43.459Z Checking zerocopy v0.8.40
22922026-07-17T04:14:43.510Z Checking zmij v1.0.21
22932026-07-17T04:14:43.556Z Checking rand_core v0.10.0
22942026-07-17T04:14:43.611Z Checking const-oid v0.9.6
22952026-07-17T04:14:43.624Z Checking libm v0.2.16
22962026-07-17T04:14:43.695Z Checking getrandom v0.4.1
22972026-07-17T04:14:43.705Z Checking tinystr v0.8.2
22982026-07-17T04:14:43.716Z Checking percent-encoding v2.3.2
22992026-07-17T04:14:43.729Z Checking writeable v0.6.2
23002026-07-17T04:14:43.839Z Checking litemap v0.8.1
23012026-07-17T04:14:43.851Z Checking generic-array v0.14.7
23022026-07-17T04:14:43.876Z Checking potential_utf v0.1.4
23032026-07-17T04:14:43.887Z Checking zerotrie v0.2.3
23042026-07-17T04:14:44.006Z Checking socket2 v0.6.3
23052026-07-17T04:14:44.013Z Checking icu_locale_core v2.1.1
23062026-07-17T04:14:44.139Z Checking equivalent v1.0.2
23072026-07-17T04:14:44.209Z Checking icu_collections v2.1.1
23082026-07-17T04:14:44.241Z Checking futures-sink v0.3.32
23092026-07-17T04:14:44.293Z Checking serde v1.0.228
23102026-07-17T04:14:44.293Z Checking bitflags v2.11.0
23112026-07-17T04:14:44.293Z Checking serde_json v1.0.150
23122026-07-17T04:14:44.327Z Checking num-traits v0.2.19
23132026-07-17T04:14:44.338Z Checking futures-channel v0.3.32
23142026-07-17T04:14:44.483Z Checking icu_properties_data v2.1.2
23152026-07-17T04:14:44.511Z Checking icu_normalizer_data v2.1.1
23162026-07-17T04:14:44.563Z Checking slab v0.4.12
23172026-07-17T04:14:44.574Z Checking icu_provider v2.1.1
23182026-07-17T04:14:44.585Z Checking futures-io v0.3.32
23192026-07-17T04:14:44.608Z Checking futures-task v0.3.32
23202026-07-17T04:14:44.694Z Checking hashbrown v0.17.0
23212026-07-17T04:14:44.707Z Checking bytes v1.11.1
23222026-07-17T04:14:44.721Z Checking crypto-common v0.1.7
23232026-07-17T04:14:44.742Z Checking futures-util v0.3.32
23242026-07-17T04:14:44.801Z Checking icu_properties v2.1.2
23252026-07-17T04:14:44.835Z Checking icu_normalizer v2.1.1
23262026-07-17T04:14:44.853Z Checking block-buffer v0.10.4
23272026-07-17T04:14:44.958Z Checking utf8_iter v1.0.4
23282026-07-17T04:14:44.989Z Checking digest v0.10.7
23292026-07-17T04:14:45.081Z Checking form_urlencoded v1.2.2
23302026-07-17T04:14:45.139Z Checking getrandom v0.3.4
23312026-07-17T04:14:45.151Z Checking tokio v1.52.1
23322026-07-17T04:14:45.163Z Checking indexmap v2.14.0
23332026-07-17T04:14:45.186Z Checking byteorder v1.5.0
23342026-07-17T04:14:45.204Z Checking fnv v1.0.7
23352026-07-17T04:14:45.281Z Checking rand_core v0.9.5
23362026-07-17T04:14:45.293Z Checking http v1.4.2
23372026-07-17T04:14:45.384Z Checking uuid v1.23.4
23382026-07-17T04:14:45.454Z Checking regex-syntax v0.8.10
23392026-07-17T04:14:45.615Z Checking idna_adapter v1.2.1
23402026-07-17T04:14:45.718Z Checking iana-time-zone v0.1.65
23412026-07-17T04:14:45.729Z Checking base64 v0.22.1
23422026-07-17T04:14:45.746Z Checking idna v1.1.0
23432026-07-17T04:14:45.824Z Checking base64ct v1.8.3
23442026-07-17T04:14:45.879Z Checking chrono v0.4.45
23452026-07-17T04:14:45.970Z Checking rustix v1.1.3
23462026-07-17T04:14:45.984Z Checking url v2.5.8
23472026-07-17T04:14:46.060Z Checking pem-rfc7468 v0.7.0
23482026-07-17T04:14:46.219Z Checking tracing-core v0.1.36
23492026-07-17T04:14:46.261Z Checking ppv-lite86 v0.2.21
23502026-07-17T04:14:46.431Z Checking flagset v0.4.7
23512026-07-17T04:14:46.529Z Checking tracing v0.1.44
23522026-07-17T04:14:46.552Z Checking der v0.7.10
23532026-07-17T04:14:46.555Z Checking rand_chacha v0.9.0
23542026-07-17T04:14:46.705Z Checking http-body v1.0.1
23552026-07-17T04:14:46.728Z Checking rustls-pki-types v1.14.0
23562026-07-17T04:14:46.740Z Checking openssl-probe v0.2.1
23572026-07-17T04:14:46.757Z Checking cmov v0.5.4
23582026-07-17T04:14:46.799Z Checking tinyvec_macros v0.1.1
23592026-07-17T04:14:46.810Z Checking rand v0.9.2
23602026-07-17T04:14:46.833Z Checking aws-lc-sys v0.40.0
23612026-07-17T04:14:46.846Z Checking tower-service v0.3.3
23622026-07-17T04:14:46.859Z Checking tinyvec v1.10.0
23632026-07-17T04:14:46.930Z Checking tower-layer v0.3.3
23642026-07-17T04:14:46.944Z Checking ctutils v0.4.2
23652026-07-17T04:14:47.013Z Checking try-lock v0.2.5
23662026-07-17T04:14:47.077Z Checking atomic-waker v1.1.2
23672026-07-17T04:14:47.109Z Checking untrusted v0.7.1
23682026-07-17T04:14:47.149Z Checking dyn-clone v1.0.20
23692026-07-17T04:14:47.165Z Checking hybrid-array v0.4.13
23702026-07-17T04:14:47.177Z Checking want v0.3.1
23712026-07-17T04:14:47.216Z Checking ipnet v2.11.0
23722026-07-17T04:14:47.248Z Checking semver v1.0.28
23732026-07-17T04:14:47.282Z Checking httparse v1.10.1
23742026-07-17T04:14:47.294Z Checking aho-corasick v1.1.4
23752026-07-17T04:14:47.306Z Checking spki v0.7.3
23762026-07-17T04:14:47.327Z Checking aws-lc-rs v1.16.3
23772026-07-17T04:14:47.464Z Checking cpufeatures v0.2.17
23782026-07-17T04:14:47.473Z Checking httpdate v1.0.3
23792026-07-17T04:14:47.484Z Checking plain v0.2.3
23802026-07-17T04:14:47.495Z Checking utf8parse v0.2.2
23812026-07-17T04:14:47.523Z Checking untrusted v0.9.0
23822026-07-17T04:14:47.579Z Checking foreign-types-shared v0.1.1
23832026-07-17T04:14:47.591Z Checking fastrand v2.3.0
23842026-07-17T04:14:47.613Z Checking pkcs8 v0.10.2
23852026-07-17T04:14:47.627Z Checking schemars v0.8.22
23862026-07-17T04:14:47.657Z Checking foreign-types v0.3.2
23872026-07-17T04:14:47.723Z Checking unicode-normalization v0.1.25
23882026-07-17T04:14:47.768Z Checking tempfile v3.25.0
23892026-07-17T04:14:47.781Z Checking openssl-sys v0.9.115
23902026-07-17T04:14:47.932Z Checking spin v0.9.8
23912026-07-17T04:14:47.968Z Checking unicode-ident v1.0.24
23922026-07-17T04:14:47.976Z Checking regex-automata v0.4.14
23932026-07-17T04:14:48.071Z Checking ucd-trie v0.1.7
23942026-07-17T04:14:48.122Z Checking anstyle v1.0.14
23952026-07-17T04:14:48.134Z Checking proc-macro2 v1.0.106
23962026-07-17T04:14:48.158Z Checking openssl v0.10.79
23972026-07-17T04:14:48.171Z Checking rustls-webpki v0.103.13
23982026-07-17T04:14:48.203Z Checking pest v2.8.6
23992026-07-17T04:14:48.307Z Checking sha2 v0.10.9
24002026-07-17T04:14:48.322Z Checking hmac v0.12.1
24012026-07-17T04:14:48.447Z Checking thiserror v2.0.18
24022026-07-17T04:14:48.452Z Checking tokio-util v0.7.18
24032026-07-17T04:14:48.461Z Checking sync_wrapper v1.0.2
24042026-07-17T04:14:48.546Z Checking wait-timeout v0.2.1
24052026-07-17T04:14:48.568Z Checking pretty-hex v0.4.1
24062026-07-17T04:14:48.580Z Checking rustls v0.23.41
24072026-07-17T04:14:48.592Z Checking simd-adler32 v0.3.8
24082026-07-17T04:14:48.668Z Checking quick-error v1.2.3
24092026-07-17T04:14:48.679Z Checking siphasher v1.0.2
24102026-07-17T04:14:48.754Z Checking bit-vec v0.8.0
24112026-07-17T04:14:48.768Z Checking powerfmt v0.2.0
24122026-07-17T04:14:48.833Z Checking anstyle-query v1.1.5
24132026-07-17T04:14:48.910Z Checking is_terminal_polyfill v1.70.2
24142026-07-17T04:14:48.925Z Checking colorchoice v1.0.4
24152026-07-17T04:14:48.948Z Checking bit-set v0.8.0
24162026-07-17T04:14:48.993Z Checking deranged v0.5.8
24172026-07-17T04:14:49.019Z Checking rusty-fork v0.3.1
24182026-07-17T04:14:49.065Z Checking h2 v0.4.15
24192026-07-17T04:14:49.088Z Checking tower v0.5.3
24202026-07-17T04:14:49.191Z Checking quote v1.0.45
24212026-07-17T04:14:49.277Z Compiling newtype-uuid v1.3.2
24222026-07-17T04:14:49.357Z Checking http-body-util v0.1.3
24232026-07-17T04:14:49.459Z Checking crossbeam-utils v0.8.21
24242026-07-17T04:14:49.472Z Checking rand_xorshift v0.4.0
24252026-07-17T04:14:49.570Z Checking crc32fast v1.5.0
24262026-07-17T04:14:49.591Z Checking scroll v0.13.0
24272026-07-17T04:14:49.713Z Checking unarray v0.1.4
24282026-07-17T04:14:49.793Z Checking allocator-api2 v0.2.21
24292026-07-17T04:14:49.811Z Checking unicode-properties v0.1.4
24302026-07-17T04:14:49.822Z Checking adler2 v2.0.1
24312026-07-17T04:14:49.841Z Checking time-core v0.1.8
24322026-07-17T04:14:49.926Z Checking num_threads v0.1.7
24332026-07-17T04:14:49.926Z Checking iri-string v0.7.10
24342026-07-17T04:14:49.984Z Checking unicode-bidi v0.3.18
24352026-07-17T04:14:49.990Z Checking ryu v1.0.23
24362026-07-17T04:14:50.016Z Checking num-conv v0.2.0
24372026-07-17T04:14:50.069Z Checking miniz_oxide v0.8.9
24382026-07-17T04:14:50.121Z Checking serde_urlencoded v0.7.1
24392026-07-17T04:14:50.133Z Checking time v0.3.47
24402026-07-17T04:14:50.199Z Checking native-tls v0.2.18
24412026-07-17T04:14:50.270Z Checking stringprep v0.1.5
24422026-07-17T04:14:50.321Z Checking bstr v1.12.1
24432026-07-17T04:14:50.373Z Checking tokio-native-tls v0.3.1
24442026-07-17T04:14:50.419Z Checking goblin v0.10.5
24452026-07-17T04:14:50.431Z Checking proptest v1.10.0
24462026-07-17T04:14:50.527Z Checking crossbeam-epoch v0.9.18
24472026-07-17T04:14:50.744Z Compiling daft v0.1.7
24482026-07-17T04:14:50.758Z Checking syn v2.0.117
24492026-07-17T04:14:50.844Z Checking ipnetwork v0.21.1
24502026-07-17T04:14:50.981Z Checking tower-http v0.6.8
24512026-07-17T04:14:51.028Z Checking block-buffer v0.12.1
24522026-07-17T04:14:51.067Z Checking block-padding v0.4.2
24532026-07-17T04:14:51.194Z Checking crypto-common v0.2.2
24542026-07-17T04:14:51.206Z Checking anstyle-parse v1.0.0
24552026-07-17T04:14:51.264Z Checking rustls-native-certs v0.8.3
24562026-07-17T04:14:51.298Z Checking rand_chacha v0.3.1
24572026-07-17T04:14:51.351Z Checking thiserror v1.0.69
24582026-07-17T04:14:51.392Z Checking scroll v0.12.0
24592026-07-17T04:14:51.449Z Checking hash32 v0.2.1
24602026-07-17T04:14:51.506Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-07-17T04:14:51.606Z Checking md-5 v0.10.6
24622026-07-17T04:14:51.619Z Checking signature v2.2.0
24632026-07-17T04:14:51.625Z Checking num-integer v0.1.46
24642026-07-17T04:14:51.740Z Checking serde_spanned v0.6.9
24652026-07-17T04:14:51.744Z Checking toml_datetime v0.6.11
24662026-07-17T04:14:51.793Z Checking hex v0.4.3
24672026-07-17T04:14:51.854Z Checking encoding_rs v0.8.35
24682026-07-17T04:14:51.877Z Checking mime v0.3.17
24692026-07-17T04:14:51.940Z Checking fallible-iterator v0.2.0
24702026-07-17T04:14:51.983Z Checking hyper v1.10.1
24712026-07-17T04:14:52.015Z Checking zlib-rs v0.6.2
24722026-07-17T04:14:52.034Z Checking psl-types v2.0.11
24732026-07-17T04:14:52.159Z Checking publicsuffix v2.3.0
24742026-07-17T04:14:52.223Z Checking postgres-protocol v0.6.10
24752026-07-17T04:14:52.324Z Checking num-iter v0.1.45
24762026-07-17T04:14:52.432Z Checking goblin v0.8.2
24772026-07-17T04:14:52.432Z Checking zstd-safe v7.2.4
24782026-07-17T04:14:52.509Z Checking heapless v0.7.17
24792026-07-17T04:14:52.590Z Checking rand v0.8.6
24802026-07-17T04:14:52.805Z Checking anstream v1.0.0
24812026-07-17T04:14:52.829Z Checking dof v0.4.0
24822026-07-17T04:14:52.899Z Checking flate2 v1.1.9
24832026-07-17T04:14:52.928Z Checking hyper-util v0.1.20
24842026-07-17T04:14:52.928Z Checking cookie v0.18.1
24852026-07-17T04:14:53.020Z Checking inout v0.2.2
24862026-07-17T04:14:53.085Z Checking oxnet v0.1.6
24872026-07-17T04:14:53.096Z Compiling iddqd v0.4.2
24882026-07-17T04:14:53.149Z Checking tokio-rustls v0.26.4
24892026-07-17T04:14:53.166Z Checking dtrace-parser v0.3.0
24902026-07-17T04:14:53.192Z Checking phf_shared v0.13.1
24912026-07-17T04:14:53.333Z Checking lazy_static v1.5.0
24922026-07-17T04:14:53.370Z Checking anstyle-parse v0.2.7
24932026-07-17T04:14:53.389Z Checking pin-project v1.1.11
24942026-07-17T04:14:53.406Z Checking zerocopy v0.7.35
24952026-07-17T04:14:53.425Z Checking bzip2-sys v0.1.13+1.0.8
24962026-07-17T04:14:53.435Z Checking signal-hook v0.3.18
24972026-07-17T04:14:53.475Z Checking terminal_size v0.4.3
24982026-07-17T04:14:53.501Z Checking futures-executor v0.3.32
24992026-07-17T04:14:53.519Z Checking ff v0.13.1
25002026-07-17T04:14:53.584Z Checking thread-id v5.1.0
25012026-07-17T04:14:53.619Z Checking same-file v1.0.6
25022026-07-17T04:14:53.640Z Checking strsim v0.11.1
25032026-07-17T04:14:53.655Z Checking foldhash v0.2.0
25042026-07-17T04:14:53.673Z Compiling rayon-core v1.13.0
25052026-07-17T04:14:53.742Z Checking managed v0.8.0
25062026-07-17T04:14:53.802Z Checking winnow v0.5.40
25072026-07-17T04:14:53.802Z Checking either v1.15.0
25082026-07-17T04:14:53.856Z Checking foldhash v0.1.5
25092026-07-17T04:14:53.888Z Checking libbz2-rs-sys v0.2.2
25102026-07-17T04:14:53.924Z Checking bumpalo v3.20.2
25112026-07-17T04:14:53.980Z Checking clap_lex v1.0.0
25122026-07-17T04:14:53.991Z Checking base16ct v0.2.0
25132026-07-17T04:14:54.112Z Checking bitflags v1.3.2
25142026-07-17T04:14:54.115Z Checking sec1 v0.7.3
25152026-07-17T04:14:54.136Z Checking clap_builder v4.6.0
25162026-07-17T04:14:54.183Z Checking smoltcp v0.9.1
25172026-07-17T04:14:54.215Z Checking hyper-tls v0.6.0
25182026-07-17T04:14:54.282Z Checking bzip2 v0.6.1
25192026-07-17T04:14:54.330Z Checking hyper-rustls v0.27.7
25202026-07-17T04:14:54.348Z Checking dof v0.3.0
25212026-07-17T04:14:54.385Z Checking reqwest v0.12.28
25222026-07-17T04:14:54.402Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-07-17T04:14:54.445Z Checking zopfli v0.8.3
25242026-07-17T04:14:54.551Z Checking hashbrown v0.15.5
25252026-07-17T04:14:54.611Z Checking hashbrown v0.16.1
25262026-07-17T04:14:54.626Z Checking walkdir v2.5.0
25272026-07-17T04:14:54.782Z Checking usdt-impl v0.6.0
25282026-07-17T04:14:54.785Z Checking futures v0.3.32
25292026-07-17T04:14:54.785Z Checking group v0.13.0
25302026-07-17T04:14:54.867Z Checking signal-hook-mio v0.2.5
25312026-07-17T04:14:54.950Z Checking anstream v0.6.21
25322026-07-17T04:14:54.970Z Checking bzip2 v0.4.4
25332026-07-17T04:14:54.982Z Checking toml_edit v0.19.15
25342026-07-17T04:14:55.014Z Checking snafu v0.8.9
25352026-07-17T04:14:55.063Z Checking num-bigint-dig v0.8.6
25362026-07-17T04:14:55.113Z Checking phf v0.13.1
25372026-07-17T04:14:55.142Z Checking cookie_store v0.22.1
25382026-07-17T04:14:55.146Z Checking cipher v0.5.2
25392026-07-17T04:14:55.253Z Checking zstd v0.13.3
25402026-07-17T04:14:55.264Z Checking postgres-types v0.2.12
25412026-07-17T04:14:55.364Z Checking ed25519 v2.2.3
25422026-07-17T04:14:55.386Z Checking dtrace-parser v0.2.0
25432026-07-17T04:14:55.398Z Checking rustls-platform-verifier v0.6.2
25442026-07-17T04:14:55.440Z Checking crossbeam-deque v0.8.6
25452026-07-17T04:14:55.481Z Checking globset v0.4.18
25462026-07-17T04:14:55.528Z Checking regex v1.12.3
25472026-07-17T04:14:55.543Z Checking phf_shared v0.11.3
25482026-07-17T04:14:55.571Z Checking hkdf v0.12.4
25492026-07-17T04:14:55.629Z Checking olpc-cjson v0.1.4
25502026-07-17T04:14:55.632Z Checking ref-cast v1.0.25
25512026-07-17T04:14:55.700Z Checking curve25519-dalek v4.1.3
25522026-07-17T04:14:55.701Z Checking strum v0.27.2
25532026-07-17T04:14:55.733Z Checking pkcs1 v0.7.5
25542026-07-17T04:14:55.744Z Checking hubpack v0.1.2
25552026-07-17T04:14:55.763Z Checking memoffset v0.9.1
25562026-07-17T04:14:55.813Z Checking rustix v0.38.44
25572026-07-17T04:14:55.825Z Checking pem v3.0.6
25582026-07-17T04:14:55.838Z Checking float-cmp v0.10.0
25592026-07-17T04:14:55.907Z Checking serde-big-array v0.5.1
25602026-07-17T04:14:55.910Z Checking erased-serde v0.3.31
25612026-07-17T04:14:55.940Z Checking serde_plain v1.0.2
25622026-07-17T04:14:55.961Z Checking crypto-bigint v0.5.5
25632026-07-17T04:14:55.980Z Checking thread-id v4.2.2
25642026-07-17T04:14:56.039Z Checking memmap2 v0.9.10
25652026-07-17T04:14:56.059Z Checking env_filter v1.0.0
25662026-07-17T04:14:56.078Z Checking new_debug_unreachable v1.0.6
25672026-07-17T04:14:56.090Z Checking const-oid v0.10.2
25682026-07-17T04:14:56.143Z Checking jiff v0.2.21
25692026-07-17T04:14:56.196Z Checking predicates-core v1.0.10
25702026-07-17T04:14:56.196Z Checking static_assertions v1.1.0
25712026-07-17T04:14:56.238Z Checking winnow v1.0.3
25722026-07-17T04:14:56.263Z Checking difflib v0.4.0
25732026-07-17T04:14:56.305Z Checking normalize-line-endings v0.3.0
25742026-07-17T04:14:56.324Z Checking fixedbitset v0.5.7
25752026-07-17T04:14:56.393Z Checking unicode-segmentation v1.12.0
25762026-07-17T04:14:56.438Z Checking winnow v0.7.14
25772026-07-17T04:14:56.499Z Checking fixedbitset v0.4.2
25782026-07-17T04:14:56.518Z Checking typed-path v0.9.3
25792026-07-17T04:14:56.531Z Checking toml_write v0.1.2
25802026-07-17T04:14:56.637Z Checking cpufeatures v0.3.0
25812026-07-17T04:14:56.647Z Checking precomputed-hash v0.1.1
25822026-07-17T04:14:56.694Z Checking keccak v0.1.6
25832026-07-17T04:14:56.706Z Checking whoami v2.1.0
25842026-07-17T04:14:56.709Z Checking data-encoding v2.10.0
25852026-07-17T04:14:56.728Z Checking string_cache v0.8.9
25862026-07-17T04:14:56.860Z Checking sha3 v0.10.8
25872026-07-17T04:14:56.890Z Checking tokio-postgres v0.7.16
25882026-07-17T04:14:56.893Z Checking chacha20 v0.10.0
25892026-07-17T04:14:56.893Z Checking elliptic-curve v0.13.8
25902026-07-17T04:14:56.985Z Checking hickory-proto v0.25.2
25912026-07-17T04:14:57.066Z Checking similar v2.7.0
25922026-07-17T04:14:57.166Z Checking petgraph v0.6.5
25932026-07-17T04:14:57.214Z Checking crossterm v0.28.1
25942026-07-17T04:14:57.314Z Checking tough v0.22.0
25952026-07-17T04:14:57.453Z Checking toml_parser v1.1.2+spec-1.1.0
25962026-07-17T04:14:57.646Z Checking toml_edit v0.22.27
25972026-07-17T04:14:57.776Z Checking petgraph v0.8.3
25982026-07-17T04:14:57.920Z Checking ed25519-dalek v2.2.0
25992026-07-17T04:14:58.157Z Checking predicates v3.1.4
26002026-07-17T04:14:58.194Z Checking slog v2.8.2
26012026-07-17T04:14:58.389Z Checking zip v4.6.1
26022026-07-17T04:14:58.431Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26032026-07-17T04:14:58.455Z Checking digest v0.11.3
26042026-07-17T04:14:58.465Z Checking env_logger v0.11.9
26052026-07-17T04:14:58.630Z Checking usdt v0.6.0
26062026-07-17T04:14:58.659Z Checking toml v0.7.8
26072026-07-17T04:14:58.761Z Checking usdt-impl v0.5.0
26082026-07-17T04:14:58.800Z Checking rsa v0.9.10
26092026-07-17T04:14:58.964Z Checking nix v0.31.2
26102026-07-17T04:14:59.277Z Checking reqwest v0.13.2
26112026-07-17T04:14:59.352Z Checking clap v4.6.1
26122026-07-17T04:14:59.376Z Checking zip v0.6.6
26132026-07-17T04:14:59.406Z Checking itertools v0.13.0
26142026-07-17T04:14:59.427Z Checking serde_with v3.21.0
26152026-07-17T04:14:59.712Z Checking byte-wrapper v0.1.0
26162026-07-17T04:14:59.861Z Checking strum v0.26.3
26172026-07-17T04:14:59.893Z Checking fs-err v3.3.0
26182026-07-17T04:14:59.914Z Checking ahash v0.8.12
26192026-07-17T04:14:59.969Z Checking tokio-stream v0.1.18
26202026-07-17T04:15:00.111Z Checking object v0.37.3
26212026-07-17T04:15:00.124Z Checking buf-list v1.1.2
26222026-07-17T04:15:00.182Z Checking camino v1.2.2
26232026-07-17T04:15:00.194Z Checking anyhow v1.0.102
26242026-07-17T04:15:00.305Z Checking x509-cert v0.2.5
26252026-07-17T04:15:00.353Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26262026-07-17T04:15:00.385Z Checking openapiv3 v2.2.0
26272026-07-17T04:15:00.427Z Checking peg-runtime v0.8.5
26282026-07-17T04:15:00.446Z Checking lalrpop-util v0.19.12
26292026-07-17T04:15:00.566Z Checking rayon v1.11.0
26302026-07-17T04:15:00.620Z Checking sigpipe v0.1.3
26312026-07-17T04:15:00.630Z Checking glob v0.3.3
26322026-07-17T04:15:02.314Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-07-17T04:15:02.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.45s
26342026-07-17T04:15:02.760Z
26352026-07-17T04:15:02.760Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26362026-07-17T04:15:03.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-07-17T04:15:03.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-07-17T04:15:03.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-07-17T04:15:03.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26402026-07-17T04:15:03.272Z
26412026-07-17T04:15:03.272Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26422026-07-17T04:15:03.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-07-17T04:15:03.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-07-17T04:15:03.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-07-17T04:15:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26462026-07-17T04:15:03.810Z
26472026-07-17T04:15:03.810Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26482026-07-17T04:15:04.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-07-17T04:15:04.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-07-17T04:15:04.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-07-17T04:15:04.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26522026-07-17T04:15:04.367Z
26532026-07-17T04:15:04.367Zinfo: running `cargo check --bins` on oxql-types (80/301)
26542026-07-17T04:15:04.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-07-17T04:15:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-07-17T04:15:04.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-07-17T04:15:04.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26582026-07-17T04:15:04.908Z
26592026-07-17T04:15:04.908Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26602026-07-17T04:15:05.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-07-17T04:15:05.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-07-17T04:15:05.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-07-17T04:15:05.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26642026-07-17T04:15:05.454Z
26652026-07-17T04:15:05.454Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26662026-07-17T04:15:05.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-07-17T04:15:05.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-07-17T04:15:05.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-07-17T04:15:05.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26702026-07-17T04:15:06.004Z
26712026-07-17T04:15:06.004Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26722026-07-17T04:15:06.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-07-17T04:15:06.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-07-17T04:15:06.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-07-17T04:15:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26762026-07-17T04:15:06.530Z
26772026-07-17T04:15:06.530Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26782026-07-17T04:15:06.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-07-17T04:15:06.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-07-17T04:15:07.175Z Compiling structmeta-derive v0.3.0
26812026-07-17T04:15:07.293Z Compiling multer v3.1.0
26822026-07-17T04:15:07.302Z Compiling async-stream-impl v0.3.6
26832026-07-17T04:15:07.305Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842026-07-17T04:15:07.321Z Compiling dropshot v0.17.1
26852026-07-17T04:15:07.337Z Compiling newtype-uuid-macros v0.1.0
26862026-07-17T04:15:07.340Z Compiling dropshot_endpoint v0.17.1
26872026-07-17T04:15:07.361Z Checking newtype-uuid v1.3.2
26882026-07-17T04:15:07.531Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-07-17T04:15:07.547Z Checking daft v0.1.7
26902026-07-17T04:15:07.591Z Checking thread_local v1.1.9
26912026-07-17T04:15:07.700Z Checking match_cfg v0.1.0
26922026-07-17T04:15:07.767Z Checking compression-core v0.4.31
26932026-07-17T04:15:07.781Z Checking iddqd v0.4.2
26942026-07-17T04:15:07.796Z Checking hostname v0.3.1
26952026-07-17T04:15:07.888Z Checking compression-codecs v0.4.37
26962026-07-17T04:15:07.903Z Checking crossbeam-channel v0.5.15
26972026-07-17T04:15:07.907Z Checking atomicwrites v0.4.4
26982026-07-17T04:15:07.938Z Checking slog-json v2.6.1
26992026-07-17T04:15:08.040Z Checking serde_spanned v1.1.1
27002026-07-17T04:15:08.057Z Checking is-terminal v0.4.17
27012026-07-17T04:15:08.092Z Checking toml_datetime v1.1.1+spec-1.1.0
27022026-07-17T04:15:08.108Z Checking debug-ignore v1.0.5
27032026-07-17T04:15:08.141Z Checking toml_writer v1.1.1+spec-1.1.0
27042026-07-17T04:15:08.176Z Checking term v1.2.1
27052026-07-17T04:15:08.199Z Checking take_mut v0.2.2
27062026-07-17T04:15:08.241Z Checking slog-bunyan v2.5.0
27072026-07-17T04:15:08.289Z Checking async-compression v0.4.41
27082026-07-17T04:15:08.302Z Checking slog-async v2.8.0
27092026-07-17T04:15:08.316Z Checking toml v1.1.2+spec-1.1.0
27102026-07-17T04:15:08.351Z Checking async-stream v0.3.6
27112026-07-17T04:15:08.367Z Compiling structmeta v0.3.0
27122026-07-17T04:15:08.390Z Checking slog-term v2.9.2
27132026-07-17T04:15:08.469Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27142026-07-17T04:15:08.483Z Checking progenitor-client v0.14.0
27152026-07-17T04:15:08.536Z Checking sha1 v0.11.0
27162026-07-17T04:15:08.575Z Compiling derive-ex v0.1.8
27172026-07-17T04:15:08.578Z Compiling parse-display-derive v0.10.0
27182026-07-17T04:15:08.709Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27192026-07-17T04:15:08.723Z Checking waitgroup v0.1.2
27202026-07-17T04:15:08.728Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-07-17T04:15:08.809Z Checking rustls-pemfile v2.2.0
27222026-07-17T04:15:08.824Z Checking backon v1.6.0
27232026-07-17T04:15:08.841Z Checking serde_path_to_error v0.1.20
27242026-07-17T04:15:08.860Z Checking hostname v0.4.2
27252026-07-17T04:15:08.891Z Checking instant v0.1.13
27262026-07-17T04:15:08.975Z Checking backoff v0.4.0
27272026-07-17T04:15:08.989Z Checking progenitor-extras v0.2.0
27282026-07-17T04:15:09.114Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27292026-07-17T04:15:09.147Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-07-17T04:15:09.160Z Checking itertools v0.14.0
27312026-07-17T04:15:09.203Z Checking regress v0.10.5
27322026-07-17T04:15:09.348Z Checking macaddr v1.0.1
27332026-07-17T04:15:09.683Z Checking humantime v2.3.0
27342026-07-17T04:15:10.275Z Compiling test-strategy v0.4.5
27352026-07-17T04:15:10.291Z Checking parse-display v0.10.0
27362026-07-17T04:15:10.910Z Compiling prettyplease v0.2.37
27372026-07-17T04:15:11.101Z Checking num-rational v0.4.2
27382026-07-17T04:15:11.321Z Checking num-complex v0.4.6
27392026-07-17T04:15:11.782Z Compiling num v0.4.3
27402026-07-17T04:15:11.832Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-17T04:15:11.888Z Compiling usdt-macro v0.5.0
27422026-07-17T04:15:11.913Z Compiling usdt-attr-macro v0.5.0
27432026-07-17T04:15:12.014Z Checking memmap v0.7.0
27442026-07-17T04:15:12.135Z Checking float-ord v0.3.2
27452026-07-17T04:15:12.191Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-07-17T04:15:12.358Z Checking unicode-width v0.2.0
27472026-07-17T04:15:12.389Z Compiling convert_case v0.4.0
27482026-07-17T04:15:12.601Z Checking newline-converter v0.3.0
27492026-07-17T04:15:12.617Z Checking console v0.15.11
27502026-07-17T04:15:12.684Z Checking usdt v0.5.0
27512026-07-17T04:15:12.723Z Compiling toml v0.8.23
27522026-07-17T04:15:12.780Z Compiling derive_more v0.99.20
27532026-07-17T04:15:12.859Z Compiling minimal-lexical v0.2.1
27542026-07-17T04:15:12.888Z Checking linked-hash-map v0.5.6
27552026-07-17T04:15:13.074Z Checking lru-cache v0.1.2
27562026-07-17T04:15:13.118Z Compiling nom v7.1.3
27572026-07-17T04:15:13.194Z Checking expectorate v1.2.0
27582026-07-17T04:15:13.571Z Checking camino-tempfile v1.4.1
27592026-07-17T04:15:13.704Z Checking hickory-proto v0.24.4
27602026-07-17T04:15:13.740Z Checking phf_shared v0.12.1
27612026-07-17T04:15:13.848Z Compiling slog-dtrace v0.3.0
27622026-07-17T04:15:13.877Z Checking heck v0.5.0
27632026-07-17T04:15:14.051Z Checking resolv-conf v0.7.6
27642026-07-17T04:15:14.315Z Compiling unicode-xid v0.2.6
27652026-07-17T04:15:14.333Z Compiling chrono-tz v0.10.4
27662026-07-17T04:15:14.361Z Compiling const_format_proc_macros v0.2.34
27672026-07-17T04:15:14.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-07-17T04:15:14.584Z Checking phf v0.12.1
27692026-07-17T04:15:14.728Z Checking tokio-dtrace v0.1.1
27702026-07-17T04:15:14.918Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-07-17T04:15:14.971Z Compiling derive-where v1.6.0
27722026-07-17T04:15:15.412Z Checking highway v1.3.0
27732026-07-17T04:15:15.437Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27742026-07-17T04:15:15.439Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-07-17T04:15:15.517Z Checking hickory-resolver v0.24.4
27762026-07-17T04:15:15.611Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-07-17T04:15:16.177Z Checking const_format v0.2.35
27782026-07-17T04:15:16.344Z Checking oxide-tokio-rt v0.1.4
27792026-07-17T04:15:16.367Z Checking qorb v0.4.1
27802026-07-17T04:15:16.696Z Checking gethostname v0.5.0
27812026-07-17T04:15:16.724Z Checking bcs v0.1.6
27822026-07-17T04:15:16.724Z Checking termtree v0.5.1
27832026-07-17T04:15:16.998Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-07-17T04:15:17.033Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-07-17T04:15:17.228Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27862026-07-17T04:15:17.228Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27872026-07-17T04:15:20.080Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27882026-07-17T04:15:22.558Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27892026-07-17T04:15:24.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.09s
27902026-07-17T04:15:24.823Z
27912026-07-17T04:15:24.823Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27922026-07-17T04:15:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-07-17T04:15:25.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-07-17T04:15:25.446Z Compiling ar_archive_writer v0.5.1
27952026-07-17T04:15:25.543Z Compiling stacker v0.1.23
27962026-07-17T04:15:25.556Z Compiling cfg_aliases v0.1.1
27972026-07-17T04:15:25.590Z Compiling convert_case v0.10.0
27982026-07-17T04:15:25.590Z Checking unicode-width v0.1.14
27992026-07-17T04:15:25.602Z Compiling proc-macro-error v1.0.4
28002026-07-17T04:15:25.602Z Checking fd-lock v4.0.4
28012026-07-17T04:15:25.602Z Checking nibble_vec v0.1.0
28022026-07-17T04:15:25.643Z Compiling nix v0.28.0
28032026-07-17T04:15:25.720Z Checking vte v0.14.1
28042026-07-17T04:15:25.827Z Compiling recursive-proc-macro-impl v0.1.1
28052026-07-17T04:15:25.842Z Checking bytecount v0.6.9
28062026-07-17T04:15:25.854Z Checking endian-type v0.1.2
28072026-07-17T04:15:25.872Z Compiling derive_more-impl v2.1.1
28082026-07-17T04:15:25.886Z Checking strip-ansi-escapes v0.2.1
28092026-07-17T04:15:25.898Z Compiling tabled_derive v0.7.0
28102026-07-17T04:15:25.943Z Checking papergrid v0.11.0
28112026-07-17T04:15:25.974Z Checking radix_trie v0.2.1
28122026-07-17T04:15:25.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-07-17T04:15:26.171Z Compiling peg-macros v0.8.5
28142026-07-17T04:15:26.184Z Compiling sqlparser_derive v0.5.0
28152026-07-17T04:15:26.432Z Compiling psm v0.1.30
28162026-07-17T04:15:26.473Z Checking winnow v0.6.26
28172026-07-17T04:15:26.567Z Checking unicode_categories v0.1.1
28182026-07-17T04:15:26.689Z Checking derive_more v2.1.1
28192026-07-17T04:15:26.724Z Checking nu-ansi-term v0.50.3
28202026-07-17T04:15:26.765Z Checking home v0.5.12
28212026-07-17T04:15:26.873Z Checking crossterm v0.29.0
28222026-07-17T04:15:26.885Z Checking tabled v0.15.0
28232026-07-17T04:15:26.932Z Checking reedline v0.40.0
28242026-07-17T04:15:26.961Z Checking rustyline v14.0.0
28252026-07-17T04:15:27.007Z Checking display-error-chain v0.2.2
28262026-07-17T04:15:27.212Z Checking recursive v0.1.1
28272026-07-17T04:15:27.302Z Checking sqlparser v0.61.0
28282026-07-17T04:15:27.483Z Checking peg v0.8.5
28292026-07-17T04:15:27.630Z Checking sqlformat v0.3.5
28302026-07-17T04:15:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
28312026-07-17T04:15:38.794Z
28322026-07-17T04:15:38.794Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28332026-07-17T04:15:39.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-07-17T04:15:39.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-07-17T04:15:39.430Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-07-17T04:15:42.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28372026-07-17T04:15:43.085Z
28382026-07-17T04:15:43.085Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28392026-07-17T04:15:43.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-07-17T04:15:43.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-07-17T04:15:43.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-07-17T04:15:46.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28432026-07-17T04:15:46.399Z
28442026-07-17T04:15:46.399Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28452026-07-17T04:15:46.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-07-17T04:15:46.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-07-17T04:15:48.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-07-17T04:15:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28492026-07-17T04:15:50.472Z
28502026-07-17T04:15:50.472Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28512026-07-17T04:15:50.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-17T04:15:50.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-17T04:15:51.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-17T04:15:54.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28552026-07-17T04:15:54.632Z
28562026-07-17T04:15:54.632Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28572026-07-17T04:15:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-17T04:15:55.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-17T04:15:55.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-17T04:15:57.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28612026-07-17T04:15:58.060Z
28622026-07-17T04:15:58.060Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28632026-07-17T04:15:58.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-17T04:15:58.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-17T04:15:58.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-17T04:16:01.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28672026-07-17T04:16:01.507Z
28682026-07-17T04:16:01.507Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28692026-07-17T04:16:01.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-17T04:16:01.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-17T04:16:02.144Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-17T04:16:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28732026-07-17T04:16:05.773Z
28742026-07-17T04:16:05.773Zinfo: running `cargo check --bins` on oximeter (93/301)
28752026-07-17T04:16:06.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-17T04:16:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-17T04:16:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-07-17T04:16:06.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28792026-07-17T04:16:06.318Z
28802026-07-17T04:16:06.318Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28812026-07-17T04:16:06.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-17T04:16:06.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-17T04:16:06.921Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-07-17T04:16:07.078Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-07-17T04:16:07.105Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-07-17T04:16:07.431Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-07-17T04:16:10.040Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-07-17T04:16:11.202Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-07-17T04:16:11.400Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-07-17T04:16:12.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
28912026-07-17T04:16:12.229Z
28922026-07-17T04:16:12.229Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28932026-07-17T04:16:12.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-17T04:16:12.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-17T04:16:12.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-17T04:16:12.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28972026-07-17T04:16:12.812Z
28982026-07-17T04:16:12.812Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
28992026-07-17T04:16:13.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-17T04:16:13.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-17T04:16:13.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-07-17T04:16:13.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-07-17T04:16:13.364Z
29042026-07-17T04:16:13.365Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29052026-07-17T04:16:13.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-17T04:16:13.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-17T04:16:13.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-17T04:16:13.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29092026-07-17T04:16:13.921Z
29102026-07-17T04:16:13.922Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29112026-07-17T04:16:14.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-17T04:16:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-17T04:16:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-17T04:16:14.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29152026-07-17T04:16:14.492Z
29162026-07-17T04:16:14.493Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29172026-07-17T04:16:14.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-17T04:16:14.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-17T04:16:14.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-17T04:16:14.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29212026-07-17T04:16:15.034Z
29222026-07-17T04:16:15.034Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29232026-07-17T04:16:16.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-17T04:16:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-17T04:16:16.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-17T04:16:16.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29272026-07-17T04:16:16.427Z
29282026-07-17T04:16:16.427Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29292026-07-17T04:16:16.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-17T04:16:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-17T04:16:16.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-17T04:16:16.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29332026-07-17T04:16:16.427Z
29342026-07-17T04:16:16.427Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29352026-07-17T04:16:16.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-17T04:16:16.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-17T04:16:16.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-17T04:16:16.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29392026-07-17T04:16:16.679Z
29402026-07-17T04:16:16.679Zinfo: running `cargo check --bins` on update-engine (103/301)
29412026-07-17T04:16:17.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-17T04:16:17.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-17T04:16:17.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-07-17T04:16:17.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29452026-07-17T04:16:17.214Z
29462026-07-17T04:16:17.214Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29472026-07-17T04:16:17.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-07-17T04:16:17.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-07-17T04:16:17.897Z Compiling darling_core v0.21.3
29502026-07-17T04:16:18.014Z Compiling crucible-workspace-hack v0.1.0
29512026-07-17T04:16:18.020Z Checking secrecy v0.10.3
29522026-07-17T04:16:18.029Z Compiling heapless v0.8.0
29532026-07-17T04:16:18.033Z Compiling toml_datetime v0.7.5+spec-1.1.0
29542026-07-17T04:16:18.043Z Checking hash32 v0.3.1
29552026-07-17T04:16:18.047Z Checking inout v0.1.4
29562026-07-17T04:16:18.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-17T04:16:18.117Z Compiling smoltcp v0.11.0
29582026-07-17T04:16:18.166Z Checking cipher v0.4.4
29592026-07-17T04:16:18.188Z Compiling toml_edit v0.23.10+spec-1.0.0
29602026-07-17T04:16:18.271Z Checking cobs v0.3.0
29612026-07-17T04:16:18.284Z Checking universal-hash v0.5.1
29622026-07-17T04:16:18.322Z Compiling thiserror-impl-no-std v2.0.2
29632026-07-17T04:16:18.523Z Checking half v2.7.1
29642026-07-17T04:16:18.548Z Checking opaque-debug v0.3.1
29652026-07-17T04:16:18.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-07-17T04:16:18.548Z Checking ciborium-io v0.2.2
29672026-07-17T04:16:18.548Z Checking poly1305 v0.8.0
29682026-07-17T04:16:18.567Z Checking postcard v1.1.3
29692026-07-17T04:16:18.615Z Checking ciborium-ll v0.2.2
29702026-07-17T04:16:18.629Z Checking chacha20 v0.9.1
29712026-07-17T04:16:18.775Z Compiling proc-macro-crate v3.4.0
29722026-07-17T04:16:18.819Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29732026-07-17T04:16:18.827Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29742026-07-17T04:16:18.856Z Checking password-hash v0.5.0
29752026-07-17T04:16:19.081Z Checking blake2 v0.10.6
29762026-07-17T04:16:19.099Z Compiling proc-macro-crate v1.3.1
29772026-07-17T04:16:19.198Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29782026-07-17T04:16:19.228Z Checking aead v0.5.2
29792026-07-17T04:16:19.319Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29802026-07-17T04:16:19.332Z Compiling num_enum_derive v0.7.6
29812026-07-17T04:16:19.368Z Compiling foreign-types-macros v0.2.3
29822026-07-17T04:16:19.434Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29832026-07-17T04:16:19.510Z Checking foreign-types-shared v0.3.1
29842026-07-17T04:16:19.515Z Checking thiserror-no-std v2.0.2
29852026-07-17T04:16:19.536Z Compiling num_enum_derive v0.5.11
29862026-07-17T04:16:19.601Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29872026-07-17T04:16:19.614Z Checking vsss-rs v3.3.4
29882026-07-17T04:16:19.685Z Checking chacha20poly1305 v0.10.1
29892026-07-17T04:16:19.814Z Checking argon2 v0.5.3
29902026-07-17T04:16:19.978Z Checking foreign-types v0.5.0
29912026-07-17T04:16:20.097Z Checking ciborium v0.2.2
29922026-07-17T04:16:20.181Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29932026-07-17T04:16:20.276Z Checking tabwriter v1.4.1
29942026-07-17T04:16:20.394Z Checking num_enum v0.7.6
29952026-07-17T04:16:20.427Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-17T04:16:20.472Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-17T04:16:20.485Z Checking cstr-argument v0.1.2
29982026-07-17T04:16:20.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-07-17T04:16:20.538Z Compiling darling_macro v0.21.3
30002026-07-17T04:16:20.575Z Checking num_enum v0.5.11
30012026-07-17T04:16:20.601Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30022026-07-17T04:16:20.704Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-17T04:16:20.745Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-07-17T04:16:20.761Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-07-17T04:16:20.807Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30062026-07-17T04:16:20.870Z Checking rand v0.10.1
30072026-07-17T04:16:20.904Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-07-17T04:16:20.967Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-07-17T04:16:21.011Z Checking colored v3.1.1
30102026-07-17T04:16:21.026Z Checking indent_write v2.2.0
30112026-07-17T04:16:21.074Z Compiling darling v0.21.3
30122026-07-17T04:16:21.118Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30132026-07-17T04:16:21.166Z Compiling zone_cfg_derive v0.3.1
30142026-07-17T04:16:21.170Z Compiling ingot-macros v0.1.1
30152026-07-17T04:16:21.210Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30162026-07-17T04:16:21.337Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30172026-07-17T04:16:21.337Z Checking itertools v0.12.1
30182026-07-17T04:16:21.391Z Compiling num-derive v0.4.2
30192026-07-17T04:16:21.394Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-07-17T04:16:21.419Z Checking swrite v0.1.0
30212026-07-17T04:16:21.516Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-07-17T04:16:21.623Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30232026-07-17T04:16:21.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-07-17T04:16:21.823Z Checking dropshot-api-manager-types v0.7.2
30252026-07-17T04:16:21.834Z Checking smf v0.2.3
30262026-07-17T04:16:21.894Z Checking nanorand v0.7.0
30272026-07-17T04:16:21.910Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-07-17T04:16:21.987Z Checking whoami v1.6.1
30292026-07-17T04:16:22.078Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-07-17T04:16:22.092Z Checking flume v0.11.1
30312026-07-17T04:16:22.339Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30322026-07-17T04:16:22.348Z Checking zone v0.3.1
30332026-07-17T04:16:23.349Z Checking ingot-types v0.1.2
30342026-07-17T04:16:23.668Z Checking ingot v0.1.1
30352026-07-17T04:16:25.059Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30362026-07-17T04:16:26.016Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30372026-07-17T04:16:26.918Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30382026-07-17T04:16:28.421Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30392026-07-17T04:16:30.488Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30402026-07-17T04:16:31.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30412026-07-17T04:16:31.757Z
30422026-07-17T04:16:31.757Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30432026-07-17T04:16:32.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-17T04:16:32.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-17T04:16:32.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-17T04:16:32.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30472026-07-17T04:16:32.304Z
30482026-07-17T04:16:32.304Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30492026-07-17T04:16:32.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-17T04:16:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-17T04:16:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-17T04:16:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30532026-07-17T04:16:32.851Z
30542026-07-17T04:16:32.851Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30552026-07-17T04:16:33.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-17T04:16:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-17T04:16:33.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-17T04:16:33.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30592026-07-17T04:16:33.408Z
30602026-07-17T04:16:33.409Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30612026-07-17T04:16:33.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-17T04:16:33.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-17T04:16:33.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-17T04:16:33.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30652026-07-17T04:16:33.965Z
30662026-07-17T04:16:33.965Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30672026-07-17T04:16:34.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-17T04:16:34.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-17T04:16:34.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-17T04:16:34.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30712026-07-17T04:16:34.515Z
30722026-07-17T04:16:34.515Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30732026-07-17T04:16:34.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-17T04:16:34.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-17T04:16:34.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-17T04:16:34.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30772026-07-17T04:16:35.067Z
30782026-07-17T04:16:35.067Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30792026-07-17T04:16:35.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-17T04:16:35.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-17T04:16:35.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-17T04:16:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30832026-07-17T04:16:35.623Z
30842026-07-17T04:16:35.623Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30852026-07-17T04:16:36.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-17T04:16:36.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-17T04:16:36.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-17T04:16:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30892026-07-17T04:16:36.155Z
30902026-07-17T04:16:36.156Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30912026-07-17T04:16:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-17T04:16:36.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-17T04:16:36.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-17T04:16:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30952026-07-17T04:16:36.718Z
30962026-07-17T04:16:36.718Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30972026-07-17T04:16:37.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-17T04:16:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-17T04:16:37.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-17T04:16:37.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31012026-07-17T04:16:37.263Z
31022026-07-17T04:16:37.263Zinfo: running `cargo check --bins` on installinator-client (115/301)
31032026-07-17T04:16:37.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-17T04:16:37.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-17T04:16:37.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-17T04:16:37.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31072026-07-17T04:16:37.829Z
31082026-07-17T04:16:37.829Zinfo: running `cargo check --bins` on nexus-client (116/301)
31092026-07-17T04:16:38.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-17T04:16:38.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-17T04:16:38.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-17T04:16:38.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-07-17T04:16:38.405Z
31142026-07-17T04:16:38.405Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31152026-07-17T04:16:38.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-17T04:16:38.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-17T04:16:38.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-17T04:16:38.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-07-17T04:16:38.996Z
31202026-07-17T04:16:38.996Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31212026-07-17T04:16:39.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-17T04:16:39.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-17T04:16:39.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-17T04:16:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31252026-07-17T04:16:39.536Z
31262026-07-17T04:16:39.536Zinfo: running `cargo check --bins` on oxide-client (119/301)
31272026-07-17T04:16:39.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-17T04:16:39.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-17T04:16:39.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-17T04:16:39.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31312026-07-17T04:16:40.075Z
31322026-07-17T04:16:40.075Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31332026-07-17T04:16:40.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-17T04:16:40.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-17T04:16:40.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-07-17T04:16:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31372026-07-17T04:16:40.635Z
31382026-07-17T04:16:40.635Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31392026-07-17T04:16:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-07-17T04:16:41.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-07-17T04:16:41.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-07-17T04:16:41.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31432026-07-17T04:16:41.175Z
31442026-07-17T04:16:41.175Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31452026-07-17T04:16:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-07-17T04:16:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-07-17T04:16:41.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-07-17T04:16:41.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31492026-07-17T04:16:41.738Z
31502026-07-17T04:16:41.738Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31512026-07-17T04:16:42.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-07-17T04:16:42.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-07-17T04:16:42.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-07-17T04:16:42.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31552026-07-17T04:16:42.318Z
31562026-07-17T04:16:42.318Zinfo: running `cargo check --bins` on installinator-common (124/301)
31572026-07-17T04:16:42.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-17T04:16:42.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-17T04:16:42.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-17T04:16:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31612026-07-17T04:16:42.891Z
31622026-07-17T04:16:42.891Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31632026-07-17T04:16:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-17T04:16:43.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-17T04:16:43.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-17T04:16:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31672026-07-17T04:16:43.446Z
31682026-07-17T04:16:43.446Zinfo: running `cargo check --bins` on wicket-common (126/301)
31692026-07-17T04:16:43.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-17T04:16:43.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-17T04:16:43.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-07-17T04:16:43.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31732026-07-17T04:16:43.997Z
31742026-07-17T04:16:43.997Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31752026-07-17T04:16:44.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-07-17T04:16:44.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-07-17T04:16:44.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-07-17T04:16:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31792026-07-17T04:16:44.553Z
31802026-07-17T04:16:44.553Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31812026-07-17T04:16:45.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-07-17T04:16:45.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-07-17T04:16:45.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-07-17T04:16:45.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31852026-07-17T04:16:45.110Z
31862026-07-17T04:16:45.110Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31872026-07-17T04:16:45.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-07-17T04:16:45.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-07-17T04:16:45.765Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31902026-07-17T04:16:45.878Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31912026-07-17T04:16:45.887Z Checking csv-core v0.1.13
31922026-07-17T04:16:45.895Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31932026-07-17T04:16:45.901Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31942026-07-17T04:16:45.965Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31952026-07-17T04:16:45.965Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31962026-07-17T04:16:45.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31972026-07-17T04:16:46.047Z Checking csv v1.4.0
31982026-07-17T04:16:46.070Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31992026-07-17T04:16:46.083Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32002026-07-17T04:16:46.112Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32012026-07-17T04:16:46.141Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32022026-07-17T04:16:46.390Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32032026-07-17T04:16:46.761Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32042026-07-17T04:16:46.761Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32052026-07-17T04:16:47.098Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32062026-07-17T04:16:53.272Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32072026-07-17T04:16:53.803Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32082026-07-17T04:16:56.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
32092026-07-17T04:16:56.364Z
32102026-07-17T04:16:56.364Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32112026-07-17T04:16:56.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-17T04:16:56.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-17T04:16:56.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-17T04:16:56.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32152026-07-17T04:16:56.912Z
32162026-07-17T04:16:56.912Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32172026-07-17T04:16:57.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-17T04:16:57.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-17T04:16:57.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-07-17T04:16:57.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32212026-07-17T04:16:57.548Z
32222026-07-17T04:16:57.548Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32232026-07-17T04:16:58.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-07-17T04:16:58.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-07-17T04:16:58.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-07-17T04:16:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32272026-07-17T04:16:58.182Z
32282026-07-17T04:16:58.182Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32292026-07-17T04:16:58.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-07-17T04:16:58.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-07-17T04:16:58.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-07-17T04:16:58.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32332026-07-17T04:16:58.784Z
32342026-07-17T04:16:58.784Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32352026-07-17T04:16:59.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-07-17T04:16:59.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-07-17T04:16:59.515Z Compiling regress v0.11.1
32382026-07-17T04:16:59.660Z Compiling unsafe-libyaml v0.2.11
32392026-07-17T04:16:59.670Z Compiling semver v0.1.20
32402026-07-17T04:16:59.670Z Compiling radium v0.7.0
32412026-07-17T04:16:59.692Z Checking nom v8.0.0
32422026-07-17T04:16:59.695Z Compiling maybe-uninit v2.0.0
32432026-07-17T04:16:59.696Z Checking tap v1.0.1
32442026-07-17T04:16:59.818Z Checking wyz v0.5.1
32452026-07-17T04:16:59.939Z Compiling rustc_version v0.1.7
32462026-07-17T04:17:00.007Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32472026-07-17T04:17:00.040Z Compiling zerocopy-derive v0.6.6
32482026-07-17T04:17:00.144Z Checking crc-catalog v2.4.0
32492026-07-17T04:17:00.158Z Compiling newtype_derive v0.1.6
32502026-07-17T04:17:00.236Z Compiling serde_yaml v0.9.34+deprecated
32512026-07-17T04:17:00.360Z Compiling owo-colors v4.3.0
32522026-07-17T04:17:00.396Z Compiling cancel-safe-futures v0.1.5
32532026-07-17T04:17:00.626Z Checking funty v2.0.0
32542026-07-17T04:17:00.706Z Compiling packed_struct v0.10.1
32552026-07-17T04:17:00.957Z Checking zerocopy v0.6.6
32562026-07-17T04:17:00.961Z Checking bitvec v1.0.1
32572026-07-17T04:17:01.124Z Checking crc v3.4.0
32582026-07-17T04:17:01.150Z Checking typify-impl v0.6.2
32592026-07-17T04:17:01.369Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-07-17T04:17:01.582Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32612026-07-17T04:17:01.686Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32622026-07-17T04:17:01.707Z Compiling packed_struct_codegen v0.10.1
32632026-07-17T04:17:01.907Z Checking libsw-core v0.3.2
32642026-07-17T04:17:01.923Z Compiling bitfield-macros v0.19.4
32652026-07-17T04:17:02.057Z Compiling indexmap v1.9.3
32662026-07-17T04:17:02.271Z Checking nodrop v0.1.14
32672026-07-17T04:17:02.300Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32682026-07-17T04:17:02.350Z Checking libsw v3.5.0
32692026-07-17T04:17:02.366Z Checking array-init v0.0.4
32702026-07-17T04:17:02.380Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-07-17T04:17:02.493Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32722026-07-17T04:17:02.655Z Checking bitfield v0.19.4
32732026-07-17T04:17:02.669Z Checking smallvec v0.6.14
32742026-07-17T04:17:02.722Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32752026-07-17T04:17:02.927Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32762026-07-17T04:17:02.932Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32772026-07-17T04:17:03.033Z Checking hashbrown v0.12.3
32782026-07-17T04:17:03.092Z Checking linear-map v1.2.0
32792026-07-17T04:17:03.118Z Checking smawk v0.3.2
32802026-07-17T04:17:03.251Z Checking unicode-linebreak v0.1.5
32812026-07-17T04:17:03.283Z Checking base64 v0.21.7
32822026-07-17T04:17:03.396Z Checking tagptr v0.2.0
32832026-07-17T04:17:03.419Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32842026-07-17T04:17:03.471Z Checking textwrap v0.16.2
32852026-07-17T04:17:03.504Z Checking ron v0.8.1
32862026-07-17T04:17:03.545Z Checking moka v0.12.13
32872026-07-17T04:17:03.695Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-07-17T04:17:03.769Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-07-17T04:17:03.851Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-07-17T04:17:03.867Z Checking serde-hex v0.1.0
32912026-07-17T04:17:04.035Z Checking steno v0.4.1
32922026-07-17T04:17:04.193Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-07-17T04:17:04.357Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-07-17T04:17:04.583Z Checking hashbrown v0.13.2
32952026-07-17T04:17:04.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-07-17T04:17:04.915Z Checking crc-any v2.5.0
32972026-07-17T04:17:04.984Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-17T04:17:05.020Z Checking object v0.30.4
32992026-07-17T04:17:05.062Z Checking hickory-resolver v0.25.2
33002026-07-17T04:17:05.094Z Checking sha1 v0.10.6
33012026-07-17T04:17:05.147Z Checking path-slash v0.1.5
33022026-07-17T04:17:05.254Z Checking half v1.8.3
33032026-07-17T04:17:05.267Z Checking utf-8 v0.7.6
33042026-07-17T04:17:05.421Z Checking void v1.0.2
33052026-07-17T04:17:05.429Z Checking tungstenite v0.23.0
33062026-07-17T04:17:05.449Z Checking serde_cbor v0.11.2
33072026-07-17T04:17:05.479Z Checking lzss v0.8.2
33082026-07-17T04:17:05.747Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33092026-07-17T04:17:05.794Z Compiling typify-macro v0.6.2
33102026-07-17T04:17:05.829Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33112026-07-17T04:17:05.843Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-07-17T04:17:05.857Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33132026-07-17T04:17:05.861Z Checking nix v0.27.1
33142026-07-17T04:17:05.884Z Checking kstat-rs v0.2.4
33152026-07-17T04:17:05.999Z Checking fxhash v0.2.1
33162026-07-17T04:17:06.077Z Checking serde_bytes v0.11.19
33172026-07-17T04:17:06.092Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-07-17T04:17:06.122Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-07-17T04:17:06.249Z Checking tokio-tungstenite v0.23.1
33202026-07-17T04:17:06.264Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-07-17T04:17:06.397Z Checking signal-hook-tokio v0.3.1
33222026-07-17T04:17:06.951Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-07-17T04:17:07.254Z Compiling typify v0.6.2
33242026-07-17T04:17:07.332Z Compiling progenitor-impl v0.14.0
33252026-07-17T04:17:07.860Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-07-17T04:17:08.169Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33272026-07-17T04:17:08.770Z Compiling progenitor-macro v0.14.0
33282026-07-17T04:17:11.093Z Checking progenitor v0.14.0
33292026-07-17T04:17:11.214Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33302026-07-17T04:17:11.217Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-07-17T04:17:13.895Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33322026-07-17T04:17:22.303Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33332026-07-17T04:17:29.063Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33342026-07-17T04:17:30.456Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33352026-07-17T04:17:30.946Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-07-17T04:17:33.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.23s
33372026-07-17T04:17:33.212Z
33382026-07-17T04:17:33.212Zinfo: running `cargo check --bins` on gateway-api (135/301)
33392026-07-17T04:17:33.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-07-17T04:17:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-07-17T04:17:33.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-07-17T04:17:33.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-07-17T04:17:33.764Z
33442026-07-17T04:17:33.764Zinfo: running `cargo check --bins` on ipcc (136/301)
33452026-07-17T04:17:34.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-07-17T04:17:34.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-07-17T04:17:34.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-07-17T04:17:34.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33492026-07-17T04:17:34.311Z
33502026-07-17T04:17:34.311Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33512026-07-17T04:17:34.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-07-17T04:17:34.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-07-17T04:17:34.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-07-17T04:17:34.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33552026-07-17T04:17:34.847Z
33562026-07-17T04:17:34.847Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33572026-07-17T04:17:35.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-07-17T04:17:35.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-07-17T04:17:35.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-07-17T04:17:35.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33612026-07-17T04:17:35.416Z
33622026-07-17T04:17:35.416Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33632026-07-17T04:17:35.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-07-17T04:17:35.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-07-17T04:17:35.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-07-17T04:17:35.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33672026-07-17T04:17:35.968Z
33682026-07-17T04:17:35.968Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33692026-07-17T04:17:36.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-07-17T04:17:36.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-07-17T04:17:36.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-07-17T04:17:36.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33732026-07-17T04:17:36.517Z
33742026-07-17T04:17:36.517Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33752026-07-17T04:17:36.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-07-17T04:17:36.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-07-17T04:17:36.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-07-17T04:17:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33792026-07-17T04:17:37.071Z
33802026-07-17T04:17:37.071Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33812026-07-17T04:17:37.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-07-17T04:17:37.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-07-17T04:17:37.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-07-17T04:17:37.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33852026-07-17T04:17:37.647Z
33862026-07-17T04:17:37.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33872026-07-17T04:17:38.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-07-17T04:17:38.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-07-17T04:17:38.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-07-17T04:17:38.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33912026-07-17T04:17:38.201Z
33922026-07-17T04:17:38.201Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33932026-07-17T04:17:38.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-07-17T04:17:38.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-07-17T04:17:38.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-07-17T04:17:38.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33972026-07-17T04:17:38.758Z
33982026-07-17T04:17:38.758Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
33992026-07-17T04:17:39.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-07-17T04:17:39.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-07-17T04:17:39.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-07-17T04:17:39.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34032026-07-17T04:17:39.313Z
34042026-07-17T04:17:39.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34052026-07-17T04:17:39.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-07-17T04:17:39.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-07-17T04:17:39.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-07-17T04:17:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34092026-07-17T04:17:39.866Z
34102026-07-17T04:17:39.866Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34112026-07-17T04:17:40.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-07-17T04:17:40.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-07-17T04:17:40.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-07-17T04:17:40.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34152026-07-17T04:17:40.418Z
34162026-07-17T04:17:40.418Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34172026-07-17T04:17:40.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-07-17T04:17:40.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-07-17T04:17:40.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-07-17T04:17:40.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34212026-07-17T04:17:40.972Z
34222026-07-17T04:17:40.972Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34232026-07-17T04:17:41.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-07-17T04:17:41.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-07-17T04:17:41.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-07-17T04:17:41.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34272026-07-17T04:17:41.545Z
34282026-07-17T04:17:41.545Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34292026-07-17T04:17:42.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-07-17T04:17:42.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-07-17T04:17:42.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-07-17T04:17:42.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34332026-07-17T04:17:42.115Z
34342026-07-17T04:17:42.115Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34352026-07-17T04:17:42.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-07-17T04:17:42.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-07-17T04:17:42.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-07-17T04:17:42.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34392026-07-17T04:17:42.689Z
34402026-07-17T04:17:42.689Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34412026-07-17T04:17:43.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-07-17T04:17:43.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-07-17T04:17:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-07-17T04:17:43.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34452026-07-17T04:17:43.261Z
34462026-07-17T04:17:43.261Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34472026-07-17T04:17:43.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-07-17T04:17:43.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-07-17T04:17:43.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-07-17T04:17:43.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34512026-07-17T04:17:43.830Z
34522026-07-17T04:17:43.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34532026-07-17T04:17:44.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-07-17T04:17:44.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-07-17T04:17:44.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-07-17T04:17:44.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34572026-07-17T04:17:44.400Z
34582026-07-17T04:17:44.400Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34592026-07-17T04:17:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-07-17T04:17:44.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-07-17T04:17:44.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-07-17T04:17:44.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34632026-07-17T04:17:44.974Z
34642026-07-17T04:17:44.974Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34652026-07-17T04:17:45.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-07-17T04:17:45.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-07-17T04:17:45.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-07-17T04:17:45.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34692026-07-17T04:17:45.548Z
34702026-07-17T04:17:45.548Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34712026-07-17T04:17:46.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-07-17T04:17:46.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-07-17T04:17:46.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-07-17T04:17:46.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34752026-07-17T04:17:46.121Z
34762026-07-17T04:17:46.121Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34772026-07-17T04:17:46.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-07-17T04:17:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-07-17T04:17:46.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-07-17T04:17:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34812026-07-17T04:17:46.691Z
34822026-07-17T04:17:46.691Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34832026-07-17T04:17:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-07-17T04:17:47.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-07-17T04:17:47.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-07-17T04:17:47.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34872026-07-17T04:17:47.243Z
34882026-07-17T04:17:47.243Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34892026-07-17T04:17:47.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-07-17T04:17:47.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-07-17T04:17:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-07-17T04:17:47.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34932026-07-17T04:17:47.796Z
34942026-07-17T04:17:47.796Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34952026-07-17T04:17:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-07-17T04:17:48.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-07-17T04:17:48.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-07-17T04:17:48.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34992026-07-17T04:17:48.349Z
35002026-07-17T04:17:48.350Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35012026-07-17T04:17:48.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-07-17T04:17:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-07-17T04:17:48.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-07-17T04:17:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35052026-07-17T04:17:48.902Z
35062026-07-17T04:17:48.903Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35072026-07-17T04:17:49.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-07-17T04:17:49.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-07-17T04:17:49.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-07-17T04:17:49.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35112026-07-17T04:17:49.456Z
35122026-07-17T04:17:49.456Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35132026-07-17T04:17:49.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-07-17T04:17:49.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-07-17T04:17:49.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-07-17T04:17:49.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35172026-07-17T04:17:50.008Z
35182026-07-17T04:17:50.008Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35192026-07-17T04:17:50.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-07-17T04:17:50.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-07-17T04:17:50.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-07-17T04:17:50.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35232026-07-17T04:17:50.560Z
35242026-07-17T04:17:50.560Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35252026-07-17T04:17:51.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-07-17T04:17:51.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-07-17T04:17:51.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-07-17T04:17:51.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35292026-07-17T04:17:51.114Z
35302026-07-17T04:17:51.114Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35312026-07-17T04:17:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-07-17T04:17:51.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-07-17T04:17:51.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-07-17T04:17:51.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35352026-07-17T04:17:51.687Z
35362026-07-17T04:17:51.687Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35372026-07-17T04:17:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-07-17T04:17:52.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-07-17T04:17:52.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-07-17T04:17:52.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35412026-07-17T04:17:52.261Z
35422026-07-17T04:17:52.261Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35432026-07-17T04:17:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-07-17T04:17:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-07-17T04:17:52.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-07-17T04:17:52.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35472026-07-17T04:17:52.832Z
35482026-07-17T04:17:52.832Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35492026-07-17T04:17:53.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-07-17T04:17:53.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-07-17T04:17:53.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-07-17T04:17:53.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35532026-07-17T04:17:53.407Z
35542026-07-17T04:17:53.408Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35552026-07-17T04:17:53.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-07-17T04:17:53.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-07-17T04:17:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-07-17T04:17:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35592026-07-17T04:17:53.980Z
35602026-07-17T04:17:53.980Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35612026-07-17T04:17:54.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-07-17T04:17:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-07-17T04:17:54.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-07-17T04:17:54.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35652026-07-17T04:17:54.555Z
35662026-07-17T04:17:54.555Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35672026-07-17T04:17:55.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-07-17T04:17:55.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-07-17T04:17:55.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-07-17T04:17:55.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35712026-07-17T04:17:55.126Z
35722026-07-17T04:17:55.126Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35732026-07-17T04:17:55.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-07-17T04:17:55.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-07-17T04:17:55.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-07-17T04:17:55.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35772026-07-17T04:17:55.718Z
35782026-07-17T04:17:55.719Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35792026-07-17T04:17:56.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-07-17T04:17:56.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-07-17T04:17:56.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-07-17T04:17:56.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35832026-07-17T04:17:56.274Z
35842026-07-17T04:17:56.274Zinfo: running `cargo check --bins` on dns-server (176/301)
35852026-07-17T04:17:56.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-17T04:17:56.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-17T04:17:56.888Z Compiling parking_lot_core v0.8.6
35882026-07-17T04:17:56.891Z Compiling git-stub v1.0.0
35892026-07-17T04:17:56.891Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35902026-07-17T04:17:56.891Z Checking prefix-trie v0.7.0
35912026-07-17T04:17:57.119Z Compiling git-stub-vcs v0.1.0
35922026-07-17T04:17:57.288Z Checking hickory-server v0.25.2
35932026-07-17T04:17:57.399Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35942026-07-17T04:17:57.412Z Checking parking_lot v0.11.2
35952026-07-17T04:17:57.454Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35962026-07-17T04:17:57.454Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35972026-07-17T04:17:57.578Z Checking sled v0.34.7
35982026-07-17T04:17:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35992026-07-17T04:17:59.636Z
36002026-07-17T04:17:59.636Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36012026-07-17T04:18:00.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-17T04:18:00.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-17T04:18:00.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-17T04:18:00.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36052026-07-17T04:18:00.185Z
36062026-07-17T04:18:00.185Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36072026-07-17T04:18:00.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-17T04:18:00.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-17T04:18:00.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-17T04:18:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36112026-07-17T04:18:00.734Z
36122026-07-17T04:18:00.734Zinfo: running `cargo check --bins` on sp-sim (179/301)
36132026-07-17T04:18:01.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-17T04:18:01.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-17T04:18:01.406Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36162026-07-17T04:18:03.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
36172026-07-17T04:18:03.339Z
36182026-07-17T04:18:03.339Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36192026-07-17T04:18:03.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-17T04:18:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-17T04:18:03.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-17T04:18:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-07-17T04:18:03.938Z
36242026-07-17T04:18:03.938Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36252026-07-17T04:18:04.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-17T04:18:04.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-17T04:18:04.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-17T04:18:04.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36292026-07-17T04:18:04.544Z
36302026-07-17T04:18:04.544Zinfo: running `cargo check --bins` on db-macros (182/301)
36312026-07-17T04:18:04.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-17T04:18:04.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-17T04:18:04.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-17T04:18:04.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36352026-07-17T04:18:05.065Z
36362026-07-17T04:18:05.065Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36372026-07-17T04:18:05.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-17T04:18:05.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-17T04:18:05.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-17T04:18:05.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36412026-07-17T04:18:05.588Z
36422026-07-17T04:18:05.588Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36432026-07-17T04:18:06.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-17T04:18:06.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-17T04:18:06.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-17T04:18:06.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36472026-07-17T04:18:06.177Z
36482026-07-17T04:18:06.177Zinfo: running `cargo check --bins` on authz-macros (185/301)
36492026-07-17T04:18:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-17T04:18:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-17T04:18:06.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-17T04:18:06.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-17T04:18:06.701Z
36542026-07-17T04:18:06.701Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36552026-07-17T04:18:07.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-17T04:18:07.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-17T04:18:07.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-17T04:18:07.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36592026-07-17T04:18:07.288Z
36602026-07-17T04:18:07.288Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36612026-07-17T04:18:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-17T04:18:07.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-17T04:18:07.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-17T04:18:07.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36652026-07-17T04:18:07.877Z
36662026-07-17T04:18:07.877Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36672026-07-17T04:18:08.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-17T04:18:08.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-17T04:18:08.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-17T04:18:08.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-17T04:18:08.405Z
36722026-07-17T04:18:08.405Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36732026-07-17T04:18:08.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-17T04:18:08.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-17T04:18:08.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-17T04:18:08.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-17T04:18:08.936Z
36782026-07-17T04:18:08.936Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36792026-07-17T04:18:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-17T04:18:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-17T04:18:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-17T04:18:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36832026-07-17T04:18:09.482Z
36842026-07-17T04:18:09.482Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36852026-07-17T04:18:09.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-17T04:18:09.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-17T04:18:09.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-17T04:18:09.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36892026-07-17T04:18:10.016Z
36902026-07-17T04:18:10.016Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36912026-07-17T04:18:10.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-17T04:18:10.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-17T04:18:10.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-17T04:18:10.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36952026-07-17T04:18:10.547Z
36962026-07-17T04:18:10.547Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36972026-07-17T04:18:10.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-17T04:18:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-17T04:18:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-17T04:18:11.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37012026-07-17T04:18:11.075Z
37022026-07-17T04:18:11.075Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37032026-07-17T04:18:11.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-17T04:18:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-17T04:18:11.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-17T04:18:11.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37072026-07-17T04:18:11.671Z
37082026-07-17T04:18:11.671Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37092026-07-17T04:18:12.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-17T04:18:12.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-17T04:18:12.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-17T04:18:12.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-07-17T04:18:12.267Z
37142026-07-17T04:18:12.267Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37152026-07-17T04:18:12.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-17T04:18:12.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-17T04:18:12.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-17T04:18:12.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-07-17T04:18:12.858Z
37202026-07-17T04:18:12.858Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37212026-07-17T04:18:13.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-17T04:18:13.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-17T04:18:13.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-17T04:18:13.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-17T04:18:13.422Z
37262026-07-17T04:18:13.422Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37272026-07-17T04:18:13.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-17T04:18:13.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-17T04:18:13.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-17T04:18:13.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37312026-07-17T04:18:13.984Z
37322026-07-17T04:18:13.984Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37332026-07-17T04:18:14.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-17T04:18:14.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-17T04:18:14.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-17T04:18:14.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37372026-07-17T04:18:14.547Z
37382026-07-17T04:18:14.547Zinfo: running `cargo check --bins` on key-manager (200/301)
37392026-07-17T04:18:15.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-17T04:18:15.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-17T04:18:15.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-17T04:18:15.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37432026-07-17T04:18:15.086Z
37442026-07-17T04:18:15.086Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37452026-07-17T04:18:15.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-17T04:18:15.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-17T04:18:15.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-07-17T04:18:15.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37492026-07-17T04:18:15.649Z
37502026-07-17T04:18:15.649Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37512026-07-17T04:18:16.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-07-17T04:18:16.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-07-17T04:18:16.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-07-17T04:18:16.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37552026-07-17T04:18:16.205Z
37562026-07-17T04:18:16.205Zinfo: running `cargo check --bins` on typed-rng (203/301)
37572026-07-17T04:18:16.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-07-17T04:18:16.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-07-17T04:18:16.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-07-17T04:18:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37612026-07-17T04:18:16.733Z
37622026-07-17T04:18:16.733Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37632026-07-17T04:18:17.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-07-17T04:18:17.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-07-17T04:18:17.532Z Compiling libefi-sys v0.1.0
37662026-07-17T04:18:17.535Z Compiling bitfield-struct v0.6.2
37672026-07-17T04:18:17.673Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-17T04:18:17.681Z Compiling xshell-macros v0.2.7
37692026-07-17T04:18:17.690Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37702026-07-17T04:18:17.703Z Compiling salty v0.3.0
37712026-07-17T04:18:17.716Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37722026-07-17T04:18:17.731Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37732026-07-17T04:18:17.731Z Checking rfc6979 v0.4.0
37742026-07-17T04:18:17.853Z Checking ecdsa v0.16.9
37752026-07-17T04:18:17.870Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37762026-07-17T04:18:18.008Z Checking primeorder v0.13.6
37772026-07-17T04:18:18.038Z Compiling proc-macro-error-attr2 v2.0.0
37782026-07-17T04:18:18.054Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37792026-07-17T04:18:18.068Z Checking xshell v0.2.7
37802026-07-17T04:18:18.199Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37812026-07-17T04:18:18.202Z Checking tungstenite v0.21.0
37822026-07-17T04:18:18.227Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37832026-07-17T04:18:18.247Z Checking p384 v0.13.1
37842026-07-17T04:18:18.262Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37852026-07-17T04:18:18.301Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37862026-07-17T04:18:18.365Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37872026-07-17T04:18:18.425Z Compiling num-derive v0.3.3
37882026-07-17T04:18:18.453Z Compiling proc-macro-error2 v2.0.1
37892026-07-17T04:18:18.538Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37902026-07-17T04:18:18.628Z Checking tokio-tungstenite v0.21.0
37912026-07-17T04:18:18.665Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-17T04:18:18.725Z Checking papergrid v0.17.0
37932026-07-17T04:18:18.741Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37942026-07-17T04:18:18.759Z Compiling tabled_derive v0.11.0
37952026-07-17T04:18:18.775Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37962026-07-17T04:18:18.861Z Compiling progenitor-impl v0.13.0
37972026-07-17T04:18:18.910Z Checking testing_table v0.3.0
37982026-07-17T04:18:19.005Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37992026-07-17T04:18:19.019Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38002026-07-17T04:18:19.046Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-17T04:18:19.238Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38022026-07-17T04:18:19.254Z Compiling illumos-nvpair-sys v0.2.0
38032026-07-17T04:18:19.339Z Checking libscf-sys v1.1.0
38042026-07-17T04:18:19.457Z Compiling unicase v2.9.0
38052026-07-17T04:18:19.463Z Checking corncobs v0.1.4
38062026-07-17T04:18:19.482Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38072026-07-17T04:18:19.602Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38082026-07-17T04:18:19.627Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38092026-07-17T04:18:19.652Z Compiling mime_guess v2.0.5
38102026-07-17T04:18:19.671Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112026-07-17T04:18:19.688Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38122026-07-17T04:18:19.788Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38132026-07-17T04:18:19.940Z Checking tabled v0.20.0
38142026-07-17T04:18:19.953Z Checking progenitor-client v0.13.0
38152026-07-17T04:18:20.195Z Checking secrecy v0.8.0
38162026-07-17T04:18:20.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38172026-07-17T04:18:20.262Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38182026-07-17T04:18:20.352Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38192026-07-17T04:18:20.476Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38202026-07-17T04:18:20.681Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38212026-07-17T04:18:20.760Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38222026-07-17T04:18:20.775Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38232026-07-17T04:18:20.857Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38242026-07-17T04:18:20.913Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38252026-07-17T04:18:21.031Z Checking filetime v0.2.27
38262026-07-17T04:18:21.177Z Checking http-range v0.1.5
38272026-07-17T04:18:21.228Z Checking xattr v1.6.1
38282026-07-17T04:18:21.250Z Checking crc8 v0.1.1
38292026-07-17T04:18:21.351Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38302026-07-17T04:18:21.368Z Checking tar v0.4.46
38312026-07-17T04:18:21.533Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38322026-07-17T04:18:21.538Z Compiling progenitor-macro v0.13.0
38332026-07-17T04:18:21.559Z Checking illumos-nvpair v0.3.0
38342026-07-17T04:18:21.602Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38352026-07-17T04:18:21.711Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38362026-07-17T04:18:21.762Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38372026-07-17T04:18:21.778Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38382026-07-17T04:18:22.075Z Checking atty v0.2.14
38392026-07-17T04:18:22.104Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38402026-07-17T04:18:22.173Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38412026-07-17T04:18:22.195Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38422026-07-17T04:18:22.337Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38432026-07-17T04:18:22.359Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38442026-07-17T04:18:22.436Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38452026-07-17T04:18:22.479Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38462026-07-17T04:18:22.506Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38472026-07-17T04:18:22.649Z Checking hyper-staticfile v0.10.1
38482026-07-17T04:18:22.696Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38492026-07-17T04:18:22.719Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38502026-07-17T04:18:23.049Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38512026-07-17T04:18:23.059Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38522026-07-17T04:18:23.208Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38532026-07-17T04:18:23.242Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38542026-07-17T04:18:23.487Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38552026-07-17T04:18:23.781Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-07-17T04:18:24.507Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38572026-07-17T04:18:24.995Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38582026-07-17T04:18:25.412Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38592026-07-17T04:18:25.632Z Checking progenitor v0.13.0
38602026-07-17T04:18:25.770Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38612026-07-17T04:18:27.917Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38622026-07-17T04:18:31.149Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38632026-07-17T04:18:42.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.44s
38642026-07-17T04:18:42.396Z
38652026-07-17T04:18:42.396Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38662026-07-17T04:18:42.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-07-17T04:18:42.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-07-17T04:18:43.129Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-07-17T04:18:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38702026-07-17T04:18:54.235Z
38712026-07-17T04:18:54.235Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38722026-07-17T04:18:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-07-17T04:18:54.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-07-17T04:18:54.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-07-17T04:19:05.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38762026-07-17T04:19:06.055Z
38772026-07-17T04:19:06.055Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38782026-07-17T04:19:06.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-07-17T04:19:06.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-07-17T04:19:06.788Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-07-17T04:19:17.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38822026-07-17T04:19:17.732Z
38832026-07-17T04:19:17.732Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38842026-07-17T04:19:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-17T04:19:18.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-17T04:19:18.468Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-17T04:19:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38882026-07-17T04:19:29.527Z
38892026-07-17T04:19:29.527Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38902026-07-17T04:19:30.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-17T04:19:30.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-17T04:19:30.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-07-17T04:19:41.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38942026-07-17T04:19:41.228Z
38952026-07-17T04:19:41.228Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38962026-07-17T04:19:41.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-17T04:19:41.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-17T04:19:41.964Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992026-07-17T04:19:52.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
39002026-07-17T04:19:52.960Z
39012026-07-17T04:19:52.960Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39022026-07-17T04:19:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-17T04:19:53.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-17T04:19:53.696Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-07-17T04:20:04.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39062026-07-17T04:20:04.623Z
39072026-07-17T04:20:04.623Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39082026-07-17T04:20:05.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-17T04:20:05.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-17T04:20:05.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-07-17T04:20:05.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39122026-07-17T04:20:05.165Z
39132026-07-17T04:20:05.165Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39142026-07-17T04:20:05.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-17T04:20:05.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-17T04:20:05.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-07-17T04:20:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-07-17T04:20:05.713Z
39192026-07-17T04:20:05.713Zinfo: running `cargo check --bins` on range-requests (214/301)
39202026-07-17T04:20:06.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-17T04:20:06.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-17T04:20:06.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-07-17T04:20:06.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39242026-07-17T04:20:06.244Z
39252026-07-17T04:20:06.244Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39262026-07-17T04:20:06.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-17T04:20:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-17T04:20:06.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-17T04:20:06.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39302026-07-17T04:20:06.785Z
39312026-07-17T04:20:06.785Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39322026-07-17T04:20:07.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-17T04:20:07.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-17T04:20:07.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-17T04:20:07.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39362026-07-17T04:20:07.348Z
39372026-07-17T04:20:07.348Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39382026-07-17T04:20:07.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-17T04:20:07.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-17T04:20:07.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-17T04:20:07.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39422026-07-17T04:20:07.913Z
39432026-07-17T04:20:07.913Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39442026-07-17T04:20:08.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-17T04:20:08.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-17T04:20:08.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-17T04:20:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39482026-07-17T04:20:08.477Z
39492026-07-17T04:20:08.477Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39502026-07-17T04:20:08.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-17T04:20:08.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-17T04:20:08.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-17T04:20:08.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39542026-07-17T04:20:09.050Z
39552026-07-17T04:20:09.050Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39562026-07-17T04:20:09.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-17T04:20:09.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-17T04:20:09.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-17T04:20:09.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-07-17T04:20:09.616Z
39612026-07-17T04:20:09.616Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39622026-07-17T04:20:10.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-17T04:20:10.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-17T04:20:10.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-17T04:20:10.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-07-17T04:20:10.180Z
39672026-07-17T04:20:10.180Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39682026-07-17T04:20:10.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-17T04:20:10.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-17T04:20:10.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-17T04:20:10.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-07-17T04:20:10.742Z
39732026-07-17T04:20:10.742Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39742026-07-17T04:20:11.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-17T04:20:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-17T04:20:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-17T04:20:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-07-17T04:20:11.311Z
39792026-07-17T04:20:11.311Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39802026-07-17T04:20:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-17T04:20:11.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-17T04:20:11.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-17T04:20:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-07-17T04:20:11.879Z
39852026-07-17T04:20:11.879Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39862026-07-17T04:20:12.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-17T04:20:12.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-17T04:20:12.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-17T04:20:12.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-07-17T04:20:12.446Z
39912026-07-17T04:20:12.446Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39922026-07-17T04:20:12.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-17T04:20:12.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-17T04:20:12.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-17T04:20:12.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-07-17T04:20:13.036Z
39972026-07-17T04:20:13.036Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39982026-07-17T04:20:13.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-17T04:20:13.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-17T04:20:13.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-17T04:20:13.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-07-17T04:20:13.606Z
40032026-07-17T04:20:13.606Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40042026-07-17T04:20:14.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-17T04:20:14.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-17T04:20:14.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-17T04:20:14.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40082026-07-17T04:20:14.186Z
40092026-07-17T04:20:14.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40102026-07-17T04:20:14.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-17T04:20:14.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-17T04:20:14.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-17T04:20:14.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40142026-07-17T04:20:14.783Z
40152026-07-17T04:20:14.783Zinfo: running `cargo check --bins` on update-common (230/301)
40162026-07-17T04:20:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-17T04:20:15.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-17T04:20:15.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-07-17T04:20:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40202026-07-17T04:20:15.335Z
40212026-07-17T04:20:15.335Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40222026-07-17T04:20:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-07-17T04:20:15.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-07-17T04:20:15.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-07-17T04:20:15.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40262026-07-17T04:20:15.931Z
40272026-07-17T04:20:15.931Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40282026-07-17T04:20:16.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-07-17T04:20:16.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-07-17T04:20:16.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-07-17T04:20:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40322026-07-17T04:20:16.457Z
40332026-07-17T04:20:16.457Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40342026-07-17T04:20:16.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-07-17T04:20:16.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-07-17T04:20:17.188Z Compiling fs-err v2.11.0
40372026-07-17T04:20:17.191Z Checking ignore v0.4.25
40382026-07-17T04:20:17.191Z Checking arc-swap v1.8.2
40392026-07-17T04:20:17.323Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40402026-07-17T04:20:17.326Z Checking predicates-tree v1.0.13
40412026-07-17T04:20:17.329Z Checking parse-size v1.1.0
40422026-07-17T04:20:17.351Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40432026-07-17T04:20:17.363Z Checking rand_seeder v0.4.0
40442026-07-17T04:20:17.429Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40452026-07-17T04:20:17.448Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40462026-07-17T04:20:17.500Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40472026-07-17T04:20:17.518Z Checking slog-scope v4.4.1
40482026-07-17T04:20:17.596Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40492026-07-17T04:20:17.639Z Compiling petname v2.0.2
40502026-07-17T04:20:17.671Z Checking slog-stdlog v4.1.1
40512026-07-17T04:20:17.694Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40522026-07-17T04:20:17.708Z Checking globwalk v0.9.1
40532026-07-17T04:20:17.786Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40542026-07-17T04:20:17.787Z Checking slog-envlogger v2.2.0
40552026-07-17T04:20:17.885Z Checking camino-tempfile-ext v0.3.3
40562026-07-17T04:20:17.948Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40572026-07-17T04:20:17.965Z Checking sapling-renderdag v0.1.0
40582026-07-17T04:20:18.079Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40592026-07-17T04:20:18.151Z Checking subprocess v0.2.15
40602026-07-17T04:20:18.197Z Checking sync-ptr v0.1.4
40612026-07-17T04:20:18.305Z Checking colored v2.2.0
40622026-07-17T04:20:18.319Z Checking assert_matches v1.5.0
40632026-07-17T04:20:18.432Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40642026-07-17T04:20:18.609Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40652026-07-17T04:20:18.610Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40662026-07-17T04:20:19.265Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40672026-07-17T04:20:20.571Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40682026-07-17T04:20:22.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40692026-07-17T04:20:22.903Z
40702026-07-17T04:20:22.904Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40712026-07-17T04:20:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-17T04:20:23.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-17T04:20:23.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-07-17T04:20:23.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40752026-07-17T04:20:23.430Z
40762026-07-17T04:20:23.431Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40772026-07-17T04:20:23.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-17T04:20:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-17T04:20:23.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-07-17T04:20:23.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40812026-07-17T04:20:23.977Z
40822026-07-17T04:20:23.977Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40832026-07-17T04:20:24.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-07-17T04:20:24.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-07-17T04:20:24.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-07-17T04:20:24.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-07-17T04:20:24.570Z
40882026-07-17T04:20:24.570Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40892026-07-17T04:20:25.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-07-17T04:20:25.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-07-17T04:20:25.246Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40922026-07-17T04:20:25.246Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40932026-07-17T04:20:25.882Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40942026-07-17T04:20:27.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
40952026-07-17T04:20:27.664Z
40962026-07-17T04:20:27.664Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40972026-07-17T04:20:28.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-07-17T04:20:28.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-07-17T04:20:28.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-07-17T04:20:28.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41012026-07-17T04:20:28.201Z
41022026-07-17T04:20:28.201Zinfo: running `cargo check --bins` on cert-dev (239/301)
41032026-07-17T04:20:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-07-17T04:20:28.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-07-17T04:20:28.759Z Checking yasna v0.5.2
41062026-07-17T04:20:29.163Z Checking rcgen v0.12.1
41072026-07-17T04:20:29.414Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41082026-07-17T04:20:29.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41092026-07-17T04:20:29.748Z
41102026-07-17T04:20:29.749Zinfo: running `cargo check --bins` on clickana (240/301)
41112026-07-17T04:20:30.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-07-17T04:20:30.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-07-17T04:20:30.341Z Compiling instability v0.3.11
41142026-07-17T04:20:30.341Z Checking castaway v0.2.4
41152026-07-17T04:20:30.341Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41162026-07-17T04:20:30.344Z Compiling indoc v2.0.7
41172026-07-17T04:20:30.344Z Checking unicode-truncate v1.1.0
41182026-07-17T04:20:30.344Z Checking lru v0.12.5
41192026-07-17T04:20:30.344Z Checking cassowary v0.3.0
41202026-07-17T04:20:30.582Z Checking compact_str v0.8.1
41212026-07-17T04:20:31.388Z Checking ratatui v0.29.0
41222026-07-17T04:20:31.777Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41232026-07-17T04:20:31.942Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41242026-07-17T04:20:32.841Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41252026-07-17T04:20:33.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
41262026-07-17T04:20:33.651Z
41272026-07-17T04:20:33.651Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41282026-07-17T04:20:34.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-17T04:20:34.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-17T04:20:34.321Z Checking headers-core v0.3.0
41312026-07-17T04:20:34.321Z Checking port-file v0.1.0
41322026-07-17T04:20:34.325Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41332026-07-17T04:20:34.520Z Checking headers v0.4.1
41342026-07-17T04:20:34.881Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-07-17T04:20:35.809Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41362026-07-17T04:20:36.281Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41372026-07-17T04:20:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41382026-07-17T04:20:36.864Z
41392026-07-17T04:20:36.864Zinfo: running `cargo check --bins` on ch-dev (242/301)
41402026-07-17T04:20:37.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-17T04:20:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-17T04:20:37.532Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41432026-07-17T04:20:38.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41442026-07-17T04:20:38.457Z
41452026-07-17T04:20:38.457Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41462026-07-17T04:20:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-17T04:20:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-17T04:20:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-07-17T04:20:38.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41502026-07-17T04:20:38.864Z
41512026-07-17T04:20:38.864Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41522026-07-17T04:20:39.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-17T04:20:39.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-17T04:20:39.442Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41552026-07-17T04:20:39.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41562026-07-17T04:20:39.949Z
41572026-07-17T04:20:39.949Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41582026-07-17T04:20:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-17T04:20:40.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-17T04:20:40.625Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41612026-07-17T04:20:41.684Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41622026-07-17T04:20:42.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41632026-07-17T04:20:42.191Z
41642026-07-17T04:20:42.191Zinfo: running `cargo check --bins` on db-dev (246/301)
41652026-07-17T04:20:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-17T04:20:42.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-17T04:20:42.863Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41682026-07-17T04:20:43.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41692026-07-17T04:20:43.790Z
41702026-07-17T04:20:43.790Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41712026-07-17T04:20:44.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-17T04:20:44.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-17T04:20:44.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-07-17T04:20:44.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41752026-07-17T04:20:44.367Z
41762026-07-17T04:20:44.367Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41772026-07-17T04:20:44.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-17T04:20:44.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-17T04:20:44.934Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41802026-07-17T04:20:45.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41812026-07-17T04:20:45.777Z
41822026-07-17T04:20:45.777Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41832026-07-17T04:20:46.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-17T04:20:46.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-17T04:20:46.490Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-07-17T04:20:46.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41872026-07-17T04:20:46.493Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41882026-07-17T04:20:46.493Z Checking git-stub v1.0.0
41892026-07-17T04:20:46.493Z Compiling trait-variant v0.1.2
41902026-07-17T04:20:46.616Z Checking maplit v1.0.2
41912026-07-17T04:20:46.628Z Checking is_ci v1.2.0
41922026-07-17T04:20:46.649Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41932026-07-17T04:20:46.711Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41942026-07-17T04:20:46.739Z Checking supports-color v3.0.2
41952026-07-17T04:20:46.771Z Checking git-stub-vcs v0.1.0
41962026-07-17T04:20:46.837Z Checking drift v0.2.0
41972026-07-17T04:20:46.857Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41982026-07-17T04:20:46.910Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41992026-07-17T04:20:46.963Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42002026-07-17T04:20:47.122Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-07-17T04:20:47.138Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022026-07-17T04:20:47.152Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42032026-07-17T04:20:47.183Z Checking dropshot-api-manager v0.7.2
42042026-07-17T04:20:47.197Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42052026-07-17T04:20:47.346Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42062026-07-17T04:20:47.360Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42072026-07-17T04:20:47.905Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42082026-07-17T04:20:48.828Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42092026-07-17T04:20:49.824Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42102026-07-17T04:20:50.582Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42112026-07-17T04:20:51.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
42122026-07-17T04:20:51.249Z
42132026-07-17T04:20:51.249Zinfo: running `cargo check --bins` on installinator-api (250/301)
42142026-07-17T04:20:51.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-17T04:20:51.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-17T04:20:51.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-17T04:20:51.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42182026-07-17T04:20:51.753Z
42192026-07-17T04:20:51.753Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42202026-07-17T04:20:52.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-17T04:20:52.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-17T04:20:52.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-17T04:20:52.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42242026-07-17T04:20:52.339Z
42252026-07-17T04:20:52.339Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42262026-07-17T04:20:52.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-17T04:20:52.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-17T04:20:52.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-17T04:20:52.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42302026-07-17T04:20:52.920Z
42312026-07-17T04:20:52.920Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42322026-07-17T04:20:53.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-17T04:20:53.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-17T04:20:53.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-17T04:20:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-07-17T04:20:53.505Z
42372026-07-17T04:20:53.505Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42382026-07-17T04:20:53.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-17T04:20:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-17T04:20:53.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-07-17T04:20:53.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42422026-07-17T04:20:54.050Z
42432026-07-17T04:20:54.050Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42442026-07-17T04:20:54.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-17T04:20:54.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-17T04:20:54.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-07-17T04:20:54.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42482026-07-17T04:20:54.572Z
42492026-07-17T04:20:54.572Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42502026-07-17T04:20:55.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-17T04:20:55.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-17T04:20:55.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-07-17T04:20:55.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42542026-07-17T04:20:55.132Z
42552026-07-17T04:20:55.132Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42562026-07-17T04:20:55.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-17T04:20:55.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-17T04:20:55.709Z Compiling blake3 v1.8.5
42592026-07-17T04:20:55.818Z Checking arrayvec v0.7.6
42602026-07-17T04:20:55.821Z Checking constant_time_eq v0.4.2
42612026-07-17T04:20:55.821Z Checking arrayref v0.3.9
42622026-07-17T04:20:55.842Z Checking cargo-platform v0.3.2
42632026-07-17T04:20:55.842Z Checking topological-sort v0.2.2
42642026-07-17T04:20:55.845Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42652026-07-17T04:20:55.994Z Checking cargo_metadata v0.23.1
42662026-07-17T04:20:56.709Z Checking omicron-zone-package v0.12.3
42672026-07-17T04:20:57.416Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42682026-07-17T04:20:58.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
42692026-07-17T04:20:58.408Z
42702026-07-17T04:20:58.408Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42712026-07-17T04:20:58.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-07-17T04:20:58.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-07-17T04:20:59.104Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42742026-07-17T04:20:59.713Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42752026-07-17T04:21:00.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42762026-07-17T04:21:00.382Z
42772026-07-17T04:21:00.382Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42782026-07-17T04:21:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-07-17T04:21:00.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-07-17T04:21:01.309Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42812026-07-17T04:21:01.309Z Compiling vergen-lib v0.1.6
42822026-07-17T04:21:01.309Z Compiling diesel_derives v2.3.7
42832026-07-17T04:21:01.309Z Compiling dsl_auto_type v0.2.0
42842026-07-17T04:21:01.309Z Checking scheduled-thread-pool v0.2.7
42852026-07-17T04:21:01.309Z Compiling vergen-gitcl v1.0.8
42862026-07-17T04:21:01.309Z Compiling diesel_table_macro_syntax v0.3.0
42872026-07-17T04:21:01.314Z Compiling dirs-sys-next v0.1.2
42882026-07-17T04:21:01.604Z Compiling crunchy v0.2.4
42892026-07-17T04:21:01.651Z Compiling glob v0.3.3
42902026-07-17T04:21:01.724Z Checking r2d2 v0.8.10
42912026-07-17T04:21:01.771Z Compiling dirs-next v2.0.0
42922026-07-17T04:21:01.790Z Compiling tiny-keccak v2.0.2
42932026-07-17T04:21:01.887Z Checking downcast-rs v2.0.2
42942026-07-17T04:21:01.904Z Compiling term v0.7.0
42952026-07-17T04:21:02.011Z Compiling bit-vec v0.6.3
42962026-07-17T04:21:02.062Z Compiling clang-sys v1.8.1
42972026-07-17T04:21:02.089Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42982026-07-17T04:21:02.224Z Compiling bit-set v0.5.3
42992026-07-17T04:21:02.290Z Compiling ascii-canvas v3.0.0
43002026-07-17T04:21:02.383Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43012026-07-17T04:21:02.444Z Compiling itertools v0.10.5
43022026-07-17T04:21:02.460Z Compiling ena v0.14.4
43032026-07-17T04:21:02.474Z Compiling libloading v0.8.9
43042026-07-17T04:21:02.528Z Compiling bindgen v0.71.1
43052026-07-17T04:21:02.544Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43062026-07-17T04:21:02.544Z Compiling regex-syntax v0.6.29
43072026-07-17T04:21:02.664Z Compiling diff v0.1.13
43082026-07-17T04:21:02.955Z Compiling cexpr v0.6.0
43092026-07-17T04:21:02.995Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43102026-07-17T04:21:03.187Z Compiling rustc-hash v2.1.1
43112026-07-17T04:21:03.316Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43122026-07-17T04:21:03.386Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43132026-07-17T04:21:03.517Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43142026-07-17T04:21:03.616Z Compiling libxml v0.3.3
43152026-07-17T04:21:03.693Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43162026-07-17T04:21:03.774Z Compiling strum_macros v0.24.3
43172026-07-17T04:21:03.882Z Compiling lalrpop v0.19.12
43182026-07-17T04:21:03.899Z Compiling indoc v1.0.9
43192026-07-17T04:21:04.663Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43202026-07-17T04:21:04.863Z Checking derive_builder v0.20.2
43212026-07-17T04:21:04.978Z Compiling oso-derive v0.27.3
43222026-07-17T04:21:05.137Z Checking quick-xml v0.37.5
43232026-07-17T04:21:05.217Z Compiling impl-trait-for-tuples v0.2.3
43242026-07-17T04:21:05.503Z Checking openssl-probe v0.1.6
43252026-07-17T04:21:05.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43262026-07-17T04:21:06.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43272026-07-17T04:21:06.300Z Checking bb8 v0.8.6
43282026-07-17T04:21:06.385Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43292026-07-17T04:21:06.405Z Checking nonempty v0.12.0
43302026-07-17T04:21:06.569Z Compiling libz-sys v1.1.24
43312026-07-17T04:21:06.591Z Compiling strsim v0.10.0
43322026-07-17T04:21:06.628Z Compiling libgit2-sys v0.18.3+1.9.2
43332026-07-17T04:21:06.827Z Compiling darling_core v0.13.4
43342026-07-17T04:21:06.944Z Compiling vergen-git2 v9.1.0
43352026-07-17T04:21:07.168Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-07-17T04:21:07.191Z Compiling base64 v0.21.7
43372026-07-17T04:21:07.366Z Checking diesel v2.3.7
43382026-07-17T04:21:07.408Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43392026-07-17T04:21:07.517Z Compiling ron v0.8.1
43402026-07-17T04:21:08.375Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-07-17T04:21:08.464Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43422026-07-17T04:21:08.606Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43432026-07-17T04:21:08.704Z Compiling darling_macro v0.13.4
43442026-07-17T04:21:08.810Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-07-17T04:21:09.017Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43462026-07-17T04:21:09.199Z Compiling darling v0.13.4
43472026-07-17T04:21:09.223Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43482026-07-17T04:21:09.292Z Compiling serde_with_macros v1.5.2
43492026-07-17T04:21:09.432Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43502026-07-17T04:21:09.633Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-07-17T04:21:09.832Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43522026-07-17T04:21:09.850Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43532026-07-17T04:21:10.036Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43542026-07-17T04:21:10.141Z Compiling serde_with v1.14.0
43552026-07-17T04:21:11.320Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43562026-07-17T04:21:11.575Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43572026-07-17T04:21:11.881Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43582026-07-17T04:21:12.523Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43592026-07-17T04:21:12.788Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43602026-07-17T04:21:12.977Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43612026-07-17T04:21:13.170Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43622026-07-17T04:21:13.389Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43632026-07-17T04:21:13.902Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43642026-07-17T04:21:13.919Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43652026-07-17T04:21:14.278Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43662026-07-17T04:21:14.296Z Checking twox-hash v2.1.2
43672026-07-17T04:21:14.484Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43682026-07-17T04:21:14.528Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43692026-07-17T04:21:14.605Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43702026-07-17T04:21:15.097Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43712026-07-17T04:21:15.255Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43722026-07-17T04:21:16.286Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43732026-07-17T04:21:16.573Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43742026-07-17T04:21:16.595Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43752026-07-17T04:21:17.273Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43762026-07-17T04:21:17.291Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43772026-07-17T04:21:17.465Z Checking console v0.16.2
43782026-07-17T04:21:17.774Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43792026-07-17T04:21:17.921Z Checking fatfs v0.3.6
43802026-07-17T04:21:18.219Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43812026-07-17T04:21:18.385Z Checking unit-prefix v0.5.2
43822026-07-17T04:21:18.525Z Compiling seq-macro v0.3.6
43832026-07-17T04:21:19.065Z Checking indicatif v0.18.4
43842026-07-17T04:21:19.475Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43852026-07-17T04:21:19.493Z Checking support-bundle-viewer v0.1.2
43862026-07-17T04:21:19.540Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43872026-07-17T04:21:19.740Z Checking multimap v0.10.1
43882026-07-17T04:21:25.541Z Checking async-bb8-diesel v0.2.1
43892026-07-17T04:21:25.910Z Checking diesel-dtrace v0.5.0
43902026-07-17T04:21:28.588Z Compiling samael v0.0.19
43912026-07-17T04:21:34.749Z Compiling git2 v0.20.4
43922026-07-17T04:21:35.390Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43932026-07-17T04:21:36.074Z Compiling polar-core v0.27.3
43942026-07-17T04:21:37.151Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43952026-07-17T04:21:40.627Z Checking oso v0.27.3
43962026-07-17T04:22:10.307Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43972026-07-17T04:23:24.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43982026-07-17T04:23:24.418Z
43992026-07-17T04:23:24.418Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44002026-07-17T04:23:24.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-17T04:23:24.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-17T04:23:24.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-07-17T04:23:24.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44042026-07-17T04:23:25.085Z
44052026-07-17T04:23:25.085Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44062026-07-17T04:23:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-17T04:23:25.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-17T04:23:25.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-17T04:23:25.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44102026-07-17T04:23:25.689Z
44112026-07-17T04:23:25.689Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44122026-07-17T04:23:26.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-17T04:23:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-17T04:23:26.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-17T04:23:26.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44162026-07-17T04:23:26.292Z
44172026-07-17T04:23:26.292Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44182026-07-17T04:23:26.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-17T04:23:26.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-17T04:23:26.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-17T04:23:26.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44222026-07-17T04:23:26.827Z
44232026-07-17T04:23:26.827Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44242026-07-17T04:23:27.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-17T04:23:27.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-17T04:23:27.627Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-07-17T04:23:28.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44282026-07-17T04:23:28.556Z
44292026-07-17T04:23:28.556Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44302026-07-17T04:23:29.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-17T04:23:29.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-17T04:23:29.346Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44332026-07-17T04:24:07.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.70s
44342026-07-17T04:24:07.478Z
44352026-07-17T04:24:07.478Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44362026-07-17T04:24:07.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-17T04:24:07.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-17T04:24:07.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-17T04:24:07.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44402026-07-17T04:24:08.009Z
44412026-07-17T04:24:08.009Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44422026-07-17T04:24:08.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-17T04:24:08.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-17T04:24:08.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-17T04:24:08.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44462026-07-17T04:24:08.551Z
44472026-07-17T04:24:08.551Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44482026-07-17T04:24:09.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-17T04:24:09.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-17T04:24:09.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-17T04:24:09.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-17T04:24:09.153Z
44532026-07-17T04:24:09.153Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44542026-07-17T04:24:09.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-17T04:24:09.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-17T04:24:09.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-17T04:24:09.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44582026-07-17T04:24:09.757Z
44592026-07-17T04:24:09.758Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44602026-07-17T04:24:10.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-17T04:24:10.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-17T04:24:10.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-17T04:24:10.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44642026-07-17T04:24:10.361Z
44652026-07-17T04:24:10.361Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44662026-07-17T04:24:10.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-17T04:24:10.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-17T04:24:10.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-17T04:24:10.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-07-17T04:24:10.951Z
44712026-07-17T04:24:10.951Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44722026-07-17T04:24:11.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-17T04:24:11.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-17T04:24:11.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-17T04:24:11.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44762026-07-17T04:24:11.559Z
44772026-07-17T04:24:11.559Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44782026-07-17T04:24:12.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-17T04:24:12.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-17T04:24:12.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-07-17T04:24:12.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-07-17T04:24:12.161Z
44832026-07-17T04:24:12.161Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44842026-07-17T04:24:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-17T04:24:12.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-17T04:24:12.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-17T04:24:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44882026-07-17T04:24:12.754Z
44892026-07-17T04:24:12.754Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44902026-07-17T04:24:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-17T04:24:13.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-17T04:24:13.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-07-17T04:24:13.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-07-17T04:24:13.360Z
44952026-07-17T04:24:13.360Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44962026-07-17T04:24:13.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-07-17T04:24:13.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-07-17T04:24:13.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-07-17T04:24:13.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45002026-07-17T04:24:13.957Z
45012026-07-17T04:24:13.958Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45022026-07-17T04:24:14.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-07-17T04:24:14.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-07-17T04:24:14.807Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45052026-07-17T04:24:14.810Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45062026-07-17T04:24:14.980Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45072026-07-17T04:24:14.987Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45082026-07-17T04:24:14.990Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45092026-07-17T04:24:14.990Z Checking diff v0.1.13
45102026-07-17T04:24:14.990Z Checking yansi v1.0.1
45112026-07-17T04:24:14.990Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45122026-07-17T04:24:15.148Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45132026-07-17T04:24:15.278Z Checking pretty_assertions v1.4.1
45142026-07-17T04:24:16.076Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45152026-07-17T04:24:16.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45162026-07-17T04:24:41.073Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-17T04:24:41.074Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45182026-07-17T04:24:41.074Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45192026-07-17T04:24:41.077Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45202026-07-17T04:24:41.077Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45212026-07-17T04:24:41.077Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45222026-07-17T04:24:41.077Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45232026-07-17T04:24:41.895Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-07-17T04:24:41.895Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45252026-07-17T04:24:43.116Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45262026-07-17T04:25:20.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45272026-07-17T04:25:21.096Z
45282026-07-17T04:25:21.096Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45292026-07-17T04:25:21.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-17T04:25:21.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-17T04:25:21.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-07-17T04:25:21.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45332026-07-17T04:25:21.642Z
45342026-07-17T04:25:21.642Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45352026-07-17T04:25:22.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-17T04:25:22.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-17T04:25:22.372Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45382026-07-17T04:25:22.495Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45392026-07-17T04:25:22.495Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45402026-07-17T04:25:49.531Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45412026-07-17T04:25:49.908Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-07-17T04:25:51.655Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45432026-07-17T04:25:52.097Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45442026-07-17T04:25:55.235Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45452026-07-17T04:26:19.238Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45462026-07-17T04:26:19.932Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45472026-07-17T04:26:21.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.91s
45482026-07-17T04:26:21.743Z
45492026-07-17T04:26:21.743Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45502026-07-17T04:26:22.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-17T04:26:22.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-17T04:26:22.415Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45532026-07-17T04:26:23.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45542026-07-17T04:26:23.265Z
45552026-07-17T04:26:23.265Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45562026-07-17T04:26:23.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-17T04:26:23.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-17T04:26:23.881Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45592026-07-17T04:26:23.986Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45602026-07-17T04:26:23.987Z Checking digest-io v0.1.0
45612026-07-17T04:26:23.990Z Checking sha2 v0.11.0
45622026-07-17T04:26:24.006Z Checking rawzip v0.4.4
45632026-07-17T04:26:24.013Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45642026-07-17T04:26:24.016Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45652026-07-17T04:26:24.016Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45662026-07-17T04:26:24.107Z Checking shell-words v1.1.1
45672026-07-17T04:26:24.460Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45682026-07-17T04:26:24.682Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45692026-07-17T04:26:25.697Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45702026-07-17T04:26:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
45712026-07-17T04:26:26.904Z
45722026-07-17T04:26:26.904Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45732026-07-17T04:26:27.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-07-17T04:26:27.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-07-17T04:26:27.506Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45762026-07-17T04:26:27.822Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45772026-07-17T04:26:28.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45782026-07-17T04:26:28.387Z
45792026-07-17T04:26:28.387Zinfo: running `cargo check --bins` on schema (283/301)
45802026-07-17T04:26:28.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-07-17T04:26:28.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-07-17T04:26:29.076Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45832026-07-17T04:26:29.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45842026-07-17T04:26:29.955Z
45852026-07-17T04:26:29.955Zinfo: running `cargo check --bins` on xtask (284/301)
45862026-07-17T04:26:30.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-07-17T04:26:30.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-07-17T04:26:30.340Z Checking serde_core v1.0.228
45892026-07-17T04:26:30.340Z Checking libc v0.2.185
45902026-07-17T04:26:30.343Z Checking bitflags v2.11.0
45912026-07-17T04:26:30.427Z Checking scroll v0.12.0
45922026-07-17T04:26:30.430Z Checking thiserror v1.0.69
45932026-07-17T04:26:30.437Z Checking log v0.4.29
45942026-07-17T04:26:30.444Z Checking zerocopy v0.7.35
45952026-07-17T04:26:30.447Z Checking indexmap v2.14.0
45962026-07-17T04:26:30.518Z Checking syn v2.0.117
45972026-07-17T04:26:30.563Z Checking dtrace-parser v0.2.0
45982026-07-17T04:26:30.577Z Checking once_cell v1.21.3
45992026-07-17T04:26:30.639Z Checking goblin v0.8.2
46002026-07-17T04:26:30.698Z Checking errno v0.3.14
46012026-07-17T04:26:30.749Z Checking thread-id v4.2.2
46022026-07-17T04:26:30.796Z Checking getrandom v0.4.1
46032026-07-17T04:26:30.815Z Checking rustix v1.1.3
46042026-07-17T04:26:30.827Z Checking memmap v0.7.0
46052026-07-17T04:26:30.925Z Checking thiserror v2.0.18
46062026-07-17T04:26:30.937Z Checking fs-err v3.3.0
46072026-07-17T04:26:30.952Z Checking tabled v0.15.0
46082026-07-17T04:26:30.976Z Checking anyhow v1.0.102
46092026-07-17T04:26:31.584Z Checking terminal_size v0.4.3
46102026-07-17T04:26:31.584Z Checking tempfile v3.25.0
46112026-07-17T04:26:31.694Z Checking clap_builder v4.6.0
46122026-07-17T04:26:31.698Z Checking textwrap v0.16.2
46132026-07-17T04:26:31.863Z Checking serde v1.0.228
46142026-07-17T04:26:31.863Z Checking serde_json v1.0.150
46152026-07-17T04:26:31.863Z Checking camino v1.2.2
46162026-07-17T04:26:31.896Z Checking semver v1.0.28
46172026-07-17T04:26:32.025Z Checking cargo-platform v0.3.2
46182026-07-17T04:26:32.122Z Checking camino-tempfile v1.4.1
46192026-07-17T04:26:32.266Z Checking toml_datetime v0.6.11
46202026-07-17T04:26:32.266Z Checking serde_spanned v0.6.9
46212026-07-17T04:26:32.269Z Checking macaddr v1.0.1
46222026-07-17T04:26:32.292Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46232026-07-17T04:26:32.437Z Checking toml_edit v0.22.27
46242026-07-17T04:26:32.479Z Checking dof v0.3.0
46252026-07-17T04:26:32.479Z Checking cargo_metadata v0.23.1
46262026-07-17T04:26:32.740Z Checking usdt-impl v0.5.0
46272026-07-17T04:26:32.875Z Checking clap v4.6.1
46282026-07-17T04:26:33.000Z Checking usdt v0.5.0
46292026-07-17T04:26:33.440Z Checking toml v0.8.23
46302026-07-17T04:26:33.707Z Checking cargo_toml v0.21.0
46312026-07-17T04:26:34.361Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46322026-07-17T04:26:34.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
46332026-07-17T04:26:34.862Z
46342026-07-17T04:26:34.862Zinfo: running `cargo check --bins` on dnsadm (285/301)
46352026-07-17T04:26:35.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-07-17T04:26:35.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-07-17T04:26:35.456Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46382026-07-17T04:26:35.924Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46392026-07-17T04:26:36.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46402026-07-17T04:26:36.481Z
46412026-07-17T04:26:36.481Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46422026-07-17T04:26:37.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-07-17T04:26:37.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-07-17T04:26:37.246Z Checking cpubits v0.1.1
46452026-07-17T04:26:37.249Z Checking pem-rfc7468 v1.0.0
46462026-07-17T04:26:37.385Z Checking hmac v0.13.0
46472026-07-17T04:26:37.385Z Checking universal-hash v0.6.1
46482026-07-17T04:26:37.407Z Checking ctr v0.10.1
46492026-07-17T04:26:37.407Z Checking aead v0.6.1
46502026-07-17T04:26:37.434Z Checking aes v0.9.1
46512026-07-17T04:26:37.448Z Checking crypto-bigint v0.7.5
46522026-07-17T04:26:37.461Z Checking cbc v0.2.1
46532026-07-17T04:26:37.507Z Checking polyval v0.7.1
46542026-07-17T04:26:37.516Z Checking der v0.8.0
46552026-07-17T04:26:37.527Z Checking pbkdf2 v0.13.0
46562026-07-17T04:26:37.587Z Checking salsa20 v0.11.0
46572026-07-17T04:26:37.611Z Checking ff v0.14.0
46582026-07-17T04:26:37.631Z Checking signature v3.0.0
46592026-07-17T04:26:37.665Z Checking base16ct v1.0.0
46602026-07-17T04:26:37.710Z Checking ghash v0.6.0
46612026-07-17T04:26:37.724Z Checking scrypt v0.12.0
46622026-07-17T04:26:37.743Z Checking group v0.14.0
46632026-07-17T04:26:37.776Z Checking hkdf v0.13.0
46642026-07-17T04:26:37.796Z Checking rfc6979 v0.5.0
46652026-07-17T04:26:37.831Z Compiling curve25519-dalek v5.0.0-rc.0
46662026-07-17T04:26:37.847Z Checking aes-gcm v0.11.0
46672026-07-17T04:26:37.886Z Checking poly1305 v0.9.0
46682026-07-17T04:26:37.902Z Checking blowfish v0.10.0
46692026-07-17T04:26:37.916Z Checking blake2 v0.11.0-rc.6
46702026-07-17T04:26:37.931Z Checking keccak v0.2.0
46712026-07-17T04:26:38.005Z Checking fiat-crypto v0.3.0
46722026-07-17T04:26:38.051Z Checking bcrypt-pbkdf v0.11.0
46732026-07-17T04:26:38.085Z Checking sha3 v0.11.0
46742026-07-17T04:26:38.158Z Checking kem v0.3.0
46752026-07-17T04:26:38.177Z Checking argon2 v0.6.0-rc.8
46762026-07-17T04:26:38.208Z Checking module-lattice v0.2.3
46772026-07-17T04:26:38.284Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46782026-07-17T04:26:38.372Z Checking spki v0.8.0
46792026-07-17T04:26:38.422Z Checking sec1 v0.8.1
46802026-07-17T04:26:38.438Z Checking ml-kem v0.3.2
46812026-07-17T04:26:38.480Z Checking internal-russh-num-bigint v0.5.0
46822026-07-17T04:26:38.496Z Checking num-bigint v0.4.6
46832026-07-17T04:26:38.546Z Checking pkcs5 v0.8.1
46842026-07-17T04:26:38.628Z Checking pkcs1 v0.8.0-rc.4
46852026-07-17T04:26:38.836Z Checking generic-array v1.4.3
46862026-07-17T04:26:38.851Z Checking pkcs8 v0.11.0
46872026-07-17T04:26:39.050Z Checking ed25519 v3.0.0
46882026-07-17T04:26:39.102Z Compiling enum_dispatch v0.3.13
46892026-07-17T04:26:39.228Z Checking russh-util v0.52.0
46902026-07-17T04:26:39.244Z Compiling delegate v0.13.5
46912026-07-17T04:26:39.258Z Checking ed25519-dalek v3.0.0-rc.0
46922026-07-17T04:26:39.340Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46932026-07-17T04:26:39.355Z Checking hex-literal v1.1.0
46942026-07-17T04:26:39.442Z Checking md5 v0.8.0
46952026-07-17T04:26:39.479Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46962026-07-17T04:26:39.496Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46972026-07-17T04:26:39.613Z Checking socket2 v0.5.10
46982026-07-17T04:26:39.675Z Checking elliptic-curve v0.14.0-rc.33
46992026-07-17T04:26:39.700Z Checking primefield v0.14.0
47002026-07-17T04:26:39.763Z Checking ssh-encoding v0.3.0-rc.9
47012026-07-17T04:26:39.863Z Checking crypto-primes v0.7.2
47022026-07-17T04:26:39.897Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47032026-07-17T04:26:39.990Z Checking ssh-cipher v0.3.0-rc.9
47042026-07-17T04:26:40.069Z Checking russh-cryptovec v0.61.0
47052026-07-17T04:26:40.141Z Checking ecdsa v0.17.0-rc.18
47062026-07-17T04:26:40.197Z Checking primeorder v0.14.0-rc.10
47072026-07-17T04:26:40.212Z Checking internet-checksum v0.2.1
47082026-07-17T04:26:40.498Z Checking p256 v0.14.0-rc.10
47092026-07-17T04:26:40.501Z Checking p521 v0.14.0-rc.10
47102026-07-17T04:26:40.810Z Checking rsa v0.10.0-rc.18
47112026-07-17T04:26:42.856Z Checking p384 v0.14.0-rc.10
47122026-07-17T04:26:44.760Z Checking ssh-key v0.7.0-rc.10
47132026-07-17T04:26:45.523Z Checking russh v0.61.2
47142026-07-17T04:26:58.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.73s
47152026-07-17T04:26:58.424Z
47162026-07-17T04:26:58.424Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47172026-07-17T04:26:58.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-17T04:26:58.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-17T04:26:59.020Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47202026-07-17T04:26:59.129Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47212026-07-17T04:26:59.137Z Checking termios v0.3.3
47222026-07-17T04:27:00.349Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47232026-07-17T04:27:00.495Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47242026-07-17T04:27:02.189Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47252026-07-17T04:27:02.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
47262026-07-17T04:27:02.931Z
47272026-07-17T04:27:02.931Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47282026-07-17T04:27:03.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-17T04:27:03.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-17T04:27:03.593Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47312026-07-17T04:27:03.597Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47322026-07-17T04:27:03.597Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47332026-07-17T04:27:03.597Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47342026-07-17T04:27:03.727Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47352026-07-17T04:27:03.730Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47362026-07-17T04:27:04.488Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47372026-07-17T04:27:04.836Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47382026-07-17T04:27:04.839Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47392026-07-17T04:27:05.480Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47402026-07-17T04:27:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
47412026-07-17T04:27:07.300Z
47422026-07-17T04:27:07.300Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47432026-07-17T04:27:07.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-07-17T04:27:07.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-07-17T04:27:07.897Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47462026-07-17T04:27:08.343Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47472026-07-17T04:27:08.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47482026-07-17T04:27:08.823Z
47492026-07-17T04:27:08.823Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47502026-07-17T04:27:09.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-07-17T04:27:09.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-07-17T04:27:09.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47532026-07-17T04:27:09.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47542026-07-17T04:27:09.359Z
47552026-07-17T04:27:09.360Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47562026-07-17T04:27:09.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-07-17T04:27:09.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-07-17T04:27:09.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47592026-07-17T04:27:09.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47602026-07-17T04:27:09.894Z
47612026-07-17T04:27:09.894Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47622026-07-17T04:27:10.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-07-17T04:27:10.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-07-17T04:27:10.608Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47652026-07-17T04:27:11.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47662026-07-17T04:27:11.386Z
47672026-07-17T04:27:11.386Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47682026-07-17T04:27:11.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-07-17T04:27:11.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-07-17T04:27:11.994Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47712026-07-17T04:27:11.998Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47722026-07-17T04:27:12.269Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47732026-07-17T04:27:12.269Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47742026-07-17T04:27:13.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47752026-07-17T04:27:13.244Z
47762026-07-17T04:27:13.244Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47772026-07-17T04:27:13.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-07-17T04:27:13.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-07-17T04:27:13.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47802026-07-17T04:27:13.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47812026-07-17T04:27:13.783Z
47822026-07-17T04:27:13.783Zinfo: running `cargo check --bins` on omicron-package (295/301)
47832026-07-17T04:27:14.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-07-17T04:27:14.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-07-17T04:27:14.425Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47862026-07-17T04:27:15.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47872026-07-17T04:27:15.680Z
47882026-07-17T04:27:15.680Zinfo: running `cargo check --bins` on tqdb (296/301)
47892026-07-17T04:27:16.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-17T04:27:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-17T04:27:16.420Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47922026-07-17T04:27:16.773Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47932026-07-17T04:27:17.283Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47942026-07-17T04:27:17.286Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47952026-07-17T04:27:23.385Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47962026-07-17T04:27:23.389Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47972026-07-17T04:27:23.958Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47982026-07-17T04:27:23.966Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47992026-07-17T04:27:23.966Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48002026-07-17T04:27:23.966Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48012026-07-17T04:27:24.749Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48022026-07-17T04:27:25.764Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48032026-07-17T04:27:26.588Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48042026-07-17T04:27:27.205Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48052026-07-17T04:27:32.089Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48062026-07-17T04:27:38.905Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48072026-07-17T04:27:38.909Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48082026-07-17T04:27:38.909Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48092026-07-17T04:27:38.909Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48102026-07-17T04:27:40.373Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48112026-07-17T04:27:41.723Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48122026-07-17T04:27:42.389Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48132026-07-17T04:27:43.637Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48142026-07-17T04:27:44.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s
48152026-07-17T04:27:44.371Z
48162026-07-17T04:27:44.371Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48172026-07-17T04:27:44.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-07-17T04:27:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-07-17T04:27:45.048Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48202026-07-17T04:27:45.165Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48212026-07-17T04:27:45.175Z Checking rtoolbox v0.0.3
48222026-07-17T04:27:45.184Z Checking tui-tree-widget v0.23.1
48232026-07-17T04:27:45.282Z Checking rpassword v7.5.4
48242026-07-17T04:27:45.675Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48252026-07-17T04:27:45.852Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48262026-07-17T04:27:46.817Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48272026-07-17T04:27:49.999Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48282026-07-17T04:27:51.882Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48292026-07-17T04:27:52.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s
48302026-07-17T04:27:52.963Z
48312026-07-17T04:27:52.964Zinfo: running `cargo check --bins` on wicket (298/301)
48322026-07-17T04:27:53.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-07-17T04:27:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-07-17T04:27:53.654Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48352026-07-17T04:27:53.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
48362026-07-17T04:27:54.151Z
48372026-07-17T04:27:54.151Zinfo: running `cargo check --bins` on wicketd (299/301)
48382026-07-17T04:27:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-07-17T04:27:54.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-07-17T04:27:54.831Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48412026-07-17T04:27:54.837Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48422026-07-17T04:27:54.837Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48432026-07-17T04:27:54.837Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48442026-07-17T04:27:55.730Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48452026-07-17T04:27:56.286Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48462026-07-17T04:27:59.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
48472026-07-17T04:27:59.534Z
48482026-07-17T04:27:59.534Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48492026-07-17T04:27:59.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-07-17T04:28:00.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-07-17T04:28:00.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48522026-07-17T04:28:00.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48532026-07-17T04:28:00.213Z
48542026-07-17T04:28:00.213Zinfo: running `cargo check --bins` on zone-setup (301/301)
48552026-07-17T04:28:00.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48562026-07-17T04:28:00.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48572026-07-17T04:28:00.701Z Checking uzers v0.12.2
48582026-07-17T04:28:00.972Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48592026-07-17T04:28:01.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48602026-07-17T04:28:01.912Z
48612026-07-17T04:28:01.912Zreal 14:02.421547744
48622026-07-17T04:28:01.912Zuser 21:18.587420523
48632026-07-17T04:28:01.912Zsys 4:17.784406048
48642026-07-17T04:28:01.912Ztrap 0.336086307
48652026-07-17T04:28:01.912Ztflt 0.713175855
48662026-07-17T04:28:01.912Zdflt 1.194534038
48672026-07-17T04:28:01.912Zkflt 0.004702112
48682026-07-17T04:28:01.912Zlock 1:20:05.315915231
48692026-07-17T04:28:01.912Zslp 1:41:50.746027829
48702026-07-17T04:28:01.913Zlat 59.163613689
48712026-07-17T04:28:01.913Zstop 3:40.711204414
48722026-07-17T04:28:01.921Zprocess exited: duration 965121 ms, exit code 0
 
48732026-07-17T04:28:01.939Zfound 0 output files