01KVEDAV2BM6RRH2339CR7TGVM: 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: 01KVEDB9WMK2Q58XPQGG016S8R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T22:25:03.528Zjob assigned to worker 01KVEDBKK7C0N0KGFRT2DDFZDD [factory aws, i-041d18a8794fd552c] (queued for 53 s)
 
22026-06-18T22:25:09.882Zstarting task 0: "setup"
32026-06-18T22:25:09.888Z++ uname -s
42026-06-18T22:25:09.891Z+ kern=SunOS
52026-06-18T22:25:09.891Z+ build_user=build
62026-06-18T22:25:09.891Z+ build_uid=12345
72026-06-18T22:25:09.891Z+ work_dir=/work
82026-06-18T22:25:09.892Z+ input_dir=/input
92026-06-18T22:25:09.892Z+ [[ 0 == 12345 ]]
102026-06-18T22:25:09.892Z+ case "$kern" in
112026-06-18T22:25:09.892Z+ groupadd -g 12345 build
122026-06-18T22:25:09.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T22:25:11.899Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T22:25:11.974Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T22:25:11.980Z+ home_fs=zfs
162026-06-18T22:25:11.980Z+ [[ zfs == autofs ]]
172026-06-18T22:25:11.980Z+ mkdir -p /home/build
182026-06-18T22:25:11.980Z+ chown build:build /home/build /work
192026-06-18T22:25:13.978Z+ chmod 0700 /home/build /work
202026-06-18T22:25:13.981Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-18T22:25:13.987Zstarting task 1: "rust-toolchain"
222026-06-18T22:25:13.990Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-18T22:25:13.990Z * rust toolchain channel = "1.94.0"
242026-06-18T22:25:13.991Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-18T22:25:13.991Z * rust toolchain profile = "default"
262026-06-18T22:25:13.991Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T22:25:13.991Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T22:25:13.994Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T22:25:13.994Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T22:25:14.102Zinfo: downloading installer
312026-06-18T22:25:15.508Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T22:25:15.508Zwarn: /home/build/.rustup/settings.toml
332026-06-18T22:25:15.508Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T22:25:15.508Zwarn: instead of the one inferred from the default host triple.
352026-06-18T22:25:15.521Zinfo: profile set to default
362026-06-18T22:25:15.521Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T22:25:15.524Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T22:25:15.681Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T22:25:15.684Zinfo: downloading 6 components
402026-06-18T22:25:32.363Z
412026-06-18T22:25:32.363Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-18T22:25:32.391Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T22:25:32.391Z
442026-06-18T22:25:32.391Z
452026-06-18T22:25:32.391ZRust is installed now. Great!
462026-06-18T22:25:32.391Z
472026-06-18T22:25:32.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T22:25:32.394Zenvironment variable. This has not been done automatically.
492026-06-18T22:25:32.394Z
502026-06-18T22:25:32.394ZTo configure your current shell, you need to source
512026-06-18T22:25:32.394Zthe corresponding env file under $HOME/.cargo.
522026-06-18T22:25:32.394Z
532026-06-18T22:25:32.394ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T22:25:32.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T22:25:32.394Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T22:25:32.394Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T22:25:32.394Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T22:25:32.394Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T22:25:32.394Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T22:25:32.394Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T22:25:32.394Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T22:25:32.485Z+ rustup --version
632026-06-18T22:25:32.492Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T22:25:32.495Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T22:25:32.515Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T22:25:32.518Z+ cargo --version
672026-06-18T22:25:32.531Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T22:25:32.533Z+ rustc --version
692026-06-18T22:25:32.553Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T22:25:32.556Zprocess exited: duration 18568 ms, exit code 0
 
712026-06-18T22:25:32.562Zstarting task 2: "authentication"
722026-06-18T22:25:32.578Zprocess exited: duration 16 ms, exit code 0
 
732026-06-18T22:25:32.585Zstarting task 3: "clone repository"
742026-06-18T22:25:32.590Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T22:25:32.593Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T22:25:32.620ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T22:25:42.199Z+ cd /work/oxidecomputer/omicron
782026-06-18T22:25:42.199Z+ git fetch origin 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
792026-06-18T22:25:42.453ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T22:25:42.453Z * branch 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 -> FETCH_HEAD
812026-06-18T22:25:42.462Z+ [[ -n eliza/rectifier-i-hardly-knew-er ]]
822026-06-18T22:25:42.468Z++ git branch --show-current
832026-06-18T22:25:42.468Z+ current=main
842026-06-18T22:25:42.468Z+ [[ main != eliza/rectifier-i-hardly-knew-er ]]
852026-06-18T22:25:42.468Z+ git branch -f eliza/rectifier-i-hardly-knew-er 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
862026-06-18T22:25:42.472Z+ git checkout -f eliza/rectifier-i-hardly-knew-er
872026-06-18T22:25:42.708ZSwitched to branch 'eliza/rectifier-i-hardly-knew-er'
882026-06-18T22:25:42.711Z+ git reset --hard 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
892026-06-18T22:25:42.952ZHEAD is now at 1f34068bb Merge branch 'main' into eliza/rectifier-i-hardly-knew-er
902026-06-18T22:25:42.955Zprocess exited: duration 10370 ms, exit code 0
 
912026-06-18T22:25:42.960Zstarting task 4: "build"
922026-06-18T22:25:42.964Z+ source .github/buildomat/ci-env.sh
932026-06-18T22:25:42.964Z++ export CARGO_TERM_COLOR=always
942026-06-18T22:25:42.965Z++ CARGO_TERM_COLOR=always
952026-06-18T22:25:42.965Z+ cargo --version
962026-06-18T22:25:42.975Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T22:25:42.977Z+ rustc --version
982026-06-18T22:25:42.997Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T22:25:43.001Z+ source ./env.sh
1002026-06-18T22:25:43.001Z++ OLD_SHELL_OPTS=ehxB
1012026-06-18T22:25:43.001Z++ set -o xtrace
1022026-06-18T22:25:43.004Z++++ dirname ./env.sh
1032026-06-18T22:25:43.004Z+++ readlink -f .
1042026-06-18T22:25:43.007Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-18T22:25:43.007Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-18T22:25:43.007Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-18T22:25:43.007Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-18T22:25:43.007Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-18T22:25:43.007Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-18T22:25:43.007Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-18T22:25:43.007Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-18T22:25:43.007Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-18T22:25:43.007Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-18T22:25:43.007Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-18T22:25:43.007Z++ case $OLD_SHELL_OPTS in
1162026-06-18T22:25:43.007Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-18T22:25:43.007Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-18T22:25:43.007Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-18T22:25:43.007Z+ banner prerequisites
1202026-06-18T22:25:43.010Z
1212026-06-18T22:25:43.010Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-18T22:25:43.010Z # # # # # # # # # # # # # # #
1232026-06-18T22:25:43.010Z # # # # ##### # # ##### # # # # # #### #
1242026-06-18T22:25:43.010Z ##### ##### # ##### # # # # # # # # #
1252026-06-18T22:25:43.010Z # # # # # # # # # # # # # # #
1262026-06-18T22:25:43.010Z # # # ###### # # ###### ### # #### # #### #
1272026-06-18T22:25:43.010Z
1282026-06-18T22:25:43.010Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-18T22:25:44.845Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-18T22:25:44.934Z Startup: Caching catalogs ... Done
1312026-06-18T22:25:45.284ZPlanning: Solver setup ... Done (0.310s)
1322026-06-18T22:25:45.307ZPlanning: Running solver ... Done (0.022s)
1332026-06-18T22:25:45.314ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-18T22:25:45.325ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-18T22:25:45.345ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-18T22:25:45.358ZPlanning: Package planning ... Done (0.013s)
1372026-06-18T22:25:45.361ZPlanning: Merging actions ... Done (0.002s)
1382026-06-18T22:25:45.549ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392026-06-18T22:25:45.552ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-18T22:25:46.384ZPlanning: Evaluating mediators ... Done (0.834s)
1412026-06-18T22:25:46.387ZPlanning: Planning completed in 1.43 seconds
1422026-06-18T22:25:46.393Z Packages to install: 2
1432026-06-18T22:25:46.394Z Estimated space available: 156.07 GB
1442026-06-18T22:25:46.397ZEstimated space to be consumed: 26.78 MB
1452026-06-18T22:25:46.397Z Create boot environment: No
1462026-06-18T22:25:46.397ZCreate backup boot environment: No
1472026-06-18T22:25:46.397Z Rebuild boot archive: No
1482026-06-18T22:25:46.397Z
1492026-06-18T22:25:46.397ZChanged packages:
1502026-06-18T22:25:46.397Zhelios
1512026-06-18T22:25:46.397Z developer/build-essential
1522026-06-18T22:25:46.397Z None -> 11-3.0
1532026-06-18T22:25:46.397Z library/libxmlsec1
1542026-06-18T22:25:46.397Z None -> 1.2.35-3.0
1552026-06-18T22:25:46.418Z
1562026-06-18T22:25:46.418ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-18T22:25:46.908ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1582026-06-18T22:25:46.987Z Actions: 1/268 actions (Installing new actions)
1592026-06-18T22:25:47.025Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-18T22:25:47.034ZFinalize: Updating package state database ... Done (0.009s)
1612026-06-18T22:25:47.037ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-18T22:25:47.057ZFinalize: Updating image state ... Done (0.024s)
1632026-06-18T22:25:49.473ZFinalize: Creating fast lookup database ... Done (2.390s)
1642026-06-18T22:25:49.540ZFinalize: Reading search index ... Done (0.011s)
1652026-06-18T22:25:49.543ZFinalize: Updating search index ... Done (0.000s)
1662026-06-18T22:25:49.627ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-18T22:25:49.942ZPlanning: Evaluating mediator changes ... Done
1682026-06-18T22:25:50.047ZPlanning: Checking for conflicting actions ... Done
1692026-06-18T22:25:50.050ZPlanning: Consolidating action changes ... Done
1702026-06-18T22:25:50.208ZPlanning: Evaluating mediators ... Done
1712026-06-18T22:25:50.211ZPlanning: Planning completed in 0.27 seconds
1722026-06-18T22:25:50.231Z Mediators to change: 2
1732026-06-18T22:25:50.234Z Create boot environment: No
1742026-06-18T22:25:50.234ZCreate backup boot environment: No
1752026-06-18T22:25:50.276ZFinalize: Updating package state database ... Done
1762026-06-18T22:25:50.276ZFinalize: Updating package cache ... Done
1772026-06-18T22:25:50.289ZFinalize: Updating image state ... Done
1782026-06-18T22:25:52.257ZFinalize: Creating fast lookup database ... Done
1792026-06-18T22:25:52.321ZFinalize: Reading search index ... Done
1802026-06-18T22:25:52.325ZFinalize: Updating search index ... Done
1812026-06-18T22:25:52.384ZFinalize: Updating package cache ... Done
1822026-06-18T22:25:52.668ZPlanning: Evaluating mediator changes ... Done
1832026-06-18T22:25:52.775ZPlanning: Checking for conflicting actions ... Done
1842026-06-18T22:25:52.778ZPlanning: Consolidating action changes ... Done
1852026-06-18T22:25:52.935ZPlanning: Evaluating mediators ... Done
1862026-06-18T22:25:52.938ZPlanning: Planning completed in 0.27 seconds
1872026-06-18T22:25:52.959Z Mediators to change: 1
1882026-06-18T22:25:52.959Z Create boot environment: No
1892026-06-18T22:25:52.959ZCreate backup boot environment: No
1902026-06-18T22:25:52.998ZFinalize: Updating package state database ... Done
1912026-06-18T22:25:53.002ZFinalize: Updating package cache ... Done
1922026-06-18T22:25:53.011ZFinalize: Updating image state ... Done
1932026-06-18T22:25:54.991ZFinalize: Creating fast lookup database ... Done
1942026-06-18T22:25:55.055ZFinalize: Reading search index ... Done
1952026-06-18T22:25:55.058ZFinalize: Updating search index ... Done
1962026-06-18T22:25:55.112ZFinalize: Updating package cache ... Done
1972026-06-18T22:25:55.428ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-18T22:25:55.428Zapache system 2.4 system
1992026-06-18T22:25:55.428Zclang system 15 system
2002026-06-18T22:25:55.428Zcsh system system illumos
2012026-06-18T22:25:55.428Zctags system system illumos
2022026-06-18T22:25:55.428Zfile vendor vendor darwinsys
2032026-06-18T22:25:55.428Zfile system system illumos
2042026-06-18T22:25:55.428Zgcc vendor 14 vendor
2052026-06-18T22:25:55.428Zgcc system 13 system
2062026-06-18T22:25:55.428Zgcc system 10 system
2072026-06-18T22:25:55.428Zgo system 1.25 system
2082026-06-18T22:25:55.428Zllvm system 15 system
2092026-06-18T22:25:55.428Zmariadb system 11.4 system
2102026-06-18T22:25:55.428Zmta vendor vendor dma
2112026-06-18T22:25:55.428Zopenjdk system 17 system
2122026-06-18T22:25:55.428Zopenjdk system 11 system
2132026-06-18T22:25:55.429Zopenssl vendor 3 vendor
2142026-06-18T22:25:55.429Zperl system 5.40 system
2152026-06-18T22:25:55.429Zpostgresql system 18 system
2162026-06-18T22:25:55.429Zpostgresql system 17 system
2172026-06-18T22:25:55.429Zpython vendor 3 vendor
2182026-06-18T22:25:55.429Zpython system 2 system
2192026-06-18T22:25:55.429Zpython3 vendor 3.13 vendor
2202026-06-18T22:25:55.429Zruby system 3.4 system
2212026-06-18T22:25:55.429Zruby system 3.0 system
2222026-06-18T22:25:55.429Zwords vendor vendor american-english
2232026-06-18T22:25:55.429Zwords system system australian-english
2242026-06-18T22:25:55.429Zwords system system british-english
2252026-06-18T22:25:55.429Zwords system system canadian-english
2262026-06-18T22:25:55.429Zwords system system french
2272026-06-18T22:25:55.429Zwords system system italian
2282026-06-18T22:25:55.429Zwords system system ngerman
2292026-06-18T22:25:55.429Zwords system system ogerman
2302026-06-18T22:25:55.429Zwords system system spanish
2312026-06-18T22:25:55.685ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-18T22:25:55.685Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-18T22:25:55.981ZFMRI IFO
2342026-06-18T22:25:55.981Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-18T22:25:55.981Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-18T22:25:55.981Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-18T22:25:55.981Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-18T22:25:55.981Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-18T22:25:55.981Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-18T22:25:55.981Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-18T22:25:55.981Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-18T22:25:55.981Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-18T22:25:56.242Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-18T22:25:56.499Z Updating crates.io index
2452026-06-18T22:25:56.502Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-18T22:25:56.795Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-18T22:25:57.779Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-18T22:25:58.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-18T22:25:59.412Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-18T22:25:59.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-18T22:26:01.419Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-18T22:26:02.345Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-18T22:26:02.569Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-18T22:26:03.768Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-18T22:26:04.018Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-18T22:26:04.460Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-18T22:26:04.793Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-18T22:26:05.231Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-18T22:26:05.706Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-18T22:26:06.019Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-18T22:26:06.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-18T22:26:06.640Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-18T22:26:07.180Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-18T22:26:07.556Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-18T22:26:07.778Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-18T22:26:08.006Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-18T22:26:08.418Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-18T22:26:08.762Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-18T22:26:09.151Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-18T22:26:09.553Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-18T22:26:09.997Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-18T22:26:10.279Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-18T22:26:10.582Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-18T22:26:11.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-18T22:26:12.318Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-18T22:26:12.716Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-18T22:26:12.965Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-18T22:26:13.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-18T22:26:13.642Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-18T22:26:13.971Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-18T22:26:14.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-18T22:26:14.737Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-18T22:26:14.978Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-18T22:26:15.190Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-18T22:26:17.036Z Downloading crates ...
2862026-06-18T22:26:17.096Z Downloaded colorchoice v1.0.4
2872026-06-18T22:26:17.100Z Downloaded cpufeatures v0.2.17
2882026-06-18T22:26:17.106Z Downloaded block-buffer v0.10.4
2892026-06-18T22:26:17.112Z Downloaded cargo-platform v0.2.0
2902026-06-18T22:26:17.116Z Downloaded crypto-common v0.1.7
2912026-06-18T22:26:17.116Z Downloaded dof v0.3.0
2922026-06-18T22:26:17.121Z Downloaded anstream v1.0.0
2932026-06-18T22:26:17.121Z Downloaded usdt-impl v0.5.0
2942026-06-18T22:26:17.121Z Downloaded pretty-hex v0.4.1
2952026-06-18T22:26:17.121Z Downloaded camino v1.2.2
2962026-06-18T22:26:17.121Z Downloaded anyhow v1.0.102
2972026-06-18T22:26:17.125Z Downloaded fs-err v3.3.0
2982026-06-18T22:26:17.128Z Downloaded digest v0.10.7
2992026-06-18T22:26:17.132Z Downloaded toml v0.8.23
3002026-06-18T22:26:17.132Z Downloaded litemap v0.8.1
3012026-06-18T22:26:17.137Z Downloaded typeid v1.0.3
3022026-06-18T22:26:17.144Z Downloaded idna_adapter v1.2.1
3032026-06-18T22:26:17.144Z Downloaded unicode-xid v0.2.6
3042026-06-18T22:26:17.144Z Downloaded toml_datetime v0.6.11
3052026-06-18T22:26:17.144Z Downloaded thread-id v4.2.2
3062026-06-18T22:26:17.150Z Downloaded usdt-macro v0.5.0
3072026-06-18T22:26:17.150Z Downloaded percent-encoding v2.3.2
3082026-06-18T22:26:17.150Z Downloaded memmap v0.7.0
3092026-06-18T22:26:17.150Z Downloaded yoke v0.8.1
3102026-06-18T22:26:17.150Z Downloaded version_check v0.9.5
3112026-06-18T22:26:17.150Z Downloaded macaddr v1.0.1
3122026-06-18T22:26:17.150Z Downloaded toml_write v0.1.2
3132026-06-18T22:26:17.154Z Downloaded cargo_toml v0.21.0
3142026-06-18T22:26:17.155Z Downloaded usdt v0.5.0
3152026-06-18T22:26:17.155Z Downloaded scroll v0.12.0
3162026-06-18T22:26:17.155Z Downloaded utf8_iter v1.0.4
3172026-06-18T22:26:17.155Z Downloaded pest_meta v2.8.6
3182026-06-18T22:26:17.155Z Downloaded yoke-derive v0.8.1
3192026-06-18T22:26:17.158Z Downloaded unicode-linebreak v0.1.5
3202026-06-18T22:26:17.163Z Downloaded anstyle-query v1.1.5
3212026-06-18T22:26:17.163Z Downloaded url v2.5.8
3222026-06-18T22:26:17.166Z Downloaded utf8parse v0.2.2
3232026-06-18T22:26:17.169Z Downloaded zerofrom-derive v0.1.6
3242026-06-18T22:26:17.170Z Downloaded plain v0.2.3
3252026-06-18T22:26:17.170Z Downloaded usdt-attr-macro v0.5.0
3262026-06-18T22:26:17.174Z Downloaded ordered-float v2.10.1
3272026-06-18T22:26:17.174Z Downloaded zmij v1.0.21
3282026-06-18T22:26:17.174Z Downloaded pest_derive v2.8.6
3292026-06-18T22:26:17.184Z Downloaded zerofrom v0.1.6
3302026-06-18T22:26:17.187Z Downloaded writeable v0.6.2
3312026-06-18T22:26:17.187Z Downloaded thiserror v2.0.18
3322026-06-18T22:26:17.191Z Downloaded serde-value v0.7.0
3332026-06-18T22:26:17.192Z Downloaded itoa v1.0.17
3342026-06-18T22:26:17.192Z Downloaded strsim v0.11.1
3352026-06-18T22:26:17.192Z Downloaded heck v0.4.1
3362026-06-18T22:26:17.195Z Downloaded fnv v1.0.7
3372026-06-18T22:26:17.195Z Downloaded dtrace-parser v0.2.0
3382026-06-18T22:26:17.195Z Downloaded ucd-trie v0.1.7
3392026-06-18T22:26:17.195Z Downloaded proc-macro-error-attr v1.0.4
3402026-06-18T22:26:17.195Z Downloaded is_terminal_polyfill v1.70.2
3412026-06-18T22:26:17.195Z Downloaded errno v0.3.14
3422026-06-18T22:26:17.195Z Downloaded tinystr v0.8.2
3432026-06-18T22:26:17.201Z Downloaded thiserror-impl v1.0.69
3442026-06-18T22:26:17.201Z Downloaded pest_generator v2.8.6
3452026-06-18T22:26:17.201Z Downloaded getrandom v0.4.1
3462026-06-18T22:26:17.205Z Downloaded unicode-ident v1.0.24
3472026-06-18T22:26:17.205Z Downloaded zerovec-derive v0.11.2
3482026-06-18T22:26:17.205Z Downloaded thiserror v1.0.69
3492026-06-18T22:26:17.205Z Downloaded typenum v1.19.0
3502026-06-18T22:26:17.209Z Downloaded thiserror-impl v2.0.18
3512026-06-18T22:26:17.209Z Downloaded proc-macro-error v1.0.4
3522026-06-18T22:26:17.209Z Downloaded displaydoc v0.2.5
3532026-06-18T22:26:17.212Z Downloaded clap_lex v1.0.0
3542026-06-18T22:26:17.212Z Downloaded cfg-if v1.0.4
3552026-06-18T22:26:17.212Z Downloaded byteorder v1.5.0
3562026-06-18T22:26:17.216Z Downloaded serde_spanned v0.6.9
3572026-06-18T22:26:17.216Z Downloaded scroll_derive v0.12.1
3582026-06-18T22:26:17.216Z Downloaded zerotrie v0.2.3
3592026-06-18T22:26:17.220Z Downloaded zerocopy-derive v0.7.35
3602026-06-18T22:26:17.220Z Downloaded potential_utf v0.1.4
3612026-06-18T22:26:17.226Z Downloaded textwrap v0.16.2
3622026-06-18T22:26:17.233Z Downloaded toml_edit v0.22.27
3632026-06-18T22:26:17.236Z Downloaded generic-array v0.14.7
3642026-06-18T22:26:17.240Z Downloaded fastrand v2.3.0
3652026-06-18T22:26:17.240Z Downloaded equivalent v1.0.2
3662026-06-18T22:26:17.240Z Downloaded form_urlencoded v1.2.2
3672026-06-18T22:26:17.244Z Downloaded smawk v0.3.2
3682026-06-18T22:26:17.244Z Downloaded heck v0.5.0
3692026-06-18T22:26:17.248Z Downloaded swrite v0.1.0
3702026-06-18T22:26:17.248Z Downloaded terminal_size v0.4.3
3712026-06-18T22:26:17.248Z Downloaded stable_deref_trait v1.2.1
3722026-06-18T22:26:17.255Z Downloaded synstructure v0.13.2
3732026-06-18T22:26:17.259Z Downloaded zerovec v0.11.5
3742026-06-18T22:26:17.273Z Downloaded zerocopy v0.7.35
3752026-06-18T22:26:17.275Z Downloaded unicode-width v0.2.0
3762026-06-18T22:26:17.276Z Downloaded bytecount v0.6.9
3772026-06-18T22:26:17.276Z Downloaded anstyle v1.0.14
3782026-06-18T22:26:17.276Z Downloaded erased-serde v0.4.9
3792026-06-18T22:26:17.276Z Downloaded unicode-width v0.1.14
3802026-06-18T22:26:17.279Z Downloaded cargo_metadata v0.21.0
3812026-06-18T22:26:17.279Z Downloaded winnow v0.7.14
3822026-06-18T22:26:17.282Z Downloaded serde-untagged v0.1.9
3832026-06-18T22:26:17.286Z Downloaded anstyle-parse v1.0.0
3842026-06-18T22:26:17.286Z Downloaded tabled_derive v0.7.0
3852026-06-18T22:26:17.290Z Downloaded quote v1.0.45
3862026-06-18T22:26:17.290Z Downloaded camino-tempfile v1.4.1
3872026-06-18T22:26:17.290Z Downloaded autocfg v1.5.0
3882026-06-18T22:26:17.293Z Downloaded sha2 v0.10.9
3892026-06-18T22:26:17.296Z Downloaded once_cell v1.21.3
3902026-06-18T22:26:17.299Z Downloaded clap_derive v4.6.1
3912026-06-18T22:26:17.303Z Downloaded tempfile v3.25.0
3922026-06-18T22:26:17.306Z Downloaded papergrid v0.11.0
3932026-06-18T22:26:17.310Z Downloaded semver v1.0.28
3942026-06-18T22:26:17.314Z Downloaded bitflags v2.11.0
3952026-06-18T22:26:17.320Z Downloaded cargo-util-schemas v0.8.2
3962026-06-18T22:26:17.327Z Downloaded serde_tokenstream v0.2.3
3972026-06-18T22:26:17.330Z Downloaded smallvec v1.15.1
3982026-06-18T22:26:17.334Z Downloaded indexmap v2.14.0
3992026-06-18T22:26:17.339Z Downloaded icu_provider v2.1.1
4002026-06-18T22:26:17.348Z Downloaded serde_core v1.0.228
4012026-06-18T22:26:17.352Z Downloaded proc-macro2 v1.0.106
4022026-06-18T22:26:17.355Z Downloaded clap v4.6.1
4032026-06-18T22:26:17.368Z Downloaded num-traits v0.2.19
4042026-06-18T22:26:17.372Z Downloaded log v0.4.29
4052026-06-18T22:26:17.379Z Downloaded serde_derive v1.0.228
4062026-06-18T22:26:17.382Z Downloaded icu_normalizer v2.1.1
4072026-06-18T22:26:17.387Z Downloaded icu_properties v2.1.2
4082026-06-18T22:26:17.391Z Downloaded icu_normalizer_data v2.1.1
4092026-06-18T22:26:17.394Z Downloaded memchr v2.8.0
4102026-06-18T22:26:17.405Z Downloaded icu_collections v2.1.1
4112026-06-18T22:26:17.407Z Downloaded serde v1.0.228
4122026-06-18T22:26:17.410Z Downloaded idna v1.1.0
4132026-06-18T22:26:17.414Z Downloaded icu_locale_core v2.1.1
4142026-06-18T22:26:17.417Z Downloaded goblin v0.8.2
4152026-06-18T22:26:17.458Z Downloaded icu_properties_data v2.1.2
4162026-06-18T22:26:17.462Z Downloaded pest v2.8.6
4172026-06-18T22:26:17.469Z Downloaded serde_json v1.0.149
4182026-06-18T22:26:17.473Z Downloaded clap_builder v4.6.0
4192026-06-18T22:26:17.477Z Downloaded hashbrown v0.17.0
4202026-06-18T22:26:17.528Z Downloaded tabled v0.15.0
4212026-06-18T22:26:17.534Z Downloaded syn v1.0.109
4222026-06-18T22:26:17.534Z Downloaded syn v2.0.117
4232026-06-18T22:26:17.534Z Downloaded rustix v1.1.3
4242026-06-18T22:26:17.564Z Downloaded libc v0.2.185
4252026-06-18T22:26:17.629Z Compiling proc-macro2 v1.0.106
4262026-06-18T22:26:17.629Z Compiling unicode-ident v1.0.24
4272026-06-18T22:26:17.629Z Compiling quote v1.0.45
4282026-06-18T22:26:17.633Z Compiling serde_core v1.0.228
4292026-06-18T22:26:17.633Z Compiling libc v0.2.185
4302026-06-18T22:26:17.633Z Compiling version_check v0.9.5
4312026-06-18T22:26:17.633Z Compiling memchr v2.8.0
4322026-06-18T22:26:17.633Z Compiling serde v1.0.228
4332026-06-18T22:26:17.954Z Compiling stable_deref_trait v1.2.1
4342026-06-18T22:26:18.031Z Compiling zmij v1.0.21
4352026-06-18T22:26:18.234Z Compiling itoa v1.0.17
4362026-06-18T22:26:18.237Z Compiling thiserror v1.0.69
4372026-06-18T22:26:18.421Z Compiling autocfg v1.5.0
4382026-06-18T22:26:18.458Z Compiling ucd-trie v0.1.7
4392026-06-18T22:26:18.547Z Compiling writeable v0.6.2
4402026-06-18T22:26:18.605Z Compiling pest v2.8.6
4412026-06-18T22:26:18.620Z Compiling litemap v0.8.1
4422026-06-18T22:26:18.742Z Compiling rustix v1.1.3
4432026-06-18T22:26:18.808Z Compiling byteorder v1.5.0
4442026-06-18T22:26:19.021Z Compiling syn v2.0.117
4452026-06-18T22:26:19.041Z Compiling icu_properties_data v2.1.2
4462026-06-18T22:26:19.087Z Compiling icu_normalizer_data v2.1.1
4472026-06-18T22:26:19.164Z Compiling errno v0.3.14
4482026-06-18T22:26:19.241Z Compiling serde_json v1.0.149
4492026-06-18T22:26:19.287Z Compiling bitflags v2.11.0
4502026-06-18T22:26:19.405Z Compiling num-traits v0.2.19
4512026-06-18T22:26:19.473Z Compiling smallvec v1.15.1
4522026-06-18T22:26:19.586Z Compiling hashbrown v0.17.0
4532026-06-18T22:26:19.687Z Compiling pest_meta v2.8.6
4542026-06-18T22:26:19.704Z Compiling typeid v1.0.3
4552026-06-18T22:26:19.856Z Compiling equivalent v1.0.2
4562026-06-18T22:26:20.016Z Compiling thread-id v4.2.2
4572026-06-18T22:26:20.038Z Compiling proc-macro-error-attr v1.0.4
4582026-06-18T22:26:20.151Z Compiling indexmap v2.14.0
4592026-06-18T22:26:20.168Z Compiling usdt-impl v0.5.0
4602026-06-18T22:26:20.220Z Compiling winnow v0.7.14
4612026-06-18T22:26:20.236Z Compiling erased-serde v0.4.9
4622026-06-18T22:26:20.381Z Compiling syn v1.0.109
4632026-06-18T22:26:20.598Z Compiling toml_write v0.1.2
4642026-06-18T22:26:20.817Z Compiling proc-macro-error v1.0.4
4652026-06-18T22:26:20.900Z Compiling getrandom v0.4.1
4662026-06-18T22:26:21.003Z Compiling utf8parse v0.2.2
4672026-06-18T22:26:21.128Z Compiling camino v1.2.2
4682026-06-18T22:26:21.255Z Compiling utf8_iter v1.0.4
4692026-06-18T22:26:21.401Z Compiling log v0.4.29
4702026-06-18T22:26:21.417Z Compiling thiserror v2.0.18
4712026-06-18T22:26:21.417Z Compiling plain v0.2.3
4722026-06-18T22:26:21.454Z Compiling percent-encoding v2.3.2
4732026-06-18T22:26:21.570Z Compiling ordered-float v2.10.1
4742026-06-18T22:26:21.601Z Compiling form_urlencoded v1.2.2
4752026-06-18T22:26:21.619Z Compiling anstyle-parse v1.0.0
4762026-06-18T22:26:21.710Z Compiling synstructure v0.13.2
4772026-06-18T22:26:21.753Z Compiling pest_generator v2.8.6
4782026-06-18T22:26:21.856Z Compiling terminal_size v0.4.3
4792026-06-18T22:26:22.009Z Compiling anstyle v1.0.14
4802026-06-18T22:26:22.202Z Compiling pretty-hex v0.4.1
4812026-06-18T22:26:22.219Z Compiling colorchoice v1.0.4
4822026-06-18T22:26:22.235Z Compiling cfg-if v1.0.4
4832026-06-18T22:26:22.249Z Compiling is_terminal_polyfill v1.70.2
4842026-06-18T22:26:22.308Z Compiling anstyle-query v1.1.5
4852026-06-18T22:26:22.339Z Compiling serde-untagged v0.1.9
4862026-06-18T22:26:22.415Z Compiling anstream v1.0.0
4872026-06-18T22:26:22.443Z Compiling semver v1.0.28
4882026-06-18T22:26:22.496Z Compiling fs-err v3.3.0
4892026-06-18T22:26:22.595Z Compiling unicode-width v0.1.14
4902026-06-18T22:26:22.685Z Compiling fnv v1.0.7
4912026-06-18T22:26:22.715Z Compiling unicode-xid v0.2.6
4922026-06-18T22:26:22.753Z Compiling bytecount v0.6.9
4932026-06-18T22:26:22.769Z Compiling heck v0.5.0
4942026-06-18T22:26:22.787Z Compiling once_cell v1.21.3
4952026-06-18T22:26:22.841Z Compiling heck v0.4.1
4962026-06-18T22:26:22.870Z Compiling strsim v0.11.1
4972026-06-18T22:26:22.892Z Compiling anyhow v1.0.102
4982026-06-18T22:26:23.024Z Compiling fastrand v2.3.0
4992026-06-18T22:26:23.064Z Compiling clap_lex v1.0.0
5002026-06-18T22:26:23.219Z Compiling clap_builder v4.6.0
5012026-06-18T22:26:23.274Z Compiling tempfile v3.25.0
5022026-06-18T22:26:23.299Z Compiling papergrid v0.11.0
5032026-06-18T22:26:23.375Z Compiling serde_derive v1.0.228
5042026-06-18T22:26:23.414Z Compiling zerofrom-derive v0.1.6
5052026-06-18T22:26:23.420Z Compiling yoke-derive v0.8.1
5062026-06-18T22:26:23.647Z Compiling zerovec-derive v0.11.2
5072026-06-18T22:26:23.869Z Compiling displaydoc v0.2.5
5082026-06-18T22:26:24.556Z Compiling thiserror-impl v1.0.69
5092026-06-18T22:26:24.607Z Compiling zerocopy-derive v0.7.35
5102026-06-18T22:26:24.702Z Compiling pest_derive v2.8.6
5112026-06-18T22:26:24.744Z Compiling scroll_derive v0.12.1
5122026-06-18T22:26:24.799Z Compiling zerofrom v0.1.6
5132026-06-18T22:26:24.931Z Compiling yoke v0.8.1
5142026-06-18T22:26:25.181Z Compiling zerovec v0.11.5
5152026-06-18T22:26:25.198Z Compiling zerotrie v0.2.3
5162026-06-18T22:26:25.455Z Compiling scroll v0.12.0
5172026-06-18T22:26:25.503Z Compiling thiserror-impl v2.0.18
5182026-06-18T22:26:25.542Z Compiling zerocopy v0.7.35
5192026-06-18T22:26:25.695Z Compiling tinystr v0.8.2
5202026-06-18T22:26:25.732Z Compiling potential_utf v0.1.4
5212026-06-18T22:26:25.908Z Compiling icu_locale_core v2.1.1
5222026-06-18T22:26:25.908Z Compiling icu_collections v2.1.1
5232026-06-18T22:26:25.979Z Compiling dtrace-parser v0.2.0
5242026-06-18T22:26:26.104Z Compiling goblin v0.8.2
5252026-06-18T22:26:26.253Z Compiling tabled_derive v0.7.0
5262026-06-18T22:26:26.413Z Compiling clap_derive v4.6.1
5272026-06-18T22:26:26.747Z Compiling icu_provider v2.1.1
5282026-06-18T22:26:26.803Z Compiling serde_spanned v0.6.9
5292026-06-18T22:26:26.861Z Compiling toml_datetime v0.6.11
5302026-06-18T22:26:26.878Z Compiling dof v0.3.0
5312026-06-18T22:26:26.913Z Compiling serde_tokenstream v0.2.3
5322026-06-18T22:26:27.048Z Compiling icu_properties v2.1.2
5332026-06-18T22:26:27.066Z Compiling icu_normalizer v2.1.1
5342026-06-18T22:26:27.142Z Compiling toml_edit v0.22.27
5352026-06-18T22:26:27.230Z Compiling serde-value v0.7.0
5362026-06-18T22:26:27.292Z Compiling cargo-platform v0.2.0
5372026-06-18T22:26:27.555Z Compiling memmap v0.7.0
5382026-06-18T22:26:27.589Z Compiling smawk v0.3.2
5392026-06-18T22:26:27.621Z Compiling unicode-linebreak v0.1.5
5402026-06-18T22:26:27.764Z Compiling unicode-width v0.2.0
5412026-06-18T22:26:27.764Z Compiling tabled v0.15.0
5422026-06-18T22:26:27.838Z Compiling usdt-attr-macro v0.5.0
5432026-06-18T22:26:27.865Z Compiling usdt-macro v0.5.0
5442026-06-18T22:26:28.052Z Compiling idna_adapter v1.2.1
5452026-06-18T22:26:28.171Z Compiling idna v1.1.0
5462026-06-18T22:26:28.184Z Compiling textwrap v0.16.2
5472026-06-18T22:26:28.206Z Compiling clap v4.6.1
5482026-06-18T22:26:28.284Z Compiling macaddr v1.0.1
5492026-06-18T22:26:28.457Z Compiling url v2.5.8
5502026-06-18T22:26:28.507Z Compiling toml v0.8.23
5512026-06-18T22:26:28.634Z Compiling camino-tempfile v1.4.1
5522026-06-18T22:26:29.126Z Compiling cargo-util-schemas v0.8.2
5532026-06-18T22:26:29.162Z Compiling cargo_toml v0.21.0
5542026-06-18T22:26:29.203Z Compiling usdt v0.5.0
5552026-06-18T22:26:29.457Z Compiling swrite v0.1.0
5562026-06-18T22:26:29.461Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-18T22:26:30.013Z Compiling cargo_metadata v0.21.0
5582026-06-18T22:26:30.984Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-18T22:26:33.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.99s
5602026-06-18T22:26:33.278Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-18T22:26:33.775Z Downloading crates ...
5622026-06-18T22:26:33.869Z Downloaded async-stream v0.3.6
5632026-06-18T22:26:33.875Z Downloaded arrayvec v0.7.6
5642026-06-18T22:26:33.878Z Downloaded anstream v0.6.21
5652026-06-18T22:26:33.881Z Downloaded allocator-api2 v0.2.21
5662026-06-18T22:26:33.884Z Downloaded array-init v0.0.4
5672026-06-18T22:26:33.884Z Downloaded adler2 v2.0.1
5682026-06-18T22:26:33.888Z Downloaded ciborium-ll v0.2.2
5692026-06-18T22:26:33.891Z Downloaded async-bb8-diesel v0.2.1
5702026-06-18T22:26:33.891Z Downloaded async-recursion v1.1.1
5712026-06-18T22:26:33.895Z Downloaded darling_macro v0.21.3
5722026-06-18T22:26:33.897Z Downloaded atty v0.2.14
5732026-06-18T22:26:33.900Z Downloaded async-trait v0.1.89
5742026-06-18T22:26:33.903Z Downloaded daft v0.1.7
5752026-06-18T22:26:33.903Z Downloaded crossbeam-deque v0.8.6
5762026-06-18T22:26:33.906Z Downloaded ed25519 v2.2.3
5772026-06-18T22:26:33.909Z Downloaded dropshot_endpoint v0.17.0
5782026-06-18T22:26:33.909Z Downloaded darling_macro v0.13.4
5792026-06-18T22:26:33.912Z Downloaded debug-ignore v1.0.5
5802026-06-18T22:26:33.912Z Downloaded cookie_store v0.22.1
5812026-06-18T22:26:33.915Z Downloaded atomic-waker v1.1.2
5822026-06-18T22:26:33.915Z Downloaded base64ct v1.8.3
5832026-06-18T22:26:33.915Z Downloaded atomicwrites v0.4.4
5842026-06-18T22:26:33.918Z Downloaded defmt-macros v1.0.1
5852026-06-18T22:26:33.922Z Downloaded dirs-next v2.0.0
5862026-06-18T22:26:33.922Z Downloaded derive-ex v0.1.8
5872026-06-18T22:26:33.922Z Downloaded darling v0.21.3
5882026-06-18T22:26:33.925Z Downloaded darling_macro v0.23.0
5892026-06-18T22:26:33.925Z Downloaded backoff v0.4.0
5902026-06-18T22:26:33.928Z Downloaded data-encoding v2.10.0
5912026-06-18T22:26:33.928Z Downloaded async-stream-impl v0.3.6
5922026-06-18T22:26:33.928Z Downloaded assert_matches v1.5.0
5932026-06-18T22:26:33.931Z Downloaded crc-catalog v2.4.0
5942026-06-18T22:26:33.932Z Downloaded des v0.8.1
5952026-06-18T22:26:33.936Z Downloaded diff v0.1.13
5962026-06-18T22:26:33.936Z Downloaded dirs-sys-next v0.1.2
5972026-06-18T22:26:33.940Z Downloaded diesel-dtrace v0.5.0
5982026-06-18T22:26:33.940Z Downloaded der v0.7.10
5992026-06-18T22:26:33.944Z Downloaded deranged v0.5.8
6002026-06-18T22:26:33.944Z Downloaded bit-set v0.5.3
6012026-06-18T22:26:33.944Z Downloaded cexpr v0.6.0
6022026-06-18T22:26:33.944Z Downloaded bb8 v0.8.6
6032026-06-18T22:26:33.948Z Downloaded defmt-parser v1.0.0
6042026-06-18T22:26:33.948Z Downloaded ciborium-io v0.2.2
6052026-06-18T22:26:33.948Z Downloaded blowfish v0.9.1
6062026-06-18T22:26:33.948Z Downloaded bitflags v1.3.2
6072026-06-18T22:26:33.951Z Downloaded derive_builder_macro v0.20.2
6082026-06-18T22:26:33.951Z Downloaded bcs v0.1.6
6092026-06-18T22:26:33.951Z Downloaded ecdsa v0.16.9
6102026-06-18T22:26:33.954Z Downloaded document-features v0.2.12
6112026-06-18T22:26:33.954Z Downloaded critical-section v1.2.0
6122026-06-18T22:26:33.954Z Downloaded base16ct v0.2.0
6132026-06-18T22:26:33.956Z Downloaded dtrace-parser v0.3.0
6142026-06-18T22:26:33.957Z Downloaded crc v3.4.0
6152026-06-18T22:26:33.959Z Downloaded env_filter v1.0.0
6162026-06-18T22:26:33.959Z Downloaded convert_case v0.4.0
6172026-06-18T22:26:33.963Z Downloaded defmt v1.0.1
6182026-06-18T22:26:33.963Z Downloaded darling_core v0.23.0
6192026-06-18T22:26:33.966Z Downloaded float-cmp v0.10.0
6202026-06-18T22:26:33.966Z Downloaded defmt v0.3.100
6212026-06-18T22:26:33.969Z Downloaded block-padding v0.3.3
6222026-06-18T22:26:33.969Z Downloaded crunchy v0.2.4
6232026-06-18T22:26:33.969Z Downloaded cargo-platform v0.3.2
6242026-06-18T22:26:33.971Z Downloaded float-ord v0.3.2
6252026-06-18T22:26:33.975Z Downloaded bcrypt-pbkdf v0.10.0
6262026-06-18T22:26:33.978Z Downloaded dyn-clone v1.0.20
6272026-06-18T22:26:33.978Z Downloaded fixedbitset v0.4.2
6282026-06-18T22:26:33.981Z Downloaded darling_macro v0.20.11
6292026-06-18T22:26:33.981Z Downloaded cpufeatures v0.3.0
6302026-06-18T22:26:33.985Z Downloaded embedded-io v0.6.1
6312026-06-18T22:26:33.988Z Downloaded cstr-argument v0.1.2
6322026-06-18T22:26:33.991Z Downloaded bitfield-macros v0.19.4
6332026-06-18T22:26:33.993Z Downloaded downcast-rs v2.0.2
6342026-06-18T22:26:34.000Z Downloaded cobs v0.3.0
6352026-06-18T22:26:34.000Z Downloaded dsl_auto_type v0.2.0
6362026-06-18T22:26:34.004Z Downloaded compression-core v0.4.31
6372026-06-18T22:26:34.004Z Downloaded castaway v0.2.4
6382026-06-18T22:26:34.004Z Downloaded ascii-canvas v3.0.0
6392026-06-18T22:26:34.004Z Downloaded enum-as-inner v0.6.1
6402026-06-18T22:26:34.007Z Downloaded crc8 v0.1.1
6412026-06-18T22:26:34.007Z Downloaded crucible-workspace-hack v0.1.0
6422026-06-18T22:26:34.007Z Downloaded display-error-chain v0.2.2
6432026-06-18T22:26:34.007Z Downloaded dof v0.4.0
6442026-06-18T22:26:34.007Z Downloaded dunce v1.0.5
6452026-06-18T22:26:34.010Z Downloaded cassowary v0.3.0
6462026-06-18T22:26:34.013Z Downloaded flagset v0.4.7
6472026-06-18T22:26:34.013Z Downloaded curve25519-dalek-derive v0.1.1
6482026-06-18T22:26:34.017Z Downloaded bzip2 v0.4.4
6492026-06-18T22:26:34.017Z Downloaded futures-sink v0.3.32
6502026-06-18T22:26:34.020Z Downloaded foreign-types-shared v0.1.1
6512026-06-18T22:26:34.020Z Downloaded foreign-types v0.3.2
6522026-06-18T22:26:34.020Z Downloaded cfg_aliases v0.1.1
6532026-06-18T22:26:34.023Z Downloaded embedded-io v0.4.0
6542026-06-18T22:26:34.023Z Downloaded der_derive v0.7.3
6552026-06-18T22:26:34.025Z Downloaded bit-set v0.8.0
6562026-06-18T22:26:34.025Z Downloaded arrayref v0.3.9
6572026-06-18T22:26:34.028Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-06-18T22:26:34.028Z Downloaded funty v2.0.0
6592026-06-18T22:26:34.031Z Downloaded fxhash v0.2.1
6602026-06-18T22:26:34.031Z Downloaded futures-io v0.3.32
6612026-06-18T22:26:34.031Z Downloaded foreign-types-macros v0.2.3
6622026-06-18T22:26:34.031Z Downloaded foreign-types v0.5.0
6632026-06-18T22:26:34.034Z Downloaded gethostname v0.5.0
6642026-06-18T22:26:34.034Z Downloaded futures-task v0.3.32
6652026-06-18T22:26:34.034Z Downloaded async-compression v0.4.41
6662026-06-18T22:26:34.037Z Downloaded futures-core v0.3.32
6672026-06-18T22:26:34.040Z Downloaded aead v0.5.2
6682026-06-18T22:26:34.040Z Downloaded argon2 v0.5.3
6692026-06-18T22:26:34.042Z Downloaded dropshot-api-manager-types v0.7.2
6702026-06-18T22:26:34.042Z Downloaded git-stub v1.0.0
6712026-06-18T22:26:34.042Z Downloaded fd-lock v4.0.4
6722026-06-18T22:26:34.045Z Downloaded globwalk v0.9.1
6732026-06-18T22:26:34.045Z Downloaded futures-macro v0.3.32
6742026-06-18T22:26:34.045Z Downloaded convert_case v0.10.0
6752026-06-18T22:26:34.048Z Downloaded chacha20 v0.9.1
6762026-06-18T22:26:34.048Z Downloaded cbc v0.1.2
6772026-06-18T22:26:34.048Z Downloaded bit-vec v0.8.0
6782026-06-18T22:26:34.051Z Downloaded anstyle-parse v0.2.7
6792026-06-18T22:26:34.051Z Downloaded headers-core v0.3.0
6802026-06-18T22:26:34.054Z Downloaded ghash v0.5.1
6812026-06-18T22:26:34.054Z Downloaded camino-tempfile-ext v0.3.3
6822026-06-18T22:26:34.054Z Downloaded bitfield-struct v0.6.2
6832026-06-18T22:26:34.058Z Downloaded hash32 v0.3.1
6842026-06-18T22:26:34.058Z Downloaded hash32 v0.2.1
6852026-06-18T22:26:34.059Z Downloaded const-oid v0.9.6
6862026-06-18T22:26:34.064Z Downloaded compression-codecs v0.4.37
6872026-06-18T22:26:34.064Z Downloaded constant_time_eq v0.4.2
6882026-06-18T22:26:34.065Z Downloaded env_logger v0.11.9
6892026-06-18T22:26:34.068Z Downloaded hex v0.4.3
6902026-06-18T22:26:34.068Z Downloaded const_format_proc_macros v0.2.34
6912026-06-18T22:26:34.068Z Downloaded cargo_metadata v0.23.1
6922026-06-18T22:26:34.068Z Downloaded http-body v1.0.1
6932026-06-18T22:26:34.068Z Downloaded home v0.5.12
6942026-06-18T22:26:34.068Z Downloaded cipher v0.4.4
6952026-06-18T22:26:34.072Z Downloaded bitfield v0.19.4
6962026-06-18T22:26:34.072Z Downloaded corncobs v0.1.4
6972026-06-18T22:26:34.072Z Downloaded hostname v0.4.2
6982026-06-18T22:26:34.072Z Downloaded ena v0.14.4
6992026-06-18T22:26:34.075Z Downloaded fs-err v2.11.0
7002026-06-18T22:26:34.075Z Downloaded difflib v0.4.0
7012026-06-18T22:26:34.075Z Downloaded darling v0.13.4
7022026-06-18T22:26:34.079Z Downloaded ctr v0.9.2
7032026-06-18T22:26:34.079Z Downloaded buf-list v1.1.2
7042026-06-18T22:26:34.082Z Downloaded fixedbitset v0.5.7
7052026-06-18T22:26:34.083Z Downloaded find-msvc-tools v0.1.9
7062026-06-18T22:26:34.083Z Downloaded ff v0.13.1
7072026-06-18T22:26:34.085Z Downloaded fallible-iterator v0.2.0
7082026-06-18T22:26:34.085Z Downloaded either v1.15.0
7092026-06-18T22:26:34.085Z Downloaded hubpack_derive v0.1.1
7102026-06-18T22:26:34.085Z Downloaded http-range v0.1.5
7112026-06-18T22:26:34.088Z Downloaded foreign-types-shared v0.3.1
7122026-06-18T22:26:34.088Z Downloaded derive_builder_core v0.20.2
7132026-06-18T22:26:34.088Z Downloaded filetime v0.2.27
7142026-06-18T22:26:34.091Z Downloaded csv-core v0.1.13
7152026-06-18T22:26:34.091Z Downloaded foldhash v0.2.0
7162026-06-18T22:26:34.091Z Downloaded colored v2.2.0
7172026-06-18T22:26:34.094Z Downloaded cfg_aliases v0.2.1
7182026-06-18T22:26:34.094Z Downloaded daft-derive v0.1.7
7192026-06-18T22:26:34.097Z Downloaded erased-serde v0.3.31
7202026-06-18T22:26:34.100Z Downloaded derive_more v0.99.20
7212026-06-18T22:26:34.103Z Downloaded clang-sys v1.8.1
7222026-06-18T22:26:34.105Z Downloaded chacha20 v0.10.0
7232026-06-18T22:26:34.105Z Downloaded illumos-nvpair v0.3.0
7242026-06-18T22:26:34.105Z Downloaded ident_case v1.0.1
7252026-06-18T22:26:34.108Z Downloaded hyper-tls v0.6.0
7262026-06-18T22:26:34.108Z Downloaded indent_write v2.2.0
7272026-06-18T22:26:34.108Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-18T22:26:34.108Z Downloaded hubpack v0.1.2
7292026-06-18T22:26:34.111Z Downloaded indoc v1.0.9
7302026-06-18T22:26:34.111Z Downloaded cancel-safe-futures v0.1.5
7312026-06-18T22:26:34.114Z Downloaded instant v0.1.13
7322026-06-18T22:26:34.114Z Downloaded endian-type v0.1.2
7332026-06-18T22:26:34.114Z Downloaded derive_more v2.1.1
7342026-06-18T22:26:34.120Z Downloaded globset v0.4.18
7352026-06-18T22:26:34.123Z Downloaded colored v3.1.1
7362026-06-18T22:26:34.123Z Downloaded group v0.13.0
7372026-06-18T22:26:34.126Z Downloaded console v0.15.11
7382026-06-18T22:26:34.126Z Downloaded glob v0.3.3
7392026-06-18T22:26:34.129Z Downloaded instability v0.3.11
7402026-06-18T22:26:34.129Z Downloaded hostname v0.3.1
7412026-06-18T22:26:34.132Z Downloaded chacha20poly1305 v0.10.1
7422026-06-18T22:26:34.132Z Downloaded inout v0.1.4
7432026-06-18T22:26:34.132Z Downloaded hex-literal v0.4.1
7442026-06-18T22:26:34.135Z Downloaded futures-executor v0.3.32
7452026-06-18T22:26:34.135Z Downloaded foldhash v0.1.5
7462026-06-18T22:26:34.135Z Downloaded git-stub-vcs v0.1.0
7472026-06-18T22:26:34.138Z Downloaded keccak v0.1.6
7482026-06-18T22:26:34.138Z Downloaded is_ci v1.2.0
7492026-06-18T22:26:34.138Z Downloaded internet-checksum v0.2.1
7502026-06-18T22:26:34.141Z Downloaded is-terminal v0.4.17
7512026-06-18T22:26:34.141Z Downloaded highway v1.3.0
7522026-06-18T22:26:34.141Z Downloaded bzip2 v0.6.1
7532026-06-18T22:26:34.141Z Downloaded ahash v0.8.12
7542026-06-18T22:26:34.145Z Downloaded console v0.16.2
7552026-06-18T22:26:34.145Z Downloaded bit-vec v0.6.3
7562026-06-18T22:26:34.149Z Downloaded cmake v0.1.57
7572026-06-18T22:26:34.149Z Downloaded derive_builder v0.20.2
7582026-06-18T22:26:34.149Z Downloaded byte-wrapper v0.1.0
7592026-06-18T22:26:34.152Z Downloaded kstat-rs v0.2.4
7602026-06-18T22:26:34.152Z Downloaded derive-where v1.6.0
7612026-06-18T22:26:34.155Z Downloaded fs_extra v1.3.0
7622026-06-18T22:26:34.158Z Downloaded libscf-sys v1.1.0
7632026-06-18T22:26:34.158Z Downloaded http-body-util v0.1.3
7642026-06-18T22:26:34.158Z Downloaded lazy_static v1.5.0
7652026-06-18T22:26:34.163Z Downloaded crc-any v2.5.0
7662026-06-18T22:26:34.168Z Downloaded blake2 v0.10.6
7672026-06-18T22:26:34.168Z Downloaded hyper-staticfile v0.10.1
7682026-06-18T22:26:34.168Z Downloaded elliptic-curve v0.13.8
7692026-06-18T22:26:34.171Z Downloaded futures-channel v0.3.32
7702026-06-18T22:26:34.173Z Downloaded lru v0.12.5
7712026-06-18T22:26:34.173Z Downloaded lalrpop-util v0.19.12
7722026-06-18T22:26:34.176Z Downloaded maybe-uninit v2.0.0
7732026-06-18T22:26:34.176Z Downloaded lzss v0.8.2
7742026-06-18T22:26:34.176Z Downloaded managed v0.8.0
7752026-06-18T22:26:34.179Z Downloaded linked-hash-map v0.5.6
7762026-06-18T22:26:34.179Z Downloaded impl-trait-for-tuples v0.2.3
7772026-06-18T22:26:34.179Z Downloaded md5 v0.7.0
7782026-06-18T22:26:34.182Z Downloaded lru-slab v0.1.2
7792026-06-18T22:26:34.182Z Downloaded lru-cache v0.1.2
7802026-06-18T22:26:34.182Z Downloaded md-5 v0.10.6
7812026-06-18T22:26:34.182Z Downloaded humantime v2.3.0
7822026-06-18T22:26:34.186Z Downloaded mime v0.3.17
7832026-06-18T22:26:34.186Z Downloaded new_debug_unreachable v1.0.6
7842026-06-18T22:26:34.186Z Downloaded httpdate v1.0.3
7852026-06-18T22:26:34.189Z Downloaded match_cfg v0.1.0
7862026-06-18T22:26:34.189Z Downloaded indoc v2.0.7
7872026-06-18T22:26:34.189Z Downloaded newtype-uuid-macros v0.1.0
7882026-06-18T22:26:34.192Z Downloaded half v1.8.3
7892026-06-18T22:26:34.192Z Downloaded nodrop v0.1.14
7902026-06-18T22:26:34.192Z Downloaded getrandom v0.2.17
7912026-06-18T22:26:34.235Z Downloaded ingot-types v0.1.2
7922026-06-18T22:26:34.235Z Downloaded nibble_vec v0.1.0
7932026-06-18T22:26:34.235Z Downloaded bytes v1.11.1
7942026-06-18T22:26:34.235Z Downloaded multimap v0.10.1
7952026-06-18T22:26:34.235Z Downloaded ciborium v0.2.2
7962026-06-18T22:26:34.235Z Downloaded darling v0.23.0
7972026-06-18T22:26:34.235Z Downloaded compact_str v0.8.1
7982026-06-18T22:26:34.235Z Downloaded maplit v1.0.2
7992026-06-18T22:26:34.235Z Downloaded num v0.4.3
8002026-06-18T22:26:34.235Z Downloaded ingot v0.1.1
8012026-06-18T22:26:34.235Z Downloaded backon v1.6.0
8022026-06-18T22:26:34.235Z Downloaded newtype_derive v0.1.6
8032026-06-18T22:26:34.235Z Downloaded newline-converter v0.3.0
8042026-06-18T22:26:34.235Z Downloaded ipnetwork v0.21.1
8052026-06-18T22:26:34.235Z Downloaded ipnet v2.11.0
8062026-06-18T22:26:34.235Z Downloaded num-derive v0.4.2
8072026-06-18T22:26:34.235Z Downloaded normalize-line-endings v0.3.0
8082026-06-18T22:26:34.235Z Downloaded nonempty v0.12.0
8092026-06-18T22:26:34.235Z Downloaded darling_core v0.13.4
8102026-06-18T22:26:34.236Z Downloaded darling v0.20.11
8112026-06-18T22:26:34.239Z Downloaded drift v0.2.0
8122026-06-18T22:26:34.239Z Downloaded num_threads v0.1.7
8132026-06-18T22:26:34.239Z Downloaded openssl-probe v0.2.1
8142026-06-18T22:26:34.239Z Downloaded openssl-probe v0.1.6
8152026-06-18T22:26:34.239Z Downloaded openssl-macros v0.1.1
8162026-06-18T22:26:34.239Z Downloaded crc32fast v1.5.0
8172026-06-18T22:26:34.239Z Downloaded num-iter v0.1.45
8182026-06-18T22:26:34.239Z Downloaded num-derive v0.3.3
8192026-06-18T22:26:34.242Z Downloaded lock_api v0.4.14
8202026-06-18T22:26:34.242Z Downloaded libefi-sys v0.1.0
8212026-06-18T22:26:34.242Z Downloaded fatfs v0.3.6
8222026-06-18T22:26:34.244Z Downloaded cookie v0.18.1
8232026-06-18T22:26:34.248Z Downloaded libloading v0.8.9
8242026-06-18T22:26:34.248Z Downloaded iana-time-zone v0.1.65
8252026-06-18T22:26:34.251Z Downloaded linear-map v1.2.0
8262026-06-18T22:26:34.251Z Downloaded libsw-core v0.3.2
8272026-06-18T22:26:34.251Z Downloaded darling_core v0.21.3
8282026-06-18T22:26:34.254Z Downloaded oso-derive v0.27.3
8292026-06-18T22:26:34.257Z Downloaded nanorand v0.7.0
8302026-06-18T22:26:34.257Z Downloaded hyper-rustls v0.27.7
8312026-06-18T22:26:34.257Z Downloaded opaque-debug v0.3.1
8322026-06-18T22:26:34.261Z Downloaded olpc-cjson v0.1.4
8332026-06-18T22:26:34.261Z Downloaded num_enum_derive v0.5.11
8342026-06-18T22:26:34.262Z Downloaded num-conv v0.2.0
8352026-06-18T22:26:34.262Z Downloaded hmac v0.12.1
8362026-06-18T22:26:34.264Z Downloaded crossbeam-utils v0.8.21
8372026-06-18T22:26:34.264Z Downloaded crossbeam-epoch v0.9.18
8382026-06-18T22:26:34.267Z Downloaded const_format v0.2.35
8392026-06-18T22:26:34.272Z Downloaded native-tls v0.2.18
8402026-06-18T22:26:34.272Z Downloaded getrandom v0.3.4
8412026-06-18T22:26:34.276Z Downloaded arc-swap v1.8.2
8422026-06-18T22:26:34.276Z Downloaded packed_struct_codegen v0.10.1
8432026-06-18T22:26:34.276Z Downloaded ingot-macros v0.1.1
8442026-06-18T22:26:34.283Z Downloaded newtype-uuid v1.3.2
8452026-06-18T22:26:34.283Z Downloaded cc v1.2.56
8462026-06-18T22:26:34.283Z Downloaded base64 v0.21.7
8472026-06-18T22:26:34.286Z Downloaded parse-size v1.1.0
8482026-06-18T22:26:34.286Z Downloaded pbkdf2 v0.12.2
8492026-06-18T22:26:34.286Z Downloaded multer v3.1.0
8502026-06-18T22:26:34.289Z Downloaded pbkdf2 v0.11.0
8512026-06-18T22:26:34.292Z Downloaded phf_shared v0.12.1
8522026-06-18T22:26:34.292Z Downloaded nu-ansi-term v0.50.3
8532026-06-18T22:26:34.296Z Downloaded phf_shared v0.11.3
8542026-06-18T22:26:34.296Z Downloaded darling_core v0.20.11
8552026-06-18T22:26:34.299Z Downloaded path-slash v0.1.5
8562026-06-18T22:26:34.303Z Downloaded peg-runtime v0.8.5
8572026-06-18T22:26:34.303Z Downloaded num-integer v0.1.46
8582026-06-18T22:26:34.303Z Downloaded jobserver v0.1.34
8592026-06-18T22:26:34.306Z Downloaded phf_shared v0.13.1
8602026-06-18T22:26:34.306Z Downloaded libsw v3.5.0
8612026-06-18T22:26:34.309Z Downloaded num-rational v0.4.2
8622026-06-18T22:26:34.309Z Downloaded num-complex v0.4.6
8632026-06-18T22:26:34.312Z Downloaded num_enum_derive v0.7.6
8642026-06-18T22:26:34.315Z Downloaded ed25519-dalek v2.2.0
8652026-06-18T22:26:34.319Z Downloaded crypto-bigint v0.5.5
8662026-06-18T22:26:34.324Z Downloaded num_enum v0.7.6
8672026-06-18T22:26:34.324Z Downloaded indexmap v1.9.3
8682026-06-18T22:26:34.327Z Downloaded pin-utils v0.1.0
8692026-06-18T22:26:34.327Z Downloaded precomputed-hash v0.1.1
8702026-06-18T22:26:34.327Z Downloaded httparse v1.10.1
8712026-06-18T22:26:34.327Z Downloaded predicates-core v1.0.10
8722026-06-18T22:26:34.330Z Downloaded powerfmt v0.2.0
8732026-06-18T22:26:34.330Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-06-18T22:26:34.330Z Downloaded proc-macro-crate v3.4.0
8752026-06-18T22:26:34.333Z Downloaded proc-macro-crate v1.3.1
8762026-06-18T22:26:34.333Z Downloaded memoffset v0.9.1
8772026-06-18T22:26:34.333Z Downloaded ignore v0.4.25
8782026-06-18T22:26:34.336Z Downloaded oxide-tokio-rt v0.1.4
8792026-06-18T22:26:34.336Z Downloaded futures v0.3.32
8802026-06-18T22:26:34.340Z Downloaded progenitor-macro v0.14.0
8812026-06-18T22:26:34.340Z Downloaded progenitor-macro v0.13.0
8822026-06-18T22:26:34.340Z Downloaded packed_struct v0.10.1
8832026-06-18T22:26:34.347Z Downloaded flume v0.11.1
8842026-06-18T22:26:34.347Z Downloaded predicates-tree v1.0.13
8852026-06-18T22:26:34.357Z Downloaded quick-error v1.2.3
8862026-06-18T22:26:34.360Z Downloaded heapless v0.8.0
8872026-06-18T22:26:34.363Z Downloaded heapless v0.7.17
8882026-06-18T22:26:34.363Z Downloaded half v2.7.1
8892026-06-18T22:26:34.365Z Downloaded pem-rfc7468 v0.7.0
8902026-06-18T22:26:34.366Z Downloaded password-hash v0.5.0
8912026-06-18T22:26:34.369Z Downloaded parse-display v0.10.0
8922026-06-18T22:26:34.369Z Downloaded flate2 v1.1.9
8932026-06-18T22:26:34.372Z Downloaded peg-macros v0.8.5
8942026-06-18T22:26:34.372Z Downloaded peg v0.8.5
8952026-06-18T22:26:34.375Z Downloaded pkg-config v0.3.32
8962026-06-18T22:26:34.375Z Downloaded radium v0.7.0
8972026-06-18T22:26:34.378Z Downloaded poly1305 v0.8.0
8982026-06-18T22:26:34.378Z Downloaded paste v1.0.15
8992026-06-18T22:26:34.380Z Downloaded rand_chacha v0.3.1
9002026-06-18T22:26:34.381Z Downloaded pem v3.0.6
9012026-06-18T22:26:34.383Z Downloaded expectorate v1.2.0
9022026-06-18T22:26:34.383Z Downloaded polyval v0.6.2
9032026-06-18T22:26:34.383Z Downloaded crossbeam-channel v0.5.15
9042026-06-18T22:26:34.386Z Downloaded password-hash v0.4.2
9052026-06-18T22:26:34.389Z Downloaded libbz2-rs-sys v0.2.2
9062026-06-18T22:26:34.390Z Downloaded omicron-zone-package v0.12.2
9072026-06-18T22:26:34.393Z Downloaded pin-project-internal v1.1.11
9082026-06-18T22:26:34.393Z Downloaded mime_guess v2.0.5
9092026-06-18T22:26:34.393Z Downloaded diesel_derives v2.3.7
9102026-06-18T22:26:34.396Z Downloaded recursive v0.1.1
9112026-06-18T22:26:34.400Z Downloaded rand_xorshift v0.4.0
9122026-06-18T22:26:34.400Z Downloaded ref-cast-impl v1.0.25
9132026-06-18T22:26:34.400Z Downloaded predicates v3.1.4
9142026-06-18T22:26:34.403Z Downloaded pkcs8 v0.10.2
9152026-06-18T22:26:34.403Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-06-18T22:26:34.405Z Downloaded ppv-lite86 v0.2.21
9172026-06-18T22:26:34.405Z Downloaded bumpalo v3.20.2
9182026-06-18T22:26:34.405Z Downloaded litrs v1.0.0
9192026-06-18T22:26:34.408Z Downloaded pin-project-lite v0.2.17
9202026-06-18T22:26:34.411Z Downloaded proc-macro-error2 v2.0.1
9212026-06-18T22:26:34.414Z Downloaded ref-cast v1.0.25
9222026-06-18T22:26:34.414Z Downloaded postgres-protocol v0.6.10
9232026-06-18T22:26:34.418Z Downloaded phf v0.13.1
9242026-06-18T22:26:34.418Z Downloaded parking_lot v0.11.2
9252026-06-18T22:26:34.421Z Downloaded hickory-resolver v0.24.4
9262026-06-18T22:26:34.421Z Downloaded oxnet v0.1.6
9272026-06-18T22:26:34.424Z Downloaded hickory-resolver v0.25.2
9282026-06-18T22:26:34.429Z Downloaded indicatif v0.18.4
9292026-06-18T22:26:34.429Z Downloaded progenitor-client v0.14.0
9302026-06-18T22:26:34.429Z Downloaded base64 v0.22.1
9312026-06-18T22:26:34.432Z Downloaded rfc6979 v0.4.0
9322026-06-18T22:26:34.432Z Downloaded parking_lot v0.12.5
9332026-06-18T22:26:34.432Z Downloaded rustc_version v0.4.1
9342026-06-18T22:26:34.435Z Downloaded ar_archive_writer v0.5.1
9352026-06-18T22:26:34.435Z Downloaded rustc-hash v2.1.1
9362026-06-18T22:26:34.438Z Downloaded progenitor-client v0.13.0
9372026-06-18T22:26:34.438Z Downloaded progenitor v0.14.0
9382026-06-18T22:26:34.438Z Downloaded progenitor v0.13.0
9392026-06-18T22:26:34.440Z Downloaded psm v0.1.30
9402026-06-18T22:26:34.440Z Downloaded derive_more-impl v2.1.1
9412026-06-18T22:26:34.443Z Downloaded russh-cryptovec v0.7.3
9422026-06-18T22:26:34.443Z Downloaded rtoolbox v0.0.3
9432026-06-18T22:26:34.446Z Downloaded parking_lot_core v0.9.12
9442026-06-18T22:26:34.446Z Downloaded r2d2 v0.8.10
9452026-06-18T22:26:34.449Z Downloaded parking_lot_core v0.8.6
9462026-06-18T22:26:34.449Z Downloaded rustc_version v0.1.7
9472026-06-18T22:26:34.449Z Downloaded rand_core v0.9.5
9482026-06-18T22:26:34.452Z Downloaded psl-types v2.0.11
9492026-06-18T22:26:34.452Z Downloaded aho-corasick v1.1.4
9502026-06-18T22:26:34.454Z Downloaded rand_chacha v0.9.0
9512026-06-18T22:26:34.454Z Downloaded parse-display-derive v0.10.0
9522026-06-18T22:26:34.457Z Downloaded owo-colors v4.3.0
9532026-06-18T22:26:34.458Z Downloaded headers v0.4.1
9542026-06-18T22:26:34.460Z Downloaded memmap2 v0.9.10
9552026-06-18T22:26:34.460Z Downloaded num_enum v0.5.11
9562026-06-18T22:26:34.464Z Downloaded phf v0.12.1
9572026-06-18T22:26:34.467Z Downloaded rand_seeder v0.4.0
9582026-06-18T22:26:34.467Z Downloaded postcard v1.1.3
9592026-06-18T22:26:34.472Z Downloaded pkcs1 v0.7.5
9602026-06-18T22:26:34.474Z Downloaded sapling-renderdag v0.1.0
9612026-06-18T22:26:34.474Z Downloaded primeorder v0.13.6
9622026-06-18T22:26:34.480Z Downloaded same-file v1.0.6
9632026-06-18T22:26:34.480Z Downloaded salsa20 v0.10.2
9642026-06-18T22:26:34.484Z Downloaded rand_core v0.10.0
9652026-06-18T22:26:34.487Z Downloaded scheduled-thread-pool v0.2.7
9662026-06-18T22:26:34.487Z Downloaded oso v0.27.3
9672026-06-18T22:26:34.490Z Downloaded scrypt v0.11.0
9682026-06-18T22:26:34.490Z Downloaded scroll_derive v0.13.1
9692026-06-18T22:26:34.493Z Downloaded serde-big-array v0.5.1
9702026-06-18T22:26:34.493Z Downloaded semver v0.1.20
9712026-06-18T22:26:34.496Z Downloaded seq-macro v0.3.6
9722026-06-18T22:26:34.499Z Downloaded postgres-types v0.2.12
9732026-06-18T22:26:34.499Z Downloaded resolv-conf v0.7.6
9742026-06-18T22:26:34.502Z Downloaded hashbrown v0.13.2
9752026-06-18T22:26:34.505Z Downloaded secrecy v0.10.3
9762026-06-18T22:26:34.505Z Downloaded secrecy v0.8.0
9772026-06-18T22:26:34.514Z Downloaded quinn-udp v0.5.14
9782026-06-18T22:26:34.517Z Downloaded rustls-native-certs v0.8.3
9792026-06-18T22:26:34.520Z Downloaded serde_bytes v0.11.19
9802026-06-18T22:26:34.520Z Downloaded serde_plain v1.0.2
9812026-06-18T22:26:34.520Z Downloaded progenitor-extras v0.2.0
9822026-06-18T22:26:34.523Z Downloaded serde_repr v0.1.20
9832026-06-18T22:26:34.526Z Downloaded signal-hook-mio v0.2.5
9842026-06-18T22:26:34.535Z Downloaded pkcs5 v0.7.1
9852026-06-18T22:26:34.542Z Downloaded pin-project v1.1.11
9862026-06-18T22:26:34.549Z Downloaded siphasher v1.0.2
9872026-06-18T22:26:34.551Z Downloaded sigpipe v0.1.3
9882026-06-18T22:26:34.552Z Downloaded signal-hook-tokio v0.3.1
9892026-06-18T22:26:34.552Z Downloaded slog-bunyan v2.5.0
9902026-06-18T22:26:34.554Z Downloaded rustversion v1.0.22
9912026-06-18T22:26:34.555Z Downloaded rand_core v0.6.4
9922026-06-18T22:26:34.557Z Downloaded shell-words v1.1.1
9932026-06-18T22:26:34.557Z Downloaded sha1 v0.10.6
9942026-06-18T22:26:34.557Z Downloaded rustls-pemfile v2.2.0
9952026-06-18T22:26:34.562Z Downloaded rustls-pemfile v1.0.4
9962026-06-18T22:26:34.568Z Downloaded p256 v0.13.2
9972026-06-18T22:26:34.571Z Downloaded schemars_derive v0.8.22
9982026-06-18T22:26:34.571Z Downloaded slog-envlogger v2.2.0
9992026-06-18T22:26:34.571Z Downloaded scopeguard v1.2.0
10002026-06-18T22:26:34.571Z Downloaded rusty-fork v0.3.1
10012026-06-18T22:26:34.576Z Downloaded papergrid v0.17.0
10022026-06-18T22:26:34.581Z Downloaded sct v0.7.1
10032026-06-18T22:26:34.585Z Downloaded serde_spanned v1.0.4
10042026-06-18T22:26:34.585Z Downloaded serde-hex v0.1.0
10052026-06-18T22:26:34.585Z Downloaded sec1 v0.7.3
10062026-06-18T22:26:34.588Z Downloaded scroll v0.13.0
10072026-06-18T22:26:34.589Z Downloaded hickory-server v0.25.2
10082026-06-18T22:26:34.592Z Downloaded miniz_oxide v0.8.9
10092026-06-18T22:26:34.597Z Downloaded progenitor-impl v0.14.0
10102026-06-18T22:26:34.597Z Downloaded progenitor-impl v0.13.0
10112026-06-18T22:26:34.597Z Downloaded hashbrown v0.12.3
10122026-06-18T22:26:34.600Z Downloaded serde_urlencoded v0.7.1
10132026-06-18T22:26:34.600Z Downloaded serde_derive_internals v0.29.1
10142026-06-18T22:26:34.600Z Downloaded russh-keys v0.45.0
10152026-06-18T22:26:34.603Z Downloaded signal-hook-registry v1.4.8
10162026-06-18T22:26:34.603Z Downloaded signature v2.2.0
10172026-06-18T22:26:34.606Z Downloaded ssh-cipher v0.2.0
10182026-06-18T22:26:34.609Z Downloaded serde_path_to_error v0.1.20
10192026-06-18T22:26:34.609Z Downloaded strsim v0.10.0
10202026-06-18T22:26:34.612Z Downloaded strip-ansi-escapes v0.2.1
10212026-06-18T22:26:34.612Z Downloaded ssh-encoding v0.2.0
10222026-06-18T22:26:34.612Z Downloaded aes v0.8.4
10232026-06-18T22:26:34.615Z Downloaded http v1.4.0
10242026-06-18T22:26:34.618Z Downloaded serde_with_macros v1.5.2
10252026-06-18T22:26:34.627Z Downloaded strum v0.26.3
10262026-06-18T22:26:34.630Z Downloaded structmeta-derive v0.3.0
10272026-06-18T22:26:34.630Z Downloaded shlex v1.3.0
10282026-06-18T22:26:34.630Z Downloaded strum v0.27.2
10292026-06-18T22:26:34.633Z Downloaded slog-json v2.6.1
10302026-06-18T22:26:34.636Z Downloaded slog-dtrace v0.3.0
10312026-06-18T22:26:34.636Z Downloaded structmeta v0.3.0
10322026-06-18T22:26:34.640Z Downloaded simd-adler32 v0.3.8
10332026-06-18T22:26:34.643Z Downloaded rustls-pki-types v1.14.0
10342026-06-18T22:26:34.643Z Downloaded openssl-sys v0.9.115
10352026-06-18T22:26:34.646Z Downloaded prettyplease v0.2.37
10362026-06-18T22:26:34.649Z Downloaded subtle v2.6.1
10372026-06-18T22:26:34.649Z Downloaded smallvec v0.6.14
10382026-06-18T22:26:34.649Z Downloaded slog-term v2.9.2
10392026-06-18T22:26:34.652Z Downloaded slog-scope v4.4.1
10402026-06-18T22:26:34.652Z Downloaded aes-gcm v0.10.3
10412026-06-18T22:26:34.657Z Downloaded rcgen v0.12.1
10422026-06-18T22:26:34.661Z Downloaded slog-async v2.8.0
10432026-06-18T22:26:34.661Z Downloaded supports-color v3.0.2
10442026-06-18T22:26:34.661Z Downloaded take_mut v0.2.2
10452026-06-18T22:26:34.661Z Downloaded tabled_derive v0.11.0
10462026-06-18T22:26:34.661Z Downloaded sync_wrapper v1.0.2
10472026-06-18T22:26:34.661Z Downloaded sync-ptr v0.1.4
10482026-06-18T22:26:34.665Z Downloaded slog-stdlog v4.1.1
10492026-06-18T22:26:34.665Z Downloaded snafu-derive v0.8.9
10502026-06-18T22:26:34.665Z Downloaded smf v0.2.3
10512026-06-18T22:26:34.665Z Downloaded slab v0.4.12
10522026-06-18T22:26:34.668Z Downloaded spki v0.7.3
10532026-06-18T22:26:34.668Z Downloaded minimal-lexical v0.2.1
10542026-06-18T22:26:34.671Z Downloaded pretty_assertions v1.4.1
10552026-06-18T22:26:34.671Z Downloaded prefix-trie v0.7.0
10562026-06-18T22:26:34.673Z Downloaded mio v1.2.0
10572026-06-18T22:26:34.676Z Downloaded ron v0.8.1
10582026-06-18T22:26:34.680Z Downloaded termtree v0.5.1
10592026-06-18T22:26:34.683Z Downloaded tabwriter v1.4.1
10602026-06-18T22:26:34.683Z Downloaded tagptr v0.2.0
10612026-06-18T22:26:34.686Z Downloaded sqlparser_derive v0.5.0
10622026-06-18T22:26:34.686Z Downloaded serde_cbor v0.11.2
10632026-06-18T22:26:34.686Z Downloaded itertools v0.10.5
10642026-06-18T22:26:34.692Z Downloaded jiff-static v0.2.21
10652026-06-18T22:26:34.695Z Downloaded thread-id v5.1.0
10662026-06-18T22:26:34.695Z Downloaded crossterm v0.28.1
10672026-06-18T22:26:34.698Z Downloaded time-core v0.1.8
10682026-06-18T22:26:34.701Z Downloaded stacker v0.1.23
10692026-06-18T22:26:34.701Z Downloaded thiserror-impl-no-std v2.0.2
10702026-06-18T22:26:34.704Z Downloaded testing_table v0.3.0
10712026-06-18T22:26:34.704Z Downloaded serde_with_macros v3.17.0
10722026-06-18T22:26:34.708Z Downloaded strum_macros v0.27.2
10732026-06-18T22:26:34.711Z Downloaded tinyvec_macros v0.1.1
10742026-06-18T22:26:34.711Z Downloaded ryu v1.0.23
10752026-06-18T22:26:34.714Z Downloaded strum_macros v0.24.3
10762026-06-18T22:26:34.714Z Downloaded rustls-platform-verifier v0.6.2
10772026-06-18T22:26:34.724Z Downloaded rayon-core v1.13.0
10782026-06-18T22:26:34.728Z Downloaded strum_macros v0.26.4
10792026-06-18T22:26:34.728Z Downloaded hyper-util v0.1.20
10802026-06-18T22:26:34.728Z Downloaded schemars v0.8.22
10812026-06-18T22:26:34.733Z Downloaded string_cache v0.8.9
10822026-06-18T22:26:34.736Z Downloaded static_assertions v1.1.0
10832026-06-18T22:26:34.737Z Downloaded support-bundle-viewer v0.1.2
10842026-06-18T22:26:34.737Z Downloaded nom v7.1.3
10852026-06-18T22:26:34.740Z Downloaded quinn v0.11.9
10862026-06-18T22:26:34.743Z Downloaded qorb v0.4.1
10872026-06-18T22:26:34.746Z Downloaded topological-sort v0.2.2
10882026-06-18T22:26:34.746Z Downloaded publicsuffix v2.3.0
10892026-06-18T22:26:34.749Z Downloaded hashbrown v0.16.1
10902026-06-18T22:26:34.752Z Downloaded tower-service v0.3.3
10912026-06-18T22:26:34.754Z Downloaded spin v0.9.8
10922026-06-18T22:26:34.754Z Downloaded signal-hook v0.3.18
10932026-06-18T22:26:34.758Z Downloaded serde_yaml v0.9.34+deprecated
10942026-06-18T22:26:34.761Z Downloaded try-lock v0.2.5
10952026-06-18T22:26:34.761Z Downloaded tower-layer v0.3.3
10962026-06-18T22:26:34.761Z Downloaded termios v0.3.3
10972026-06-18T22:26:34.763Z Downloaded sqlformat v0.3.5
10982026-06-18T22:26:34.764Z Downloaded dropshot-api-manager v0.7.2
10992026-06-18T22:26:34.766Z Downloaded trait-variant v0.1.2
11002026-06-18T22:26:34.769Z Downloaded time-macros v0.2.27
11012026-06-18T22:26:34.769Z Downloaded hashbrown v0.15.5
11022026-06-18T22:26:34.772Z Downloaded typify-macro v0.6.2
11032026-06-18T22:26:34.777Z Downloaded stringprep v0.1.5
11042026-06-18T22:26:34.780Z Downloaded num-bigint v0.4.6
11052026-06-18T22:26:34.783Z Downloaded tiny-keccak v2.0.2
11062026-06-18T22:26:34.786Z Downloaded thread_local v1.1.9
11072026-06-18T22:26:34.786Z Downloaded thiserror-no-std v2.0.2
11082026-06-18T22:26:34.789Z Downloaded untrusted v0.7.1
11092026-06-18T22:26:34.792Z Downloaded unicode-truncate v1.1.0
11102026-06-18T22:26:34.792Z Downloaded unarray v0.1.4
11112026-06-18T22:26:34.792Z Downloaded tokio-rustls v0.25.0
11122026-06-18T22:26:34.795Z Downloaded similar v2.7.0
11132026-06-18T22:26:34.798Z Downloaded utf-8 v0.7.6
11142026-06-18T22:26:34.798Z Downloaded usdt-macro v0.6.0
11152026-06-18T22:26:34.798Z Downloaded usdt v0.6.0
11162026-06-18T22:26:34.798Z Downloaded untrusted v0.9.0
11172026-06-18T22:26:34.801Z Downloaded slog v2.8.2
11182026-06-18T22:26:34.805Z Downloaded schemars v0.9.0
11192026-06-18T22:26:34.809Z Downloaded usdt-attr-macro v0.6.0
11202026-06-18T22:26:34.811Z Downloaded universal-hash v0.5.1
11212026-06-18T22:26:34.811Z Downloaded unit-prefix v0.5.2
11222026-06-18T22:26:34.811Z Downloaded tokio-macros v2.7.0
11232026-06-18T22:26:34.814Z Downloaded tokio-dtrace v0.1.1
11242026-06-18T22:26:34.814Z Downloaded tls_codec_derive v0.4.2
11252026-06-18T22:26:34.814Z Downloaded libxml v0.3.3
11262026-06-18T22:26:34.819Z Downloaded tap v1.0.1
11272026-06-18T22:26:34.822Z Downloaded rand v0.9.2
11282026-06-18T22:26:34.825Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-06-18T22:26:34.825Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-18T22:26:34.828Z Downloaded tokio-tungstenite v0.23.1
11312026-06-18T22:26:34.828Z Downloaded rsa v0.9.10
11322026-06-18T22:26:34.831Z Downloaded tokio-tungstenite v0.21.0
11332026-06-18T22:26:34.834Z Downloaded tokio-native-tls v0.3.1
11342026-06-18T22:26:34.834Z Downloaded rand v0.8.6
11352026-06-18T22:26:34.837Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-06-18T22:26:34.840Z Downloaded void v1.0.2
11372026-06-18T22:26:34.840Z Downloaded term v1.2.1
11382026-06-18T22:26:34.840Z Downloaded wait-timeout v0.2.1
11392026-06-18T22:26:34.842Z Downloaded term v0.7.0
11402026-06-18T22:26:34.845Z Downloaded tui-tree-widget v0.23.1
11412026-06-18T22:26:34.860Z Downloaded want v0.3.1
11422026-06-18T22:26:34.863Z Downloaded waitgroup v0.1.2
11432026-06-18T22:26:34.863Z Downloaded itertools v0.12.1
11442026-06-18T22:26:34.865Z Downloaded subprocess v0.2.15
11452026-06-18T22:26:34.868Z Downloaded rustls-webpki v0.103.9
11462026-06-18T22:26:34.873Z Downloaded tls_codec v0.4.2
11472026-06-18T22:26:34.878Z Downloaded xattr v1.6.1
11482026-06-18T22:26:34.878Z Downloaded unicase v2.9.0
11492026-06-18T22:26:34.882Z Downloaded zeroize_derive v1.4.3
11502026-06-18T22:26:34.893Z Downloaded usdt-impl v0.6.0
11512026-06-18T22:26:34.896Z Downloaded samael v0.0.19
11522026-06-18T22:26:34.896Z Downloaded snafu v0.8.9
11532026-06-18T22:26:34.896Z Downloaded xshell-macros v0.2.7
11542026-06-18T22:26:34.900Z Downloaded crossterm v0.29.0
11552026-06-18T22:26:34.907Z Downloaded tokio-stream v0.1.18
11562026-06-18T22:26:34.911Z Downloaded zone_cfg_derive v0.3.1
11572026-06-18T22:26:34.911Z Downloaded zone v0.3.1
11582026-06-18T22:26:34.911Z Downloaded tokio-rustls v0.26.4
11592026-06-18T22:26:34.911Z Downloaded uzers v0.12.2
11602026-06-18T22:26:34.911Z Downloaded vsss-rs v3.3.4
11612026-06-18T22:26:34.915Z Downloaded socket2 v0.5.10
11622026-06-18T22:26:34.915Z Downloaded nom v8.0.0
11632026-06-18T22:26:34.918Z Downloaded hkdf v0.12.4
11642026-06-18T22:26:34.921Z Downloaded test-strategy v0.4.5
11652026-06-18T22:26:34.924Z Downloaded vergen-lib v0.1.6
11662026-06-18T22:26:34.924Z Downloaded tokio-rustls v0.24.1
11672026-06-18T22:26:34.926Z Downloaded walkdir v2.5.0
11682026-06-18T22:26:34.926Z Downloaded vergen-lib v9.1.0
11692026-06-18T22:26:34.927Z Downloaded vergen-git2 v9.1.0
11702026-06-18T22:26:34.929Z Downloaded tracing-attributes v0.1.31
11712026-06-18T22:26:34.929Z Downloaded libm v0.2.16
11722026-06-18T22:26:34.935Z Downloaded itertools v0.13.0
11732026-06-18T22:26:34.940Z Downloaded twox-hash v2.1.2
11742026-06-18T22:26:34.943Z Downloaded unicode-properties v0.1.4
11752026-06-18T22:26:34.943Z Downloaded rand v0.10.0
11762026-06-18T22:26:34.946Z Downloaded wyz v0.5.1
11772026-06-18T22:26:34.946Z Downloaded whoami v2.1.0
11782026-06-18T22:26:34.949Z Downloaded hyper v1.8.1
11792026-06-18T22:26:34.952Z Downloaded schemars v1.2.1
11802026-06-18T22:26:34.960Z Downloaded whoami v1.6.1
11812026-06-18T22:26:34.963Z Downloaded tinyvec v1.10.0
11822026-06-18T22:26:34.963Z Downloaded p521 v0.13.3
11832026-06-18T22:26:34.967Z Downloaded num-bigint-dig v0.8.6
11842026-06-18T22:26:34.970Z Downloaded toml v0.7.8
11852026-06-18T22:26:34.973Z Downloaded zeroize v1.8.2
11862026-06-18T22:26:34.973Z Downloaded tar v0.4.45
11872026-06-18T22:26:34.973Z Downloaded russh v0.45.0
11882026-06-18T22:26:34.976Z Downloaded iri-string v0.7.10
11892026-06-18T22:26:34.981Z Downloaded toml v1.0.6+spec-1.1.0
11902026-06-18T22:26:34.986Z Downloaded vergen-gitcl v1.0.8
11912026-06-18T22:26:34.990Z Downloaded h2 v0.4.13
11922026-06-18T22:26:34.990Z Downloaded futures-util v0.3.32
11932026-06-18T22:26:34.997Z Downloaded zstd v0.13.3
11942026-06-18T22:26:34.999Z Downloaded vergen v9.1.0
11952026-06-18T22:26:35.000Z Downloaded unicode-bidi v0.3.18
11962026-06-18T22:26:35.003Z Downloaded tungstenite v0.21.0
11972026-06-18T22:26:35.003Z Downloaded iddqd v0.4.2
11982026-06-18T22:26:35.008Z Downloaded typify v0.6.2
11992026-06-18T22:26:35.011Z Downloaded tungstenite v0.23.0
12002026-06-18T22:26:35.014Z Downloaded zstd-safe v7.2.4
12012026-06-18T22:26:35.014Z Downloaded steno v0.4.1
12022026-06-18T22:26:35.017Z Downloaded itertools v0.14.0
12032026-06-18T22:26:35.021Z Downloaded blake3 v1.8.3
12042026-06-18T22:26:35.026Z Downloaded xshell v0.2.7
12052026-06-18T22:26:35.029Z Downloaded unsafe-libyaml v0.2.11
12062026-06-18T22:26:35.033Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-06-18T22:26:35.033Z Downloaded yasna v0.5.2
12082026-06-18T22:26:35.033Z Downloaded uuid v1.23.0
12092026-06-18T22:26:35.037Z Downloaded tracing-core v0.1.36
12102026-06-18T22:26:35.037Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-18T22:26:35.040Z Downloaded vte v0.14.1
12122026-06-18T22:26:35.043Z Downloaded serde_with v1.14.0
12132026-06-18T22:26:35.048Z Downloaded socket2 v0.6.3
12142026-06-18T22:26:35.048Z Downloaded rpassword v7.4.0
12152026-06-18T22:26:35.062Z Downloaded bitvec v1.0.1
12162026-06-18T22:26:35.071Z Downloaded tokio-postgres v0.7.16
12172026-06-18T22:26:35.074Z Downloaded reedline v0.40.0
12182026-06-18T22:26:35.097Z Downloaded zopfli v0.8.3
12192026-06-18T22:26:35.097Z Downloaded zerocopy v0.6.6
12202026-06-18T22:26:35.102Z Downloaded toml_edit v0.19.15
12212026-06-18T22:26:35.111Z Downloaded yansi v1.0.1
12222026-06-18T22:26:35.114Z Downloaded chrono v0.4.44
12232026-06-18T22:26:35.118Z Downloaded aws-lc-rs v1.16.3
12242026-06-18T22:26:35.121Z Downloaded ssh-key v0.6.7
12252026-06-18T22:26:35.127Z Downloaded regex v1.12.3
12262026-06-18T22:26:35.132Z Downloaded reqwest v0.13.2
12272026-06-18T22:26:35.136Z Downloaded zip v0.6.6
12282026-06-18T22:26:35.136Z Downloaded unicode_categories v0.1.1
12292026-06-18T22:26:35.136Z Downloaded bindgen v0.71.1
12302026-06-18T22:26:35.142Z Downloaded tower v0.5.3
12312026-06-18T22:26:35.144Z Downloaded rayon v1.11.0
12322026-06-18T22:26:35.150Z Downloaded quick-xml v0.37.5
12332026-06-18T22:26:35.153Z Downloaded p384 v0.13.1
12342026-06-18T22:26:35.156Z Downloaded rustyline v14.0.0
12352026-06-18T22:26:35.159Z Downloaded lalrpop v0.19.12
12362026-06-18T22:26:35.163Z Downloaded rustls-webpki v0.101.7
12372026-06-18T22:26:35.172Z Downloaded unicode-segmentation v1.12.0
12382026-06-18T22:26:35.176Z Downloaded reqwest v0.12.28
12392026-06-18T22:26:35.178Z Downloaded git2 v0.20.4
12402026-06-18T22:26:35.181Z Downloaded portable-atomic v1.13.1
12412026-06-18T22:26:35.188Z Downloaded goblin v0.10.5
12422026-06-18T22:26:35.193Z Downloaded zerocopy-derive v0.8.40
12432026-06-18T22:26:35.200Z Downloaded salty v0.3.0
12442026-06-18T22:26:35.203Z Downloaded x509-cert v0.2.5
12452026-06-18T22:26:35.207Z Downloaded typed-path v0.9.3
12462026-06-18T22:26:35.210Z Downloaded rustls-webpki v0.102.8
12472026-06-18T22:26:35.218Z Downloaded petname v2.0.2
12482026-06-18T22:26:35.234Z Downloaded moka v0.12.13
12492026-06-18T22:26:35.238Z Downloaded unicode-normalization v0.1.25
12502026-06-18T22:26:35.252Z Downloaded tough v0.22.0
12512026-06-18T22:26:35.255Z Downloaded zip v4.6.1
12522026-06-18T22:26:35.258Z Downloaded tower-http v0.6.8
12532026-06-18T22:26:35.261Z Downloaded serde_with v3.17.0
12542026-06-18T22:26:35.268Z Downloaded quinn-proto v0.11.13
12552026-06-18T22:26:35.272Z Downloaded proptest v1.10.0
12562026-06-18T22:26:35.277Z Downloaded tokio-util v0.7.18
12572026-06-18T22:26:35.283Z Downloaded bstr v1.12.1
12582026-06-18T22:26:35.312Z Downloaded nix v0.27.1
12592026-06-18T22:26:35.318Z Downloaded openssl v0.10.79
12602026-06-18T22:26:35.334Z Downloaded time v0.3.47
12612026-06-18T22:26:35.341Z Downloaded winnow v0.6.26
12622026-06-18T22:26:35.346Z Downloaded object v0.30.4
12632026-06-18T22:26:35.351Z Downloaded radix_trie v0.2.1
12642026-06-18T22:26:35.354Z Downloaded zlib-rs v0.6.2
12652026-06-18T22:26:35.357Z Downloaded tabled v0.20.0
12662026-06-18T22:26:35.368Z Downloaded winnow v0.5.40
12672026-06-18T22:26:35.371Z Downloaded nix v0.31.2
12682026-06-18T22:26:35.411Z Downloaded polar-core v0.27.3
12692026-06-18T22:26:35.411Z Downloaded curve25519-dalek v4.1.3
12702026-06-18T22:26:35.411Z Downloaded nix v0.28.0
12712026-06-18T22:26:35.411Z Downloaded smoltcp v0.11.0
12722026-06-18T22:26:35.415Z Downloaded regress v0.11.1
12732026-06-18T22:26:35.415Z Downloaded smoltcp v0.9.1
12742026-06-18T22:26:35.418Z Downloaded regex-syntax v0.8.10
12752026-06-18T22:26:35.422Z Downloaded regex-syntax v0.6.29
12762026-06-18T22:26:35.425Z Downloaded diesel v2.3.7
12772026-06-18T22:26:35.435Z Downloaded rustls v0.23.37
12782026-06-18T22:26:35.441Z Downloaded rustls v0.21.12
12792026-06-18T22:26:35.449Z Downloaded openapiv3 v2.2.0
12802026-06-18T22:26:35.453Z Downloaded vcpkg v0.2.15
12812026-06-18T22:26:35.476Z Downloaded webpki-roots v1.0.6
12822026-06-18T22:26:35.479Z Downloaded object v0.37.3
12832026-06-18T22:26:35.483Z Downloaded hickory-proto v0.25.2
12842026-06-18T22:26:35.492Z Downloaded rustls v0.22.4
12852026-06-18T22:26:35.498Z Downloaded regress v0.10.5
12862026-06-18T22:26:35.503Z Downloaded hickory-proto v0.24.4
12872026-06-18T22:26:35.511Z Downloaded zerocopy v0.8.40
12882026-06-18T22:26:35.516Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-06-18T22:26:35.523Z Downloaded sqlparser v0.61.0
12902026-06-18T22:26:35.529Z Downloaded rustix v0.38.44
12912026-06-18T22:26:35.540Z Downloaded tracing v0.1.44
12922026-06-18T22:26:35.553Z Downloaded ratatui v0.29.0
12932026-06-18T22:26:35.561Z Downloaded dropshot v0.17.0
12942026-06-18T22:26:35.606Z Downloaded chrono-tz v0.10.4
12952026-06-18T22:26:35.616Z Downloaded typify-impl v0.6.2
12962026-06-18T22:26:35.633Z Downloaded sled v0.34.7
12972026-06-18T22:26:35.663Z Downloaded libz-sys v1.1.24
12982026-06-18T22:26:35.676Z Downloaded zerocopy-derive v0.6.6
12992026-06-18T22:26:35.681Z Downloaded sha3 v0.10.8
13002026-06-18T22:26:35.684Z Downloaded regex-automata v0.4.14
13012026-06-18T22:26:35.694Z Downloaded petgraph v0.6.5
13022026-06-18T22:26:35.706Z Downloaded jiff v0.2.21
13032026-06-18T22:26:35.722Z Downloaded tokio v1.52.1
13042026-06-18T22:26:35.745Z Downloaded petgraph v0.8.3
13052026-06-18T22:26:35.756Z Downloaded csv v1.4.0
13062026-06-18T22:26:35.770Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-06-18T22:26:35.811Z Downloaded encoding_rs v0.8.35
13082026-06-18T22:26:35.867Z Downloaded ring v0.17.14
13092026-06-18T22:26:35.922Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-18T22:26:36.451Z Downloaded aws-lc-sys v0.40.0
13112026-06-18T22:26:36.711Z Compiling libc v0.2.185
13122026-06-18T22:26:36.711Z Compiling serde v1.0.228
13132026-06-18T22:26:36.715Z Compiling log v0.4.29
13142026-06-18T22:26:36.715Z Compiling find-msvc-tools v0.1.9
13152026-06-18T22:26:36.866Z Compiling shlex v1.3.0
13162026-06-18T22:26:36.867Z Compiling smallvec v1.15.1
13172026-06-18T22:26:36.876Z Compiling syn v2.0.117
13182026-06-18T22:26:36.888Z Compiling typenum v1.19.0
13192026-06-18T22:26:37.046Z Compiling generic-array v0.14.7
13202026-06-18T22:26:37.065Z Compiling subtle v2.6.1
13212026-06-18T22:26:37.091Z Compiling scopeguard v1.2.0
13222026-06-18T22:26:37.124Z Compiling const-oid v0.9.6
13232026-06-18T22:26:37.220Z Compiling lock_api v0.4.14
13242026-06-18T22:26:37.224Z Compiling serde_json v1.0.149
13252026-06-18T22:26:37.247Z Compiling zerocopy v0.8.40
13262026-06-18T22:26:37.306Z Compiling pin-project-lite v0.2.17
13272026-06-18T22:26:37.398Z Compiling portable-atomic v1.13.1
13282026-06-18T22:26:37.439Z Compiling parking_lot_core v0.9.12
13292026-06-18T22:26:37.680Z Compiling getrandom v0.2.17
13302026-06-18T22:26:37.695Z Compiling jobserver v0.1.34
13312026-06-18T22:26:37.750Z Compiling errno v0.3.14
13322026-06-18T22:26:37.860Z Compiling rand_core v0.6.4
13332026-06-18T22:26:37.874Z Compiling pkg-config v0.3.32
13342026-06-18T22:26:37.897Z Compiling cc v1.2.56
13352026-06-18T22:26:37.901Z Compiling signal-hook-registry v1.4.8
13362026-06-18T22:26:38.132Z Compiling bitflags v2.11.0
13372026-06-18T22:26:38.175Z Compiling futures-core v0.3.32
13382026-06-18T22:26:38.331Z Compiling libm v0.2.16
13392026-06-18T22:26:38.345Z Compiling critical-section v1.2.0
13402026-06-18T22:26:38.357Z Compiling parking_lot v0.12.5
13412026-06-18T22:26:38.410Z Compiling mio v1.2.0
13422026-06-18T22:26:38.427Z Compiling once_cell v1.21.3
13432026-06-18T22:26:38.449Z Compiling num-traits v0.2.19
13442026-06-18T22:26:38.529Z Compiling percent-encoding v2.3.2
13452026-06-18T22:26:38.655Z Compiling socket2 v0.6.3
13462026-06-18T22:26:38.716Z Compiling futures-sink v0.3.32
13472026-06-18T22:26:38.720Z Compiling cpufeatures v0.2.17
13482026-06-18T22:26:38.793Z Compiling futures-task v0.3.32
13492026-06-18T22:26:38.805Z Compiling futures-channel v0.3.32
13502026-06-18T22:26:38.821Z Compiling slab v0.4.12
13512026-06-18T22:26:38.861Z Compiling futures-io v0.3.32
13522026-06-18T22:26:38.961Z Compiling getrandom v0.4.1
13532026-06-18T22:26:38.992Z Compiling rand_core v0.10.0
13542026-06-18T22:26:39.016Z Compiling indexmap v2.14.0
13552026-06-18T22:26:39.030Z Compiling getrandom v0.3.4
13562026-06-18T22:26:39.052Z Compiling rustversion v1.0.22
13572026-06-18T22:26:39.155Z Compiling form_urlencoded v1.2.2
13582026-06-18T22:26:39.335Z Compiling cmake v0.1.57
13592026-06-18T22:26:39.445Z Compiling fs_extra v1.3.0
13602026-06-18T22:26:39.521Z Compiling dunce v1.0.5
13612026-06-18T22:26:39.651Z Compiling synstructure v0.13.2
13622026-06-18T22:26:39.710Z Compiling ident_case v1.0.1
13632026-06-18T22:26:39.728Z Compiling aws-lc-sys v0.40.0
13642026-06-18T22:26:39.774Z Compiling base64ct v1.8.3
13652026-06-18T22:26:39.834Z Compiling rustix v1.1.3
13662026-06-18T22:26:39.978Z Compiling iana-time-zone v0.1.65
13672026-06-18T22:26:40.053Z Compiling pem-rfc7468 v0.7.0
13682026-06-18T22:26:40.072Z Compiling flagset v0.4.7
13692026-06-18T22:26:40.258Z Compiling regex-syntax v0.8.10
13702026-06-18T22:26:40.287Z Compiling rand_core v0.9.5
13712026-06-18T22:26:40.300Z Compiling ring v0.17.14
13722026-06-18T22:26:40.312Z Compiling vcpkg v0.2.15
13732026-06-18T22:26:40.421Z Compiling aws-lc-rs v1.16.3
13742026-06-18T22:26:40.569Z Compiling uuid v1.23.0
13752026-06-18T22:26:40.711Z Compiling rustc_version v0.4.1
13762026-06-18T22:26:41.048Z Compiling tracing-core v0.1.36
13772026-06-18T22:26:41.059Z Compiling openssl-sys v0.9.115
13782026-06-18T22:26:41.292Z Compiling base64 v0.22.1
13792026-06-18T22:26:41.412Z Compiling serde_derive v1.0.228
13802026-06-18T22:26:41.593Z Compiling zeroize_derive v1.4.3
13812026-06-18T22:26:41.606Z Compiling zerofrom-derive v0.1.6
13822026-06-18T22:26:41.621Z Compiling yoke-derive v0.8.1
13832026-06-18T22:26:41.665Z Compiling zerovec-derive v0.11.2
13842026-06-18T22:26:42.247Z Compiling zeroize v1.8.2
13852026-06-18T22:26:42.638Z Compiling zerocopy-derive v0.8.40
13862026-06-18T22:26:42.799Z Compiling displaydoc v0.2.5
13872026-06-18T22:26:42.810Z Compiling tokio-macros v2.7.0
13882026-06-18T22:26:43.038Z Compiling crypto-common v0.1.7
13892026-06-18T22:26:43.042Z Compiling zerofrom v0.1.6
13902026-06-18T22:26:43.182Z Compiling yoke v0.8.1
13912026-06-18T22:26:43.195Z Compiling block-buffer v0.10.4
13922026-06-18T22:26:43.359Z Compiling zerovec v0.11.5
13932026-06-18T22:26:43.372Z Compiling digest v0.10.7
13942026-06-18T22:26:43.534Z Compiling futures-macro v0.3.32
13952026-06-18T22:26:43.560Z Compiling zerotrie v0.2.3
13962026-06-18T22:26:43.616Z Compiling hmac v0.12.1
13972026-06-18T22:26:43.776Z Compiling block-padding v0.3.3
13982026-06-18T22:26:43.852Z Compiling tinystr v0.8.2
13992026-06-18T22:26:43.855Z Compiling potential_utf v0.1.4
14002026-06-18T22:26:43.932Z Compiling inout v0.1.4
14012026-06-18T22:26:44.026Z Compiling icu_locale_core v2.1.1
14022026-06-18T22:26:44.051Z Compiling icu_collections v2.1.1
14032026-06-18T22:26:44.100Z Compiling cipher v0.4.4
14042026-06-18T22:26:44.323Z Compiling futures-util v0.3.32
14052026-06-18T22:26:44.353Z Compiling sha2 v0.10.9
14062026-06-18T22:26:44.523Z Compiling der_derive v0.7.3
14072026-06-18T22:26:44.893Z Compiling bytes v1.11.1
14082026-06-18T22:26:44.912Z Compiling icu_provider v2.1.1
14092026-06-18T22:26:44.956Z Compiling chrono v0.4.44
14102026-06-18T22:26:45.281Z Compiling icu_properties v2.1.2
14112026-06-18T22:26:45.548Z Compiling tokio v1.52.1
14122026-06-18T22:26:45.566Z Compiling icu_normalizer v2.1.1
14132026-06-18T22:26:45.764Z Compiling der v0.7.10
14142026-06-18T22:26:46.108Z Compiling http v1.4.0
14152026-06-18T22:26:46.393Z Compiling idna_adapter v1.2.1
14162026-06-18T22:26:46.432Z Compiling salsa20 v0.10.2
14172026-06-18T22:26:46.533Z Compiling idna v1.1.0
14182026-06-18T22:26:46.571Z Compiling pbkdf2 v0.12.2
14192026-06-18T22:26:46.664Z Compiling spki v0.7.3
14202026-06-18T22:26:46.686Z Compiling rustls-pki-types v1.14.0
14212026-06-18T22:26:46.869Z Compiling url v2.5.8
14222026-06-18T22:26:46.959Z Compiling ppv-lite86 v0.2.21
14232026-06-18T22:26:47.020Z Compiling thiserror-impl v2.0.18
14242026-06-18T22:26:47.134Z Compiling tracing-attributes v0.1.31
14252026-06-18T22:26:47.137Z Compiling http-body v1.0.1
14262026-06-18T22:26:47.176Z Compiling scrypt v0.11.0
14272026-06-18T22:26:47.287Z Compiling rand_chacha v0.9.0
14282026-06-18T22:26:47.300Z Compiling cbc v0.1.2
14292026-06-18T22:26:47.428Z Compiling aes v0.8.4
14302026-06-18T22:26:47.514Z Compiling httparse v1.10.1
14312026-06-18T22:26:47.657Z Compiling untrusted v0.9.0
14322026-06-18T22:26:47.783Z Compiling openssl-probe v0.2.1
14332026-06-18T22:26:47.845Z Compiling tinyvec_macros v0.1.1
14342026-06-18T22:26:47.921Z Compiling untrusted v0.7.1
14352026-06-18T22:26:47.961Z Compiling tinyvec v1.10.0
14362026-06-18T22:26:48.019Z Compiling pkcs5 v0.7.1
14372026-06-18T22:26:48.304Z Compiling pest_generator v2.8.6
14382026-06-18T22:26:48.321Z Compiling thiserror v2.0.18
14392026-06-18T22:26:48.418Z Compiling tracing v0.1.44
14402026-06-18T22:26:48.431Z Compiling rand v0.9.2
14412026-06-18T22:26:48.481Z Compiling serde_derive_internals v0.29.1
14422026-06-18T22:26:48.494Z Compiling aho-corasick v1.1.4
14432026-06-18T22:26:48.687Z Compiling rustls v0.23.37
14442026-06-18T22:26:48.858Z Compiling dyn-clone v1.0.20
14452026-06-18T22:26:49.009Z Compiling tower-service v0.3.3
14462026-06-18T22:26:49.014Z Compiling try-lock v0.2.5
14472026-06-18T22:26:49.088Z Compiling tower-layer v0.3.3
14482026-06-18T22:26:49.113Z Compiling schemars v0.8.22
14492026-06-18T22:26:49.208Z Compiling atomic-waker v1.1.2
14502026-06-18T22:26:49.250Z Compiling tokio-util v0.7.18
14512026-06-18T22:26:49.330Z Compiling regex-automata v0.4.14
14522026-06-18T22:26:49.343Z Compiling want v0.3.1
14532026-06-18T22:26:49.363Z Compiling schemars_derive v0.8.22
14542026-06-18T22:26:49.504Z Compiling pest_derive v2.8.6
14552026-06-18T22:26:49.808Z Compiling pkcs8 v0.10.2
14562026-06-18T22:26:49.930Z Compiling h2 v0.4.13
14572026-06-18T22:26:50.170Z Compiling ipnet v2.11.0
14582026-06-18T22:26:50.303Z Compiling scroll_derive v0.13.1
14592026-06-18T22:26:50.456Z Compiling darling_core v0.20.11
14602026-06-18T22:26:50.643Z Compiling foreign-types-shared v0.1.1
14612026-06-18T22:26:50.671Z Compiling openssl v0.10.79
14622026-06-18T22:26:50.732Z Compiling pin-utils v0.1.0
14632026-06-18T22:26:50.809Z Compiling httpdate v1.0.3
14642026-06-18T22:26:50.918Z Compiling foreign-types v0.3.2
14652026-06-18T22:26:50.993Z Compiling tempfile v3.25.0
14662026-06-18T22:26:51.113Z Compiling scroll v0.13.0
14672026-06-18T22:26:51.210Z Compiling unicode-normalization v0.1.25
14682026-06-18T22:26:51.385Z Compiling openssl-macros v0.1.1
14692026-06-18T22:26:51.662Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-18T22:26:51.812Z Compiling socket2 v0.5.10
14712026-06-18T22:26:51.822Z Compiling spin v0.9.8
14722026-06-18T22:26:51.989Z Compiling time-core v0.1.8
14732026-06-18T22:26:52.051Z Compiling powerfmt v0.2.0
14742026-06-18T22:26:52.139Z Compiling crc32fast v1.5.0
14752026-06-18T22:26:52.171Z Compiling num-conv v0.2.0
14762026-06-18T22:26:52.252Z Compiling native-tls v0.2.18
14772026-06-18T22:26:52.303Z Compiling time-macros v0.2.27
14782026-06-18T22:26:52.321Z Compiling deranged v0.5.8
14792026-06-18T22:26:52.707Z Compiling darling_macro v0.20.11
14802026-06-18T22:26:53.171Z Compiling hyper v1.8.1
14812026-06-18T22:26:53.282Z Compiling darling v0.20.11
14822026-06-18T22:26:53.354Z Compiling goblin v0.10.5
14832026-06-18T22:26:53.366Z Compiling rustls-native-certs v0.8.3
14842026-06-18T22:26:53.420Z Compiling sync_wrapper v1.0.2
14852026-06-18T22:26:53.529Z Compiling wait-timeout v0.2.1
14862026-06-18T22:26:53.652Z Compiling siphasher v1.0.2
14872026-06-18T22:26:53.795Z Compiling unicode-segmentation v1.12.0
14882026-06-18T22:26:53.842Z Compiling crossbeam-utils v0.8.21
14892026-06-18T22:26:53.928Z Compiling usdt-impl v0.6.0
14902026-06-18T22:26:54.126Z Compiling num_threads v0.1.7
14912026-06-18T22:26:54.140Z Compiling simd-adler32 v0.3.8
14922026-06-18T22:26:54.173Z Compiling bit-vec v0.8.0
14932026-06-18T22:26:54.221Z Compiling hyper-util v0.1.20
14942026-06-18T22:26:54.377Z Compiling syn v1.0.109
14952026-06-18T22:26:54.404Z Compiling quick-error v1.2.3
14962026-06-18T22:26:54.511Z Compiling rusty-fork v0.3.1
14972026-06-18T22:26:54.739Z Compiling bit-set v0.8.0
14982026-06-18T22:26:54.825Z Compiling time v0.3.47
14992026-06-18T22:26:54.933Z Compiling tower v0.5.3
15002026-06-18T22:26:55.034Z Compiling derive_builder_core v0.20.2
15012026-06-18T22:26:55.486Z Compiling dtrace-parser v0.3.0
15022026-06-18T22:26:55.660Z Compiling http-body-util v0.1.3
15032026-06-18T22:26:55.908Z Compiling webpki-roots v1.0.6
15042026-06-18T22:26:55.921Z Compiling signature v2.2.0
15052026-06-18T22:26:55.989Z Compiling scroll_derive v0.12.1
15062026-06-18T22:26:56.029Z Compiling thiserror-impl v1.0.69
15072026-06-18T22:26:56.103Z Compiling heapless v0.7.17
15082026-06-18T22:26:56.250Z Compiling dof v0.4.0
15092026-06-18T22:26:56.351Z Compiling rand_xorshift v0.4.0
15102026-06-18T22:26:56.460Z Compiling slog v2.8.2
15112026-06-18T22:26:56.521Z Compiling darling_core v0.21.3
15122026-06-18T22:26:56.649Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-18T22:26:56.662Z Compiling thread-id v5.1.0
15142026-06-18T22:26:56.744Z Compiling cookie v0.18.1
15152026-06-18T22:26:56.921Z Compiling unarray v0.1.4
15162026-06-18T22:26:56.937Z Compiling allocator-api2 v0.2.21
15172026-06-18T22:26:57.034Z Compiling iri-string v0.7.10
15182026-06-18T22:26:57.260Z Compiling signal-hook v0.3.18
15192026-06-18T22:26:57.285Z Compiling paste v1.0.15
15202026-06-18T22:26:57.415Z Compiling anyhow v1.0.102
15212026-06-18T22:26:57.433Z Compiling zstd-safe v7.2.4
15222026-06-18T22:26:57.553Z Compiling unicode-properties v0.1.4
15232026-06-18T22:26:57.623Z Compiling adler2 v2.0.1
15242026-06-18T22:26:57.657Z Compiling ryu v1.0.23
15252026-06-18T22:26:57.714Z Compiling unicode-bidi v0.3.18
15262026-06-18T22:26:57.763Z Compiling miniz_oxide v0.8.9
15272026-06-18T22:26:57.835Z Compiling serde_urlencoded v0.7.1
15282026-06-18T22:26:58.035Z Compiling stringprep v0.1.5
15292026-06-18T22:26:58.077Z Compiling thiserror v1.0.69
15302026-06-18T22:26:58.181Z Compiling tower-http v0.6.8
15312026-06-18T22:26:58.238Z Compiling proptest v1.10.0
15322026-06-18T22:26:58.534Z Compiling scroll v0.12.0
15332026-06-18T22:26:58.647Z Compiling derive_builder_macro v0.20.2
15342026-06-18T22:26:58.931Z Compiling tokio-native-tls v0.3.1
15352026-06-18T22:26:58.972Z Compiling darling_macro v0.21.3
15362026-06-18T22:26:59.096Z Compiling heck v0.4.1
15372026-06-18T22:26:59.099Z Compiling ipnetwork v0.21.1
15382026-06-18T22:26:59.264Z Compiling bstr v1.12.1
15392026-06-18T22:26:59.278Z Compiling rand_chacha v0.3.1
15402026-06-18T22:26:59.317Z Compiling erased-serde v0.3.31
15412026-06-18T22:26:59.449Z Compiling serde_tokenstream v0.2.3
15422026-06-18T22:26:59.495Z Compiling serde_spanned v0.6.9
15432026-06-18T22:26:59.641Z Compiling toml_datetime v0.6.11
15442026-06-18T22:26:59.759Z Compiling md-5 v0.10.6
15452026-06-18T22:26:59.803Z Compiling zerocopy-derive v0.7.35
15462026-06-18T22:26:59.905Z Compiling async-trait v0.1.89
15472026-06-18T22:26:59.908Z Compiling pin-project-internal v1.1.11
15482026-06-18T22:26:59.931Z Compiling curve25519-dalek v4.1.3
15492026-06-18T22:27:00.079Z Compiling vergen-lib v9.1.0
15502026-06-18T22:27:00.267Z Compiling num-integer v0.1.46
15512026-06-18T22:27:00.323Z Compiling hash32 v0.2.1
15522026-06-18T22:27:00.523Z Compiling ff v0.13.1
15532026-06-18T22:27:00.598Z Compiling memoffset v0.9.1
15542026-06-18T22:27:00.665Z Compiling encoding_rs v0.8.35
15552026-06-18T22:27:00.727Z Compiling rustix v0.38.44
15562026-06-18T22:27:00.790Z Compiling smoltcp v0.9.1
15572026-06-18T22:27:00.999Z Compiling base16ct v0.2.0
15582026-06-18T22:27:01.072Z Compiling psl-types v2.0.11
15592026-06-18T22:27:01.100Z Compiling litrs v1.0.0
15602026-06-18T22:27:01.128Z Compiling fallible-iterator v0.2.0
15612026-06-18T22:27:01.183Z Compiling zlib-rs v0.6.2
15622026-06-18T22:27:01.198Z Compiling mime v0.3.17
15632026-06-18T22:27:01.453Z Compiling ref-cast v1.0.25
15642026-06-18T22:27:01.467Z Compiling num-bigint-dig v0.8.6
15652026-06-18T22:27:01.620Z Compiling cfg_aliases v0.2.1
15662026-06-18T22:27:01.674Z Compiling document-features v0.2.12
15672026-06-18T22:27:01.696Z Compiling nix v0.31.2
15682026-06-18T22:27:01.802Z Compiling postgres-protocol v0.6.10
15692026-06-18T22:27:02.060Z Compiling publicsuffix v2.3.0
15702026-06-18T22:27:02.191Z Compiling sec1 v0.7.3
15712026-06-18T22:27:02.234Z Compiling pin-project v1.1.11
15722026-06-18T22:27:02.347Z Compiling zerocopy v0.7.35
15732026-06-18T22:27:02.350Z Compiling group v0.13.0
15742026-06-18T22:27:02.429Z Compiling newtype-uuid v1.3.2
15752026-06-18T22:27:02.463Z Compiling num-iter v0.1.45
15762026-06-18T22:27:02.758Z Compiling rand v0.8.6
15772026-06-18T22:27:02.889Z Compiling darling v0.21.3
15782026-06-18T22:27:02.937Z Compiling hubpack_derive v0.1.1
15792026-06-18T22:27:02.974Z Compiling oxnet v0.1.6
15802026-06-18T22:27:02.989Z Compiling snafu-derive v0.8.9
15812026-06-18T22:27:03.168Z Compiling derive_builder v0.20.2
15822026-06-18T22:27:03.376Z Compiling hyper-tls v0.6.0
15832026-06-18T22:27:03.400Z Compiling goblin v0.8.2
15842026-06-18T22:27:04.051Z Compiling phf_shared v0.13.1
15852026-06-18T22:27:04.138Z Compiling flate2 v1.1.9
15862026-06-18T22:27:04.251Z Compiling lazy_static v1.5.0
15872026-06-18T22:27:04.289Z Compiling regex v1.12.3
15882026-06-18T22:27:04.348Z Compiling anstyle-parse v0.2.7
15892026-06-18T22:27:04.482Z Compiling strum_macros v0.27.2
15902026-06-18T22:27:04.521Z Compiling futures-executor v0.3.32
15912026-06-18T22:27:04.535Z Compiling hex v0.4.3
15922026-06-18T22:27:04.720Z Compiling hkdf v0.12.4
15932026-06-18T22:27:04.779Z Compiling crypto-bigint v0.5.5
15942026-06-18T22:27:04.802Z Compiling daft-derive v0.1.7
15952026-06-18T22:27:04.881Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-18T22:27:04.894Z Compiling ref-cast-impl v1.0.25
15972026-06-18T22:27:05.484Z Compiling terminal_size v0.4.3
15982026-06-18T22:27:05.585Z Compiling vergen v9.1.0
15992026-06-18T22:27:05.588Z Compiling fs-err v3.3.0
16002026-06-18T22:27:05.625Z Compiling cargo-platform v0.3.2
16012026-06-18T22:27:05.767Z Compiling ahash v0.8.12
16022026-06-18T22:27:05.791Z Compiling libbz2-rs-sys v0.2.2
16032026-06-18T22:27:05.903Z Compiling same-file v1.0.6
16042026-06-18T22:27:05.971Z Compiling winnow v0.5.40
16052026-06-18T22:27:06.071Z Compiling object v0.37.3
16062026-06-18T22:27:06.349Z Compiling managed v0.8.0
16072026-06-18T22:27:06.485Z Compiling foldhash v0.1.5
16082026-06-18T22:27:06.500Z Compiling bitflags v1.3.2
16092026-06-18T22:27:06.567Z Compiling foldhash v0.2.0
16102026-06-18T22:27:06.581Z Compiling bumpalo v3.20.2
16112026-06-18T22:27:06.657Z Compiling hashbrown v0.15.5
16122026-06-18T22:27:06.797Z Compiling zopfli v0.8.3
16132026-06-18T22:27:06.837Z Compiling hashbrown v0.16.1
16142026-06-18T22:27:06.951Z Compiling clap_builder v4.6.0
16152026-06-18T22:27:07.203Z Compiling strum v0.27.2
16162026-06-18T22:27:07.340Z Compiling toml_edit v0.19.15
16172026-06-18T22:27:07.419Z Compiling bzip2 v0.6.1
16182026-06-18T22:27:07.431Z Compiling walkdir v2.5.0
16192026-06-18T22:27:07.508Z Compiling cargo_metadata v0.23.1
16202026-06-18T22:27:07.742Z Compiling elliptic-curve v0.13.8
16212026-06-18T22:27:07.758Z Compiling dof v0.3.0
16222026-06-18T22:27:07.771Z Compiling daft v0.1.7
16232026-06-18T22:27:08.252Z Compiling snafu v0.8.9
16242026-06-18T22:27:08.466Z Compiling futures v0.3.32
16252026-06-18T22:27:08.554Z Compiling anstream v0.6.21
16262026-06-18T22:27:08.850Z Compiling phf v0.13.1
16272026-06-18T22:27:09.018Z Compiling signal-hook-mio v0.2.5
16282026-06-18T22:27:09.141Z Compiling cookie_store v0.22.1
16292026-06-18T22:27:09.227Z Compiling zstd v0.13.3
16302026-06-18T22:27:09.258Z Compiling hubpack v0.1.2
16312026-06-18T22:27:09.479Z Compiling bzip2 v0.4.4
16322026-06-18T22:27:09.497Z Compiling serde_with_macros v3.17.0
16332026-06-18T22:27:09.784Z Compiling postgres-types v0.2.12
16342026-06-18T22:27:09.950Z Compiling usdt-macro v0.6.0
16352026-06-18T22:27:09.969Z Compiling usdt-attr-macro v0.6.0
16362026-06-18T22:27:10.360Z Compiling globset v0.4.18
16372026-06-18T22:27:10.688Z Compiling dtrace-parser v0.2.0
16382026-06-18T22:27:10.732Z Compiling ed25519 v2.2.3
16392026-06-18T22:27:10.806Z Compiling phf_shared v0.11.3
16402026-06-18T22:27:10.933Z Compiling olpc-cjson v0.1.4
16412026-06-18T22:27:11.001Z Compiling pkcs1 v0.7.5
16422026-06-18T22:27:11.052Z Compiling strum_macros v0.26.4
16432026-06-18T22:27:11.085Z Compiling clap_derive v4.6.1
16442026-06-18T22:27:11.098Z Compiling enum-as-inner v0.6.1
16452026-06-18T22:27:11.403Z Compiling serde-big-array v0.5.1
16462026-06-18T22:27:11.483Z Compiling serde_plain v1.0.2
16472026-06-18T22:27:11.549Z Compiling rfc6979 v0.4.0
16482026-06-18T22:27:11.594Z Compiling pem v3.0.6
16492026-06-18T22:27:11.671Z Compiling serde_repr v0.1.20
16502026-06-18T22:27:11.671Z Compiling async-recursion v1.1.1
16512026-06-18T22:27:11.698Z Compiling float-cmp v0.10.0
16522026-06-18T22:27:11.846Z Compiling memmap2 v0.9.10
16532026-06-18T22:27:11.923Z Compiling thread-id v4.2.2
16542026-06-18T22:27:12.012Z Compiling env_filter v1.0.0
16552026-06-18T22:27:12.056Z Compiling either v1.15.0
16562026-06-18T22:27:12.189Z Compiling difflib v0.4.0
16572026-06-18T22:27:12.269Z Compiling static_assertions v1.1.0
16582026-06-18T22:27:12.312Z Compiling predicates-core v1.0.10
16592026-06-18T22:27:12.327Z Compiling fixedbitset v0.4.2
16602026-06-18T22:27:12.344Z Compiling precomputed-hash v0.1.1
16612026-06-18T22:27:12.435Z Compiling normalize-line-endings v0.3.0
16622026-06-18T22:27:12.490Z Compiling whoami v2.1.0
16632026-06-18T22:27:12.533Z Compiling typed-path v0.9.3
16642026-06-18T22:27:12.545Z Compiling fixedbitset v0.5.7
16652026-06-18T22:27:12.755Z Compiling data-encoding v2.10.0
16662026-06-18T22:27:12.798Z Compiling keccak v0.1.6
16672026-06-18T22:27:12.836Z Compiling jiff v0.2.21
16682026-06-18T22:27:12.857Z Compiling new_debug_unreachable v1.0.6
16692026-06-18T22:27:12.857Z Compiling toml_edit v0.22.27
16702026-06-18T22:27:12.933Z Compiling string_cache v0.8.9
16712026-06-18T22:27:13.165Z Compiling hickory-proto v0.25.2
16722026-06-18T22:27:13.445Z Compiling sha3 v0.10.8
16732026-06-18T22:27:13.607Z Compiling clap v4.6.1
16742026-06-18T22:27:13.696Z Compiling strum v0.26.3
16752026-06-18T22:27:13.757Z Compiling petgraph v0.8.3
16762026-06-18T22:27:13.832Z Compiling tokio-postgres v0.7.16
16772026-06-18T22:27:13.905Z Compiling predicates v3.1.4
16782026-06-18T22:27:14.228Z Compiling petgraph v0.6.5
16792026-06-18T22:27:14.555Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-18T22:27:15.630Z Compiling zip v4.6.1
16812026-06-18T22:27:15.736Z Compiling itertools v0.13.0
16822026-06-18T22:27:15.753Z Compiling env_logger v0.11.9
16832026-06-18T22:27:16.061Z Compiling usdt v0.6.0
16842026-06-18T22:27:16.122Z Compiling usdt-impl v0.5.0
16852026-06-18T22:27:16.334Z Compiling ecdsa v0.16.9
16862026-06-18T22:27:16.613Z Compiling rsa v0.9.10
16872026-06-18T22:27:16.708Z Compiling ed25519-dalek v2.2.0
16882026-06-18T22:27:16.733Z Compiling serde_with v3.17.0
16892026-06-18T22:27:16.997Z Compiling crossterm v0.28.1
16902026-06-18T22:27:17.380Z Compiling zip v0.6.6
16912026-06-18T22:27:17.812Z Compiling toml v0.7.8
16922026-06-18T22:27:17.944Z Compiling iddqd v0.4.2
16932026-06-18T22:27:18.414Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-18T22:27:18.446Z Compiling similar v2.7.0
16952026-06-18T22:27:18.533Z Compiling crossbeam-epoch v0.9.18
16962026-06-18T22:27:18.550Z Compiling tokio-stream v0.1.18
16972026-06-18T22:27:18.853Z Compiling buf-list v1.1.2
16982026-06-18T22:27:19.020Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-06-18T22:27:19.046Z Compiling x509-cert v0.2.5
17002026-06-18T22:27:19.130Z Compiling openapiv3 v2.2.0
17012026-06-18T22:27:19.231Z Compiling sha1 v0.10.6
17022026-06-18T22:27:19.322Z Compiling lalrpop-util v0.19.12
17032026-06-18T22:27:19.326Z Compiling peg-runtime v0.8.5
17042026-06-18T22:27:19.459Z Compiling thread_local v1.1.9
17052026-06-18T22:27:19.519Z Compiling slog-async v2.8.0
17062026-06-18T22:27:19.620Z Compiling crossbeam-channel v0.5.15
17072026-06-18T22:27:19.706Z Compiling is-terminal v0.4.17
17082026-06-18T22:27:19.805Z Compiling filetime v0.2.27
17092026-06-18T22:27:19.898Z Compiling term v1.2.1
17102026-06-18T22:27:19.945Z Compiling xattr v1.6.1
17112026-06-18T22:27:19.982Z Compiling take_mut v0.2.2
17122026-06-18T22:27:20.090Z Compiling tar v0.4.45
17132026-06-18T22:27:20.442Z Compiling slog-term v2.9.2
17142026-06-18T22:27:29.646Z Compiling rustls-webpki v0.103.9
17152026-06-18T22:27:32.514Z Compiling tokio-rustls v0.26.4
17162026-06-18T22:27:32.514Z Compiling rustls-platform-verifier v0.6.2
17172026-06-18T22:27:32.722Z Compiling hyper-rustls v0.27.7
17182026-06-18T22:27:32.914Z Compiling reqwest v0.12.28
17192026-06-18T22:27:32.918Z Compiling reqwest v0.13.2
17202026-06-18T22:27:34.183Z Compiling tough v0.22.0
17212026-06-18T22:27:36.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-18T22:27:36.966Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-18T22:27:39.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-18T22:27:40.001Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-18T22:27:40.053ZJun 18 22:27:39.215 INFO Starting download, target: Console
17262026-06-18T22:27:40.053ZJun 18 22:27:39.216 INFO Starting download, target: Clickhouse
17272026-06-18T22:27:40.053ZJun 18 22:27:39.216 INFO Starting download, target: DendriteStub
17282026-06-18T22:27:40.053ZJun 18 22:27:39.216 INFO Starting download, target: Cockroach
17292026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Starting download, target: MaghemiteMgd
17302026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Starting download, target: MaghemiteDdmd
17312026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Starting download, target: TransceiverControl
17322026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17352026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-18T22:27:40.059ZJun 18 22:27:39.216 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-18T22:27:40.598ZJun 18 22:27:39.739 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-18T22:27:40.815ZJun 18 22:27:39.947 INFO Download complete, target: TransceiverControl
17412026-06-18T22:27:41.036ZJun 18 22:27:40.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-18T22:27:41.240ZJun 18 22:27:40.402 INFO Download complete, target: Console
17432026-06-18T22:27:42.496ZJun 18 22:27:41.659 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-18T22:27:45.338ZJun 18 22:27:44.484 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-18T22:27:45.386ZJun 18 22:27:44.545 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17462026-06-18T22:27:45.435ZJun 18 22:27:44.579 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-18T22:27:45.969ZJun 18 22:27:45.126 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-18T22:27:45.969ZJun 18 22:27:45.126 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-18T22:27:47.282ZJun 18 22:27:46.423 INFO Download complete, target: MaghemiteDdmd
17502026-06-18T22:27:47.794ZJun 18 22:27:46.948 INFO Download complete, target: DendriteStub
17512026-06-18T22:27:47.970ZJun 18 22:27:47.098 INFO Download complete, target: MaghemiteMgd
17522026-06-18T22:27:49.278ZJun 18 22:27:48.441 INFO Checking that binary works, target: Clickhouse
17532026-06-18T22:27:49.475ZJun 18 22:27:48.580 INFO Download complete, target: Clickhouse
17542026-06-18T22:27:50.578ZJun 18 22:27:49.734 INFO Checking that binary works, target: Cockroach
17552026-06-18T22:27:50.684ZJun 18 22:27:49.847 INFO Download complete, target: Cockroach
17562026-06-18T22:27:50.701ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-18T22:27:50.707Z
17582026-06-18T22:27:50.708Zreal 2:07.690060924
17592026-06-18T22:27:50.708Zuser 6:53.718098798
17602026-06-18T22:27:50.708Zsys 1:23.451745665
17612026-06-18T22:27:50.708Ztrap 0.222375337
17622026-06-18T22:27:50.708Ztflt 0.659456072
17632026-06-18T22:27:50.708Zdflt 0.521308502
17642026-06-18T22:27:50.708Zkflt 0.024768165
17652026-06-18T22:27:50.708Zlock 22:36.721767647
17662026-06-18T22:27:50.708Zslp 21:19.271231348
17672026-06-18T22:27:50.708Zlat 43.389317673
17682026-06-18T22:27:50.708Zstop 1:51.355404037
17692026-06-18T22:27:50.708Z+ banner hack-check
17702026-06-18T22:27:50.708Z
17712026-06-18T22:27:50.708Z # # ## #### # # #### # # ###### #### # #
17722026-06-18T22:27:50.708Z # # # # # # # # # # # # # # # # #
17732026-06-18T22:27:50.709Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-18T22:27:50.709Z # # ###### # # # # # # # # # #
17752026-06-18T22:27:50.709Z # # # # # # # # # # # # # # # # #
17762026-06-18T22:27:50.709Z # # # # #### # # #### # # ###### #### # #
17772026-06-18T22:27:50.709Z
17782026-06-18T22:27:50.709Z+ export CARGO_INCREMENTAL=0
17792026-06-18T22:27:50.709Z+ CARGO_INCREMENTAL=0
17802026-06-18T22:27:50.709Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-18T22:27:51.170Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-18T22:27:51.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-18T22:27:53.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17842026-06-18T22:27:53.375Z Running `target/debug/xtask check-features --ci`
17852026-06-18T22:27:53.389Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-18T22:27:53.389Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-18T22:27:53.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-18T22:27:53.845Z Running `target/debug/xtask download cargo-hack`
17892026-06-18T22:27:54.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-18T22:27:54.844Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-18T22:27:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17922026-06-18T22:27:57.591Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-18T22:27:57.646ZJun 18 22:27:56.787 INFO Starting download, target: CargoHack
17942026-06-18T22:27:57.671ZJun 18 22:27:56.788 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-18T22:27:57.986ZJun 18 22:27:57.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-18T22:27:58.037ZJun 18 22:27:57.197 INFO Download complete, target: CargoHack
17972026-06-18T22:27:58.045Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17982026-06-18T22:27:58.057Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-18T22:27:58.217Zinfo: running `cargo check --bins` on api_identity (1/296)
18002026-06-18T22:27:58.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-18T22:27:58.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-18T22:27:58.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-18T22:27:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-18T22:27:58.735Z
18052026-06-18T22:27:58.735Zinfo: running `cargo check --bins` on bootstore (2/296)
18062026-06-18T22:27:59.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-18T22:27:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-18T22:27:59.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-18T22:27:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-18T22:27:59.246Z
18112026-06-18T22:27:59.246Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18122026-06-18T22:27:59.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-18T22:27:59.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-18T22:27:59.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-18T22:27:59.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-18T22:27:59.878Z
18172026-06-18T22:27:59.878Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18182026-06-18T22:28:00.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-18T22:28:00.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-18T22:28:00.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-18T22:28:00.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-18T22:28:00.246Z
18232026-06-18T22:28:00.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18242026-06-18T22:28:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-18T22:28:00.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-18T22:28:00.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-18T22:28:00.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-18T22:28:00.756Z
18292026-06-18T22:28:00.756Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18302026-06-18T22:28:01.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-18T22:28:01.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-18T22:28:01.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-18T22:28:01.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-18T22:28:01.278Z
18352026-06-18T22:28:01.278Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18362026-06-18T22:28:01.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-18T22:28:01.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-18T22:28:01.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-18T22:28:01.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-18T22:28:01.806Z
18412026-06-18T22:28:01.806Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18422026-06-18T22:28:02.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-18T22:28:02.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-18T22:28:02.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-18T22:28:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18462026-06-18T22:28:02.337Z
18472026-06-18T22:28:02.337Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18482026-06-18T22:28:02.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-18T22:28:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-18T22:28:02.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-18T22:28:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-18T22:28:02.730Z
18532026-06-18T22:28:02.730Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18542026-06-18T22:28:03.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-18T22:28:03.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-18T22:28:03.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-18T22:28:03.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-18T22:28:03.129Z
18592026-06-18T22:28:03.129Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18602026-06-18T22:28:03.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-18T22:28:03.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-18T22:28:03.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-18T22:28:03.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-18T22:28:03.526Z
18652026-06-18T22:28:03.526Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18662026-06-18T22:28:03.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-18T22:28:03.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-18T22:28:03.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-18T22:28:03.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-18T22:28:03.915Z
18712026-06-18T22:28:03.915Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18722026-06-18T22:28:04.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-18T22:28:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-18T22:28:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-18T22:28:04.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-18T22:28:04.299Z
18772026-06-18T22:28:04.299Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18782026-06-18T22:28:04.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-18T22:28:04.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-18T22:28:04.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-18T22:28:04.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-18T22:28:04.689Z
18832026-06-18T22:28:04.689Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18842026-06-18T22:28:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-18T22:28:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-18T22:28:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-18T22:28:05.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-18T22:28:05.087Z
18892026-06-18T22:28:05.087Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18902026-06-18T22:28:05.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-18T22:28:05.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-18T22:28:05.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-18T22:28:05.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-18T22:28:05.538Z
18952026-06-18T22:28:05.538Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18962026-06-18T22:28:05.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-18T22:28:05.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-18T22:28:05.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-18T22:28:05.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-18T22:28:05.877Z
19012026-06-18T22:28:05.877Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19022026-06-18T22:28:07.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-18T22:28:07.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-18T22:28:07.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-18T22:28:07.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-18T22:28:07.141Z
19072026-06-18T22:28:07.141Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19082026-06-18T22:28:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-18T22:28:07.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-18T22:28:07.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-18T22:28:07.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-18T22:28:07.141Z
19132026-06-18T22:28:07.141Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19142026-06-18T22:28:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-18T22:28:07.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-18T22:28:07.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-18T22:28:07.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-18T22:28:07.141Z
19192026-06-18T22:28:07.141Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19202026-06-18T22:28:07.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-18T22:28:07.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-18T22:28:07.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-18T22:28:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-18T22:28:07.450Z
19252026-06-18T22:28:07.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19262026-06-18T22:28:07.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-18T22:28:07.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-18T22:28:07.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-18T22:28:07.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-18T22:28:07.848Z
19312026-06-18T22:28:07.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19322026-06-18T22:28:08.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-18T22:28:08.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-18T22:28:08.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-18T22:28:08.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-18T22:28:08.467Z
19372026-06-18T22:28:08.467Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19382026-06-18T22:28:08.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-18T22:28:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-18T22:28:08.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-18T22:28:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-18T22:28:08.650Z
19432026-06-18T22:28:08.650Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19442026-06-18T22:28:08.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-18T22:28:08.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-18T22:28:08.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-18T22:28:08.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-18T22:28:09.042Z
19492026-06-18T22:28:09.042Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19502026-06-18T22:28:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-18T22:28:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-18T22:28:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-18T22:28:09.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-18T22:28:09.471Z
19552026-06-18T22:28:09.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19562026-06-18T22:28:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-18T22:28:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-18T22:28:09.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-18T22:28:09.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-18T22:28:09.835Z
19612026-06-18T22:28:09.835Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19622026-06-18T22:28:10.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-18T22:28:10.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-18T22:28:10.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-18T22:28:10.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-18T22:28:10.232Z
19672026-06-18T22:28:10.232Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19682026-06-18T22:28:10.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-18T22:28:10.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-18T22:28:10.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-18T22:28:10.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-18T22:28:10.625Z
19732026-06-18T22:28:10.625Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19742026-06-18T22:28:10.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-18T22:28:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-18T22:28:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-18T22:28:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-18T22:28:11.022Z
19792026-06-18T22:28:11.022Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19802026-06-18T22:28:11.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-18T22:28:11.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-18T22:28:11.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-18T22:28:11.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-18T22:28:11.473Z
19852026-06-18T22:28:11.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19862026-06-18T22:28:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-18T22:28:12.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-18T22:28:12.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-18T22:28:12.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-18T22:28:12.074Z
19912026-06-18T22:28:12.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19922026-06-18T22:28:12.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-18T22:28:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-18T22:28:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-18T22:28:12.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-18T22:28:12.273Z
19972026-06-18T22:28:12.273Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19982026-06-18T22:28:12.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-18T22:28:12.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-18T22:28:12.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-18T22:28:12.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-18T22:28:12.614Z
20032026-06-18T22:28:12.614Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20042026-06-18T22:28:12.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-18T22:28:12.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-18T22:28:12.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-18T22:28:12.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-18T22:28:13.009Z
20092026-06-18T22:28:13.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20102026-06-18T22:28:13.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-18T22:28:13.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-18T22:28:13.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-18T22:28:13.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-18T22:28:13.401Z
20152026-06-18T22:28:13.401Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20162026-06-18T22:28:13.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-18T22:28:13.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-18T22:28:13.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-18T22:28:13.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-18T22:28:13.797Z
20212026-06-18T22:28:13.797Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20222026-06-18T22:28:14.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-18T22:28:14.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-18T22:28:14.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-18T22:28:14.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-18T22:28:14.198Z
20272026-06-18T22:28:14.198Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20282026-06-18T22:28:14.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-18T22:28:14.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-18T22:28:14.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-18T22:28:14.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-18T22:28:14.585Z
20332026-06-18T22:28:14.585Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20342026-06-18T22:28:14.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-18T22:28:14.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-18T22:28:14.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-18T22:28:14.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-18T22:28:14.984Z
20392026-06-18T22:28:14.984Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20402026-06-18T22:28:15.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-18T22:28:15.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-18T22:28:15.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-18T22:28:15.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-18T22:28:15.391Z
20452026-06-18T22:28:15.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20462026-06-18T22:28:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-18T22:28:20.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-18T22:28:20.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-18T22:28:20.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-18T22:28:20.153Z
20512026-06-18T22:28:20.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20522026-06-18T22:28:20.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-18T22:28:20.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-18T22:28:20.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-18T22:28:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-18T22:28:20.154Z
20572026-06-18T22:28:20.154Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20582026-06-18T22:28:20.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-18T22:28:20.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-18T22:28:20.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-18T22:28:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-18T22:28:20.154Z
20632026-06-18T22:28:20.154Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20642026-06-18T22:28:20.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-18T22:28:20.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-18T22:28:20.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-18T22:28:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-18T22:28:20.155Z
20692026-06-18T22:28:20.155Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20702026-06-18T22:28:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-18T22:28:20.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-18T22:28:20.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-18T22:28:20.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-18T22:28:20.155Z
20752026-06-18T22:28:20.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20762026-06-18T22:28:20.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-18T22:28:20.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-18T22:28:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-18T22:28:20.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-18T22:28:20.156Z
20812026-06-18T22:28:20.156Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20822026-06-18T22:28:20.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-18T22:28:20.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-18T22:28:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-18T22:28:20.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-18T22:28:20.156Z
20872026-06-18T22:28:20.156Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20882026-06-18T22:28:20.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-18T22:28:20.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-18T22:28:20.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-18T22:28:20.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-18T22:28:20.158Z
20932026-06-18T22:28:20.158Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20942026-06-18T22:28:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-18T22:28:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-18T22:28:20.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-18T22:28:20.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-18T22:28:20.158Z
20992026-06-18T22:28:20.158Zinfo: running `cargo check --bins` on nexus-config (51/296)
21002026-06-18T22:28:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-18T22:28:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-18T22:28:20.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-18T22:28:20.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-18T22:28:20.159Z
21052026-06-18T22:28:20.159Zinfo: running `cargo check --bins` on nexus-types (52/296)
21062026-06-18T22:28:20.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-18T22:28:20.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-18T22:28:20.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-18T22:28:20.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21102026-06-18T22:28:20.422Z
21112026-06-18T22:28:20.422Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21122026-06-18T22:28:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-18T22:28:20.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-18T22:28:20.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-18T22:28:20.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21162026-06-18T22:28:20.957Z
21172026-06-18T22:28:20.957Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21182026-06-18T22:28:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-18T22:28:21.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-18T22:28:21.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-18T22:28:21.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21222026-06-18T22:28:21.467Z
21232026-06-18T22:28:21.467Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21242026-06-18T22:28:21.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-18T22:28:21.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-18T22:28:21.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-18T22:28:21.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21282026-06-18T22:28:21.999Z
21292026-06-18T22:28:21.999Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21302026-06-18T22:28:22.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-18T22:28:22.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-18T22:28:22.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-18T22:28:22.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-18T22:28:22.532Z
21352026-06-18T22:28:22.532Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21362026-06-18T22:28:22.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-18T22:28:22.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-18T22:28:22.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-18T22:28:22.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-18T22:28:23.069Z
21412026-06-18T22:28:23.069Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21422026-06-18T22:28:23.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-18T22:28:23.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-18T22:28:23.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-18T22:28:23.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21462026-06-18T22:28:23.606Z
21472026-06-18T22:28:23.606Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21482026-06-18T22:28:24.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-18T22:28:24.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-18T22:28:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-18T22:28:24.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21522026-06-18T22:28:24.126Z
21532026-06-18T22:28:24.126Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21542026-06-18T22:28:24.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-18T22:28:24.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-18T22:28:24.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-18T22:28:24.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-18T22:28:24.643Z
21592026-06-18T22:28:24.643Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21602026-06-18T22:28:25.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-18T22:28:25.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-18T22:28:25.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-18T22:28:25.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-18T22:28:25.158Z
21652026-06-18T22:28:25.158Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21662026-06-18T22:28:25.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-18T22:28:25.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-18T22:28:25.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-18T22:28:25.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21702026-06-18T22:28:25.671Z
21712026-06-18T22:28:25.671Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21722026-06-18T22:28:26.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-18T22:28:26.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-18T22:28:26.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-18T22:28:26.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21762026-06-18T22:28:26.219Z
21772026-06-18T22:28:26.219Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21782026-06-18T22:28:26.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-18T22:28:26.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-18T22:28:26.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-18T22:28:26.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21822026-06-18T22:28:26.739Z
21832026-06-18T22:28:26.739Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21842026-06-18T22:28:27.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-18T22:28:27.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-18T22:28:27.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-18T22:28:27.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-18T22:28:27.255Z
21892026-06-18T22:28:27.255Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21902026-06-18T22:28:27.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-18T22:28:27.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-18T22:28:27.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-18T22:28:27.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-18T22:28:27.770Z
21952026-06-18T22:28:27.770Zinfo: running `cargo check --bins` on ereport-types (67/296)
21962026-06-18T22:28:28.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-18T22:28:28.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-18T22:28:28.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-18T22:28:28.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-18T22:28:28.291Z
22012026-06-18T22:28:28.291Zinfo: running `cargo check --bins` on gateway-client (68/296)
22022026-06-18T22:28:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-18T22:28:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-18T22:28:28.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-18T22:28:28.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22062026-06-18T22:28:28.827Z
22072026-06-18T22:28:28.827Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22082026-06-18T22:28:29.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-18T22:28:29.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-18T22:28:29.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-18T22:28:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-18T22:28:29.349Z
22132026-06-18T22:28:29.349Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22142026-06-18T22:28:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-18T22:28:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-18T22:28:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-18T22:28:29.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-18T22:28:29.873Z
22192026-06-18T22:28:29.873Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22202026-06-18T22:28:30.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-18T22:28:30.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-18T22:28:30.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-18T22:28:30.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-18T22:28:30.398Z
22252026-06-18T22:28:30.398Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22262026-06-18T22:28:30.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-18T22:28:30.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-18T22:28:30.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-18T22:28:30.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22302026-06-18T22:28:30.922Z
22312026-06-18T22:28:30.922Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22322026-06-18T22:28:31.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-18T22:28:31.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-18T22:28:31.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-18T22:28:31.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-06-18T22:28:31.468Z
22372026-06-18T22:28:31.468Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22382026-06-18T22:28:31.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-18T22:28:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-18T22:28:31.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-18T22:28:31.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22422026-06-18T22:28:32.016Z
22432026-06-18T22:28:32.016Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22442026-06-18T22:28:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-18T22:28:32.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-18T22:28:32.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-18T22:28:32.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22482026-06-18T22:28:32.525Z
22492026-06-18T22:28:32.525Zinfo: running `cargo check --bins` on oxlog (76/296)
22502026-06-18T22:28:32.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-18T22:28:32.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-18T22:28:33.082Z Checking cfg-if v1.0.4
22532026-06-18T22:28:33.193Z Checking libc v0.2.185
22542026-06-18T22:28:33.194Z Checking serde_core v1.0.228
22552026-06-18T22:28:33.197Z Checking zeroize v1.8.2
22562026-06-18T22:28:33.200Z Checking memchr v2.8.0
22572026-06-18T22:28:33.207Z Checking log v0.4.29
22582026-06-18T22:28:33.216Z Checking smallvec v1.15.1
22592026-06-18T22:28:33.226Z Checking typenum v1.19.0
22602026-06-18T22:28:33.236Z Checking subtle v2.6.1
22612026-06-18T22:28:33.331Z Checking itoa v1.0.17
22622026-06-18T22:28:33.364Z Checking scopeguard v1.2.0
22632026-06-18T22:28:33.379Z Checking stable_deref_trait v1.2.1
22642026-06-18T22:28:33.391Z Checking const-oid v0.9.6
22652026-06-18T22:28:33.453Z Checking zerofrom v0.1.6
22662026-06-18T22:28:33.465Z Checking lock_api v0.4.14
22672026-06-18T22:28:33.476Z Checking pin-project-lite v0.2.17
22682026-06-18T22:28:33.565Z Checking yoke v0.8.1
22692026-06-18T22:28:33.568Z Checking portable-atomic v1.13.1
22702026-06-18T22:28:33.580Z Checking futures-core v0.3.32
22712026-06-18T22:28:33.583Z Checking getrandom v0.2.17
22722026-06-18T22:28:33.653Z Checking errno v0.3.14
22732026-06-18T22:28:33.725Z Checking parking_lot_core v0.9.12
22742026-06-18T22:28:33.744Z Checking rand_core v0.6.4
22752026-06-18T22:28:33.747Z Checking generic-array v0.14.7
22762026-06-18T22:28:33.766Z Checking zerovec v0.11.5
22772026-06-18T22:28:33.769Z Checking signal-hook-registry v1.4.8
22782026-06-18T22:28:33.912Z Checking critical-section v1.2.0
22792026-06-18T22:28:33.917Z Checking parking_lot v0.12.5
22802026-06-18T22:28:33.933Z Checking mio v1.2.0
22812026-06-18T22:28:34.019Z Checking zerocopy v0.8.40
22822026-06-18T22:28:34.031Z Checking once_cell v1.21.3
22832026-06-18T22:28:34.057Z Checking zmij v1.0.21
22842026-06-18T22:28:34.099Z Checking socket2 v0.6.3
22852026-06-18T22:28:34.187Z Checking crypto-common v0.1.7
22862026-06-18T22:28:34.199Z Checking block-buffer v0.10.4
22872026-06-18T22:28:34.202Z Checking tinystr v0.8.2
22882026-06-18T22:28:34.220Z Checking libm v0.2.16
22892026-06-18T22:28:34.267Z Checking percent-encoding v2.3.2
22902026-06-18T22:28:34.308Z Checking writeable v0.6.2
22912026-06-18T22:28:34.330Z Checking digest v0.10.7
22922026-06-18T22:28:34.341Z Checking litemap v0.8.1
22932026-06-18T22:28:34.383Z Checking equivalent v1.0.2
22942026-06-18T22:28:34.405Z Checking potential_utf v0.1.4
22952026-06-18T22:28:34.463Z Checking zerotrie v0.2.3
22962026-06-18T22:28:34.474Z Checking futures-sink v0.3.32
22972026-06-18T22:28:34.506Z Checking icu_locale_core v2.1.1
22982026-06-18T22:28:34.522Z Checking slab v0.4.12
22992026-06-18T22:28:34.535Z Checking icu_collections v2.1.1
23002026-06-18T22:28:34.567Z Checking futures-channel v0.3.32
23012026-06-18T22:28:34.670Z Checking serde v1.0.228
23022026-06-18T22:28:34.682Z Checking bitflags v2.11.0
23032026-06-18T22:28:34.705Z Checking serde_json v1.0.149
23042026-06-18T22:28:34.757Z Checking futures-task v0.3.32
23052026-06-18T22:28:34.836Z Checking futures-io v0.3.32
23062026-06-18T22:28:34.849Z Checking cpufeatures v0.2.17
23072026-06-18T22:28:34.897Z Checking hmac v0.12.1
23082026-06-18T22:28:34.911Z Checking icu_properties_data v2.1.2
23092026-06-18T22:28:34.915Z Checking num-traits v0.2.19
23102026-06-18T22:28:34.947Z Checking futures-util v0.3.32
23112026-06-18T22:28:35.025Z Checking icu_normalizer_data v2.1.1
23122026-06-18T22:28:35.038Z Checking hashbrown v0.17.0
23132026-06-18T22:28:35.060Z Checking icu_provider v2.1.1
23142026-06-18T22:28:35.073Z Checking bytes v1.11.1
23152026-06-18T22:28:35.096Z Checking rand_core v0.10.0
23162026-06-18T22:28:35.237Z Checking getrandom v0.4.1
23172026-06-18T22:28:35.291Z Checking icu_properties v2.1.2
23182026-06-18T22:28:35.378Z Checking icu_normalizer v2.1.1
23192026-06-18T22:28:35.391Z Checking block-padding v0.3.3
23202026-06-18T22:28:35.444Z Checking utf8_iter v1.0.4
23212026-06-18T22:28:35.491Z Checking indexmap v2.14.0
23222026-06-18T22:28:35.504Z Checking tokio v1.52.1
23232026-06-18T22:28:35.516Z Checking inout v0.1.4
23242026-06-18T22:28:35.564Z Checking sha2 v0.10.9
23252026-06-18T22:28:35.649Z Checking cipher v0.4.4
23262026-06-18T22:28:35.684Z Checking form_urlencoded v1.2.2
23272026-06-18T22:28:35.812Z Checking getrandom v0.3.4
23282026-06-18T22:28:35.831Z Checking base64ct v1.8.3
23292026-06-18T22:28:35.856Z Checking byteorder v1.5.0
23302026-06-18T22:28:35.954Z Checking fnv v1.0.7
23312026-06-18T22:28:36.044Z Checking flagset v0.4.7
23322026-06-18T22:28:36.057Z Checking pem-rfc7468 v0.7.0
23332026-06-18T22:28:36.068Z Checking rand_core v0.9.5
23342026-06-18T22:28:36.079Z Checking http v1.4.0
23352026-06-18T22:28:36.105Z Checking idna_adapter v1.2.1
23362026-06-18T22:28:36.180Z Checking regex-syntax v0.8.10
23372026-06-18T22:28:36.212Z Checking der v0.7.10
23382026-06-18T22:28:36.224Z Checking idna v1.1.0
23392026-06-18T22:28:36.240Z Checking salsa20 v0.10.2
23402026-06-18T22:28:36.371Z Checking uuid v1.23.0
23412026-06-18T22:28:36.463Z Checking url v2.5.8
23422026-06-18T22:28:36.642Z Checking pbkdf2 v0.12.2
23432026-06-18T22:28:36.682Z Checking rustix v1.1.3
23442026-06-18T22:28:36.751Z Checking tracing-core v0.1.36
23452026-06-18T22:28:36.769Z Checking ppv-lite86 v0.2.21
23462026-06-18T22:28:36.842Z Checking rustls-pki-types v1.14.0
23472026-06-18T22:28:36.910Z Checking iana-time-zone v0.1.65
23482026-06-18T22:28:36.938Z Checking spki v0.7.3
23492026-06-18T22:28:37.019Z Checking base64 v0.22.1
23502026-06-18T22:28:37.071Z Checking tracing v0.1.44
23512026-06-18T22:28:37.082Z Checking rand_chacha v0.9.0
23522026-06-18T22:28:37.104Z Checking chrono v0.4.44
23532026-06-18T22:28:37.146Z Checking scrypt v0.11.0
23542026-06-18T22:28:37.262Z Checking http-body v1.0.1
23552026-06-18T22:28:37.277Z Checking cbc v0.1.2
23562026-06-18T22:28:37.277Z Checking aes v0.8.4
23572026-06-18T22:28:37.301Z Checking aws-lc-sys v0.40.0
23582026-06-18T22:28:37.393Z Checking untrusted v0.7.1
23592026-06-18T22:28:37.408Z Checking openssl-probe v0.2.1
23602026-06-18T22:28:37.505Z Checking tinyvec_macros v0.1.1
23612026-06-18T22:28:37.519Z Checking untrusted v0.9.0
23622026-06-18T22:28:37.532Z Checking rand v0.9.2
23632026-06-18T22:28:37.546Z Checking tower-service v0.3.3
23642026-06-18T22:28:37.569Z Checking tinyvec v1.10.0
23652026-06-18T22:28:37.625Z Checking ring v0.17.14
23662026-06-18T22:28:37.637Z Checking atomic-waker v1.1.2
23672026-06-18T22:28:37.679Z Checking pkcs5 v0.7.1
23682026-06-18T22:28:37.731Z Checking tower-layer v0.3.3
23692026-06-18T22:28:37.808Z Checking aws-lc-rs v1.16.3
23702026-06-18T22:28:37.873Z Checking try-lock v0.2.5
23712026-06-18T22:28:37.887Z Checking ipnet v2.11.0
23722026-06-18T22:28:37.927Z Checking pkcs8 v0.10.2
23732026-06-18T22:28:37.964Z Checking httparse v1.10.1
23742026-06-18T22:28:37.975Z Checking want v0.3.1
23752026-06-18T22:28:37.996Z Checking aho-corasick v1.1.4
23762026-06-18T22:28:38.095Z Checking foreign-types-shared v0.1.1
23772026-06-18T22:28:38.108Z Checking fastrand v2.3.0
23782026-06-18T22:28:38.137Z Checking httpdate v1.0.3
23792026-06-18T22:28:38.167Z Checking utf8parse v0.2.2
23802026-06-18T22:28:38.178Z Checking plain v0.2.3
23812026-06-18T22:28:38.268Z Checking dyn-clone v1.0.20
23822026-06-18T22:28:38.280Z Checking pin-utils v0.1.0
23832026-06-18T22:28:38.292Z Checking tempfile v3.25.0
23842026-06-18T22:28:38.295Z Checking foreign-types v0.3.2
23852026-06-18T22:28:38.347Z Checking unicode-normalization v0.1.25
23862026-06-18T22:28:38.365Z Checking semver v1.0.28
23872026-06-18T22:28:38.369Z Checking openssl-sys v0.9.115
23882026-06-18T22:28:38.481Z Checking spin v0.9.8
23892026-06-18T22:28:38.574Z Checking socket2 v0.5.10
23902026-06-18T22:28:38.612Z Checking anstyle v1.0.14
23912026-06-18T22:28:38.635Z Checking rustls-webpki v0.103.9
23922026-06-18T22:28:38.664Z Checking ucd-trie v0.1.7
23932026-06-18T22:28:38.675Z Checking regex-automata v0.4.14
23942026-06-18T22:28:38.752Z Checking unicode-ident v1.0.24
23952026-06-18T22:28:38.764Z Checking openssl v0.10.79
23962026-06-18T22:28:38.788Z Checking pest v2.8.6
23972026-06-18T22:28:38.803Z Checking tokio-util v0.7.18
23982026-06-18T22:28:38.815Z Checking schemars v0.8.22
23992026-06-18T22:28:38.826Z Checking rustls-native-certs v0.8.3
24002026-06-18T22:28:38.854Z Checking proc-macro2 v1.0.106
24012026-06-18T22:28:38.954Z Checking thiserror v2.0.18
24022026-06-18T22:28:39.056Z Checking sync_wrapper v1.0.2
24032026-06-18T22:28:39.067Z Checking rustls v0.23.37
24042026-06-18T22:28:39.157Z Checking wait-timeout v0.2.1
24052026-06-18T22:28:39.170Z Checking siphasher v1.0.2
24062026-06-18T22:28:39.278Z Checking quick-error v1.2.3
24072026-06-18T22:28:39.324Z Checking pretty-hex v0.4.1
24082026-06-18T22:28:39.382Z Checking anstyle-query v1.1.5
24092026-06-18T22:28:39.413Z Checking h2 v0.4.13
24102026-06-18T22:28:39.440Z Checking colorchoice v1.0.4
24112026-06-18T22:28:39.453Z Checking bit-vec v0.8.0
24122026-06-18T22:28:39.469Z Checking is_terminal_polyfill v1.70.2
24132026-06-18T22:28:39.536Z Checking simd-adler32 v0.3.8
24142026-06-18T22:28:39.555Z Checking powerfmt v0.2.0
24152026-06-18T22:28:39.642Z Checking bit-set v0.8.0
24162026-06-18T22:28:39.704Z Checking deranged v0.5.8
24172026-06-18T22:28:39.716Z Checking rusty-fork v0.3.1
24182026-06-18T22:28:39.789Z Checking quote v1.0.45
24192026-06-18T22:28:39.849Z Checking tower v0.5.3
24202026-06-18T22:28:39.884Z Compiling newtype-uuid v1.3.2
24212026-06-18T22:28:39.959Z Checking http-body-util v0.1.3
24222026-06-18T22:28:40.064Z Checking webpki-roots v1.0.6
24232026-06-18T22:28:40.178Z Checking crossbeam-utils v0.8.21
24242026-06-18T22:28:40.181Z Checking rand_xorshift v0.4.0
24252026-06-18T22:28:40.232Z Checking crc32fast v1.5.0
24262026-06-18T22:28:40.298Z Checking scroll v0.13.0
24272026-06-18T22:28:40.371Z Checking signature v2.2.0
24282026-06-18T22:28:40.503Z Checking adler2 v2.0.1
24292026-06-18T22:28:40.503Z Checking unicode-properties v0.1.4
24302026-06-18T22:28:40.526Z Checking time-core v0.1.8
24312026-06-18T22:28:40.537Z Checking iri-string v0.7.10
24322026-06-18T22:28:40.667Z Checking ryu v1.0.23
24332026-06-18T22:28:40.673Z Checking num_threads v0.1.7
24342026-06-18T22:28:40.673Z Checking allocator-api2 v0.2.21
24352026-06-18T22:28:40.690Z Checking unarray v0.1.4
24362026-06-18T22:28:40.716Z Checking unicode-bidi v0.3.18
24372026-06-18T22:28:40.756Z Checking num-conv v0.2.0
24382026-06-18T22:28:40.768Z Checking native-tls v0.2.18
24392026-06-18T22:28:40.790Z Checking proptest v1.10.0
24402026-06-18T22:28:40.870Z Checking time v0.3.47
24412026-06-18T22:28:40.941Z Checking tokio-native-tls v0.3.1
24422026-06-18T22:28:40.944Z Checking serde_urlencoded v0.7.1
24432026-06-18T22:28:41.008Z Checking stringprep v0.1.5
24442026-06-18T22:28:41.100Z Checking miniz_oxide v0.8.9
24452026-06-18T22:28:41.153Z Checking crossbeam-epoch v0.9.18
24462026-06-18T22:28:41.164Z Checking goblin v0.10.5
24472026-06-18T22:28:41.378Z Checking bstr v1.12.1
24482026-06-18T22:28:41.428Z Checking tokio-rustls v0.26.4
24492026-06-18T22:28:41.452Z Compiling daft v0.1.7
24502026-06-18T22:28:41.557Z Checking tower-http v0.6.8
24512026-06-18T22:28:41.659Z Checking syn v2.0.117
24522026-06-18T22:28:41.729Z Checking ipnetwork v0.21.1
24532026-06-18T22:28:41.773Z Checking anstyle-parse v1.0.0
24542026-06-18T22:28:41.837Z Checking rand_chacha v0.3.1
24552026-06-18T22:28:41.923Z Checking scroll v0.12.0
24562026-06-18T22:28:41.942Z Checking thiserror v1.0.69
24572026-06-18T22:28:42.034Z Checking zstd-sys v2.0.16+zstd.1.5.7
24582026-06-18T22:28:42.046Z Checking hash32 v0.2.1
24592026-06-18T22:28:42.066Z Checking num-integer v0.1.46
24602026-06-18T22:28:42.122Z Checking hyper v1.8.1
24612026-06-18T22:28:42.145Z Checking toml_datetime v0.6.11
24622026-06-18T22:28:42.162Z Checking serde_spanned v0.6.9
24632026-06-18T22:28:42.204Z Checking md-5 v0.10.6
24642026-06-18T22:28:42.287Z Checking ff v0.13.1
24652026-06-18T22:28:42.300Z Checking encoding_rs v0.8.35
24662026-06-18T22:28:42.326Z Checking mime v0.3.17
24672026-06-18T22:28:42.344Z Checking base16ct v0.2.0
24682026-06-18T22:28:42.415Z Checking fallible-iterator v0.2.0
24692026-06-18T22:28:42.472Z Checking zlib-rs v0.6.2
24702026-06-18T22:28:42.500Z Checking psl-types v2.0.11
24712026-06-18T22:28:42.623Z Checking publicsuffix v2.3.0
24722026-06-18T22:28:42.685Z Checking postgres-protocol v0.6.10
24732026-06-18T22:28:42.766Z Checking sec1 v0.7.3
24742026-06-18T22:28:42.783Z Checking group v0.13.0
24752026-06-18T22:28:42.931Z Checking num-iter v0.1.45
24762026-06-18T22:28:42.973Z Checking heapless v0.7.17
24772026-06-18T22:28:43.006Z Checking goblin v0.8.2
24782026-06-18T22:28:43.040Z Checking zstd-safe v7.2.4
24792026-06-18T22:28:43.043Z Checking hyper-util v0.1.20
24802026-06-18T22:28:43.208Z Checking rand v0.8.6
24812026-06-18T22:28:43.235Z Checking cookie v0.18.1
24822026-06-18T22:28:43.367Z Checking flate2 v1.1.9
24832026-06-18T22:28:43.383Z Checking oxnet v0.1.6
24842026-06-18T22:28:43.467Z Checking anstream v1.0.0
24852026-06-18T22:28:43.513Z Checking dof v0.4.0
24862026-06-18T22:28:43.638Z Compiling iddqd v0.4.2
24872026-06-18T22:28:43.660Z Checking dtrace-parser v0.3.0
24882026-06-18T22:28:43.689Z Checking phf_shared v0.13.1
24892026-06-18T22:28:43.732Z Checking lazy_static v1.5.0
24902026-06-18T22:28:43.827Z Checking anstyle-parse v0.2.7
24912026-06-18T22:28:43.872Z Checking pin-project v1.1.11
24922026-06-18T22:28:43.896Z Checking zerocopy v0.7.35
24932026-06-18T22:28:43.965Z Checking terminal_size v0.4.3
24942026-06-18T22:28:43.977Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-18T22:28:43.980Z Checking signal-hook v0.3.18
24962026-06-18T22:28:44.071Z Checking futures-executor v0.3.32
24972026-06-18T22:28:44.084Z Checking hex v0.4.3
24982026-06-18T22:28:44.155Z Checking hkdf v0.12.4
24992026-06-18T22:28:44.167Z Checking crypto-bigint v0.5.5
25002026-06-18T22:28:44.218Z Checking thread-id v5.1.0
25012026-06-18T22:28:44.288Z Compiling rayon-core v1.13.0
25022026-06-18T22:28:44.299Z Checking foldhash v0.2.0
25032026-06-18T22:28:44.311Z Checking clap_lex v1.0.0
25042026-06-18T22:28:44.314Z Checking hyper-rustls v0.27.7
25052026-06-18T22:28:44.387Z Checking hyper-tls v0.6.0
25062026-06-18T22:28:44.448Z Checking bumpalo v3.20.2
25072026-06-18T22:28:44.460Z Checking same-file v1.0.6
25082026-06-18T22:28:44.463Z Checking strsim v0.11.1
25092026-06-18T22:28:44.530Z Checking libbz2-rs-sys v0.2.2
25102026-06-18T22:28:44.557Z Checking either v1.15.0
25112026-06-18T22:28:44.571Z Checking winnow v0.5.40
25122026-06-18T22:28:44.629Z Checking winnow v0.7.14
25132026-06-18T22:28:44.643Z Checking bitflags v1.3.2
25142026-06-18T22:28:44.716Z Checking managed v0.8.0
25152026-06-18T22:28:44.741Z Checking foldhash v0.1.5
25162026-06-18T22:28:44.879Z Checking hashbrown v0.15.5
25172026-06-18T22:28:44.901Z Checking smoltcp v0.9.1
25182026-06-18T22:28:44.914Z Checking dof v0.3.0
25192026-06-18T22:28:44.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-06-18T22:28:44.926Z Checking bzip2 v0.6.1
25212026-06-18T22:28:45.071Z Checking elliptic-curve v0.13.8
25222026-06-18T22:28:45.097Z Checking zopfli v0.8.3
25232026-06-18T22:28:45.112Z Checking clap_builder v4.6.0
25242026-06-18T22:28:45.202Z Checking walkdir v2.5.0
25252026-06-18T22:28:45.345Z Checking reqwest v0.12.28
25262026-06-18T22:28:45.375Z Checking hashbrown v0.16.1
25272026-06-18T22:28:45.389Z Checking usdt-impl v0.6.0
25282026-06-18T22:28:45.419Z Checking futures v0.3.32
25292026-06-18T22:28:45.484Z Checking signal-hook-mio v0.2.5
25302026-06-18T22:28:45.496Z Checking bzip2 v0.4.4
25312026-06-18T22:28:45.587Z Checking anstream v0.6.21
25322026-06-18T22:28:45.656Z Checking snafu v0.8.9
25332026-06-18T22:28:45.668Z Checking phf v0.13.1
25342026-06-18T22:28:45.722Z Checking toml_edit v0.19.15
25352026-06-18T22:28:45.817Z Checking num-bigint-dig v0.8.6
25362026-06-18T22:28:45.822Z Checking cookie_store v0.22.1
25372026-06-18T22:28:45.871Z Checking zstd v0.13.3
25382026-06-18T22:28:45.892Z Checking postgres-types v0.2.12
25392026-06-18T22:28:46.050Z Checking dtrace-parser v0.2.0
25402026-06-18T22:28:46.064Z Checking globset v0.4.18
25412026-06-18T22:28:46.153Z Checking rustls-platform-verifier v0.6.2
25422026-06-18T22:28:46.189Z Checking crossbeam-deque v0.8.6
25432026-06-18T22:28:46.203Z Checking regex v1.12.3
25442026-06-18T22:28:46.287Z Checking ed25519 v2.2.3
25452026-06-18T22:28:46.297Z Checking phf_shared v0.11.3
25462026-06-18T22:28:46.318Z Checking olpc-cjson v0.1.4
25472026-06-18T22:28:46.342Z Checking curve25519-dalek v4.1.3
25482026-06-18T22:28:46.365Z Checking ref-cast v1.0.25
25492026-06-18T22:28:46.432Z Checking strum v0.27.2
25502026-06-18T22:28:46.448Z Checking hubpack v0.1.2
25512026-06-18T22:28:46.460Z Checking memoffset v0.9.1
25522026-06-18T22:28:46.471Z Checking rustix v0.38.44
25532026-06-18T22:28:46.483Z Checking pkcs1 v0.7.5
25542026-06-18T22:28:46.537Z Checking pem v3.0.6
25552026-06-18T22:28:46.540Z Checking float-cmp v0.10.0
25562026-06-18T22:28:46.604Z Checking serde_plain v1.0.2
25572026-06-18T22:28:46.616Z Checking serde-big-array v0.5.1
25582026-06-18T22:28:46.663Z Checking erased-serde v0.3.31
25592026-06-18T22:28:46.689Z Checking rfc6979 v0.4.0
25602026-06-18T22:28:46.701Z Checking thread-id v4.2.2
25612026-06-18T22:28:46.747Z Checking memmap2 v0.9.10
25622026-06-18T22:28:46.747Z Checking env_filter v1.0.0
25632026-06-18T22:28:46.770Z Checking typed-path v0.9.3
25642026-06-18T22:28:46.780Z Checking difflib v0.4.0
25652026-06-18T22:28:46.801Z Checking unicode-segmentation v1.12.0
25662026-06-18T22:28:46.896Z Checking predicates-core v1.0.10
25672026-06-18T22:28:46.907Z Checking fixedbitset v0.5.7
25682026-06-18T22:28:46.972Z Checking static_assertions v1.1.0
25692026-06-18T22:28:47.027Z Checking new_debug_unreachable v1.0.6
25702026-06-18T22:28:47.039Z Checking whoami v2.1.0
25712026-06-18T22:28:47.066Z Checking jiff v0.2.21
25722026-06-18T22:28:47.096Z Checking toml_write v0.1.2
25732026-06-18T22:28:47.119Z Checking keccak v0.1.6
25742026-06-18T22:28:47.122Z Checking fixedbitset v0.4.2
25752026-06-18T22:28:47.144Z Checking precomputed-hash v0.1.1
25762026-06-18T22:28:47.224Z Checking data-encoding v2.10.0
25772026-06-18T22:28:47.236Z Checking normalize-line-endings v0.3.0
25782026-06-18T22:28:47.267Z Checking toml_edit v0.22.27
25792026-06-18T22:28:47.280Z Checking petgraph v0.6.5
25802026-06-18T22:28:47.292Z Checking sha3 v0.10.8
25812026-06-18T22:28:47.306Z Checking crossterm v0.28.1
25822026-06-18T22:28:47.320Z Checking predicates v3.1.4
25832026-06-18T22:28:47.500Z Checking hickory-proto v0.25.2
25842026-06-18T22:28:47.500Z Checking tokio-postgres v0.7.16
25852026-06-18T22:28:47.573Z Checking tough v0.22.0
25862026-06-18T22:28:47.620Z Checking string_cache v0.8.9
25872026-06-18T22:28:47.787Z Checking similar v2.7.0
25882026-06-18T22:28:48.024Z Checking ed25519-dalek v2.2.0
25892026-06-18T22:28:48.167Z Checking petgraph v0.8.3
25902026-06-18T22:28:48.257Z Checking slog v2.8.2
25912026-06-18T22:28:48.349Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-06-18T22:28:48.527Z Checking usdt v0.6.0
25932026-06-18T22:28:48.530Z Checking env_logger v0.11.9
25942026-06-18T22:28:48.697Z Checking ecdsa v0.16.9
25952026-06-18T22:28:48.732Z Checking usdt-impl v0.5.0
25962026-06-18T22:28:48.745Z Checking toml v0.7.8
25972026-06-18T22:28:49.016Z Checking rsa v0.9.10
25982026-06-18T22:28:49.032Z Checking nix v0.31.2
25992026-06-18T22:28:49.306Z Checking zip v4.6.1
26002026-06-18T22:28:49.599Z Checking clap v4.6.1
26012026-06-18T22:28:49.680Z Checking reqwest v0.13.2
26022026-06-18T22:28:49.734Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-18T22:28:49.804Z Checking zip v0.6.6
26042026-06-18T22:28:49.896Z Checking itertools v0.13.0
26052026-06-18T22:28:49.952Z Checking serde_with v3.17.0
26062026-06-18T22:28:50.061Z Checking strum v0.26.3
26072026-06-18T22:28:50.076Z Checking fs-err v3.3.0
26082026-06-18T22:28:50.133Z Checking ahash v0.8.12
26092026-06-18T22:28:50.173Z Checking object v0.37.3
26102026-06-18T22:28:50.281Z Checking tokio-stream v0.1.18
26112026-06-18T22:28:50.329Z Checking buf-list v1.1.2
26122026-06-18T22:28:50.377Z Checking anyhow v1.0.102
26132026-06-18T22:28:50.514Z Checking camino v1.2.2
26142026-06-18T22:28:50.530Z Checking x509-cert v0.2.5
26152026-06-18T22:28:50.577Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-18T22:28:50.630Z Checking openapiv3 v2.2.0
26172026-06-18T22:28:50.662Z Checking sha1 v0.10.6
26182026-06-18T22:28:50.762Z Checking peg-runtime v0.8.5
26192026-06-18T22:28:50.824Z Checking lalrpop-util v0.19.12
26202026-06-18T22:28:50.841Z Checking rayon v1.11.0
26212026-06-18T22:28:50.902Z Checking sigpipe v0.1.3
26222026-06-18T22:28:50.941Z Checking glob v0.3.3
26232026-06-18T22:28:52.400Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-18T22:28:52.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.15s
26252026-06-18T22:28:52.823Z
26262026-06-18T22:28:52.823Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26272026-06-18T22:28:53.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-18T22:28:53.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-18T22:28:53.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-18T22:28:53.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-18T22:28:53.343Z
26322026-06-18T22:28:53.343Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26332026-06-18T22:28:53.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-18T22:28:53.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-18T22:28:53.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-18T22:28:53.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-18T22:28:53.868Z
26382026-06-18T22:28:53.868Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26392026-06-18T22:28:54.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-18T22:28:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-18T22:28:54.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-18T22:28:54.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26432026-06-18T22:28:54.412Z
26442026-06-18T22:28:54.413Zinfo: running `cargo check --bins` on oxql-types (80/296)
26452026-06-18T22:28:54.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-18T22:28:54.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-18T22:28:54.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-18T22:28:54.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-18T22:28:54.942Z
26502026-06-18T22:28:54.942Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26512026-06-18T22:28:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-18T22:28:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-18T22:28:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-18T22:28:55.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-18T22:28:55.475Z
26562026-06-18T22:28:55.475Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26572026-06-18T22:28:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-18T22:28:55.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-18T22:28:55.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-18T22:28:55.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26612026-06-18T22:28:56.013Z
26622026-06-18T22:28:56.014Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26632026-06-18T22:28:56.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-18T22:28:56.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-18T22:28:56.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-18T22:28:56.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26672026-06-18T22:28:56.536Z
26682026-06-18T22:28:56.536Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26692026-06-18T22:28:56.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-18T22:28:57.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-18T22:28:57.173Z Compiling structmeta-derive v0.3.0
26722026-06-18T22:28:57.282Z Compiling rustls v0.22.4
26732026-06-18T22:28:57.291Z Compiling multer v3.1.0
26742026-06-18T22:28:57.299Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-18T22:28:57.302Z Compiling async-stream-impl v0.3.6
26762026-06-18T22:28:57.320Z Compiling dropshot v0.17.0
26772026-06-18T22:28:57.335Z Compiling dropshot_endpoint v0.17.0
26782026-06-18T22:28:57.335Z Compiling newtype-uuid-macros v0.1.0
26792026-06-18T22:28:57.457Z Checking newtype-uuid v1.3.2
26802026-06-18T22:28:57.517Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-18T22:28:57.557Z Checking rustls-webpki v0.102.8
26822026-06-18T22:28:57.658Z Checking daft v0.1.7
26832026-06-18T22:28:57.674Z Checking thread_local v1.1.9
26842026-06-18T22:28:57.841Z Checking compression-core v0.4.31
26852026-06-18T22:28:57.887Z Checking match_cfg v0.1.0
26862026-06-18T22:28:57.902Z Checking iddqd v0.4.2
26872026-06-18T22:28:57.921Z Checking crossbeam-channel v0.5.15
26882026-06-18T22:28:57.952Z Checking hostname v0.3.1
26892026-06-18T22:28:57.975Z Checking compression-codecs v0.4.37
26902026-06-18T22:28:58.059Z Checking atomicwrites v0.4.4
26912026-06-18T22:28:58.086Z Checking slog-json v2.6.1
26922026-06-18T22:28:58.140Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-18T22:28:58.184Z Checking is-terminal v0.4.17
26942026-06-18T22:28:58.243Z Checking serde_spanned v1.0.4
26952026-06-18T22:28:58.260Z Checking term v1.2.1
26962026-06-18T22:28:58.276Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-18T22:28:58.338Z Compiling structmeta v0.3.0
26982026-06-18T22:28:58.341Z Checking take_mut v0.2.2
26992026-06-18T22:28:58.372Z Checking debug-ignore v1.0.5
27002026-06-18T22:28:58.450Z Checking slog-async v2.8.0
27012026-06-18T22:28:58.463Z Checking toml v1.0.6+spec-1.1.0
27022026-06-18T22:28:58.474Z Checking slog-bunyan v2.5.0
27032026-06-18T22:28:58.484Z Checking slog-term v2.9.2
27042026-06-18T22:28:58.552Z Compiling derive-ex v0.1.8
27052026-06-18T22:28:58.585Z Compiling parse-display-derive v0.10.0
27062026-06-18T22:28:58.618Z Checking async-compression v0.4.41
27072026-06-18T22:28:58.745Z Checking async-stream v0.3.6
27082026-06-18T22:28:58.808Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-06-18T22:28:58.863Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-18T22:28:58.875Z Checking progenitor-client v0.14.0
27112026-06-18T22:28:58.889Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-18T22:28:59.029Z Checking waitgroup v0.1.2
27132026-06-18T22:28:59.041Z Checking backon v1.6.0
27142026-06-18T22:28:59.089Z Checking rustls-pemfile v2.2.0
27152026-06-18T22:28:59.129Z Checking serde_path_to_error v0.1.20
27162026-06-18T22:28:59.194Z Checking hostname v0.4.2
27172026-06-18T22:28:59.207Z Checking instant v0.1.13
27182026-06-18T22:28:59.290Z Checking backoff v0.4.0
27192026-06-18T22:28:59.398Z Checking progenitor-extras v0.2.0
27202026-06-18T22:28:59.418Z Checking tokio-rustls v0.25.0
27212026-06-18T22:28:59.479Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-18T22:28:59.498Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-18T22:28:59.626Z Checking itertools v0.14.0
27242026-06-18T22:28:59.685Z Checking regress v0.10.5
27252026-06-18T22:28:59.864Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-18T22:29:00.080Z Checking macaddr v1.0.1
27272026-06-18T22:29:00.233Z Compiling test-strategy v0.4.5
27282026-06-18T22:29:00.272Z Checking parse-display v0.10.0
27292026-06-18T22:29:00.419Z Checking humantime v2.3.0
27302026-06-18T22:29:01.520Z Compiling prettyplease v0.2.37
27312026-06-18T22:29:01.712Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-18T22:29:01.858Z Checking num-rational v0.4.2
27332026-06-18T22:29:02.117Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-18T22:29:02.458Z Checking num-complex v0.4.6
27352026-06-18T22:29:03.042Z Checking num v0.4.3
27362026-06-18T22:29:03.154Z Compiling usdt-attr-macro v0.5.0
27372026-06-18T22:29:03.199Z Compiling usdt-macro v0.5.0
27382026-06-18T22:29:03.230Z Checking memmap v0.7.0
27392026-06-18T22:29:03.256Z Compiling float-ord v0.3.2
27402026-06-18T22:29:03.362Z Compiling convert_case v0.4.0
27412026-06-18T22:29:03.374Z Checking unicode-width v0.2.0
27422026-06-18T22:29:03.628Z Checking console v0.15.11
27432026-06-18T22:29:03.750Z Compiling derive_more v0.99.20
27442026-06-18T22:29:03.918Z Checking newline-converter v0.3.0
27452026-06-18T22:29:03.921Z Checking usdt v0.5.0
27462026-06-18T22:29:03.921Z Compiling toml v0.8.23
27472026-06-18T22:29:04.032Z Compiling minimal-lexical v0.2.1
27482026-06-18T22:29:04.098Z Checking linked-hash-map v0.5.6
27492026-06-18T22:29:04.275Z Checking lru-cache v0.1.2
27502026-06-18T22:29:04.289Z Compiling nom v7.1.3
27512026-06-18T22:29:04.396Z Checking expectorate v1.2.0
27522026-06-18T22:29:04.896Z Checking camino-tempfile v1.4.1
27532026-06-18T22:29:05.062Z Checking hickory-proto v0.24.4
27542026-06-18T22:29:05.076Z Checking phf_shared v0.12.1
27552026-06-18T22:29:05.219Z Compiling slog-dtrace v0.3.0
27562026-06-18T22:29:05.245Z Checking resolv-conf v0.7.6
27572026-06-18T22:29:05.416Z Checking heck v0.5.0
27582026-06-18T22:29:05.431Z Compiling chrono-tz v0.10.4
27592026-06-18T22:29:05.468Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-18T22:29:05.542Z Compiling const_format_proc_macros v0.2.34
27612026-06-18T22:29:05.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622026-06-18T22:29:05.674Z Checking phf v0.12.1
27632026-06-18T22:29:05.819Z Checking tokio-dtrace v0.1.1
27642026-06-18T22:29:06.014Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-18T22:29:06.114Z Compiling derive-where v1.6.0
27662026-06-18T22:29:06.300Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-18T22:29:06.366Z Checking highway v1.3.0
27682026-06-18T22:29:06.601Z Checking const_format v0.2.35
27692026-06-18T22:29:06.838Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-18T22:29:06.872Z Checking hickory-resolver v0.24.4
27712026-06-18T22:29:06.991Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-18T22:29:07.216Z Checking oxide-tokio-rt v0.1.4
27732026-06-18T22:29:07.263Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-18T22:29:07.390Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-18T22:29:07.659Z Checking qorb v0.4.1
27762026-06-18T22:29:07.710Z Checking gethostname v0.5.0
27772026-06-18T22:29:07.781Z Checking bcs v0.1.6
27782026-06-18T22:29:07.800Z Checking termtree v0.5.1
27792026-06-18T22:29:07.873Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-18T22:29:10.843Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-18T22:29:13.434Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-18T22:29:15.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
27832026-06-18T22:29:15.708Z
27842026-06-18T22:29:15.708Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27852026-06-18T22:29:16.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-18T22:29:16.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-18T22:29:16.330Z Compiling ar_archive_writer v0.5.1
27882026-06-18T22:29:16.433Z Compiling stacker v0.1.23
27892026-06-18T22:29:16.439Z Compiling cfg_aliases v0.1.1
27902026-06-18T22:29:16.444Z Compiling convert_case v0.10.0
27912026-06-18T22:29:16.448Z Checking unicode-width v0.1.14
27922026-06-18T22:29:16.458Z Compiling proc-macro-error v1.0.4
27932026-06-18T22:29:16.468Z Checking fd-lock v4.0.4
27942026-06-18T22:29:16.471Z Checking nibble_vec v0.1.0
27952026-06-18T22:29:16.494Z Compiling nix v0.28.0
27962026-06-18T22:29:16.580Z Checking vte v0.14.1
27972026-06-18T22:29:16.596Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-18T22:29:16.729Z Checking bytecount v0.6.9
27992026-06-18T22:29:16.737Z Checking endian-type v0.1.2
28002026-06-18T22:29:16.737Z Checking strip-ansi-escapes v0.2.1
28012026-06-18T22:29:16.741Z Compiling derive_more-impl v2.1.1
28022026-06-18T22:29:16.752Z Compiling tabled_derive v0.7.0
28032026-06-18T22:29:16.782Z Checking papergrid v0.11.0
28042026-06-18T22:29:16.816Z Checking radix_trie v0.2.1
28052026-06-18T22:29:16.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-18T22:29:17.035Z Compiling peg-macros v0.8.5
28072026-06-18T22:29:17.046Z Checking winnow v0.6.26
28082026-06-18T22:29:17.283Z Compiling psm v0.1.30
28092026-06-18T22:29:17.374Z Compiling sqlparser_derive v0.5.0
28102026-06-18T22:29:17.439Z Checking nu-ansi-term v0.50.3
28112026-06-18T22:29:17.599Z Checking derive_more v2.1.1
28122026-06-18T22:29:17.657Z Checking home v0.5.12
28132026-06-18T22:29:17.679Z Checking unicode_categories v0.1.1
28142026-06-18T22:29:17.756Z Checking tabled v0.15.0
28152026-06-18T22:29:17.768Z Checking crossterm v0.29.0
28162026-06-18T22:29:17.841Z Checking reedline v0.40.0
28172026-06-18T22:29:17.866Z Checking rustyline v14.0.0
28182026-06-18T22:29:18.060Z Checking recursive v0.1.1
28192026-06-18T22:29:18.160Z Checking sqlparser v0.61.0
28202026-06-18T22:29:18.176Z Checking display-error-chain v0.2.2
28212026-06-18T22:29:18.208Z Checking sqlformat v0.3.5
28222026-06-18T22:29:18.425Z Checking peg v0.8.5
28232026-06-18T22:29:29.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
28242026-06-18T22:29:29.656Z
28252026-06-18T22:29:29.656Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28262026-06-18T22:29:30.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-18T22:29:30.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-18T22:29:30.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-18T22:29:33.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28302026-06-18T22:29:33.903Z
28312026-06-18T22:29:33.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28322026-06-18T22:29:34.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-18T22:29:34.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-18T22:29:34.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-18T22:29:36.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28362026-06-18T22:29:37.140Z
28372026-06-18T22:29:37.140Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28382026-06-18T22:29:37.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-18T22:29:37.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-18T22:29:37.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-18T22:29:40.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28422026-06-18T22:29:41.154Z
28432026-06-18T22:29:41.154Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28442026-06-18T22:29:41.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-18T22:29:41.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-18T22:29:41.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-18T22:29:45.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28482026-06-18T22:29:45.203Z
28492026-06-18T22:29:45.203Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28502026-06-18T22:29:45.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-18T22:29:45.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-18T22:29:45.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-18T22:29:48.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28542026-06-18T22:29:48.570Z
28552026-06-18T22:29:48.570Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28562026-06-18T22:29:49.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-18T22:29:49.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-18T22:29:49.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-18T22:29:51.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28602026-06-18T22:29:51.955Z
28612026-06-18T22:29:51.956Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28622026-06-18T22:29:52.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-18T22:29:52.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-18T22:29:52.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-18T22:29:55.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28662026-06-18T22:29:56.147Z
28672026-06-18T22:29:56.147Zinfo: running `cargo check --bins` on oximeter (93/296)
28682026-06-18T22:29:56.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-18T22:29:56.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-18T22:29:56.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-18T22:29:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-18T22:29:56.679Z
28732026-06-18T22:29:56.680Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28742026-06-18T22:29:57.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-18T22:29:57.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-18T22:29:57.260Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-18T22:29:57.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-18T22:29:57.422Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-18T22:29:57.762Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-18T22:30:00.435Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-18T22:30:01.642Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-18T22:30:01.853Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-18T22:30:02.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28842026-06-18T22:30:02.692Z
28852026-06-18T22:30:02.692Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28862026-06-18T22:30:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-18T22:30:03.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-18T22:30:03.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-18T22:30:03.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-18T22:30:03.214Z
28912026-06-18T22:30:03.214Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28922026-06-18T22:30:03.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-18T22:30:03.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-18T22:30:03.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-18T22:30:03.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-18T22:30:03.772Z
28972026-06-18T22:30:03.772Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28982026-06-18T22:30:04.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-18T22:30:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-18T22:30:04.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-18T22:30:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-18T22:30:04.298Z
29032026-06-18T22:30:04.298Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29042026-06-18T22:30:04.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-18T22:30:04.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-18T22:30:04.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-18T22:30:04.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-18T22:30:04.828Z
29092026-06-18T22:30:04.828Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29102026-06-18T22:30:05.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-18T22:30:05.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-18T22:30:05.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-18T22:30:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29142026-06-18T22:30:05.357Z
29152026-06-18T22:30:05.357Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29162026-06-18T22:30:05.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-18T22:30:05.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-18T22:30:05.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-18T22:30:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29202026-06-18T22:30:05.888Z
29212026-06-18T22:30:05.889Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29222026-06-18T22:30:06.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-18T22:30:06.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-18T22:30:06.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-18T22:30:06.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-18T22:30:06.398Z
29272026-06-18T22:30:06.398Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29282026-06-18T22:30:06.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-18T22:30:06.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-18T22:30:06.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-18T22:30:06.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-06-18T22:30:06.926Z
29332026-06-18T22:30:06.926Zinfo: running `cargo check --bins` on update-engine (103/296)
29342026-06-18T22:30:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-18T22:30:07.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-18T22:30:07.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-18T22:30:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-18T22:30:07.436Z
29392026-06-18T22:30:07.436Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29402026-06-18T22:30:07.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-18T22:30:07.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-18T22:30:08.096Z Compiling crucible-workspace-hack v0.1.0
29432026-06-18T22:30:08.208Z Checking secrecy v0.10.3
29442026-06-18T22:30:08.213Z Compiling heapless v0.8.0
29452026-06-18T22:30:08.218Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-18T22:30:08.225Z Compiling ingot-macros v0.1.1
29472026-06-18T22:30:08.232Z Checking hash32 v0.3.1
29482026-06-18T22:30:08.243Z Compiling smoltcp v0.11.0
29492026-06-18T22:30:08.246Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-18T22:30:08.308Z Checking cobs v0.3.0
29512026-06-18T22:30:08.349Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-18T22:30:08.441Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-18T22:30:08.448Z Checking universal-hash v0.5.1
29542026-06-18T22:30:08.451Z Checking half v2.7.1
29552026-06-18T22:30:08.522Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29562026-06-18T22:30:08.603Z Checking ciborium-io v0.2.2
29572026-06-18T22:30:08.621Z Checking opaque-debug v0.3.1
29582026-06-18T22:30:08.691Z Checking poly1305 v0.8.0
29592026-06-18T22:30:08.726Z Checking postcard v1.1.3
29602026-06-18T22:30:08.737Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-18T22:30:08.749Z Checking ciborium-ll v0.2.2
29622026-06-18T22:30:08.930Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-06-18T22:30:08.951Z Checking password-hash v0.5.0
29642026-06-18T22:30:09.005Z Checking chacha20 v0.9.1
29652026-06-18T22:30:09.099Z Compiling proc-macro-crate v3.4.0
29662026-06-18T22:30:09.175Z Compiling proc-macro-crate v1.3.1
29672026-06-18T22:30:09.191Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-18T22:30:09.205Z Checking blake2 v0.10.6
29692026-06-18T22:30:09.435Z Checking aead v0.5.2
29702026-06-18T22:30:09.449Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-18T22:30:09.525Z Checking thiserror-no-std v2.0.2
29722026-06-18T22:30:09.575Z Compiling foreign-types-macros v0.2.3
29732026-06-18T22:30:09.577Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-18T22:30:09.600Z Checking cpufeatures v0.3.0
29752026-06-18T22:30:09.611Z Checking foreign-types-shared v0.3.1
29762026-06-18T22:30:09.649Z Compiling num_enum_derive v0.7.6
29772026-06-18T22:30:09.652Z Checking vsss-rs v3.3.4
29782026-06-18T22:30:09.673Z Checking chacha20 v0.10.0
29792026-06-18T22:30:09.698Z Compiling num_enum_derive v0.5.11
29802026-06-18T22:30:09.824Z Checking chacha20poly1305 v0.10.1
29812026-06-18T22:30:09.880Z Checking argon2 v0.5.3
29822026-06-18T22:30:09.956Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-18T22:30:10.170Z Checking foreign-types v0.5.0
29842026-06-18T22:30:10.223Z Checking ciborium v0.2.2
29852026-06-18T22:30:10.355Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-18T22:30:10.433Z Checking tabwriter v1.4.1
29872026-06-18T22:30:10.583Z Checking byte-wrapper v0.1.0
29882026-06-18T22:30:10.636Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-06-18T22:30:10.649Z Checking cstr-argument v0.1.2
29902026-06-18T22:30:10.685Z Checking num_enum v0.7.6
29912026-06-18T22:30:10.730Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-18T22:30:10.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-18T22:30:10.775Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-06-18T22:30:10.790Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-06-18T22:30:10.802Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-06-18T22:30:10.957Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-18T22:30:10.982Z Checking num_enum v0.5.11
29982026-06-18T22:30:11.012Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-06-18T22:30:11.062Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-18T22:30:11.073Z Checking ingot-types v0.1.2
30012026-06-18T22:30:11.093Z Checking rand v0.10.0
30022026-06-18T22:30:11.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-18T22:30:11.181Z Checking indent_write v2.2.0
30042026-06-18T22:30:11.211Z Checking colored v3.1.1
30052026-06-18T22:30:11.309Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30062026-06-18T22:30:11.409Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-06-18T22:30:11.413Z Compiling zone_cfg_derive v0.3.1
30082026-06-18T22:30:11.447Z Checking ingot v0.1.1
30092026-06-18T22:30:11.460Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-18T22:30:11.481Z Checking itertools v0.12.1
30112026-06-18T22:30:11.498Z Compiling num-derive v0.4.2
30122026-06-18T22:30:11.511Z Checking swrite v0.1.0
30132026-06-18T22:30:11.599Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-18T22:30:11.626Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-18T22:30:11.778Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-06-18T22:30:11.946Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-18T22:30:11.965Z Checking dropshot-api-manager-types v0.7.2
30182026-06-18T22:30:12.078Z Checking smf v0.2.3
30192026-06-18T22:30:12.105Z Checking nanorand v0.7.0
30202026-06-18T22:30:12.119Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-06-18T22:30:12.134Z Checking whoami v1.6.1
30222026-06-18T22:30:12.306Z Checking flume v0.11.1
30232026-06-18T22:30:12.319Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-18T22:30:12.479Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-18T22:30:12.553Z Checking zone v0.3.1
30262026-06-18T22:30:13.068Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-18T22:30:14.034Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-18T22:30:14.919Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-18T22:30:18.266Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-18T22:30:20.319Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-18T22:30:21.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
30322026-06-18T22:30:21.596Z
30332026-06-18T22:30:21.596Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30342026-06-18T22:30:22.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-18T22:30:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-18T22:30:22.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-18T22:30:22.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-06-18T22:30:22.134Z
30392026-06-18T22:30:22.134Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30402026-06-18T22:30:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-18T22:30:22.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-18T22:30:22.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-18T22:30:22.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-18T22:30:22.657Z
30452026-06-18T22:30:22.658Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30462026-06-18T22:30:23.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-18T22:30:23.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-18T22:30:23.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-18T22:30:23.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-18T22:30:23.190Z
30512026-06-18T22:30:23.190Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30522026-06-18T22:30:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-18T22:30:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-18T22:30:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-18T22:30:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-06-18T22:30:23.723Z
30572026-06-18T22:30:23.723Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30582026-06-18T22:30:24.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-18T22:30:24.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-18T22:30:24.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-18T22:30:24.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-18T22:30:24.252Z
30632026-06-18T22:30:24.252Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30642026-06-18T22:30:24.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-18T22:30:24.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-18T22:30:24.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-18T22:30:24.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-18T22:30:24.774Z
30692026-06-18T22:30:24.774Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30702026-06-18T22:30:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-18T22:30:25.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-18T22:30:25.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-18T22:30:25.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-18T22:30:25.297Z
30752026-06-18T22:30:25.297Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30762026-06-18T22:30:25.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-18T22:30:25.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-18T22:30:25.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-18T22:30:25.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-18T22:30:25.807Z
30812026-06-18T22:30:25.807Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30822026-06-18T22:30:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-18T22:30:26.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-18T22:30:26.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-18T22:30:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-18T22:30:26.332Z
30872026-06-18T22:30:26.332Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30882026-06-18T22:30:26.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-18T22:30:26.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-18T22:30:26.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-18T22:30:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-18T22:30:26.864Z
30932026-06-18T22:30:26.864Zinfo: running `cargo check --bins` on installinator-client (115/296)
30942026-06-18T22:30:27.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-18T22:30:27.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-18T22:30:27.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-18T22:30:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-06-18T22:30:27.394Z
30992026-06-18T22:30:27.394Zinfo: running `cargo check --bins` on nexus-client (116/296)
31002026-06-18T22:30:27.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-18T22:30:27.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-18T22:30:27.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-18T22:30:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-18T22:30:27.957Z
31052026-06-18T22:30:27.957Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31062026-06-18T22:30:28.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-18T22:30:28.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-18T22:30:28.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-18T22:30:28.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-18T22:30:28.518Z
31112026-06-18T22:30:28.518Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31122026-06-18T22:30:28.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-18T22:30:28.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-18T22:30:28.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-18T22:30:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-18T22:30:29.025Z
31172026-06-18T22:30:29.025Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31182026-06-18T22:30:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-18T22:30:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-18T22:30:29.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-18T22:30:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-18T22:30:29.540Z
31232026-06-18T22:30:29.540Zinfo: running `cargo check --bins` on oxide-client (120/296)
31242026-06-18T22:30:29.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-18T22:30:29.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-18T22:30:29.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-18T22:30:29.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-18T22:30:30.060Z
31292026-06-18T22:30:30.060Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31302026-06-18T22:30:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-18T22:30:30.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-18T22:30:30.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-18T22:30:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-18T22:30:30.579Z
31352026-06-18T22:30:30.579Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31362026-06-18T22:30:31.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-18T22:30:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-18T22:30:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-18T22:30:31.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31402026-06-18T22:30:31.093Z
31412026-06-18T22:30:31.093Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31422026-06-18T22:30:31.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-18T22:30:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-18T22:30:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-18T22:30:31.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31462026-06-18T22:30:31.625Z
31472026-06-18T22:30:31.625Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31482026-06-18T22:30:32.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-18T22:30:32.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-18T22:30:32.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-18T22:30:32.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-18T22:30:32.175Z
31532026-06-18T22:30:32.175Zinfo: running `cargo check --bins` on installinator-common (125/296)
31542026-06-18T22:30:32.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-18T22:30:32.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-18T22:30:32.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-18T22:30:32.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-06-18T22:30:32.717Z
31592026-06-18T22:30:32.717Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31602026-06-18T22:30:33.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-18T22:30:33.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-18T22:30:33.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-18T22:30:33.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31642026-06-18T22:30:33.230Z
31652026-06-18T22:30:33.230Zinfo: running `cargo check --bins` on wicket-common (127/296)
31662026-06-18T22:30:33.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-18T22:30:33.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-18T22:30:33.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-18T22:30:33.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-06-18T22:30:33.773Z
31712026-06-18T22:30:33.773Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31722026-06-18T22:30:34.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-18T22:30:34.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-18T22:30:34.408Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-18T22:30:34.517Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-18T22:30:34.524Z Checking csv-core v0.1.13
31772026-06-18T22:30:34.530Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-18T22:30:34.537Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-18T22:30:34.544Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-18T22:30:34.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-18T22:30:34.565Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-18T22:30:34.682Z Checking csv v1.4.0
31832026-06-18T22:30:34.721Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-18T22:30:34.736Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-18T22:30:34.759Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-18T22:30:34.777Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-18T22:30:35.018Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-18T22:30:35.387Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-06-18T22:30:35.387Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-18T22:30:35.734Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-18T22:30:41.723Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-18T22:30:42.262Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-18T22:30:44.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31942026-06-18T22:30:44.794Z
31952026-06-18T22:30:44.794Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31962026-06-18T22:30:45.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-18T22:30:45.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-18T22:30:45.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-18T22:30:45.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-18T22:30:45.324Z
32012026-06-18T22:30:45.324Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32022026-06-18T22:30:45.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-18T22:30:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-18T22:30:45.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-18T22:30:45.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-18T22:30:45.932Z
32072026-06-18T22:30:45.932Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32082026-06-18T22:30:46.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-18T22:30:46.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-18T22:30:46.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-18T22:30:46.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-06-18T22:30:46.545Z
32132026-06-18T22:30:46.545Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32142026-06-18T22:30:47.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-18T22:30:47.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-18T22:30:47.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-18T22:30:47.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32182026-06-18T22:30:47.125Z
32192026-06-18T22:30:47.125Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32202026-06-18T22:30:47.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-18T22:30:47.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-18T22:30:47.832Z Compiling regress v0.11.1
32232026-06-18T22:30:47.967Z Compiling unsafe-libyaml v0.2.11
32242026-06-18T22:30:47.977Z Compiling radium v0.7.0
32252026-06-18T22:30:47.980Z Compiling semver v0.1.20
32262026-06-18T22:30:47.997Z Checking nom v8.0.0
32272026-06-18T22:30:48.000Z Compiling maybe-uninit v2.0.0
32282026-06-18T22:30:48.000Z Checking tap v1.0.1
32292026-06-18T22:30:48.123Z Checking wyz v0.5.1
32302026-06-18T22:30:48.240Z Compiling rustc_version v0.1.7
32312026-06-18T22:30:48.301Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-18T22:30:48.348Z Compiling zerocopy-derive v0.6.6
32332026-06-18T22:30:48.430Z Checking crc-catalog v2.4.0
32342026-06-18T22:30:48.457Z Compiling newtype_derive v0.1.6
32352026-06-18T22:30:48.525Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-18T22:30:48.647Z Compiling owo-colors v4.3.0
32372026-06-18T22:30:48.708Z Checking funty v2.0.0
32382026-06-18T22:30:48.970Z Compiling cancel-safe-futures v0.1.5
32392026-06-18T22:30:49.033Z Compiling packed_struct v0.10.1
32402026-06-18T22:30:49.205Z Checking bitvec v1.0.1
32412026-06-18T22:30:49.218Z Checking zerocopy v0.6.6
32422026-06-18T22:30:49.406Z Checking crc v3.4.0
32432026-06-18T22:30:49.409Z Checking typify-impl v0.6.2
32442026-06-18T22:30:49.654Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-18T22:30:49.794Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-18T22:30:49.933Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-18T22:30:49.984Z Compiling packed_struct_codegen v0.10.1
32482026-06-18T22:30:50.141Z Checking libsw-core v0.3.2
32492026-06-18T22:30:50.199Z Compiling bitfield-macros v0.19.4
32502026-06-18T22:30:50.291Z Compiling indexmap v1.9.3
32512026-06-18T22:30:50.495Z Checking nodrop v0.1.14
32522026-06-18T22:30:50.509Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-18T22:30:50.583Z Checking libsw v3.5.0
32542026-06-18T22:30:50.596Z Checking array-init v0.0.4
32552026-06-18T22:30:50.609Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-18T22:30:50.738Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-18T22:30:50.897Z Checking smallvec v0.6.14
32582026-06-18T22:30:50.924Z Checking bitfield v0.19.4
32592026-06-18T22:30:50.939Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-18T22:30:51.184Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-18T22:30:51.197Z Checking base64 v0.21.7
32622026-06-18T22:30:51.315Z Checking unicode-linebreak v0.1.5
32632026-06-18T22:30:51.338Z Checking hashbrown v0.12.3
32642026-06-18T22:30:51.354Z Checking linear-map v1.2.0
32652026-06-18T22:30:51.438Z Checking smawk v0.3.2
32662026-06-18T22:30:51.523Z Checking tagptr v0.2.0
32672026-06-18T22:30:51.536Z Checking ron v0.8.1
32682026-06-18T22:30:51.570Z Checking textwrap v0.16.2
32692026-06-18T22:30:51.650Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-18T22:30:51.665Z Checking moka v0.12.13
32712026-06-18T22:30:51.789Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-18T22:30:51.973Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-18T22:30:52.064Z Checking steno v0.4.1
32742026-06-18T22:30:52.103Z Checking serde-hex v0.1.0
32752026-06-18T22:30:52.141Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-18T22:30:52.336Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-18T22:30:52.502Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-18T22:30:52.846Z Checking hashbrown v0.13.2
32792026-06-18T22:30:52.972Z Checking crc-any v2.5.0
32802026-06-18T22:30:53.081Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-18T22:30:53.096Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-18T22:30:53.150Z Checking hickory-resolver v0.25.2
32832026-06-18T22:30:53.260Z Checking void v1.0.2
32842026-06-18T22:30:53.275Z Checking object v0.30.4
32852026-06-18T22:30:53.308Z Checking utf-8 v0.7.6
32862026-06-18T22:30:53.368Z Checking path-slash v0.1.5
32872026-06-18T22:30:53.443Z Checking half v1.8.3
32882026-06-18T22:30:53.474Z Checking tungstenite v0.23.0
32892026-06-18T22:30:53.611Z Checking lzss v0.8.2
32902026-06-18T22:30:53.643Z Checking serde_cbor v0.11.2
32912026-06-18T22:30:53.849Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-18T22:30:53.893Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-18T22:30:53.936Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-18T22:30:53.997Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-18T22:30:54.029Z Checking nix v0.27.1
32962026-06-18T22:30:54.049Z Checking kstat-rs v0.2.4
32972026-06-18T22:30:54.097Z Checking fxhash v0.2.1
32982026-06-18T22:30:54.110Z Compiling typify-macro v0.6.2
32992026-06-18T22:30:54.174Z Checking serde_bytes v0.11.19
33002026-06-18T22:30:54.216Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-18T22:30:54.235Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-18T22:30:54.267Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-06-18T22:30:54.347Z Checking tokio-tungstenite v0.23.1
33042026-06-18T22:30:54.494Z Checking signal-hook-tokio v0.3.1
33052026-06-18T22:30:55.190Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-18T22:30:55.392Z Compiling typify v0.6.2
33072026-06-18T22:30:55.473Z Compiling progenitor-impl v0.14.0
33082026-06-18T22:30:56.094Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-18T22:30:56.400Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-18T22:30:56.912Z Compiling progenitor-macro v0.14.0
33112026-06-18T22:30:59.423Z Checking progenitor v0.14.0
33122026-06-18T22:30:59.552Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-18T22:30:59.555Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-18T22:31:02.263Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-18T22:31:10.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-18T22:31:16.956Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-18T22:31:18.332Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-18T22:31:18.837Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-18T22:31:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s
33202026-06-18T22:31:21.131Z
33212026-06-18T22:31:21.131Zinfo: running `cargo check --bins` on gateway-api (134/296)
33222026-06-18T22:31:21.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-18T22:31:21.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-18T22:31:21.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-18T22:31:21.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33262026-06-18T22:31:21.662Z
33272026-06-18T22:31:21.662Zinfo: running `cargo check --bins` on ipcc (135/296)
33282026-06-18T22:31:22.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-18T22:31:22.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-18T22:31:22.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-18T22:31:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33322026-06-18T22:31:22.195Z
33332026-06-18T22:31:22.195Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33342026-06-18T22:31:22.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-18T22:31:22.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-18T22:31:22.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-18T22:31:22.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33382026-06-18T22:31:22.712Z
33392026-06-18T22:31:22.712Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33402026-06-18T22:31:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-18T22:31:23.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-18T22:31:23.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-18T22:31:23.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33442026-06-18T22:31:23.264Z
33452026-06-18T22:31:23.264Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33462026-06-18T22:31:23.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-18T22:31:23.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-18T22:31:23.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-18T22:31:23.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-06-18T22:31:23.798Z
33512026-06-18T22:31:23.798Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33522026-06-18T22:31:24.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-18T22:31:24.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-18T22:31:24.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-18T22:31:24.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33562026-06-18T22:31:24.336Z
33572026-06-18T22:31:24.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33582026-06-18T22:31:24.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-18T22:31:24.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-18T22:31:24.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-18T22:31:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33622026-06-18T22:31:24.861Z
33632026-06-18T22:31:24.861Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33642026-06-18T22:31:25.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-18T22:31:25.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-18T22:31:25.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-18T22:31:25.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33682026-06-18T22:31:25.413Z
33692026-06-18T22:31:25.413Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33702026-06-18T22:31:25.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-18T22:31:25.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-18T22:31:25.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-18T22:31:25.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33742026-06-18T22:31:25.943Z
33752026-06-18T22:31:25.943Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33762026-06-18T22:31:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-18T22:31:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-18T22:31:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-18T22:31:26.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-06-18T22:31:26.482Z
33812026-06-18T22:31:26.482Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33822026-06-18T22:31:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-18T22:31:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-18T22:31:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-18T22:31:26.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33862026-06-18T22:31:27.017Z
33872026-06-18T22:31:27.017Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33882026-06-18T22:31:27.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-18T22:31:27.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-18T22:31:27.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-18T22:31:27.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-18T22:31:27.542Z
33932026-06-18T22:31:27.543Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33942026-06-18T22:31:27.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-18T22:31:27.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-18T22:31:27.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-18T22:31:27.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-18T22:31:28.071Z
33992026-06-18T22:31:28.071Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34002026-06-18T22:31:28.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-18T22:31:28.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-18T22:31:28.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-18T22:31:28.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34042026-06-18T22:31:28.593Z
34052026-06-18T22:31:28.593Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34062026-06-18T22:31:29.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-18T22:31:29.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-18T22:31:29.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-18T22:31:29.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-18T22:31:29.138Z
34112026-06-18T22:31:29.138Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34122026-06-18T22:31:29.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-18T22:31:29.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-18T22:31:29.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-18T22:31:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-18T22:31:29.681Z
34172026-06-18T22:31:29.681Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34182026-06-18T22:31:30.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-18T22:31:30.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-18T22:31:30.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-18T22:31:30.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-18T22:31:30.225Z
34232026-06-18T22:31:30.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34242026-06-18T22:31:30.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-18T22:31:30.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-18T22:31:30.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-18T22:31:30.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34282026-06-18T22:31:30.765Z
34292026-06-18T22:31:30.765Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34302026-06-18T22:31:31.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-18T22:31:31.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-18T22:31:31.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-18T22:31:31.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-18T22:31:31.309Z
34352026-06-18T22:31:31.310Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34362026-06-18T22:31:31.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-18T22:31:31.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-18T22:31:31.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-18T22:31:31.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-18T22:31:31.853Z
34412026-06-18T22:31:31.853Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34422026-06-18T22:31:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-18T22:31:32.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-18T22:31:32.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-18T22:31:32.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-18T22:31:32.397Z
34472026-06-18T22:31:32.397Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34482026-06-18T22:31:32.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-18T22:31:32.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-18T22:31:32.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-18T22:31:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-18T22:31:32.943Z
34532026-06-18T22:31:32.943Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34542026-06-18T22:31:33.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-18T22:31:33.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-18T22:31:33.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-18T22:31:33.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-18T22:31:33.486Z
34592026-06-18T22:31:33.486Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34602026-06-18T22:31:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-18T22:31:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-18T22:31:33.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-18T22:31:33.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-06-18T22:31:34.032Z
34652026-06-18T22:31:34.032Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34662026-06-18T22:31:34.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-18T22:31:34.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-18T22:31:34.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-18T22:31:34.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-18T22:31:34.557Z
34712026-06-18T22:31:34.557Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34722026-06-18T22:31:35.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-18T22:31:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-18T22:31:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-18T22:31:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-18T22:31:35.083Z
34772026-06-18T22:31:35.083Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34782026-06-18T22:31:35.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-18T22:31:35.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-18T22:31:35.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-18T22:31:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-18T22:31:35.605Z
34832026-06-18T22:31:35.605Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34842026-06-18T22:31:36.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-18T22:31:36.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-18T22:31:36.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-18T22:31:36.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-18T22:31:36.133Z
34892026-06-18T22:31:36.133Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34902026-06-18T22:31:36.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-18T22:31:36.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-18T22:31:36.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-18T22:31:36.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-18T22:31:36.658Z
34952026-06-18T22:31:36.658Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34962026-06-18T22:31:37.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-18T22:31:37.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-18T22:31:37.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-18T22:31:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-18T22:31:37.183Z
35012026-06-18T22:31:37.183Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35022026-06-18T22:31:37.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-18T22:31:37.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-18T22:31:37.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-18T22:31:37.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-18T22:31:37.710Z
35072026-06-18T22:31:37.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35082026-06-18T22:31:38.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-18T22:31:38.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-18T22:31:38.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-18T22:31:38.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35122026-06-18T22:31:38.234Z
35132026-06-18T22:31:38.234Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35142026-06-18T22:31:38.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-18T22:31:38.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-18T22:31:38.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-18T22:31:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35182026-06-18T22:31:38.777Z
35192026-06-18T22:31:38.777Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35202026-06-18T22:31:39.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-18T22:31:39.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-18T22:31:39.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-18T22:31:39.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-18T22:31:39.323Z
35252026-06-18T22:31:39.323Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35262026-06-18T22:31:39.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-18T22:31:39.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-18T22:31:39.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-18T22:31:39.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-18T22:31:39.869Z
35312026-06-18T22:31:39.869Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35322026-06-18T22:31:40.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-18T22:31:40.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-18T22:31:40.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-18T22:31:40.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-18T22:31:40.415Z
35372026-06-18T22:31:40.415Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35382026-06-18T22:31:40.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-18T22:31:40.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-18T22:31:40.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-18T22:31:40.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-18T22:31:40.960Z
35432026-06-18T22:31:40.960Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35442026-06-18T22:31:41.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-18T22:31:41.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-18T22:31:41.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-18T22:31:41.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-18T22:31:41.501Z
35492026-06-18T22:31:41.501Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35502026-06-18T22:31:41.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-18T22:31:41.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-18T22:31:41.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-18T22:31:41.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35542026-06-18T22:31:42.044Z
35552026-06-18T22:31:42.045Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35562026-06-18T22:31:42.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-18T22:31:42.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-18T22:31:42.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-18T22:31:42.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-06-18T22:31:42.607Z
35612026-06-18T22:31:42.607Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35622026-06-18T22:31:43.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-18T22:31:43.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-18T22:31:43.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-18T22:31:43.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35662026-06-18T22:31:43.130Z
35672026-06-18T22:31:43.131Zinfo: running `cargo check --bins` on dns-server (175/296)
35682026-06-18T22:31:43.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-18T22:31:43.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-18T22:31:43.721Z Compiling parking_lot_core v0.8.6
35712026-06-18T22:31:43.724Z Compiling git-stub v1.0.0
35722026-06-18T22:31:43.724Z Checking prefix-trie v0.7.0
35732026-06-18T22:31:43.822Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-18T22:31:43.948Z Compiling git-stub-vcs v0.1.0
35752026-06-18T22:31:44.107Z Checking hickory-server v0.25.2
35762026-06-18T22:31:44.226Z Checking parking_lot v0.11.2
35772026-06-18T22:31:44.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-18T22:31:44.300Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-18T22:31:44.305Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-18T22:31:44.400Z Checking sled v0.34.7
35812026-06-18T22:31:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35822026-06-18T22:31:46.457Z
35832026-06-18T22:31:46.457Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35842026-06-18T22:31:46.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-18T22:31:46.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-18T22:31:46.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-18T22:31:46.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-18T22:31:46.986Z
35892026-06-18T22:31:46.986Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35902026-06-18T22:31:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-18T22:31:47.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-18T22:31:47.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-18T22:31:47.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35942026-06-18T22:31:47.514Z
35952026-06-18T22:31:47.514Zinfo: running `cargo check --bins` on sp-sim (178/296)
35962026-06-18T22:31:47.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-18T22:31:47.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-18T22:31:48.173Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-18T22:31:49.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
36002026-06-18T22:31:50.111Z
36012026-06-18T22:31:50.111Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36022026-06-18T22:31:50.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-18T22:31:50.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-18T22:31:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-18T22:31:50.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-18T22:31:50.687Z
36072026-06-18T22:31:50.687Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36082026-06-18T22:31:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-18T22:31:51.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-18T22:31:51.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-18T22:31:51.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-06-18T22:31:51.266Z
36132026-06-18T22:31:51.266Zinfo: running `cargo check --bins` on db-macros (181/296)
36142026-06-18T22:31:51.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-18T22:31:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-18T22:31:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-18T22:31:51.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-18T22:31:51.778Z
36192026-06-18T22:31:51.778Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36202026-06-18T22:31:52.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-18T22:31:52.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-18T22:31:52.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-18T22:31:52.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-18T22:31:52.291Z
36252026-06-18T22:31:52.291Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36262026-06-18T22:31:52.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-18T22:31:52.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-18T22:31:52.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-18T22:31:52.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-06-18T22:31:52.864Z
36312026-06-18T22:31:52.864Zinfo: running `cargo check --bins` on authz-macros (184/296)
36322026-06-18T22:31:53.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-18T22:31:53.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-18T22:31:53.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-18T22:31:53.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-06-18T22:31:53.376Z
36372026-06-18T22:31:53.376Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36382026-06-18T22:31:53.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-18T22:31:53.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-18T22:31:53.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-18T22:31:53.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-18T22:31:53.941Z
36432026-06-18T22:31:53.941Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36442026-06-18T22:31:54.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-18T22:31:54.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-18T22:31:54.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-18T22:31:54.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-18T22:31:54.511Z
36492026-06-18T22:31:54.511Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36502026-06-18T22:31:54.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-18T22:31:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-18T22:31:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-18T22:31:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-18T22:31:55.026Z
36552026-06-18T22:31:55.026Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36562026-06-18T22:31:55.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-18T22:31:55.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-18T22:31:55.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-18T22:31:55.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36602026-06-18T22:31:55.532Z
36612026-06-18T22:31:55.532Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36622026-06-18T22:31:55.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-18T22:31:55.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-18T22:31:55.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-18T22:31:55.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-18T22:31:56.060Z
36672026-06-18T22:31:56.060Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36682026-06-18T22:31:56.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-18T22:31:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-18T22:31:56.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-18T22:31:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-18T22:31:56.573Z
36732026-06-18T22:31:56.573Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36742026-06-18T22:31:57.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-18T22:31:57.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-18T22:31:57.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-18T22:31:57.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-18T22:31:57.087Z
36792026-06-18T22:31:57.087Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36802026-06-18T22:31:57.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-18T22:31:57.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-18T22:31:57.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-18T22:31:57.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36842026-06-18T22:31:57.596Z
36852026-06-18T22:31:57.597Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36862026-06-18T22:31:58.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-18T22:31:58.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-18T22:31:58.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-18T22:31:58.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-18T22:31:58.172Z
36912026-06-18T22:31:58.173Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36922026-06-18T22:31:58.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-18T22:31:58.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-18T22:31:58.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-18T22:31:58.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-18T22:31:58.746Z
36972026-06-18T22:31:58.746Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36982026-06-18T22:31:59.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-18T22:31:59.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-18T22:31:59.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-18T22:31:59.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-18T22:31:59.312Z
37032026-06-18T22:31:59.312Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37042026-06-18T22:31:59.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-18T22:31:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-18T22:31:59.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-18T22:31:59.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-18T22:31:59.858Z
37092026-06-18T22:31:59.858Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37102026-06-18T22:32:00.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-18T22:32:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-18T22:32:00.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-18T22:32:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-18T22:32:00.401Z
37152026-06-18T22:32:00.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37162026-06-18T22:32:00.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-18T22:32:00.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-18T22:32:00.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-18T22:32:00.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-18T22:32:00.940Z
37212026-06-18T22:32:00.940Zinfo: running `cargo check --bins` on key-manager (199/296)
37222026-06-18T22:32:01.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-18T22:32:01.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-18T22:32:01.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-18T22:32:01.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-18T22:32:01.462Z
37272026-06-18T22:32:01.462Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37282026-06-18T22:32:01.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-18T22:32:01.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-18T22:32:01.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-18T22:32:01.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-18T22:32:02.006Z
37332026-06-18T22:32:02.006Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37342026-06-18T22:32:02.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-18T22:32:02.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-18T22:32:02.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-18T22:32:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37382026-06-18T22:32:02.544Z
37392026-06-18T22:32:02.545Zinfo: running `cargo check --bins` on typed-rng (202/296)
37402026-06-18T22:32:02.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-18T22:32:02.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-18T22:32:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-18T22:32:02.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37442026-06-18T22:32:03.055Z
37452026-06-18T22:32:03.055Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37462026-06-18T22:32:03.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-18T22:32:03.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-18T22:32:03.839Z Compiling libefi-sys v0.1.0
37492026-06-18T22:32:03.963Z Compiling bitfield-struct v0.6.2
37502026-06-18T22:32:03.972Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-18T22:32:03.980Z Compiling xshell-macros v0.2.7
37522026-06-18T22:32:03.989Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-18T22:32:04.002Z Compiling salty v0.3.0
37542026-06-18T22:32:04.016Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-18T22:32:04.030Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-18T22:32:04.043Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-18T22:32:04.143Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-18T22:32:04.317Z Checking primeorder v0.13.6
37592026-06-18T22:32:04.332Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-18T22:32:04.344Z Checking xshell v0.2.7
37612026-06-18T22:32:04.347Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-06-18T22:32:04.486Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-18T22:32:04.499Z Checking tungstenite v0.21.0
37642026-06-18T22:32:04.541Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-18T22:32:04.555Z Checking p384 v0.13.1
37662026-06-18T22:32:04.579Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-18T22:32:04.672Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-18T22:32:04.712Z Compiling num-derive v0.3.3
37692026-06-18T22:32:04.716Z Compiling proc-macro-error2 v2.0.1
37702026-06-18T22:32:04.815Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-18T22:32:04.916Z Checking tokio-tungstenite v0.21.0
37722026-06-18T22:32:04.962Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-18T22:32:04.977Z Checking papergrid v0.17.0
37742026-06-18T22:32:05.024Z Compiling tabled_derive v0.11.0
37752026-06-18T22:32:05.046Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-18T22:32:05.060Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-18T22:32:05.187Z Compiling progenitor-impl v0.13.0
37782026-06-18T22:32:05.201Z Checking testing_table v0.3.0
37792026-06-18T22:32:05.296Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-18T22:32:05.333Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-18T22:32:05.347Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-18T22:32:05.542Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-18T22:32:05.545Z Checking corncobs v0.1.4
37842026-06-18T22:32:05.581Z Checking libscf-sys v1.1.0
37852026-06-18T22:32:05.683Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-18T22:32:05.715Z Compiling unicase v2.9.0
37872026-06-18T22:32:05.755Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-18T22:32:05.787Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-18T22:32:05.909Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37902026-06-18T22:32:05.923Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37912026-06-18T22:32:05.936Z Compiling mime_guess v2.0.5
37922026-06-18T22:32:05.962Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-18T22:32:06.060Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-18T22:32:06.183Z Checking tabled v0.20.0
37952026-06-18T22:32:06.297Z Checking progenitor-client v0.13.0
37962026-06-18T22:32:06.474Z Checking secrecy v0.8.0
37972026-06-18T22:32:06.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-18T22:32:06.537Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-18T22:32:06.614Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-06-18T22:32:06.724Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-18T22:32:06.926Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-18T22:32:06.940Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-18T22:32:07.058Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-18T22:32:07.099Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-06-18T22:32:07.203Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-18T22:32:07.232Z Checking filetime v0.2.27
38072026-06-18T22:32:07.373Z Checking crc8 v0.1.1
38082026-06-18T22:32:07.388Z Checking http-range v0.1.5
38092026-06-18T22:32:07.521Z Checking xattr v1.6.1
38102026-06-18T22:32:07.537Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38112026-06-18T22:32:07.666Z Checking tar v0.4.45
38122026-06-18T22:32:07.725Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38132026-06-18T22:32:07.739Z Checking illumos-nvpair v0.3.0
38142026-06-18T22:32:07.812Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38152026-06-18T22:32:07.837Z Compiling progenitor-macro v0.13.0
38162026-06-18T22:32:07.990Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-18T22:32:08.044Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-18T22:32:08.062Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38192026-06-18T22:32:08.284Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38202026-06-18T22:32:08.375Z Checking atty v0.2.14
38212026-06-18T22:32:08.390Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38222026-06-18T22:32:08.407Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-06-18T22:32:08.475Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38242026-06-18T22:32:08.566Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-06-18T22:32:08.691Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-18T22:32:08.710Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-06-18T22:32:08.738Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38282026-06-18T22:32:08.866Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-06-18T22:32:08.958Z Checking hyper-staticfile v0.10.1
38302026-06-18T22:32:09.060Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-18T22:32:09.075Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-18T22:32:09.246Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-18T22:32:09.321Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-18T22:32:09.519Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-06-18T22:32:09.616Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-18T22:32:09.806Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-18T22:32:10.120Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-18T22:32:10.697Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-18T22:32:11.178Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-18T22:32:11.596Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-18T22:32:11.940Z Checking progenitor v0.13.0
38422026-06-18T22:32:12.083Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-18T22:32:13.993Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-18T22:32:17.393Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-18T22:32:28.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.29s
38462026-06-18T22:32:28.555Z
38472026-06-18T22:32:28.555Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38482026-06-18T22:32:29.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-18T22:32:29.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-18T22:32:29.272Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-18T22:32:39.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38522026-06-18T22:32:40.165Z
38532026-06-18T22:32:40.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38542026-06-18T22:32:40.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-18T22:32:40.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-18T22:32:40.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-18T22:32:51.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38582026-06-18T22:32:51.810Z
38592026-06-18T22:32:51.810Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38602026-06-18T22:32:52.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-18T22:32:52.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-18T22:32:52.538Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-18T22:33:03.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38642026-06-18T22:33:03.468Z
38652026-06-18T22:33:03.469Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38662026-06-18T22:33:03.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-18T22:33:03.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-18T22:33:04.185Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-18T22:33:14.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38702026-06-18T22:33:15.070Z
38712026-06-18T22:33:15.070Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38722026-06-18T22:33:15.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-18T22:33:15.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-18T22:33:15.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-18T22:33:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38762026-06-18T22:33:26.663Z
38772026-06-18T22:33:26.663Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38782026-06-18T22:33:27.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-18T22:33:27.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-18T22:33:27.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-18T22:33:38.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38822026-06-18T22:33:38.350Z
38832026-06-18T22:33:38.350Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38842026-06-18T22:33:38.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-18T22:33:38.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-18T22:33:39.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-18T22:33:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38882026-06-18T22:33:49.996Z
38892026-06-18T22:33:49.996Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38902026-06-18T22:33:50.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-18T22:33:50.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-18T22:33:50.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-18T22:33:50.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-18T22:33:50.524Z
38952026-06-18T22:33:50.524Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38962026-06-18T22:33:50.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-18T22:33:50.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-18T22:33:50.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-18T22:33:50.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-06-18T22:33:51.058Z
39012026-06-18T22:33:51.058Zinfo: running `cargo check --bins` on range-requests (213/296)
39022026-06-18T22:33:51.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-18T22:33:51.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-18T22:33:51.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-18T22:33:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-18T22:33:51.584Z
39072026-06-18T22:33:51.584Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39082026-06-18T22:33:52.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-18T22:33:52.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-18T22:33:52.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-18T22:33:52.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-06-18T22:33:52.103Z
39132026-06-18T22:33:52.103Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39142026-06-18T22:33:52.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-18T22:33:52.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-18T22:33:52.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-18T22:33:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-18T22:33:52.643Z
39192026-06-18T22:33:52.643Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39202026-06-18T22:33:53.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-18T22:33:53.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-18T22:33:53.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-18T22:33:53.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-18T22:33:53.186Z
39252026-06-18T22:33:53.186Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39262026-06-18T22:33:53.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-18T22:33:53.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-18T22:33:53.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-18T22:33:53.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-18T22:33:53.733Z
39312026-06-18T22:33:53.733Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39322026-06-18T22:33:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-18T22:33:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-18T22:33:54.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-18T22:33:54.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-18T22:33:54.285Z
39372026-06-18T22:33:54.285Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39382026-06-18T22:33:54.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-18T22:33:54.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-18T22:33:54.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-18T22:33:54.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-18T22:33:54.838Z
39432026-06-18T22:33:54.838Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39442026-06-18T22:33:55.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-18T22:33:55.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-18T22:33:55.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-18T22:33:55.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-18T22:33:55.387Z
39492026-06-18T22:33:55.387Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39502026-06-18T22:33:55.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-18T22:33:55.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-18T22:33:55.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-18T22:33:55.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-18T22:33:55.932Z
39552026-06-18T22:33:55.932Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39562026-06-18T22:33:56.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-18T22:33:56.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-18T22:33:56.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-18T22:33:56.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-18T22:33:56.479Z
39612026-06-18T22:33:56.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39622026-06-18T22:33:56.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-18T22:33:56.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-18T22:33:56.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-18T22:33:56.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-18T22:33:57.031Z
39672026-06-18T22:33:57.031Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39682026-06-18T22:33:57.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-18T22:33:57.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-18T22:33:57.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-18T22:33:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-06-18T22:33:57.583Z
39732026-06-18T22:33:57.583Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39742026-06-18T22:33:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-18T22:33:58.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-18T22:33:58.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-18T22:33:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-06-18T22:33:58.155Z
39792026-06-18T22:33:58.155Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39802026-06-18T22:33:58.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-18T22:33:58.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-18T22:33:58.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-18T22:33:58.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39842026-06-18T22:33:58.710Z
39852026-06-18T22:33:58.711Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39862026-06-18T22:33:59.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-18T22:33:59.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-18T22:33:59.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-18T22:33:59.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-06-18T22:33:59.278Z
39912026-06-18T22:33:59.278Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39922026-06-18T22:33:59.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-18T22:33:59.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-18T22:33:59.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-18T22:33:59.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-06-18T22:33:59.853Z
39972026-06-18T22:33:59.853Zinfo: running `cargo check --bins` on update-common (229/296)
39982026-06-18T22:34:00.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-18T22:34:00.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-18T22:34:00.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-18T22:34:00.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-06-18T22:34:00.387Z
40032026-06-18T22:34:00.388Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40042026-06-18T22:34:00.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-18T22:34:00.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-18T22:34:00.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-18T22:34:00.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40082026-06-18T22:34:00.966Z
40092026-06-18T22:34:00.966Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40102026-06-18T22:34:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-18T22:34:01.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-18T22:34:01.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-18T22:34:01.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40142026-06-18T22:34:01.476Z
40152026-06-18T22:34:01.476Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40162026-06-18T22:34:01.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-18T22:34:01.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-18T22:34:02.195Z Compiling fs-err v2.11.0
40192026-06-18T22:34:02.198Z Checking ignore v0.4.25
40202026-06-18T22:34:02.198Z Checking arc-swap v1.8.2
40212026-06-18T22:34:02.323Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-18T22:34:02.326Z Checking predicates-tree v1.0.13
40232026-06-18T22:34:02.329Z Checking parse-size v1.1.0
40242026-06-18T22:34:02.349Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-18T22:34:02.360Z Checking rand_seeder v0.4.0
40262026-06-18T22:34:02.419Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-18T22:34:02.451Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-18T22:34:02.500Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-18T22:34:02.519Z Checking slog-scope v4.4.1
40302026-06-18T22:34:02.552Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-06-18T22:34:02.645Z Compiling petname v2.0.2
40322026-06-18T22:34:02.659Z Checking slog-stdlog v4.1.1
40332026-06-18T22:34:02.672Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-18T22:34:02.691Z Checking globwalk v0.9.1
40352026-06-18T22:34:02.743Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-18T22:34:02.775Z Checking slog-envlogger v2.2.0
40372026-06-18T22:34:02.870Z Checking camino-tempfile-ext v0.3.3
40382026-06-18T22:34:02.926Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-18T22:34:02.944Z Checking sapling-renderdag v0.1.0
40402026-06-18T22:34:03.064Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-18T22:34:03.115Z Checking subprocess v0.2.15
40422026-06-18T22:34:03.187Z Checking sync-ptr v0.1.4
40432026-06-18T22:34:03.279Z Checking colored v2.2.0
40442026-06-18T22:34:03.305Z Checking assert_matches v1.5.0
40452026-06-18T22:34:03.396Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-18T22:34:03.555Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40472026-06-18T22:34:03.555Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-18T22:34:04.209Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-18T22:34:05.556Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-18T22:34:07.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40512026-06-18T22:34:07.941Z
40522026-06-18T22:34:07.942Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40532026-06-18T22:34:08.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-18T22:34:08.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-18T22:34:08.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-18T22:34:08.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-18T22:34:08.451Z
40582026-06-18T22:34:08.451Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40592026-06-18T22:34:08.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-18T22:34:08.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-18T22:34:08.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-18T22:34:08.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-18T22:34:08.990Z
40642026-06-18T22:34:08.990Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40652026-06-18T22:34:09.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-18T22:34:09.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-18T22:34:09.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-18T22:34:09.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40692026-06-18T22:34:09.568Z
40702026-06-18T22:34:09.568Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40712026-06-18T22:34:10.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-18T22:34:10.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-18T22:34:10.229Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-06-18T22:34:10.229Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-06-18T22:34:10.862Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-18T22:34:12.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40772026-06-18T22:34:12.600Z
40782026-06-18T22:34:12.600Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40792026-06-18T22:34:13.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-18T22:34:13.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-18T22:34:13.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-18T22:34:13.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-06-18T22:34:13.127Z
40842026-06-18T22:34:13.127Zinfo: running `cargo check --bins` on cert-dev (238/296)
40852026-06-18T22:34:13.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-18T22:34:13.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-18T22:34:13.677Z Checking yasna v0.5.2
40882026-06-18T22:34:14.076Z Checking rcgen v0.12.1
40892026-06-18T22:34:14.323Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-18T22:34:14.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40912026-06-18T22:34:14.674Z
40922026-06-18T22:34:14.675Zinfo: running `cargo check --bins` on clickana (239/296)
40932026-06-18T22:34:15.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-18T22:34:15.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-18T22:34:15.257Z Compiling darling_core v0.23.0
40962026-06-18T22:34:15.359Z Compiling instability v0.3.11
40972026-06-18T22:34:15.365Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-18T22:34:15.369Z Checking castaway v0.2.4
40992026-06-18T22:34:15.374Z Compiling indoc v2.0.7
41002026-06-18T22:34:15.377Z Checking unicode-truncate v1.1.0
41012026-06-18T22:34:15.392Z Checking lru v0.12.5
41022026-06-18T22:34:15.395Z Checking cassowary v0.3.0
41032026-06-18T22:34:15.461Z Checking compact_str v0.8.1
41042026-06-18T22:34:16.702Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-18T22:34:16.791Z Compiling darling_macro v0.23.0
41062026-06-18T22:34:16.879Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-18T22:34:17.200Z Compiling darling v0.23.0
41082026-06-18T22:34:17.825Z Checking ratatui v0.29.0
41092026-06-18T22:34:18.878Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-18T22:34:19.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41112026-06-18T22:34:19.703Z
41122026-06-18T22:34:19.703Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41132026-06-18T22:34:20.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-18T22:34:20.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-18T22:34:20.362Z Checking headers-core v0.3.0
41162026-06-18T22:34:20.366Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-18T22:34:20.553Z Checking headers v0.4.1
41182026-06-18T22:34:20.922Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-18T22:34:21.787Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-18T22:34:22.286Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-18T22:34:22.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41222026-06-18T22:34:22.874Z
41232026-06-18T22:34:22.874Zinfo: running `cargo check --bins` on ch-dev (241/296)
41242026-06-18T22:34:23.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-18T22:34:23.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-18T22:34:23.519Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-18T22:34:24.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41282026-06-18T22:34:24.433Z
41292026-06-18T22:34:24.433Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41302026-06-18T22:34:24.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-18T22:34:24.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-18T22:34:24.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-18T22:34:24.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41342026-06-18T22:34:24.827Z
41352026-06-18T22:34:24.827Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41362026-06-18T22:34:25.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-18T22:34:25.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-18T22:34:25.492Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-18T22:34:26.469Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-18T22:34:26.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41412026-06-18T22:34:26.982Z
41422026-06-18T22:34:26.982Zinfo: running `cargo check --bins` on db-dev (244/296)
41432026-06-18T22:34:27.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-18T22:34:27.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-18T22:34:27.643Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-18T22:34:28.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41472026-06-18T22:34:28.560Z
41482026-06-18T22:34:28.560Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41492026-06-18T22:34:29.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-18T22:34:29.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-18T22:34:29.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-18T22:34:29.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-06-18T22:34:29.120Z
41542026-06-18T22:34:29.120Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41552026-06-18T22:34:29.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-18T22:34:29.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-18T22:34:29.668Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-18T22:34:30.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41592026-06-18T22:34:30.520Z
41602026-06-18T22:34:30.520Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41612026-06-18T22:34:30.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-18T22:34:31.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-18T22:34:31.205Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-18T22:34:31.206Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-18T22:34:31.209Z Checking git-stub v1.0.0
41662026-06-18T22:34:31.209Z Compiling trait-variant v0.1.2
41672026-06-18T22:34:31.209Z Checking maplit v1.0.2
41682026-06-18T22:34:31.325Z Checking is_ci v1.2.0
41692026-06-18T22:34:31.331Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-18T22:34:31.356Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-18T22:34:31.388Z Checking drift v0.2.0
41722026-06-18T22:34:31.422Z Checking supports-color v3.0.2
41732026-06-18T22:34:31.454Z Checking git-stub-vcs v0.1.0
41742026-06-18T22:34:31.543Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-18T22:34:31.569Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41762026-06-18T22:34:31.582Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-06-18T22:34:31.648Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41782026-06-18T22:34:31.740Z Checking dropshot-api-manager v0.7.2
41792026-06-18T22:34:31.780Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-18T22:34:31.825Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-18T22:34:31.851Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-18T22:34:32.067Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-18T22:34:32.584Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-18T22:34:33.524Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-18T22:34:34.677Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-18T22:34:35.274Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-18T22:34:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41882026-06-18T22:34:35.892Z
41892026-06-18T22:34:35.892Zinfo: running `cargo check --bins` on installinator-api (248/296)
41902026-06-18T22:34:36.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-18T22:34:36.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-18T22:34:36.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-18T22:34:36.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41942026-06-18T22:34:36.415Z
41952026-06-18T22:34:36.415Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41962026-06-18T22:34:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-18T22:34:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-18T22:34:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-18T22:34:36.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-18T22:34:36.978Z
42012026-06-18T22:34:36.978Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42022026-06-18T22:34:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-18T22:34:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-18T22:34:37.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-18T22:34:37.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-06-18T22:34:37.551Z
42072026-06-18T22:34:37.551Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42082026-06-18T22:34:38.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-18T22:34:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-18T22:34:38.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-18T22:34:38.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-06-18T22:34:38.117Z
42132026-06-18T22:34:38.117Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42142026-06-18T22:34:38.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-18T22:34:38.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-18T22:34:38.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-18T22:34:38.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-18T22:34:38.638Z
42192026-06-18T22:34:38.638Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42202026-06-18T22:34:39.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-18T22:34:39.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-18T22:34:39.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-18T22:34:39.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42242026-06-18T22:34:39.152Z
42252026-06-18T22:34:39.153Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42262026-06-18T22:34:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-18T22:34:39.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-18T22:34:39.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-18T22:34:39.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-18T22:34:39.693Z
42312026-06-18T22:34:39.693Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42322026-06-18T22:34:40.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-18T22:34:40.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-18T22:34:40.245Z Checking typeid v1.0.3
42352026-06-18T22:34:40.350Z Checking ordered-float v2.10.1
42362026-06-18T22:34:40.368Z Checking unicode-xid v0.2.6
42372026-06-18T22:34:40.379Z Checking cargo-platform v0.2.0
42382026-06-18T22:34:40.389Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-18T22:34:40.418Z Checking erased-serde v0.4.9
42402026-06-18T22:34:40.556Z Checking serde-value v0.7.0
42412026-06-18T22:34:40.735Z Checking serde-untagged v0.1.9
42422026-06-18T22:34:40.893Z Checking cargo-util-schemas v0.8.2
42432026-06-18T22:34:41.579Z Checking cargo_metadata v0.21.0
42442026-06-18T22:34:42.186Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-18T22:34:42.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42462026-06-18T22:34:43.095Z
42472026-06-18T22:34:43.095Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42482026-06-18T22:34:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-18T22:34:43.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-18T22:34:43.769Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-18T22:34:44.380Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-18T22:34:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42532026-06-18T22:34:45.055Z
42542026-06-18T22:34:45.055Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42552026-06-18T22:34:45.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-18T22:34:45.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-18T22:34:45.951Z Compiling vergen-lib v0.1.6
42582026-06-18T22:34:45.951Z Compiling diesel_derives v2.3.7
42592026-06-18T22:34:45.951Z Compiling dsl_auto_type v0.2.0
42602026-06-18T22:34:45.955Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-18T22:34:45.955Z Checking scheduled-thread-pool v0.2.7
42622026-06-18T22:34:45.955Z Compiling vergen-gitcl v1.0.8
42632026-06-18T22:34:45.955Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-18T22:34:45.955Z Compiling dirs-sys-next v0.1.2
42652026-06-18T22:34:46.265Z Compiling crunchy v0.2.4
42662026-06-18T22:34:46.278Z Compiling glob v0.3.3
42672026-06-18T22:34:46.293Z Checking r2d2 v0.8.10
42682026-06-18T22:34:46.326Z Compiling dirs-next v2.0.0
42692026-06-18T22:34:46.387Z Compiling tiny-keccak v2.0.2
42702026-06-18T22:34:46.448Z Checking downcast-rs v2.0.2
42712026-06-18T22:34:46.469Z Compiling term v0.7.0
42722026-06-18T22:34:46.600Z Compiling bit-vec v0.6.3
42732026-06-18T22:34:46.663Z Compiling clang-sys v1.8.1
42742026-06-18T22:34:46.728Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-06-18T22:34:46.845Z Compiling bit-set v0.5.3
42762026-06-18T22:34:46.920Z Compiling ascii-canvas v3.0.0
42772026-06-18T22:34:47.021Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-18T22:34:47.037Z Compiling itertools v0.10.5
42792026-06-18T22:34:47.068Z Compiling ena v0.14.4
42802026-06-18T22:34:47.087Z Compiling libloading v0.8.9
42812026-06-18T22:34:47.155Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42822026-06-18T22:34:47.174Z Compiling regex-syntax v0.6.29
42832026-06-18T22:34:47.191Z Compiling bindgen v0.71.1
42842026-06-18T22:34:47.285Z Compiling diff v0.1.13
42852026-06-18T22:34:47.577Z Compiling cexpr v0.6.0
42862026-06-18T22:34:47.635Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-18T22:34:47.736Z Compiling rustc-hash v2.1.1
42882026-06-18T22:34:47.875Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-18T22:34:48.022Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-18T22:34:48.122Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-18T22:34:48.269Z Compiling libxml v0.3.3
42922026-06-18T22:34:48.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-18T22:34:48.386Z Compiling strum_macros v0.24.3
42942026-06-18T22:34:48.524Z Compiling lalrpop v0.19.12
42952026-06-18T22:34:48.541Z Compiling indoc v1.0.9
42962026-06-18T22:34:49.284Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-18T22:34:49.484Z Checking derive_builder v0.20.2
42982026-06-18T22:34:49.605Z Compiling oso-derive v0.27.3
42992026-06-18T22:34:49.734Z Checking quick-xml v0.37.5
43002026-06-18T22:34:49.776Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-18T22:34:50.109Z Checking openssl-probe v0.1.6
43022026-06-18T22:34:50.255Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-18T22:34:50.633Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-18T22:34:50.828Z Checking bb8 v0.8.6
43052026-06-18T22:34:51.007Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-18T22:34:51.027Z Compiling libz-sys v1.1.24
43072026-06-18T22:34:51.106Z Checking nonempty v0.12.0
43082026-06-18T22:34:51.228Z Compiling strsim v0.10.0
43092026-06-18T22:34:51.275Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-18T22:34:51.328Z Compiling vergen-git2 v9.1.0
43112026-06-18T22:34:51.473Z Compiling darling_core v0.13.4
43122026-06-18T22:34:51.592Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-18T22:34:51.643Z Compiling base64 v0.21.7
43142026-06-18T22:34:51.788Z Compiling rustls v0.21.12
43152026-06-18T22:34:51.985Z Compiling ron v0.8.1
43162026-06-18T22:34:52.092Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-06-18T22:34:52.170Z Checking diesel v2.3.7
43182026-06-18T22:34:53.005Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-18T22:34:53.079Z Checking rustls-webpki v0.101.7
43202026-06-18T22:34:53.200Z Checking sct v0.7.1
43212026-06-18T22:34:53.373Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-18T22:34:53.420Z Compiling darling_macro v0.13.4
43232026-06-18T22:34:53.893Z Compiling darling v0.13.4
43242026-06-18T22:34:53.990Z Compiling serde_with_macros v1.5.2
43252026-06-18T22:34:54.225Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-18T22:34:54.730Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43272026-06-18T22:34:54.830Z Compiling serde_with v1.14.0
43282026-06-18T22:34:55.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-18T22:34:55.992Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-18T22:34:56.476Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-18T22:34:57.132Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-06-18T22:34:57.334Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-18T22:34:57.532Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-18T22:34:57.549Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-06-18T22:34:57.553Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43362026-06-18T22:34:57.722Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43372026-06-18T22:34:57.744Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-06-18T22:34:57.968Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-06-18T22:34:57.983Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-06-18T22:34:57.999Z Checking tokio-rustls v0.24.1
43412026-06-18T22:34:58.202Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-06-18T22:34:58.782Z Checking rustls-pemfile v1.0.4
43432026-06-18T22:34:58.818Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-06-18T22:34:58.928Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-06-18T22:34:59.054Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-18T22:34:59.120Z Checking twox-hash v2.1.2
43472026-06-18T22:34:59.392Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-06-18T22:34:59.427Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-06-18T22:34:59.466Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-06-18T22:34:59.863Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-18T22:35:00.023Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-18T22:35:01.138Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-06-18T22:35:01.282Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43542026-06-18T22:35:01.455Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43552026-06-18T22:35:01.818Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43562026-06-18T22:35:01.938Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-06-18T22:35:02.143Z Checking console v0.16.2
43582026-06-18T22:35:02.463Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-06-18T22:35:02.614Z Checking fatfs v0.3.6
43602026-06-18T22:35:02.816Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-06-18T22:35:03.079Z Checking unit-prefix v0.5.2
43622026-06-18T22:35:03.220Z Compiling seq-macro v0.3.6
43632026-06-18T22:35:03.726Z Checking indicatif v0.18.4
43642026-06-18T22:35:04.150Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-06-18T22:35:04.169Z Checking support-bundle-viewer v0.1.2
43662026-06-18T22:35:04.413Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43672026-06-18T22:35:04.497Z Checking multimap v0.10.1
43682026-06-18T22:35:10.265Z Checking diesel-dtrace v0.5.0
43692026-06-18T22:35:10.523Z Checking async-bb8-diesel v0.2.1
43702026-06-18T22:35:13.932Z Compiling samael v0.0.19
43712026-06-18T22:35:18.996Z Compiling git2 v0.20.4
43722026-06-18T22:35:20.480Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-06-18T22:35:20.496Z Compiling polar-core v0.27.3
43742026-06-18T22:35:21.452Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43752026-06-18T22:35:25.014Z Checking oso v0.27.3
43762026-06-18T22:35:53.034Zerror[E0425]: cannot find type `SitrepBuilder` in this scope
43772026-06-18T22:35:53.034Z --> nexus/fm/src/diagnosis/mod.rs:13:30
43782026-06-18T22:35:53.034Z |
43792026-06-18T22:35:53.034Z13 | pub fn analyze(builder: &mut SitrepBuilder<'_>) -> anyhow::Result<()> {
43802026-06-18T22:35:53.034Z | ^^^^^^^^^^^^^ not found in this scope
43812026-06-18T22:35:53.034Z |
43822026-06-18T22:35:53.034Zhelp: consider importing this struct through its public re-export
43832026-06-18T22:35:53.034Z |
43842026-06-18T22:35:53.034Z10 + use crate::SitrepBuilder;
43852026-06-18T22:35:53.034Z |
43862026-06-18T22:35:53.035Z
43872026-06-18T22:35:53.039Zwarning: unused import: `crate::analysis_input::Input`
43882026-06-18T22:35:53.039Z --> nexus/fm/src/diagnosis/power_shelf.rs:6:5
43892026-06-18T22:35:53.039Z |
43902026-06-18T22:35:53.039Z6 | use crate::analysis_input::Input;
43912026-06-18T22:35:53.039Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43922026-06-18T22:35:53.039Z |
43932026-06-18T22:35:53.039Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
43942026-06-18T22:35:53.039Z
43952026-06-18T22:35:53.497ZFor more information about this error, try `rustc --explain E0425`.
43962026-06-18T22:35:53.556Zwarning: `nexus-fm` (lib) generated 1 warning
43972026-06-18T22:35:53.556Zerror: could not compile `nexus-fm` (lib) due to 1 previous error; 1 warning emitted
43982026-06-18T22:35:53.559Zwarning: build failed, waiting for other jobs to finish...
43992026-06-18T22:35:55.131Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
44002026-06-18T22:35:55.134ZError: cargo-hack install failed: exit status: 1
44012026-06-18T22:35:55.137Z
44022026-06-18T22:35:55.138Zreal 8:04.425852120
44032026-06-18T22:35:55.138Zuser 14:56.192389587
44042026-06-18T22:35:55.138Zsys 3:17.270914771
44052026-06-18T22:35:55.138Ztrap 0.294564329
44062026-06-18T22:35:55.138Ztflt 0.667414876
44072026-06-18T22:35:55.138Zdflt 1.062113376
44082026-06-18T22:35:55.138Zkflt 0.004810800
44092026-06-18T22:35:55.138Zlock 48:36.528610681
44102026-06-18T22:35:55.138Zslp 1:04:48.169815331
44112026-06-18T22:35:55.138Zlat 51.047608129
44122026-06-18T22:35:55.138Zstop 3:00.998739472
44132026-06-18T22:35:55.138Zprocess exited: duration 612170 ms, exit code 1
 
44142026-06-18T22:35:55.145Zfound 0 output files