01KTQ4R9F8JHK4KHHDB0B8HTXF: 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: 01KTQ4RP3J6JNE5S1DR5AVGB6V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T21:32:23.855Zjob assigned to worker 01KTQ4RRX3CVQFSJ3904RK6W6W [factory aws, i-0abe7ddf92febbd16] (queued for 44 s)
 
22026-06-09T21:32:31.094Zstarting task 0: "setup"
32026-06-09T21:32:31.101Z++ uname -s
42026-06-09T21:32:31.101Z+ kern=SunOS
52026-06-09T21:32:31.101Z+ build_user=build
62026-06-09T21:32:31.101Z+ build_uid=12345
72026-06-09T21:32:31.101Z+ work_dir=/work
82026-06-09T21:32:31.102Z+ input_dir=/input
92026-06-09T21:32:31.102Z+ [[ 0 == 12345 ]]
102026-06-09T21:32:31.102Z+ case "$kern" in
112026-06-09T21:32:31.102Z+ groupadd -g 12345 build
122026-06-09T21:32:31.106Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T21:32:33.109Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T21:32:33.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T21:32:33.183Z+ home_fs=zfs
162026-06-09T21:32:33.183Z+ [[ zfs == autofs ]]
172026-06-09T21:32:33.183Z+ mkdir -p /home/build
182026-06-09T21:32:33.183Z+ chown build:build /home/build /work
192026-06-09T21:32:35.184Z+ chmod 0700 /home/build /work
202026-06-09T21:32:35.188Zprocess exited: duration 4095 ms, exit code 0
 
212026-06-09T21:32:35.196Zstarting task 1: "rust-toolchain"
222026-06-09T21:32:35.201Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T21:32:35.201Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T21:32:35.201Z * rust toolchain channel = "1.94.0"
252026-06-09T21:32:35.201Z * rust toolchain profile = "default"
262026-06-09T21:32:35.205Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T21:32:35.205Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T21:32:35.205Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T21:32:35.206Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T21:32:35.306Zinfo: downloading installer
312026-06-09T21:32:36.948Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T21:32:36.948Zwarn: /home/build/.rustup/settings.toml
332026-06-09T21:32:36.948Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T21:32:36.948Zwarn: instead of the one inferred from the default host triple.
352026-06-09T21:32:36.960Zinfo: profile set to default
362026-06-09T21:32:36.960Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T21:32:36.963Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T21:32:37.108Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T21:32:37.112Zinfo: downloading 6 components
402026-06-09T21:32:53.210Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T21:32:53.210Z
422026-06-09T21:32:53.238Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T21:32:53.238Z
442026-06-09T21:32:53.239Z
452026-06-09T21:32:53.239ZRust is installed now. Great!
462026-06-09T21:32:53.239Z
472026-06-09T21:32:53.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T21:32:53.239Zenvironment variable. This has not been done automatically.
492026-06-09T21:32:53.239Z
502026-06-09T21:32:53.239ZTo configure your current shell, you need to source
512026-06-09T21:32:53.239Zthe corresponding env file under $HOME/.cargo.
522026-06-09T21:32:53.239Z
532026-06-09T21:32:53.239ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T21:32:53.242Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T21:32:53.242Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T21:32:53.242Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T21:32:53.242Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T21:32:53.242Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T21:32:53.242Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T21:32:53.242Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T21:32:53.245Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T21:32:53.327Z+ rustup --version
632026-06-09T21:32:53.336Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T21:32:53.339Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T21:32:53.358Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T21:32:53.361Z+ cargo --version
672026-06-09T21:32:53.374Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T21:32:53.377Z+ rustc --version
692026-06-09T21:32:53.396Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T21:32:53.400Zprocess exited: duration 18203 ms, exit code 0
 
712026-06-09T21:32:53.407Zstarting task 2: "authentication"
722026-06-09T21:32:53.424Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T21:32:53.430Zstarting task 3: "clone repository"
742026-06-09T21:32:53.434Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T21:32:53.437Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T21:32:53.484ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T21:33:08.283Z+ cd /work/oxidecomputer/omicron
782026-06-09T21:33:08.283Z+ git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162
792026-06-09T21:33:08.570ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T21:33:08.570Z * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD
812026-06-09T21:33:08.580Z+ [[ -n '' ]]
822026-06-09T21:33:08.580Z+ git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162
832026-06-09T21:33:08.816ZHEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs
842026-06-09T21:33:08.819Zprocess exited: duration 15388 ms, exit code 0
 
852026-06-09T21:33:08.825Zstarting task 4: "build"
862026-06-09T21:33:08.830Z+ source .github/buildomat/ci-env.sh
872026-06-09T21:33:08.830Z++ export CARGO_TERM_COLOR=always
882026-06-09T21:33:08.830Z++ CARGO_TERM_COLOR=always
892026-06-09T21:33:08.830Z+ cargo --version
902026-06-09T21:33:08.840Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-09T21:33:08.845Z+ rustc --version
922026-06-09T21:33:08.863Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-09T21:33:08.866Z+ source ./env.sh
942026-06-09T21:33:08.866Z++ OLD_SHELL_OPTS=ehxB
952026-06-09T21:33:08.866Z++ set -o xtrace
962026-06-09T21:33:08.869Z++++ dirname ./env.sh
972026-06-09T21:33:08.869Z+++ readlink -f .
982026-06-09T21:33:08.872Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-09T21:33:08.872Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-09T21:33:08.872Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-09T21:33:08.873Z++ 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
1022026-06-09T21:33:08.873Z++ 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
1032026-06-09T21:33:08.873Z++ 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
1042026-06-09T21:33:08.873Z++ 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
1052026-06-09T21:33:08.873Z++ 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
1062026-06-09T21:33:08.873Z++ 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
1072026-06-09T21:33:08.873Z++ case $OLD_SHELL_OPTS in
1082026-06-09T21:33:08.873Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-06-09T21:33:08.873Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1102026-06-09T21:33:08.873Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1112026-06-09T21:33:08.873Z+ banner prerequisites
1122026-06-09T21:33:08.876Z
1132026-06-09T21:33:08.876Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-09T21:33:08.878Z # # # # # # # # # # # # # # #
1152026-06-09T21:33:08.878Z # # # # ##### # # ##### # # # # # #### #
1162026-06-09T21:33:08.878Z ##### ##### # ##### # # # # # # # # #
1172026-06-09T21:33:08.878Z # # # # # # # # # # # # # # #
1182026-06-09T21:33:08.878Z # # # ###### # # ###### ### # #### # #### #
1192026-06-09T21:33:08.878Z
1202026-06-09T21:33:08.878Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-09T21:33:10.834Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-09T21:33:10.929Z Startup: Caching catalogs ... Done
1232026-06-09T21:33:11.244ZPlanning: Solver setup ... Done (0.276s)
1242026-06-09T21:33:11.266ZPlanning: Running solver ... Done (0.021s)
1252026-06-09T21:33:11.272ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-09T21:33:11.282ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-09T21:33:11.297ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-09T21:33:11.311ZPlanning: Package planning ... Done (0.014s)
1292026-06-09T21:33:11.314ZPlanning: Merging actions ... Done (0.001s)
1302026-06-09T21:33:11.501ZPlanning: Checking for conflicting actions ... Done (0.188s)
1312026-06-09T21:33:11.504ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-09T21:33:12.741ZPlanning: Evaluating mediators ... Done (1.240s)
1332026-06-09T21:33:12.744ZPlanning: Planning completed in 1.79 seconds
1342026-06-09T21:33:12.751Z Packages to install: 2
1352026-06-09T21:33:12.751Z Estimated space available: 156.07 GB
1362026-06-09T21:33:12.751ZEstimated space to be consumed: 25.34 MB
1372026-06-09T21:33:12.754Z Create boot environment: No
1382026-06-09T21:33:12.754ZCreate backup boot environment: No
1392026-06-09T21:33:12.754Z Rebuild boot archive: No
1402026-06-09T21:33:12.754Z
1412026-06-09T21:33:12.754ZChanged packages:
1422026-06-09T21:33:12.754Zhelios
1432026-06-09T21:33:12.754Z developer/build-essential
1442026-06-09T21:33:12.754Z None -> 11-3.0
1452026-06-09T21:33:12.754Z library/libxmlsec1
1462026-06-09T21:33:12.754Z None -> 1.2.35-3.0
1472026-06-09T21:33:12.797Z
1482026-06-09T21:33:12.797ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-09T21:33:13.334ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1502026-06-09T21:33:13.379Z Actions: 1/268 actions (Installing new actions)
1512026-06-09T21:33:13.415Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-09T21:33:13.424ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-09T21:33:13.424ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-09T21:33:13.447ZFinalize: Updating image state ... Done (0.023s)
1552026-06-09T21:33:16.020ZFinalize: Creating fast lookup database ... Done (2.551s)
1562026-06-09T21:33:16.117ZFinalize: Reading search index ... Done (0.044s)
1572026-06-09T21:33:16.121ZFinalize: Updating search index ... Done (0.000s)
1582026-06-09T21:33:16.180ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-09T21:33:16.482ZPlanning: Evaluating mediator changes ... Done
1602026-06-09T21:33:16.587ZPlanning: Checking for conflicting actions ... Done
1612026-06-09T21:33:16.590ZPlanning: Consolidating action changes ... Done
1622026-06-09T21:33:16.746ZPlanning: Evaluating mediators ... Done
1632026-06-09T21:33:16.749ZPlanning: Planning completed in 0.26 seconds
1642026-06-09T21:33:16.769Z Mediators to change: 2
1652026-06-09T21:33:16.769Z Create boot environment: No
1662026-06-09T21:33:16.769ZCreate backup boot environment: No
1672026-06-09T21:33:16.816ZFinalize: Updating package state database ... Done
1682026-06-09T21:33:16.816ZFinalize: Updating package cache ... Done
1692026-06-09T21:33:16.829ZFinalize: Updating image state ... Done
1702026-06-09T21:33:18.757ZFinalize: Creating fast lookup database ... Done
1712026-06-09T21:33:18.816ZFinalize: Reading search index ... Done
1722026-06-09T21:33:18.819ZFinalize: Updating search index ... Done
1732026-06-09T21:33:18.875ZFinalize: Updating package cache ... Done
1742026-06-09T21:33:19.158ZPlanning: Evaluating mediator changes ... Done
1752026-06-09T21:33:19.265ZPlanning: Checking for conflicting actions ... Done
1762026-06-09T21:33:19.268ZPlanning: Consolidating action changes ... Done
1772026-06-09T21:33:19.425ZPlanning: Evaluating mediators ... Done
1782026-06-09T21:33:19.428ZPlanning: Planning completed in 0.27 seconds
1792026-06-09T21:33:19.448Z Mediators to change: 1
1802026-06-09T21:33:19.448Z Create boot environment: No
1812026-06-09T21:33:19.448ZCreate backup boot environment: No
1822026-06-09T21:33:19.488ZFinalize: Updating package state database ... Done
1832026-06-09T21:33:19.491ZFinalize: Updating package cache ... Done
1842026-06-09T21:33:19.500ZFinalize: Updating image state ... Done
1852026-06-09T21:33:21.463ZFinalize: Creating fast lookup database ... Done
1862026-06-09T21:33:21.524ZFinalize: Reading search index ... Done
1872026-06-09T21:33:21.527ZFinalize: Updating search index ... Done
1882026-06-09T21:33:21.579ZFinalize: Updating package cache ... Done
1892026-06-09T21:33:21.889ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-09T21:33:21.889Zapache system 2.4 system
1912026-06-09T21:33:21.889Zclang system 15 system
1922026-06-09T21:33:21.889Zcsh system system illumos
1932026-06-09T21:33:21.889Zctags system system illumos
1942026-06-09T21:33:21.890Zfile vendor vendor darwinsys
1952026-06-09T21:33:21.890Zfile system system illumos
1962026-06-09T21:33:21.890Zgcc vendor 14 vendor
1972026-06-09T21:33:21.890Zgcc system 13 system
1982026-06-09T21:33:21.890Zgcc system 10 system
1992026-06-09T21:33:21.890Zgo system 1.25 system
2002026-06-09T21:33:21.890Zllvm system 15 system
2012026-06-09T21:33:21.890Zmariadb system 11.4 system
2022026-06-09T21:33:21.890Zmta vendor vendor dma
2032026-06-09T21:33:21.890Zopenjdk system 17 system
2042026-06-09T21:33:21.890Zopenjdk system 11 system
2052026-06-09T21:33:21.890Zopenssl vendor 3 vendor
2062026-06-09T21:33:21.890Zperl system 5.40 system
2072026-06-09T21:33:21.890Zpostgresql system 18 system
2082026-06-09T21:33:21.891Zpostgresql system 17 system
2092026-06-09T21:33:21.891Zpython vendor 3 vendor
2102026-06-09T21:33:21.891Zpython system 2 system
2112026-06-09T21:33:21.891Zpython3 vendor 3.13 vendor
2122026-06-09T21:33:21.891Zruby system 3.4 system
2132026-06-09T21:33:21.891Zruby system 3.0 system
2142026-06-09T21:33:21.891Zwords vendor vendor american-english
2152026-06-09T21:33:21.891Zwords system system australian-english
2162026-06-09T21:33:21.891Zwords system system british-english
2172026-06-09T21:33:21.891Zwords system system canadian-english
2182026-06-09T21:33:21.891Zwords system system french
2192026-06-09T21:33:21.891Zwords system system italian
2202026-06-09T21:33:21.891Zwords system system ngerman
2212026-06-09T21:33:21.891Zwords system system ogerman
2222026-06-09T21:33:21.891Zwords system system spanish
2232026-06-09T21:33:22.140ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-09T21:33:22.140Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-09T21:33:22.428ZFMRI IFO
2262026-06-09T21:33:22.428Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-09T21:33:22.428Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-09T21:33:22.428Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-09T21:33:22.428Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-09T21:33:22.429Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-09T21:33:22.429Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-09T21:33:22.429Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-09T21:33:22.429Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-09T21:33:22.429Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-09T21:33:22.671Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-09T21:33:22.958Z Updating crates.io index
2372026-06-09T21:33:22.961Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-09T21:33:23.244Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-09T21:33:24.217Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-09T21:33:24.657Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-09T21:33:26.839Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-09T21:33:27.459Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-09T21:33:29.016Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-09T21:33:29.969Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-09T21:33:30.227Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-09T21:33:31.330Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-09T21:33:31.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-09T21:33:32.077Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-09T21:33:32.467Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-09T21:33:33.477Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-09T21:33:33.993Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-09T21:33:34.253Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-09T21:33:34.574Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-09T21:33:35.067Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-09T21:33:35.478Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-09T21:33:35.713Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-09T21:33:35.959Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-09T21:33:36.243Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-09T21:33:36.637Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-09T21:33:36.996Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-09T21:33:37.440Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-09T21:33:37.875Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-09T21:33:38.288Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-09T21:33:38.603Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-09T21:33:38.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-09T21:33:40.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-09T21:33:41.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-09T21:33:41.443Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-09T21:33:41.696Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-09T21:33:42.070Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-09T21:33:42.481Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-09T21:33:42.823Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-09T21:33:43.200Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-09T21:33:43.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-09T21:33:44.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-09T21:33:44.249Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-09T21:33:44.646Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-06-09T21:33:56.379Z Downloading crates ...
2792026-06-09T21:33:56.435Z Downloaded errno v0.3.14
2802026-06-09T21:33:56.440Z Downloaded cpufeatures v0.2.17
2812026-06-09T21:33:56.456Z Downloaded toml_write v0.1.2
2822026-06-09T21:33:56.459Z Downloaded zerofrom v0.1.6
2832026-06-09T21:33:56.459Z Downloaded displaydoc v0.2.5
2842026-06-09T21:33:56.462Z Downloaded heck v0.5.0
2852026-06-09T21:33:56.462Z Downloaded clap v4.6.1
2862026-06-09T21:33:56.465Z Downloaded unicode-xid v0.2.6
2872026-06-09T21:33:56.468Z Downloaded fs-err v3.3.0
2882026-06-09T21:33:56.468Z Downloaded camino-tempfile v1.4.1
2892026-06-09T21:33:56.471Z Downloaded zerocopy-derive v0.7.35
2902026-06-09T21:33:56.471Z Downloaded is_terminal_polyfill v1.70.2
2912026-06-09T21:33:56.474Z Downloaded clap_lex v1.0.0
2922026-06-09T21:33:56.474Z Downloaded zerofrom-derive v0.1.6
2932026-06-09T21:33:56.474Z Downloaded usdt v0.5.0
2942026-06-09T21:33:56.474Z Downloaded toml_datetime v0.6.11
2952026-06-09T21:33:56.474Z Downloaded dof v0.3.0
2962026-06-09T21:33:56.477Z Downloaded utf8_iter v1.0.4
2972026-06-09T21:33:56.480Z Downloaded papergrid v0.11.0
2982026-06-09T21:33:56.482Z Downloaded usdt-macro v0.5.0
2992026-06-09T21:33:56.482Z Downloaded camino v1.2.2
3002026-06-09T21:33:56.485Z Downloaded version_check v0.9.5
3012026-06-09T21:33:56.485Z Downloaded icu_properties v2.1.2
3022026-06-09T21:33:56.485Z Downloaded usdt-attr-macro v0.5.0
3032026-06-09T21:33:56.488Z Downloaded hashbrown v0.17.0
3042026-06-09T21:33:56.492Z Downloaded unicode-linebreak v0.1.5
3052026-06-09T21:33:56.494Z Downloaded typeid v1.0.3
3062026-06-09T21:33:56.494Z Downloaded fastrand v2.3.0
3072026-06-09T21:33:56.497Z Downloaded litemap v0.8.1
3082026-06-09T21:33:56.500Z Downloaded quote v1.0.45
3092026-06-09T21:33:56.500Z Downloaded cargo_toml v0.21.0
3102026-06-09T21:33:56.503Z Downloaded utf8parse v0.2.2
3112026-06-09T21:33:56.506Z Downloaded yoke-derive v0.8.1
3122026-06-09T21:33:56.509Z Downloaded tinystr v0.8.2
3132026-06-09T21:33:56.509Z Downloaded generic-array v0.14.7
3142026-06-09T21:33:56.512Z Downloaded thiserror v2.0.18
3152026-06-09T21:33:56.514Z Downloaded anstream v1.0.0
3162026-06-09T21:33:56.514Z Downloaded zerovec-derive v0.11.2
3172026-06-09T21:33:56.517Z Downloaded thread-id v4.2.2
3182026-06-09T21:33:56.517Z Downloaded thiserror-impl v2.0.18
3192026-06-09T21:33:56.517Z Downloaded thiserror-impl v1.0.69
3202026-06-09T21:33:56.517Z Downloaded thiserror v1.0.69
3212026-06-09T21:33:56.521Z Downloaded cargo-platform v0.2.0
3222026-06-09T21:33:56.523Z Downloaded proc-macro-error v1.0.4
3232026-06-09T21:33:56.523Z Downloaded usdt-impl v0.5.0
3242026-06-09T21:33:56.523Z Downloaded digest v0.10.7
3252026-06-09T21:33:56.526Z Downloaded zmij v1.0.21
3262026-06-09T21:33:56.526Z Downloaded icu_provider v2.1.1
3272026-06-09T21:33:56.529Z Downloaded ucd-trie v0.1.7
3282026-06-09T21:33:56.529Z Downloaded colorchoice v1.0.4
3292026-06-09T21:33:56.529Z Downloaded scroll_derive v0.12.1
3302026-06-09T21:33:56.537Z Downloaded potential_utf v0.1.4
3312026-06-09T21:33:56.540Z Downloaded writeable v0.6.2
3322026-06-09T21:33:56.543Z Downloaded heck v0.4.1
3332026-06-09T21:33:56.543Z Downloaded textwrap v0.16.2
3342026-06-09T21:33:56.548Z Downloaded cargo_metadata v0.21.0
3352026-06-09T21:33:56.548Z Downloaded yoke v0.8.1
3362026-06-09T21:33:56.548Z Downloaded toml v0.8.23
3372026-06-09T21:33:56.551Z Downloaded serde-value v0.7.0
3382026-06-09T21:33:56.554Z Downloaded ordered-float v2.10.1
3392026-06-09T21:33:56.554Z Downloaded form_urlencoded v1.2.2
3402026-06-09T21:33:56.554Z Downloaded itoa v1.0.17
3412026-06-09T21:33:56.554Z Downloaded block-buffer v0.10.4
3422026-06-09T21:33:56.557Z Downloaded unicode-ident v1.0.24
3432026-06-09T21:33:56.560Z Downloaded typenum v1.19.0
3442026-06-09T21:33:56.569Z Downloaded equivalent v1.0.2
3452026-06-09T21:33:56.573Z Downloaded zerotrie v0.2.3
3462026-06-09T21:33:56.573Z Downloaded plain v0.2.3
3472026-06-09T21:33:56.573Z Downloaded idna_adapter v1.2.1
3482026-06-09T21:33:56.573Z Downloaded anstyle-query v1.1.5
3492026-06-09T21:33:56.576Z Downloaded byteorder v1.5.0
3502026-06-09T21:33:56.576Z Downloaded anstyle v1.0.14
3512026-06-09T21:33:56.578Z Downloaded toml_edit v0.22.27
3522026-06-09T21:33:56.581Z Downloaded url v2.5.8
3532026-06-09T21:33:56.581Z Downloaded macaddr v1.0.1
3542026-06-09T21:33:56.584Z Downloaded fnv v1.0.7
3552026-06-09T21:33:56.584Z Downloaded stable_deref_trait v1.2.1
3562026-06-09T21:33:56.587Z Downloaded memmap v0.7.0
3572026-06-09T21:33:56.587Z Downloaded swrite v0.1.0
3582026-06-09T21:33:56.590Z Downloaded serde_spanned v0.6.9
3592026-06-09T21:33:56.593Z Downloaded zerovec v0.11.5
3602026-06-09T21:33:56.595Z Downloaded proc-macro-error-attr v1.0.4
3612026-06-09T21:33:56.595Z Downloaded percent-encoding v2.3.2
3622026-06-09T21:33:56.599Z Downloaded pretty-hex v0.4.1
3632026-06-09T21:33:56.599Z Downloaded cfg-if v1.0.4
3642026-06-09T21:33:56.602Z Downloaded zerocopy v0.7.35
3652026-06-09T21:33:56.607Z Downloaded tabled_derive v0.7.0
3662026-06-09T21:33:56.610Z Downloaded smawk v0.3.2
3672026-06-09T21:33:56.610Z Downloaded crypto-common v0.1.7
3682026-06-09T21:33:56.614Z Downloaded winnow v0.7.14
3692026-06-09T21:33:56.616Z Downloaded bytecount v0.6.9
3702026-06-09T21:33:56.619Z Downloaded anstyle-parse v1.0.0
3712026-06-09T21:33:56.619Z Downloaded icu_locale_core v2.1.1
3722026-06-09T21:33:56.623Z Downloaded unicode-width v0.2.0
3732026-06-09T21:33:56.626Z Downloaded terminal_size v0.4.3
3742026-06-09T21:33:56.626Z Downloaded strsim v0.11.1
3752026-06-09T21:33:56.629Z Downloaded dtrace-parser v0.2.0
3762026-06-09T21:33:56.629Z Downloaded unicode-width v0.1.14
3772026-06-09T21:33:56.657Z Downloaded synstructure v0.13.2
3782026-06-09T21:33:56.660Z Downloaded serde-untagged v0.1.9
3792026-06-09T21:33:56.660Z Downloaded scroll v0.12.0
3802026-06-09T21:33:56.663Z Downloaded smallvec v1.15.1
3812026-06-09T21:33:56.665Z Downloaded bitflags v2.11.0
3822026-06-09T21:33:56.669Z Downloaded once_cell v1.21.3
3832026-06-09T21:33:56.673Z Downloaded getrandom v0.4.1
3842026-06-09T21:33:56.676Z Downloaded autocfg v1.5.0
3852026-06-09T21:33:56.681Z Downloaded erased-serde v0.4.9
3862026-06-09T21:33:56.684Z Downloaded sha2 v0.10.9
3872026-06-09T21:33:56.685Z Downloaded memchr v2.8.0
3882026-06-09T21:33:56.688Z Downloaded tempfile v3.25.0
3892026-06-09T21:33:56.690Z Downloaded serde_tokenstream v0.2.3
3902026-06-09T21:33:56.693Z Downloaded cargo-util-schemas v0.8.2
3912026-06-09T21:33:56.693Z Downloaded anyhow v1.0.102
3922026-06-09T21:33:56.701Z Downloaded pest_generator v2.8.6
3932026-06-09T21:33:56.707Z Downloaded proc-macro2 v1.0.106
3942026-06-09T21:33:56.707Z Downloaded semver v1.0.28
3952026-06-09T21:33:56.714Z Downloaded clap_derive v4.6.1
3962026-06-09T21:33:56.717Z Downloaded pest_derive v2.8.6
3972026-06-09T21:33:56.722Z Downloaded serde_core v1.0.228
3982026-06-09T21:33:56.725Z Downloaded serde_derive v1.0.228
3992026-06-09T21:33:56.730Z Downloaded num-traits v0.2.19
4002026-06-09T21:33:56.734Z Downloaded icu_normalizer v2.1.1
4012026-06-09T21:33:56.737Z Downloaded log v0.4.29
4022026-06-09T21:33:56.737Z Downloaded icu_normalizer_data v2.1.1
4032026-06-09T21:33:56.740Z Downloaded pest_meta v2.8.6
4042026-06-09T21:33:56.748Z Downloaded serde v1.0.228
4052026-06-09T21:33:56.764Z Downloaded icu_collections v2.1.1
4062026-06-09T21:33:56.774Z Downloaded indexmap v2.14.0
4072026-06-09T21:33:56.779Z Downloaded clap_builder v4.6.0
4082026-06-09T21:33:56.811Z Downloaded tabled v0.15.0
4092026-06-09T21:33:56.819Z Downloaded serde_json v1.0.149
4102026-06-09T21:33:56.823Z Downloaded idna v1.1.0
4112026-06-09T21:33:56.826Z Downloaded goblin v0.8.2
4122026-06-09T21:33:56.828Z Downloaded pest v2.8.6
4132026-06-09T21:33:56.833Z Downloaded icu_properties_data v2.1.2
4142026-06-09T21:33:56.845Z Downloaded syn v2.0.117
4152026-06-09T21:33:56.851Z Downloaded syn v1.0.109
4162026-06-09T21:33:56.884Z Downloaded rustix v1.1.3
4172026-06-09T21:33:56.911Z Downloaded libc v0.2.185
4182026-06-09T21:33:56.982Z Compiling proc-macro2 v1.0.106
4192026-06-09T21:33:56.982Z Compiling unicode-ident v1.0.24
4202026-06-09T21:33:56.985Z Compiling quote v1.0.45
4212026-06-09T21:33:56.985Z Compiling serde_core v1.0.228
4222026-06-09T21:33:56.985Z Compiling libc v0.2.185
4232026-06-09T21:33:56.985Z Compiling version_check v0.9.5
4242026-06-09T21:33:56.985Z Compiling serde v1.0.228
4252026-06-09T21:33:56.985Z Compiling stable_deref_trait v1.2.1
4262026-06-09T21:33:57.295Z Compiling memchr v2.8.0
4272026-06-09T21:33:57.312Z Compiling zmij v1.0.21
4282026-06-09T21:33:57.563Z Compiling itoa v1.0.17
4292026-06-09T21:33:57.563Z Compiling autocfg v1.5.0
4302026-06-09T21:33:57.756Z Compiling thiserror v1.0.69
4312026-06-09T21:33:57.915Z Compiling ucd-trie v0.1.7
4322026-06-09T21:33:57.956Z Compiling writeable v0.6.2
4332026-06-09T21:33:57.977Z Compiling litemap v0.8.1
4342026-06-09T21:33:58.010Z Compiling icu_properties_data v2.1.2
4352026-06-09T21:33:58.150Z Compiling pest v2.8.6
4362026-06-09T21:33:58.167Z Compiling rustix v1.1.3
4372026-06-09T21:33:58.183Z Compiling icu_normalizer_data v2.1.1
4382026-06-09T21:33:58.362Z Compiling byteorder v1.5.0
4392026-06-09T21:33:58.471Z Compiling syn v2.0.117
4402026-06-09T21:33:58.551Z Compiling errno v0.3.14
4412026-06-09T21:33:58.581Z Compiling serde_json v1.0.149
4422026-06-09T21:33:58.602Z Compiling bitflags v2.11.0
4432026-06-09T21:33:58.827Z Compiling num-traits v0.2.19
4442026-06-09T21:33:58.878Z Compiling typeid v1.0.3
4452026-06-09T21:33:59.008Z Compiling smallvec v1.15.1
4462026-06-09T21:33:59.046Z Compiling hashbrown v0.17.0
4472026-06-09T21:33:59.141Z Compiling equivalent v1.0.2
4482026-06-09T21:33:59.216Z Compiling pest_meta v2.8.6
4492026-06-09T21:33:59.389Z Compiling thread-id v4.2.2
4502026-06-09T21:33:59.408Z Compiling usdt-impl v0.5.0
4512026-06-09T21:33:59.469Z Compiling proc-macro-error-attr v1.0.4
4522026-06-09T21:33:59.485Z Compiling winnow v0.7.14
4532026-06-09T21:33:59.596Z Compiling indexmap v2.14.0
4542026-06-09T21:33:59.620Z Compiling toml_write v0.1.2
4552026-06-09T21:33:59.798Z Compiling erased-serde v0.4.9
4562026-06-09T21:33:59.818Z Compiling syn v1.0.109
4572026-06-09T21:34:00.204Z Compiling proc-macro-error v1.0.4
4582026-06-09T21:34:00.294Z Compiling log v0.4.29
4592026-06-09T21:34:00.391Z Compiling percent-encoding v2.3.2
4602026-06-09T21:34:00.481Z Compiling camino v1.2.2
4612026-06-09T21:34:00.587Z Compiling thiserror v2.0.18
4622026-06-09T21:34:00.621Z Compiling utf8_iter v1.0.4
4632026-06-09T21:34:00.659Z Compiling utf8parse v0.2.2
4642026-06-09T21:34:00.772Z Compiling getrandom v0.4.1
4652026-06-09T21:34:00.789Z Compiling plain v0.2.3
4662026-06-09T21:34:00.830Z Compiling anstyle-parse v1.0.0
4672026-06-09T21:34:00.853Z Compiling form_urlencoded v1.2.2
4682026-06-09T21:34:00.927Z Compiling ordered-float v2.10.1
4692026-06-09T21:34:01.018Z Compiling synstructure v0.13.2
4702026-06-09T21:34:01.033Z Compiling pest_generator v2.8.6
4712026-06-09T21:34:01.179Z Compiling terminal_size v0.4.3
4722026-06-09T21:34:01.306Z Compiling anstyle v1.0.14
4732026-06-09T21:34:01.392Z Compiling colorchoice v1.0.4
4742026-06-09T21:34:01.497Z Compiling cfg-if v1.0.4
4752026-06-09T21:34:01.516Z Compiling is_terminal_polyfill v1.70.2
4762026-06-09T21:34:01.530Z Compiling pretty-hex v0.4.1
4772026-06-09T21:34:01.533Z Compiling anstyle-query v1.1.5
4782026-06-09T21:34:01.671Z Compiling serde-untagged v0.1.9
4792026-06-09T21:34:01.708Z Compiling anstream v1.0.0
4802026-06-09T21:34:01.787Z Compiling semver v1.0.28
4812026-06-09T21:34:01.821Z Compiling fs-err v3.3.0
4822026-06-09T21:34:01.918Z Compiling once_cell v1.21.3
4832026-06-09T21:34:02.013Z Compiling fnv v1.0.7
4842026-06-09T21:34:02.031Z Compiling unicode-xid v0.2.6
4852026-06-09T21:34:02.110Z Compiling unicode-width v0.1.14
4862026-06-09T21:34:02.128Z Compiling fastrand v2.3.0
4872026-06-09T21:34:02.131Z Compiling heck v0.4.1
4882026-06-09T21:34:02.161Z Compiling heck v0.5.0
4892026-06-09T21:34:02.164Z Compiling clap_lex v1.0.0
4902026-06-09T21:34:02.387Z Compiling anyhow v1.0.102
4912026-06-09T21:34:02.402Z Compiling strsim v0.11.1
4922026-06-09T21:34:02.405Z Compiling bytecount v0.6.9
4932026-06-09T21:34:02.436Z Compiling tempfile v3.25.0
4942026-06-09T21:34:02.545Z Compiling papergrid v0.11.0
4952026-06-09T21:34:02.676Z Compiling clap_builder v4.6.0
4962026-06-09T21:34:02.710Z Compiling serde_derive v1.0.228
4972026-06-09T21:34:02.806Z Compiling zerofrom-derive v0.1.6
4982026-06-09T21:34:02.811Z Compiling yoke-derive v0.8.1
4992026-06-09T21:34:02.916Z Compiling zerovec-derive v0.11.2
5002026-06-09T21:34:03.254Z Compiling displaydoc v0.2.5
5012026-06-09T21:34:03.971Z Compiling thiserror-impl v1.0.69
5022026-06-09T21:34:03.992Z Compiling zerocopy-derive v0.7.35
5032026-06-09T21:34:04.007Z Compiling pest_derive v2.8.6
5042026-06-09T21:34:04.033Z Compiling scroll_derive v0.12.1
5052026-06-09T21:34:04.166Z Compiling zerofrom v0.1.6
5062026-06-09T21:34:04.301Z Compiling yoke v0.8.1
5072026-06-09T21:34:04.429Z Compiling thiserror-impl v2.0.18
5082026-06-09T21:34:04.494Z Compiling zerovec v0.11.5
5092026-06-09T21:34:04.685Z Compiling zerotrie v0.2.3
5102026-06-09T21:34:04.840Z Compiling zerocopy v0.7.35
5112026-06-09T21:34:04.993Z Compiling tinystr v0.8.2
5122026-06-09T21:34:05.010Z Compiling potential_utf v0.1.4
5132026-06-09T21:34:05.180Z Compiling icu_locale_core v2.1.1
5142026-06-09T21:34:05.201Z Compiling icu_collections v2.1.1
5152026-06-09T21:34:05.345Z Compiling dtrace-parser v0.2.0
5162026-06-09T21:34:05.384Z Compiling scroll v0.12.0
5172026-06-09T21:34:05.675Z Compiling goblin v0.8.2
5182026-06-09T21:34:05.694Z Compiling tabled_derive v0.7.0
5192026-06-09T21:34:05.712Z Compiling clap_derive v4.6.1
5202026-06-09T21:34:05.865Z Compiling icu_provider v2.1.1
5212026-06-09T21:34:06.096Z Compiling icu_normalizer v2.1.1
5222026-06-09T21:34:06.128Z Compiling icu_properties v2.1.2
5232026-06-09T21:34:06.153Z Compiling serde_spanned v0.6.9
5242026-06-09T21:34:06.172Z Compiling toml_datetime v0.6.11
5252026-06-09T21:34:06.175Z Compiling dof v0.3.0
5262026-06-09T21:34:06.301Z Compiling serde_tokenstream v0.2.3
5272026-06-09T21:34:06.442Z Compiling toml_edit v0.22.27
5282026-06-09T21:34:06.643Z Compiling serde-value v0.7.0
5292026-06-09T21:34:06.663Z Compiling cargo-platform v0.2.0
5302026-06-09T21:34:06.692Z Compiling memmap v0.7.0
5312026-06-09T21:34:06.886Z Compiling smawk v0.3.2
5322026-06-09T21:34:06.935Z Compiling unicode-width v0.2.0
5332026-06-09T21:34:07.009Z Compiling unicode-linebreak v0.1.5
5342026-06-09T21:34:07.033Z Compiling tabled v0.15.0
5352026-06-09T21:34:07.218Z Compiling idna_adapter v1.2.1
5362026-06-09T21:34:07.252Z Compiling usdt-attr-macro v0.5.0
5372026-06-09T21:34:07.267Z Compiling usdt-macro v0.5.0
5382026-06-09T21:34:07.289Z Compiling textwrap v0.16.2
5392026-06-09T21:34:07.358Z Compiling idna v1.1.0
5402026-06-09T21:34:07.459Z Compiling clap v4.6.1
5412026-06-09T21:34:07.765Z Compiling url v2.5.8
5422026-06-09T21:34:07.856Z Compiling macaddr v1.0.1
5432026-06-09T21:34:07.932Z Compiling toml v0.8.23
5442026-06-09T21:34:08.085Z Compiling camino-tempfile v1.4.1
5452026-06-09T21:34:08.266Z Compiling swrite v0.1.0
5462026-06-09T21:34:08.320Z Compiling cargo-util-schemas v0.8.2
5472026-06-09T21:34:08.369Z Compiling cargo_toml v0.21.0
5482026-06-09T21:34:08.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-09T21:34:08.839Z Compiling usdt v0.5.0
5502026-06-09T21:34:09.229Z Compiling cargo_metadata v0.21.0
5512026-06-09T21:34:10.152Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-09T21:34:12.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
5532026-06-09T21:34:12.459Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5542026-06-09T21:34:13.026Z Downloading crates ...
5552026-06-09T21:34:13.122Z Downloaded adler2 v2.0.1
5562026-06-09T21:34:13.126Z Downloaded cobs v0.3.0
5572026-06-09T21:34:13.129Z Downloaded base16ct v0.2.0
5582026-06-09T21:34:13.133Z Downloaded crc-catalog v2.4.0
5592026-06-09T21:34:13.136Z Downloaded crc8 v0.1.1
5602026-06-09T21:34:13.136Z Downloaded async-recursion v1.1.1
5612026-06-09T21:34:13.139Z Downloaded crc v3.4.0
5622026-06-09T21:34:13.148Z Downloaded darling v0.23.0
5632026-06-09T21:34:13.151Z Downloaded dirs-sys-next v0.1.2
5642026-06-09T21:34:13.157Z Downloaded float-ord v0.3.2
5652026-06-09T21:34:13.160Z Downloaded dunce v1.0.5
5662026-06-09T21:34:13.160Z Downloaded async-stream v0.3.6
5672026-06-09T21:34:13.163Z Downloaded curve25519-dalek-derive v0.1.1
5682026-06-09T21:34:13.166Z Downloaded defmt v1.0.1
5692026-06-09T21:34:13.169Z Downloaded ctr v0.9.2
5702026-06-09T21:34:13.172Z Downloaded darling v0.21.3
5712026-06-09T21:34:13.179Z Downloaded find-msvc-tools v0.1.9
5722026-06-09T21:34:13.183Z Downloaded aead v0.5.2
5732026-06-09T21:34:13.186Z Downloaded async-stream-impl v0.3.6
5742026-06-09T21:34:13.186Z Downloaded data-encoding v2.10.0
5752026-06-09T21:34:13.186Z Downloaded csv-core v0.1.13
5762026-06-09T21:34:13.190Z Downloaded derive-where v1.6.0
5772026-06-09T21:34:13.193Z Downloaded daft v0.1.7
5782026-06-09T21:34:13.193Z Downloaded cpufeatures v0.3.0
5792026-06-09T21:34:13.196Z Downloaded chacha20 v0.9.1
5802026-06-09T21:34:13.196Z Downloaded castaway v0.2.4
5812026-06-09T21:34:13.198Z Downloaded darling_core v0.13.4
5822026-06-09T21:34:13.201Z Downloaded defmt v0.3.100
5832026-06-09T21:34:13.202Z Downloaded cstr-argument v0.1.2
5842026-06-09T21:34:13.202Z Downloaded assert_matches v1.5.0
5852026-06-09T21:34:13.204Z Downloaded ascii-canvas v3.0.0
5862026-06-09T21:34:13.204Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-06-09T21:34:13.207Z Downloaded arrayref v0.3.9
5882026-06-09T21:34:13.207Z Downloaded crc-any v2.5.0
5892026-06-09T21:34:13.210Z Downloaded float-cmp v0.10.0
5902026-06-09T21:34:13.210Z Downloaded crucible-workspace-hack v0.1.0
5912026-06-09T21:34:13.210Z Downloaded derive_builder_macro v0.20.2
5922026-06-09T21:34:13.213Z Downloaded crunchy v0.2.4
5932026-06-09T21:34:13.213Z Downloaded anstream v0.6.21
5942026-06-09T21:34:13.216Z Downloaded foreign-types-macros v0.2.3
5952026-06-09T21:34:13.216Z Downloaded darling_macro v0.21.3
5962026-06-09T21:34:13.219Z Downloaded crossbeam-deque v0.8.6
5972026-06-09T21:34:13.222Z Downloaded crossterm v0.28.1
5982026-06-09T21:34:13.225Z Downloaded block-padding v0.3.3
5992026-06-09T21:34:13.229Z Downloaded embedded-io v0.4.0
6002026-06-09T21:34:13.229Z Downloaded array-init v0.0.4
6012026-06-09T21:34:13.232Z Downloaded dtrace-parser v0.3.0
6022026-06-09T21:34:13.232Z Downloaded display-error-chain v0.2.2
6032026-06-09T21:34:13.232Z Downloaded cargo-platform v0.3.2
6042026-06-09T21:34:13.236Z Downloaded env_filter v1.0.0
6052026-06-09T21:34:13.236Z Downloaded bb8 v0.8.6
6062026-06-09T21:34:13.236Z Downloaded atty v0.2.14
6072026-06-09T21:34:13.236Z Downloaded darling_macro v0.13.4
6082026-06-09T21:34:13.239Z Downloaded dirs-next v2.0.0
6092026-06-09T21:34:13.239Z Downloaded atomic-waker v1.1.2
6102026-06-09T21:34:13.242Z Downloaded fixedbitset v0.4.2
6112026-06-09T21:34:13.242Z Downloaded ciborium-ll v0.2.2
6122026-06-09T21:34:13.242Z Downloaded cfg_aliases v0.2.1
6132026-06-09T21:34:13.245Z Downloaded defmt-parser v1.0.0
6142026-06-09T21:34:13.245Z Downloaded embedded-io v0.6.1
6152026-06-09T21:34:13.248Z Downloaded darling_macro v0.20.11
6162026-06-09T21:34:13.251Z Downloaded ciborium-io v0.2.2
6172026-06-09T21:34:13.251Z Downloaded bitfield-macros v0.19.4
6182026-06-09T21:34:13.254Z Downloaded debug-ignore v1.0.5
6192026-06-09T21:34:13.254Z Downloaded enum-as-inner v0.6.1
6202026-06-09T21:34:13.257Z Downloaded convert_case v0.4.0
6212026-06-09T21:34:13.260Z Downloaded cfg_aliases v0.1.1
6222026-06-09T21:34:13.260Z Downloaded flagset v0.4.7
6232026-06-09T21:34:13.264Z Downloaded fd-lock v4.0.4
6242026-06-09T21:34:13.264Z Downloaded foreign-types v0.3.2
6252026-06-09T21:34:13.264Z Downloaded difflib v0.4.0
6262026-06-09T21:34:13.267Z Downloaded bcrypt-pbkdf v0.10.0
6272026-06-09T21:34:13.267Z Downloaded compression-core v0.4.31
6282026-06-09T21:34:13.267Z Downloaded bit-set v0.8.0
6292026-06-09T21:34:13.267Z Downloaded bit-set v0.5.3
6302026-06-09T21:34:13.270Z Downloaded dyn-clone v1.0.20
6312026-06-09T21:34:13.270Z Downloaded foreign-types v0.5.0
6322026-06-09T21:34:13.273Z Downloaded foreign-types-shared v0.3.1
6332026-06-09T21:34:13.273Z Downloaded bitfield-struct v0.6.2
6342026-06-09T21:34:13.273Z Downloaded foreign-types-shared v0.1.1
6352026-06-09T21:34:13.273Z Downloaded atomicwrites v0.4.4
6362026-06-09T21:34:13.277Z Downloaded endian-type v0.1.2
6372026-06-09T21:34:13.280Z Downloaded dsl_auto_type v0.2.0
6382026-06-09T21:34:13.280Z Downloaded downcast-rs v2.0.2
6392026-06-09T21:34:13.280Z Downloaded buf-list v1.1.2
6402026-06-09T21:34:13.283Z Downloaded derive_builder_core v0.20.2
6412026-06-09T21:34:13.283Z Downloaded darling_core v0.21.3
6422026-06-09T21:34:13.286Z Downloaded daft-derive v0.1.7
6432026-06-09T21:34:13.289Z Downloaded ecdsa v0.16.9
6442026-06-09T21:34:13.293Z Downloaded crc32fast v1.5.0
6452026-06-09T21:34:13.296Z Downloaded funty v2.0.0
6462026-06-09T21:34:13.296Z Downloaded cmake v0.1.57
6472026-06-09T21:34:13.296Z Downloaded argon2 v0.5.3
6482026-06-09T21:34:13.296Z Downloaded bcs v0.1.6
6492026-06-09T21:34:13.299Z Downloaded futures-io v0.3.32
6502026-06-09T21:34:13.299Z Downloaded futures-core v0.3.32
6512026-06-09T21:34:13.299Z Downloaded fxhash v0.2.1
6522026-06-09T21:34:13.303Z Downloaded gethostname v0.5.0
6532026-06-09T21:34:13.303Z Downloaded futures-task v0.3.32
6542026-06-09T21:34:13.303Z Downloaded futures-sink v0.3.32
6552026-06-09T21:34:13.303Z Downloaded ghash v0.5.1
6562026-06-09T21:34:13.306Z Downloaded futures-macro v0.3.32
6572026-06-09T21:34:13.306Z Downloaded colored v3.1.1
6582026-06-09T21:34:13.310Z Downloaded cipher v0.4.4
6592026-06-09T21:34:13.310Z Downloaded headers-core v0.3.0
6602026-06-09T21:34:13.310Z Downloaded hash32 v0.3.1
6612026-06-09T21:34:13.310Z Downloaded hash32 v0.2.1
6622026-06-09T21:34:13.313Z Downloaded fixedbitset v0.5.7
6632026-06-09T21:34:13.313Z Downloaded dof v0.4.0
6642026-06-09T21:34:13.313Z Downloaded globwalk v0.9.1
6652026-06-09T21:34:13.316Z Downloaded async-trait v0.1.89
6662026-06-09T21:34:13.316Z Downloaded fallible-iterator v0.2.0
6672026-06-09T21:34:13.319Z Downloaded camino-tempfile-ext v0.3.3
6682026-06-09T21:34:13.319Z Downloaded ena v0.14.4
6692026-06-09T21:34:13.322Z Downloaded ed25519 v2.2.3
6702026-06-09T21:34:13.322Z Downloaded erased-serde v0.3.31
6712026-06-09T21:34:13.325Z Downloaded filetime v0.2.27
6722026-06-09T21:34:13.325Z Downloaded either v1.15.0
6732026-06-09T21:34:13.329Z Downloaded bit-vec v0.8.0
6742026-06-09T21:34:13.329Z Downloaded const_format_proc_macros v0.2.34
6752026-06-09T21:34:13.329Z Downloaded cargo_metadata v0.23.1
6762026-06-09T21:34:13.333Z Downloaded anstyle-parse v0.2.7
6772026-06-09T21:34:13.333Z Downloaded darling v0.13.4
6782026-06-09T21:34:13.336Z Downloaded fs-err v2.11.0
6792026-06-09T21:34:13.336Z Downloaded cexpr v0.6.0
6802026-06-09T21:34:13.338Z Downloaded backoff v0.4.0
6812026-06-09T21:34:13.338Z Downloaded cassowary v0.3.0
6822026-06-09T21:34:13.341Z Downloaded blowfish v0.9.1
6832026-06-09T21:34:13.341Z Downloaded hex-literal v0.4.1
6842026-06-09T21:34:13.341Z Downloaded foldhash v0.1.5
6852026-06-09T21:34:13.344Z Downloaded foldhash v0.2.0
6862026-06-09T21:34:13.344Z Downloaded byte-wrapper v0.1.0
6872026-06-09T21:34:13.347Z Downloaded fs_extra v1.3.0
6882026-06-09T21:34:13.347Z Downloaded darling v0.20.11
6892026-06-09T21:34:13.350Z Downloaded const-oid v0.9.6
6902026-06-09T21:34:13.353Z Downloaded bitflags v1.3.2
6912026-06-09T21:34:13.356Z Downloaded hostname v0.4.2
6922026-06-09T21:34:13.356Z Downloaded hostname v0.3.1
6932026-06-09T21:34:13.356Z Downloaded constant_time_eq v0.4.2
6942026-06-09T21:34:13.359Z Downloaded console v0.16.2
6952026-06-09T21:34:13.360Z Downloaded der_derive v0.7.3
6962026-06-09T21:34:13.360Z Downloaded futures-executor v0.3.32
6972026-06-09T21:34:13.363Z Downloaded globset v0.4.18
6982026-06-09T21:34:13.363Z Downloaded cancel-safe-futures v0.1.5
6992026-06-09T21:34:13.366Z Downloaded http-range v0.1.5
7002026-06-09T21:34:13.366Z Downloaded git-stub v1.0.0
7012026-06-09T21:34:13.366Z Downloaded crossbeam-utils v0.8.21
7022026-06-09T21:34:13.368Z Downloaded indoc v1.0.9
7032026-06-09T21:34:13.371Z Downloaded illumos-nvpair-sys v0.2.0
7042026-06-09T21:34:13.371Z Downloaded hubpack v0.1.2
7052026-06-09T21:34:13.371Z Downloaded ident_case v1.0.1
7062026-06-09T21:34:13.374Z Downloaded illumos-nvpair v0.3.0
7072026-06-09T21:34:13.374Z Downloaded hyper-tls v0.6.0
7082026-06-09T21:34:13.375Z Downloaded hubpack_derive v0.1.1
7092026-06-09T21:34:13.375Z Downloaded httpdate v1.0.3
7102026-06-09T21:34:13.378Z Downloaded instability v0.3.11
7112026-06-09T21:34:13.378Z Downloaded inout v0.1.4
7122026-06-09T21:34:13.380Z Downloaded internet-checksum v0.2.1
7132026-06-09T21:34:13.380Z Downloaded bzip2 v0.6.1
7142026-06-09T21:34:13.380Z Downloaded indent_write v2.2.0
7152026-06-09T21:34:13.380Z Downloaded glob v0.3.3
7162026-06-09T21:34:13.385Z Downloaded group v0.13.0
7172026-06-09T21:34:13.385Z Downloaded git-stub-vcs v0.1.0
7182026-06-09T21:34:13.388Z Downloaded console v0.15.11
7192026-06-09T21:34:13.388Z Downloaded ciborium v0.2.2
7202026-06-09T21:34:13.388Z Downloaded derive_builder v0.20.2
7212026-06-09T21:34:13.391Z Downloaded compression-codecs v0.4.37
7222026-06-09T21:34:13.393Z Downloaded ff v0.13.1
7232026-06-09T21:34:13.397Z Downloaded env_logger v0.11.9
7242026-06-09T21:34:13.397Z Downloaded colored v2.2.0
7252026-06-09T21:34:13.399Z Downloaded convert_case v0.10.0
7262026-06-09T21:34:13.400Z Downloaded des v0.8.1
7272026-06-09T21:34:13.402Z Downloaded is_ci v1.2.0
7282026-06-09T21:34:13.402Z Downloaded defmt-macros v1.0.1
7292026-06-09T21:34:13.407Z Downloaded cookie_store v0.22.1
7302026-06-09T21:34:13.407Z Downloaded blake2 v0.10.6
7312026-06-09T21:34:13.410Z Downloaded is-terminal v0.4.17
7322026-06-09T21:34:13.410Z Downloaded instant v0.1.13
7332026-06-09T21:34:13.410Z Downloaded kstat-rs v0.2.4
7342026-06-09T21:34:13.413Z Downloaded keccak v0.1.6
7352026-06-09T21:34:13.413Z Downloaded derive_more v0.99.20
7362026-06-09T21:34:13.416Z Downloaded darling_core v0.23.0
7372026-06-09T21:34:13.419Z Downloaded http-body v1.0.1
7382026-06-09T21:34:13.419Z Downloaded highway v1.3.0
7392026-06-09T21:34:13.422Z Downloaded diesel_derives v2.3.7
7402026-06-09T21:34:13.426Z Downloaded lazy_static v1.5.0
7412026-06-09T21:34:13.426Z Downloaded home v0.5.12
7422026-06-09T21:34:13.429Z Downloaded allocator-api2 v0.2.21
7432026-06-09T21:34:13.429Z Downloaded compact_str v0.8.1
7442026-06-09T21:34:13.431Z Downloaded match_cfg v0.1.0
7452026-06-09T21:34:13.434Z Downloaded linked-hash-map v0.5.6
7462026-06-09T21:34:13.434Z Downloaded http-body-util v0.1.3
7472026-06-09T21:34:13.434Z Downloaded maplit v1.0.2
7482026-06-09T21:34:13.437Z Downloaded lru v0.12.5
7492026-06-09T21:34:13.437Z Downloaded humantime v2.3.0
7502026-06-09T21:34:13.437Z Downloaded getrandom v0.2.17
7512026-06-09T21:34:13.440Z Downloaded managed v0.8.0
7522026-06-09T21:34:13.440Z Downloaded impl-trait-for-tuples v0.2.3
7532026-06-09T21:34:13.443Z Downloaded maybe-uninit v2.0.0
7542026-06-09T21:34:13.443Z Downloaded hyper-staticfile v0.10.1
7552026-06-09T21:34:13.445Z Downloaded mime v0.3.17
7562026-06-09T21:34:13.446Z Downloaded new_debug_unreachable v1.0.6
7572026-06-09T21:34:13.449Z Downloaded multimap v0.10.1
7582026-06-09T21:34:13.449Z Downloaded md5 v0.7.0
7592026-06-09T21:34:13.449Z Downloaded memoffset v0.9.1
7602026-06-09T21:34:13.453Z Downloaded newtype-uuid-macros v0.1.0
7612026-06-09T21:34:13.453Z Downloaded lru-cache v0.1.2
7622026-06-09T21:34:13.453Z Downloaded lzss v0.8.2
7632026-06-09T21:34:13.457Z Downloaded newtype_derive v0.1.6
7642026-06-09T21:34:13.457Z Downloaded md-5 v0.10.6
7652026-06-09T21:34:13.458Z Downloaded indoc v2.0.7
7662026-06-09T21:34:13.460Z Downloaded futures-channel v0.3.32
7672026-06-09T21:34:13.460Z Downloaded ipnet v2.11.0
7682026-06-09T21:34:13.460Z Downloaded ingot-types v0.1.2
7692026-06-09T21:34:13.461Z Downloaded cookie v0.18.1
7702026-06-09T21:34:13.463Z Downloaded clang-sys v1.8.1
7712026-06-09T21:34:13.463Z Downloaded backon v1.6.0
7722026-06-09T21:34:13.466Z Downloaded fatfs v0.3.6
7732026-06-09T21:34:13.469Z Downloaded dropshot_endpoint v0.17.0
7742026-06-09T21:34:13.471Z Downloaded libscf-sys v1.1.0
7752026-06-09T21:34:13.471Z Downloaded darling_core v0.20.11
7762026-06-09T21:34:13.474Z Downloaded jobserver v0.1.34
7772026-06-09T21:34:13.477Z Downloaded ingot v0.1.1
7782026-06-09T21:34:13.477Z Downloaded drift v0.2.0
7792026-06-09T21:34:13.483Z Downloaded nodrop v0.1.14
7802026-06-09T21:34:13.486Z Downloaded nibble_vec v0.1.0
7812026-06-09T21:34:13.486Z Downloaded normalize-line-endings v0.3.0
7822026-06-09T21:34:13.486Z Downloaded nonempty v0.12.0
7832026-06-09T21:34:13.489Z Downloaded hmac v0.12.1
7842026-06-09T21:34:13.489Z Downloaded num-conv v0.2.0
7852026-06-09T21:34:13.492Z Downloaded num-iter v0.1.45
7862026-06-09T21:34:13.492Z Downloaded num v0.4.3
7872026-06-09T21:34:13.492Z Downloaded elliptic-curve v0.13.8
7882026-06-09T21:34:13.495Z Downloaded chacha20poly1305 v0.10.1
7892026-06-09T21:34:13.495Z Downloaded diff v0.1.13
7902026-06-09T21:34:13.499Z Downloaded ahash v0.8.12
7912026-06-09T21:34:13.502Z Downloaded num_enum_derive v0.5.11
7922026-06-09T21:34:13.502Z Downloaded libloading v0.8.9
7932026-06-09T21:34:13.502Z Downloaded olpc-cjson v0.1.4
7942026-06-09T21:34:13.502Z Downloaded lalrpop-util v0.19.12
7952026-06-09T21:34:13.505Z Downloaded opaque-debug v0.3.1
7962026-06-09T21:34:13.505Z Downloaded bzip2 v0.4.4
7972026-06-09T21:34:13.505Z Downloaded openssl-probe v0.2.1
7982026-06-09T21:34:13.508Z Downloaded openssl-macros v0.1.1
7992026-06-09T21:34:13.508Z Downloaded num_threads v0.1.7
8002026-06-09T21:34:13.508Z Downloaded num-derive v0.4.2
8012026-06-09T21:34:13.511Z Downloaded iana-time-zone v0.1.65
8022026-06-09T21:34:13.511Z Downloaded lock_api v0.4.14
8032026-06-09T21:34:13.514Z Downloaded newline-converter v0.3.0
8042026-06-09T21:34:13.514Z Downloaded mime_guess v2.0.5
8052026-06-09T21:34:13.514Z Downloaded linear-map v1.2.0
8062026-06-09T21:34:13.517Z Downloaded openssl-probe v0.1.6
8072026-06-09T21:34:13.517Z Downloaded hyper-rustls v0.27.7
8082026-06-09T21:34:13.517Z Downloaded httparse v1.10.1
8092026-06-09T21:34:13.521Z Downloaded libsw-core v0.3.2
8102026-06-09T21:34:13.521Z Downloaded oso-derive v0.27.3
8112026-06-09T21:34:13.521Z Downloaded lru-slab v0.1.2
8122026-06-09T21:34:13.523Z Downloaded ingot-macros v0.1.1
8132026-06-09T21:34:13.537Z Downloaded parse-size v1.1.0
8142026-06-09T21:34:13.540Z Downloaded half v1.8.3
8152026-06-09T21:34:13.540Z Downloaded flume v0.11.1
8162026-06-09T21:34:13.543Z Downloaded const_format v0.2.35
8172026-06-09T21:34:13.546Z Downloaded native-tls v0.2.18
8182026-06-09T21:34:13.546Z Downloaded parse-display v0.10.0
8192026-06-09T21:34:13.546Z Downloaded arc-swap v1.8.2
8202026-06-09T21:34:13.549Z Downloaded packed_struct_codegen v0.10.1
8212026-06-09T21:34:13.549Z Downloaded newtype-uuid v1.3.2
8222026-06-09T21:34:13.552Z Downloaded nanorand v0.7.0
8232026-06-09T21:34:13.552Z Downloaded pbkdf2 v0.11.0
8242026-06-09T21:34:13.554Z Downloaded path-slash v0.1.5
8252026-06-09T21:34:13.554Z Downloaded multer v3.1.0
8262026-06-09T21:34:13.557Z Downloaded peg-runtime v0.8.5
8272026-06-09T21:34:13.557Z Downloaded pbkdf2 v0.12.2
8282026-06-09T21:34:13.557Z Downloaded half v2.7.1
8292026-06-09T21:34:13.560Z Downloaded num_enum v0.5.11
8302026-06-09T21:34:13.563Z Downloaded phf_shared v0.12.1
8312026-06-09T21:34:13.563Z Downloaded num-derive v0.3.3
8322026-06-09T21:34:13.563Z Downloaded num-rational v0.4.2
8332026-06-09T21:34:13.566Z Downloaded nu-ansi-term v0.50.3
8342026-06-09T21:34:13.566Z Downloaded phf_shared v0.11.3
8352026-06-09T21:34:13.566Z Downloaded ipnetwork v0.21.1
8362026-06-09T21:34:13.569Z Downloaded phf_shared v0.13.1
8372026-06-09T21:34:13.569Z Downloaded base64 v0.22.1
8382026-06-09T21:34:13.572Z Downloaded libefi-sys v0.1.0
8392026-06-09T21:34:13.573Z Downloaded bytes v1.11.1
8402026-06-09T21:34:13.576Z Downloaded num_enum_derive v0.7.6
8412026-06-09T21:34:13.576Z Downloaded num_enum v0.7.6
8422026-06-09T21:34:13.579Z Downloaded num-integer v0.1.46
8432026-06-09T21:34:13.579Z Downloaded libsw v3.5.0
8442026-06-09T21:34:13.582Z Downloaded num-complex v0.4.6
8452026-06-09T21:34:13.582Z Downloaded bumpalo v3.20.2
8462026-06-09T21:34:13.585Z Downloaded powerfmt v0.2.0
8472026-06-09T21:34:13.585Z Downloaded predicates-tree v1.0.13
8482026-06-09T21:34:13.585Z Downloaded predicates-core v1.0.10
8492026-06-09T21:34:13.587Z Downloaded oxnet v0.1.5
8502026-06-09T21:34:13.587Z Downloaded memmap2 v0.9.10
8512026-06-09T21:34:13.590Z Downloaded ar_archive_writer v0.5.1
8522026-06-09T21:34:13.590Z Downloaded getrandom v0.3.4
8532026-06-09T21:34:13.593Z Downloaded owo-colors v4.3.0
8542026-06-09T21:34:13.593Z Downloaded oxide-tokio-rt v0.1.4
8552026-06-09T21:34:13.596Z Downloaded litrs v1.0.0
8562026-06-09T21:34:13.599Z Downloaded precomputed-hash v0.1.1
8572026-06-09T21:34:13.599Z Downloaded parse-display-derive v0.10.0
8582026-06-09T21:34:13.599Z Downloaded async-bb8-diesel v0.2.1
8592026-06-09T21:34:13.602Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-06-09T21:34:13.602Z Downloaded proc-macro-crate v3.4.0
8612026-06-09T21:34:13.602Z Downloaded proc-macro-crate v1.3.1
8622026-06-09T21:34:13.602Z Downloaded packed_struct v0.10.1
8632026-06-09T21:34:13.605Z Downloaded arrayvec v0.7.6
8642026-06-09T21:34:13.605Z Downloaded chacha20 v0.10.0
8652026-06-09T21:34:13.608Z Downloaded crossbeam-epoch v0.9.18
8662026-06-09T21:34:13.608Z Downloaded paste v1.0.15
8672026-06-09T21:34:13.611Z Downloaded flate2 v1.1.9
8682026-06-09T21:34:13.614Z Downloaded derive_more v2.1.1
8692026-06-09T21:34:13.618Z Downloaded heapless v0.7.17
8702026-06-09T21:34:13.621Z Downloaded password-hash v0.4.2
8712026-06-09T21:34:13.624Z Downloaded peg-macros v0.8.5
8722026-06-09T21:34:13.624Z Downloaded password-hash v0.5.0
8732026-06-09T21:34:13.627Z Downloaded progenitor-client v0.14.0
8742026-06-09T21:34:13.627Z Downloaded progenitor-macro v0.13.0
8752026-06-09T21:34:13.627Z Downloaded progenitor-client v0.11.2
8762026-06-09T21:34:13.627Z Downloaded der v0.7.10
8772026-06-09T21:34:13.630Z Downloaded headers v0.4.1
8782026-06-09T21:34:13.632Z Downloaded psl-types v2.0.11
8792026-06-09T21:34:13.635Z Downloaded derive_more-impl v2.1.1
8802026-06-09T21:34:13.638Z Downloaded pin-project-internal v1.1.11
8812026-06-09T21:34:13.638Z Downloaded pin-utils v0.1.0
8822026-06-09T21:34:13.642Z Downloaded phf v0.13.1
8832026-06-09T21:34:13.642Z Downloaded phf v0.12.1
8842026-06-09T21:34:13.642Z Downloaded pkg-config v0.3.32
8852026-06-09T21:34:13.642Z Downloaded pem-rfc7468 v0.7.0
8862026-06-09T21:34:13.645Z Downloaded peg v0.8.5
8872026-06-09T21:34:13.648Z Downloaded progenitor-macro v0.14.0
8882026-06-09T21:34:13.648Z Downloaded pkcs8 v0.10.2
8892026-06-09T21:34:13.648Z Downloaded heapless v0.8.0
8902026-06-09T21:34:13.673Z Downloaded crypto-bigint v0.5.5
8912026-06-09T21:34:13.673Z Downloaded poly1305 v0.8.0
8922026-06-09T21:34:13.673Z Downloaded polyval v0.6.2
8932026-06-09T21:34:13.673Z Downloaded libbz2-rs-sys v0.2.2
8942026-06-09T21:34:13.673Z Downloaded crossbeam-channel v0.5.15
8952026-06-09T21:34:13.673Z Downloaded rand_xorshift v0.4.0
8962026-06-09T21:34:13.673Z Downloaded progenitor-macro v0.11.2
8972026-06-09T21:34:13.673Z Downloaded postgres-protocol v0.6.10
8982026-06-09T21:34:13.673Z Downloaded rand_chacha v0.3.1
8992026-06-09T21:34:13.674Z Downloaded ignore v0.4.25
9002026-06-09T21:34:13.674Z Downloaded base64 v0.21.7
9012026-06-09T21:34:13.674Z Downloaded predicates v3.1.4
9022026-06-09T21:34:13.674Z Downloaded corncobs v0.1.4
9032026-06-09T21:34:13.674Z Downloaded base64ct v1.8.3
9042026-06-09T21:34:13.677Z Downloaded hex v0.4.3
9052026-06-09T21:34:13.677Z Downloaded progenitor-client v0.10.0
9062026-06-09T21:34:13.677Z Downloaded recursive v0.1.1
9072026-06-09T21:34:13.677Z Downloaded indexmap v1.9.3
9082026-06-09T21:34:13.679Z Downloaded progenitor v0.11.2
9092026-06-09T21:34:13.679Z Downloaded primeorder v0.13.6
9102026-06-09T21:34:13.679Z Downloaded parking_lot v0.12.5
9112026-06-09T21:34:13.684Z Downloaded rfc6979 v0.4.0
9122026-06-09T21:34:13.684Z Downloaded async-compression v0.4.41
9132026-06-09T21:34:13.686Z Downloaded rtoolbox v0.0.3
9142026-06-09T21:34:13.689Z Downloaded ref-cast v1.0.25
9152026-06-09T21:34:13.689Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-06-09T21:34:13.689Z Downloaded cc v1.2.56
9172026-06-09T21:34:13.692Z Downloaded indicatif v0.18.4
9182026-06-09T21:34:13.695Z Downloaded expectorate v1.2.0
9192026-06-09T21:34:13.698Z Downloaded ed25519-dalek v2.2.0
9202026-06-09T21:34:13.698Z Downloaded quick-error v1.2.3
9212026-06-09T21:34:13.700Z Downloaded progenitor v0.14.0
9222026-06-09T21:34:13.700Z Downloaded pem v3.0.6
9232026-06-09T21:34:13.700Z Downloaded parking_lot_core v0.9.12
9242026-06-09T21:34:13.703Z Downloaded futures v0.3.32
9252026-06-09T21:34:13.707Z Downloaded r2d2 v0.8.10
9262026-06-09T21:34:13.708Z Downloaded progenitor-client v0.13.0
9272026-06-09T21:34:13.708Z Downloaded pkcs5 v0.7.1
9282026-06-09T21:34:13.711Z Downloaded pkcs1 v0.7.5
9292026-06-09T21:34:13.711Z Downloaded psm v0.1.30
9302026-06-09T21:34:13.714Z Downloaded rustc-hash v2.1.1
9312026-06-09T21:34:13.714Z Downloaded omicron-zone-package v0.12.2
9322026-06-09T21:34:13.717Z Downloaded russh-cryptovec v0.7.3
9332026-06-09T21:34:13.717Z Downloaded hickory-resolver v0.24.4
9342026-06-09T21:34:13.719Z Downloaded rustc_version v0.4.1
9352026-06-09T21:34:13.719Z Downloaded rustc_version v0.1.7
9362026-06-09T21:34:13.722Z Downloaded progenitor v0.13.0
9372026-06-09T21:34:13.724Z Downloaded parking_lot v0.11.2
9382026-06-09T21:34:13.727Z Downloaded proc-macro-error2 v2.0.1
9392026-06-09T21:34:13.727Z Downloaded pin-project-lite v0.2.17
9402026-06-09T21:34:13.730Z Downloaded rand_chacha v0.9.0
9412026-06-09T21:34:13.730Z Downloaded radium v0.7.0
9422026-06-09T21:34:13.730Z Downloaded rand_core v0.10.0
9432026-06-09T21:34:13.733Z Downloaded rand_core v0.9.5
9442026-06-09T21:34:13.733Z Downloaded rand_core v0.6.4
9452026-06-09T21:34:13.733Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-09T21:34:13.735Z Downloaded salsa20 v0.10.2
9472026-06-09T21:34:13.735Z Downloaded ppv-lite86 v0.2.21
9482026-06-09T21:34:13.735Z Downloaded postgres-types v0.2.12
9492026-06-09T21:34:13.738Z Downloaded postcard v1.1.3
9502026-06-09T21:34:13.741Z Downloaded parking_lot_core v0.8.6
9512026-06-09T21:34:13.741Z Downloaded bitfield v0.19.4
9522026-06-09T21:34:13.741Z Downloaded diesel-dtrace v0.5.0
9532026-06-09T21:34:13.744Z Downloaded deranged v0.5.8
9542026-06-09T21:34:13.744Z Downloaded oso v0.27.3
9552026-06-09T21:34:13.747Z Downloaded ref-cast-impl v1.0.25
9562026-06-09T21:34:13.747Z Downloaded rand_seeder v0.4.0
9572026-06-09T21:34:13.747Z Downloaded p256 v0.13.2
9582026-06-09T21:34:13.750Z Downloaded cbc v0.1.2
9592026-06-09T21:34:13.752Z Downloaded dropshot-api-manager-types v0.7.2
9602026-06-09T21:34:13.752Z Downloaded document-features v0.2.12
9612026-06-09T21:34:13.752Z Downloaded sapling-renderdag v0.1.0
9622026-06-09T21:34:13.756Z Downloaded miniz_oxide v0.8.9
9632026-06-09T21:34:13.756Z Downloaded derive-ex v0.1.8
9642026-06-09T21:34:13.756Z Downloaded critical-section v1.2.0
9652026-06-09T21:34:13.759Z Downloaded scopeguard v1.2.0
9662026-06-09T21:34:13.759Z Downloaded resolv-conf v0.7.6
9672026-06-09T21:34:13.759Z Downloaded scrypt v0.11.0
9682026-06-09T21:34:13.762Z Downloaded bit-vec v0.6.3
9692026-06-09T21:34:13.762Z Downloaded darling_macro v0.23.0
9702026-06-09T21:34:13.765Z Downloaded hashbrown v0.12.3
9712026-06-09T21:34:13.768Z Downloaded same-file v1.0.6
9722026-06-09T21:34:13.768Z Downloaded scroll_derive v0.13.1
9732026-06-09T21:34:13.775Z Downloaded quinn-udp v0.5.14
9742026-06-09T21:34:13.778Z Downloaded secrecy v0.8.0
9752026-06-09T21:34:13.778Z Downloaded serde_urlencoded v0.7.1
9762026-06-09T21:34:13.781Z Downloaded seq-macro v0.3.6
9772026-06-09T21:34:13.784Z Downloaded progenitor-extras v0.2.0
9782026-06-09T21:34:13.788Z Downloaded semver v0.1.20
9792026-06-09T21:34:13.788Z Downloaded secrecy v0.10.3
9802026-06-09T21:34:13.788Z Downloaded hickory-resolver v0.25.2
9812026-06-09T21:34:13.792Z Downloaded serde_repr v0.1.20
9822026-06-09T21:34:13.795Z Downloaded rustls-pemfile v2.2.0
9832026-06-09T21:34:13.795Z Downloaded hashbrown v0.13.2
9842026-06-09T21:34:13.798Z Downloaded pin-project v1.1.11
9852026-06-09T21:34:13.803Z Downloaded sigpipe v0.1.3
9862026-06-09T21:34:13.807Z Downloaded signal-hook-mio v0.2.5
9872026-06-09T21:34:13.807Z Downloaded sha1 v0.10.6
9882026-06-09T21:34:13.807Z Downloaded serde_spanned v1.0.4
9892026-06-09T21:34:13.807Z Downloaded serde_plain v1.0.2
9902026-06-09T21:34:13.810Z Downloaded serde_bytes v0.11.19
9912026-06-09T21:34:13.810Z Downloaded jiff-static v0.2.21
9922026-06-09T21:34:13.813Z Downloaded rusty-fork v0.3.1
9932026-06-09T21:34:13.813Z Downloaded openssl-sys v0.9.115
9942026-06-09T21:34:13.816Z Downloaded prefix-trie v0.7.0
9952026-06-09T21:34:13.818Z Downloaded minimal-lexical v0.2.1
9962026-06-09T21:34:13.822Z Downloaded rustversion v1.0.22
9972026-06-09T21:34:13.822Z Downloaded http v1.4.0
9982026-06-09T21:34:13.826Z Downloaded schemars_derive v0.8.22
9992026-06-09T21:34:13.829Z Downloaded shell-words v1.1.1
10002026-06-09T21:34:13.832Z Downloaded signature v2.2.0
10012026-06-09T21:34:13.832Z Downloaded siphasher v1.0.2
10022026-06-09T21:34:13.835Z Downloaded signal-hook-tokio v0.3.1
10032026-06-09T21:34:13.835Z Downloaded sec1 v0.7.3
10042026-06-09T21:34:13.835Z Downloaded scroll v0.13.0
10052026-06-09T21:34:13.840Z Downloaded aes v0.8.4
10062026-06-09T21:34:13.843Z Downloaded progenitor-impl v0.14.0
10072026-06-09T21:34:13.849Z Downloaded slog-envlogger v2.2.0
10082026-06-09T21:34:13.852Z Downloaded serde-big-array v0.5.1
10092026-06-09T21:34:13.859Z Downloaded crossterm v0.29.0
10102026-06-09T21:34:13.863Z Downloaded russh-keys v0.45.0
10112026-06-09T21:34:13.866Z Downloaded rustls-native-certs v0.8.3
10122026-06-09T21:34:13.869Z Downloaded serde_derive_internals v0.29.1
10132026-06-09T21:34:13.869Z Downloaded serde-hex v0.1.0
10142026-06-09T21:34:13.872Z Downloaded sqlparser_derive v0.5.0
10152026-06-09T21:34:13.872Z Downloaded sct v0.7.1
10162026-06-09T21:34:13.877Z Downloaded serde_path_to_error v0.1.20
10172026-06-09T21:34:13.880Z Downloaded slab v0.4.12
10182026-06-09T21:34:13.880Z Downloaded rustls-pemfile v1.0.4
10192026-06-09T21:34:13.884Z Downloaded serde_with_macros v1.5.2
10202026-06-09T21:34:13.884Z Downloaded strum v0.26.3
10212026-06-09T21:34:13.887Z Downloaded strip-ansi-escapes v0.2.1
10222026-06-09T21:34:13.887Z Downloaded rustls-pki-types v1.14.0
10232026-06-09T21:34:13.887Z Downloaded ssh-cipher v0.2.0
10242026-06-09T21:34:13.890Z Downloaded papergrid v0.17.0
10252026-06-09T21:34:13.894Z Downloaded prettyplease v0.2.37
10262026-06-09T21:34:13.900Z Downloaded smallvec v0.6.14
10272026-06-09T21:34:13.904Z Downloaded slog-stdlog v4.1.1
10282026-06-09T21:34:13.908Z Downloaded slog-term v2.9.2
10292026-06-09T21:34:13.908Z Downloaded strum v0.27.2
10302026-06-09T21:34:13.908Z Downloaded sync_wrapper v1.0.2
10312026-06-09T21:34:13.911Z Downloaded strsim v0.10.0
10322026-06-09T21:34:13.911Z Downloaded shlex v1.3.0
10332026-06-09T21:34:13.914Z Downloaded subtle v2.6.1
10342026-06-09T21:34:13.914Z Downloaded structmeta-derive v0.3.0
10352026-06-09T21:34:13.914Z Downloaded structmeta v0.3.0
10362026-06-09T21:34:13.914Z Downloaded smf v0.2.3
10372026-06-09T21:34:13.917Z Downloaded slog-async v2.8.0
10382026-06-09T21:34:13.917Z Downloaded ron v0.8.1
10392026-06-09T21:34:13.919Z Downloaded simd-adler32 v0.3.8
10402026-06-09T21:34:13.922Z Downloaded signal-hook-registry v1.4.8
10412026-06-09T21:34:13.922Z Downloaded progenitor-impl v0.11.2
10422026-06-09T21:34:13.925Z Downloaded progenitor-impl v0.13.0
10432026-06-09T21:34:13.925Z Downloaded itertools v0.10.5
10442026-06-09T21:34:13.929Z Downloaded snafu-derive v0.8.9
10452026-06-09T21:34:13.932Z Downloaded termtree v0.5.1
10462026-06-09T21:34:13.932Z Downloaded testing_table v0.3.0
10472026-06-09T21:34:13.932Z Downloaded tabled_derive v0.11.0
10482026-06-09T21:34:13.932Z Downloaded take_mut v0.2.2
10492026-06-09T21:34:13.935Z Downloaded tagptr v0.2.0
10502026-06-09T21:34:13.935Z Downloaded sync-ptr v0.1.4
10512026-06-09T21:34:13.935Z Downloaded supports-color v3.0.2
10522026-06-09T21:34:13.935Z Downloaded slog-scope v4.4.1
10532026-06-09T21:34:13.938Z Downloaded tabwriter v1.4.1
10542026-06-09T21:34:13.938Z Downloaded slog-dtrace v0.3.0
10552026-06-09T21:34:13.938Z Downloaded slog-bunyan v2.5.0
10562026-06-09T21:34:13.946Z Downloaded hickory-server v0.25.2
10572026-06-09T21:34:13.949Z Downloaded sqlformat v0.3.5
10582026-06-09T21:34:13.951Z Downloaded thiserror-impl-no-std v2.0.2
10592026-06-09T21:34:13.951Z Downloaded serde_cbor v0.11.2
10602026-06-09T21:34:13.956Z Downloaded time-core v0.1.8
10612026-06-09T21:34:13.958Z Downloaded string_cache v0.8.9
10622026-06-09T21:34:13.959Z Downloaded slog-json v2.6.1
10632026-06-09T21:34:13.961Z Downloaded strum_macros v0.24.3
10642026-06-09T21:34:13.962Z Downloaded rustls-platform-verifier v0.6.2
10652026-06-09T21:34:13.965Z Downloaded spki v0.7.3
10662026-06-09T21:34:13.965Z Downloaded tap v1.0.1
10672026-06-09T21:34:13.965Z Downloaded pretty_assertions v1.4.1
10682026-06-09T21:34:13.968Z Downloaded thread-id v5.1.0
10692026-06-09T21:34:13.968Z Downloaded rcgen v0.12.1
10702026-06-09T21:34:13.970Z Downloaded ssh-encoding v0.2.0
10712026-06-09T21:34:13.970Z Downloaded serde_with_macros v3.17.0
10722026-06-09T21:34:13.973Z Downloaded stringprep v0.1.5
10732026-06-09T21:34:13.973Z Downloaded static_assertions v1.1.0
10742026-06-09T21:34:13.973Z Downloaded schemars v0.8.22
10752026-06-09T21:34:13.979Z Downloaded support-bundle-viewer v0.1.2
10762026-06-09T21:34:13.982Z Downloaded tokio-macros v2.7.0
10772026-06-09T21:34:13.982Z Downloaded strum_macros v0.26.4
10782026-06-09T21:34:13.985Z Downloaded ryu v1.0.23
10792026-06-09T21:34:13.985Z Downloaded tinyvec_macros v0.1.1
10802026-06-09T21:34:13.985Z Downloaded stacker v0.1.23
10812026-06-09T21:34:13.989Z Downloaded hyper-util v0.1.20
10822026-06-09T21:34:13.993Z Downloaded hashbrown v0.15.5
10832026-06-09T21:34:13.996Z Downloaded mio v1.2.0
10842026-06-09T21:34:13.999Z Downloaded hashbrown v0.16.1
10852026-06-09T21:34:14.005Z Downloaded dropshot-api-manager v0.7.2
10862026-06-09T21:34:14.008Z Downloaded num-bigint v0.4.6
10872026-06-09T21:34:14.008Z Downloaded nom v7.1.3
10882026-06-09T21:34:14.012Z Downloaded termios v0.3.3
10892026-06-09T21:34:14.015Z Downloaded aes-gcm v0.10.3
10902026-06-09T21:34:14.019Z Downloaded publicsuffix v2.3.0
10912026-06-09T21:34:14.025Z Downloaded rand v0.8.6
10922026-06-09T21:34:14.028Z Downloaded libxml v0.3.3
10932026-06-09T21:34:14.032Z Downloaded time-macros v0.2.27
10942026-06-09T21:34:14.035Z Downloaded trait-variant v0.1.2
10952026-06-09T21:34:14.035Z Downloaded spin v0.9.8
10962026-06-09T21:34:14.038Z Downloaded serde_yaml v0.9.34+deprecated
10972026-06-09T21:34:14.038Z Downloaded tower-service v0.3.3
10982026-06-09T21:34:14.041Z Downloaded tower-layer v0.3.3
10992026-06-09T21:34:14.041Z Downloaded tiny-keccak v2.0.2
11002026-06-09T21:34:14.041Z Downloaded topological-sort v0.2.2
11012026-06-09T21:34:14.044Z Downloaded thread_local v1.1.9
11022026-06-09T21:34:14.047Z Downloaded rayon-core v1.13.0
11032026-06-09T21:34:14.053Z Downloaded signal-hook v0.3.18
11042026-06-09T21:34:14.056Z Downloaded tls_codec v0.4.2
11052026-06-09T21:34:14.056Z Downloaded strum_macros v0.27.2
11062026-06-09T21:34:14.059Z Downloaded slog v2.8.2
11072026-06-09T21:34:14.062Z Downloaded try-lock v0.2.5
11082026-06-09T21:34:14.062Z Downloaded universal-hash v0.5.1
11092026-06-09T21:34:14.069Z Downloaded socket2 v0.6.3
11102026-06-09T21:34:14.072Z Downloaded similar v2.7.0
11112026-06-09T21:34:14.076Z Downloaded unarray v0.1.4
11122026-06-09T21:34:14.079Z Downloaded typify-macro v0.6.2
11132026-06-09T21:34:14.080Z Downloaded typify-macro v0.4.3
11142026-06-09T21:34:14.080Z Downloaded qorb v0.4.1
11152026-06-09T21:34:14.080Z Downloaded tls_codec_derive v0.4.2
11162026-06-09T21:34:14.082Z Downloaded schemars v0.9.0
11172026-06-09T21:34:14.088Z Downloaded tokio-rustls v0.25.0
11182026-06-09T21:34:14.092Z Downloaded quinn v0.11.9
11192026-06-09T21:34:14.092Z Downloaded unicode-truncate v1.1.0
11202026-06-09T21:34:14.095Z Downloaded usdt-attr-macro v0.6.0
11212026-06-09T21:34:14.095Z Downloaded usdt v0.6.0
11222026-06-09T21:34:14.095Z Downloaded unit-prefix v0.5.2
11232026-06-09T21:34:14.095Z Downloaded untrusted v0.7.1
11242026-06-09T21:34:14.095Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-06-09T21:34:14.095Z Downloaded tokio-tungstenite v0.21.0
11262026-06-09T21:34:14.098Z Downloaded tokio-native-tls v0.3.1
11272026-06-09T21:34:14.098Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-09T21:34:14.101Z Downloaded tokio-tungstenite v0.23.1
11292026-06-09T21:34:14.101Z Downloaded term v1.2.1
11302026-06-09T21:34:14.106Z Downloaded term v0.7.0
11312026-06-09T21:34:14.106Z Downloaded socket2 v0.5.10
11322026-06-09T21:34:14.109Z Downloaded tokio-dtrace v0.1.1
11332026-06-09T21:34:14.113Z Downloaded utf-8 v0.7.6
11342026-06-09T21:34:14.116Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-06-09T21:34:14.116Z Downloaded num-bigint-dig v0.8.6
11362026-06-09T21:34:14.119Z Downloaded tui-tree-widget v0.23.1
11372026-06-09T21:34:14.119Z Downloaded waitgroup v0.1.2
11382026-06-09T21:34:14.122Z Downloaded void v1.0.2
11392026-06-09T21:34:14.122Z Downloaded wait-timeout v0.2.1
11402026-06-09T21:34:14.122Z Downloaded thiserror-no-std v2.0.2
11412026-06-09T21:34:14.127Z Downloaded rand v0.9.2
11422026-06-09T21:34:14.130Z Downloaded hyper v1.8.1
11432026-06-09T21:34:14.133Z Downloaded rustls-webpki v0.103.9
11442026-06-09T21:34:14.140Z Downloaded want v0.3.1
11452026-06-09T21:34:14.143Z Downloaded samael v0.0.19
11462026-06-09T21:34:14.146Z Downloaded xshell-macros v0.2.7
11472026-06-09T21:34:14.149Z Downloaded rsa v0.9.10
11482026-06-09T21:34:14.152Z Downloaded tokio-rustls v0.26.4
11492026-06-09T21:34:14.152Z Downloaded tokio-stream v0.1.18
11502026-06-09T21:34:14.155Z Downloaded aho-corasick v1.1.4
11512026-06-09T21:34:14.158Z Downloaded xattr v1.6.1
11522026-06-09T21:34:14.158Z Downloaded itertools v0.12.1
11532026-06-09T21:34:14.161Z Downloaded tokio-rustls v0.24.1
11542026-06-09T21:34:14.165Z Downloaded untrusted v0.9.0
11552026-06-09T21:34:14.168Z Downloaded uzers v0.12.2
11562026-06-09T21:34:14.173Z Downloaded zone v0.3.1
11572026-06-09T21:34:14.176Z Downloaded itertools v0.13.0
11582026-06-09T21:34:14.179Z Downloaded itertools v0.14.0
11592026-06-09T21:34:14.182Z Downloaded test-strategy v0.4.5
11602026-06-09T21:34:14.185Z Downloaded vergen-gitcl v1.0.8
11612026-06-09T21:34:14.185Z Downloaded usdt-macro v0.6.0
11622026-06-09T21:34:14.185Z Downloaded nom v8.0.0
11632026-06-09T21:34:14.188Z Downloaded vsss-rs v3.3.4
11642026-06-09T21:34:14.191Z Downloaded vergen-lib v9.1.0
11652026-06-09T21:34:14.191Z Downloaded vergen-git2 v9.1.0
11662026-06-09T21:34:14.191Z Downloaded zone_cfg_derive v0.3.1
11672026-06-09T21:34:14.194Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-06-09T21:34:14.194Z Downloaded futures-util v0.3.32
11692026-06-09T21:34:14.200Z Downloaded twox-hash v2.1.2
11702026-06-09T21:34:14.203Z Downloaded tinyvec v1.10.0
11712026-06-09T21:34:14.203Z Downloaded walkdir v2.5.0
11722026-06-09T21:34:14.207Z Downloaded tracing-attributes v0.1.31
11732026-06-09T21:34:14.207Z Downloaded whoami v1.6.1
11742026-06-09T21:34:14.211Z Downloaded p521 v0.13.3
11752026-06-09T21:34:14.211Z Downloaded h2 v0.4.13
11762026-06-09T21:34:14.214Z Downloaded unicase v2.9.0
11772026-06-09T21:34:14.214Z Downloaded subprocess v0.2.15
11782026-06-09T21:34:14.218Z Downloaded whoami v2.1.0
11792026-06-09T21:34:14.218Z Downloaded wyz v0.5.1
11802026-06-09T21:34:14.222Z Downloaded schemars v1.2.1
11812026-06-09T21:34:14.225Z Downloaded xshell v0.2.7
11822026-06-09T21:34:14.228Z Downloaded tar v0.4.45
11832026-06-09T21:34:14.228Z Downloaded unicode-properties v0.1.4
11842026-06-09T21:34:14.232Z Downloaded russh v0.45.0
11852026-06-09T21:34:14.235Z Downloaded iri-string v0.7.10
11862026-06-09T21:34:14.238Z Downloaded toml v1.0.6+spec-1.1.0
11872026-06-09T21:34:14.241Z Downloaded zeroize_derive v1.4.3
11882026-06-09T21:34:14.241Z Downloaded toml v0.7.8
11892026-06-09T21:34:14.241Z Downloaded blake3 v1.8.3
11902026-06-09T21:34:14.246Z Downloaded vergen-lib v0.1.6
11912026-06-09T21:34:14.249Z Downloaded snafu v0.8.9
11922026-06-09T21:34:14.252Z Downloaded vergen v9.1.0
11932026-06-09T21:34:14.252Z Downloaded steno v0.4.1
11942026-06-09T21:34:14.258Z Downloaded zeroize v1.8.2
11952026-06-09T21:34:14.258Z Downloaded libm v0.2.16
11962026-06-09T21:34:14.263Z Downloaded zstd v0.13.3
11972026-06-09T21:34:14.266Z Downloaded zstd-safe v7.2.4
11982026-06-09T21:34:14.266Z Downloaded hkdf v0.12.4
11992026-06-09T21:34:14.266Z Downloaded tungstenite v0.21.0
12002026-06-09T21:34:14.266Z Downloaded iddqd v0.4.2
12012026-06-09T21:34:14.270Z Downloaded tracing-core v0.1.36
12022026-06-09T21:34:14.273Z Downloaded rpassword v7.4.0
12032026-06-09T21:34:14.273Z Downloaded rand v0.10.0
12042026-06-09T21:34:14.276Z Downloaded unicode-bidi v0.3.18
12052026-06-09T21:34:14.279Z Downloaded typify v0.4.3
12062026-06-09T21:34:14.279Z Downloaded typify v0.6.2
12072026-06-09T21:34:14.283Z Downloaded uuid v1.23.0
12082026-06-09T21:34:14.289Z Downloaded zerocopy v0.6.6
12092026-06-09T21:34:14.298Z Downloaded unsafe-libyaml v0.2.11
12102026-06-09T21:34:14.301Z Downloaded rustyline v14.0.0
12112026-06-09T21:34:14.316Z Downloaded vte v0.14.1
12122026-06-09T21:34:14.320Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-09T21:34:14.323Z Downloaded tungstenite v0.23.0
12142026-06-09T21:34:14.335Z Downloaded tokio-postgres v0.7.16
12152026-06-09T21:34:14.341Z Downloaded yasna v0.5.2
12162026-06-09T21:34:14.341Z Downloaded usdt-impl v0.6.0
12172026-06-09T21:34:14.341Z Downloaded bitvec v1.0.1
12182026-06-09T21:34:14.348Z Downloaded ssh-key v0.6.7
12192026-06-09T21:34:14.352Z Downloaded git2 v0.20.4
12202026-06-09T21:34:14.358Z Downloaded reedline v0.40.0
12212026-06-09T21:34:14.363Z Downloaded zopfli v0.8.3
12222026-06-09T21:34:14.374Z Downloaded regex v1.12.3
12232026-06-09T21:34:14.377Z Downloaded reqwest v0.12.28
12242026-06-09T21:34:14.380Z Downloaded yansi v1.0.1
12252026-06-09T21:34:14.383Z Downloaded bindgen v0.71.1
12262026-06-09T21:34:14.388Z Downloaded zip v0.6.6
12272026-06-09T21:34:14.392Z Downloaded tower v0.5.3
12282026-06-09T21:34:14.395Z Downloaded serde_with v1.14.0
12292026-06-09T21:34:14.397Z Downloaded reqwest v0.13.2
12302026-06-09T21:34:14.412Z Downloaded unicode_categories v0.1.1
12312026-06-09T21:34:14.425Z Downloaded aws-lc-rs v1.16.3
12322026-06-09T21:34:14.429Z Downloaded unicode-segmentation v1.12.0
12332026-06-09T21:34:14.456Z Downloaded rayon v1.11.0
12342026-06-09T21:34:14.456Z Downloaded salty v0.3.0
12352026-06-09T21:34:14.456Z Downloaded zerocopy-derive v0.8.40
12362026-06-09T21:34:14.456Z Downloaded chrono v0.4.44
12372026-06-09T21:34:14.456Z Downloaded x509-cert v0.2.5
12382026-06-09T21:34:14.456Z Downloaded rustls-webpki v0.101.7
12392026-06-09T21:34:14.460Z Downloaded typed-path v0.9.3
12402026-06-09T21:34:14.463Z Downloaded p384 v0.13.1
12412026-06-09T21:34:14.466Z Downloaded toml_edit v0.19.15
12422026-06-09T21:34:14.475Z Downloaded quick-xml v0.37.5
12432026-06-09T21:34:14.478Z Downloaded lalrpop v0.19.12
12442026-06-09T21:34:14.484Z Downloaded rustls-webpki v0.102.8
12452026-06-09T21:34:14.494Z Downloaded unicode-normalization v0.1.25
12462026-06-09T21:34:14.497Z Downloaded serde_with v3.17.0
12472026-06-09T21:34:14.503Z Downloaded tokio-util v0.7.18
12482026-06-09T21:34:14.507Z Downloaded proptest v1.10.0
12492026-06-09T21:34:14.513Z Downloaded moka v0.12.13
12502026-06-09T21:34:14.517Z Downloaded zip v4.6.1
12512026-06-09T21:34:14.521Z Downloaded portable-atomic v1.13.1
12522026-06-09T21:34:14.524Z Downloaded object v0.30.4
12532026-06-09T21:34:14.528Z Downloaded goblin v0.10.5
12542026-06-09T21:34:14.534Z Downloaded quinn-proto v0.11.13
12552026-06-09T21:34:14.538Z Downloaded petname v2.0.2
12562026-06-09T21:34:14.541Z Downloaded tough v0.22.0
12572026-06-09T21:34:14.551Z Downloaded tower-http v0.6.8
12582026-06-09T21:34:14.556Z Downloaded curve25519-dalek v4.1.3
12592026-06-09T21:34:14.574Z Downloaded polar-core v0.27.3
12602026-06-09T21:34:14.578Z Downloaded winnow v0.6.26
12612026-06-09T21:34:14.583Z Downloaded nix v0.27.1
12622026-06-09T21:34:14.589Z Downloaded radix_trie v0.2.1
12632026-06-09T21:34:14.614Z Downloaded rustls v0.21.12
12642026-06-09T21:34:14.620Z Downloaded winnow v0.5.40
12652026-06-09T21:34:14.626Z Downloaded bstr v1.12.1
12662026-06-09T21:34:14.630Z Downloaded time v0.3.47
12672026-06-09T21:34:14.637Z Downloaded openssl v0.10.79
12682026-06-09T21:34:14.644Z Downloaded nix v0.28.0
12692026-06-09T21:34:14.648Z Downloaded tabled v0.20.0
12702026-06-09T21:34:14.657Z Downloaded dropshot v0.17.0
12712026-06-09T21:34:14.670Z Downloaded smoltcp v0.9.1
12722026-06-09T21:34:14.676Z Downloaded regex-syntax v0.6.29
12732026-06-09T21:34:14.679Z Downloaded vcpkg v0.2.15
12742026-06-09T21:34:14.701Z Downloaded zlib-rs v0.6.2
12752026-06-09T21:34:14.705Z Downloaded nix v0.31.2
12762026-06-09T21:34:14.710Z Downloaded regress v0.10.5
12772026-06-09T21:34:14.716Z Downloaded smoltcp v0.11.0
12782026-06-09T21:34:14.722Z Downloaded object v0.37.3
12792026-06-09T21:34:14.728Z Downloaded rustls v0.22.4
12802026-06-09T21:34:14.735Z Downloaded zerocopy v0.8.40
12812026-06-09T21:34:14.741Z Downloaded regex-syntax v0.8.10
12822026-06-09T21:34:14.747Z Downloaded rustix v0.38.44
12832026-06-09T21:34:14.760Z Downloaded diesel v2.3.7
12842026-06-09T21:34:14.770Z Downloaded openapiv3 v2.2.0
12852026-06-09T21:34:14.776Z Downloaded rustls v0.23.37
12862026-06-09T21:34:14.783Z Downloaded webpki-roots v1.0.6
12872026-06-09T21:34:14.786Z Downloaded hickory-proto v0.25.2
12882026-06-09T21:34:14.795Z Downloaded sqlparser v0.61.0
12892026-06-09T21:34:14.801Z Downloaded regress v0.11.1
12902026-06-09T21:34:14.806Z Downloaded sled v0.34.7
12912026-06-09T21:34:14.812Z Downloaded ratatui v0.29.0
12922026-06-09T21:34:14.822Z Downloaded hickory-proto v0.24.4
12932026-06-09T21:34:14.830Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-06-09T21:34:14.838Z Downloaded regex-automata v0.4.14
12952026-06-09T21:34:14.847Z Downloaded chrono-tz v0.10.4
12962026-06-09T21:34:14.865Z Downloaded libz-sys v1.1.24
12972026-06-09T21:34:14.903Z Downloaded typify-impl v0.6.2
12982026-06-09T21:34:14.927Z Downloaded typify-impl v0.4.3
12992026-06-09T21:34:14.939Z Downloaded tracing v0.1.44
13002026-06-09T21:34:14.965Z Downloaded zerocopy-derive v0.6.6
13012026-06-09T21:34:15.004Z Downloaded petgraph v0.6.5
13022026-06-09T21:34:15.020Z Downloaded jiff v0.2.21
13032026-06-09T21:34:15.046Z Downloaded csv v1.4.0
13042026-06-09T21:34:15.067Z Downloaded petgraph v0.8.3
13052026-06-09T21:34:15.098Z Downloaded sha3 v0.10.8
13062026-06-09T21:34:15.105Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-06-09T21:34:15.127Z Downloaded tokio v1.52.1
13082026-06-09T21:34:15.207Z Downloaded encoding_rs v0.8.35
13092026-06-09T21:34:15.236Z Downloaded ring v0.17.14
13102026-06-09T21:34:15.261Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-09T21:34:15.418Z Downloaded aws-lc-sys v0.40.0
13122026-06-09T21:34:15.638Z Compiling libc v0.2.185
13132026-06-09T21:34:15.638Z Compiling serde v1.0.228
13142026-06-09T21:34:15.642Z Compiling log v0.4.29
13152026-06-09T21:34:15.642Z Compiling find-msvc-tools v0.1.9
13162026-06-09T21:34:15.642Z Compiling shlex v1.3.0
13172026-06-09T21:34:15.642Z Compiling smallvec v1.15.1
13182026-06-09T21:34:15.642Z Compiling syn v2.0.117
13192026-06-09T21:34:15.642Z Compiling typenum v1.19.0
13202026-06-09T21:34:15.968Z Compiling generic-array v0.14.7
13212026-06-09T21:34:15.982Z Compiling subtle v2.6.1
13222026-06-09T21:34:16.036Z Compiling scopeguard v1.2.0
13232026-06-09T21:34:16.064Z Compiling const-oid v0.9.6
13242026-06-09T21:34:16.099Z Compiling serde_json v1.0.149
13252026-06-09T21:34:16.135Z Compiling lock_api v0.4.14
13262026-06-09T21:34:16.161Z Compiling zerocopy v0.8.40
13272026-06-09T21:34:16.206Z Compiling parking_lot_core v0.9.12
13282026-06-09T21:34:16.361Z Compiling portable-atomic v1.13.1
13292026-06-09T21:34:16.429Z Compiling pin-project-lite v0.2.17
13302026-06-09T21:34:16.580Z Compiling pkg-config v0.3.32
13312026-06-09T21:34:16.687Z Compiling getrandom v0.2.17
13322026-06-09T21:34:16.739Z Compiling jobserver v0.1.34
13332026-06-09T21:34:16.858Z Compiling rand_core v0.6.4
13342026-06-09T21:34:16.908Z Compiling errno v0.3.14
13352026-06-09T21:34:16.937Z Compiling cc v1.2.56
13362026-06-09T21:34:17.116Z Compiling signal-hook-registry v1.4.8
13372026-06-09T21:34:17.131Z Compiling bitflags v2.11.0
13382026-06-09T21:34:17.201Z Compiling futures-core v0.3.32
13392026-06-09T21:34:17.214Z Compiling libm v0.2.16
13402026-06-09T21:34:17.353Z Compiling critical-section v1.2.0
13412026-06-09T21:34:17.367Z Compiling parking_lot v0.12.5
13422026-06-09T21:34:17.384Z Compiling mio v1.2.0
13432026-06-09T21:34:17.464Z Compiling num-traits v0.2.19
13442026-06-09T21:34:17.517Z Compiling once_cell v1.21.3
13452026-06-09T21:34:17.609Z Compiling percent-encoding v2.3.2
13462026-06-09T21:34:17.744Z Compiling socket2 v0.6.3
13472026-06-09T21:34:17.760Z Compiling futures-sink v0.3.32
13482026-06-09T21:34:17.805Z Compiling slab v0.4.12
13492026-06-09T21:34:17.818Z Compiling getrandom v0.4.1
13502026-06-09T21:34:17.861Z Compiling futures-channel v0.3.32
13512026-06-09T21:34:17.875Z Compiling cpufeatures v0.2.17
13522026-06-09T21:34:17.951Z Compiling futures-task v0.3.32
13532026-06-09T21:34:17.980Z Compiling futures-io v0.3.32
13542026-06-09T21:34:18.097Z Compiling rand_core v0.10.0
13552026-06-09T21:34:18.129Z Compiling indexmap v2.14.0
13562026-06-09T21:34:18.143Z Compiling getrandom v0.3.4
13572026-06-09T21:34:18.189Z Compiling rustversion v1.0.22
13582026-06-09T21:34:18.201Z Compiling form_urlencoded v1.2.2
13592026-06-09T21:34:18.511Z Compiling cmake v0.1.57
13602026-06-09T21:34:18.552Z Compiling dunce v1.0.5
13612026-06-09T21:34:18.583Z Compiling fs_extra v1.3.0
13622026-06-09T21:34:18.651Z Compiling synstructure v0.13.2
13632026-06-09T21:34:18.822Z Compiling ident_case v1.0.1
13642026-06-09T21:34:18.856Z Compiling base64ct v1.8.3
13652026-06-09T21:34:18.911Z Compiling aws-lc-sys v0.40.0
13662026-06-09T21:34:18.947Z Compiling flagset v0.4.7
13672026-06-09T21:34:19.033Z Compiling regex-syntax v0.8.10
13682026-06-09T21:34:19.081Z Compiling rustix v1.1.3
13692026-06-09T21:34:19.119Z Compiling pem-rfc7468 v0.7.0
13702026-06-09T21:34:19.176Z Compiling iana-time-zone v0.1.65
13712026-06-09T21:34:19.273Z Compiling rand_core v0.9.5
13722026-06-09T21:34:19.307Z Compiling ring v0.17.14
13732026-06-09T21:34:19.356Z Compiling aws-lc-rs v1.16.3
13742026-06-09T21:34:19.441Z Compiling vcpkg v0.2.15
13752026-06-09T21:34:19.553Z Compiling uuid v1.23.0
13762026-06-09T21:34:19.645Z Compiling rustc_version v0.4.1
13772026-06-09T21:34:19.983Z Compiling tracing-core v0.1.36
13782026-06-09T21:34:20.205Z Compiling openssl-sys v0.9.115
13792026-06-09T21:34:20.272Z Compiling base64 v0.22.1
13802026-06-09T21:34:20.439Z Compiling serde_derive v1.0.228
13812026-06-09T21:34:20.553Z Compiling zeroize_derive v1.4.3
13822026-06-09T21:34:20.600Z Compiling zerofrom-derive v0.1.6
13832026-06-09T21:34:20.739Z Compiling yoke-derive v0.8.1
13842026-06-09T21:34:20.847Z Compiling zerocopy-derive v0.8.40
13852026-06-09T21:34:21.195Z Compiling zeroize v1.8.2
13862026-06-09T21:34:21.430Z Compiling zerovec-derive v0.11.2
13872026-06-09T21:34:21.911Z Compiling displaydoc v0.2.5
13882026-06-09T21:34:21.982Z Compiling crypto-common v0.1.7
13892026-06-09T21:34:22.018Z Compiling zerofrom v0.1.6
13902026-06-09T21:34:22.126Z Compiling yoke v0.8.1
13912026-06-09T21:34:22.141Z Compiling block-buffer v0.10.4
13922026-06-09T21:34:22.306Z Compiling digest v0.10.7
13932026-06-09T21:34:22.306Z Compiling tokio-macros v2.7.0
13942026-06-09T21:34:22.560Z Compiling zerovec v0.11.5
13952026-06-09T21:34:22.560Z Compiling futures-macro v0.3.32
13962026-06-09T21:34:22.645Z Compiling zerotrie v0.2.3
13972026-06-09T21:34:22.937Z Compiling hmac v0.12.1
13982026-06-09T21:34:23.023Z Compiling tinystr v0.8.2
13992026-06-09T21:34:23.048Z Compiling potential_utf v0.1.4
14002026-06-09T21:34:23.088Z Compiling block-padding v0.3.3
14012026-06-09T21:34:23.207Z Compiling icu_locale_core v2.1.1
14022026-06-09T21:34:23.220Z Compiling icu_collections v2.1.1
14032026-06-09T21:34:23.240Z Compiling inout v0.1.4
14042026-06-09T21:34:23.364Z Compiling futures-util v0.3.32
14052026-06-09T21:34:23.403Z Compiling cipher v0.4.4
14062026-06-09T21:34:23.659Z Compiling sha2 v0.10.9
14072026-06-09T21:34:23.682Z Compiling der_derive v0.7.3
14082026-06-09T21:34:23.883Z Compiling bytes v1.11.1
14092026-06-09T21:34:24.004Z Compiling icu_provider v2.1.1
14102026-06-09T21:34:24.062Z Compiling chrono v0.4.44
14112026-06-09T21:34:24.301Z Compiling icu_normalizer v2.1.1
14122026-06-09T21:34:24.495Z Compiling tokio v1.52.1
14132026-06-09T21:34:24.621Z Compiling icu_properties v2.1.2
14142026-06-09T21:34:24.840Z Compiling der v0.7.10
14152026-06-09T21:34:25.021Z Compiling http v1.4.0
14162026-06-09T21:34:25.256Z Compiling ppv-lite86 v0.2.21
14172026-06-09T21:34:25.434Z Compiling salsa20 v0.10.2
14182026-06-09T21:34:25.571Z Compiling idna_adapter v1.2.1
14192026-06-09T21:34:25.574Z Compiling pbkdf2 v0.12.2
14202026-06-09T21:34:25.598Z Compiling rustls-pki-types v1.14.0
14212026-06-09T21:34:25.690Z Compiling idna v1.1.0
14222026-06-09T21:34:25.702Z Compiling spki v0.7.3
14232026-06-09T21:34:25.705Z Compiling tracing-attributes v0.1.31
14242026-06-09T21:34:25.899Z Compiling thiserror-impl v2.0.18
14252026-06-09T21:34:25.899Z Compiling scrypt v0.11.0
14262026-06-09T21:34:26.008Z Compiling url v2.5.8
14272026-06-09T21:34:26.031Z Compiling http-body v1.0.1
14282026-06-09T21:34:26.154Z Compiling rand_chacha v0.9.0
14292026-06-09T21:34:26.179Z Compiling aes v0.8.4
14302026-06-09T21:34:26.319Z Compiling cbc v0.1.2
14312026-06-09T21:34:26.530Z Compiling httparse v1.10.1
14322026-06-09T21:34:26.838Z Compiling openssl-probe v0.2.1
14332026-06-09T21:34:26.884Z Compiling untrusted v0.7.1
14342026-06-09T21:34:26.910Z Compiling untrusted v0.9.0
14352026-06-09T21:34:27.019Z Compiling tracing v0.1.44
14362026-06-09T21:34:27.023Z Compiling tinyvec_macros v0.1.1
14372026-06-09T21:34:27.080Z Compiling tinyvec v1.10.0
14382026-06-09T21:34:27.093Z Compiling pkcs5 v0.7.1
14392026-06-09T21:34:27.252Z Compiling thiserror v2.0.18
14402026-06-09T21:34:27.267Z Compiling pest_generator v2.8.6
14412026-06-09T21:34:27.279Z Compiling rand v0.9.2
14422026-06-09T21:34:27.355Z Compiling serde_derive_internals v0.29.1
14432026-06-09T21:34:27.421Z Compiling aho-corasick v1.1.4
14442026-06-09T21:34:27.563Z Compiling tower-service v0.3.3
14452026-06-09T21:34:27.657Z Compiling try-lock v0.2.5
14462026-06-09T21:34:27.768Z Compiling dyn-clone v1.0.20
14472026-06-09T21:34:27.907Z Compiling schemars v0.8.22
14482026-06-09T21:34:27.951Z Compiling atomic-waker v1.1.2
14492026-06-09T21:34:28.064Z Compiling rustls v0.23.37
14502026-06-09T21:34:28.076Z Compiling tower-layer v0.3.3
14512026-06-09T21:34:28.117Z Compiling pest_derive v2.8.6
14522026-06-09T21:34:28.227Z Compiling tokio-util v0.7.18
14532026-06-09T21:34:28.240Z Compiling regex-automata v0.4.14
14542026-06-09T21:34:28.243Z Compiling schemars_derive v0.8.22
14552026-06-09T21:34:28.527Z Compiling want v0.3.1
14562026-06-09T21:34:28.690Z Compiling pkcs8 v0.10.2
14572026-06-09T21:34:28.997Z Compiling h2 v0.4.13
14582026-06-09T21:34:29.068Z Compiling ipnet v2.11.0
14592026-06-09T21:34:29.093Z Compiling scroll_derive v0.13.1
14602026-06-09T21:34:29.237Z Compiling darling_core v0.20.11
14612026-06-09T21:34:29.462Z Compiling foreign-types-shared v0.1.1
14622026-06-09T21:34:29.549Z Compiling pin-utils v0.1.0
14632026-06-09T21:34:29.549Z Compiling openssl v0.10.79
14642026-06-09T21:34:29.623Z Compiling httpdate v1.0.3
14652026-06-09T21:34:29.805Z Compiling tempfile v3.25.0
14662026-06-09T21:34:29.838Z Compiling foreign-types v0.3.2
14672026-06-09T21:34:29.881Z Compiling scroll v0.13.0
14682026-06-09T21:34:30.110Z Compiling unicode-normalization v0.1.25
14692026-06-09T21:34:30.164Z Compiling openssl-macros v0.1.1
14702026-06-09T21:34:30.543Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-09T21:34:30.546Z Compiling spin v0.9.8
14722026-06-09T21:34:30.569Z Compiling num-conv v0.2.0
14732026-06-09T21:34:30.698Z Compiling time-core v0.1.8
14742026-06-09T21:34:30.758Z Compiling crc32fast v1.5.0
14752026-06-09T21:34:30.843Z Compiling native-tls v0.2.18
14762026-06-09T21:34:30.922Z Compiling powerfmt v0.2.0
14772026-06-09T21:34:31.059Z Compiling deranged v0.5.8
14782026-06-09T21:34:31.124Z Compiling time-macros v0.2.27
14792026-06-09T21:34:31.468Z Compiling darling_macro v0.20.11
14802026-06-09T21:34:31.986Z Compiling hyper v1.8.1
14812026-06-09T21:34:32.090Z Compiling darling v0.20.11
14822026-06-09T21:34:32.124Z Compiling goblin v0.10.5
14832026-06-09T21:34:32.165Z Compiling rustls-native-certs v0.8.3
14842026-06-09T21:34:32.312Z Compiling sync_wrapper v1.0.2
14852026-06-09T21:34:32.423Z Compiling wait-timeout v0.2.1
14862026-06-09T21:34:32.453Z Compiling quick-error v1.2.3
14872026-06-09T21:34:32.559Z Compiling crossbeam-utils v0.8.21
14882026-06-09T21:34:32.683Z Compiling unicode-segmentation v1.12.0
14892026-06-09T21:34:32.844Z Compiling num_threads v0.1.7
14902026-06-09T21:34:32.885Z Compiling usdt-impl v0.6.0
14912026-06-09T21:34:32.939Z Compiling syn v1.0.109
14922026-06-09T21:34:33.067Z Compiling hyper-util v0.1.20
14932026-06-09T21:34:33.088Z Compiling bit-vec v0.8.0
14942026-06-09T21:34:33.233Z Compiling siphasher v1.0.2
14952026-06-09T21:34:33.314Z Compiling simd-adler32 v0.3.8
14962026-06-09T21:34:33.550Z Compiling bit-set v0.8.0
14972026-06-09T21:34:33.628Z Compiling time v0.3.47
14982026-06-09T21:34:33.727Z Compiling rusty-fork v0.3.1
14992026-06-09T21:34:33.741Z Compiling tower v0.5.3
15002026-06-09T21:34:34.033Z Compiling derive_builder_core v0.20.2
15012026-06-09T21:34:34.198Z Compiling dtrace-parser v0.3.0
15022026-06-09T21:34:34.345Z Compiling http-body-util v0.1.3
15032026-06-09T21:34:34.591Z Compiling webpki-roots v1.0.6
15042026-06-09T21:34:34.713Z Compiling signature v2.2.0
15052026-06-09T21:34:34.777Z Compiling scroll_derive v0.12.1
15062026-06-09T21:34:34.890Z Compiling dof v0.4.0
15072026-06-09T21:34:34.893Z Compiling thiserror-impl v1.0.69
15082026-06-09T21:34:34.928Z Compiling heapless v0.7.17
15092026-06-09T21:34:35.162Z Compiling rand_xorshift v0.4.0
15102026-06-09T21:34:35.192Z Compiling slog v2.8.2
15112026-06-09T21:34:35.322Z Compiling darling_core v0.21.3
15122026-06-09T21:34:35.355Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-09T21:34:35.435Z Compiling thread-id v5.1.0
15142026-06-09T21:34:35.517Z Compiling cookie v0.18.1
15152026-06-09T21:34:35.626Z Compiling allocator-api2 v0.2.21
15162026-06-09T21:34:35.728Z Compiling signal-hook v0.3.18
15172026-06-09T21:34:35.891Z Compiling paste v1.0.15
15182026-06-09T21:34:35.968Z Compiling unicode-bidi v0.3.18
15192026-06-09T21:34:36.062Z Compiling iri-string v0.7.10
15202026-06-09T21:34:36.201Z Compiling anyhow v1.0.102
15212026-06-09T21:34:36.201Z Compiling unicode-properties v0.1.4
15222026-06-09T21:34:36.365Z Compiling zstd-safe v7.2.4
15232026-06-09T21:34:36.429Z Compiling unarray v0.1.4
15242026-06-09T21:34:36.489Z Compiling adler2 v2.0.1
15252026-06-09T21:34:36.489Z Compiling ryu v1.0.23
15262026-06-09T21:34:36.489Z Compiling proptest v1.10.0
15272026-06-09T21:34:36.568Z Compiling miniz_oxide v0.8.9
15282026-06-09T21:34:36.675Z Compiling serde_urlencoded v0.7.1
15292026-06-09T21:34:36.743Z Compiling stringprep v0.1.5
15302026-06-09T21:34:36.917Z Compiling thiserror v1.0.69
15312026-06-09T21:34:37.177Z Compiling scroll v0.12.0
15322026-06-09T21:34:37.435Z Compiling tower-http v0.6.8
15332026-06-09T21:34:37.644Z Compiling derive_builder_macro v0.20.2
15342026-06-09T21:34:37.832Z Compiling darling_macro v0.21.3
15352026-06-09T21:34:37.883Z Compiling tokio-native-tls v0.3.1
15362026-06-09T21:34:37.902Z Compiling heck v0.4.1
15372026-06-09T21:34:38.048Z Compiling ipnetwork v0.21.1
15382026-06-09T21:34:38.093Z Compiling bstr v1.12.1
15392026-06-09T21:34:38.123Z Compiling rand_chacha v0.3.1
15402026-06-09T21:34:38.191Z Compiling serde_spanned v0.6.9
15412026-06-09T21:34:38.297Z Compiling toml_datetime v0.6.11
15422026-06-09T21:34:38.332Z Compiling serde_tokenstream v0.2.3
15432026-06-09T21:34:38.430Z Compiling erased-serde v0.3.31
15442026-06-09T21:34:38.552Z Compiling md-5 v0.10.6
15452026-06-09T21:34:38.640Z Compiling pin-project-internal v1.1.11
15462026-06-09T21:34:38.718Z Compiling zerocopy-derive v0.7.35
15472026-06-09T21:34:38.732Z Compiling async-trait v0.1.89
15482026-06-09T21:34:38.910Z Compiling curve25519-dalek v4.1.3
15492026-06-09T21:34:38.923Z Compiling vergen-lib v9.1.0
15502026-06-09T21:34:39.096Z Compiling num-integer v0.1.46
15512026-06-09T21:34:39.234Z Compiling hash32 v0.2.1
15522026-06-09T21:34:39.419Z Compiling ff v0.13.1
15532026-06-09T21:34:39.454Z Compiling memoffset v0.9.1
15542026-06-09T21:34:39.552Z Compiling encoding_rs v0.8.35
15552026-06-09T21:34:39.566Z Compiling mime v0.3.17
15562026-06-09T21:34:39.619Z Compiling fallible-iterator v0.2.0
15572026-06-09T21:34:39.728Z Compiling litrs v1.0.0
15582026-06-09T21:34:39.754Z Compiling zlib-rs v0.6.2
15592026-06-09T21:34:39.831Z Compiling rustix v0.38.44
15602026-06-09T21:34:39.927Z Compiling base16ct v0.2.0
15612026-06-09T21:34:40.102Z Compiling cfg_aliases v0.2.1
15622026-06-09T21:34:40.161Z Compiling smoltcp v0.9.1
15632026-06-09T21:34:40.176Z Compiling ref-cast v1.0.25
15642026-06-09T21:34:40.219Z Compiling psl-types v2.0.11
15652026-06-09T21:34:40.345Z Compiling num-bigint-dig v0.8.6
15662026-06-09T21:34:40.512Z Compiling publicsuffix v2.3.0
15672026-06-09T21:34:40.526Z Compiling document-features v0.2.12
15682026-06-09T21:34:40.556Z Compiling nix v0.31.2
15692026-06-09T21:34:40.774Z Compiling sec1 v0.7.3
15702026-06-09T21:34:40.918Z Compiling postgres-protocol v0.6.10
15712026-06-09T21:34:41.042Z Compiling pin-project v1.1.11
15722026-06-09T21:34:41.097Z Compiling zerocopy v0.7.35
15732026-06-09T21:34:41.554Z Compiling group v0.13.0
15742026-06-09T21:34:41.554Z Compiling num-iter v0.1.45
15752026-06-09T21:34:41.554Z Compiling newtype-uuid v1.3.2
15762026-06-09T21:34:41.644Z Compiling hubpack_derive v0.1.1
15772026-06-09T21:34:41.662Z Compiling rand v0.8.6
15782026-06-09T21:34:41.677Z Compiling darling v0.21.3
15792026-06-09T21:34:41.757Z Compiling oxnet v0.1.5
15802026-06-09T21:34:41.875Z Compiling snafu-derive v0.8.9
15812026-06-09T21:34:41.907Z Compiling derive_builder v0.20.2
15822026-06-09T21:34:42.037Z Compiling hyper-tls v0.6.0
15832026-06-09T21:34:42.191Z Compiling goblin v0.8.2
15842026-06-09T21:34:42.681Z Compiling flate2 v1.1.9
15852026-06-09T21:34:42.994Z Compiling phf_shared v0.13.1
15862026-06-09T21:34:43.010Z Compiling lazy_static v1.5.0
15872026-06-09T21:34:43.090Z Compiling regex v1.12.3
15882026-06-09T21:34:43.104Z Compiling anstyle-parse v0.2.7
15892026-06-09T21:34:43.150Z Compiling strum_macros v0.27.2
15902026-06-09T21:34:43.231Z Compiling futures-executor v0.3.32
15912026-06-09T21:34:43.282Z Compiling hex v0.4.3
15922026-06-09T21:34:43.492Z Compiling hkdf v0.12.4
15932026-06-09T21:34:43.518Z Compiling crypto-bigint v0.5.5
15942026-06-09T21:34:43.545Z Compiling terminal_size v0.4.3
15952026-06-09T21:34:43.651Z Compiling daft-derive v0.1.7
15962026-06-09T21:34:43.679Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-09T21:34:43.782Z Compiling ref-cast-impl v1.0.25
15982026-06-09T21:34:44.306Z Compiling vergen v9.1.0
15992026-06-09T21:34:44.320Z Compiling fs-err v3.3.0
16002026-06-09T21:34:44.366Z Compiling cargo-platform v0.3.2
16012026-06-09T21:34:44.484Z Compiling ahash v0.8.12
16022026-06-09T21:34:44.506Z Compiling winnow v0.5.40
16032026-06-09T21:34:44.641Z Compiling bitflags v1.3.2
16042026-06-09T21:34:44.683Z Compiling foldhash v0.1.5
16052026-06-09T21:34:44.724Z Compiling managed v0.8.0
16062026-06-09T21:34:44.853Z Compiling object v0.37.3
16072026-06-09T21:34:44.930Z Compiling libbz2-rs-sys v0.2.2
16082026-06-09T21:34:45.091Z Compiling foldhash v0.2.0
16092026-06-09T21:34:45.116Z Compiling bumpalo v3.20.2
16102026-06-09T21:34:45.313Z Compiling same-file v1.0.6
16112026-06-09T21:34:45.366Z Compiling bzip2 v0.6.1
16122026-06-09T21:34:45.476Z Compiling walkdir v2.5.0
16132026-06-09T21:34:45.570Z Compiling zopfli v0.8.3
16142026-06-09T21:34:45.600Z Compiling hashbrown v0.16.1
16152026-06-09T21:34:45.638Z Compiling strum v0.27.2
16162026-06-09T21:34:45.769Z Compiling toml_edit v0.19.15
16172026-06-09T21:34:45.786Z Compiling hashbrown v0.15.5
16182026-06-09T21:34:45.949Z Compiling cargo_metadata v0.23.1
16192026-06-09T21:34:46.182Z Compiling clap_builder v4.6.0
16202026-06-09T21:34:46.321Z Compiling elliptic-curve v0.13.8
16212026-06-09T21:34:46.352Z Compiling dof v0.3.0
16222026-06-09T21:34:46.445Z Compiling daft v0.1.7
16232026-06-09T21:34:46.835Z Compiling snafu v0.8.9
16242026-06-09T21:34:47.101Z Compiling futures v0.3.32
16252026-06-09T21:34:47.184Z Compiling anstream v0.6.21
16262026-06-09T21:34:47.199Z Compiling phf v0.13.1
16272026-06-09T21:34:47.459Z Compiling signal-hook-mio v0.2.5
16282026-06-09T21:34:47.488Z Compiling cookie_store v0.22.1
16292026-06-09T21:34:47.576Z Compiling zstd v0.13.3
16302026-06-09T21:34:47.718Z Compiling bzip2 v0.4.4
16312026-06-09T21:34:47.842Z Compiling hubpack v0.1.2
16322026-06-09T21:34:47.925Z Compiling serde_with_macros v3.17.0
16332026-06-09T21:34:48.057Z Compiling postgres-types v0.2.12
16342026-06-09T21:34:48.410Z Compiling usdt-attr-macro v0.6.0
16352026-06-09T21:34:48.596Z Compiling usdt-macro v0.6.0
16362026-06-09T21:34:49.036Z Compiling globset v0.4.18
16372026-06-09T21:34:49.197Z Compiling dtrace-parser v0.2.0
16382026-06-09T21:34:49.215Z Compiling ed25519 v2.2.3
16392026-06-09T21:34:49.319Z Compiling phf_shared v0.11.3
16402026-06-09T21:34:49.323Z Compiling olpc-cjson v0.1.4
16412026-06-09T21:34:49.491Z Compiling pkcs1 v0.7.5
16422026-06-09T21:34:49.506Z Compiling enum-as-inner v0.6.1
16432026-06-09T21:34:49.705Z Compiling strum_macros v0.26.4
16442026-06-09T21:34:49.755Z Compiling clap_derive v4.6.1
16452026-06-09T21:34:49.884Z Compiling serde-big-array v0.5.1
16462026-06-09T21:34:49.928Z Compiling serde_plain v1.0.2
16472026-06-09T21:34:49.996Z Compiling rfc6979 v0.4.0
16482026-06-09T21:34:50.024Z Compiling pem v3.0.6
16492026-06-09T21:34:50.111Z Compiling serde_repr v0.1.20
16502026-06-09T21:34:50.125Z Compiling async-recursion v1.1.1
16512026-06-09T21:34:50.129Z Compiling float-cmp v0.10.0
16522026-06-09T21:34:50.283Z Compiling memmap2 v0.9.10
16532026-06-09T21:34:50.345Z Compiling thread-id v4.2.2
16542026-06-09T21:34:50.428Z Compiling env_filter v1.0.0
16552026-06-09T21:34:50.490Z Compiling precomputed-hash v0.1.1
16562026-06-09T21:34:50.579Z Compiling data-encoding v2.10.0
16572026-06-09T21:34:50.626Z Compiling static_assertions v1.1.0
16582026-06-09T21:34:50.702Z Compiling fixedbitset v0.5.7
16592026-06-09T21:34:50.721Z Compiling whoami v2.1.0
16602026-06-09T21:34:50.763Z Compiling typed-path v0.9.3
16612026-06-09T21:34:51.003Z Compiling keccak v0.1.6
16622026-06-09T21:34:51.090Z Compiling fixedbitset v0.4.2
16632026-06-09T21:34:51.259Z Compiling difflib v0.4.0
16642026-06-09T21:34:51.309Z Compiling new_debug_unreachable v1.0.6
16652026-06-09T21:34:51.383Z Compiling jiff v0.2.21
16662026-06-09T21:34:51.425Z Compiling predicates-core v1.0.10
16672026-06-09T21:34:51.504Z Compiling either v1.15.0
16682026-06-09T21:34:51.636Z Compiling normalize-line-endings v0.3.0
16692026-06-09T21:34:51.709Z Compiling predicates v3.1.4
16702026-06-09T21:34:51.730Z Compiling itertools v0.13.0
16712026-06-09T21:34:51.858Z Compiling clap v4.6.1
16722026-06-09T21:34:51.858Z Compiling strum v0.26.3
16732026-06-09T21:34:51.953Z Compiling string_cache v0.8.9
16742026-06-09T21:34:51.985Z Compiling petgraph v0.6.5
16752026-06-09T21:34:52.001Z Compiling sha3 v0.10.8
16762026-06-09T21:34:52.179Z Compiling toml_edit v0.22.27
16772026-06-09T21:34:52.361Z Compiling tokio-postgres v0.7.16
16782026-06-09T21:34:52.453Z Compiling petgraph v0.8.3
16792026-06-09T21:34:52.954Z Compiling hickory-proto v0.25.2
16802026-06-09T21:34:52.976Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-09T21:34:53.451Z Compiling env_logger v0.11.9
16822026-06-09T21:34:53.798Z Compiling usdt v0.6.0
16832026-06-09T21:34:54.059Z Compiling zip v4.6.1
16842026-06-09T21:34:54.366Z Compiling usdt-impl v0.5.0
16852026-06-09T21:34:54.537Z Compiling ecdsa v0.16.9
16862026-06-09T21:34:54.877Z Compiling rsa v0.9.10
16872026-06-09T21:34:54.921Z Compiling ed25519-dalek v2.2.0
16882026-06-09T21:34:54.944Z Compiling crossterm v0.28.1
16892026-06-09T21:34:55.001Z Compiling serde_with v3.17.0
16902026-06-09T21:34:55.578Z Compiling zip v0.6.6
16912026-06-09T21:34:56.150Z Compiling toml v0.7.8
16922026-06-09T21:34:56.165Z Compiling iddqd v0.4.2
16932026-06-09T21:34:56.773Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-09T21:34:56.895Z Compiling similar v2.7.0
16952026-06-09T21:34:57.066Z Compiling crossbeam-epoch v0.9.18
16962026-06-09T21:34:57.402Z Compiling tokio-stream v0.1.18
16972026-06-09T21:34:57.416Z Compiling buf-list v1.1.2
16982026-06-09T21:34:57.468Z Compiling x509-cert v0.2.5
16992026-06-09T21:34:57.646Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-09T21:34:57.692Z Compiling openapiv3 v2.2.0
17012026-06-09T21:34:57.778Z Compiling sha1 v0.10.6
17022026-06-09T21:34:57.870Z Compiling peg-runtime v0.8.5
17032026-06-09T21:34:57.946Z Compiling lalrpop-util v0.19.12
17042026-06-09T21:34:58.004Z Compiling thread_local v1.1.9
17052026-06-09T21:34:58.141Z Compiling slog-async v2.8.0
17062026-06-09T21:34:58.160Z Compiling crossbeam-channel v0.5.15
17072026-06-09T21:34:58.222Z Compiling filetime v0.2.27
17082026-06-09T21:34:58.248Z Compiling is-terminal v0.4.17
17092026-06-09T21:34:58.353Z Compiling take_mut v0.2.2
17102026-06-09T21:34:58.353Z Compiling term v1.2.1
17112026-06-09T21:34:58.446Z Compiling xattr v1.6.1
17122026-06-09T21:34:58.586Z Compiling tar v0.4.45
17132026-06-09T21:34:58.604Z Compiling slog-term v2.9.2
17142026-06-09T21:35:09.590Z Compiling rustls-webpki v0.103.9
17152026-06-09T21:35:12.380Z Compiling tokio-rustls v0.26.4
17162026-06-09T21:35:12.380Z Compiling rustls-platform-verifier v0.6.2
17172026-06-09T21:35:12.576Z Compiling hyper-rustls v0.27.7
17182026-06-09T21:35:12.777Z Compiling reqwest v0.12.28
17192026-06-09T21:35:12.777Z Compiling reqwest v0.13.2
17202026-06-09T21:35:14.032Z Compiling tough v0.22.0
17212026-06-09T21:35:16.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-09T21:35:16.781Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-09T21:35:19.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17242026-06-09T21:35:19.777Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-09T21:35:19.831ZJun 09 21:35:18.452 INFO Starting download, target: Cockroach
17262026-06-09T21:35:19.832ZJun 09 21:35:18.453 INFO Starting download, target: Clickhouse
17272026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Starting download, target: Console
17282026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Starting download, target: DendriteStub
17292026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Starting download, target: MaghemiteMgd
17302026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Starting download, target: TransceiverControl
17312026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-09T21:35:19.836ZJun 09 21:35:18.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-06-09T21:35:19.837ZJun 09 21:35:18.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-09T21:35:19.837ZJun 09 21:35:18.453 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-09T21:35:20.480ZJun 09 21:35:19.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-09T21:35:20.694ZJun 09 21:35:19.315 INFO Download complete, target: TransceiverControl
17392026-06-09T21:35:20.793ZJun 09 21:35:19.409 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-09T21:35:21.058ZJun 09 21:35:19.668 INFO Download complete, target: Console
17412026-06-09T21:35:21.658ZJun 09 21:35:20.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-09T21:35:21.673ZJun 09 21:35:20.271 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-09T21:35:22.114ZJun 09 21:35:20.733 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-06-09T21:35:22.114ZJun 09 21:35:20.733 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-06-09T21:35:22.338ZJun 09 21:35:20.960 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-06-09T21:35:23.996ZJun 09 21:35:22.618 INFO Download complete, target: MaghemiteMgd
17472026-06-09T21:35:24.120ZJun 09 21:35:22.740 INFO Download complete, target: DendriteStub
17482026-06-09T21:35:26.905ZJun 09 21:35:25.510 INFO Checking that binary works, target: Cockroach
17492026-06-09T21:35:27.014ZJun 09 21:35:25.632 INFO Download complete, target: Cockroach
17502026-06-09T21:35:29.271ZJun 09 21:35:27.892 INFO Checking that binary works, target: Clickhouse
17512026-06-09T21:35:29.413ZJun 09 21:35:28.028 INFO Download complete, target: Clickhouse
17522026-06-09T21:35:29.520ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-09T21:35:29.545Z
17542026-06-09T21:35:29.545Zreal 2:20.627995129
17552026-06-09T21:35:29.545Zuser 6:55.331086113
17562026-06-09T21:35:29.546Zsys 1:22.808823724
17572026-06-09T21:35:29.546Ztrap 0.226184861
17582026-06-09T21:35:29.546Ztflt 0.660379738
17592026-06-09T21:35:29.546Zdflt 0.470245067
17602026-06-09T21:35:29.546Zkflt 0.033994392
17612026-06-09T21:35:29.546Zlock 21:54.227470145
17622026-06-09T21:35:29.546Zslp 21:28.702511018
17632026-06-09T21:35:29.546Zlat 42.017212912
17642026-06-09T21:35:29.546Zstop 1:54.861992464
17652026-06-09T21:35:29.546Z+ banner hack-check
17662026-06-09T21:35:29.546Z
17672026-06-09T21:35:29.546Z # # ## #### # # #### # # ###### #### # #
17682026-06-09T21:35:29.546Z # # # # # # # # # # # # # # # # #
17692026-06-09T21:35:29.546Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-09T21:35:29.546Z # # ###### # # # # # # # # # #
17712026-06-09T21:35:29.546Z # # # # # # # # # # # # # # # # #
17722026-06-09T21:35:29.546Z # # # # #### # # #### # # ###### #### # #
17732026-06-09T21:35:29.546Z
17742026-06-09T21:35:29.546Z+ export CARGO_INCREMENTAL=0
17752026-06-09T21:35:29.546Z+ CARGO_INCREMENTAL=0
17762026-06-09T21:35:29.546Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-09T21:35:30.034Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-09T21:35:30.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-09T21:35:32.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17802026-06-09T21:35:32.150Z Running `target/debug/xtask check-features --ci`
17812026-06-09T21:35:32.173Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-09T21:35:32.174Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-09T21:35:32.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-09T21:35:32.679Z Running `target/debug/xtask download cargo-hack`
17852026-06-09T21:35:33.456Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-09T21:35:33.774Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-09T21:35:36.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17882026-06-09T21:35:36.465Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-09T21:35:36.539ZJun 09 21:35:35.124 INFO Starting download, target: CargoHack
17902026-06-09T21:35:36.544ZJun 09 21:35:35.124 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-09T21:35:37.163ZJun 09 21:35:35.785 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-09T21:35:37.214ZJun 09 21:35:35.836 INFO Download complete, target: CargoHack
17932026-06-09T21:35:37.217Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-09T21:35:37.230Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-09T21:35:37.388Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-09T21:35:37.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-09T21:35:37.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-09T21:35:37.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-09T21:35:37.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-09T21:35:37.968Z
18012026-06-09T21:35:37.968Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-09T21:35:38.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-09T21:35:38.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-09T21:35:38.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-09T21:35:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-09T21:35:38.554Z
18072026-06-09T21:35:38.554Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-09T21:35:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-09T21:35:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-09T21:35:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-09T21:35:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-06-09T21:35:39.143Z
18132026-06-09T21:35:39.143Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-09T21:35:39.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-09T21:35:39.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-09T21:35:39.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-09T21:35:39.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-09T21:35:39.726Z
18192026-06-09T21:35:39.726Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-09T21:35:40.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-09T21:35:40.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-09T21:35:40.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-09T21:35:40.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-09T21:35:40.311Z
18252026-06-09T21:35:40.311Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-09T21:35:40.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-09T21:35:40.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-09T21:35:40.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-09T21:35:40.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-09T21:35:40.903Z
18312026-06-09T21:35:40.903Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-09T21:35:41.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-09T21:35:41.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-09T21:35:41.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-09T21:35:41.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-09T21:35:41.498Z
18372026-06-09T21:35:41.498Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-09T21:35:41.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-09T21:35:42.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-09T21:35:42.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-09T21:35:42.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-09T21:35:42.097Z
18432026-06-09T21:35:42.097Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-09T21:35:42.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-09T21:35:42.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-09T21:35:42.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-09T21:35:42.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-06-09T21:35:42.557Z
18492026-06-09T21:35:42.557Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-09T21:35:42.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-09T21:35:42.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-09T21:35:42.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-09T21:35:42.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-09T21:35:43.023Z
18552026-06-09T21:35:43.024Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-09T21:35:43.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-09T21:35:43.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-09T21:35:43.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-09T21:35:43.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-09T21:35:43.492Z
18612026-06-09T21:35:43.492Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-09T21:35:43.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-09T21:35:43.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-09T21:35:43.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-09T21:35:43.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-09T21:35:43.959Z
18672026-06-09T21:35:43.959Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-09T21:35:44.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-09T21:35:44.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-09T21:35:44.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-09T21:35:44.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-09T21:35:44.427Z
18732026-06-09T21:35:44.427Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-09T21:35:44.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-09T21:35:44.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-09T21:35:44.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-09T21:35:44.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-09T21:35:44.893Z
18792026-06-09T21:35:44.893Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-09T21:35:45.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-09T21:35:45.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-09T21:35:45.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-09T21:35:45.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-09T21:35:45.357Z
18852026-06-09T21:35:45.357Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-09T21:35:45.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-09T21:35:45.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-09T21:35:45.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-09T21:35:45.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-09T21:35:45.822Z
18912026-06-09T21:35:45.822Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-09T21:35:46.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-09T21:35:46.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-09T21:35:46.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-09T21:35:46.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-09T21:35:46.289Z
18972026-06-09T21:35:46.289Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-09T21:35:46.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-09T21:35:46.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-09T21:35:46.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-09T21:35:46.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-09T21:35:46.754Z
19032026-06-09T21:35:46.754Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-09T21:35:47.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-09T21:35:47.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-09T21:35:47.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-09T21:35:47.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-09T21:35:47.218Z
19092026-06-09T21:35:47.219Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-09T21:35:47.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-09T21:35:47.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-09T21:35:47.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-09T21:35:47.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-09T21:35:47.688Z
19152026-06-09T21:35:47.688Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-09T21:35:48.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-09T21:35:48.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-09T21:35:48.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-09T21:35:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-09T21:35:48.160Z
19212026-06-09T21:35:48.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-09T21:35:48.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-09T21:35:48.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-09T21:35:48.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-09T21:35:48.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-09T21:35:48.628Z
19272026-06-09T21:35:48.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-09T21:35:49.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-09T21:35:49.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-09T21:35:49.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-09T21:35:49.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-09T21:35:49.095Z
19332026-06-09T21:35:49.095Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-09T21:35:49.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-09T21:35:49.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-09T21:35:49.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-09T21:35:49.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-09T21:35:49.561Z
19392026-06-09T21:35:49.561Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-09T21:35:49.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-09T21:35:49.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-09T21:35:49.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-09T21:35:49.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-09T21:35:50.027Z
19452026-06-09T21:35:50.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-09T21:35:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-09T21:35:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-09T21:35:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-09T21:35:50.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-09T21:35:50.499Z
19512026-06-09T21:35:50.499Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-09T21:35:50.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-09T21:35:50.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-09T21:35:50.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-09T21:35:50.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-09T21:35:50.972Z
19572026-06-09T21:35:50.972Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-09T21:35:51.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-09T21:35:51.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-09T21:35:51.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-09T21:35:51.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-09T21:35:51.442Z
19632026-06-09T21:35:51.442Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-09T21:35:51.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-09T21:35:51.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-09T21:35:51.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-09T21:35:51.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-09T21:35:51.907Z
19692026-06-09T21:35:51.908Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-09T21:35:52.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-09T21:35:52.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-09T21:35:52.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-09T21:35:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-09T21:35:52.373Z
19752026-06-09T21:35:52.373Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-09T21:35:52.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-09T21:35:52.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-09T21:35:52.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-09T21:35:52.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-09T21:35:52.837Z
19812026-06-09T21:35:52.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-09T21:35:53.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-09T21:35:53.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-09T21:35:53.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-09T21:35:53.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-09T21:35:53.300Z
19872026-06-09T21:35:53.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-09T21:35:53.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-09T21:35:53.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-09T21:35:53.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-09T21:35:53.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-09T21:35:53.768Z
19932026-06-09T21:35:53.768Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-09T21:35:54.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-09T21:35:54.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-09T21:35:54.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-09T21:35:54.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-09T21:35:54.236Z
19992026-06-09T21:35:54.236Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-09T21:35:54.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-09T21:35:54.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-09T21:35:54.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-09T21:35:54.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-09T21:35:54.702Z
20052026-06-09T21:35:54.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-09T21:35:55.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-09T21:35:55.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-09T21:35:55.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-09T21:35:55.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-09T21:35:55.171Z
20112026-06-09T21:35:55.172Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-09T21:35:55.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-09T21:35:55.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-09T21:35:55.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-09T21:35:55.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-06-09T21:35:55.644Z
20172026-06-09T21:35:55.644Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-09T21:35:56.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-09T21:35:56.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-09T21:35:56.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-09T21:35:56.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-09T21:35:56.115Z
20232026-06-09T21:35:56.115Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-09T21:35:56.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-09T21:35:56.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-09T21:35:56.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-09T21:35:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-09T21:35:56.579Z
20292026-06-09T21:35:56.579Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-09T21:35:56.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-09T21:35:56.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-09T21:35:56.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-09T21:35:56.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-09T21:35:57.044Z
20352026-06-09T21:35:57.045Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-09T21:35:57.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-09T21:35:57.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-09T21:35:57.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-09T21:35:57.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-09T21:35:57.512Z
20412026-06-09T21:35:57.512Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-09T21:35:57.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-09T21:35:57.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-09T21:35:57.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-09T21:35:57.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-09T21:35:57.994Z
20472026-06-09T21:35:57.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-09T21:35:58.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-09T21:35:58.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-09T21:35:58.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-09T21:35:58.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-09T21:35:58.460Z
20532026-06-09T21:35:58.460Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-09T21:35:58.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-09T21:35:58.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-09T21:35:58.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-09T21:35:58.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-09T21:35:58.928Z
20592026-06-09T21:35:58.928Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-09T21:35:59.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-09T21:35:59.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-09T21:35:59.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-09T21:35:59.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-09T21:35:59.391Z
20652026-06-09T21:35:59.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-09T21:35:59.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-09T21:35:59.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-09T21:35:59.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-09T21:35:59.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-09T21:35:59.854Z
20712026-06-09T21:35:59.854Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-09T21:36:00.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-09T21:36:00.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-09T21:36:00.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-09T21:36:00.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-09T21:36:00.318Z
20772026-06-09T21:36:00.318Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-09T21:36:00.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-09T21:36:00.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-09T21:36:00.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-09T21:36:00.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-09T21:36:00.781Z
20832026-06-09T21:36:00.781Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-09T21:36:01.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-09T21:36:01.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-09T21:36:01.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-09T21:36:01.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-09T21:36:01.412Z
20892026-06-09T21:36:01.412Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-09T21:36:01.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-09T21:36:01.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-09T21:36:01.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-09T21:36:01.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-09T21:36:02.046Z
20952026-06-09T21:36:02.046Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-09T21:36:02.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-09T21:36:02.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-09T21:36:02.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-09T21:36:02.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-09T21:36:02.675Z
21012026-06-09T21:36:02.675Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-09T21:36:03.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-09T21:36:03.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-09T21:36:03.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-09T21:36:03.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-09T21:36:03.307Z
21072026-06-09T21:36:03.307Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-09T21:36:03.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-09T21:36:03.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-09T21:36:03.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-09T21:36:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-09T21:36:03.913Z
21132026-06-09T21:36:03.913Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-09T21:36:04.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-09T21:36:04.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-09T21:36:04.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-09T21:36:04.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-09T21:36:04.497Z
21192026-06-09T21:36:04.497Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-09T21:36:04.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-09T21:36:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-09T21:36:05.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-09T21:36:05.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-09T21:36:05.093Z
21252026-06-09T21:36:05.093Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-09T21:36:05.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-09T21:36:05.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-09T21:36:05.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-09T21:36:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-09T21:36:05.683Z
21312026-06-09T21:36:05.683Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-09T21:36:06.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-09T21:36:06.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-09T21:36:06.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-09T21:36:06.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-09T21:36:06.278Z
21372026-06-09T21:36:06.279Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-09T21:36:06.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-09T21:36:06.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-09T21:36:06.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-09T21:36:06.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-09T21:36:06.876Z
21432026-06-09T21:36:06.876Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-09T21:36:07.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-09T21:36:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-09T21:36:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-09T21:36:07.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-09T21:36:07.459Z
21492026-06-09T21:36:07.459Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-09T21:36:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-09T21:36:07.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-09T21:36:07.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-09T21:36:07.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-09T21:36:08.044Z
21552026-06-09T21:36:08.044Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-09T21:36:08.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-09T21:36:08.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-09T21:36:08.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-09T21:36:08.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-09T21:36:08.626Z
21612026-06-09T21:36:08.626Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-09T21:36:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-09T21:36:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-09T21:36:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-09T21:36:09.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-09T21:36:09.200Z
21672026-06-09T21:36:09.200Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-09T21:36:09.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-09T21:36:09.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-09T21:36:09.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-09T21:36:09.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-09T21:36:09.794Z
21732026-06-09T21:36:09.794Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-09T21:36:10.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-09T21:36:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-09T21:36:10.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-09T21:36:10.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-09T21:36:10.386Z
21792026-06-09T21:36:10.386Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-09T21:36:10.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-09T21:36:10.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-09T21:36:10.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-09T21:36:10.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-09T21:36:10.960Z
21852026-06-09T21:36:10.961Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-09T21:36:11.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-09T21:36:11.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-09T21:36:11.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-09T21:36:11.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-09T21:36:11.540Z
21912026-06-09T21:36:11.540Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-09T21:36:12.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-09T21:36:12.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-09T21:36:12.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-09T21:36:12.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-09T21:36:12.126Z
21972026-06-09T21:36:12.126Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-09T21:36:12.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-09T21:36:12.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-09T21:36:12.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-09T21:36:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-09T21:36:12.709Z
22032026-06-09T21:36:12.709Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-09T21:36:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-09T21:36:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-09T21:36:13.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-09T21:36:13.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-09T21:36:13.333Z
22092026-06-09T21:36:13.333Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-09T21:36:13.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-09T21:36:13.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-09T21:36:13.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-09T21:36:13.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-09T21:36:13.886Z
22152026-06-09T21:36:13.886Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-09T21:36:14.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-09T21:36:14.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-09T21:36:14.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-09T21:36:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-09T21:36:14.483Z
22212026-06-09T21:36:14.483Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-09T21:36:14.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-09T21:36:14.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-09T21:36:14.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-09T21:36:14.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-09T21:36:15.072Z
22272026-06-09T21:36:15.072Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-09T21:36:15.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-09T21:36:15.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-09T21:36:15.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-09T21:36:15.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-09T21:36:15.679Z
22332026-06-09T21:36:15.679Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-09T21:36:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-09T21:36:16.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-09T21:36:16.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-09T21:36:16.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-09T21:36:16.292Z
22392026-06-09T21:36:16.293Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-09T21:36:16.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-09T21:36:16.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-09T21:36:16.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-09T21:36:16.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-09T21:36:16.869Z
22452026-06-09T21:36:16.869Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-09T21:36:17.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-09T21:36:17.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-09T21:36:17.475Z Checking cfg-if v1.0.4
22492026-06-09T21:36:17.479Z Checking libc v0.2.185
22502026-06-09T21:36:17.479Z Checking serde_core v1.0.228
22512026-06-09T21:36:17.596Z Checking zeroize v1.8.2
22522026-06-09T21:36:17.601Z Checking memchr v2.8.0
22532026-06-09T21:36:17.609Z Checking log v0.4.29
22542026-06-09T21:36:17.619Z Checking smallvec v1.15.1
22552026-06-09T21:36:17.629Z Checking typenum v1.19.0
22562026-06-09T21:36:17.639Z Checking subtle v2.6.1
22572026-06-09T21:36:17.732Z Checking itoa v1.0.17
22582026-06-09T21:36:17.766Z Checking scopeguard v1.2.0
22592026-06-09T21:36:17.785Z Checking stable_deref_trait v1.2.1
22602026-06-09T21:36:17.797Z Checking const-oid v0.9.6
22612026-06-09T21:36:17.935Z Checking zerofrom v0.1.6
22622026-06-09T21:36:17.939Z Checking lock_api v0.4.14
22632026-06-09T21:36:17.939Z Checking pin-project-lite v0.2.17
22642026-06-09T21:36:17.970Z Checking yoke v0.8.1
22652026-06-09T21:36:17.981Z Checking getrandom v0.2.17
22662026-06-09T21:36:17.984Z Checking errno v0.3.14
22672026-06-09T21:36:18.001Z Checking parking_lot_core v0.9.12
22682026-06-09T21:36:18.062Z Checking portable-atomic v1.13.1
22692026-06-09T21:36:18.098Z Checking signal-hook-registry v1.4.8
22702026-06-09T21:36:18.118Z Checking rand_core v0.6.4
22712026-06-09T21:36:18.129Z Checking zerovec v0.11.5
22722026-06-09T21:36:18.141Z Checking generic-array v0.14.7
22732026-06-09T21:36:18.180Z Checking critical-section v1.2.0
22742026-06-09T21:36:18.254Z Checking futures-core v0.3.32
22752026-06-09T21:36:18.277Z Checking parking_lot v0.12.5
22762026-06-09T21:36:18.288Z Checking mio v1.2.0
22772026-06-09T21:36:18.372Z Checking zerocopy v0.8.40
22782026-06-09T21:36:18.458Z Checking once_cell v1.21.3
22792026-06-09T21:36:18.471Z Checking zmij v1.0.21
22802026-06-09T21:36:18.483Z Checking socket2 v0.6.3
22812026-06-09T21:36:18.549Z Checking tinystr v0.8.2
22822026-06-09T21:36:18.567Z Checking libm v0.2.16
22832026-06-09T21:36:18.578Z Checking crypto-common v0.1.7
22842026-06-09T21:36:18.633Z Checking block-buffer v0.10.4
22852026-06-09T21:36:18.681Z Checking percent-encoding v2.3.2
22862026-06-09T21:36:18.697Z Checking writeable v0.6.2
22872026-06-09T21:36:18.723Z Checking litemap v0.8.1
22882026-06-09T21:36:18.734Z Checking equivalent v1.0.2
22892026-06-09T21:36:18.768Z Checking digest v0.10.7
22902026-06-09T21:36:18.813Z Checking potential_utf v0.1.4
22912026-06-09T21:36:18.824Z Checking zerotrie v0.2.3
22922026-06-09T21:36:18.856Z Checking futures-sink v0.3.32
22932026-06-09T21:36:18.888Z Checking icu_locale_core v2.1.1
22942026-06-09T21:36:18.938Z Checking icu_collections v2.1.1
22952026-06-09T21:36:18.950Z Checking futures-channel v0.3.32
22962026-06-09T21:36:18.962Z Checking futures-io v0.3.32
22972026-06-09T21:36:19.056Z Checking serde v1.0.228
22982026-06-09T21:36:19.067Z Checking bitflags v2.11.0
22992026-06-09T21:36:19.077Z Checking serde_json v1.0.149
23002026-06-09T21:36:19.137Z Checking slab v0.4.12
23012026-06-09T21:36:19.231Z Checking cpufeatures v0.2.17
23022026-06-09T21:36:19.245Z Checking futures-task v0.3.32
23032026-06-09T21:36:19.263Z Checking num-traits v0.2.19
23042026-06-09T21:36:19.309Z Checking hmac v0.12.1
23052026-06-09T21:36:19.322Z Checking icu_normalizer_data v2.1.1
23062026-06-09T21:36:19.372Z Checking futures-util v0.3.32
23072026-06-09T21:36:19.393Z Checking icu_properties_data v2.1.2
23082026-06-09T21:36:19.432Z Checking icu_provider v2.1.1
23092026-06-09T21:36:19.443Z Checking rand_core v0.10.0
23102026-06-09T21:36:19.455Z Checking bytes v1.11.1
23112026-06-09T21:36:19.519Z Checking hashbrown v0.17.0
23122026-06-09T21:36:19.576Z Checking getrandom v0.4.1
23132026-06-09T21:36:19.659Z Checking icu_normalizer v2.1.1
23142026-06-09T21:36:19.720Z Checking icu_properties v2.1.2
23152026-06-09T21:36:19.734Z Checking block-padding v0.3.3
23162026-06-09T21:36:19.820Z Checking utf8_iter v1.0.4
23172026-06-09T21:36:19.862Z Checking inout v0.1.4
23182026-06-09T21:36:19.883Z Checking tokio v1.52.1
23192026-06-09T21:36:19.940Z Checking sha2 v0.10.9
23202026-06-09T21:36:19.957Z Checking form_urlencoded v1.2.2
23212026-06-09T21:36:19.979Z Checking indexmap v2.14.0
23222026-06-09T21:36:19.996Z Checking cipher v0.4.4
23232026-06-09T21:36:20.080Z Checking getrandom v0.3.4
23242026-06-09T21:36:20.201Z Checking base64ct v1.8.3
23252026-06-09T21:36:20.205Z Checking fnv v1.0.7
23262026-06-09T21:36:20.223Z Checking byteorder v1.5.0
23272026-06-09T21:36:20.303Z Checking flagset v0.4.7
23282026-06-09T21:36:20.418Z Checking rand_core v0.9.5
23292026-06-09T21:36:20.430Z Checking pem-rfc7468 v0.7.0
23302026-06-09T21:36:20.433Z Checking http v1.4.0
23312026-06-09T21:36:20.526Z Checking regex-syntax v0.8.10
23322026-06-09T21:36:20.538Z Checking idna_adapter v1.2.1
23332026-06-09T21:36:20.579Z Checking der v0.7.10
23342026-06-09T21:36:20.592Z Checking salsa20 v0.10.2
23352026-06-09T21:36:20.651Z Checking idna v1.1.0
23362026-06-09T21:36:20.724Z Checking uuid v1.23.0
23372026-06-09T21:36:20.892Z Checking url v2.5.8
23382026-06-09T21:36:20.993Z Checking pbkdf2 v0.12.2
23392026-06-09T21:36:21.036Z Checking rustix v1.1.3
23402026-06-09T21:36:21.106Z Checking tracing-core v0.1.36
23412026-06-09T21:36:21.120Z Checking ppv-lite86 v0.2.21
23422026-06-09T21:36:21.268Z Checking rustls-pki-types v1.14.0
23432026-06-09T21:36:21.306Z Checking spki v0.7.3
23442026-06-09T21:36:21.329Z Checking iana-time-zone v0.1.65
23452026-06-09T21:36:21.407Z Checking base64 v0.22.1
23462026-06-09T21:36:21.418Z Checking rand_chacha v0.9.0
23472026-06-09T21:36:21.432Z Checking chrono v0.4.44
23482026-06-09T21:36:21.467Z Checking tracing v0.1.44
23492026-06-09T21:36:21.552Z Checking scrypt v0.11.0
23502026-06-09T21:36:21.651Z Checking http-body v1.0.1
23512026-06-09T21:36:21.654Z Checking cbc v0.1.2
23522026-06-09T21:36:21.665Z Checking aes v0.8.4
23532026-06-09T21:36:21.689Z Checking aws-lc-sys v0.40.0
23542026-06-09T21:36:21.741Z Checking openssl-probe v0.2.1
23552026-06-09T21:36:21.762Z Checking untrusted v0.7.1
23562026-06-09T21:36:21.837Z Checking untrusted v0.9.0
23572026-06-09T21:36:21.849Z Checking tinyvec_macros v0.1.1
23582026-06-09T21:36:21.865Z Checking rand v0.9.2
23592026-06-09T21:36:21.878Z Checking try-lock v0.2.5
23602026-06-09T21:36:21.910Z Checking tinyvec v1.10.0
23612026-06-09T21:36:21.941Z Checking ring v0.17.14
23622026-06-09T21:36:21.973Z Checking tower-service v0.3.3
23632026-06-09T21:36:22.053Z Checking pkcs5 v0.7.1
23642026-06-09T21:36:22.064Z Checking atomic-waker v1.1.2
23652026-06-09T21:36:22.159Z Checking tower-layer v0.3.3
23662026-06-09T21:36:22.190Z Checking aws-lc-rs v1.16.3
23672026-06-09T21:36:22.208Z Checking want v0.3.1
23682026-06-09T21:36:22.278Z Checking ipnet v2.11.0
23692026-06-09T21:36:22.302Z Checking pkcs8 v0.10.2
23702026-06-09T21:36:22.302Z Checking httparse v1.10.1
23712026-06-09T21:36:22.326Z Checking aho-corasick v1.1.4
23722026-06-09T21:36:22.339Z Checking foreign-types-shared v0.1.1
23732026-06-09T21:36:22.421Z Checking plain v0.2.3
23742026-06-09T21:36:22.477Z Checking fastrand v2.3.0
23752026-06-09T21:36:22.518Z Checking utf8parse v0.2.2
23762026-06-09T21:36:22.526Z Checking dyn-clone v1.0.20
23772026-06-09T21:36:22.530Z Checking httpdate v1.0.3
23782026-06-09T21:36:22.615Z Checking pin-utils v0.1.0
23792026-06-09T21:36:22.627Z Checking foreign-types v0.3.2
23802026-06-09T21:36:22.653Z Checking tempfile v3.25.0
23812026-06-09T21:36:22.680Z Checking unicode-normalization v0.1.25
23822026-06-09T21:36:22.693Z Checking semver v1.0.28
23832026-06-09T21:36:22.693Z Checking openssl-sys v0.9.115
23842026-06-09T21:36:22.840Z Checking spin v0.9.8
23852026-06-09T21:36:22.902Z Checking anstyle v1.0.14
23862026-06-09T21:36:22.919Z Checking unicode-ident v1.0.24
23872026-06-09T21:36:22.996Z Checking regex-automata v0.4.14
23882026-06-09T21:36:23.009Z Checking rustls-webpki v0.103.9
23892026-06-09T21:36:23.023Z Checking ucd-trie v0.1.7
23902026-06-09T21:36:23.035Z Checking proc-macro2 v1.0.106
23912026-06-09T21:36:23.076Z Checking tokio-util v0.7.18
23922026-06-09T21:36:23.076Z Checking openssl v0.10.79
23932026-06-09T21:36:23.099Z Checking schemars v0.8.22
23942026-06-09T21:36:23.111Z Checking rustls-native-certs v0.8.3
23952026-06-09T21:36:23.146Z Checking pest v2.8.6
23962026-06-09T21:36:23.235Z Checking thiserror v2.0.18
23972026-06-09T21:36:23.331Z Checking sync_wrapper v1.0.2
23982026-06-09T21:36:23.343Z Checking wait-timeout v0.2.1
23992026-06-09T21:36:23.415Z Checking rustls v0.23.37
24002026-06-09T21:36:23.435Z Checking is_terminal_polyfill v1.70.2
24012026-06-09T21:36:23.459Z Checking colorchoice v1.0.4
24022026-06-09T21:36:23.525Z Checking bit-vec v0.8.0
24032026-06-09T21:36:23.556Z Checking simd-adler32 v0.3.8
24042026-06-09T21:36:23.697Z Checking h2 v0.4.13
24052026-06-09T21:36:23.721Z Checking powerfmt v0.2.0
24062026-06-09T21:36:23.732Z Checking siphasher v1.0.2
24072026-06-09T21:36:23.760Z Checking anstyle-query v1.1.5
24082026-06-09T21:36:23.852Z Checking quick-error v1.2.3
24092026-06-09T21:36:23.866Z Checking pretty-hex v0.4.1
24102026-06-09T21:36:23.880Z Checking deranged v0.5.8
24112026-06-09T21:36:23.952Z Checking rusty-fork v0.3.1
24122026-06-09T21:36:23.982Z Checking bit-set v0.8.0
24132026-06-09T21:36:24.124Z Checking tower v0.5.3
24142026-06-09T21:36:24.135Z Checking quote v1.0.45
24152026-06-09T21:36:24.233Z Compiling newtype-uuid v1.3.2
24162026-06-09T21:36:24.298Z Checking http-body-util v0.1.3
24172026-06-09T21:36:24.413Z Checking webpki-roots v1.0.6
24182026-06-09T21:36:24.505Z Checking crossbeam-utils v0.8.21
24192026-06-09T21:36:24.517Z Checking rand_xorshift v0.4.0
24202026-06-09T21:36:24.528Z Checking crc32fast v1.5.0
24212026-06-09T21:36:24.632Z Checking scroll v0.13.0
24222026-06-09T21:36:24.664Z Checking signature v2.2.0
24232026-06-09T21:36:24.785Z Checking adler2 v2.0.1
24242026-06-09T21:36:24.798Z Checking time-core v0.1.8
24252026-06-09T21:36:24.823Z Checking unicode-properties v0.1.4
24262026-06-09T21:36:24.836Z Checking num-conv v0.2.0
24272026-06-09T21:36:24.854Z Checking unicode-bidi v0.3.18
24282026-06-09T21:36:24.889Z Checking num_threads v0.1.7
24292026-06-09T21:36:24.938Z Checking unarray v0.1.4
24302026-06-09T21:36:24.947Z Checking ryu v1.0.23
24312026-06-09T21:36:24.971Z Checking allocator-api2 v0.2.21
24322026-06-09T21:36:25.009Z Checking iri-string v0.7.10
24332026-06-09T21:36:25.035Z Checking proptest v1.10.0
24342026-06-09T21:36:25.082Z Checking serde_urlencoded v0.7.1
24352026-06-09T21:36:25.111Z Checking native-tls v0.2.18
24362026-06-09T21:36:25.148Z Checking stringprep v0.1.5
24372026-06-09T21:36:25.247Z Checking time v0.3.47
24382026-06-09T21:36:25.277Z Checking miniz_oxide v0.8.9
24392026-06-09T21:36:25.290Z Checking tokio-native-tls v0.3.1
24402026-06-09T21:36:25.299Z Checking goblin v0.10.5
24412026-06-09T21:36:25.442Z Checking crossbeam-epoch v0.9.18
24422026-06-09T21:36:25.625Z Checking bstr v1.12.1
24432026-06-09T21:36:25.662Z Compiling daft v0.1.7
24442026-06-09T21:36:25.797Z Checking tokio-rustls v0.26.4
24452026-06-09T21:36:25.938Z Checking syn v2.0.117
24462026-06-09T21:36:26.010Z Checking ipnetwork v0.21.1
24472026-06-09T21:36:26.024Z Checking tower-http v0.6.8
24482026-06-09T21:36:26.034Z Checking anstyle-parse v1.0.0
24492026-06-09T21:36:26.184Z Checking rand_chacha v0.3.1
24502026-06-09T21:36:26.219Z Checking thiserror v1.0.69
24512026-06-09T21:36:26.291Z Checking scroll v0.12.0
24522026-06-09T21:36:26.316Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-09T21:36:26.356Z Checking hyper v1.8.1
24542026-06-09T21:36:26.368Z Checking hash32 v0.2.1
24552026-06-09T21:36:26.394Z Checking num-integer v0.1.46
24562026-06-09T21:36:26.426Z Checking toml_datetime v0.6.11
24572026-06-09T21:36:26.515Z Checking serde_spanned v0.6.9
24582026-06-09T21:36:26.525Z Checking md-5 v0.10.6
24592026-06-09T21:36:26.605Z Checking ff v0.13.1
24602026-06-09T21:36:26.617Z Checking encoding_rs v0.8.35
24612026-06-09T21:36:26.640Z Checking mime v0.3.17
24622026-06-09T21:36:26.658Z Checking psl-types v2.0.11
24632026-06-09T21:36:26.731Z Checking fallible-iterator v0.2.0
24642026-06-09T21:36:26.771Z Checking base16ct v0.2.0
24652026-06-09T21:36:26.790Z Checking zlib-rs v0.6.2
24662026-06-09T21:36:26.895Z Checking sec1 v0.7.3
24672026-06-09T21:36:26.962Z Checking publicsuffix v2.3.0
24682026-06-09T21:36:26.994Z Checking postgres-protocol v0.6.10
24692026-06-09T21:36:27.095Z Checking group v0.13.0
24702026-06-09T21:36:27.122Z Checking num-iter v0.1.45
24712026-06-09T21:36:27.233Z Checking heapless v0.7.17
24722026-06-09T21:36:27.245Z Checking goblin v0.8.2
24732026-06-09T21:36:27.256Z Checking hyper-util v0.1.20
24742026-06-09T21:36:27.303Z Checking zstd-safe v7.2.4
24752026-06-09T21:36:27.465Z Checking rand v0.8.6
24762026-06-09T21:36:27.537Z Checking cookie v0.18.1
24772026-06-09T21:36:27.626Z Checking dof v0.4.0
24782026-06-09T21:36:27.638Z Checking oxnet v0.1.5
24792026-06-09T21:36:27.657Z Checking flate2 v1.1.9
24802026-06-09T21:36:27.761Z Checking anstream v1.0.0
24812026-06-09T21:36:27.871Z Compiling iddqd v0.4.2
24822026-06-09T21:36:27.946Z Checking dtrace-parser v0.3.0
24832026-06-09T21:36:27.959Z Checking phf_shared v0.13.1
24842026-06-09T21:36:27.971Z Checking lazy_static v1.5.0
24852026-06-09T21:36:28.058Z Checking anstyle-parse v0.2.7
24862026-06-09T21:36:28.152Z Checking zerocopy v0.7.35
24872026-06-09T21:36:28.172Z Checking pin-project v1.1.11
24882026-06-09T21:36:28.188Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-09T21:36:28.206Z Checking signal-hook v0.3.18
24902026-06-09T21:36:28.246Z Checking terminal_size v0.4.3
24912026-06-09T21:36:28.261Z Checking futures-executor v0.3.32
24922026-06-09T21:36:28.273Z Checking hex v0.4.3
24932026-06-09T21:36:28.362Z Checking hkdf v0.12.4
24942026-06-09T21:36:28.389Z Checking crypto-bigint v0.5.5
24952026-06-09T21:36:28.404Z Checking thread-id v5.1.0
24962026-06-09T21:36:28.481Z Checking libbz2-rs-sys v0.2.2
24972026-06-09T21:36:28.499Z Checking foldhash v0.2.0
24982026-06-09T21:36:28.499Z Compiling rayon-core v1.13.0
24992026-06-09T21:36:28.502Z Checking hyper-rustls v0.27.7
25002026-06-09T21:36:28.648Z Checking hyper-tls v0.6.0
25012026-06-09T21:36:28.652Z Checking clap_lex v1.0.0
25022026-06-09T21:36:28.682Z Checking bumpalo v3.20.2
25032026-06-09T21:36:28.723Z Checking strsim v0.11.1
25042026-06-09T21:36:28.810Z Checking winnow v0.5.40
25052026-06-09T21:36:28.822Z Checking managed v0.8.0
25062026-06-09T21:36:28.878Z Checking winnow v0.7.14
25072026-06-09T21:36:28.884Z Checking either v1.15.0
25082026-06-09T21:36:28.901Z Checking bitflags v1.3.2
25092026-06-09T21:36:28.972Z Checking foldhash v0.1.5
25102026-06-09T21:36:29.004Z Checking same-file v1.0.6
25112026-06-09T21:36:29.073Z Checking smoltcp v0.9.1
25122026-06-09T21:36:29.104Z Checking hashbrown v0.15.5
25132026-06-09T21:36:29.120Z Checking walkdir v2.5.0
25142026-06-09T21:36:29.143Z Checking dof v0.3.0
25152026-06-09T21:36:29.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-06-09T21:36:29.276Z Checking clap_builder v4.6.0
25172026-06-09T21:36:29.288Z Checking elliptic-curve v0.13.8
25182026-06-09T21:36:29.338Z Checking zopfli v0.8.3
25192026-06-09T21:36:29.419Z Checking bzip2 v0.6.1
25202026-06-09T21:36:29.565Z Checking reqwest v0.12.28
25212026-06-09T21:36:29.592Z Checking hashbrown v0.16.1
25222026-06-09T21:36:29.605Z Checking usdt-impl v0.6.0
25232026-06-09T21:36:29.648Z Checking futures v0.3.32
25242026-06-09T21:36:29.659Z Checking signal-hook-mio v0.2.5
25252026-06-09T21:36:29.724Z Checking bzip2 v0.4.4
25262026-06-09T21:36:29.757Z Checking snafu v0.8.9
25272026-06-09T21:36:29.878Z Checking anstream v0.6.21
25282026-06-09T21:36:29.889Z Checking phf v0.13.1
25292026-06-09T21:36:29.942Z Checking toml_edit v0.19.15
25302026-06-09T21:36:29.993Z Checking num-bigint-dig v0.8.6
25312026-06-09T21:36:30.090Z Checking cookie_store v0.22.1
25322026-06-09T21:36:30.090Z Checking zstd v0.13.3
25332026-06-09T21:36:30.090Z Checking postgres-types v0.2.12
25342026-06-09T21:36:30.251Z Checking dtrace-parser v0.2.0
25352026-06-09T21:36:30.267Z Checking globset v0.4.18
25362026-06-09T21:36:30.373Z Checking rustls-platform-verifier v0.6.2
25372026-06-09T21:36:30.385Z Checking crossbeam-deque v0.8.6
25382026-06-09T21:36:30.410Z Checking regex v1.12.3
25392026-06-09T21:36:30.481Z Checking ed25519 v2.2.3
25402026-06-09T21:36:30.493Z Checking phf_shared v0.11.3
25412026-06-09T21:36:30.508Z Checking olpc-cjson v0.1.4
25422026-06-09T21:36:30.524Z Checking ref-cast v1.0.25
25432026-06-09T21:36:30.553Z Checking curve25519-dalek v4.1.3
25442026-06-09T21:36:30.615Z Checking strum v0.27.2
25452026-06-09T21:36:30.639Z Checking hubpack v0.1.2
25462026-06-09T21:36:30.649Z Checking memoffset v0.9.1
25472026-06-09T21:36:30.680Z Checking rustix v0.38.44
25482026-06-09T21:36:30.695Z Checking pkcs1 v0.7.5
25492026-06-09T21:36:30.722Z Checking pem v3.0.6
25502026-06-09T21:36:30.733Z Checking float-cmp v0.10.0
25512026-06-09T21:36:30.797Z Checking erased-serde v0.3.31
25522026-06-09T21:36:30.800Z Checking serde-big-array v0.5.1
25532026-06-09T21:36:30.856Z Checking serde_plain v1.0.2
25542026-06-09T21:36:30.870Z Checking rfc6979 v0.4.0
25552026-06-09T21:36:30.897Z Checking thread-id v4.2.2
25562026-06-09T21:36:30.935Z Checking memmap2 v0.9.10
25572026-06-09T21:36:30.973Z Checking env_filter v1.0.0
25582026-06-09T21:36:30.977Z Checking data-encoding v2.10.0
25592026-06-09T21:36:30.996Z Checking precomputed-hash v0.1.1
25602026-06-09T21:36:31.000Z Checking unicode-segmentation v1.12.0
25612026-06-09T21:36:31.079Z Checking fixedbitset v0.4.2
25622026-06-09T21:36:31.090Z Checking keccak v0.1.6
25632026-06-09T21:36:31.115Z Checking jiff v0.2.21
25642026-06-09T21:36:31.171Z Checking difflib v0.4.0
25652026-06-09T21:36:31.223Z Checking normalize-line-endings v0.3.0
25662026-06-09T21:36:31.248Z Checking fixedbitset v0.5.7
25672026-06-09T21:36:31.251Z Checking typed-path v0.9.3
25682026-06-09T21:36:31.310Z Checking new_debug_unreachable v1.0.6
25692026-06-09T21:36:31.321Z Checking whoami v2.1.0
25702026-06-09T21:36:31.333Z Checking predicates-core v1.0.10
25712026-06-09T21:36:31.343Z Checking static_assertions v1.1.0
25722026-06-09T21:36:31.377Z Checking toml_write v0.1.2
25732026-06-09T21:36:31.409Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25742026-06-09T21:36:31.440Z Checking petgraph v0.8.3
25752026-06-09T21:36:31.452Z Checking predicates v3.1.4
25762026-06-09T21:36:31.469Z Checking crossterm v0.28.1
25772026-06-09T21:36:31.508Z Checking tokio-postgres v0.7.16
25782026-06-09T21:36:31.537Z Checking toml_edit v0.22.27
25792026-06-09T21:36:31.742Z Checking string_cache v0.8.9
25802026-06-09T21:36:31.908Z Checking ed25519-dalek v2.2.0
25812026-06-09T21:36:32.019Z Checking tough v0.22.0
25822026-06-09T21:36:32.136Z Checking similar v2.7.0
25832026-06-09T21:36:32.154Z Checking sha3 v0.10.8
25842026-06-09T21:36:32.357Z Checking hickory-proto v0.25.2
25852026-06-09T21:36:32.514Z Checking petgraph v0.6.5
25862026-06-09T21:36:32.609Z Checking slog v2.8.2
25872026-06-09T21:36:32.740Z Checking env_logger v0.11.9
25882026-06-09T21:36:32.867Z Checking usdt v0.6.0
25892026-06-09T21:36:32.932Z Checking ecdsa v0.16.9
25902026-06-09T21:36:33.004Z Checking toml v0.7.8
25912026-06-09T21:36:33.033Z Checking usdt-impl v0.5.0
25922026-06-09T21:36:33.277Z Checking rsa v0.9.10
25932026-06-09T21:36:33.321Z Checking nix v0.31.2
25942026-06-09T21:36:33.346Z Checking zip v4.6.1
25952026-06-09T21:36:33.761Z Checking reqwest v0.13.2
25962026-06-09T21:36:33.778Z Checking clap v4.6.1
25972026-06-09T21:36:33.861Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-09T21:36:33.928Z Checking zip v0.6.6
25992026-06-09T21:36:34.037Z Checking itertools v0.13.0
26002026-06-09T21:36:34.050Z Checking serde_with v3.17.0
26012026-06-09T21:36:34.191Z Checking strum v0.26.3
26022026-06-09T21:36:34.234Z Checking fs-err v3.3.0
26032026-06-09T21:36:34.251Z Checking ahash v0.8.12
26042026-06-09T21:36:34.300Z Checking object v0.37.3
26052026-06-09T21:36:34.409Z Checking tokio-stream v0.1.18
26062026-06-09T21:36:34.447Z Checking buf-list v1.1.2
26072026-06-09T21:36:34.535Z Checking anyhow v1.0.102
26082026-06-09T21:36:34.619Z Checking camino v1.2.2
26092026-06-09T21:36:34.707Z Checking x509-cert v0.2.5
26102026-06-09T21:36:34.733Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-06-09T21:36:34.790Z Checking openapiv3 v2.2.0
26122026-06-09T21:36:34.866Z Checking sha1 v0.10.6
26132026-06-09T21:36:35.002Z Checking peg-runtime v0.8.5
26142026-06-09T21:36:35.031Z Checking lalrpop-util v0.19.12
26152026-06-09T21:36:35.045Z Checking rayon v1.11.0
26162026-06-09T21:36:35.142Z Checking sigpipe v0.1.3
26172026-06-09T21:36:35.172Z Checking glob v0.3.3
26182026-06-09T21:36:36.535Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-06-09T21:36:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.94s
26202026-06-09T21:36:36.990Z
26212026-06-09T21:36:36.990Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26222026-06-09T21:36:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-06-09T21:36:37.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-06-09T21:36:37.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-06-09T21:36:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26262026-06-09T21:36:37.586Z
26272026-06-09T21:36:37.586Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26282026-06-09T21:36:38.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-09T21:36:38.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-09T21:36:38.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-09T21:36:38.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-06-09T21:36:38.181Z
26332026-06-09T21:36:38.181Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26342026-06-09T21:36:38.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-09T21:36:38.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-09T21:36:38.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-09T21:36:38.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26382026-06-09T21:36:38.803Z
26392026-06-09T21:36:38.803Zinfo: running `cargo check --bins` on oxql-types (80/295)
26402026-06-09T21:36:39.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-09T21:36:39.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-09T21:36:39.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-09T21:36:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-06-09T21:36:39.396Z
26452026-06-09T21:36:39.396Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26462026-06-09T21:36:39.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-09T21:36:39.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-09T21:36:39.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-09T21:36:39.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-06-09T21:36:39.986Z
26512026-06-09T21:36:39.986Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26522026-06-09T21:36:40.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-09T21:36:40.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-09T21:36:40.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-09T21:36:40.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-09T21:36:40.584Z
26572026-06-09T21:36:40.584Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26582026-06-09T21:36:41.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-09T21:36:41.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-09T21:36:41.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-09T21:36:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26622026-06-09T21:36:41.167Z
26632026-06-09T21:36:41.167Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26642026-06-09T21:36:41.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-09T21:36:41.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-09T21:36:41.858Z Compiling structmeta-derive v0.3.0
26672026-06-09T21:36:41.975Z Compiling rustls v0.22.4
26682026-06-09T21:36:41.984Z Compiling multer v3.1.0
26692026-06-09T21:36:41.994Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-09T21:36:41.997Z Compiling async-stream-impl v0.3.6
26712026-06-09T21:36:42.016Z Compiling dropshot v0.17.0
26722026-06-09T21:36:42.032Z Compiling dropshot_endpoint v0.17.0
26732026-06-09T21:36:42.032Z Compiling newtype-uuid-macros v0.1.0
26742026-06-09T21:36:42.152Z Checking newtype-uuid v1.3.2
26752026-06-09T21:36:42.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-09T21:36:42.272Z Checking rustls-webpki v0.102.8
26772026-06-09T21:36:42.350Z Checking daft v0.1.7
26782026-06-09T21:36:42.366Z Checking thread_local v1.1.9
26792026-06-09T21:36:42.535Z Checking compression-core v0.4.31
26802026-06-09T21:36:42.575Z Checking match_cfg v0.1.0
26812026-06-09T21:36:42.591Z Checking iddqd v0.4.2
26822026-06-09T21:36:42.643Z Checking hostname v0.3.1
26832026-06-09T21:36:42.658Z Checking crossbeam-channel v0.5.15
26842026-06-09T21:36:42.671Z Checking compression-codecs v0.4.37
26852026-06-09T21:36:42.737Z Checking slog-json v2.6.1
26862026-06-09T21:36:42.781Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-09T21:36:42.835Z Checking serde_spanned v1.0.4
26882026-06-09T21:36:42.890Z Checking is-terminal v0.4.17
26892026-06-09T21:36:42.966Z Checking take_mut v0.2.2
26902026-06-09T21:36:42.979Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-06-09T21:36:42.980Z Checking debug-ignore v1.0.5
26922026-06-09T21:36:43.005Z Checking term v1.2.1
26932026-06-09T21:36:43.054Z Compiling structmeta v0.3.0
26942026-06-09T21:36:43.067Z Checking slog-async v2.8.0
26952026-06-09T21:36:43.087Z Checking slog-bunyan v2.5.0
26962026-06-09T21:36:43.156Z Checking toml v1.0.6+spec-1.1.0
26972026-06-09T21:36:43.201Z Checking async-compression v0.4.41
26982026-06-09T21:36:43.215Z Checking slog-term v2.9.2
26992026-06-09T21:36:43.234Z Compiling derive-ex v0.1.8
27002026-06-09T21:36:43.237Z Compiling parse-display-derive v0.10.0
27012026-06-09T21:36:43.442Z Checking async-stream v0.3.6
27022026-06-09T21:36:43.464Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-09T21:36:43.492Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-09T21:36:43.570Z Checking progenitor-client v0.14.0
27052026-06-09T21:36:43.582Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-09T21:36:43.726Z Checking waitgroup v0.1.2
27072026-06-09T21:36:43.754Z Checking backon v1.6.0
27082026-06-09T21:36:43.781Z Checking rustls-pemfile v2.2.0
27092026-06-09T21:36:43.812Z Checking serde_path_to_error v0.1.20
27102026-06-09T21:36:43.823Z Checking hostname v0.4.2
27112026-06-09T21:36:43.916Z Checking instant v0.1.13
27122026-06-09T21:36:44.003Z Checking backoff v0.4.0
27132026-06-09T21:36:44.098Z Checking progenitor-extras v0.2.0
27142026-06-09T21:36:44.117Z Checking tokio-rustls v0.25.0
27152026-06-09T21:36:44.141Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-09T21:36:44.190Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-09T21:36:44.327Z Checking itertools v0.14.0
27182026-06-09T21:36:44.352Z Checking progenitor-client v0.10.0
27192026-06-09T21:36:44.558Z Checking regress v0.10.5
27202026-06-09T21:36:44.558Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-09T21:36:44.788Z Checking macaddr v1.0.1
27222026-06-09T21:36:44.935Z Checking parse-display v0.10.0
27232026-06-09T21:36:44.952Z Compiling test-strategy v0.4.5
27242026-06-09T21:36:45.078Z Checking humantime v2.3.0
27252026-06-09T21:36:46.145Z Compiling prettyplease v0.2.37
27262026-06-09T21:36:46.414Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-09T21:36:46.580Z Checking num-rational v0.4.2
27282026-06-09T21:36:46.785Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-09T21:36:47.151Z Checking num-complex v0.4.6
27302026-06-09T21:36:47.811Z Checking num v0.4.3
27312026-06-09T21:36:47.887Z Compiling usdt-attr-macro v0.5.0
27322026-06-09T21:36:47.890Z Compiling usdt-macro v0.5.0
27332026-06-09T21:36:47.890Z Checking memmap v0.7.0
27342026-06-09T21:36:47.922Z Checking float-ord v0.3.2
27352026-06-09T21:36:48.022Z Compiling convert_case v0.4.0
27362026-06-09T21:36:48.037Z Checking unicode-width v0.2.0
27372026-06-09T21:36:48.286Z Checking console v0.15.11
27382026-06-09T21:36:48.386Z Compiling derive_more v0.99.20
27392026-06-09T21:36:48.594Z Checking newline-converter v0.3.0
27402026-06-09T21:36:48.654Z Checking atomicwrites v0.4.4
27412026-06-09T21:36:48.668Z Checking usdt v0.5.0
27422026-06-09T21:36:48.707Z Compiling toml v0.8.23
27432026-06-09T21:36:48.787Z Checking linked-hash-map v0.5.6
27442026-06-09T21:36:48.838Z Compiling minimal-lexical v0.2.1
27452026-06-09T21:36:48.960Z Checking lru-cache v0.1.2
27462026-06-09T21:36:49.101Z Compiling nom v7.1.3
27472026-06-09T21:36:49.267Z Checking expectorate v1.2.0
27482026-06-09T21:36:49.734Z Checking camino-tempfile v1.4.1
27492026-06-09T21:36:49.776Z Checking hickory-proto v0.24.4
27502026-06-09T21:36:49.848Z Checking phf_shared v0.12.1
27512026-06-09T21:36:49.897Z Compiling slog-dtrace v0.3.0
27522026-06-09T21:36:49.990Z Compiling chrono-tz v0.10.4
27532026-06-09T21:36:50.087Z Checking heck v0.5.0
27542026-06-09T21:36:50.171Z Checking resolv-conf v0.7.6
27552026-06-09T21:36:50.218Z Compiling const_format_proc_macros v0.2.34
27562026-06-09T21:36:50.346Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-06-09T21:36:50.427Z Checking phf v0.12.1
27582026-06-09T21:36:50.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27592026-06-09T21:36:50.572Z Checking tokio-dtrace v0.1.1
27602026-06-09T21:36:50.763Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-06-09T21:36:50.914Z Compiling derive-where v1.6.0
27622026-06-09T21:36:50.977Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-06-09T21:36:51.027Z Checking highway v1.3.0
27642026-06-09T21:36:51.284Z Checking const_format v0.2.35
27652026-06-09T21:36:51.519Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-09T21:36:51.573Z Checking hickory-resolver v0.24.4
27672026-06-09T21:36:51.721Z Checking oxide-tokio-rt v0.1.4
27682026-06-09T21:36:51.869Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-06-09T21:36:52.126Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-06-09T21:36:52.225Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-06-09T21:36:52.238Z Checking gethostname v0.5.0
27722026-06-09T21:36:52.294Z Checking qorb v0.4.1
27732026-06-09T21:36:52.325Z Checking bcs v0.1.6
27742026-06-09T21:36:52.474Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-09T21:36:52.527Z Checking termtree v0.5.1
27762026-06-09T21:36:55.571Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-06-09T21:36:58.299Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-06-09T21:37:00.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
27792026-06-09T21:37:00.634Z
27802026-06-09T21:37:00.634Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27812026-06-09T21:37:01.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-06-09T21:37:01.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-06-09T21:37:01.310Z Compiling ar_archive_writer v0.5.1
27842026-06-09T21:37:01.314Z Compiling stacker v0.1.23
27852026-06-09T21:37:01.430Z Compiling cfg_aliases v0.1.1
27862026-06-09T21:37:01.436Z Compiling convert_case v0.10.0
27872026-06-09T21:37:01.436Z Checking unicode-width v0.1.14
27882026-06-09T21:37:01.452Z Compiling proc-macro-error v1.0.4
27892026-06-09T21:37:01.463Z Checking fd-lock v4.0.4
27902026-06-09T21:37:01.463Z Checking nibble_vec v0.1.0
27912026-06-09T21:37:01.486Z Compiling nix v0.28.0
27922026-06-09T21:37:01.574Z Checking vte v0.14.1
27932026-06-09T21:37:01.590Z Compiling recursive-proc-macro-impl v0.1.1
27942026-06-09T21:37:01.674Z Checking endian-type v0.1.2
27952026-06-09T21:37:01.677Z Checking bytecount v0.6.9
27962026-06-09T21:37:01.722Z Checking strip-ansi-escapes v0.2.1
27972026-06-09T21:37:01.737Z Compiling derive_more-impl v2.1.1
27982026-06-09T21:37:01.741Z Compiling tabled_derive v0.7.0
27992026-06-09T21:37:01.772Z Checking papergrid v0.11.0
28002026-06-09T21:37:01.805Z Checking radix_trie v0.2.1
28012026-06-09T21:37:01.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-06-09T21:37:01.980Z Compiling peg-macros v0.8.5
28032026-06-09T21:37:02.007Z Checking winnow v0.6.26
28042026-06-09T21:37:02.241Z Compiling psm v0.1.30
28052026-06-09T21:37:02.296Z Compiling sqlparser_derive v0.5.0
28062026-06-09T21:37:02.375Z Checking unicode_categories v0.1.1
28072026-06-09T21:37:02.531Z Checking home v0.5.12
28082026-06-09T21:37:02.542Z Checking derive_more v2.1.1
28092026-06-09T21:37:02.619Z Checking nu-ansi-term v0.50.3
28102026-06-09T21:37:02.636Z Checking crossterm v0.29.0
28112026-06-09T21:37:02.696Z Checking tabled v0.15.0
28122026-06-09T21:37:02.814Z Checking rustyline v14.0.0
28132026-06-09T21:37:02.825Z Checking reedline v0.40.0
28142026-06-09T21:37:03.011Z Checking recursive v0.1.1
28152026-06-09T21:37:03.079Z Checking display-error-chain v0.2.2
28162026-06-09T21:37:03.105Z Checking sqlparser v0.61.0
28172026-06-09T21:37:03.134Z Checking sqlformat v0.3.5
28182026-06-09T21:37:03.329Z Checking peg v0.8.5
28192026-06-09T21:37:14.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28202026-06-09T21:37:14.543Z
28212026-06-09T21:37:14.543Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28222026-06-09T21:37:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-06-09T21:37:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-06-09T21:37:15.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-06-09T21:37:19.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28262026-06-09T21:37:19.053Z
28272026-06-09T21:37:19.053Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28282026-06-09T21:37:19.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-09T21:37:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-09T21:37:19.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-09T21:37:21.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28322026-06-09T21:37:22.176Z
28332026-06-09T21:37:22.176Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28342026-06-09T21:37:22.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-09T21:37:22.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-09T21:37:22.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-09T21:37:26.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28382026-06-09T21:37:26.325Z
28392026-06-09T21:37:26.325Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28402026-06-09T21:37:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-09T21:37:26.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-09T21:37:26.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-09T21:37:30.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28442026-06-09T21:37:30.445Z
28452026-06-09T21:37:30.445Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28462026-06-09T21:37:30.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-09T21:37:30.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-09T21:37:31.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-09T21:37:33.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28502026-06-09T21:37:33.884Z
28512026-06-09T21:37:33.884Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28522026-06-09T21:37:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-09T21:37:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-09T21:37:34.558Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-09T21:37:37.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28562026-06-09T21:37:37.397Z
28572026-06-09T21:37:37.397Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28582026-06-09T21:37:37.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-09T21:37:37.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-09T21:37:38.070Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-09T21:37:41.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28622026-06-09T21:37:41.677Z
28632026-06-09T21:37:41.677Zinfo: running `cargo check --bins` on oximeter (93/295)
28642026-06-09T21:37:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-09T21:37:42.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-09T21:37:42.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-06-09T21:37:42.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-06-09T21:37:42.283Z
28692026-06-09T21:37:42.283Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28702026-06-09T21:37:42.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-09T21:37:42.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-09T21:37:42.923Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-06-09T21:37:43.089Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-06-09T21:37:43.089Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-06-09T21:37:43.427Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-06-09T21:37:46.262Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-06-09T21:37:47.460Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-06-09T21:37:47.672Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-06-09T21:37:48.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28802026-06-09T21:37:48.527Z
28812026-06-09T21:37:48.527Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28822026-06-09T21:37:49.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-09T21:37:49.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-09T21:37:49.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-06-09T21:37:49.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-06-09T21:37:49.136Z
28872026-06-09T21:37:49.137Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28882026-06-09T21:37:49.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-09T21:37:49.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-09T21:37:49.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-09T21:37:49.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922026-06-09T21:37:49.797Z
28932026-06-09T21:37:49.797Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28942026-06-09T21:37:50.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-09T21:37:50.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-09T21:37:50.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-09T21:37:50.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-06-09T21:37:50.387Z
28992026-06-09T21:37:50.387Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29002026-06-09T21:37:50.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-09T21:37:50.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-09T21:37:50.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-09T21:37:50.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-06-09T21:37:50.991Z
29052026-06-09T21:37:50.991Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29062026-06-09T21:37:51.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-09T21:37:51.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-09T21:37:51.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-09T21:37:51.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-09T21:37:51.601Z
29112026-06-09T21:37:51.601Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29122026-06-09T21:37:52.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-09T21:37:52.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-09T21:37:52.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-09T21:37:52.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-09T21:37:52.208Z
29172026-06-09T21:37:52.209Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29182026-06-09T21:37:52.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-09T21:37:52.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-09T21:37:52.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-09T21:37:52.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-06-09T21:37:52.797Z
29232026-06-09T21:37:52.797Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29242026-06-09T21:37:53.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-09T21:37:53.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-09T21:37:53.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-09T21:37:53.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-06-09T21:37:53.402Z
29292026-06-09T21:37:53.402Zinfo: running `cargo check --bins` on update-engine (103/295)
29302026-06-09T21:37:53.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-09T21:37:53.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-09T21:37:53.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-09T21:37:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-06-09T21:37:53.995Z
29352026-06-09T21:37:53.995Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29362026-06-09T21:37:54.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-09T21:37:54.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-09T21:37:54.718Z Compiling crucible-workspace-hack v0.1.0
29392026-06-09T21:37:54.835Z Checking secrecy v0.10.3
29402026-06-09T21:37:54.842Z Compiling heapless v0.8.0
29412026-06-09T21:37:54.845Z Compiling toml_datetime v0.7.5+spec-1.1.0
29422026-06-09T21:37:54.855Z Compiling ingot-macros v0.1.1
29432026-06-09T21:37:54.865Z Checking hash32 v0.3.1
29442026-06-09T21:37:54.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-09T21:37:54.879Z Compiling smoltcp v0.11.0
29462026-06-09T21:37:54.937Z Checking cobs v0.3.0
29472026-06-09T21:37:54.984Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-09T21:37:55.070Z Compiling thiserror-impl-no-std v2.0.2
29492026-06-09T21:37:55.077Z Checking universal-hash v0.5.1
29502026-06-09T21:37:55.080Z Checking half v2.7.1
29512026-06-09T21:37:55.156Z Checking ciborium-io v0.2.2
29522026-06-09T21:37:55.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-06-09T21:37:55.249Z Checking opaque-debug v0.3.1
29542026-06-09T21:37:55.259Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-06-09T21:37:55.315Z Checking poly1305 v0.8.0
29562026-06-09T21:37:55.365Z Checking ciborium-ll v0.2.2
29572026-06-09T21:37:55.433Z Checking postcard v1.1.3
29582026-06-09T21:37:55.542Z Compiling proc-macro-crate v3.4.0
29592026-06-09T21:37:55.572Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-06-09T21:37:55.656Z Checking password-hash v0.5.0
29612026-06-09T21:37:55.726Z Checking chacha20 v0.9.1
29622026-06-09T21:37:55.843Z Compiling proc-macro-crate v1.3.1
29632026-06-09T21:37:55.887Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29642026-06-09T21:37:55.919Z Checking blake2 v0.10.6
29652026-06-09T21:37:56.029Z Checking aead v0.5.2
29662026-06-09T21:37:56.091Z Compiling num_enum_derive v0.7.6
29672026-06-09T21:37:56.123Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29682026-06-09T21:37:56.152Z Compiling foreign-types-macros v0.2.3
29692026-06-09T21:37:56.170Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-09T21:37:56.259Z Checking cpufeatures v0.3.0
29712026-06-09T21:37:56.316Z Checking thiserror-no-std v2.0.2
29722026-06-09T21:37:56.330Z Checking foreign-types-shared v0.3.1
29732026-06-09T21:37:56.341Z Checking chacha20 v0.10.0
29742026-06-09T21:37:56.404Z Checking vsss-rs v3.3.4
29752026-06-09T21:37:56.417Z Compiling num_enum_derive v0.5.11
29762026-06-09T21:37:56.420Z Checking chacha20poly1305 v0.10.1
29772026-06-09T21:37:56.551Z Checking argon2 v0.5.3
29782026-06-09T21:37:56.555Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29792026-06-09T21:37:56.740Z Checking foreign-types v0.5.0
29802026-06-09T21:37:56.822Z Checking ciborium v0.2.2
29812026-06-09T21:37:56.990Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29822026-06-09T21:37:57.007Z Checking tabwriter v1.4.1
29832026-06-09T21:37:57.124Z Checking num_enum v0.7.6
29842026-06-09T21:37:57.152Z Checking byte-wrapper v0.1.0
29852026-06-09T21:37:57.239Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29862026-06-09T21:37:57.243Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29872026-06-09T21:37:57.270Z Checking cstr-argument v0.1.2
29882026-06-09T21:37:57.363Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29892026-06-09T21:37:57.397Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-09T21:37:57.440Z Checking num_enum v0.5.11
29912026-06-09T21:37:57.496Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-06-09T21:37:57.558Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-06-09T21:37:57.570Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-06-09T21:37:57.583Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-09T21:37:57.625Z Checking ingot-types v0.1.2
29962026-06-09T21:37:57.677Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-06-09T21:37:57.690Z Checking rand v0.10.0
29982026-06-09T21:37:57.730Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-06-09T21:37:57.778Z Checking colored v3.1.1
30002026-06-09T21:37:57.792Z Checking indent_write v2.2.0
30012026-06-09T21:37:57.920Z Compiling zone_cfg_derive v0.3.1
30022026-06-09T21:37:57.971Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-06-09T21:37:57.995Z Checking ingot v0.1.1
30042026-06-09T21:37:58.009Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-09T21:37:58.039Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30062026-06-09T21:37:58.105Z Checking itertools v0.12.1
30072026-06-09T21:37:58.150Z Compiling num-derive v0.4.2
30082026-06-09T21:37:58.177Z Checking swrite v0.1.0
30092026-06-09T21:37:58.211Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-06-09T21:37:58.267Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-06-09T21:37:58.414Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-09T21:37:58.602Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30132026-06-09T21:37:58.615Z Checking dropshot-api-manager-types v0.7.2
30142026-06-09T21:37:58.629Z Checking smf v0.2.3
30152026-06-09T21:37:58.642Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-06-09T21:37:58.713Z Checking nanorand v0.7.0
30172026-06-09T21:37:58.780Z Checking whoami v1.6.1
30182026-06-09T21:37:58.864Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-06-09T21:37:58.906Z Checking flume v0.11.1
30202026-06-09T21:37:59.116Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30212026-06-09T21:37:59.154Z Checking zone v0.3.1
30222026-06-09T21:37:59.619Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-09T21:38:00.580Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-09T21:38:01.457Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30252026-06-09T21:38:04.812Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30262026-06-09T21:38:06.848Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30272026-06-09T21:38:07.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
30282026-06-09T21:38:08.146Z
30292026-06-09T21:38:08.146Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30302026-06-09T21:38:08.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-06-09T21:38:08.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-06-09T21:38:08.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-06-09T21:38:08.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30342026-06-09T21:38:08.753Z
30352026-06-09T21:38:08.753Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30362026-06-09T21:38:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-09T21:38:09.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-09T21:38:09.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-09T21:38:09.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-06-09T21:38:09.357Z
30412026-06-09T21:38:09.357Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30422026-06-09T21:38:09.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-09T21:38:09.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-09T21:38:09.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-09T21:38:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-09T21:38:09.969Z
30472026-06-09T21:38:09.970Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30482026-06-09T21:38:10.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-09T21:38:10.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-09T21:38:10.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-09T21:38:10.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-09T21:38:10.573Z
30532026-06-09T21:38:10.573Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30542026-06-09T21:38:11.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-09T21:38:11.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-09T21:38:11.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-09T21:38:11.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-09T21:38:11.176Z
30592026-06-09T21:38:11.176Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30602026-06-09T21:38:11.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-09T21:38:11.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-09T21:38:11.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-09T21:38:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-09T21:38:11.786Z
30652026-06-09T21:38:11.787Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30662026-06-09T21:38:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-09T21:38:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-09T21:38:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-09T21:38:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-09T21:38:12.391Z
30712026-06-09T21:38:12.391Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30722026-06-09T21:38:12.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-09T21:38:12.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-09T21:38:12.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-09T21:38:12.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-06-09T21:38:12.985Z
30772026-06-09T21:38:12.985Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30782026-06-09T21:38:13.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-09T21:38:13.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-09T21:38:13.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-09T21:38:13.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-09T21:38:13.585Z
30832026-06-09T21:38:13.585Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30842026-06-09T21:38:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-09T21:38:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-09T21:38:14.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-09T21:38:14.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-06-09T21:38:14.195Z
30892026-06-09T21:38:14.195Zinfo: running `cargo check --bins` on installinator-client (115/295)
30902026-06-09T21:38:14.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-09T21:38:14.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-09T21:38:14.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-09T21:38:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-09T21:38:14.802Z
30952026-06-09T21:38:14.802Zinfo: running `cargo check --bins` on nexus-client (116/295)
30962026-06-09T21:38:15.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-09T21:38:15.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-09T21:38:15.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-09T21:38:15.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31002026-06-09T21:38:15.443Z
31012026-06-09T21:38:15.443Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31022026-06-09T21:38:15.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-09T21:38:15.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-09T21:38:15.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-09T21:38:15.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31062026-06-09T21:38:16.077Z
31072026-06-09T21:38:16.077Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31082026-06-09T21:38:16.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-09T21:38:16.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-09T21:38:16.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-09T21:38:16.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-06-09T21:38:16.665Z
31132026-06-09T21:38:16.665Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31142026-06-09T21:38:17.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-09T21:38:17.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-09T21:38:17.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-09T21:38:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-06-09T21:38:17.255Z
31192026-06-09T21:38:17.255Zinfo: running `cargo check --bins` on oxide-client (120/295)
31202026-06-09T21:38:17.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-09T21:38:17.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-09T21:38:17.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-09T21:38:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-09T21:38:17.853Z
31252026-06-09T21:38:17.853Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31262026-06-09T21:38:18.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-09T21:38:18.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-09T21:38:18.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-09T21:38:18.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31302026-06-09T21:38:18.458Z
31312026-06-09T21:38:18.458Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31322026-06-09T21:38:18.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-09T21:38:18.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-09T21:38:18.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-09T21:38:18.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-06-09T21:38:19.047Z
31372026-06-09T21:38:19.047Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31382026-06-09T21:38:19.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-09T21:38:19.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-09T21:38:19.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-09T21:38:19.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31422026-06-09T21:38:19.664Z
31432026-06-09T21:38:19.664Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31442026-06-09T21:38:20.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-09T21:38:20.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-09T21:38:20.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-09T21:38:20.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-06-09T21:38:20.294Z
31492026-06-09T21:38:20.294Zinfo: running `cargo check --bins` on installinator-common (125/295)
31502026-06-09T21:38:20.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-09T21:38:20.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-09T21:38:20.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-09T21:38:20.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-09T21:38:20.919Z
31552026-06-09T21:38:20.919Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31562026-06-09T21:38:21.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-09T21:38:21.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-09T21:38:21.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-09T21:38:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31602026-06-09T21:38:21.509Z
31612026-06-09T21:38:21.509Zinfo: running `cargo check --bins` on wicket-common (127/295)
31622026-06-09T21:38:22.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-09T21:38:22.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-09T21:38:22.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-09T21:38:22.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31662026-06-09T21:38:22.124Z
31672026-06-09T21:38:22.124Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31682026-06-09T21:38:22.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-09T21:38:22.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-09T21:38:22.821Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-06-09T21:38:22.937Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-06-09T21:38:22.943Z Checking csv-core v0.1.13
31732026-06-09T21:38:22.950Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-06-09T21:38:22.956Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-09T21:38:22.966Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31762026-06-09T21:38:22.977Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-06-09T21:38:22.988Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-06-09T21:38:23.097Z Checking csv v1.4.0
31792026-06-09T21:38:23.131Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-06-09T21:38:23.157Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-06-09T21:38:23.186Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31822026-06-09T21:38:23.201Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-06-09T21:38:23.451Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31842026-06-09T21:38:23.815Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-06-09T21:38:23.815Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31862026-06-09T21:38:24.205Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-06-09T21:38:30.068Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-06-09T21:38:30.620Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-06-09T21:38:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31902026-06-09T21:38:33.162Z
31912026-06-09T21:38:33.162Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31922026-06-09T21:38:33.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-06-09T21:38:33.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-06-09T21:38:33.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-06-09T21:38:33.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31962026-06-09T21:38:33.768Z
31972026-06-09T21:38:33.768Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31982026-06-09T21:38:34.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-09T21:38:34.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-09T21:38:34.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-09T21:38:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-06-09T21:38:34.448Z
32032026-06-09T21:38:34.448Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32042026-06-09T21:38:35.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-09T21:38:35.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-09T21:38:35.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-09T21:38:35.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-09T21:38:35.132Z
32092026-06-09T21:38:35.132Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32102026-06-09T21:38:35.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-09T21:38:35.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-09T21:38:35.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-09T21:38:35.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142026-06-09T21:38:35.785Z
32152026-06-09T21:38:35.785Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32162026-06-09T21:38:36.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-09T21:38:36.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-09T21:38:36.553Z Compiling regress v0.11.1
32192026-06-09T21:38:36.696Z Compiling unsafe-libyaml v0.2.11
32202026-06-09T21:38:36.706Z Compiling radium v0.7.0
32212026-06-09T21:38:36.707Z Compiling semver v0.1.20
32222026-06-09T21:38:36.729Z Checking nom v8.0.0
32232026-06-09T21:38:36.733Z Compiling maybe-uninit v2.0.0
32242026-06-09T21:38:36.733Z Checking tap v1.0.1
32252026-06-09T21:38:36.855Z Checking wyz v0.5.1
32262026-06-09T21:38:36.976Z Compiling rustc_version v0.1.7
32272026-06-09T21:38:37.031Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-06-09T21:38:37.056Z Compiling zerocopy-derive v0.6.6
32292026-06-09T21:38:37.160Z Compiling owo-colors v4.3.0
32302026-06-09T21:38:37.195Z Compiling newtype_derive v0.1.6
32312026-06-09T21:38:37.385Z Compiling serde_yaml v0.9.34+deprecated
32322026-06-09T21:38:37.432Z Checking funty v2.0.0
32332026-06-09T21:38:37.478Z Compiling packed_struct v0.10.1
32342026-06-09T21:38:37.730Z Compiling cancel-safe-futures v0.1.5
32352026-06-09T21:38:37.747Z Checking crc-catalog v2.4.0
32362026-06-09T21:38:37.840Z Checking crc v3.4.0
32372026-06-09T21:38:37.916Z Checking zerocopy v0.6.6
32382026-06-09T21:38:37.955Z Checking bitvec v1.0.1
32392026-06-09T21:38:38.124Z Checking typify-impl v0.6.2
32402026-06-09T21:38:38.222Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-06-09T21:38:38.542Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-06-09T21:38:38.627Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32432026-06-09T21:38:38.782Z Compiling packed_struct_codegen v0.10.1
32442026-06-09T21:38:38.863Z Checking libsw-core v0.3.2
32452026-06-09T21:38:38.889Z Compiling bitfield-macros v0.19.4
32462026-06-09T21:38:39.014Z Compiling indexmap v1.9.3
32472026-06-09T21:38:39.213Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32482026-06-09T21:38:39.286Z Checking nodrop v0.1.14
32492026-06-09T21:38:39.301Z Checking libsw v3.5.0
32502026-06-09T21:38:39.332Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-06-09T21:38:39.384Z Checking array-init v0.0.4
32522026-06-09T21:38:39.463Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-06-09T21:38:39.600Z Checking bitfield v0.19.4
32542026-06-09T21:38:39.645Z Checking smallvec v0.6.14
32552026-06-09T21:38:39.681Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-06-09T21:38:39.875Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-06-09T21:38:39.890Z Checking hashbrown v0.12.3
32582026-06-09T21:38:40.000Z Checking base64 v0.21.7
32592026-06-09T21:38:40.069Z Checking unicode-linebreak v0.1.5
32602026-06-09T21:38:40.094Z Checking smawk v0.3.2
32612026-06-09T21:38:40.226Z Checking linear-map v1.2.0
32622026-06-09T21:38:40.240Z Checking tagptr v0.2.0
32632026-06-09T21:38:40.280Z Checking textwrap v0.16.2
32642026-06-09T21:38:40.351Z Checking ron v0.8.1
32652026-06-09T21:38:40.379Z Checking moka v0.12.13
32662026-06-09T21:38:40.396Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-06-09T21:38:40.497Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-09T21:38:40.623Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-06-09T21:38:40.670Z Checking serde-hex v0.1.0
32702026-06-09T21:38:40.865Z Checking steno v0.4.1
32712026-06-09T21:38:40.909Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-06-09T21:38:41.011Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-06-09T21:38:41.174Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-06-09T21:38:41.419Z Checking hashbrown v0.13.2
32752026-06-09T21:38:41.689Z Checking crc-any v2.5.0
32762026-06-09T21:38:41.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32772026-06-09T21:38:41.831Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-09T21:38:41.844Z Checking object v0.30.4
32792026-06-09T21:38:41.857Z Checking hickory-resolver v0.25.2
32802026-06-09T21:38:41.947Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32812026-06-09T21:38:41.981Z Checking half v1.8.3
32822026-06-09T21:38:41.995Z Checking void v1.0.2
32832026-06-09T21:38:42.049Z Checking utf-8 v0.7.6
32842026-06-09T21:38:42.098Z Checking path-slash v0.1.5
32852026-06-09T21:38:42.150Z Checking lzss v0.8.2
32862026-06-09T21:38:42.173Z Checking serde_cbor v0.11.2
32872026-06-09T21:38:42.187Z Checking tungstenite v0.23.0
32882026-06-09T21:38:42.332Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-06-09T21:38:42.335Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-06-09T21:38:42.495Z Checking nix v0.27.1
32912026-06-09T21:38:42.551Z Checking kstat-rs v0.2.4
32922026-06-09T21:38:42.566Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-09T21:38:42.582Z Checking fxhash v0.2.1
32942026-06-09T21:38:42.596Z Checking serde_bytes v0.11.19
32952026-06-09T21:38:42.704Z Checking tokio-tungstenite v0.23.1
32962026-06-09T21:38:42.735Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-06-09T21:38:42.765Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-06-09T21:38:42.769Z Compiling typify-macro v0.6.2
32992026-06-09T21:38:42.959Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-06-09T21:38:42.977Z Checking signal-hook-tokio v0.3.1
33012026-06-09T21:38:43.862Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-06-09T21:38:43.976Z Compiling typify v0.6.2
33032026-06-09T21:38:44.057Z Compiling progenitor-impl v0.14.0
33042026-06-09T21:38:44.763Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-06-09T21:38:45.061Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33062026-06-09T21:38:45.490Z Compiling progenitor-macro v0.14.0
33072026-06-09T21:38:47.799Z Checking progenitor v0.14.0
33082026-06-09T21:38:47.920Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33092026-06-09T21:38:47.923Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33102026-06-09T21:38:50.573Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-06-09T21:38:58.509Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33122026-06-09T21:39:04.846Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33132026-06-09T21:39:06.197Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33142026-06-09T21:39:06.693Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-06-09T21:39:08.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.97s
33162026-06-09T21:39:08.970Z
33172026-06-09T21:39:08.970Zinfo: running `cargo check --bins` on gateway-api (134/295)
33182026-06-09T21:39:09.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-06-09T21:39:09.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-06-09T21:39:09.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-06-09T21:39:09.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33222026-06-09T21:39:09.576Z
33232026-06-09T21:39:09.576Zinfo: running `cargo check --bins` on ipcc (135/295)
33242026-06-09T21:39:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-09T21:39:10.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-09T21:39:10.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-09T21:39:10.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33282026-06-09T21:39:10.179Z
33292026-06-09T21:39:10.179Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33302026-06-09T21:39:10.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-09T21:39:10.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-09T21:39:10.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-09T21:39:10.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33342026-06-09T21:39:10.763Z
33352026-06-09T21:39:10.763Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33362026-06-09T21:39:11.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-09T21:39:11.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-09T21:39:11.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-09T21:39:11.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33402026-06-09T21:39:11.388Z
33412026-06-09T21:39:11.388Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33422026-06-09T21:39:11.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-09T21:39:11.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-09T21:39:11.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-09T21:39:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-06-09T21:39:11.991Z
33472026-06-09T21:39:11.991Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33482026-06-09T21:39:12.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-09T21:39:12.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-09T21:39:12.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-09T21:39:12.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-06-09T21:39:12.601Z
33532026-06-09T21:39:12.601Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33542026-06-09T21:39:13.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-09T21:39:13.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-09T21:39:13.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-09T21:39:13.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-09T21:39:13.207Z
33592026-06-09T21:39:13.207Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33602026-06-09T21:39:13.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-09T21:39:13.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-09T21:39:13.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-09T21:39:13.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33642026-06-09T21:39:13.836Z
33652026-06-09T21:39:13.836Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33662026-06-09T21:39:14.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-09T21:39:14.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-09T21:39:14.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-09T21:39:14.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-06-09T21:39:14.440Z
33712026-06-09T21:39:14.440Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33722026-06-09T21:39:14.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-09T21:39:14.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-09T21:39:14.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-09T21:39:14.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-06-09T21:39:15.047Z
33772026-06-09T21:39:15.047Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33782026-06-09T21:39:15.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-09T21:39:15.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-09T21:39:15.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-09T21:39:15.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-09T21:39:15.652Z
33832026-06-09T21:39:15.652Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33842026-06-09T21:39:16.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-09T21:39:16.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-09T21:39:16.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-09T21:39:16.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-06-09T21:39:16.258Z
33892026-06-09T21:39:16.258Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33902026-06-09T21:39:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-09T21:39:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-09T21:39:16.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-09T21:39:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-09T21:39:16.861Z
33952026-06-09T21:39:16.861Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33962026-06-09T21:39:17.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-09T21:39:17.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-09T21:39:17.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-09T21:39:17.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-09T21:39:17.465Z
34012026-06-09T21:39:17.465Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34022026-06-09T21:39:17.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-09T21:39:17.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-09T21:39:17.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-09T21:39:17.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34062026-06-09T21:39:18.090Z
34072026-06-09T21:39:18.090Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34082026-06-09T21:39:18.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-09T21:39:18.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-09T21:39:18.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-09T21:39:18.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-09T21:39:18.715Z
34132026-06-09T21:39:18.716Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34142026-06-09T21:39:19.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-09T21:39:19.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-09T21:39:19.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-09T21:39:19.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-09T21:39:19.339Z
34192026-06-09T21:39:19.339Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34202026-06-09T21:39:19.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-09T21:39:19.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-09T21:39:19.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-09T21:39:19.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34242026-06-09T21:39:19.971Z
34252026-06-09T21:39:19.971Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34262026-06-09T21:39:20.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-09T21:39:20.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-09T21:39:20.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-09T21:39:20.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34302026-06-09T21:39:20.600Z
34312026-06-09T21:39:20.600Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34322026-06-09T21:39:21.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-09T21:39:21.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-09T21:39:21.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-09T21:39:21.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-09T21:39:21.216Z
34372026-06-09T21:39:21.217Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34382026-06-09T21:39:21.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-09T21:39:21.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-09T21:39:21.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-09T21:39:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-09T21:39:21.832Z
34432026-06-09T21:39:21.832Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34442026-06-09T21:39:22.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-09T21:39:22.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-09T21:39:22.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-09T21:39:22.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-09T21:39:22.451Z
34492026-06-09T21:39:22.451Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34502026-06-09T21:39:22.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-09T21:39:22.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-09T21:39:22.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-09T21:39:22.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-09T21:39:23.066Z
34552026-06-09T21:39:23.066Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34562026-06-09T21:39:23.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-09T21:39:23.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-09T21:39:23.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-09T21:39:23.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-09T21:39:23.687Z
34612026-06-09T21:39:23.688Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34622026-06-09T21:39:24.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-09T21:39:24.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-09T21:39:24.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-09T21:39:24.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-06-09T21:39:24.284Z
34672026-06-09T21:39:24.284Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34682026-06-09T21:39:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-09T21:39:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-09T21:39:24.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-09T21:39:24.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-06-09T21:39:24.880Z
34732026-06-09T21:39:24.880Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34742026-06-09T21:39:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-09T21:39:25.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-09T21:39:25.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-09T21:39:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-06-09T21:39:25.482Z
34792026-06-09T21:39:25.482Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34802026-06-09T21:39:25.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-09T21:39:25.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-09T21:39:25.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-09T21:39:25.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-09T21:39:26.088Z
34852026-06-09T21:39:26.088Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34862026-06-09T21:39:26.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-09T21:39:26.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-09T21:39:26.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-09T21:39:26.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-06-09T21:39:26.698Z
34912026-06-09T21:39:26.698Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34922026-06-09T21:39:27.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-09T21:39:27.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-09T21:39:27.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-09T21:39:27.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-06-09T21:39:27.302Z
34972026-06-09T21:39:27.302Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34982026-06-09T21:39:27.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-09T21:39:27.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-09T21:39:27.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-09T21:39:27.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-09T21:39:27.907Z
35032026-06-09T21:39:27.907Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35042026-06-09T21:39:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-09T21:39:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-09T21:39:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-09T21:39:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-09T21:39:28.519Z
35092026-06-09T21:39:28.519Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35102026-06-09T21:39:29.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-09T21:39:29.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-09T21:39:29.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-09T21:39:29.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35142026-06-09T21:39:29.139Z
35152026-06-09T21:39:29.139Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35162026-06-09T21:39:29.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-09T21:39:29.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-09T21:39:29.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-09T21:39:29.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-09T21:39:29.763Z
35212026-06-09T21:39:29.763Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35222026-06-09T21:39:30.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-09T21:39:30.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-09T21:39:30.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-09T21:39:30.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-09T21:39:30.390Z
35272026-06-09T21:39:30.390Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35282026-06-09T21:39:30.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-09T21:39:30.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-09T21:39:30.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-09T21:39:30.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-06-09T21:39:31.017Z
35332026-06-09T21:39:31.017Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35342026-06-09T21:39:31.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-09T21:39:31.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-09T21:39:31.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-09T21:39:31.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-09T21:39:31.635Z
35392026-06-09T21:39:31.635Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35402026-06-09T21:39:32.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-09T21:39:32.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-09T21:39:32.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-09T21:39:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-09T21:39:32.261Z
35452026-06-09T21:39:32.261Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35462026-06-09T21:39:32.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-09T21:39:32.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-09T21:39:32.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-09T21:39:32.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-09T21:39:32.888Z
35512026-06-09T21:39:32.888Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35522026-06-09T21:39:33.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-09T21:39:33.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-09T21:39:33.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-09T21:39:33.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-06-09T21:39:33.532Z
35572026-06-09T21:39:33.532Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35582026-06-09T21:39:34.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-09T21:39:34.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-09T21:39:34.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-09T21:39:34.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35622026-06-09T21:39:34.142Z
35632026-06-09T21:39:34.142Zinfo: running `cargo check --bins` on dns-server (175/295)
35642026-06-09T21:39:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-09T21:39:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-09T21:39:34.798Z Compiling parking_lot_core v0.8.6
35672026-06-09T21:39:34.798Z Compiling atomicwrites v0.4.4
35682026-06-09T21:39:34.798Z Compiling git-stub v1.0.0
35692026-06-09T21:39:34.802Z Checking prefix-trie v0.7.0
35702026-06-09T21:39:34.802Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35712026-06-09T21:39:35.034Z Compiling git-stub-vcs v0.1.0
35722026-06-09T21:39:35.210Z Checking hickory-server v0.25.2
35732026-06-09T21:39:35.304Z Checking parking_lot v0.11.2
35742026-06-09T21:39:35.317Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-06-09T21:39:35.393Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-06-09T21:39:35.396Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35772026-06-09T21:39:35.477Z Checking sled v0.34.7
35782026-06-09T21:39:37.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35792026-06-09T21:39:37.547Z
35802026-06-09T21:39:37.547Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35812026-06-09T21:39:38.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-06-09T21:39:38.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-06-09T21:39:38.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-06-09T21:39:38.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35852026-06-09T21:39:38.152Z
35862026-06-09T21:39:38.152Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35872026-06-09T21:39:38.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-09T21:39:38.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-09T21:39:38.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-09T21:39:38.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35912026-06-09T21:39:38.757Z
35922026-06-09T21:39:38.757Zinfo: running `cargo check --bins` on sp-sim (178/295)
35932026-06-09T21:39:39.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-09T21:39:39.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-09T21:39:39.482Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35962026-06-09T21:39:41.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35972026-06-09T21:39:41.471Z
35982026-06-09T21:39:41.472Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35992026-06-09T21:39:42.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-09T21:39:42.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-09T21:39:42.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-06-09T21:39:42.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-06-09T21:39:42.115Z
36042026-06-09T21:39:42.116Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36052026-06-09T21:39:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-09T21:39:42.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-09T21:39:42.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-09T21:39:42.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-06-09T21:39:42.777Z
36102026-06-09T21:39:42.777Zinfo: running `cargo check --bins` on db-macros (181/295)
36112026-06-09T21:39:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-09T21:39:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-09T21:39:43.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-09T21:39:43.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36152026-06-09T21:39:43.362Z
36162026-06-09T21:39:43.362Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36172026-06-09T21:39:43.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-09T21:39:43.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-09T21:39:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-09T21:39:43.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-06-09T21:39:43.949Z
36222026-06-09T21:39:43.949Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36232026-06-09T21:39:44.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-09T21:39:44.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-09T21:39:44.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-09T21:39:44.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36272026-06-09T21:39:44.600Z
36282026-06-09T21:39:44.600Zinfo: running `cargo check --bins` on authz-macros (184/295)
36292026-06-09T21:39:45.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-09T21:39:45.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-09T21:39:45.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-09T21:39:45.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-06-09T21:39:45.187Z
36342026-06-09T21:39:45.188Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36352026-06-09T21:39:45.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-09T21:39:45.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-09T21:39:45.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-09T21:39:45.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36392026-06-09T21:39:45.829Z
36402026-06-09T21:39:45.829Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36412026-06-09T21:39:46.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-09T21:39:46.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-09T21:39:46.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-09T21:39:46.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-09T21:39:46.478Z
36462026-06-09T21:39:46.478Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36472026-06-09T21:39:46.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-09T21:39:46.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-09T21:39:46.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-09T21:39:46.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-06-09T21:39:47.063Z
36522026-06-09T21:39:47.063Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36532026-06-09T21:39:47.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-09T21:39:47.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-09T21:39:47.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-09T21:39:47.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-06-09T21:39:47.644Z
36582026-06-09T21:39:47.645Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36592026-06-09T21:39:48.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-09T21:39:48.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-09T21:39:48.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-09T21:39:48.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36632026-06-09T21:39:48.248Z
36642026-06-09T21:39:48.248Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36652026-06-09T21:39:48.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-09T21:39:48.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-09T21:39:48.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-09T21:39:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-06-09T21:39:48.840Z
36702026-06-09T21:39:48.840Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36712026-06-09T21:39:49.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-09T21:39:49.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-09T21:39:49.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-09T21:39:49.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-06-09T21:39:49.430Z
36762026-06-09T21:39:49.430Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36772026-06-09T21:39:49.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-09T21:39:49.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-09T21:39:49.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-09T21:39:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36812026-06-09T21:39:50.081Z
36822026-06-09T21:39:50.081Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36832026-06-09T21:39:50.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-09T21:39:50.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-09T21:39:50.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-09T21:39:50.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-09T21:39:50.734Z
36882026-06-09T21:39:50.734Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36892026-06-09T21:39:51.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-09T21:39:51.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-09T21:39:51.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-09T21:39:51.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36932026-06-09T21:39:51.379Z
36942026-06-09T21:39:51.379Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36952026-06-09T21:39:51.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-09T21:39:51.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-09T21:39:51.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-09T21:39:51.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36992026-06-09T21:39:52.004Z
37002026-06-09T21:39:52.004Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37012026-06-09T21:39:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-09T21:39:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-09T21:39:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-09T21:39:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-09T21:39:52.626Z
37062026-06-09T21:39:52.626Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37072026-06-09T21:39:53.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-09T21:39:53.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-09T21:39:53.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-09T21:39:53.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37112026-06-09T21:39:53.273Z
37122026-06-09T21:39:53.273Zinfo: running `cargo check --bins` on key-manager (198/295)
37132026-06-09T21:39:53.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-09T21:39:53.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-09T21:39:53.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-09T21:39:53.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-06-09T21:39:53.853Z
37182026-06-09T21:39:53.853Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37192026-06-09T21:39:54.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-09T21:39:54.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-09T21:39:54.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-09T21:39:54.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37232026-06-09T21:39:54.465Z
37242026-06-09T21:39:54.465Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37252026-06-09T21:39:54.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-09T21:39:54.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-09T21:39:54.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-09T21:39:54.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37292026-06-09T21:39:55.077Z
37302026-06-09T21:39:55.077Zinfo: running `cargo check --bins` on typed-rng (201/295)
37312026-06-09T21:39:55.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-09T21:39:55.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-09T21:39:55.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-09T21:39:55.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-06-09T21:39:55.659Z
37362026-06-09T21:39:55.659Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37372026-06-09T21:39:56.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-09T21:39:56.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-09T21:39:56.523Z Compiling libefi-sys v0.1.0
37402026-06-09T21:39:56.526Z Compiling bitfield-struct v0.6.2
37412026-06-09T21:39:56.671Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37422026-06-09T21:39:56.680Z Compiling xshell-macros v0.2.7
37432026-06-09T21:39:56.689Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37442026-06-09T21:39:56.721Z Compiling typify-impl v0.4.3
37452026-06-09T21:39:56.724Z Compiling salty v0.3.0
37462026-06-09T21:39:56.729Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37472026-06-09T21:39:56.735Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37482026-06-09T21:39:56.898Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37492026-06-09T21:39:57.009Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-09T21:39:57.024Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37512026-06-09T21:39:57.036Z Checking xshell v0.2.7
37522026-06-09T21:39:57.211Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-09T21:39:57.225Z Checking primeorder v0.13.6
37542026-06-09T21:39:57.271Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-06-09T21:39:57.330Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-06-09T21:39:57.376Z Compiling proc-macro-error-attr2 v2.0.0
37572026-06-09T21:39:57.424Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-09T21:39:57.460Z Checking p384 v0.13.1
37592026-06-09T21:39:57.511Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37602026-06-09T21:39:57.630Z Checking tungstenite v0.21.0
37612026-06-09T21:39:57.645Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-09T21:39:57.741Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-06-09T21:39:57.764Z Compiling proc-macro-error2 v2.0.1
37642026-06-09T21:39:58.081Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37652026-06-09T21:39:58.205Z Compiling num-derive v0.3.3
37662026-06-09T21:39:58.306Z Compiling tabled_derive v0.11.0
37672026-06-09T21:39:58.455Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37682026-06-09T21:39:58.629Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37692026-06-09T21:39:58.758Z Checking tokio-tungstenite v0.21.0
37702026-06-09T21:39:58.920Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-06-09T21:39:59.130Z Checking libscf-sys v1.1.0
37722026-06-09T21:39:59.265Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-09T21:39:59.328Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-06-09T21:39:59.348Z Checking papergrid v0.17.0
37752026-06-09T21:39:59.459Z Checking testing_table v0.3.0
37762026-06-09T21:39:59.556Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-09T21:39:59.559Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-09T21:39:59.645Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37792026-06-09T21:39:59.786Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37802026-06-09T21:39:59.857Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-06-09T21:39:59.896Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-06-09T21:40:00.058Z Compiling illumos-nvpair-sys v0.2.0
37832026-06-09T21:40:00.081Z Compiling unicase v2.9.0
37842026-06-09T21:40:00.096Z Checking corncobs v0.1.4
37852026-06-09T21:40:00.126Z Checking tabled v0.20.0
37862026-06-09T21:40:00.224Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-09T21:40:00.286Z Compiling mime_guess v2.0.5
37882026-06-09T21:40:00.341Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-09T21:40:00.344Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-09T21:40:00.372Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37912026-06-09T21:40:00.478Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37922026-06-09T21:40:00.494Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37932026-06-09T21:40:00.684Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37942026-06-09T21:40:00.701Z Checking progenitor-client v0.11.2
37952026-06-09T21:40:00.817Z Checking secrecy v0.8.0
37962026-06-09T21:40:00.934Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37972026-06-09T21:40:01.205Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37982026-06-09T21:40:01.209Z Compiling typify-macro v0.4.3
37992026-06-09T21:40:01.237Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38002026-06-09T21:40:01.254Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-06-09T21:40:01.308Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38022026-06-09T21:40:01.524Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38032026-06-09T21:40:01.527Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38042026-06-09T21:40:01.580Z Checking filetime v0.2.27
38052026-06-09T21:40:01.707Z Checking crc8 v0.1.1
38062026-06-09T21:40:01.724Z Checking xattr v1.6.1
38072026-06-09T21:40:01.811Z Checking http-range v0.1.5
38082026-06-09T21:40:01.942Z Checking tar v0.4.45
38092026-06-09T21:40:01.983Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38102026-06-09T21:40:02.144Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38112026-06-09T21:40:02.171Z Checking illumos-nvpair v0.3.0
38122026-06-09T21:40:02.338Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38132026-06-09T21:40:02.361Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38142026-06-09T21:40:02.465Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38152026-06-09T21:40:02.726Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38162026-06-09T21:40:02.812Z Checking atty v0.2.14
38172026-06-09T21:40:02.829Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-09T21:40:02.900Z Compiling typify v0.4.3
38192026-06-09T21:40:02.917Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38202026-06-09T21:40:03.017Z Compiling progenitor-impl v0.11.2
38212026-06-09T21:40:03.154Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38222026-06-09T21:40:03.300Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-06-09T21:40:03.339Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38242026-06-09T21:40:03.389Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38252026-06-09T21:40:03.681Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38262026-06-09T21:40:03.706Z Checking hyper-staticfile v0.10.1
38272026-06-09T21:40:03.885Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38282026-06-09T21:40:04.004Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-06-09T21:40:04.004Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-09T21:40:04.214Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-09T21:40:04.230Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38322026-06-09T21:40:04.329Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38332026-06-09T21:40:04.472Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-06-09T21:40:04.593Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38352026-06-09T21:40:04.609Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-06-09T21:40:04.872Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-06-09T21:40:04.888Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-09T21:40:05.172Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38392026-06-09T21:40:05.221Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38402026-06-09T21:40:05.618Z Compiling progenitor-macro v0.11.2
38412026-06-09T21:40:08.008Z Checking progenitor v0.11.2
38422026-06-09T21:40:08.147Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38432026-06-09T21:40:08.360Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-09T21:40:12.854Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-09T21:40:23.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s
38462026-06-09T21:40:23.885Z
38472026-06-09T21:40:23.885Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38482026-06-09T21:40:24.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-09T21:40:24.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-09T21:40:24.672Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-09T21:40:35.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38522026-06-09T21:40:35.470Z
38532026-06-09T21:40:35.470Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38542026-06-09T21:40:36.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-09T21:40:36.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-09T21:40:36.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-09T21:40:46.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38582026-06-09T21:40:47.146Z
38592026-06-09T21:40:47.146Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38602026-06-09T21:40:47.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-09T21:40:47.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-09T21:40:47.940Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-09T21:40:58.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38642026-06-09T21:40:58.721Z
38652026-06-09T21:40:58.721Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38662026-06-09T21:40:59.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-09T21:40:59.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-09T21:40:59.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-09T21:41:10.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38702026-06-09T21:41:10.444Z
38712026-06-09T21:41:10.445Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38722026-06-09T21:41:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-09T21:41:11.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-09T21:41:11.234Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-09T21:41:21.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38762026-06-09T21:41:22.146Z
38772026-06-09T21:41:22.146Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38782026-06-09T21:41:22.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-09T21:41:22.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-09T21:41:22.889Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-09T21:41:33.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38822026-06-09T21:41:33.721Z
38832026-06-09T21:41:33.721Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38842026-06-09T21:41:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-09T21:41:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-09T21:41:34.512Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-09T21:41:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38882026-06-09T21:41:45.368Z
38892026-06-09T21:41:45.368Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38902026-06-09T21:41:45.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-09T21:41:45.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-09T21:41:45.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-09T21:41:45.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-06-09T21:41:45.975Z
38952026-06-09T21:41:45.975Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38962026-06-09T21:41:46.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-09T21:41:46.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-09T21:41:46.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-09T21:41:46.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-06-09T21:41:46.588Z
39012026-06-09T21:41:46.589Zinfo: running `cargo check --bins` on range-requests (212/295)
39022026-06-09T21:41:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-09T21:41:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-09T21:41:47.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-09T21:41:47.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-06-09T21:41:47.187Z
39072026-06-09T21:41:47.187Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39082026-06-09T21:41:47.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-09T21:41:47.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-09T21:41:47.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-09T21:41:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-06-09T21:41:47.788Z
39132026-06-09T21:41:47.788Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39142026-06-09T21:41:48.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-09T21:41:48.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-09T21:41:48.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-09T21:41:48.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39182026-06-09T21:41:48.416Z
39192026-06-09T21:41:48.416Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39202026-06-09T21:41:48.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-09T21:41:48.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-09T21:41:48.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-09T21:41:48.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39242026-06-09T21:41:49.043Z
39252026-06-09T21:41:49.043Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39262026-06-09T21:41:49.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-09T21:41:49.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-09T21:41:49.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-09T21:41:49.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-09T21:41:49.668Z
39312026-06-09T21:41:49.668Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39322026-06-09T21:41:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-09T21:41:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-09T21:41:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-09T21:41:50.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-06-09T21:41:50.303Z
39372026-06-09T21:41:50.303Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39382026-06-09T21:41:50.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-09T21:41:50.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-09T21:41:50.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-09T21:41:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-06-09T21:41:50.934Z
39432026-06-09T21:41:50.934Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39442026-06-09T21:41:51.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-09T21:41:51.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-09T21:41:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-09T21:41:51.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-06-09T21:41:51.569Z
39492026-06-09T21:41:51.569Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39502026-06-09T21:41:52.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-09T21:41:52.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-09T21:41:52.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-09T21:41:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-06-09T21:41:52.197Z
39552026-06-09T21:41:52.197Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39562026-06-09T21:41:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-09T21:41:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-09T21:41:52.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-09T21:41:52.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-09T21:41:52.820Z
39612026-06-09T21:41:52.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39622026-06-09T21:41:53.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-09T21:41:53.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-09T21:41:53.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-09T21:41:53.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-09T21:41:53.449Z
39672026-06-09T21:41:53.449Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39682026-06-09T21:41:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-09T21:41:53.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-09T21:41:53.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-09T21:41:53.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39722026-06-09T21:41:54.079Z
39732026-06-09T21:41:54.079Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39742026-06-09T21:41:54.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-09T21:41:54.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-09T21:41:54.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-09T21:41:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39782026-06-09T21:41:54.732Z
39792026-06-09T21:41:54.732Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39802026-06-09T21:41:55.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-09T21:41:55.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-09T21:41:55.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-09T21:41:55.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39842026-06-09T21:41:55.359Z
39852026-06-09T21:41:55.359Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39862026-06-09T21:41:55.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-09T21:41:55.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-09T21:41:55.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-09T21:41:55.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39902026-06-09T21:41:56.013Z
39912026-06-09T21:41:56.013Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39922026-06-09T21:41:56.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-09T21:41:56.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-09T21:41:56.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-09T21:41:56.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39962026-06-09T21:41:56.679Z
39972026-06-09T21:41:56.680Zinfo: running `cargo check --bins` on update-common (228/295)
39982026-06-09T21:41:57.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-09T21:41:57.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-09T21:41:57.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-09T21:41:57.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40022026-06-09T21:41:57.287Z
40032026-06-09T21:41:57.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40042026-06-09T21:41:57.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-09T21:41:57.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-09T21:41:57.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-09T21:41:57.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40082026-06-09T21:41:57.938Z
40092026-06-09T21:41:57.938Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40102026-06-09T21:41:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-09T21:41:58.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-09T21:41:58.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-09T21:41:58.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40142026-06-09T21:41:58.528Z
40152026-06-09T21:41:58.528Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40162026-06-09T21:41:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-09T21:41:59.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-09T21:41:59.309Z Compiling fs-err v2.11.0
40192026-06-09T21:41:59.313Z Checking ignore v0.4.25
40202026-06-09T21:41:59.313Z Checking arc-swap v1.8.2
40212026-06-09T21:41:59.447Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-09T21:41:59.448Z Checking predicates-tree v1.0.13
40232026-06-09T21:41:59.455Z Checking parse-size v1.1.0
40242026-06-09T21:41:59.478Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-09T21:41:59.490Z Checking rand_seeder v0.4.0
40262026-06-09T21:41:59.543Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-09T21:41:59.577Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-09T21:41:59.631Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-09T21:41:59.643Z Checking slog-scope v4.4.1
40302026-06-09T21:41:59.678Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-09T21:41:59.772Z Checking slog-stdlog v4.1.1
40322026-06-09T21:41:59.786Z Compiling petname v2.0.2
40332026-06-09T21:41:59.801Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-09T21:41:59.814Z Checking globwalk v0.9.1
40352026-06-09T21:41:59.865Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-09T21:41:59.890Z Checking slog-envlogger v2.2.0
40372026-06-09T21:41:59.989Z Checking camino-tempfile-ext v0.3.3
40382026-06-09T21:42:00.039Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-09T21:42:00.064Z Checking sapling-renderdag v0.1.0
40402026-06-09T21:42:00.181Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-09T21:42:00.224Z Checking subprocess v0.2.15
40422026-06-09T21:42:00.300Z Checking sync-ptr v0.1.4
40432026-06-09T21:42:00.405Z Checking colored v2.2.0
40442026-06-09T21:42:00.418Z Checking assert_matches v1.5.0
40452026-06-09T21:42:00.501Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-09T21:42:00.669Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-09T21:42:00.673Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-09T21:42:01.393Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-09T21:42:02.694Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-09T21:42:04.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
40512026-06-09T21:42:05.092Z
40522026-06-09T21:42:05.092Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40532026-06-09T21:42:05.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-09T21:42:05.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-09T21:42:05.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-09T21:42:05.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40572026-06-09T21:42:05.679Z
40582026-06-09T21:42:05.679Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40592026-06-09T21:42:06.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-09T21:42:06.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-09T21:42:06.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-09T21:42:06.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40632026-06-09T21:42:06.297Z
40642026-06-09T21:42:06.297Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40652026-06-09T21:42:06.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-09T21:42:06.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-09T21:42:06.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-09T21:42:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40692026-06-09T21:42:06.951Z
40702026-06-09T21:42:06.951Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40712026-06-09T21:42:07.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-09T21:42:07.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-09T21:42:07.674Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-09T21:42:07.675Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-09T21:42:08.320Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-09T21:42:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40772026-06-09T21:42:10.096Z
40782026-06-09T21:42:10.096Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40792026-06-09T21:42:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-09T21:42:10.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-09T21:42:10.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-09T21:42:10.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-06-09T21:42:10.702Z
40842026-06-09T21:42:10.702Zinfo: running `cargo check --bins` on cert-dev (237/295)
40852026-06-09T21:42:11.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-09T21:42:11.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-09T21:42:11.311Z Checking yasna v0.5.2
40882026-06-09T21:42:11.714Z Checking rcgen v0.12.1
40892026-06-09T21:42:11.961Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-09T21:42:12.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40912026-06-09T21:42:12.327Z
40922026-06-09T21:42:12.328Zinfo: running `cargo check --bins` on clickana (238/295)
40932026-06-09T21:42:12.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-09T21:42:12.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-09T21:42:12.979Z Compiling darling_core v0.23.0
40962026-06-09T21:42:12.983Z Compiling instability v0.3.11
40972026-06-09T21:42:13.090Z Checking castaway v0.2.4
40982026-06-09T21:42:13.101Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-06-09T21:42:13.104Z Compiling indoc v2.0.7
41002026-06-09T21:42:13.116Z Checking unicode-truncate v1.1.0
41012026-06-09T21:42:13.119Z Checking lru v0.12.5
41022026-06-09T21:42:13.119Z Checking cassowary v0.3.0
41032026-06-09T21:42:13.180Z Checking compact_str v0.8.1
41042026-06-09T21:42:14.417Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-09T21:42:14.502Z Compiling darling_macro v0.23.0
41062026-06-09T21:42:14.598Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-09T21:42:14.906Z Compiling darling v0.23.0
41082026-06-09T21:42:15.519Z Checking ratatui v0.29.0
41092026-06-09T21:42:16.567Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-09T21:42:17.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41112026-06-09T21:42:17.425Z
41122026-06-09T21:42:17.425Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41132026-06-09T21:42:17.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-09T21:42:17.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-09T21:42:18.153Z Checking headers-core v0.3.0
41162026-06-09T21:42:18.156Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-09T21:42:18.351Z Checking headers v0.4.1
41182026-06-09T21:42:18.724Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-09T21:42:19.564Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-09T21:42:20.048Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-09T21:42:20.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41222026-06-09T21:42:20.655Z
41232026-06-09T21:42:20.655Zinfo: running `cargo check --bins` on ch-dev (240/295)
41242026-06-09T21:42:21.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-09T21:42:21.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-09T21:42:21.373Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-09T21:42:22.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41282026-06-09T21:42:22.306Z
41292026-06-09T21:42:22.306Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41302026-06-09T21:42:22.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-09T21:42:22.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-09T21:42:22.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-09T21:42:22.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41342026-06-09T21:42:22.777Z
41352026-06-09T21:42:22.777Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41362026-06-09T21:42:23.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-09T21:42:23.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-09T21:42:23.491Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-09T21:42:24.472Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-09T21:42:24.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41412026-06-09T21:42:25.002Z
41422026-06-09T21:42:25.002Zinfo: running `cargo check --bins` on db-dev (243/295)
41432026-06-09T21:42:25.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-09T21:42:25.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-09T21:42:25.732Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-09T21:42:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41472026-06-09T21:42:26.685Z
41482026-06-09T21:42:26.685Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41492026-06-09T21:42:27.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-09T21:42:27.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-09T21:42:27.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-09T21:42:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41532026-06-09T21:42:27.339Z
41542026-06-09T21:42:27.339Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41552026-06-09T21:42:27.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-09T21:42:27.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-09T21:42:27.958Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-09T21:42:28.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41592026-06-09T21:42:28.821Z
41602026-06-09T21:42:28.822Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41612026-06-09T21:42:29.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-09T21:42:29.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-09T21:42:29.591Z Compiling progenitor-impl v0.13.0
41642026-06-09T21:42:29.711Z Checking progenitor-client v0.13.0
41652026-06-09T21:42:29.711Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-09T21:42:29.715Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-09T21:42:29.715Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41682026-06-09T21:42:29.754Z Checking git-stub v1.0.0
41692026-06-09T21:42:29.754Z Compiling trait-variant v0.1.2
41702026-06-09T21:42:29.905Z Checking is_ci v1.2.0
41712026-06-09T21:42:29.940Z Checking maplit v1.0.2
41722026-06-09T21:42:29.971Z Checking git-stub-vcs v0.1.0
41732026-06-09T21:42:30.003Z Checking supports-color v3.0.2
41742026-06-09T21:42:30.022Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41752026-06-09T21:42:30.127Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41762026-06-09T21:42:30.170Z Checking drift v0.2.0
41772026-06-09T21:42:30.284Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-06-09T21:42:30.336Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41792026-06-09T21:42:30.475Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-09T21:42:30.552Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41812026-06-09T21:42:30.567Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41822026-06-09T21:42:30.570Z Checking dropshot-api-manager v0.7.2
41832026-06-09T21:42:30.646Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-06-09T21:42:30.836Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41852026-06-09T21:42:31.046Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-06-09T21:42:31.063Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-06-09T21:42:31.537Z Compiling progenitor-macro v0.13.0
41882026-06-09T21:42:33.909Z Checking progenitor v0.13.0
41892026-06-09T21:42:34.026Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41902026-06-09T21:42:39.054Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41912026-06-09T21:42:40.150Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41922026-06-09T21:42:40.710Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41932026-06-09T21:42:41.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s
41942026-06-09T21:42:41.333Z
41952026-06-09T21:42:41.333Zinfo: running `cargo check --bins` on installinator-api (247/295)
41962026-06-09T21:42:41.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-09T21:42:41.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-09T21:42:41.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-09T21:42:41.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42002026-06-09T21:42:41.951Z
42012026-06-09T21:42:41.951Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42022026-06-09T21:42:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-09T21:42:42.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-09T21:42:42.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-09T21:42:42.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42062026-06-09T21:42:42.604Z
42072026-06-09T21:42:42.604Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42082026-06-09T21:42:43.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-09T21:42:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-09T21:42:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-09T21:42:43.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42122026-06-09T21:42:43.259Z
42132026-06-09T21:42:43.259Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42142026-06-09T21:42:43.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-09T21:42:43.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-09T21:42:43.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-09T21:42:43.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42182026-06-09T21:42:43.908Z
42192026-06-09T21:42:43.908Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42202026-06-09T21:42:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-09T21:42:44.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-09T21:42:44.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-09T21:42:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42242026-06-09T21:42:44.502Z
42252026-06-09T21:42:44.502Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42262026-06-09T21:42:44.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-09T21:42:45.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-09T21:42:45.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-09T21:42:45.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42302026-06-09T21:42:45.085Z
42312026-06-09T21:42:45.086Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42322026-06-09T21:42:45.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-09T21:42:45.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-09T21:42:45.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-09T21:42:45.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42362026-06-09T21:42:45.704Z
42372026-06-09T21:42:45.704Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42382026-06-09T21:42:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-09T21:42:46.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-09T21:42:46.320Z Checking typeid v1.0.3
42412026-06-09T21:42:46.433Z Checking ordered-float v2.10.1
42422026-06-09T21:42:46.453Z Checking unicode-xid v0.2.6
42432026-06-09T21:42:46.466Z Checking cargo-platform v0.2.0
42442026-06-09T21:42:46.474Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-06-09T21:42:46.499Z Checking erased-serde v0.4.9
42462026-06-09T21:42:46.636Z Checking serde-value v0.7.0
42472026-06-09T21:42:46.810Z Checking serde-untagged v0.1.9
42482026-06-09T21:42:46.964Z Checking cargo-util-schemas v0.8.2
42492026-06-09T21:42:47.644Z Checking cargo_metadata v0.21.0
42502026-06-09T21:42:48.252Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42512026-06-09T21:42:48.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
42522026-06-09T21:42:49.169Z
42532026-06-09T21:42:49.169Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42542026-06-09T21:42:49.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-09T21:42:49.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-09T21:42:49.911Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42572026-06-09T21:42:50.531Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42582026-06-09T21:42:51.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42592026-06-09T21:42:51.237Z
42602026-06-09T21:42:51.237Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42612026-06-09T21:42:51.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-06-09T21:42:51.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-06-09T21:42:52.197Z Compiling vergen-lib v0.1.6
42642026-06-09T21:42:52.197Z Compiling vergen-gitcl v1.0.8
42652026-06-09T21:42:52.197Z Compiling dirs-sys-next v0.1.2
42662026-06-09T21:42:52.197Z Compiling glob v0.3.3
42672026-06-09T21:42:52.197Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42682026-06-09T21:42:52.201Z Compiling diesel_derives v2.3.7
42692026-06-09T21:42:52.201Z Compiling crunchy v0.2.4
42702026-06-09T21:42:52.341Z Compiling dsl_auto_type v0.2.0
42712026-06-09T21:42:52.560Z Compiling dirs-next v2.0.0
42722026-06-09T21:42:52.636Z Checking scheduled-thread-pool v0.2.7
42732026-06-09T21:42:52.653Z Compiling diesel_table_macro_syntax v0.3.0
42742026-06-09T21:42:52.657Z Compiling tiny-keccak v2.0.2
42752026-06-09T21:42:52.682Z Compiling term v0.7.0
42762026-06-09T21:42:52.707Z Compiling clang-sys v1.8.1
42772026-06-09T21:42:52.779Z Checking r2d2 v0.8.10
42782026-06-09T21:42:52.909Z Checking downcast-rs v2.0.2
42792026-06-09T21:42:52.963Z Compiling bit-vec v0.6.3
42802026-06-09T21:42:53.006Z Compiling ascii-canvas v3.0.0
42812026-06-09T21:42:53.092Z Compiling itertools v0.10.5
42822026-06-09T21:42:53.184Z Compiling bit-set v0.5.3
42832026-06-09T21:42:53.231Z Compiling ena v0.14.4
42842026-06-09T21:42:53.252Z Compiling libloading v0.8.9
42852026-06-09T21:42:53.344Z Compiling diff v0.1.13
42862026-06-09T21:42:53.380Z Compiling bindgen v0.71.1
42872026-06-09T21:42:53.422Z Compiling regex-syntax v0.6.29
42882026-06-09T21:42:53.461Z Compiling cexpr v0.6.0
42892026-06-09T21:42:53.605Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42902026-06-09T21:42:53.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42912026-06-09T21:42:53.842Z Compiling rustc-hash v2.1.1
42922026-06-09T21:42:53.981Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42932026-06-09T21:42:54.002Z Compiling libxml v0.3.3
42942026-06-09T21:42:54.153Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42952026-06-09T21:42:54.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42962026-06-09T21:42:54.253Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42972026-06-09T21:42:54.487Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42982026-06-09T21:42:54.520Z Compiling strum_macros v0.24.3
42992026-06-09T21:42:54.587Z Compiling indoc v1.0.9
43002026-06-09T21:42:55.021Z Compiling lalrpop v0.19.12
43012026-06-09T21:42:55.443Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43022026-06-09T21:42:55.525Z Checking derive_builder v0.20.2
43032026-06-09T21:42:55.633Z Compiling oso-derive v0.27.3
43042026-06-09T21:42:55.650Z Checking quick-xml v0.37.5
43052026-06-09T21:42:55.857Z Compiling impl-trait-for-tuples v0.2.3
43062026-06-09T21:42:56.132Z Checking openssl-probe v0.1.6
43072026-06-09T21:42:56.279Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43082026-06-09T21:42:56.520Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43092026-06-09T21:42:56.718Z Checking bb8 v0.8.6
43102026-06-09T21:42:57.012Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-06-09T21:42:57.032Z Compiling libz-sys v1.1.24
43122026-06-09T21:42:57.096Z Checking nonempty v0.12.0
43132026-06-09T21:42:57.224Z Compiling strsim v0.10.0
43142026-06-09T21:42:57.263Z Compiling libgit2-sys v0.18.3+1.9.2
43152026-06-09T21:42:57.405Z Compiling darling_core v0.13.4
43162026-06-09T21:42:57.558Z Compiling vergen-git2 v9.1.0
43172026-06-09T21:42:57.600Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43182026-06-09T21:42:57.777Z Compiling rustls v0.21.12
43192026-06-09T21:42:57.793Z Compiling base64 v0.21.7
43202026-06-09T21:42:58.018Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43212026-06-09T21:42:58.121Z Compiling ron v0.8.1
43222026-06-09T21:42:58.343Z Checking diesel v2.3.7
43232026-06-09T21:42:59.052Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43242026-06-09T21:42:59.143Z Checking sct v0.7.1
43252026-06-09T21:42:59.245Z Checking rustls-webpki v0.101.7
43262026-06-09T21:42:59.311Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-06-09T21:42:59.327Z Compiling darling_macro v0.13.4
43282026-06-09T21:42:59.801Z Compiling darling v0.13.4
43292026-06-09T21:42:59.897Z Compiling serde_with_macros v1.5.2
43302026-06-09T21:43:00.257Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43312026-06-09T21:43:00.741Z Compiling serde_with v1.14.0
43322026-06-09T21:43:00.896Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43332026-06-09T21:43:01.872Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-06-09T21:43:01.917Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-06-09T21:43:02.652Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362026-06-09T21:43:03.315Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-06-09T21:43:03.446Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-06-09T21:43:03.475Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43392026-06-09T21:43:03.506Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-06-09T21:43:03.658Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43412026-06-09T21:43:03.690Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43422026-06-09T21:43:03.874Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43432026-06-09T21:43:03.892Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-06-09T21:43:03.931Z Checking tokio-rustls v0.24.1
43452026-06-09T21:43:04.140Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43462026-06-09T21:43:04.669Z Checking rustls-pemfile v1.0.4
43472026-06-09T21:43:04.749Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43482026-06-09T21:43:04.815Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43492026-06-09T21:43:04.970Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-06-09T21:43:05.004Z Checking twox-hash v2.1.2
43512026-06-09T21:43:05.308Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43522026-06-09T21:43:05.328Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43532026-06-09T21:43:05.368Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43542026-06-09T21:43:05.659Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-09T21:43:05.816Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-09T21:43:07.035Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43572026-06-09T21:43:07.088Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43582026-06-09T21:43:07.344Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43592026-06-09T21:43:07.705Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43602026-06-09T21:43:08.007Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43612026-06-09T21:43:08.253Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43622026-06-09T21:43:08.516Z Checking console v0.16.2
43632026-06-09T21:43:08.851Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43642026-06-09T21:43:09.002Z Checking fatfs v0.3.6
43652026-06-09T21:43:09.260Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43662026-06-09T21:43:09.457Z Compiling seq-macro v0.3.6
43672026-06-09T21:43:09.955Z Checking unit-prefix v0.5.2
43682026-06-09T21:43:10.097Z Checking indicatif v0.18.4
43692026-06-09T21:43:10.157Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43702026-06-09T21:43:10.472Z Checking support-bundle-viewer v0.1.2
43712026-06-09T21:43:10.582Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-06-09T21:43:10.717Z Checking multimap v0.10.1
43732026-06-09T21:43:16.614Z Checking async-bb8-diesel v0.2.1
43742026-06-09T21:43:16.972Z Checking diesel-dtrace v0.5.0
43752026-06-09T21:43:19.563Z Compiling samael v0.0.19
43762026-06-09T21:43:24.432Z Compiling git2 v0.20.4
43772026-06-09T21:43:26.253Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43782026-06-09T21:43:26.868Z Compiling polar-core v0.27.3
43792026-06-09T21:43:26.933Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43802026-06-09T21:43:31.331Z Checking oso v0.27.3
43812026-06-09T21:43:59.055Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-06-09T21:45:09.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43832026-06-09T21:45:09.681Z
43842026-06-09T21:45:09.682Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43852026-06-09T21:45:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-06-09T21:45:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-06-09T21:45:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-06-09T21:45:10.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43892026-06-09T21:45:10.380Z
43902026-06-09T21:45:10.380Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43912026-06-09T21:45:10.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-09T21:45:10.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-09T21:45:10.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-09T21:45:10.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43952026-06-09T21:45:11.039Z
43962026-06-09T21:45:11.039Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43972026-06-09T21:45:11.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-09T21:45:11.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-09T21:45:11.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-09T21:45:11.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44012026-06-09T21:45:11.696Z
44022026-06-09T21:45:11.696Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44032026-06-09T21:45:12.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-09T21:45:12.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-09T21:45:12.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-09T21:45:12.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44072026-06-09T21:45:12.286Z
44082026-06-09T21:45:12.286Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44092026-06-09T21:45:12.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-09T21:45:12.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-09T21:45:13.118Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-06-09T21:45:13.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44132026-06-09T21:45:14.100Z
44142026-06-09T21:45:14.100Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44152026-06-09T21:45:14.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-09T21:45:14.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-09T21:45:14.928Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-09T21:45:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
44192026-06-09T21:45:51.474Z
44202026-06-09T21:45:51.474Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44212026-06-09T21:45:51.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-09T21:45:51.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-09T21:45:51.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-06-09T21:45:51.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-06-09T21:45:52.067Z
44262026-06-09T21:45:52.067Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44272026-06-09T21:45:52.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-09T21:45:52.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-09T21:45:52.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-09T21:45:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44312026-06-09T21:45:52.714Z
44322026-06-09T21:45:52.714Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44332026-06-09T21:45:53.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-09T21:45:53.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-09T21:45:53.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-09T21:45:53.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44372026-06-09T21:45:53.381Z
44382026-06-09T21:45:53.381Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44392026-06-09T21:45:53.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-09T21:45:53.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-09T21:45:53.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-09T21:45:53.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44432026-06-09T21:45:54.033Z
44442026-06-09T21:45:54.034Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44452026-06-09T21:45:54.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-09T21:45:54.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-09T21:45:54.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-09T21:45:54.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44492026-06-09T21:45:54.680Z
44502026-06-09T21:45:54.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44512026-06-09T21:45:55.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-09T21:45:55.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-09T21:45:55.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-09T21:45:55.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-09T21:45:55.336Z
44562026-06-09T21:45:55.336Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44572026-06-09T21:45:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-09T21:45:55.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-09T21:45:55.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-09T21:45:55.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44612026-06-09T21:45:56.002Z
44622026-06-09T21:45:56.002Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44632026-06-09T21:45:56.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-09T21:45:56.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-09T21:45:56.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-09T21:45:56.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44672026-06-09T21:45:56.670Z
44682026-06-09T21:45:56.670Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44692026-06-09T21:45:57.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-09T21:45:57.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-09T21:45:57.581Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44722026-06-09T21:45:57.581Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44732026-06-09T21:45:57.770Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44742026-06-09T21:45:57.800Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44752026-06-09T21:45:57.820Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44762026-06-09T21:45:57.823Z Checking diff v0.1.13
44772026-06-09T21:45:57.823Z Checking yansi v1.0.1
44782026-06-09T21:45:57.865Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44792026-06-09T21:45:57.911Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44802026-06-09T21:45:58.085Z Checking pretty_assertions v1.4.1
44812026-06-09T21:45:58.720Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44822026-06-09T21:45:58.881Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44832026-06-09T21:46:22.463Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44842026-06-09T21:46:22.467Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44852026-06-09T21:46:22.467Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44862026-06-09T21:46:22.467Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44872026-06-09T21:46:22.467Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44882026-06-09T21:46:22.467Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44892026-06-09T21:46:23.253Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44902026-06-09T21:46:23.256Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44912026-06-09T21:46:24.467Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44922026-06-09T21:47:00.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44932026-06-09T21:47:00.864Z
44942026-06-09T21:47:00.865Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44952026-06-09T21:47:01.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-06-09T21:47:01.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-06-09T21:47:01.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-06-09T21:47:01.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-06-09T21:47:01.462Z
45002026-06-09T21:47:01.462Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45012026-06-09T21:47:02.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-09T21:47:02.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-09T21:47:02.244Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45042026-06-09T21:47:02.367Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45052026-06-09T21:47:02.367Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45062026-06-09T21:47:28.164Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45072026-06-09T21:47:28.546Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45082026-06-09T21:47:30.239Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45092026-06-09T21:47:30.685Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45102026-06-09T21:47:33.605Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-06-09T21:47:56.308Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45122026-06-09T21:47:57.010Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45132026-06-09T21:47:58.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.17s
45142026-06-09T21:47:58.852Z
45152026-06-09T21:47:58.852Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45162026-06-09T21:47:59.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-06-09T21:47:59.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-06-09T21:47:59.571Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45192026-06-09T21:48:00.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45202026-06-09T21:48:00.456Z
45212026-06-09T21:48:00.456Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45222026-06-09T21:48:00.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-09T21:48:00.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-09T21:48:01.111Z Compiling blake3 v1.8.3
45252026-06-09T21:48:01.222Z Checking arrayvec v0.7.6
45262026-06-09T21:48:01.225Z Checking arrayref v0.3.9
45272026-06-09T21:48:01.225Z Checking constant_time_eq v0.4.2
45282026-06-09T21:48:01.243Z Checking topological-sort v0.2.2
45292026-06-09T21:48:01.247Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45302026-06-09T21:48:01.247Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45312026-06-09T21:48:01.247Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45322026-06-09T21:48:01.287Z Checking shell-words v1.1.1
45332026-06-09T21:48:02.111Z Checking omicron-zone-package v0.12.2
45342026-06-09T21:48:02.821Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45352026-06-09T21:48:03.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
45362026-06-09T21:48:03.884Z
45372026-06-09T21:48:03.884Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45382026-06-09T21:48:04.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-06-09T21:48:04.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-06-09T21:48:04.537Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45412026-06-09T21:48:04.857Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45422026-06-09T21:48:05.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45432026-06-09T21:48:05.452Z
45442026-06-09T21:48:05.452Zinfo: running `cargo check --bins` on schema (277/295)
45452026-06-09T21:48:09.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-06-09T21:48:09.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-06-09T21:48:09.438Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45482026-06-09T21:48:09.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45492026-06-09T21:48:09.438Z
45502026-06-09T21:48:09.438Zinfo: running `cargo check --bins` on xtask (278/295)
45512026-06-09T21:48:09.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-09T21:48:09.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-09T21:48:09.438Z Checking libc v0.2.185
45542026-06-09T21:48:09.438Z Checking serde v1.0.228
45552026-06-09T21:48:09.439Z Checking zerofrom v0.1.6
45562026-06-09T21:48:09.439Z Checking bitflags v2.11.0
45572026-06-09T21:48:09.439Z Checking smallvec v1.15.1
45582026-06-09T21:48:09.439Z Checking indexmap v2.14.0
45592026-06-09T21:48:09.439Z Checking serde_json v1.0.149
45602026-06-09T21:48:09.439Z Checking scroll v0.12.0
45612026-06-09T21:48:09.439Z Checking yoke v0.8.1
45622026-06-09T21:48:09.439Z Checking num-traits v0.2.19
45632026-06-09T21:48:09.439Z Checking thiserror v1.0.69
45642026-06-09T21:48:09.439Z Checking zerovec v0.11.5
45652026-06-09T21:48:09.439Z Checking zerotrie v0.2.3
45662026-06-09T21:48:09.439Z Checking errno v0.3.14
45672026-06-09T21:48:09.439Z Checking log v0.4.29
45682026-06-09T21:48:09.439Z Checking serde_spanned v0.6.9
45692026-06-09T21:48:09.439Z Checking rustix v1.1.3
45702026-06-09T21:48:09.439Z Checking toml_datetime v0.6.11
45712026-06-09T21:48:09.439Z Checking percent-encoding v2.3.2
45722026-06-09T21:48:09.439Z Checking goblin v0.8.2
45732026-06-09T21:48:09.439Z Checking zerocopy v0.7.35
45742026-06-09T21:48:09.439Z Checking toml_edit v0.22.27
45752026-06-09T21:48:09.439Z Checking getrandom v0.4.1
45762026-06-09T21:48:09.439Z Checking form_urlencoded v1.2.2
45772026-06-09T21:48:09.439Z Checking ordered-float v2.10.1
45782026-06-09T21:48:09.439Z Checking tinystr v0.8.2
45792026-06-09T21:48:09.439Z Checking potential_utf v0.1.4
45802026-06-09T21:48:09.439Z Checking thiserror v2.0.18
45812026-06-09T21:48:09.440Z Checking icu_locale_core v2.1.1
45822026-06-09T21:48:09.440Z Checking syn v2.0.117
45832026-06-09T21:48:09.440Z Checking serde-value v0.7.0
45842026-06-09T21:48:09.440Z Checking icu_collections v2.1.1
45852026-06-09T21:48:09.440Z Checking dtrace-parser v0.2.0
45862026-06-09T21:48:09.440Z Checking thread-id v4.2.2
45872026-06-09T21:48:09.440Z Checking once_cell v1.21.3
45882026-06-09T21:48:09.440Z Checking cargo-platform v0.2.0
45892026-06-09T21:48:09.440Z Checking terminal_size v0.4.3
45902026-06-09T21:48:09.440Z Checking memmap v0.7.0
45912026-06-09T21:48:09.440Z Checking tempfile v3.25.0
45922026-06-09T21:48:09.440Z Checking clap_builder v4.6.0
45932026-06-09T21:48:09.440Z Checking textwrap v0.16.2
45942026-06-09T21:48:09.440Z Checking fs-err v3.3.0
45952026-06-09T21:48:09.440Z Checking icu_provider v2.1.1
45962026-06-09T21:48:09.440Z Checking camino-tempfile v1.4.1
45972026-06-09T21:48:09.440Z Checking anyhow v1.0.102
45982026-06-09T21:48:09.440Z Checking tabled v0.15.0
45992026-06-09T21:48:09.440Z Checking icu_normalizer v2.1.1
46002026-06-09T21:48:09.440Z Checking icu_properties v2.1.2
46012026-06-09T21:48:09.440Z Checking toml v0.8.23
46022026-06-09T21:48:09.464Z Checking macaddr v1.0.1
46032026-06-09T21:48:11.978Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46042026-06-09T21:48:12.017Z Checking cargo_toml v0.21.0
46052026-06-09T21:48:12.017Z Checking dof v0.3.0
46062026-06-09T21:48:12.017Z Checking idna_adapter v1.2.1
46072026-06-09T21:48:12.017Z Checking clap v4.6.1
46082026-06-09T21:48:12.017Z Checking idna v1.1.0
46092026-06-09T21:48:12.017Z Checking usdt-impl v0.5.0
46102026-06-09T21:48:12.017Z Checking url v2.5.8
46112026-06-09T21:48:12.017Z Checking usdt v0.5.0
46122026-06-09T21:48:12.017Z Checking cargo-util-schemas v0.8.2
46132026-06-09T21:48:12.042Z Checking cargo_metadata v0.21.0
46142026-06-09T21:48:12.893Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46152026-06-09T21:48:12.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
46162026-06-09T21:48:12.900Z
46172026-06-09T21:48:12.900Zinfo: running `cargo check --bins` on dnsadm (279/295)
46182026-06-09T21:48:13.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-06-09T21:48:13.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-06-09T21:48:13.424Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46212026-06-09T21:48:14.386Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46222026-06-09T21:48:14.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46232026-06-09T21:48:14.403Z
46242026-06-09T21:48:14.403Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46252026-06-09T21:48:14.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-06-09T21:48:14.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-06-09T21:48:15.179Z Checking polyval v0.6.2
46282026-06-09T21:48:15.306Z Checking ctr v0.9.2
46292026-06-09T21:48:15.316Z Checking ssh-encoding v0.2.0
46302026-06-09T21:48:15.316Z Checking blowfish v0.9.1
46312026-06-09T21:48:15.337Z Checking password-hash v0.4.2
46322026-06-09T21:48:15.353Z Checking p256 v0.13.2
46332026-06-09T21:48:15.358Z Checking p521 v0.13.3
46342026-06-09T21:48:15.380Z Checking russh-cryptovec v0.7.3
46352026-06-09T21:48:15.452Z Checking ghash v0.5.1
46362026-06-09T21:48:15.465Z Checking bcrypt-pbkdf v0.10.0
46372026-06-09T21:48:15.465Z Checking md5 v0.7.0
46382026-06-09T21:48:15.493Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46392026-06-09T21:48:15.511Z Checking num-bigint v0.4.6
46402026-06-09T21:48:15.559Z Checking pbkdf2 v0.11.0
46412026-06-09T21:48:15.574Z Checking aes-gcm v0.10.3
46422026-06-09T21:48:15.597Z Checking des v0.8.1
46432026-06-09T21:48:15.628Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-09T21:48:15.643Z Checking hex-literal v0.4.1
46452026-06-09T21:48:15.734Z Checking ssh-cipher v0.2.0
46462026-06-09T21:48:15.734Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46472026-06-09T21:48:15.760Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46482026-06-09T21:48:15.760Z Checking socket2 v0.5.10
46492026-06-09T21:48:15.763Z Checking internet-checksum v0.2.1
46502026-06-09T21:48:15.899Z Checking ssh-key v0.6.7
46512026-06-09T21:48:16.018Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46522026-06-09T21:48:16.526Z Checking russh-keys v0.45.0
46532026-06-09T21:48:17.076Z Checking russh v0.45.0
46542026-06-09T21:48:33.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
46552026-06-09T21:48:33.529Z
46562026-06-09T21:48:33.529Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46572026-06-09T21:48:34.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-06-09T21:48:34.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-06-09T21:48:34.176Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46602026-06-09T21:48:34.286Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46612026-06-09T21:48:34.294Z Checking termios v0.3.3
46622026-06-09T21:48:35.515Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46632026-06-09T21:48:35.667Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46642026-06-09T21:48:37.475Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46652026-06-09T21:48:38.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
46662026-06-09T21:48:38.231Z
46672026-06-09T21:48:38.231Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46682026-06-09T21:48:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-06-09T21:48:38.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-06-09T21:48:38.952Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46712026-06-09T21:48:38.955Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46722026-06-09T21:48:38.955Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46732026-06-09T21:48:38.955Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46742026-06-09T21:48:39.083Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46752026-06-09T21:48:39.086Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46762026-06-09T21:48:39.827Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46772026-06-09T21:48:40.145Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46782026-06-09T21:48:40.148Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46792026-06-09T21:48:40.772Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46802026-06-09T21:48:42.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
46812026-06-09T21:48:42.586Z
46822026-06-09T21:48:42.586Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46832026-06-09T21:48:43.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-06-09T21:48:43.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-06-09T21:48:43.228Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46862026-06-09T21:48:43.684Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46872026-06-09T21:48:44.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46882026-06-09T21:48:44.185Z
46892026-06-09T21:48:44.186Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46902026-06-09T21:48:44.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-09T21:48:44.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-09T21:48:44.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-06-09T21:48:44.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46942026-06-09T21:48:44.773Z
46952026-06-09T21:48:44.773Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46962026-06-09T21:48:45.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-09T21:48:45.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-09T21:48:45.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-09T21:48:45.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47002026-06-09T21:48:45.365Z
47012026-06-09T21:48:45.365Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47022026-06-09T21:48:45.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-09T21:48:45.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-09T21:48:46.124Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47052026-06-09T21:48:46.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47062026-06-09T21:48:46.916Z
47072026-06-09T21:48:46.916Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47082026-06-09T21:48:47.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-09T21:48:47.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-09T21:48:47.568Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47112026-06-09T21:48:47.572Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47122026-06-09T21:48:47.850Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47132026-06-09T21:48:47.850Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47142026-06-09T21:48:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47152026-06-09T21:48:48.844Z
47162026-06-09T21:48:48.844Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47172026-06-09T21:48:49.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-09T21:48:49.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-09T21:48:49.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-06-09T21:48:49.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47212026-06-09T21:48:49.432Z
47222026-06-09T21:48:49.432Zinfo: running `cargo check --bins` on omicron-package (289/295)
47232026-06-09T21:48:49.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-09T21:48:49.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-09T21:48:50.114Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47262026-06-09T21:48:51.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47272026-06-09T21:48:51.392Z
47282026-06-09T21:48:51.392Zinfo: running `cargo check --bins` on tqdb (290/295)
47292026-06-09T21:48:51.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-09T21:48:51.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-09T21:48:52.172Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47322026-06-09T21:48:52.529Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47332026-06-09T21:48:53.039Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47342026-06-09T21:48:53.042Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47352026-06-09T21:48:59.002Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47362026-06-09T21:48:59.005Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47372026-06-09T21:48:59.576Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47382026-06-09T21:48:59.577Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47392026-06-09T21:48:59.580Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47402026-06-09T21:48:59.580Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47412026-06-09T21:49:00.323Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47422026-06-09T21:49:01.385Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47432026-06-09T21:49:02.172Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47442026-06-09T21:49:02.786Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47452026-06-09T21:49:07.139Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47462026-06-09T21:49:13.592Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47472026-06-09T21:49:13.602Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47482026-06-09T21:49:13.602Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47492026-06-09T21:49:13.602Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-06-09T21:49:15.048Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47512026-06-09T21:49:16.369Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47522026-06-09T21:49:17.031Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47532026-06-09T21:49:18.251Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47542026-06-09T21:49:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.39s
47552026-06-09T21:49:19.005Z
47562026-06-09T21:49:19.006Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47572026-06-09T21:49:19.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-06-09T21:49:19.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-06-09T21:49:19.724Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47602026-06-09T21:49:19.724Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47612026-06-09T21:49:19.728Z Checking rtoolbox v0.0.3
47622026-06-09T21:49:19.728Z Checking tui-tree-widget v0.23.1
47632026-06-09T21:49:19.952Z Checking rpassword v7.4.0
47642026-06-09T21:49:20.978Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47652026-06-09T21:49:23.945Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47662026-06-09T21:49:25.784Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47672026-06-09T21:49:26.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
47682026-06-09T21:49:26.891Z
47692026-06-09T21:49:26.891Zinfo: running `cargo check --bins` on wicket (292/295)
47702026-06-09T21:49:27.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-09T21:49:27.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-09T21:49:27.591Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47732026-06-09T21:49:27.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47742026-06-09T21:49:28.166Z
47752026-06-09T21:49:28.166Zinfo: running `cargo check --bins` on wicketd (293/295)
47762026-06-09T21:49:28.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-09T21:49:28.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-09T21:49:28.901Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47792026-06-09T21:49:28.920Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47802026-06-09T21:49:28.920Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47812026-06-09T21:49:28.920Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47822026-06-09T21:49:29.900Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47832026-06-09T21:49:30.479Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47842026-06-09T21:49:35.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
47852026-06-09T21:49:35.026Z
47862026-06-09T21:49:35.026Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47872026-06-09T21:49:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-09T21:49:35.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-09T21:49:35.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47902026-06-09T21:49:35.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47912026-06-09T21:49:35.026Z
47922026-06-09T21:49:35.026Zinfo: running `cargo check --bins` on zone-setup (295/295)
47932026-06-09T21:49:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-09T21:49:35.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-09T21:49:35.027Z Checking uzers v0.12.2
47962026-06-09T21:49:35.226Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47972026-06-09T21:49:35.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47982026-06-09T21:49:36.203Z
47992026-06-09T21:49:36.203Zreal 14:06.687683876
48002026-06-09T21:49:36.203Zuser 21:06.323701432
48012026-06-09T21:49:36.203Zsys 4:23.212099928
48022026-06-09T21:49:36.203Ztrap 0.335912131
48032026-06-09T21:49:36.203Ztflt 0.702903645
48042026-06-09T21:49:36.203Zdflt 1.309648209
48052026-06-09T21:49:36.203Zkflt 0.005056442
48062026-06-09T21:49:36.203Zlock 1:18:39.316525883
48072026-06-09T21:49:36.208Zslp 1:41:26.178049774
48082026-06-09T21:49:36.208Zlat 58.628775533
48092026-06-09T21:49:36.208Zstop 3:36.415288562
48102026-06-09T21:49:36.208Zprocess exited: duration 987372 ms, exit code 0
 
48112026-06-09T21:49:36.215Zfound 0 output files