01KVPA0HEG8HRFF545FC8K39QZ: 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: 01KVPA0X4WKKWCE4NNM017HRAJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T00:01:39.242Zjob assigned to worker 01KVPA18PESB9W1NRC9XVBTSRA [factory aws, i-0b4b7849921b11527] (queued for 1 m 40 s)
 
22026-06-22T00:01:46.236Zstarting task 0: "setup"
32026-06-22T00:01:46.242Z++ uname -s
42026-06-22T00:01:46.249Z+ kern=SunOS
52026-06-22T00:01:46.249Z+ build_user=build
62026-06-22T00:01:46.249Z+ build_uid=12345
72026-06-22T00:01:46.249Z+ work_dir=/work
82026-06-22T00:01:46.249Z+ input_dir=/input
92026-06-22T00:01:46.249Z+ [[ 0 == 12345 ]]
102026-06-22T00:01:46.249Z+ case "$kern" in
112026-06-22T00:01:46.249Z+ groupadd -g 12345 build
122026-06-22T00:01:46.249Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T00:01:48.249Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T00:01:48.365Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T00:01:48.369Z+ home_fs=zfs
162026-06-22T00:01:48.369Z+ [[ zfs == autofs ]]
172026-06-22T00:01:48.369Z+ mkdir -p /home/build
182026-06-22T00:01:48.369Z+ chown build:build /home/build /work
192026-06-22T00:01:50.369Z+ chmod 0700 /home/build /work
202026-06-22T00:01:50.373Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-22T00:01:50.379Zstarting task 1: "rust-toolchain"
222026-06-22T00:01:50.383Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T00:01:50.383Z * rust toolchain channel = "1.94.0"
242026-06-22T00:01:50.383Z * rust toolchain profile = "default"
252026-06-22T00:01:50.383Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T00:01:50.383Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T00:01:50.383Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T00:01:50.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T00:01:50.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T00:01:50.492Zinfo: downloading installer
312026-06-22T00:01:51.891Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T00:01:51.892Zwarn: /home/build/.rustup/settings.toml
332026-06-22T00:01:51.892Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T00:01:51.892Zwarn: instead of the one inferred from the default host triple.
352026-06-22T00:01:51.904Zinfo: profile set to default
362026-06-22T00:01:51.904Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T00:01:51.907Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T00:01:52.058Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T00:01:52.060Zinfo: downloading 6 components
402026-06-22T00:02:07.276Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T00:02:07.276Z
422026-06-22T00:02:07.313Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T00:02:07.313Z
442026-06-22T00:02:07.313Z
452026-06-22T00:02:07.313ZRust is installed now. Great!
462026-06-22T00:02:07.313Z
472026-06-22T00:02:07.313ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T00:02:07.313Zenvironment variable. This has not been done automatically.
492026-06-22T00:02:07.314Z
502026-06-22T00:02:07.314ZTo configure your current shell, you need to source
512026-06-22T00:02:07.314Zthe corresponding env file under $HOME/.cargo.
522026-06-22T00:02:07.315Z
532026-06-22T00:02:07.315ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T00:02:07.319Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T00:02:07.319Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T00:02:07.319Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T00:02:07.319Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T00:02:07.319Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T00:02:07.319Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T00:02:07.319Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T00:02:07.319Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T00:02:07.411Z+ rustup --version
632026-06-22T00:02:07.420Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T00:02:07.423Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T00:02:07.442Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T00:02:07.445Z+ cargo --version
672026-06-22T00:02:07.457Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T00:02:07.460Z+ rustc --version
692026-06-22T00:02:07.480Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T00:02:07.483Zprocess exited: duration 17103 ms, exit code 0
 
712026-06-22T00:02:07.489Zstarting task 2: "authentication"
722026-06-22T00:02:07.505Zprocess exited: duration 15 ms, exit code 0
 
732026-06-22T00:02:07.511Zstarting task 3: "clone repository"
742026-06-22T00:02:07.514Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T00:02:07.518Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T00:02:07.549ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T00:02:17.369Z+ cd /work/oxidecomputer/omicron
782026-06-22T00:02:17.369Z+ git fetch origin fc23f741b02dac1cb248a822364aa93d35acc57a
792026-06-22T00:02:17.640ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T00:02:17.640Z * branch fc23f741b02dac1cb248a822364aa93d35acc57a -> FETCH_HEAD
812026-06-22T00:02:17.649Z+ [[ -n sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
822026-06-22T00:02:17.652Z++ git branch --show-current
832026-06-22T00:02:17.652Z+ current=main
842026-06-22T00:02:17.652Z+ [[ main != sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
852026-06-22T00:02:17.652Z+ git branch -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids fc23f741b02dac1cb248a822364aa93d35acc57a
862026-06-22T00:02:17.655Z+ git checkout -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids
872026-06-22T00:02:17.891ZSwitched to branch 'sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids'
882026-06-22T00:02:17.894Z+ git reset --hard fc23f741b02dac1cb248a822364aa93d35acc57a
892026-06-22T00:02:18.133ZHEAD is now at fc23f741b remove uuid dependency that's no longer needed
902026-06-22T00:02:18.136Zprocess exited: duration 10623 ms, exit code 0
 
912026-06-22T00:02:18.142Zstarting task 4: "build"
922026-06-22T00:02:18.147Z+ source .github/buildomat/ci-env.sh
932026-06-22T00:02:18.147Z++ export CARGO_TERM_COLOR=always
942026-06-22T00:02:18.147Z++ CARGO_TERM_COLOR=always
952026-06-22T00:02:18.147Z+ cargo --version
962026-06-22T00:02:18.158Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-22T00:02:18.161Z+ rustc --version
982026-06-22T00:02:18.181Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-22T00:02:18.184Z+ source ./env.sh
1002026-06-22T00:02:18.184Z++ OLD_SHELL_OPTS=ehxB
1012026-06-22T00:02:18.184Z++ set -o xtrace
1022026-06-22T00:02:18.187Z++++ dirname ./env.sh
1032026-06-22T00:02:18.187Z+++ readlink -f .
1042026-06-22T00:02:18.191Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ 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-22T00:02:18.191Z++ case $OLD_SHELL_OPTS in
1162026-06-22T00:02:18.191Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-22T00:02:18.191Z+ 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-22T00:02:18.191Z+ 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-22T00:02:18.191Z+ banner prerequisites
1202026-06-22T00:02:18.194Z
1212026-06-22T00:02:18.194Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-22T00:02:18.194Z # # # # # # # # # # # # # # #
1232026-06-22T00:02:18.194Z # # # # ##### # # ##### # # # # # #### #
1242026-06-22T00:02:18.194Z ##### ##### # ##### # # # # # # # # #
1252026-06-22T00:02:18.194Z # # # # # # # # # # # # # # #
1262026-06-22T00:02:18.194Z # # # ###### # # ###### ### # #### # #### #
1272026-06-22T00:02:18.194Z
1282026-06-22T00:02:18.194Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-22T00:02:19.625Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-22T00:02:19.713Z Startup: Caching catalogs ... Done
1312026-06-22T00:02:20.062ZPlanning: Solver setup ... Done (0.308s)
1322026-06-22T00:02:20.084ZPlanning: Running solver ... Done (0.022s)
1332026-06-22T00:02:20.092ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-22T00:02:20.116ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-22T00:02:20.148ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-22T00:02:20.161ZPlanning: Package planning ... Done (0.014s)
1372026-06-22T00:02:20.164ZPlanning: Merging actions ... Done (0.001s)
1382026-06-22T00:02:20.353ZPlanning: Checking for conflicting actions ... Done (0.190s)
1392026-06-22T00:02:20.356ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-22T00:02:21.156ZPlanning: Evaluating mediators ... Done (0.791s)
1412026-06-22T00:02:21.160ZPlanning: Planning completed in 1.41 seconds
1422026-06-22T00:02:21.160Z Packages to install: 2
1432026-06-22T00:02:21.160Z Estimated space available: 156.07 GB
1442026-06-22T00:02:21.160ZEstimated space to be consumed: 26.78 MB
1452026-06-22T00:02:21.160Z Create boot environment: No
1462026-06-22T00:02:21.160ZCreate backup boot environment: No
1472026-06-22T00:02:21.160Z Rebuild boot archive: No
1482026-06-22T00:02:21.160Z
1492026-06-22T00:02:21.160ZChanged packages:
1502026-06-22T00:02:21.160Zhelios
1512026-06-22T00:02:21.160Z developer/build-essential
1522026-06-22T00:02:21.160Z None -> 11-3.0
1532026-06-22T00:02:21.160Z library/libxmlsec1
1542026-06-22T00:02:21.160Z None -> 1.2.35-3.0
1552026-06-22T00:02:21.179Z
1562026-06-22T00:02:21.179ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-22T00:02:21.778ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1582026-06-22T00:02:21.834Z Actions: 1/268 actions (Installing new actions)
1592026-06-22T00:02:21.871Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-22T00:02:21.879ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-22T00:02:21.879ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-22T00:02:21.902ZFinalize: Updating image state ... Done (0.023s)
1632026-06-22T00:02:24.238ZFinalize: Creating fast lookup database ... Done (2.313s)
1642026-06-22T00:02:24.303ZFinalize: Reading search index ... Done (0.012s)
1652026-06-22T00:02:24.307ZFinalize: Updating search index ... Done (0.000s)
1662026-06-22T00:02:24.413ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-22T00:02:24.721ZPlanning: Evaluating mediator changes ... Done
1682026-06-22T00:02:24.827ZPlanning: Checking for conflicting actions ... Done
1692026-06-22T00:02:24.831ZPlanning: Consolidating action changes ... Done
1702026-06-22T00:02:24.984ZPlanning: Evaluating mediators ... Done
1712026-06-22T00:02:24.987ZPlanning: Planning completed in 0.26 seconds
1722026-06-22T00:02:25.007Z Mediators to change: 2
1732026-06-22T00:02:25.007Z Create boot environment: No
1742026-06-22T00:02:25.007ZCreate backup boot environment: No
1752026-06-22T00:02:25.059ZFinalize: Updating package state database ... Done
1762026-06-22T00:02:25.059ZFinalize: Updating package cache ... Done
1772026-06-22T00:02:25.072ZFinalize: Updating image state ... Done
1782026-06-22T00:02:27.009ZFinalize: Creating fast lookup database ... Done
1792026-06-22T00:02:27.078ZFinalize: Reading search index ... Done
1802026-06-22T00:02:27.082ZFinalize: Updating search index ... Done
1812026-06-22T00:02:27.173ZFinalize: Updating package cache ... Done
1822026-06-22T00:02:27.457ZPlanning: Evaluating mediator changes ... Done
1832026-06-22T00:02:27.563ZPlanning: Checking for conflicting actions ... Done
1842026-06-22T00:02:27.566ZPlanning: Consolidating action changes ... Done
1852026-06-22T00:02:27.718ZPlanning: Evaluating mediators ... Done
1862026-06-22T00:02:27.721ZPlanning: Planning completed in 0.26 seconds
1872026-06-22T00:02:27.741Z Mediators to change: 1
1882026-06-22T00:02:27.741Z Create boot environment: No
1892026-06-22T00:02:27.741ZCreate backup boot environment: No
1902026-06-22T00:02:27.794ZFinalize: Updating package state database ... Done
1912026-06-22T00:02:27.794ZFinalize: Updating package cache ... Done
1922026-06-22T00:02:27.808ZFinalize: Updating image state ... Done
1932026-06-22T00:02:29.750ZFinalize: Creating fast lookup database ... Done
1942026-06-22T00:02:29.818ZFinalize: Reading search index ... Done
1952026-06-22T00:02:29.822ZFinalize: Updating search index ... Done
1962026-06-22T00:02:29.889ZFinalize: Updating package cache ... Done
1972026-06-22T00:02:30.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-22T00:02:30.203Zapache system 2.4 system
1992026-06-22T00:02:30.204Zclang system 15 system
2002026-06-22T00:02:30.204Zcsh system system illumos
2012026-06-22T00:02:30.204Zctags system system illumos
2022026-06-22T00:02:30.204Zfile vendor vendor darwinsys
2032026-06-22T00:02:30.204Zfile system system illumos
2042026-06-22T00:02:30.204Zgcc vendor 14 vendor
2052026-06-22T00:02:30.204Zgcc system 13 system
2062026-06-22T00:02:30.204Zgcc system 10 system
2072026-06-22T00:02:30.204Zgo system 1.25 system
2082026-06-22T00:02:30.204Zllvm system 15 system
2092026-06-22T00:02:30.204Zmariadb system 11.4 system
2102026-06-22T00:02:30.204Zmta vendor vendor dma
2112026-06-22T00:02:30.204Zopenjdk system 17 system
2122026-06-22T00:02:30.204Zopenjdk system 11 system
2132026-06-22T00:02:30.204Zopenssl vendor 3 vendor
2142026-06-22T00:02:30.204Zperl system 5.40 system
2152026-06-22T00:02:30.204Zpostgresql system 18 system
2162026-06-22T00:02:30.204Zpostgresql system 17 system
2172026-06-22T00:02:30.204Zpython vendor 3 vendor
2182026-06-22T00:02:30.204Zpython system 2 system
2192026-06-22T00:02:30.204Zpython3 vendor 3.13 vendor
2202026-06-22T00:02:30.205Zruby system 3.4 system
2212026-06-22T00:02:30.205Zruby system 3.0 system
2222026-06-22T00:02:30.205Zwords vendor vendor american-english
2232026-06-22T00:02:30.205Zwords system system australian-english
2242026-06-22T00:02:30.205Zwords system system british-english
2252026-06-22T00:02:30.205Zwords system system canadian-english
2262026-06-22T00:02:30.205Zwords system system french
2272026-06-22T00:02:30.205Zwords system system italian
2282026-06-22T00:02:30.205Zwords system system ngerman
2292026-06-22T00:02:30.205Zwords system system ogerman
2302026-06-22T00:02:30.205Zwords system system spanish
2312026-06-22T00:02:30.457ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-22T00:02:30.457Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-22T00:02:30.751ZFMRI IFO
2342026-06-22T00:02:30.752Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-22T00:02:30.752Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-22T00:02:30.752Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-22T00:02:30.752Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-22T00:02:30.752Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-22T00:02:30.752Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-22T00:02:30.752Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-22T00:02:30.752Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-22T00:02:30.752Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-22T00:02:31.012Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-22T00:02:31.254Z Updating crates.io index
2452026-06-22T00:02:31.257Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-22T00:02:31.500Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-22T00:02:32.422Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-22T00:02:33.281Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-22T00:02:34.154Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-22T00:02:34.643Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-22T00:02:36.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-22T00:02:37.019Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-22T00:02:37.303Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-22T00:02:38.676Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-22T00:02:39.253Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-22T00:02:39.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-22T00:02:39.809Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-22T00:02:40.326Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-22T00:02:40.801Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-22T00:02:41.085Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-22T00:02:41.301Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-22T00:02:41.690Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-22T00:02:42.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-22T00:02:42.338Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-22T00:02:42.553Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-22T00:02:42.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-22T00:02:43.127Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-22T00:02:43.458Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-22T00:02:44.084Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-22T00:02:44.468Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-22T00:02:44.807Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-22T00:02:45.116Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-22T00:02:45.371Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-22T00:02:46.561Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-22T00:02:47.342Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-22T00:02:47.737Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-22T00:02:47.988Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-22T00:02:48.445Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-22T00:02:48.718Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-22T00:02:49.240Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-22T00:02:49.502Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-22T00:02:50.053Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-22T00:02:50.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-22T00:02:50.478Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-22T00:02:52.216Z Downloading crates ...
2862026-06-22T00:02:52.296Z Downloaded colorchoice v1.0.4
2872026-06-22T00:02:52.300Z Downloaded anstyle-query v1.1.5
2882026-06-22T00:02:52.300Z Downloaded is_terminal_polyfill v1.70.2
2892026-06-22T00:02:52.300Z Downloaded dtrace-parser v0.2.0
2902026-06-22T00:02:52.300Z Downloaded textwrap v0.16.2
2912026-06-22T00:02:52.305Z Downloaded equivalent v1.0.2
2922026-06-22T00:02:52.305Z Downloaded thiserror v1.0.69
2932026-06-22T00:02:52.309Z Downloaded anstyle v1.0.14
2942026-06-22T00:02:52.309Z Downloaded utf8_iter v1.0.4
2952026-06-22T00:02:52.312Z Downloaded zerocopy-derive v0.7.35
2962026-06-22T00:02:52.315Z Downloaded crypto-common v0.1.7
2972026-06-22T00:02:52.318Z Downloaded zerofrom-derive v0.1.6
2982026-06-22T00:02:52.322Z Downloaded fnv v1.0.7
2992026-06-22T00:02:52.325Z Downloaded clap_lex v1.0.0
3002026-06-22T00:02:52.325Z Downloaded utf8parse v0.2.2
3012026-06-22T00:02:52.325Z Downloaded toml_datetime v0.6.11
3022026-06-22T00:02:52.328Z Downloaded thiserror v2.0.18
3032026-06-22T00:02:52.331Z Downloaded version_check v0.9.5
3042026-06-22T00:02:52.334Z Downloaded unicode-xid v0.2.6
3052026-06-22T00:02:52.337Z Downloaded cpufeatures v0.2.17
3062026-06-22T00:02:52.337Z Downloaded zerovec-derive v0.11.2
3072026-06-22T00:02:52.337Z Downloaded typeid v1.0.3
3082026-06-22T00:02:52.340Z Downloaded thiserror-impl v2.0.18
3092026-06-22T00:02:52.340Z Downloaded block-buffer v0.10.4
3102026-06-22T00:02:52.345Z Downloaded zerofrom v0.1.6
3112026-06-22T00:02:52.348Z Downloaded cfg-if v1.0.4
3122026-06-22T00:02:52.348Z Downloaded yoke-derive v0.8.1
3132026-06-22T00:02:52.348Z Downloaded usdt-macro v0.5.0
3142026-06-22T00:02:52.348Z Downloaded thread-id v4.2.2
3152026-06-22T00:02:52.348Z Downloaded errno v0.3.14
3162026-06-22T00:02:52.351Z Downloaded dof v0.3.0
3172026-06-22T00:02:52.352Z Downloaded toml_write v0.1.2
3182026-06-22T00:02:52.355Z Downloaded yoke v0.8.1
3192026-06-22T00:02:52.361Z Downloaded unicode-linebreak v0.1.5
3202026-06-22T00:02:52.363Z Downloaded anstream v1.0.0
3212026-06-22T00:02:52.363Z Downloaded usdt-attr-macro v0.5.0
3222026-06-22T00:02:52.363Z Downloaded serde_spanned v0.6.9
3232026-06-22T00:02:52.363Z Downloaded tinystr v0.8.2
3242026-06-22T00:02:52.368Z Downloaded stable_deref_trait v1.2.1
3252026-06-22T00:02:52.368Z Downloaded plain v0.2.3
3262026-06-22T00:02:52.369Z Downloaded digest v0.10.7
3272026-06-22T00:02:52.372Z Downloaded zmij v1.0.21
3282026-06-22T00:02:52.372Z Downloaded usdt-impl v0.5.0
3292026-06-22T00:02:52.372Z Downloaded strsim v0.11.1
3302026-06-22T00:02:52.376Z Downloaded memmap v0.7.0
3312026-06-22T00:02:52.376Z Downloaded form_urlencoded v1.2.2
3322026-06-22T00:02:52.376Z Downloaded pretty-hex v0.4.1
3332026-06-22T00:02:52.384Z Downloaded writeable v0.6.2
3342026-06-22T00:02:52.384Z Downloaded thiserror-impl v1.0.69
3352026-06-22T00:02:52.384Z Downloaded usdt v0.5.0
3362026-06-22T00:02:52.384Z Downloaded ucd-trie v0.1.7
3372026-06-22T00:02:52.384Z Downloaded typenum v1.19.0
3382026-06-22T00:02:52.384Z Downloaded proc-macro-error-attr v1.0.4
3392026-06-22T00:02:52.387Z Downloaded scroll_derive v0.12.1
3402026-06-22T00:02:52.387Z Downloaded macaddr v1.0.1
3412026-06-22T00:02:52.387Z Downloaded percent-encoding v2.3.2
3422026-06-22T00:02:52.388Z Downloaded swrite v0.1.0
3432026-06-22T00:02:52.388Z Downloaded itoa v1.0.17
3442026-06-22T00:02:52.388Z Downloaded unicode-ident v1.0.24
3452026-06-22T00:02:52.392Z Downloaded potential_utf v0.1.4
3462026-06-22T00:02:52.395Z Downloaded toml_edit v0.22.27
3472026-06-22T00:02:52.398Z Downloaded toml v0.8.23
3482026-06-22T00:02:52.402Z Downloaded heck v0.4.1
3492026-06-22T00:02:52.405Z Downloaded terminal_size v0.4.3
3502026-06-22T00:02:52.405Z Downloaded fastrand v2.3.0
3512026-06-22T00:02:52.407Z Downloaded erased-serde v0.4.9
3522026-06-22T00:02:52.408Z Downloaded url v2.5.8
3532026-06-22T00:02:52.411Z Downloaded cargo_toml v0.21.0
3542026-06-22T00:02:52.414Z Downloaded autocfg v1.5.0
3552026-06-22T00:02:52.417Z Downloaded displaydoc v0.2.5
3562026-06-22T00:02:52.417Z Downloaded camino-tempfile v1.4.1
3572026-06-22T00:02:52.422Z Downloaded cargo-platform v0.2.0
3582026-06-22T00:02:52.426Z Downloaded zerotrie v0.2.3
3592026-06-22T00:02:52.429Z Downloaded cargo_metadata v0.21.0
3602026-06-22T00:02:52.440Z Downloaded fs-err v3.3.0
3612026-06-22T00:02:52.449Z Downloaded bitflags v2.11.0
3622026-06-22T00:02:52.449Z Downloaded zerovec v0.11.5
3632026-06-22T00:02:52.449Z Downloaded smawk v0.3.2
3642026-06-22T00:02:52.454Z Downloaded winnow v0.7.14
3652026-06-22T00:02:52.460Z Downloaded zerocopy v0.7.35
3662026-06-22T00:02:52.465Z Downloaded serde-value v0.7.0
3672026-06-22T00:02:52.465Z Downloaded idna_adapter v1.2.1
3682026-06-22T00:02:52.466Z Downloaded heck v0.5.0
3692026-06-22T00:02:52.466Z Downloaded unicode-width v0.1.14
3702026-06-22T00:02:52.470Z Downloaded generic-array v0.14.7
3712026-06-22T00:02:52.470Z Downloaded unicode-width v0.2.0
3722026-06-22T00:02:52.473Z Downloaded proc-macro-error v1.0.4
3732026-06-22T00:02:52.473Z Downloaded byteorder v1.5.0
3742026-06-22T00:02:52.476Z Downloaded tabled_derive v0.7.0
3752026-06-22T00:02:52.476Z Downloaded serde-untagged v0.1.9
3762026-06-22T00:02:52.493Z Downloaded litemap v0.8.1
3772026-06-22T00:02:52.501Z Downloaded synstructure v0.13.2
3782026-06-22T00:02:52.501Z Downloaded camino v1.2.2
3792026-06-22T00:02:52.501Z Downloaded semver v1.0.28
3802026-06-22T00:02:52.501Z Downloaded anstyle-parse v1.0.0
3812026-06-22T00:02:52.505Z Downloaded clap_derive v4.6.1
3822026-06-22T00:02:52.508Z Downloaded anyhow v1.0.102
3832026-06-22T00:02:52.511Z Downloaded cargo-util-schemas v0.8.2
3842026-06-22T00:02:52.514Z Downloaded bytecount v0.6.9
3852026-06-22T00:02:52.516Z Downloaded ordered-float v2.10.1
3862026-06-22T00:02:52.519Z Downloaded serde_tokenstream v0.2.3
3872026-06-22T00:02:52.519Z Downloaded quote v1.0.45
3882026-06-22T00:02:52.542Z Downloaded once_cell v1.21.3
3892026-06-22T00:02:52.545Z Downloaded scroll v0.12.0
3902026-06-22T00:02:52.555Z Downloaded clap v4.6.1
3912026-06-22T00:02:52.561Z Downloaded tempfile v3.25.0
3922026-06-22T00:02:52.567Z Downloaded sha2 v0.10.9
3932026-06-22T00:02:52.567Z Downloaded proc-macro2 v1.0.106
3942026-06-22T00:02:52.567Z Downloaded num-traits v0.2.19
3952026-06-22T00:02:52.582Z Downloaded pest_generator v2.8.6
3962026-06-22T00:02:52.585Z Downloaded smallvec v1.15.1
3972026-06-22T00:02:52.585Z Downloaded log v0.4.29
3982026-06-22T00:02:52.589Z Downloaded papergrid v0.11.0
3992026-06-22T00:02:52.592Z Downloaded getrandom v0.4.1
4002026-06-22T00:02:52.598Z Downloaded serde_derive v1.0.228
4012026-06-22T00:02:52.601Z Downloaded icu_properties v2.1.2
4022026-06-22T00:02:52.601Z Downloaded icu_normalizer v2.1.1
4032026-06-22T00:02:52.604Z Downloaded serde_core v1.0.228
4042026-06-22T00:02:52.607Z Downloaded memchr v2.8.0
4052026-06-22T00:02:52.607Z Downloaded pest_derive v2.8.6
4062026-06-22T00:02:52.609Z Downloaded pest_meta v2.8.6
4072026-06-22T00:02:52.622Z Downloaded icu_normalizer_data v2.1.1
4082026-06-22T00:02:52.632Z Downloaded icu_provider v2.1.1
4092026-06-22T00:02:52.642Z Downloaded serde v1.0.228
4102026-06-22T00:02:52.645Z Downloaded icu_collections v2.1.1
4112026-06-22T00:02:52.653Z Downloaded indexmap v2.14.0
4122026-06-22T00:02:52.657Z Downloaded icu_locale_core v2.1.1
4132026-06-22T00:02:52.686Z Downloaded clap_builder v4.6.0
4142026-06-22T00:02:52.693Z Downloaded pest v2.8.6
4152026-06-22T00:02:52.713Z Downloaded icu_properties_data v2.1.2
4162026-06-22T00:02:52.716Z Downloaded hashbrown v0.17.0
4172026-06-22T00:02:52.719Z Downloaded serde_json v1.0.149
4182026-06-22T00:02:52.723Z Downloaded idna v1.1.0
4192026-06-22T00:02:52.736Z Downloaded goblin v0.8.2
4202026-06-22T00:02:52.745Z Downloaded tabled v0.15.0
4212026-06-22T00:02:52.754Z Downloaded syn v1.0.109
4222026-06-22T00:02:52.771Z Downloaded syn v2.0.117
4232026-06-22T00:02:52.791Z Downloaded rustix v1.1.3
4242026-06-22T00:02:52.829Z Downloaded libc v0.2.185
4252026-06-22T00:02:52.894Z Compiling proc-macro2 v1.0.106
4262026-06-22T00:02:52.894Z Compiling unicode-ident v1.0.24
4272026-06-22T00:02:52.898Z Compiling quote v1.0.45
4282026-06-22T00:02:52.898Z Compiling serde_core v1.0.228
4292026-06-22T00:02:52.898Z Compiling libc v0.2.185
4302026-06-22T00:02:52.898Z Compiling version_check v0.9.5
4312026-06-22T00:02:52.898Z Compiling stable_deref_trait v1.2.1
4322026-06-22T00:02:53.059Z Compiling memchr v2.8.0
4332026-06-22T00:02:53.146Z Compiling serde v1.0.228
4342026-06-22T00:02:53.194Z Compiling zmij v1.0.21
4352026-06-22T00:02:53.446Z Compiling itoa v1.0.17
4362026-06-22T00:02:53.449Z Compiling ucd-trie v0.1.7
4372026-06-22T00:02:53.622Z Compiling autocfg v1.5.0
4382026-06-22T00:02:53.719Z Compiling thiserror v1.0.69
4392026-06-22T00:02:53.734Z Compiling pest v2.8.6
4402026-06-22T00:02:53.807Z Compiling writeable v0.6.2
4412026-06-22T00:02:53.855Z Compiling litemap v0.8.1
4422026-06-22T00:02:54.017Z Compiling icu_normalizer_data v2.1.1
4432026-06-22T00:02:54.041Z Compiling rustix v1.1.3
4442026-06-22T00:02:54.198Z Compiling byteorder v1.5.0
4452026-06-22T00:02:54.333Z Compiling syn v2.0.117
4462026-06-22T00:02:54.350Z Compiling icu_properties_data v2.1.2
4472026-06-22T00:02:54.455Z Compiling errno v0.3.14
4482026-06-22T00:02:54.545Z Compiling serde_json v1.0.149
4492026-06-22T00:02:54.561Z Compiling bitflags v2.11.0
4502026-06-22T00:02:54.697Z Compiling num-traits v0.2.19
4512026-06-22T00:02:54.747Z Compiling pest_meta v2.8.6
4522026-06-22T00:02:54.778Z Compiling smallvec v1.15.1
4532026-06-22T00:02:54.901Z Compiling equivalent v1.0.2
4542026-06-22T00:02:54.992Z Compiling hashbrown v0.17.0
4552026-06-22T00:02:55.027Z Compiling typeid v1.0.3
4562026-06-22T00:02:55.349Z Compiling thread-id v4.2.2
4572026-06-22T00:02:55.365Z Compiling usdt-impl v0.5.0
4582026-06-22T00:02:55.379Z Compiling proc-macro-error-attr v1.0.4
4592026-06-22T00:02:55.434Z Compiling toml_write v0.1.2
4602026-06-22T00:02:55.551Z Compiling indexmap v2.14.0
4612026-06-22T00:02:55.567Z Compiling syn v1.0.109
4622026-06-22T00:02:55.581Z Compiling winnow v0.7.14
4632026-06-22T00:02:55.736Z Compiling erased-serde v0.4.9
4642026-06-22T00:02:56.145Z Compiling proc-macro-error v1.0.4
4652026-06-22T00:02:56.196Z Compiling utf8parse v0.2.2
4662026-06-22T00:02:56.312Z Compiling thiserror v2.0.18
4672026-06-22T00:02:56.329Z Compiling log v0.4.29
4682026-06-22T00:02:56.441Z Compiling utf8_iter v1.0.4
4692026-06-22T00:02:56.511Z Compiling plain v0.2.3
4702026-06-22T00:02:56.594Z Compiling camino v1.2.2
4712026-06-22T00:02:56.609Z Compiling getrandom v0.4.1
4722026-06-22T00:02:56.624Z Compiling percent-encoding v2.3.2
4732026-06-22T00:02:56.669Z Compiling ordered-float v2.10.1
4742026-06-22T00:02:56.819Z Compiling form_urlencoded v1.2.2
4752026-06-22T00:02:56.930Z Compiling anstyle-parse v1.0.0
4762026-06-22T00:02:56.961Z Compiling synstructure v0.13.2
4772026-06-22T00:02:56.964Z Compiling pest_generator v2.8.6
4782026-06-22T00:02:57.073Z Compiling terminal_size v0.4.3
4792026-06-22T00:02:57.213Z Compiling anstyle-query v1.1.5
4802026-06-22T00:02:57.336Z Compiling anstyle v1.0.14
4812026-06-22T00:02:57.340Z Compiling cfg-if v1.0.4
4822026-06-22T00:02:57.389Z Compiling is_terminal_polyfill v1.70.2
4832026-06-22T00:02:57.427Z Compiling pretty-hex v0.4.1
4842026-06-22T00:02:57.466Z Compiling colorchoice v1.0.4
4852026-06-22T00:02:57.561Z Compiling anstream v1.0.0
4862026-06-22T00:02:57.564Z Compiling serde-untagged v0.1.9
4872026-06-22T00:02:57.653Z Compiling semver v1.0.28
4882026-06-22T00:02:57.708Z Compiling fs-err v3.3.0
4892026-06-22T00:02:57.813Z Compiling heck v0.5.0
4902026-06-22T00:02:57.862Z Compiling fastrand v2.3.0
4912026-06-22T00:02:57.899Z Compiling once_cell v1.21.3
4922026-06-22T00:02:57.965Z Compiling fnv v1.0.7
4932026-06-22T00:02:57.981Z Compiling anyhow v1.0.102
4942026-06-22T00:02:58.053Z Compiling bytecount v0.6.9
4952026-06-22T00:02:58.069Z Compiling clap_lex v1.0.0
4962026-06-22T00:02:58.111Z Compiling strsim v0.11.1
4972026-06-22T00:02:58.179Z Compiling heck v0.4.1
4982026-06-22T00:02:58.279Z Compiling unicode-xid v0.2.6
4992026-06-22T00:02:58.298Z Compiling unicode-width v0.1.14
5002026-06-22T00:02:58.401Z Compiling clap_builder v4.6.0
5012026-06-22T00:02:58.433Z Compiling tempfile v3.25.0
5022026-06-22T00:02:58.552Z Compiling papergrid v0.11.0
5032026-06-22T00:02:58.577Z Compiling memmap v0.7.0
5042026-06-22T00:02:58.627Z Compiling smawk v0.3.2
5052026-06-22T00:02:58.643Z Compiling serde_derive v1.0.228
5062026-06-22T00:02:58.749Z Compiling zerofrom-derive v0.1.6
5072026-06-22T00:02:58.768Z Compiling yoke-derive v0.8.1
5082026-06-22T00:02:58.797Z Compiling zerovec-derive v0.11.2
5092026-06-22T00:02:59.054Z Compiling displaydoc v0.2.5
5102026-06-22T00:02:59.776Z Compiling thiserror-impl v1.0.69
5112026-06-22T00:02:59.875Z Compiling zerocopy-derive v0.7.35
5122026-06-22T00:02:59.933Z Compiling pest_derive v2.8.6
5132026-06-22T00:02:59.949Z Compiling scroll_derive v0.12.1
5142026-06-22T00:03:00.157Z Compiling zerofrom v0.1.6
5152026-06-22T00:03:00.299Z Compiling yoke v0.8.1
5162026-06-22T00:03:00.358Z Compiling thiserror-impl v2.0.18
5172026-06-22T00:03:00.494Z Compiling zerovec v0.11.5
5182026-06-22T00:03:00.608Z Compiling zerotrie v0.2.3
5192026-06-22T00:03:00.746Z Compiling zerocopy v0.7.35
5202026-06-22T00:03:00.919Z Compiling scroll v0.12.0
5212026-06-22T00:03:01.019Z Compiling tinystr v0.8.2
5222026-06-22T00:03:01.195Z Compiling icu_locale_core v2.1.1
5232026-06-22T00:03:01.215Z Compiling potential_utf v0.1.4
5242026-06-22T00:03:01.231Z Compiling dtrace-parser v0.2.0
5252026-06-22T00:03:01.306Z Compiling goblin v0.8.2
5262026-06-22T00:03:01.386Z Compiling icu_collections v2.1.1
5272026-06-22T00:03:01.448Z Compiling tabled_derive v0.7.0
5282026-06-22T00:03:01.825Z Compiling icu_provider v2.1.1
5292026-06-22T00:03:01.860Z Compiling clap_derive v4.6.1
5302026-06-22T00:03:01.974Z Compiling unicode-width v0.2.0
5312026-06-22T00:03:02.061Z Compiling icu_normalizer v2.1.1
5322026-06-22T00:03:02.115Z Compiling icu_properties v2.1.2
5332026-06-22T00:03:02.118Z Compiling toml_datetime v0.6.11
5342026-06-22T00:03:02.145Z Compiling serde_spanned v0.6.9
5352026-06-22T00:03:02.247Z Compiling dof v0.3.0
5362026-06-22T00:03:02.293Z Compiling serde_tokenstream v0.2.3
5372026-06-22T00:03:02.337Z Compiling toml_edit v0.22.27
5382026-06-22T00:03:02.386Z Compiling serde-value v0.7.0
5392026-06-22T00:03:02.637Z Compiling cargo-platform v0.2.0
5402026-06-22T00:03:02.671Z Compiling unicode-linebreak v0.1.5
5412026-06-22T00:03:02.803Z Compiling tabled v0.15.0
5422026-06-22T00:03:02.918Z Compiling textwrap v0.16.2
5432026-06-22T00:03:02.964Z Compiling macaddr v1.0.1
5442026-06-22T00:03:03.157Z Compiling idna_adapter v1.2.1
5452026-06-22T00:03:03.203Z Compiling camino-tempfile v1.4.1
5462026-06-22T00:03:03.247Z Compiling usdt-attr-macro v0.5.0
5472026-06-22T00:03:03.325Z Compiling idna v1.1.0
5482026-06-22T00:03:03.358Z Compiling usdt-macro v0.5.0
5492026-06-22T00:03:03.603Z Compiling url v2.5.8
5502026-06-22T00:03:03.832Z Compiling toml v0.8.23
5512026-06-22T00:03:03.953Z Compiling clap v4.6.1
5522026-06-22T00:03:04.041Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-22T00:03:04.288Z Compiling cargo-util-schemas v0.8.2
5542026-06-22T00:03:04.339Z Compiling cargo_toml v0.21.0
5552026-06-22T00:03:04.429Z Compiling swrite v0.1.0
5562026-06-22T00:03:04.615Z Compiling usdt v0.5.0
5572026-06-22T00:03:05.177Z Compiling cargo_metadata v0.21.0
5582026-06-22T00:03:06.111Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-22T00:03:08.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.33s
5602026-06-22T00:03:08.380Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-22T00:03:08.862Z Downloading crates ...
5622026-06-22T00:03:08.960Z Downloaded compression-core v0.4.31
5632026-06-22T00:03:08.963Z Downloaded ascii-canvas v3.0.0
5642026-06-22T00:03:08.966Z Downloaded adler2 v2.0.1
5652026-06-22T00:03:08.969Z Downloaded buf-list v1.1.2
5662026-06-22T00:03:08.972Z Downloaded assert_matches v1.5.0
5672026-06-22T00:03:08.972Z Downloaded arrayvec v0.7.6
5682026-06-22T00:03:08.974Z Downloaded arrayref v0.3.9
5692026-06-22T00:03:08.977Z Downloaded anstyle-parse v0.2.7
5702026-06-22T00:03:08.980Z Downloaded argon2 v0.5.3
5712026-06-22T00:03:08.983Z Downloaded cbc v0.1.2
5722026-06-22T00:03:08.986Z Downloaded bb8 v0.8.6
5732026-06-22T00:03:08.986Z Downloaded darling v0.13.4
5742026-06-22T00:03:08.989Z Downloaded dunce v1.0.5
5752026-06-22T00:03:08.989Z Downloaded curve25519-dalek-derive v0.1.1
5762026-06-22T00:03:08.992Z Downloaded crunchy v0.2.4
5772026-06-22T00:03:08.992Z Downloaded crucible-workspace-hack v0.1.0
5782026-06-22T00:03:08.995Z Downloaded bit-vec v0.8.0
5792026-06-22T00:03:08.995Z Downloaded ctr v0.9.2
5802026-06-22T00:03:08.998Z Downloaded arc-swap v1.8.2
5812026-06-22T00:03:09.002Z Downloaded float-cmp v0.10.0
5822026-06-22T00:03:09.002Z Downloaded downcast-rs v2.0.2
5832026-06-22T00:03:09.005Z Downloaded cassowary v0.3.0
5842026-06-22T00:03:09.005Z Downloaded async-stream v0.3.6
5852026-06-22T00:03:09.005Z Downloaded chacha20poly1305 v0.10.1
5862026-06-22T00:03:09.008Z Downloaded cargo-platform v0.3.2
5872026-06-22T00:03:09.009Z Downloaded cargo_metadata v0.23.1
5882026-06-22T00:03:09.009Z Downloaded ciborium-io v0.2.2
5892026-06-22T00:03:09.009Z Downloaded bitfield-macros v0.19.4
5902026-06-22T00:03:09.012Z Downloaded data-encoding v2.10.0
5912026-06-22T00:03:09.012Z Downloaded csv-core v0.1.13
5922026-06-22T00:03:09.012Z Downloaded async-stream-impl v0.3.6
5932026-06-22T00:03:09.012Z Downloaded derive_builder_macro v0.20.2
5942026-06-22T00:03:09.015Z Downloaded crc-catalog v2.4.0
5952026-06-22T00:03:09.015Z Downloaded defmt v0.3.100
5962026-06-22T00:03:09.015Z Downloaded darling v0.21.3
5972026-06-22T00:03:09.018Z Downloaded dirs-next v2.0.0
5982026-06-22T00:03:09.018Z Downloaded bitfield-struct v0.6.2
5992026-06-22T00:03:09.018Z Downloaded darling v0.20.11
6002026-06-22T00:03:09.021Z Downloaded byte-wrapper v0.1.0
6012026-06-22T00:03:09.024Z Downloaded daft v0.1.7
6022026-06-22T00:03:09.024Z Downloaded dof v0.4.0
6032026-06-22T00:03:09.027Z Downloaded debug-ignore v1.0.5
6042026-06-22T00:03:09.027Z Downloaded darling_macro v0.23.0
6052026-06-22T00:03:09.030Z Downloaded crossbeam-epoch v0.9.18
6062026-06-22T00:03:09.030Z Downloaded crossbeam-utils v0.8.21
6072026-06-22T00:03:09.034Z Downloaded defmt-parser v1.0.0
6082026-06-22T00:03:09.037Z Downloaded base16ct v0.2.0
6092026-06-22T00:03:09.037Z Downloaded convert_case v0.4.0
6102026-06-22T00:03:09.037Z Downloaded atomicwrites v0.4.4
6112026-06-22T00:03:09.037Z Downloaded embedded-io v0.4.0
6122026-06-22T00:03:09.040Z Downloaded dyn-clone v1.0.20
6132026-06-22T00:03:09.044Z Downloaded bcs v0.1.6
6142026-06-22T00:03:09.047Z Downloaded daft-derive v0.1.7
6152026-06-22T00:03:09.049Z Downloaded block-padding v0.3.3
6162026-06-22T00:03:09.053Z Downloaded darling_macro v0.20.11
6172026-06-22T00:03:09.056Z Downloaded difflib v0.4.0
6182026-06-22T00:03:09.056Z Downloaded darling_macro v0.21.3
6192026-06-22T00:03:09.059Z Downloaded atomic-waker v1.1.2
6202026-06-22T00:03:09.059Z Downloaded env_filter v1.0.0
6212026-06-22T00:03:09.059Z Downloaded dirs-sys-next v0.1.2
6222026-06-22T00:03:09.062Z Downloaded crc8 v0.1.1
6232026-06-22T00:03:09.062Z Downloaded bit-set v0.5.3
6242026-06-22T00:03:09.062Z Downloaded async-recursion v1.1.1
6252026-06-22T00:03:09.065Z Downloaded embedded-io v0.6.1
6262026-06-22T00:03:09.065Z Downloaded cobs v0.3.0
6272026-06-22T00:03:09.065Z Downloaded dtrace-parser v0.3.0
6282026-06-22T00:03:09.069Z Downloaded bit-vec v0.6.3
6292026-06-22T00:03:09.069Z Downloaded base64ct v1.8.3
6302026-06-22T00:03:09.069Z Downloaded atty v0.2.14
6312026-06-22T00:03:09.072Z Downloaded compression-codecs v0.4.37
6322026-06-22T00:03:09.072Z Downloaded ena v0.14.4
6332026-06-22T00:03:09.072Z Downloaded ciborium-ll v0.2.2
6342026-06-22T00:03:09.075Z Downloaded enum-as-inner v0.6.1
6352026-06-22T00:03:09.075Z Downloaded fd-lock v4.0.4
6362026-06-22T00:03:09.075Z Downloaded bcrypt-pbkdf v0.10.0
6372026-06-22T00:03:09.078Z Downloaded crc v3.4.0
6382026-06-22T00:03:09.081Z Downloaded bit-set v0.8.0
6392026-06-22T00:03:09.081Z Downloaded endian-type v0.1.2
6402026-06-22T00:03:09.081Z Downloaded document-features v0.2.12
6412026-06-22T00:03:09.086Z Downloaded dropshot-api-manager-types v0.7.2
6422026-06-22T00:03:09.089Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-06-22T00:03:09.089Z Downloaded diesel-dtrace v0.5.0
6442026-06-22T00:03:09.089Z Downloaded cfg_aliases v0.2.1
6452026-06-22T00:03:09.093Z Downloaded cfg_aliases v0.1.1
6462026-06-22T00:03:09.093Z Downloaded futures-core v0.3.32
6472026-06-22T00:03:09.093Z Downloaded float-ord v0.3.2
6482026-06-22T00:03:09.093Z Downloaded const_format_proc_macros v0.2.34
6492026-06-22T00:03:09.095Z Downloaded display-error-chain v0.2.2
6502026-06-22T00:03:09.098Z Downloaded cstr-argument v0.1.2
6512026-06-22T00:03:09.101Z Downloaded futures-sink v0.3.32
6522026-06-22T00:03:09.101Z Downloaded futures-io v0.3.32
6532026-06-22T00:03:09.101Z Downloaded funty v2.0.0
6542026-06-22T00:03:09.104Z Downloaded darling_macro v0.13.4
6552026-06-22T00:03:09.104Z Downloaded flagset v0.4.7
6562026-06-22T00:03:09.104Z Downloaded cpufeatures v0.3.0
6572026-06-22T00:03:09.107Z Downloaded foreign-types-macros v0.2.3
6582026-06-22T00:03:09.107Z Downloaded array-init v0.0.4
6592026-06-22T00:03:09.107Z Downloaded globwalk v0.9.1
6602026-06-22T00:03:09.110Z Downloaded fixedbitset v0.4.2
6612026-06-22T00:03:09.110Z Downloaded fxhash v0.2.1
6622026-06-22T00:03:09.110Z Downloaded deranged v0.5.8
6632026-06-22T00:03:09.113Z Downloaded foreign-types-shared v0.3.1
6642026-06-22T00:03:09.113Z Downloaded foreign-types-shared v0.1.1
6652026-06-22T00:03:09.113Z Downloaded defmt-macros v1.0.1
6662026-06-22T00:03:09.116Z Downloaded futures-macro v0.3.32
6672026-06-22T00:03:09.116Z Downloaded corncobs v0.1.4
6682026-06-22T00:03:09.116Z Downloaded defmt v1.0.1
6692026-06-22T00:03:09.119Z Downloaded derive-ex v0.1.8
6702026-06-22T00:03:09.119Z Downloaded foldhash v0.1.5
6712026-06-22T00:03:09.121Z Downloaded crc32fast v1.5.0
6722026-06-22T00:03:09.121Z Downloaded crc-any v2.5.0
6732026-06-22T00:03:09.121Z Downloaded castaway v0.2.4
6742026-06-22T00:03:09.124Z Downloaded bitflags v1.3.2
6752026-06-22T00:03:09.127Z Downloaded env_logger v0.11.9
6762026-06-22T00:03:09.127Z Downloaded foreign-types v0.3.2
6772026-06-22T00:03:09.130Z Downloaded hash32 v0.3.1
6782026-06-22T00:03:09.130Z Downloaded hash32 v0.2.1
6792026-06-22T00:03:09.130Z Downloaded git-stub v1.0.0
6802026-06-22T00:03:09.130Z Downloaded gethostname v0.5.0
6812026-06-22T00:03:09.133Z Downloaded futures-task v0.3.32
6822026-06-22T00:03:09.133Z Downloaded ghash v0.5.1
6832026-06-22T00:03:09.133Z Downloaded foreign-types v0.5.0
6842026-06-22T00:03:09.136Z Downloaded hex-literal v0.4.1
6852026-06-22T00:03:09.136Z Downloaded derive_builder_core v0.20.2
6862026-06-22T00:03:09.139Z Downloaded cancel-safe-futures v0.1.5
6872026-06-22T00:03:09.139Z Downloaded hex v0.4.3
6882026-06-22T00:03:09.142Z Downloaded filetime v0.2.27
6892026-06-22T00:03:09.145Z Downloaded console v0.15.11
6902026-06-22T00:03:09.145Z Downloaded fixedbitset v0.5.7
6912026-06-22T00:03:09.149Z Downloaded headers-core v0.3.0
6922026-06-22T00:03:09.149Z Downloaded cmake v0.1.57
6932026-06-22T00:03:09.149Z Downloaded chacha20 v0.9.1
6942026-06-22T00:03:09.149Z Downloaded cipher v0.4.4
6952026-06-22T00:03:09.153Z Downloaded backoff v0.4.0
6962026-06-22T00:03:09.153Z Downloaded aead v0.5.2
6972026-06-22T00:03:09.153Z Downloaded anstream v0.6.21
6982026-06-22T00:03:09.156Z Downloaded http-body v1.0.1
6992026-06-22T00:03:09.156Z Downloaded fs-err v2.11.0
7002026-06-22T00:03:09.156Z Downloaded fallible-iterator v0.2.0
7012026-06-22T00:03:09.157Z Downloaded ecdsa v0.16.9
7022026-06-22T00:03:09.161Z Downloaded der_derive v0.7.3
7032026-06-22T00:03:09.161Z Downloaded dsl_auto_type v0.2.0
7042026-06-22T00:03:09.161Z Downloaded critical-section v1.2.0
7052026-06-22T00:03:09.164Z Downloaded ahash v0.8.12
7062026-06-22T00:03:09.168Z Downloaded find-msvc-tools v0.1.9
7072026-06-22T00:03:09.168Z Downloaded ed25519 v2.2.3
7082026-06-22T00:03:09.171Z Downloaded ff v0.13.1
7092026-06-22T00:03:09.171Z Downloaded async-trait v0.1.89
7102026-06-22T00:03:09.171Z Downloaded http-range v0.1.5
7112026-06-22T00:03:09.174Z Downloaded home v0.5.12
7122026-06-22T00:03:09.174Z Downloaded either v1.15.0
7132026-06-22T00:03:09.174Z Downloaded crossbeam-deque v0.8.6
7142026-06-22T00:03:09.174Z Downloaded hyper-tls v0.6.0
7152026-06-22T00:03:09.177Z Downloaded blowfish v0.9.1
7162026-06-22T00:03:09.177Z Downloaded hostname v0.4.2
7172026-06-22T00:03:09.180Z Downloaded glob v0.3.3
7182026-06-22T00:03:09.180Z Downloaded hostname v0.3.1
7192026-06-22T00:03:09.180Z Downloaded erased-serde v0.3.31
7202026-06-22T00:03:09.183Z Downloaded diff v0.1.13
7212026-06-22T00:03:09.183Z Downloaded hubpack_derive v0.1.1
7222026-06-22T00:03:09.189Z Downloaded hubpack v0.1.2
7232026-06-22T00:03:09.189Z Downloaded derive_builder v0.20.2
7242026-06-22T00:03:09.189Z Downloaded foldhash v0.2.0
7252026-06-22T00:03:09.189Z Downloaded crypto-bigint v0.5.5
7262026-06-22T00:03:09.193Z Downloaded cookie v0.18.1
7272026-06-22T00:03:09.196Z Downloaded colored v3.1.1
7282026-06-22T00:03:09.199Z Downloaded illumos-nvpair-sys v0.2.0
7292026-06-22T00:03:09.199Z Downloaded git-stub-vcs v0.1.0
7302026-06-22T00:03:09.199Z Downloaded ident_case v1.0.1
7312026-06-22T00:03:09.199Z Downloaded illumos-nvpair v0.3.0
7322026-06-22T00:03:09.205Z Downloaded fs_extra v1.3.0
7332026-06-22T00:03:09.205Z Downloaded const-oid v0.9.6
7342026-06-22T00:03:09.205Z Downloaded bitfield v0.19.4
7352026-06-22T00:03:09.205Z Downloaded backon v1.6.0
7362026-06-22T00:03:09.208Z Downloaded is-terminal v0.4.17
7372026-06-22T00:03:09.208Z Downloaded kstat-rs v0.2.4
7382026-06-22T00:03:09.208Z Downloaded bzip2 v0.4.4
7392026-06-22T00:03:09.208Z Downloaded instability v0.3.11
7402026-06-22T00:03:09.208Z Downloaded instant v0.1.13
7412026-06-22T00:03:09.211Z Downloaded indent_write v2.2.0
7422026-06-22T00:03:09.211Z Downloaded camino-tempfile-ext v0.3.3
7432026-06-22T00:03:09.211Z Downloaded async-compression v0.4.41
7442026-06-22T00:03:09.216Z Downloaded convert_case v0.10.0
7452026-06-22T00:03:09.225Z Downloaded colored v2.2.0
7462026-06-22T00:03:09.225Z Downloaded ciborium v0.2.2
7472026-06-22T00:03:09.225Z Downloaded cookie_store v0.22.1
7482026-06-22T00:03:09.225Z Downloaded internet-checksum v0.2.1
7492026-06-22T00:03:09.225Z Downloaded clang-sys v1.8.1
7502026-06-22T00:03:09.225Z Downloaded chacha20 v0.10.0
7512026-06-22T00:03:09.228Z Downloaded inout v0.1.4
7522026-06-22T00:03:09.228Z Downloaded cexpr v0.6.0
7532026-06-22T00:03:09.228Z Downloaded is_ci v1.2.0
7542026-06-22T00:03:09.228Z Downloaded keccak v0.1.6
7552026-06-22T00:03:09.228Z Downloaded libscf-sys v1.1.0
7562026-06-22T00:03:09.231Z Downloaded lazy_static v1.5.0
7572026-06-22T00:03:09.231Z Downloaded lalrpop-util v0.19.12
7582026-06-22T00:03:09.234Z Downloaded console v0.16.2
7592026-06-22T00:03:09.238Z Downloaded hyper-staticfile v0.10.1
7602026-06-22T00:03:09.238Z Downloaded darling v0.23.0
7612026-06-22T00:03:09.241Z Downloaded futures-executor v0.3.32
7622026-06-22T00:03:09.241Z Downloaded futures-channel v0.3.32
7632026-06-22T00:03:09.244Z Downloaded lru-cache v0.1.2
7642026-06-22T00:03:09.244Z Downloaded lru v0.12.5
7652026-06-22T00:03:09.244Z Downloaded linked-hash-map v0.5.6
7662026-06-22T00:03:09.247Z Downloaded humantime v2.3.0
7672026-06-22T00:03:09.247Z Downloaded match_cfg v0.1.0
7682026-06-22T00:03:09.247Z Downloaded httpdate v1.0.3
7692026-06-22T00:03:09.247Z Downloaded http-body-util v0.1.3
7702026-06-22T00:03:09.250Z Downloaded blake2 v0.10.6
7712026-06-22T00:03:09.250Z Downloaded mime v0.3.17
7722026-06-22T00:03:09.254Z Downloaded memoffset v0.9.1
7732026-06-22T00:03:09.254Z Downloaded md5 v0.7.0
7742026-06-22T00:03:09.254Z Downloaded derive_more v0.99.20
7752026-06-22T00:03:09.257Z Downloaded constant_time_eq v0.4.2
7762026-06-22T00:03:09.257Z Downloaded bzip2 v0.6.1
7772026-06-22T00:03:09.260Z Downloaded maybe-uninit v2.0.0
7782026-06-22T00:03:09.261Z Downloaded des v0.8.1
7792026-06-22T00:03:09.261Z Downloaded darling_core v0.21.3
7802026-06-22T00:03:09.265Z Downloaded darling_core v0.13.4
7812026-06-22T00:03:09.269Z Downloaded indoc v2.0.7
7822026-06-22T00:03:09.269Z Downloaded md-5 v0.10.6
7832026-06-22T00:03:09.269Z Downloaded maplit v1.0.2
7842026-06-22T00:03:09.269Z Downloaded managed v0.8.0
7852026-06-22T00:03:09.269Z Downloaded derive_more-impl v2.1.1
7862026-06-22T00:03:09.273Z Downloaded darling_core v0.23.0
7872026-06-22T00:03:09.276Z Downloaded newtype_derive v0.1.6
7882026-06-22T00:03:09.276Z Downloaded indoc v1.0.9
7892026-06-22T00:03:09.279Z Downloaded impl-trait-for-tuples v0.2.3
7902026-06-22T00:03:09.279Z Downloaded group v0.13.0
7912026-06-22T00:03:09.282Z Downloaded nodrop v0.1.14
7922026-06-22T00:03:09.282Z Downloaded new_debug_unreachable v1.0.6
7932026-06-22T00:03:09.282Z Downloaded highway v1.3.0
7942026-06-22T00:03:09.286Z Downloaded newtype-uuid-macros v0.1.0
7952026-06-22T00:03:09.286Z Downloaded elliptic-curve v0.13.8
7962026-06-22T00:03:09.286Z Downloaded drift v0.2.0
7972026-06-22T00:03:09.292Z Downloaded num-conv v0.2.0
7982026-06-22T00:03:09.295Z Downloaded num v0.4.3
7992026-06-22T00:03:09.295Z Downloaded dropshot_endpoint v0.17.0
8002026-06-22T00:03:09.295Z Downloaded num_threads v0.1.7
8012026-06-22T00:03:09.298Z Downloaded allocator-api2 v0.2.21
8022026-06-22T00:03:09.298Z Downloaded ipnetwork v0.21.1
8032026-06-22T00:03:09.298Z Downloaded ipnet v2.11.0
8042026-06-22T00:03:09.332Z Downloaded ingot-types v0.1.2
8052026-06-22T00:03:09.332Z Downloaded ingot v0.1.1
8062026-06-22T00:03:09.332Z Downloaded aes v0.8.4
8072026-06-22T00:03:09.337Z Downloaded num-iter v0.1.45
8082026-06-22T00:03:09.337Z Downloaded nibble_vec v0.1.0
8092026-06-22T00:03:09.337Z Downloaded jobserver v0.1.34
8102026-06-22T00:03:09.338Z Downloaded num-derive v0.4.2
8112026-06-22T00:03:09.338Z Downloaded nonempty v0.12.0
8122026-06-22T00:03:09.338Z Downloaded lock_api v0.4.14
8132026-06-22T00:03:09.338Z Downloaded linear-map v1.2.0
8142026-06-22T00:03:09.338Z Downloaded opaque-debug v0.3.1
8152026-06-22T00:03:09.338Z Downloaded olpc-cjson v0.1.4
8162026-06-22T00:03:09.338Z Downloaded normalize-line-endings v0.3.0
8172026-06-22T00:03:09.338Z Downloaded libsw-core v0.3.2
8182026-06-22T00:03:09.338Z Downloaded hyper-rustls v0.27.7
8192026-06-22T00:03:09.338Z Downloaded newline-converter v0.3.0
8202026-06-22T00:03:09.338Z Downloaded compact_str v0.8.1
8212026-06-22T00:03:09.338Z Downloaded getrandom v0.3.4
8222026-06-22T00:03:09.338Z Downloaded mime_guess v2.0.5
8232026-06-22T00:03:09.338Z Downloaded libefi-sys v0.1.0
8242026-06-22T00:03:09.338Z Downloaded httparse v1.10.1
8252026-06-22T00:03:09.338Z Downloaded hmac v0.12.1
8262026-06-22T00:03:09.338Z Downloaded oso-derive v0.27.3
8272026-06-22T00:03:09.338Z Downloaded openssl-probe v0.2.1
8282026-06-22T00:03:09.338Z Downloaded openssl-probe v0.1.6
8292026-06-22T00:03:09.338Z Downloaded openssl-macros v0.1.1
8302026-06-22T00:03:09.338Z Downloaded num_enum_derive v0.5.11
8312026-06-22T00:03:09.338Z Downloaded num-derive v0.3.3
8322026-06-22T00:03:09.338Z Downloaded fatfs v0.3.6
8332026-06-22T00:03:09.338Z Downloaded derive-where v1.6.0
8342026-06-22T00:03:09.338Z Downloaded packed_struct_codegen v0.10.1
8352026-06-22T00:03:09.338Z Downloaded nanorand v0.7.0
8362026-06-22T00:03:09.338Z Downloaded iana-time-zone v0.1.65
8372026-06-22T00:03:09.342Z Downloaded flume v0.11.1
8382026-06-22T00:03:09.342Z Downloaded half v2.7.1
8392026-06-22T00:03:09.343Z Downloaded multer v3.1.0
8402026-06-22T00:03:09.343Z Downloaded bytes v1.11.1
8412026-06-22T00:03:09.346Z Downloaded multimap v0.10.1
8422026-06-22T00:03:09.349Z Downloaded getrandom v0.2.17
8432026-06-22T00:03:09.349Z Downloaded parse-size v1.1.0
8442026-06-22T00:03:09.349Z Downloaded parse-display v0.10.0
8452026-06-22T00:03:09.352Z Downloaded native-tls v0.2.18
8462026-06-22T00:03:09.352Z Downloaded ar_archive_writer v0.5.1
8472026-06-22T00:03:09.355Z Downloaded pbkdf2 v0.12.2
8482026-06-22T00:03:09.355Z Downloaded half v1.8.3
8492026-06-22T00:03:09.355Z Downloaded lzss v0.8.2
8502026-06-22T00:03:09.358Z Downloaded num-complex v0.4.6
8512026-06-22T00:03:09.358Z Downloaded num-integer v0.1.46
8522026-06-22T00:03:09.358Z Downloaded nu-ansi-term v0.50.3
8532026-06-22T00:03:09.361Z Downloaded newtype-uuid v1.3.2
8542026-06-22T00:03:09.361Z Downloaded lru-slab v0.1.2
8552026-06-22T00:03:09.361Z Downloaded pbkdf2 v0.11.0
8562026-06-22T00:03:09.364Z Downloaded globset v0.4.18
8572026-06-22T00:03:09.364Z Downloaded async-bb8-diesel v0.2.1
8582026-06-22T00:03:09.367Z Downloaded peg-runtime v0.8.5
8592026-06-22T00:03:09.367Z Downloaded path-slash v0.1.5
8602026-06-22T00:03:09.367Z Downloaded ingot-macros v0.1.1
8612026-06-22T00:03:09.371Z Downloaded num-rational v0.4.2
8622026-06-22T00:03:09.374Z Downloaded litrs v1.0.0
8632026-06-22T00:03:09.374Z Downloaded phf_shared v0.11.3
8642026-06-22T00:03:09.377Z Downloaded libsw v3.5.0
8652026-06-22T00:03:09.377Z Downloaded num_enum v0.7.6
8662026-06-22T00:03:09.380Z Downloaded phf_shared v0.12.1
8672026-06-22T00:03:09.380Z Downloaded phf_shared v0.13.1
8682026-06-22T00:03:09.390Z Downloaded num_enum_derive v0.7.6
8692026-06-22T00:03:09.393Z Downloaded base64 v0.22.1
8702026-06-22T00:03:09.393Z Downloaded indexmap v1.9.3
8712026-06-22T00:03:09.398Z Downloaded pin-utils v0.1.0
8722026-06-22T00:03:09.401Z Downloaded owo-colors v4.3.0
8732026-06-22T00:03:09.405Z Downloaded const_format v0.2.35
8742026-06-22T00:03:09.405Z Downloaded darling_core v0.20.11
8752026-06-22T00:03:09.409Z Downloaded derive_more v2.1.1
8762026-06-22T00:03:09.414Z Downloaded powerfmt v0.2.0
8772026-06-22T00:03:09.418Z Downloaded oxide-tokio-rt v0.1.4
8782026-06-22T00:03:09.418Z Downloaded proc-macro-crate v3.4.0
8792026-06-22T00:03:09.419Z Downloaded precomputed-hash v0.1.1
8802026-06-22T00:03:09.425Z Downloaded proc-macro-crate v1.3.1
8812026-06-22T00:03:09.425Z Downloaded predicates-tree v1.0.13
8822026-06-22T00:03:09.425Z Downloaded packed_struct v0.10.1
8832026-06-22T00:03:09.425Z Downloaded memmap2 v0.9.10
8842026-06-22T00:03:09.433Z Downloaded predicates-core v1.0.10
8852026-06-22T00:03:09.433Z Downloaded crossterm v0.28.1
8862026-06-22T00:03:09.433Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-06-22T00:03:09.433Z Downloaded parse-display-derive v0.10.0
8882026-06-22T00:03:09.433Z Downloaded progenitor-macro v0.13.0
8892026-06-22T00:03:09.433Z Downloaded paste v1.0.15
8902026-06-22T00:03:09.438Z Downloaded oxnet v0.1.6
8912026-06-22T00:03:09.438Z Downloaded num_enum v0.5.11
8922026-06-22T00:03:09.438Z Downloaded phf v0.13.1
8932026-06-22T00:03:09.438Z Downloaded peg-macros v0.8.5
8942026-06-22T00:03:09.442Z Downloaded peg v0.8.5
8952026-06-22T00:03:09.442Z Downloaded progenitor-macro v0.14.0
8962026-06-22T00:03:09.454Z Downloaded radium v0.7.0
8972026-06-22T00:03:09.457Z Downloaded quick-error v1.2.3
8982026-06-22T00:03:09.457Z Downloaded pem-rfc7468 v0.7.0
8992026-06-22T00:03:09.457Z Downloaded pem v3.0.6
9002026-06-22T00:03:09.457Z Downloaded libbz2-rs-sys v0.2.2
9012026-06-22T00:03:09.461Z Downloaded progenitor-client v0.14.0
9022026-06-22T00:03:09.461Z Downloaded heapless v0.8.0
9032026-06-22T00:03:09.461Z Downloaded phf v0.12.1
9042026-06-22T00:03:09.464Z Downloaded password-hash v0.5.0
9052026-06-22T00:03:09.464Z Downloaded pkcs8 v0.10.2
9062026-06-22T00:03:09.469Z Downloaded pkg-config v0.3.32
9072026-06-22T00:03:09.469Z Downloaded pin-project-internal v1.1.11
9082026-06-22T00:03:09.469Z Downloaded password-hash v0.4.2
9092026-06-22T00:03:09.472Z Downloaded der v0.7.10
9102026-06-22T00:03:09.472Z Downloaded postgres-protocol v0.6.10
9112026-06-22T00:03:09.472Z Downloaded pin-project-lite v0.2.17
9122026-06-22T00:03:09.475Z Downloaded rand_xorshift v0.4.0
9132026-06-22T00:03:09.478Z Downloaded polyval v0.6.2
9142026-06-22T00:03:09.478Z Downloaded ref-cast-impl v1.0.25
9152026-06-22T00:03:09.478Z Downloaded ref-cast v1.0.25
9162026-06-22T00:03:09.481Z Downloaded recursive v0.1.1
9172026-06-22T00:03:09.481Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-22T00:03:09.481Z Downloaded crossbeam-channel v0.5.15
9192026-06-22T00:03:09.484Z Downloaded ignore v0.4.25
9202026-06-22T00:03:09.488Z Downloaded bumpalo v3.20.2
9212026-06-22T00:03:09.488Z Downloaded hickory-resolver v0.25.2
9222026-06-22T00:03:09.492Z Downloaded predicates v3.1.4
9232026-06-22T00:03:09.492Z Downloaded base64 v0.21.7
9242026-06-22T00:03:09.496Z Downloaded parking_lot v0.12.5
9252026-06-22T00:03:09.496Z Downloaded futures v0.3.32
9262026-06-22T00:03:09.499Z Downloaded progenitor v0.14.0
9272026-06-22T00:03:09.499Z Downloaded proc-macro-error2 v2.0.1
9282026-06-22T00:03:09.502Z Downloaded indicatif v0.18.4
9292026-06-22T00:03:09.502Z Downloaded psl-types v2.0.11
9302026-06-22T00:03:09.505Z Downloaded cc v1.2.56
9312026-06-22T00:03:09.505Z Downloaded rfc6979 v0.4.0
9322026-06-22T00:03:09.505Z Downloaded parking_lot_core v0.8.6
9332026-06-22T00:03:09.509Z Downloaded rtoolbox v0.0.3
9342026-06-22T00:03:09.509Z Downloaded progenitor v0.13.0
9352026-06-22T00:03:09.512Z Downloaded progenitor-extras v0.2.0
9362026-06-22T00:03:09.512Z Downloaded parking_lot_core v0.9.12
9372026-06-22T00:03:09.512Z Downloaded parking_lot v0.11.2
9382026-06-22T00:03:09.515Z Downloaded hickory-resolver v0.24.4
9392026-06-22T00:03:09.515Z Downloaded psm v0.1.30
9402026-06-22T00:03:09.518Z Downloaded progenitor-client v0.13.0
9412026-06-22T00:03:09.518Z Downloaded headers v0.4.1
9422026-06-22T00:03:09.521Z Downloaded rand_chacha v0.3.1
9432026-06-22T00:03:09.524Z Downloaded r2d2 v0.8.10
9442026-06-22T00:03:09.524Z Downloaded pkcs1 v0.7.5
9452026-06-22T00:03:09.524Z Downloaded rustc_version v0.4.1
9462026-06-22T00:03:09.527Z Downloaded rustc_version v0.1.7
9472026-06-22T00:03:09.527Z Downloaded russh-cryptovec v0.7.3
9482026-06-22T00:03:09.527Z Downloaded flate2 v1.1.9
9492026-06-22T00:03:09.530Z Downloaded libloading v0.8.9
9502026-06-22T00:03:09.530Z Downloaded rand_seeder v0.4.0
9512026-06-22T00:03:09.533Z Downloaded omicron-zone-package v0.12.2
9522026-06-22T00:03:09.533Z Downloaded rand_core v0.10.0
9532026-06-22T00:03:09.536Z Downloaded diesel_derives v2.3.7
9542026-06-22T00:03:09.539Z Downloaded rustc-hash v2.1.1
9552026-06-22T00:03:09.539Z Downloaded rand_chacha v0.9.0
9562026-06-22T00:03:09.544Z Downloaded pkcs5 v0.7.1
9572026-06-22T00:03:09.549Z Downloaded sapling-renderdag v0.1.0
9582026-06-22T00:03:09.553Z Downloaded salsa20 v0.10.2
9592026-06-22T00:03:09.553Z Downloaded same-file v1.0.6
9602026-06-22T00:03:09.553Z Downloaded ppv-lite86 v0.2.21
9612026-06-22T00:03:09.557Z Downloaded expectorate v1.2.0
9622026-06-22T00:03:09.557Z Downloaded poly1305 v0.8.0
9632026-06-22T00:03:09.560Z Downloaded scroll_derive v0.13.1
9642026-06-22T00:03:09.560Z Downloaded scopeguard v1.2.0
9652026-06-22T00:03:09.560Z Downloaded crossterm v0.29.0
9662026-06-22T00:03:09.563Z Downloaded postgres-types v0.2.12
9672026-06-22T00:03:09.566Z Downloaded oso v0.27.3
9682026-06-22T00:03:09.566Z Downloaded scheduled-thread-pool v0.2.7
9692026-06-22T00:03:09.570Z Downloaded miniz_oxide v0.8.9
9702026-06-22T00:03:09.574Z Downloaded resolv-conf v0.7.6
9712026-06-22T00:03:09.580Z Downloaded scrypt v0.11.0
9722026-06-22T00:03:09.580Z Downloaded primeorder v0.13.6
9732026-06-22T00:03:09.581Z Downloaded secrecy v0.8.0
9742026-06-22T00:03:09.581Z Downloaded semver v0.1.20
9752026-06-22T00:03:09.585Z Downloaded secrecy v0.10.3
9762026-06-22T00:03:09.586Z Downloaded seq-macro v0.3.6
9772026-06-22T00:03:09.586Z Downloaded serde-big-array v0.5.1
9782026-06-22T00:03:09.586Z Downloaded heapless v0.7.17
9792026-06-22T00:03:09.593Z Downloaded jiff-static v0.2.21
9802026-06-22T00:03:09.597Z Downloaded quinn-udp v0.5.14
9812026-06-22T00:03:09.600Z Downloaded serde_bytes v0.11.19
9822026-06-22T00:03:09.600Z Downloaded serde_urlencoded v0.7.1
9832026-06-22T00:03:09.600Z Downloaded serde_repr v0.1.20
9842026-06-22T00:03:09.600Z Downloaded serde_plain v1.0.2
9852026-06-22T00:03:09.609Z Downloaded sha1 v0.10.6
9862026-06-22T00:03:09.609Z Downloaded shell-words v1.1.1
9872026-06-22T00:03:09.618Z Downloaded rustls-native-certs v0.8.3
9882026-06-22T00:03:09.618Z Downloaded ed25519-dalek v2.2.0
9892026-06-22T00:03:09.618Z Downloaded rustls-pemfile v1.0.4
9902026-06-22T00:03:09.618Z Downloaded rand_core v0.9.5
9912026-06-22T00:03:09.618Z Downloaded pin-project v1.1.11
9922026-06-22T00:03:09.621Z Downloaded rusty-fork v0.3.1
9932026-06-22T00:03:09.621Z Downloaded signal-hook-tokio v0.3.1
9942026-06-22T00:03:09.621Z Downloaded hyper-util v0.1.20
9952026-06-22T00:03:09.625Z Downloaded signal-hook-mio v0.2.5
9962026-06-22T00:03:09.625Z Downloaded postcard v1.1.3
9972026-06-22T00:03:09.625Z Downloaded signature v2.2.0
9982026-06-22T00:03:09.628Z Downloaded rustls-pemfile v2.2.0
9992026-06-22T00:03:09.628Z Downloaded openssl-sys v0.9.115
10002026-06-22T00:03:09.634Z Downloaded rand_core v0.6.4
10012026-06-22T00:03:09.638Z Downloaded sigpipe v0.1.3
10022026-06-22T00:03:09.638Z Downloaded siphasher v1.0.2
10032026-06-22T00:03:09.638Z Downloaded scroll v0.13.0
10042026-06-22T00:03:09.638Z Downloaded hashbrown v0.12.3
10052026-06-22T00:03:09.645Z Downloaded slog-bunyan v2.5.0
10062026-06-22T00:03:09.645Z Downloaded schemars_derive v0.8.22
10072026-06-22T00:03:09.659Z Downloaded p256 v0.13.2
10082026-06-22T00:03:09.660Z Downloaded progenitor-impl v0.13.0
10092026-06-22T00:03:09.660Z Downloaded slog-envlogger v2.2.0
10102026-06-22T00:03:09.670Z Downloaded papergrid v0.17.0
10112026-06-22T00:03:09.670Z Downloaded sct v0.7.1
10122026-06-22T00:03:09.670Z Downloaded serde_path_to_error v0.1.20
10132026-06-22T00:03:09.670Z Downloaded hashbrown v0.13.2
10142026-06-22T00:03:09.670Z Downloaded serde_derive_internals v0.29.1
10152026-06-22T00:03:09.675Z Downloaded hickory-server v0.25.2
10162026-06-22T00:03:09.675Z Downloaded serde_spanned v1.0.4
10172026-06-22T00:03:09.675Z Downloaded serde-hex v0.1.0
10182026-06-22T00:03:09.675Z Downloaded sqlparser_derive v0.5.0
10192026-06-22T00:03:09.680Z Downloaded russh-keys v0.45.0
10202026-06-22T00:03:09.685Z Downloaded ssh-encoding v0.2.0
10212026-06-22T00:03:09.690Z Downloaded ssh-cipher v0.2.0
10222026-06-22T00:03:09.690Z Downloaded slab v0.4.12
10232026-06-22T00:03:09.694Z Downloaded signal-hook-registry v1.4.8
10242026-06-22T00:03:09.694Z Downloaded rustversion v1.0.22
10252026-06-22T00:03:09.694Z Downloaded strum v0.26.3
10262026-06-22T00:03:09.694Z Downloaded rustls-pki-types v1.14.0
10272026-06-22T00:03:09.704Z Downloaded strsim v0.10.0
10282026-06-22T00:03:09.710Z Downloaded shlex v1.3.0
10292026-06-22T00:03:09.710Z Downloaded structmeta v0.3.0
10302026-06-22T00:03:09.710Z Downloaded structmeta-derive v0.3.0
10312026-06-22T00:03:09.720Z Downloaded minimal-lexical v0.2.1
10322026-06-22T00:03:09.720Z Downloaded strum v0.27.2
10332026-06-22T00:03:09.720Z Downloaded sec1 v0.7.3
10342026-06-22T00:03:09.736Z Downloaded ron v0.8.1
10352026-06-22T00:03:09.736Z Downloaded smallvec v0.6.14
10362026-06-22T00:03:09.736Z Downloaded slog-stdlog v4.1.1
10372026-06-22T00:03:09.736Z Downloaded slog-json v2.6.1
10382026-06-22T00:03:09.737Z Downloaded slog-term v2.9.2
10392026-06-22T00:03:09.737Z Downloaded slog-scope v4.4.1
10402026-06-22T00:03:09.737Z Downloaded slog-dtrace v0.3.0
10412026-06-22T00:03:09.737Z Downloaded supports-color v3.0.2
10422026-06-22T00:03:09.737Z Downloaded tabled_derive v0.11.0
10432026-06-22T00:03:09.737Z Downloaded subtle v2.6.1
10442026-06-22T00:03:09.743Z Downloaded snafu-derive v0.8.9
10452026-06-22T00:03:09.743Z Downloaded take_mut v0.2.2
10462026-06-22T00:03:09.743Z Downloaded aes-gcm v0.10.3
10472026-06-22T00:03:09.743Z Downloaded tabwriter v1.4.1
10482026-06-22T00:03:09.743Z Downloaded simd-adler32 v0.3.8
10492026-06-22T00:03:09.743Z Downloaded prettyplease v0.2.37
10502026-06-22T00:03:09.743Z Downloaded prefix-trie v0.7.0
10512026-06-22T00:03:09.743Z Downloaded itertools v0.10.5
10522026-06-22T00:03:09.750Z Downloaded sync-ptr v0.1.4
10532026-06-22T00:03:09.751Z Downloaded smf v0.2.3
10542026-06-22T00:03:09.751Z Downloaded tap v1.0.1
10552026-06-22T00:03:09.752Z Downloaded serde_with_macros v3.17.0
10562026-06-22T00:03:09.756Z Downloaded sync_wrapper v1.0.2
10572026-06-22T00:03:09.757Z Downloaded time-core v0.1.8
10582026-06-22T00:03:09.757Z Downloaded testing_table v0.3.0
10592026-06-22T00:03:09.757Z Downloaded rustls-platform-verifier v0.6.2
10602026-06-22T00:03:09.757Z Downloaded spki v0.7.3
10612026-06-22T00:03:09.762Z Downloaded progenitor-impl v0.14.0
10622026-06-22T00:03:09.762Z Downloaded serde_cbor v0.11.2
10632026-06-22T00:03:09.762Z Downloaded sqlformat v0.3.5
10642026-06-22T00:03:09.762Z Downloaded dropshot-api-manager v0.7.2
10652026-06-22T00:03:09.767Z Downloaded serde_with_macros v1.5.2
10662026-06-22T00:03:09.767Z Downloaded termtree v0.5.1
10672026-06-22T00:03:09.772Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-22T00:03:09.772Z Downloaded thread-id v5.1.0
10692026-06-22T00:03:09.772Z Downloaded static_assertions v1.1.0
10702026-06-22T00:03:09.772Z Downloaded tinyvec_macros v0.1.1
10712026-06-22T00:03:09.772Z Downloaded strum_macros v0.24.3
10722026-06-22T00:03:09.776Z Downloaded rcgen v0.12.1
10732026-06-22T00:03:09.776Z Downloaded http v1.4.0
10742026-06-22T00:03:09.785Z Downloaded strum_macros v0.27.2
10752026-06-22T00:03:09.788Z Downloaded strip-ansi-escapes v0.2.1
10762026-06-22T00:03:09.788Z Downloaded stringprep v0.1.5
10772026-06-22T00:03:09.788Z Downloaded string_cache v0.8.9
10782026-06-22T00:03:09.788Z Downloaded stacker v0.1.23
10792026-06-22T00:03:09.794Z Downloaded rayon-core v1.13.0
10802026-06-22T00:03:09.794Z Downloaded schemars v0.8.22
10812026-06-22T00:03:09.799Z Downloaded tagptr v0.2.0
10822026-06-22T00:03:09.804Z Downloaded hashbrown v0.16.1
10832026-06-22T00:03:09.804Z Downloaded termios v0.3.3
10842026-06-22T00:03:09.808Z Downloaded strum_macros v0.26.4
10852026-06-22T00:03:09.808Z Downloaded slog-async v2.8.0
10862026-06-22T00:03:09.809Z Downloaded hashbrown v0.15.5
10872026-06-22T00:03:09.817Z Downloaded mio v1.2.0
10882026-06-22T00:03:09.822Z Downloaded quinn v0.11.9
10892026-06-22T00:03:09.822Z Downloaded nom v7.1.3
10902026-06-22T00:03:09.822Z Downloaded support-bundle-viewer v0.1.2
10912026-06-22T00:03:09.822Z Downloaded ryu v1.0.23
10922026-06-22T00:03:09.827Z Downloaded num-bigint v0.4.6
10932026-06-22T00:03:09.831Z Downloaded blake3 v1.8.3
10942026-06-22T00:03:09.836Z Downloaded rand v0.8.6
10952026-06-22T00:03:09.840Z Downloaded trait-variant v0.1.2
10962026-06-22T00:03:09.840Z Downloaded topological-sort v0.2.2
10972026-06-22T00:03:09.840Z Downloaded time-macros v0.2.27
10982026-06-22T00:03:09.846Z Downloaded qorb v0.4.1
10992026-06-22T00:03:09.846Z Downloaded publicsuffix v2.3.0
11002026-06-22T00:03:09.846Z Downloaded spin v0.9.8
11012026-06-22T00:03:09.852Z Downloaded tiny-keccak v2.0.2
11022026-06-22T00:03:09.852Z Downloaded thread_local v1.1.9
11032026-06-22T00:03:09.862Z Downloaded thiserror-no-std v2.0.2
11042026-06-22T00:03:09.872Z Downloaded tokio-dtrace v0.1.1
11052026-06-22T00:03:09.877Z Downloaded try-lock v0.2.5
11062026-06-22T00:03:09.877Z Downloaded tokio-rustls v0.25.0
11072026-06-22T00:03:09.877Z Downloaded tokio-native-tls v0.3.1
11082026-06-22T00:03:09.877Z Downloaded typify-macro v0.6.2
11092026-06-22T00:03:09.877Z Downloaded unit-prefix v0.5.2
11102026-06-22T00:03:09.877Z Downloaded unicode-truncate v1.1.0
11112026-06-22T00:03:09.877Z Downloaded unarray v0.1.4
11122026-06-22T00:03:09.877Z Downloaded slog v2.8.2
11132026-06-22T00:03:09.881Z Downloaded term v0.7.0
11142026-06-22T00:03:09.928Z Downloaded utf-8 v0.7.6
11152026-06-22T00:03:09.928Z Downloaded itertools v0.13.0
11162026-06-22T00:03:09.931Z Downloaded socket2 v0.6.3
11172026-06-22T00:03:09.931Z Downloaded aho-corasick v1.1.4
11182026-06-22T00:03:09.931Z Downloaded universal-hash v0.5.1
11192026-06-22T00:03:09.931Z Downloaded schemars v0.9.0
11202026-06-22T00:03:09.931Z Downloaded usdt v0.6.0
11212026-06-22T00:03:09.932Z Downloaded untrusted v0.7.1
11222026-06-22T00:03:09.932Z Downloaded similar v2.7.0
11232026-06-22T00:03:09.932Z Downloaded usdt-macro v0.6.0
11242026-06-22T00:03:09.932Z Downloaded toml_writer v1.0.6+spec-1.1.0
11252026-06-22T00:03:09.932Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-22T00:03:09.932Z Downloaded tokio-tungstenite v0.21.0
11272026-06-22T00:03:09.932Z Downloaded term v1.2.1
11282026-06-22T00:03:09.932Z Downloaded rustls-webpki v0.103.9
11292026-06-22T00:03:09.932Z Downloaded want v0.3.1
11302026-06-22T00:03:09.932Z Downloaded wait-timeout v0.2.1
11312026-06-22T00:03:09.932Z Downloaded void v1.0.2
11322026-06-22T00:03:09.932Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-22T00:03:09.932Z Downloaded hyper v1.8.1
11342026-06-22T00:03:09.932Z Downloaded xattr v1.6.1
11352026-06-22T00:03:09.932Z Downloaded signal-hook v0.3.18
11362026-06-22T00:03:09.932Z Downloaded tokio-tungstenite v0.23.1
11372026-06-22T00:03:09.932Z Downloaded futures-util v0.3.32
11382026-06-22T00:03:09.932Z Downloaded tui-tree-widget v0.23.1
11392026-06-22T00:03:09.932Z Downloaded libxml v0.3.3
11402026-06-22T00:03:09.940Z Downloaded rand v0.9.2
11412026-06-22T00:03:09.940Z Downloaded waitgroup v0.1.2
11422026-06-22T00:03:09.940Z Downloaded rsa v0.9.10
11432026-06-22T00:03:09.946Z Downloaded pretty_assertions v1.4.1
11442026-06-22T00:03:09.946Z Downloaded tower-service v0.3.3
11452026-06-22T00:03:09.946Z Downloaded tower-layer v0.3.3
11462026-06-22T00:03:09.946Z Downloaded tokio-macros v2.7.0
11472026-06-22T00:03:09.946Z Downloaded tls_codec_derive v0.4.2
11482026-06-22T00:03:09.946Z Downloaded tls_codec v0.4.2
11492026-06-22T00:03:09.946Z Downloaded serde_yaml v0.9.34+deprecated
11502026-06-22T00:03:09.950Z Downloaded tokio-rustls v0.26.4
11512026-06-22T00:03:09.950Z Downloaded subprocess v0.2.15
11522026-06-22T00:03:09.950Z Downloaded tokio-rustls v0.24.1
11532026-06-22T00:03:09.950Z Downloaded samael v0.0.19
11542026-06-22T00:03:09.956Z Downloaded xshell-macros v0.2.7
11552026-06-22T00:03:09.956Z Downloaded itertools v0.12.1
11562026-06-22T00:03:09.959Z Downloaded rand v0.10.0
11572026-06-22T00:03:09.964Z Downloaded zeroize_derive v1.4.3
11582026-06-22T00:03:09.964Z Downloaded schemars v1.2.1
11592026-06-22T00:03:09.972Z Downloaded usdt-attr-macro v0.6.0
11602026-06-22T00:03:09.977Z Downloaded itertools v0.14.0
11612026-06-22T00:03:09.977Z Downloaded vergen-lib v0.1.6
11622026-06-22T00:03:09.977Z Downloaded hkdf v0.12.4
11632026-06-22T00:03:09.982Z Downloaded vergen-lib v9.1.0
11642026-06-22T00:03:09.982Z Downloaded aws-lc-rs v1.16.3
11652026-06-22T00:03:09.987Z Downloaded walkdir v2.5.0
11662026-06-22T00:03:09.987Z Downloaded num-bigint-dig v0.8.6
11672026-06-22T00:03:09.992Z Downloaded tracing-attributes v0.1.31
11682026-06-22T00:03:09.992Z Downloaded tinyvec v1.10.0
11692026-06-22T00:03:09.993Z Downloaded zone_cfg_derive v0.3.1
11702026-06-22T00:03:09.996Z Downloaded snafu v0.8.9
11712026-06-22T00:03:09.997Z Downloaded libm v0.2.16
11722026-06-22T00:03:10.001Z Downloaded whoami v1.6.1
11732026-06-22T00:03:10.006Z Downloaded vergen-gitcl v1.0.8
11742026-06-22T00:03:10.006Z Downloaded test-strategy v0.4.5
11752026-06-22T00:03:10.009Z Downloaded wyz v0.5.1
11762026-06-22T00:03:10.009Z Downloaded whoami v2.1.0
11772026-06-22T00:03:10.009Z Downloaded vergen-git2 v9.1.0
11782026-06-22T00:03:10.009Z Downloaded h2 v0.4.13
11792026-06-22T00:03:10.014Z Downloaded uzers v0.12.2
11802026-06-22T00:03:10.019Z Downloaded usdt-impl v0.6.0
11812026-06-22T00:03:10.019Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-06-22T00:03:10.019Z Downloaded unicode-properties v0.1.4
11832026-06-22T00:03:10.023Z Downloaded xshell v0.2.7
11842026-06-22T00:03:10.023Z Downloaded untrusted v0.9.0
11852026-06-22T00:03:10.023Z Downloaded unicase v2.9.0
11862026-06-22T00:03:10.023Z Downloaded tokio-stream v0.1.18
11872026-06-22T00:03:10.028Z Downloaded zeroize v1.8.2
11882026-06-22T00:03:10.038Z Downloaded socket2 v0.5.10
11892026-06-22T00:03:10.038Z Downloaded tar v0.4.45
11902026-06-22T00:03:10.038Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-22T00:03:10.043Z Downloaded p521 v0.13.3
11922026-06-22T00:03:10.043Z Downloaded vsss-rs v3.3.4
11932026-06-22T00:03:10.043Z Downloaded vergen v9.1.0
11942026-06-22T00:03:10.043Z Downloaded toml v0.7.8
11952026-06-22T00:03:10.050Z Downloaded zstd-safe v7.2.4
11962026-06-22T00:03:10.055Z Downloaded zstd v0.13.3
11972026-06-22T00:03:10.055Z Downloaded russh v0.45.0
11982026-06-22T00:03:10.055Z Downloaded iddqd v0.4.2
11992026-06-22T00:03:10.063Z Downloaded typify v0.6.2
12002026-06-22T00:03:10.068Z Downloaded tungstenite v0.23.0
12012026-06-22T00:03:10.068Z Downloaded zone v0.3.1
12022026-06-22T00:03:10.068Z Downloaded tungstenite v0.21.0
12032026-06-22T00:03:10.068Z Downloaded twox-hash v2.1.2
12042026-06-22T00:03:10.072Z Downloaded rustyline v14.0.0
12052026-06-22T00:03:10.080Z Downloaded zerocopy v0.6.6
12062026-06-22T00:03:10.080Z Downloaded yasna v0.5.2
12072026-06-22T00:03:10.080Z Downloaded unsafe-libyaml v0.2.11
12082026-06-22T00:03:10.084Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-22T00:03:10.089Z Downloaded vte v0.14.1
12102026-06-22T00:03:10.093Z Downloaded nom v8.0.0
12112026-06-22T00:03:10.098Z Downloaded iri-string v0.7.10
12122026-06-22T00:03:10.103Z Downloaded serde_with v1.14.0
12132026-06-22T00:03:10.109Z Downloaded bitvec v1.0.1
12142026-06-22T00:03:10.116Z Downloaded unicode-bidi v0.3.18
12152026-06-22T00:03:10.124Z Downloaded bindgen v0.71.1
12162026-06-22T00:03:10.124Z Downloaded reedline v0.40.0
12172026-06-22T00:03:10.129Z Downloaded tokio-postgres v0.7.16
12182026-06-22T00:03:10.137Z Downloaded rpassword v7.4.0
12192026-06-22T00:03:10.141Z Downloaded toml_edit v0.19.15
12202026-06-22T00:03:10.148Z Downloaded uuid v1.23.0
12212026-06-22T00:03:10.154Z Downloaded zopfli v0.8.3
12222026-06-22T00:03:10.154Z Downloaded chrono v0.4.44
12232026-06-22T00:03:10.154Z Downloaded ssh-key v0.6.7
12242026-06-22T00:03:10.162Z Downloaded steno v0.4.1
12252026-06-22T00:03:10.162Z Downloaded regex v1.12.3
12262026-06-22T00:03:10.169Z Downloaded tracing-core v0.1.36
12272026-06-22T00:03:10.169Z Downloaded git2 v0.20.4
12282026-06-22T00:03:10.176Z Downloaded zip v0.6.6
12292026-06-22T00:03:10.177Z Downloaded p384 v0.13.1
12302026-06-22T00:03:10.181Z Downloaded unicode_categories v0.1.1
12312026-06-22T00:03:10.181Z Downloaded reqwest v0.13.2
12322026-06-22T00:03:10.198Z Downloaded portable-atomic v1.13.1
12332026-06-22T00:03:10.205Z Downloaded yansi v1.0.1
12342026-06-22T00:03:10.212Z Downloaded unicode-segmentation v1.12.0
12352026-06-22T00:03:10.217Z Downloaded reqwest v0.12.28
12362026-06-22T00:03:10.217Z Downloaded quick-xml v0.37.5
12372026-06-22T00:03:10.231Z Downloaded rayon v1.11.0
12382026-06-22T00:03:10.236Z Downloaded salty v0.3.0
12392026-06-22T00:03:10.239Z Downloaded typed-path v0.9.3
12402026-06-22T00:03:10.243Z Downloaded tower v0.5.3
12412026-06-22T00:03:10.247Z Downloaded zerocopy-derive v0.8.40
12422026-06-22T00:03:10.252Z Downloaded lalrpop v0.19.12
12432026-06-22T00:03:10.259Z Downloaded rustls-webpki v0.101.7
12442026-06-22T00:03:10.265Z Downloaded x509-cert v0.2.5
12452026-06-22T00:03:10.270Z Downloaded moka v0.12.13
12462026-06-22T00:03:10.274Z Downloaded zip v4.6.1
12472026-06-22T00:03:10.278Z Downloaded curve25519-dalek v4.1.3
12482026-06-22T00:03:10.282Z Downloaded unicode-normalization v0.1.25
12492026-06-22T00:03:10.287Z Downloaded goblin v0.10.5
12502026-06-22T00:03:10.291Z Downloaded bstr v1.12.1
12512026-06-22T00:03:10.295Z Downloaded rustls-webpki v0.102.8
12522026-06-22T00:03:10.303Z Downloaded tough v0.22.0
12532026-06-22T00:03:10.307Z Downloaded serde_with v3.17.0
12542026-06-22T00:03:10.312Z Downloaded object v0.30.4
12552026-06-22T00:03:10.320Z Downloaded tokio-util v0.7.18
12562026-06-22T00:03:10.327Z Downloaded proptest v1.10.0
12572026-06-22T00:03:10.333Z Downloaded quinn-proto v0.11.13
12582026-06-22T00:03:10.336Z Downloaded nix v0.27.1
12592026-06-22T00:03:10.349Z Downloaded petname v2.0.2
12602026-06-22T00:03:10.353Z Downloaded winnow v0.5.40
12612026-06-22T00:03:10.358Z Downloaded winnow v0.6.26
12622026-06-22T00:03:10.365Z Downloaded radix_trie v0.2.1
12632026-06-22T00:03:10.370Z Downloaded tower-http v0.6.8
12642026-06-22T00:03:10.387Z Downloaded openssl v0.10.79
12652026-06-22T00:03:10.393Z Downloaded polar-core v0.27.3
12662026-06-22T00:03:10.405Z Downloaded tabled v0.20.0
12672026-06-22T00:03:10.414Z Downloaded time v0.3.47
12682026-06-22T00:03:10.420Z Downloaded nix v0.28.0
12692026-06-22T00:03:10.426Z Downloaded dropshot v0.17.0
12702026-06-22T00:03:10.438Z Downloaded rustls v0.21.12
12712026-06-22T00:03:10.450Z Downloaded zlib-rs v0.6.2
12722026-06-22T00:03:10.456Z Downloaded regex-syntax v0.6.29
12732026-06-22T00:03:10.462Z Downloaded hickory-proto v0.24.4
12742026-06-22T00:03:10.467Z Downloaded object v0.37.3
12752026-06-22T00:03:10.473Z Downloaded webpki-roots v1.0.6
12762026-06-22T00:03:10.479Z Downloaded nix v0.31.2
12772026-06-22T00:03:10.522Z Downloaded vcpkg v0.2.15
12782026-06-22T00:03:10.531Z Downloaded zerocopy v0.8.40
12792026-06-22T00:03:10.531Z Downloaded rustls v0.22.4
12802026-06-22T00:03:10.531Z Downloaded smoltcp v0.11.0
12812026-06-22T00:03:10.531Z Downloaded regress v0.10.5
12822026-06-22T00:03:10.536Z Downloaded rustls v0.23.37
12832026-06-22T00:03:10.540Z Downloaded rustix v0.38.44
12842026-06-22T00:03:10.551Z Downloaded hickory-proto v0.25.2
12852026-06-22T00:03:10.561Z Downloaded regress v0.11.1
12862026-06-22T00:03:10.566Z Downloaded regex-syntax v0.8.10
12872026-06-22T00:03:10.571Z Downloaded diesel v2.3.7
12882026-06-22T00:03:10.579Z Downloaded openapiv3 v2.2.0
12892026-06-22T00:03:10.586Z Downloaded smoltcp v0.9.1
12902026-06-22T00:03:10.594Z Downloaded sqlparser v0.61.0
12912026-06-22T00:03:10.609Z Downloaded sled v0.34.7
12922026-06-22T00:03:10.619Z Downloaded tracing v0.1.44
12932026-06-22T00:03:10.630Z Downloaded ratatui v0.29.0
12942026-06-22T00:03:10.643Z Downloaded typify-impl v0.6.2
12952026-06-22T00:03:10.651Z Downloaded zerocopy-derive v0.6.6
12962026-06-22T00:03:10.683Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-22T00:03:10.700Z Downloaded regex-automata v0.4.14
12982026-06-22T00:03:10.715Z Downloaded csv v1.4.0
12992026-06-22T00:03:10.720Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-22T00:03:10.732Z Downloaded tokio v1.52.1
13012026-06-22T00:03:10.755Z Downloaded petgraph v0.6.5
13022026-06-22T00:03:10.775Z Downloaded jiff v0.2.21
13032026-06-22T00:03:10.786Z Downloaded encoding_rs v0.8.35
13042026-06-22T00:03:10.799Z Downloaded chrono-tz v0.10.4
13052026-06-22T00:03:10.811Z Downloaded petgraph v0.8.3
13062026-06-22T00:03:10.825Z Downloaded libz-sys v1.1.24
13072026-06-22T00:03:10.852Z Downloaded sha3 v0.10.8
13082026-06-22T00:03:10.974Z Downloaded ring v0.17.14
13092026-06-22T00:03:11.023Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-22T00:03:11.538Z Downloaded aws-lc-sys v0.40.0
13112026-06-22T00:03:11.803Z Compiling libc v0.2.185
13122026-06-22T00:03:11.803Z Compiling serde v1.0.228
13132026-06-22T00:03:11.807Z Compiling log v0.4.29
13142026-06-22T00:03:11.807Z Compiling shlex v1.3.0
13152026-06-22T00:03:11.914Z Compiling find-msvc-tools v0.1.9
13162026-06-22T00:03:11.943Z Compiling syn v2.0.117
13172026-06-22T00:03:11.951Z Compiling smallvec v1.15.1
13182026-06-22T00:03:11.951Z Compiling typenum v1.19.0
13192026-06-22T00:03:12.097Z Compiling generic-array v0.14.7
13202026-06-22T00:03:12.111Z Compiling subtle v2.6.1
13212026-06-22T00:03:12.146Z Compiling scopeguard v1.2.0
13222026-06-22T00:03:12.186Z Compiling const-oid v0.9.6
13232026-06-22T00:03:12.231Z Compiling lock_api v0.4.14
13242026-06-22T00:03:12.247Z Compiling serde_json v1.0.149
13252026-06-22T00:03:12.284Z Compiling zerocopy v0.8.40
13262026-06-22T00:03:12.334Z Compiling pin-project-lite v0.2.17
13272026-06-22T00:03:12.434Z Compiling parking_lot_core v0.9.12
13282026-06-22T00:03:12.449Z Compiling portable-atomic v1.13.1
13292026-06-22T00:03:12.697Z Compiling pkg-config v0.3.32
13302026-06-22T00:03:12.737Z Compiling getrandom v0.2.17
13312026-06-22T00:03:12.796Z Compiling jobserver v0.1.34
13322026-06-22T00:03:12.875Z Compiling rand_core v0.6.4
13332026-06-22T00:03:12.900Z Compiling errno v0.3.14
13342026-06-22T00:03:13.043Z Compiling cc v1.2.56
13352026-06-22T00:03:13.134Z Compiling signal-hook-registry v1.4.8
13362026-06-22T00:03:13.162Z Compiling bitflags v2.11.0
13372026-06-22T00:03:13.222Z Compiling libm v0.2.16
13382026-06-22T00:03:13.235Z Compiling futures-core v0.3.32
13392026-06-22T00:03:13.381Z Compiling critical-section v1.2.0
13402026-06-22T00:03:13.384Z Compiling parking_lot v0.12.5
13412026-06-22T00:03:13.407Z Compiling mio v1.2.0
13422026-06-22T00:03:13.434Z Compiling num-traits v0.2.19
13432026-06-22T00:03:13.488Z Compiling once_cell v1.21.3
13442026-06-22T00:03:13.563Z Compiling percent-encoding v2.3.2
13452026-06-22T00:03:13.692Z Compiling socket2 v0.6.3
13462026-06-22T00:03:13.746Z Compiling futures-sink v0.3.32
13472026-06-22T00:03:13.761Z Compiling cpufeatures v0.2.17
13482026-06-22T00:03:13.772Z Compiling slab v0.4.12
13492026-06-22T00:03:13.845Z Compiling futures-channel v0.3.32
13502026-06-22T00:03:13.863Z Compiling getrandom v0.4.1
13512026-06-22T00:03:13.866Z Compiling futures-task v0.3.32
13522026-06-22T00:03:13.956Z Compiling futures-io v0.3.32
13532026-06-22T00:03:14.042Z Compiling rand_core v0.10.0
13542026-06-22T00:03:14.065Z Compiling indexmap v2.14.0
13552026-06-22T00:03:14.096Z Compiling rustversion v1.0.22
13562026-06-22T00:03:14.109Z Compiling getrandom v0.3.4
13572026-06-22T00:03:14.201Z Compiling cmake v0.1.57
13582026-06-22T00:03:14.487Z Compiling form_urlencoded v1.2.2
13592026-06-22T00:03:14.559Z Compiling dunce v1.0.5
13602026-06-22T00:03:14.590Z Compiling fs_extra v1.3.0
13612026-06-22T00:03:14.650Z Compiling base64ct v1.8.3
13622026-06-22T00:03:14.663Z Compiling synstructure v0.13.2
13632026-06-22T00:03:14.685Z Compiling ident_case v1.0.1
13642026-06-22T00:03:14.805Z Compiling iana-time-zone v0.1.65
13652026-06-22T00:03:14.850Z Compiling aws-lc-sys v0.40.0
13662026-06-22T00:03:15.034Z Compiling pem-rfc7468 v0.7.0
13672026-06-22T00:03:15.090Z Compiling flagset v0.4.7
13682026-06-22T00:03:15.120Z Compiling regex-syntax v0.8.10
13692026-06-22T00:03:15.166Z Compiling rustix v1.1.3
13702026-06-22T00:03:15.200Z Compiling rand_core v0.9.5
13712026-06-22T00:03:15.211Z Compiling ring v0.17.14
13722026-06-22T00:03:15.349Z Compiling aws-lc-rs v1.16.3
13732026-06-22T00:03:15.381Z Compiling vcpkg v0.2.15
13742026-06-22T00:03:15.481Z Compiling uuid v1.23.0
13752026-06-22T00:03:15.640Z Compiling rustc_version v0.4.1
13762026-06-22T00:03:15.974Z Compiling tracing-core v0.1.36
13772026-06-22T00:03:16.128Z Compiling openssl-sys v0.9.115
13782026-06-22T00:03:16.187Z Compiling base64 v0.22.1
13792026-06-22T00:03:16.501Z Compiling serde_derive v1.0.228
13802026-06-22T00:03:16.514Z Compiling zeroize_derive v1.4.3
13812026-06-22T00:03:16.532Z Compiling zerofrom-derive v0.1.6
13822026-06-22T00:03:16.660Z Compiling yoke-derive v0.8.1
13832026-06-22T00:03:16.935Z Compiling zerocopy-derive v0.8.40
13842026-06-22T00:03:17.161Z Compiling zeroize v1.8.2
13852026-06-22T00:03:17.501Z Compiling zerovec-derive v0.11.2
13862026-06-22T00:03:17.824Z Compiling displaydoc v0.2.5
13872026-06-22T00:03:17.928Z Compiling crypto-common v0.1.7
13882026-06-22T00:03:17.943Z Compiling zerofrom v0.1.6
13892026-06-22T00:03:18.064Z Compiling yoke v0.8.1
13902026-06-22T00:03:18.077Z Compiling block-buffer v0.10.4
13912026-06-22T00:03:18.240Z Compiling digest v0.10.7
13922026-06-22T00:03:18.255Z Compiling tokio-macros v2.7.0
13932026-06-22T00:03:18.486Z Compiling futures-macro v0.3.32
13942026-06-22T00:03:18.564Z Compiling zerotrie v0.2.3
13952026-06-22T00:03:18.619Z Compiling zerovec v0.11.5
13962026-06-22T00:03:18.852Z Compiling hmac v0.12.1
13972026-06-22T00:03:18.968Z Compiling block-padding v0.3.3
13982026-06-22T00:03:19.007Z Compiling sha2 v0.10.9
13992026-06-22T00:03:19.120Z Compiling tinystr v0.8.2
14002026-06-22T00:03:19.124Z Compiling potential_utf v0.1.4
14012026-06-22T00:03:19.258Z Compiling icu_collections v2.1.1
14022026-06-22T00:03:19.295Z Compiling icu_locale_core v2.1.1
14032026-06-22T00:03:19.318Z Compiling futures-util v0.3.32
14042026-06-22T00:03:19.728Z Compiling inout v0.1.4
14052026-06-22T00:03:19.879Z Compiling bytes v1.11.1
14062026-06-22T00:03:19.950Z Compiling icu_provider v2.1.1
14072026-06-22T00:03:19.964Z Compiling cipher v0.4.4
14082026-06-22T00:03:20.188Z Compiling icu_normalizer v2.1.1
14092026-06-22T00:03:20.227Z Compiling icu_properties v2.1.2
14102026-06-22T00:03:20.248Z Compiling der_derive v0.7.3
14112026-06-22T00:03:20.414Z Compiling tokio v1.52.1
14122026-06-22T00:03:20.518Z Compiling http v1.4.0
14132026-06-22T00:03:20.750Z Compiling chrono v0.4.44
14142026-06-22T00:03:21.205Z Compiling idna_adapter v1.2.1
14152026-06-22T00:03:21.324Z Compiling idna v1.1.0
14162026-06-22T00:03:21.342Z Compiling ppv-lite86 v0.2.21
14172026-06-22T00:03:21.430Z Compiling der v0.7.10
14182026-06-22T00:03:21.439Z Compiling salsa20 v0.10.2
14192026-06-22T00:03:21.578Z Compiling pbkdf2 v0.12.2
14202026-06-22T00:03:21.640Z Compiling url v2.5.8
14212026-06-22T00:03:21.652Z Compiling rustls-pki-types v1.14.0
14222026-06-22T00:03:21.686Z Compiling thiserror-impl v2.0.18
14232026-06-22T00:03:21.968Z Compiling tracing-attributes v0.1.31
14242026-06-22T00:03:22.087Z Compiling scrypt v0.11.0
14252026-06-22T00:03:22.116Z Compiling rand_chacha v0.9.0
14262026-06-22T00:03:22.331Z Compiling spki v0.7.3
14272026-06-22T00:03:22.407Z Compiling http-body v1.0.1
14282026-06-22T00:03:22.530Z Compiling aes v0.8.4
14292026-06-22T00:03:22.559Z Compiling cbc v0.1.2
14302026-06-22T00:03:22.661Z Compiling openssl-probe v0.2.1
14312026-06-22T00:03:22.699Z Compiling untrusted v0.7.1
14322026-06-22T00:03:22.787Z Compiling untrusted v0.9.0
14332026-06-22T00:03:22.819Z Compiling tinyvec_macros v0.1.1
14342026-06-22T00:03:22.832Z Compiling httparse v1.10.1
14352026-06-22T00:03:22.907Z Compiling pkcs5 v0.7.1
14362026-06-22T00:03:22.976Z Compiling thiserror v2.0.18
14372026-06-22T00:03:23.081Z Compiling tinyvec v1.10.0
14382026-06-22T00:03:23.203Z Compiling pest_generator v2.8.6
14392026-06-22T00:03:23.242Z Compiling tracing v0.1.44
14402026-06-22T00:03:23.374Z Compiling rand v0.9.2
14412026-06-22T00:03:23.419Z Compiling serde_derive_internals v0.29.1
14422026-06-22T00:03:23.498Z Compiling aho-corasick v1.1.4
14432026-06-22T00:03:23.564Z Compiling tower-service v0.3.3
14442026-06-22T00:03:23.659Z Compiling dyn-clone v1.0.20
14452026-06-22T00:03:23.798Z Compiling schemars v0.8.22
14462026-06-22T00:03:23.892Z Compiling atomic-waker v1.1.2
14472026-06-22T00:03:23.997Z Compiling try-lock v0.2.5
14482026-06-22T00:03:24.017Z Compiling rustls v0.23.37
14492026-06-22T00:03:24.100Z Compiling tokio-util v0.7.18
14502026-06-22T00:03:24.135Z Compiling tower-layer v0.3.3
14512026-06-22T00:03:24.175Z Compiling want v0.3.1
14522026-06-22T00:03:24.291Z Compiling schemars_derive v0.8.22
14532026-06-22T00:03:24.302Z Compiling regex-automata v0.4.14
14542026-06-22T00:03:24.355Z Compiling pest_derive v2.8.6
14552026-06-22T00:03:24.777Z Compiling h2 v0.4.13
14562026-06-22T00:03:24.961Z Compiling pkcs8 v0.10.2
14572026-06-22T00:03:25.125Z Compiling ipnet v2.11.0
14582026-06-22T00:03:25.189Z Compiling scroll_derive v0.13.1
14592026-06-22T00:03:25.280Z Compiling darling_core v0.20.11
14602026-06-22T00:03:25.545Z Compiling httpdate v1.0.3
14612026-06-22T00:03:25.617Z Compiling pin-utils v0.1.0
14622026-06-22T00:03:25.691Z Compiling openssl v0.10.79
14632026-06-22T00:03:25.763Z Compiling foreign-types-shared v0.1.1
14642026-06-22T00:03:25.851Z Compiling foreign-types v0.3.2
14652026-06-22T00:03:25.922Z Compiling tempfile v3.25.0
14662026-06-22T00:03:25.992Z Compiling scroll v0.13.0
14672026-06-22T00:03:26.076Z Compiling unicode-normalization v0.1.25
14682026-06-22T00:03:26.285Z Compiling openssl-macros v0.1.1
14692026-06-22T00:03:26.528Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-22T00:03:26.708Z Compiling socket2 v0.5.10
14712026-06-22T00:03:26.732Z Compiling spin v0.9.8
14722026-06-22T00:03:26.872Z Compiling crc32fast v1.5.0
14732026-06-22T00:03:26.904Z Compiling num-conv v0.2.0
14742026-06-22T00:03:27.034Z Compiling native-tls v0.2.18
14752026-06-22T00:03:27.050Z Compiling powerfmt v0.2.0
14762026-06-22T00:03:27.130Z Compiling time-core v0.1.8
14772026-06-22T00:03:27.243Z Compiling deranged v0.5.8
14782026-06-22T00:03:27.282Z Compiling time-macros v0.2.27
14792026-06-22T00:03:27.530Z Compiling darling_macro v0.20.11
14802026-06-22T00:03:27.988Z Compiling hyper v1.8.1
14812026-06-22T00:03:28.191Z Compiling darling v0.20.11
14822026-06-22T00:03:28.273Z Compiling goblin v0.10.5
14832026-06-22T00:03:28.317Z Compiling rustls-native-certs v0.8.3
14842026-06-22T00:03:28.353Z Compiling sync_wrapper v1.0.2
14852026-06-22T00:03:28.462Z Compiling wait-timeout v0.2.1
14862026-06-22T00:03:28.603Z Compiling unicode-segmentation v1.12.0
14872026-06-22T00:03:28.693Z Compiling simd-adler32 v0.3.8
14882026-06-22T00:03:28.721Z Compiling bit-vec v0.8.0
14892026-06-22T00:03:28.935Z Compiling num_threads v0.1.7
14902026-06-22T00:03:28.952Z Compiling siphasher v1.0.2
14912026-06-22T00:03:28.974Z Compiling crossbeam-utils v0.8.21
14922026-06-22T00:03:29.026Z Compiling hyper-util v0.1.20
14932026-06-22T00:03:29.129Z Compiling quick-error v1.2.3
14942026-06-22T00:03:29.237Z Compiling usdt-impl v0.6.0
14952026-06-22T00:03:29.250Z Compiling syn v1.0.109
14962026-06-22T00:03:29.473Z Compiling rusty-fork v0.3.1
14972026-06-22T00:03:29.594Z Compiling time v0.3.47
14982026-06-22T00:03:29.777Z Compiling bit-set v0.8.0
14992026-06-22T00:03:29.858Z Compiling tower v0.5.3
15002026-06-22T00:03:29.981Z Compiling derive_builder_core v0.20.2
15012026-06-22T00:03:30.365Z Compiling dtrace-parser v0.3.0
15022026-06-22T00:03:30.448Z Compiling http-body-util v0.1.3
15032026-06-22T00:03:30.694Z Compiling webpki-roots v1.0.6
15042026-06-22T00:03:30.801Z Compiling signature v2.2.0
15052026-06-22T00:03:30.816Z Compiling scroll_derive v0.12.1
15062026-06-22T00:03:30.856Z Compiling thiserror-impl v1.0.69
15072026-06-22T00:03:30.981Z Compiling heapless v0.7.17
15082026-06-22T00:03:31.116Z Compiling dof v0.4.0
15092026-06-22T00:03:31.220Z Compiling rand_xorshift v0.4.0
15102026-06-22T00:03:31.234Z Compiling slog v2.8.2
15112026-06-22T00:03:31.383Z Compiling darling_core v0.21.3
15122026-06-22T00:03:31.414Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-22T00:03:31.469Z Compiling thread-id v5.1.0
15142026-06-22T00:03:31.554Z Compiling cookie v0.18.1
15152026-06-22T00:03:31.677Z Compiling ryu v1.0.23
15162026-06-22T00:03:31.731Z Compiling unicode-properties v0.1.4
15172026-06-22T00:03:31.856Z Compiling anyhow v1.0.102
15182026-06-22T00:03:31.937Z Compiling signal-hook v0.3.18
15192026-06-22T00:03:32.103Z Compiling allocator-api2 v0.2.21
15202026-06-22T00:03:32.103Z Compiling unarray v0.1.4
15212026-06-22T00:03:32.151Z Compiling iri-string v0.7.10
15222026-06-22T00:03:32.223Z Compiling zstd-safe v7.2.4
15232026-06-22T00:03:32.282Z Compiling unicode-bidi v0.3.18
15242026-06-22T00:03:32.411Z Compiling adler2 v2.0.1
15252026-06-22T00:03:32.427Z Compiling paste v1.0.15
15262026-06-22T00:03:32.530Z Compiling miniz_oxide v0.8.9
15272026-06-22T00:03:32.545Z Compiling proptest v1.10.0
15282026-06-22T00:03:32.729Z Compiling stringprep v0.1.5
15292026-06-22T00:03:33.027Z Compiling thiserror v1.0.69
15302026-06-22T00:03:33.144Z Compiling serde_urlencoded v0.7.1
15312026-06-22T00:03:33.378Z Compiling tower-http v0.6.8
15322026-06-22T00:03:33.617Z Compiling scroll v0.12.0
15332026-06-22T00:03:33.777Z Compiling derive_builder_macro v0.20.2
15342026-06-22T00:03:33.795Z Compiling tokio-native-tls v0.3.1
15352026-06-22T00:03:33.848Z Compiling darling_macro v0.21.3
15362026-06-22T00:03:33.951Z Compiling heck v0.4.1
15372026-06-22T00:03:33.962Z Compiling ipnetwork v0.21.1
15382026-06-22T00:03:34.173Z Compiling bstr v1.12.1
15392026-06-22T00:03:34.222Z Compiling rand_chacha v0.3.1
15402026-06-22T00:03:34.317Z Compiling serde_spanned v0.6.9
15412026-06-22T00:03:34.347Z Compiling serde_tokenstream v0.2.3
15422026-06-22T00:03:34.364Z Compiling toml_datetime v0.6.11
15432026-06-22T00:03:34.455Z Compiling erased-serde v0.3.31
15442026-06-22T00:03:34.626Z Compiling md-5 v0.10.6
15452026-06-22T00:03:34.652Z Compiling async-trait v0.1.89
15462026-06-22T00:03:34.786Z Compiling zerocopy-derive v0.7.35
15472026-06-22T00:03:34.811Z Compiling pin-project-internal v1.1.11
15482026-06-22T00:03:34.955Z Compiling curve25519-dalek v4.1.3
15492026-06-22T00:03:35.062Z Compiling vergen-lib v9.1.0
15502026-06-22T00:03:35.244Z Compiling num-integer v0.1.46
15512026-06-22T00:03:35.285Z Compiling hash32 v0.2.1
15522026-06-22T00:03:35.479Z Compiling ff v0.13.1
15532026-06-22T00:04:31.572Z Compiling memoffset v0.9.1
15542026-06-22T00:04:31.650Z Compiling encoding_rs v0.8.35
15552026-06-22T00:04:31.650Z Compiling psl-types v2.0.11
15562026-06-22T00:04:31.652Z Compiling smoltcp v0.9.1
15572026-06-22T00:04:31.652Z Compiling mime v0.3.17
15582026-06-22T00:04:31.652Z Compiling ref-cast v1.0.25
15592026-06-22T00:04:31.652Z Compiling num-bigint-dig v0.8.6
15602026-06-22T00:04:31.653Z Compiling fallible-iterator v0.2.0
15612026-06-22T00:04:31.653Z Compiling rustix v0.38.44
15622026-06-22T00:04:31.653Z Compiling litrs v1.0.0
15632026-06-22T00:04:31.653Z Compiling cfg_aliases v0.2.1
15642026-06-22T00:04:31.653Z Compiling zlib-rs v0.6.2
15652026-06-22T00:04:31.691Z Compiling base16ct v0.2.0
15662026-06-22T00:04:31.691Z Compiling sec1 v0.7.3
15672026-06-22T00:04:31.691Z Compiling postgres-protocol v0.6.10
15682026-06-22T00:04:31.691Z Compiling document-features v0.2.12
15692026-06-22T00:04:31.691Z Compiling nix v0.31.2
15702026-06-22T00:04:31.691Z Compiling pin-project v1.1.11
15712026-06-22T00:04:31.691Z Compiling publicsuffix v2.3.0
15722026-06-22T00:04:31.691Z Compiling zerocopy v0.7.35
15732026-06-22T00:04:31.691Z Compiling group v0.13.0
15742026-06-22T00:04:31.691Z Compiling num-iter v0.1.45
15752026-06-22T00:04:31.691Z Compiling newtype-uuid v1.3.2
15762026-06-22T00:04:31.691Z Compiling hubpack_derive v0.1.1
15772026-06-22T00:04:31.691Z Compiling rand v0.8.6
15782026-06-22T00:04:31.691Z Compiling darling v0.21.3
15792026-06-22T00:04:31.691Z Compiling derive_builder v0.20.2
15802026-06-22T00:04:31.692Z Compiling oxnet v0.1.6
15812026-06-22T00:04:31.692Z Compiling snafu-derive v0.8.9
15822026-06-22T00:04:31.692Z Compiling hyper-tls v0.6.0
15832026-06-22T00:04:31.692Z Compiling goblin v0.8.2
15842026-06-22T00:04:31.692Z Compiling phf_shared v0.13.1
15852026-06-22T00:04:31.692Z Compiling lazy_static v1.5.0
15862026-06-22T00:04:31.692Z Compiling regex v1.12.3
15872026-06-22T00:04:31.692Z Compiling anstyle-parse v0.2.7
15882026-06-22T00:04:31.692Z Compiling flate2 v1.1.9
15892026-06-22T00:04:31.692Z Compiling strum_macros v0.27.2
15902026-06-22T00:04:31.692Z Compiling futures-executor v0.3.32
15912026-06-22T00:04:31.692Z Compiling hex v0.4.3
15922026-06-22T00:04:31.692Z Compiling hkdf v0.12.4
15932026-06-22T00:04:31.692Z Compiling crypto-bigint v0.5.5
15942026-06-22T00:04:31.692Z Compiling terminal_size v0.4.3
15952026-06-22T00:04:31.692Z Compiling daft-derive v0.1.7
15962026-06-22T00:04:31.692Z Compiling ref-cast-impl v1.0.25
15972026-06-22T00:04:31.692Z Compiling curve25519-dalek-derive v0.1.1
15982026-06-22T00:04:31.692Z Compiling vergen v9.1.0
15992026-06-22T00:04:31.692Z Compiling fs-err v3.3.0
16002026-06-22T00:04:31.693Z Compiling cargo-platform v0.3.2
16012026-06-22T00:04:31.693Z Compiling ahash v0.8.12
16022026-06-22T00:04:31.693Z Compiling object v0.37.3
16032026-06-22T00:04:31.693Z Compiling bumpalo v3.20.2
16042026-06-22T00:04:31.693Z Compiling foldhash v0.2.0
16052026-06-22T00:04:31.693Z Compiling winnow v0.5.40
16062026-06-22T00:04:31.693Z Compiling managed v0.8.0
16072026-06-22T00:04:31.693Z Compiling bitflags v1.3.2
16082026-06-22T00:04:31.693Z Compiling foldhash v0.1.5
16092026-06-22T00:04:31.693Z Compiling libbz2-rs-sys v0.2.2
16102026-06-22T00:04:31.694Z Compiling same-file v1.0.6
16112026-06-22T00:04:31.694Z Compiling hashbrown v0.15.5
16122026-06-22T00:04:31.694Z Compiling walkdir v2.5.0
16132026-06-22T00:04:31.694Z Compiling bzip2 v0.6.1
16142026-06-22T00:04:31.694Z Compiling strum v0.27.2
16152026-06-22T00:04:31.694Z Compiling clap_builder v4.6.0
16162026-06-22T00:04:31.694Z Compiling hashbrown v0.16.1
16172026-06-22T00:04:31.694Z Compiling zopfli v0.8.3
16182026-06-22T00:04:31.694Z Compiling cargo_metadata v0.23.1
16192026-06-22T00:04:31.694Z Compiling toml_edit v0.19.15
16202026-06-22T00:04:31.694Z Compiling elliptic-curve v0.13.8
16212026-06-22T00:04:31.694Z Compiling daft v0.1.7
16222026-06-22T00:04:31.694Z Compiling dof v0.3.0
16232026-06-22T00:04:31.694Z Compiling snafu v0.8.9
16242026-06-22T00:04:31.694Z Compiling futures v0.3.32
16252026-06-22T00:04:31.694Z Compiling anstream v0.6.21
16262026-06-22T00:04:31.694Z Compiling phf v0.13.1
16272026-06-22T00:04:31.694Z Compiling signal-hook-mio v0.2.5
16282026-06-22T00:04:31.694Z Compiling cookie_store v0.22.1
16292026-06-22T00:04:31.694Z Compiling zstd v0.13.3
16302026-06-22T00:04:31.694Z Compiling hubpack v0.1.2
16312026-06-22T00:04:31.694Z Compiling bzip2 v0.4.4
16322026-06-22T00:04:31.694Z Compiling serde_with_macros v3.17.0
16332026-06-22T00:04:31.695Z Compiling postgres-types v0.2.12
16342026-06-22T00:04:31.695Z Compiling usdt-attr-macro v0.6.0
16352026-06-22T00:04:31.695Z Compiling usdt-macro v0.6.0
16362026-06-22T00:04:31.695Z Compiling globset v0.4.18
16372026-06-22T00:04:31.695Z Compiling dtrace-parser v0.2.0
16382026-06-22T00:04:31.695Z Compiling ed25519 v2.2.3
16392026-06-22T00:04:31.695Z Compiling phf_shared v0.11.3
16402026-06-22T00:04:31.695Z Compiling olpc-cjson v0.1.4
16412026-06-22T00:04:31.695Z Compiling pkcs1 v0.7.5
16422026-06-22T00:04:31.695Z Compiling enum-as-inner v0.6.1
16432026-06-22T00:04:31.695Z Compiling clap_derive v4.6.1
16442026-06-22T00:04:31.695Z Compiling strum_macros v0.26.4
16452026-06-22T00:04:31.695Z Compiling serde_plain v1.0.2
16462026-06-22T00:04:31.695Z Compiling serde-big-array v0.5.1
16472026-06-22T00:04:31.695Z Compiling rfc6979 v0.4.0
16482026-06-22T00:04:31.695Z Compiling async-recursion v1.1.1
16492026-06-22T00:04:31.695Z Compiling serde_repr v0.1.20
16502026-06-22T00:04:31.695Z Compiling pem v3.0.6
16512026-06-22T00:04:31.695Z Compiling float-cmp v0.10.0
16522026-06-22T00:04:31.695Z Compiling thread-id v4.2.2
16532026-06-22T00:04:31.695Z Compiling memmap2 v0.9.10
16542026-06-22T00:04:31.695Z Compiling env_filter v1.0.0
16552026-06-22T00:04:31.695Z Compiling either v1.15.0
16562026-06-22T00:04:31.695Z Compiling whoami v2.1.0
16572026-06-22T00:04:31.695Z Compiling static_assertions v1.1.0
16582026-06-22T00:04:31.696Z Compiling keccak v0.1.6
16592026-06-22T00:04:31.696Z Compiling normalize-line-endings v0.3.0
16602026-06-22T00:04:31.696Z Compiling fixedbitset v0.5.7
16612026-06-22T00:04:31.696Z Compiling precomputed-hash v0.1.1
16622026-06-22T00:04:31.696Z Compiling fixedbitset v0.4.2
16632026-06-22T00:04:31.696Z Compiling difflib v0.4.0
16642026-06-22T00:04:31.696Z Compiling typed-path v0.9.3
16652026-06-22T00:04:31.710Z Compiling new_debug_unreachable v1.0.6
16662026-06-22T00:04:31.710Z Compiling predicates-core v1.0.10
16672026-06-22T00:04:31.710Z Compiling data-encoding v2.10.0
16682026-06-22T00:04:31.710Z Compiling jiff v0.2.21
16692026-06-22T00:04:31.710Z Compiling predicates v3.1.4
16702026-06-22T00:04:31.710Z Compiling clap v4.6.1
16712026-06-22T00:04:31.710Z Compiling strum v0.26.3
16722026-06-22T00:04:31.711Z Compiling hickory-proto v0.25.2
16732026-06-22T00:04:31.711Z Compiling string_cache v0.8.9
16742026-06-22T00:04:31.711Z Compiling petgraph v0.6.5
16752026-06-22T00:04:31.711Z Compiling petgraph v0.8.3
16762026-06-22T00:04:31.711Z Compiling sha3 v0.10.8
16772026-06-22T00:04:31.711Z Compiling tokio-postgres v0.7.16
16782026-06-22T00:04:31.711Z Compiling itertools v0.13.0
16792026-06-22T00:04:31.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-22T00:04:31.711Z Compiling toml_edit v0.22.27
16812026-06-22T00:04:31.711Z Compiling env_logger v0.11.9
16822026-06-22T00:04:31.711Z Compiling zip v4.6.1
16832026-06-22T00:04:31.711Z Compiling usdt v0.6.0
16842026-06-22T00:04:31.711Z Compiling usdt-impl v0.5.0
16852026-06-22T00:04:31.711Z Compiling ecdsa v0.16.9
16862026-06-22T00:04:31.711Z Compiling rsa v0.9.10
16872026-06-22T00:04:31.711Z Compiling ed25519-dalek v2.2.0
16882026-06-22T00:04:31.711Z Compiling crossterm v0.28.1
16892026-06-22T00:04:31.711Z Compiling serde_with v3.17.0
16902026-06-22T00:04:31.711Z Compiling zip v0.6.6
16912026-06-22T00:04:31.712Z Compiling toml v0.7.8
16922026-06-22T00:04:31.712Z Compiling iddqd v0.4.2
16932026-06-22T00:04:31.712Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-22T00:04:31.712Z Compiling similar v2.7.0
16952026-06-22T00:04:31.712Z Compiling crossbeam-epoch v0.9.18
16962026-06-22T00:04:31.712Z Compiling tokio-stream v0.1.18
16972026-06-22T00:04:31.712Z Compiling buf-list v1.1.2
16982026-06-22T00:04:31.712Z Compiling x509-cert v0.2.5
16992026-06-22T00:04:31.712Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-22T00:04:31.712Z Compiling openapiv3 v2.2.0
17012026-06-22T00:04:31.712Z Compiling sha1 v0.10.6
17022026-06-22T00:04:31.712Z Compiling lalrpop-util v0.19.12
17032026-06-22T00:04:31.712Z Compiling peg-runtime v0.8.5
17042026-06-22T00:04:31.713Z Compiling thread_local v1.1.9
17052026-06-22T00:04:31.713Z Compiling slog-async v2.8.0
17062026-06-22T00:04:31.713Z Compiling crossbeam-channel v0.5.15
17072026-06-22T00:04:31.713Z Compiling filetime v0.2.27
17082026-06-22T00:04:31.713Z Compiling is-terminal v0.4.17
17092026-06-22T00:04:31.713Z Compiling term v1.2.1
17102026-06-22T00:04:31.713Z Compiling take_mut v0.2.2
17112026-06-22T00:04:31.713Z Compiling xattr v1.6.1
17122026-06-22T00:04:31.713Z Compiling slog-term v2.9.2
17132026-06-22T00:04:31.714Z Compiling tar v0.4.45
17142026-06-22T00:04:31.714Z Compiling rustls-webpki v0.103.9
17152026-06-22T00:04:31.714Z Compiling tokio-rustls v0.26.4
17162026-06-22T00:04:31.714Z Compiling rustls-platform-verifier v0.6.2
17172026-06-22T00:04:31.714Z Compiling hyper-rustls v0.27.7
17182026-06-22T00:04:31.714Z Compiling reqwest v0.12.28
17192026-06-22T00:04:31.714Z Compiling reqwest v0.13.2
17202026-06-22T00:04:31.714Z Compiling tough v0.22.0
17212026-06-22T00:04:31.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-22T00:04:31.714Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-22T00:04:31.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-22T00:04:31.714Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-22T00:04:31.715ZJun 22 00:04:13.921 INFO Starting download, target: Console
17262026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: Cockroach
17272026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: Clickhouse
17282026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: DendriteStub
17292026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: MaghemiteMgd
17302026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: MaghemiteDdmd
17312026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Starting download, target: TransceiverControl
17322026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-06-22T00:04:31.715ZJun 22 00:04:13.922 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-22T00:04:31.715ZJun 22 00:04:14.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-22T00:04:31.715ZJun 22 00:04:15.132 INFO Download complete, target: Console
17412026-06-22T00:04:31.715ZJun 22 00:04:16.213 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-22T00:04:31.715ZJun 22 00:04:22.707 INFO Checking that binary works, target: Clickhouse
17432026-06-22T00:04:31.716ZJun 22 00:04:22.795 INFO Download complete, target: Clickhouse
17442026-06-22T00:04:31.716ZJun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mg-ddm.tar.gz), target: MaghemiteDdmd
17452026-06-22T00:04:31.716ZJun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mgd.tar.gz), target: MaghemiteMgd
17462026-06-22T00:04:31.716ZJun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/4aac6125a8e6cefbb71d9f8a3d1fe6704207d476/xcvradm.gz), target: TransceiverControl
17472026-06-22T00:04:31.716ZJun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/cc0c307c617f2988aafdca4e3bd35ea178b64801/dendrite-stub.tar.gz), target: DendriteStub
17482026-06-22T00:04:31.716ZJun 22 00:04:29.057 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
17492026-06-22T00:04:31.716ZJun 22 00:04:29.057 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
17502026-06-22T00:04:31.716ZJun 22 00:04:29.057 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
17512026-06-22T00:04:31.716ZJun 22 00:04:29.057 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
17522026-06-22T00:04:31.716ZJun 22 00:04:29.057 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
17532026-06-22T00:04:31.716ZJun 22 00:04:29.057 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
17542026-06-22T00:04:33.395ZJun 22 00:04:32.422 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-06-22T00:04:33.677ZJun 22 00:04:32.618 INFO Download complete, target: TransceiverControl
17562026-06-22T00:04:39.550ZJun 22 00:04:38.392 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-06-22T00:04:40.075ZJun 22 00:04:39.142 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17582026-06-22T00:04:41.046ZJun 22 00:04:40.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-06-22T00:04:41.486ZJun 22 00:04:40.524 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-06-22T00:04:41.486ZJun 22 00:04:40.524 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-06-22T00:04:41.683ZJun 22 00:04:40.735 INFO Download complete, target: DendriteStub
17622026-06-22T00:04:41.897ZJun 22 00:04:40.967 INFO Download complete, target: MaghemiteDdmd
17632026-06-22T00:04:43.405ZJun 22 00:04:42.475 INFO Download complete, target: MaghemiteMgd
17642026-06-22T00:04:45.948ZJun 22 00:04:45.017 INFO Checking that binary works, target: Cockroach
17652026-06-22T00:04:46.055ZJun 22 00:04:45.126 INFO Download complete, target: Cockroach
17662026-06-22T00:04:46.070ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-06-22T00:04:46.073Z
17682026-06-22T00:04:46.073Zreal 2:27.876563927
17692026-06-22T00:04:46.073Zuser 6:49.765704566
17702026-06-22T00:04:46.073Zsys 1:21.510633095
17712026-06-22T00:04:46.073Ztrap 0.207499647
17722026-06-22T00:04:46.073Ztflt 0.626520585
17732026-06-22T00:04:46.073Zdflt 0.546396418
17742026-06-22T00:04:46.073Zkflt 0.022183072
17752026-06-22T00:04:46.073Zlock 27:22.120668870
17762026-06-22T00:04:46.074Zslp 21:57.235808330
17772026-06-22T00:04:46.074Zlat 39.780174813
17782026-06-22T00:04:46.074Zstop 1:48.345845099
17792026-06-22T00:04:46.074Z+ banner hack-check
17802026-06-22T00:04:46.074Z
17812026-06-22T00:04:46.074Z # # ## #### # # #### # # ###### #### # #
17822026-06-22T00:04:46.074Z # # # # # # # # # # # # # # # # #
17832026-06-22T00:04:46.074Z ###### # # # #### ##### # ###### ##### # ####
17842026-06-22T00:04:46.074Z # # ###### # # # # # # # # # #
17852026-06-22T00:04:46.074Z # # # # # # # # # # # # # # # # #
17862026-06-22T00:04:46.074Z # # # # #### # # #### # # ###### #### # #
17872026-06-22T00:04:46.074Z
17882026-06-22T00:04:46.074Z+ export CARGO_INCREMENTAL=0
17892026-06-22T00:04:46.074Z+ CARGO_INCREMENTAL=0
17902026-06-22T00:04:46.074Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-06-22T00:04:46.533Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-06-22T00:04:46.747Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-06-22T00:04:48.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17942026-06-22T00:04:48.639Z Running `target/debug/xtask check-features --ci`
17952026-06-22T00:04:48.665Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-06-22T00:04:48.668Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-06-22T00:04:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-06-22T00:04:49.099Z Running `target/debug/xtask download cargo-hack`
17992026-06-22T00:04:49.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-06-22T00:04:50.119Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-06-22T00:04:52.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18022026-06-22T00:04:52.816Z Running `target/debug/xtask-downloader cargo-hack`
18032026-06-22T00:04:52.858ZJun 22 00:04:51.928 INFO Starting download, target: CargoHack
18042026-06-22T00:04:52.861ZJun 22 00:04:51.928 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-06-22T00:04:53.459ZJun 22 00:04:52.529 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-06-22T00:04:53.508ZJun 22 00:04:52.578 INFO Download complete, target: CargoHack
18072026-06-22T00:04:53.511Zrunning: "/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"
18082026-06-22T00:04:53.526Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-06-22T00:04:53.680Zinfo: running `cargo check --bins` on api_identity (1/298)
18102026-06-22T00:04:54.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-06-22T00:04:54.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-06-22T00:04:54.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-06-22T00:04:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18142026-06-22T00:04:54.178Z
18152026-06-22T00:04:54.178Zinfo: running `cargo check --bins` on bootstore (2/298)
18162026-06-22T00:04:54.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-06-22T00:04:54.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-06-22T00:04:54.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-06-22T00:04:54.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-06-22T00:04:54.688Z
18212026-06-22T00:04:54.688Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18222026-06-22T00:04:55.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-06-22T00:04:55.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-06-22T00:04:55.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-06-22T00:04:55.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-06-22T00:04:55.193Z
18272026-06-22T00:04:55.193Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18282026-06-22T00:04:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-06-22T00:04:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-06-22T00:04:55.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-06-22T00:04:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18322026-06-22T00:04:55.689Z
18332026-06-22T00:04:55.689Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18342026-06-22T00:04:56.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-06-22T00:04:56.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-06-22T00:04:56.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-06-22T00:04:56.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18382026-06-22T00:04:56.193Z
18392026-06-22T00:04:56.193Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18402026-06-22T00:04:56.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-06-22T00:04:56.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-06-22T00:04:56.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-06-22T00:04:56.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18442026-06-22T00:04:56.708Z
18452026-06-22T00:04:56.708Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18462026-06-22T00:04:57.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-06-22T00:04:57.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-06-22T00:04:57.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-06-22T00:04:57.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-06-22T00:04:57.220Z
18512026-06-22T00:04:57.220Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18522026-06-22T00:04:57.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-06-22T00:04:57.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-06-22T00:04:57.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-06-22T00:04:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18562026-06-22T00:04:57.735Z
18572026-06-22T00:04:57.736Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18582026-06-22T00:04:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-06-22T00:04:58.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-06-22T00:04:58.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-06-22T00:04:58.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18622026-06-22T00:04:58.123Z
18632026-06-22T00:04:58.123Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18642026-06-22T00:04:58.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-06-22T00:04:58.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-06-22T00:04:58.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-06-22T00:04:58.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18682026-06-22T00:04:58.510Z
18692026-06-22T00:04:58.510Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18702026-06-22T00:04:58.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-06-22T00:04:58.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-06-22T00:04:58.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-06-22T00:04:58.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18742026-06-22T00:04:58.894Z
18752026-06-22T00:04:58.894Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18762026-06-22T00:04:59.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-06-22T00:04:59.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-06-22T00:04:59.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-06-22T00:04:59.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18802026-06-22T00:04:59.280Z
18812026-06-22T00:04:59.280Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18822026-06-22T00:04:59.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-06-22T00:04:59.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-06-22T00:04:59.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-06-22T00:04:59.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18862026-06-22T00:04:59.664Z
18872026-06-22T00:04:59.664Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18882026-06-22T00:05:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-06-22T00:05:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-06-22T00:05:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-06-22T00:05:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18922026-06-22T00:05:00.052Z
18932026-06-22T00:05:00.052Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18942026-06-22T00:05:00.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-06-22T00:05:00.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-06-22T00:05:00.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-06-22T00:05:00.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18982026-06-22T00:05:00.439Z
18992026-06-22T00:05:00.439Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
19002026-06-22T00:05:00.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-06-22T00:05:00.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-06-22T00:05:00.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-06-22T00:05:00.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19042026-06-22T00:05:00.824Z
19052026-06-22T00:05:00.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
19062026-06-22T00:05:01.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-06-22T00:05:01.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-06-22T00:05:01.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-06-22T00:05:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19102026-06-22T00:05:01.212Z
19112026-06-22T00:05:01.212Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19122026-06-22T00:05:01.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-06-22T00:05:01.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-06-22T00:05:01.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-06-22T00:05:01.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19162026-06-22T00:05:01.601Z
19172026-06-22T00:05:01.601Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19182026-06-22T00:05:01.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-06-22T00:05:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-06-22T00:05:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-06-22T00:05:01.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19222026-06-22T00:05:01.990Z
19232026-06-22T00:05:01.990Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19242026-06-22T00:05:02.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-06-22T00:05:02.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-06-22T00:05:02.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-06-22T00:05:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19282026-06-22T00:05:02.378Z
19292026-06-22T00:05:02.378Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19302026-06-22T00:05:02.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-06-22T00:05:02.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-06-22T00:05:02.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-06-22T00:05:02.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19342026-06-22T00:05:02.767Z
19352026-06-22T00:05:02.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19362026-06-22T00:05:03.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-06-22T00:05:03.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-06-22T00:05:03.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-06-22T00:05:03.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-06-22T00:05:03.158Z
19412026-06-22T00:05:03.158Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19422026-06-22T00:05:03.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-06-22T00:05:03.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-06-22T00:05:03.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-06-22T00:05:03.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19462026-06-22T00:05:03.546Z
19472026-06-22T00:05:03.546Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19482026-06-22T00:05:03.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-06-22T00:05:03.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-06-22T00:05:03.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-06-22T00:05:03.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19522026-06-22T00:05:03.936Z
19532026-06-22T00:05:03.937Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19542026-06-22T00:05:04.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-06-22T00:05:04.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-06-22T00:05:04.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-06-22T00:05:04.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-06-22T00:05:04.331Z
19592026-06-22T00:05:04.331Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19602026-06-22T00:05:04.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-06-22T00:05:04.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-06-22T00:05:04.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-06-22T00:05:04.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-06-22T00:05:04.726Z
19652026-06-22T00:05:04.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19662026-06-22T00:05:05.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-06-22T00:05:05.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-06-22T00:05:05.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-06-22T00:05:05.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19702026-06-22T00:05:05.114Z
19712026-06-22T00:05:05.114Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19722026-06-22T00:05:05.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-06-22T00:05:05.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-06-22T00:05:05.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-06-22T00:05:05.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19762026-06-22T00:05:05.503Z
19772026-06-22T00:05:05.503Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19782026-06-22T00:05:05.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-06-22T00:05:05.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-06-22T00:05:05.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-06-22T00:05:05.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19822026-06-22T00:05:05.892Z
19832026-06-22T00:05:05.892Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19842026-06-22T00:05:06.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-06-22T00:05:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-06-22T00:05:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-06-22T00:05:06.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19882026-06-22T00:05:06.279Z
19892026-06-22T00:05:06.279Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19902026-06-22T00:05:06.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-06-22T00:05:06.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-06-22T00:05:06.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-06-22T00:05:06.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19942026-06-22T00:05:06.666Z
19952026-06-22T00:05:06.666Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19962026-06-22T00:05:07.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-06-22T00:05:07.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-06-22T00:05:07.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-06-22T00:05:07.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20002026-06-22T00:05:07.053Z
20012026-06-22T00:05:07.053Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
20022026-06-22T00:05:07.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-06-22T00:05:07.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-06-22T00:05:07.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-06-22T00:05:07.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20062026-06-22T00:05:07.440Z
20072026-06-22T00:05:07.440Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
20082026-06-22T00:05:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-06-22T00:05:07.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-06-22T00:05:07.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-06-22T00:05:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20122026-06-22T00:05:07.829Z
20132026-06-22T00:05:07.829Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20142026-06-22T00:05:08.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-06-22T00:05:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-06-22T00:05:08.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-06-22T00:05:08.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-06-22T00:05:08.222Z
20192026-06-22T00:05:08.222Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20202026-06-22T00:05:08.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-06-22T00:05:08.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-06-22T00:05:08.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-06-22T00:05:08.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20242026-06-22T00:05:08.609Z
20252026-06-22T00:05:08.609Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20262026-06-22T00:05:08.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-06-22T00:05:08.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-06-22T00:05:08.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-06-22T00:05:08.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20302026-06-22T00:05:08.996Z
20312026-06-22T00:05:08.996Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20322026-06-22T00:05:09.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-06-22T00:05:09.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-06-22T00:05:09.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-06-22T00:05:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20362026-06-22T00:05:09.382Z
20372026-06-22T00:05:09.382Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20382026-06-22T00:05:09.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-06-22T00:05:09.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-06-22T00:05:09.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-06-22T00:05:09.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20422026-06-22T00:05:09.767Z
20432026-06-22T00:05:09.768Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20442026-06-22T00:05:10.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-06-22T00:05:10.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-06-22T00:05:10.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-06-22T00:05:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20482026-06-22T00:05:10.158Z
20492026-06-22T00:05:10.158Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20502026-06-22T00:05:10.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-06-22T00:05:10.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-06-22T00:05:10.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-06-22T00:05:10.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-06-22T00:05:10.551Z
20552026-06-22T00:05:10.551Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20562026-06-22T00:05:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-06-22T00:05:10.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-06-22T00:05:10.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-06-22T00:05:10.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-06-22T00:05:10.942Z
20612026-06-22T00:05:10.942Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20622026-06-22T00:05:11.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-06-22T00:05:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-06-22T00:05:11.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-06-22T00:05:11.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20662026-06-22T00:05:11.334Z
20672026-06-22T00:05:11.334Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20682026-06-22T00:05:11.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-06-22T00:05:11.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-06-22T00:05:11.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-06-22T00:05:11.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20722026-06-22T00:05:11.725Z
20732026-06-22T00:05:11.725Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20742026-06-22T00:05:12.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-06-22T00:05:12.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-06-22T00:05:12.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-06-22T00:05:12.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20782026-06-22T00:05:12.116Z
20792026-06-22T00:05:12.116Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20802026-06-22T00:05:12.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-06-22T00:05:12.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-06-22T00:05:12.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-06-22T00:05:12.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20842026-06-22T00:05:12.503Z
20852026-06-22T00:05:12.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20862026-06-22T00:05:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-06-22T00:05:12.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-06-22T00:05:12.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-06-22T00:05:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20902026-06-22T00:05:12.892Z
20912026-06-22T00:05:12.892Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20922026-06-22T00:05:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-06-22T00:05:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-06-22T00:05:13.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-06-22T00:05:13.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20962026-06-22T00:05:13.280Z
20972026-06-22T00:05:13.280Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20982026-06-22T00:05:13.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-06-22T00:05:13.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-06-22T00:05:13.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-06-22T00:05:13.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21022026-06-22T00:05:13.828Z
21032026-06-22T00:05:13.828Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
21042026-06-22T00:05:14.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-06-22T00:05:14.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-06-22T00:05:14.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-06-22T00:05:14.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21082026-06-22T00:05:14.378Z
21092026-06-22T00:05:14.378Zinfo: running `cargo check --bins` on nexus-config (51/298)
21102026-06-22T00:05:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-06-22T00:05:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-06-22T00:05:14.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-06-22T00:05:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21142026-06-22T00:05:14.932Z
21152026-06-22T00:05:14.932Zinfo: running `cargo check --bins` on nexus-types (52/298)
21162026-06-22T00:05:15.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-06-22T00:05:15.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-06-22T00:05:15.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-06-22T00:05:15.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21202026-06-22T00:05:15.482Z
21212026-06-22T00:05:15.482Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21222026-06-22T00:05:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-06-22T00:05:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-06-22T00:05:15.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-06-22T00:05:15.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21262026-06-22T00:05:16.003Z
21272026-06-22T00:05:16.003Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21282026-06-22T00:05:16.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-06-22T00:05:16.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-06-22T00:05:16.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-06-22T00:05:16.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21322026-06-22T00:05:16.504Z
21332026-06-22T00:05:16.504Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21342026-06-22T00:05:16.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-06-22T00:05:16.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-06-22T00:05:16.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-06-22T00:05:16.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-06-22T00:05:17.022Z
21392026-06-22T00:05:17.022Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21402026-06-22T00:05:17.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-06-22T00:05:17.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-06-22T00:05:17.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-06-22T00:05:17.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21442026-06-22T00:05:17.544Z
21452026-06-22T00:05:17.544Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21462026-06-22T00:05:17.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-06-22T00:05:17.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-06-22T00:05:17.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-06-22T00:05:17.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21502026-06-22T00:05:18.068Z
21512026-06-22T00:05:18.068Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21522026-06-22T00:05:18.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-06-22T00:05:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-06-22T00:05:18.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-06-22T00:05:18.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21562026-06-22T00:05:18.589Z
21572026-06-22T00:05:18.589Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21582026-06-22T00:05:19.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-06-22T00:05:19.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-06-22T00:05:19.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-06-22T00:05:19.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21622026-06-22T00:05:19.097Z
21632026-06-22T00:05:19.097Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21642026-06-22T00:05:19.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-06-22T00:05:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-06-22T00:05:19.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-06-22T00:05:19.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21682026-06-22T00:05:19.600Z
21692026-06-22T00:05:19.600Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21702026-06-22T00:05:20.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-06-22T00:05:20.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-06-22T00:05:20.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-06-22T00:05:20.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21742026-06-22T00:05:20.140Z
21752026-06-22T00:05:20.140Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21762026-06-22T00:05:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-06-22T00:05:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-06-22T00:05:20.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-06-22T00:05:20.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21802026-06-22T00:05:20.606Z
21812026-06-22T00:05:20.606Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21822026-06-22T00:05:21.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-06-22T00:05:21.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-06-22T00:05:21.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-06-22T00:05:21.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-06-22T00:05:21.122Z
21872026-06-22T00:05:21.122Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21882026-06-22T00:05:21.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-06-22T00:05:21.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-06-22T00:05:21.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-06-22T00:05:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21922026-06-22T00:05:21.639Z
21932026-06-22T00:05:21.639Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21942026-06-22T00:05:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-06-22T00:05:22.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-06-22T00:05:22.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-06-22T00:05:22.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21982026-06-22T00:05:22.145Z
21992026-06-22T00:05:22.145Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
22002026-06-22T00:05:22.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-06-22T00:05:22.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-06-22T00:05:22.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-06-22T00:05:22.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22042026-06-22T00:05:22.650Z
22052026-06-22T00:05:22.650Zinfo: running `cargo check --bins` on ereport-types (67/298)
22062026-06-22T00:05:23.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-06-22T00:05:23.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-06-22T00:05:23.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-06-22T00:05:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22102026-06-22T00:05:23.163Z
22112026-06-22T00:05:23.163Zinfo: running `cargo check --bins` on gateway-client (68/298)
22122026-06-22T00:05:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-06-22T00:05:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-06-22T00:05:23.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-06-22T00:05:23.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22162026-06-22T00:05:23.675Z
22172026-06-22T00:05:23.675Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22182026-06-22T00:05:24.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-06-22T00:05:24.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-06-22T00:05:24.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-06-22T00:05:24.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22222026-06-22T00:05:24.191Z
22232026-06-22T00:05:24.191Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22242026-06-22T00:05:24.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-06-22T00:05:24.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-06-22T00:05:24.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-06-22T00:05:24.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22282026-06-22T00:05:24.704Z
22292026-06-22T00:05:24.704Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22302026-06-22T00:05:25.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-06-22T00:05:25.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-06-22T00:05:25.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-06-22T00:05:25.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22342026-06-22T00:05:25.222Z
22352026-06-22T00:05:25.222Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22362026-06-22T00:05:25.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-06-22T00:05:25.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-06-22T00:05:25.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-06-22T00:05:25.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22402026-06-22T00:05:25.732Z
22412026-06-22T00:05:25.732Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22422026-06-22T00:05:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-06-22T00:05:26.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-06-22T00:05:26.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-06-22T00:05:26.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-06-22T00:05:26.273Z
22472026-06-22T00:05:26.273Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22482026-06-22T00:05:26.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-06-22T00:05:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-06-22T00:05:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-06-22T00:05:26.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22522026-06-22T00:05:26.809Z
22532026-06-22T00:05:26.809Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22542026-06-22T00:05:27.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-06-22T00:05:27.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-06-22T00:05:27.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-06-22T00:05:27.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22582026-06-22T00:05:27.314Z
22592026-06-22T00:05:27.314Zinfo: running `cargo check --bins` on oxlog (76/298)
22602026-06-22T00:05:27.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-06-22T00:05:27.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-06-22T00:05:27.858Z Checking cfg-if v1.0.4
22632026-06-22T00:05:27.862Z Checking libc v0.2.185
22642026-06-22T00:05:27.862Z Checking serde_core v1.0.228
22652026-06-22T00:05:27.971Z Checking zeroize v1.8.2
22662026-06-22T00:05:27.978Z Checking memchr v2.8.0
22672026-06-22T00:05:27.986Z Checking log v0.4.29
22682026-06-22T00:05:27.995Z Checking smallvec v1.15.1
22692026-06-22T00:05:28.005Z Checking typenum v1.19.0
22702026-06-22T00:05:28.015Z Checking subtle v2.6.1
22712026-06-22T00:05:28.110Z Checking itoa v1.0.17
22722026-06-22T00:05:28.142Z Checking scopeguard v1.2.0
22732026-06-22T00:05:28.157Z Checking stable_deref_trait v1.2.1
22742026-06-22T00:05:28.168Z Checking const-oid v0.9.6
22752026-06-22T00:05:28.228Z Checking zerofrom v0.1.6
22762026-06-22T00:05:28.240Z Checking lock_api v0.4.14
22772026-06-22T00:05:28.254Z Checking pin-project-lite v0.2.17
22782026-06-22T00:05:28.341Z Checking yoke v0.8.1
22792026-06-22T00:05:28.352Z Checking portable-atomic v1.13.1
22802026-06-22T00:05:28.358Z Checking futures-core v0.3.32
22812026-06-22T00:05:28.361Z Checking getrandom v0.2.17
22822026-06-22T00:05:28.436Z Checking errno v0.3.14
22832026-06-22T00:05:28.502Z Checking zerovec v0.11.5
22842026-06-22T00:05:28.513Z Checking generic-array v0.14.7
22852026-06-22T00:05:28.525Z Checking parking_lot_core v0.9.12
22862026-06-22T00:05:28.536Z Checking rand_core v0.6.4
22872026-06-22T00:05:28.550Z Checking signal-hook-registry v1.4.8
22882026-06-22T00:05:28.703Z Checking critical-section v1.2.0
22892026-06-22T00:05:28.703Z Checking parking_lot v0.12.5
22902026-06-22T00:05:28.706Z Checking mio v1.2.0
22912026-06-22T00:05:28.775Z Checking zerocopy v0.8.40
22922026-06-22T00:05:28.801Z Checking once_cell v1.21.3
22932026-06-22T00:05:28.821Z Checking zmij v1.0.21
22942026-06-22T00:05:28.896Z Checking socket2 v0.6.3
22952026-06-22T00:05:28.923Z Checking tinystr v0.8.2
22962026-06-22T00:05:28.946Z Checking crypto-common v0.1.7
22972026-06-22T00:05:28.968Z Checking block-buffer v0.10.4
22982026-06-22T00:05:28.996Z Checking libm v0.2.16
22992026-06-22T00:05:29.031Z Checking equivalent v1.0.2
23002026-06-22T00:05:29.062Z Checking litemap v0.8.1
23012026-06-22T00:05:29.092Z Checking writeable v0.6.2
23022026-06-22T00:05:29.103Z Checking digest v0.10.7
23032026-06-22T00:05:29.114Z Checking percent-encoding v2.3.2
23042026-06-22T00:05:29.129Z Checking potential_utf v0.1.4
23052026-06-22T00:05:29.228Z Checking zerotrie v0.2.3
23062026-06-22T00:05:29.250Z Checking icu_locale_core v2.1.1
23072026-06-22T00:05:29.262Z Checking futures-sink v0.3.32
23082026-06-22T00:05:29.276Z Checking icu_collections v2.1.1
23092026-06-22T00:05:29.289Z Checking slab v0.4.12
23102026-06-22T00:05:29.363Z Checking futures-channel v0.3.32
23112026-06-22T00:05:29.412Z Checking serde v1.0.228
23122026-06-22T00:05:29.449Z Checking bitflags v2.11.0
23132026-06-22T00:05:29.472Z Checking serde_json v1.0.149
23142026-06-22T00:05:29.558Z Checking futures-task v0.3.32
23152026-06-22T00:05:29.595Z Checking cpufeatures v0.2.17
23162026-06-22T00:05:29.617Z Checking futures-io v0.3.32
23172026-06-22T00:05:29.663Z Checking hmac v0.12.1
23182026-06-22T00:05:29.698Z Checking icu_properties_data v2.1.2
23192026-06-22T00:05:29.711Z Checking num-traits v0.2.19
23202026-06-22T00:05:29.729Z Checking futures-util v0.3.32
23212026-06-22T00:05:29.791Z Checking icu_normalizer_data v2.1.1
23222026-06-22T00:05:29.818Z Checking bytes v1.11.1
23232026-06-22T00:05:29.821Z Checking icu_provider v2.1.1
23242026-06-22T00:05:29.843Z Checking rand_core v0.10.0
23252026-06-22T00:05:29.860Z Checking hashbrown v0.17.0
23262026-06-22T00:05:29.978Z Checking getrandom v0.4.1
23272026-06-22T00:05:30.058Z Checking icu_normalizer v2.1.1
23282026-06-22T00:05:30.145Z Checking icu_properties v2.1.2
23292026-06-22T00:05:30.149Z Checking block-padding v0.3.3
23302026-06-22T00:05:30.221Z Checking utf8_iter v1.0.4
23312026-06-22T00:05:30.243Z Checking tokio v1.52.1
23322026-06-22T00:05:30.274Z Checking inout v0.1.4
23332026-06-22T00:05:30.312Z Checking indexmap v2.14.0
23342026-06-22T00:05:30.339Z Checking sha2 v0.10.9
23352026-06-22T00:05:30.361Z Checking form_urlencoded v1.2.2
23362026-06-22T00:05:30.406Z Checking cipher v0.4.4
23372026-06-22T00:05:30.484Z Checking getrandom v0.3.4
23382026-06-22T00:05:30.605Z Checking byteorder v1.5.0
23392026-06-22T00:05:30.618Z Checking base64ct v1.8.3
23402026-06-22T00:05:30.628Z Checking fnv v1.0.7
23412026-06-22T00:05:30.721Z Checking flagset v0.4.7
23422026-06-22T00:05:30.806Z Checking rand_core v0.9.5
23432026-06-22T00:05:30.841Z Checking pem-rfc7468 v0.7.0
23442026-06-22T00:05:30.844Z Checking http v1.4.0
23452026-06-22T00:05:30.865Z Checking regex-syntax v0.8.10
23462026-06-22T00:05:30.938Z Checking idna_adapter v1.2.1
23472026-06-22T00:05:30.981Z Checking salsa20 v0.10.2
23482026-06-22T00:05:30.996Z Checking der v0.7.10
23492026-06-22T00:05:31.054Z Checking idna v1.1.0
23502026-06-22T00:05:31.111Z Checking uuid v1.23.0
23512026-06-22T00:05:31.294Z Checking url v2.5.8
23522026-06-22T00:05:31.416Z Checking pbkdf2 v0.12.2
23532026-06-22T00:05:31.429Z Checking rustix v1.1.3
23542026-06-22T00:05:31.499Z Checking ppv-lite86 v0.2.21
23552026-06-22T00:05:31.524Z Checking tracing-core v0.1.36
23562026-06-22T00:05:31.633Z Checking rustls-pki-types v1.14.0
23572026-06-22T00:05:31.724Z Checking spki v0.7.3
23582026-06-22T00:05:31.738Z Checking base64 v0.22.1
23592026-06-22T00:05:31.793Z Checking iana-time-zone v0.1.65
23602026-06-22T00:05:31.823Z Checking tracing v0.1.44
23612026-06-22T00:05:31.886Z Checking rand_chacha v0.9.0
23622026-06-22T00:05:31.900Z Checking chrono v0.4.44
23632026-06-22T00:05:31.914Z Checking scrypt v0.11.0
23642026-06-22T00:05:31.968Z Checking http-body v1.0.1
23652026-06-22T00:05:32.025Z Checking cbc v0.1.2
23662026-06-22T00:05:32.051Z Checking aes v0.8.4
23672026-06-22T00:05:32.083Z Checking aws-lc-sys v0.40.0
23682026-06-22T00:05:32.099Z Checking untrusted v0.9.0
23692026-06-22T00:05:32.149Z Checking untrusted v0.7.1
23702026-06-22T00:05:32.162Z Checking openssl-probe v0.2.1
23712026-06-22T00:05:32.206Z Checking tinyvec_macros v0.1.1
23722026-06-22T00:05:32.260Z Checking ring v0.17.14
23732026-06-22T00:05:32.273Z Checking rand v0.9.2
23742026-06-22T00:05:32.284Z Checking tinyvec v1.10.0
23752026-06-22T00:05:32.297Z Checking tower-layer v0.3.3
23762026-06-22T00:05:32.435Z Checking pkcs5 v0.7.1
23772026-06-22T00:05:32.447Z Checking atomic-waker v1.1.2
23782026-06-22T00:05:32.541Z Checking try-lock v0.2.5
23792026-06-22T00:05:32.578Z Checking aws-lc-rs v1.16.3
23802026-06-22T00:05:32.590Z Checking tower-service v0.3.3
23812026-06-22T00:05:32.636Z Checking want v0.3.1
23822026-06-22T00:05:32.676Z Checking ipnet v2.11.0
23832026-06-22T00:05:32.688Z Checking pkcs8 v0.10.2
23842026-06-22T00:05:32.735Z Checking httparse v1.10.1
23852026-06-22T00:05:32.747Z Checking aho-corasick v1.1.4
23862026-06-22T00:05:32.761Z Checking plain v0.2.3
23872026-06-22T00:05:32.859Z Checking httpdate v1.0.3
23882026-06-22T00:05:32.859Z Checking fastrand v2.3.0
23892026-06-22T00:05:32.926Z Checking pin-utils v0.1.0
23902026-06-22T00:05:32.939Z Checking dyn-clone v1.0.20
23912026-06-22T00:05:32.994Z Checking utf8parse v0.2.2
23922026-06-22T00:05:33.009Z Checking foreign-types-shared v0.1.1
23932026-06-22T00:05:33.031Z Checking tempfile v3.25.0
23942026-06-22T00:05:33.046Z Checking unicode-normalization v0.1.25
23952026-06-22T00:05:33.087Z Checking foreign-types v0.3.2
23962026-06-22T00:05:33.100Z Checking semver v1.0.28
23972026-06-22T00:05:33.157Z Checking openssl-sys v0.9.115
23982026-06-22T00:05:33.222Z Checking spin v0.9.8
23992026-06-22T00:05:33.252Z Checking socket2 v0.5.10
24002026-06-22T00:05:33.307Z Checking ucd-trie v0.1.7
24012026-06-22T00:05:33.405Z Checking anstyle v1.0.14
24022026-06-22T00:05:33.417Z Checking regex-automata v0.4.14
24032026-06-22T00:05:33.422Z Checking rustls-webpki v0.103.9
24042026-06-22T00:05:33.440Z Checking unicode-ident v1.0.24
24052026-06-22T00:05:33.453Z Checking tokio-util v0.7.18
24062026-06-22T00:05:33.466Z Checking pest v2.8.6
24072026-06-22T00:05:33.498Z Checking schemars v0.8.22
24082026-06-22T00:05:33.532Z Checking openssl v0.10.79
24092026-06-22T00:05:33.545Z Checking proc-macro2 v1.0.106
24102026-06-22T00:05:33.582Z Checking rustls-native-certs v0.8.3
24112026-06-22T00:05:33.713Z Checking thiserror v2.0.18
24122026-06-22T00:05:33.812Z Checking sync_wrapper v1.0.2
24132026-06-22T00:05:33.841Z Checking rustls v0.23.37
24142026-06-22T00:05:33.853Z Checking wait-timeout v0.2.1
24152026-06-22T00:05:33.913Z Checking is_terminal_polyfill v1.70.2
24162026-06-22T00:05:33.968Z Checking anstyle-query v1.1.5
24172026-06-22T00:05:33.999Z Checking bit-vec v0.8.0
24182026-06-22T00:05:34.048Z Checking h2 v0.4.13
24192026-06-22T00:05:34.061Z Checking colorchoice v1.0.4
24202026-06-22T00:05:34.139Z Checking quick-error v1.2.3
24212026-06-22T00:05:34.156Z Checking powerfmt v0.2.0
24222026-06-22T00:05:34.190Z Checking pretty-hex v0.4.1
24232026-06-22T00:05:34.237Z Checking simd-adler32 v0.3.8
24242026-06-22T00:05:34.303Z Checking siphasher v1.0.2
24252026-06-22T00:05:34.306Z Checking deranged v0.5.8
24262026-06-22T00:05:34.403Z Checking rusty-fork v0.3.1
24272026-06-22T00:05:34.456Z Checking bit-set v0.8.0
24282026-06-22T00:05:34.511Z Checking tower v0.5.3
24292026-06-22T00:05:34.576Z Checking quote v1.0.45
24302026-06-22T00:05:34.604Z Compiling newtype-uuid v1.3.2
24312026-06-22T00:05:34.743Z Checking http-body-util v0.1.3
24322026-06-22T00:05:34.786Z Checking webpki-roots v1.0.6
24332026-06-22T00:05:34.903Z Checking crossbeam-utils v0.8.21
24342026-06-22T00:05:34.906Z Checking rand_xorshift v0.4.0
24352026-06-22T00:05:34.964Z Checking crc32fast v1.5.0
24362026-06-22T00:05:35.033Z Checking scroll v0.13.0
24372026-06-22T00:05:35.104Z Checking signature v2.2.0
24382026-06-22T00:05:35.234Z Checking num-conv v0.2.0
24392026-06-22T00:05:35.234Z Checking unicode-properties v0.1.4
24402026-06-22T00:05:35.258Z Checking ryu v1.0.23
24412026-06-22T00:05:35.269Z Checking allocator-api2 v0.2.21
24422026-06-22T00:05:35.281Z Checking num_threads v0.1.7
24432026-06-22T00:05:35.347Z Checking unicode-bidi v0.3.18
24442026-06-22T00:05:35.365Z Checking time-core v0.1.8
24452026-06-22T00:05:35.390Z Checking unarray v0.1.4
24462026-06-22T00:05:35.424Z Checking iri-string v0.7.10
24472026-06-22T00:05:35.491Z Checking adler2 v2.0.1
24482026-06-22T00:05:35.504Z Checking time v0.3.47
24492026-06-22T00:05:35.548Z Checking proptest v1.10.0
24502026-06-22T00:05:35.574Z Checking native-tls v0.2.18
24512026-06-22T00:05:35.596Z Checking miniz_oxide v0.8.9
24522026-06-22T00:05:35.641Z Checking stringprep v0.1.5
24532026-06-22T00:05:35.748Z Checking tokio-native-tls v0.3.1
24542026-06-22T00:05:35.793Z Checking serde_urlencoded v0.7.1
24552026-06-22T00:05:35.903Z Checking bstr v1.12.1
24562026-06-22T00:05:35.944Z Checking goblin v0.10.5
24572026-06-22T00:05:35.994Z Checking crossbeam-epoch v0.9.18
24582026-06-22T00:05:36.216Z Checking syn v2.0.117
24592026-06-22T00:05:36.229Z Checking tokio-rustls v0.26.4
24602026-06-22T00:05:36.287Z Compiling daft v0.1.7
24612026-06-22T00:05:36.425Z Checking tower-http v0.6.8
24622026-06-22T00:05:36.455Z Checking ipnetwork v0.21.1
24632026-06-22T00:05:36.563Z Checking anstyle-parse v1.0.0
24642026-06-22T00:05:36.628Z Checking rand_chacha v0.3.1
24652026-06-22T00:05:36.673Z Checking thiserror v1.0.69
24662026-06-22T00:05:36.695Z Checking scroll v0.12.0
24672026-06-22T00:05:36.712Z Checking zstd-sys v2.0.16+zstd.1.5.7
24682026-06-22T00:05:36.743Z Checking hyper v1.8.1
24692026-06-22T00:05:36.765Z Checking hash32 v0.2.1
24702026-06-22T00:05:36.820Z Checking num-integer v0.1.46
24712026-06-22T00:05:36.832Z Checking toml_datetime v0.6.11
24722026-06-22T00:05:36.932Z Checking serde_spanned v0.6.9
24732026-06-22T00:05:36.935Z Checking md-5 v0.10.6
24742026-06-22T00:05:37.011Z Checking ff v0.13.1
24752026-06-22T00:05:37.038Z Checking encoding_rs v0.8.35
24762026-06-22T00:05:37.051Z Checking zlib-rs v0.6.2
24772026-06-22T00:05:37.056Z Checking fallible-iterator v0.2.0
24782026-06-22T00:05:37.134Z Checking mime v0.3.17
24792026-06-22T00:05:37.304Z Checking psl-types v2.0.11
24802026-06-22T00:05:37.325Z Checking base16ct v0.2.0
24812026-06-22T00:05:37.418Z Checking publicsuffix v2.3.0
24822026-06-22T00:05:37.447Z Checking sec1 v0.7.3
24832026-06-22T00:05:37.484Z Checking postgres-protocol v0.6.10
24842026-06-22T00:05:37.577Z Checking group v0.13.0
24852026-06-22T00:05:37.630Z Checking hyper-util v0.1.20
24862026-06-22T00:05:37.654Z Checking num-iter v0.1.45
24872026-06-22T00:05:37.722Z Checking goblin v0.8.2
24882026-06-22T00:05:37.764Z Checking heapless v0.7.17
24892026-06-22T00:05:37.795Z Checking rand v0.8.6
24902026-06-22T00:05:37.914Z Checking flate2 v1.1.9
24912026-06-22T00:05:37.960Z Checking zstd-safe v7.2.4
24922026-06-22T00:05:38.123Z Checking anstream v1.0.0
24932026-06-22T00:05:38.173Z Checking oxnet v0.1.6
24942026-06-22T00:05:38.206Z Checking cookie v0.18.1
24952026-06-22T00:05:38.233Z Checking dof v0.4.0
24962026-06-22T00:05:38.308Z Compiling iddqd v0.4.2
24972026-06-22T00:05:38.322Z Checking dtrace-parser v0.3.0
24982026-06-22T00:05:38.427Z Checking phf_shared v0.13.1
24992026-06-22T00:05:38.430Z Checking lazy_static v1.5.0
25002026-06-22T00:05:38.463Z Checking anstyle-parse v0.2.7
25012026-06-22T00:05:38.528Z Checking zerocopy v0.7.35
25022026-06-22T00:05:38.561Z Checking pin-project v1.1.11
25032026-06-22T00:05:38.611Z Checking bzip2-sys v0.1.13+1.0.8
25042026-06-22T00:05:38.627Z Checking signal-hook v0.3.18
25052026-06-22T00:05:38.651Z Checking terminal_size v0.4.3
25062026-06-22T00:05:38.692Z Checking futures-executor v0.3.32
25072026-06-22T00:05:38.762Z Checking hex v0.4.3
25082026-06-22T00:05:38.812Z Checking hkdf v0.12.4
25092026-06-22T00:05:38.838Z Checking crypto-bigint v0.5.5
25102026-06-22T00:05:38.851Z Checking thread-id v5.1.0
25112026-06-22T00:05:38.895Z Checking hyper-rustls v0.27.7
25122026-06-22T00:05:38.925Z Checking hyper-tls v0.6.0
25132026-06-22T00:05:38.941Z Checking libbz2-rs-sys v0.2.2
25142026-06-22T00:05:38.983Z Checking strsim v0.11.1
25152026-06-22T00:05:39.004Z Checking winnow v0.5.40
25162026-06-22T00:05:39.093Z Checking foldhash v0.1.5
25172026-06-22T00:05:39.105Z Checking either v1.15.0
25182026-06-22T00:05:39.141Z Checking bumpalo v3.20.2
25192026-06-22T00:05:39.223Z Checking clap_lex v1.0.0
25202026-06-22T00:05:39.289Z Checking winnow v0.7.14
25212026-06-22T00:05:39.330Z Checking managed v0.8.0
25222026-06-22T00:05:39.342Z Checking bitflags v1.3.2
25232026-06-22T00:05:39.371Z Compiling rayon-core v1.13.0
25242026-06-22T00:05:39.412Z Checking same-file v1.0.6
25252026-06-22T00:05:39.525Z Checking foldhash v0.2.0
25262026-06-22T00:05:39.525Z Checking walkdir v2.5.0
25272026-06-22T00:05:39.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25282026-06-22T00:05:39.588Z Checking smoltcp v0.9.1
25292026-06-22T00:05:39.621Z Checking dof v0.3.0
25302026-06-22T00:05:39.677Z Checking hashbrown v0.16.1
25312026-06-22T00:05:39.692Z Checking clap_builder v4.6.0
25322026-06-22T00:05:39.752Z Checking zopfli v0.8.3
25332026-06-22T00:05:39.765Z Checking elliptic-curve v0.13.8
25342026-06-22T00:05:39.905Z Checking bzip2 v0.6.1
25352026-06-22T00:05:40.066Z Checking hashbrown v0.15.5
25362026-06-22T00:05:40.078Z Checking reqwest v0.12.28
25372026-06-22T00:05:40.091Z Checking usdt-impl v0.6.0
25382026-06-22T00:05:40.168Z Checking futures v0.3.32
25392026-06-22T00:05:40.180Z Checking toml_edit v0.19.15
25402026-06-22T00:05:40.191Z Checking signal-hook-mio v0.2.5
25412026-06-22T00:05:40.243Z Checking bzip2 v0.4.4
25422026-06-22T00:05:40.289Z Checking snafu v0.8.9
25432026-06-22T00:05:40.371Z Checking phf v0.13.1
25442026-06-22T00:05:40.404Z Checking anstream v0.6.21
25452026-06-22T00:05:40.493Z Checking num-bigint-dig v0.8.6
25462026-06-22T00:05:40.516Z Checking cookie_store v0.22.1
25472026-06-22T00:05:40.528Z Checking zstd v0.13.3
25482026-06-22T00:05:40.601Z Checking postgres-types v0.2.12
25492026-06-22T00:05:40.722Z Checking dtrace-parser v0.2.0
25502026-06-22T00:05:40.762Z Checking globset v0.4.18
25512026-06-22T00:05:40.841Z Checking rustls-platform-verifier v0.6.2
25522026-06-22T00:05:40.913Z Checking crossbeam-deque v0.8.6
25532026-06-22T00:05:40.926Z Checking regex v1.12.3
25542026-06-22T00:05:40.937Z Checking ed25519 v2.2.3
25552026-06-22T00:05:40.950Z Checking phf_shared v0.11.3
25562026-06-22T00:05:40.975Z Checking olpc-cjson v0.1.4
25572026-06-22T00:05:41.015Z Checking ref-cast v1.0.25
25582026-06-22T00:05:41.085Z Checking curve25519-dalek v4.1.3
25592026-06-22T00:05:41.089Z Checking strum v0.27.2
25602026-06-22T00:05:41.108Z Checking hubpack v0.1.2
25612026-06-22T00:05:41.112Z Checking memoffset v0.9.1
25622026-06-22T00:05:41.112Z Checking rustix v0.38.44
25632026-06-22T00:05:41.192Z Checking pkcs1 v0.7.5
25642026-06-22T00:05:41.206Z Checking pem v3.0.6
25652026-06-22T00:05:41.210Z Checking float-cmp v0.10.0
25662026-06-22T00:05:41.210Z Checking erased-serde v0.3.31
25672026-06-22T00:05:41.268Z Checking serde-big-array v0.5.1
25682026-06-22T00:05:41.287Z Checking serde_plain v1.0.2
25692026-06-22T00:05:41.346Z Checking rfc6979 v0.4.0
25702026-06-22T00:05:41.356Z Checking memmap2 v0.9.10
25712026-06-22T00:05:41.392Z Checking thread-id v4.2.2
25722026-06-22T00:05:41.405Z Checking env_filter v1.0.0
25732026-06-22T00:05:41.428Z Checking unicode-segmentation v1.12.0
25742026-06-22T00:05:41.457Z Checking normalize-line-endings v0.3.0
25752026-06-22T00:05:41.468Z Checking toml_write v0.1.2
25762026-06-22T00:05:41.506Z Checking fixedbitset v0.4.2
25772026-06-22T00:05:41.541Z Checking predicates-core v1.0.10
25782026-06-22T00:05:41.545Z Checking precomputed-hash v0.1.1
25792026-06-22T00:05:41.598Z Checking static_assertions v1.1.0
25802026-06-22T00:05:41.623Z Checking keccak v0.1.6
25812026-06-22T00:05:41.635Z Checking fixedbitset v0.5.7
25822026-06-22T00:05:41.653Z Checking data-encoding v2.10.0
25832026-06-22T00:05:41.665Z Checking jiff v0.2.21
25842026-06-22T00:05:41.675Z Checking new_debug_unreachable v1.0.6
25852026-06-22T00:05:41.739Z Checking whoami v2.1.0
25862026-06-22T00:05:41.748Z Checking typed-path v0.9.3
25872026-06-22T00:05:41.782Z Checking difflib v0.4.0
25882026-06-22T00:05:41.823Z Checking petgraph v0.8.3
25892026-06-22T00:05:41.860Z Checking ed25519-dalek v2.2.0
25902026-06-22T00:05:41.920Z Checking hickory-proto v0.25.2
25912026-06-22T00:05:41.924Z Checking crossterm v0.28.1
25922026-06-22T00:05:41.943Z Checking tokio-postgres v0.7.16
25932026-06-22T00:05:41.957Z Checking predicates v3.1.4
25942026-06-22T00:05:42.089Z Checking sha3 v0.10.8
25952026-06-22T00:05:42.252Z Checking string_cache v0.8.9
25962026-06-22T00:05:42.291Z Checking similar v2.7.0
25972026-06-22T00:05:42.419Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25982026-06-22T00:05:42.511Z Checking tough v0.22.0
25992026-06-22T00:05:42.636Z Checking petgraph v0.6.5
26002026-06-22T00:05:42.668Z Checking toml_edit v0.22.27
26012026-06-22T00:05:43.185Z Checking slog v2.8.2
26022026-06-22T00:05:43.367Z Checking env_logger v0.11.9
26032026-06-22T00:05:43.512Z Checking usdt v0.6.0
26042026-06-22T00:05:43.554Z Checking usdt-impl v0.5.0
26052026-06-22T00:05:43.611Z Checking ecdsa v0.16.9
26062026-06-22T00:05:43.713Z Checking rsa v0.9.10
26072026-06-22T00:05:43.829Z Checking zip v4.6.1
26082026-06-22T00:05:43.841Z Checking toml v0.7.8
26092026-06-22T00:05:43.852Z Checking nix v0.31.2
26102026-06-22T00:05:44.178Z Checking reqwest v0.13.2
26112026-06-22T00:05:44.395Z Checking clap v4.6.1
26122026-06-22T00:05:44.461Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-06-22T00:05:44.485Z Checking zip v0.6.6
26142026-06-22T00:05:44.517Z Checking itertools v0.13.0
26152026-06-22T00:05:44.679Z Checking serde_with v3.17.0
26162026-06-22T00:05:44.719Z Checking strum v0.26.3
26172026-06-22T00:05:44.796Z Checking fs-err v3.3.0
26182026-06-22T00:05:44.809Z Checking ahash v0.8.12
26192026-06-22T00:05:44.830Z Checking object v0.37.3
26202026-06-22T00:05:44.865Z Checking tokio-stream v0.1.18
26212026-06-22T00:05:44.915Z Checking buf-list v1.1.2
26222026-06-22T00:05:45.003Z Checking camino v1.2.2
26232026-06-22T00:05:45.053Z Checking anyhow v1.0.102
26242026-06-22T00:05:45.097Z Checking x509-cert v0.2.5
26252026-06-22T00:05:45.109Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26262026-06-22T00:05:45.247Z Checking openapiv3 v2.2.0
26272026-06-22T00:05:45.250Z Checking sha1 v0.10.6
26282026-06-22T00:05:45.250Z Checking peg-runtime v0.8.5
26292026-06-22T00:05:45.365Z Checking lalrpop-util v0.19.12
26302026-06-22T00:05:45.397Z Checking rayon v1.11.0
26312026-06-22T00:05:45.409Z Checking sigpipe v0.1.3
26322026-06-22T00:05:45.483Z Checking glob v0.3.3
26332026-06-22T00:05:47.007Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-06-22T00:05:47.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s
26352026-06-22T00:05:47.432Z
26362026-06-22T00:05:47.432Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26372026-06-22T00:05:47.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-06-22T00:05:47.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-06-22T00:05:47.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-06-22T00:05:47.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26412026-06-22T00:05:47.948Z
26422026-06-22T00:05:47.948Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26432026-06-22T00:05:48.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-06-22T00:05:48.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-06-22T00:05:48.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-06-22T00:05:48.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26472026-06-22T00:05:48.465Z
26482026-06-22T00:05:48.465Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26492026-06-22T00:05:48.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-06-22T00:05:48.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-06-22T00:05:48.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-06-22T00:05:48.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26532026-06-22T00:05:49.002Z
26542026-06-22T00:05:49.002Zinfo: running `cargo check --bins` on oxql-types (80/298)
26552026-06-22T00:05:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-06-22T00:05:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-06-22T00:05:49.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-06-22T00:05:49.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26592026-06-22T00:05:49.522Z
26602026-06-22T00:05:49.522Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26612026-06-22T00:05:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-06-22T00:05:49.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-06-22T00:05:49.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-06-22T00:05:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26652026-06-22T00:05:50.044Z
26662026-06-22T00:05:50.044Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26672026-06-22T00:05:50.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-06-22T00:05:50.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-06-22T00:05:50.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-06-22T00:05:50.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26712026-06-22T00:05:50.566Z
26722026-06-22T00:05:50.566Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26732026-06-22T00:05:50.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-06-22T00:05:50.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-06-22T00:05:50.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-06-22T00:05:51.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26772026-06-22T00:05:51.077Z
26782026-06-22T00:05:51.077Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26792026-06-22T00:05:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-06-22T00:05:51.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-06-22T00:05:51.701Z Compiling structmeta-derive v0.3.0
26822026-06-22T00:05:51.810Z Compiling rustls v0.22.4
26832026-06-22T00:05:51.822Z Compiling multer v3.1.0
26842026-06-22T00:05:51.830Z Compiling async-stream-impl v0.3.6
26852026-06-22T00:05:51.833Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-06-22T00:05:51.849Z Compiling dropshot v0.17.0
26872026-06-22T00:05:51.864Z Compiling dropshot_endpoint v0.17.0
26882026-06-22T00:05:51.864Z Compiling newtype-uuid-macros v0.1.0
26892026-06-22T00:05:51.987Z Checking newtype-uuid v1.3.2
26902026-06-22T00:05:52.047Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-06-22T00:05:52.082Z Checking rustls-webpki v0.102.8
26922026-06-22T00:05:52.190Z Checking daft v0.1.7
26932026-06-22T00:05:52.208Z Checking thread_local v1.1.9
26942026-06-22T00:05:52.375Z Checking match_cfg v0.1.0
26952026-06-22T00:05:52.400Z Checking compression-core v0.4.31
26962026-06-22T00:05:52.427Z Checking iddqd v0.4.2
26972026-06-22T00:05:52.443Z Checking hostname v0.3.1
26982026-06-22T00:05:52.470Z Checking crossbeam-channel v0.5.15
26992026-06-22T00:05:52.521Z Checking compression-codecs v0.4.37
27002026-06-22T00:05:52.538Z Checking atomicwrites v0.4.4
27012026-06-22T00:05:52.622Z Checking slog-json v2.6.1
27022026-06-22T00:05:52.659Z Checking serde_spanned v1.0.4
27032026-06-22T00:05:52.685Z Checking toml_datetime v1.0.0+spec-1.1.0
27042026-06-22T00:05:52.778Z Checking is-terminal v0.4.17
27052026-06-22T00:05:52.790Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-06-22T00:05:52.806Z Checking term v1.2.1
27072026-06-22T00:05:52.864Z Compiling structmeta v0.3.0
27082026-06-22T00:05:52.867Z Checking take_mut v0.2.2
27092026-06-22T00:05:52.888Z Checking debug-ignore v1.0.5
27102026-06-22T00:05:52.970Z Checking toml v1.0.6+spec-1.1.0
27112026-06-22T00:05:52.982Z Checking slog-async v2.8.0
27122026-06-22T00:05:52.986Z Checking slog-bunyan v2.5.0
27132026-06-22T00:05:53.022Z Checking slog-term v2.9.2
27142026-06-22T00:05:53.078Z Compiling derive-ex v0.1.8
27152026-06-22T00:05:53.104Z Compiling parse-display-derive v0.10.0
27162026-06-22T00:05:53.151Z Checking async-compression v0.4.41
27172026-06-22T00:05:53.277Z Checking async-stream v0.3.6
27182026-06-22T00:05:53.342Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-06-22T00:05:53.393Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202026-06-22T00:05:53.406Z Checking progenitor-client v0.14.0
27212026-06-22T00:05:53.420Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-06-22T00:05:53.542Z Checking waitgroup v0.1.2
27232026-06-22T00:05:53.561Z Checking backon v1.6.0
27242026-06-22T00:05:53.608Z Checking rustls-pemfile v2.2.0
27252026-06-22T00:05:53.642Z Checking serde_path_to_error v0.1.20
27262026-06-22T00:05:53.719Z Checking hostname v0.4.2
27272026-06-22T00:05:53.722Z Checking instant v0.1.13
27282026-06-22T00:05:53.826Z Checking backoff v0.4.0
27292026-06-22T00:05:53.893Z Checking tokio-rustls v0.25.0
27302026-06-22T00:05:53.907Z Checking progenitor-extras v0.2.0
27312026-06-22T00:05:53.967Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27322026-06-22T00:05:53.997Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27332026-06-22T00:05:54.167Z Checking itertools v0.14.0
27342026-06-22T00:05:54.221Z Checking regress v0.10.5
27352026-06-22T00:05:54.370Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27362026-06-22T00:05:54.605Z Checking macaddr v1.0.1
27372026-06-22T00:05:54.771Z Compiling test-strategy v0.4.5
27382026-06-22T00:05:54.801Z Checking parse-display v0.10.0
27392026-06-22T00:05:54.929Z Checking humantime v2.3.0
27402026-06-22T00:05:55.992Z Compiling prettyplease v0.2.37
27412026-06-22T00:05:56.242Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-22T00:05:56.396Z Checking num-rational v0.4.2
27432026-06-22T00:05:56.615Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-06-22T00:05:57.013Z Checking num-complex v0.4.6
27452026-06-22T00:05:57.568Z Compiling num v0.4.3
27462026-06-22T00:05:57.645Z Compiling usdt-attr-macro v0.5.0
27472026-06-22T00:05:57.682Z Compiling usdt-macro v0.5.0
27482026-06-22T00:05:57.696Z Checking memmap v0.7.0
27492026-06-22T00:05:57.707Z Checking float-ord v0.3.2
27502026-06-22T00:05:57.808Z Checking unicode-width v0.2.0
27512026-06-22T00:05:57.822Z Compiling convert_case v0.4.0
27522026-06-22T00:05:58.056Z Checking console v0.15.11
27532026-06-22T00:05:58.192Z Compiling derive_more v0.99.20
27542026-06-22T00:05:58.347Z Checking newline-converter v0.3.0
27552026-06-22T00:05:58.398Z Compiling toml v0.8.23
27562026-06-22T00:05:58.417Z Checking usdt v0.5.0
27572026-06-22T00:05:58.455Z Compiling minimal-lexical v0.2.1
27582026-06-22T00:05:58.583Z Checking linked-hash-map v0.5.6
27592026-06-22T00:05:58.704Z Compiling nom v7.1.3
27602026-06-22T00:05:58.754Z Checking lru-cache v0.1.2
27612026-06-22T00:05:58.877Z Checking expectorate v1.2.0
27622026-06-22T00:05:59.348Z Checking camino-tempfile v1.4.1
27632026-06-22T00:05:59.548Z Checking hickory-proto v0.24.4
27642026-06-22T00:05:59.561Z Checking phf_shared v0.12.1
27652026-06-22T00:05:59.660Z Compiling slog-dtrace v0.3.0
27662026-06-22T00:05:59.701Z Compiling chrono-tz v0.10.4
27672026-06-22T00:05:59.854Z Checking resolv-conf v0.7.6
27682026-06-22T00:05:59.883Z Checking heck v0.5.0
27692026-06-22T00:05:59.971Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-06-22T00:06:00.010Z Compiling const_format_proc_macros v0.2.34
27712026-06-22T00:06:00.083Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-06-22T00:06:00.105Z Checking phf v0.12.1
27732026-06-22T00:06:00.252Z Checking tokio-dtrace v0.1.1
27742026-06-22T00:06:00.439Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-06-22T00:06:00.567Z Compiling derive-where v1.6.0
27762026-06-22T00:06:00.812Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27772026-06-22T00:06:00.960Z Checking highway v1.3.0
27782026-06-22T00:06:01.191Z Checking const_format v0.2.35
27792026-06-22T00:06:01.355Z Checking hickory-resolver v0.24.4
27802026-06-22T00:06:01.424Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-06-22T00:06:01.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-06-22T00:06:01.566Z Checking oxide-tokio-rt v0.1.4
27832026-06-22T00:06:01.750Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-06-22T00:06:01.864Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-06-22T00:06:02.084Z Checking qorb v0.4.1
27862026-06-22T00:06:02.099Z Checking gethostname v0.5.0
27872026-06-22T00:06:02.133Z Checking bcs v0.1.6
27882026-06-22T00:06:02.187Z Checking termtree v0.5.1
27892026-06-22T00:06:02.321Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-06-22T00:06:05.164Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27912026-06-22T00:06:08.194Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27922026-06-22T00:06:10.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
27932026-06-22T00:06:10.488Z
27942026-06-22T00:06:10.488Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27952026-06-22T00:06:10.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-06-22T00:06:10.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-06-22T00:06:11.097Z Compiling ar_archive_writer v0.5.1
27982026-06-22T00:06:11.101Z Compiling stacker v0.1.23
27992026-06-22T00:06:11.207Z Compiling cfg_aliases v0.1.1
28002026-06-22T00:06:11.213Z Compiling convert_case v0.10.0
28012026-06-22T00:06:11.218Z Checking unicode-width v0.1.14
28022026-06-22T00:06:11.226Z Compiling proc-macro-error v1.0.4
28032026-06-22T00:06:11.240Z Checking fd-lock v4.0.4
28042026-06-22T00:06:11.240Z Checking nibble_vec v0.1.0
28052026-06-22T00:06:11.261Z Compiling nix v0.28.0
28062026-06-22T00:06:11.347Z Checking vte v0.14.1
28072026-06-22T00:06:11.360Z Compiling recursive-proc-macro-impl v0.1.1
28082026-06-22T00:06:11.448Z Checking endian-type v0.1.2
28092026-06-22T00:06:11.461Z Checking bytecount v0.6.9
28102026-06-22T00:06:11.492Z Checking strip-ansi-escapes v0.2.1
28112026-06-22T00:06:11.504Z Compiling derive_more-impl v2.1.1
28122026-06-22T00:06:11.516Z Compiling tabled_derive v0.7.0
28132026-06-22T00:06:11.552Z Checking papergrid v0.11.0
28142026-06-22T00:06:11.566Z Checking radix_trie v0.2.1
28152026-06-22T00:06:11.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-06-22T00:06:11.748Z Compiling peg-macros v0.8.5
28172026-06-22T00:06:11.769Z Checking winnow v0.6.26
28182026-06-22T00:06:12.040Z Compiling psm v0.1.30
28192026-06-22T00:06:12.091Z Compiling sqlparser_derive v0.5.0
28202026-06-22T00:06:12.160Z Checking unicode_categories v0.1.1
28212026-06-22T00:06:12.287Z Checking derive_more v2.1.1
28222026-06-22T00:06:12.312Z Checking nu-ansi-term v0.50.3
28232026-06-22T00:06:12.364Z Checking home v0.5.12
28242026-06-22T00:06:12.460Z Checking tabled v0.15.0
28252026-06-22T00:06:12.473Z Checking crossterm v0.29.0
28262026-06-22T00:06:12.517Z Checking reedline v0.40.0
28272026-06-22T00:06:12.570Z Checking rustyline v14.0.0
28282026-06-22T00:06:12.807Z Checking recursive v0.1.1
28292026-06-22T00:06:12.868Z Checking display-error-chain v0.2.2
28302026-06-22T00:06:12.900Z Checking sqlparser v0.61.0
28312026-06-22T00:06:12.912Z Checking sqlformat v0.3.5
28322026-06-22T00:06:13.104Z Checking peg v0.8.5
28332026-06-22T00:07:17.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
28342026-06-22T00:07:17.551Z
28352026-06-22T00:07:17.551Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28362026-06-22T00:07:17.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-06-22T00:07:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-06-22T00:07:17.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-06-22T00:07:18.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28402026-06-22T00:07:18.513Z
28412026-06-22T00:07:18.513Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28422026-06-22T00:07:18.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-06-22T00:07:18.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-06-22T00:07:18.514Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-06-22T00:07:18.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
28462026-06-22T00:07:18.515Z
28472026-06-22T00:07:18.515Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28482026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-06-22T00:07:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-06-22T00:07:18.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-06-22T00:07:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
28522026-06-22T00:07:18.515Z
28532026-06-22T00:07:18.515Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28542026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-06-22T00:07:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-06-22T00:07:18.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-06-22T00:07:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28582026-06-22T00:07:18.515Z
28592026-06-22T00:07:18.515Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28602026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-06-22T00:07:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-06-22T00:07:18.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-06-22T00:07:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28642026-06-22T00:07:18.515Z
28652026-06-22T00:07:18.515Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28662026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-06-22T00:07:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-06-22T00:07:18.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-06-22T00:07:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28702026-06-22T00:07:18.515Z
28712026-06-22T00:07:18.515Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28722026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-06-22T00:07:18.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-06-22T00:07:18.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752026-06-22T00:07:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28762026-06-22T00:07:18.515Z
28772026-06-22T00:07:18.515Zinfo: running `cargo check --bins` on oximeter (93/298)
28782026-06-22T00:07:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-06-22T00:07:18.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-06-22T00:07:18.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-06-22T00:07:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28822026-06-22T00:07:18.516Z
28832026-06-22T00:07:18.516Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28842026-06-22T00:07:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-06-22T00:07:18.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-06-22T00:07:18.516Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28872026-06-22T00:07:18.516Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-06-22T00:07:18.516Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-06-22T00:07:18.516Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902026-06-22T00:07:18.516Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28912026-06-22T00:07:18.516Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28922026-06-22T00:07:18.516Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28932026-06-22T00:07:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
28942026-06-22T00:07:18.516Z
28952026-06-22T00:07:18.516Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28962026-06-22T00:07:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-06-22T00:07:18.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-06-22T00:07:18.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-06-22T00:07:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29002026-06-22T00:07:18.516Z
29012026-06-22T00:07:18.516Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
29022026-06-22T00:07:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-06-22T00:07:18.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-06-22T00:07:18.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-06-22T00:07:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29062026-06-22T00:07:18.516Z
29072026-06-22T00:07:18.516Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
29082026-06-22T00:07:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-06-22T00:07:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-06-22T00:07:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29122026-06-22T00:07:18.517Z
29132026-06-22T00:07:18.517Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29142026-06-22T00:07:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-06-22T00:07:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-06-22T00:07:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29182026-06-22T00:07:18.517Z
29192026-06-22T00:07:18.517Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29202026-06-22T00:07:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-06-22T00:07:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-06-22T00:07:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29242026-06-22T00:07:18.517Z
29252026-06-22T00:07:18.517Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29262026-06-22T00:07:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-06-22T00:07:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-06-22T00:07:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29302026-06-22T00:07:18.517Z
29312026-06-22T00:07:18.517Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29322026-06-22T00:07:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-06-22T00:07:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-06-22T00:07:18.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29362026-06-22T00:07:18.517Z
29372026-06-22T00:07:18.517Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29382026-06-22T00:07:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-06-22T00:07:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-06-22T00:07:18.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-06-22T00:07:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29422026-06-22T00:07:18.524Z
29432026-06-22T00:07:18.524Zinfo: running `cargo check --bins` on update-engine (103/298)
29442026-06-22T00:07:18.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-06-22T00:07:18.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-06-22T00:07:18.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-06-22T00:07:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29482026-06-22T00:07:18.525Z
29492026-06-22T00:07:18.525Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29502026-06-22T00:07:18.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-06-22T00:07:18.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-06-22T00:07:18.525Z Compiling crucible-workspace-hack v0.1.0
29532026-06-22T00:07:18.525Z Checking secrecy v0.10.3
29542026-06-22T00:07:18.525Z Compiling heapless v0.8.0
29552026-06-22T00:07:18.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
29562026-06-22T00:07:18.525Z Compiling ingot-macros v0.1.1
29572026-06-22T00:07:18.525Z Checking hash32 v0.3.1
29582026-06-22T00:07:18.525Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-06-22T00:07:18.525Z Compiling smoltcp v0.11.0
29602026-06-22T00:07:18.525Z Checking cobs v0.3.0
29612026-06-22T00:07:18.525Z Compiling thiserror-impl-no-std v2.0.2
29622026-06-22T00:07:18.525Z Compiling toml_edit v0.23.10+spec-1.0.0
29632026-06-22T00:07:18.525Z Checking universal-hash v0.5.1
29642026-06-22T00:07:18.525Z Checking half v2.7.1
29652026-06-22T00:07:18.525Z Checking ciborium-io v0.2.2
29662026-06-22T00:07:18.525Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-06-22T00:07:18.525Z Checking opaque-debug v0.3.1
29682026-06-22T00:07:18.526Z Checking postcard v1.1.3
29692026-06-22T00:07:18.526Z Checking poly1305 v0.8.0
29702026-06-22T00:07:18.526Z Checking ciborium-ll v0.2.2
29712026-06-22T00:07:18.526Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29722026-06-22T00:07:18.526Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-06-22T00:07:18.526Z Checking password-hash v0.5.0
29742026-06-22T00:07:18.526Z Checking chacha20 v0.9.1
29752026-06-22T00:07:18.526Z Compiling proc-macro-crate v3.4.0
29762026-06-22T00:07:18.526Z Compiling proc-macro-crate v1.3.1
29772026-06-22T00:07:18.526Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-22T00:07:18.526Z Checking blake2 v0.10.6
29792026-06-22T00:07:18.526Z Checking aead v0.5.2
29802026-06-22T00:07:18.526Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29812026-06-22T00:07:18.526Z Compiling foreign-types-macros v0.2.3
29822026-06-22T00:07:18.526Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29832026-06-22T00:07:18.526Z Checking thiserror-no-std v2.0.2
29842026-06-22T00:07:18.526Z Checking cpufeatures v0.3.0
29852026-06-22T00:07:18.526Z Compiling num_enum_derive v0.7.6
29862026-06-22T00:07:18.526Z Checking foreign-types-shared v0.3.1
29872026-06-22T00:07:18.526Z Checking vsss-rs v3.3.4
29882026-06-22T00:07:18.526Z Checking chacha20 v0.10.0
29892026-06-22T00:07:18.527Z Compiling num_enum_derive v0.5.11
29902026-06-22T00:07:18.527Z Checking chacha20poly1305 v0.10.1
29912026-06-22T00:07:18.527Z Checking argon2 v0.5.3
29922026-06-22T00:07:18.527Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29932026-06-22T00:07:18.527Z Checking foreign-types v0.5.0
29942026-06-22T00:07:18.527Z Checking ciborium v0.2.2
29952026-06-22T00:07:18.527Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29962026-06-22T00:07:18.527Z Checking tabwriter v1.4.1
29972026-06-22T00:07:18.527Z Checking byte-wrapper v0.1.0
29982026-06-22T00:07:18.527Z Checking num_enum v0.7.6
29992026-06-22T00:07:18.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-22T00:07:18.527Z Checking cstr-argument v0.1.2
30012026-06-22T00:07:18.527Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30022026-06-22T00:07:18.527Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-06-22T00:07:18.527Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-06-22T00:07:18.527Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-06-22T00:07:18.527Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-06-22T00:07:18.527Z Checking num_enum v0.5.11
30072026-06-22T00:07:18.527Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-06-22T00:07:18.527Z Checking ingot-types v0.1.2
30092026-06-22T00:07:18.527Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-06-22T00:07:18.527Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-06-22T00:07:18.527Z Checking rand v0.10.0
30122026-06-22T00:07:18.527Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-06-22T00:07:18.527Z Checking indent_write v2.2.0
30142026-06-22T00:07:18.527Z Checking colored v3.1.1
30152026-06-22T00:07:18.527Z Compiling zone_cfg_derive v0.3.1
30162026-06-22T00:07:18.527Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30172026-06-22T00:07:18.527Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-22T00:07:18.527Z Checking ingot v0.1.1
30192026-06-22T00:07:18.527Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-06-22T00:07:18.527Z Checking itertools v0.12.1
30212026-06-22T00:07:18.527Z Compiling num-derive v0.4.2
30222026-06-22T00:07:18.527Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-06-22T00:07:18.527Z Checking swrite v0.1.0
30242026-06-22T00:07:18.527Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30252026-06-22T00:07:18.527Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-06-22T00:07:18.527Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-06-22T00:07:18.528Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-06-22T00:07:18.528Z Checking dropshot-api-manager-types v0.7.2
30292026-06-22T00:07:18.528Z Checking smf v0.2.3
30302026-06-22T00:07:18.528Z Checking nanorand v0.7.0
30312026-06-22T00:07:18.528Z Checking whoami v1.6.1
30322026-06-22T00:07:18.528Z Checking flume v0.11.1
30332026-06-22T00:07:18.528Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-06-22T00:07:18.528Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30352026-06-22T00:07:18.528Z Checking zone v0.3.1
30362026-06-22T00:07:18.528Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-22T00:07:18.528Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30382026-06-22T00:07:18.528Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30392026-06-22T00:07:18.528Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-06-22T00:07:18.548Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-06-22T00:07:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
30422026-06-22T00:07:18.548Z
30432026-06-22T00:07:18.548Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30442026-06-22T00:07:18.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-06-22T00:07:18.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-06-22T00:07:18.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-06-22T00:07:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30482026-06-22T00:07:18.549Z
30492026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30502026-06-22T00:07:18.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-06-22T00:07:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-06-22T00:07:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-06-22T00:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30542026-06-22T00:07:18.549Z
30552026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30562026-06-22T00:07:18.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-06-22T00:07:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-06-22T00:07:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-06-22T00:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30602026-06-22T00:07:18.549Z
30612026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30622026-06-22T00:07:18.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-06-22T00:07:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-06-22T00:07:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-06-22T00:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30662026-06-22T00:07:18.549Z
30672026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30682026-06-22T00:07:18.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-06-22T00:07:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-06-22T00:07:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-06-22T00:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30722026-06-22T00:07:18.549Z
30732026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30742026-06-22T00:07:18.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-06-22T00:07:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-06-22T00:07:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-06-22T00:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30782026-06-22T00:07:18.549Z
30792026-06-22T00:07:18.549Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30802026-06-22T00:07:18.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-06-22T00:07:18.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-06-22T00:07:18.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-06-22T00:07:18.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30842026-06-22T00:07:19.001Z
30852026-06-22T00:07:19.001Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30862026-06-22T00:07:19.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-06-22T00:07:19.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-06-22T00:07:19.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-06-22T00:07:19.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
30902026-06-22T00:07:19.509Z
30912026-06-22T00:07:19.509Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30922026-06-22T00:07:19.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-06-22T00:07:19.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-06-22T00:07:19.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-06-22T00:07:19.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30962026-06-22T00:07:20.033Z
30972026-06-22T00:07:20.033Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30982026-06-22T00:07:20.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-06-22T00:07:20.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-06-22T00:07:20.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-06-22T00:07:20.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31022026-06-22T00:07:20.784Z
31032026-06-22T00:07:20.784Zinfo: running `cargo check --bins` on installinator-client (115/298)
31042026-06-22T00:07:20.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-06-22T00:07:20.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-06-22T00:07:20.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-06-22T00:07:20.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31082026-06-22T00:07:21.076Z
31092026-06-22T00:07:21.076Zinfo: running `cargo check --bins` on nexus-client (116/298)
31102026-06-22T00:07:21.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-06-22T00:07:21.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-06-22T00:07:21.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-06-22T00:07:21.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31142026-06-22T00:07:21.634Z
31152026-06-22T00:07:21.634Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31162026-06-22T00:07:22.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-06-22T00:07:22.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-06-22T00:07:22.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-06-22T00:07:22.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31202026-06-22T00:07:22.192Z
31212026-06-22T00:07:22.192Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31222026-06-22T00:07:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-06-22T00:07:22.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-06-22T00:07:22.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-06-22T00:07:22.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31262026-06-22T00:07:22.697Z
31272026-06-22T00:07:22.697Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31282026-06-22T00:07:23.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-06-22T00:07:23.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-06-22T00:07:23.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-06-22T00:07:23.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31322026-06-22T00:07:23.206Z
31332026-06-22T00:07:23.206Zinfo: running `cargo check --bins` on oxide-client (120/298)
31342026-06-22T00:07:23.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-06-22T00:07:23.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-06-22T00:07:23.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-06-22T00:07:23.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31382026-06-22T00:07:23.717Z
31392026-06-22T00:07:23.717Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31402026-06-22T00:07:24.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-06-22T00:07:24.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-06-22T00:07:24.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-06-22T00:07:24.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31442026-06-22T00:07:24.237Z
31452026-06-22T00:07:24.237Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31462026-06-22T00:07:24.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-06-22T00:07:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-06-22T00:07:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-06-22T00:07:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31502026-06-22T00:07:24.744Z
31512026-06-22T00:07:24.744Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31522026-06-22T00:07:25.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-06-22T00:07:25.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-06-22T00:07:25.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-06-22T00:07:25.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31562026-06-22T00:07:25.271Z
31572026-06-22T00:07:25.271Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31582026-06-22T00:07:25.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-06-22T00:07:25.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-06-22T00:07:25.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-06-22T00:07:25.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31622026-06-22T00:07:25.815Z
31632026-06-22T00:07:25.815Zinfo: running `cargo check --bins` on installinator-common (125/298)
31642026-06-22T00:07:26.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-06-22T00:07:26.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-06-22T00:07:26.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-06-22T00:07:26.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31682026-06-22T00:07:26.353Z
31692026-06-22T00:07:26.354Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31702026-06-22T00:07:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-06-22T00:07:26.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-06-22T00:07:26.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-06-22T00:07:26.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31742026-06-22T00:07:26.860Z
31752026-06-22T00:07:26.860Zinfo: running `cargo check --bins` on wicket-common (127/298)
31762026-06-22T00:07:27.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-06-22T00:07:27.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-06-22T00:07:27.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-06-22T00:07:27.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31802026-06-22T00:07:27.391Z
31812026-06-22T00:07:27.391Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31822026-06-22T00:07:27.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-06-22T00:07:27.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-06-22T00:07:28.016Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-06-22T00:07:28.125Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-06-22T00:07:28.131Z Checking csv-core v0.1.13
31872026-06-22T00:07:28.138Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-06-22T00:07:28.145Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-06-22T00:07:28.145Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-06-22T00:07:28.164Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-06-22T00:07:28.175Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-06-22T00:07:28.287Z Checking csv v1.4.0
31932026-06-22T00:07:28.324Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-06-22T00:07:28.341Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-06-22T00:07:28.367Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-06-22T00:07:28.379Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-06-22T00:07:28.623Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-06-22T00:07:28.986Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-06-22T00:07:28.986Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32002026-06-22T00:07:29.313Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-06-22T00:07:35.331Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-06-22T00:07:35.860Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-06-22T00:07:38.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
32042026-06-22T00:07:38.337Z
32052026-06-22T00:07:38.337Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
32062026-06-22T00:07:38.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-06-22T00:07:38.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-06-22T00:07:38.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-06-22T00:07:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
32102026-06-22T00:07:38.852Z
32112026-06-22T00:07:38.852Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32122026-06-22T00:07:39.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-06-22T00:07:39.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-06-22T00:07:39.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-06-22T00:07:39.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32162026-06-22T00:07:39.450Z
32172026-06-22T00:07:39.450Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32182026-06-22T00:07:39.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-06-22T00:07:39.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-06-22T00:07:39.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-06-22T00:07:39.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32222026-06-22T00:07:40.058Z
32232026-06-22T00:07:40.058Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32242026-06-22T00:07:40.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-06-22T00:07:40.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-06-22T00:07:40.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-06-22T00:07:40.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32282026-06-22T00:07:40.619Z
32292026-06-22T00:07:40.619Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32302026-06-22T00:07:41.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-06-22T00:07:41.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-06-22T00:07:41.309Z Compiling regress v0.11.1
32332026-06-22T00:07:41.477Z Compiling unsafe-libyaml v0.2.11
32342026-06-22T00:07:41.481Z Compiling radium v0.7.0
32352026-06-22T00:07:41.481Z Compiling semver v0.1.20
32362026-06-22T00:07:41.481Z Checking nom v8.0.0
32372026-06-22T00:07:41.481Z Compiling maybe-uninit v2.0.0
32382026-06-22T00:07:41.481Z Checking tap v1.0.1
32392026-06-22T00:07:41.586Z Checking wyz v0.5.1
32402026-06-22T00:07:41.713Z Compiling rustc_version v0.1.7
32412026-06-22T00:07:41.774Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32422026-06-22T00:07:41.806Z Compiling zerocopy-derive v0.6.6
32432026-06-22T00:07:41.903Z Checking funty v2.0.0
32442026-06-22T00:07:41.946Z Compiling serde_yaml v0.9.34+deprecated
32452026-06-22T00:07:42.172Z Compiling newtype_derive v0.1.6
32462026-06-22T00:07:42.248Z Compiling cancel-safe-futures v0.1.5
32472026-06-22T00:07:42.360Z Compiling owo-colors v4.3.0
32482026-06-22T00:07:42.456Z Compiling packed_struct v0.10.1
32492026-06-22T00:07:42.646Z Checking crc-catalog v2.4.0
32502026-06-22T00:07:42.732Z Checking zerocopy v0.6.6
32512026-06-22T00:07:42.746Z Checking crc v3.4.0
32522026-06-22T00:07:42.823Z Checking bitvec v1.0.1
32532026-06-22T00:07:42.868Z Checking typify-impl v0.6.2
32542026-06-22T00:07:43.027Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-06-22T00:07:43.267Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-06-22T00:07:43.376Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32572026-06-22T00:07:43.394Z Compiling packed_struct_codegen v0.10.1
32582026-06-22T00:07:43.555Z Checking libsw-core v0.3.2
32592026-06-22T00:07:43.601Z Compiling bitfield-macros v0.19.4
32602026-06-22T00:07:43.699Z Compiling indexmap v1.9.3
32612026-06-22T00:07:43.897Z Checking nodrop v0.1.14
32622026-06-22T00:07:43.990Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32632026-06-22T00:07:44.004Z Checking array-init v0.0.4
32642026-06-22T00:07:44.083Z Checking libsw v3.5.0
32652026-06-22T00:07:44.120Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-06-22T00:07:44.231Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32672026-06-22T00:07:44.304Z Checking smallvec v0.6.14
32682026-06-22T00:07:44.318Z Checking bitfield v0.19.4
32692026-06-22T00:07:44.424Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-06-22T00:07:44.618Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32712026-06-22T00:07:44.664Z Checking unicode-linebreak v0.1.5
32722026-06-22T00:07:44.740Z Checking smawk v0.3.2
32732026-06-22T00:07:44.776Z Checking tagptr v0.2.0
32742026-06-22T00:07:44.840Z Checking base64 v0.21.7
32752026-06-22T00:07:44.871Z Checking hashbrown v0.12.3
32762026-06-22T00:07:44.874Z Checking linear-map v1.2.0
32772026-06-22T00:07:44.916Z Checking moka v0.12.13
32782026-06-22T00:07:45.058Z Checking textwrap v0.16.2
32792026-06-22T00:07:45.082Z Checking ron v0.8.1
32802026-06-22T00:07:45.167Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32812026-06-22T00:07:45.278Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32822026-06-22T00:07:45.449Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-06-22T00:07:45.511Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-06-22T00:07:45.568Z Checking steno v0.4.1
32852026-06-22T00:07:45.596Z Checking serde-hex v0.1.0
32862026-06-22T00:07:45.610Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32872026-06-22T00:07:45.765Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32882026-06-22T00:07:46.233Z Checking hashbrown v0.13.2
32892026-06-22T00:07:46.342Z Checking crc-any v2.5.0
32902026-06-22T00:07:46.430Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-22T00:07:46.518Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-06-22T00:07:46.565Z Checking hickory-resolver v0.25.2
32932026-06-22T00:07:46.640Z Checking void v1.0.2
32942026-06-22T00:07:46.653Z Checking object v0.30.4
32952026-06-22T00:07:46.681Z Checking path-slash v0.1.5
32962026-06-22T00:07:46.744Z Checking utf-8 v0.7.6
32972026-06-22T00:07:46.785Z Checking half v1.8.3
32982026-06-22T00:07:46.879Z Checking tungstenite v0.23.0
32992026-06-22T00:07:46.981Z Checking serde_cbor v0.11.2
33002026-06-22T00:07:47.059Z Checking lzss v0.8.2
33012026-06-22T00:07:47.266Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33022026-06-22T00:07:47.292Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33032026-06-22T00:07:47.405Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-06-22T00:07:47.410Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33052026-06-22T00:07:47.410Z Checking nix v0.27.1
33062026-06-22T00:07:47.448Z Checking kstat-rs v0.2.4
33072026-06-22T00:07:47.469Z Checking fxhash v0.2.1
33082026-06-22T00:07:47.516Z Compiling typify-macro v0.6.2
33092026-06-22T00:07:47.587Z Checking serde_bytes v0.11.19
33102026-06-22T00:07:47.601Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-06-22T00:07:47.628Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33122026-06-22T00:07:47.669Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33132026-06-22T00:07:47.761Z Checking tokio-tungstenite v0.23.1
33142026-06-22T00:07:47.887Z Checking signal-hook-tokio v0.3.1
33152026-06-22T00:07:48.487Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-06-22T00:07:48.760Z Compiling typify v0.6.2
33172026-06-22T00:07:48.840Z Compiling progenitor-impl v0.14.0
33182026-06-22T00:07:49.388Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33192026-06-22T00:07:49.698Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33202026-06-22T00:07:50.277Z Compiling progenitor-macro v0.14.0
33212026-06-22T00:07:52.563Z Checking progenitor v0.14.0
33222026-06-22T00:07:52.685Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33232026-06-22T00:07:52.688Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-06-22T00:07:55.319Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33252026-06-22T00:08:03.342Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-06-22T00:08:09.840Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33272026-06-22T00:08:11.185Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33282026-06-22T00:08:11.671Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33292026-06-22T00:08:13.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.09s
33302026-06-22T00:08:13.896Z
33312026-06-22T00:08:13.896Zinfo: running `cargo check --bins` on gateway-api (134/298)
33322026-06-22T00:08:14.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-06-22T00:08:14.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-06-22T00:08:14.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-06-22T00:08:14.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33362026-06-22T00:08:14.417Z
33372026-06-22T00:08:14.417Zinfo: running `cargo check --bins` on ipcc (135/298)
33382026-06-22T00:08:14.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-06-22T00:08:14.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-06-22T00:08:14.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-06-22T00:08:14.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33422026-06-22T00:08:14.940Z
33432026-06-22T00:08:14.941Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33442026-06-22T00:08:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-06-22T00:08:15.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-06-22T00:08:15.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-06-22T00:08:15.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33482026-06-22T00:08:15.446Z
33492026-06-22T00:08:15.446Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33502026-06-22T00:08:15.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-06-22T00:08:15.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-06-22T00:08:15.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-06-22T00:08:15.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-06-22T00:08:15.992Z
33552026-06-22T00:08:15.992Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33562026-06-22T00:08:16.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-06-22T00:08:16.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-06-22T00:08:16.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-06-22T00:08:16.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-06-22T00:08:16.513Z
33612026-06-22T00:08:16.513Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33622026-06-22T00:08:16.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-06-22T00:08:16.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-06-22T00:08:16.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-06-22T00:08:16.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33662026-06-22T00:08:17.036Z
33672026-06-22T00:08:17.036Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33682026-06-22T00:08:17.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-06-22T00:08:17.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-06-22T00:08:17.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-06-22T00:08:17.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33722026-06-22T00:08:17.557Z
33732026-06-22T00:08:17.557Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33742026-06-22T00:08:18.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-06-22T00:08:18.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-06-22T00:08:18.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-06-22T00:08:18.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-06-22T00:08:18.102Z
33792026-06-22T00:08:18.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33802026-06-22T00:08:18.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-06-22T00:08:18.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-06-22T00:08:18.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-06-22T00:08:18.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33842026-06-22T00:08:18.633Z
33852026-06-22T00:08:18.633Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33862026-06-22T00:08:19.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-06-22T00:08:19.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-06-22T00:08:19.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-06-22T00:08:19.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33902026-06-22T00:08:19.166Z
33912026-06-22T00:08:19.166Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33922026-06-22T00:08:19.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-06-22T00:08:19.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-06-22T00:08:19.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-06-22T00:08:19.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33962026-06-22T00:08:19.692Z
33972026-06-22T00:08:19.692Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33982026-06-22T00:08:20.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-06-22T00:08:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-06-22T00:08:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-06-22T00:08:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34022026-06-22T00:08:20.216Z
34032026-06-22T00:08:20.216Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34042026-06-22T00:08:20.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-06-22T00:08:20.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-06-22T00:08:20.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-06-22T00:08:20.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34082026-06-22T00:08:20.743Z
34092026-06-22T00:08:20.743Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34102026-06-22T00:08:21.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-06-22T00:08:21.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-06-22T00:08:21.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-06-22T00:08:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34142026-06-22T00:08:21.265Z
34152026-06-22T00:08:21.265Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34162026-06-22T00:08:21.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-06-22T00:08:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-06-22T00:08:21.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-06-22T00:08:21.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-06-22T00:08:21.808Z
34212026-06-22T00:08:21.808Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34222026-06-22T00:08:22.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-06-22T00:08:22.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-06-22T00:08:22.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-06-22T00:08:22.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-06-22T00:08:22.354Z
34272026-06-22T00:08:22.354Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34282026-06-22T00:08:22.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-06-22T00:08:22.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-06-22T00:08:22.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-06-22T00:08:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34322026-06-22T00:08:22.902Z
34332026-06-22T00:08:22.902Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34342026-06-22T00:08:23.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-06-22T00:08:23.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-06-22T00:08:23.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-06-22T00:08:23.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-06-22T00:08:23.449Z
34392026-06-22T00:08:23.450Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34402026-06-22T00:08:23.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-06-22T00:08:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-06-22T00:08:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-06-22T00:08:23.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34442026-06-22T00:08:23.994Z
34452026-06-22T00:08:23.994Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34462026-06-22T00:08:24.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-06-22T00:08:24.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-06-22T00:08:24.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-06-22T00:08:24.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34502026-06-22T00:08:24.535Z
34512026-06-22T00:08:24.536Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34522026-06-22T00:08:24.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-06-22T00:08:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-06-22T00:08:24.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-06-22T00:08:24.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34562026-06-22T00:08:25.080Z
34572026-06-22T00:08:25.080Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34582026-06-22T00:08:25.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-06-22T00:08:25.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-06-22T00:08:25.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-06-22T00:08:25.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34622026-06-22T00:08:25.623Z
34632026-06-22T00:08:25.623Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34642026-06-22T00:08:26.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-06-22T00:08:26.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-06-22T00:08:26.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-06-22T00:08:26.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34682026-06-22T00:08:26.163Z
34692026-06-22T00:08:26.163Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34702026-06-22T00:08:26.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-06-22T00:08:26.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-06-22T00:08:26.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-06-22T00:08:26.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34742026-06-22T00:08:26.711Z
34752026-06-22T00:08:26.711Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34762026-06-22T00:08:27.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-06-22T00:08:27.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-06-22T00:08:27.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-06-22T00:08:27.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34802026-06-22T00:08:27.238Z
34812026-06-22T00:08:27.238Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34822026-06-22T00:08:27.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-06-22T00:08:27.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-06-22T00:08:27.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-06-22T00:08:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34862026-06-22T00:08:27.763Z
34872026-06-22T00:08:27.763Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34882026-06-22T00:08:28.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-06-22T00:08:28.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-06-22T00:08:28.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-06-22T00:08:28.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34922026-06-22T00:08:28.291Z
34932026-06-22T00:08:28.291Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34942026-06-22T00:08:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-06-22T00:08:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-06-22T00:08:28.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-06-22T00:08:28.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34982026-06-22T00:08:28.814Z
34992026-06-22T00:08:28.814Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35002026-06-22T00:08:29.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-06-22T00:08:29.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-06-22T00:08:29.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-06-22T00:08:29.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35042026-06-22T00:08:29.340Z
35052026-06-22T00:08:29.340Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35062026-06-22T00:08:29.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-06-22T00:08:29.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-06-22T00:08:29.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-06-22T00:08:29.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35102026-06-22T00:08:29.863Z
35112026-06-22T00:08:29.863Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35122026-06-22T00:08:30.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-06-22T00:08:30.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-06-22T00:08:30.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-06-22T00:08:30.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35162026-06-22T00:08:30.387Z
35172026-06-22T00:08:30.388Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35182026-06-22T00:08:30.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-06-22T00:08:30.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-06-22T00:08:30.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-06-22T00:08:30.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35222026-06-22T00:08:30.916Z
35232026-06-22T00:08:30.916Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35242026-06-22T00:08:31.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-06-22T00:08:31.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-06-22T00:08:31.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-06-22T00:08:31.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-06-22T00:08:31.463Z
35292026-06-22T00:08:31.463Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35302026-06-22T00:08:31.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-06-22T00:08:31.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-06-22T00:08:31.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-06-22T00:08:31.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35342026-06-22T00:08:32.009Z
35352026-06-22T00:08:32.009Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35362026-06-22T00:08:32.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-06-22T00:08:32.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-06-22T00:08:32.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-06-22T00:08:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35402026-06-22T00:08:32.553Z
35412026-06-22T00:08:32.553Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35422026-06-22T00:08:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-06-22T00:08:33.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-06-22T00:08:33.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-06-22T00:08:33.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35462026-06-22T00:08:33.099Z
35472026-06-22T00:08:33.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35482026-06-22T00:08:33.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-06-22T00:08:33.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-06-22T00:08:33.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-06-22T00:08:33.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35522026-06-22T00:08:33.646Z
35532026-06-22T00:08:33.646Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35542026-06-22T00:08:34.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-06-22T00:08:34.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-06-22T00:08:34.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-06-22T00:08:34.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35582026-06-22T00:08:34.196Z
35592026-06-22T00:08:34.196Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35602026-06-22T00:08:34.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-06-22T00:08:34.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-06-22T00:08:34.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-06-22T00:08:34.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35642026-06-22T00:08:34.745Z
35652026-06-22T00:08:34.745Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35662026-06-22T00:08:35.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-06-22T00:08:35.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-06-22T00:08:35.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-06-22T00:08:35.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-06-22T00:08:35.308Z
35712026-06-22T00:08:35.308Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35722026-06-22T00:08:35.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-06-22T00:08:35.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-06-22T00:08:35.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-06-22T00:08:35.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35762026-06-22T00:08:35.838Z
35772026-06-22T00:08:35.838Zinfo: running `cargo check --bins` on dns-server (175/298)
35782026-06-22T00:08:36.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-22T00:08:36.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-22T00:08:36.426Z Compiling parking_lot_core v0.8.6
35812026-06-22T00:08:36.429Z Compiling git-stub v1.0.0
35822026-06-22T00:08:36.429Z Checking prefix-trie v0.7.0
35832026-06-22T00:08:36.430Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35842026-06-22T00:08:36.649Z Compiling git-stub-vcs v0.1.0
35852026-06-22T00:08:36.815Z Checking hickory-server v0.25.2
35862026-06-22T00:08:36.922Z Checking parking_lot v0.11.2
35872026-06-22T00:08:36.924Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35882026-06-22T00:08:36.993Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35892026-06-22T00:08:36.993Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35902026-06-22T00:08:37.092Z Checking sled v0.34.7
35912026-06-22T00:08:38.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
35922026-06-22T00:08:39.116Z
35932026-06-22T00:08:39.116Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35942026-06-22T00:08:39.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-06-22T00:08:39.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-06-22T00:08:39.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-06-22T00:08:39.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35982026-06-22T00:08:39.633Z
35992026-06-22T00:08:39.633Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36002026-06-22T00:08:40.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-06-22T00:08:40.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-06-22T00:08:40.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-06-22T00:08:40.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36042026-06-22T00:08:40.158Z
36052026-06-22T00:08:40.158Zinfo: running `cargo check --bins` on sp-sim (178/298)
36062026-06-22T00:08:40.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-06-22T00:08:40.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-06-22T00:08:40.819Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36092026-06-22T00:08:42.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
36102026-06-22T00:08:42.720Z
36112026-06-22T00:08:42.720Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36122026-06-22T00:08:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-06-22T00:08:43.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-06-22T00:08:43.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-06-22T00:08:43.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-06-22T00:08:43.298Z
36172026-06-22T00:08:43.298Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36182026-06-22T00:08:43.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-06-22T00:08:43.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-06-22T00:08:43.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-06-22T00:08:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36222026-06-22T00:08:43.882Z
36232026-06-22T00:08:43.882Zinfo: running `cargo check --bins` on db-macros (181/298)
36242026-06-22T00:08:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-06-22T00:08:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-06-22T00:08:44.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-06-22T00:08:44.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36282026-06-22T00:08:44.397Z
36292026-06-22T00:08:44.397Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36302026-06-22T00:08:44.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-06-22T00:08:44.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-06-22T00:08:44.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-06-22T00:08:44.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36342026-06-22T00:08:44.912Z
36352026-06-22T00:08:44.912Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36362026-06-22T00:08:45.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-06-22T00:08:45.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-06-22T00:08:45.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-06-22T00:08:45.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-06-22T00:08:45.491Z
36412026-06-22T00:08:45.491Zinfo: running `cargo check --bins` on authz-macros (184/298)
36422026-06-22T00:08:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-06-22T00:08:45.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-06-22T00:08:45.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-06-22T00:08:45.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36462026-06-22T00:08:46.009Z
36472026-06-22T00:08:46.009Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36482026-06-22T00:08:46.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-06-22T00:08:46.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-06-22T00:08:46.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-06-22T00:08:46.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-06-22T00:08:46.583Z
36532026-06-22T00:08:46.583Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36542026-06-22T00:08:47.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-06-22T00:08:47.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-06-22T00:08:47.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-06-22T00:08:47.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-06-22T00:08:47.155Z
36592026-06-22T00:08:47.155Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36602026-06-22T00:08:47.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-06-22T00:08:47.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-06-22T00:08:47.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-06-22T00:08:47.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36642026-06-22T00:08:47.669Z
36652026-06-22T00:08:47.669Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36662026-06-22T00:08:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-06-22T00:08:48.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-06-22T00:08:48.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-06-22T00:08:48.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36702026-06-22T00:08:48.183Z
36712026-06-22T00:08:48.183Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36722026-06-22T00:08:48.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-06-22T00:08:48.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-06-22T00:08:48.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-06-22T00:08:48.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-06-22T00:08:48.714Z
36772026-06-22T00:08:48.714Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36782026-06-22T00:08:49.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-06-22T00:08:49.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-06-22T00:08:49.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-06-22T00:08:49.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-06-22T00:08:49.236Z
36832026-06-22T00:08:49.237Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36842026-06-22T00:08:49.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-06-22T00:08:49.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-06-22T00:08:49.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-06-22T00:08:49.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36882026-06-22T00:08:49.748Z
36892026-06-22T00:08:49.748Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36902026-06-22T00:08:50.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-06-22T00:08:50.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-06-22T00:08:50.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-06-22T00:08:50.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36942026-06-22T00:08:50.264Z
36952026-06-22T00:08:50.264Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36962026-06-22T00:08:50.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-06-22T00:08:50.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-06-22T00:08:50.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-06-22T00:08:50.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-06-22T00:08:50.846Z
37012026-06-22T00:08:50.846Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
37022026-06-22T00:08:51.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-06-22T00:08:51.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-06-22T00:08:51.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-06-22T00:08:51.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37062026-06-22T00:08:51.431Z
37072026-06-22T00:08:51.431Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
37082026-06-22T00:08:51.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-06-22T00:08:51.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-06-22T00:08:51.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-06-22T00:08:51.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37122026-06-22T00:08:51.999Z
37132026-06-22T00:08:51.999Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
37142026-06-22T00:08:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-06-22T00:08:52.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-06-22T00:08:52.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-06-22T00:08:52.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37182026-06-22T00:08:52.548Z
37192026-06-22T00:08:52.548Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37202026-06-22T00:08:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-06-22T00:08:53.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-06-22T00:08:53.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-06-22T00:08:53.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37242026-06-22T00:08:53.100Z
37252026-06-22T00:08:53.100Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37262026-06-22T00:08:53.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-06-22T00:08:53.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-06-22T00:08:53.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-06-22T00:08:53.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37302026-06-22T00:08:53.651Z
37312026-06-22T00:08:53.651Zinfo: running `cargo check --bins` on key-manager (199/298)
37322026-06-22T00:08:54.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-06-22T00:08:54.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-06-22T00:08:54.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-06-22T00:08:54.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37362026-06-22T00:08:54.186Z
37372026-06-22T00:08:54.186Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37382026-06-22T00:08:54.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-06-22T00:08:54.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-06-22T00:08:54.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-06-22T00:08:54.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37422026-06-22T00:08:54.740Z
37432026-06-22T00:08:54.740Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37442026-06-22T00:08:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-06-22T00:08:55.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-06-22T00:08:55.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-06-22T00:08:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37482026-06-22T00:08:55.289Z
37492026-06-22T00:08:55.289Zinfo: running `cargo check --bins` on typed-rng (202/298)
37502026-06-22T00:08:55.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-06-22T00:08:55.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-06-22T00:08:55.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-06-22T00:08:55.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37542026-06-22T00:08:55.806Z
37552026-06-22T00:08:55.806Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37562026-06-22T00:08:56.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-06-22T00:08:56.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-06-22T00:08:56.588Z Compiling libefi-sys v0.1.0
37592026-06-22T00:08:56.591Z Compiling bitfield-struct v0.6.2
37602026-06-22T00:08:56.724Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-22T00:08:56.732Z Compiling xshell-macros v0.2.7
37622026-06-22T00:08:56.741Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37632026-06-22T00:08:56.753Z Compiling salty v0.3.0
37642026-06-22T00:08:56.767Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37652026-06-22T00:08:56.782Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37662026-06-22T00:08:56.796Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37672026-06-22T00:08:56.906Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37682026-06-22T00:08:57.062Z Checking primeorder v0.13.6
37692026-06-22T00:08:57.076Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37702026-06-22T00:08:57.090Z Checking xshell v0.2.7
37712026-06-22T00:08:57.102Z Compiling proc-macro-error-attr2 v2.0.0
37722026-06-22T00:08:57.219Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37732026-06-22T00:08:57.234Z Checking tungstenite v0.21.0
37742026-06-22T00:08:57.272Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-06-22T00:08:57.293Z Checking p384 v0.13.1
37762026-06-22T00:08:57.316Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37772026-06-22T00:08:57.424Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37782026-06-22T00:08:57.438Z Compiling num-derive v0.3.3
37792026-06-22T00:08:57.482Z Compiling proc-macro-error2 v2.0.1
37802026-06-22T00:08:57.552Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37812026-06-22T00:08:57.573Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-22T00:08:57.649Z Checking tokio-tungstenite v0.21.0
37832026-06-22T00:08:57.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-06-22T00:08:57.788Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37852026-06-22T00:08:57.788Z Compiling tabled_derive v0.11.0
37862026-06-22T00:08:57.830Z Checking papergrid v0.17.0
37872026-06-22T00:08:57.900Z Compiling progenitor-impl v0.13.0
37882026-06-22T00:08:57.921Z Checking testing_table v0.3.0
37892026-06-22T00:08:57.945Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-06-22T00:08:58.014Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37912026-06-22T00:08:58.081Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-22T00:08:58.220Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-22T00:08:58.276Z Compiling unicase v2.9.0
37942026-06-22T00:08:58.306Z Checking libscf-sys v1.1.0
37952026-06-22T00:08:58.413Z Compiling illumos-nvpair-sys v0.2.0
37962026-06-22T00:08:58.436Z Checking corncobs v0.1.4
37972026-06-22T00:08:58.479Z Compiling mime_guess v2.0.5
37982026-06-22T00:08:58.564Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-06-22T00:08:58.589Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38002026-06-22T00:08:58.641Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38012026-06-22T00:08:58.691Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38022026-06-22T00:08:58.709Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-06-22T00:08:58.790Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38042026-06-22T00:08:58.973Z Checking tabled v0.20.0
38052026-06-22T00:08:59.010Z Checking progenitor-client v0.13.0
38062026-06-22T00:08:59.122Z Checking secrecy v0.8.0
38072026-06-22T00:08:59.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38082026-06-22T00:08:59.258Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092026-06-22T00:08:59.297Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38102026-06-22T00:08:59.481Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38112026-06-22T00:08:59.616Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38122026-06-22T00:08:59.719Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132026-06-22T00:08:59.733Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-06-22T00:08:59.789Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38152026-06-22T00:08:59.862Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-06-22T00:08:59.986Z Checking filetime v0.2.27
38172026-06-22T00:09:00.030Z Checking crc8 v0.1.1
38182026-06-22T00:09:00.129Z Checking xattr v1.6.1
38192026-06-22T00:09:00.183Z Checking http-range v0.1.5
38202026-06-22T00:09:00.295Z Checking tar v0.4.45
38212026-06-22T00:09:00.309Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38222026-06-22T00:09:00.459Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-06-22T00:09:00.492Z Checking illumos-nvpair v0.3.0
38242026-06-22T00:09:00.508Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38252026-06-22T00:09:00.563Z Compiling progenitor-macro v0.13.0
38262026-06-22T00:09:00.644Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38272026-06-22T00:09:00.658Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38282026-06-22T00:09:00.742Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38292026-06-22T00:09:01.020Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38302026-06-22T00:09:01.024Z Checking atty v0.2.14
38312026-06-22T00:09:01.089Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-06-22T00:09:01.089Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38332026-06-22T00:09:01.128Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38342026-06-22T00:09:01.243Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38352026-06-22T00:09:01.358Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38362026-06-22T00:09:01.401Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38372026-06-22T00:09:01.423Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38382026-06-22T00:09:01.599Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38392026-06-22T00:09:01.639Z Checking hyper-staticfile v0.10.1
38402026-06-22T00:09:01.770Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38412026-06-22T00:09:01.789Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38422026-06-22T00:09:01.926Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38432026-06-22T00:09:02.025Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38442026-06-22T00:09:02.198Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38452026-06-22T00:09:02.302Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38462026-06-22T00:09:02.486Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38472026-06-22T00:09:02.835Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38482026-06-22T00:09:03.370Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38492026-06-22T00:09:03.847Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38502026-06-22T00:09:04.259Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38512026-06-22T00:09:04.598Z Checking progenitor v0.13.0
38522026-06-22T00:09:04.736Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38532026-06-22T00:09:06.588Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38542026-06-22T00:09:09.937Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38552026-06-22T00:10:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.95s
38562026-06-22T00:10:04.217Z
38572026-06-22T00:10:04.217Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38582026-06-22T00:10:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-06-22T00:10:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-06-22T00:10:04.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-06-22T00:10:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38622026-06-22T00:10:04.217Z
38632026-06-22T00:10:04.217Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38642026-06-22T00:10:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-06-22T00:10:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-06-22T00:10:04.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-06-22T00:10:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38682026-06-22T00:10:04.217Z
38692026-06-22T00:10:04.217Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38702026-06-22T00:10:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-06-22T00:10:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-06-22T00:10:04.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-06-22T00:10:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38742026-06-22T00:10:04.217Z
38752026-06-22T00:10:04.218Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38762026-06-22T00:10:04.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-06-22T00:10:04.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-06-22T00:10:04.218Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-06-22T00:10:07.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38802026-06-22T00:10:07.358Z
38812026-06-22T00:10:07.358Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38822026-06-22T00:10:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-06-22T00:10:07.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-06-22T00:10:08.075Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-06-22T00:10:18.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38862026-06-22T00:10:18.966Z
38872026-06-22T00:10:18.966Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38882026-06-22T00:10:19.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-06-22T00:10:19.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-06-22T00:10:19.682Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38912026-06-22T00:10:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38922026-06-22T00:10:30.630Z
38932026-06-22T00:10:30.630Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38942026-06-22T00:10:31.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-06-22T00:10:31.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-06-22T00:10:31.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-06-22T00:10:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38982026-06-22T00:10:42.161Z
38992026-06-22T00:10:42.161Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
39002026-06-22T00:10:42.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-06-22T00:10:42.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-06-22T00:10:42.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-06-22T00:10:42.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39042026-06-22T00:10:42.687Z
39052026-06-22T00:10:42.687Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
39062026-06-22T00:10:43.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-06-22T00:10:43.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-06-22T00:10:43.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-06-22T00:10:43.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39102026-06-22T00:10:43.215Z
39112026-06-22T00:10:43.215Zinfo: running `cargo check --bins` on range-requests (213/298)
39122026-06-22T00:10:43.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-06-22T00:10:43.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-06-22T00:10:43.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-06-22T00:10:43.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39162026-06-22T00:10:43.731Z
39172026-06-22T00:10:43.731Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39182026-06-22T00:10:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-06-22T00:10:44.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-06-22T00:10:44.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-06-22T00:10:44.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39222026-06-22T00:10:44.251Z
39232026-06-22T00:10:44.251Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39242026-06-22T00:10:44.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-06-22T00:10:44.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-06-22T00:10:44.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-06-22T00:10:44.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39282026-06-22T00:10:44.803Z
39292026-06-22T00:10:44.803Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39302026-06-22T00:10:45.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-06-22T00:10:45.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-06-22T00:10:45.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-06-22T00:10:45.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39342026-06-22T00:10:45.349Z
39352026-06-22T00:10:45.349Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39362026-06-22T00:10:45.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-06-22T00:10:45.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-06-22T00:10:45.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-06-22T00:10:45.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39402026-06-22T00:10:45.897Z
39412026-06-22T00:10:45.897Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39422026-06-22T00:10:46.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-06-22T00:10:46.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-06-22T00:10:46.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-06-22T00:10:46.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39462026-06-22T00:10:46.443Z
39472026-06-22T00:10:46.443Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39482026-06-22T00:10:46.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-06-22T00:10:46.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-06-22T00:10:46.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-06-22T00:10:46.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39522026-06-22T00:10:46.995Z
39532026-06-22T00:10:46.996Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39542026-06-22T00:10:47.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-06-22T00:10:47.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-06-22T00:10:47.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-06-22T00:10:47.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39582026-06-22T00:10:47.539Z
39592026-06-22T00:10:47.539Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39602026-06-22T00:10:47.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-06-22T00:10:47.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-06-22T00:10:47.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-06-22T00:10:48.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39642026-06-22T00:10:48.084Z
39652026-06-22T00:10:48.084Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39662026-06-22T00:10:48.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-06-22T00:10:48.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-06-22T00:10:48.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-06-22T00:10:48.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39702026-06-22T00:10:48.633Z
39712026-06-22T00:10:48.633Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39722026-06-22T00:10:49.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-06-22T00:10:49.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-06-22T00:10:49.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-06-22T00:10:49.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39762026-06-22T00:10:49.185Z
39772026-06-22T00:10:49.185Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39782026-06-22T00:10:49.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-06-22T00:10:49.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-06-22T00:10:49.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-06-22T00:10:49.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39822026-06-22T00:10:49.736Z
39832026-06-22T00:10:49.736Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39842026-06-22T00:10:50.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-06-22T00:10:50.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-06-22T00:10:50.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-06-22T00:10:50.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39882026-06-22T00:10:50.304Z
39892026-06-22T00:10:50.304Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39902026-06-22T00:10:50.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-06-22T00:10:50.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-06-22T00:10:50.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-06-22T00:10:50.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39942026-06-22T00:10:50.855Z
39952026-06-22T00:10:50.856Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39962026-06-22T00:10:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-06-22T00:10:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-06-22T00:10:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-06-22T00:10:51.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40002026-06-22T00:10:51.423Z
40012026-06-22T00:10:51.423Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
40022026-06-22T00:10:51.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-06-22T00:10:51.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-06-22T00:10:51.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-06-22T00:10:51.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40062026-06-22T00:10:51.993Z
40072026-06-22T00:10:51.993Zinfo: running `cargo check --bins` on update-common (229/298)
40082026-06-22T00:10:52.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-06-22T00:10:52.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-06-22T00:10:52.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-06-22T00:10:52.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40122026-06-22T00:10:52.525Z
40132026-06-22T00:10:52.525Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
40142026-06-22T00:10:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-06-22T00:10:53.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-06-22T00:10:53.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-06-22T00:10:53.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40182026-06-22T00:10:53.103Z
40192026-06-22T00:10:53.103Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40202026-06-22T00:10:53.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-06-22T00:10:53.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-06-22T00:10:53.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-06-22T00:10:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40242026-06-22T00:10:53.609Z
40252026-06-22T00:10:53.609Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40262026-06-22T00:10:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-06-22T00:10:54.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-06-22T00:10:54.316Z Compiling fs-err v2.11.0
40292026-06-22T00:10:54.319Z Checking ignore v0.4.25
40302026-06-22T00:10:54.319Z Checking arc-swap v1.8.2
40312026-06-22T00:10:54.445Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40322026-06-22T00:10:54.445Z Checking predicates-tree v1.0.13
40332026-06-22T00:10:54.448Z Checking parse-size v1.1.0
40342026-06-22T00:10:54.473Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40352026-06-22T00:10:54.476Z Checking rand_seeder v0.4.0
40362026-06-22T00:10:54.550Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40372026-06-22T00:10:54.572Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40382026-06-22T00:10:54.627Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40392026-06-22T00:10:54.639Z Checking slog-scope v4.4.1
40402026-06-22T00:10:54.674Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40412026-06-22T00:10:54.761Z Checking slog-stdlog v4.1.1
40422026-06-22T00:10:54.775Z Compiling petname v2.0.2
40432026-06-22T00:10:54.789Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40442026-06-22T00:10:54.815Z Checking globwalk v0.9.1
40452026-06-22T00:10:54.868Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40462026-06-22T00:10:54.881Z Checking slog-envlogger v2.2.0
40472026-06-22T00:10:54.993Z Checking camino-tempfile-ext v0.3.3
40482026-06-22T00:10:55.025Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40492026-06-22T00:10:55.071Z Checking sapling-renderdag v0.1.0
40502026-06-22T00:10:55.185Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40512026-06-22T00:10:55.214Z Checking subprocess v0.2.15
40522026-06-22T00:10:55.308Z Checking sync-ptr v0.1.4
40532026-06-22T00:10:55.377Z Checking colored v2.2.0
40542026-06-22T00:10:55.424Z Checking assert_matches v1.5.0
40552026-06-22T00:10:55.491Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40562026-06-22T00:10:55.666Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40572026-06-22T00:10:55.669Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40582026-06-22T00:10:56.294Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40592026-06-22T00:10:57.602Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40602026-06-22T00:10:59.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
40612026-06-22T00:10:59.928Z
40622026-06-22T00:10:59.928Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40632026-06-22T00:11:00.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-06-22T00:11:00.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-06-22T00:11:00.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-06-22T00:11:00.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40672026-06-22T00:11:00.439Z
40682026-06-22T00:11:00.439Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40692026-06-22T00:11:00.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-06-22T00:11:00.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-06-22T00:11:00.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-06-22T00:11:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40732026-06-22T00:11:00.974Z
40742026-06-22T00:11:00.975Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40752026-06-22T00:11:01.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-06-22T00:11:01.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-06-22T00:11:01.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-06-22T00:11:01.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40792026-06-22T00:11:01.557Z
40802026-06-22T00:11:01.558Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40812026-06-22T00:11:02.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-22T00:11:02.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-22T00:11:02.218Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-06-22T00:11:02.218Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40852026-06-22T00:11:02.845Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40862026-06-22T00:11:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
40872026-06-22T00:11:04.554Z
40882026-06-22T00:11:04.554Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40892026-06-22T00:11:04.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-06-22T00:11:04.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-06-22T00:11:04.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-06-22T00:11:04.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40932026-06-22T00:11:05.076Z
40942026-06-22T00:11:05.076Zinfo: running `cargo check --bins` on cert-dev (238/298)
40952026-06-22T00:11:05.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-06-22T00:11:05.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-06-22T00:11:05.618Z Checking yasna v0.5.2
40982026-06-22T00:11:06.016Z Checking rcgen v0.12.1
40992026-06-22T00:11:06.265Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41002026-06-22T00:11:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41012026-06-22T00:11:06.594Z
41022026-06-22T00:11:06.594Zinfo: running `cargo check --bins` on clickana (239/298)
41032026-06-22T00:11:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-06-22T00:11:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-06-22T00:11:07.179Z Compiling darling_core v0.23.0
41062026-06-22T00:11:07.182Z Compiling instability v0.3.11
41072026-06-22T00:11:07.288Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41082026-06-22T00:11:07.288Z Checking castaway v0.2.4
41092026-06-22T00:11:07.293Z Compiling indoc v2.0.7
41102026-06-22T00:11:07.300Z Checking unicode-truncate v1.1.0
41112026-06-22T00:11:07.317Z Checking lru v0.12.5
41122026-06-22T00:11:07.320Z Checking cassowary v0.3.0
41132026-06-22T00:11:07.376Z Checking compact_str v0.8.1
41142026-06-22T00:11:08.582Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41152026-06-22T00:11:08.683Z Compiling darling_macro v0.23.0
41162026-06-22T00:11:08.755Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41172026-06-22T00:11:09.087Z Compiling darling v0.23.0
41182026-06-22T00:11:09.698Z Checking ratatui v0.29.0
41192026-06-22T00:11:10.742Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41202026-06-22T00:11:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
41212026-06-22T00:11:11.555Z
41222026-06-22T00:11:11.555Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41232026-06-22T00:11:12.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-06-22T00:11:12.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-06-22T00:11:12.212Z Checking headers-core v0.3.0
41262026-06-22T00:11:12.215Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41272026-06-22T00:11:12.402Z Checking headers v0.4.1
41282026-06-22T00:11:12.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-06-22T00:11:13.607Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41302026-06-22T00:11:14.080Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41312026-06-22T00:11:14.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41322026-06-22T00:11:14.651Z
41332026-06-22T00:11:14.652Zinfo: running `cargo check --bins` on ch-dev (241/298)
41342026-06-22T00:11:15.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-06-22T00:11:15.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-06-22T00:11:15.300Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41372026-06-22T00:11:16.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41382026-06-22T00:11:16.205Z
41392026-06-22T00:11:16.205Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41402026-06-22T00:11:16.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-22T00:11:16.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-22T00:11:16.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-06-22T00:11:16.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41442026-06-22T00:11:16.592Z
41452026-06-22T00:11:16.592Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41462026-06-22T00:11:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-22T00:11:17.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-22T00:11:17.240Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41492026-06-22T00:11:18.235Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41502026-06-22T00:11:18.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41512026-06-22T00:11:18.732Z
41522026-06-22T00:11:18.732Zinfo: running `cargo check --bins` on db-dev (244/298)
41532026-06-22T00:11:19.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-06-22T00:11:19.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-06-22T00:11:19.384Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41562026-06-22T00:11:20.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41572026-06-22T00:11:20.294Z
41582026-06-22T00:11:20.294Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41592026-06-22T00:11:20.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-06-22T00:11:20.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-06-22T00:11:20.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-06-22T00:11:20.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41632026-06-22T00:11:20.853Z
41642026-06-22T00:11:20.853Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41652026-06-22T00:11:21.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-06-22T00:11:21.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-06-22T00:11:21.396Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41682026-06-22T00:11:22.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41692026-06-22T00:11:22.240Z
41702026-06-22T00:11:22.240Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41712026-06-22T00:11:22.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-06-22T00:11:22.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-06-22T00:11:22.918Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-06-22T00:11:22.918Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-06-22T00:11:22.921Z Checking git-stub v1.0.0
41762026-06-22T00:11:22.921Z Compiling trait-variant v0.1.2
41772026-06-22T00:11:22.921Z Checking maplit v1.0.2
41782026-06-22T00:11:22.921Z Checking is_ci v1.2.0
41792026-06-22T00:11:23.045Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41802026-06-22T00:11:23.081Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41812026-06-22T00:11:23.114Z Checking supports-color v3.0.2
41822026-06-22T00:11:23.126Z Checking drift v0.2.0
41832026-06-22T00:11:23.180Z Checking git-stub-vcs v0.1.0
41842026-06-22T00:11:23.234Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41852026-06-22T00:11:23.275Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-06-22T00:11:23.294Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41872026-06-22T00:11:23.375Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41882026-06-22T00:11:23.472Z Checking dropshot-api-manager v0.7.2
41892026-06-22T00:11:23.487Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41902026-06-22T00:11:23.513Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41912026-06-22T00:11:23.544Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41922026-06-22T00:11:23.777Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41932026-06-22T00:11:24.254Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41942026-06-22T00:11:25.222Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41952026-06-22T00:11:26.434Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41962026-06-22T00:11:27.007Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41972026-06-22T00:11:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
41982026-06-22T00:11:27.617Z
41992026-06-22T00:11:27.617Zinfo: running `cargo check --bins` on installinator-api (248/298)
42002026-06-22T00:11:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-06-22T00:11:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-06-22T00:11:28.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-06-22T00:11:28.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42042026-06-22T00:11:28.144Z
42052026-06-22T00:11:28.144Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
42062026-06-22T00:11:28.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-06-22T00:11:28.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-06-22T00:11:28.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-06-22T00:11:28.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42102026-06-22T00:11:28.701Z
42112026-06-22T00:11:28.701Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
42122026-06-22T00:11:29.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-06-22T00:11:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-06-22T00:11:29.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-06-22T00:11:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-06-22T00:11:29.259Z
42172026-06-22T00:11:29.259Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42182026-06-22T00:11:29.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-06-22T00:11:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-06-22T00:11:29.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-06-22T00:11:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42222026-06-22T00:11:29.815Z
42232026-06-22T00:11:29.815Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42242026-06-22T00:11:30.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-06-22T00:11:30.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-06-22T00:11:30.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-06-22T00:11:30.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42282026-06-22T00:11:30.331Z
42292026-06-22T00:11:30.331Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42302026-06-22T00:11:30.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-06-22T00:11:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-06-22T00:11:30.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-06-22T00:11:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42342026-06-22T00:11:30.844Z
42352026-06-22T00:11:30.844Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42362026-06-22T00:11:31.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-06-22T00:11:31.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-06-22T00:11:31.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-06-22T00:11:31.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42402026-06-22T00:11:31.375Z
42412026-06-22T00:11:31.375Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42422026-06-22T00:11:31.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-22T00:11:31.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-22T00:11:31.917Z Checking typeid v1.0.3
42452026-06-22T00:11:32.023Z Checking ordered-float v2.10.1
42462026-06-22T00:11:32.039Z Checking unicode-xid v0.2.6
42472026-06-22T00:11:32.049Z Checking cargo-platform v0.2.0
42482026-06-22T00:11:32.058Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42492026-06-22T00:11:32.090Z Checking erased-serde v0.4.9
42502026-06-22T00:11:32.222Z Checking serde-value v0.7.0
42512026-06-22T00:11:32.400Z Checking serde-untagged v0.1.9
42522026-06-22T00:11:32.552Z Checking cargo-util-schemas v0.8.2
42532026-06-22T00:11:33.241Z Checking cargo_metadata v0.21.0
42542026-06-22T00:11:33.837Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42552026-06-22T00:11:34.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
42562026-06-22T00:11:34.728Z
42572026-06-22T00:11:34.728Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42582026-06-22T00:11:35.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-06-22T00:11:35.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-06-22T00:11:35.391Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42612026-06-22T00:11:35.982Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42622026-06-22T00:11:36.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
42632026-06-22T00:11:36.648Z
42642026-06-22T00:11:36.648Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42652026-06-22T00:11:37.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-06-22T00:11:37.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-06-22T00:11:37.542Z Compiling vergen-lib v0.1.6
42682026-06-22T00:11:37.542Z Compiling diesel_derives v2.3.7
42692026-06-22T00:11:37.542Z Compiling dsl_auto_type v0.2.0
42702026-06-22T00:11:37.542Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42712026-06-22T00:11:37.545Z Checking scheduled-thread-pool v0.2.7
42722026-06-22T00:11:37.545Z Compiling vergen-gitcl v1.0.8
42732026-06-22T00:11:37.545Z Compiling diesel_table_macro_syntax v0.3.0
42742026-06-22T00:11:37.545Z Compiling dirs-sys-next v0.1.2
42752026-06-22T00:11:37.863Z Compiling crunchy v0.2.4
42762026-06-22T00:11:37.878Z Compiling glob v0.3.3
42772026-06-22T00:11:37.919Z Checking r2d2 v0.8.10
42782026-06-22T00:11:37.969Z Compiling dirs-next v2.0.0
42792026-06-22T00:11:37.985Z Compiling tiny-keccak v2.0.2
42802026-06-22T00:11:38.090Z Checking downcast-rs v2.0.2
42812026-06-22T00:11:38.188Z Compiling term v0.7.0
42822026-06-22T00:11:38.208Z Compiling bit-vec v0.6.3
42832026-06-22T00:11:38.249Z Compiling clang-sys v1.8.1
42842026-06-22T00:11:38.252Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42852026-06-22T00:11:38.425Z Compiling bit-set v0.5.3
42862026-06-22T00:11:38.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42872026-06-22T00:11:38.585Z Compiling ascii-canvas v3.0.0
42882026-06-22T00:11:38.602Z Compiling itertools v0.10.5
42892026-06-22T00:11:38.631Z Compiling ena v0.14.4
42902026-06-22T00:11:38.650Z Compiling libloading v0.8.9
42912026-06-22T00:11:38.665Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42922026-06-22T00:11:38.738Z Compiling regex-syntax v0.6.29
42932026-06-22T00:11:38.822Z Compiling bindgen v0.71.1
42942026-06-22T00:11:38.839Z Compiling diff v0.1.13
42952026-06-22T00:11:39.134Z Compiling cexpr v0.6.0
42962026-06-22T00:11:39.263Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42972026-06-22T00:11:39.283Z Compiling rustc-hash v2.1.1
42982026-06-22T00:11:39.471Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42992026-06-22T00:11:39.607Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43002026-06-22T00:11:39.676Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43012026-06-22T00:11:39.807Z Compiling libxml v0.3.3
43022026-06-22T00:11:39.936Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43032026-06-22T00:11:39.939Z Compiling strum_macros v0.24.3
43042026-06-22T00:11:40.060Z Compiling indoc v1.0.9
43052026-06-22T00:11:40.130Z Compiling lalrpop v0.19.12
43062026-06-22T00:11:40.845Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43072026-06-22T00:11:41.036Z Checking derive_builder v0.20.2
43082026-06-22T00:11:41.155Z Compiling oso-derive v0.27.3
43092026-06-22T00:11:41.292Z Checking quick-xml v0.37.5
43102026-06-22T00:11:41.352Z Compiling impl-trait-for-tuples v0.2.3
43112026-06-22T00:11:41.641Z Checking openssl-probe v0.1.6
43122026-06-22T00:11:41.782Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43132026-06-22T00:11:42.164Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43142026-06-22T00:11:42.353Z Checking bb8 v0.8.6
43152026-06-22T00:11:42.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-06-22T00:11:42.557Z Checking nonempty v0.12.0
43172026-06-22T00:11:42.628Z Compiling libz-sys v1.1.24
43182026-06-22T00:11:42.721Z Compiling strsim v0.10.0
43192026-06-22T00:11:42.760Z Compiling libgit2-sys v0.18.3+1.9.2
43202026-06-22T00:11:42.878Z Compiling vergen-git2 v9.1.0
43212026-06-22T00:11:43.053Z Compiling darling_core v0.13.4
43222026-06-22T00:11:43.114Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-06-22T00:11:43.190Z Compiling rustls v0.21.12
43242026-06-22T00:11:43.303Z Compiling base64 v0.21.7
43252026-06-22T00:11:43.424Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-06-22T00:11:43.630Z Compiling ron v0.8.1
43272026-06-22T00:11:43.647Z Checking diesel v2.3.7
43282026-06-22T00:11:44.400Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-06-22T00:11:44.600Z Checking rustls-webpki v0.101.7
43302026-06-22T00:11:44.628Z Checking sct v0.7.1
43312026-06-22T00:11:44.796Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43322026-06-22T00:11:44.967Z Compiling darling_macro v0.13.4
43332026-06-22T00:11:45.439Z Compiling darling v0.13.4
43342026-06-22T00:11:45.534Z Compiling serde_with_macros v1.5.2
43352026-06-22T00:11:45.697Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43362026-06-22T00:11:46.263Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43372026-06-22T00:11:46.381Z Compiling serde_with v1.14.0
43382026-06-22T00:11:47.357Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43392026-06-22T00:11:47.525Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43402026-06-22T00:11:47.976Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-06-22T00:11:48.597Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43422026-06-22T00:11:48.794Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43432026-06-22T00:11:48.896Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43442026-06-22T00:11:48.982Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-06-22T00:11:49.053Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-06-22T00:11:49.084Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43472026-06-22T00:11:49.168Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43482026-06-22T00:11:49.240Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43492026-06-22T00:11:49.448Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43502026-06-22T00:11:49.464Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43512026-06-22T00:11:49.480Z Checking tokio-rustls v0.24.1
43522026-06-22T00:11:49.680Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43532026-06-22T00:11:50.156Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43542026-06-22T00:11:50.262Z Checking rustls-pemfile v1.0.4
43552026-06-22T00:11:50.404Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43562026-06-22T00:11:50.529Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43572026-06-22T00:11:50.721Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43582026-06-22T00:11:50.765Z Checking twox-hash v2.1.2
43592026-06-22T00:11:50.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43602026-06-22T00:11:51.065Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43612026-06-22T00:11:51.091Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43622026-06-22T00:11:51.136Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43632026-06-22T00:11:51.284Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43642026-06-22T00:11:52.511Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43652026-06-22T00:11:52.714Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43662026-06-22T00:11:53.055Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43672026-06-22T00:11:53.175Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43682026-06-22T00:11:53.707Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43692026-06-22T00:11:53.899Z Checking console v0.16.2
43702026-06-22T00:11:54.132Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43712026-06-22T00:11:54.214Z Checking fatfs v0.3.6
43722026-06-22T00:11:54.278Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43732026-06-22T00:11:54.676Z Compiling seq-macro v0.3.6
43742026-06-22T00:11:55.177Z Checking unit-prefix v0.5.2
43752026-06-22T00:11:55.317Z Checking indicatif v0.18.4
43762026-06-22T00:11:55.630Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43772026-06-22T00:11:55.681Z Checking support-bundle-viewer v0.1.2
43782026-06-22T00:11:55.712Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43792026-06-22T00:12:51.735Z Checking multimap v0.10.1
43802026-06-22T00:12:51.761Z Checking async-bb8-diesel v0.2.1
43812026-06-22T00:12:51.761Z Checking diesel-dtrace v0.5.0
43822026-06-22T00:12:51.761Z Compiling samael v0.0.19
43832026-06-22T00:12:51.761Z Compiling git2 v0.20.4
43842026-06-22T00:12:51.761Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43852026-06-22T00:12:51.761Z Compiling polar-core v0.27.3
43862026-06-22T00:12:51.761Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43872026-06-22T00:12:51.761Z Checking oso v0.27.3
43882026-06-22T00:12:51.761Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43892026-06-22T00:13:56.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43902026-06-22T00:13:56.541Z
43912026-06-22T00:13:56.541Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43922026-06-22T00:13:57.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-22T00:13:57.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-22T00:13:57.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-22T00:13:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43962026-06-22T00:13:57.161Z
43972026-06-22T00:13:57.161Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43982026-06-22T00:13:57.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-22T00:13:57.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-22T00:13:57.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-22T00:13:57.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44022026-06-22T00:13:57.737Z
44032026-06-22T00:13:57.737Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
44042026-06-22T00:13:58.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-22T00:13:58.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-22T00:13:58.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-06-22T00:13:58.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44082026-06-22T00:13:58.313Z
44092026-06-22T00:13:58.313Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44102026-06-22T00:13:58.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-22T00:13:58.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-22T00:13:58.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-06-22T00:13:58.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44142026-06-22T00:13:58.824Z
44152026-06-22T00:13:58.824Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44162026-06-22T00:13:59.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-22T00:13:59.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-22T00:13:59.593Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44192026-06-22T00:14:00.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44202026-06-22T00:14:00.513Z
44212026-06-22T00:14:00.513Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44222026-06-22T00:14:01.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-22T00:14:01.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-22T00:14:01.272Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-06-22T00:14:37.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
44262026-06-22T00:14:37.820Z
44272026-06-22T00:14:37.820Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44282026-06-22T00:14:38.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-22T00:14:38.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-22T00:14:38.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-22T00:14:38.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44322026-06-22T00:14:38.331Z
44332026-06-22T00:14:38.331Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44342026-06-22T00:14:38.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-22T00:14:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-22T00:14:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-22T00:14:38.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44382026-06-22T00:14:38.900Z
44392026-06-22T00:14:38.900Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44402026-06-22T00:14:39.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-22T00:14:39.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-22T00:14:39.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-22T00:14:39.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-06-22T00:14:39.487Z
44452026-06-22T00:14:39.487Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44462026-06-22T00:14:39.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-22T00:14:39.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-22T00:14:39.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-22T00:14:39.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-06-22T00:14:40.072Z
44512026-06-22T00:14:40.072Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44522026-06-22T00:14:40.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-22T00:14:40.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-22T00:14:40.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-22T00:14:40.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44562026-06-22T00:14:40.642Z
44572026-06-22T00:14:40.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44582026-06-22T00:14:41.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-22T00:14:41.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-22T00:14:41.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-22T00:14:41.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44622026-06-22T00:14:41.315Z
44632026-06-22T00:14:41.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44642026-06-22T00:14:41.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-22T00:14:41.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-22T00:14:41.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-06-22T00:14:41.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44682026-06-22T00:14:41.818Z
44692026-06-22T00:14:41.818Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44702026-06-22T00:14:42.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-06-22T00:14:42.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-06-22T00:14:42.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-06-22T00:14:42.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44742026-06-22T00:14:42.383Z
44752026-06-22T00:14:42.383Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44762026-06-22T00:14:42.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-06-22T00:14:42.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-06-22T00:14:42.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-06-22T00:14:42.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44802026-06-22T00:14:42.973Z
44812026-06-22T00:14:42.974Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44822026-06-22T00:14:43.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-06-22T00:14:43.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-06-22T00:14:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-06-22T00:14:43.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44862026-06-22T00:14:43.559Z
44872026-06-22T00:14:43.559Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44882026-06-22T00:14:44.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-06-22T00:14:44.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-06-22T00:14:44.394Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44912026-06-22T00:14:44.394Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44922026-06-22T00:14:44.543Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44932026-06-22T00:14:44.560Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44942026-06-22T00:14:44.573Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44952026-06-22T00:14:44.576Z Checking diff v0.1.13
44962026-06-22T00:14:44.600Z Checking yansi v1.0.1
44972026-06-22T00:14:44.613Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44982026-06-22T00:14:44.711Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44992026-06-22T00:14:44.840Z Checking pretty_assertions v1.4.1
45002026-06-22T00:14:45.523Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45012026-06-22T00:14:45.605Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45022026-06-22T00:15:42.872Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45032026-06-22T00:15:42.872Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45042026-06-22T00:15:42.872Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45052026-06-22T00:15:42.872Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45062026-06-22T00:15:42.872Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45072026-06-22T00:15:42.872Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45082026-06-22T00:15:42.872Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45092026-06-22T00:15:42.872Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45102026-06-22T00:15:42.872Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45112026-06-22T00:15:42.872Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45122026-06-22T00:15:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45132026-06-22T00:15:47.866Z
45142026-06-22T00:15:47.866Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45152026-06-22T00:15:48.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-06-22T00:15:48.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-06-22T00:15:48.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-06-22T00:15:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45192026-06-22T00:15:48.389Z
45202026-06-22T00:15:48.389Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45212026-06-22T00:15:48.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-06-22T00:15:48.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-06-22T00:15:49.108Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45242026-06-22T00:15:49.226Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45252026-06-22T00:15:49.230Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45262026-06-22T00:16:15.771Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45272026-06-22T00:16:16.139Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45282026-06-22T00:16:17.819Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45292026-06-22T00:16:18.258Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45302026-06-22T00:16:21.207Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45312026-06-22T00:16:44.302Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45322026-06-22T00:16:44.998Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45332026-06-22T00:16:46.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.18s
45342026-06-22T00:16:46.767Z
45352026-06-22T00:16:46.767Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45362026-06-22T00:16:47.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-06-22T00:16:47.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-06-22T00:16:47.426Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45392026-06-22T00:16:48.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45402026-06-22T00:16:48.265Z
45412026-06-22T00:16:48.265Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45422026-06-22T00:16:48.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-22T00:16:48.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-22T00:16:48.861Z Compiling blake3 v1.8.3
45452026-06-22T00:16:48.963Z Checking arrayvec v0.7.6
45462026-06-22T00:16:48.963Z Checking constant_time_eq v0.4.2
45472026-06-22T00:16:48.972Z Checking arrayref v0.3.9
45482026-06-22T00:16:48.986Z Checking topological-sort v0.2.2
45492026-06-22T00:16:48.989Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45502026-06-22T00:16:48.989Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45512026-06-22T00:16:48.989Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45522026-06-22T00:16:49.037Z Checking shell-words v1.1.1
45532026-06-22T00:16:49.754Z Checking omicron-zone-package v0.12.2
45542026-06-22T00:16:50.464Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45552026-06-22T00:16:51.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
45562026-06-22T00:16:51.480Z
45572026-06-22T00:16:51.480Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45582026-06-22T00:16:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-06-22T00:16:51.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-06-22T00:16:52.065Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45612026-06-22T00:16:52.377Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45622026-06-22T00:16:52.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45632026-06-22T00:16:52.932Z
45642026-06-22T00:16:52.932Zinfo: running `cargo check --bins` on schema (280/298)
45652026-06-22T00:16:53.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-06-22T00:16:53.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-06-22T00:16:53.603Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45682026-06-22T00:16:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45692026-06-22T00:16:54.451Z
45702026-06-22T00:16:54.451Zinfo: running `cargo check --bins` on xtask (281/298)
45712026-06-22T00:16:54.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-06-22T00:16:54.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-06-22T00:16:54.837Z Checking libc v0.2.185
45742026-06-22T00:16:54.840Z Checking serde v1.0.228
45752026-06-22T00:16:54.910Z Checking zerofrom v0.1.6
45762026-06-22T00:16:54.918Z Checking bitflags v2.11.0
45772026-06-22T00:16:54.923Z Checking smallvec v1.15.1
45782026-06-22T00:16:54.926Z Checking indexmap v2.14.0
45792026-06-22T00:16:54.938Z Checking serde_json v1.0.149
45802026-06-22T00:16:54.941Z Checking scroll v0.12.0
45812026-06-22T00:16:55.010Z Checking yoke v0.8.1
45822026-06-22T00:16:55.058Z Checking num-traits v0.2.19
45832026-06-22T00:16:55.090Z Checking thiserror v1.0.69
45842026-06-22T00:16:55.168Z Checking percent-encoding v2.3.2
45852026-06-22T00:16:55.179Z Checking zerovec v0.11.5
45862026-06-22T00:16:55.186Z Checking zerotrie v0.2.3
45872026-06-22T00:16:55.196Z Checking errno v0.3.14
45882026-06-22T00:16:55.293Z Checking serde_spanned v0.6.9
45892026-06-22T00:16:55.303Z Checking toml_datetime v0.6.11
45902026-06-22T00:16:55.311Z Checking rustix v1.1.3
45912026-06-22T00:16:55.415Z Checking log v0.4.29
45922026-06-22T00:16:55.425Z Checking form_urlencoded v1.2.2
45932026-06-22T00:16:55.448Z Checking zerocopy v0.7.35
45942026-06-22T00:16:55.475Z Checking toml_edit v0.22.27
45952026-06-22T00:16:55.538Z Checking getrandom v0.4.1
45962026-06-22T00:16:55.548Z Checking thiserror v2.0.18
45972026-06-22T00:16:55.560Z Checking goblin v0.8.2
45982026-06-22T00:16:55.573Z Checking ordered-float v2.10.1
45992026-06-22T00:16:55.603Z Checking tinystr v0.8.2
46002026-06-22T00:16:55.643Z Checking potential_utf v0.1.4
46012026-06-22T00:16:55.664Z Checking syn v2.0.117
46022026-06-22T00:16:55.770Z Checking icu_collections v2.1.1
46032026-06-22T00:16:55.770Z Checking icu_locale_core v2.1.1
46042026-06-22T00:16:55.788Z Checking serde-value v0.7.0
46052026-06-22T00:16:55.933Z Checking dtrace-parser v0.2.0
46062026-06-22T00:16:55.990Z Checking thread-id v4.2.2
46072026-06-22T00:16:56.069Z Checking once_cell v1.21.3
46082026-06-22T00:16:56.082Z Checking cargo-platform v0.2.0
46092026-06-22T00:16:56.123Z Checking terminal_size v0.4.3
46102026-06-22T00:16:56.170Z Checking memmap v0.7.0
46112026-06-22T00:16:56.237Z Checking tempfile v3.25.0
46122026-06-22T00:16:56.247Z Checking clap_builder v4.6.0
46132026-06-22T00:16:56.258Z Checking textwrap v0.16.2
46142026-06-22T00:16:56.295Z Checking fs-err v3.3.0
46152026-06-22T00:16:56.319Z Checking icu_provider v2.1.1
46162026-06-22T00:16:56.428Z Checking camino-tempfile v1.4.1
46172026-06-22T00:16:56.456Z Checking tabled v0.15.0
46182026-06-22T00:16:56.472Z Checking anyhow v1.0.102
46192026-06-22T00:16:56.550Z Checking toml v0.8.23
46202026-06-22T00:16:56.553Z Checking icu_normalizer v2.1.1
46212026-06-22T00:16:56.582Z Checking icu_properties v2.1.2
46222026-06-22T00:16:56.666Z Checking macaddr v1.0.1
46232026-06-22T00:16:56.847Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46242026-06-22T00:16:56.873Z Checking cargo_toml v0.21.0
46252026-06-22T00:16:57.373Z Checking idna_adapter v1.2.1
46262026-06-22T00:16:57.410Z Checking dof v0.3.0
46272026-06-22T00:16:57.449Z Checking clap v4.6.1
46282026-06-22T00:16:57.489Z Checking idna v1.1.0
46292026-06-22T00:16:57.671Z Checking usdt-impl v0.5.0
46302026-06-22T00:16:57.704Z Checking url v2.5.8
46312026-06-22T00:16:57.912Z Checking usdt v0.5.0
46322026-06-22T00:16:58.053Z Checking cargo-util-schemas v0.8.2
46332026-06-22T00:16:58.724Z Checking cargo_metadata v0.21.0
46342026-06-22T00:16:59.327Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46352026-06-22T00:16:59.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
46362026-06-22T00:16:59.849Z
46372026-06-22T00:16:59.849Zinfo: running `cargo check --bins` on dnsadm (282/298)
46382026-06-22T00:17:00.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-06-22T00:17:00.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-06-22T00:17:00.422Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46412026-06-22T00:17:00.885Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46422026-06-22T00:17:01.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46432026-06-22T00:17:01.433Z
46442026-06-22T00:17:01.433Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46452026-06-22T00:17:01.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-06-22T00:17:01.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-06-22T00:17:02.161Z Checking polyval v0.6.2
46482026-06-22T00:17:02.280Z Checking ctr v0.9.2
46492026-06-22T00:17:02.289Z Checking ssh-encoding v0.2.0
46502026-06-22T00:17:02.289Z Checking blowfish v0.9.1
46512026-06-22T00:17:02.309Z Checking password-hash v0.4.2
46522026-06-22T00:17:02.323Z Checking p256 v0.13.2
46532026-06-22T00:17:02.323Z Checking p521 v0.13.3
46542026-06-22T00:17:02.349Z Checking russh-cryptovec v0.7.3
46552026-06-22T00:17:02.418Z Checking ghash v0.5.1
46562026-06-22T00:17:02.432Z Checking bcrypt-pbkdf v0.10.0
46572026-06-22T00:17:02.435Z Checking md5 v0.7.0
46582026-06-22T00:17:02.460Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46592026-06-22T00:17:02.476Z Checking num-bigint v0.4.6
46602026-06-22T00:17:02.513Z Checking pbkdf2 v0.11.0
46612026-06-22T00:17:02.529Z Checking aes-gcm v0.10.3
46622026-06-22T00:17:02.563Z Checking des v0.8.1
46632026-06-22T00:17:02.605Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46642026-06-22T00:17:02.611Z Checking hex-literal v0.4.1
46652026-06-22T00:17:02.668Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46662026-06-22T00:17:02.688Z Checking ssh-cipher v0.2.0
46672026-06-22T00:17:02.702Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46682026-06-22T00:17:02.715Z Checking internet-checksum v0.2.1
46692026-06-22T00:17:02.853Z Checking ssh-key v0.6.7
46702026-06-22T00:17:02.965Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46712026-06-22T00:17:03.479Z Checking russh-keys v0.45.0
46722026-06-22T00:17:04.028Z Checking russh v0.45.0
46732026-06-22T00:17:20.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
46742026-06-22T00:17:20.332Z
46752026-06-22T00:17:20.332Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46762026-06-22T00:17:20.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-06-22T00:17:20.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-06-22T00:17:20.902Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46792026-06-22T00:17:21.004Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46802026-06-22T00:17:21.011Z Checking termios v0.3.3
46812026-06-22T00:17:22.205Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46822026-06-22T00:17:22.352Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46832026-06-22T00:17:23.992Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46842026-06-22T00:17:24.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46852026-06-22T00:17:24.712Z
46862026-06-22T00:17:24.712Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46872026-06-22T00:17:25.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-06-22T00:17:25.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-06-22T00:17:25.349Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46902026-06-22T00:17:25.352Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46912026-06-22T00:17:25.352Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46922026-06-22T00:17:25.352Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46932026-06-22T00:17:25.476Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46942026-06-22T00:17:25.476Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46952026-06-22T00:17:26.216Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46962026-06-22T00:17:26.529Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46972026-06-22T00:17:26.532Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46982026-06-22T00:17:27.156Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46992026-06-22T00:17:28.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
47002026-06-22T00:17:28.930Z
47012026-06-22T00:17:28.930Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47022026-06-22T00:17:29.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-22T00:17:29.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-22T00:17:29.506Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47052026-06-22T00:17:29.951Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47062026-06-22T00:17:30.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47072026-06-22T00:17:30.419Z
47082026-06-22T00:17:30.419Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47092026-06-22T00:17:30.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-22T00:17:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-22T00:17:30.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-22T00:17:30.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47132026-06-22T00:17:30.929Z
47142026-06-22T00:17:30.929Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47152026-06-22T00:17:31.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-22T00:17:31.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-22T00:17:31.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-06-22T00:17:31.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47192026-06-22T00:17:31.443Z
47202026-06-22T00:17:31.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47212026-06-22T00:17:31.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-22T00:17:31.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-22T00:17:32.133Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47242026-06-22T00:17:32.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47252026-06-22T00:17:32.888Z
47262026-06-22T00:17:32.888Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47272026-06-22T00:17:33.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-06-22T00:17:33.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-06-22T00:17:33.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47302026-06-22T00:17:33.479Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47312026-06-22T00:17:33.745Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47322026-06-22T00:17:33.745Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47332026-06-22T00:17:34.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47342026-06-22T00:17:34.691Z
47352026-06-22T00:17:34.691Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47362026-06-22T00:17:35.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-06-22T00:17:35.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-06-22T00:17:35.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-06-22T00:17:35.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47402026-06-22T00:17:35.202Z
47412026-06-22T00:17:35.202Zinfo: running `cargo check --bins` on omicron-package (292/298)
47422026-06-22T00:17:35.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-06-22T00:17:35.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-06-22T00:17:35.818Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47452026-06-22T00:17:36.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47462026-06-22T00:17:37.060Z
47472026-06-22T00:17:37.060Zinfo: running `cargo check --bins` on tqdb (293/298)
47482026-06-22T00:17:37.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-06-22T00:17:37.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-06-22T00:17:37.776Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47512026-06-22T00:17:38.125Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47522026-06-22T00:17:38.630Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47532026-06-22T00:17:38.630Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47542026-06-22T00:18:38.353Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47552026-06-22T00:18:38.353Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47562026-06-22T00:18:38.424Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47572026-06-22T00:18:38.424Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47582026-06-22T00:18:38.424Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47592026-06-22T00:18:38.424Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47602026-06-22T00:18:38.424Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47612026-06-22T00:18:38.436Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47622026-06-22T00:18:38.436Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47632026-06-22T00:18:38.453Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47642026-06-22T00:18:38.453Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47652026-06-22T00:18:38.453Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47662026-06-22T00:18:38.453Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47672026-06-22T00:18:38.453Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47682026-06-22T00:18:38.453Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47692026-06-22T00:18:38.453Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47702026-06-22T00:18:38.453Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47712026-06-22T00:18:38.453Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47722026-06-22T00:18:38.453Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47732026-06-22T00:18:38.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.64s
47742026-06-22T00:18:38.455Z
47752026-06-22T00:18:38.455Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47762026-06-22T00:18:38.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-22T00:18:38.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-22T00:18:38.455Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47792026-06-22T00:18:38.455Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47802026-06-22T00:18:38.455Z Checking rtoolbox v0.0.3
47812026-06-22T00:18:38.455Z Checking tui-tree-widget v0.23.1
47822026-06-22T00:18:38.455Z Checking rpassword v7.4.0
47832026-06-22T00:18:38.455Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47842026-06-22T00:18:38.455Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-06-22T00:18:38.455Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47862026-06-22T00:18:38.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
47872026-06-22T00:18:38.455Z
47882026-06-22T00:18:38.455Zinfo: running `cargo check --bins` on wicket (295/298)
47892026-06-22T00:18:38.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-22T00:18:38.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-22T00:18:38.460Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47922026-06-22T00:18:38.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47932026-06-22T00:18:38.460Z
47942026-06-22T00:18:38.461Zinfo: running `cargo check --bins` on wicketd (296/298)
47952026-06-22T00:18:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-22T00:18:38.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-22T00:18:38.461Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47982026-06-22T00:18:38.461Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47992026-06-22T00:18:38.461Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48002026-06-22T00:18:38.461Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48012026-06-22T00:18:38.461Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48022026-06-22T00:18:38.461Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48032026-06-22T00:18:38.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
48042026-06-22T00:18:38.461Z
48052026-06-22T00:18:38.461Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48062026-06-22T00:18:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-06-22T00:18:38.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-06-22T00:18:38.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48092026-06-22T00:18:38.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48102026-06-22T00:18:38.461Z
48112026-06-22T00:18:38.461Zinfo: running `cargo check --bins` on zone-setup (298/298)
48122026-06-22T00:18:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-06-22T00:18:38.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-06-22T00:18:38.461Z Checking uzers v0.12.2
48152026-06-22T00:18:38.461Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48162026-06-22T00:18:38.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
48172026-06-22T00:18:38.461Z
48182026-06-22T00:18:38.462Zreal 13:35.441199789
48192026-06-22T00:18:38.462Zuser 20:36.105087377
48202026-06-22T00:18:38.462Zsys 4:04.384695745
48212026-06-22T00:18:38.462Ztrap 0.324877242
48222026-06-22T00:18:38.462Ztflt 0.649276657
48232026-06-22T00:18:38.462Zdflt 1.086363006
48242026-06-22T00:18:38.462Zkflt 0.004440092
48252026-06-22T00:18:38.462Zlock 1:15:18.663247076
48262026-06-22T00:18:38.462Zslp 1:38:32.130314966
48272026-06-22T00:18:38.462Zlat 54.362030914
48282026-06-22T00:18:38.462Zstop 3:21.372297885
48292026-06-22T00:18:38.462Zprocess exited: duration 963373 ms, exit code 0
 
48302026-06-22T00:18:38.469Zfound 0 output files