01KT1T8FBEXV7GT9AKM55K9QA3: 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: 01KT1T900A5598ME2R3KQ75R2T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T14:45:04.736Zjob assigned to worker 01KT1T965QFCFPBK41C7FZ800T [factory aws, i-0f9e648e3ec1b1f17] (queued for 48 s)
 
22026-06-01T14:45:11.939Zstarting task 0: "setup"
32026-06-01T14:45:11.943Z++ uname -s
42026-06-01T14:45:11.946Z+ kern=SunOS
52026-06-01T14:45:11.946Z+ build_user=build
62026-06-01T14:45:11.946Z+ build_uid=12345
72026-06-01T14:45:11.946Z+ work_dir=/work
82026-06-01T14:45:11.946Z+ input_dir=/input
92026-06-01T14:45:11.946Z+ [[ 0 == 12345 ]]
102026-06-01T14:45:11.946Z+ case "$kern" in
112026-06-01T14:45:11.946Z+ groupadd -g 12345 build
122026-06-01T14:45:11.953Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T14:45:13.963Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T14:45:14.057Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T14:45:14.059Z+ home_fs=zfs
162026-06-01T14:45:14.059Z+ [[ zfs == autofs ]]
172026-06-01T14:45:14.060Z+ mkdir -p /home/build
182026-06-01T14:45:14.060Z+ chown build:build /home/build /work
192026-06-01T14:45:16.063Z+ chmod 0700 /home/build /work
202026-06-01T14:45:16.066Zprocess exited: duration 4124 ms, exit code 0
 
212026-06-01T14:45:16.077Zstarting task 1: "rust-toolchain"
222026-06-01T14:45:16.087Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-01T14:45:16.087Z * rust toolchain channel = "1.94.0"
242026-06-01T14:45:16.087Z * rust toolchain profile = "default"
252026-06-01T14:45:16.087Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-01T14:45:16.087Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T14:45:16.087Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T14:45:16.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T14:45:16.092Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T14:45:16.185Zinfo: downloading installer
312026-06-01T14:45:17.433Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T14:45:17.433Zwarn: /home/build/.rustup/settings.toml
332026-06-01T14:45:17.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T14:45:17.438Zwarn: instead of the one inferred from the default host triple.
352026-06-01T14:45:17.438Zinfo: profile set to default
362026-06-01T14:45:17.438Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T14:45:17.438Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T14:45:17.559Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T14:45:17.563Zinfo: downloading 6 components
402026-06-01T14:45:34.089Z
412026-06-01T14:45:34.089Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-01T14:45:34.141Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T14:45:34.141Z
442026-06-01T14:45:34.141Z
452026-06-01T14:45:34.141ZRust is installed now. Great!
462026-06-01T14:45:34.141Z
472026-06-01T14:45:34.141ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T14:45:34.141Zenvironment variable. This has not been done automatically.
492026-06-01T14:45:34.141Z
502026-06-01T14:45:34.141ZTo configure your current shell, you need to source
512026-06-01T14:45:34.141Zthe corresponding env file under $HOME/.cargo.
522026-06-01T14:45:34.142Z
532026-06-01T14:45:34.142ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T14:45:34.225Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T14:45:34.225Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T14:45:34.225Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T14:45:34.225Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T14:45:34.225Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T14:45:34.225Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T14:45:34.225Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T14:45:34.225Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T14:45:34.242Z+ rustup --version
632026-06-01T14:45:34.242Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T14:45:34.242Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T14:45:34.251Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T14:45:34.251Z+ cargo --version
672026-06-01T14:45:34.256Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T14:45:34.261Z+ rustc --version
692026-06-01T14:45:34.276Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T14:45:34.280Zprocess exited: duration 18202 ms, exit code 0
 
712026-06-01T14:45:34.285Zstarting task 2: "authentication"
722026-06-01T14:45:34.301Zprocess exited: duration 16 ms, exit code 0
 
732026-06-01T14:45:34.307Zstarting task 3: "clone repository"
742026-06-01T14:45:34.310Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T14:45:34.312Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T14:45:34.346ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T14:45:45.154Z+ cd /work/oxidecomputer/omicron
782026-06-01T14:45:45.154Z+ git fetch origin b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
792026-06-01T14:45:45.424ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T14:45:45.424Z * branch b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 -> FETCH_HEAD
812026-06-01T14:45:45.433Z+ [[ -n zl/probe-multicast ]]
822026-06-01T14:45:45.436Z++ git branch --show-current
832026-06-01T14:45:45.436Z+ current=main
842026-06-01T14:45:45.436Z+ [[ main != zl/probe-multicast ]]
852026-06-01T14:45:45.436Z+ git branch -f zl/probe-multicast b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
862026-06-01T14:45:45.439Z+ git checkout -f zl/probe-multicast
872026-06-01T14:45:45.679ZSwitched to branch 'zl/probe-multicast'
882026-06-01T14:45:45.684Z+ git reset --hard b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
892026-06-01T14:45:45.938ZHEAD is now at b73c7be4a [probe,multicast] enroll probes as mcast group members
902026-06-01T14:45:45.941Zprocess exited: duration 11633 ms, exit code 0
 
912026-06-01T14:45:45.947Zstarting task 4: "build"
922026-06-01T14:45:45.951Z+ source .github/buildomat/ci-env.sh
932026-06-01T14:45:45.954Z++ export CARGO_TERM_COLOR=always
942026-06-01T14:45:45.954Z++ CARGO_TERM_COLOR=always
952026-06-01T14:45:45.954Z+ cargo --version
962026-06-01T14:45:45.961Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-01T14:45:45.964Z+ rustc --version
982026-06-01T14:45:45.984Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-01T14:45:45.987Z+ source ./env.sh
1002026-06-01T14:45:45.987Z++ OLD_SHELL_OPTS=ehxB
1012026-06-01T14:45:45.987Z++ set -o xtrace
1022026-06-01T14:45:45.989Z++++ dirname ./env.sh
1032026-06-01T14:45:45.996Z+++ readlink -f .
1042026-06-01T14:45:45.999Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-01T14:45:46.002Z++ 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-01T14:45:46.002Z++ 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-01T14:45:46.002Z++ 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-01T14:45:46.002Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ 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-01T14:45:46.003Z++ case $OLD_SHELL_OPTS in
1162026-06-01T14:45:46.003Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-01T14:45:46.003Z+ 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-01T14:45:46.003Z+ 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-01T14:45:46.003Z+ banner prerequisites
1202026-06-01T14:45:46.003Z
1212026-06-01T14:45:46.003Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-01T14:45:46.003Z # # # # # # # # # # # # # # #
1232026-06-01T14:45:46.003Z # # # # ##### # # ##### # # # # # #### #
1242026-06-01T14:45:46.003Z ##### ##### # ##### # # # # # # # # #
1252026-06-01T14:45:46.003Z # # # # # # # # # # # # # # #
1262026-06-01T14:45:46.003Z # # # ###### # # ###### ### # #### # #### #
1272026-06-01T14:45:46.003Z
1282026-06-01T14:45:46.003Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-01T14:45:47.593Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-01T14:45:47.669Z Startup: Caching catalogs ... Done
1312026-06-01T14:45:47.961ZPlanning: Solver setup ... Done (0.254s)
1322026-06-01T14:45:47.981ZPlanning: Running solver ... Done (0.020s)
1332026-06-01T14:45:47.993ZPlanning: Finding local manifests ... Done (0.009s)
1342026-06-01T14:45:48.004ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-01T14:45:48.022ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-01T14:45:48.035ZPlanning: Package planning ... Done (0.013s)
1372026-06-01T14:45:48.038ZPlanning: Merging actions ... Done (0.002s)
1382026-06-01T14:45:48.223ZPlanning: Checking for conflicting actions ... Done (0.186s)
1392026-06-01T14:45:48.226ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-01T14:45:49.010ZPlanning: Evaluating mediators ... Done (0.786s)
1412026-06-01T14:45:49.013ZPlanning: Planning completed in 1.32 seconds
1422026-06-01T14:45:49.018Z Packages to install: 2
1432026-06-01T14:45:49.018Z Estimated space available: 156.07 GB
1442026-06-01T14:45:49.021ZEstimated space to be consumed: 23.93 MB
1452026-06-01T14:45:49.021Z Create boot environment: No
1462026-06-01T14:45:49.021ZCreate backup boot environment: No
1472026-06-01T14:45:49.021Z Rebuild boot archive: No
1482026-06-01T14:45:49.021Z
1492026-06-01T14:45:49.021ZChanged packages:
1502026-06-01T14:45:49.021Zhelios
1512026-06-01T14:45:49.021Z developer/build-essential
1522026-06-01T14:45:49.021Z None -> 11-3.0
1532026-06-01T14:45:49.021Z library/libxmlsec1
1542026-06-01T14:45:49.021Z None -> 1.2.35-3.0
1552026-06-01T14:45:49.040Z
1562026-06-01T14:45:49.040ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-01T14:45:49.724ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1582026-06-01T14:45:49.802Z Actions: 1/268 actions (Installing new actions)
1592026-06-01T14:45:49.840Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-01T14:45:49.848ZFinalize: Updating package state database ... Done (0.007s)
1612026-06-01T14:45:49.848ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-01T14:45:49.868ZFinalize: Updating image state ... Done (0.020s)
1632026-06-01T14:45:52.223ZFinalize: Creating fast lookup database ... Done (2.332s)
1642026-06-01T14:45:52.310ZFinalize: Reading search index ... Done (0.030s)
1652026-06-01T14:45:52.313ZFinalize: Updating search index ... Done (0.000s)
1662026-06-01T14:45:52.414ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-01T14:45:52.718ZPlanning: Evaluating mediator changes ... Done
1682026-06-01T14:45:52.822ZPlanning: Checking for conflicting actions ... Done
1692026-06-01T14:45:52.825ZPlanning: Consolidating action changes ... Done
1702026-06-01T14:45:52.979ZPlanning: Evaluating mediators ... Done
1712026-06-01T14:45:52.982ZPlanning: Planning completed in 0.26 seconds
1722026-06-01T14:45:53.002Z Mediators to change: 2
1732026-06-01T14:45:53.002Z Create boot environment: No
1742026-06-01T14:45:53.002ZCreate backup boot environment: No
1752026-06-01T14:45:53.055ZFinalize: Updating package state database ... Done
1762026-06-01T14:45:53.055ZFinalize: Updating package cache ... Done
1772026-06-01T14:45:53.066ZFinalize: Updating image state ... Done
1782026-06-01T14:45:55.028ZFinalize: Creating fast lookup database ... Done
1792026-06-01T14:45:55.092ZFinalize: Reading search index ... Done
1802026-06-01T14:45:55.095ZFinalize: Updating search index ... Done
1812026-06-01T14:45:55.190ZFinalize: Updating package cache ... Done
1822026-06-01T14:45:55.478ZPlanning: Evaluating mediator changes ... Done
1832026-06-01T14:45:55.585ZPlanning: Checking for conflicting actions ... Done
1842026-06-01T14:45:55.588ZPlanning: Consolidating action changes ... Done
1852026-06-01T14:45:55.746ZPlanning: Evaluating mediators ... Done
1862026-06-01T14:45:55.750ZPlanning: Planning completed in 0.27 seconds
1872026-06-01T14:45:55.769Z Mediators to change: 1
1882026-06-01T14:45:55.769Z Create boot environment: No
1892026-06-01T14:45:55.769ZCreate backup boot environment: No
1902026-06-01T14:45:55.824ZFinalize: Updating package state database ... Done
1912026-06-01T14:45:55.824ZFinalize: Updating package cache ... Done
1922026-06-01T14:45:55.836ZFinalize: Updating image state ... Done
1932026-06-01T14:45:57.789ZFinalize: Creating fast lookup database ... Done
1942026-06-01T14:45:57.853ZFinalize: Reading search index ... Done
1952026-06-01T14:45:57.856ZFinalize: Updating search index ... Done
1962026-06-01T14:45:58.002ZFinalize: Updating package cache ... Done
1972026-06-01T14:45:58.319ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-01T14:45:58.319Zapache system 2.4 system
1992026-06-01T14:45:58.319Zclang system 15 system
2002026-06-01T14:45:58.319Zcsh system system illumos
2012026-06-01T14:45:58.319Zctags system system illumos
2022026-06-01T14:45:58.319Zfile vendor vendor darwinsys
2032026-06-01T14:45:58.319Zfile system system illumos
2042026-06-01T14:45:58.319Zgcc vendor 14 vendor
2052026-06-01T14:45:58.319Zgcc system 13 system
2062026-06-01T14:45:58.319Zgcc system 10 system
2072026-06-01T14:45:58.319Zgo system 1.25 system
2082026-06-01T14:45:58.319Zllvm system 15 system
2092026-06-01T14:45:58.319Zmariadb system 11.4 system
2102026-06-01T14:45:58.319Zmta vendor vendor dma
2112026-06-01T14:45:58.319Zopenjdk system 17 system
2122026-06-01T14:45:58.319Zopenjdk system 11 system
2132026-06-01T14:45:58.319Zopenssl vendor 3 vendor
2142026-06-01T14:45:58.319Zperl system 5.40 system
2152026-06-01T14:45:58.319Zpostgresql system 18 system
2162026-06-01T14:45:58.319Zpostgresql system 17 system
2172026-06-01T14:45:58.319Zpython vendor 3 vendor
2182026-06-01T14:45:58.319Zpython system 2 system
2192026-06-01T14:45:58.319Zpython3 vendor 3.13 vendor
2202026-06-01T14:45:58.319Zruby system 3.4 system
2212026-06-01T14:45:58.319Zruby system 3.0 system
2222026-06-01T14:45:58.320Zwords vendor vendor american-english
2232026-06-01T14:45:58.320Zwords system system australian-english
2242026-06-01T14:45:58.320Zwords system system british-english
2252026-06-01T14:45:58.320Zwords system system canadian-english
2262026-06-01T14:45:58.320Zwords system system french
2272026-06-01T14:45:58.320Zwords system system italian
2282026-06-01T14:45:58.320Zwords system system ngerman
2292026-06-01T14:45:58.320Zwords system system ogerman
2302026-06-01T14:45:58.320Zwords system system spanish
2312026-06-01T14:45:58.580ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-01T14:45:58.580Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-01T14:45:58.867ZFMRI IFO
2342026-06-01T14:45:58.868Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-01T14:45:58.868Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-01T14:45:58.868Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-01T14:45:58.868Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-01T14:45:58.868Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-01T14:45:58.868Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-01T14:45:58.868Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-01T14:45:58.868Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-01T14:45:58.868Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-01T14:45:59.110Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-01T14:45:59.439Z Updating crates.io index
2452026-06-01T14:45:59.442Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-01T14:45:59.747Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-01T14:46:00.666Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-01T14:46:01.725Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-01T14:46:02.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-01T14:46:03.263Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-01T14:46:04.840Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-01T14:46:05.786Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-01T14:46:06.242Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-01T14:46:07.181Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-01T14:46:07.602Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-01T14:46:08.079Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-01T14:46:08.424Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-01T14:46:09.532Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-01T14:46:10.078Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-01T14:46:10.344Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-01T14:46:10.779Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-01T14:46:11.060Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-01T14:46:11.479Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-01T14:46:11.916Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-01T14:46:12.203Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-01T14:46:12.481Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-01T14:46:12.866Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-01T14:46:13.393Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-01T14:46:13.640Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-01T14:46:14.065Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-01T14:46:14.469Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-01T14:46:14.831Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-01T14:46:15.155Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-01T14:46:16.251Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-01T14:46:17.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-01T14:46:17.531Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-01T14:46:17.831Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-01T14:46:18.328Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-01T14:46:18.609Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-01T14:46:19.030Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-01T14:46:19.352Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-01T14:46:19.960Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-01T14:46:20.246Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-01T14:46:20.523Z Updating git repository `https://github.com/oxidecomputer/omicron`
2852026-06-01T14:46:33.288Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-01T14:46:35.412Z Downloading crates ...
2872026-06-01T14:46:35.462Z Downloaded anstream v1.0.0
2882026-06-01T14:46:35.468Z Downloaded icu_provider v2.1.1
2892026-06-01T14:46:35.470Z Downloaded anstyle v1.0.14
2902026-06-01T14:46:35.473Z Downloaded thiserror v1.0.69
2912026-06-01T14:46:35.476Z Downloaded usdt-macro v0.5.0
2922026-06-01T14:46:35.476Z Downloaded serde-untagged v0.1.9
2932026-06-01T14:46:35.476Z Downloaded quote v1.0.45
2942026-06-01T14:46:35.479Z Downloaded toml_write v0.1.2
2952026-06-01T14:46:35.479Z Downloaded byteorder v1.5.0
2962026-06-01T14:46:35.481Z Downloaded crypto-common v0.1.7
2972026-06-01T14:46:35.481Z Downloaded errno v0.3.14
2982026-06-01T14:46:35.481Z Downloaded utf8parse v0.2.2
2992026-06-01T14:46:35.481Z Downloaded serde-value v0.7.0
3002026-06-01T14:46:35.484Z Downloaded thiserror-impl v1.0.69
3012026-06-01T14:46:35.484Z Downloaded ucd-trie v0.1.7
3022026-06-01T14:46:35.487Z Downloaded typeid v1.0.3
3032026-06-01T14:46:35.487Z Downloaded cfg-if v1.0.4
3042026-06-01T14:46:35.487Z Downloaded percent-encoding v2.3.2
3052026-06-01T14:46:35.489Z Downloaded generic-array v0.14.7
3062026-06-01T14:46:35.490Z Downloaded textwrap v0.16.2
3072026-06-01T14:46:35.492Z Downloaded idna_adapter v1.2.1
3082026-06-01T14:46:35.492Z Downloaded usdt-attr-macro v0.5.0
3092026-06-01T14:46:35.495Z Downloaded proc-macro-error v1.0.4
3102026-06-01T14:46:35.495Z Downloaded utf8_iter v1.0.4
3112026-06-01T14:46:35.498Z Downloaded unicode-linebreak v0.1.5
3122026-06-01T14:46:35.498Z Downloaded zerofrom v0.1.6
3132026-06-01T14:46:35.500Z Downloaded unicode-xid v0.2.6
3142026-06-01T14:46:35.500Z Downloaded toml_datetime v0.6.11
3152026-06-01T14:46:35.500Z Downloaded usdt v0.5.0
3162026-06-01T14:46:35.503Z Downloaded pretty-hex v0.4.1
3172026-06-01T14:46:35.503Z Downloaded heck v0.4.1
3182026-06-01T14:46:35.503Z Downloaded thread-id v4.2.2
3192026-06-01T14:46:35.507Z Downloaded zerofrom-derive v0.1.6
3202026-06-01T14:46:35.509Z Downloaded version_check v0.9.5
3212026-06-01T14:46:35.512Z Downloaded proc-macro-error-attr v1.0.4
3222026-06-01T14:46:35.512Z Downloaded memchr v2.8.0
3232026-06-01T14:46:35.514Z Downloaded synstructure v0.13.2
3242026-06-01T14:46:35.517Z Downloaded fastrand v2.3.0
3252026-06-01T14:46:35.517Z Downloaded thiserror v2.0.18
3262026-06-01T14:46:35.520Z Downloaded tinystr v0.8.2
3272026-06-01T14:46:35.522Z Downloaded thiserror-impl v2.0.18
3282026-06-01T14:46:35.522Z Downloaded yoke-derive v0.8.1
3292026-06-01T14:46:35.522Z Downloaded macaddr v1.0.1
3302026-06-01T14:46:35.522Z Downloaded clap_lex v1.0.0
3312026-06-01T14:46:35.525Z Downloaded smallvec v1.15.1
3322026-06-01T14:46:35.525Z Downloaded semver v1.0.28
3332026-06-01T14:46:35.525Z Downloaded plain v0.2.3
3342026-06-01T14:46:35.528Z Downloaded form_urlencoded v1.2.2
3352026-06-01T14:46:35.528Z Downloaded equivalent v1.0.2
3362026-06-01T14:46:35.530Z Downloaded usdt-impl v0.5.0
3372026-06-01T14:46:35.530Z Downloaded zmij v1.0.21
3382026-06-01T14:46:35.533Z Downloaded yoke v0.8.1
3392026-06-01T14:46:35.533Z Downloaded terminal_size v0.4.3
3402026-06-01T14:46:35.533Z Downloaded ordered-float v2.10.1
3412026-06-01T14:46:35.536Z Downloaded toml v0.8.23
3422026-06-01T14:46:35.536Z Downloaded zerovec-derive v0.11.2
3432026-06-01T14:46:35.538Z Downloaded stable_deref_trait v1.2.1
3442026-06-01T14:46:35.538Z Downloaded zerocopy-derive v0.7.35
3452026-06-01T14:46:35.541Z Downloaded dof v0.3.0
3462026-06-01T14:46:35.541Z Downloaded autocfg v1.5.0
3472026-06-01T14:46:35.541Z Downloaded heck v0.5.0
3482026-06-01T14:46:35.541Z Downloaded strsim v0.11.1
3492026-06-01T14:46:35.544Z Downloaded writeable v0.6.2
3502026-06-01T14:46:35.544Z Downloaded scroll_derive v0.12.1
3512026-06-01T14:46:35.544Z Downloaded is_terminal_polyfill v1.70.2
3522026-06-01T14:46:35.544Z Downloaded cargo-platform v0.2.0
3532026-06-01T14:46:35.546Z Downloaded block-buffer v0.10.4
3542026-06-01T14:46:35.549Z Downloaded memmap v0.7.0
3552026-06-01T14:46:35.549Z Downloaded unicode-ident v1.0.24
3562026-06-01T14:46:35.552Z Downloaded typenum v1.19.0
3572026-06-01T14:46:35.554Z Downloaded toml_edit v0.22.27
3582026-06-01T14:46:35.557Z Downloaded zerotrie v0.2.3
3592026-06-01T14:46:35.559Z Downloaded icu_normalizer v2.1.1
3602026-06-01T14:46:35.562Z Downloaded serde_spanned v0.6.9
3612026-06-01T14:46:35.562Z Downloaded dtrace-parser v0.2.0
3622026-06-01T14:46:35.564Z Downloaded url v2.5.8
3632026-06-01T14:46:35.568Z Downloaded log v0.4.29
3642026-06-01T14:46:35.584Z Downloaded sha2 v0.10.9
3652026-06-01T14:46:35.584Z Downloaded scroll v0.12.0
3662026-06-01T14:46:35.584Z Downloaded erased-serde v0.4.9
3672026-06-01T14:46:35.584Z Downloaded itoa v1.0.17
3682026-06-01T14:46:35.584Z Downloaded anstyle-query v1.1.5
3692026-06-01T14:46:35.584Z Downloaded potential_utf v0.1.4
3702026-06-01T14:46:35.584Z Downloaded zerovec v0.11.5
3712026-06-01T14:46:35.584Z Downloaded displaydoc v0.2.5
3722026-06-01T14:46:35.584Z Downloaded smawk v0.3.2
3732026-06-01T14:46:35.584Z Downloaded tabled_derive v0.7.0
3742026-06-01T14:46:35.588Z Downloaded zerocopy v0.7.35
3752026-06-01T14:46:35.592Z Downloaded swrite v0.1.0
3762026-06-01T14:46:35.596Z Downloaded winnow v0.7.14
3772026-06-01T14:46:35.599Z Downloaded digest v0.10.7
3782026-06-01T14:46:35.599Z Downloaded camino v1.2.2
3792026-06-01T14:46:35.602Z Downloaded bytecount v0.6.9
3802026-06-01T14:46:35.602Z Downloaded anstyle-parse v1.0.0
3812026-06-01T14:46:35.602Z Downloaded unicode-width v0.2.0
3822026-06-01T14:46:35.605Z Downloaded unicode-width v0.1.14
3832026-06-01T14:46:35.608Z Downloaded fnv v1.0.7
3842026-06-01T14:46:35.608Z Downloaded cpufeatures v0.2.17
3852026-06-01T14:46:35.611Z Downloaded colorchoice v1.0.4
3862026-06-01T14:46:35.611Z Downloaded serde v1.0.228
3872026-06-01T14:46:35.615Z Downloaded serde_tokenstream v0.2.3
3882026-06-01T14:46:35.615Z Downloaded camino-tempfile v1.4.1
3892026-06-01T14:46:35.625Z Downloaded cargo-util-schemas v0.8.2
3902026-06-01T14:46:35.628Z Downloaded bitflags v2.11.0
3912026-06-01T14:46:35.630Z Downloaded cargo_metadata v0.21.0
3922026-06-01T14:46:35.633Z Downloaded getrandom v0.4.1
3932026-06-01T14:46:35.633Z Downloaded pest_derive v2.8.6
3942026-06-01T14:46:35.638Z Downloaded cargo_toml v0.21.0
3952026-06-01T14:46:35.641Z Downloaded tempfile v3.25.0
3962026-06-01T14:46:35.644Z Downloaded once_cell v1.21.3
3972026-06-01T14:46:35.647Z Downloaded serde_derive v1.0.228
3982026-06-01T14:46:35.650Z Downloaded litemap v0.8.1
3992026-06-01T14:46:35.650Z Downloaded fs-err v3.3.0
4002026-06-01T14:46:35.650Z Downloaded anyhow v1.0.102
4012026-06-01T14:46:35.652Z Downloaded pest_generator v2.8.6
4022026-06-01T14:46:35.655Z Downloaded clap_derive v4.6.1
4032026-06-01T14:46:35.655Z Downloaded clap v4.6.1
4042026-06-01T14:46:35.660Z Downloaded papergrid v0.11.0
4052026-06-01T14:46:35.668Z Downloaded icu_normalizer_data v2.1.1
4062026-06-01T14:46:35.675Z Downloaded serde_core v1.0.228
4072026-06-01T14:46:35.680Z Downloaded proc-macro2 v1.0.106
4082026-06-01T14:46:35.683Z Downloaded pest_meta v2.8.6
4092026-06-01T14:46:35.687Z Downloaded icu_properties v2.1.2
4102026-06-01T14:46:35.690Z Downloaded num-traits v0.2.19
4112026-06-01T14:46:35.690Z Downloaded icu_locale_core v2.1.1
4122026-06-01T14:46:35.694Z Downloaded serde_json v1.0.149
4132026-06-01T14:46:35.698Z Downloaded indexmap v2.14.0
4142026-06-01T14:46:35.704Z Downloaded icu_properties_data v2.1.2
4152026-06-01T14:46:35.707Z Downloaded icu_collections v2.1.1
4162026-06-01T14:46:35.720Z Downloaded pest v2.8.6
4172026-06-01T14:46:35.729Z Downloaded idna v1.1.0
4182026-06-01T14:46:35.743Z Downloaded goblin v0.8.2
4192026-06-01T14:46:35.749Z Downloaded clap_builder v4.6.0
4202026-06-01T14:46:35.754Z Downloaded hashbrown v0.17.0
4212026-06-01T14:46:35.762Z Downloaded syn v1.0.109
4222026-06-01T14:46:35.767Z Downloaded tabled v0.15.0
4232026-06-01T14:46:35.781Z Downloaded syn v2.0.117
4242026-06-01T14:46:35.794Z Downloaded rustix v1.1.3
4252026-06-01T14:46:35.821Z Downloaded libc v0.2.185
4262026-06-01T14:46:35.889Z Compiling proc-macro2 v1.0.106
4272026-06-01T14:46:35.892Z Compiling quote v1.0.45
4282026-06-01T14:46:35.892Z Compiling unicode-ident v1.0.24
4292026-06-01T14:46:35.892Z Compiling serde_core v1.0.228
4302026-06-01T14:46:35.892Z Compiling libc v0.2.185
4312026-06-01T14:46:35.892Z Compiling version_check v0.9.5
4322026-06-01T14:46:35.892Z Compiling serde v1.0.228
4332026-06-01T14:46:35.892Z Compiling stable_deref_trait v1.2.1
4342026-06-01T14:46:36.187Z Compiling memchr v2.8.0
4352026-06-01T14:46:36.208Z Compiling zmij v1.0.21
4362026-06-01T14:46:36.453Z Compiling autocfg v1.5.0
4372026-06-01T14:46:36.485Z Compiling itoa v1.0.17
4382026-06-01T14:46:36.680Z Compiling ucd-trie v0.1.7
4392026-06-01T14:46:36.809Z Compiling thiserror v1.0.69
4402026-06-01T14:46:36.827Z Compiling litemap v0.8.1
4412026-06-01T14:46:36.880Z Compiling pest v2.8.6
4422026-06-01T14:46:36.896Z Compiling writeable v0.6.2
4432026-06-01T14:46:36.958Z Compiling icu_properties_data v2.1.2
4442026-06-01T14:46:37.018Z Compiling icu_normalizer_data v2.1.1
4452026-06-01T14:46:37.205Z Compiling rustix v1.1.3
4462026-06-01T14:46:37.293Z Compiling byteorder v1.5.0
4472026-06-01T14:46:37.389Z Compiling syn v2.0.117
4482026-06-01T14:46:37.461Z Compiling errno v0.3.14
4492026-06-01T14:46:37.481Z Compiling bitflags v2.11.0
4502026-06-01T14:46:37.520Z Compiling serde_json v1.0.149
4512026-06-01T14:46:37.742Z Compiling num-traits v0.2.19
4522026-06-01T14:46:37.759Z Compiling typeid v1.0.3
4532026-06-01T14:46:37.793Z Compiling hashbrown v0.17.0
4542026-06-01T14:46:37.976Z Compiling pest_meta v2.8.6
4552026-06-01T14:46:38.068Z Compiling smallvec v1.15.1
4562026-06-01T14:46:38.184Z Compiling equivalent v1.0.2
4572026-06-01T14:46:38.387Z Compiling thread-id v4.2.2
4582026-06-01T14:46:38.425Z Compiling indexmap v2.14.0
4592026-06-01T14:46:38.469Z Compiling usdt-impl v0.5.0
4602026-06-01T14:46:38.508Z Compiling proc-macro-error-attr v1.0.4
4612026-06-01T14:46:38.524Z Compiling erased-serde v0.4.9
4622026-06-01T14:46:38.704Z Compiling syn v1.0.109
4632026-06-01T14:46:38.795Z Compiling winnow v0.7.14
4642026-06-01T14:46:38.813Z Compiling toml_write v0.1.2
4652026-06-01T14:46:39.139Z Compiling proc-macro-error v1.0.4
4662026-06-01T14:46:39.217Z Compiling plain v0.2.3
4672026-06-01T14:46:39.336Z Compiling thiserror v2.0.18
4682026-06-01T14:46:39.339Z Compiling utf8_iter v1.0.4
4692026-06-01T14:46:39.513Z Compiling percent-encoding v2.3.2
4702026-06-01T14:46:39.658Z Compiling camino v1.2.2
4712026-06-01T14:46:39.683Z Compiling utf8parse v0.2.2
4722026-06-01T14:46:39.700Z Compiling log v0.4.29
4732026-06-01T14:46:39.719Z Compiling getrandom v0.4.1
4742026-06-01T14:46:39.810Z Compiling anstyle-parse v1.0.0
4752026-06-01T14:46:39.909Z Compiling form_urlencoded v1.2.2
4762026-06-01T14:46:39.977Z Compiling ordered-float v2.10.1
4772026-06-01T14:46:40.045Z Compiling synstructure v0.13.2
4782026-06-01T14:46:40.078Z Compiling pest_generator v2.8.6
4792026-06-01T14:46:40.237Z Compiling terminal_size v0.4.3
4802026-06-01T14:46:40.383Z Compiling pretty-hex v0.4.1
4812026-06-01T14:46:40.526Z Compiling colorchoice v1.0.4
4822026-06-01T14:46:40.543Z Compiling anstyle v1.0.14
4832026-06-01T14:46:40.564Z Compiling is_terminal_polyfill v1.70.2
4842026-06-01T14:46:40.582Z Compiling anstyle-query v1.1.5
4852026-06-01T14:46:40.633Z Compiling cfg-if v1.0.4
4862026-06-01T14:46:40.666Z Compiling serde-untagged v0.1.9
4872026-06-01T14:46:40.709Z Compiling anstream v1.0.0
4882026-06-01T14:46:40.768Z Compiling semver v1.0.28
4892026-06-01T14:46:40.864Z Compiling fs-err v3.3.0
4902026-06-01T14:46:40.910Z Compiling anyhow v1.0.102
4912026-06-01T14:46:41.015Z Compiling fastrand v2.3.0
4922026-06-01T14:46:41.053Z Compiling strsim v0.11.1
4932026-06-01T14:46:41.089Z Compiling heck v0.5.0
4942026-06-01T14:46:41.133Z Compiling bytecount v0.6.9
4952026-06-01T14:46:41.271Z Compiling unicode-width v0.1.14
4962026-06-01T14:46:41.289Z Compiling once_cell v1.21.3
4972026-06-01T14:46:41.324Z Compiling unicode-xid v0.2.6
4982026-06-01T14:46:41.401Z Compiling heck v0.4.1
4992026-06-01T14:46:41.449Z Compiling clap_lex v1.0.0
5002026-06-01T14:46:41.505Z Compiling fnv v1.0.7
5012026-06-01T14:46:41.527Z Compiling tempfile v3.25.0
5022026-06-01T14:46:41.614Z Compiling clap_builder v4.6.0
5032026-06-01T14:46:41.627Z Compiling papergrid v0.11.0
5042026-06-01T14:46:41.729Z Compiling serde_derive v1.0.228
5052026-06-01T14:46:41.758Z Compiling zerofrom-derive v0.1.6
5062026-06-01T14:46:41.783Z Compiling yoke-derive v0.8.1
5072026-06-01T14:46:41.898Z Compiling zerovec-derive v0.11.2
5082026-06-01T14:46:42.149Z Compiling displaydoc v0.2.5
5092026-06-01T14:46:42.895Z Compiling thiserror-impl v1.0.69
5102026-06-01T14:46:42.984Z Compiling zerocopy-derive v0.7.35
5112026-06-01T14:46:43.046Z Compiling pest_derive v2.8.6
5122026-06-01T14:46:43.074Z Compiling scroll_derive v0.12.1
5132026-06-01T14:46:43.168Z Compiling zerofrom v0.1.6
5142026-06-01T14:46:43.303Z Compiling yoke v0.8.1
5152026-06-01T14:46:43.472Z Compiling thiserror-impl v2.0.18
5162026-06-01T14:46:43.505Z Compiling zerovec v0.11.5
5172026-06-01T14:46:43.731Z Compiling zerotrie v0.2.3
5182026-06-01T14:46:43.847Z Compiling zerocopy v0.7.35
5192026-06-01T14:46:44.027Z Compiling tinystr v0.8.2
5202026-06-01T14:46:44.044Z Compiling potential_utf v0.1.4
5212026-06-01T14:46:44.217Z Compiling icu_locale_core v2.1.1
5222026-06-01T14:46:44.241Z Compiling icu_collections v2.1.1
5232026-06-01T14:46:44.284Z Compiling dtrace-parser v0.2.0
5242026-06-01T14:46:44.411Z Compiling scroll v0.12.0
5252026-06-01T14:46:44.692Z Compiling goblin v0.8.2
5262026-06-01T14:46:44.726Z Compiling tabled_derive v0.7.0
5272026-06-01T14:46:44.744Z Compiling clap_derive v4.6.1
5282026-06-01T14:46:44.836Z Compiling icu_provider v2.1.1
5292026-06-01T14:46:45.105Z Compiling serde_spanned v0.6.9
5302026-06-01T14:46:45.135Z Compiling toml_datetime v0.6.11
5312026-06-01T14:46:45.160Z Compiling icu_normalizer v2.1.1
5322026-06-01T14:46:45.190Z Compiling icu_properties v2.1.2
5332026-06-01T14:46:45.208Z Compiling dof v0.3.0
5342026-06-01T14:46:45.255Z Compiling serde_tokenstream v0.2.3
5352026-06-01T14:46:45.399Z Compiling toml_edit v0.22.27
5362026-06-01T14:46:45.602Z Compiling serde-value v0.7.0
5372026-06-01T14:46:45.632Z Compiling cargo-platform v0.2.0
5382026-06-01T14:46:45.690Z Compiling memmap v0.7.0
5392026-06-01T14:46:45.899Z Compiling smawk v0.3.2
5402026-06-01T14:46:45.926Z Compiling unicode-linebreak v0.1.5
5412026-06-01T14:46:46.002Z Compiling unicode-width v0.2.0
5422026-06-01T14:46:46.044Z Compiling idna_adapter v1.2.1
5432026-06-01T14:46:46.176Z Compiling idna v1.1.0
5442026-06-01T14:46:46.193Z Compiling tabled v0.15.0
5452026-06-01T14:46:46.208Z Compiling usdt-attr-macro v0.5.0
5462026-06-01T14:46:46.283Z Compiling usdt-macro v0.5.0
5472026-06-01T14:46:46.300Z Compiling textwrap v0.16.2
5482026-06-01T14:46:46.502Z Compiling url v2.5.8
5492026-06-01T14:46:46.770Z Compiling clap v4.6.1
5502026-06-01T14:46:46.830Z Compiling toml v0.8.23
5512026-06-01T14:46:46.853Z Compiling macaddr v1.0.1
5522026-06-01T14:46:47.214Z Compiling camino-tempfile v1.4.1
5532026-06-01T14:46:47.474Z Compiling cargo-util-schemas v0.8.2
5542026-06-01T14:46:47.570Z Compiling cargo_toml v0.21.0
5552026-06-01T14:46:47.570Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-01T14:46:47.675Z Compiling usdt v0.5.0
5572026-06-01T14:46:47.733Z Compiling swrite v0.1.0
5582026-06-01T14:46:48.350Z Compiling cargo_metadata v0.21.0
5592026-06-01T14:46:49.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-01T14:46:51.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.41s
5612026-06-01T14:46:51.610Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-01T14:46:52.191Z Downloading crates ...
5632026-06-01T14:46:52.284Z Downloaded arrayref v0.3.9
5642026-06-01T14:46:52.290Z Downloaded async-trait v0.1.89
5652026-06-01T14:46:52.293Z Downloaded atomic-waker v1.1.2
5662026-06-01T14:46:52.295Z Downloaded async-stream v0.3.6
5672026-06-01T14:46:52.295Z Downloaded anstream v0.6.21
5682026-06-01T14:46:52.298Z Downloaded assert_matches v1.5.0
5692026-06-01T14:46:52.300Z Downloaded adler2 v2.0.1
5702026-06-01T14:46:52.300Z Downloaded crc-any v2.5.0
5712026-06-01T14:46:52.303Z Downloaded derive_builder v0.20.2
5722026-06-01T14:46:52.306Z Downloaded env_filter v1.0.0
5732026-06-01T14:46:52.306Z Downloaded array-init v0.0.4
5742026-06-01T14:46:52.308Z Downloaded allocator-api2 v0.2.21
5752026-06-01T14:46:52.311Z Downloaded argon2 v0.5.3
5762026-06-01T14:46:52.314Z Downloaded bit-set v0.5.3
5772026-06-01T14:46:52.314Z Downloaded async-stream-impl v0.3.6
5782026-06-01T14:46:52.314Z Downloaded arc-swap v1.8.2
5792026-06-01T14:46:52.317Z Downloaded derive_builder_core v0.20.2
5802026-06-01T14:46:52.319Z Downloaded async-compression v0.4.41
5812026-06-01T14:46:52.322Z Downloaded either v1.15.0
5822026-06-01T14:46:52.325Z Downloaded ed25519 v2.2.3
5832026-06-01T14:46:52.325Z Downloaded bitflags v1.3.2
5842026-06-01T14:46:52.328Z Downloaded bzip2 v0.4.4
5852026-06-01T14:46:52.328Z Downloaded document-features v0.2.12
5862026-06-01T14:46:52.330Z Downloaded darling v0.20.11
5872026-06-01T14:46:52.330Z Downloaded diesel-dtrace v0.5.0
5882026-06-01T14:46:52.333Z Downloaded bcs v0.1.6
5892026-06-01T14:46:52.333Z Downloaded darling v0.13.4
5902026-06-01T14:46:52.336Z Downloaded dyn-clone v1.0.20
5912026-06-01T14:46:52.337Z Downloaded diesel_table_macro_syntax v0.3.0
5922026-06-01T14:46:52.339Z Downloaded darling_macro v0.20.11
5932026-06-01T14:46:52.339Z Downloaded ctr v0.9.2
5942026-06-01T14:46:52.339Z Downloaded anstyle-parse v0.2.7
5952026-06-01T14:46:52.339Z Downloaded fd-lock v4.0.4
5962026-06-01T14:46:52.343Z Downloaded filetime v0.2.27
5972026-06-01T14:46:52.343Z Downloaded ascii-canvas v3.0.0
5982026-06-01T14:46:52.346Z Downloaded darling_macro v0.13.4
5992026-06-01T14:46:52.346Z Downloaded backoff v0.4.0
6002026-06-01T14:46:52.346Z Downloaded darling v0.21.3
6012026-06-01T14:46:52.348Z Downloaded dsl_auto_type v0.2.0
6022026-06-01T14:46:52.351Z Downloaded dropshot-api-manager-types v0.7.2
6032026-06-01T14:46:52.351Z Downloaded difflib v0.4.0
6042026-06-01T14:46:52.351Z Downloaded bitfield v0.19.4
6052026-06-01T14:46:52.355Z Downloaded convert_case v0.4.0
6062026-06-01T14:46:52.355Z Downloaded aead v0.5.2
6072026-06-01T14:46:52.355Z Downloaded csv-core v0.1.13
6082026-06-01T14:46:52.358Z Downloaded downcast-rs v2.0.2
6092026-06-01T14:46:52.358Z Downloaded crossbeam-deque v0.8.6
6102026-06-01T14:46:52.358Z Downloaded base16ct v0.2.0
6112026-06-01T14:46:52.358Z Downloaded defmt-macros v1.0.1
6122026-06-01T14:46:52.360Z Downloaded defmt v1.0.1
6132026-06-01T14:46:52.363Z Downloaded float-cmp v0.10.0
6142026-06-01T14:46:52.363Z Downloaded dunce v1.0.5
6152026-06-01T14:46:52.363Z Downloaded derive_builder_macro v0.20.2
6162026-06-01T14:46:52.366Z Downloaded defmt v0.3.100
6172026-06-01T14:46:52.366Z Downloaded compression-core v0.4.31
6182026-06-01T14:46:52.366Z Downloaded ciborium-ll v0.2.2
6192026-06-01T14:46:52.370Z Downloaded dtrace-parser v0.3.0
6202026-06-01T14:46:52.370Z Downloaded display-error-chain v0.2.2
6212026-06-01T14:46:52.370Z Downloaded darling_macro v0.23.0
6222026-06-01T14:46:52.370Z Downloaded camino-tempfile-ext v0.3.3
6232026-06-01T14:46:52.373Z Downloaded ciborium-io v0.2.2
6242026-06-01T14:46:52.373Z Downloaded cargo-platform v0.3.2
6252026-06-01T14:46:52.373Z Downloaded bitfield-macros v0.19.4
6262026-06-01T14:46:52.373Z Downloaded atty v0.2.14
6272026-06-01T14:46:52.373Z Downloaded atomicwrites v0.4.4
6282026-06-01T14:46:52.375Z Downloaded debug-ignore v1.0.5
6292026-06-01T14:46:52.375Z Downloaded fixedbitset v0.4.2
6302026-06-01T14:46:52.375Z Downloaded bcrypt-pbkdf v0.10.0
6312026-06-01T14:46:52.378Z Downloaded float-ord v0.3.2
6322026-06-01T14:46:52.378Z Downloaded crucible-workspace-hack v0.1.0
6332026-06-01T14:46:52.378Z Downloaded cfg_aliases v0.1.1
6342026-06-01T14:46:52.381Z Downloaded crc v3.4.0
6352026-06-01T14:46:52.381Z Downloaded castaway v0.2.4
6362026-06-01T14:46:52.381Z Downloaded defmt-parser v1.0.0
6372026-06-01T14:46:52.384Z Downloaded dirs-sys-next v0.1.2
6382026-06-01T14:46:52.384Z Downloaded crunchy v0.2.4
6392026-06-01T14:46:52.384Z Downloaded dof v0.4.0
6402026-06-01T14:46:52.384Z Downloaded crc8 v0.1.1
6412026-06-01T14:46:52.387Z Downloaded bb8 v0.8.6
6422026-06-01T14:46:52.387Z Downloaded cfg_aliases v0.2.1
6432026-06-01T14:46:52.387Z Downloaded dirs-next v2.0.0
6442026-06-01T14:46:52.389Z Downloaded diff v0.1.13
6452026-06-01T14:46:52.389Z Downloaded derive_more v2.1.1
6462026-06-01T14:46:52.395Z Downloaded fixedbitset v0.5.7
6472026-06-01T14:46:52.398Z Downloaded crc32fast v1.5.0
6482026-06-01T14:46:52.400Z Downloaded foreign-types-shared v0.3.1
6492026-06-01T14:46:52.400Z Downloaded const_format v0.2.35
6502026-06-01T14:46:52.403Z Downloaded cmake v0.1.57
6512026-06-01T14:46:52.403Z Downloaded cipher v0.4.4
6522026-06-01T14:46:52.406Z Downloaded backon v1.6.0
6532026-06-01T14:46:52.406Z Downloaded foreign-types-shared v0.1.1
6542026-06-01T14:46:52.406Z Downloaded block-padding v0.3.3
6552026-06-01T14:46:52.409Z Downloaded curve25519-dalek-derive v0.1.1
6562026-06-01T14:46:52.409Z Downloaded cstr-argument v0.1.2
6572026-06-01T14:46:52.409Z Downloaded futures-macro v0.3.32
6582026-06-01T14:46:52.409Z Downloaded cargo_metadata v0.23.1
6592026-06-01T14:46:52.411Z Downloaded ghash v0.5.1
6602026-06-01T14:46:52.411Z Downloaded cpufeatures v0.3.0
6612026-06-01T14:46:52.414Z Downloaded foreign-types-macros v0.2.3
6622026-06-01T14:46:52.414Z Downloaded gethostname v0.5.0
6632026-06-01T14:46:52.414Z Downloaded foreign-types v0.5.0
6642026-06-01T14:46:52.417Z Downloaded embedded-io v0.6.1
6652026-06-01T14:46:52.417Z Downloaded arrayvec v0.7.6
6662026-06-01T14:46:52.417Z Downloaded futures-core v0.3.32
6672026-06-01T14:46:52.419Z Downloaded futures-sink v0.3.32
6682026-06-01T14:46:52.419Z Downloaded funty v2.0.0
6692026-06-01T14:46:52.419Z Downloaded erased-serde v0.3.31
6702026-06-01T14:46:52.422Z Downloaded embedded-io v0.4.0
6712026-06-01T14:46:52.422Z Downloaded fs_extra v1.3.0
6722026-06-01T14:46:52.425Z Downloaded fs-err v2.11.0
6732026-06-01T14:46:52.425Z Downloaded hex v0.4.3
6742026-06-01T14:46:52.425Z Downloaded globwalk v0.9.1
6752026-06-01T14:46:52.428Z Downloaded ecdsa v0.16.9
6762026-06-01T14:46:52.428Z Downloaded foreign-types v0.3.2
6772026-06-01T14:46:52.428Z Downloaded bit-set v0.8.0
6782026-06-01T14:46:52.430Z Downloaded chacha20 v0.9.1
6792026-06-01T14:46:52.430Z Downloaded buf-list v1.1.2
6802026-06-01T14:46:52.433Z Downloaded futures-task v0.3.32
6812026-06-01T14:46:52.433Z Downloaded futures-io v0.3.32
6822026-06-01T14:46:52.433Z Downloaded cobs v0.3.0
6832026-06-01T14:46:52.436Z Downloaded cexpr v0.6.0
6842026-06-01T14:46:52.436Z Downloaded byte-wrapper v0.1.0
6852026-06-01T14:46:52.439Z Downloaded cbc v0.1.2
6862026-06-01T14:46:52.439Z Downloaded constant_time_eq v0.4.2
6872026-06-01T14:46:52.439Z Downloaded hash32 v0.2.1
6882026-06-01T14:46:52.442Z Downloaded fxhash v0.2.1
6892026-06-01T14:46:52.442Z Downloaded base64ct v1.8.3
6902026-06-01T14:46:52.445Z Downloaded derive_more v0.99.20
6912026-06-01T14:46:52.445Z Downloaded http-body v1.0.1
6922026-06-01T14:46:52.447Z Downloaded hex-literal v0.4.1
6932026-06-01T14:46:52.447Z Downloaded darling_macro v0.21.3
6942026-06-01T14:46:52.447Z Downloaded crc-catalog v2.4.0
6952026-06-01T14:46:52.450Z Downloaded bit-vec v0.8.0
6962026-06-01T14:46:52.450Z Downloaded bit-vec v0.6.3
6972026-06-01T14:46:52.450Z Downloaded corncobs v0.1.4
6982026-06-01T14:46:52.453Z Downloaded cookie v0.18.1
6992026-06-01T14:46:52.453Z Downloaded bytes v1.11.1
7002026-06-01T14:46:52.456Z Downloaded endian-type v0.1.2
7012026-06-01T14:46:52.456Z Downloaded blowfish v0.9.1
7022026-06-01T14:46:52.458Z Downloaded bitfield-struct v0.6.2
7032026-06-01T14:46:52.458Z Downloaded hubpack v0.1.2
7042026-06-01T14:46:52.458Z Downloaded httpdate v1.0.3
7052026-06-01T14:46:52.461Z Downloaded hostname v0.4.2
7062026-06-01T14:46:52.461Z Downloaded hostname v0.3.1
7072026-06-01T14:46:52.461Z Downloaded derive-ex v0.1.8
7082026-06-01T14:46:52.464Z Downloaded daft-derive v0.1.7
7092026-06-01T14:46:52.468Z Downloaded fallible-iterator v0.2.0
7102026-06-01T14:46:52.468Z Downloaded env_logger v0.11.9
7112026-06-01T14:46:52.471Z Downloaded enum-as-inner v0.6.1
7122026-06-01T14:46:52.471Z Downloaded http-range v0.1.5
7132026-06-01T14:46:52.471Z Downloaded ena v0.14.4
7142026-06-01T14:46:52.471Z Downloaded glob v0.3.3
7152026-06-01T14:46:52.474Z Downloaded foldhash v0.1.5
7162026-06-01T14:46:52.474Z Downloaded convert_case v0.10.0
7172026-06-01T14:46:52.474Z Downloaded compression-codecs v0.4.37
7182026-06-01T14:46:52.477Z Downloaded ident_case v1.0.1
7192026-06-01T14:46:52.477Z Downloaded illumos-nvpair-sys v0.2.0
7202026-06-01T14:46:52.477Z Downloaded illumos-nvpair v0.3.0
7212026-06-01T14:46:52.479Z Downloaded hubpack_derive v0.1.1
7222026-06-01T14:46:52.479Z Downloaded headers-core v0.3.0
7232026-06-01T14:46:52.479Z Downloaded hash32 v0.3.1
7242026-06-01T14:46:52.479Z Downloaded group v0.13.0
7252026-06-01T14:46:52.482Z Downloaded futures-executor v0.3.32
7262026-06-01T14:46:52.482Z Downloaded foldhash v0.2.0
7272026-06-01T14:46:52.482Z Downloaded git-stub-vcs v0.1.0
7282026-06-01T14:46:52.485Z Downloaded ff v0.13.1
7292026-06-01T14:46:52.485Z Downloaded home v0.5.12
7302026-06-01T14:46:52.488Z Downloaded crossbeam-epoch v0.9.18
7312026-06-01T14:46:52.488Z Downloaded ahash v0.8.12
7322026-06-01T14:46:52.490Z Downloaded hyper-tls v0.6.0
7332026-06-01T14:46:52.490Z Downloaded globset v0.4.18
7342026-06-01T14:46:52.490Z Downloaded drift v0.2.0
7352026-06-01T14:46:52.496Z Downloaded highway v1.3.0
7362026-06-01T14:46:52.499Z Downloaded indent_write v2.2.0
7372026-06-01T14:46:52.499Z Downloaded const_format_proc_macros v0.2.34
7382026-06-01T14:46:52.501Z Downloaded internet-checksum v0.2.1
7392026-06-01T14:46:52.501Z Downloaded inout v0.1.4
7402026-06-01T14:46:52.502Z Downloaded indoc v1.0.9
7412026-06-01T14:46:52.504Z Downloaded http-body-util v0.1.3
7422026-06-01T14:46:52.507Z Downloaded cookie_store v0.22.1
7432026-06-01T14:46:52.507Z Downloaded console v0.15.11
7442026-06-01T14:46:52.510Z Downloaded colored v3.1.1
7452026-06-01T14:46:52.510Z Downloaded humantime v2.3.0
7462026-06-01T14:46:52.512Z Downloaded is_ci v1.2.0
7472026-06-01T14:46:52.512Z Downloaded is-terminal v0.4.17
7482026-06-01T14:46:52.512Z Downloaded instant v0.1.13
7492026-06-01T14:46:52.515Z Downloaded instability v0.3.11
7502026-06-01T14:46:52.515Z Downloaded diesel_derives v2.3.7
7512026-06-01T14:46:52.518Z Downloaded const-oid v0.9.6
7522026-06-01T14:46:52.520Z Downloaded kstat-rs v0.2.4
7532026-06-01T14:46:52.520Z Downloaded keccak v0.1.6
7542026-06-01T14:46:52.523Z Downloaded bzip2 v0.6.1
7552026-06-01T14:46:52.523Z Downloaded clang-sys v1.8.1
7562026-06-01T14:46:52.527Z Downloaded futures-channel v0.3.32
7572026-06-01T14:46:52.527Z Downloaded colored v2.2.0
7582026-06-01T14:46:52.530Z Downloaded chacha20 v0.10.0
7592026-06-01T14:46:52.530Z Downloaded ingot v0.1.1
7602026-06-01T14:46:52.530Z Downloaded impl-trait-for-tuples v0.2.3
7612026-06-01T14:46:52.533Z Downloaded libscf-sys v1.1.0
7622026-06-01T14:46:52.533Z Downloaded lalrpop-util v0.19.12
7632026-06-01T14:46:52.533Z Downloaded data-encoding v2.10.0
7642026-06-01T14:46:52.535Z Downloaded lazy_static v1.5.0
7652026-06-01T14:46:52.535Z Downloaded daft v0.1.7
7662026-06-01T14:46:52.538Z Downloaded blake2 v0.10.6
7672026-06-01T14:46:52.538Z Downloaded git-stub v1.0.0
7682026-06-01T14:46:52.538Z Downloaded lru v0.12.5
7692026-06-01T14:46:52.541Z Downloaded lru-cache v0.1.2
7702026-06-01T14:46:52.541Z Downloaded maybe-uninit v2.0.0
7712026-06-01T14:46:52.541Z Downloaded md-5 v0.10.6
7722026-06-01T14:46:52.543Z Downloaded console v0.16.2
7732026-06-01T14:46:52.544Z Downloaded match_cfg v0.1.0
7742026-06-01T14:46:52.544Z Downloaded hyper-staticfile v0.10.1
7752026-06-01T14:46:52.546Z Downloaded maplit v1.0.2
7762026-06-01T14:46:52.546Z Downloaded lru-slab v0.1.2
7772026-06-01T14:46:52.549Z Downloaded linked-hash-map v0.5.6
7782026-06-01T14:46:52.549Z Downloaded find-msvc-tools v0.1.9
7792026-06-01T14:46:52.549Z Downloaded cassowary v0.3.0
7802026-06-01T14:46:52.552Z Downloaded hmac v0.12.1
7812026-06-01T14:46:52.552Z Downloaded darling v0.23.0
7822026-06-01T14:46:52.554Z Downloaded lzss v0.8.2
7832026-06-01T14:46:52.557Z Downloaded memoffset v0.9.1
7842026-06-01T14:46:52.557Z Downloaded md5 v0.7.0
7852026-06-01T14:46:52.557Z Downloaded elliptic-curve v0.13.8
7862026-06-01T14:46:52.560Z Downloaded managed v0.8.0
7872026-06-01T14:46:52.560Z Downloaded deranged v0.5.8
7882026-06-01T14:46:52.562Z Downloaded flagset v0.4.7
7892026-06-01T14:46:52.563Z Downloaded mime v0.3.17
7902026-06-01T14:46:52.565Z Downloaded crossterm v0.28.1
7912026-06-01T14:46:52.568Z Downloaded nibble_vec v0.1.0
7922026-06-01T14:46:52.568Z Downloaded newtype_derive v0.1.6
7932026-06-01T14:46:52.570Z Downloaded iana-time-zone v0.1.65
7942026-06-01T14:46:52.570Z Downloaded multimap v0.10.1
7952026-06-01T14:46:52.573Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-01T14:46:52.573Z Downloaded new_debug_unreachable v1.0.6
7972026-06-01T14:46:52.573Z Downloaded indoc v2.0.7
7982026-06-01T14:46:52.576Z Downloaded ingot-types v0.1.2
7992026-06-01T14:46:52.576Z Downloaded cancel-safe-futures v0.1.5
8002026-06-01T14:46:52.579Z Downloaded jobserver v0.1.34
8012026-06-01T14:46:52.579Z Downloaded futures v0.3.32
8022026-06-01T14:46:52.582Z Downloaded libsw-core v0.3.2
8032026-06-01T14:46:52.584Z Downloaded num v0.4.3
8042026-06-01T14:46:52.584Z Downloaded libsw v3.5.0
8052026-06-01T14:46:52.587Z Downloaded newline-converter v0.3.0
8062026-06-01T14:46:52.587Z Downloaded libefi-sys v0.1.0
8072026-06-01T14:46:52.587Z Downloaded ingot-macros v0.1.1
8082026-06-01T14:46:52.590Z Downloaded ciborium v0.2.2
8092026-06-01T14:46:52.590Z Downloaded nodrop v0.1.14
8102026-06-01T14:46:52.590Z Downloaded num_threads v0.1.7
8112026-06-01T14:46:52.593Z Downloaded num_enum_derive v0.5.11
8122026-06-01T14:46:52.593Z Downloaded darling_core v0.21.3
8132026-06-01T14:46:52.595Z Downloaded num-derive v0.4.2
8142026-06-01T14:46:52.595Z Downloaded num-derive v0.3.3
8152026-06-01T14:46:52.598Z Downloaded num-conv v0.2.0
8162026-06-01T14:46:52.598Z Downloaded normalize-line-endings v0.3.0
8172026-06-01T14:46:52.598Z Downloaded nonempty v0.12.0
8182026-06-01T14:46:52.601Z Downloaded num-iter v0.1.45
8192026-06-01T14:46:52.601Z Downloaded openssl-probe v0.2.1
8202026-06-01T14:46:52.601Z Downloaded openssl-probe v0.1.6
8212026-06-01T14:46:52.604Z Downloaded openssl-macros v0.1.1
8222026-06-01T14:46:52.604Z Downloaded crossbeam-utils v0.8.21
8232026-06-01T14:46:52.604Z Downloaded base64 v0.22.1
8242026-06-01T14:46:52.606Z Downloaded opaque-debug v0.3.1
8252026-06-01T14:46:52.606Z Downloaded getrandom v0.2.17
8262026-06-01T14:46:52.609Z Downloaded linear-map v1.2.0
8272026-06-01T14:46:52.612Z Downloaded libloading v0.8.9
8282026-06-01T14:46:52.612Z Downloaded olpc-cjson v0.1.4
8292026-06-01T14:46:52.612Z Downloaded hyper-rustls v0.27.7
8302026-06-01T14:46:52.615Z Downloaded fatfs v0.3.6
8312026-06-01T14:46:52.617Z Downloaded packed_struct_codegen v0.10.1
8322026-06-01T14:46:52.617Z Downloaded oso-derive v0.27.3
8332026-06-01T14:46:52.617Z Downloaded half v1.8.3
8342026-06-01T14:46:52.620Z Downloaded des v0.8.1
8352026-06-01T14:46:52.620Z Downloaded darling_core v0.23.0
8362026-06-01T14:46:52.623Z Downloaded mime_guess v2.0.5
8372026-06-01T14:46:52.625Z Downloaded httparse v1.10.1
8382026-06-01T14:46:52.625Z Downloaded darling_core v0.20.11
8392026-06-01T14:46:52.628Z Downloaded nanorand v0.7.0
8402026-06-01T14:46:52.633Z Downloaded ipnetwork v0.21.1
8412026-06-01T14:46:52.633Z Downloaded getrandom v0.3.4
8422026-06-01T14:46:52.637Z Downloaded parse-display v0.10.0
8432026-06-01T14:46:52.637Z Downloaded parse-size v1.1.0
8442026-06-01T14:46:52.637Z Downloaded multer v3.1.0
8452026-06-01T14:46:52.637Z Downloaded darling_core v0.13.4
8462026-06-01T14:46:52.640Z Downloaded peg-runtime v0.8.5
8472026-06-01T14:46:52.641Z Downloaded ipnet v2.11.0
8482026-06-01T14:46:52.641Z Downloaded dropshot_endpoint v0.17.0
8492026-06-01T14:46:52.643Z Downloaded num-complex v0.4.6
8502026-06-01T14:46:52.643Z Downloaded lock_api v0.4.14
8512026-06-01T14:46:52.647Z Downloaded compact_str v0.8.1
8522026-06-01T14:46:52.647Z Downloaded num_enum_derive v0.7.6
8532026-06-01T14:46:52.655Z Downloaded pbkdf2 v0.11.0
8542026-06-01T14:46:52.655Z Downloaded pbkdf2 v0.12.2
8552026-06-01T14:46:52.655Z Downloaded path-slash v0.1.5
8562026-06-01T14:46:52.655Z Downloaded half v2.7.1
8572026-06-01T14:46:52.655Z Downloaded cc v1.2.56
8582026-06-01T14:46:52.655Z Downloaded base64 v0.21.7
8592026-06-01T14:46:52.659Z Downloaded heapless v0.8.0
8602026-06-01T14:46:52.659Z Downloaded der_derive v0.7.3
8612026-06-01T14:46:52.662Z Downloaded pin-utils v0.1.0
8622026-06-01T14:46:52.663Z Downloaded num_enum v0.7.6
8632026-06-01T14:46:52.665Z Downloaded phf_shared v0.13.1
8642026-06-01T14:46:52.665Z Downloaded critical-section v1.2.0
8652026-06-01T14:46:52.666Z Downloaded async-recursion v1.1.1
8662026-06-01T14:46:52.668Z Downloaded phf_shared v0.11.3
8672026-06-01T14:46:52.668Z Downloaded phf_shared v0.12.1
8682026-06-01T14:46:52.671Z Downloaded litrs v1.0.0
8692026-06-01T14:46:52.671Z Downloaded async-bb8-diesel v0.2.1
8702026-06-01T14:46:52.674Z Downloaded powerfmt v0.2.0
8712026-06-01T14:46:52.674Z Downloaded memmap2 v0.9.10
8722026-06-01T14:46:52.676Z Downloaded ar_archive_writer v0.5.1
8732026-06-01T14:46:52.691Z Downloaded predicates-core v1.0.10
8742026-06-01T14:46:52.693Z Downloaded packed_struct v0.10.1
8752026-06-01T14:46:52.693Z Downloaded oxnet v0.1.5
8762026-06-01T14:46:52.696Z Downloaded oxide-tokio-rt v0.1.4
8772026-06-01T14:46:52.696Z Downloaded owo-colors v4.3.0
8782026-06-01T14:46:52.697Z Downloaded indexmap v1.9.3
8792026-06-01T14:46:52.699Z Downloaded progenitor-macro v0.11.2
8802026-06-01T14:46:52.699Z Downloaded predicates-tree v1.0.13
8812026-06-01T14:46:52.702Z Downloaded precomputed-hash v0.1.1
8822026-06-01T14:46:52.702Z Downloaded pin-project-internal v1.1.11
8832026-06-01T14:46:52.702Z Downloaded parse-display-derive v0.10.0
8842026-06-01T14:46:52.705Z Downloaded parking_lot_core v0.8.6
8852026-06-01T14:46:52.705Z Downloaded paste v1.0.15
8862026-06-01T14:46:52.707Z Downloaded quick-error v1.2.3
8872026-06-01T14:46:52.707Z Downloaded progenitor-macro v0.13.0
8882026-06-01T14:46:52.707Z Downloaded nu-ansi-term v0.50.3
8892026-06-01T14:46:52.710Z Downloaded native-tls v0.2.18
8902026-06-01T14:46:52.710Z Downloaded bumpalo v3.20.2
8912026-06-01T14:46:52.712Z Downloaded proc-macro-crate v1.3.1
8922026-06-01T14:46:52.712Z Downloaded expectorate v1.2.0
8932026-06-01T14:46:52.715Z Downloaded password-hash v0.5.0
8942026-06-01T14:46:52.715Z Downloaded password-hash v0.4.2
8952026-06-01T14:46:52.718Z Downloaded ed25519-dalek v2.2.0
8962026-06-01T14:46:52.720Z Downloaded progenitor-client v0.14.0
8972026-06-01T14:46:52.720Z Downloaded libbz2-rs-sys v0.2.2
8982026-06-01T14:46:52.720Z Downloaded proc-macro-crate v3.4.0
8992026-06-01T14:46:52.723Z Downloaded headers v0.4.1
9002026-06-01T14:46:52.725Z Downloaded phf v0.13.1
9012026-06-01T14:46:52.725Z Downloaded pkcs8 v0.10.2
9022026-06-01T14:46:52.728Z Downloaded omicron-zone-package v0.12.2
9032026-06-01T14:46:52.731Z Downloaded num_enum v0.5.11
9042026-06-01T14:46:52.733Z Downloaded rand_chacha v0.3.1
9052026-06-01T14:46:52.733Z Downloaded radium v0.7.0
9062026-06-01T14:46:52.736Z Downloaded progenitor-macro v0.14.0
9072026-06-01T14:46:52.736Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-06-01T14:46:52.736Z Downloaded phf v0.12.1
9092026-06-01T14:46:52.736Z Downloaded num-integer v0.1.46
9102026-06-01T14:46:52.739Z Downloaded pin-project-lite v0.2.17
9112026-06-01T14:46:52.743Z Downloaded num-rational v0.4.2
9122026-06-01T14:46:52.743Z Downloaded pem v3.0.6
9132026-06-01T14:46:52.745Z Downloaded peg-macros v0.8.5
9142026-06-01T14:46:52.745Z Downloaded pkg-config v0.3.32
9152026-06-01T14:46:52.745Z Downloaded parking_lot v0.12.5
9162026-06-01T14:46:52.748Z Downloaded crossbeam-channel v0.5.15
9172026-06-01T14:46:52.751Z Downloaded peg v0.8.5
9182026-06-01T14:46:52.753Z Downloaded predicates v3.1.4
9192026-06-01T14:46:52.753Z Downloaded ref-cast-impl v1.0.25
9202026-06-01T14:46:52.757Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-06-01T14:46:52.757Z Downloaded rand_xorshift v0.4.0
9222026-06-01T14:46:52.757Z Downloaded recursive v0.1.1
9232026-06-01T14:46:52.757Z Downloaded ppv-lite86 v0.2.21
9242026-06-01T14:46:52.759Z Downloaded parking_lot v0.11.2
9252026-06-01T14:46:52.759Z Downloaded newtype-uuid v1.3.2
9262026-06-01T14:46:52.760Z Downloaded postgres-protocol v0.6.10
9272026-06-01T14:46:52.762Z Downloaded indicatif v0.18.4
9282026-06-01T14:46:52.765Z Downloaded polyval v0.6.2
9292026-06-01T14:46:52.765Z Downloaded proc-macro-error2 v2.0.1
9302026-06-01T14:46:52.768Z Downloaded progenitor v0.13.0
9312026-06-01T14:46:52.768Z Downloaded psl-types v2.0.11
9322026-06-01T14:46:52.771Z Downloaded psm v0.1.30
9332026-06-01T14:46:52.771Z Downloaded progenitor-extras v0.2.0
9342026-06-01T14:46:52.780Z Downloaded progenitor-client v0.11.2
9352026-06-01T14:46:52.780Z Downloaded progenitor v0.14.0
9362026-06-01T14:46:52.780Z Downloaded rfc6979 v0.4.0
9372026-06-01T14:46:52.780Z Downloaded progenitor v0.11.2
9382026-06-01T14:46:52.780Z Downloaded primeorder v0.13.6
9392026-06-01T14:46:52.780Z Downloaded pem-rfc7468 v0.7.0
9402026-06-01T14:46:52.780Z Downloaded progenitor-client v0.13.0
9412026-06-01T14:46:52.780Z Downloaded poly1305 v0.8.0
9422026-06-01T14:46:52.780Z Downloaded r2d2 v0.8.10
9432026-06-01T14:46:52.784Z Downloaded hickory-resolver v0.25.2
9442026-06-01T14:46:52.784Z Downloaded derive-where v1.6.0
9452026-06-01T14:46:52.787Z Downloaded flume v0.11.1
9462026-06-01T14:46:52.789Z Downloaded chacha20poly1305 v0.10.1
9472026-06-01T14:46:52.789Z Downloaded ignore v0.4.25
9482026-06-01T14:46:52.792Z Downloaded miniz_oxide v0.8.9
9492026-06-01T14:46:52.792Z Downloaded heapless v0.7.17
9502026-06-01T14:46:52.795Z Downloaded rustc-hash v2.1.1
9512026-06-01T14:46:52.797Z Downloaded pkcs5 v0.7.1
9522026-06-01T14:46:52.797Z Downloaded rustc_version v0.4.1
9532026-06-01T14:46:52.800Z Downloaded rustc_version v0.1.7
9542026-06-01T14:46:52.800Z Downloaded russh-cryptovec v0.7.3
9552026-06-01T14:46:52.800Z Downloaded pkcs1 v0.7.5
9562026-06-01T14:46:52.803Z Downloaded flate2 v1.1.9
9572026-06-01T14:46:52.805Z Downloaded rand_core v0.6.4
9582026-06-01T14:46:52.805Z Downloaded crypto-bigint v0.5.5
9592026-06-01T14:46:52.809Z Downloaded rand_seeder v0.4.0
9602026-06-01T14:46:52.811Z Downloaded jiff-static v0.2.21
9612026-06-01T14:46:52.814Z Downloaded rand_core v0.10.0
9622026-06-01T14:46:52.814Z Downloaded rand_core v0.9.5
9632026-06-01T14:46:52.814Z Downloaded rand_chacha v0.9.0
9642026-06-01T14:46:52.816Z Downloaded der v0.7.10
9652026-06-01T14:46:52.819Z Downloaded parking_lot_core v0.9.12
9662026-06-01T14:46:52.821Z Downloaded postcard v1.1.3
9672026-06-01T14:46:52.821Z Downloaded same-file v1.0.6
9682026-06-01T14:46:52.824Z Downloaded p256 v0.13.2
9692026-06-01T14:46:52.824Z Downloaded papergrid v0.17.0
9702026-06-01T14:46:52.829Z Downloaded ref-cast v1.0.25
9712026-06-01T14:46:52.835Z Downloaded scheduled-thread-pool v0.2.7
9722026-06-01T14:46:52.838Z Downloaded salsa20 v0.10.2
9732026-06-01T14:46:52.838Z Downloaded scrypt v0.11.0
9742026-06-01T14:46:52.841Z Downloaded serde-big-array v0.5.1
9752026-06-01T14:46:52.841Z Downloaded secrecy v0.8.0
9762026-06-01T14:46:52.845Z Downloaded hickory-resolver v0.24.4
9772026-06-01T14:46:52.848Z Downloaded derive_more-impl v2.1.1
9782026-06-01T14:46:52.851Z Downloaded scroll_derive v0.13.1
9792026-06-01T14:46:52.854Z Downloaded seq-macro v0.3.6
9802026-06-01T14:46:52.854Z Downloaded secrecy v0.10.3
9812026-06-01T14:46:52.854Z Downloaded scopeguard v1.2.0
9822026-06-01T14:46:52.857Z Downloaded semver v0.1.20
9832026-06-01T14:46:52.857Z Downloaded sapling-renderdag v0.1.0
9842026-06-01T14:46:52.857Z Downloaded quinn-udp v0.5.14
9852026-06-01T14:46:52.859Z Downloaded rtoolbox v0.0.3
9862026-06-01T14:46:52.859Z Downloaded resolv-conf v0.7.6
9872026-06-01T14:46:52.868Z Downloaded oso v0.27.3
9882026-06-01T14:46:52.870Z Downloaded minimal-lexical v0.2.1
9892026-06-01T14:46:52.873Z Downloaded rustls-pemfile v1.0.4
9902026-06-01T14:46:52.882Z Downloaded postgres-types v0.2.12
9912026-06-01T14:46:52.885Z Downloaded sigpipe v0.1.3
9922026-06-01T14:46:52.888Z Downloaded signature v2.2.0
9932026-06-01T14:46:52.890Z Downloaded slog-envlogger v2.2.0
9942026-06-01T14:46:52.893Z Downloaded hyper-util v0.1.20
9952026-06-01T14:46:52.896Z Downloaded hickory-server v0.25.2
9962026-06-01T14:46:52.899Z Downloaded prefix-trie v0.7.0
9972026-06-01T14:46:52.902Z Downloaded sha1 v0.10.6
9982026-06-01T14:46:52.904Z Downloaded shell-words v1.1.1
9992026-06-01T14:46:52.904Z Downloaded progenitor-impl v0.14.0
10002026-06-01T14:46:52.907Z Downloaded progenitor-impl v0.13.0
10012026-06-01T14:46:52.910Z Downloaded rusty-fork v0.3.1
10022026-06-01T14:46:52.910Z Downloaded serde-hex v0.1.0
10032026-06-01T14:46:52.912Z Downloaded serde_spanned v1.0.4
10042026-06-01T14:46:52.912Z Downloaded sec1 v0.7.3
10052026-06-01T14:46:52.912Z Downloaded sct v0.7.1
10062026-06-01T14:46:52.915Z Downloaded signal-hook-tokio v0.3.1
10072026-06-01T14:46:52.915Z Downloaded signal-hook-mio v0.2.5
10082026-06-01T14:46:52.918Z Downloaded aes v0.8.4
10092026-06-01T14:46:52.920Z Downloaded sqlparser_derive v0.5.0
10102026-06-01T14:46:52.920Z Downloaded serde_urlencoded v0.7.1
10112026-06-01T14:46:52.920Z Downloaded serde_repr v0.1.20
10122026-06-01T14:46:52.923Z Downloaded rustls-native-certs v0.8.3
10132026-06-01T14:46:52.925Z Downloaded scroll v0.13.0
10142026-06-01T14:46:52.925Z Downloaded schemars_derive v0.8.22
10152026-06-01T14:46:52.925Z Downloaded hashbrown v0.12.3
10162026-06-01T14:46:52.934Z Downloaded serde_plain v1.0.2
10172026-06-01T14:46:52.937Z Downloaded openssl-sys v0.9.115
10182026-06-01T14:46:52.939Z Downloaded russh-keys v0.45.0
10192026-06-01T14:46:52.942Z Downloaded ssh-cipher v0.2.0
10202026-06-01T14:46:52.942Z Downloaded shlex v1.3.0
10212026-06-01T14:46:52.947Z Downloaded signal-hook-registry v1.4.8
10222026-06-01T14:46:52.950Z Downloaded ssh-encoding v0.2.0
10232026-06-01T14:46:52.950Z Downloaded serde_path_to_error v0.1.20
10242026-06-01T14:46:52.953Z Downloaded rustls-pki-types v1.14.0
10252026-06-01T14:46:52.953Z Downloaded rustversion v1.0.22
10262026-06-01T14:46:52.955Z Downloaded rustls-pemfile v2.2.0
10272026-06-01T14:46:52.958Z Downloaded num-bigint v0.4.6
10282026-06-01T14:46:52.961Z Downloaded rcgen v0.12.1
10292026-06-01T14:46:52.961Z Downloaded slog-bunyan v2.5.0
10302026-06-01T14:46:52.963Z Downloaded prettyplease v0.2.37
10312026-06-01T14:46:52.964Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-01T14:46:52.966Z Downloaded pretty_assertions v1.4.1
10332026-06-01T14:46:52.966Z Downloaded mio v1.2.0
10342026-06-01T14:46:52.970Z Downloaded strum v0.27.2
10352026-06-01T14:46:52.973Z Downloaded structmeta-derive v0.3.0
10362026-06-01T14:46:52.973Z Downloaded smf v0.2.3
10372026-06-01T14:46:52.973Z Downloaded strsim v0.10.0
10382026-06-01T14:46:52.973Z Downloaded slog-term v2.9.2
10392026-06-01T14:46:52.976Z Downloaded strum v0.26.3
10402026-06-01T14:46:52.976Z Downloaded simd-adler32 v0.3.8
10412026-06-01T14:46:52.976Z Downloaded slab v0.4.12
10422026-06-01T14:46:52.979Z Downloaded siphasher v1.0.2
10432026-06-01T14:46:52.979Z Downloaded serde_derive_internals v0.29.1
10442026-06-01T14:46:52.981Z Downloaded pin-project v1.1.11
10452026-06-01T14:46:52.987Z Downloaded subtle v2.6.1
10462026-06-01T14:46:52.990Z Downloaded tap v1.0.1
10472026-06-01T14:46:52.990Z Downloaded take_mut v0.2.2
10482026-06-01T14:46:52.990Z Downloaded tagptr v0.2.0
10492026-06-01T14:46:52.993Z Downloaded tabwriter v1.4.1
10502026-06-01T14:46:52.993Z Downloaded sync-ptr v0.1.4
10512026-06-01T14:46:52.993Z Downloaded supports-color v3.0.2
10522026-06-01T14:46:52.995Z Downloaded ron v0.8.1
10532026-06-01T14:46:52.998Z Downloaded tabled_derive v0.11.0
10542026-06-01T14:46:52.998Z Downloaded sync_wrapper v1.0.2
10552026-06-01T14:46:53.001Z Downloaded slog-stdlog v4.1.1
10562026-06-01T14:46:53.001Z Downloaded slog-scope v4.4.1
10572026-06-01T14:46:53.001Z Downloaded rayon-core v1.13.0
10582026-06-01T14:46:53.004Z Downloaded itertools v0.10.5
10592026-06-01T14:46:53.008Z Downloaded stacker v0.1.23
10602026-06-01T14:46:53.010Z Downloaded spki v0.7.3
10612026-06-01T14:46:53.011Z Downloaded termtree v0.5.1
10622026-06-01T14:46:53.014Z Downloaded serde_with_macros v3.17.0
10632026-06-01T14:46:53.014Z Downloaded crossterm v0.29.0
10642026-06-01T14:46:53.017Z Downloaded time-core v0.1.8
10652026-06-01T14:46:53.019Z Downloaded aes-gcm v0.10.3
10662026-06-01T14:46:53.022Z Downloaded testing_table v0.3.0
10672026-06-01T14:46:53.022Z Downloaded slog-async v2.8.0
10682026-06-01T14:46:53.022Z Downloaded http v1.4.0
10692026-06-01T14:46:53.024Z Downloaded tinyvec_macros v0.1.1
10702026-06-01T14:46:53.027Z Downloaded thiserror-impl-no-std v2.0.2
10712026-06-01T14:46:53.027Z Downloaded strum_macros v0.24.3
10722026-06-01T14:46:53.027Z Downloaded bitvec v1.0.1
10732026-06-01T14:46:53.035Z Downloaded strum_macros v0.27.2
10742026-06-01T14:46:53.038Z Downloaded itertools v0.13.0
10752026-06-01T14:46:53.041Z Downloaded schemars v0.8.22
10762026-06-01T14:46:53.047Z Downloaded spin v0.9.8
10772026-06-01T14:46:53.050Z Downloaded tokio-macros v2.7.0
10782026-06-01T14:46:53.053Z Downloaded aho-corasick v1.1.4
10792026-06-01T14:46:53.055Z Downloaded qorb v0.4.1
10802026-06-01T14:46:53.058Z Downloaded termios v0.3.3
10812026-06-01T14:46:53.058Z Downloaded nom v7.1.3
10822026-06-01T14:46:53.060Z Downloaded itertools v0.12.1
10832026-06-01T14:46:53.064Z Downloaded sqlformat v0.3.5
10842026-06-01T14:46:53.067Z Downloaded quinn v0.11.9
10852026-06-01T14:46:53.069Z Downloaded serde_yaml v0.9.34+deprecated
10862026-06-01T14:46:53.072Z Downloaded rustls-platform-verifier v0.6.2
10872026-06-01T14:46:53.072Z Downloaded hashbrown v0.15.5
10882026-06-01T14:46:53.075Z Downloaded tower-layer v0.3.3
10892026-06-01T14:46:53.078Z Downloaded rand v0.8.6
10902026-06-01T14:46:53.081Z Downloaded hyper v1.8.1
10912026-06-01T14:46:53.084Z Downloaded topological-sort v0.2.2
10922026-06-01T14:46:53.087Z Downloaded thread_local v1.1.9
10932026-06-01T14:46:53.087Z Downloaded thread-id v5.1.0
10942026-06-01T14:46:53.087Z Downloaded thiserror-no-std v2.0.2
10952026-06-01T14:46:53.090Z Downloaded slog v2.8.2
10962026-06-01T14:46:53.093Z Downloaded typify-macro v0.4.3
10972026-06-01T14:46:53.093Z Downloaded tls_codec v0.4.2
10982026-06-01T14:46:53.096Z Downloaded tiny-keccak v2.0.2
10992026-06-01T14:46:53.096Z Downloaded similar v2.7.0
11002026-06-01T14:46:53.099Z Downloaded typify-macro v0.6.2
11012026-06-01T14:46:53.103Z Downloaded tower-service v0.3.3
11022026-06-01T14:46:53.103Z Downloaded libxml v0.3.3
11032026-06-01T14:46:53.105Z Downloaded unarray v0.1.4
11042026-06-01T14:46:53.106Z Downloaded tokio-dtrace v0.1.1
11052026-06-01T14:46:53.108Z Downloaded try-lock v0.2.5
11062026-06-01T14:46:53.108Z Downloaded trait-variant v0.1.2
11072026-06-01T14:46:53.108Z Downloaded support-bundle-viewer v0.1.2
11082026-06-01T14:46:53.111Z Downloaded schemars v0.9.0
11092026-06-01T14:46:53.117Z Downloaded untrusted v0.9.0
11102026-06-01T14:46:53.119Z Downloaded unit-prefix v0.5.2
11112026-06-01T14:46:53.119Z Downloaded socket2 v0.6.3
11122026-06-01T14:46:53.122Z Downloaded usdt v0.6.0
11132026-06-01T14:46:53.122Z Downloaded rustls-webpki v0.103.9
11142026-06-01T14:46:53.125Z Downloaded usdt-attr-macro v0.6.0
11152026-06-01T14:46:53.125Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-06-01T14:46:53.127Z Downloaded tokio-native-tls v0.3.1
11172026-06-01T14:46:53.127Z Downloaded tokio-rustls v0.25.0
11182026-06-01T14:46:53.130Z Downloaded unicode-truncate v1.1.0
11192026-06-01T14:46:53.130Z Downloaded universal-hash v0.5.1
11202026-06-01T14:46:53.130Z Downloaded hashbrown v0.16.1
11212026-06-01T14:46:53.133Z Downloaded usdt-macro v0.6.0
11222026-06-01T14:46:53.136Z Downloaded libm v0.2.16
11232026-06-01T14:46:53.140Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-06-01T14:46:53.143Z Downloaded time-macros v0.2.27
11252026-06-01T14:46:53.145Z Downloaded tokio-tungstenite v0.23.1
11262026-06-01T14:46:53.145Z Downloaded term v1.2.1
11272026-06-01T14:46:53.148Z Downloaded utf-8 v0.7.6
11282026-06-01T14:46:53.148Z Downloaded term v0.7.0
11292026-06-01T14:46:53.150Z Downloaded untrusted v0.7.1
11302026-06-01T14:46:53.150Z Downloaded socket2 v0.5.10
11312026-06-01T14:46:53.155Z Downloaded void v1.0.2
11322026-06-01T14:46:53.155Z Downloaded futures-util v0.3.32
11332026-06-01T14:46:53.159Z Downloaded want v0.3.1
11342026-06-01T14:46:53.163Z Downloaded wait-timeout v0.2.1
11352026-06-01T14:46:53.163Z Downloaded waitgroup v0.1.2
11362026-06-01T14:46:53.163Z Downloaded subprocess v0.2.15
11372026-06-01T14:46:53.166Z Downloaded rsa v0.9.10
11382026-06-01T14:46:53.168Z Downloaded rand v0.9.2
11392026-06-01T14:46:53.172Z Downloaded unicase v2.9.0
11402026-06-01T14:46:53.172Z Downloaded hkdf v0.12.4
11412026-06-01T14:46:53.175Z Downloaded signal-hook v0.3.18
11422026-06-01T14:46:53.175Z Downloaded tui-tree-widget v0.23.1
11432026-06-01T14:46:53.175Z Downloaded ryu v1.0.23
11442026-06-01T14:46:53.178Z Downloaded xshell-macros v0.2.7
11452026-06-01T14:46:53.178Z Downloaded num-bigint-dig v0.8.6
11462026-06-01T14:46:53.181Z Downloaded publicsuffix v2.3.0
11472026-06-01T14:46:53.181Z Downloaded progenitor-impl v0.11.2
11482026-06-01T14:46:53.184Z Downloaded dropshot-api-manager v0.7.2
11492026-06-01T14:46:53.187Z Downloaded schemars v1.2.1
11502026-06-01T14:46:53.192Z Downloaded xattr v1.6.1
11512026-06-01T14:46:53.195Z Downloaded tokio-tungstenite v0.21.0
11522026-06-01T14:46:53.195Z Downloaded test-strategy v0.4.5
11532026-06-01T14:46:53.198Z Downloaded tokio-rustls v0.26.4
11542026-06-01T14:46:53.198Z Downloaded iri-string v0.7.10
11552026-06-01T14:46:53.202Z Downloaded nom v8.0.0
11562026-06-01T14:46:53.205Z Downloaded zone v0.3.1
11572026-06-01T14:46:53.209Z Downloaded zeroize_derive v1.4.3
11582026-06-01T14:46:53.209Z Downloaded uzers v0.12.2
11592026-06-01T14:46:53.209Z Downloaded rand v0.10.1
11602026-06-01T14:46:53.213Z Downloaded zone_cfg_derive v0.3.1
11612026-06-01T14:46:53.213Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-06-01T14:46:53.213Z Downloaded tokio-rustls v0.24.1
11632026-06-01T14:46:53.216Z Downloaded tls_codec_derive v0.4.2
11642026-06-01T14:46:53.216Z Downloaded p521 v0.13.3
11652026-06-01T14:46:53.220Z Downloaded strum_macros v0.26.4
11662026-06-01T14:46:53.220Z Downloaded stringprep v0.1.5
11672026-06-01T14:46:53.220Z Downloaded string_cache v0.8.9
11682026-06-01T14:46:53.223Z Downloaded vergen-git2 v9.1.0
11692026-06-01T14:46:53.223Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-06-01T14:46:53.227Z Downloaded tracing-attributes v0.1.31
11712026-06-01T14:46:53.227Z Downloaded vergen-lib v9.1.0
11722026-06-01T14:46:53.227Z Downloaded walkdir v2.5.0
11732026-06-01T14:46:53.230Z Downloaded vergen-gitcl v1.0.8
11742026-06-01T14:46:53.230Z Downloaded vergen-lib v0.1.6
11752026-06-01T14:46:53.230Z Downloaded static_assertions v1.1.0
11762026-06-01T14:46:53.230Z Downloaded hashbrown v0.13.2
11772026-06-01T14:46:53.233Z Downloaded unicode-properties v0.1.4
11782026-06-01T14:46:53.236Z Downloaded samael v0.0.19
11792026-06-01T14:46:53.238Z Downloaded wyz v0.5.1
11802026-06-01T14:46:53.238Z Downloaded aws-lc-rs v1.16.3
11812026-06-01T14:46:53.244Z Downloaded xshell v0.2.7
11822026-06-01T14:46:53.247Z Downloaded whoami v1.6.1
11832026-06-01T14:46:53.247Z Downloaded twox-hash v2.1.2
11842026-06-01T14:46:53.250Z Downloaded russh v0.45.0
11852026-06-01T14:46:53.252Z Downloaded snafu v0.8.9
11862026-06-01T14:46:53.255Z Downloaded usdt-impl v0.6.0
11872026-06-01T14:46:53.257Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-01T14:46:53.260Z Downloaded zeroize v1.8.2
11892026-06-01T14:46:53.260Z Downloaded h2 v0.4.13
11902026-06-01T14:46:53.263Z Downloaded zstd-safe v7.2.4
11912026-06-01T14:46:53.265Z Downloaded blake3 v1.8.3
11922026-06-01T14:46:53.268Z Downloaded tokio-stream v0.1.18
11932026-06-01T14:46:53.271Z Downloaded bindgen v0.71.1
11942026-06-01T14:46:53.274Z Downloaded toml v0.7.8
11952026-06-01T14:46:53.277Z Downloaded unicode-bidi v0.3.18
11962026-06-01T14:46:53.279Z Downloaded typify v0.6.2
11972026-06-01T14:46:53.282Z Downloaded vergen v9.1.0
11982026-06-01T14:46:53.282Z Downloaded tracing-core v0.1.36
11992026-06-01T14:46:53.285Z Downloaded serde_with v1.14.0
12002026-06-01T14:46:53.287Z Downloaded tinyvec v1.10.0
12012026-06-01T14:46:53.290Z Downloaded itertools v0.14.0
12022026-06-01T14:46:53.293Z Downloaded vsss-rs v3.3.4
12032026-06-01T14:46:53.296Z Downloaded unsafe-libyaml v0.2.11
12042026-06-01T14:46:53.299Z Downloaded rustyline v14.0.0
12052026-06-01T14:46:53.301Z Downloaded typify v0.4.3
12062026-06-01T14:46:53.302Z Downloaded iddqd v0.4.2
12072026-06-01T14:46:53.306Z Downloaded tungstenite v0.23.0
12082026-06-01T14:46:53.309Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-01T14:46:53.312Z Downloaded zstd v0.13.3
12102026-06-01T14:46:53.312Z Downloaded vte v0.14.1
12112026-06-01T14:46:53.315Z Downloaded uuid v1.23.0
12122026-06-01T14:46:53.320Z Downloaded whoami v2.1.0
12132026-06-01T14:46:53.321Z Downloaded rpassword v7.4.0
12142026-06-01T14:46:53.321Z Downloaded tar v0.4.45
12152026-06-01T14:46:53.324Z Downloaded zerocopy v0.6.6
12162026-06-01T14:46:53.325Z Downloaded structmeta v0.3.0
12172026-06-01T14:46:53.325Z Downloaded snafu-derive v0.8.9
12182026-06-01T14:46:53.325Z Downloaded ssh-key v0.6.7
12192026-06-01T14:46:53.327Z Downloaded p384 v0.13.1
12202026-06-01T14:46:53.330Z Downloaded smallvec v0.6.14
12212026-06-01T14:46:53.330Z Downloaded slog-json v2.6.1
12222026-06-01T14:46:53.333Z Downloaded chrono v0.4.44
12232026-06-01T14:46:53.336Z Downloaded regex v1.12.3
12242026-06-01T14:46:53.339Z Downloaded zopfli v0.8.3
12252026-06-01T14:46:53.342Z Downloaded reedline v0.40.0
12262026-06-01T14:46:53.345Z Downloaded steno v0.4.1
12272026-06-01T14:46:53.348Z Downloaded tungstenite v0.21.0
12282026-06-01T14:46:53.351Z Downloaded reqwest v0.13.2
12292026-06-01T14:46:53.353Z Downloaded yasna v0.5.2
12302026-06-01T14:46:53.353Z Downloaded git2 v0.20.4
12312026-06-01T14:46:53.357Z Downloaded slog-dtrace v0.3.0
12322026-06-01T14:46:53.360Z Downloaded serde_with_macros v1.5.2
12332026-06-01T14:46:53.360Z Downloaded serde_cbor v0.11.2
12342026-06-01T14:46:53.363Z Downloaded tokio-postgres v0.7.16
12352026-06-01T14:46:53.365Z Downloaded serde_bytes v0.11.19
12362026-06-01T14:46:53.376Z Downloaded toml_edit v0.19.15
12372026-06-01T14:46:53.392Z Downloaded rustls-webpki v0.101.7
12382026-06-01T14:46:53.400Z Downloaded unicode_categories v0.1.1
12392026-06-01T14:46:53.403Z Downloaded zerocopy-derive v0.8.40
12402026-06-01T14:46:53.406Z Downloaded reqwest v0.12.28
12412026-06-01T14:46:53.410Z Downloaded zip v0.6.6
12422026-06-01T14:46:53.413Z Downloaded yansi v1.0.1
12432026-06-01T14:46:53.416Z Downloaded tower v0.5.3
12442026-06-01T14:46:53.426Z Downloaded salty v0.3.0
12452026-06-01T14:46:53.430Z Downloaded unicode-segmentation v1.12.0
12462026-06-01T14:46:53.434Z Downloaded typed-path v0.9.3
12472026-06-01T14:46:53.446Z Downloaded curve25519-dalek v4.1.3
12482026-06-01T14:46:53.451Z Downloaded tokio-util v0.7.18
12492026-06-01T14:46:53.456Z Downloaded rayon v1.11.0
12502026-06-01T14:46:53.461Z Downloaded tough v0.22.0
12512026-06-01T14:46:53.466Z Downloaded x509-cert v0.2.5
12522026-06-01T14:46:53.470Z Downloaded proptest v1.10.0
12532026-06-01T14:46:53.475Z Downloaded unicode-normalization v0.1.25
12542026-06-01T14:46:53.478Z Downloaded goblin v0.10.5
12552026-06-01T14:46:53.483Z Downloaded rustls-webpki v0.102.8
12562026-06-01T14:46:53.492Z Downloaded object v0.30.4
12572026-06-01T14:46:53.497Z Downloaded moka v0.12.13
12582026-06-01T14:46:53.502Z Downloaded petname v2.0.2
12592026-06-01T14:46:53.506Z Downloaded lalrpop v0.19.12
12602026-06-01T14:46:53.512Z Downloaded zip v4.6.1
12612026-06-01T14:46:53.515Z Downloaded winnow v0.6.26
12622026-06-01T14:46:53.520Z Downloaded serde_with v3.17.0
12632026-06-01T14:46:53.527Z Downloaded tower-http v0.6.8
12642026-06-01T14:46:53.531Z Downloaded portable-atomic v1.13.1
12652026-06-01T14:46:53.536Z Downloaded quick-xml v0.37.5
12662026-06-01T14:46:53.548Z Downloaded bstr v1.12.1
12672026-06-01T14:46:53.558Z Downloaded regex-syntax v0.6.29
12682026-06-01T14:46:53.562Z Downloaded tabled v0.20.0
12692026-06-01T14:46:53.574Z Downloaded winnow v1.0.3
12702026-06-01T14:46:53.579Z Downloaded winnow v0.5.40
12712026-06-01T14:46:53.584Z Downloaded quinn-proto v0.11.13
12722026-06-01T14:46:53.588Z Downloaded polar-core v0.27.3
12732026-06-01T14:46:53.592Z Downloaded openssl v0.10.79
12742026-06-01T14:46:53.597Z Downloaded rustls v0.21.12
12752026-06-01T14:46:53.604Z Downloaded vcpkg v0.2.15
12762026-06-01T14:46:53.627Z Downloaded nix v0.27.1
12772026-06-01T14:46:53.632Z Downloaded object v0.37.3
12782026-06-01T14:46:53.639Z Downloaded radix_trie v0.2.1
12792026-06-01T14:46:53.643Z Downloaded smoltcp v0.11.0
12802026-06-01T14:46:53.649Z Downloaded time v0.3.47
12812026-06-01T14:46:53.658Z Downloaded rustls v0.22.4
12822026-06-01T14:46:53.664Z Downloaded regress v0.10.5
12832026-06-01T14:46:53.669Z Downloaded dropshot v0.17.0
12842026-06-01T14:46:53.683Z Downloaded zlib-rs v0.6.2
12852026-06-01T14:46:53.686Z Downloaded rustls v0.23.37
12862026-06-01T14:46:53.693Z Downloaded nix v0.31.2
12872026-06-01T14:46:53.701Z Downloaded webpki-roots v1.0.6
12882026-06-01T14:46:53.703Z Downloaded hickory-proto v0.24.4
12892026-06-01T14:46:53.711Z Downloaded smoltcp v0.9.1
12902026-06-01T14:46:53.717Z Downloaded regex-syntax v0.8.10
12912026-06-01T14:46:53.723Z Downloaded nix v0.28.0
12922026-06-01T14:46:53.729Z Downloaded zerocopy v0.8.40
12932026-06-01T14:46:53.735Z Downloaded openapiv3 v2.2.0
12942026-06-01T14:46:53.742Z Downloaded regress v0.11.1
12952026-06-01T14:46:53.747Z Downloaded diesel v2.3.7
12962026-06-01T14:46:53.760Z Downloaded tracing v0.1.44
12972026-06-01T14:46:53.774Z Downloaded rustix v0.38.44
12982026-06-01T14:46:53.788Z Downloaded ratatui v0.29.0
12992026-06-01T14:46:53.799Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-06-01T14:46:53.807Z Downloaded hickory-proto v0.25.2
13012026-06-01T14:46:53.819Z Downloaded sqlparser v0.61.0
13022026-06-01T14:46:53.826Z Downloaded regex-automata v0.4.14
13032026-06-01T14:46:53.835Z Downloaded zerocopy-derive v0.6.6
13042026-06-01T14:46:53.844Z Downloaded sled v0.34.7
13052026-06-01T14:46:53.850Z Downloaded jiff v0.2.21
13062026-06-01T14:46:53.861Z Downloaded typify-impl v0.6.2
13072026-06-01T14:46:53.869Z Downloaded petgraph v0.6.5
13082026-06-01T14:46:53.880Z Downloaded chrono-tz v0.10.4
13092026-06-01T14:46:53.892Z Downloaded typify-impl v0.4.3
13102026-06-01T14:46:53.910Z Downloaded sha3 v0.10.8
13112026-06-01T14:46:53.967Z Downloaded petgraph v0.8.3
13122026-06-01T14:46:53.981Z Downloaded csv v1.4.0
13132026-06-01T14:46:53.993Z Downloaded ring v0.17.14
13142026-06-01T14:46:54.019Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-01T14:46:54.036Z Downloaded libz-sys v1.1.24
13162026-06-01T14:46:54.056Z Downloaded tokio v1.52.1
13172026-06-01T14:46:54.101Z Downloaded encoding_rs v0.8.35
13182026-06-01T14:46:54.134Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-06-01T14:46:54.534Z Downloaded aws-lc-sys v0.40.0
13202026-06-01T14:46:54.787Z Compiling libc v0.2.185
13212026-06-01T14:46:54.787Z Compiling serde v1.0.228
13222026-06-01T14:46:54.791Z Compiling log v0.4.29
13232026-06-01T14:46:54.791Z Compiling shlex v1.3.0
13242026-06-01T14:46:54.940Z Compiling find-msvc-tools v0.1.9
13252026-06-01T14:46:54.952Z Compiling smallvec v1.15.1
13262026-06-01T14:46:54.959Z Compiling syn v2.0.117
13272026-06-01T14:46:54.971Z Compiling typenum v1.19.0
13282026-06-01T14:46:55.124Z Compiling generic-array v0.14.7
13292026-06-01T14:46:55.136Z Compiling subtle v2.6.1
13302026-06-01T14:46:55.181Z Compiling scopeguard v1.2.0
13312026-06-01T14:46:55.220Z Compiling const-oid v0.9.6
13322026-06-01T14:46:55.252Z Compiling serde_json v1.0.149
13332026-06-01T14:46:55.315Z Compiling lock_api v0.4.14
13342026-06-01T14:46:55.320Z Compiling zerocopy v0.8.40
13352026-06-01T14:46:55.372Z Compiling pin-project-lite v0.2.17
13362026-06-01T14:46:55.465Z Compiling portable-atomic v1.13.1
13372026-06-01T14:46:55.510Z Compiling parking_lot_core v0.9.12
13382026-06-01T14:46:55.732Z Compiling pkg-config v0.3.32
13392026-06-01T14:46:55.745Z Compiling getrandom v0.2.17
13402026-06-01T14:46:55.808Z Compiling jobserver v0.1.34
13412026-06-01T14:46:55.912Z Compiling rand_core v0.6.4
13422026-06-01T14:46:55.930Z Compiling errno v0.3.14
13432026-06-01T14:46:56.072Z Compiling cc v1.2.56
13442026-06-01T14:46:56.182Z Compiling signal-hook-registry v1.4.8
13452026-06-01T14:46:56.187Z Compiling bitflags v2.11.0
13462026-06-01T14:46:56.277Z Compiling futures-core v0.3.32
13472026-06-01T14:46:56.277Z Compiling critical-section v1.2.0
13482026-06-01T14:46:56.410Z Compiling libm v0.2.16
13492026-06-01T14:46:56.437Z Compiling once_cell v1.21.3
13502026-06-01T14:46:56.452Z Compiling parking_lot v0.12.5
13512026-06-01T14:46:56.469Z Compiling mio v1.2.0
13522026-06-01T14:46:56.483Z Compiling num-traits v0.2.19
13532026-06-01T14:46:56.556Z Compiling percent-encoding v2.3.2
13542026-06-01T14:46:56.642Z Compiling socket2 v0.6.3
13552026-06-01T14:46:56.749Z Compiling futures-sink v0.3.32
13562026-06-01T14:46:56.814Z Compiling getrandom v0.4.1
13572026-06-01T14:46:56.827Z Compiling futures-io v0.3.32
13582026-06-01T14:46:56.851Z Compiling futures-channel v0.3.32
13592026-06-01T14:46:56.924Z Compiling cpufeatures v0.2.17
13602026-06-01T14:46:56.980Z Compiling slab v0.4.12
13612026-06-01T14:46:57.001Z Compiling futures-task v0.3.32
13622026-06-01T14:46:57.042Z Compiling rand_core v0.10.0
13632026-06-01T14:46:57.070Z Compiling indexmap v2.14.0
13642026-06-01T14:46:57.159Z Compiling getrandom v0.3.4
13652026-06-01T14:46:57.176Z Compiling rustversion v1.0.22
13662026-06-01T14:46:57.205Z Compiling cmake v0.1.57
13672026-06-01T14:46:57.390Z Compiling form_urlencoded v1.2.2
13682026-06-01T14:46:57.603Z Compiling fs_extra v1.3.0
13692026-06-01T14:46:57.616Z Compiling dunce v1.0.5
13702026-06-01T14:46:57.706Z Compiling synstructure v0.13.2
13712026-06-01T14:46:57.720Z Compiling base64ct v1.8.3
13722026-06-01T14:46:57.825Z Compiling ident_case v1.0.1
13732026-06-01T14:46:57.874Z Compiling aws-lc-sys v0.40.0
13742026-06-01T14:46:58.033Z Compiling iana-time-zone v0.1.65
13752026-06-01T14:46:58.116Z Compiling pem-rfc7468 v0.7.0
13762026-06-01T14:46:58.190Z Compiling flagset v0.4.7
13772026-06-01T14:46:58.227Z Compiling regex-syntax v0.8.10
13782026-06-01T14:46:58.240Z Compiling rustix v1.1.3
13792026-06-01T14:46:58.303Z Compiling rand_core v0.9.5
13802026-06-01T14:46:58.322Z Compiling ring v0.17.14
13812026-06-01T14:46:58.418Z Compiling vcpkg v0.2.15
13822026-06-01T14:46:58.432Z Compiling aws-lc-rs v1.16.3
13832026-06-01T14:46:58.588Z Compiling uuid v1.23.0
13842026-06-01T14:46:58.724Z Compiling rustc_version v0.4.1
13852026-06-01T14:46:59.063Z Compiling tracing-core v0.1.36
13862026-06-01T14:46:59.175Z Compiling openssl-sys v0.9.115
13872026-06-01T14:46:59.321Z Compiling base64 v0.22.1
13882026-06-01T14:46:59.532Z Compiling serde_derive v1.0.228
13892026-06-01T14:46:59.637Z Compiling zeroize_derive v1.4.3
13902026-06-01T14:46:59.655Z Compiling zerofrom-derive v0.1.6
13912026-06-01T14:46:59.715Z Compiling yoke-derive v0.8.1
13922026-06-01T14:47:00.027Z Compiling zerocopy-derive v0.8.40
13932026-06-01T14:47:00.284Z Compiling zeroize v1.8.2
13942026-06-01T14:47:00.662Z Compiling zerovec-derive v0.11.2
13952026-06-01T14:47:00.911Z Compiling displaydoc v0.2.5
13962026-06-01T14:47:01.103Z Compiling crypto-common v0.1.7
13972026-06-01T14:47:01.118Z Compiling zerofrom v0.1.6
13982026-06-01T14:47:01.242Z Compiling yoke v0.8.1
13992026-06-01T14:47:01.256Z Compiling block-buffer v0.10.4
14002026-06-01T14:47:01.427Z Compiling digest v0.10.7
14012026-06-01T14:47:01.427Z Compiling tokio-macros v2.7.0
14022026-06-01T14:47:01.683Z Compiling futures-macro v0.3.32
14032026-06-01T14:47:01.697Z Compiling zerotrie v0.2.3
14042026-06-01T14:47:01.845Z Compiling zerovec v0.11.5
14052026-06-01T14:47:01.984Z Compiling hmac v0.12.1
14062026-06-01T14:47:02.143Z Compiling block-padding v0.3.3
14072026-06-01T14:47:02.158Z Compiling sha2 v0.10.9
14082026-06-01T14:47:02.301Z Compiling tinystr v0.8.2
14092026-06-01T14:47:02.348Z Compiling potential_utf v0.1.4
14102026-06-01T14:47:02.474Z Compiling icu_locale_core v2.1.1
14112026-06-01T14:47:02.504Z Compiling icu_collections v2.1.1
14122026-06-01T14:47:02.517Z Compiling futures-util v0.3.32
14132026-06-01T14:47:03.011Z Compiling bytes v1.11.1
14142026-06-01T14:47:03.035Z Compiling inout v0.1.4
14152026-06-01T14:47:03.085Z Compiling icu_provider v2.1.1
14162026-06-01T14:47:03.211Z Compiling cipher v0.4.4
14172026-06-01T14:47:03.359Z Compiling icu_normalizer v2.1.1
14182026-06-01T14:47:03.390Z Compiling icu_properties v2.1.2
14192026-06-01T14:47:03.482Z Compiling tokio v1.52.1
14202026-06-01T14:47:03.591Z Compiling der_derive v0.7.3
14212026-06-01T14:47:03.628Z Compiling http v1.4.0
14222026-06-01T14:47:03.913Z Compiling chrono v0.4.44
14232026-06-01T14:47:04.512Z Compiling idna_adapter v1.2.1
14242026-06-01T14:47:04.540Z Compiling ppv-lite86 v0.2.21
14252026-06-01T14:47:04.554Z Compiling der v0.7.10
14262026-06-01T14:47:04.569Z Compiling salsa20 v0.10.2
14272026-06-01T14:47:04.640Z Compiling idna v1.1.0
14282026-06-01T14:47:04.706Z Compiling pbkdf2 v0.12.2
14292026-06-01T14:47:04.822Z Compiling rustls-pki-types v1.14.0
14302026-06-01T14:47:04.850Z Compiling thiserror-impl v2.0.18
14312026-06-01T14:47:04.866Z Compiling tracing-attributes v0.1.31
14322026-06-01T14:47:05.259Z Compiling url v2.5.8
14332026-06-01T14:47:05.274Z Compiling rand_chacha v0.9.0
14342026-06-01T14:47:05.286Z Compiling scrypt v0.11.0
14352026-06-01T14:47:05.537Z Compiling spki v0.7.3
14362026-06-01T14:47:05.745Z Compiling http-body v1.0.1
14372026-06-01T14:47:05.748Z Compiling cbc v0.1.2
14382026-06-01T14:47:05.901Z Compiling aes v0.8.4
14392026-06-01T14:47:05.951Z Compiling untrusted v0.9.0
14402026-06-01T14:47:05.980Z Compiling tinyvec_macros v0.1.1
14412026-06-01T14:47:06.038Z Compiling openssl-probe v0.2.1
14422026-06-01T14:47:06.051Z Compiling httparse v1.10.1
14432026-06-01T14:47:06.073Z Compiling untrusted v0.7.1
14442026-06-01T14:47:06.148Z Compiling tracing v0.1.44
14452026-06-01T14:47:06.166Z Compiling thiserror v2.0.18
14462026-06-01T14:47:06.208Z Compiling tinyvec v1.10.0
14472026-06-01T14:47:06.268Z Compiling pest_generator v2.8.6
14482026-06-01T14:47:06.412Z Compiling pkcs5 v0.7.1
14492026-06-01T14:47:06.426Z Compiling rand v0.9.2
14502026-06-01T14:47:06.543Z Compiling serde_derive_internals v0.29.1
14512026-06-01T14:47:06.889Z Compiling aho-corasick v1.1.4
14522026-06-01T14:47:06.948Z Compiling tower-layer v0.3.3
14532026-06-01T14:47:06.964Z Compiling schemars v0.8.22
14542026-06-01T14:47:07.109Z Compiling try-lock v0.2.5
14552026-06-01T14:47:07.162Z Compiling tokio-util v0.7.18
14562026-06-01T14:47:07.202Z Compiling atomic-waker v1.1.2
14572026-06-01T14:47:07.217Z Compiling tower-service v0.3.3
14582026-06-01T14:47:07.312Z Compiling rustls v0.23.37
14592026-06-01T14:47:07.327Z Compiling dyn-clone v1.0.20
14602026-06-01T14:47:07.427Z Compiling schemars_derive v0.8.22
14612026-06-01T14:47:07.460Z Compiling want v0.3.1
14622026-06-01T14:47:07.500Z Compiling pest_derive v2.8.6
14632026-06-01T14:47:07.624Z Compiling pkcs8 v0.10.2
14642026-06-01T14:47:07.959Z Compiling h2 v0.4.13
14652026-06-01T14:47:07.975Z Compiling regex-automata v0.4.14
14662026-06-01T14:47:08.217Z Compiling ipnet v2.11.0
14672026-06-01T14:47:08.282Z Compiling scroll_derive v0.13.1
14682026-06-01T14:47:08.599Z Compiling darling_core v0.20.11
14692026-06-01T14:47:08.704Z Compiling pin-utils v0.1.0
14702026-06-01T14:47:08.720Z Compiling foreign-types-shared v0.1.1
14712026-06-01T14:47:08.780Z Compiling openssl v0.10.79
14722026-06-01T14:47:08.809Z Compiling httpdate v1.0.3
14732026-06-01T14:47:09.030Z Compiling foreign-types v0.3.2
14742026-06-01T14:47:09.045Z Compiling tempfile v3.25.0
14752026-06-01T14:47:09.083Z Compiling scroll v0.13.0
14762026-06-01T14:47:09.123Z Compiling unicode-normalization v0.1.25
14772026-06-01T14:47:09.409Z Compiling openssl-macros v0.1.1
14782026-06-01T14:47:09.573Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-06-01T14:47:09.750Z Compiling socket2 v0.5.10
14802026-06-01T14:47:09.801Z Compiling spin v0.9.8
14812026-06-01T14:47:09.959Z Compiling native-tls v0.2.18
14822026-06-01T14:47:10.007Z Compiling num-conv v0.2.0
14832026-06-01T14:47:10.137Z Compiling crc32fast v1.5.0
14842026-06-01T14:47:10.151Z Compiling powerfmt v0.2.0
14852026-06-01T14:47:10.164Z Compiling time-core v0.1.8
14862026-06-01T14:47:10.309Z Compiling time-macros v0.2.27
14872026-06-01T14:47:10.347Z Compiling deranged v0.5.8
14882026-06-01T14:47:10.860Z Compiling darling_macro v0.20.11
14892026-06-01T14:47:11.292Z Compiling hyper v1.8.1
14902026-06-01T14:47:11.323Z Compiling darling v0.20.11
14912026-06-01T14:47:11.341Z Compiling goblin v0.10.5
14922026-06-01T14:47:11.425Z Compiling rustls-native-certs v0.8.3
14932026-06-01T14:47:11.693Z Compiling sync_wrapper v1.0.2
14942026-06-01T14:47:11.803Z Compiling wait-timeout v0.2.1
14952026-06-01T14:47:11.873Z Compiling usdt-impl v0.6.0
14962026-06-01T14:47:12.026Z Compiling bit-vec v0.8.0
14972026-06-01T14:47:12.067Z Compiling quick-error v1.2.3
14982026-06-01T14:47:12.081Z Compiling unicode-segmentation v1.12.0
14992026-06-01T14:47:12.170Z Compiling siphasher v1.0.2
15002026-06-01T14:47:12.251Z Compiling syn v1.0.109
15012026-06-01T14:47:12.357Z Compiling hyper-util v0.1.20
15022026-06-01T14:47:12.452Z Compiling crossbeam-utils v0.8.21
15032026-06-01T14:47:12.550Z Compiling num_threads v0.1.7
15042026-06-01T14:47:12.652Z Compiling simd-adler32 v0.3.8
15052026-06-01T14:47:12.830Z Compiling time v0.3.47
15062026-06-01T14:47:12.991Z Compiling bit-set v0.8.0
15072026-06-01T14:47:13.121Z Compiling rusty-fork v0.3.1
15082026-06-01T14:47:13.177Z Compiling tower v0.5.3
15092026-06-01T14:47:13.449Z Compiling derive_builder_core v0.20.2
15102026-06-01T14:47:13.659Z Compiling dtrace-parser v0.3.0
15112026-06-01T14:47:13.674Z Compiling http-body-util v0.1.3
15122026-06-01T14:47:13.919Z Compiling webpki-roots v1.0.6
15132026-06-01T14:47:14.043Z Compiling dof v0.4.0
15142026-06-01T14:47:14.119Z Compiling signature v2.2.0
15152026-06-01T14:47:14.304Z Compiling scroll_derive v0.12.1
15162026-06-01T14:47:14.325Z Compiling thiserror-impl v1.0.69
15172026-06-01T14:47:14.414Z Compiling heapless v0.7.17
15182026-06-01T14:47:14.445Z Compiling rand_xorshift v0.4.0
15192026-06-01T14:47:14.602Z Compiling slog v2.8.2
15202026-06-01T14:47:14.647Z Compiling darling_core v0.21.3
15212026-06-01T14:47:14.783Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-06-01T14:47:14.951Z Compiling thread-id v5.1.0
15232026-06-01T14:47:15.035Z Compiling cookie v0.18.1
15242026-06-01T14:47:15.056Z Compiling allocator-api2 v0.2.21
15252026-06-01T14:47:15.193Z Compiling adler2 v2.0.1
15262026-06-01T14:47:15.218Z Compiling zstd-safe v7.2.4
15272026-06-01T14:47:15.328Z Compiling paste v1.0.15
15282026-06-01T14:47:15.372Z Compiling unarray v0.1.4
15292026-06-01T14:47:15.410Z Compiling signal-hook v0.3.18
15302026-06-01T14:47:15.484Z Compiling unicode-bidi v0.3.18
15312026-06-01T14:47:15.553Z Compiling iri-string v0.7.10
15322026-06-01T14:47:15.577Z Compiling ryu v1.0.23
15332026-06-01T14:47:15.580Z Compiling anyhow v1.0.102
15342026-06-01T14:47:15.604Z Compiling unicode-properties v0.1.4
15352026-06-01T14:47:15.754Z Compiling serde_urlencoded v0.7.1
15362026-06-01T14:47:15.808Z Compiling stringprep v0.1.5
15372026-06-01T14:47:16.027Z Compiling thiserror v1.0.69
15382026-06-01T14:47:16.041Z Compiling proptest v1.10.0
15392026-06-01T14:47:16.104Z Compiling miniz_oxide v0.8.9
15402026-06-01T14:47:16.706Z Compiling tower-http v0.6.8
15412026-06-01T14:47:16.807Z Compiling scroll v0.12.0
15422026-06-01T14:47:17.008Z Compiling derive_builder_macro v0.20.2
15432026-06-01T14:47:17.037Z Compiling tokio-native-tls v0.3.1
15442026-06-01T14:47:17.094Z Compiling heck v0.4.1
15452026-06-01T14:47:17.118Z Compiling darling_macro v0.21.3
15462026-06-01T14:47:17.203Z Compiling bstr v1.12.1
15472026-06-01T14:47:17.315Z Compiling ipnetwork v0.21.1
15482026-06-01T14:47:17.455Z Compiling rand_chacha v0.3.1
15492026-06-01T14:47:17.545Z Compiling toml_datetime v0.6.11
15502026-06-01T14:47:17.588Z Compiling serde_tokenstream v0.2.3
15512026-06-01T14:47:17.709Z Compiling erased-serde v0.3.31
15522026-06-01T14:47:17.804Z Compiling serde_spanned v0.6.9
15532026-06-01T14:47:17.852Z Compiling md-5 v0.10.6
15542026-06-01T14:47:17.897Z Compiling async-trait v0.1.89
15552026-06-01T14:47:17.960Z Compiling pin-project-internal v1.1.11
15562026-06-01T14:47:18.042Z Compiling zerocopy-derive v0.7.35
15572026-06-01T14:47:18.245Z Compiling curve25519-dalek v4.1.3
15582026-06-01T14:47:18.286Z Compiling vergen-lib v9.1.0
15592026-06-01T14:47:18.469Z Compiling num-integer v0.1.46
15602026-06-01T14:47:18.585Z Compiling hash32 v0.2.1
15612026-06-01T14:47:18.786Z Compiling ff v0.13.1
15622026-06-01T14:47:18.799Z Compiling memoffset v0.9.1
15632026-06-01T14:47:18.921Z Compiling encoding_rs v0.8.35
15642026-06-01T14:47:18.935Z Compiling rustix v0.38.44
15652026-06-01T14:47:18.977Z Compiling mime v0.3.17
15662026-06-01T14:47:19.002Z Compiling fallible-iterator v0.2.0
15672026-06-01T14:47:19.084Z Compiling cfg_aliases v0.2.1
15682026-06-01T14:47:19.162Z Compiling psl-types v2.0.11
15692026-06-01T14:47:19.240Z Compiling zlib-rs v0.6.2
15702026-06-01T14:47:19.286Z Compiling smoltcp v0.9.1
15712026-06-01T14:47:19.300Z Compiling base16ct v0.2.0
15722026-06-01T14:47:19.323Z Compiling num-bigint-dig v0.8.6
15732026-06-01T14:47:19.477Z Compiling ref-cast v1.0.25
15742026-06-01T14:47:19.511Z Compiling litrs v1.0.0
15752026-06-01T14:47:19.660Z Compiling sec1 v0.7.3
15762026-06-01T14:47:19.918Z Compiling postgres-protocol v0.6.10
15772026-06-01T14:47:19.935Z Compiling publicsuffix v2.3.0
15782026-06-01T14:47:20.018Z Compiling document-features v0.2.12
15792026-06-01T14:47:20.105Z Compiling nix v0.31.2
15802026-06-01T14:47:20.423Z Compiling pin-project v1.1.11
15812026-06-01T14:47:20.473Z Compiling zerocopy v0.7.35
15822026-06-01T14:47:20.521Z Compiling group v0.13.0
15832026-06-01T14:47:20.584Z Compiling num-iter v0.1.45
15842026-06-01T14:47:20.728Z Compiling newtype-uuid v1.3.2
15852026-06-01T14:47:20.918Z Compiling hubpack_derive v0.1.1
15862026-06-01T14:47:21.007Z Compiling rand v0.8.6
15872026-06-01T14:47:21.007Z Compiling darling v0.21.3
15882026-06-01T14:47:21.048Z Compiling oxnet v0.1.5
15892026-06-01T14:47:21.090Z Compiling derive_builder v0.20.2
15902026-06-01T14:47:21.150Z Compiling snafu-derive v0.8.9
15912026-06-01T14:47:21.214Z Compiling hyper-tls v0.6.0
15922026-06-01T14:47:21.354Z Compiling goblin v0.8.2
15932026-06-01T14:47:22.113Z Compiling flate2 v1.1.9
15942026-06-01T14:47:22.292Z Compiling phf_shared v0.13.1
15952026-06-01T14:47:22.325Z Compiling regex v1.12.3
15962026-06-01T14:47:22.419Z Compiling lazy_static v1.5.0
15972026-06-01T14:47:22.515Z Compiling anstyle-parse v0.2.7
15982026-06-01T14:47:22.518Z Compiling strum_macros v0.27.2
15992026-06-01T14:47:22.530Z Compiling futures-executor v0.3.32
16002026-06-01T14:47:22.702Z Compiling hex v0.4.3
16012026-06-01T14:47:22.749Z Compiling hkdf v0.12.4
16022026-06-01T14:47:22.798Z Compiling crypto-bigint v0.5.5
16032026-06-01T14:47:22.959Z Compiling terminal_size v0.4.3
16042026-06-01T14:47:23.007Z Compiling ref-cast-impl v1.0.25
16052026-06-01T14:47:23.061Z Compiling daft-derive v0.1.7
16062026-06-01T14:47:23.100Z Compiling curve25519-dalek-derive v0.1.1
16072026-06-01T14:47:23.550Z Compiling vergen v9.1.0
16082026-06-01T14:47:23.737Z Compiling fs-err v3.3.0
16092026-06-01T14:47:23.751Z Compiling cargo-platform v0.3.2
16102026-06-01T14:47:23.792Z Compiling ahash v0.8.12
16112026-06-01T14:47:23.928Z Compiling foldhash v0.2.0
16122026-06-01T14:47:23.996Z Compiling bitflags v1.3.2
16132026-06-01T14:47:24.030Z Compiling libbz2-rs-sys v0.2.2
16142026-06-01T14:47:24.076Z Compiling same-file v1.0.6
16152026-06-01T14:47:24.154Z Compiling winnow v0.5.40
16162026-06-01T14:47:24.243Z Compiling managed v0.8.0
16172026-06-01T14:47:24.464Z Compiling bumpalo v3.20.2
16182026-06-01T14:47:24.560Z Compiling object v0.37.3
16192026-06-01T14:47:24.707Z Compiling foldhash v0.1.5
16202026-06-01T14:47:24.721Z Compiling clap_builder v4.6.0
16212026-06-01T14:47:24.877Z Compiling hashbrown v0.15.5
16222026-06-01T14:47:24.891Z Compiling zopfli v0.8.3
16232026-06-01T14:47:24.912Z Compiling strum v0.27.2
16242026-06-01T14:47:24.986Z Compiling bzip2 v0.6.1
16252026-06-01T14:47:25.191Z Compiling walkdir v2.5.0
16262026-06-01T14:47:25.416Z Compiling toml_edit v0.19.15
16272026-06-01T14:47:25.501Z Compiling hashbrown v0.16.1
16282026-06-01T14:47:25.603Z Compiling cargo_metadata v0.23.1
16292026-06-01T14:47:25.669Z Compiling daft v0.1.7
16302026-06-01T14:47:25.828Z Compiling elliptic-curve v0.13.8
16312026-06-01T14:47:26.106Z Compiling dof v0.3.0
16322026-06-01T14:47:26.329Z Compiling snafu v0.8.9
16332026-06-01T14:47:26.689Z Compiling futures v0.3.32
16342026-06-01T14:47:26.775Z Compiling anstream v0.6.21
16352026-06-01T14:47:26.943Z Compiling phf v0.13.1
16362026-06-01T14:47:27.043Z Compiling signal-hook-mio v0.2.5
16372026-06-01T14:47:27.108Z Compiling cookie_store v0.22.1
16382026-06-01T14:47:27.160Z Compiling zstd v0.13.3
16392026-06-01T14:47:27.424Z Compiling bzip2 v0.4.4
16402026-06-01T14:47:27.450Z Compiling hubpack v0.1.2
16412026-06-01T14:47:27.633Z Compiling serde_with_macros v3.17.0
16422026-06-01T14:47:27.702Z Compiling postgres-types v0.2.12
16432026-06-01T14:47:27.759Z Compiling usdt-attr-macro v0.6.0
16442026-06-01T14:47:28.094Z Compiling usdt-macro v0.6.0
16452026-06-01T14:47:28.298Z Compiling globset v0.4.18
16462026-06-01T14:47:28.589Z Compiling dtrace-parser v0.2.0
16472026-06-01T14:47:28.806Z Compiling ed25519 v2.2.3
16482026-06-01T14:47:28.832Z Compiling phf_shared v0.11.3
16492026-06-01T14:47:28.884Z Compiling olpc-cjson v0.1.4
16502026-06-01T14:47:29.002Z Compiling pkcs1 v0.7.5
16512026-06-01T14:47:29.005Z Compiling enum-as-inner v0.6.1
16522026-06-01T14:47:29.031Z Compiling clap_derive v4.6.1
16532026-06-01T14:47:29.046Z Compiling strum_macros v0.26.4
16542026-06-01T14:47:29.360Z Compiling serde_plain v1.0.2
16552026-06-01T14:47:29.393Z Compiling serde-big-array v0.5.1
16562026-06-01T14:47:29.523Z Compiling rfc6979 v0.4.0
16572026-06-01T14:47:29.537Z Compiling pem v3.0.6
16582026-06-01T14:47:29.554Z Compiling serde_repr v0.1.20
16592026-06-01T14:47:29.646Z Compiling async-recursion v1.1.1
16602026-06-01T14:47:29.719Z Compiling float-cmp v0.10.0
16612026-06-01T14:47:29.861Z Compiling thread-id v4.2.2
16622026-06-01T14:47:29.876Z Compiling memmap2 v0.9.10
16632026-06-01T14:47:29.946Z Compiling env_filter v1.0.0
16642026-06-01T14:47:30.074Z Compiling fixedbitset v0.5.7
16652026-06-01T14:47:30.090Z Compiling typed-path v0.9.3
16662026-06-01T14:47:30.246Z Compiling normalize-line-endings v0.3.0
16672026-06-01T14:47:30.280Z Compiling fixedbitset v0.4.2
16682026-06-01T14:47:30.341Z Compiling static_assertions v1.1.0
16692026-06-01T14:47:30.373Z Compiling data-encoding v2.10.0
16702026-06-01T14:47:30.418Z Compiling precomputed-hash v0.1.1
16712026-06-01T14:47:30.494Z Compiling new_debug_unreachable v1.0.6
16722026-06-01T14:47:30.508Z Compiling jiff v0.2.21
16732026-06-01T14:47:30.568Z Compiling whoami v2.1.0
16742026-06-01T14:47:30.774Z Compiling predicates-core v1.0.10
16752026-06-01T14:47:30.777Z Compiling keccak v0.1.6
16762026-06-01T14:47:30.954Z Compiling difflib v0.4.0
16772026-06-01T14:47:30.954Z Compiling sha3 v0.10.8
16782026-06-01T14:47:31.053Z Compiling tokio-postgres v0.7.16
16792026-06-01T14:47:31.299Z Compiling predicates v3.1.4
16802026-06-01T14:47:31.419Z Compiling clap v4.6.1
16812026-06-01T14:47:31.506Z Compiling toml_edit v0.22.27
16822026-06-01T14:47:31.521Z Compiling strum v0.26.3
16832026-06-01T14:47:31.592Z Compiling hickory-proto v0.25.2
16842026-06-01T14:47:31.651Z Compiling string_cache v0.8.9
16852026-06-01T14:47:31.882Z Compiling petgraph v0.6.5
16862026-06-01T14:47:31.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-06-01T14:47:32.386Z Compiling petgraph v0.8.3
16882026-06-01T14:47:33.234Z Compiling zip v4.6.1
16892026-06-01T14:47:33.410Z Compiling env_logger v0.11.9
16902026-06-01T14:47:33.770Z Compiling usdt v0.6.0
16912026-06-01T14:47:34.038Z Compiling usdt-impl v0.5.0
16922026-06-01T14:47:34.201Z Compiling ecdsa v0.16.9
16932026-06-01T14:47:34.270Z Compiling rsa v0.9.10
16942026-06-01T14:47:34.387Z Compiling ed25519-dalek v2.2.0
16952026-06-01T14:47:34.593Z Compiling serde_with v3.17.0
16962026-06-01T14:47:34.615Z Compiling crossterm v0.28.1
16972026-06-01T14:47:34.817Z Compiling zip v0.6.6
16982026-06-01T14:47:35.401Z Compiling toml v0.7.8
16992026-06-01T14:47:35.440Z Compiling iddqd v0.4.2
17002026-06-01T14:47:36.245Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-01T14:47:36.286Z Compiling similar v2.7.0
17022026-06-01T14:47:36.289Z Compiling crossbeam-epoch v0.9.18
17032026-06-01T14:47:36.313Z Compiling tokio-stream v0.1.18
17042026-06-01T14:47:36.623Z Compiling buf-list v1.1.2
17052026-06-01T14:47:36.732Z Compiling x509-cert v0.2.5
17062026-06-01T14:47:36.777Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-01T14:47:36.876Z Compiling openapiv3 v2.2.0
17082026-06-01T14:47:36.899Z Compiling sha1 v0.10.6
17092026-06-01T14:47:37.082Z Compiling lalrpop-util v0.19.12
17102026-06-01T14:47:37.123Z Compiling peg-runtime v0.8.5
17112026-06-01T14:47:37.159Z Compiling either v1.15.0
17122026-06-01T14:47:37.276Z Compiling thread_local v1.1.9
17132026-06-01T14:47:37.370Z Compiling slog-async v2.8.0
17142026-06-01T14:47:37.408Z Compiling crossbeam-channel v0.5.15
17152026-06-01T14:47:37.529Z Compiling filetime v0.2.27
17162026-06-01T14:47:37.578Z Compiling is-terminal v0.4.17
17172026-06-01T14:47:37.676Z Compiling term v1.2.1
17182026-06-01T14:47:37.690Z Compiling xattr v1.6.1
17192026-06-01T14:47:37.704Z Compiling take_mut v0.2.2
17202026-06-01T14:47:37.816Z Compiling tar v0.4.45
17212026-06-01T14:47:38.270Z Compiling slog-term v2.9.2
17222026-06-01T14:47:47.982Z Compiling rustls-webpki v0.103.9
17232026-06-01T14:47:50.783Z Compiling tokio-rustls v0.26.4
17242026-06-01T14:47:50.783Z Compiling rustls-platform-verifier v0.6.2
17252026-06-01T14:47:50.977Z Compiling hyper-rustls v0.27.7
17262026-06-01T14:47:51.189Z Compiling reqwest v0.12.28
17272026-06-01T14:47:51.202Z Compiling reqwest v0.13.2
17282026-06-01T14:47:52.449Z Compiling tough v0.22.0
17292026-06-01T14:47:55.005Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-06-01T14:47:55.223Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-06-01T14:47:58.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-06-01T14:47:58.278Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-06-01T14:47:58.337ZJun 01 14:47:56.620 INFO Starting download, target: Cockroach
17342026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: Clickhouse
17352026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: Console
17362026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: DendriteStub
17372026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: MaghemiteMgd
17382026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: MaghemiteDdmd
17392026-06-01T14:47:58.337ZJun 01 14:47:56.621 INFO Starting download, target: TransceiverControl
17402026-06-01T14:47:58.340ZJun 01 14:47:56.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-06-01T14:47:58.341ZJun 01 14:47:56.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-06-01T14:47:59.345ZJun 01 14:47:57.629 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-01T14:47:59.572ZJun 01 14:47:57.856 INFO Download complete, target: Console
17492026-06-01T14:48:00.132ZJun 01 14:47:58.405 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-06-01T14:48:00.256ZJun 01 14:47:58.530 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-06-01T14:48:00.370ZJun 01 14:47:58.649 INFO Download complete, target: TransceiverControl
17522026-06-01T14:48:01.588ZJun 01 14:47:59.867 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-06-01T14:48:01.778ZJun 01 14:48:00.058 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-06-01T14:48:01.994ZJun 01 14:48:00.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-06-01T14:48:02.370ZJun 01 14:48:00.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-06-01T14:48:02.371ZJun 01 14:48:00.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-06-01T14:48:03.577ZJun 01 14:48:01.861 INFO Download complete, target: MaghemiteDdmd
17582026-06-01T14:48:04.518ZJun 01 14:48:02.802 INFO Download complete, target: DendriteStub
17592026-06-01T14:48:04.531ZJun 01 14:48:02.815 INFO Download complete, target: MaghemiteMgd
17602026-06-01T14:48:06.992ZJun 01 14:48:05.274 INFO Checking that binary works, target: Clickhouse
17612026-06-01T14:48:07.020ZJun 01 14:48:05.285 INFO Checking that binary works, target: Cockroach
17622026-06-01T14:48:07.115ZJun 01 14:48:05.398 INFO Download complete, target: Cockroach
17632026-06-01T14:48:07.135ZJun 01 14:48:05.416 INFO Download complete, target: Clickhouse
17642026-06-01T14:48:07.152ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-01T14:48:07.164Z
17662026-06-01T14:48:07.165Zreal 2:21.138933647
17672026-06-01T14:48:07.165Zuser 6:59.297400939
17682026-06-01T14:48:07.165Zsys 1:24.111180108
17692026-06-01T14:48:07.165Ztrap 0.233026175
17702026-06-01T14:48:07.165Ztflt 0.645424063
17712026-06-01T14:48:07.165Zdflt 0.511483429
17722026-06-01T14:48:07.165Zkflt 0.024332855
17732026-06-01T14:48:07.165Zlock 21:44.616311302
17742026-06-01T14:48:07.165Zslp 21:23.334449209
17752026-06-01T14:48:07.165Zlat 46.221750000
17762026-06-01T14:48:07.165Zstop 2:01.658637016
17772026-06-01T14:48:07.165Z+ banner hack-check
17782026-06-01T14:48:07.165Z
17792026-06-01T14:48:07.165Z # # ## #### # # #### # # ###### #### # #
17802026-06-01T14:48:07.166Z # # # # # # # # # # # # # # # # #
17812026-06-01T14:48:07.166Z ###### # # # #### ##### # ###### ##### # ####
17822026-06-01T14:48:07.166Z # # ###### # # # # # # # # # #
17832026-06-01T14:48:07.166Z # # # # # # # # # # # # # # # # #
17842026-06-01T14:48:07.166Z # # # # #### # # #### # # ###### #### # #
17852026-06-01T14:48:07.166Z
17862026-06-01T14:48:07.166Z+ export CARGO_INCREMENTAL=0
17872026-06-01T14:48:07.166Z+ CARGO_INCREMENTAL=0
17882026-06-01T14:48:07.166Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-06-01T14:48:07.721Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-01T14:48:07.941Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-01T14:48:09.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
17922026-06-01T14:48:09.952Z Running `target/debug/xtask check-features --ci`
17932026-06-01T14:48:09.980Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-06-01T14:48:09.980Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-06-01T14:48:10.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17962026-06-01T14:48:10.520Z Running `target/debug/xtask download cargo-hack`
17972026-06-01T14:48:11.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-06-01T14:48:11.696Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-06-01T14:48:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
18002026-06-01T14:48:14.416Z Running `target/debug/xtask-downloader cargo-hack`
18012026-06-01T14:48:14.458ZJun 01 14:48:12.742 INFO Starting download, target: CargoHack
18022026-06-01T14:48:14.461ZJun 01 14:48:12.743 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-06-01T14:48:15.006ZJun 01 14:48:13.290 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-06-01T14:48:15.055ZJun 01 14:48:13.338 INFO Download complete, target: CargoHack
18052026-06-01T14:48:15.059Zrunning: "/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"
18062026-06-01T14:48:15.070Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-06-01T14:48:15.225Zinfo: running `cargo check --bins` on api_identity (1/298)
18082026-06-01T14:48:15.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-01T14:48:15.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-01T14:48:15.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-01T14:48:15.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18122026-06-01T14:48:15.832Z
18132026-06-01T14:48:15.832Zinfo: running `cargo check --bins` on bootstore (2/298)
18142026-06-01T14:48:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-01T14:48:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-01T14:48:16.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-01T14:48:16.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18182026-06-01T14:48:16.447Z
18192026-06-01T14:48:16.447Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18202026-06-01T14:48:16.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-01T14:48:16.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-01T14:48:16.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-01T14:48:16.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-06-01T14:48:17.063Z
18252026-06-01T14:48:17.063Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18262026-06-01T14:48:17.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-01T14:48:17.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-01T14:48:17.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-01T14:48:17.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18302026-06-01T14:48:17.677Z
18312026-06-01T14:48:17.677Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18322026-06-01T14:48:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-01T14:48:18.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-01T14:48:18.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-01T14:48:18.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18362026-06-01T14:48:18.292Z
18372026-06-01T14:48:18.292Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18382026-06-01T14:48:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-01T14:48:18.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-01T14:48:18.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-01T14:48:18.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18422026-06-01T14:48:18.925Z
18432026-06-01T14:48:18.925Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18442026-06-01T14:48:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-01T14:48:19.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-01T14:48:19.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-01T14:48:19.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18482026-06-01T14:48:19.544Z
18492026-06-01T14:48:19.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18502026-06-01T14:48:20.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-01T14:48:20.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-01T14:48:20.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-01T14:48:20.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18542026-06-01T14:48:20.161Z
18552026-06-01T14:48:20.161Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18562026-06-01T14:48:20.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-01T14:48:20.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-01T14:48:20.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-01T14:48:20.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18602026-06-01T14:48:20.659Z
18612026-06-01T14:48:20.659Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18622026-06-01T14:48:21.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-01T14:48:21.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-01T14:48:21.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-01T14:48:21.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18662026-06-01T14:48:21.161Z
18672026-06-01T14:48:21.161Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18682026-06-01T14:48:21.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-01T14:48:21.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-01T14:48:21.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-01T14:48:21.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18722026-06-01T14:48:21.663Z
18732026-06-01T14:48:21.664Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18742026-06-01T14:48:22.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-01T14:48:22.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-01T14:48:22.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-01T14:48:22.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18782026-06-01T14:48:22.158Z
18792026-06-01T14:48:22.158Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18802026-06-01T14:48:22.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-01T14:48:22.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-01T14:48:22.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-01T14:48:22.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18842026-06-01T14:48:22.656Z
18852026-06-01T14:48:22.656Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18862026-06-01T14:48:23.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-01T14:48:23.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-01T14:48:23.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-01T14:48:23.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18902026-06-01T14:48:23.153Z
18912026-06-01T14:48:23.153Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18922026-06-01T14:48:23.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-01T14:48:23.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-01T14:48:23.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-01T14:48:23.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18962026-06-01T14:48:23.648Z
18972026-06-01T14:48:23.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18982026-06-01T14:48:24.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-01T14:48:24.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-01T14:48:24.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-01T14:48:24.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19022026-06-01T14:48:24.144Z
19032026-06-01T14:48:24.144Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
19042026-06-01T14:48:24.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-01T14:48:24.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-01T14:48:24.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-01T14:48:24.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19082026-06-01T14:48:24.642Z
19092026-06-01T14:48:24.642Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19102026-06-01T14:48:25.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-01T14:48:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-01T14:48:25.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-01T14:48:25.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19142026-06-01T14:48:25.137Z
19152026-06-01T14:48:25.137Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19162026-06-01T14:48:25.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-01T14:48:25.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-01T14:48:25.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-01T14:48:25.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19202026-06-01T14:48:25.628Z
19212026-06-01T14:48:25.628Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19222026-06-01T14:48:26.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-01T14:48:26.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-01T14:48:26.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-01T14:48:26.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19262026-06-01T14:48:26.128Z
19272026-06-01T14:48:26.128Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19282026-06-01T14:48:26.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-01T14:48:26.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-01T14:48:26.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-01T14:48:26.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-06-01T14:48:26.626Z
19332026-06-01T14:48:26.626Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19342026-06-01T14:48:27.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-01T14:48:27.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-01T14:48:27.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-01T14:48:27.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19382026-06-01T14:48:27.127Z
19392026-06-01T14:48:27.127Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19402026-06-01T14:48:27.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-01T14:48:27.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-01T14:48:27.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-01T14:48:27.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19442026-06-01T14:48:27.622Z
19452026-06-01T14:48:27.622Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19462026-06-01T14:48:28.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-01T14:48:28.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-01T14:48:28.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-01T14:48:28.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19502026-06-01T14:48:28.121Z
19512026-06-01T14:48:28.121Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19522026-06-01T14:48:28.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-01T14:48:28.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-01T14:48:28.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-01T14:48:28.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19562026-06-01T14:48:28.614Z
19572026-06-01T14:48:28.614Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19582026-06-01T14:48:29.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-01T14:48:29.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-01T14:48:29.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-01T14:48:29.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19622026-06-01T14:48:29.113Z
19632026-06-01T14:48:29.113Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19642026-06-01T14:48:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-01T14:48:29.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-01T14:48:29.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-01T14:48:29.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19682026-06-01T14:48:29.615Z
19692026-06-01T14:48:29.615Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19702026-06-01T14:48:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-01T14:48:30.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-01T14:48:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-01T14:48:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19742026-06-01T14:48:30.114Z
19752026-06-01T14:48:30.114Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19762026-06-01T14:48:30.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-01T14:48:30.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-01T14:48:30.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-01T14:48:30.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19802026-06-01T14:48:30.614Z
19812026-06-01T14:48:30.614Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19822026-06-01T14:48:31.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-01T14:48:31.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-01T14:48:31.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-01T14:48:31.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19862026-06-01T14:48:31.113Z
19872026-06-01T14:48:31.113Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19882026-06-01T14:48:31.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-01T14:48:31.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-01T14:48:31.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-01T14:48:31.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19922026-06-01T14:48:31.612Z
19932026-06-01T14:48:31.612Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19942026-06-01T14:48:32.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-01T14:48:32.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-01T14:48:32.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-01T14:48:32.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19982026-06-01T14:48:32.116Z
19992026-06-01T14:48:32.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
20002026-06-01T14:48:32.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-01T14:48:32.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-01T14:48:32.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-01T14:48:32.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20042026-06-01T14:48:32.616Z
20052026-06-01T14:48:32.616Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
20062026-06-01T14:48:33.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-01T14:48:33.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-01T14:48:33.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-01T14:48:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20102026-06-01T14:48:33.120Z
20112026-06-01T14:48:33.120Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20122026-06-01T14:48:33.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-01T14:48:33.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-01T14:48:33.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-01T14:48:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20162026-06-01T14:48:33.620Z
20172026-06-01T14:48:33.620Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20182026-06-01T14:48:34.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-01T14:48:34.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-01T14:48:34.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-01T14:48:34.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20222026-06-01T14:48:34.125Z
20232026-06-01T14:48:34.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20242026-06-01T14:48:34.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-01T14:48:34.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-01T14:48:34.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-01T14:48:34.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20282026-06-01T14:48:34.624Z
20292026-06-01T14:48:34.624Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20302026-06-01T14:48:35.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-01T14:48:35.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-01T14:48:35.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-01T14:48:35.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20342026-06-01T14:48:35.122Z
20352026-06-01T14:48:35.122Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20362026-06-01T14:48:35.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-01T14:48:35.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-01T14:48:35.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-01T14:48:35.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20402026-06-01T14:48:35.619Z
20412026-06-01T14:48:35.619Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20422026-06-01T14:48:36.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-01T14:48:36.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-01T14:48:36.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-01T14:48:36.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20462026-06-01T14:48:36.124Z
20472026-06-01T14:48:36.124Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20482026-06-01T14:48:36.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-01T14:48:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-01T14:48:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-01T14:48:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20522026-06-01T14:48:36.627Z
20532026-06-01T14:48:36.628Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20542026-06-01T14:48:37.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-01T14:48:37.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-01T14:48:37.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-01T14:48:37.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20582026-06-01T14:48:37.133Z
20592026-06-01T14:48:37.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20602026-06-01T14:48:37.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-01T14:48:37.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-01T14:48:37.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-01T14:48:37.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20642026-06-01T14:48:37.635Z
20652026-06-01T14:48:37.635Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20662026-06-01T14:48:38.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-01T14:48:38.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-01T14:48:38.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-01T14:48:38.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20702026-06-01T14:48:38.134Z
20712026-06-01T14:48:38.134Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20722026-06-01T14:48:38.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-01T14:48:38.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-01T14:48:38.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-01T14:48:38.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20762026-06-01T14:48:38.633Z
20772026-06-01T14:48:38.633Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20782026-06-01T14:48:39.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-01T14:48:39.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-01T14:48:39.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-01T14:48:39.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20822026-06-01T14:48:39.135Z
20832026-06-01T14:48:39.135Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20842026-06-01T14:48:39.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-01T14:48:39.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-01T14:48:39.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-01T14:48:39.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20882026-06-01T14:48:39.636Z
20892026-06-01T14:48:39.636Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20902026-06-01T14:48:40.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-01T14:48:40.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-01T14:48:40.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-01T14:48:40.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20942026-06-01T14:48:40.141Z
20952026-06-01T14:48:40.141Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20962026-06-01T14:48:40.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-01T14:48:40.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-01T14:48:40.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-01T14:48:40.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21002026-06-01T14:48:40.818Z
21012026-06-01T14:48:40.818Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
21022026-06-01T14:48:41.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-01T14:48:41.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-01T14:48:41.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-01T14:48:41.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21062026-06-01T14:48:41.484Z
21072026-06-01T14:48:41.484Zinfo: running `cargo check --bins` on nexus-config (51/298)
21082026-06-01T14:48:42.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-01T14:48:42.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-01T14:48:42.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-01T14:48:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21122026-06-01T14:48:42.154Z
21132026-06-01T14:48:42.154Zinfo: running `cargo check --bins` on nexus-types (52/298)
21142026-06-01T14:48:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-01T14:48:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-01T14:48:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-01T14:48:42.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21182026-06-01T14:48:42.828Z
21192026-06-01T14:48:42.828Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21202026-06-01T14:48:43.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-01T14:48:43.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-01T14:48:43.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-01T14:48:43.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21242026-06-01T14:48:43.463Z
21252026-06-01T14:48:43.463Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21262026-06-01T14:48:43.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-01T14:48:43.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-01T14:48:43.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-01T14:48:43.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-06-01T14:48:44.078Z
21312026-06-01T14:48:44.078Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21322026-06-01T14:48:44.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-01T14:48:44.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-01T14:48:44.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-01T14:48:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-06-01T14:48:44.700Z
21372026-06-01T14:48:44.700Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21382026-06-01T14:48:45.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-01T14:48:45.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-01T14:48:45.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-01T14:48:45.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21422026-06-01T14:48:45.336Z
21432026-06-01T14:48:45.336Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21442026-06-01T14:48:45.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-01T14:48:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-01T14:48:45.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-01T14:48:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21482026-06-01T14:48:45.976Z
21492026-06-01T14:48:45.976Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21502026-06-01T14:48:46.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-01T14:48:46.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-01T14:48:46.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-01T14:48:46.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21542026-06-01T14:48:46.612Z
21552026-06-01T14:48:46.612Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21562026-06-01T14:48:47.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-01T14:48:47.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-01T14:48:47.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-01T14:48:47.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21602026-06-01T14:48:47.228Z
21612026-06-01T14:48:47.228Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21622026-06-01T14:48:47.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-01T14:48:47.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-01T14:48:47.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-01T14:48:47.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21662026-06-01T14:48:47.838Z
21672026-06-01T14:48:47.838Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21682026-06-01T14:48:48.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-01T14:48:48.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-01T14:48:48.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-01T14:48:48.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21722026-06-01T14:48:48.449Z
21732026-06-01T14:48:48.449Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21742026-06-01T14:48:48.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-01T14:48:48.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-01T14:48:48.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-01T14:48:48.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21782026-06-01T14:48:49.063Z
21792026-06-01T14:48:49.063Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21802026-06-01T14:48:49.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-01T14:48:49.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-01T14:48:49.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-01T14:48:49.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21842026-06-01T14:48:49.692Z
21852026-06-01T14:48:49.692Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21862026-06-01T14:48:50.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-01T14:48:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-01T14:48:50.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-01T14:48:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21902026-06-01T14:48:50.323Z
21912026-06-01T14:48:50.323Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21922026-06-01T14:48:50.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-01T14:48:50.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-01T14:48:50.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-01T14:48:50.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21962026-06-01T14:48:50.935Z
21972026-06-01T14:48:50.936Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21982026-06-01T14:48:51.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-01T14:48:51.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-01T14:48:51.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-01T14:48:51.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22022026-06-01T14:48:51.548Z
22032026-06-01T14:48:51.549Zinfo: running `cargo check --bins` on ereport-types (67/298)
22042026-06-01T14:48:52.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-01T14:48:52.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-01T14:48:52.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-01T14:48:52.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-06-01T14:48:52.165Z
22092026-06-01T14:48:52.165Zinfo: running `cargo check --bins` on gateway-client (68/298)
22102026-06-01T14:48:52.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-01T14:48:52.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-01T14:48:52.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-01T14:48:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22142026-06-01T14:48:52.793Z
22152026-06-01T14:48:52.793Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22162026-06-01T14:48:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-01T14:48:53.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-01T14:48:53.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-01T14:48:53.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-06-01T14:48:53.410Z
22212026-06-01T14:48:53.410Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22222026-06-01T14:48:53.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-01T14:48:53.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-01T14:48:53.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-01T14:48:53.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22262026-06-01T14:48:54.035Z
22272026-06-01T14:48:54.035Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22282026-06-01T14:48:54.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-01T14:48:54.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-01T14:48:54.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-01T14:48:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22322026-06-01T14:48:54.657Z
22332026-06-01T14:48:54.657Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22342026-06-01T14:48:55.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-01T14:48:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-01T14:48:55.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-01T14:48:55.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22382026-06-01T14:48:55.281Z
22392026-06-01T14:48:55.281Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22402026-06-01T14:48:55.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-01T14:48:55.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-01T14:48:55.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-01T14:48:55.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442026-06-01T14:48:55.930Z
22452026-06-01T14:48:55.930Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22462026-06-01T14:48:56.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-01T14:48:56.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-01T14:48:56.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-01T14:48:56.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22502026-06-01T14:48:56.577Z
22512026-06-01T14:48:56.577Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22522026-06-01T14:48:57.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-01T14:48:57.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-01T14:48:57.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-06-01T14:48:57.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22562026-06-01T14:48:57.191Z
22572026-06-01T14:48:57.191Zinfo: running `cargo check --bins` on oxlog (76/298)
22582026-06-01T14:48:57.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-06-01T14:48:57.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-06-01T14:48:57.835Z Checking cfg-if v1.0.4
22612026-06-01T14:48:57.838Z Checking libc v0.2.185
22622026-06-01T14:48:57.838Z Checking serde_core v1.0.228
22632026-06-01T14:48:57.957Z Checking zeroize v1.8.2
22642026-06-01T14:48:57.966Z Checking memchr v2.8.0
22652026-06-01T14:48:57.976Z Checking log v0.4.29
22662026-06-01T14:48:57.986Z Checking smallvec v1.15.1
22672026-06-01T14:48:57.998Z Checking typenum v1.19.0
22682026-06-01T14:48:57.998Z Checking subtle v2.6.1
22692026-06-01T14:48:58.094Z Checking itoa v1.0.17
22702026-06-01T14:48:58.132Z Checking scopeguard v1.2.0
22712026-06-01T14:48:58.145Z Checking stable_deref_trait v1.2.1
22722026-06-01T14:48:58.158Z Checking const-oid v0.9.6
22732026-06-01T14:48:58.217Z Checking zerofrom v0.1.6
22742026-06-01T14:48:58.231Z Checking lock_api v0.4.14
22752026-06-01T14:48:58.244Z Checking pin-project-lite v0.2.17
22762026-06-01T14:48:58.330Z Checking yoke v0.8.1
22772026-06-01T14:48:58.343Z Checking getrandom v0.2.17
22782026-06-01T14:48:58.343Z Checking errno v0.3.14
22792026-06-01T14:48:58.363Z Checking parking_lot_core v0.9.12
22802026-06-01T14:48:58.424Z Checking portable-atomic v1.13.1
22812026-06-01T14:48:58.462Z Checking signal-hook-registry v1.4.8
22822026-06-01T14:48:58.483Z Checking rand_core v0.6.4
22832026-06-01T14:48:58.495Z Checking zerovec v0.11.5
22842026-06-01T14:48:58.520Z Checking generic-array v0.14.7
22852026-06-01T14:48:58.546Z Checking futures-core v0.3.32
22862026-06-01T14:48:58.622Z Checking critical-section v1.2.0
22872026-06-01T14:48:58.660Z Checking parking_lot v0.12.5
22882026-06-01T14:48:58.672Z Checking mio v1.2.0
22892026-06-01T14:48:58.724Z Checking zerocopy v0.8.40
22902026-06-01T14:48:58.835Z Checking once_cell v1.21.3
22912026-06-01T14:48:58.850Z Checking zmij v1.0.21
22922026-06-01T14:48:58.865Z Checking socket2 v0.6.3
22932026-06-01T14:48:58.932Z Checking tinystr v0.8.2
22942026-06-01T14:48:58.947Z Checking libm v0.2.16
22952026-06-01T14:48:58.972Z Checking crypto-common v0.1.7
22962026-06-01T14:48:59.003Z Checking block-buffer v0.10.4
22972026-06-01T14:48:59.058Z Checking litemap v0.8.1
22982026-06-01T14:48:59.095Z Checking equivalent v1.0.2
22992026-06-01T14:48:59.107Z Checking percent-encoding v2.3.2
23002026-06-01T14:48:59.123Z Checking writeable v0.6.2
23012026-06-01T14:48:59.141Z Checking digest v0.10.7
23022026-06-01T14:48:59.174Z Checking potential_utf v0.1.4
23032026-06-01T14:48:59.229Z Checking zerotrie v0.2.3
23042026-06-01T14:48:59.245Z Checking futures-sink v0.3.32
23052026-06-01T14:48:59.277Z Checking icu_locale_core v2.1.1
23062026-06-01T14:48:59.304Z Checking icu_collections v2.1.1
23072026-06-01T14:48:59.334Z Checking futures-task v0.3.32
23082026-06-01T14:48:59.347Z Checking futures-channel v0.3.32
23092026-06-01T14:48:59.434Z Checking serde v1.0.228
23102026-06-01T14:48:59.471Z Checking bitflags v2.11.0
23112026-06-01T14:48:59.474Z Checking serde_json v1.0.149
23122026-06-01T14:48:59.536Z Checking slab v0.4.12
23132026-06-01T14:48:59.607Z Checking cpufeatures v0.2.17
23142026-06-01T14:48:59.638Z Checking futures-io v0.3.32
23152026-06-01T14:48:59.655Z Checking num-traits v0.2.19
23162026-06-01T14:48:59.677Z Checking hmac v0.12.1
23172026-06-01T14:48:59.710Z Checking icu_properties_data v2.1.2
23182026-06-01T14:48:59.749Z Checking futures-util v0.3.32
23192026-06-01T14:48:59.824Z Checking icu_normalizer_data v2.1.1
23202026-06-01T14:48:59.837Z Checking bytes v1.11.1
23212026-06-01T14:48:59.848Z Checking icu_provider v2.1.1
23222026-06-01T14:48:59.852Z Checking rand_core v0.10.0
23232026-06-01T14:48:59.894Z Checking hashbrown v0.17.0
23242026-06-01T14:48:59.997Z Checking getrandom v0.4.1
23252026-06-01T14:49:00.079Z Checking icu_properties v2.1.2
23262026-06-01T14:49:00.145Z Checking icu_normalizer v2.1.1
23272026-06-01T14:49:00.157Z Checking block-padding v0.3.3
23282026-06-01T14:49:00.207Z Checking utf8_iter v1.0.4
23292026-06-01T14:49:00.257Z Checking tokio v1.52.1
23302026-06-01T14:49:00.287Z Checking inout v0.1.4
23312026-06-01T14:49:00.330Z Checking sha2 v0.10.9
23322026-06-01T14:49:00.356Z Checking indexmap v2.14.0
23332026-06-01T14:49:00.424Z Checking cipher v0.4.4
23342026-06-01T14:49:00.444Z Checking form_urlencoded v1.2.2
23352026-06-01T14:49:00.575Z Checking getrandom v0.3.4
23362026-06-01T14:49:00.598Z Checking byteorder v1.5.0
23372026-06-01T14:49:00.625Z Checking fnv v1.0.7
23382026-06-01T14:49:00.717Z Checking base64ct v1.8.3
23392026-06-01T14:49:00.731Z Checking flagset v0.4.7
23402026-06-01T14:49:00.802Z Checking rand_core v0.9.5
23412026-06-01T14:49:00.853Z Checking http v1.4.0
23422026-06-01T14:49:00.894Z Checking idna_adapter v1.2.1
23432026-06-01T14:49:00.907Z Checking regex-syntax v0.8.10
23442026-06-01T14:49:00.946Z Checking pem-rfc7468 v0.7.0
23452026-06-01T14:49:00.978Z Checking salsa20 v0.10.2
23462026-06-01T14:49:01.010Z Checking idna v1.1.0
23472026-06-01T14:49:01.119Z Checking der v0.7.10
23482026-06-01T14:49:01.129Z Checking uuid v1.23.0
23492026-06-01T14:49:01.271Z Checking url v2.5.8
23502026-06-01T14:49:01.430Z Checking pbkdf2 v0.12.2
23512026-06-01T14:49:01.443Z Checking rustix v1.1.3
23522026-06-01T14:49:01.502Z Checking ppv-lite86 v0.2.21
23532026-06-01T14:49:01.537Z Checking tracing-core v0.1.36
23542026-06-01T14:49:01.670Z Checking rustls-pki-types v1.14.0
23552026-06-01T14:49:01.709Z Checking iana-time-zone v0.1.65
23562026-06-01T14:49:01.804Z Checking base64 v0.22.1
23572026-06-01T14:49:01.817Z Checking chrono v0.4.44
23582026-06-01T14:49:01.833Z Checking tracing v0.1.44
23592026-06-01T14:49:01.846Z Checking spki v0.7.3
23602026-06-01T14:49:01.952Z Checking rand_chacha v0.9.0
23612026-06-01T14:49:02.007Z Checking scrypt v0.11.0
23622026-06-01T14:49:02.034Z Checking http-body v1.0.1
23632026-06-01T14:49:02.046Z Checking aes v0.8.4
23642026-06-01T14:49:02.144Z Checking cbc v0.1.2
23652026-06-01T14:49:02.158Z Checking aws-lc-sys v0.40.0
23662026-06-01T14:49:02.172Z Checking untrusted v0.9.0
23672026-06-01T14:49:02.226Z Checking untrusted v0.7.1
23682026-06-01T14:49:02.268Z Checking openssl-probe v0.2.1
23692026-06-01T14:49:02.283Z Checking tinyvec_macros v0.1.1
23702026-06-01T14:49:02.297Z Checking ring v0.17.14
23712026-06-01T14:49:02.336Z Checking rand v0.9.2
23722026-06-01T14:49:02.349Z Checking tinyvec v1.10.0
23732026-06-01T14:49:02.374Z Checking try-lock v0.2.5
23742026-06-01T14:49:02.437Z Checking pkcs5 v0.7.1
23752026-06-01T14:49:02.472Z Checking tower-layer v0.3.3
23762026-06-01T14:49:02.622Z Checking atomic-waker v1.1.2
23772026-06-01T14:49:02.651Z Checking tower-service v0.3.3
23782026-06-01T14:49:02.663Z Checking aws-lc-rs v1.16.3
23792026-06-01T14:49:02.677Z Checking want v0.3.1
23802026-06-01T14:49:02.691Z Checking pkcs8 v0.10.2
23812026-06-01T14:49:02.718Z Checking ipnet v2.11.0
23822026-06-01T14:49:02.737Z Checking httparse v1.10.1
23832026-06-01T14:49:02.794Z Checking aho-corasick v1.1.4
23842026-06-01T14:49:02.809Z Checking fastrand v2.3.0
23852026-06-01T14:49:02.867Z Checking httpdate v1.0.3
23862026-06-01T14:49:02.947Z Checking foreign-types-shared v0.1.1
23872026-06-01T14:49:02.972Z Checking plain v0.2.3
23882026-06-01T14:49:02.990Z Checking dyn-clone v1.0.20
23892026-06-01T14:49:03.012Z Checking utf8parse v0.2.2
23902026-06-01T14:49:03.029Z Checking pin-utils v0.1.0
23912026-06-01T14:49:03.073Z Checking foreign-types v0.3.2
23922026-06-01T14:49:03.091Z Checking tempfile v3.25.0
23932026-06-01T14:49:03.105Z Checking unicode-normalization v0.1.25
23942026-06-01T14:49:03.120Z Checking semver v1.0.28
23952026-06-01T14:49:03.140Z Checking openssl-sys v0.9.115
23962026-06-01T14:49:03.283Z Checking spin v0.9.8
23972026-06-01T14:49:03.297Z Checking socket2 v0.5.10
23982026-06-01T14:49:03.334Z Checking unicode-ident v1.0.24
23992026-06-01T14:49:03.444Z Checking anstyle v1.0.14
24002026-06-01T14:49:03.467Z Checking ucd-trie v0.1.7
24012026-06-01T14:49:03.470Z Checking regex-automata v0.4.14
24022026-06-01T14:49:03.494Z Checking rustls-webpki v0.103.9
24032026-06-01T14:49:03.510Z Checking proc-macro2 v1.0.106
24042026-06-01T14:49:03.524Z Checking tokio-util v0.7.18
24052026-06-01T14:49:03.537Z Checking openssl v0.10.79
24062026-06-01T14:49:03.550Z Checking schemars v0.8.22
24072026-06-01T14:49:03.609Z Checking pest v2.8.6
24082026-06-01T14:49:03.626Z Checking rustls-native-certs v0.8.3
24092026-06-01T14:49:03.755Z Checking thiserror v2.0.18
24102026-06-01T14:49:03.843Z Checking sync_wrapper v1.0.2
24112026-06-01T14:49:03.860Z Checking wait-timeout v0.2.1
24122026-06-01T14:49:03.950Z Checking bit-vec v0.8.0
24132026-06-01T14:49:03.953Z Checking rustls v0.23.37
24142026-06-01T14:49:03.981Z Checking simd-adler32 v0.3.8
24152026-06-01T14:49:04.147Z Checking colorchoice v1.0.4
24162026-06-01T14:49:04.160Z Checking anstyle-query v1.1.5
24172026-06-01T14:49:04.164Z Checking h2 v0.4.13
24182026-06-01T14:49:04.208Z Checking pretty-hex v0.4.1
24192026-06-01T14:49:04.244Z Checking quick-error v1.2.3
24202026-06-01T14:49:04.247Z Checking powerfmt v0.2.0
24212026-06-01T14:49:04.322Z Checking is_terminal_polyfill v1.70.2
24222026-06-01T14:49:04.354Z Checking siphasher v1.0.2
24232026-06-01T14:49:04.398Z Checking deranged v0.5.8
24242026-06-01T14:49:04.406Z Checking rusty-fork v0.3.1
24252026-06-01T14:49:04.508Z Checking bit-set v0.8.0
24262026-06-01T14:49:04.575Z Checking tower v0.5.3
24272026-06-01T14:49:04.656Z Checking quote v1.0.45
24282026-06-01T14:49:04.686Z Compiling newtype-uuid v1.3.2
24292026-06-01T14:49:04.822Z Checking http-body-util v0.1.3
24302026-06-01T14:49:04.865Z Checking webpki-roots v1.0.6
24312026-06-01T14:49:04.961Z Checking crossbeam-utils v0.8.21
24322026-06-01T14:49:04.981Z Checking rand_xorshift v0.4.0
24332026-06-01T14:49:05.038Z Checking crc32fast v1.5.0
24342026-06-01T14:49:05.099Z Checking scroll v0.13.0
24352026-06-01T14:49:05.180Z Checking signature v2.2.0
24362026-06-01T14:49:05.291Z Checking unarray v0.1.4
24372026-06-01T14:49:05.310Z Checking allocator-api2 v0.2.21
24382026-06-01T14:49:05.323Z Checking time-core v0.1.8
24392026-06-01T14:49:05.336Z Checking iri-string v0.7.10
24402026-06-01T14:49:05.349Z Checking adler2 v2.0.1
24412026-06-01T14:49:05.390Z Checking num-conv v0.2.0
24422026-06-01T14:49:05.452Z Checking ryu v1.0.23
24432026-06-01T14:49:05.465Z Checking unicode-bidi v0.3.18
24442026-06-01T14:49:05.506Z Checking unicode-properties v0.1.4
24452026-06-01T14:49:05.588Z Checking native-tls v0.2.18
24462026-06-01T14:49:05.588Z Checking num_threads v0.1.7
24472026-06-01T14:49:05.592Z Checking serde_urlencoded v0.7.1
24482026-06-01T14:49:05.676Z Checking time v0.3.47
24492026-06-01T14:49:05.692Z Checking miniz_oxide v0.8.9
24502026-06-01T14:49:05.751Z Checking stringprep v0.1.5
24512026-06-01T14:49:05.785Z Checking tokio-native-tls v0.3.1
24522026-06-01T14:49:05.801Z Checking proptest v1.10.0
24532026-06-01T14:49:05.902Z Checking bstr v1.12.1
24542026-06-01T14:49:05.940Z Checking goblin v0.10.5
24552026-06-01T14:49:06.048Z Checking crossbeam-epoch v0.9.18
24562026-06-01T14:49:06.270Z Checking syn v2.0.117
24572026-06-01T14:49:06.292Z Compiling daft v0.1.7
24582026-06-01T14:49:06.306Z Checking tokio-rustls v0.26.4
24592026-06-01T14:49:06.364Z Checking tower-http v0.6.8
24602026-06-01T14:49:06.536Z Checking ipnetwork v0.21.1
24612026-06-01T14:49:06.567Z Checking anstyle-parse v1.0.0
24622026-06-01T14:49:06.644Z Checking rand_chacha v0.3.1
24632026-06-01T14:49:06.721Z Checking thiserror v1.0.69
24642026-06-01T14:49:06.750Z Checking scroll v0.12.0
24652026-06-01T14:49:06.809Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-01T14:49:06.822Z Checking hash32 v0.2.1
24672026-06-01T14:49:06.847Z Checking hyper v1.8.1
24682026-06-01T14:49:06.860Z Checking num-integer v0.1.46
24692026-06-01T14:49:06.917Z Checking serde_spanned v0.6.9
24702026-06-01T14:49:06.972Z Checking toml_datetime v0.6.11
24712026-06-01T14:49:06.984Z Checking md-5 v0.10.6
24722026-06-01T14:49:07.043Z Checking ff v0.13.1
24732026-06-01T14:49:07.084Z Checking encoding_rs v0.8.35
24742026-06-01T14:49:07.118Z Checking base16ct v0.2.0
24752026-06-01T14:49:07.151Z Checking mime v0.3.17
24762026-06-01T14:49:07.169Z Checking fallible-iterator v0.2.0
24772026-06-01T14:49:07.239Z Checking zlib-rs v0.6.2
24782026-06-01T14:49:07.322Z Checking psl-types v2.0.11
24792026-06-01T14:49:07.440Z Checking postgres-protocol v0.6.10
24802026-06-01T14:49:07.444Z Checking publicsuffix v2.3.0
24812026-06-01T14:49:07.611Z Checking sec1 v0.7.3
24822026-06-01T14:49:07.739Z Checking hyper-util v0.1.20
24832026-06-01T14:49:07.752Z Checking group v0.13.0
24842026-06-01T14:49:07.767Z Checking num-iter v0.1.45
24852026-06-01T14:49:07.820Z Checking heapless v0.7.17
24862026-06-01T14:49:07.873Z Checking goblin v0.8.2
24872026-06-01T14:49:07.893Z Checking zstd-safe v7.2.4
24882026-06-01T14:49:08.011Z Checking rand v0.8.6
24892026-06-01T14:49:08.057Z Checking cookie v0.18.1
24902026-06-01T14:49:08.107Z Checking flate2 v1.1.9
24912026-06-01T14:49:08.225Z Checking oxnet v0.1.5
24922026-06-01T14:49:08.258Z Checking dof v0.4.0
24932026-06-01T14:49:08.290Z Checking anstream v1.0.0
24942026-06-01T14:49:08.401Z Compiling iddqd v0.4.2
24952026-06-01T14:49:08.464Z Checking dtrace-parser v0.3.0
24962026-06-01T14:49:08.489Z Checking phf_shared v0.13.1
24972026-06-01T14:49:08.524Z Checking lazy_static v1.5.0
24982026-06-01T14:49:08.536Z Checking anstyle-parse v0.2.7
24992026-06-01T14:49:08.625Z Checking zerocopy v0.7.35
25002026-06-01T14:49:08.686Z Checking pin-project v1.1.11
25012026-06-01T14:49:08.698Z Checking bzip2-sys v0.1.13+1.0.8
25022026-06-01T14:49:08.715Z Checking signal-hook v0.3.18
25032026-06-01T14:49:08.778Z Checking terminal_size v0.4.3
25042026-06-01T14:49:08.782Z Checking futures-executor v0.3.32
25052026-06-01T14:49:08.892Z Checking hex v0.4.3
25062026-06-01T14:49:08.892Z Checking hkdf v0.12.4
25072026-06-01T14:49:08.917Z Checking crypto-bigint v0.5.5
25082026-06-01T14:49:08.934Z Checking thread-id v5.1.0
25092026-06-01T14:49:09.012Z Checking strsim v0.11.1
25102026-06-01T14:49:09.025Z Checking clap_lex v1.0.0
25112026-06-01T14:49:09.029Z Checking hyper-rustls v0.27.7
25122026-06-01T14:49:09.121Z Checking hyper-tls v0.6.0
25132026-06-01T14:49:09.134Z Compiling rayon-core v1.13.0
25142026-06-01T14:49:09.172Z Checking winnow v0.7.14
25152026-06-01T14:49:09.175Z Checking bumpalo v3.20.2
25162026-06-01T14:49:09.241Z Checking libbz2-rs-sys v0.2.2
25172026-06-01T14:49:09.297Z Checking bitflags v1.3.2
25182026-06-01T14:49:09.310Z Checking managed v0.8.0
25192026-06-01T14:49:09.370Z Checking same-file v1.0.6
25202026-06-01T14:49:09.382Z Checking winnow v0.5.40
25212026-06-01T14:49:09.486Z Checking foldhash v0.1.5
25222026-06-01T14:49:09.500Z Checking foldhash v0.2.0
25232026-06-01T14:49:09.621Z Checking hashbrown v0.15.5
25242026-06-01T14:49:09.642Z Checking bzip2 v0.6.1
25252026-06-01T14:49:09.655Z Checking hashbrown v0.16.1
25262026-06-01T14:49:09.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-06-01T14:49:09.802Z Checking smoltcp v0.9.1
25282026-06-01T14:49:09.822Z Checking dof v0.3.0
25292026-06-01T14:49:09.827Z Checking elliptic-curve v0.13.8
25302026-06-01T14:49:09.871Z Checking walkdir v2.5.0
25312026-06-01T14:49:10.033Z Checking zopfli v0.8.3
25322026-06-01T14:49:10.097Z Checking reqwest v0.12.28
25332026-06-01T14:49:10.101Z Checking clap_builder v4.6.0
25342026-06-01T14:49:10.131Z Checking usdt-impl v0.6.0
25352026-06-01T14:49:10.145Z Checking futures v0.3.32
25362026-06-01T14:49:10.221Z Checking signal-hook-mio v0.2.5
25372026-06-01T14:49:10.325Z Checking snafu v0.8.9
25382026-06-01T14:49:10.355Z Checking bzip2 v0.4.4
25392026-06-01T14:49:10.367Z Checking anstream v0.6.21
25402026-06-01T14:49:10.390Z Checking phf v0.13.1
25412026-06-01T14:49:10.416Z Checking num-bigint-dig v0.8.6
25422026-06-01T14:49:10.527Z Checking toml_edit v0.19.15
25432026-06-01T14:49:10.539Z Checking cookie_store v0.22.1
25442026-06-01T14:49:10.552Z Checking zstd v0.13.3
25452026-06-01T14:49:10.556Z Checking postgres-types v0.2.12
25462026-06-01T14:49:10.748Z Checking dtrace-parser v0.2.0
25472026-06-01T14:49:10.751Z Checking rustls-platform-verifier v0.6.2
25482026-06-01T14:49:10.860Z Checking globset v0.4.18
25492026-06-01T14:49:10.864Z Checking crossbeam-deque v0.8.6
25502026-06-01T14:49:10.889Z Checking regex v1.12.3
25512026-06-01T14:49:10.946Z Checking ed25519 v2.2.3
25522026-06-01T14:49:10.990Z Checking phf_shared v0.11.3
25532026-06-01T14:49:11.042Z Checking olpc-cjson v0.1.4
25542026-06-01T14:49:11.108Z Checking ref-cast v1.0.25
25552026-06-01T14:49:11.129Z Checking curve25519-dalek v4.1.3
25562026-06-01T14:49:11.132Z Checking strum v0.27.2
25572026-06-01T14:49:11.168Z Checking hubpack v0.1.2
25582026-06-01T14:49:11.181Z Checking memoffset v0.9.1
25592026-06-01T14:49:11.200Z Checking rustix v0.38.44
25602026-06-01T14:49:11.222Z Checking pkcs1 v0.7.5
25612026-06-01T14:49:11.236Z Checking pem v3.0.6
25622026-06-01T14:49:11.254Z Checking float-cmp v0.10.0
25632026-06-01T14:49:11.331Z Checking erased-serde v0.3.31
25642026-06-01T14:49:11.344Z Checking serde_plain v1.0.2
25652026-06-01T14:49:11.379Z Checking serde-big-array v0.5.1
25662026-06-01T14:49:11.392Z Checking rfc6979 v0.4.0
25672026-06-01T14:49:11.433Z Checking memmap2 v0.9.10
25682026-06-01T14:49:11.480Z Checking thread-id v4.2.2
25692026-06-01T14:49:11.502Z Checking env_filter v1.0.0
25702026-06-01T14:49:11.515Z Checking data-encoding v2.10.0
25712026-06-01T14:49:11.556Z Checking static_assertions v1.1.0
25722026-06-01T14:49:11.568Z Checking unicode-segmentation v1.12.0
25732026-06-01T14:49:11.588Z Checking keccak v0.1.6
25742026-06-01T14:49:11.625Z Checking difflib v0.4.0
25752026-06-01T14:49:11.644Z Checking precomputed-hash v0.1.1
25762026-06-01T14:49:11.707Z Checking jiff v0.2.21
25772026-06-01T14:49:11.725Z Checking fixedbitset v0.5.7
25782026-06-01T14:49:11.754Z Checking normalize-line-endings v0.3.0
25792026-06-01T14:49:11.783Z Checking typed-path v0.9.3
25802026-06-01T14:49:11.803Z Checking either v1.15.0
25812026-06-01T14:49:11.841Z Checking fixedbitset v0.4.2
25822026-06-01T14:49:11.872Z Checking predicates-core v1.0.10
25832026-06-01T14:49:11.917Z Checking new_debug_unreachable v1.0.6
25842026-06-01T14:49:11.920Z Checking whoami v2.1.0
25852026-06-01T14:49:11.984Z Checking toml_write v0.1.2
25862026-06-01T14:49:11.998Z Checking petgraph v0.6.5
25872026-06-01T14:49:12.002Z Checking predicates v3.1.4
25882026-06-01T14:49:12.002Z Checking string_cache v0.8.9
25892026-06-01T14:49:12.010Z Checking crossterm v0.28.1
25902026-06-01T14:49:12.116Z Checking tokio-postgres v0.7.16
25912026-06-01T14:49:12.148Z Checking toml_edit v0.22.27
25922026-06-01T14:49:12.185Z Checking ed25519-dalek v2.2.0
25932026-06-01T14:49:12.305Z Checking petgraph v0.8.3
25942026-06-01T14:49:12.415Z Checking similar v2.7.0
25952026-06-01T14:49:12.541Z Checking tough v0.22.0
25962026-06-01T14:49:12.733Z Checking hickory-proto v0.25.2
25972026-06-01T14:49:12.803Z Checking sha3 v0.10.8
25982026-06-01T14:49:13.009Z Checking slog v2.8.2
25992026-06-01T14:49:13.217Z Checking env_logger v0.11.9
26002026-06-01T14:49:13.235Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26012026-06-01T14:49:13.273Z Checking usdt v0.6.0
26022026-06-01T14:49:13.350Z Checking toml v0.7.8
26032026-06-01T14:49:13.406Z Checking usdt-impl v0.5.0
26042026-06-01T14:49:13.437Z Checking ecdsa v0.16.9
26052026-06-01T14:49:13.674Z Checking rsa v0.9.10
26062026-06-01T14:49:13.693Z Checking clap v4.6.1
26072026-06-01T14:49:13.777Z Checking nix v0.31.2
26082026-06-01T14:49:13.951Z Checking zip v4.6.1
26092026-06-01T14:49:14.162Z Checking reqwest v0.13.2
26102026-06-01T14:49:14.207Z Checking zip v0.6.6
26112026-06-01T14:49:14.522Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-06-01T14:49:14.553Z Checking serde_with v3.17.0
26132026-06-01T14:49:14.582Z Checking strum v0.26.3
26142026-06-01T14:49:14.697Z Checking fs-err v3.3.0
26152026-06-01T14:49:14.710Z Checking ahash v0.8.12
26162026-06-01T14:49:14.847Z Checking object v0.37.3
26172026-06-01T14:49:14.850Z Checking tokio-stream v0.1.18
26182026-06-01T14:49:14.904Z Checking buf-list v1.1.2
26192026-06-01T14:49:14.997Z Checking camino v1.2.2
26202026-06-01T14:49:15.023Z Checking anyhow v1.0.102
26212026-06-01T14:49:15.086Z Checking x509-cert v0.2.5
26222026-06-01T14:49:15.225Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-06-01T14:49:15.238Z Checking openapiv3 v2.2.0
26242026-06-01T14:49:15.249Z Checking sha1 v0.10.6
26252026-06-01T14:49:15.410Z Checking lalrpop-util v0.19.12
26262026-06-01T14:49:15.489Z Checking peg-runtime v0.8.5
26272026-06-01T14:49:15.522Z Checking rayon v1.11.0
26282026-06-01T14:49:15.538Z Checking sigpipe v0.1.3
26292026-06-01T14:49:15.573Z Checking glob v0.3.3
26302026-06-01T14:49:17.075Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-06-01T14:49:17.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.15s
26322026-06-01T14:49:17.524Z
26332026-06-01T14:49:17.524Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26342026-06-01T14:49:18.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-01T14:49:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-01T14:49:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-01T14:49:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26382026-06-01T14:49:18.154Z
26392026-06-01T14:49:18.154Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26402026-06-01T14:49:18.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-01T14:49:18.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-01T14:49:18.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-01T14:49:18.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26442026-06-01T14:49:18.788Z
26452026-06-01T14:49:18.788Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26462026-06-01T14:49:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-01T14:49:19.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-01T14:49:19.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-01T14:49:19.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502026-06-01T14:49:19.458Z
26512026-06-01T14:49:19.458Zinfo: running `cargo check --bins` on oxql-types (80/298)
26522026-06-01T14:49:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-01T14:49:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-01T14:49:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-01T14:49:19.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26562026-06-01T14:49:20.086Z
26572026-06-01T14:49:20.086Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26582026-06-01T14:49:20.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-01T14:49:20.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-01T14:49:20.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-01T14:49:20.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26622026-06-01T14:49:20.719Z
26632026-06-01T14:49:20.719Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26642026-06-01T14:49:21.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-01T14:49:21.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-01T14:49:21.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-01T14:49:21.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26682026-06-01T14:49:21.351Z
26692026-06-01T14:49:21.351Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26702026-06-01T14:49:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-01T14:49:21.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-01T14:49:21.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-06-01T14:49:21.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26742026-06-01T14:49:21.967Z
26752026-06-01T14:49:21.967Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26762026-06-01T14:49:22.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-06-01T14:49:22.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-06-01T14:49:22.687Z Compiling structmeta-derive v0.3.0
26792026-06-01T14:49:22.809Z Compiling rustls v0.22.4
26802026-06-01T14:49:22.817Z Compiling multer v3.1.0
26812026-06-01T14:49:22.826Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-06-01T14:49:22.826Z Compiling async-stream-impl v0.3.6
26832026-06-01T14:49:22.849Z Compiling dropshot v0.17.0
26842026-06-01T14:49:22.865Z Compiling dropshot_endpoint v0.17.0
26852026-06-01T14:49:22.865Z Compiling newtype-uuid-macros v0.1.0
26862026-06-01T14:49:23.015Z Checking newtype-uuid v1.3.2
26872026-06-01T14:49:23.056Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-06-01T14:49:23.124Z Checking rustls-webpki v0.102.8
26892026-06-01T14:49:23.197Z Checking daft v0.1.7
26902026-06-01T14:49:23.212Z Checking thread_local v1.1.9
26912026-06-01T14:49:23.380Z Checking match_cfg v0.1.0
26922026-06-01T14:49:23.422Z Checking compression-core v0.4.31
26932026-06-01T14:49:23.442Z Checking iddqd v0.4.2
26942026-06-01T14:49:23.456Z Checking hostname v0.3.1
26952026-06-01T14:49:23.493Z Checking crossbeam-channel v0.5.15
26962026-06-01T14:49:23.545Z Checking compression-codecs v0.4.37
26972026-06-01T14:49:23.559Z Checking slog-json v2.6.1
26982026-06-01T14:49:23.649Z Checking toml_datetime v1.0.0+spec-1.1.0
26992026-06-01T14:49:23.716Z Checking serde_spanned v1.0.4
27002026-06-01T14:49:23.733Z Checking is-terminal v0.4.17
27012026-06-01T14:49:23.825Z Checking take_mut v0.2.2
27022026-06-01T14:49:23.849Z Checking debug-ignore v1.0.5
27032026-06-01T14:49:23.849Z Checking toml_writer v1.0.6+spec-1.1.0
27042026-06-01T14:49:23.852Z Checking term v1.2.1
27052026-06-01T14:49:23.890Z Compiling structmeta v0.3.0
27062026-06-01T14:49:23.926Z Checking slog-async v2.8.0
27072026-06-01T14:49:23.951Z Checking async-compression v0.4.41
27082026-06-01T14:49:24.041Z Checking toml v1.0.6+spec-1.1.0
27092026-06-01T14:49:24.094Z Checking slog-term v2.9.2
27102026-06-01T14:49:24.111Z Checking slog-bunyan v2.5.0
27112026-06-01T14:49:24.114Z Compiling derive-ex v0.1.8
27122026-06-01T14:49:24.204Z Compiling parse-display-derive v0.10.0
27132026-06-01T14:49:24.221Z Checking async-stream v0.3.6
27142026-06-01T14:49:24.350Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-06-01T14:49:24.353Z Checking progenitor-client v0.14.0
27162026-06-01T14:49:24.376Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-06-01T14:49:24.452Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-01T14:49:24.582Z Checking waitgroup v0.1.2
27192026-06-01T14:49:24.596Z Checking backon v1.6.0
27202026-06-01T14:49:24.626Z Checking rustls-pemfile v2.2.0
27212026-06-01T14:49:24.683Z Checking serde_path_to_error v0.1.20
27222026-06-01T14:49:24.686Z Checking hostname v0.4.2
27232026-06-01T14:49:24.757Z Checking instant v0.1.13
27242026-06-01T14:49:24.841Z Checking backoff v0.4.0
27252026-06-01T14:49:24.960Z Checking tokio-rustls v0.25.0
27262026-06-01T14:49:24.973Z Checking progenitor-extras v0.2.0
27272026-06-01T14:49:24.986Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-01T14:49:25.026Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-01T14:49:25.190Z Checking itertools v0.14.0
27302026-06-01T14:49:25.217Z Checking regress v0.10.5
27312026-06-01T14:49:25.387Z Checking progenitor-client v0.13.0
27322026-06-01T14:49:25.387Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27332026-06-01T14:49:25.813Z Compiling test-strategy v0.4.5
27342026-06-01T14:49:25.828Z Checking macaddr v1.0.1
27352026-06-01T14:49:25.881Z Checking parse-display v0.10.0
27362026-06-01T14:49:26.019Z Checking humantime v2.3.0
27372026-06-01T14:49:27.033Z Compiling prettyplease v0.2.37
27382026-06-01T14:49:27.284Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-06-01T14:49:27.425Z Checking num-rational v0.4.2
27402026-06-01T14:49:27.660Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-06-01T14:49:28.016Z Checking num-complex v0.4.6
27422026-06-01T14:49:28.713Z Compiling num v0.4.3
27432026-06-01T14:49:28.792Z Compiling usdt-macro v0.5.0
27442026-06-01T14:49:28.805Z Compiling usdt-attr-macro v0.5.0
27452026-06-01T14:49:28.827Z Checking memmap v0.7.0
27462026-06-01T14:49:28.840Z Checking float-ord v0.3.2
27472026-06-01T14:49:28.943Z Compiling convert_case v0.4.0
27482026-06-01T14:49:28.960Z Checking unicode-width v0.2.0
27492026-06-01T14:49:29.217Z Checking console v0.15.11
27502026-06-01T14:49:29.323Z Compiling derive_more v0.99.20
27512026-06-01T14:49:29.506Z Checking newline-converter v0.3.0
27522026-06-01T14:49:29.528Z Checking atomicwrites v0.4.4
27532026-06-01T14:49:29.584Z Checking usdt v0.5.0
27542026-06-01T14:49:29.615Z Compiling toml v0.8.23
27552026-06-01T14:49:29.656Z Checking linked-hash-map v0.5.6
27562026-06-01T14:49:29.755Z Compiling minimal-lexical v0.2.1
27572026-06-01T14:49:29.828Z Checking lru-cache v0.1.2
27582026-06-01T14:49:29.952Z Compiling nom v7.1.3
27592026-06-01T14:49:30.009Z Checking expectorate v1.2.0
27602026-06-01T14:49:30.562Z Checking camino-tempfile v1.4.1
27612026-06-01T14:49:30.657Z Checking hickory-proto v0.24.4
27622026-06-01T14:49:30.713Z Checking phf_shared v0.12.1
27632026-06-01T14:49:30.727Z Compiling slog-dtrace v0.3.0
27642026-06-01T14:49:30.856Z Checking resolv-conf v0.7.6
27652026-06-01T14:49:30.916Z Checking heck v0.5.0
27662026-06-01T14:49:31.045Z Compiling chrono-tz v0.10.4
27672026-06-01T14:49:31.045Z Compiling const_format_proc_macros v0.2.34
27682026-06-01T14:49:31.264Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-06-01T14:49:31.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-06-01T14:49:31.298Z Checking phf v0.12.1
27712026-06-01T14:49:31.442Z Checking tokio-dtrace v0.1.1
27722026-06-01T14:49:31.629Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-06-01T14:49:31.756Z Compiling derive-where v1.6.0
27742026-06-01T14:49:31.872Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-06-01T14:49:32.078Z Checking highway v1.3.0
27762026-06-01T14:49:32.310Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-06-01T14:49:32.450Z Checking hickory-resolver v0.24.4
27782026-06-01T14:49:32.686Z Checking const_format v0.2.35
27792026-06-01T14:49:32.776Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-06-01T14:49:32.832Z Checking oxide-tokio-rt v0.1.4
27812026-06-01T14:49:33.030Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-06-01T14:49:33.087Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-06-01T14:49:33.178Z Checking qorb v0.4.1
27842026-06-01T14:49:33.228Z Checking gethostname v0.5.0
27852026-06-01T14:49:33.231Z Checking bcs v0.1.6
27862026-06-01T14:49:33.317Z Checking termtree v0.5.1
27872026-06-01T14:49:33.381Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-06-01T14:49:36.653Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-06-01T14:49:39.188Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-06-01T14:49:41.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
27912026-06-01T14:49:41.471Z
27922026-06-01T14:49:41.472Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27932026-06-01T14:49:42.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-06-01T14:49:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-06-01T14:49:42.179Z Compiling ar_archive_writer v0.5.1
27962026-06-01T14:49:42.295Z Compiling stacker v0.1.23
27972026-06-01T14:49:42.302Z Compiling cfg_aliases v0.1.1
27982026-06-01T14:49:42.308Z Compiling convert_case v0.10.0
27992026-06-01T14:49:42.312Z Checking unicode-width v0.1.14
28002026-06-01T14:49:42.325Z Compiling proc-macro-error v1.0.4
28012026-06-01T14:49:42.336Z Checking fd-lock v4.0.4
28022026-06-01T14:49:42.336Z Checking nibble_vec v0.1.0
28032026-06-01T14:49:42.359Z Compiling nix v0.28.0
28042026-06-01T14:49:42.451Z Checking vte v0.14.1
28052026-06-01T14:49:42.463Z Compiling recursive-proc-macro-impl v0.1.1
28062026-06-01T14:49:42.547Z Checking bytecount v0.6.9
28072026-06-01T14:49:42.559Z Checking endian-type v0.1.2
28082026-06-01T14:49:42.598Z Checking strip-ansi-escapes v0.2.1
28092026-06-01T14:49:42.604Z Compiling derive_more-impl v2.1.1
28102026-06-01T14:49:42.623Z Compiling tabled_derive v0.7.0
28112026-06-01T14:49:42.668Z Checking papergrid v0.11.0
28122026-06-01T14:49:42.682Z Checking radix_trie v0.2.1
28132026-06-01T14:49:42.740Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-06-01T14:49:42.860Z Checking itertools v0.13.0
28152026-06-01T14:49:42.887Z Compiling peg-macros v0.8.5
28162026-06-01T14:49:43.120Z Compiling psm v0.1.30
28172026-06-01T14:49:43.208Z Checking winnow v0.6.26
28182026-06-01T14:49:43.273Z Compiling sqlparser_derive v0.5.0
28192026-06-01T14:49:43.451Z Checking derive_more v2.1.1
28202026-06-01T14:49:43.530Z Checking unicode_categories v0.1.1
28212026-06-01T14:49:43.641Z Checking home v0.5.12
28222026-06-01T14:49:43.699Z Checking nu-ansi-term v0.50.3
28232026-06-01T14:49:43.724Z Checking tabled v0.15.0
28242026-06-01T14:49:43.742Z Checking rustyline v14.0.0
28252026-06-01T14:49:43.912Z Checking crossterm v0.29.0
28262026-06-01T14:49:43.928Z Checking reedline v0.40.0
28272026-06-01T14:49:43.941Z Checking recursive v0.1.1
28282026-06-01T14:49:44.056Z Checking display-error-chain v0.2.2
28292026-06-01T14:49:44.081Z Checking sqlparser v0.61.0
28302026-06-01T14:49:44.293Z Checking peg v0.8.5
28312026-06-01T14:49:44.425Z Checking sqlformat v0.3.5
28322026-06-01T14:49:55.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28332026-06-01T14:49:55.464Z
28342026-06-01T14:49:55.464Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28352026-06-01T14:49:56.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-06-01T14:49:56.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-06-01T14:49:56.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-06-01T14:49:59.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28392026-06-01T14:49:59.810Z
28402026-06-01T14:49:59.810Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28412026-06-01T14:50:00.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-06-01T14:50:00.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-06-01T14:50:00.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-06-01T14:50:02.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28452026-06-01T14:50:03.165Z
28462026-06-01T14:50:03.165Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28472026-06-01T14:50:03.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-06-01T14:50:03.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-06-01T14:50:03.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-06-01T14:50:07.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28512026-06-01T14:50:07.270Z
28522026-06-01T14:50:07.270Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28532026-06-01T14:50:07.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-06-01T14:50:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-06-01T14:50:07.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-06-01T14:50:11.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28572026-06-01T14:50:11.453Z
28582026-06-01T14:50:11.453Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28592026-06-01T14:50:11.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-06-01T14:50:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-06-01T14:50:12.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-06-01T14:50:14.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28632026-06-01T14:50:14.918Z
28642026-06-01T14:50:14.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28652026-06-01T14:50:15.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-06-01T14:50:15.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-06-01T14:50:15.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-06-01T14:50:18.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28692026-06-01T14:50:18.458Z
28702026-06-01T14:50:18.458Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28712026-06-01T14:50:19.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-06-01T14:50:19.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-06-01T14:50:19.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-06-01T14:50:22.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28752026-06-01T14:50:22.756Z
28762026-06-01T14:50:22.756Zinfo: running `cargo check --bins` on oximeter (93/298)
28772026-06-01T14:50:23.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-06-01T14:50:23.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-06-01T14:50:23.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-06-01T14:50:23.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812026-06-01T14:50:23.388Z
28822026-06-01T14:50:23.388Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28832026-06-01T14:50:23.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-06-01T14:50:23.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-06-01T14:50:24.058Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-06-01T14:50:24.225Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-06-01T14:50:24.228Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28882026-06-01T14:50:24.564Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-06-01T14:50:27.466Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-06-01T14:50:28.684Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-06-01T14:50:28.893Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-06-01T14:50:29.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
28932026-06-01T14:50:29.754Z
28942026-06-01T14:50:29.754Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28952026-06-01T14:50:30.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-06-01T14:50:30.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-06-01T14:50:30.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-06-01T14:50:30.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28992026-06-01T14:50:30.386Z
29002026-06-01T14:50:30.386Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
29012026-06-01T14:50:30.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-06-01T14:50:30.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-06-01T14:50:30.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-06-01T14:50:30.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29052026-06-01T14:50:31.069Z
29062026-06-01T14:50:31.069Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
29072026-06-01T14:50:31.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-06-01T14:50:31.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-06-01T14:50:31.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-06-01T14:50:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29112026-06-01T14:50:31.708Z
29122026-06-01T14:50:31.708Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29132026-06-01T14:50:32.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-06-01T14:50:32.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-06-01T14:50:32.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-06-01T14:50:32.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172026-06-01T14:50:32.348Z
29182026-06-01T14:50:32.348Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29192026-06-01T14:50:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-06-01T14:50:32.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-06-01T14:50:32.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-06-01T14:50:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29232026-06-01T14:50:32.989Z
29242026-06-01T14:50:32.989Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29252026-06-01T14:50:33.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-06-01T14:50:33.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-06-01T14:50:33.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-06-01T14:50:33.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29292026-06-01T14:50:33.631Z
29302026-06-01T14:50:33.631Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29312026-06-01T14:50:34.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-06-01T14:50:34.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-06-01T14:50:34.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-06-01T14:50:34.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29352026-06-01T14:50:34.255Z
29362026-06-01T14:50:34.255Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29372026-06-01T14:50:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-06-01T14:50:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-06-01T14:50:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-06-01T14:50:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29412026-06-01T14:50:34.898Z
29422026-06-01T14:50:34.898Zinfo: running `cargo check --bins` on update-engine (103/298)
29432026-06-01T14:50:35.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-06-01T14:50:35.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-06-01T14:50:35.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-06-01T14:50:35.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29472026-06-01T14:50:35.510Z
29482026-06-01T14:50:35.510Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29492026-06-01T14:50:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-06-01T14:50:36.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-06-01T14:50:36.257Z Compiling crucible-workspace-hack v0.1.0
29522026-06-01T14:50:36.379Z Checking secrecy v0.10.3
29532026-06-01T14:50:36.386Z Compiling heapless v0.8.0
29542026-06-01T14:50:36.389Z Compiling toml_datetime v0.7.5+spec-1.1.0
29552026-06-01T14:50:36.400Z Compiling ingot-macros v0.1.1
29562026-06-01T14:50:36.410Z Checking hash32 v0.3.1
29572026-06-01T14:50:36.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-06-01T14:50:36.423Z Compiling smoltcp v0.11.0
29592026-06-01T14:50:36.480Z Checking cobs v0.3.0
29602026-06-01T14:50:36.528Z Compiling thiserror-impl-no-std v2.0.2
29612026-06-01T14:50:36.619Z Compiling toml_edit v0.23.10+spec-1.0.0
29622026-06-01T14:50:36.622Z Checking universal-hash v0.5.1
29632026-06-01T14:50:36.643Z Checking half v2.7.1
29642026-06-01T14:50:36.686Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
29652026-06-01T14:50:36.759Z Checking ciborium-io v0.2.2
29662026-06-01T14:50:36.775Z Checking opaque-debug v0.3.1
29672026-06-01T14:50:36.846Z Checking poly1305 v0.8.0
29682026-06-01T14:50:36.849Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29692026-06-01T14:50:36.923Z Checking ciborium-ll v0.2.2
29702026-06-01T14:50:36.941Z Checking postcard v1.1.3
29712026-06-01T14:50:37.102Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-06-01T14:50:37.142Z Checking password-hash v0.5.0
29732026-06-01T14:50:37.207Z Compiling proc-macro-crate v3.4.0
29742026-06-01T14:50:37.318Z Checking chacha20 v0.9.1
29752026-06-01T14:50:37.370Z Compiling proc-macro-crate v1.3.1
29762026-06-01T14:50:37.386Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29772026-06-01T14:50:37.516Z Checking blake2 v0.10.6
29782026-06-01T14:50:37.620Z Checking aead v0.5.2
29792026-06-01T14:50:37.693Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-06-01T14:50:37.718Z Checking thiserror-no-std v2.0.2
29812026-06-01T14:50:37.754Z Compiling num_enum_derive v0.7.6
29822026-06-01T14:50:37.767Z Compiling foreign-types-macros v0.2.3
29832026-06-01T14:50:37.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-06-01T14:50:37.793Z Checking foreign-types-shared v0.3.1
29852026-06-01T14:50:37.805Z Checking cpufeatures v0.3.0
29862026-06-01T14:50:37.876Z Checking chacha20 v0.10.0
29872026-06-01T14:50:37.890Z Checking vsss-rs v3.3.4
29882026-06-01T14:50:37.902Z Compiling num_enum_derive v0.5.11
29892026-06-01T14:50:38.016Z Checking chacha20poly1305 v0.10.1
29902026-06-01T14:50:38.093Z Checking argon2 v0.5.3
29912026-06-01T14:50:38.143Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29922026-06-01T14:50:38.349Z Checking foreign-types v0.5.0
29932026-06-01T14:50:38.419Z Checking ciborium v0.2.2
29942026-06-01T14:50:38.536Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-06-01T14:50:38.557Z Checking tabwriter v1.4.1
29962026-06-01T14:50:38.726Z Checking byte-wrapper v0.1.0
29972026-06-01T14:50:38.788Z Checking num_enum v0.7.6
29982026-06-01T14:50:38.849Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-01T14:50:38.867Z Checking cstr-argument v0.1.2
30002026-06-01T14:50:38.903Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-06-01T14:50:38.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
30022026-06-01T14:50:38.954Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-06-01T14:50:38.989Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-06-01T14:50:39.003Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-06-01T14:50:39.144Z Checking num_enum v0.5.11
30062026-06-01T14:50:39.158Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
30072026-06-01T14:50:39.232Z Checking ingot-types v0.1.2
30082026-06-01T14:50:39.256Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-06-01T14:50:39.274Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-06-01T14:50:39.319Z Checking rand v0.10.1
30112026-06-01T14:50:39.351Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-06-01T14:50:39.381Z Checking winnow v1.0.3
30132026-06-01T14:50:39.455Z Checking colored v3.1.1
30142026-06-01T14:50:39.577Z Checking indent_write v2.2.0
30152026-06-01T14:50:39.591Z Checking ingot v0.1.1
30162026-06-01T14:50:39.618Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30172026-06-01T14:50:39.654Z Compiling zone_cfg_derive v0.3.1
30182026-06-01T14:50:39.670Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-06-01T14:50:39.703Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30202026-06-01T14:50:39.716Z Checking itertools v0.12.1
30212026-06-01T14:50:39.814Z Compiling num-derive v0.4.2
30222026-06-01T14:50:39.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-06-01T14:50:39.874Z Checking swrite v0.1.0
30242026-06-01T14:50:39.966Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-06-01T14:50:40.039Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30262026-06-01T14:50:40.127Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-06-01T14:50:40.192Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-06-01T14:50:40.288Z Checking dropshot-api-manager-types v0.7.2
30292026-06-01T14:50:40.291Z Checking smf v0.2.3
30302026-06-01T14:50:40.315Z Checking nanorand v0.7.0
30312026-06-01T14:50:40.453Z Checking whoami v1.6.1
30322026-06-01T14:50:40.510Z Checking flume v0.11.1
30332026-06-01T14:50:40.536Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-06-01T14:50:40.729Z Checking zone v0.3.1
30352026-06-01T14:50:40.743Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30362026-06-01T14:50:41.187Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-06-01T14:50:42.163Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-06-01T14:50:43.067Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-06-01T14:50:46.396Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-06-01T14:50:48.488Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-06-01T14:50:49.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
30422026-06-01T14:50:49.784Z
30432026-06-01T14:50:49.784Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30442026-06-01T14:50:50.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-06-01T14:50:50.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-06-01T14:50:50.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-06-01T14:50:50.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-06-01T14:50:50.419Z
30492026-06-01T14:50:50.419Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30502026-06-01T14:50:50.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-06-01T14:50:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-06-01T14:50:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-06-01T14:50:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542026-06-01T14:50:51.055Z
30552026-06-01T14:50:51.055Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30562026-06-01T14:50:51.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-06-01T14:50:51.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-06-01T14:50:51.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-06-01T14:50:51.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30602026-06-01T14:50:51.699Z
30612026-06-01T14:50:51.699Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30622026-06-01T14:50:52.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-06-01T14:50:52.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-06-01T14:50:52.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-06-01T14:50:52.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30662026-06-01T14:50:52.339Z
30672026-06-01T14:50:52.339Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30682026-06-01T14:50:52.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-06-01T14:50:52.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-06-01T14:50:52.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-06-01T14:50:52.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30722026-06-01T14:50:52.979Z
30732026-06-01T14:50:52.979Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30742026-06-01T14:50:53.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-06-01T14:50:53.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-06-01T14:50:53.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-06-01T14:50:53.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30782026-06-01T14:50:53.615Z
30792026-06-01T14:50:53.615Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30802026-06-01T14:50:54.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-06-01T14:50:54.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-06-01T14:50:54.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-06-01T14:50:54.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30842026-06-01T14:50:54.255Z
30852026-06-01T14:50:54.255Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30862026-06-01T14:50:54.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-06-01T14:50:54.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-06-01T14:50:54.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-06-01T14:50:54.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-06-01T14:50:54.876Z
30912026-06-01T14:50:54.876Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30922026-06-01T14:50:55.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-06-01T14:50:55.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-06-01T14:50:55.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-06-01T14:50:55.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30962026-06-01T14:50:55.508Z
30972026-06-01T14:50:55.508Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30982026-06-01T14:50:56.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-06-01T14:50:56.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-06-01T14:50:56.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-06-01T14:50:56.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-06-01T14:50:56.146Z
31032026-06-01T14:50:56.146Zinfo: running `cargo check --bins` on installinator-client (115/298)
31042026-06-01T14:50:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-06-01T14:50:56.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-06-01T14:50:56.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-06-01T14:50:56.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31082026-06-01T14:50:56.789Z
31092026-06-01T14:50:56.789Zinfo: running `cargo check --bins` on nexus-client (116/298)
31102026-06-01T14:50:57.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-06-01T14:50:57.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-06-01T14:50:57.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-06-01T14:50:57.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31142026-06-01T14:50:57.476Z
31152026-06-01T14:50:57.476Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31162026-06-01T14:50:58.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-06-01T14:50:58.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-06-01T14:50:58.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-06-01T14:50:58.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31202026-06-01T14:50:58.165Z
31212026-06-01T14:50:58.165Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31222026-06-01T14:50:58.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-06-01T14:50:58.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-06-01T14:50:58.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-06-01T14:50:58.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31262026-06-01T14:50:58.792Z
31272026-06-01T14:50:58.792Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31282026-06-01T14:50:59.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-06-01T14:50:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-06-01T14:50:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-06-01T14:50:59.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31322026-06-01T14:50:59.421Z
31332026-06-01T14:50:59.421Zinfo: running `cargo check --bins` on oxide-client (120/298)
31342026-06-01T14:50:59.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-06-01T14:50:59.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-06-01T14:50:59.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-06-01T14:50:59.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-06-01T14:51:00.042Z
31392026-06-01T14:51:00.042Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31402026-06-01T14:51:00.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-06-01T14:51:00.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-06-01T14:51:00.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-06-01T14:51:00.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31442026-06-01T14:51:00.684Z
31452026-06-01T14:51:00.684Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31462026-06-01T14:51:01.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-06-01T14:51:01.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-06-01T14:51:01.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-06-01T14:51:01.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31502026-06-01T14:51:01.314Z
31512026-06-01T14:51:01.314Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31522026-06-01T14:51:01.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-06-01T14:51:01.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-06-01T14:51:01.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-06-01T14:51:01.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31562026-06-01T14:51:01.968Z
31572026-06-01T14:51:01.968Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31582026-06-01T14:51:02.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-06-01T14:51:02.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-06-01T14:51:02.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-06-01T14:51:02.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31622026-06-01T14:51:02.638Z
31632026-06-01T14:51:02.638Zinfo: running `cargo check --bins` on installinator-common (125/298)
31642026-06-01T14:51:03.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-06-01T14:51:03.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-06-01T14:51:03.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-06-01T14:51:03.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31682026-06-01T14:51:03.297Z
31692026-06-01T14:51:03.297Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31702026-06-01T14:51:03.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-06-01T14:51:03.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-06-01T14:51:03.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-06-01T14:51:03.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31742026-06-01T14:51:03.921Z
31752026-06-01T14:51:03.921Zinfo: running `cargo check --bins` on wicket-common (127/298)
31762026-06-01T14:51:04.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-06-01T14:51:04.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-06-01T14:51:04.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-06-01T14:51:04.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802026-06-01T14:51:04.571Z
31812026-06-01T14:51:04.571Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31822026-06-01T14:51:05.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-06-01T14:51:05.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-06-01T14:51:05.306Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-06-01T14:51:05.428Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-06-01T14:51:05.436Z Checking csv-core v0.1.13
31872026-06-01T14:51:05.443Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-06-01T14:51:05.451Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-06-01T14:51:05.461Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-06-01T14:51:05.474Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-06-01T14:51:05.486Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-06-01T14:51:05.591Z Checking csv v1.4.0
31932026-06-01T14:51:05.636Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-06-01T14:51:05.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-06-01T14:51:05.678Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-06-01T14:51:05.693Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-06-01T14:51:05.937Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-06-01T14:51:06.300Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31992026-06-01T14:51:06.301Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-06-01T14:51:06.643Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-06-01T14:51:12.718Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-06-01T14:51:13.246Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-06-01T14:51:15.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
32042026-06-01T14:51:15.860Z
32052026-06-01T14:51:15.860Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
32062026-06-01T14:51:16.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-06-01T14:51:16.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-06-01T14:51:16.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-06-01T14:51:16.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-06-01T14:51:16.492Z
32112026-06-01T14:51:16.492Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32122026-06-01T14:51:17.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-06-01T14:51:17.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-06-01T14:51:17.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-06-01T14:51:17.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32162026-06-01T14:51:17.218Z
32172026-06-01T14:51:17.218Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32182026-06-01T14:51:17.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-06-01T14:51:17.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-06-01T14:51:17.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-06-01T14:51:17.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32222026-06-01T14:51:17.938Z
32232026-06-01T14:51:17.938Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32242026-06-01T14:51:18.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-06-01T14:51:18.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-06-01T14:51:18.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-06-01T14:51:18.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32282026-06-01T14:51:18.630Z
32292026-06-01T14:51:18.630Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32302026-06-01T14:51:19.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-06-01T14:51:19.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-06-01T14:51:19.529Z Compiling regress v0.11.1
32332026-06-01T14:51:19.707Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32342026-06-01T14:51:19.710Z Compiling unsafe-libyaml v0.2.11
32352026-06-01T14:51:19.710Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32362026-06-01T14:51:19.710Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32372026-06-01T14:51:19.714Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32382026-06-01T14:51:19.714Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32392026-06-01T14:51:19.956Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32402026-06-01T14:51:20.000Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32412026-06-01T14:51:20.016Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32422026-06-01T14:51:20.070Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32432026-06-01T14:51:20.562Z Compiling serde_yaml v0.9.34+deprecated
32442026-06-01T14:51:20.685Z Compiling semver v0.1.20
32452026-06-01T14:51:20.976Z Compiling rustc_version v0.1.7
32462026-06-01T14:51:21.088Z Compiling cancel-safe-futures v0.1.5
32472026-06-01T14:51:21.201Z Compiling typify-impl v0.6.2
32482026-06-01T14:51:21.250Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-06-01T14:51:21.297Z Compiling owo-colors v4.3.0
32502026-06-01T14:51:21.421Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32512026-06-01T14:51:21.525Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32522026-06-01T14:51:21.545Z Compiling newtype_derive v0.1.6
32532026-06-01T14:51:21.673Z Checking libsw-core v0.3.2
32542026-06-01T14:51:21.822Z Checking libsw v3.5.0
32552026-06-01T14:51:22.269Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32562026-06-01T14:51:22.368Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-06-01T14:51:22.383Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-06-01T14:51:22.813Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-06-01T14:51:22.935Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32602026-06-01T14:51:22.978Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32612026-06-01T14:51:23.117Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32622026-06-01T14:51:23.297Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32632026-06-01T14:51:23.467Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32642026-06-01T14:51:23.483Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32652026-06-01T14:51:23.587Z Checking linear-map v1.2.0
32662026-06-01T14:51:23.643Z Checking tagptr v0.2.0
32672026-06-01T14:51:23.717Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-06-01T14:51:23.733Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32692026-06-01T14:51:23.747Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32702026-06-01T14:51:23.770Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32712026-06-01T14:51:23.789Z Checking moka v0.12.13
32722026-06-01T14:51:23.944Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32732026-06-01T14:51:24.011Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32742026-06-01T14:51:24.145Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32752026-06-01T14:51:24.179Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32762026-06-01T14:51:24.296Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32772026-06-01T14:51:24.373Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32782026-06-01T14:51:24.435Z Checking unicode-linebreak v0.1.5
32792026-06-01T14:51:24.474Z Checking smawk v0.3.2
32802026-06-01T14:51:24.501Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32812026-06-01T14:51:24.609Z Checking hickory-resolver v0.25.2
32822026-06-01T14:51:24.645Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32832026-06-01T14:51:24.662Z Checking textwrap v0.16.2
32842026-06-01T14:51:24.681Z Checking steno v0.4.1
32852026-06-01T14:51:24.776Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32862026-06-01T14:51:24.819Z Compiling num-derive v0.3.3
32872026-06-01T14:51:24.883Z Compiling radium v0.7.0
32882026-06-01T14:51:25.176Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32892026-06-01T14:51:25.342Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32902026-06-01T14:51:25.703Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32912026-06-01T14:51:25.718Z Checking libscf-sys v1.1.0
32922026-06-01T14:51:25.767Z Compiling typify-macro v0.6.2
32932026-06-01T14:51:25.783Z Checking nom v8.0.0
32942026-06-01T14:51:25.806Z Compiling maybe-uninit v2.0.0
32952026-06-01T14:51:25.848Z Checking tap v1.0.1
32962026-06-01T14:51:25.945Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32972026-06-01T14:51:25.962Z Checking wyz v0.5.1
32982026-06-01T14:51:26.072Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32992026-06-01T14:51:26.153Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33002026-06-01T14:51:26.157Z Compiling zerocopy-derive v0.6.6
33012026-06-01T14:51:26.268Z Checking crc-catalog v2.4.0
33022026-06-01T14:51:26.315Z Checking funty v2.0.0
33032026-06-01T14:51:26.365Z Compiling packed_struct v0.10.1
33042026-06-01T14:51:26.530Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33052026-06-01T14:51:26.636Z Checking bitvec v1.0.1
33062026-06-01T14:51:26.656Z Checking crc v3.4.0
33072026-06-01T14:51:26.913Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-06-01T14:51:27.010Z Checking zerocopy v0.6.6
33092026-06-01T14:51:27.314Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33102026-06-01T14:51:27.446Z Compiling packed_struct_codegen v0.10.1
33112026-06-01T14:51:27.519Z Compiling typify v0.6.2
33122026-06-01T14:51:27.637Z Compiling progenitor-impl v0.13.0
33132026-06-01T14:51:27.659Z Compiling progenitor-impl v0.14.0
33142026-06-01T14:51:27.705Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33152026-06-01T14:51:28.527Z Compiling bitfield-macros v0.19.4
33162026-06-01T14:51:28.623Z Compiling indexmap v1.9.3
33172026-06-01T14:51:28.695Z Checking nodrop v0.1.14
33182026-06-01T14:51:28.723Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-06-01T14:51:28.792Z Checking array-init v0.0.4
33202026-06-01T14:51:28.911Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33212026-06-01T14:51:29.090Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-06-01T14:51:29.106Z Checking smallvec v0.6.14
33232026-06-01T14:51:29.301Z Checking bitfield v0.19.4
33242026-06-01T14:51:29.304Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-06-01T14:51:29.392Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33262026-06-01T14:51:29.451Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33272026-06-01T14:51:29.578Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-06-01T14:51:29.966Z Checking base64 v0.21.7
33292026-06-01T14:51:29.993Z Checking hashbrown v0.12.3
33302026-06-01T14:51:30.016Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33312026-06-01T14:51:30.202Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-01T14:51:30.227Z Checking ron v0.8.1
33332026-06-01T14:51:30.276Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33342026-06-01T14:51:30.340Z Compiling progenitor-macro v0.13.0
33352026-06-01T14:51:30.370Z Compiling progenitor-macro v0.14.0
33362026-06-01T14:51:30.733Z Checking serde-hex v0.1.0
33372026-06-01T14:51:30.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-06-01T14:51:30.923Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33392026-06-01T14:51:31.073Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-06-01T14:51:31.383Z Checking hashbrown v0.13.2
33412026-06-01T14:51:31.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-06-01T14:51:31.544Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33432026-06-01T14:51:31.707Z Checking crc-any v2.5.0
33442026-06-01T14:51:31.770Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-06-01T14:51:31.809Z Checking object v0.30.4
33462026-06-01T14:51:31.889Z Checking path-slash v0.1.5
33472026-06-01T14:51:31.939Z Checking void v1.0.2
33482026-06-01T14:51:31.998Z Checking utf-8 v0.7.6
33492026-06-01T14:51:32.049Z Checking half v1.8.3
33502026-06-01T14:51:32.140Z Checking tungstenite v0.23.0
33512026-06-01T14:51:32.249Z Checking serde_cbor v0.11.2
33522026-06-01T14:51:32.266Z Checking lzss v0.8.2
33532026-06-01T14:51:32.455Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-01T14:51:32.504Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-06-01T14:51:32.561Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-06-01T14:51:32.633Z Checking nix v0.27.1
33572026-06-01T14:51:32.672Z Checking kstat-rs v0.2.4
33582026-06-01T14:51:32.817Z Checking fxhash v0.2.1
33592026-06-01T14:51:32.868Z Checking serde_bytes v0.11.19
33602026-06-01T14:51:32.906Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33612026-06-01T14:51:32.945Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33622026-06-01T14:51:33.045Z Checking tokio-tungstenite v0.23.1
33632026-06-01T14:51:33.149Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33642026-06-01T14:51:33.258Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-06-01T14:51:33.275Z Checking signal-hook-tokio v0.3.1
33662026-06-01T14:51:34.216Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-06-01T14:51:34.545Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33682026-06-01T14:51:34.794Z Checking progenitor v0.14.0
33692026-06-01T14:51:34.797Z Checking progenitor v0.13.0
33702026-06-01T14:51:34.925Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-06-01T14:51:34.928Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-06-01T14:51:34.955Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-06-01T14:51:38.111Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-06-01T14:51:45.692Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33752026-06-01T14:51:51.975Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-06-01T14:51:53.389Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33772026-06-01T14:51:53.911Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33782026-06-01T14:51:54.517Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33792026-06-01T14:51:57.666Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-06-01T14:52:05.619Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33812026-06-01T14:52:12.162Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-06-01T14:52:13.659Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33832026-06-01T14:52:14.239Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33842026-06-01T14:52:16.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.86s
33852026-06-01T14:52:16.716Z
33862026-06-01T14:52:16.716Zinfo: running `cargo check --bins` on gateway-api (134/298)
33872026-06-01T14:52:17.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-06-01T14:52:17.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-06-01T14:52:17.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-06-01T14:52:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33912026-06-01T14:52:17.357Z
33922026-06-01T14:52:17.357Zinfo: running `cargo check --bins` on ipcc (135/298)
33932026-06-01T14:52:17.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-06-01T14:52:17.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-06-01T14:52:17.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-06-01T14:52:17.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33972026-06-01T14:52:17.998Z
33982026-06-01T14:52:17.998Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33992026-06-01T14:52:18.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-06-01T14:52:18.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-06-01T14:52:18.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-06-01T14:52:18.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34032026-06-01T14:52:18.628Z
34042026-06-01T14:52:18.628Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
34052026-06-01T14:52:19.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-06-01T14:52:19.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-06-01T14:52:19.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-06-01T14:52:19.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34092026-06-01T14:52:19.294Z
34102026-06-01T14:52:19.295Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34112026-06-01T14:52:19.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-06-01T14:52:19.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-06-01T14:52:19.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-06-01T14:52:19.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34152026-06-01T14:52:19.936Z
34162026-06-01T14:52:19.936Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34172026-06-01T14:52:20.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-06-01T14:52:20.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-06-01T14:52:20.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-06-01T14:52:20.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34212026-06-01T14:52:20.580Z
34222026-06-01T14:52:20.580Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34232026-06-01T14:52:21.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-06-01T14:52:21.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-06-01T14:52:21.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-06-01T14:52:21.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34272026-06-01T14:52:21.218Z
34282026-06-01T14:52:21.218Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34292026-06-01T14:52:21.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-06-01T14:52:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-06-01T14:52:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-06-01T14:52:21.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-06-01T14:52:21.876Z
34342026-06-01T14:52:21.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34352026-06-01T14:52:22.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-06-01T14:52:22.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-06-01T14:52:22.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-06-01T14:52:22.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-06-01T14:52:22.512Z
34402026-06-01T14:52:22.512Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34412026-06-01T14:52:23.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-06-01T14:52:23.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-06-01T14:52:23.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-06-01T14:52:23.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34452026-06-01T14:52:23.154Z
34462026-06-01T14:52:23.154Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34472026-06-01T14:52:23.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-06-01T14:52:23.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-06-01T14:52:23.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-06-01T14:52:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34512026-06-01T14:52:23.792Z
34522026-06-01T14:52:23.792Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34532026-06-01T14:52:24.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-06-01T14:52:24.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-06-01T14:52:24.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-06-01T14:52:24.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34572026-06-01T14:52:24.427Z
34582026-06-01T14:52:24.427Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34592026-06-01T14:52:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-06-01T14:52:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-06-01T14:52:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-06-01T14:52:24.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34632026-06-01T14:52:25.068Z
34642026-06-01T14:52:25.068Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34652026-06-01T14:52:25.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-06-01T14:52:25.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-06-01T14:52:25.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-06-01T14:52:25.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34692026-06-01T14:52:25.708Z
34702026-06-01T14:52:25.708Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34712026-06-01T14:52:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-06-01T14:52:26.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-06-01T14:52:26.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-06-01T14:52:26.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34752026-06-01T14:52:26.367Z
34762026-06-01T14:52:26.367Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34772026-06-01T14:52:26.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-06-01T14:52:26.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-06-01T14:52:26.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-06-01T14:52:26.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34812026-06-01T14:52:27.029Z
34822026-06-01T14:52:27.029Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34832026-06-01T14:52:27.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-06-01T14:52:27.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-06-01T14:52:27.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-06-01T14:52:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34872026-06-01T14:52:27.689Z
34882026-06-01T14:52:27.689Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34892026-06-01T14:52:28.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-06-01T14:52:28.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-06-01T14:52:28.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-06-01T14:52:28.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34932026-06-01T14:52:28.349Z
34942026-06-01T14:52:28.349Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34952026-06-01T14:52:28.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-06-01T14:52:28.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-06-01T14:52:28.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-06-01T14:52:28.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34992026-06-01T14:52:29.017Z
35002026-06-01T14:52:29.017Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
35012026-06-01T14:52:29.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-06-01T14:52:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-06-01T14:52:29.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-06-01T14:52:29.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35052026-06-01T14:52:29.682Z
35062026-06-01T14:52:29.682Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35072026-06-01T14:52:30.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-06-01T14:52:30.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-06-01T14:52:30.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-06-01T14:52:30.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35112026-06-01T14:52:30.343Z
35122026-06-01T14:52:30.343Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35132026-06-01T14:52:30.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-06-01T14:52:30.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-06-01T14:52:30.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-06-01T14:52:30.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-06-01T14:52:31.003Z
35182026-06-01T14:52:31.003Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35192026-06-01T14:52:31.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-06-01T14:52:31.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-06-01T14:52:31.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-06-01T14:52:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35232026-06-01T14:52:31.662Z
35242026-06-01T14:52:31.662Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35252026-06-01T14:52:32.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-06-01T14:52:32.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-06-01T14:52:32.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-06-01T14:52:32.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292026-06-01T14:52:32.320Z
35302026-06-01T14:52:32.320Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35312026-06-01T14:52:32.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-06-01T14:52:32.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-06-01T14:52:32.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-06-01T14:52:32.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35352026-06-01T14:52:32.961Z
35362026-06-01T14:52:32.962Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35372026-06-01T14:52:33.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-06-01T14:52:33.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-06-01T14:52:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-06-01T14:52:33.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35412026-06-01T14:52:33.600Z
35422026-06-01T14:52:33.600Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35432026-06-01T14:52:34.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-06-01T14:52:34.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-06-01T14:52:34.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-06-01T14:52:34.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35472026-06-01T14:52:34.240Z
35482026-06-01T14:52:34.240Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35492026-06-01T14:52:34.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-06-01T14:52:34.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-06-01T14:52:34.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-06-01T14:52:34.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-06-01T14:52:34.882Z
35542026-06-01T14:52:34.882Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35552026-06-01T14:52:35.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-06-01T14:52:35.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-06-01T14:52:35.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-06-01T14:52:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-06-01T14:52:35.515Z
35602026-06-01T14:52:35.515Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35612026-06-01T14:52:36.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-06-01T14:52:36.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-06-01T14:52:36.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-06-01T14:52:36.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35652026-06-01T14:52:36.155Z
35662026-06-01T14:52:36.155Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35672026-06-01T14:52:36.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-06-01T14:52:36.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-06-01T14:52:36.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-06-01T14:52:36.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35712026-06-01T14:52:36.796Z
35722026-06-01T14:52:36.796Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35732026-06-01T14:52:37.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-06-01T14:52:37.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-06-01T14:52:37.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-06-01T14:52:37.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35772026-06-01T14:52:37.436Z
35782026-06-01T14:52:37.436Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35792026-06-01T14:52:37.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-06-01T14:52:37.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-06-01T14:52:37.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-06-01T14:52:37.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35832026-06-01T14:52:38.096Z
35842026-06-01T14:52:38.096Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35852026-06-01T14:52:38.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-01T14:52:38.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-01T14:52:38.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-01T14:52:38.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35892026-06-01T14:52:38.759Z
35902026-06-01T14:52:38.759Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35912026-06-01T14:52:39.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-01T14:52:39.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-01T14:52:39.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-06-01T14:52:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35952026-06-01T14:52:39.419Z
35962026-06-01T14:52:39.419Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35972026-06-01T14:52:39.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-01T14:52:39.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-01T14:52:39.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-06-01T14:52:39.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012026-06-01T14:52:40.081Z
36022026-06-01T14:52:40.081Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
36032026-06-01T14:52:40.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-01T14:52:40.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-01T14:52:40.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-01T14:52:40.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36072026-06-01T14:52:40.739Z
36082026-06-01T14:52:40.739Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36092026-06-01T14:52:41.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-01T14:52:41.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-01T14:52:41.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-01T14:52:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36132026-06-01T14:52:41.399Z
36142026-06-01T14:52:41.399Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36152026-06-01T14:52:41.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-01T14:52:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-01T14:52:41.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-01T14:52:41.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36192026-06-01T14:52:42.067Z
36202026-06-01T14:52:42.067Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36212026-06-01T14:52:42.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-01T14:52:42.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-01T14:52:42.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-01T14:52:42.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36252026-06-01T14:52:42.755Z
36262026-06-01T14:52:42.756Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36272026-06-01T14:52:43.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-01T14:52:43.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-01T14:52:43.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-01T14:52:43.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36312026-06-01T14:52:43.406Z
36322026-06-01T14:52:43.406Zinfo: running `cargo check --bins` on dns-server (175/298)
36332026-06-01T14:52:43.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-01T14:52:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-01T14:52:44.095Z Compiling parking_lot_core v0.8.6
36362026-06-01T14:52:44.095Z Compiling atomicwrites v0.4.4
36372026-06-01T14:52:44.099Z Compiling git-stub v1.0.0
36382026-06-01T14:52:44.099Z Checking prefix-trie v0.7.0
36392026-06-01T14:52:44.208Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36402026-06-01T14:52:44.348Z Compiling git-stub-vcs v0.1.0
36412026-06-01T14:52:44.497Z Checking hickory-server v0.25.2
36422026-06-01T14:52:44.613Z Checking parking_lot v0.11.2
36432026-06-01T14:52:44.629Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36442026-06-01T14:52:44.700Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36452026-06-01T14:52:44.700Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36462026-06-01T14:52:44.785Z Checking sled v0.34.7
36472026-06-01T14:52:46.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
36482026-06-01T14:52:46.894Z
36492026-06-01T14:52:46.894Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36502026-06-01T14:52:47.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-01T14:52:47.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-01T14:52:47.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-01T14:52:47.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36542026-06-01T14:52:47.527Z
36552026-06-01T14:52:47.527Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36562026-06-01T14:52:48.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-01T14:52:48.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-01T14:52:48.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-01T14:52:48.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602026-06-01T14:52:48.163Z
36612026-06-01T14:52:48.163Zinfo: running `cargo check --bins` on sp-sim (178/298)
36622026-06-01T14:52:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-01T14:52:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-01T14:52:48.952Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36652026-06-01T14:52:50.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
36662026-06-01T14:52:51.103Z
36672026-06-01T14:52:51.103Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36682026-06-01T14:52:51.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-01T14:52:51.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-01T14:52:51.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-01T14:52:51.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36722026-06-01T14:52:51.800Z
36732026-06-01T14:52:51.800Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36742026-06-01T14:52:52.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-01T14:52:52.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-01T14:52:52.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-01T14:52:52.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36782026-06-01T14:52:52.499Z
36792026-06-01T14:52:52.499Zinfo: running `cargo check --bins` on db-macros (181/298)
36802026-06-01T14:52:53.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-01T14:52:53.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-01T14:52:53.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-01T14:52:53.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36842026-06-01T14:52:53.125Z
36852026-06-01T14:52:53.125Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36862026-06-01T14:52:53.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-01T14:52:53.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-01T14:52:53.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-01T14:52:53.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36902026-06-01T14:52:53.738Z
36912026-06-01T14:52:53.739Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36922026-06-01T14:52:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-01T14:52:54.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-01T14:52:54.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-01T14:52:54.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36962026-06-01T14:52:54.436Z
36972026-06-01T14:52:54.436Zinfo: running `cargo check --bins` on authz-macros (184/298)
36982026-06-01T14:52:54.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-01T14:52:54.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-01T14:52:54.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-01T14:52:54.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37022026-06-01T14:52:55.068Z
37032026-06-01T14:52:55.068Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
37042026-06-01T14:52:55.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-01T14:52:55.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-01T14:52:55.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-01T14:52:55.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37082026-06-01T14:52:55.767Z
37092026-06-01T14:52:55.767Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37102026-06-01T14:52:56.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-01T14:52:56.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-01T14:52:56.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-01T14:52:56.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37142026-06-01T14:52:56.465Z
37152026-06-01T14:52:56.465Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37162026-06-01T14:52:57.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-01T14:52:57.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-01T14:52:57.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-01T14:52:57.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37202026-06-01T14:52:57.101Z
37212026-06-01T14:52:57.101Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37222026-06-01T14:52:57.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-01T14:52:57.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-01T14:52:57.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-01T14:52:57.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37262026-06-01T14:52:57.734Z
37272026-06-01T14:52:57.734Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37282026-06-01T14:52:58.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-01T14:52:58.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-01T14:52:58.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-01T14:52:58.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37322026-06-01T14:52:58.380Z
37332026-06-01T14:52:58.380Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37342026-06-01T14:52:58.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-01T14:52:58.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-01T14:52:58.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-01T14:52:58.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37382026-06-01T14:52:59.016Z
37392026-06-01T14:52:59.016Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37402026-06-01T14:52:59.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-01T14:52:59.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-01T14:52:59.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-01T14:52:59.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37442026-06-01T14:52:59.646Z
37452026-06-01T14:52:59.646Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37462026-06-01T14:53:00.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-01T14:53:00.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-01T14:53:00.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-06-01T14:53:00.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
37502026-06-01T14:53:00.352Z
37512026-06-01T14:53:00.352Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37522026-06-01T14:53:00.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-06-01T14:53:00.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-06-01T14:53:00.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-06-01T14:53:00.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
37562026-06-01T14:53:01.054Z
37572026-06-01T14:53:01.054Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37582026-06-01T14:53:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-06-01T14:53:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-06-01T14:53:01.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-06-01T14:53:01.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37622026-06-01T14:53:01.751Z
37632026-06-01T14:53:01.751Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37642026-06-01T14:53:02.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-06-01T14:53:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-06-01T14:53:02.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-06-01T14:53:02.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37682026-06-01T14:53:02.405Z
37692026-06-01T14:53:02.405Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37702026-06-01T14:53:02.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-06-01T14:53:02.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-06-01T14:53:02.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-06-01T14:53:02.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37742026-06-01T14:53:03.068Z
37752026-06-01T14:53:03.069Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37762026-06-01T14:53:03.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-06-01T14:53:03.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-06-01T14:53:03.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-06-01T14:53:03.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37802026-06-01T14:53:03.736Z
37812026-06-01T14:53:03.736Zinfo: running `cargo check --bins` on key-manager (198/298)
37822026-06-01T14:53:04.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-06-01T14:53:04.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-06-01T14:53:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-06-01T14:53:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37862026-06-01T14:53:04.379Z
37872026-06-01T14:53:04.380Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37882026-06-01T14:53:04.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-06-01T14:53:04.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-06-01T14:53:04.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-06-01T14:53:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37922026-06-01T14:53:05.046Z
37932026-06-01T14:53:05.046Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37942026-06-01T14:53:05.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-06-01T14:53:05.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-06-01T14:53:05.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-06-01T14:53:05.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37982026-06-01T14:53:05.710Z
37992026-06-01T14:53:05.710Zinfo: running `cargo check --bins` on typed-rng (201/298)
38002026-06-01T14:53:06.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-06-01T14:53:06.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-06-01T14:53:06.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-06-01T14:53:06.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-06-01T14:53:06.337Z
38052026-06-01T14:53:06.337Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38062026-06-01T14:53:06.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-06-01T14:53:06.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-06-01T14:53:07.249Z Compiling libefi-sys v0.1.0
38092026-06-01T14:53:07.252Z Compiling bitfield-struct v0.6.2
38102026-06-01T14:53:07.400Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38112026-06-01T14:53:07.418Z Compiling xshell-macros v0.2.7
38122026-06-01T14:53:07.421Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38132026-06-01T14:53:07.426Z Compiling typify-impl v0.4.3
38142026-06-01T14:53:07.429Z Compiling salty v0.3.0
38152026-06-01T14:53:07.429Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38162026-06-01T14:53:07.538Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38172026-06-01T14:53:07.593Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38182026-06-01T14:53:07.756Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38192026-06-01T14:53:07.834Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38202026-06-01T14:53:07.891Z Checking xshell v0.2.7
38212026-06-01T14:53:07.907Z Checking primeorder v0.13.6
38222026-06-01T14:53:07.990Z Compiling proc-macro-error-attr2 v2.0.0
38232026-06-01T14:53:08.005Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38242026-06-01T14:53:08.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38252026-06-01T14:53:08.024Z Checking tungstenite v0.21.0
38262026-06-01T14:53:08.150Z Checking p384 v0.13.1
38272026-06-01T14:53:08.227Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38282026-06-01T14:53:08.257Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38292026-06-01T14:53:08.370Z Compiling proc-macro-error2 v2.0.1
38302026-06-01T14:53:08.455Z Checking tokio-tungstenite v0.21.0
38312026-06-01T14:53:08.492Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38322026-06-01T14:53:08.542Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-06-01T14:53:08.572Z Checking papergrid v0.17.0
38342026-06-01T14:53:08.703Z Compiling tabled_derive v0.11.0
38352026-06-01T14:53:08.754Z Checking testing_table v0.3.0
38362026-06-01T14:53:08.854Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38372026-06-01T14:53:08.903Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38382026-06-01T14:53:08.935Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-06-01T14:53:09.116Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38402026-06-01T14:53:09.140Z Compiling unicase v2.9.0
38412026-06-01T14:53:09.318Z Checking corncobs v0.1.4
38422026-06-01T14:53:09.350Z Compiling illumos-nvpair-sys v0.2.0
38432026-06-01T14:53:09.383Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38442026-06-01T14:53:09.403Z Compiling mime_guess v2.0.5
38452026-06-01T14:53:09.454Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-06-01T14:53:09.513Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-06-01T14:53:09.560Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
38482026-06-01T14:53:09.655Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38492026-06-01T14:53:09.713Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38502026-06-01T14:53:09.860Z Checking progenitor-client v0.11.2
38512026-06-01T14:53:09.880Z Checking tabled v0.20.0
38522026-06-01T14:53:09.923Z Checking secrecy v0.8.0
38532026-06-01T14:53:09.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-06-01T14:53:10.083Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38552026-06-01T14:53:10.144Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38562026-06-01T14:53:10.287Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38572026-06-01T14:53:10.321Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38582026-06-01T14:53:10.531Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38592026-06-01T14:53:10.548Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38602026-06-01T14:53:10.622Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38612026-06-01T14:53:10.692Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-06-01T14:53:10.805Z Checking filetime v0.2.27
38632026-06-01T14:53:10.860Z Checking http-range v0.1.5
38642026-06-01T14:53:10.946Z Checking xattr v1.6.1
38652026-06-01T14:53:11.036Z Checking crc8 v0.1.1
38662026-06-01T14:53:11.074Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-06-01T14:53:11.090Z Checking tar v0.4.45
38682026-06-01T14:53:11.140Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38692026-06-01T14:53:11.249Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38702026-06-01T14:53:11.265Z Checking illumos-nvpair v0.3.0
38712026-06-01T14:53:11.466Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38722026-06-01T14:53:11.484Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38732026-06-01T14:53:11.562Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38742026-06-01T14:53:11.800Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38752026-06-01T14:53:11.859Z Checking atty v0.2.14
38762026-06-01T14:53:11.913Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38772026-06-01T14:53:11.928Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-06-01T14:53:11.957Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38792026-06-01T14:53:11.996Z Compiling typify-macro v0.4.3
38802026-06-01T14:53:11.999Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38812026-06-01T14:53:12.026Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38822026-06-01T14:53:12.244Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38832026-06-01T14:53:12.261Z Checking hyper-staticfile v0.10.1
38842026-06-01T14:53:12.382Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38852026-06-01T14:53:12.559Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38862026-06-01T14:53:12.596Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38872026-06-01T14:53:12.616Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38882026-06-01T14:53:12.784Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38892026-06-01T14:53:12.853Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38902026-06-01T14:53:13.058Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38912026-06-01T14:53:13.130Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38922026-06-01T14:53:13.353Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38932026-06-01T14:53:13.705Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38942026-06-01T14:53:13.722Z Compiling typify v0.4.3
38952026-06-01T14:53:13.843Z Compiling progenitor-impl v0.11.2
38962026-06-01T14:53:14.230Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38972026-06-01T14:53:14.746Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38982026-06-01T14:53:15.176Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38992026-06-01T14:53:15.437Z Compiling progenitor-macro v0.11.2
39002026-06-01T14:53:17.675Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39012026-06-01T14:53:17.875Z Checking progenitor v0.11.2
39022026-06-01T14:53:18.000Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39032026-06-01T14:53:22.659Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39042026-06-01T14:53:34.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s
39052026-06-01T14:53:34.551Z
39062026-06-01T14:53:34.551Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39072026-06-01T14:53:35.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-01T14:53:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-01T14:53:35.398Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-06-01T14:53:46.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
39112026-06-01T14:53:46.882Z
39122026-06-01T14:53:46.882Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39132026-06-01T14:53:47.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-01T14:53:47.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-01T14:53:47.717Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-06-01T14:53:58.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
39172026-06-01T14:53:59.084Z
39182026-06-01T14:53:59.084Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39192026-06-01T14:53:59.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-01T14:53:59.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-01T14:53:59.919Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-06-01T14:54:11.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
39232026-06-01T14:54:11.394Z
39242026-06-01T14:54:11.394Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39252026-06-01T14:54:11.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-01T14:54:11.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-01T14:54:12.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39282026-06-01T14:54:23.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
39292026-06-01T14:54:23.650Z
39302026-06-01T14:54:23.651Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39312026-06-01T14:54:24.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-01T14:54:24.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-01T14:54:24.477Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-06-01T14:54:35.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
39352026-06-01T14:54:35.897Z
39362026-06-01T14:54:35.897Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39372026-06-01T14:54:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-01T14:54:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-01T14:54:36.733Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-06-01T14:54:47.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
39412026-06-01T14:54:48.157Z
39422026-06-01T14:54:48.157Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39432026-06-01T14:54:48.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-01T14:54:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-01T14:54:48.991Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39462026-06-01T14:55:00.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
39472026-06-01T14:55:00.399Z
39482026-06-01T14:55:00.400Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39492026-06-01T14:55:00.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-01T14:55:00.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-01T14:55:00.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-01T14:55:00.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39532026-06-01T14:55:01.043Z
39542026-06-01T14:55:01.044Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39552026-06-01T14:55:01.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-01T14:55:01.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-01T14:55:01.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-01T14:55:01.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39592026-06-01T14:55:01.685Z
39602026-06-01T14:55:01.685Zinfo: running `cargo check --bins` on range-requests (212/298)
39612026-06-01T14:55:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-01T14:55:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-01T14:55:02.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-01T14:55:02.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-06-01T14:55:02.317Z
39662026-06-01T14:55:02.317Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39672026-06-01T14:55:02.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-01T14:55:02.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-01T14:55:02.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-01T14:55:02.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39712026-06-01T14:55:02.954Z
39722026-06-01T14:55:02.954Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39732026-06-01T14:55:03.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-01T14:55:03.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-01T14:55:03.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-01T14:55:03.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39772026-06-01T14:55:03.618Z
39782026-06-01T14:55:03.618Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39792026-06-01T14:55:04.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-01T14:55:04.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-01T14:55:04.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-01T14:55:04.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39832026-06-01T14:55:04.282Z
39842026-06-01T14:55:04.282Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39852026-06-01T14:55:04.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-01T14:55:04.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-01T14:55:04.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-01T14:55:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39892026-06-01T14:55:04.940Z
39902026-06-01T14:55:04.940Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39912026-06-01T14:55:05.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-01T14:55:05.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-01T14:55:05.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-01T14:55:05.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39952026-06-01T14:55:05.601Z
39962026-06-01T14:55:05.601Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39972026-06-01T14:55:06.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-01T14:55:06.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-01T14:55:06.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-01T14:55:06.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40012026-06-01T14:55:06.263Z
40022026-06-01T14:55:06.263Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
40032026-06-01T14:55:06.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-01T14:55:06.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-01T14:55:06.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-01T14:55:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40072026-06-01T14:55:06.953Z
40082026-06-01T14:55:06.953Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40092026-06-01T14:55:07.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-01T14:55:07.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-01T14:55:07.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-01T14:55:07.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40132026-06-01T14:55:07.613Z
40142026-06-01T14:55:07.613Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40152026-06-01T14:55:08.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-01T14:55:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-01T14:55:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-06-01T14:55:08.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40192026-06-01T14:55:08.279Z
40202026-06-01T14:55:08.279Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40212026-06-01T14:55:08.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-06-01T14:55:08.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-06-01T14:55:08.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-06-01T14:55:08.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40252026-06-01T14:55:08.941Z
40262026-06-01T14:55:08.941Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40272026-06-01T14:55:09.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-06-01T14:55:09.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-06-01T14:55:09.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-06-01T14:55:09.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40312026-06-01T14:55:09.604Z
40322026-06-01T14:55:09.604Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40332026-06-01T14:55:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-06-01T14:55:10.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-06-01T14:55:10.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-06-01T14:55:10.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40372026-06-01T14:55:10.297Z
40382026-06-01T14:55:10.297Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40392026-06-01T14:55:10.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-06-01T14:55:10.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-06-01T14:55:10.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-06-01T14:55:10.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40432026-06-01T14:55:10.961Z
40442026-06-01T14:55:10.961Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40452026-06-01T14:55:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-06-01T14:55:11.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-06-01T14:55:11.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-06-01T14:55:11.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40492026-06-01T14:55:11.639Z
40502026-06-01T14:55:11.639Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40512026-06-01T14:55:12.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-06-01T14:55:12.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-06-01T14:55:12.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-06-01T14:55:12.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40552026-06-01T14:55:12.331Z
40562026-06-01T14:55:12.331Zinfo: running `cargo check --bins` on update-common (228/298)
40572026-06-01T14:55:12.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-06-01T14:55:12.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-06-01T14:55:12.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-06-01T14:55:12.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40612026-06-01T14:55:12.973Z
40622026-06-01T14:55:12.973Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40632026-06-01T14:55:13.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-06-01T14:55:13.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-06-01T14:55:13.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-06-01T14:55:13.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40672026-06-01T14:55:13.670Z
40682026-06-01T14:55:13.670Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40692026-06-01T14:55:14.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-06-01T14:55:14.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-06-01T14:55:14.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-06-01T14:55:14.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40732026-06-01T14:55:14.289Z
40742026-06-01T14:55:14.290Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40752026-06-01T14:55:14.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-06-01T14:55:14.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-06-01T14:55:15.117Z Compiling fs-err v2.11.0
40782026-06-01T14:55:15.120Z Checking ignore v0.4.25
40792026-06-01T14:55:15.120Z Checking arc-swap v1.8.2
40802026-06-01T14:55:15.261Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40812026-06-01T14:55:15.264Z Checking predicates-tree v1.0.13
40822026-06-01T14:55:15.264Z Checking parse-size v1.1.0
40832026-06-01T14:55:15.292Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40842026-06-01T14:55:15.295Z Checking rand_seeder v0.4.0
40852026-06-01T14:55:15.372Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40862026-06-01T14:55:15.392Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40872026-06-01T14:55:15.446Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40882026-06-01T14:55:15.459Z Checking slog-scope v4.4.1
40892026-06-01T14:55:15.495Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40902026-06-01T14:55:15.587Z Compiling petname v2.0.2
40912026-06-01T14:55:15.596Z Checking slog-stdlog v4.1.1
40922026-06-01T14:55:15.612Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40932026-06-01T14:55:15.626Z Checking globwalk v0.9.1
40942026-06-01T14:55:15.682Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40952026-06-01T14:55:15.714Z Checking slog-envlogger v2.2.0
40962026-06-01T14:55:15.801Z Checking camino-tempfile-ext v0.3.3
40972026-06-01T14:55:15.862Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40982026-06-01T14:55:15.902Z Checking sapling-renderdag v0.1.0
40992026-06-01T14:55:15.995Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41002026-06-01T14:55:16.056Z Checking subprocess v0.2.15
41012026-06-01T14:55:16.141Z Checking sync-ptr v0.1.4
41022026-06-01T14:55:16.281Z Checking colored v2.2.0
41032026-06-01T14:55:16.323Z Checking assert_matches v1.5.0
41042026-06-01T14:55:16.349Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41052026-06-01T14:55:16.499Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41062026-06-01T14:55:16.499Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41072026-06-01T14:55:17.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41082026-06-01T14:55:18.732Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41092026-06-01T14:55:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
41102026-06-01T14:55:21.372Z
41112026-06-01T14:55:21.372Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41122026-06-01T14:55:21.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-06-01T14:55:21.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-06-01T14:55:21.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-06-01T14:55:21.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41162026-06-01T14:55:21.990Z
41172026-06-01T14:55:21.990Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41182026-06-01T14:55:22.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-01T14:55:22.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-01T14:55:22.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-06-01T14:55:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41222026-06-01T14:55:22.632Z
41232026-06-01T14:55:22.633Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41242026-06-01T14:55:23.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-01T14:55:23.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-01T14:55:23.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-01T14:55:23.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41282026-06-01T14:55:23.329Z
41292026-06-01T14:55:23.329Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41302026-06-01T14:55:23.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-01T14:55:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-01T14:55:24.110Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41332026-06-01T14:55:24.110Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41342026-06-01T14:55:24.756Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41352026-06-01T14:55:26.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41362026-06-01T14:55:26.717Z
41372026-06-01T14:55:26.717Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41382026-06-01T14:55:27.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-01T14:55:27.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-01T14:55:27.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-06-01T14:55:27.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41422026-06-01T14:55:27.355Z
41432026-06-01T14:55:27.355Zinfo: running `cargo check --bins` on cert-dev (237/298)
41442026-06-01T14:55:27.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-01T14:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-01T14:55:27.995Z Checking yasna v0.5.2
41472026-06-01T14:55:28.399Z Checking rcgen v0.12.1
41482026-06-01T14:55:28.647Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41492026-06-01T14:55:28.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41502026-06-01T14:55:29.019Z
41512026-06-01T14:55:29.019Zinfo: running `cargo check --bins` on clickana (238/298)
41522026-06-01T14:55:29.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-01T14:55:29.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-01T14:55:29.695Z Compiling darling_core v0.23.0
41552026-06-01T14:55:29.809Z Compiling instability v0.3.11
41562026-06-01T14:55:29.817Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41572026-06-01T14:55:29.820Z Checking castaway v0.2.4
41582026-06-01T14:55:29.829Z Compiling indoc v2.0.7
41592026-06-01T14:55:29.838Z Checking unicode-truncate v1.1.0
41602026-06-01T14:55:29.841Z Checking lru v0.12.5
41612026-06-01T14:55:29.841Z Checking cassowary v0.3.0
41622026-06-01T14:55:29.915Z Checking compact_str v0.8.1
41632026-06-01T14:55:31.124Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41642026-06-01T14:55:31.241Z Compiling darling_macro v0.23.0
41652026-06-01T14:55:31.301Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41662026-06-01T14:55:31.655Z Compiling darling v0.23.0
41672026-06-01T14:55:32.281Z Checking ratatui v0.29.0
41682026-06-01T14:55:33.335Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41692026-06-01T14:55:34.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
41702026-06-01T14:55:34.207Z
41712026-06-01T14:55:34.207Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41722026-06-01T14:55:34.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-06-01T14:55:34.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-06-01T14:55:34.989Z Checking headers-core v0.3.0
41752026-06-01T14:55:34.992Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41762026-06-01T14:55:35.191Z Checking headers v0.4.1
41772026-06-01T14:55:35.558Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41782026-06-01T14:55:36.596Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41792026-06-01T14:55:37.157Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41802026-06-01T14:55:37.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
41812026-06-01T14:55:37.857Z
41822026-06-01T14:55:37.857Zinfo: running `cargo check --bins` on ch-dev (240/298)
41832026-06-01T14:55:38.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-06-01T14:55:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-06-01T14:55:38.636Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41862026-06-01T14:55:39.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
41872026-06-01T14:55:39.672Z
41882026-06-01T14:55:39.672Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41892026-06-01T14:55:40.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-01T14:55:40.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-01T14:55:40.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-01T14:55:40.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41932026-06-01T14:55:40.177Z
41942026-06-01T14:55:40.177Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41952026-06-01T14:55:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-01T14:55:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-01T14:55:40.958Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41982026-06-01T14:55:42.127Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41992026-06-01T14:55:42.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
42002026-06-01T14:55:42.732Z
42012026-06-01T14:55:42.732Zinfo: running `cargo check --bins` on db-dev (243/298)
42022026-06-01T14:55:43.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-01T14:55:43.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-01T14:55:43.510Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42052026-06-01T14:55:44.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
42062026-06-01T14:55:44.574Z
42072026-06-01T14:55:44.574Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42082026-06-01T14:55:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-01T14:55:45.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-01T14:55:45.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-01T14:55:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42122026-06-01T14:55:45.257Z
42132026-06-01T14:55:45.257Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42142026-06-01T14:55:45.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-01T14:55:45.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-01T14:55:45.908Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42172026-06-01T14:55:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
42182026-06-01T14:55:46.803Z
42192026-06-01T14:55:46.803Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42202026-06-01T14:55:47.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-01T14:55:47.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-01T14:55:47.604Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42232026-06-01T14:55:47.604Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42242026-06-01T14:55:47.607Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42252026-06-01T14:55:47.607Z Checking git-stub v1.0.0
42262026-06-01T14:55:47.607Z Compiling trait-variant v0.1.2
42272026-06-01T14:55:47.730Z Checking is_ci v1.2.0
42282026-06-01T14:55:47.741Z Checking maplit v1.0.2
42292026-06-01T14:55:47.757Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42302026-06-01T14:55:47.833Z Checking supports-color v3.0.2
42312026-06-01T14:55:47.833Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42322026-06-01T14:55:47.920Z Checking git-stub-vcs v0.1.0
42332026-06-01T14:55:47.947Z Checking drift v0.2.0
42342026-06-01T14:55:47.960Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42352026-06-01T14:55:48.053Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42362026-06-01T14:55:48.118Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42372026-06-01T14:55:48.244Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42382026-06-01T14:55:48.265Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42392026-06-01T14:55:48.281Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42402026-06-01T14:55:48.297Z Checking dropshot-api-manager v0.7.2
42412026-06-01T14:55:48.492Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42422026-06-01T14:55:48.546Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42432026-06-01T14:55:48.689Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42442026-06-01T14:55:49.028Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42452026-06-01T14:55:53.966Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42462026-06-01T14:55:55.058Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42472026-06-01T14:55:55.620Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42482026-06-01T14:55:56.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
42492026-06-01T14:55:56.371Z
42502026-06-01T14:55:56.371Zinfo: running `cargo check --bins` on installinator-api (247/298)
42512026-06-01T14:55:56.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-06-01T14:55:56.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-06-01T14:55:56.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-06-01T14:55:56.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42552026-06-01T14:55:57.009Z
42562026-06-01T14:55:57.009Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42572026-06-01T14:55:57.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-06-01T14:55:57.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-06-01T14:55:57.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-06-01T14:55:57.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42612026-06-01T14:55:57.699Z
42622026-06-01T14:55:57.699Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42632026-06-01T14:55:58.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-06-01T14:55:58.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-06-01T14:55:58.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-06-01T14:55:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42672026-06-01T14:55:58.374Z
42682026-06-01T14:55:58.374Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42692026-06-01T14:55:58.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-06-01T14:55:58.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-06-01T14:55:58.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-06-01T14:55:58.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42732026-06-01T14:55:59.059Z
42742026-06-01T14:55:59.059Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42752026-06-01T14:55:59.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-06-01T14:55:59.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-06-01T14:55:59.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-06-01T14:55:59.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42792026-06-01T14:55:59.697Z
42802026-06-01T14:55:59.697Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42812026-06-01T14:56:00.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-06-01T14:56:00.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-06-01T14:56:00.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-06-01T14:56:00.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42852026-06-01T14:56:00.325Z
42862026-06-01T14:56:00.325Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42872026-06-01T14:56:00.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-06-01T14:56:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-06-01T14:56:00.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-06-01T14:56:00.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42912026-06-01T14:56:00.983Z
42922026-06-01T14:56:00.983Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42932026-06-01T14:56:01.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-06-01T14:56:01.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-06-01T14:56:01.626Z Checking typeid v1.0.3
42962026-06-01T14:56:01.742Z Checking ordered-float v2.10.1
42972026-06-01T14:56:01.762Z Checking unicode-xid v0.2.6
42982026-06-01T14:56:01.777Z Checking cargo-platform v0.2.0
42992026-06-01T14:56:01.788Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
43002026-06-01T14:56:01.807Z Checking erased-serde v0.4.9
43012026-06-01T14:56:01.947Z Checking serde-value v0.7.0
43022026-06-01T14:56:02.117Z Checking serde-untagged v0.1.9
43032026-06-01T14:56:02.269Z Checking cargo-util-schemas v0.8.2
43042026-06-01T14:56:02.955Z Checking cargo_metadata v0.21.0
43052026-06-01T14:56:03.552Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43062026-06-01T14:56:04.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
43072026-06-01T14:56:04.421Z
43082026-06-01T14:56:04.421Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43092026-06-01T14:56:05.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-06-01T14:56:05.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-06-01T14:56:05.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43122026-06-01T14:56:05.898Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43132026-06-01T14:56:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
43142026-06-01T14:56:06.681Z
43152026-06-01T14:56:06.681Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43162026-06-01T14:56:07.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-06-01T14:56:07.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-06-01T14:56:07.714Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43192026-06-01T14:56:07.714Z Compiling itertools v0.10.5
43202026-06-01T14:56:07.714Z Compiling vergen-lib v0.1.6
43212026-06-01T14:56:07.718Z Compiling vergen-gitcl v1.0.8
43222026-06-01T14:56:07.718Z Compiling dirs-sys-next v0.1.2
43232026-06-01T14:56:07.718Z Compiling diesel_derives v2.3.7
43242026-06-01T14:56:07.718Z Compiling glob v0.3.3
43252026-06-01T14:56:07.718Z Compiling crunchy v0.2.4
43262026-06-01T14:56:08.109Z Compiling dirs-next v2.0.0
43272026-06-01T14:56:08.136Z Compiling dsl_auto_type v0.2.0
43282026-06-01T14:56:08.156Z Checking scheduled-thread-pool v0.2.7
43292026-06-01T14:56:08.207Z Compiling diesel_table_macro_syntax v0.3.0
43302026-06-01T14:56:08.227Z Compiling tiny-keccak v2.0.2
43312026-06-01T14:56:08.242Z Compiling clang-sys v1.8.1
43322026-06-01T14:56:08.295Z Checking r2d2 v0.8.10
43332026-06-01T14:56:08.426Z Compiling term v0.7.0
43342026-06-01T14:56:08.478Z Compiling bit-vec v0.6.3
43352026-06-01T14:56:08.547Z Checking downcast-rs v2.0.2
43362026-06-01T14:56:08.650Z Compiling bit-set v0.5.3
43372026-06-01T14:56:08.707Z Compiling ena v0.14.4
43382026-06-01T14:56:08.814Z Compiling ascii-canvas v3.0.0
43392026-06-01T14:56:08.929Z Compiling libloading v0.8.9
43402026-06-01T14:56:08.998Z Compiling bindgen v0.71.1
43412026-06-01T14:56:09.019Z Compiling regex-syntax v0.6.29
43422026-06-01T14:56:09.043Z Compiling diff v0.1.13
43432026-06-01T14:56:09.059Z Compiling cexpr v0.6.0
43442026-06-01T14:56:09.062Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43452026-06-01T14:56:09.270Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43462026-06-01T14:56:09.308Z Compiling rustc-hash v2.1.1
43472026-06-01T14:56:09.456Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43482026-06-01T14:56:09.477Z Compiling libxml v0.3.3
43492026-06-01T14:56:09.494Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43502026-06-01T14:56:09.735Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43512026-06-01T14:56:09.751Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43522026-06-01T14:56:09.946Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43532026-06-01T14:56:10.053Z Compiling strum_macros v0.24.3
43542026-06-01T14:56:10.072Z Compiling indoc v1.0.9
43552026-06-01T14:56:10.524Z Compiling lalrpop v0.19.12
43562026-06-01T14:56:10.836Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-06-01T14:56:11.032Z Checking derive_builder v0.20.2
43582026-06-01T14:56:11.145Z Compiling oso-derive v0.27.3
43592026-06-01T14:56:11.162Z Checking quick-xml v0.37.5
43602026-06-01T14:56:11.407Z Compiling impl-trait-for-tuples v0.2.3
43612026-06-01T14:56:11.644Z Checking openssl-probe v0.1.6
43622026-06-01T14:56:11.796Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43632026-06-01T14:56:12.039Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43642026-06-01T14:56:12.240Z Checking bb8 v0.8.6
43652026-06-01T14:56:12.547Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43662026-06-01T14:56:12.569Z Compiling libz-sys v1.1.24
43672026-06-01T14:56:12.767Z Checking nonempty v0.12.0
43682026-06-01T14:56:12.813Z Compiling strsim v0.10.0
43692026-06-01T14:56:12.939Z Compiling libgit2-sys v0.18.3+1.9.2
43702026-06-01T14:56:12.959Z Compiling vergen-git2 v9.1.0
43712026-06-01T14:56:13.052Z Compiling darling_core v0.13.4
43722026-06-01T14:56:13.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-06-01T14:56:13.278Z Compiling rustls v0.21.12
43742026-06-01T14:56:13.395Z Compiling base64 v0.21.7
43752026-06-01T14:56:13.520Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43762026-06-01T14:56:13.770Z Compiling ron v0.8.1
43772026-06-01T14:56:14.121Z Checking diesel v2.3.7
43782026-06-01T14:56:14.541Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43792026-06-01T14:56:14.741Z Checking sct v0.7.1
43802026-06-01T14:56:14.758Z Checking rustls-webpki v0.101.7
43812026-06-01T14:56:14.914Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43822026-06-01T14:56:15.006Z Compiling darling_macro v0.13.4
43832026-06-01T14:56:15.482Z Compiling darling v0.13.4
43842026-06-01T14:56:15.578Z Compiling serde_with_macros v1.5.2
43852026-06-01T14:56:15.966Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43862026-06-01T14:56:16.420Z Compiling serde_with v1.14.0
43872026-06-01T14:56:16.437Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43882026-06-01T14:56:17.544Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43892026-06-01T14:56:17.752Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43902026-06-01T14:56:18.370Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43912026-06-01T14:56:19.109Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43922026-06-01T14:56:19.128Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43932026-06-01T14:56:19.310Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43942026-06-01T14:56:19.328Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43952026-06-01T14:56:19.484Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43962026-06-01T14:56:19.502Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43972026-06-01T14:56:19.524Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43982026-06-01T14:56:19.718Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43992026-06-01T14:56:19.901Z Checking tokio-rustls v0.24.1
44002026-06-01T14:56:20.113Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44012026-06-01T14:56:20.682Z Checking rustls-pemfile v1.0.4
44022026-06-01T14:56:20.682Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44032026-06-01T14:56:20.831Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-01T14:56:20.868Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44052026-06-01T14:56:21.023Z Checking twox-hash v2.1.2
44062026-06-01T14:56:21.251Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44072026-06-01T14:56:21.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44082026-06-01T14:56:21.287Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44092026-06-01T14:56:21.357Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44102026-06-01T14:56:21.438Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44112026-06-01T14:56:22.715Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44122026-06-01T14:56:23.124Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44132026-06-01T14:56:23.376Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44142026-06-01T14:56:23.395Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44152026-06-01T14:56:23.960Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44162026-06-01T14:56:24.249Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44172026-06-01T14:56:24.481Z Checking console v0.16.2
44182026-06-01T14:56:24.805Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44192026-06-01T14:56:24.953Z Checking fatfs v0.3.6
44202026-06-01T14:56:25.219Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44212026-06-01T14:56:25.425Z Compiling seq-macro v0.3.6
44222026-06-01T14:56:25.937Z Checking unit-prefix v0.5.2
44232026-06-01T14:56:26.078Z Checking indicatif v0.18.4
44242026-06-01T14:56:26.430Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44252026-06-01T14:56:26.463Z Checking support-bundle-viewer v0.1.2
44262026-06-01T14:56:26.537Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44272026-06-01T14:56:26.714Z Checking multimap v0.10.1
44282026-06-01T14:56:32.768Z Checking async-bb8-diesel v0.2.1
44292026-06-01T14:56:33.130Z Checking diesel-dtrace v0.5.0
44302026-06-01T14:56:36.024Z Compiling samael v0.0.19
44312026-06-01T14:56:41.389Z Compiling git2 v0.20.4
44322026-06-01T14:56:42.485Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44332026-06-01T14:56:42.520Z Compiling polar-core v0.27.3
44342026-06-01T14:56:43.857Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44352026-06-01T14:56:47.056Z Checking oso v0.27.3
44362026-06-01T14:57:14.916Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44372026-06-01T14:58:26.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
44382026-06-01T14:58:27.077Z
44392026-06-01T14:58:27.077Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
44402026-06-01T14:58:27.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-01T14:58:27.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-01T14:58:28.061Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44432026-06-01T14:58:36.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
44442026-06-01T14:58:36.246Z
44452026-06-01T14:58:36.246Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
44462026-06-01T14:58:36.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-01T14:58:36.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-01T14:58:37.140Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44492026-06-01T14:58:45.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s
44502026-06-01T14:58:45.293Z
44512026-06-01T14:58:45.294Zinfo: running `cargo check --bins` on nexus-networking (259/298)
44522026-06-01T14:58:45.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-01T14:58:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-01T14:58:45.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-01T14:58:45.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44562026-06-01T14:58:45.982Z
44572026-06-01T14:58:45.982Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/298)
44582026-06-01T14:58:46.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-01T14:58:46.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-01T14:58:46.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-01T14:58:46.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44622026-06-01T14:58:46.676Z
44632026-06-01T14:58:46.676Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/298)
44642026-06-01T14:58:47.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-01T14:58:47.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-01T14:58:47.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-06-01T14:58:47.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44682026-06-01T14:58:47.367Z
44692026-06-01T14:58:47.367Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/298)
44702026-06-01T14:58:47.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-06-01T14:58:47.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-06-01T14:58:47.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-06-01T14:58:47.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44742026-06-01T14:58:47.988Z
44752026-06-01T14:58:47.988Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/298)
44762026-06-01T14:58:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-06-01T14:58:48.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-06-01T14:58:48.868Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-06-01T14:59:25.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.90s
44802026-06-01T14:59:26.132Z
44812026-06-01T14:59:26.132Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/298)
44822026-06-01T14:59:26.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-06-01T14:59:26.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-06-01T14:59:27.004Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44852026-06-01T15:00:03.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s
44862026-06-01T15:00:04.164Z
44872026-06-01T15:00:04.164Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (265/298)
44882026-06-01T15:00:04.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-06-01T15:00:04.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-06-01T15:00:05.036Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44912026-06-01T15:00:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
44922026-06-01T15:00:06.088Z
44932026-06-01T15:00:06.088Zinfo: running `cargo check --bins` on nexus-background-task-interface (266/298)
44942026-06-01T15:00:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-06-01T15:00:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-06-01T15:00:06.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-06-01T15:00:06.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44982026-06-01T15:00:06.719Z
44992026-06-01T15:00:06.719Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/298)
45002026-06-01T15:00:07.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-06-01T15:00:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-06-01T15:00:07.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-06-01T15:00:07.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45042026-06-01T15:00:07.412Z
45052026-06-01T15:00:07.412Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/298)
45062026-06-01T15:00:08.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-01T15:00:08.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-01T15:00:08.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-06-01T15:00:08.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45102026-06-01T15:00:08.117Z
45112026-06-01T15:00:08.117Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/298)
45122026-06-01T15:00:08.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-06-01T15:00:08.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-06-01T15:00:08.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-06-01T15:00:08.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45162026-06-01T15:00:08.819Z
45172026-06-01T15:00:08.819Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/298)
45182026-06-01T15:00:09.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-06-01T15:00:09.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-06-01T15:00:09.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-06-01T15:00:09.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45222026-06-01T15:00:09.508Z
45232026-06-01T15:00:09.509Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45242026-06-01T15:00:10.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-06-01T15:00:10.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-06-01T15:00:10.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-06-01T15:00:10.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45282026-06-01T15:00:10.221Z
45292026-06-01T15:00:10.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45302026-06-01T15:00:10.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-01T15:00:10.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-01T15:00:10.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-06-01T15:00:10.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45342026-06-01T15:00:10.928Z
45352026-06-01T15:00:10.928Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45362026-06-01T15:00:11.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-06-01T15:00:11.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-06-01T15:00:11.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-06-01T15:00:11.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45402026-06-01T15:00:11.633Z
45412026-06-01T15:00:11.633Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45422026-06-01T15:00:12.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-01T15:00:12.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-01T15:00:12.601Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45452026-06-01T15:00:12.605Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45462026-06-01T15:00:12.802Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45472026-06-01T15:00:12.834Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45482026-06-01T15:00:12.854Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45492026-06-01T15:00:12.857Z Checking diff v0.1.13
45502026-06-01T15:00:12.857Z Checking yansi v1.0.1
45512026-06-01T15:00:12.904Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45522026-06-01T15:00:12.945Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45532026-06-01T15:00:13.121Z Checking pretty_assertions v1.4.1
45542026-06-01T15:00:13.979Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45552026-06-01T15:00:14.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45562026-06-01T15:00:37.983Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45572026-06-01T15:00:37.986Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45582026-06-01T15:00:37.986Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45592026-06-01T15:00:37.986Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45602026-06-01T15:00:37.986Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45612026-06-01T15:00:37.986Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45622026-06-01T15:00:38.867Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45632026-06-01T15:00:38.870Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45642026-06-01T15:00:40.172Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45652026-06-01T15:01:17.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45662026-06-01T15:01:17.309Z
45672026-06-01T15:01:17.310Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45682026-06-01T15:01:17.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-06-01T15:01:17.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-06-01T15:01:17.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-06-01T15:01:17.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45722026-06-01T15:01:17.945Z
45732026-06-01T15:01:17.945Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45742026-06-01T15:01:18.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-06-01T15:01:18.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-06-01T15:01:18.787Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45772026-06-01T15:01:18.917Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45782026-06-01T15:01:18.925Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45792026-06-01T15:01:44.898Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-06-01T15:01:45.374Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-06-01T15:01:47.197Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45822026-06-01T15:01:47.738Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45832026-06-01T15:01:50.745Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45842026-06-01T15:02:13.710Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45852026-06-01T15:02:14.485Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45862026-06-01T15:02:16.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.31s
45872026-06-01T15:02:16.485Z
45882026-06-01T15:02:16.485Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45892026-06-01T15:02:17.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-06-01T15:02:17.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-06-01T15:02:17.267Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45922026-06-01T15:02:18.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45932026-06-01T15:02:18.260Z
45942026-06-01T15:02:18.260Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45952026-06-01T15:02:18.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-06-01T15:02:18.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-06-01T15:02:18.945Z Compiling blake3 v1.8.3
45982026-06-01T15:02:19.059Z Checking constant_time_eq v0.4.2
45992026-06-01T15:02:19.059Z Checking arrayvec v0.7.6
46002026-06-01T15:02:19.062Z Checking arrayref v0.3.9
46012026-06-01T15:02:19.078Z Checking topological-sort v0.2.2
46022026-06-01T15:02:19.082Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46032026-06-01T15:02:19.082Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46042026-06-01T15:02:19.082Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46052026-06-01T15:02:19.131Z Checking shell-words v1.1.1
46062026-06-01T15:02:19.859Z Checking omicron-zone-package v0.12.2
46072026-06-01T15:02:20.577Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46082026-06-01T15:02:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
46092026-06-01T15:02:21.651Z
46102026-06-01T15:02:21.651Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
46112026-06-01T15:02:22.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-06-01T15:02:22.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-06-01T15:02:22.336Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46142026-06-01T15:02:22.666Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46152026-06-01T15:02:23.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46162026-06-01T15:02:23.274Z
46172026-06-01T15:02:23.274Zinfo: running `cargo check --bins` on schema (280/298)
46182026-06-01T15:02:23.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-06-01T15:02:23.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-06-01T15:02:24.057Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46212026-06-01T15:02:24.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46222026-06-01T15:02:25.062Z
46232026-06-01T15:02:25.063Zinfo: running `cargo check --bins` on xtask (281/298)
46242026-06-01T15:02:25.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-01T15:02:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-01T15:02:25.545Z Checking libc v0.2.185
46272026-06-01T15:02:25.631Z Checking serde v1.0.228
46282026-06-01T15:02:25.638Z Checking zerofrom v0.1.6
46292026-06-01T15:02:25.648Z Checking bitflags v2.11.0
46302026-06-01T15:02:25.653Z Checking smallvec v1.15.1
46312026-06-01T15:02:25.656Z Checking indexmap v2.14.0
46322026-06-01T15:02:25.664Z Checking serde_json v1.0.149
46332026-06-01T15:02:25.666Z Checking num-traits v0.2.19
46342026-06-01T15:02:25.735Z Checking yoke v0.8.1
46352026-06-01T15:02:25.794Z Checking scroll v0.12.0
46362026-06-01T15:02:25.821Z Checking thiserror v1.0.69
46372026-06-01T15:02:25.905Z Checking zerovec v0.11.5
46382026-06-01T15:02:25.919Z Checking zerotrie v0.2.3
46392026-06-01T15:02:25.930Z Checking errno v0.3.14
46402026-06-01T15:02:26.021Z Checking serde_spanned v0.6.9
46412026-06-01T15:02:26.032Z Checking toml_datetime v0.6.11
46422026-06-01T15:02:26.050Z Checking rustix v1.1.3
46432026-06-01T15:02:26.151Z Checking log v0.4.29
46442026-06-01T15:02:26.163Z Checking percent-encoding v2.3.2
46452026-06-01T15:02:26.181Z Checking zerocopy v0.7.35
46462026-06-01T15:02:26.201Z Checking ordered-float v2.10.1
46472026-06-01T15:02:26.212Z Checking toml_edit v0.22.27
46482026-06-01T15:02:26.286Z Checking getrandom v0.4.1
46492026-06-01T15:02:26.301Z Checking form_urlencoded v1.2.2
46502026-06-01T15:02:26.304Z Checking goblin v0.8.2
46512026-06-01T15:02:26.347Z Checking tinystr v0.8.2
46522026-06-01T15:02:26.420Z Checking potential_utf v0.1.4
46532026-06-01T15:02:26.431Z Checking thiserror v2.0.18
46542026-06-01T15:02:26.435Z Checking serde-value v0.7.0
46552026-06-01T15:02:26.527Z Checking icu_locale_core v2.1.1
46562026-06-01T15:02:26.538Z Checking syn v2.0.117
46572026-06-01T15:02:26.555Z Checking icu_collections v2.1.1
46582026-06-01T15:02:26.645Z Checking dtrace-parser v0.2.0
46592026-06-01T15:02:26.665Z Checking thread-id v4.2.2
46602026-06-01T15:02:26.750Z Checking once_cell v1.21.3
46612026-06-01T15:02:26.863Z Checking terminal_size v0.4.3
46622026-06-01T15:02:26.876Z Checking cargo-platform v0.2.0
46632026-06-01T15:02:26.886Z Checking memmap v0.7.0
46642026-06-01T15:02:26.929Z Checking tempfile v3.25.0
46652026-06-01T15:02:26.978Z Checking clap_builder v4.6.0
46662026-06-01T15:02:27.012Z Checking textwrap v0.16.2
46672026-06-01T15:02:27.054Z Checking fs-err v3.3.0
46682026-06-01T15:02:27.092Z Checking icu_provider v2.1.1
46692026-06-01T15:02:27.129Z Checking camino-tempfile v1.4.1
46702026-06-01T15:02:27.241Z Checking tabled v0.15.0
46712026-06-01T15:02:27.257Z Checking anyhow v1.0.102
46722026-06-01T15:02:27.292Z Checking macaddr v1.0.1
46732026-06-01T15:02:27.320Z Checking toml v0.8.23
46742026-06-01T15:02:27.341Z Checking icu_properties v2.1.2
46752026-06-01T15:02:27.457Z Checking icu_normalizer v2.1.1
46762026-06-01T15:02:27.469Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46772026-06-01T15:02:27.649Z Checking cargo_toml v0.21.0
46782026-06-01T15:02:28.151Z Checking idna_adapter v1.2.1
46792026-06-01T15:02:28.203Z Checking clap v4.6.1
46802026-06-01T15:02:28.214Z Checking dof v0.3.0
46812026-06-01T15:02:28.275Z Checking idna v1.1.0
46822026-06-01T15:02:28.487Z Checking usdt-impl v0.5.0
46832026-06-01T15:02:28.501Z Checking url v2.5.8
46842026-06-01T15:02:28.736Z Checking usdt v0.5.0
46852026-06-01T15:02:28.836Z Checking cargo-util-schemas v0.8.2
46862026-06-01T15:02:29.541Z Checking cargo_metadata v0.21.0
46872026-06-01T15:02:30.149Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46882026-06-01T15:02:30.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
46892026-06-01T15:02:30.707Z
46902026-06-01T15:02:30.707Zinfo: running `cargo check --bins` on dnsadm (282/298)
46912026-06-01T15:02:31.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-06-01T15:02:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-06-01T15:02:31.382Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46942026-06-01T15:02:31.865Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46952026-06-01T15:02:32.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
46962026-06-01T15:02:32.464Z
46972026-06-01T15:02:32.464Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46982026-06-01T15:02:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-01T15:02:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-01T15:02:33.320Z Checking polyval v0.6.2
47012026-06-01T15:02:33.455Z Checking ctr v0.9.2
47022026-06-01T15:02:33.468Z Checking ssh-encoding v0.2.0
47032026-06-01T15:02:33.468Z Checking blowfish v0.9.1
47042026-06-01T15:02:33.487Z Checking password-hash v0.4.2
47052026-06-01T15:02:33.502Z Checking p256 v0.13.2
47062026-06-01T15:02:33.502Z Checking p521 v0.13.3
47072026-06-01T15:02:33.530Z Checking russh-cryptovec v0.7.3
47082026-06-01T15:02:33.596Z Checking ghash v0.5.1
47092026-06-01T15:02:33.612Z Checking bcrypt-pbkdf v0.10.0
47102026-06-01T15:02:33.612Z Checking md5 v0.7.0
47112026-06-01T15:02:33.656Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47122026-06-01T15:02:33.703Z Checking pbkdf2 v0.11.0
47132026-06-01T15:02:33.718Z Checking aes-gcm v0.10.3
47142026-06-01T15:02:33.731Z Checking num-bigint v0.4.6
47152026-06-01T15:02:33.745Z Checking des v0.8.1
47162026-06-01T15:02:33.785Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47172026-06-01T15:02:33.789Z Checking hex-literal v0.4.1
47182026-06-01T15:02:33.864Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47192026-06-01T15:02:33.880Z Checking ssh-cipher v0.2.0
47202026-06-01T15:02:33.883Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47212026-06-01T15:02:33.908Z Checking internet-checksum v0.2.1
47222026-06-01T15:02:34.061Z Checking ssh-key v0.6.7
47232026-06-01T15:02:34.132Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47242026-06-01T15:02:34.705Z Checking russh-keys v0.45.0
47252026-06-01T15:02:35.280Z Checking russh v0.45.0
47262026-06-01T15:02:51.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
47272026-06-01T15:02:52.082Z
47282026-06-01T15:02:52.082Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47292026-06-01T15:02:52.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-01T15:02:52.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-01T15:02:52.767Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47322026-06-01T15:02:52.881Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47332026-06-01T15:02:52.892Z Checking termios v0.3.3
47342026-06-01T15:02:54.097Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47352026-06-01T15:02:54.248Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47362026-06-01T15:02:56.036Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47372026-06-01T15:02:56.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
47382026-06-01T15:02:56.803Z
47392026-06-01T15:02:56.803Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47402026-06-01T15:02:57.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-06-01T15:02:57.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-06-01T15:02:57.555Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47432026-06-01T15:02:57.676Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47442026-06-01T15:02:57.685Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-06-01T15:02:57.692Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47462026-06-01T15:02:57.695Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47472026-06-01T15:02:57.712Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47482026-06-01T15:02:57.965Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47492026-06-01T15:02:58.465Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-01T15:02:58.534Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47512026-06-01T15:02:58.799Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47522026-06-01T15:02:58.799Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47532026-06-01T15:02:59.215Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47542026-06-01T15:02:59.546Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47552026-06-01T15:03:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
47562026-06-01T15:03:01.388Z
47572026-06-01T15:03:01.388Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47582026-06-01T15:03:01.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-06-01T15:03:01.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-06-01T15:03:02.062Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47612026-06-01T15:03:02.535Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47622026-06-01T15:03:02.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
47632026-06-01T15:03:03.046Z
47642026-06-01T15:03:03.046Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47652026-06-01T15:03:03.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-06-01T15:03:03.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-06-01T15:03:03.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-06-01T15:03:03.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47692026-06-01T15:03:03.676Z
47702026-06-01T15:03:03.676Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47712026-06-01T15:03:04.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-06-01T15:03:04.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-06-01T15:03:04.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-06-01T15:03:04.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47752026-06-01T15:03:04.313Z
47762026-06-01T15:03:04.313Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47772026-06-01T15:03:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-01T15:03:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-01T15:03:05.114Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47802026-06-01T15:03:05.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
47812026-06-01T15:03:05.998Z
47822026-06-01T15:03:05.998Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47832026-06-01T15:03:06.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-06-01T15:03:06.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-06-01T15:03:06.688Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47862026-06-01T15:03:06.691Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47872026-06-01T15:03:06.979Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47882026-06-01T15:03:06.985Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47892026-06-01T15:03:07.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
47902026-06-01T15:03:07.989Z
47912026-06-01T15:03:07.989Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47922026-06-01T15:03:08.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-01T15:03:08.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-01T15:03:08.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-06-01T15:03:08.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47962026-06-01T15:03:08.617Z
47972026-06-01T15:03:08.617Zinfo: running `cargo check --bins` on omicron-package (292/298)
47982026-06-01T15:03:09.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-01T15:03:09.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-01T15:03:09.328Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48012026-06-01T15:03:10.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
48022026-06-01T15:03:10.645Z
48032026-06-01T15:03:10.646Zinfo: running `cargo check --bins` on tqdb (293/298)
48042026-06-01T15:03:11.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-06-01T15:03:11.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-06-01T15:03:11.482Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48072026-06-01T15:03:11.848Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48082026-06-01T15:03:12.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48092026-06-01T15:03:12.364Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48102026-06-01T15:03:18.535Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48112026-06-01T15:03:18.535Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48122026-06-01T15:03:19.111Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48132026-06-01T15:03:19.114Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48142026-06-01T15:03:19.114Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48152026-06-01T15:03:19.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48162026-06-01T15:03:19.880Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48172026-06-01T15:03:20.935Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48182026-06-01T15:03:21.733Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48192026-06-01T15:03:22.354Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48202026-06-01T15:03:26.904Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48212026-06-01T15:03:33.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48222026-06-01T15:03:33.449Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48232026-06-01T15:03:33.449Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48242026-06-01T15:03:33.449Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48252026-06-01T15:03:35.066Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48262026-06-01T15:03:36.514Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48272026-06-01T15:03:37.280Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48282026-06-01T15:03:38.625Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48292026-06-01T15:03:39.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s
48302026-06-01T15:03:39.473Z
48312026-06-01T15:03:39.473Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48322026-06-01T15:03:40.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-06-01T15:03:40.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-06-01T15:03:40.221Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48352026-06-01T15:03:40.224Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48362026-06-01T15:03:40.349Z Checking rtoolbox v0.0.3
48372026-06-01T15:03:40.356Z Checking tui-tree-widget v0.23.1
48382026-06-01T15:03:40.457Z Checking rpassword v7.4.0
48392026-06-01T15:03:41.476Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48402026-06-01T15:03:44.473Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48412026-06-01T15:03:46.333Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48422026-06-01T15:03:47.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
48432026-06-01T15:03:47.454Z
48442026-06-01T15:03:47.455Zinfo: running `cargo check --bins` on wicket (295/298)
48452026-06-01T15:03:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-06-01T15:03:48.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-06-01T15:03:48.189Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48482026-06-01T15:03:48.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
48492026-06-01T15:03:48.761Z
48502026-06-01T15:03:48.761Zinfo: running `cargo check --bins` on wicketd (296/298)
48512026-06-01T15:03:49.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48522026-06-01T15:03:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48532026-06-01T15:03:49.546Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48542026-06-01T15:03:49.555Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48552026-06-01T15:03:49.555Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48562026-06-01T15:03:49.646Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48572026-06-01T15:03:50.516Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48582026-06-01T15:03:51.100Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48592026-06-01T15:03:54.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
48602026-06-01T15:03:54.284Z
48612026-06-01T15:03:54.284Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48622026-06-01T15:03:54.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-06-01T15:03:54.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-06-01T15:03:54.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48652026-06-01T15:03:54.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
48662026-06-01T15:03:54.923Z
48672026-06-01T15:03:54.923Zinfo: running `cargo check --bins` on zone-setup (298/298)
48682026-06-01T15:03:55.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-06-01T15:03:55.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-06-01T15:03:55.679Z Checking uzers v0.12.2
48712026-06-01T15:03:55.926Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48722026-06-01T15:03:56.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
48732026-06-01T15:03:56.872Z
48742026-06-01T15:03:56.873Zreal 15:49.709619693
48752026-06-01T15:03:56.873Zuser 23:06.817404687
48762026-06-01T15:03:56.873Zsys 4:46.269661926
48772026-06-01T15:03:56.873Ztrap 0.356716662
48782026-06-01T15:03:56.873Ztflt 0.610247877
48792026-06-01T15:03:56.873Zdflt 1.006011521
48802026-06-01T15:03:56.873Zkflt 0.004963100
48812026-06-01T15:03:56.878Zlock 1:27:56.872357633
48822026-06-01T15:03:56.878Zslp 1:52:33.940677040
48832026-06-01T15:03:56.879Zlat 1:04.328898817
48842026-06-01T15:03:56.879Zstop 4:03.370441380
48852026-06-01T15:03:56.879Zprocess exited: duration 1090916 ms, exit code 0
 
48862026-06-01T15:03:56.888Zfound 0 output files