01KQYP8ZC3ZNKTAMMPYCHW9YJT: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQYP9AJ3F1DXAZKB1GJ7EVVZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T13:06:11.739Zjob assigned to worker 01KQYP9F0VK49J6MNKT1HAWJVG [factory aws, i-00765a96f8ea5421e] (queued for 45 s)
 
22026-05-06T13:06:18.204Zstarting task 0: "setup"
32026-05-06T13:06:18.208Z++ uname -s
42026-05-06T13:06:18.211Z+ kern=SunOS
52026-05-06T13:06:18.211Z+ build_user=build
62026-05-06T13:06:18.211Z+ build_uid=12345
72026-05-06T13:06:18.211Z+ work_dir=/work
82026-05-06T13:06:18.211Z+ input_dir=/input
92026-05-06T13:06:18.211Z+ [[ 0 == 12345 ]]
102026-05-06T13:06:18.211Z+ case "$kern" in
112026-05-06T13:06:18.211Z+ groupadd -g 12345 build
122026-05-06T13:06:18.215Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T13:06:20.219Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T13:06:20.334Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T13:06:20.337Z+ home_fs=zfs
162026-05-06T13:06:20.337Z+ [[ zfs == autofs ]]
172026-05-06T13:06:20.337Z+ mkdir -p /home/build
182026-05-06T13:06:20.337Z+ chown build:build /home/build /work
192026-05-06T13:06:22.339Z+ chmod 0700 /home/build /work
202026-05-06T13:06:22.342Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-06T13:06:22.350Zstarting task 1: "rust-toolchain"
222026-05-06T13:06:22.353Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T13:06:22.354Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-06T13:06:22.354Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-06T13:06:22.354Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-06T13:06:22.354Z * rust toolchain channel = "1.94.0"
272026-05-06T13:06:22.354Z * rust toolchain profile = "default"
282026-05-06T13:06:22.357Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T13:06:22.357Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T13:06:22.477Zinfo: downloading installer
312026-05-06T13:06:23.804Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T13:06:23.804Zwarn: /opt/ooce/bin
332026-05-06T13:06:23.804Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T13:06:23.804Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T13:06:23.804Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T13:06:23.804Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T13:06:23.805Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T13:06:23.805Zerror: cannot install while Rust is installed
392026-05-06T13:06:23.805Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T13:06:23.805Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T13:06:23.805Zwarn: /home/build/.rustup/settings.toml
422026-05-06T13:06:23.805Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T13:06:23.805Zwarn: instead of the one inferred from the default host triple.
442026-05-06T13:06:23.818Zinfo: profile set to default
452026-05-06T13:06:23.818Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T13:06:23.821Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T13:06:23.946Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T13:06:23.949Zinfo: downloading 6 components
492026-05-06T13:06:37.937Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T13:06:37.937Z
512026-05-06T13:06:37.977Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T13:06:37.977Z
532026-05-06T13:06:37.977Z
542026-05-06T13:06:37.977ZRust is installed now. Great!
552026-05-06T13:06:37.977Z
562026-05-06T13:06:37.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T13:06:37.977Zenvironment variable. This has not been done automatically.
582026-05-06T13:06:37.977Z
592026-05-06T13:06:37.977ZTo configure your current shell, you need to source
602026-05-06T13:06:37.977Zthe corresponding env file under $HOME/.cargo.
612026-05-06T13:06:37.977Z
622026-05-06T13:06:37.977ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T13:06:37.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T13:06:37.977Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T13:06:37.977Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T13:06:37.977Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T13:06:37.977Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T13:06:37.977Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T13:06:37.981Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T13:06:37.981Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T13:06:38.068Z+ rustup --version
722026-05-06T13:06:38.076Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T13:06:38.079Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T13:06:38.098Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T13:06:38.101Z+ cargo --version
762026-05-06T13:06:38.114Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T13:06:38.117Z+ rustc --version
782026-05-06T13:06:38.136Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T13:06:38.139Zprocess exited: duration 15786 ms, exit code 0
 
802026-05-06T13:06:38.145Zstarting task 2: "authentication"
812026-05-06T13:06:38.161Zprocess exited: duration 16 ms, exit code 0
 
822026-05-06T13:06:38.167Zstarting task 3: "clone repository"
832026-05-06T13:06:38.170Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T13:06:38.173Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T13:06:38.201ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T13:06:47.445Z+ cd /work/oxidecomputer/omicron
872026-05-06T13:06:47.445Z+ git fetch origin 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
882026-05-06T13:06:47.747ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T13:06:47.747Z * branch 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6 -> FETCH_HEAD
902026-05-06T13:06:47.756Z+ [[ -n dap/ls-apis-slightly-less-brittle ]]
912026-05-06T13:06:47.759Z++ git branch --show-current
922026-05-06T13:06:47.759Z+ current=main
932026-05-06T13:06:47.760Z+ [[ main != dap/ls-apis-slightly-less-brittle ]]
942026-05-06T13:06:47.760Z+ git branch -f dap/ls-apis-slightly-less-brittle 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
952026-05-06T13:06:47.762Z+ git checkout -f dap/ls-apis-slightly-less-brittle
962026-05-06T13:06:47.998ZSwitched to branch 'dap/ls-apis-slightly-less-brittle'
972026-05-06T13:06:48.002Z+ git reset --hard 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
982026-05-06T13:06:48.017ZHEAD is now at 7419d2c4f fix test
992026-05-06T13:06:48.020Zprocess exited: duration 9849 ms, exit code 0
 
1002026-05-06T13:06:48.026Zstarting task 4: "build"
1012026-05-06T13:06:48.030Z+ source .github/buildomat/ci-env.sh
1022026-05-06T13:06:48.033Z++ export CARGO_TERM_COLOR=always
1032026-05-06T13:06:48.033Z++ CARGO_TERM_COLOR=always
1042026-05-06T13:06:48.033Z+ cargo --version
1052026-05-06T13:06:48.040Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T13:06:48.043Z+ rustc --version
1072026-05-06T13:06:48.063Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T13:06:48.066Z+ source ./env.sh
1092026-05-06T13:06:48.066Z++ OLD_SHELL_OPTS=ehxB
1102026-05-06T13:06:48.066Z++ set -o xtrace
1112026-05-06T13:06:48.069Z++++ dirname ./env.sh
1122026-05-06T13:06:48.069Z+++ readlink -f .
1132026-05-06T13:06:48.072Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-06T13:06:48.072Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-06T13:06:48.072Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-06T13:06:48.072Z++ 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
1172026-05-06T13:06:48.072Z++ 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
1182026-05-06T13:06:48.072Z++ 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
1192026-05-06T13:06:48.073Z++ 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
1202026-05-06T13:06:48.073Z++ 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
1212026-05-06T13:06:48.073Z++ 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
1222026-05-06T13:06:48.073Z++ case $OLD_SHELL_OPTS in
1232026-05-06T13:06:48.073Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-06T13:06:48.073Z+ 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
1252026-05-06T13:06:48.073Z+ 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
1262026-05-06T13:06:48.073Z+ banner prerequisites
1272026-05-06T13:06:48.076Z
1282026-05-06T13:06:48.076Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-06T13:06:48.076Z # # # # # # # # # # # # # # #
1302026-05-06T13:06:48.076Z # # # # ##### # # ##### # # # # # #### #
1312026-05-06T13:06:48.076Z ##### ##### # ##### # # # # # # # # #
1322026-05-06T13:06:48.076Z # # # # # # # # # # # # # # #
1332026-05-06T13:06:48.076Z # # # ###### # # ###### ### # #### # #### #
1342026-05-06T13:06:48.076Z
1352026-05-06T13:06:48.076Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-06T13:06:58.257Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-06T13:07:05.770Z Startup: Caching catalogs ... Done
1382026-05-06T13:07:13.254ZPlanning: Solver setup ... Done (6.056s)
1392026-05-06T13:07:13.296ZPlanning: Running solver ... Done (0.042s)
1402026-05-06T13:07:13.441ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-06T13:07:13.453ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-06T13:07:13.568ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-06T13:07:13.605ZPlanning: Package planning ... Done (0.037s)
1442026-05-06T13:07:13.641ZPlanning: Merging actions ... Done (0.036s)
1452026-05-06T13:07:13.819ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-05-06T13:07:13.828ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-06T13:07:14.937ZPlanning: Evaluating mediators ... Done (1.109s)
1482026-05-06T13:07:14.945ZPlanning: Planning completed in 9.01 seconds
1492026-05-06T13:07:14.956Z Packages to install: 5
1502026-05-06T13:07:14.956Z Mediators to change: 3
1512026-05-06T13:07:14.960Z Services to change: 1
1522026-05-06T13:07:14.960Z Estimated space available: 155.34 GB
1532026-05-06T13:07:14.960ZEstimated space to be consumed: 1.90 GB
1542026-05-06T13:07:14.960Z Create boot environment: No
1552026-05-06T13:07:14.960ZCreate backup boot environment: No
1562026-05-06T13:07:14.960Z Rebuild boot archive: No
1572026-05-06T13:07:14.960Z
1582026-05-06T13:07:14.960ZChanged mediators:
1592026-05-06T13:07:14.960Z mediator clang:
1602026-05-06T13:07:14.960Z version: None -> 15 (system default)
1612026-05-06T13:07:14.960Z
1622026-05-06T13:07:14.960Z mediator llvm:
1632026-05-06T13:07:14.960Z version: 14 (system default) -> 15 (system default)
1642026-05-06T13:07:14.960Z
1652026-05-06T13:07:14.960Z mediator postgresql:
1662026-05-06T13:07:14.960Z version: 15 (system default) -> 18 (system default)
1672026-05-06T13:07:14.960Z
1682026-05-06T13:07:14.960ZChanged packages:
1692026-05-06T13:07:14.960Zhelios-dev
1702026-05-06T13:07:14.960Z developer/build-essential
1712026-05-06T13:07:14.961Z None -> 11-2.0
1722026-05-06T13:07:14.961Z library/libxmlsec1
1732026-05-06T13:07:14.962Z None -> 1.2.35-2.0
1742026-05-06T13:07:14.962Z ooce/developer/clang-15
1752026-05-06T13:07:14.962Z None -> 15.0.7-2.0
1762026-05-06T13:07:14.962Z ooce/developer/llvm-15
1772026-05-06T13:07:14.962Z None -> 15.0.7-2.0
1782026-05-06T13:07:14.962Z ooce/library/postgresql-18
1792026-05-06T13:07:14.962Z None -> 18.1-2.0
1802026-05-06T13:07:14.962Z
1812026-05-06T13:07:14.962ZServices:
1822026-05-06T13:07:14.962Z restart_fmri:
1832026-05-06T13:07:14.962Z svc:/system/update-man-index:default
1842026-05-06T13:07:14.999Z
1852026-05-06T13:07:14.999ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-06T13:07:20.003ZDownload: 1285/4272 items 115.2/219.0MB 52% complete (23.2M/s)
1872026-05-06T13:07:25.624ZDownload: 2218/4272 items 118.3/219.0MB 54% complete (14.5M/s)
1882026-05-06T13:07:30.723ZDownload: 3241/4272 items 202.8/219.0MB 92% complete (9.3M/s)
1892026-05-06T13:07:35.726ZDownload: 3447/4272 items 213.4/219.0MB 97% complete (9.4M/s)
1902026-05-06T13:07:39.541ZDownload: Completed 218.99 MB in 24.54 seconds (8.9M/s)
1912026-05-06T13:07:39.686Z Actions: 1/4789 actions (Installing new actions)
1922026-05-06T13:07:43.046Z Actions: Completed 4789 actions in 3.34 seconds.
1932026-05-06T13:07:43.356Z Done (0.319s)
1942026-05-06T13:07:43.356Z Done (0.000s)
1952026-05-06T13:07:44.108Z Done (0.752s)
1962026-05-06T13:07:47.402Z Done (2.940s)
1972026-05-06T13:07:47.476Z Done (0.013s)
1982026-05-06T13:07:47.479Z Done (0.000s)
1992026-05-06T13:07:47.813Z Done (0.000s)
2002026-05-06T13:07:48.668ZPlanning: Evaluating mediator changes ... Done
2012026-05-06T13:07:48.776ZPlanning: Checking for conflicting actions ... Done
2022026-05-06T13:07:48.779ZPlanning: Consolidating action changes ... Done
2032026-05-06T13:07:48.937ZPlanning: Evaluating mediators ... Done
2042026-05-06T13:07:48.940ZPlanning: Planning completed in 0.27 seconds
2052026-05-06T13:07:48.958Z Mediators to change: 2
2062026-05-06T13:07:48.958Z Create boot environment: No
2072026-05-06T13:07:48.958ZCreate backup boot environment: No
2082026-05-06T13:07:49.018Z Done
2092026-05-06T13:07:49.018Z Done
2102026-05-06T13:07:49.629Z Done
2112026-05-06T13:07:52.268Z Done
2122026-05-06T13:07:52.342Z Done
2132026-05-06T13:07:52.345Z Done
2142026-05-06T13:07:52.517Z Done
2152026-05-06T13:07:52.777ZPlanning: Evaluating mediator changes ... Done
2162026-05-06T13:07:52.885ZPlanning: Checking for conflicting actions ... Done
2172026-05-06T13:07:52.888ZPlanning: Consolidating action changes ... Done
2182026-05-06T13:07:53.042ZPlanning: Evaluating mediators ... Done
2192026-05-06T13:07:53.045ZPlanning: Planning completed in 0.27 seconds
2202026-05-06T13:07:53.063Z Mediators to change: 1
2212026-05-06T13:07:53.063Z Create boot environment: No
2222026-05-06T13:07:53.063ZCreate backup boot environment: No
2232026-05-06T13:07:53.112Z Done
2242026-05-06T13:07:53.112Z Done
2252026-05-06T13:07:53.722Z Done
2262026-05-06T13:07:56.335Z Done
2272026-05-06T13:07:56.406Z Done
2282026-05-06T13:07:56.409Z Done
2292026-05-06T13:07:56.552Z Done
2302026-05-06T13:07:56.841ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-05-06T13:07:56.841Zclang system 15 system
2322026-05-06T13:07:56.841Zcsh system system illumos
2332026-05-06T13:07:56.841Zctags system system illumos
2342026-05-06T13:07:56.841Zfile system system illumos
2352026-05-06T13:07:56.841Zgcc vendor 12 vendor
2362026-05-06T13:07:56.841Zgcc system 14 system
2372026-05-06T13:07:56.841Zgcc system 10 system
2382026-05-06T13:07:56.841Zgo system 1.20 system
2392026-05-06T13:07:56.841Zgo system 1.19 system
2402026-05-06T13:07:56.841Zllvm system 15 system
2412026-05-06T13:07:56.841Zllvm system 14 system
2422026-05-06T13:07:56.841Zmariadb system 10.6 system
2432026-05-06T13:07:56.841Zmta vendor vendor dma
2442026-05-06T13:07:56.841Zopenjdk system 17 system
2452026-05-06T13:07:56.841Zopenjdk system 11 system
2462026-05-06T13:07:56.841Zopenjdk system 1.8 system
2472026-05-06T13:07:56.841Zopenssl vendor 3 vendor
2482026-05-06T13:07:56.841Zperl system 5.36 system
2492026-05-06T13:07:56.841Zpostgresql system 18 system
2502026-05-06T13:07:56.841Zpostgresql system 15 system
2512026-05-06T13:07:56.841Zpostgresql system 13 system
2522026-05-06T13:07:56.841Zpython vendor 3 vendor
2532026-05-06T13:07:56.841Zpython system 2 system
2542026-05-06T13:07:56.841Zpython3 system 3.11 system
2552026-05-06T13:07:56.841Zruby system 3.0 system
2562026-05-06T13:07:56.841Zwords vendor vendor american-english
2572026-05-06T13:07:56.841Zwords system system australian-english
2582026-05-06T13:07:56.841Zwords system system british-english
2592026-05-06T13:07:56.841Zwords system system canadian-english
2602026-05-06T13:07:56.841Zwords system system french
2612026-05-06T13:07:56.841Zwords system system italian
2622026-05-06T13:07:56.841Zwords system system ngerman
2632026-05-06T13:07:56.841Zwords system system ogerman
2642026-05-06T13:07:56.842Zwords system system spanish
2652026-05-06T13:07:57.065ZPUBLISHER TYPE STATUS P LOCATION
2662026-05-06T13:07:57.065Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-05-06T13:08:01.691ZFMRI IFO
2682026-05-06T13:08:01.692Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-05-06T13:08:01.692Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-05-06T13:08:01.692Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-05-06T13:08:01.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-05-06T13:08:01.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-05-06T13:08:01.692Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-05-06T13:08:01.692Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-05-06T13:08:01.692Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-05-06T13:08:01.692Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-05-06T13:08:01.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-05-06T13:08:01.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-05-06T13:08:01.692Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-05-06T13:08:01.692Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-05-06T13:08:01.692Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-05-06T13:08:01.692Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-05-06T13:08:01.692Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-05-06T13:08:01.692Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-05-06T13:08:02.821Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-05-06T13:08:03.102Z Updating crates.io index
2872026-05-06T13:08:03.105Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-05-06T13:08:03.384Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-05-06T13:08:04.295Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-05-06T13:08:05.054Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-05-06T13:08:05.822Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-05-06T13:08:06.430Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-05-06T13:08:07.819Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-05-06T13:08:08.569Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-05-06T13:08:09.103Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-05-06T13:08:09.911Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-05-06T13:08:10.393Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-05-06T13:08:10.854Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-05-06T13:08:11.451Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-05-06T13:08:12.372Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-05-06T13:08:12.843Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-05-06T13:08:13.225Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-05-06T13:08:13.563Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-05-06T13:08:13.937Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-05-06T13:08:14.253Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-05-06T13:08:14.502Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-05-06T13:08:14.778Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-05-06T13:08:15.180Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-05-06T13:08:15.719Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-05-06T13:08:16.130Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-05-06T13:08:16.462Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-05-06T13:08:16.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-05-06T13:08:17.098Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-05-06T13:08:18.305Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-05-06T13:08:19.693Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-05-06T13:08:20.151Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-05-06T13:08:20.614Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-05-06T13:08:21.024Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-05-06T13:08:21.375Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-05-06T13:08:21.805Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-05-06T13:08:22.465Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-05-06T13:08:22.930Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-05-06T13:08:23.249Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-05-06T13:08:23.558Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-05-06T13:08:35.614Z Downloading crates ...
3262026-05-06T13:08:35.668Z Downloaded anstream v0.6.21
3272026-05-06T13:08:35.683Z Downloaded camino v1.2.2
3282026-05-06T13:08:35.689Z Downloaded cfg-if v1.0.4
3292026-05-06T13:08:35.693Z Downloaded clap_derive v4.5.55
3302026-05-06T13:08:35.693Z Downloaded errno v0.3.14
3312026-05-06T13:08:35.693Z Downloaded crypto-common v0.1.7
3322026-05-06T13:08:35.696Z Downloaded scroll v0.12.0
3332026-05-06T13:08:35.696Z Downloaded textwrap v0.16.2
3342026-05-06T13:08:35.699Z Downloaded unicode-ident v1.0.24
3352026-05-06T13:08:35.699Z Downloaded itoa v1.0.17
3362026-05-06T13:08:35.702Z Downloaded colorchoice v1.0.4
3372026-05-06T13:08:35.702Z Downloaded pretty-hex v0.4.1
3382026-05-06T13:08:35.702Z Downloaded idna_adapter v1.2.1
3392026-05-06T13:08:35.705Z Downloaded zerofrom v0.1.6
3402026-05-06T13:08:35.705Z Downloaded toml_write v0.1.2
3412026-05-06T13:08:35.705Z Downloaded thread-id v4.2.2
3422026-05-06T13:08:35.705Z Downloaded heck v0.5.0
3432026-05-06T13:08:35.708Z Downloaded anstyle-query v1.1.5
3442026-05-06T13:08:35.708Z Downloaded fastrand v2.3.0
3452026-05-06T13:08:35.711Z Downloaded usdt v0.5.0
3462026-05-06T13:08:35.711Z Downloaded unicode-linebreak v0.1.5
3472026-05-06T13:08:35.714Z Downloaded zerofrom-derive v0.1.6
3482026-05-06T13:08:35.714Z Downloaded utf8_iter v1.0.4
3492026-05-06T13:08:35.714Z Downloaded terminal_size v0.4.3
3502026-05-06T13:08:35.714Z Downloaded potential_utf v0.1.4
3512026-05-06T13:08:35.714Z Downloaded typeid v1.0.3
3522026-05-06T13:08:35.718Z Downloaded toml_datetime v0.6.11
3532026-05-06T13:08:35.721Z Downloaded version_check v0.9.5
3542026-05-06T13:08:35.721Z Downloaded usdt-macro v0.5.0
3552026-05-06T13:08:35.721Z Downloaded cargo_metadata v0.21.0
3562026-05-06T13:08:35.722Z Downloaded thiserror v1.0.69
3572026-05-06T13:08:35.725Z Downloaded ordered-float v2.10.1
3582026-05-06T13:08:35.725Z Downloaded macaddr v1.0.1
3592026-05-06T13:08:35.728Z Downloaded utf8parse v0.2.2
3602026-05-06T13:08:35.728Z Downloaded unicode-xid v0.2.6
3612026-05-06T13:08:35.728Z Downloaded dof v0.3.0
3622026-05-06T13:08:35.728Z Downloaded cargo-platform v0.2.0
3632026-05-06T13:08:35.731Z Downloaded yoke-derive v0.8.1
3642026-05-06T13:08:35.734Z Downloaded cpufeatures v0.2.17
3652026-05-06T13:08:35.734Z Downloaded generic-array v0.14.7
3662026-05-06T13:08:35.738Z Downloaded serde_spanned v0.6.9
3672026-05-06T13:08:35.741Z Downloaded equivalent v1.0.2
3682026-05-06T13:08:35.744Z Downloaded thiserror-impl v2.0.18
3692026-05-06T13:08:35.744Z Downloaded zerovec-derive v0.11.2
3702026-05-06T13:08:35.747Z Downloaded proc-macro-error-attr v1.0.4
3712026-05-06T13:08:35.750Z Downloaded zmij v1.0.21
3722026-05-06T13:08:35.753Z Downloaded heck v0.4.1
3732026-05-06T13:08:35.753Z Downloaded writeable v0.6.2
3742026-05-06T13:08:35.753Z Downloaded usdt-attr-macro v0.5.0
3752026-05-06T13:08:35.756Z Downloaded thiserror v2.0.18
3762026-05-06T13:08:35.759Z Downloaded thiserror-impl v1.0.69
3772026-05-06T13:08:35.763Z Downloaded tinystr v0.8.2
3782026-05-06T13:08:35.763Z Downloaded usdt-impl v0.5.0
3792026-05-06T13:08:35.768Z Downloaded zerocopy-derive v0.7.35
3802026-05-06T13:08:35.771Z Downloaded yoke v0.8.1
3812026-05-06T13:08:35.775Z Downloaded serde-value v0.7.0
3822026-05-06T13:08:35.775Z Downloaded block-buffer v0.10.4
3832026-05-06T13:08:35.775Z Downloaded swrite v0.1.0
3842026-05-06T13:08:35.775Z Downloaded memmap v0.7.0
3852026-05-06T13:08:35.775Z Downloaded fnv v1.0.7
3862026-05-06T13:08:35.779Z Downloaded ucd-trie v0.1.7
3872026-05-06T13:08:35.779Z Downloaded toml v0.8.23
3882026-05-06T13:08:35.782Z Downloaded is_terminal_polyfill v1.70.2
3892026-05-06T13:08:35.785Z Downloaded scroll_derive v0.12.1
3902026-05-06T13:08:35.785Z Downloaded stable_deref_trait v1.2.1
3912026-05-06T13:08:35.785Z Downloaded smawk v0.3.2
3922026-05-06T13:08:35.788Z Downloaded strsim v0.11.1
3932026-05-06T13:08:35.791Z Downloaded typenum v1.19.0
3942026-05-06T13:08:35.791Z Downloaded toml_edit v0.22.27
3952026-05-06T13:08:35.794Z Downloaded zerotrie v0.2.3
3962026-05-06T13:08:35.797Z Downloaded form_urlencoded v1.2.2
3972026-05-06T13:08:35.797Z Downloaded plain v0.2.3
3982026-05-06T13:08:35.797Z Downloaded percent-encoding v2.3.2
3992026-05-06T13:08:35.800Z Downloaded url v2.5.8
4002026-05-06T13:08:35.807Z Downloaded digest v0.10.7
4012026-05-06T13:08:35.810Z Downloaded clap_lex v1.0.0
4022026-05-06T13:08:35.810Z Downloaded zerovec v0.11.5
4032026-05-06T13:08:35.818Z Downloaded erased-serde v0.4.9
4042026-05-06T13:08:35.818Z Downloaded quote v1.0.45
4052026-05-06T13:08:35.818Z Downloaded anstyle-parse v0.2.7
4062026-05-06T13:08:35.818Z Downloaded dtrace-parser v0.2.0
4072026-05-06T13:08:35.821Z Downloaded anstyle v1.0.13
4082026-05-06T13:08:35.830Z Downloaded zerocopy v0.7.35
4092026-05-06T13:08:35.837Z Downloaded fs-err v3.3.0
4102026-05-06T13:08:35.840Z Downloaded winnow v0.7.14
4112026-05-06T13:08:35.843Z Downloaded serde-untagged v0.1.9
4122026-05-06T13:08:35.846Z Downloaded displaydoc v0.2.5
4132026-05-06T13:08:35.846Z Downloaded camino-tempfile v1.4.1
4142026-05-06T13:08:35.849Z Downloaded unicode-width v0.2.0
4152026-05-06T13:08:35.852Z Downloaded unicode-width v0.1.14
4162026-05-06T13:08:35.855Z Downloaded sha2 v0.10.9
4172026-05-06T13:08:35.858Z Downloaded serde_tokenstream v0.2.3
4182026-05-06T13:08:35.861Z Downloaded tabled_derive v0.7.0
4192026-05-06T13:08:35.861Z Downloaded bytecount v0.6.9
4202026-05-06T13:08:35.861Z Downloaded autocfg v1.5.0
4212026-05-06T13:08:35.864Z Downloaded byteorder v1.5.0
4222026-05-06T13:08:35.885Z Downloaded cargo_toml v0.21.0
4232026-05-06T13:08:35.888Z Downloaded once_cell v1.21.3
4242026-05-06T13:08:35.891Z Downloaded litemap v0.8.1
4252026-05-06T13:08:35.891Z Downloaded cargo-util-schemas v0.8.2
4262026-05-06T13:08:35.895Z Downloaded synstructure v0.13.2
4272026-05-06T13:08:35.898Z Downloaded pest_derive v2.8.6
4282026-05-06T13:08:35.905Z Downloaded pest_generator v2.8.6
4292026-05-06T13:08:35.909Z Downloaded anyhow v1.0.102
4302026-05-06T13:08:35.909Z Downloaded smallvec v1.15.1
4312026-05-06T13:08:35.913Z Downloaded proc-macro-error v1.0.4
4322026-05-06T13:08:35.916Z Downloaded semver v1.0.28
4332026-05-06T13:08:35.923Z Downloaded bitflags v2.11.0
4342026-05-06T13:08:35.930Z Downloaded icu_properties v2.1.2
4352026-05-06T13:08:35.933Z Downloaded getrandom v0.4.1
4362026-05-06T13:08:35.936Z Downloaded tempfile v3.25.0
4372026-05-06T13:08:35.936Z Downloaded log v0.4.29
4382026-05-06T13:08:35.952Z Downloaded papergrid v0.11.0
4392026-05-06T13:08:35.957Z Downloaded num-traits v0.2.19
4402026-05-06T13:08:35.966Z Downloaded icu_provider v2.1.1
4412026-05-06T13:08:35.969Z Downloaded clap v4.5.60
4422026-05-06T13:08:35.972Z Downloaded serde_core v1.0.228
4432026-05-06T13:08:35.975Z Downloaded icu_normalizer_data v2.1.1
4442026-05-06T13:08:35.978Z Downloaded icu_normalizer v2.1.1
4452026-05-06T13:08:35.984Z Downloaded serde_derive v1.0.228
4462026-05-06T13:08:35.987Z Downloaded pest_meta v2.8.6
4472026-05-06T13:08:35.990Z Downloaded proc-macro2 v1.0.106
4482026-05-06T13:08:35.993Z Downloaded icu_locale_core v2.1.1
4492026-05-06T13:08:35.998Z Downloaded serde v1.0.228
4502026-05-06T13:08:36.012Z Downloaded memchr v2.8.0
4512026-05-06T13:08:36.025Z Downloaded icu_collections v2.1.1
4522026-05-06T13:08:36.043Z Downloaded pest v2.8.6
4532026-05-06T13:08:36.066Z Downloaded idna v1.1.0
4542026-05-06T13:08:36.071Z Downloaded indexmap v2.14.0
4552026-05-06T13:08:36.074Z Downloaded serde_json v1.0.149
4562026-05-06T13:08:36.102Z Downloaded hashbrown v0.17.0
4572026-05-06T13:08:36.110Z Downloaded clap_builder v4.5.60
4582026-05-06T13:08:36.114Z Downloaded icu_properties_data v2.1.2
4592026-05-06T13:08:36.125Z Downloaded tabled v0.15.0
4602026-05-06T13:08:36.134Z Downloaded goblin v0.8.2
4612026-05-06T13:08:36.147Z Downloaded syn v1.0.109
4622026-05-06T13:08:36.165Z Downloaded syn v2.0.117
4632026-05-06T13:08:36.183Z Downloaded rustix v1.1.3
4642026-05-06T13:08:36.226Z Downloaded libc v0.2.185
4652026-05-06T13:08:36.293Z Compiling proc-macro2 v1.0.106
4662026-05-06T13:08:36.293Z Compiling quote v1.0.45
4672026-05-06T13:08:36.293Z Compiling unicode-ident v1.0.24
4682026-05-06T13:08:36.293Z Compiling serde_core v1.0.228
4692026-05-06T13:08:36.296Z Compiling libc v0.2.185
4702026-05-06T13:08:36.296Z Compiling version_check v0.9.5
4712026-05-06T13:08:36.296Z Compiling stable_deref_trait v1.2.1
4722026-05-06T13:08:36.296Z Compiling serde v1.0.228
4732026-05-06T13:08:36.637Z Compiling memchr v2.8.0
4742026-05-06T13:08:36.654Z Compiling zmij v1.0.21
4752026-05-06T13:08:36.895Z Compiling autocfg v1.5.0
4762026-05-06T13:08:36.960Z Compiling ucd-trie v0.1.7
4772026-05-06T13:08:37.234Z Compiling thiserror v1.0.69
4782026-05-06T13:08:37.250Z Compiling itoa v1.0.17
4792026-05-06T13:08:37.304Z Compiling pest v2.8.6
4802026-05-06T13:08:37.334Z Compiling writeable v0.6.2
4812026-05-06T13:08:37.352Z Compiling litemap v0.8.1
4822026-05-06T13:08:37.479Z Compiling rustix v1.1.3
4832026-05-06T13:08:37.542Z Compiling icu_normalizer_data v2.1.1
4842026-05-06T13:08:37.711Z Compiling icu_properties_data v2.1.2
4852026-05-06T13:08:37.784Z Compiling syn v2.0.117
4862026-05-06T13:08:37.861Z Compiling byteorder v1.5.0
4872026-05-06T13:08:37.974Z Compiling errno v0.3.14
4882026-05-06T13:08:38.089Z Compiling serde_json v1.0.149
4892026-05-06T13:08:38.113Z Compiling bitflags v2.11.0
4902026-05-06T13:08:38.208Z Compiling num-traits v0.2.19
4912026-05-06T13:08:38.313Z Compiling hashbrown v0.17.0
4922026-05-06T13:08:38.337Z Compiling equivalent v1.0.2
4932026-05-06T13:08:38.390Z Compiling pest_meta v2.8.6
4942026-05-06T13:08:38.429Z Compiling typeid v1.0.3
4952026-05-06T13:08:38.694Z Compiling smallvec v1.15.1
4962026-05-06T13:08:38.795Z Compiling indexmap v2.14.0
4972026-05-06T13:08:38.852Z Compiling thread-id v4.2.2
4982026-05-06T13:08:38.903Z Compiling proc-macro-error-attr v1.0.4
4992026-05-06T13:08:38.937Z Compiling usdt-impl v0.5.0
5002026-05-06T13:08:38.988Z Compiling winnow v0.7.14
5012026-05-06T13:08:39.145Z Compiling erased-serde v0.4.9
5022026-05-06T13:08:39.189Z Compiling toml_write v0.1.2
5032026-05-06T13:08:39.382Z Compiling syn v1.0.109
5042026-05-06T13:08:39.597Z Compiling proc-macro-error v1.0.4
5052026-05-06T13:08:39.734Z Compiling utf8parse v0.2.2
5062026-05-06T13:08:39.786Z Compiling plain v0.2.3
5072026-05-06T13:08:39.866Z Compiling camino v1.2.2
5082026-05-06T13:08:39.900Z Compiling percent-encoding v2.3.2
5092026-05-06T13:08:40.002Z Compiling getrandom v0.4.1
5102026-05-06T13:08:40.054Z Compiling thiserror v2.0.18
5112026-05-06T13:08:40.081Z Compiling utf8_iter v1.0.4
5122026-05-06T13:08:40.097Z Compiling log v0.4.29
5132026-05-06T13:08:40.213Z Compiling form_urlencoded v1.2.2
5142026-05-06T13:08:40.233Z Compiling ordered-float v2.10.1
5152026-05-06T13:08:40.282Z Compiling anstyle-parse v0.2.7
5162026-05-06T13:08:40.346Z Compiling synstructure v0.13.2
5172026-05-06T13:08:40.386Z Compiling pest_generator v2.8.6
5182026-05-06T13:08:40.563Z Compiling terminal_size v0.4.3
5192026-05-06T13:08:40.704Z Compiling cfg-if v1.0.4
5202026-05-06T13:08:40.783Z Compiling anstyle-query v1.1.5
5212026-05-06T13:08:40.818Z Compiling colorchoice v1.0.4
5222026-05-06T13:08:40.913Z Compiling anstyle v1.0.13
5232026-05-06T13:08:40.942Z Compiling pretty-hex v0.4.1
5242026-05-06T13:08:40.961Z Compiling is_terminal_polyfill v1.70.2
5252026-05-06T13:08:40.965Z Compiling serde-untagged v0.1.9
5262026-05-06T13:08:41.081Z Compiling anstream v0.6.21
5272026-05-06T13:08:41.132Z Compiling semver v1.0.28
5282026-05-06T13:08:41.205Z Compiling fs-err v3.3.0
5292026-05-06T13:08:41.255Z Compiling fnv v1.0.7
5302026-05-06T13:08:41.362Z Compiling heck v0.4.1
5312026-05-06T13:08:41.392Z Compiling unicode-width v0.1.14
5322026-05-06T13:08:41.411Z Compiling fastrand v2.3.0
5332026-05-06T13:08:41.448Z Compiling unicode-xid v0.2.6
5342026-05-06T13:08:41.544Z Compiling heck v0.5.0
5352026-05-06T13:08:41.627Z Compiling bytecount v0.6.9
5362026-05-06T13:08:41.693Z Compiling anyhow v1.0.102
5372026-05-06T13:08:41.716Z Compiling strsim v0.11.1
5382026-05-06T13:08:41.764Z Compiling clap_lex v1.0.0
5392026-05-06T13:08:41.788Z Compiling once_cell v1.21.3
5402026-05-06T13:08:41.956Z Compiling tempfile v3.25.0
5412026-05-06T13:08:41.996Z Compiling serde_derive v1.0.228
5422026-05-06T13:08:42.031Z Compiling zerofrom-derive v0.1.6
5432026-05-06T13:08:42.034Z Compiling yoke-derive v0.8.1
5442026-05-06T13:08:42.064Z Compiling zerovec-derive v0.11.2
5452026-05-06T13:08:42.216Z Compiling displaydoc v0.2.5
5462026-05-06T13:08:42.334Z Compiling thiserror-impl v1.0.69
5472026-05-06T13:08:42.576Z Compiling zerocopy-derive v0.7.35
5482026-05-06T13:08:42.965Z Compiling pest_derive v2.8.6
5492026-05-06T13:08:43.182Z Compiling scroll_derive v0.12.1
5502026-05-06T13:08:43.205Z Compiling thiserror-impl v2.0.18
5512026-05-06T13:08:43.389Z Compiling tabled_derive v0.7.0
5522026-05-06T13:08:43.431Z Compiling zerofrom v0.1.6
5532026-05-06T13:08:43.456Z Compiling zerocopy v0.7.35
5542026-05-06T13:08:43.562Z Compiling yoke v0.8.1
5552026-05-06T13:08:43.728Z Compiling zerovec v0.11.5
5562026-05-06T13:08:43.752Z Compiling zerotrie v0.2.3
5572026-05-06T13:08:43.841Z Compiling dtrace-parser v0.2.0
5582026-05-06T13:08:44.012Z Compiling scroll v0.12.0
5592026-05-06T13:08:44.072Z Compiling clap_derive v4.5.55
5602026-05-06T13:08:44.252Z Compiling tinystr v0.8.2
5612026-05-06T13:08:44.281Z Compiling potential_utf v0.1.4
5622026-05-06T13:08:44.303Z Compiling goblin v0.8.2
5632026-05-06T13:08:44.490Z Compiling icu_locale_core v2.1.1
5642026-05-06T13:08:44.500Z Compiling icu_collections v2.1.1
5652026-05-06T13:08:44.598Z Compiling clap_builder v4.5.60
5662026-05-06T13:08:44.643Z Compiling papergrid v0.11.0
5672026-05-06T13:08:45.118Z Compiling icu_provider v2.1.1
5682026-05-06T13:08:45.414Z Compiling serde_spanned v0.6.9
5692026-05-06T13:08:45.433Z Compiling toml_datetime v0.6.11
5702026-05-06T13:08:45.437Z Compiling icu_normalizer v2.1.1
5712026-05-06T13:08:45.470Z Compiling icu_properties v2.1.2
5722026-05-06T13:08:45.566Z Compiling dof v0.3.0
5732026-05-06T13:08:45.696Z Compiling toml_edit v0.22.27
5742026-05-06T13:08:45.814Z Compiling serde_tokenstream v0.2.3
5752026-05-06T13:08:45.984Z Compiling serde-value v0.7.0
5762026-05-06T13:08:46.034Z Compiling cargo-platform v0.2.0
5772026-05-06T13:08:46.127Z Compiling memmap v0.7.0
5782026-05-06T13:08:46.305Z Compiling idna_adapter v1.2.1
5792026-05-06T13:08:46.323Z Compiling unicode-width v0.2.0
5802026-05-06T13:08:46.350Z Compiling unicode-linebreak v0.1.5
5812026-05-06T13:08:46.451Z Compiling idna v1.1.0
5822026-05-06T13:08:46.612Z Compiling usdt-macro v0.5.0
5832026-05-06T13:08:46.630Z Compiling usdt-attr-macro v0.5.0
5842026-05-06T13:08:46.633Z Compiling smawk v0.3.2
5852026-05-06T13:08:46.789Z Compiling url v2.5.8
5862026-05-06T13:08:47.156Z Compiling toml v0.8.23
5872026-05-06T13:08:47.295Z Compiling textwrap v0.16.2
5882026-05-06T13:08:47.316Z Compiling clap v4.5.60
5892026-05-06T13:08:47.553Z Compiling cargo-util-schemas v0.8.2
5902026-05-06T13:08:47.633Z Compiling usdt v0.5.0
5912026-05-06T13:08:47.700Z Compiling cargo_toml v0.21.0
5922026-05-06T13:08:47.749Z Compiling macaddr v1.0.1
5932026-05-06T13:08:47.766Z Compiling tabled v0.15.0
5942026-05-06T13:08:47.813Z Compiling camino-tempfile v1.4.1
5952026-05-06T13:08:47.889Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-05-06T13:08:47.981Z Compiling swrite v0.1.0
5972026-05-06T13:08:48.475Z Compiling cargo_metadata v0.21.0
5982026-05-06T13:08:49.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-05-06T13:08:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s
6002026-05-06T13:08:51.741Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-05-06T13:08:52.313Z Downloading crates ...
6022026-05-06T13:08:52.402Z Downloaded adler2 v2.0.1
6032026-05-06T13:08:52.407Z Downloaded assert_matches v1.5.0
6042026-05-06T13:08:52.420Z Downloaded aead v0.5.2
6052026-05-06T13:08:52.423Z Downloaded async-bb8-diesel v0.2.1
6062026-05-06T13:08:52.426Z Downloaded crunchy v0.2.4
6072026-05-06T13:08:52.426Z Downloaded arc-swap v1.8.2
6082026-05-06T13:08:52.429Z Downloaded cfg_aliases v0.2.1
6092026-05-06T13:08:52.430Z Downloaded ahash v0.8.12
6102026-05-06T13:08:52.432Z Downloaded crc32fast v1.5.0
6112026-05-06T13:08:52.432Z Downloaded deranged v0.5.8
6122026-05-06T13:08:52.436Z Downloaded daft v0.1.5
6132026-05-06T13:08:52.436Z Downloaded cipher v0.4.4
6142026-05-06T13:08:52.439Z Downloaded blowfish v0.9.1
6152026-05-06T13:08:52.439Z Downloaded bit-set v0.8.0
6162026-05-06T13:08:52.439Z Downloaded crossbeam-epoch v0.9.18
6172026-05-06T13:08:52.442Z Downloaded debug-ignore v1.0.5
6182026-05-06T13:08:52.442Z Downloaded cexpr v0.6.0
6192026-05-06T13:08:52.446Z Downloaded bit-set v0.5.3
6202026-05-06T13:08:52.446Z Downloaded atomic-waker v1.1.2
6212026-05-06T13:08:52.446Z Downloaded base16ct v0.2.0
6222026-05-06T13:08:52.449Z Downloaded darling_macro v0.23.0
6232026-05-06T13:08:52.449Z Downloaded byte-wrapper v0.1.0
6242026-05-06T13:08:52.449Z Downloaded crc-catalog v2.4.0
6252026-05-06T13:08:52.452Z Downloaded defmt-parser v1.0.0
6262026-05-06T13:08:52.452Z Downloaded darling_macro v0.21.3
6272026-05-06T13:08:52.452Z Downloaded ciborium-ll v0.2.2
6282026-05-06T13:08:52.456Z Downloaded downcast-rs v2.0.2
6292026-05-06T13:08:52.456Z Downloaded async-stream-impl v0.3.6
6302026-05-06T13:08:52.459Z Downloaded darling_macro v0.20.11
6312026-05-06T13:08:52.461Z Downloaded defmt v1.0.1
6322026-05-06T13:08:52.461Z Downloaded convert_case v0.4.0
6332026-05-06T13:08:52.465Z Downloaded cfg_aliases v0.1.1
6342026-05-06T13:08:52.465Z Downloaded der_derive v0.7.3
6352026-05-06T13:08:52.465Z Downloaded defmt-macros v1.0.1
6362026-05-06T13:08:52.468Z Downloaded critical-section v1.2.0
6372026-05-06T13:08:52.468Z Downloaded async-recursion v1.1.1
6382026-05-06T13:08:52.472Z Downloaded defmt v0.3.100
6392026-05-06T13:08:52.472Z Downloaded ctr v0.9.2
6402026-05-06T13:08:52.476Z Downloaded diesel_table_macro_syntax v0.3.0
6412026-05-06T13:08:52.476Z Downloaded derive_builder_macro v0.20.2
6422026-05-06T13:08:52.482Z Downloaded diesel-dtrace v0.5.0
6432026-05-06T13:08:52.482Z Downloaded dunce v1.0.5
6442026-05-06T13:08:52.482Z Downloaded dropshot-api-manager-types v0.7.1
6452026-05-06T13:08:52.485Z Downloaded bitfield-struct v0.6.2
6462026-05-06T13:08:52.485Z Downloaded bitfield-macros v0.19.4
6472026-05-06T13:08:52.485Z Downloaded data-encoding v2.10.0
6482026-05-06T13:08:52.485Z Downloaded crossbeam-deque v0.8.6
6492026-05-06T13:08:52.485Z Downloaded dof v0.4.0
6502026-05-06T13:08:52.488Z Downloaded document-features v0.2.12
6512026-05-06T13:08:52.489Z Downloaded cpufeatures v0.3.0
6522026-05-06T13:08:52.489Z Downloaded atty v0.2.14
6532026-05-06T13:08:52.489Z Downloaded embedded-io v0.6.1
6542026-05-06T13:08:52.492Z Downloaded cargo-platform v0.1.9
6552026-05-06T13:08:52.492Z Downloaded ascii-canvas v3.0.0
6562026-05-06T13:08:52.495Z Downloaded crc v3.4.0
6572026-05-06T13:08:52.498Z Downloaded derive_builder v0.20.2
6582026-05-06T13:08:52.501Z Downloaded array-init v0.0.4
6592026-05-06T13:08:52.501Z Downloaded dyn-clone v1.0.20
6602026-05-06T13:08:52.504Z Downloaded dirs-sys-next v0.1.2
6612026-05-06T13:08:52.504Z Downloaded darling v0.23.0
6622026-05-06T13:08:52.507Z Downloaded castaway v0.2.4
6632026-05-06T13:08:52.510Z Downloaded flagset v0.4.7
6642026-05-06T13:08:52.513Z Downloaded display-error-chain v0.2.2
6652026-05-06T13:08:52.513Z Downloaded embedded-io v0.4.0
6662026-05-06T13:08:52.516Z Downloaded env_filter v1.0.0
6672026-05-06T13:08:52.516Z Downloaded dirs-next v2.0.0
6682026-05-06T13:08:52.519Z Downloaded cobs v0.3.0
6692026-05-06T13:08:52.519Z Downloaded endian-type v0.1.2
6702026-05-06T13:08:52.519Z Downloaded bcrypt-pbkdf v0.10.0
6712026-05-06T13:08:52.522Z Downloaded atomicwrites v0.4.4
6722026-05-06T13:08:52.525Z Downloaded difflib v0.4.0
6732026-05-06T13:08:52.525Z Downloaded ciborium-io v0.2.2
6742026-05-06T13:08:52.525Z Downloaded block-padding v0.3.3
6752026-05-06T13:08:52.525Z Downloaded foreign-types v0.3.2
6762026-05-06T13:08:52.530Z Downloaded foreign-types v0.5.0
6772026-05-06T13:08:52.530Z Downloaded compression-core v0.4.31
6782026-05-06T13:08:52.530Z Downloaded curve25519-dalek-derive v0.1.1
6792026-05-06T13:08:52.533Z Downloaded fd-lock v4.0.4
6802026-05-06T13:08:52.533Z Downloaded float-cmp v0.10.0
6812026-05-06T13:08:52.535Z Downloaded float-ord v0.3.2
6822026-05-06T13:08:52.535Z Downloaded async-stream v0.3.6
6832026-05-06T13:08:52.539Z Downloaded arrayref v0.3.9
6842026-05-06T13:08:52.542Z Downloaded cstr-argument v0.1.2
6852026-05-06T13:08:52.542Z Downloaded cmake v0.1.57
6862026-05-06T13:08:52.544Z Downloaded dsl_auto_type v0.2.0
6872026-05-06T13:08:52.545Z Downloaded crucible-workspace-hack v0.1.0
6882026-05-06T13:08:52.545Z Downloaded bit-vec v0.6.3
6892026-05-06T13:08:52.547Z Downloaded chacha20 v0.10.0
6902026-05-06T13:08:52.550Z Downloaded dtrace-parser v0.3.0
6912026-05-06T13:08:52.550Z Downloaded darling v0.21.3
6922026-05-06T13:08:52.553Z Downloaded crc8 v0.1.1
6932026-05-06T13:08:52.557Z Downloaded futures-core v0.3.32
6942026-05-06T13:08:52.557Z Downloaded crossbeam-channel v0.5.15
6952026-05-06T13:08:52.560Z Downloaded funty v2.0.0
6962026-05-06T13:08:52.560Z Downloaded foreign-types-shared v0.1.1
6972026-05-06T13:08:52.560Z Downloaded foreign-types-macros v0.2.3
6982026-05-06T13:08:52.564Z Downloaded futures-io v0.3.32
6992026-05-06T13:08:52.564Z Downloaded futures-macro v0.3.32
7002026-05-06T13:08:52.564Z Downloaded gethostname v0.5.0
7012026-05-06T13:08:52.567Z Downloaded fxhash v0.2.1
7022026-05-06T13:08:52.567Z Downloaded futures-task v0.3.32
7032026-05-06T13:08:52.567Z Downloaded git-stub v1.0.0
7042026-05-06T13:08:52.567Z Downloaded futures-sink v0.3.32
7052026-05-06T13:08:52.567Z Downloaded fixedbitset v0.4.2
7062026-05-06T13:08:52.570Z Downloaded foreign-types-shared v0.3.1
7072026-05-06T13:08:52.570Z Downloaded ghash v0.5.1
7082026-05-06T13:08:52.570Z Downloaded fallible-iterator v0.2.0
7092026-05-06T13:08:52.570Z Downloaded enum-as-inner v0.6.1
7102026-05-06T13:08:52.574Z Downloaded darling_core v0.23.0
7112026-05-06T13:08:52.576Z Downloaded globwalk v0.9.1
7122026-05-06T13:08:52.576Z Downloaded bcs v0.1.6
7132026-05-06T13:08:52.576Z Downloaded arrayvec v0.7.6
7142026-05-06T13:08:52.579Z Downloaded hash32 v0.3.1
7152026-05-06T13:08:52.579Z Downloaded hash32 v0.2.1
7162026-05-06T13:08:52.582Z Downloaded base64 v0.22.1
7172026-05-06T13:08:52.585Z Downloaded backoff v0.4.0
7182026-05-06T13:08:52.585Z Downloaded cassowary v0.3.0
7192026-05-06T13:08:52.586Z Downloaded argon2 v0.5.3
7202026-05-06T13:08:52.590Z Downloaded headers-core v0.3.0
7212026-05-06T13:08:52.590Z Downloaded cargo_metadata v0.19.2
7222026-05-06T13:08:52.590Z Downloaded der v0.7.10
7232026-05-06T13:08:52.593Z Downloaded ed25519 v2.2.3
7242026-05-06T13:08:52.596Z Downloaded corncobs v0.1.4
7252026-05-06T13:08:52.596Z Downloaded compression-codecs v0.4.37
7262026-05-06T13:08:52.599Z Downloaded filetime v0.2.27
7272026-05-06T13:08:52.599Z Downloaded const_format_proc_macros v0.2.34
7282026-05-06T13:08:52.601Z Downloaded find-msvc-tools v0.1.9
7292026-05-06T13:08:52.602Z Downloaded derive_builder_core v0.20.2
7302026-05-06T13:08:52.604Z Downloaded bitflags v1.3.2
7312026-05-06T13:08:52.605Z Downloaded env_logger v0.11.9
7322026-05-06T13:08:52.607Z Downloaded chacha20 v0.9.1
7332026-05-06T13:08:52.607Z Downloaded hex-literal v0.4.1
7342026-05-06T13:08:52.611Z Downloaded fixedbitset v0.5.7
7352026-05-06T13:08:52.611Z Downloaded blake2 v0.10.6
7362026-05-06T13:08:52.611Z Downloaded ena v0.14.4
7372026-05-06T13:08:52.614Z Downloaded ff v0.13.1
7382026-05-06T13:08:52.614Z Downloaded cbc v0.1.2
7392026-05-06T13:08:52.614Z Downloaded either v1.15.0
7402026-05-06T13:08:52.617Z Downloaded drift v0.1.3
7412026-05-06T13:08:52.620Z Downloaded fs-err v2.11.0
7422026-05-06T13:08:52.620Z Downloaded http-range v0.1.5
7432026-05-06T13:08:52.620Z Downloaded http-body v1.0.1
7442026-05-06T13:08:52.623Z Downloaded colored v2.2.0
7452026-05-06T13:08:52.623Z Downloaded hostname v0.4.2
7462026-05-06T13:08:52.626Z Downloaded hostname v0.3.1
7472026-05-06T13:08:52.627Z Downloaded home v0.5.12
7482026-05-06T13:08:52.627Z Downloaded darling_core v0.21.3
7492026-05-06T13:08:52.629Z Downloaded hyper-tls v0.6.0
7502026-05-06T13:08:52.629Z Downloaded hubpack_derive v0.1.1
7512026-05-06T13:08:52.633Z Downloaded derive_more v0.99.20
7522026-05-06T13:08:52.633Z Downloaded fs_extra v1.3.0
7532026-05-06T13:08:52.636Z Downloaded ecdsa v0.16.9
7542026-05-06T13:08:52.636Z Downloaded hubpack v0.1.2
7552026-05-06T13:08:52.639Z Downloaded httpdate v1.0.3
7562026-05-06T13:08:52.639Z Downloaded glob v0.3.3
7572026-05-06T13:08:52.639Z Downloaded buf-list v1.1.2
7582026-05-06T13:08:52.642Z Downloaded ciborium v0.2.2
7592026-05-06T13:08:52.642Z Downloaded darling v0.20.11
7602026-05-06T13:08:52.645Z Downloaded indent_write v2.2.0
7612026-05-06T13:08:52.645Z Downloaded ident_case v1.0.1
7622026-05-06T13:08:52.653Z Downloaded globset v0.4.18
7632026-05-06T13:08:52.653Z Downloaded futures-executor v0.3.32
7642026-05-06T13:08:52.654Z Downloaded cancel-safe-futures v0.1.5
7652026-05-06T13:08:52.658Z Downloaded group v0.13.0
7662026-05-06T13:08:52.658Z Downloaded async-compression v0.4.41
7672026-05-06T13:08:52.658Z Downloaded internet-checksum v0.2.1
7682026-05-06T13:08:52.658Z Downloaded colored v3.1.1
7692026-05-06T13:08:52.658Z Downloaded bzip2 v0.4.4
7702026-05-06T13:08:52.664Z Downloaded indoc v1.0.9
7712026-05-06T13:08:52.664Z Downloaded clang-sys v1.8.1
7722026-05-06T13:08:52.664Z Downloaded inout v0.1.4
7732026-05-06T13:08:52.664Z Downloaded derive-ex v0.1.8
7742026-05-06T13:08:52.664Z Downloaded csv-core v0.1.13
7752026-05-06T13:08:52.664Z Downloaded instant v0.1.13
7762026-05-06T13:08:52.668Z Downloaded base64ct v1.8.3
7772026-05-06T13:08:52.668Z Downloaded lazy_static v1.5.0
7782026-05-06T13:08:52.668Z Downloaded bzip2 v0.6.1
7792026-05-06T13:08:52.671Z Downloaded instability v0.3.11
7802026-05-06T13:08:52.671Z Downloaded constant_time_eq v0.4.2
7812026-05-06T13:08:52.674Z Downloaded hex v0.4.3
7822026-05-06T13:08:52.674Z Downloaded bitfield v0.19.4
7832026-05-06T13:08:52.674Z Downloaded bit-vec v0.8.0
7842026-05-06T13:08:52.676Z Downloaded is_ci v1.2.0
7852026-05-06T13:08:52.677Z Downloaded foldhash v0.2.0
7862026-05-06T13:08:52.677Z Downloaded cookie_store v0.22.1
7872026-05-06T13:08:52.680Z Downloaded backon v1.6.0
7882026-05-06T13:08:52.680Z Downloaded cookie v0.18.1
7892026-05-06T13:08:52.683Z Downloaded crossbeam-utils v0.8.21
7902026-05-06T13:08:52.683Z Downloaded erased-serde v0.3.31
7912026-05-06T13:08:52.686Z Downloaded is-terminal v0.4.17
7922026-05-06T13:08:52.686Z Downloaded console v0.15.11
7932026-05-06T13:08:52.689Z Downloaded keccak v0.1.6
7942026-05-06T13:08:52.689Z Downloaded camino-tempfile-ext v0.3.3
7952026-05-06T13:08:52.689Z Downloaded daft-derive v0.1.5
7962026-05-06T13:08:52.692Z Downloaded bb8 v0.8.6
7972026-05-06T13:08:52.692Z Downloaded lalrpop-util v0.19.12
7982026-05-06T13:08:52.692Z Downloaded async-trait v0.1.89
7992026-05-06T13:08:52.696Z Downloaded kstat-rs v0.2.4
8002026-05-06T13:08:52.699Z Downloaded linked-hash-map v0.5.6
8012026-05-06T13:08:52.702Z Downloaded libscf-sys v1.1.0
8022026-05-06T13:08:52.702Z Downloaded managed v0.8.0
8032026-05-06T13:08:52.705Z Downloaded lru-cache v0.1.2
8042026-05-06T13:08:52.705Z Downloaded md5 v0.7.0
8052026-05-06T13:08:52.706Z Downloaded md-5 v0.10.6
8062026-05-06T13:08:52.710Z Downloaded maybe-uninit v2.0.0
8072026-05-06T13:08:52.710Z Downloaded match_cfg v0.1.0
8082026-05-06T13:08:52.710Z Downloaded hyper-staticfile v0.10.1
8092026-05-06T13:08:52.710Z Downloaded foldhash v0.1.5
8102026-05-06T13:08:52.713Z Downloaded http-body-util v0.1.3
8112026-05-06T13:08:52.713Z Downloaded lru-slab v0.1.2
8122026-05-06T13:08:52.716Z Downloaded lru v0.12.5
8132026-05-06T13:08:52.716Z Downloaded maplit v1.0.2
8142026-05-06T13:08:52.716Z Downloaded getrandom v0.2.17
8152026-05-06T13:08:52.719Z Downloaded memoffset v0.9.1
8162026-05-06T13:08:52.722Z Downloaded newtype-uuid-macros v0.1.0
8172026-05-06T13:08:52.722Z Downloaded nibble_vec v0.1.0
8182026-05-06T13:08:52.725Z Downloaded ingot v0.1.1
8192026-05-06T13:08:52.725Z Downloaded impl-trait-for-tuples v0.2.3
8202026-05-06T13:08:52.725Z Downloaded half v1.8.3
8212026-05-06T13:08:52.728Z Downloaded lzss v0.8.2
8222026-05-06T13:08:52.728Z Downloaded git-stub-vcs v0.1.0
8232026-05-06T13:08:52.731Z Downloaded new_debug_unreachable v1.0.6
8242026-05-06T13:08:52.735Z Downloaded ipnet v2.11.0
8252026-05-06T13:08:52.738Z Downloaded allocator-api2 v0.2.21
8262026-05-06T13:08:52.738Z Downloaded ipnetwork v0.21.1
8272026-05-06T13:08:52.741Z Downloaded indoc v2.0.7
8282026-05-06T13:08:52.744Z Downloaded newtype_derive v0.1.6
8292026-05-06T13:08:52.744Z Downloaded nonempty v0.12.0
8302026-05-06T13:08:52.744Z Downloaded newline-converter v0.3.0
8312026-05-06T13:08:52.747Z Downloaded convert_case v0.10.0
8322026-05-06T13:08:52.747Z Downloaded multimap v0.10.1
8332026-05-06T13:08:52.747Z Downloaded num-derive v0.4.2
8342026-05-06T13:08:52.750Z Downloaded num-derive v0.3.3
8352026-05-06T13:08:52.750Z Downloaded normalize-line-endings v0.3.0
8362026-05-06T13:08:52.750Z Downloaded console v0.16.2
8372026-05-06T13:08:52.753Z Downloaded dropshot_endpoint v0.16.7
8382026-05-06T13:08:52.756Z Downloaded des v0.8.1
8392026-05-06T13:08:52.761Z Downloaded diff v0.1.13
8402026-05-06T13:08:52.764Z Downloaded num v0.4.3
8412026-05-06T13:08:52.770Z Downloaded num-conv v0.2.0
8422026-05-06T13:08:52.770Z Downloaded num-iter v0.1.45
8432026-05-06T13:08:52.773Z Downloaded olpc-cjson v0.1.4
8442026-05-06T13:08:52.773Z Downloaded num_threads v0.1.7
8452026-05-06T13:08:52.773Z Downloaded num_enum_derive v0.5.11
8462026-05-06T13:08:52.776Z Downloaded hmac v0.12.1
8472026-05-06T13:08:52.776Z Downloaded libloading v0.8.9
8482026-05-06T13:08:52.821Z Downloaded jobserver v0.1.34
8492026-05-06T13:08:52.821Z Downloaded highway v1.3.0
8502026-05-06T13:08:52.821Z Downloaded linear-map v1.2.0
8512026-05-06T13:08:52.821Z Downloaded libsw v3.5.0
8522026-05-06T13:08:52.821Z Downloaded httparse v1.10.1
8532026-05-06T13:08:52.821Z Downloaded openssl-probe v0.1.6
8542026-05-06T13:08:52.821Z Downloaded opaque-debug v0.3.1
8552026-05-06T13:08:52.822Z Downloaded fatfs v0.3.6
8562026-05-06T13:08:52.822Z Downloaded oso-derive v0.27.3
8572026-05-06T13:08:52.822Z Downloaded openssl-macros v0.1.1
8582026-05-06T13:08:52.822Z Downloaded lock_api v0.4.14
8592026-05-06T13:08:52.822Z Downloaded libsw-core v0.3.2
8602026-05-06T13:08:52.822Z Downloaded humantime v2.3.0
8612026-05-06T13:08:52.822Z Downloaded futures v0.3.32
8622026-05-06T13:08:52.822Z Downloaded mime_guess v2.0.5
8632026-05-06T13:08:52.822Z Downloaded mime v0.3.17
8642026-05-06T13:08:52.822Z Downloaded hyper-rustls v0.27.7
8652026-05-06T13:08:52.822Z Downloaded openssl-probe v0.2.1
8662026-05-06T13:08:52.822Z Downloaded futures-channel v0.3.32
8672026-05-06T13:08:52.822Z Downloaded crc-any v2.5.0
8682026-05-06T13:08:52.822Z Downloaded multer v3.1.0
8692026-05-06T13:08:52.822Z Downloaded nodrop v0.1.14
8702026-05-06T13:08:52.822Z Downloaded ingot-types v0.1.2
8712026-05-06T13:08:52.822Z Downloaded getrandom v0.3.4
8722026-05-06T13:08:52.822Z Downloaded native-tls v0.2.18
8732026-05-06T13:08:52.822Z Downloaded derive-where v1.6.0
8742026-05-06T13:08:52.827Z Downloaded packed_struct_codegen v0.10.1
8752026-05-06T13:08:52.827Z Downloaded newtype-uuid v1.3.2
8762026-05-06T13:08:52.827Z Downloaded nanorand v0.7.0
8772026-05-06T13:08:52.830Z Downloaded parse-display v0.10.0
8782026-05-06T13:08:52.830Z Downloaded nu-ansi-term v0.50.3
8792026-05-06T13:08:52.830Z Downloaded iana-time-zone v0.1.65
8802026-05-06T13:08:52.830Z Downloaded const_format v0.2.35
8812026-05-06T13:08:52.833Z Downloaded parse-size v1.1.0
8822026-05-06T13:08:52.836Z Downloaded pbkdf2 v0.11.0
8832026-05-06T13:08:52.836Z Downloaded pbkdf2 v0.12.2
8842026-05-06T13:08:52.836Z Downloaded path-slash v0.1.5
8852026-05-06T13:08:52.839Z Downloaded dropshot_endpoint v0.17.0
8862026-05-06T13:08:52.839Z Downloaded darling_core v0.20.11
8872026-05-06T13:08:52.842Z Downloaded num_enum_derive v0.7.5
8882026-05-06T13:08:52.845Z Downloaded num_enum v0.7.5
8892026-05-06T13:08:52.848Z Downloaded dropshot-api-manager v0.7.1
8902026-05-06T13:08:52.848Z Downloaded derive_more-impl v2.1.1
8912026-05-06T13:08:52.851Z Downloaded num_enum v0.5.11
8922026-05-06T13:08:52.855Z Downloaded phf_shared v0.11.3
8932026-05-06T13:08:52.855Z Downloaded num-rational v0.4.2
8942026-05-06T13:08:52.859Z Downloaded num-complex v0.4.6
8952026-05-06T13:08:52.859Z Downloaded elliptic-curve v0.13.8
8962026-05-06T13:08:52.862Z Downloaded bytes v1.11.1
8972026-05-06T13:08:52.862Z Downloaded oxide-tokio-rt v0.1.4
8982026-05-06T13:08:52.865Z Downloaded ar_archive_writer v0.5.1
8992026-05-06T13:08:52.866Z Downloaded memmap2 v0.9.10
9002026-05-06T13:08:52.868Z Downloaded const-oid v0.9.6
9012026-05-06T13:08:52.868Z Downloaded pin-utils v0.1.0
9022026-05-06T13:08:52.869Z Downloaded phf_shared v0.13.1
9032026-05-06T13:08:52.872Z Downloaded phf_shared v0.12.1
9042026-05-06T13:08:52.872Z Downloaded compact_str v0.8.1
9052026-05-06T13:08:52.872Z Downloaded chacha20poly1305 v0.10.1
9062026-05-06T13:08:52.875Z Downloaded ingot-macros v0.1.1
9072026-05-06T13:08:52.875Z Downloaded powerfmt v0.2.0
9082026-05-06T13:08:52.875Z Downloaded libefi-sys v0.1.0
9092026-05-06T13:08:52.878Z Downloaded precomputed-hash v0.1.1
9102026-05-06T13:08:52.881Z Downloaded flume v0.11.1
9112026-05-06T13:08:52.888Z Downloaded half v2.7.1
9122026-05-06T13:08:52.888Z Downloaded packed_struct v0.10.1
9132026-05-06T13:08:52.888Z Downloaded headers v0.4.1
9142026-05-06T13:08:52.899Z Downloaded heapless v0.7.17
9152026-05-06T13:08:52.899Z Downloaded indexmap v1.9.3
9162026-05-06T13:08:52.899Z Downloaded ignore v0.4.25
9172026-05-06T13:08:52.899Z Downloaded predicates-tree v1.0.13
9182026-05-06T13:08:52.903Z Downloaded parking_lot_core v0.8.6
9192026-05-06T13:08:52.903Z Downloaded predicates-core v1.0.10
9202026-05-06T13:08:52.906Z Downloaded base64 v0.21.7
9212026-05-06T13:08:52.906Z Downloaded ed25519-dalek v2.2.0
9222026-05-06T13:08:52.910Z Downloaded derive_more v2.1.1
9232026-05-06T13:08:52.914Z Downloaded proc-macro-crate v1.3.1
9242026-05-06T13:08:52.917Z Downloaded peg-runtime v0.8.5
9252026-05-06T13:08:52.917Z Downloaded progenitor-client v0.10.0
9262026-05-06T13:08:52.917Z Downloaded proc-macro-error-attr2 v2.0.0
9272026-05-06T13:08:52.920Z Downloaded proc-macro-crate v3.4.0
9282026-05-06T13:08:52.920Z Downloaded peg v0.8.5
9292026-05-06T13:08:52.920Z Downloaded omicron-zone-package v0.12.2
9302026-05-06T13:08:52.923Z Downloaded peg-macros v0.8.5
9312026-05-06T13:08:52.923Z Downloaded cc v1.2.56
9322026-05-06T13:08:52.926Z Downloaded paste v1.0.15
9332026-05-06T13:08:52.929Z Downloaded password-hash v0.4.2
9342026-05-06T13:08:52.929Z Downloaded password-hash v0.5.0
9352026-05-06T13:08:52.930Z Downloaded progenitor-macro v0.10.0
9362026-05-06T13:08:52.933Z Downloaded progenitor-client v0.14.0
9372026-05-06T13:08:52.933Z Downloaded parse-display-derive v0.10.0
9382026-05-06T13:08:52.933Z Downloaded flate2 v1.1.9
9392026-05-06T13:08:52.936Z Downloaded pem v3.0.6
9402026-05-06T13:08:52.936Z Downloaded progenitor-macro v0.13.0
9412026-05-06T13:08:52.941Z Downloaded progenitor-macro v0.14.0
9422026-05-06T13:08:52.941Z Downloaded progenitor-macro v0.11.2
9432026-05-06T13:08:52.941Z Downloaded quick-error v1.2.3
9442026-05-06T13:08:52.941Z Downloaded psl-types v2.0.11
9452026-05-06T13:08:52.944Z Downloaded phf v0.12.1
9462026-05-06T13:08:52.944Z Downloaded pem-rfc7468 v0.7.0
9472026-05-06T13:08:52.948Z Downloaded num-integer v0.1.46
9482026-05-06T13:08:52.948Z Downloaded litrs v1.0.0
9492026-05-06T13:08:52.952Z Downloaded pin-project-lite v0.2.17
9502026-05-06T13:08:52.955Z Downloaded ppv-lite86 v0.2.21
9512026-05-06T13:08:52.958Z Downloaded polyval v0.6.2
9522026-05-06T13:08:52.958Z Downloaded radium v0.7.0
9532026-05-06T13:08:52.958Z Downloaded poly1305 v0.8.0
9542026-05-06T13:08:52.962Z Downloaded pkg-config v0.3.32
9552026-05-06T13:08:52.962Z Downloaded parking_lot v0.11.2
9562026-05-06T13:08:52.965Z Downloaded pkcs8 v0.10.2
9572026-05-06T13:08:52.965Z Downloaded predicates v3.1.4
9582026-05-06T13:08:52.965Z Downloaded pin-project-internal v1.1.11
9592026-05-06T13:08:52.970Z Downloaded owo-colors v4.3.0
9602026-05-06T13:08:52.970Z Downloaded indicatif v0.18.4
9612026-05-06T13:08:52.973Z Downloaded postgres-protocol v0.6.10
9622026-05-06T13:08:52.977Z Downloaded rand_xorshift v0.4.0
9632026-05-06T13:08:52.980Z Downloaded primeorder v0.13.6
9642026-05-06T13:08:52.980Z Downloaded heapless v0.8.0
9652026-05-06T13:08:52.984Z Downloaded progenitor v0.10.0
9662026-05-06T13:08:52.987Z Downloaded expectorate v1.2.0
9672026-05-06T13:08:52.987Z Downloaded crypto-bigint v0.5.5
9682026-05-06T13:08:52.990Z Downloaded recursive-proc-macro-impl v0.1.1
9692026-05-06T13:08:52.993Z Downloaded ref-cast-impl v1.0.25
9702026-05-06T13:08:52.993Z Downloaded ref-cast v1.0.25
9712026-05-06T13:08:52.996Z Downloaded recursive v0.1.1
9722026-05-06T13:08:52.996Z Downloaded progenitor-extras v0.2.0
9732026-05-06T13:08:52.996Z Downloaded progenitor-client v0.13.0
9742026-05-06T13:08:52.996Z Downloaded progenitor v0.14.0
9752026-05-06T13:08:53.001Z Downloaded diesel_derives v2.3.7
9762026-05-06T13:08:53.007Z Downloaded rfc6979 v0.4.0
9772026-05-06T13:08:53.008Z Downloaded parking_lot_core v0.9.12
9782026-05-06T13:08:53.008Z Downloaded psm v0.1.30
9792026-05-06T13:08:53.012Z Downloaded phf v0.13.1
9802026-05-06T13:08:53.012Z Downloaded crossterm v0.28.1
9812026-05-06T13:08:53.013Z Downloaded russh-cryptovec v0.7.3
9822026-05-06T13:08:53.013Z Downloaded rtoolbox v0.0.3
9832026-05-06T13:08:53.021Z Downloaded progenitor-client v0.11.2
9842026-05-06T13:08:53.021Z Downloaded progenitor v0.13.0
9852026-05-06T13:08:53.021Z Downloaded progenitor v0.11.2
9862026-05-06T13:08:53.021Z Downloaded oso v0.27.3
9872026-05-06T13:08:53.021Z Downloaded proc-macro-error2 v2.0.1
9882026-05-06T13:08:53.021Z Downloaded rand_chacha v0.3.1
9892026-05-06T13:08:53.024Z Downloaded postgres-types v0.2.12
9902026-05-06T13:08:53.024Z Downloaded rustc-hash v2.1.1
9912026-05-06T13:08:53.027Z Downloaded rand_chacha v0.9.0
9922026-05-06T13:08:53.030Z Downloaded rand_seeder v0.4.0
9932026-05-06T13:08:53.034Z Downloaded rand_core v0.9.5
9942026-05-06T13:08:53.034Z Downloaded parking_lot v0.12.5
9952026-05-06T13:08:53.039Z Downloaded rustc_version v0.1.7
9962026-05-06T13:08:53.042Z Downloaded hickory-resolver v0.24.4
9972026-05-06T13:08:53.044Z Downloaded libbz2-rs-sys v0.2.2
9982026-05-06T13:08:53.047Z Downloaded hickory-resolver v0.25.2
9992026-05-06T13:08:53.048Z Downloaded pkcs5 v0.7.1
10002026-05-06T13:08:53.050Z Downloaded same-file v1.0.6
10012026-05-06T13:08:53.053Z Downloaded postcard v1.1.3
10022026-05-06T13:08:53.056Z Downloaded r2d2 v0.8.10
10032026-05-06T13:08:53.056Z Downloaded rustc_version v0.4.1
10042026-05-06T13:08:53.066Z Downloaded salsa20 v0.10.2
10052026-05-06T13:08:53.069Z Downloaded scheduled-thread-pool v0.2.7
10062026-05-06T13:08:53.069Z Downloaded quinn-udp v0.5.14
10072026-05-06T13:08:53.069Z Downloaded bumpalo v3.20.2
10082026-05-06T13:08:53.073Z Downloaded scopeguard v1.2.0
10092026-05-06T13:08:53.073Z Downloaded pin-project v1.1.11
10102026-05-06T13:08:53.078Z Downloaded rand_core v0.10.0
10112026-05-06T13:08:53.081Z Downloaded p256 v0.13.2
10122026-05-06T13:08:53.081Z Downloaded openssl-sys v0.9.114
10132026-05-06T13:08:53.085Z Downloaded rand_core v0.6.4
10142026-05-06T13:08:53.088Z Downloaded oxnet v0.1.4
10152026-05-06T13:08:53.088Z Downloaded miniz_oxide v0.8.9
10162026-05-06T13:08:53.088Z Downloaded serde-big-array v0.5.1
10172026-05-06T13:08:53.092Z Downloaded semver v0.1.20
10182026-05-06T13:08:53.092Z Downloaded secrecy v0.10.3
10192026-05-06T13:08:53.092Z Downloaded sapling-renderdag v0.1.0
10202026-05-06T13:08:53.092Z Downloaded scroll_derive v0.13.1
10212026-05-06T13:08:53.095Z Downloaded serde_urlencoded v0.7.1
10222026-05-06T13:08:53.100Z Downloaded serde_spanned v1.0.4
10232026-05-06T13:08:53.100Z Downloaded serde_repr v0.1.20
10242026-05-06T13:08:53.104Z Downloaded hashbrown v0.13.2
10252026-05-06T13:08:53.110Z Downloaded scrypt v0.11.0
10262026-05-06T13:08:53.113Z Downloaded resolv-conf v0.7.6
10272026-05-06T13:08:53.113Z Downloaded secrecy v0.8.0
10282026-05-06T13:08:53.116Z Downloaded serde_bytes v0.11.19
10292026-05-06T13:08:53.122Z Downloaded hickory-server v0.25.2
10302026-05-06T13:08:53.130Z Downloaded shell-words v1.1.1
10312026-05-06T13:08:53.133Z Downloaded signal-hook-tokio v0.3.1
10322026-05-06T13:08:53.133Z Downloaded signal-hook-mio v0.2.5
10332026-05-06T13:08:53.133Z Downloaded sha1 v0.10.6
10342026-05-06T13:08:53.133Z Downloaded siphasher v1.0.2
10352026-05-06T13:08:53.136Z Downloaded serde_plain v1.0.2
10362026-05-06T13:08:53.136Z Downloaded signature v2.2.0
10372026-05-06T13:08:53.140Z Downloaded jiff-static v0.2.21
10382026-05-06T13:08:53.144Z Downloaded progenitor-impl v0.11.2
10392026-05-06T13:08:53.148Z Downloaded progenitor-impl v0.14.0
10402026-05-06T13:08:53.148Z Downloaded pkcs1 v0.7.5
10412026-05-06T13:08:53.152Z Downloaded sigpipe v0.1.3
10422026-05-06T13:08:53.155Z Downloaded slog-envlogger v2.2.0
10432026-05-06T13:08:53.158Z Downloaded rustls-pemfile v2.2.0
10442026-05-06T13:08:53.158Z Downloaded rustversion v1.0.22
10452026-05-06T13:08:53.161Z Downloaded rustls-native-certs v0.8.3
10462026-05-06T13:08:53.161Z Downloaded minimal-lexical v0.2.1
10472026-05-06T13:08:53.164Z Downloaded rusty-fork v0.3.1
10482026-05-06T13:08:53.167Z Downloaded slog-bunyan v2.5.0
10492026-05-06T13:08:53.167Z Downloaded russh-keys v0.45.0
10502026-05-06T13:08:53.170Z Downloaded serde-hex v0.1.0
10512026-05-06T13:08:53.170Z Downloaded seq-macro v0.3.6
10522026-05-06T13:08:53.170Z Downloaded sec1 v0.7.3
10532026-05-06T13:08:53.173Z Downloaded sct v0.7.1
10542026-05-06T13:08:53.176Z Downloaded serde_path_to_error v0.1.20
10552026-05-06T13:08:53.179Z Downloaded prefix-trie v0.7.0
10562026-05-06T13:08:53.179Z Downloaded papergrid v0.17.0
10572026-05-06T13:08:53.190Z Downloaded hashbrown v0.12.3
10582026-05-06T13:08:53.203Z Downloaded serde_derive_internals v0.29.1
10592026-05-06T13:08:53.203Z Downloaded schemars_derive v0.8.22
10602026-05-06T13:08:53.203Z Downloaded prettyplease v0.2.37
10612026-05-06T13:08:53.212Z Downloaded shlex v1.3.0
10622026-05-06T13:08:53.216Z Downloaded structmeta v0.3.0
10632026-05-06T13:08:53.216Z Downloaded ssh-encoding v0.2.0
10642026-05-06T13:08:53.220Z Downloaded sqlparser_derive v0.5.0
10652026-05-06T13:08:53.220Z Downloaded scroll v0.13.0
10662026-05-06T13:08:53.223Z Downloaded simd-adler32 v0.3.8
10672026-05-06T13:08:53.224Z Downloaded http v1.4.0
10682026-05-06T13:08:53.232Z Downloaded ron v0.8.1
10692026-05-06T13:08:53.232Z Downloaded progenitor-impl v0.13.0
10702026-05-06T13:08:53.236Z Downloaded strum v0.27.2
10712026-05-06T13:08:53.236Z Downloaded strum v0.26.3
10722026-05-06T13:08:53.236Z Downloaded ssh-cipher v0.2.0
10732026-05-06T13:08:53.239Z Downloaded subtle v2.6.1
10742026-05-06T13:08:53.239Z Downloaded slog-scope v4.4.1
10752026-05-06T13:08:53.239Z Downloaded structmeta-derive v0.3.0
10762026-05-06T13:08:53.239Z Downloaded strip-ansi-escapes v0.2.1
10772026-05-06T13:08:53.244Z Downloaded slab v0.4.12
10782026-05-06T13:08:53.248Z Downloaded slog-json v2.6.1
10792026-05-06T13:08:53.248Z Downloaded tabwriter v1.4.1
10802026-05-06T13:08:53.251Z Downloaded supports-color v3.0.2
10812026-05-06T13:08:53.251Z Downloaded slog-stdlog v4.1.1
10822026-05-06T13:08:53.251Z Downloaded pretty_assertions v1.4.1
10832026-05-06T13:08:53.254Z Downloaded smallvec v0.6.14
10842026-05-06T13:08:53.258Z Downloaded rustls-pki-types v1.14.0
10852026-05-06T13:08:53.258Z Downloaded hashbrown v0.16.1
10862026-05-06T13:08:53.261Z Downloaded sync_wrapper v1.0.2
10872026-05-06T13:08:53.261Z Downloaded sync-ptr v0.1.4
10882026-05-06T13:08:53.264Z Downloaded slog-dtrace v0.3.0
10892026-05-06T13:08:53.264Z Downloaded slog-async v2.8.0
10902026-05-06T13:08:53.264Z Downloaded tabled_derive v0.11.0
10912026-05-06T13:08:53.264Z Downloaded rustls-pemfile v1.0.4
10922026-05-06T13:08:53.267Z Downloaded smf v0.2.3
10932026-05-06T13:08:53.267Z Downloaded hashbrown v0.15.5
10942026-05-06T13:08:53.270Z Downloaded tagptr v0.2.0
10952026-05-06T13:08:53.270Z Downloaded tap v1.0.1
10962026-05-06T13:08:53.273Z Downloaded take_mut v0.2.2
10972026-05-06T13:08:53.273Z Downloaded thiserror-impl-no-std v2.0.2
10982026-05-06T13:08:53.273Z Downloaded stacker v0.1.23
10992026-05-06T13:08:53.273Z Downloaded hyper-util v0.1.20
11002026-05-06T13:08:53.276Z Downloaded aes v0.8.4
11012026-05-06T13:08:53.280Z Downloaded rcgen v0.12.1
11022026-05-06T13:08:53.282Z Downloaded serde_with_macros v3.17.0
11032026-05-06T13:08:53.283Z Downloaded crossterm v0.29.0
11042026-05-06T13:08:53.286Z Downloaded thread-id v5.1.0
11052026-05-06T13:08:53.290Z Downloaded signal-hook-registry v1.4.8
11062026-05-06T13:08:53.290Z Downloaded termtree v0.5.1
11072026-05-06T13:08:53.290Z Downloaded testing_table v0.3.0
11082026-05-06T13:08:53.293Z Downloaded snafu-derive v0.8.9
11092026-05-06T13:08:53.297Z Downloaded strum_macros v0.24.3
11102026-05-06T13:08:53.297Z Downloaded quinn v0.11.9
11112026-05-06T13:08:53.300Z Downloaded progenitor-impl v0.10.0
11122026-05-06T13:08:53.306Z Downloaded tokio-macros v2.7.0
11132026-05-06T13:08:53.306Z Downloaded spki v0.7.3
11142026-05-06T13:08:53.306Z Downloaded tinyvec_macros v0.1.1
11152026-05-06T13:08:53.311Z Downloaded libxml v0.3.3
11162026-05-06T13:08:53.311Z Downloaded time-core v0.1.8
11172026-05-06T13:08:53.311Z Downloaded support-bundle-viewer v0.1.2
11182026-05-06T13:08:53.318Z Downloaded slog-term v2.9.2
11192026-05-06T13:08:53.318Z Downloaded sqlformat v0.3.5
11202026-05-06T13:08:53.322Z Downloaded serde_cbor v0.11.2
11212026-05-06T13:08:53.329Z Downloaded stringprep v0.1.5
11222026-05-06T13:08:53.332Z Downloaded string_cache v0.8.9
11232026-05-06T13:08:53.335Z Downloaded spin v0.9.8
11242026-05-06T13:08:53.344Z Downloaded ryu v1.0.23
11252026-05-06T13:08:53.347Z Downloaded rustls-platform-verifier v0.6.2
11262026-05-06T13:08:53.355Z Downloaded time-macros v0.2.27
11272026-05-06T13:08:53.358Z Downloaded thiserror-no-std v2.0.2
11282026-05-06T13:08:53.358Z Downloaded serde_yaml v0.9.34+deprecated
11292026-05-06T13:08:53.363Z Downloaded topological-sort v0.2.2
11302026-05-06T13:08:53.366Z Downloaded static_assertions v1.1.0
11312026-05-06T13:08:53.373Z Downloaded tower-layer v0.3.3
11322026-05-06T13:08:53.376Z Downloaded similar v2.7.0
11332026-05-06T13:08:53.379Z Downloaded termios v0.3.3
11342026-05-06T13:08:53.382Z Downloaded hyper v1.8.1
11352026-05-06T13:08:53.385Z Downloaded mio v1.2.0
11362026-05-06T13:08:53.388Z Downloaded tower-service v0.3.3
11372026-05-06T13:08:53.391Z Downloaded tokio-dtrace v0.1.1
11382026-05-06T13:08:53.391Z Downloaded tls_codec_derive v0.4.2
11392026-05-06T13:08:53.391Z Downloaded tls_codec v0.4.2
11402026-05-06T13:08:53.391Z Downloaded aes-gcm v0.10.3
11412026-05-06T13:08:53.394Z Downloaded try-lock v0.2.5
11422026-05-06T13:08:53.395Z Downloaded trait-variant v0.1.2
11432026-05-06T13:08:53.398Z Downloaded typify-macro v0.4.3
11442026-05-06T13:08:53.398Z Downloaded tiny-keccak v2.0.2
11452026-05-06T13:08:53.398Z Downloaded thread_local v1.1.9
11462026-05-06T13:08:53.401Z Downloaded tokio-rustls v0.25.0
11472026-05-06T13:08:53.405Z Downloaded iri-string v0.7.10
11482026-05-06T13:08:53.408Z Downloaded unarray v0.1.4
11492026-05-06T13:08:53.408Z Downloaded typify-macro v0.6.2
11502026-05-06T13:08:53.408Z Downloaded nom v7.1.3
11512026-05-06T13:08:53.411Z Downloaded num-bigint-dig v0.8.6
11522026-05-06T13:08:53.416Z Downloaded itertools v0.14.0
11532026-05-06T13:08:53.420Z Downloaded tokio-tungstenite v0.23.1
11542026-05-06T13:08:53.420Z Downloaded tokio-tungstenite v0.21.0
11552026-05-06T13:08:53.420Z Downloaded publicsuffix v2.3.0
11562026-05-06T13:08:53.426Z Downloaded signal-hook v0.3.18
11572026-05-06T13:08:53.426Z Downloaded tokio-native-tls v0.3.1
11582026-05-06T13:08:53.426Z Downloaded socket2 v0.5.10
11592026-05-06T13:08:53.426Z Downloaded usdt v0.6.0
11602026-05-06T13:08:53.435Z Downloaded untrusted v0.7.1
11612026-05-06T13:08:53.435Z Downloaded unicode-truncate v1.1.0
11622026-05-06T13:08:53.435Z Downloaded itertools v0.10.5
11632026-05-06T13:08:53.442Z Downloaded rand v0.8.5
11642026-05-06T13:08:53.442Z Downloaded hkdf v0.12.4
11652026-05-06T13:08:53.442Z Downloaded universal-hash v0.5.1
11662026-05-06T13:08:53.442Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-05-06T13:08:53.442Z Downloaded slog v2.8.2
11682026-05-06T13:08:53.446Z Downloaded usdt-attr-macro v0.6.0
11692026-05-06T13:08:53.446Z Downloaded strum_macros v0.26.4
11702026-05-06T13:08:53.446Z Downloaded libm v0.2.16
11712026-05-06T13:08:53.452Z Downloaded usdt-macro v0.6.0
11722026-05-06T13:08:53.452Z Downloaded untrusted v0.9.0
11732026-05-06T13:08:53.452Z Downloaded schemars v0.9.0
11742026-05-06T13:08:53.456Z Downloaded schemars v0.8.22
11752026-05-06T13:08:53.462Z Downloaded rayon-core v1.13.0
11762026-05-06T13:08:53.465Z Downloaded void v1.0.2
11772026-05-06T13:08:53.465Z Downloaded toml_writer v1.0.6+spec-1.1.0
11782026-05-06T13:08:53.469Z Downloaded term v1.2.1
11792026-05-06T13:08:53.469Z Downloaded subprocess v0.2.15
11802026-05-06T13:08:53.472Z Downloaded iddqd v0.3.18
11812026-05-06T13:08:53.475Z Downloaded tui-tree-widget v0.23.1
11822026-05-06T13:08:53.475Z Downloaded term v0.7.0
11832026-05-06T13:08:53.507Z Downloaded wait-timeout v0.2.1
11842026-05-06T13:08:53.507Z Downloaded tokio-stream v0.1.18
11852026-05-06T13:08:53.507Z Downloaded tokio-rustls v0.24.1
11862026-05-06T13:08:53.507Z Downloaded futures-util v0.3.32
11872026-05-06T13:08:53.507Z Downloaded unit-prefix v0.5.2
11882026-05-06T13:08:53.507Z Downloaded unicase v2.9.0
11892026-05-06T13:08:53.507Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11902026-05-06T13:08:53.507Z Downloaded want v0.3.1
11912026-05-06T13:08:53.507Z Downloaded socket2 v0.6.3
11922026-05-06T13:08:53.507Z Downloaded samael v0.0.19
11932026-05-06T13:08:53.507Z Downloaded waitgroup v0.1.2
11942026-05-06T13:08:53.507Z Downloaded itertools v0.13.0
11952026-05-06T13:08:53.513Z Downloaded qorb v0.4.1
11962026-05-06T13:08:53.513Z Downloaded num-bigint v0.4.6
11972026-05-06T13:08:53.516Z Downloaded tokio-rustls v0.26.4
11982026-05-06T13:08:53.516Z Downloaded test-strategy v0.4.5
11992026-05-06T13:08:53.516Z Downloaded xattr v1.6.1
12002026-05-06T13:08:53.516Z Downloaded itertools v0.12.1
12012026-05-06T13:08:53.519Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-05-06T13:08:53.522Z Downloaded strum_macros v0.27.2
12032026-05-06T13:08:53.522Z Downloaded rand v0.9.2
12042026-05-06T13:08:53.525Z Downloaded rustls-webpki v0.103.9
12052026-05-06T13:08:53.531Z Downloaded xshell-macros v0.2.7
12062026-05-06T13:08:53.534Z Downloaded utf-8 v0.7.6
12072026-05-06T13:08:53.534Z Downloaded vergen-gitcl v1.0.8
12082026-05-06T13:08:53.537Z Downloaded uzers v0.12.2
12092026-05-06T13:08:53.547Z Downloaded russh v0.45.0
12102026-05-06T13:08:53.551Z Downloaded twox-hash v2.1.2
12112026-05-06T13:08:53.555Z Downloaded tracing-attributes v0.1.31
12122026-05-06T13:08:53.555Z Downloaded vergen-git2 v1.0.7
12132026-05-06T13:08:53.560Z Downloaded walkdir v2.5.0
12142026-05-06T13:08:53.563Z Downloaded zone_cfg_derive v0.3.1
12152026-05-06T13:08:53.563Z Downloaded vsss-rs v3.3.4
12162026-05-06T13:08:53.563Z Downloaded vergen-lib v0.1.6
12172026-05-06T13:08:53.563Z Downloaded zone v0.3.1
12182026-05-06T13:08:53.566Z Downloaded reedline v0.40.0
12192026-05-06T13:08:53.570Z Downloaded unicode-properties v0.1.4
12202026-05-06T13:08:53.576Z Downloaded aho-corasick v1.1.4
12212026-05-06T13:08:53.579Z Downloaded whoami v1.6.1
12222026-05-06T13:08:53.579Z Downloaded toml v1.0.6+spec-1.1.0
12232026-05-06T13:08:53.579Z Downloaded tinyvec v1.10.0
12242026-05-06T13:08:53.579Z Downloaded tar v0.4.45
12252026-05-06T13:08:53.582Z Downloaded wyz v0.5.1
12262026-05-06T13:08:53.582Z Downloaded rustyline v14.0.0
12272026-05-06T13:08:53.588Z Downloaded usdt-impl v0.6.0
12282026-05-06T13:08:53.593Z Downloaded rsa v0.9.10
12292026-05-06T13:08:53.604Z Downloaded vergen v9.0.6
12302026-05-06T13:08:53.614Z Downloaded zeroize_derive v1.4.3
12312026-05-06T13:08:53.619Z Downloaded xshell v0.2.7
12322026-05-06T13:08:53.622Z Downloaded zeroize v1.8.2
12332026-05-06T13:08:53.622Z Downloaded toml v0.7.8
12342026-05-06T13:08:53.622Z Downloaded snafu v0.8.9
12352026-05-06T13:08:53.626Z Downloaded zstd-safe v7.2.4
12362026-05-06T13:08:53.630Z Downloaded zstd v0.13.3
12372026-05-06T13:08:53.630Z Downloaded tracing-core v0.1.36
12382026-05-06T13:08:53.633Z Downloaded schemars v1.2.1
12392026-05-06T13:08:54.640Z Downloaded unicode-bidi v0.3.18
12402026-05-06T13:08:54.644Z Downloaded p521 v0.13.3
12412026-05-06T13:08:54.644Z Downloaded whoami v2.1.0
12422026-05-06T13:08:54.644Z Downloaded unsafe-libyaml v0.2.11
12432026-05-06T13:08:54.644Z Downloaded typify v0.6.2
12442026-05-06T13:08:54.644Z Downloaded toml v0.9.12+spec-1.1.0
12452026-05-06T13:08:54.644Z Downloaded typify v0.4.3
12462026-05-06T13:08:54.644Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-05-06T13:08:54.644Z Downloaded steno v0.4.1
12482026-05-06T13:08:54.644Z Downloaded rpassword v7.4.0
12492026-05-06T13:08:54.644Z Downloaded yasna v0.5.2
12502026-05-06T13:08:54.644Z Downloaded zerocopy v0.6.6
12512026-05-06T13:08:54.645Z Downloaded h2 v0.4.13
12522026-05-06T13:08:54.645Z Downloaded vte v0.14.1
12532026-05-06T13:08:54.645Z Downloaded blake3 v1.8.3
12542026-05-06T13:08:54.645Z Downloaded regex v1.12.3
12552026-05-06T13:08:54.645Z Downloaded tungstenite v0.23.0
12562026-05-06T13:08:54.645Z Downloaded tungstenite v0.21.0
12572026-05-06T13:08:54.645Z Downloaded uuid v1.23.0
12582026-05-06T13:08:54.645Z Downloaded tokio-postgres v0.7.16
12592026-05-06T13:08:54.645Z Downloaded rand v0.10.0
12602026-05-06T13:08:54.645Z Downloaded git2 v0.20.4
12612026-05-06T13:08:54.645Z Downloaded zopfli v0.8.3
12622026-05-06T13:08:54.645Z Downloaded unicode_categories v0.1.1
12632026-05-06T13:08:54.645Z Downloaded ssh-key v0.6.7
12642026-05-06T13:08:54.645Z Downloaded zip v0.6.6
12652026-05-06T13:08:54.645Z Downloaded bitvec v1.0.1
12662026-05-06T13:08:54.645Z Downloaded rustls-webpki v0.101.7
12672026-05-06T13:08:54.645Z Downloaded toml_edit v0.19.15
12682026-05-06T13:08:54.645Z Downloaded yansi v1.0.1
12692026-05-06T13:08:54.645Z Downloaded bindgen v0.71.1
12702026-05-06T13:08:54.645Z Downloaded tower v0.5.3
12712026-05-06T13:08:54.645Z Downloaded zerocopy-derive v0.8.40
12722026-05-06T13:08:54.645Z Downloaded reqwest v0.12.28
12732026-05-06T13:08:54.645Z Downloaded chrono v0.4.44
12742026-05-06T13:08:54.645Z Downloaded aws-lc-rs v1.16.0
12752026-05-06T13:08:54.645Z Downloaded p384 v0.13.1
12762026-05-06T13:08:54.645Z Downloaded curve25519-dalek v4.1.3
12772026-05-06T13:08:54.645Z Downloaded rayon v1.11.0
12782026-05-06T13:08:54.645Z Downloaded typed-path v0.9.3
12792026-05-06T13:08:54.645Z Downloaded rustls-webpki v0.102.8
12802026-05-06T13:08:54.645Z Downloaded unicode-segmentation v1.12.0
12812026-05-06T13:08:54.645Z Downloaded lalrpop v0.19.12
12822026-05-06T13:08:54.645Z Downloaded x509-cert v0.2.5
12832026-05-06T13:08:54.645Z Downloaded proptest v1.10.0
12842026-05-06T13:08:54.645Z Downloaded tough v0.20.0
12852026-05-06T13:08:54.645Z Downloaded serde_with v3.17.0
12862026-05-06T13:08:54.645Z Downloaded goblin v0.10.5
12872026-05-06T13:08:54.645Z Downloaded unicode-normalization v0.1.25
12882026-05-06T13:08:54.645Z Downloaded reqwest v0.13.2
12892026-05-06T13:08:54.646Z Downloaded quick-xml v0.37.5
12902026-05-06T13:08:54.646Z Downloaded quinn-proto v0.11.13
12912026-05-06T13:08:54.646Z Downloaded portable-atomic v1.13.1
12922026-05-06T13:08:54.646Z Downloaded zip v4.6.1
12932026-05-06T13:08:54.646Z Downloaded tokio-util v0.7.18
12942026-05-06T13:08:54.646Z Downloaded moka v0.12.13
12952026-05-06T13:08:54.646Z Downloaded tower-http v0.6.8
12962026-05-06T13:08:54.646Z Downloaded winnow v0.5.40
12972026-05-06T13:08:54.646Z Downloaded petname v2.0.2
12982026-05-06T13:08:54.646Z Downloaded salty v0.3.0
12992026-05-06T13:08:54.646Z Downloaded polar-core v0.27.3
13002026-05-06T13:08:54.646Z Downloaded object v0.30.4
13012026-05-06T13:08:54.646Z Downloaded nix v0.27.1
13022026-05-06T13:08:54.646Z Downloaded dropshot v0.17.0
13032026-05-06T13:08:54.646Z Downloaded winnow v0.6.26
13042026-05-06T13:08:54.646Z Downloaded dropshot v0.16.7
13052026-05-06T13:08:54.646Z Downloaded radix_trie v0.2.1
13062026-05-06T13:08:54.646Z Downloaded bstr v1.12.1
13072026-05-06T13:08:54.646Z Downloaded nix v0.28.0
13082026-05-06T13:08:54.646Z Downloaded object v0.37.3
13092026-05-06T13:08:54.646Z Downloaded smoltcp v0.9.1
13102026-05-06T13:08:54.646Z Downloaded openssl v0.10.78
13112026-05-06T13:08:54.646Z Downloaded tabled v0.20.0
13122026-05-06T13:08:54.646Z Downloaded time v0.3.47
13132026-05-06T13:08:54.646Z Downloaded hickory-proto v0.24.4
13142026-05-06T13:08:54.646Z Downloaded zlib-rs v0.6.2
13152026-05-06T13:08:54.646Z Downloaded webpki-roots v1.0.6
13162026-05-06T13:08:54.646Z Downloaded nix v0.29.0
13172026-05-06T13:08:54.646Z Downloaded regex-syntax v0.6.29
13182026-05-06T13:08:54.646Z Downloaded nix v0.31.2
13192026-05-06T13:08:54.647Z Downloaded vcpkg v0.2.15
13202026-05-06T13:08:54.647Z Downloaded zerocopy v0.8.40
13212026-05-06T13:08:54.647Z Downloaded diesel v2.3.7
13222026-05-06T13:08:54.647Z Downloaded rustix v0.38.44
13232026-05-06T13:08:54.647Z Downloaded smoltcp v0.11.0
13242026-05-06T13:08:54.647Z Downloaded openapiv3 v2.2.0
13252026-05-06T13:08:54.647Z Downloaded regress v0.10.5
13262026-05-06T13:08:54.647Z Downloaded rustls v0.23.37
13272026-05-06T13:08:54.647Z Downloaded regex-syntax v0.8.10
13282026-05-06T13:08:54.647Z Downloaded hickory-proto v0.25.2
13292026-05-06T13:08:54.647Z Downloaded regress v0.11.1
13302026-05-06T13:08:54.647Z Downloaded rustls v0.22.4
13312026-05-06T13:08:54.647Z Downloaded rustls v0.21.12
13322026-05-06T13:08:54.647Z Downloaded sqlparser v0.61.0
13332026-05-06T13:08:54.647Z Downloaded sled v0.34.7
13342026-05-06T13:08:54.647Z Downloaded typify-impl v0.6.2
13352026-05-06T13:08:54.647Z Downloaded ratatui v0.29.0
13362026-05-06T13:08:54.647Z Downloaded tracing v0.1.44
13372026-05-06T13:08:54.648Z Downloaded typify-impl v0.4.3
13382026-05-06T13:08:54.648Z Downloaded bzip2-sys v0.1.13+1.0.8
13392026-05-06T13:08:54.648Z Downloaded regex-automata v0.4.14
13402026-05-06T13:08:54.651Z Downloaded chrono-tz v0.10.4
13412026-05-06T13:08:54.651Z Downloaded zerocopy-derive v0.6.6
13422026-05-06T13:08:54.652Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13432026-05-06T13:08:54.652Z Downloaded jiff v0.2.21
13442026-05-06T13:08:54.652Z Downloaded petgraph v0.6.5
13452026-05-06T13:08:54.652Z Downloaded petgraph v0.8.3
13462026-05-06T13:08:54.652Z Downloaded csv v1.4.0
13472026-05-06T13:08:54.652Z Downloaded libz-sys v1.1.24
13482026-05-06T13:08:54.652Z Downloaded sha3 v0.10.8
13492026-05-06T13:08:54.652Z Downloaded tokio v1.52.1
13502026-05-06T13:08:54.652Z Downloaded encoding_rs v0.8.35
13512026-05-06T13:08:54.655Z Downloaded ring v0.17.14
13522026-05-06T13:08:54.688Z Downloaded libgit2-sys v0.18.3+1.9.2
13532026-05-06T13:08:55.217Z Downloaded aws-lc-sys v0.37.1
13542026-05-06T13:08:55.464Z Compiling libc v0.2.185
13552026-05-06T13:08:55.464Z Compiling serde v1.0.228
13562026-05-06T13:08:55.469Z Compiling find-msvc-tools v0.1.9
13572026-05-06T13:08:55.469Z Compiling shlex v1.3.0
13582026-05-06T13:08:55.469Z Compiling log v0.4.29
13592026-05-06T13:08:55.469Z Compiling smallvec v1.15.1
13602026-05-06T13:08:55.469Z Compiling syn v2.0.117
13612026-05-06T13:08:55.469Z Compiling typenum v1.19.0
13622026-05-06T13:08:55.797Z Compiling generic-array v0.14.7
13632026-05-06T13:08:55.821Z Compiling subtle v2.6.1
13642026-05-06T13:08:55.871Z Compiling scopeguard v1.2.0
13652026-05-06T13:08:55.900Z Compiling const-oid v0.9.6
13662026-05-06T13:08:55.929Z Compiling portable-atomic v1.13.1
13672026-05-06T13:08:55.983Z Compiling lock_api v0.4.14
13682026-05-06T13:08:55.997Z Compiling zerocopy v0.8.40
13692026-05-06T13:08:56.056Z Compiling serde_json v1.0.149
13702026-05-06T13:08:56.204Z Compiling critical-section v1.2.0
13712026-05-06T13:08:56.264Z Compiling parking_lot_core v0.9.12
13722026-05-06T13:08:56.314Z Compiling pin-project-lite v0.2.17
13732026-05-06T13:08:56.401Z Compiling getrandom v0.2.17
13742026-05-06T13:08:56.415Z Compiling jobserver v0.1.34
13752026-05-06T13:08:56.418Z Compiling errno v0.3.14
13762026-05-06T13:08:56.603Z Compiling rand_core v0.6.4
13772026-05-06T13:08:56.671Z Compiling pkg-config v0.3.32
13782026-05-06T13:08:56.734Z Compiling cc v1.2.56
13792026-05-06T13:08:56.877Z Compiling signal-hook-registry v1.4.8
13802026-05-06T13:08:56.881Z Compiling bitflags v2.11.0
13812026-05-06T13:08:56.978Z Compiling once_cell v1.21.3
13822026-05-06T13:08:57.068Z Compiling libm v0.2.16
13832026-05-06T13:08:57.111Z Compiling parking_lot v0.12.5
13842026-05-06T13:08:57.164Z Compiling mio v1.2.0
13852026-05-06T13:08:57.187Z Compiling num-traits v0.2.19
13862026-05-06T13:08:57.228Z Compiling futures-core v0.3.32
13872026-05-06T13:08:57.408Z Compiling percent-encoding v2.3.2
13882026-05-06T13:08:57.488Z Compiling socket2 v0.6.3
13892026-05-06T13:08:57.541Z Compiling cpufeatures v0.2.17
13902026-05-06T13:08:57.609Z Compiling futures-sink v0.3.32
13912026-05-06T13:08:57.622Z Compiling getrandom v0.4.1
13922026-05-06T13:08:57.645Z Compiling futures-io v0.3.32
13932026-05-06T13:08:57.715Z Compiling futures-channel v0.3.32
13942026-05-06T13:08:57.805Z Compiling slab v0.4.12
13952026-05-06T13:08:57.826Z Compiling futures-task v0.3.32
13962026-05-06T13:08:57.915Z Compiling getrandom v0.3.4
13972026-05-06T13:08:57.950Z Compiling rustversion v1.0.22
13982026-05-06T13:08:57.985Z Compiling rand_core v0.10.0
13992026-05-06T13:08:57.985Z Compiling indexmap v2.14.0
14002026-05-06T13:08:57.988Z Compiling form_urlencoded v1.2.2
14012026-05-06T13:08:58.321Z Compiling cmake v0.1.57
14022026-05-06T13:08:58.380Z Compiling fs_extra v1.3.0
14032026-05-06T13:08:58.563Z Compiling synstructure v0.13.2
14042026-05-06T13:08:58.648Z Compiling dunce v1.0.5
14052026-05-06T13:08:58.677Z Compiling base64ct v1.8.3
14062026-05-06T13:08:58.720Z Compiling ident_case v1.0.1
14072026-05-06T13:08:58.745Z Compiling aws-lc-sys v0.37.1
14082026-05-06T13:08:58.816Z Compiling flagset v0.4.7
14092026-05-06T13:08:58.841Z Compiling rand_core v0.9.5
14102026-05-06T13:08:58.916Z Compiling rustix v1.1.3
14112026-05-06T13:08:58.930Z Compiling pem-rfc7468 v0.7.0
14122026-05-06T13:08:58.955Z Compiling iana-time-zone v0.1.65
14132026-05-06T13:08:59.012Z Compiling ring v0.17.14
14142026-05-06T13:08:59.150Z Compiling uuid v1.23.0
14152026-05-06T13:08:59.165Z Compiling rustc_version v0.4.1
14162026-05-06T13:08:59.186Z Compiling regex-syntax v0.8.10
14172026-05-06T13:08:59.246Z Compiling aws-lc-rs v1.16.0
14182026-05-06T13:08:59.494Z Compiling vcpkg v0.2.15
14192026-05-06T13:08:59.531Z Compiling tracing-core v0.1.36
14202026-05-06T13:08:59.861Z Compiling pest_generator v2.8.6
14212026-05-06T13:09:00.082Z Compiling serde_derive_internals v0.29.1
14222026-05-06T13:09:00.241Z Compiling openssl-sys v0.9.114
14232026-05-06T13:09:00.310Z Compiling serde_derive v1.0.228
14242026-05-06T13:09:00.577Z Compiling zeroize_derive v1.4.3
14252026-05-06T13:09:00.670Z Compiling zerofrom-derive v0.1.6
14262026-05-06T13:09:00.758Z Compiling yoke-derive v0.8.1
14272026-05-06T13:09:00.982Z Compiling zerocopy-derive v0.8.40
14282026-05-06T13:09:01.205Z Compiling zeroize v1.8.2
14292026-05-06T13:09:01.530Z Compiling zerovec-derive v0.11.2
14302026-05-06T13:09:01.922Z Compiling displaydoc v0.2.5
14312026-05-06T13:09:01.999Z Compiling crypto-common v0.1.7
14322026-05-06T13:09:02.055Z Compiling zerofrom v0.1.6
14332026-05-06T13:09:02.146Z Compiling block-buffer v0.10.4
14342026-05-06T13:09:02.182Z Compiling yoke v0.8.1
14352026-05-06T13:09:02.313Z Compiling digest v0.10.7
14362026-05-06T13:09:02.367Z Compiling tokio-macros v2.7.0
14372026-05-06T13:09:02.556Z Compiling hmac v0.12.1
14382026-05-06T13:09:02.628Z Compiling zerovec v0.11.5
14392026-05-06T13:09:02.655Z Compiling zerotrie v0.2.3
14402026-05-06T13:09:02.707Z Compiling futures-macro v0.3.32
14412026-05-06T13:09:02.954Z Compiling block-padding v0.3.3
14422026-05-06T13:09:03.069Z Compiling tinystr v0.8.2
14432026-05-06T13:09:03.113Z Compiling potential_utf v0.1.4
14442026-05-06T13:09:03.127Z Compiling inout v0.1.4
14452026-05-06T13:09:03.269Z Compiling icu_locale_core v2.1.1
14462026-05-06T13:09:03.272Z Compiling icu_collections v2.1.1
14472026-05-06T13:09:03.296Z Compiling cipher v0.4.4
14482026-05-06T13:09:03.486Z Compiling futures-util v0.3.32
14492026-05-06T13:09:03.547Z Compiling sha2 v0.10.9
14502026-05-06T13:09:03.648Z Compiling der_derive v0.7.3
14512026-05-06T13:09:03.747Z Compiling bytes v1.11.1
14522026-05-06T13:09:03.762Z Compiling chrono v0.4.44
14532026-05-06T13:09:04.006Z Compiling icu_provider v2.1.1
14542026-05-06T13:09:04.304Z Compiling tokio v1.52.1
14552026-05-06T13:09:04.347Z Compiling icu_normalizer v2.1.1
14562026-05-06T13:09:04.590Z Compiling icu_properties v2.1.2
14572026-05-06T13:09:04.866Z Compiling der v0.7.10
14582026-05-06T13:09:04.914Z Compiling http v1.4.0
14592026-05-06T13:09:05.111Z Compiling salsa20 v0.10.2
14602026-05-06T13:09:05.248Z Compiling ppv-lite86 v0.2.21
14612026-05-06T13:09:05.359Z Compiling pbkdf2 v0.12.2
14622026-05-06T13:09:05.474Z Compiling idna_adapter v1.2.1
14632026-05-06T13:09:05.559Z Compiling thiserror-impl v2.0.18
14642026-05-06T13:09:05.611Z Compiling idna v1.1.0
14652026-05-06T13:09:05.666Z Compiling spki v0.7.3
14662026-05-06T13:09:05.696Z Compiling rand_chacha v0.9.0
14672026-05-06T13:09:05.790Z Compiling scrypt v0.11.0
14682026-05-06T13:09:05.866Z Compiling cbc v0.1.2
14692026-05-06T13:09:06.015Z Compiling url v2.5.8
14702026-05-06T13:09:06.029Z Compiling aes v0.8.4
14712026-05-06T13:09:06.042Z Compiling rustls-pki-types v1.14.0
14722026-05-06T13:09:06.240Z Compiling tracing-attributes v0.1.31
14732026-05-06T13:09:06.381Z Compiling rand v0.9.2
14742026-05-06T13:09:06.473Z Compiling pkcs5 v0.7.1
14752026-05-06T13:09:06.819Z Compiling http-body v1.0.1
14762026-05-06T13:09:06.889Z Compiling thiserror v2.0.18
14772026-05-06T13:09:06.985Z Compiling httparse v1.10.1
14782026-05-06T13:09:07.001Z Compiling base64 v0.22.1
14792026-05-06T13:09:07.032Z Compiling schemars v0.8.22
14802026-05-06T13:09:07.131Z Compiling untrusted v0.7.1
14812026-05-06T13:09:07.219Z Compiling openssl-probe v0.2.1
14822026-05-06T13:09:07.234Z Compiling untrusted v0.9.0
14832026-05-06T13:09:07.277Z Compiling pkcs8 v0.10.2
14842026-05-06T13:09:07.329Z Compiling schemars_derive v0.8.22
14852026-05-06T13:09:07.364Z Compiling pest_derive v2.8.6
14862026-05-06T13:09:07.393Z Compiling scroll_derive v0.13.1
14872026-05-06T13:09:07.575Z Compiling darling_core v0.20.11
14882026-05-06T13:09:07.591Z Compiling tracing v0.1.44
14892026-05-06T13:09:07.777Z Compiling tower-layer v0.3.3
14902026-05-06T13:09:07.861Z Compiling dyn-clone v1.0.20
14912026-05-06T13:09:07.935Z Compiling tower-service v0.3.3
14922026-05-06T13:09:07.991Z Compiling rustls v0.23.37
14932026-05-06T13:09:08.029Z Compiling tokio-util v0.7.18
14942026-05-06T13:09:08.206Z Compiling atomic-waker v1.1.2
14952026-05-06T13:09:08.211Z Compiling try-lock v0.2.5
14962026-05-06T13:09:08.288Z Compiling tinyvec_macros v0.1.1
14972026-05-06T13:09:08.291Z Compiling want v0.3.1
14982026-05-06T13:09:08.370Z Compiling tinyvec v1.10.0
14992026-05-06T13:09:08.451Z Compiling scroll v0.13.0
15002026-05-06T13:09:08.709Z Compiling h2 v0.4.13
15012026-05-06T13:09:09.012Z Compiling ipnet v2.11.0
15022026-05-06T13:09:09.034Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15032026-05-06T13:09:09.085Z Compiling spin v0.9.8
15042026-05-06T13:09:09.290Z Compiling aho-corasick v1.1.4
15052026-05-06T13:09:09.405Z Compiling crc32fast v1.5.0
15062026-05-06T13:09:09.498Z Compiling time-core v0.1.8
15072026-05-06T13:09:09.649Z Compiling foreign-types-shared v0.1.1
15082026-05-06T13:09:09.677Z Compiling powerfmt v0.2.0
15092026-05-06T13:09:09.737Z Compiling httpdate v1.0.3
15102026-05-06T13:09:09.799Z Compiling darling_macro v0.20.11
15112026-05-06T13:09:09.837Z Compiling pin-utils v0.1.0
15122026-05-06T13:09:09.875Z Compiling num-conv v0.2.0
15132026-05-06T13:09:09.909Z Compiling openssl v0.10.78
15142026-05-06T13:09:09.945Z Compiling deranged v0.5.8
15152026-05-06T13:09:09.961Z Compiling foreign-types v0.3.2
15162026-05-06T13:09:10.000Z Compiling time-macros v0.2.27
15172026-05-06T13:09:10.030Z Compiling tempfile v3.25.0
15182026-05-06T13:09:10.149Z Compiling regex-automata v0.4.14
15192026-05-06T13:09:10.250Z Compiling darling v0.20.11
15202026-05-06T13:09:10.394Z Compiling goblin v0.10.5
15212026-05-06T13:09:10.951Z Compiling openssl-macros v0.1.1
15222026-05-06T13:09:11.044Z Compiling wait-timeout v0.2.1
15232026-05-06T13:09:11.310Z Compiling syn v1.0.109
15242026-05-06T13:09:11.332Z Compiling num_threads v0.1.7
15252026-05-06T13:09:11.437Z Compiling usdt-impl v0.6.0
15262026-05-06T13:09:11.444Z Compiling crossbeam-utils v0.8.21
15272026-05-06T13:09:11.657Z Compiling hyper v1.8.1
15282026-05-06T13:09:11.671Z Compiling bit-vec v0.8.0
15292026-05-06T13:09:11.751Z Compiling siphasher v1.0.2
15302026-05-06T13:09:11.902Z Compiling native-tls v0.2.18
15312026-05-06T13:09:11.937Z Compiling simd-adler32 v0.3.8
15322026-05-06T13:09:12.101Z Compiling quick-error v1.2.3
15332026-05-06T13:09:12.182Z Compiling rusty-fork v0.3.1
15342026-05-06T13:09:12.229Z Compiling bit-set v0.8.0
15352026-05-06T13:09:12.478Z Compiling time v0.3.47
15362026-05-06T13:09:12.864Z Compiling hyper-util v0.1.20
15372026-05-06T13:09:13.242Z Compiling dof v0.4.0
15382026-05-06T13:09:14.052Z Compiling derive_builder_core v0.20.2
15392026-05-06T13:09:14.227Z Compiling unicode-normalization v0.1.25
15402026-05-06T13:09:14.387Z Compiling dtrace-parser v0.3.0
15412026-05-06T13:09:14.546Z Compiling rustls-native-certs v0.8.3
15422026-05-06T13:09:14.600Z Compiling signature v2.2.0
15432026-05-06T13:09:14.671Z Compiling thiserror-impl v1.0.69
15442026-05-06T13:09:14.774Z Compiling scroll_derive v0.12.1
15452026-05-06T13:09:14.827Z Compiling heapless v0.7.17
15462026-05-06T13:09:14.915Z Compiling rand_xorshift v0.4.0
15472026-05-06T13:09:15.064Z Compiling slog v2.8.2
15482026-05-06T13:09:15.079Z Compiling darling_core v0.21.3
15492026-05-06T13:09:15.105Z Compiling bzip2-sys v0.1.13+1.0.8
15502026-05-06T13:09:15.240Z Compiling sync_wrapper v1.0.2
15512026-05-06T13:09:15.351Z Compiling thread-id v5.1.0
15522026-05-06T13:09:15.370Z Compiling cookie v0.18.1
15532026-05-06T13:09:15.385Z Compiling paste v1.0.15
15542026-05-06T13:09:15.416Z Compiling anyhow v1.0.102
15552026-05-06T13:09:15.429Z Compiling zstd-safe v7.2.4
15562026-05-06T13:09:15.546Z Compiling unicode-properties v0.1.4
15572026-05-06T13:09:15.615Z Compiling signal-hook v0.3.18
15582026-05-06T13:09:15.638Z Compiling unarray v0.1.4
15592026-05-06T13:09:15.708Z Compiling adler2 v2.0.1
15602026-05-06T13:09:15.746Z Compiling unicode-bidi v0.3.18
15612026-05-06T13:09:15.761Z Compiling allocator-api2 v0.2.21
15622026-05-06T13:09:15.800Z Compiling miniz_oxide v0.8.9
15632026-05-06T13:09:15.841Z Compiling proptest v1.10.0
15642026-05-06T13:09:15.936Z Compiling thiserror v1.0.69
15652026-05-06T13:09:16.076Z Compiling stringprep v0.1.5
15662026-05-06T13:09:16.273Z Compiling scroll v0.12.0
15672026-05-06T13:09:16.552Z Compiling tower v0.5.3
15682026-05-06T13:09:16.654Z Compiling derive_builder_macro v0.20.2
15692026-05-06T13:09:17.097Z Compiling ipnetwork v0.21.1
15702026-05-06T13:09:17.147Z Compiling http-body-util v0.1.3
15712026-05-06T13:09:17.210Z Compiling webpki-roots v1.0.6
15722026-05-06T13:09:17.335Z Compiling rand_chacha v0.3.1
15732026-05-06T13:09:17.388Z Compiling serde_spanned v0.6.9
15742026-05-06T13:09:17.484Z Compiling serde_tokenstream v0.2.3
15752026-05-06T13:09:17.531Z Compiling erased-serde v0.3.31
15762026-05-06T13:09:17.563Z Compiling toml_datetime v0.6.11
15772026-05-06T13:09:17.566Z Compiling darling_macro v0.21.3
15782026-05-06T13:09:17.792Z Compiling md-5 v0.10.6
15792026-05-06T13:09:17.835Z Compiling zerocopy-derive v0.7.35
15802026-05-06T13:09:17.963Z Compiling curve25519-dalek v4.1.3
15812026-05-06T13:09:18.010Z Compiling vergen-lib v0.1.6
15822026-05-06T13:09:18.031Z Compiling num-integer v0.1.46
15832026-05-06T13:09:18.148Z Compiling hash32 v0.2.1
15842026-05-06T13:09:18.187Z Compiling ff v0.13.1
15852026-05-06T13:09:18.293Z Compiling memoffset v0.9.1
15862026-05-06T13:09:18.322Z Compiling smoltcp v0.9.1
15872026-05-06T13:09:18.338Z Compiling zlib-rs v0.6.2
15882026-05-06T13:09:18.352Z Compiling litrs v1.0.0
15892026-05-06T13:09:18.481Z Compiling fallible-iterator v0.2.0
15902026-05-06T13:09:18.649Z Compiling base16ct v0.2.0
15912026-05-06T13:09:18.681Z Compiling iri-string v0.7.10
15922026-05-06T13:09:18.792Z Compiling ref-cast v1.0.25
15932026-05-06T13:09:18.826Z Compiling num-bigint-dig v0.8.6
15942026-05-06T13:09:18.847Z Compiling psl-types v2.0.11
15952026-05-06T13:09:18.971Z Compiling cfg_aliases v0.2.1
15962026-05-06T13:09:19.007Z Compiling ryu v1.0.23
15972026-05-06T13:09:19.046Z Compiling rustix v0.38.44
15982026-05-06T13:09:19.129Z Compiling serde_urlencoded v0.7.1
15992026-05-06T13:09:19.185Z Compiling nix v0.31.2
16002026-05-06T13:09:19.405Z Compiling publicsuffix v2.3.0
16012026-05-06T13:09:19.479Z Compiling document-features v0.2.12
16022026-05-06T13:09:19.547Z Compiling sec1 v0.7.3
16032026-05-06T13:09:19.572Z Compiling postgres-protocol v0.6.10
16042026-05-06T13:09:19.820Z Compiling tower-http v0.6.8
16052026-05-06T13:09:20.054Z Compiling zerocopy v0.7.35
16062026-05-06T13:09:20.209Z Compiling group v0.13.0
16072026-05-06T13:09:20.236Z Compiling num-iter v0.1.45
16082026-05-06T13:09:20.375Z Compiling newtype-uuid v1.3.2
16092026-05-06T13:09:20.390Z Compiling darling v0.21.3
16102026-05-06T13:09:20.583Z Compiling rand v0.8.5
16112026-05-06T13:09:20.685Z Compiling oxnet v0.1.4
16122026-05-06T13:09:20.793Z Compiling derive_builder v0.20.2
16132026-05-06T13:09:20.796Z Compiling hubpack_derive v0.1.1
16142026-05-06T13:09:20.866Z Compiling tokio-native-tls v0.3.1
16152026-05-06T13:09:21.034Z Compiling goblin v0.8.2
16162026-05-06T13:09:21.129Z Compiling flate2 v1.1.9
16172026-05-06T13:09:21.586Z Compiling regex v1.12.3
16182026-05-06T13:09:21.629Z Compiling phf_shared v0.13.1
16192026-05-06T13:09:21.799Z Compiling lazy_static v1.5.0
16202026-05-06T13:09:21.812Z Compiling cargo-platform v0.1.9
16212026-05-06T13:09:21.826Z Compiling hkdf v0.12.4
16222026-05-06T13:09:21.865Z Compiling crypto-bigint v0.5.5
16232026-05-06T13:09:21.891Z Compiling terminal_size v0.4.3
16242026-05-06T13:09:21.991Z Compiling async-trait v0.1.89
16252026-05-06T13:09:22.026Z Compiling strum_macros v0.27.2
16262026-05-06T13:09:22.040Z Compiling ref-cast-impl v1.0.25
16272026-05-06T13:09:22.066Z Compiling daft-derive v0.1.5
16282026-05-06T13:09:22.572Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-06T13:09:22.770Z Compiling vergen v9.0.6
16302026-05-06T13:09:22.953Z Compiling fs-err v3.3.0
16312026-05-06T13:09:23.001Z Compiling ahash v0.8.12
16322026-05-06T13:09:23.144Z Compiling libbz2-rs-sys v0.2.2
16332026-05-06T13:09:23.200Z Compiling bumpalo v3.20.2
16342026-05-06T13:09:23.215Z Compiling managed v0.8.0
16352026-05-06T13:09:23.425Z Compiling foldhash v0.1.5
16362026-05-06T13:09:23.448Z Compiling unicode-segmentation v1.12.0
16372026-05-06T13:09:23.592Z Compiling bitflags v1.3.2
16382026-05-06T13:09:23.671Z Compiling winnow v0.5.40
16392026-05-06T13:09:23.812Z Compiling foldhash v0.2.0
16402026-05-06T13:09:23.834Z Compiling object v0.37.3
16412026-05-06T13:09:23.978Z Compiling strum v0.27.2
16422026-05-06T13:09:23.978Z Compiling hashbrown v0.16.1
16432026-05-06T13:09:24.112Z Compiling hashbrown v0.15.5
16442026-05-06T13:09:24.177Z Compiling bzip2 v0.6.1
16452026-05-06T13:09:24.351Z Compiling zopfli v0.8.3
16462026-05-06T13:09:24.546Z Compiling dof v0.3.0
16472026-05-06T13:09:24.646Z Compiling clap_builder v4.5.60
16482026-05-06T13:09:24.950Z Compiling toml_edit v0.19.15
16492026-05-06T13:09:25.027Z Compiling elliptic-curve v0.13.8
16502026-05-06T13:09:25.056Z Compiling daft v0.1.5
16512026-05-06T13:09:25.326Z Compiling cargo_metadata v0.19.2
16522026-05-06T13:09:25.416Z Compiling phf v0.13.1
16532026-05-06T13:09:25.578Z Compiling signal-hook-mio v0.2.5
16542026-05-06T13:09:26.076Z Compiling cookie_store v0.22.1
16552026-05-06T13:09:26.697Z Compiling hubpack v0.1.2
16562026-05-06T13:09:26.735Z Compiling zstd v0.13.3
16572026-05-06T13:09:26.852Z Compiling hyper-tls v0.6.0
16582026-05-06T13:09:26.913Z Compiling bzip2 v0.4.4
16592026-05-06T13:09:26.998Z Compiling serde_with_macros v3.17.0
16602026-05-06T13:09:27.123Z Compiling postgres-types v0.2.12
16612026-05-06T13:09:27.566Z Compiling usdt-attr-macro v0.6.0
16622026-05-06T13:09:27.585Z Compiling usdt-macro v0.6.0
16632026-05-06T13:09:27.631Z Compiling dtrace-parser v0.2.0
16642026-05-06T13:09:27.670Z Compiling ed25519 v2.2.3
16652026-05-06T13:09:28.114Z Compiling bstr v1.12.1
16662026-05-06T13:09:28.283Z Compiling phf_shared v0.11.3
16672026-05-06T13:09:28.301Z Compiling pkcs1 v0.7.5
16682026-05-06T13:09:28.354Z Compiling hex v0.4.3
16692026-05-06T13:09:28.377Z Compiling serde-big-array v0.5.1
16702026-05-06T13:09:28.460Z Compiling rfc6979 v0.4.0
16712026-05-06T13:09:28.518Z Compiling strum_macros v0.26.4
16722026-05-06T13:09:28.571Z Compiling serde_repr v0.1.20
16732026-05-06T13:09:28.585Z Compiling enum-as-inner v0.6.1
16742026-05-06T13:09:28.618Z Compiling clap_derive v4.5.55
16752026-05-06T13:09:28.696Z Compiling float-cmp v0.10.0
16762026-05-06T13:09:28.753Z Compiling thread-id v4.2.2
16772026-05-06T13:09:28.838Z Compiling memmap2 v0.9.10
16782026-05-06T13:09:28.841Z Compiling env_filter v1.0.0
16792026-05-06T13:09:29.060Z Compiling encoding_rs v0.8.35
16802026-05-06T13:09:29.074Z Compiling data-encoding v2.10.0
16812026-05-06T13:09:29.087Z Compiling normalize-line-endings v0.3.0
16822026-05-06T13:09:29.135Z Compiling fixedbitset v0.5.7
16832026-05-06T13:09:29.180Z Compiling mime v0.3.17
16842026-05-06T13:09:29.435Z Compiling precomputed-hash v0.1.1
16852026-05-06T13:09:29.435Z Compiling fixedbitset v0.4.2
16862026-05-06T13:09:29.527Z Compiling jiff v0.2.21
16872026-05-06T13:09:29.665Z Compiling either v1.15.0
16882026-05-06T13:09:29.747Z Compiling whoami v2.1.0
16892026-05-06T13:09:29.875Z Compiling difflib v0.4.0
16902026-05-06T13:09:30.119Z Compiling predicates-core v1.0.10
16912026-05-06T13:09:30.251Z Compiling keccak v0.1.6
16922026-05-06T13:09:30.300Z Compiling rustc-hash v2.1.1
16932026-05-06T13:09:30.345Z Compiling new_debug_unreachable v1.0.6
16942026-05-06T13:09:30.422Z Compiling static_assertions v1.1.0
16952026-05-06T13:09:30.437Z Compiling string_cache v0.8.9
16962026-05-06T13:09:30.449Z Compiling sha3 v0.10.8
16972026-05-06T13:09:30.499Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16982026-05-06T13:09:30.565Z Compiling iddqd v0.3.18
16992026-05-06T13:09:30.657Z Compiling clap v4.5.60
17002026-05-06T13:09:30.742Z Compiling strum v0.26.3
17012026-05-06T13:09:30.875Z Compiling predicates v3.1.4
17022026-05-06T13:09:30.901Z Compiling tokio-postgres v0.7.16
17032026-05-06T13:09:30.960Z Compiling itertools v0.13.0
17042026-05-06T13:09:31.056Z Compiling petgraph v0.6.5
17052026-05-06T13:09:31.549Z Compiling hickory-proto v0.25.2
17062026-05-06T13:09:31.724Z Compiling petgraph v0.8.3
17072026-05-06T13:09:32.211Z Compiling zip v4.6.1
17082026-05-06T13:09:32.586Z Compiling toml_edit v0.22.27
17092026-05-06T13:09:33.133Z Compiling usdt v0.6.0
17102026-05-06T13:09:33.166Z Compiling env_logger v0.11.9
17112026-05-06T13:09:33.366Z Compiling usdt-impl v0.5.0
17122026-05-06T13:09:33.391Z Compiling serde_with v3.17.0
17132026-05-06T13:09:33.523Z Compiling ecdsa v0.16.9
17142026-05-06T13:09:33.665Z Compiling similar v2.7.0
17152026-05-06T13:09:33.705Z Compiling rsa v0.9.10
17162026-05-06T13:09:33.908Z Compiling crossterm v0.28.1
17172026-05-06T13:09:33.945Z Compiling ed25519-dalek v2.2.0
17182026-05-06T13:09:34.606Z Compiling zip v0.6.6
17192026-05-06T13:09:36.074Z Compiling toml v0.7.8
17202026-05-06T13:09:36.080Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-05-06T13:09:36.080Z Compiling heck v0.4.1
17222026-05-06T13:09:36.080Z Compiling crossbeam-epoch v0.9.18
17232026-05-06T13:09:36.080Z Compiling tokio-stream v0.1.18
17242026-05-06T13:09:36.080Z Compiling buf-list v1.1.2
17252026-05-06T13:09:36.080Z Compiling x509-cert v0.2.5
17262026-05-06T13:09:36.176Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17272026-05-06T13:09:36.195Z Compiling openapiv3 v2.2.0
17282026-05-06T13:09:36.209Z Compiling sha1 v0.10.6
17292026-05-06T13:09:36.291Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-05-06T13:09:36.425Z Compiling peg-runtime v0.8.5
17312026-05-06T13:09:36.513Z Compiling lalrpop-util v0.19.12
17322026-05-06T13:09:36.610Z Compiling thread_local v1.1.9
17332026-05-06T13:09:36.709Z Compiling slog-async v2.8.0
17342026-05-06T13:09:36.732Z Compiling crossbeam-channel v0.5.15
17352026-05-06T13:09:36.871Z Compiling futures-executor v0.3.32
17362026-05-06T13:09:37.025Z Compiling is-terminal v0.4.17
17372026-05-06T13:09:37.041Z Compiling filetime v0.2.27
17382026-05-06T13:09:37.124Z Compiling take_mut v0.2.2
17392026-05-06T13:09:37.138Z Compiling xattr v1.6.1
17402026-05-06T13:09:37.198Z Compiling term v1.2.1
17412026-05-06T13:09:37.239Z Compiling futures v0.3.32
17422026-05-06T13:09:37.303Z Compiling tar v0.4.45
17432026-05-06T13:09:37.619Z Compiling slog-term v2.9.2
17442026-05-06T13:09:44.176Z Compiling rustls-webpki v0.103.9
17452026-05-06T13:09:46.952Z Compiling tokio-rustls v0.26.4
17462026-05-06T13:09:46.952Z Compiling rustls-platform-verifier v0.6.2
17472026-05-06T13:09:47.156Z Compiling hyper-rustls v0.27.7
17482026-05-06T13:09:47.354Z Compiling reqwest v0.13.2
17492026-05-06T13:09:47.359Z Compiling reqwest v0.12.28
17502026-05-06T13:09:49.420Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-05-06T13:09:49.636Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-05-06T13:09:52.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17532026-05-06T13:09:52.577Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-05-06T13:09:52.635ZMay 06 13:09:51.002 INFO Starting download, target: Cockroach
17552026-05-06T13:09:52.635ZMay 06 13:09:51.003 INFO Starting download, target: Console
17562026-05-06T13:09:52.635ZMay 06 13:09:51.003 INFO Starting download, target: DendriteStub
17572026-05-06T13:09:52.635ZMay 06 13:09:51.003 INFO Starting download, target: Clickhouse
17582026-05-06T13:09:52.636ZMay 06 13:09:51.003 INFO Starting download, target: MaghemiteMgd
17592026-05-06T13:09:52.636ZMay 06 13:09:51.003 INFO Starting download, target: TransceiverControl
17602026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-06T13:09:52.639ZMay 06 13:09:51.003 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-05-06T13:09:53.210ZMay 06 13:09:51.564 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-05-06T13:09:53.410ZMay 06 13:09:51.773 INFO Download complete, target: TransceiverControl
17682026-05-06T13:09:53.681ZMay 06 13:09:52.023 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-05-06T13:09:53.902ZMay 06 13:09:52.254 INFO Download complete, target: Console
17702026-05-06T13:09:54.292ZMay 06 13:09:52.653 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-05-06T13:09:54.477ZMay 06 13:09:52.843 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-05-06T13:09:54.709ZMay 06 13:09:53.073 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-05-06T13:09:54.858ZMay 06 13:09:53.224 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-05-06T13:09:54.858ZMay 06 13:09:53.224 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-05-06T13:09:56.685ZMay 06 13:09:55.052 INFO Download complete, target: DendriteStub
17762026-05-06T13:09:56.877ZMay 06 13:09:55.244 INFO Download complete, target: MaghemiteMgd
17772026-05-06T13:09:59.523ZMay 06 13:09:57.888 INFO Checking that binary works, target: Cockroach
17782026-05-06T13:09:59.618ZMay 06 13:09:57.984 INFO Download complete, target: Cockroach
17792026-05-06T13:10:01.553ZMay 06 13:09:59.919 INFO Checking that binary works, target: Clickhouse
17802026-05-06T13:10:01.664ZMay 06 13:10:00.030 INFO Download complete, target: Clickhouse
17812026-05-06T13:10:01.676ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-05-06T13:10:01.679Z
17832026-05-06T13:10:01.679Zreal 3:13.570781503
17842026-05-06T13:10:01.679Zuser 7:16.722097342
17852026-05-06T13:10:01.679Zsys 1:24.198713480
17862026-05-06T13:10:01.679Ztrap 0.215579887
17872026-05-06T13:10:01.680Ztflt 0.604356670
17882026-05-06T13:10:01.680Zdflt 0.578574670
17892026-05-06T13:10:01.680Zkflt 0.022639696
17902026-05-06T13:10:01.680Zlock 21:01.692340730
17912026-05-06T13:10:01.680Zslp 21:45.938088122
17922026-05-06T13:10:01.680Zlat 43.636188168
17932026-05-06T13:10:01.680Zstop 2:02.417616347
17942026-05-06T13:10:01.680Z+ banner hack-check
17952026-05-06T13:10:01.680Z
17962026-05-06T13:10:01.680Z # # ## #### # # #### # # ###### #### # #
17972026-05-06T13:10:01.680Z # # # # # # # # # # # # # # # # #
17982026-05-06T13:10:01.680Z ###### # # # #### ##### # ###### ##### # ####
17992026-05-06T13:10:01.680Z # # ###### # # # # # # # # # #
18002026-05-06T13:10:01.680Z # # # # # # # # # # # # # # # # #
18012026-05-06T13:10:01.680Z # # # # #### # # #### # # ###### #### # #
18022026-05-06T13:10:01.680Z
18032026-05-06T13:10:01.680Z+ export CARGO_INCREMENTAL=0
18042026-05-06T13:10:01.680Z+ CARGO_INCREMENTAL=0
18052026-05-06T13:10:01.680Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-05-06T13:10:02.209Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-05-06T13:10:02.424Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-05-06T13:10:04.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18092026-05-06T13:10:04.359Z Running `target/debug/xtask check-features --ci`
18102026-05-06T13:10:04.385Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-05-06T13:10:04.389Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-05-06T13:10:04.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18132026-05-06T13:10:04.897Z Running `target/debug/xtask download cargo-hack`
18142026-05-06T13:10:05.677Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-05-06T13:10:05.983Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-05-06T13:10:08.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18172026-05-06T13:10:08.632Z Running `target/debug/xtask-downloader cargo-hack`
18182026-05-06T13:10:08.677ZMay 06 13:10:07.042 INFO Starting download, target: CargoHack
18192026-05-06T13:10:08.680ZMay 06 13:10:07.042 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-05-06T13:10:09.065ZMay 06 13:10:07.430 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-05-06T13:10:09.115ZMay 06 13:10:07.479 INFO Download complete, target: CargoHack
18222026-05-06T13:10:09.118Zrunning: "/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"
18232026-05-06T13:10:09.129Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-05-06T13:10:09.280Zinfo: running `cargo check --bins` on api_identity (1/274)
18252026-05-06T13:10:09.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-06T13:10:09.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-06T13:10:09.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-06T13:10:09.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-05-06T13:10:09.856Z
18302026-05-06T13:10:09.856Zinfo: running `cargo check --bins` on bootstore (2/274)
18312026-05-06T13:10:10.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-06T13:10:10.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-06T13:10:10.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-06T13:10:10.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-05-06T13:10:10.429Z
18362026-05-06T13:10:10.429Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18372026-05-06T13:10:10.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-06T13:10:10.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-06T13:10:10.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-06T13:10:10.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18412026-05-06T13:10:10.997Z
18422026-05-06T13:10:10.998Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18432026-05-06T13:10:11.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-06T13:10:11.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-06T13:10:11.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-06T13:10:11.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18472026-05-06T13:10:11.569Z
18482026-05-06T13:10:11.569Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18492026-05-06T13:10:12.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-06T13:10:12.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-06T13:10:12.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-06T13:10:12.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-05-06T13:10:12.144Z
18542026-05-06T13:10:12.144Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18552026-05-06T13:10:12.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-06T13:10:12.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-06T13:10:12.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-06T13:10:12.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18592026-05-06T13:10:12.736Z
18602026-05-06T13:10:12.736Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18612026-05-06T13:10:13.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-06T13:10:13.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-06T13:10:13.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-06T13:10:13.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18652026-05-06T13:10:13.324Z
18662026-05-06T13:10:13.324Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18672026-05-06T13:10:13.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-06T13:10:13.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-06T13:10:13.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-06T13:10:13.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18712026-05-06T13:10:13.910Z
18722026-05-06T13:10:13.911Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18732026-05-06T13:10:14.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-06T13:10:14.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-06T13:10:14.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-06T13:10:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-06T13:10:14.378Z
18782026-05-06T13:10:14.378Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18792026-05-06T13:10:14.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-06T13:10:14.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-06T13:10:14.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-06T13:10:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-06T13:10:14.848Z
18842026-05-06T13:10:14.848Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18852026-05-06T13:10:15.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-06T13:10:15.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-06T13:10:15.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-06T13:10:15.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-06T13:10:15.313Z
18902026-05-06T13:10:15.313Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18912026-05-06T13:10:15.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-06T13:10:15.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-06T13:10:15.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-06T13:10:15.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-06T13:10:15.780Z
18962026-05-06T13:10:15.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18972026-05-06T13:10:16.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-06T13:10:16.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-06T13:10:16.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-06T13:10:16.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-06T13:10:16.247Z
19022026-05-06T13:10:16.247Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19032026-05-06T13:10:16.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-06T13:10:16.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-06T13:10:16.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-06T13:10:16.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-06T13:10:16.710Z
19082026-05-06T13:10:16.710Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19092026-05-06T13:10:17.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-06T13:10:17.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-06T13:10:17.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-06T13:10:17.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-06T13:10:17.180Z
19142026-05-06T13:10:17.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19152026-05-06T13:10:17.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-06T13:10:17.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-06T13:10:17.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-06T13:10:17.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-06T13:10:17.647Z
19202026-05-06T13:10:17.647Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19212026-05-06T13:10:18.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-06T13:10:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-06T13:10:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-06T13:10:18.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-06T13:10:18.115Z
19262026-05-06T13:10:18.115Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19272026-05-06T13:10:18.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-06T13:10:18.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-06T13:10:18.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-06T13:10:18.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-06T13:10:18.580Z
19322026-05-06T13:10:18.580Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19332026-05-06T13:10:18.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-06T13:10:18.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-06T13:10:18.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-06T13:10:18.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-06T13:10:19.048Z
19382026-05-06T13:10:19.048Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19392026-05-06T13:10:19.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-06T13:10:19.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-06T13:10:19.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-06T13:10:19.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-05-06T13:10:19.515Z
19442026-05-06T13:10:19.515Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19452026-05-06T13:10:19.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-06T13:10:19.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-06T13:10:19.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-06T13:10:19.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-06T13:10:19.985Z
19502026-05-06T13:10:19.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19512026-05-06T13:10:20.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-06T13:10:20.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-06T13:10:20.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-06T13:10:20.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-06T13:10:20.452Z
19562026-05-06T13:10:20.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19572026-05-06T13:10:20.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-06T13:10:20.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-06T13:10:20.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-06T13:10:20.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-05-06T13:10:20.921Z
19622026-05-06T13:10:20.921Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19632026-05-06T13:10:21.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-06T13:10:21.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-06T13:10:21.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-06T13:10:21.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-06T13:10:21.387Z
19682026-05-06T13:10:21.387Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19692026-05-06T13:10:21.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-06T13:10:21.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-06T13:10:21.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-06T13:10:21.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-06T13:10:21.856Z
19742026-05-06T13:10:21.856Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19752026-05-06T13:10:22.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-06T13:10:22.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-06T13:10:22.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-06T13:10:22.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-06T13:10:22.322Z
19802026-05-06T13:10:22.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19812026-05-06T13:10:22.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-06T13:10:22.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-06T13:10:22.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-06T13:10:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-06T13:10:22.790Z
19862026-05-06T13:10:22.790Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19872026-05-06T13:10:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-06T13:10:23.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-06T13:10:23.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-06T13:10:23.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-06T13:10:23.255Z
19922026-05-06T13:10:23.255Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19932026-05-06T13:10:23.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-06T13:10:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-06T13:10:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-06T13:10:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-06T13:10:23.723Z
19982026-05-06T13:10:23.723Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19992026-05-06T13:10:24.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-06T13:10:24.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-06T13:10:24.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-06T13:10:24.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-06T13:10:24.187Z
20042026-05-06T13:10:24.187Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20052026-05-06T13:10:24.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-06T13:10:24.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-06T13:10:24.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-06T13:10:24.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-06T13:10:24.655Z
20102026-05-06T13:10:24.655Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20112026-05-06T13:10:25.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-06T13:10:25.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-06T13:10:25.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-06T13:10:25.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-06T13:10:25.123Z
20162026-05-06T13:10:25.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20172026-05-06T13:10:25.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-06T13:10:25.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-06T13:10:25.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-06T13:10:25.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-06T13:10:25.588Z
20222026-05-06T13:10:25.588Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20232026-05-06T13:10:25.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-06T13:10:25.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-06T13:10:25.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-06T13:10:26.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-06T13:10:26.053Z
20282026-05-06T13:10:26.053Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20292026-05-06T13:10:26.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-06T13:10:26.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-06T13:10:26.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-06T13:10:26.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-06T13:10:26.516Z
20342026-05-06T13:10:26.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20352026-05-06T13:10:26.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-06T13:10:26.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-06T13:10:26.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-06T13:10:26.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-06T13:10:26.982Z
20402026-05-06T13:10:26.982Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20412026-05-06T13:10:27.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-06T13:10:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-06T13:10:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-06T13:10:27.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-06T13:10:27.448Z
20462026-05-06T13:10:27.448Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20472026-05-06T13:10:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-06T13:10:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-06T13:10:27.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-06T13:10:27.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-06T13:10:27.914Z
20522026-05-06T13:10:27.914Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20532026-05-06T13:10:28.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-06T13:10:28.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-06T13:10:28.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-06T13:10:28.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-06T13:10:28.379Z
20582026-05-06T13:10:28.379Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20592026-05-06T13:10:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-06T13:10:28.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-06T13:10:28.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-06T13:10:28.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-06T13:10:28.847Z
20642026-05-06T13:10:28.847Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20652026-05-06T13:10:29.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-06T13:10:29.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-06T13:10:29.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-06T13:10:29.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-06T13:10:29.313Z
20702026-05-06T13:10:29.313Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20712026-05-06T13:10:29.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-06T13:10:29.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-06T13:10:29.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-06T13:10:29.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-06T13:10:29.782Z
20762026-05-06T13:10:29.782Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20772026-05-06T13:10:30.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-06T13:10:30.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-06T13:10:30.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-06T13:10:30.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-06T13:10:30.251Z
20822026-05-06T13:10:30.251Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20832026-05-06T13:10:30.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-06T13:10:30.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-06T13:10:30.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-06T13:10:30.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-05-06T13:10:30.722Z
20882026-05-06T13:10:30.722Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20892026-05-06T13:10:31.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-06T13:10:31.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-06T13:10:31.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-06T13:10:31.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-05-06T13:10:31.190Z
20942026-05-06T13:10:31.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20952026-05-06T13:10:31.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-06T13:10:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-06T13:10:31.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-06T13:10:31.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20992026-05-06T13:10:31.659Z
21002026-05-06T13:10:31.659Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21012026-05-06T13:10:32.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-06T13:10:32.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-06T13:10:32.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-06T13:10:32.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21052026-05-06T13:10:32.126Z
21062026-05-06T13:10:32.126Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21072026-05-06T13:10:32.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-06T13:10:32.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-06T13:10:32.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-06T13:10:32.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21112026-05-06T13:10:32.594Z
21122026-05-06T13:10:32.594Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21132026-05-06T13:10:33.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-06T13:10:33.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-06T13:10:33.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-06T13:10:33.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-05-06T13:10:33.231Z
21182026-05-06T13:10:33.231Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21192026-05-06T13:10:33.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-06T13:10:33.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-06T13:10:33.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-06T13:10:33.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21232026-05-06T13:10:33.862Z
21242026-05-06T13:10:33.862Zinfo: running `cargo check --bins` on nexus-config (51/274)
21252026-05-06T13:10:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-06T13:10:34.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-06T13:10:34.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-06T13:10:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21292026-05-06T13:10:34.497Z
21302026-05-06T13:10:34.497Zinfo: running `cargo check --bins` on nexus-types (52/274)
21312026-05-06T13:10:35.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-06T13:10:35.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-06T13:10:35.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-06T13:10:35.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21352026-05-06T13:10:35.130Z
21362026-05-06T13:10:35.130Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21372026-05-06T13:10:35.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-06T13:10:35.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-06T13:10:35.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-06T13:10:35.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21412026-05-06T13:10:35.731Z
21422026-05-06T13:10:35.731Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21432026-05-06T13:10:36.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-06T13:10:36.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-06T13:10:36.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-06T13:10:36.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-05-06T13:10:36.310Z
21482026-05-06T13:10:36.310Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21492026-05-06T13:10:36.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-06T13:10:36.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-06T13:10:36.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-06T13:10:36.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-05-06T13:10:36.908Z
21542026-05-06T13:10:36.908Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21552026-05-06T13:10:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-06T13:10:37.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-06T13:10:37.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-06T13:10:37.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-05-06T13:10:37.508Z
21602026-05-06T13:10:37.508Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21612026-05-06T13:10:38.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-06T13:10:38.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-06T13:10:38.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-06T13:10:38.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-05-06T13:10:38.109Z
21662026-05-06T13:10:38.109Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21672026-05-06T13:10:38.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-06T13:10:38.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-06T13:10:38.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-06T13:10:38.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-06T13:10:38.709Z
21722026-05-06T13:10:38.709Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21732026-05-06T13:10:39.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-06T13:10:39.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-06T13:10:39.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-06T13:10:39.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-05-06T13:10:39.288Z
21782026-05-06T13:10:39.288Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21792026-05-06T13:10:39.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-06T13:10:39.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-06T13:10:39.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-06T13:10:39.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-05-06T13:10:39.856Z
21842026-05-06T13:10:39.856Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21852026-05-06T13:10:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-06T13:10:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-06T13:10:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-06T13:10:40.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21892026-05-06T13:10:40.432Z
21902026-05-06T13:10:40.432Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21912026-05-06T13:10:40.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-06T13:10:40.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-06T13:10:40.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-06T13:10:40.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-06T13:10:41.015Z
21962026-05-06T13:10:41.015Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21972026-05-06T13:10:41.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-06T13:10:41.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-06T13:10:41.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-06T13:10:41.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-05-06T13:10:41.615Z
22022026-05-06T13:10:41.615Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22032026-05-06T13:10:42.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-06T13:10:42.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-06T13:10:42.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-06T13:10:42.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-05-06T13:10:42.214Z
22082026-05-06T13:10:42.214Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22092026-05-06T13:10:42.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-06T13:10:42.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-06T13:10:42.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-06T13:10:42.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-06T13:10:42.792Z
22142026-05-06T13:10:42.792Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22152026-05-06T13:10:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-06T13:10:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-06T13:10:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-06T13:10:43.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-06T13:10:43.372Z
22202026-05-06T13:10:43.372Zinfo: running `cargo check --bins` on ereport-types (67/274)
22212026-05-06T13:10:43.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-06T13:10:43.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-06T13:10:43.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-06T13:10:43.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-05-06T13:10:43.958Z
22262026-05-06T13:10:43.958Zinfo: running `cargo check --bins` on gateway-client (68/274)
22272026-05-06T13:10:44.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-06T13:10:44.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-06T13:10:44.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-06T13:10:44.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-06T13:10:44.545Z
22322026-05-06T13:10:44.545Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22332026-05-06T13:10:45.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-06T13:10:45.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-06T13:10:45.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-06T13:10:45.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-05-06T13:10:45.131Z
22382026-05-06T13:10:45.132Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22392026-05-06T13:10:45.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-06T13:10:45.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-06T13:10:45.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-06T13:10:45.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22432026-05-06T13:10:45.717Z
22442026-05-06T13:10:45.717Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22452026-05-06T13:10:46.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-06T13:10:46.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-06T13:10:46.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-06T13:10:46.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-05-06T13:10:46.302Z
22502026-05-06T13:10:46.302Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22512026-05-06T13:10:46.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-06T13:10:46.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-06T13:10:46.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-05-06T13:10:46.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22552026-05-06T13:10:46.891Z
22562026-05-06T13:10:46.891Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22572026-05-06T13:10:47.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-05-06T13:10:47.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-05-06T13:10:47.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-05-06T13:10:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22612026-05-06T13:10:47.497Z
22622026-05-06T13:10:47.497Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22632026-05-06T13:10:48.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-05-06T13:10:48.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-05-06T13:10:48.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-05-06T13:10:48.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22672026-05-06T13:10:48.102Z
22682026-05-06T13:10:48.102Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22692026-05-06T13:10:48.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-05-06T13:10:48.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-05-06T13:10:48.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-05-06T13:10:48.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22732026-05-06T13:10:48.680Z
22742026-05-06T13:10:48.680Zinfo: running `cargo check --bins` on oxlog (76/274)
22752026-05-06T13:10:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-05-06T13:10:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-05-06T13:10:49.285Z Checking cfg-if v1.0.4
22782026-05-06T13:10:49.288Z Checking libc v0.2.185
22792026-05-06T13:10:49.288Z Checking serde_core v1.0.228
22802026-05-06T13:10:49.403Z Checking zeroize v1.8.2
22812026-05-06T13:10:49.409Z Checking memchr v2.8.0
22822026-05-06T13:10:49.419Z Checking log v0.4.29
22832026-05-06T13:10:49.428Z Checking smallvec v1.15.1
22842026-05-06T13:10:49.439Z Checking typenum v1.19.0
22852026-05-06T13:10:49.450Z Checking subtle v2.6.1
22862026-05-06T13:10:49.539Z Checking itoa v1.0.17
22872026-05-06T13:10:49.575Z Checking scopeguard v1.2.0
22882026-05-06T13:10:49.588Z Checking stable_deref_trait v1.2.1
22892026-05-06T13:10:49.599Z Checking const-oid v0.9.6
22902026-05-06T13:10:49.660Z Checking portable-atomic v1.13.1
22912026-05-06T13:10:49.671Z Checking lock_api v0.4.14
22922026-05-06T13:10:49.681Z Checking zerofrom v0.1.6
22932026-05-06T13:10:49.783Z Checking critical-section v1.2.0
22942026-05-06T13:10:49.786Z Checking getrandom v0.2.17
22952026-05-06T13:10:49.786Z Checking errno v0.3.14
22962026-05-06T13:10:49.867Z Checking yoke v0.8.1
22972026-05-06T13:10:49.906Z Checking parking_lot_core v0.9.12
22982026-05-06T13:10:49.933Z Checking signal-hook-registry v1.4.8
22992026-05-06T13:10:49.946Z Checking generic-array v0.14.7
23002026-05-06T13:10:49.973Z Checking rand_core v0.6.4
23012026-05-06T13:10:50.031Z Checking zerovec v0.11.5
23022026-05-06T13:10:50.050Z Checking once_cell v1.21.3
23032026-05-06T13:10:50.084Z Checking zerocopy v0.8.40
23042026-05-06T13:10:50.087Z Checking pin-project-lite v0.2.17
23052026-05-06T13:10:50.142Z Checking parking_lot v0.12.5
23062026-05-06T13:10:50.180Z Checking mio v1.2.0
23072026-05-06T13:10:50.219Z Checking socket2 v0.6.3
23082026-05-06T13:10:50.266Z Checking libm v0.2.16
23092026-05-06T13:10:50.321Z Checking zmij v1.0.21
23102026-05-06T13:10:50.376Z Checking crypto-common v0.1.7
23112026-05-06T13:10:50.451Z Checking block-buffer v0.10.4
23122026-05-06T13:10:50.463Z Checking litemap v0.8.1
23132026-05-06T13:10:50.466Z Checking tinystr v0.8.2
23142026-05-06T13:10:50.493Z Checking writeable v0.6.2
23152026-05-06T13:10:50.528Z Checking futures-core v0.3.32
23162026-05-06T13:10:50.580Z Checking digest v0.10.7
23172026-05-06T13:10:50.628Z Checking equivalent v1.0.2
23182026-05-06T13:10:50.645Z Checking percent-encoding v2.3.2
23192026-05-06T13:10:50.657Z Checking icu_locale_core v2.1.1
23202026-05-06T13:10:50.661Z Checking potential_utf v0.1.4
23212026-05-06T13:10:50.704Z Checking zerotrie v0.2.3
23222026-05-06T13:10:50.770Z Checking cpufeatures v0.2.17
23232026-05-06T13:10:50.783Z Checking icu_collections v2.1.1
23242026-05-06T13:10:50.796Z Checking hmac v0.12.1
23252026-05-06T13:10:50.837Z Checking block-padding v0.3.3
23262026-05-06T13:10:50.852Z Checking serde v1.0.228
23272026-05-06T13:10:50.919Z Checking bitflags v2.11.0
23282026-05-06T13:10:50.938Z Checking serde_json v1.0.149
23292026-05-06T13:10:50.952Z Checking num-traits v0.2.19
23302026-05-06T13:10:50.964Z Checking icu_normalizer_data v2.1.1
23312026-05-06T13:10:51.032Z Checking icu_properties_data v2.1.2
23322026-05-06T13:10:51.076Z Checking hashbrown v0.17.0
23332026-05-06T13:10:51.088Z Checking futures-sink v0.3.32
23342026-05-06T13:10:51.158Z Checking rand_core v0.10.0
23352026-05-06T13:10:51.178Z Checking futures-channel v0.3.32
23362026-05-06T13:10:51.214Z Checking icu_provider v2.1.1
23372026-05-06T13:10:51.248Z Checking bytes v1.11.1
23382026-05-06T13:10:51.292Z Checking getrandom v0.4.1
23392026-05-06T13:10:51.364Z Checking inout v0.1.4
23402026-05-06T13:10:51.433Z Checking slab v0.4.12
23412026-05-06T13:10:51.445Z Checking icu_properties v2.1.2
23422026-05-06T13:10:51.469Z Checking icu_normalizer v2.1.1
23432026-05-06T13:10:51.495Z Checking futures-task v0.3.32
23442026-05-06T13:10:51.527Z Checking indexmap v2.14.0
23452026-05-06T13:10:51.584Z Checking futures-io v0.3.32
23462026-05-06T13:10:51.597Z Checking cipher v0.4.4
23472026-05-06T13:10:51.627Z Checking sha2 v0.10.9
23482026-05-06T13:10:51.682Z Checking tokio v1.52.1
23492026-05-06T13:10:51.694Z Checking futures-util v0.3.32
23502026-05-06T13:10:51.770Z Checking getrandom v0.3.4
23512026-05-06T13:10:51.797Z Checking utf8_iter v1.0.4
23522026-05-06T13:10:51.905Z Checking base64ct v1.8.3
23532026-05-06T13:10:51.971Z Checking byteorder v1.5.0
23542026-05-06T13:10:51.975Z Checking form_urlencoded v1.2.2
23552026-05-06T13:10:52.062Z Checking flagset v0.4.7
23562026-05-06T13:10:52.092Z Checking fnv v1.0.7
23572026-05-06T13:10:52.125Z Checking rand_core v0.9.5
23582026-05-06T13:10:52.136Z Checking pem-rfc7468 v0.7.0
23592026-05-06T13:10:52.179Z Checking salsa20 v0.10.2
23602026-05-06T13:10:52.179Z Checking http v1.4.0
23612026-05-06T13:10:52.282Z Checking der v0.7.10
23622026-05-06T13:10:52.282Z Checking idna_adapter v1.2.1
23632026-05-06T13:10:52.305Z Checking uuid v1.23.0
23642026-05-06T13:10:52.315Z Checking pbkdf2 v0.12.2
23652026-05-06T13:10:52.399Z Checking idna v1.1.0
23662026-05-06T13:10:52.419Z Checking scrypt v0.11.0
23672026-05-06T13:10:52.553Z Checking aes v0.8.4
23682026-05-06T13:10:52.604Z Checking cbc v0.1.2
23692026-05-06T13:10:52.631Z Checking url v2.5.8
23702026-05-06T13:10:52.729Z Checking rustix v1.1.3
23712026-05-06T13:10:52.741Z Checking tracing-core v0.1.36
23722026-05-06T13:10:52.839Z Checking ppv-lite86 v0.2.21
23732026-05-06T13:10:52.933Z Checking rustls-pki-types v1.14.0
23742026-05-06T13:10:53.008Z Checking spki v0.7.3
23752026-05-06T13:10:53.034Z Checking iana-time-zone v0.1.65
23762026-05-06T13:10:53.071Z Checking regex-syntax v0.8.10
23772026-05-06T13:10:53.126Z Checking rand_chacha v0.9.0
23782026-05-06T13:10:53.137Z Checking chrono v0.4.44
23792026-05-06T13:10:53.163Z Checking pkcs5 v0.7.1
23802026-05-06T13:10:53.214Z Checking tracing v0.1.44
23812026-05-06T13:10:53.317Z Checking rand v0.9.2
23822026-05-06T13:10:53.406Z Checking http-body v1.0.1
23832026-05-06T13:10:53.419Z Checking aws-lc-sys v0.37.1
23842026-05-06T13:10:53.535Z Checking untrusted v0.7.1
23852026-05-06T13:10:53.549Z Checking base64 v0.22.1
23862026-05-06T13:10:53.572Z Checking openssl-probe v0.2.1
23872026-05-06T13:10:53.642Z Checking untrusted v0.9.0
23882026-05-06T13:10:53.675Z Checking pkcs8 v0.10.2
23892026-05-06T13:10:53.749Z Checking ring v0.17.14
23902026-05-06T13:10:53.780Z Checking tower-layer v0.3.3
23912026-05-06T13:10:53.780Z Checking tinyvec_macros v0.1.1
23922026-05-06T13:10:53.847Z Checking try-lock v0.2.5
23932026-05-06T13:10:53.859Z Checking atomic-waker v1.1.2
23942026-05-06T13:10:53.907Z Checking aws-lc-rs v1.16.0
23952026-05-06T13:10:53.924Z Checking tower-service v0.3.3
23962026-05-06T13:10:53.941Z Checking plain v0.2.3
23972026-05-06T13:10:53.954Z Checking want v0.3.1
23982026-05-06T13:10:53.973Z Checking tinyvec v1.10.0
23992026-05-06T13:10:54.008Z Checking ipnet v2.11.0
24002026-05-06T13:10:54.037Z Checking semver v1.0.28
24012026-05-06T13:10:54.069Z Checking httparse v1.10.1
24022026-05-06T13:10:54.241Z Checking spin v0.9.8
24032026-05-06T13:10:54.256Z Checking unicode-ident v1.0.24
24042026-05-06T13:10:54.272Z Checking pin-utils v0.1.0
24052026-05-06T13:10:54.284Z Checking ucd-trie v0.1.7
24062026-05-06T13:10:54.338Z Checking foreign-types-shared v0.1.1
24072026-05-06T13:10:54.359Z Checking fastrand v2.3.0
24082026-05-06T13:10:54.373Z Checking dyn-clone v1.0.20
24092026-05-06T13:10:54.407Z Checking httpdate v1.0.3
24102026-05-06T13:10:54.418Z Checking foreign-types v0.3.2
24112026-05-06T13:10:54.422Z Checking pest v2.8.6
24122026-05-06T13:10:54.465Z Checking schemars v0.8.22
24132026-05-06T13:10:54.481Z Checking proc-macro2 v1.0.106
24142026-05-06T13:10:54.533Z Checking tempfile v3.25.0
24152026-05-06T13:10:54.549Z Checking openssl-sys v0.9.114
24162026-05-06T13:10:54.728Z Checking thiserror v2.0.18
24172026-05-06T13:10:54.741Z Checking rustls-webpki v0.103.9
24182026-05-06T13:10:54.741Z Checking wait-timeout v0.2.1
24192026-05-06T13:10:54.790Z Checking aho-corasick v1.1.4
24202026-05-06T13:10:54.826Z Checking anstyle v1.0.13
24212026-05-06T13:10:54.872Z Checking quick-error v1.2.3
24222026-05-06T13:10:54.920Z Checking tokio-util v0.7.18
24232026-05-06T13:10:54.970Z Checking simd-adler32 v0.3.8
24242026-05-06T13:10:55.001Z Checking pretty-hex v0.4.1
24252026-05-06T13:10:55.017Z Checking siphasher v1.0.2
24262026-05-06T13:10:55.113Z Checking bit-vec v0.8.0
24272026-05-06T13:10:55.126Z Checking utf8parse v0.2.2
24282026-05-06T13:10:55.138Z Checking powerfmt v0.2.0
24292026-05-06T13:10:55.157Z Checking rustls v0.23.37
24302026-05-06T13:10:55.169Z Checking openssl v0.10.78
24312026-05-06T13:10:55.218Z Checking anstyle-parse v0.2.7
24322026-05-06T13:10:55.280Z Checking deranged v0.5.8
24332026-05-06T13:10:55.301Z Checking bit-set v0.8.0
24342026-05-06T13:10:55.366Z Checking rusty-fork v0.3.1
24352026-05-06T13:10:55.443Z Checking quote v1.0.45
24362026-05-06T13:10:55.459Z Checking regex-automata v0.4.14
24372026-05-06T13:10:55.481Z Compiling newtype-uuid v1.3.2
24382026-05-06T13:10:55.534Z Checking unicode-normalization v0.1.25
24392026-05-06T13:10:55.543Z Checking h2 v0.4.13
24402026-05-06T13:10:55.604Z Checking rustls-native-certs v0.8.3
24412026-05-06T13:10:55.654Z Checking crossbeam-utils v0.8.21
24422026-05-06T13:10:55.729Z Checking rand_xorshift v0.4.0
24432026-05-06T13:10:55.844Z Checking crc32fast v1.5.0
24442026-05-06T13:10:55.925Z Checking scroll v0.13.0
24452026-05-06T13:10:55.980Z Checking signature v2.2.0
24462026-05-06T13:10:55.984Z Checking sync_wrapper v1.0.2
24472026-05-06T13:10:56.090Z Checking unicode-bidi v0.3.18
24482026-05-06T13:10:56.105Z Checking unicode-properties v0.1.4
24492026-05-06T13:10:56.150Z Checking allocator-api2 v0.2.21
24502026-05-06T13:10:56.183Z Checking is_terminal_polyfill v1.70.2
24512026-05-06T13:10:56.269Z Checking num-conv v0.2.0
24522026-05-06T13:10:56.285Z Checking anstyle-query v1.1.5
24532026-05-06T13:10:56.374Z Checking colorchoice v1.0.4
24542026-05-06T13:10:56.374Z Checking unarray v0.1.4
24552026-05-06T13:10:56.397Z Checking num_threads v0.1.7
24562026-05-06T13:10:56.423Z Checking time-core v0.1.8
24572026-05-06T13:10:56.468Z Checking adler2 v2.0.1
24582026-05-06T13:10:56.482Z Checking proptest v1.10.0
24592026-05-06T13:10:56.482Z Checking anstream v0.6.21
24602026-05-06T13:10:56.559Z Checking time v0.3.47
24612026-05-06T13:10:56.571Z Checking miniz_oxide v0.8.9
24622026-05-06T13:10:56.687Z Checking stringprep v0.1.5
24632026-05-06T13:10:56.839Z Checking goblin v0.10.5
24642026-05-06T13:10:56.927Z Checking tower v0.5.3
24652026-05-06T13:10:57.155Z Checking native-tls v0.2.18
24662026-05-06T13:10:57.288Z Checking crossbeam-epoch v0.9.18
24672026-05-06T13:10:57.319Z Compiling daft v0.1.5
24682026-05-06T13:10:57.333Z Checking syn v2.0.117
24692026-05-06T13:10:57.509Z Checking ipnetwork v0.21.1
24702026-05-06T13:10:57.533Z Checking tokio-rustls v0.26.4
24712026-05-06T13:10:57.596Z Checking http-body-util v0.1.3
24722026-05-06T13:10:57.694Z Checking webpki-roots v1.0.6
24732026-05-06T13:10:57.721Z Checking rand_chacha v0.3.1
24742026-05-06T13:10:57.764Z Checking thiserror v1.0.69
24752026-05-06T13:10:57.807Z Checking scroll v0.12.0
24762026-05-06T13:10:57.819Z Checking zstd-sys v2.0.16+zstd.1.5.7
24772026-05-06T13:10:57.857Z Checking hash32 v0.2.1
24782026-05-06T13:10:57.925Z Checking num-integer v0.1.46
24792026-05-06T13:10:57.925Z Checking serde_spanned v0.6.9
24802026-05-06T13:10:58.010Z Checking toml_datetime v0.6.11
24812026-05-06T13:10:58.031Z Checking md-5 v0.10.6
24822026-05-06T13:10:58.056Z Checking ff v0.13.1
24832026-05-06T13:10:58.146Z Checking zlib-rs v0.6.2
24842026-05-06T13:10:58.164Z Checking ryu v1.0.23
24852026-05-06T13:10:58.180Z Checking iri-string v0.7.10
24862026-05-06T13:10:58.192Z Checking fallible-iterator v0.2.0
24872026-05-06T13:10:58.238Z Checking hyper v1.8.1
24882026-05-06T13:10:58.276Z Checking psl-types v2.0.11
24892026-05-06T13:10:58.293Z Checking base16ct v0.2.0
24902026-05-06T13:10:58.393Z Checking publicsuffix v2.3.0
24912026-05-06T13:10:58.413Z Checking sec1 v0.7.3
24922026-05-06T13:10:58.459Z Checking postgres-protocol v0.6.10
24932026-05-06T13:10:58.547Z Compiling iddqd v0.3.18
24942026-05-06T13:10:58.611Z Checking serde_urlencoded v0.7.1
24952026-05-06T13:10:58.814Z Checking group v0.13.0
24962026-05-06T13:10:58.909Z Checking num-iter v0.1.45
24972026-05-06T13:10:58.957Z Checking goblin v0.8.2
24982026-05-06T13:10:59.009Z Checking flate2 v1.1.9
24992026-05-06T13:10:59.021Z Checking heapless v0.7.17
25002026-05-06T13:10:59.117Z Checking hyper-util v0.1.20
25012026-05-06T13:10:59.176Z Checking dof v0.4.0
25022026-05-06T13:10:59.189Z Checking tower-http v0.6.8
25032026-05-06T13:10:59.301Z Checking zstd-safe v7.2.4
25042026-05-06T13:10:59.421Z Checking rand v0.8.5
25052026-05-06T13:10:59.463Z Checking oxnet v0.1.4
25062026-05-06T13:10:59.475Z Checking cookie v0.18.1
25072026-05-06T13:10:59.579Z Checking tokio-native-tls v0.3.1
25082026-05-06T13:10:59.665Z Checking dtrace-parser v0.3.0
25092026-05-06T13:10:59.698Z Checking phf_shared v0.13.1
25102026-05-06T13:10:59.698Z Checking lazy_static v1.5.0
25112026-05-06T13:10:59.733Z Checking terminal_size v0.4.3
25122026-05-06T13:10:59.787Z Checking zerocopy v0.7.35
25132026-05-06T13:10:59.797Z Checking bzip2-sys v0.1.13+1.0.8
25142026-05-06T13:10:59.845Z Checking signal-hook v0.3.18
25152026-05-06T13:10:59.878Z Checking hkdf v0.12.4
25162026-05-06T13:10:59.895Z Checking crypto-bigint v0.5.5
25172026-05-06T13:10:59.914Z Checking thread-id v5.1.0
25182026-05-06T13:10:59.933Z Checking libbz2-rs-sys v0.2.2
25192026-05-06T13:10:59.988Z Checking winnow v0.7.14
25202026-05-06T13:11:00.009Z Checking foldhash v0.2.0
25212026-05-06T13:11:00.023Z Checking winnow v0.5.40
25222026-05-06T13:11:00.158Z Checking foldhash v0.1.5
25232026-05-06T13:11:00.284Z Checking clap_lex v1.0.0
25242026-05-06T13:11:00.296Z Checking bitflags v1.3.2
25252026-05-06T13:11:00.317Z Checking strsim v0.11.1
25262026-05-06T13:11:00.353Z Checking hyper-rustls v0.27.7
25272026-05-06T13:11:00.365Z Checking managed v0.8.0
25282026-05-06T13:11:00.430Z Compiling rayon-core v1.13.0
25292026-05-06T13:11:00.470Z Checking bumpalo v3.20.2
25302026-05-06T13:11:00.543Z Checking either v1.15.0
25312026-05-06T13:11:00.556Z Checking smoltcp v0.9.1
25322026-05-06T13:11:00.621Z Checking clap_builder v4.5.60
25332026-05-06T13:11:00.661Z Checking zopfli v0.8.3
25342026-05-06T13:11:00.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352026-05-06T13:11:00.790Z Checking elliptic-curve v0.13.8
25362026-05-06T13:11:00.817Z Checking dof v0.3.0
25372026-05-06T13:11:00.902Z Checking hyper-tls v0.6.0
25382026-05-06T13:11:00.987Z Checking bzip2 v0.6.1
25392026-05-06T13:11:01.070Z Checking hashbrown v0.15.5
25402026-05-06T13:11:01.090Z Checking hashbrown v0.16.1
25412026-05-06T13:11:01.102Z Checking signal-hook-mio v0.2.5
25422026-05-06T13:11:01.139Z Checking usdt-impl v0.6.0
25432026-05-06T13:11:01.150Z Checking num-bigint-dig v0.8.6
25442026-05-06T13:11:01.153Z Checking phf v0.13.1
25452026-05-06T13:11:01.154Z Checking toml_edit v0.19.15
25462026-05-06T13:11:01.195Z Checking bzip2 v0.4.4
25472026-05-06T13:11:01.350Z Checking cookie_store v0.22.1
25482026-05-06T13:11:01.411Z Checking zstd v0.13.3
25492026-05-06T13:11:01.530Z Checking postgres-types v0.2.12
25502026-05-06T13:11:01.544Z Checking dtrace-parser v0.2.0
25512026-05-06T13:11:01.576Z Checking rustls-platform-verifier v0.6.2
25522026-05-06T13:11:01.591Z Checking crossbeam-deque v0.8.6
25532026-05-06T13:11:01.675Z Checking bstr v1.12.1
25542026-05-06T13:11:01.710Z Checking regex v1.12.3
25552026-05-06T13:11:01.761Z Checking ed25519 v2.2.3
25562026-05-06T13:11:01.773Z Checking phf_shared v0.11.3
25572026-05-06T13:11:01.834Z Checking curve25519-dalek v4.1.3
25582026-05-06T13:11:01.848Z Checking ref-cast v1.0.25
25592026-05-06T13:11:01.927Z Checking strum v0.27.2
25602026-05-06T13:11:01.942Z Checking hubpack v0.1.2
25612026-05-06T13:11:01.955Z Checking memoffset v0.9.1
25622026-05-06T13:11:01.958Z Checking rustix v0.38.44
25632026-05-06T13:11:01.999Z Checking pkcs1 v0.7.5
25642026-05-06T13:11:02.030Z Checking float-cmp v0.10.0
25652026-05-06T13:11:02.043Z Checking erased-serde v0.3.31
25662026-05-06T13:11:02.083Z Checking serde-big-array v0.5.1
25672026-05-06T13:11:02.100Z Checking hex v0.4.3
25682026-05-06T13:11:02.152Z Checking rfc6979 v0.4.0
25692026-05-06T13:11:02.208Z Checking thread-id v4.2.2
25702026-05-06T13:11:02.221Z Checking memmap2 v0.9.10
25712026-05-06T13:11:02.232Z Checking env_filter v1.0.0
25722026-05-06T13:11:02.262Z Checking encoding_rs v0.8.35
25732026-05-06T13:11:02.282Z Checking predicates-core v1.0.10
25742026-05-06T13:11:02.322Z Checking fixedbitset v0.5.7
25752026-05-06T13:11:02.364Z Checking data-encoding v2.10.0
25762026-05-06T13:11:02.377Z Checking normalize-line-endings v0.3.0
25772026-05-06T13:11:02.400Z Checking rustc-hash v2.1.1
25782026-05-06T13:11:02.430Z Checking mime v0.3.17
25792026-05-06T13:11:02.457Z Checking whoami v2.1.0
25802026-05-06T13:11:02.508Z Checking unicode-segmentation v1.12.0
25812026-05-06T13:11:02.511Z Checking static_assertions v1.1.0
25822026-05-06T13:11:02.589Z Checking jiff v0.2.21
25832026-05-06T13:11:02.601Z Checking difflib v0.4.0
25842026-05-06T13:11:02.623Z Checking precomputed-hash v0.1.1
25852026-05-06T13:11:02.626Z Checking toml_write v0.1.2
25862026-05-06T13:11:02.647Z Checking new_debug_unreachable v1.0.6
25872026-05-06T13:11:02.703Z Checking fixedbitset v0.4.2
25882026-05-06T13:11:02.715Z Checking keccak v0.1.6
25892026-05-06T13:11:02.767Z Checking crossterm v0.28.1
25902026-05-06T13:11:02.779Z Checking predicates v3.1.4
25912026-05-06T13:11:02.793Z Checking toml_edit v0.22.27
25922026-05-06T13:11:02.824Z Checking similar v2.7.0
25932026-05-06T13:11:02.847Z Checking petgraph v0.6.5
25942026-05-06T13:11:02.873Z Checking sha3 v0.10.8
25952026-05-06T13:11:03.073Z Checking string_cache v0.8.9
25962026-05-06T13:11:03.076Z Checking tokio-postgres v0.7.16
25972026-05-06T13:11:03.210Z Checking ed25519-dalek v2.2.0
25982026-05-06T13:11:03.222Z Checking reqwest v0.12.28
25992026-05-06T13:11:03.235Z Checking hickory-proto v0.25.2
26002026-05-06T13:11:03.432Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26012026-05-06T13:11:03.869Z Checking petgraph v0.8.3
26022026-05-06T13:11:04.054Z Checking slog v2.8.2
26032026-05-06T13:11:04.072Z Checking usdt v0.6.0
26042026-05-06T13:11:04.236Z Checking env_logger v0.11.9
26052026-05-06T13:11:04.304Z Checking serde_with v3.17.0
26062026-05-06T13:11:04.307Z Checking usdt-impl v0.5.0
26072026-05-06T13:11:04.343Z Checking ecdsa v0.16.9
26082026-05-06T13:11:04.425Z Checking toml v0.7.8
26092026-05-06T13:11:04.587Z Checking rsa v0.9.10
26102026-05-06T13:11:04.671Z Checking nix v0.31.2
26112026-05-06T13:11:04.735Z Checking clap v4.5.60
26122026-05-06T13:11:04.792Z Checking zip v4.6.1
26132026-05-06T13:11:05.044Z Checking reqwest v0.13.2
26142026-05-06T13:11:05.126Z Checking zip v0.6.6
26152026-05-06T13:11:05.356Z Checking toml_parser v1.0.9+spec-1.1.0
26162026-05-06T13:11:05.442Z Checking itertools v0.13.0
26172026-05-06T13:11:05.455Z Checking strum v0.26.3
26182026-05-06T13:11:05.561Z Checking tokio-stream v0.1.18
26192026-05-06T13:11:05.643Z Checking fs-err v3.3.0
26202026-05-06T13:11:05.654Z Checking ahash v0.8.12
26212026-05-06T13:11:05.671Z Checking object v0.37.3
26222026-05-06T13:11:05.684Z Checking buf-list v1.1.2
26232026-05-06T13:11:05.841Z Checking camino v1.2.2
26242026-05-06T13:11:05.858Z Checking anyhow v1.0.102
26252026-05-06T13:11:05.878Z Checking x509-cert v0.2.5
26262026-05-06T13:11:05.932Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26272026-05-06T13:11:05.947Z Checking openapiv3 v2.2.0
26282026-05-06T13:11:05.990Z Checking toml_datetime v0.7.5+spec-1.1.0
26292026-05-06T13:11:06.050Z Checking sha1 v0.10.6
26302026-05-06T13:11:06.083Z Checking peg-runtime v0.8.5
26312026-05-06T13:11:06.182Z Checking lalrpop-util v0.19.12
26322026-05-06T13:11:06.194Z Checking rayon v1.11.0
26332026-05-06T13:11:06.208Z Checking sigpipe v0.1.3
26342026-05-06T13:11:06.220Z Checking glob v0.3.3
26352026-05-06T13:11:07.830Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26362026-05-06T13:11:08.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
26372026-05-06T13:11:08.264Z
26382026-05-06T13:11:08.264Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26392026-05-06T13:11:08.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-06T13:11:08.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-06T13:11:08.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-06T13:11:08.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-06T13:11:08.862Z
26442026-05-06T13:11:08.862Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26452026-05-06T13:11:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-06T13:11:09.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-06T13:11:09.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-06T13:11:09.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-06T13:11:09.456Z
26502026-05-06T13:11:09.456Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26512026-05-06T13:11:09.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-06T13:11:09.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-06T13:11:09.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-06T13:11:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-05-06T13:11:10.069Z
26562026-05-06T13:11:10.069Zinfo: running `cargo check --bins` on oxql-types (80/274)
26572026-05-06T13:11:10.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-06T13:11:10.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-06T13:11:10.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-06T13:11:10.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-05-06T13:11:10.670Z
26622026-05-06T13:11:10.670Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26632026-05-06T13:11:11.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-06T13:11:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-06T13:11:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-06T13:11:11.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-05-06T13:11:11.269Z
26682026-05-06T13:11:11.269Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26692026-05-06T13:11:11.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-06T13:11:11.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-06T13:11:11.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-05-06T13:11:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26732026-05-06T13:11:11.872Z
26742026-05-06T13:11:11.872Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26752026-05-06T13:11:12.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-05-06T13:11:12.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-05-06T13:11:12.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-05-06T13:11:12.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26792026-05-06T13:11:12.447Z
26802026-05-06T13:11:12.447Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26812026-05-06T13:11:12.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-05-06T13:11:12.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-05-06T13:11:13.122Z Compiling structmeta-derive v0.3.0
26842026-05-06T13:11:13.238Z Compiling rustls v0.22.4
26852026-05-06T13:11:13.247Z Compiling multer v3.1.0
26862026-05-06T13:11:13.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-06T13:11:13.259Z Compiling async-stream-impl v0.3.6
26882026-05-06T13:11:13.277Z Compiling dropshot v0.17.0
26892026-05-06T13:11:13.292Z Compiling dropshot_endpoint v0.17.0
26902026-05-06T13:11:13.292Z Compiling newtype-uuid-macros v0.1.0
26912026-05-06T13:11:13.424Z Checking newtype-uuid v1.3.2
26922026-05-06T13:11:13.470Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-05-06T13:11:13.528Z Checking rustls-webpki v0.102.8
26942026-05-06T13:11:13.618Z Checking daft v0.1.5
26952026-05-06T13:11:13.633Z Checking futures-executor v0.3.32
26962026-05-06T13:11:13.777Z Checking thread_local v1.1.9
26972026-05-06T13:11:13.831Z Checking match_cfg v0.1.0
26982026-05-06T13:11:13.851Z Checking compression-core v0.4.31
26992026-05-06T13:11:13.903Z Checking hostname v0.3.1
27002026-05-06T13:11:13.914Z Checking iddqd v0.3.18
27012026-05-06T13:11:13.938Z Checking futures v0.3.32
27022026-05-06T13:11:13.971Z Checking compression-codecs v0.4.37
27032026-05-06T13:11:13.996Z Checking crossbeam-channel v0.5.15
27042026-05-06T13:11:14.013Z Checking slog-json v2.6.1
27052026-05-06T13:11:14.040Z Checking toml_datetime v1.0.0+spec-1.1.0
27062026-05-06T13:11:14.134Z Checking serde_spanned v1.0.4
27072026-05-06T13:11:14.165Z Checking is-terminal v0.4.17
27082026-05-06T13:11:14.241Z Checking toml_writer v1.0.6+spec-1.1.0
27092026-05-06T13:11:14.254Z Checking term v1.2.1
27102026-05-06T13:11:14.265Z Checking debug-ignore v1.0.5
27112026-05-06T13:11:14.287Z Compiling structmeta v0.3.0
27122026-05-06T13:11:14.325Z Checking take_mut v0.2.2
27132026-05-06T13:11:14.357Z Checking slog-bunyan v2.5.0
27142026-05-06T13:11:14.411Z Checking toml v1.0.6+spec-1.1.0
27152026-05-06T13:11:14.423Z Checking slog-async v2.8.0
27162026-05-06T13:11:14.465Z Checking slog-term v2.9.2
27172026-05-06T13:11:14.465Z Checking async-compression v0.4.41
27182026-05-06T13:11:14.495Z Compiling derive-ex v0.1.8
27192026-05-06T13:11:14.589Z Compiling parse-display-derive v0.10.0
27202026-05-06T13:11:14.716Z Checking async-stream v0.3.6
27212026-05-06T13:11:14.719Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-05-06T13:11:14.764Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27232026-05-06T13:11:14.829Z Checking progenitor-client v0.14.0
27242026-05-06T13:11:14.843Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-05-06T13:11:14.973Z Checking waitgroup v0.1.2
27262026-05-06T13:11:14.985Z Checking backon v1.6.0
27272026-05-06T13:11:15.043Z Checking rustls-pemfile v2.2.0
27282026-05-06T13:11:15.068Z Checking serde_path_to_error v0.1.20
27292026-05-06T13:11:15.081Z Checking hostname v0.4.2
27302026-05-06T13:11:15.144Z Checking instant v0.1.13
27312026-05-06T13:11:15.227Z Checking backoff v0.4.0
27322026-05-06T13:11:15.336Z Checking progenitor-extras v0.2.0
27332026-05-06T13:11:15.349Z Checking tokio-rustls v0.25.0
27342026-05-06T13:11:15.384Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27352026-05-06T13:11:15.396Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362026-05-06T13:11:15.563Z Checking progenitor-client v0.10.0
27372026-05-06T13:11:15.591Z Checking itertools v0.14.0
27382026-05-06T13:11:15.759Z Checking regress v0.10.5
27392026-05-06T13:11:15.786Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
27402026-05-06T13:11:15.999Z Checking macaddr v1.0.1
27412026-05-06T13:11:16.168Z Compiling test-strategy v0.4.5
27422026-05-06T13:11:16.239Z Checking parse-display v0.10.0
27432026-05-06T13:11:17.353Z Compiling prettyplease v0.2.37
27442026-05-06T13:11:17.655Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27452026-05-06T13:11:17.815Z Checking num-rational v0.4.2
27462026-05-06T13:11:18.027Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27472026-05-06T13:11:18.274Z Checking num-complex v0.4.6
27482026-05-06T13:11:18.914Z Checking num v0.4.3
27492026-05-06T13:11:18.985Z Compiling usdt-macro v0.5.0
27502026-05-06T13:11:19.025Z Compiling usdt-attr-macro v0.5.0
27512026-05-06T13:11:19.057Z Checking memmap v0.7.0
27522026-05-06T13:11:19.069Z Checking float-ord v0.3.2
27532026-05-06T13:11:19.171Z Checking unicode-width v0.2.0
27542026-05-06T13:11:19.183Z Compiling convert_case v0.4.0
27552026-05-06T13:11:19.414Z Checking console v0.15.11
27562026-05-06T13:11:19.555Z Compiling derive_more v0.99.20
27572026-05-06T13:11:19.685Z Checking newline-converter v0.3.0
27582026-05-06T13:11:19.711Z Checking atomicwrites v0.4.4
27592026-05-06T13:11:19.786Z Checking usdt v0.5.0
27602026-05-06T13:11:19.799Z Compiling toml v0.8.23
27612026-05-06T13:11:19.837Z Checking linked-hash-map v0.5.6
27622026-05-06T13:11:19.949Z Compiling minimal-lexical v0.2.1
27632026-05-06T13:11:20.007Z Checking lru-cache v0.1.2
27642026-05-06T13:11:20.125Z Checking expectorate v1.2.0
27652026-05-06T13:11:20.202Z Compiling nom v7.1.3
27662026-05-06T13:11:20.756Z Checking camino-tempfile v1.4.1
27672026-05-06T13:11:20.775Z Checking hickory-proto v0.24.4
27682026-05-06T13:11:20.916Z Checking phf_shared v0.12.1
27692026-05-06T13:11:21.057Z Compiling slog-dtrace v0.3.0
27702026-05-06T13:11:21.164Z Checking heck v0.5.0
27712026-05-06T13:11:21.244Z Compiling chrono-tz v0.10.4
27722026-05-06T13:11:21.286Z Checking resolv-conf v0.7.6
27732026-05-06T13:11:21.469Z Compiling const_format_proc_macros v0.2.34
27742026-05-06T13:11:21.489Z Checking phf v0.12.1
27752026-05-06T13:11:21.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762026-05-06T13:11:21.630Z Checking tokio-dtrace v0.1.1
27772026-05-06T13:11:21.782Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-05-06T13:11:21.812Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27792026-05-06T13:11:22.028Z Compiling derive-where v1.6.0
27802026-05-06T13:11:22.122Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27812026-05-06T13:11:22.328Z Checking highway v1.3.0
27822026-05-06T13:11:22.560Z Checking const_format v0.2.35
27832026-05-06T13:11:22.592Z Checking hickory-resolver v0.24.4
27842026-05-06T13:11:22.796Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27852026-05-06T13:11:22.995Z Checking oxide-tokio-rt v0.1.4
27862026-05-06T13:11:23.309Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27872026-05-06T13:11:23.324Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-05-06T13:11:23.336Z Checking gethostname v0.5.0
27892026-05-06T13:11:23.351Z Checking qorb v0.4.1
27902026-05-06T13:11:23.417Z Checking bcs v0.1.6
27912026-05-06T13:11:23.497Z Compiling async-recursion v1.1.1
27922026-05-06T13:11:23.513Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27932026-05-06T13:11:23.530Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27942026-05-06T13:11:23.641Z Checking termtree v0.5.1
27952026-05-06T13:11:27.119Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27962026-05-06T13:11:29.646Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27972026-05-06T13:11:31.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27982026-05-06T13:11:31.936Z
27992026-05-06T13:11:31.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
28002026-05-06T13:11:32.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-05-06T13:11:32.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-05-06T13:11:32.621Z Compiling ar_archive_writer v0.5.1
28032026-05-06T13:11:32.732Z Compiling stacker v0.1.23
28042026-05-06T13:11:32.735Z Compiling cfg_aliases v0.1.1
28052026-05-06T13:11:32.748Z Compiling convert_case v0.10.0
28062026-05-06T13:11:32.751Z Checking unicode-width v0.1.14
28072026-05-06T13:11:32.765Z Compiling proc-macro-error v1.0.4
28082026-05-06T13:11:32.775Z Checking fd-lock v4.0.4
28092026-05-06T13:11:32.775Z Checking nibble_vec v0.1.0
28102026-05-06T13:11:32.797Z Compiling nix v0.28.0
28112026-05-06T13:11:32.882Z Checking vte v0.14.1
28122026-05-06T13:11:32.899Z Compiling recursive-proc-macro-impl v0.1.1
28132026-05-06T13:11:32.980Z Checking endian-type v0.1.2
28142026-05-06T13:11:32.992Z Checking bytecount v0.6.9
28152026-05-06T13:11:33.029Z Checking strip-ansi-escapes v0.2.1
28162026-05-06T13:11:33.041Z Compiling derive_more-impl v2.1.1
28172026-05-06T13:11:33.054Z Compiling tabled_derive v0.7.0
28182026-05-06T13:11:33.084Z Checking papergrid v0.11.0
28192026-05-06T13:11:33.098Z Checking radix_trie v0.2.1
28202026-05-06T13:11:33.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-05-06T13:11:33.289Z Compiling peg-macros v0.8.5
28222026-05-06T13:11:33.301Z Checking winnow v0.6.26
28232026-05-06T13:11:33.550Z Compiling psm v0.1.30
28242026-05-06T13:11:33.584Z Compiling sqlparser_derive v0.5.0
28252026-05-06T13:11:33.711Z Checking nu-ansi-term v0.50.3
28262026-05-06T13:11:33.832Z Checking derive_more v2.1.1
28272026-05-06T13:11:33.910Z Checking unicode_categories v0.1.1
28282026-05-06T13:11:33.936Z Checking home v0.5.12
28292026-05-06T13:11:34.000Z Checking tabled v0.15.0
28302026-05-06T13:11:34.038Z Checking reedline v0.40.0
28312026-05-06T13:11:34.061Z Checking crossterm v0.29.0
28322026-05-06T13:11:34.075Z Checking rustyline v14.0.0
28332026-05-06T13:11:34.313Z Checking recursive v0.1.1
28342026-05-06T13:11:34.356Z Checking display-error-chain v0.2.2
28352026-05-06T13:11:34.401Z Checking sqlparser v0.61.0
28362026-05-06T13:11:34.423Z Checking sqlformat v0.3.5
28372026-05-06T13:11:34.633Z Checking peg v0.8.5
28382026-05-06T13:11:45.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28392026-05-06T13:11:45.624Z
28402026-05-06T13:11:45.624Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28412026-05-06T13:11:46.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-06T13:11:46.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-06T13:11:46.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-06T13:11:49.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28452026-05-06T13:11:49.880Z
28462026-05-06T13:11:49.880Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28472026-05-06T13:11:50.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-06T13:11:50.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-06T13:11:50.549Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-06T13:11:52.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28512026-05-06T13:11:53.153Z
28522026-05-06T13:11:53.153Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28532026-05-06T13:11:53.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-06T13:11:53.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-06T13:11:53.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-06T13:11:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28572026-05-06T13:11:57.192Z
28582026-05-06T13:11:57.192Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28592026-05-06T13:11:57.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-06T13:11:57.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-06T13:11:57.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-06T13:12:01.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28632026-05-06T13:12:01.305Z
28642026-05-06T13:12:01.305Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28652026-05-06T13:12:01.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-06T13:12:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-06T13:12:01.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-06T13:12:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28692026-05-06T13:12:04.732Z
28702026-05-06T13:12:04.732Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28712026-05-06T13:12:05.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-06T13:12:05.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-06T13:12:05.398Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-06T13:12:08.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28752026-05-06T13:12:08.193Z
28762026-05-06T13:12:08.193Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28772026-05-06T13:12:08.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-06T13:12:08.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-06T13:12:08.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-05-06T13:12:12.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28812026-05-06T13:12:12.455Z
28822026-05-06T13:12:12.455Zinfo: running `cargo check --bins` on oximeter (93/274)
28832026-05-06T13:12:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-06T13:12:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-06T13:12:12.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-05-06T13:12:12.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28872026-05-06T13:12:13.052Z
28882026-05-06T13:12:13.052Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28892026-05-06T13:12:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-06T13:12:13.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-06T13:12:13.685Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28922026-05-06T13:12:13.846Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28932026-05-06T13:12:13.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28942026-05-06T13:12:14.177Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28952026-05-06T13:12:17.270Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28962026-05-06T13:12:18.460Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28972026-05-06T13:12:18.620Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28982026-05-06T13:12:19.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28992026-05-06T13:12:19.459Z
29002026-05-06T13:12:19.459Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
29012026-05-06T13:12:19.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-06T13:12:19.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-06T13:12:19.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-06T13:12:19.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-05-06T13:12:20.052Z
29062026-05-06T13:12:20.052Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29072026-05-06T13:12:20.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-06T13:12:20.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-06T13:12:20.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-06T13:12:20.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29112026-05-06T13:12:20.686Z
29122026-05-06T13:12:20.686Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29132026-05-06T13:12:21.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-06T13:12:21.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-06T13:12:21.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-06T13:12:21.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-05-06T13:12:21.286Z
29182026-05-06T13:12:21.286Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29192026-05-06T13:12:21.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-06T13:12:21.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-06T13:12:21.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-06T13:12:21.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29232026-05-06T13:12:21.887Z
29242026-05-06T13:12:21.887Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29252026-05-06T13:12:22.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-06T13:12:22.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-06T13:12:22.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-06T13:12:22.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-05-06T13:12:22.489Z
29302026-05-06T13:12:22.489Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29312026-05-06T13:12:22.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-06T13:12:23.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-06T13:12:23.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-06T13:12:23.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29352026-05-06T13:12:23.094Z
29362026-05-06T13:12:23.094Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29372026-05-06T13:12:23.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-06T13:12:23.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-06T13:12:23.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-06T13:12:23.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29412026-05-06T13:12:23.678Z
29422026-05-06T13:12:23.678Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29432026-05-06T13:12:24.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-06T13:12:24.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-06T13:12:24.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-06T13:12:24.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29472026-05-06T13:12:24.281Z
29482026-05-06T13:12:24.281Zinfo: running `cargo check --bins` on update-engine (103/274)
29492026-05-06T13:12:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-06T13:12:24.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-06T13:12:24.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-05-06T13:12:24.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29532026-05-06T13:12:24.874Z
29542026-05-06T13:12:24.874Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29552026-05-06T13:12:25.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-05-06T13:12:25.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-05-06T13:12:25.593Z Compiling crucible-workspace-hack v0.1.0
29582026-05-06T13:12:25.710Z Checking secrecy v0.10.3
29592026-05-06T13:12:25.720Z Compiling heapless v0.8.0
29602026-05-06T13:12:25.729Z Compiling ingot-macros v0.1.1
29612026-05-06T13:12:25.738Z Compiling toml_edit v0.23.10+spec-1.0.0
29622026-05-06T13:12:25.741Z Checking hash32 v0.3.1
29632026-05-06T13:12:25.759Z Compiling smoltcp v0.11.0
29642026-05-06T13:12:25.762Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-05-06T13:12:25.812Z Checking cobs v0.3.0
29662026-05-06T13:12:25.871Z Compiling thiserror-impl-no-std v2.0.2
29672026-05-06T13:12:25.949Z Checking universal-hash v0.5.1
29682026-05-06T13:12:25.952Z Checking half v2.7.1
29692026-05-06T13:12:25.997Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29702026-05-06T13:12:26.069Z Checking ciborium-io v0.2.2
29712026-05-06T13:12:26.112Z Checking opaque-debug v0.3.1
29722026-05-06T13:12:26.160Z Checking postcard v1.1.3
29732026-05-06T13:12:26.185Z Checking poly1305 v0.8.0
29742026-05-06T13:12:26.200Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29752026-05-06T13:12:26.223Z Checking ciborium-ll v0.2.2
29762026-05-06T13:12:26.393Z Compiling proc-macro-crate v3.4.0
29772026-05-06T13:12:26.438Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29782026-05-06T13:12:26.441Z Checking password-hash v0.5.0
29792026-05-06T13:12:26.478Z Checking chacha20 v0.9.1
29802026-05-06T13:12:26.672Z Compiling proc-macro-crate v1.3.1
29812026-05-06T13:12:26.675Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29822026-05-06T13:12:26.703Z Checking blake2 v0.10.6
29832026-05-06T13:12:26.778Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29842026-05-06T13:12:26.931Z Checking aead v0.5.2
29852026-05-06T13:12:26.946Z Compiling foreign-types-macros v0.2.3
29862026-05-06T13:12:26.963Z Compiling num_enum_derive v0.7.5
29872026-05-06T13:12:26.993Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29882026-05-06T13:12:27.046Z Checking thiserror-no-std v2.0.2
29892026-05-06T13:12:27.072Z Checking foreign-types-shared v0.3.1
29902026-05-06T13:12:27.107Z Checking cpufeatures v0.3.0
29912026-05-06T13:12:27.132Z Checking vsss-rs v3.3.4
29922026-05-06T13:12:27.160Z Compiling num_enum_derive v0.5.11
29932026-05-06T13:12:27.178Z Checking chacha20 v0.10.0
29942026-05-06T13:12:27.237Z Checking chacha20poly1305 v0.10.1
29952026-05-06T13:12:27.361Z Checking argon2 v0.5.3
29962026-05-06T13:12:27.390Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-06T13:12:27.537Z Checking foreign-types v0.5.0
29982026-05-06T13:12:27.617Z Checking ciborium v0.2.2
29992026-05-06T13:12:27.800Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30002026-05-06T13:12:27.865Z Checking tabwriter v1.4.1
30012026-05-06T13:12:28.004Z Checking num_enum v0.7.5
30022026-05-06T13:12:28.016Z Checking byte-wrapper v0.1.0
30032026-05-06T13:12:28.033Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-05-06T13:12:28.083Z Checking cstr-argument v0.1.2
30052026-05-06T13:12:28.114Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30062026-05-06T13:12:28.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-05-06T13:12:28.205Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082026-05-06T13:12:28.218Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-05-06T13:12:28.234Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30102026-05-06T13:12:28.372Z Checking num_enum v0.5.11
30112026-05-06T13:12:28.389Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30122026-05-06T13:12:28.452Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-05-06T13:12:28.482Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30142026-05-06T13:12:28.546Z Checking ingot-types v0.1.2
30152026-05-06T13:12:28.559Z Checking rand v0.10.0
30162026-05-06T13:12:28.571Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30172026-05-06T13:12:28.574Z Checking colored v3.1.1
30182026-05-06T13:12:28.675Z Checking indent_write v2.2.0
30192026-05-06T13:12:28.777Z Compiling zone_cfg_derive v0.3.1
30202026-05-06T13:12:28.804Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-05-06T13:12:28.830Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-06T13:12:28.848Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30232026-05-06T13:12:28.876Z Checking itertools v0.12.1
30242026-05-06T13:12:28.903Z Checking ingot v0.1.1
30252026-05-06T13:12:28.944Z Compiling num-derive v0.4.2
30262026-05-06T13:12:28.969Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-05-06T13:12:28.996Z Checking swrite v0.1.0
30282026-05-06T13:12:29.085Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-05-06T13:12:29.166Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30302026-05-06T13:12:29.320Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30312026-05-06T13:12:29.336Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-05-06T13:12:29.391Z Checking dropshot-api-manager-types v0.7.1
30332026-05-06T13:12:29.407Z Checking smf v0.2.3
30342026-05-06T13:12:29.427Z Checking nanorand v0.7.0
30352026-05-06T13:12:29.556Z Checking whoami v1.6.1
30362026-05-06T13:12:29.618Z Checking flume v0.11.1
30372026-05-06T13:12:29.633Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-05-06T13:12:29.857Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30392026-05-06T13:12:29.888Z Checking zone v0.3.1
30402026-05-06T13:12:30.450Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-06T13:12:31.398Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-06T13:12:32.283Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-06T13:12:35.279Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-05-06T13:12:37.305Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-05-06T13:12:38.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
30462026-05-06T13:12:38.587Z
30472026-05-06T13:12:38.587Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30482026-05-06T13:12:39.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-06T13:12:39.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-06T13:12:39.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-06T13:12:39.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-05-06T13:12:39.189Z
30532026-05-06T13:12:39.189Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30542026-05-06T13:12:39.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-06T13:12:39.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-06T13:12:39.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-06T13:12:39.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-06T13:12:39.790Z
30592026-05-06T13:12:39.790Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30602026-05-06T13:12:40.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-06T13:12:40.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-06T13:12:40.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-06T13:12:40.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-06T13:12:40.399Z
30652026-05-06T13:12:40.399Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30662026-05-06T13:12:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-06T13:12:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-06T13:12:40.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-06T13:12:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-05-06T13:12:41.008Z
30712026-05-06T13:12:41.008Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30722026-05-06T13:12:41.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-06T13:12:41.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-06T13:12:41.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-06T13:12:41.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-05-06T13:12:41.614Z
30772026-05-06T13:12:41.614Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30782026-05-06T13:12:42.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-06T13:12:42.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-06T13:12:42.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-06T13:12:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30822026-05-06T13:12:42.216Z
30832026-05-06T13:12:42.216Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30842026-05-06T13:12:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-06T13:12:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-06T13:12:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-06T13:12:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-05-06T13:12:42.817Z
30892026-05-06T13:12:42.817Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30902026-05-06T13:12:43.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-06T13:12:43.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-06T13:12:43.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-06T13:12:43.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30942026-05-06T13:12:43.406Z
30952026-05-06T13:12:43.406Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30962026-05-06T13:12:43.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-06T13:12:43.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-06T13:12:43.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-06T13:12:43.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-05-06T13:12:44.006Z
31012026-05-06T13:12:44.006Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31022026-05-06T13:12:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-06T13:12:44.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-06T13:12:44.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-06T13:12:44.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-05-06T13:12:44.609Z
31072026-05-06T13:12:44.609Zinfo: running `cargo check --bins` on installinator-client (115/274)
31082026-05-06T13:12:45.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-06T13:12:45.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-06T13:12:45.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-06T13:12:45.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-05-06T13:12:45.212Z
31132026-05-06T13:12:45.212Zinfo: running `cargo check --bins` on nexus-client (116/274)
31142026-05-06T13:12:45.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-06T13:12:45.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-06T13:12:45.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-06T13:12:45.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31182026-05-06T13:12:45.853Z
31192026-05-06T13:12:45.853Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31202026-05-06T13:12:46.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-06T13:12:46.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-06T13:12:46.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-06T13:12:46.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31242026-05-06T13:12:46.492Z
31252026-05-06T13:12:46.492Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31262026-05-06T13:12:46.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-06T13:12:46.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-06T13:12:46.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-06T13:12:46.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-05-06T13:12:47.073Z
31312026-05-06T13:12:47.073Zinfo: running `cargo check --bins` on oxide-client (119/274)
31322026-05-06T13:12:47.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-06T13:12:47.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-06T13:12:47.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-06T13:12:47.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-05-06T13:12:47.658Z
31372026-05-06T13:12:47.658Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31382026-05-06T13:12:48.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-06T13:12:48.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-06T13:12:48.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-06T13:12:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-06T13:12:48.256Z
31432026-05-06T13:12:48.256Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31442026-05-06T13:12:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-06T13:12:48.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-06T13:12:48.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-06T13:12:48.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31482026-05-06T13:12:48.839Z
31492026-05-06T13:12:48.839Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31502026-05-06T13:12:49.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-06T13:12:49.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-06T13:12:49.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-06T13:12:49.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-05-06T13:12:49.452Z
31552026-05-06T13:12:49.452Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31562026-05-06T13:12:49.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-06T13:12:49.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-06T13:12:49.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-06T13:12:49.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-05-06T13:12:50.080Z
31612026-05-06T13:12:50.080Zinfo: running `cargo check --bins` on installinator-common (124/274)
31622026-05-06T13:12:50.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-06T13:12:50.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-06T13:12:50.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-06T13:12:50.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-05-06T13:12:50.693Z
31672026-05-06T13:12:50.693Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31682026-05-06T13:12:51.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-06T13:12:51.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-06T13:12:51.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-06T13:12:51.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31722026-05-06T13:12:51.274Z
31732026-05-06T13:12:51.274Zinfo: running `cargo check --bins` on wicket-common (126/274)
31742026-05-06T13:12:51.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-06T13:12:51.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-06T13:12:51.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-05-06T13:12:51.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-05-06T13:12:51.883Z
31792026-05-06T13:12:51.883Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31802026-05-06T13:12:52.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-06T13:12:52.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-06T13:12:52.568Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-05-06T13:12:52.683Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-05-06T13:12:52.693Z Checking csv-core v0.1.13
31852026-05-06T13:12:52.701Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-05-06T13:12:52.709Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31872026-05-06T13:12:52.719Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31882026-05-06T13:12:52.730Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-05-06T13:12:52.741Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-05-06T13:12:52.847Z Checking csv v1.4.0
31912026-05-06T13:12:52.862Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-05-06T13:12:52.908Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31932026-05-06T13:12:52.936Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-05-06T13:12:53.184Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31952026-05-06T13:12:53.544Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-06T13:12:53.547Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-05-06T13:12:53.852Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31982026-05-06T13:12:59.519Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-05-06T13:13:00.045Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32002026-05-06T13:13:02.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
32012026-05-06T13:13:02.546Z
32022026-05-06T13:13:02.546Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32032026-05-06T13:13:03.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-06T13:13:03.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-06T13:13:03.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-06T13:13:03.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-05-06T13:13:03.141Z
32082026-05-06T13:13:03.142Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32092026-05-06T13:13:03.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-06T13:13:03.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-06T13:13:03.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-06T13:13:03.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32132026-05-06T13:13:03.818Z
32142026-05-06T13:13:03.818Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32152026-05-06T13:13:04.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-06T13:13:04.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-06T13:13:04.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-05-06T13:13:04.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32192026-05-06T13:13:04.502Z
32202026-05-06T13:13:04.502Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32212026-05-06T13:13:05.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-05-06T13:13:05.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-05-06T13:13:05.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-05-06T13:13:05.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32252026-05-06T13:13:05.151Z
32262026-05-06T13:13:05.151Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32272026-05-06T13:13:05.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-05-06T13:13:05.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-05-06T13:13:05.911Z Compiling regress v0.11.1
32302026-05-06T13:13:06.051Z Compiling unsafe-libyaml v0.2.11
32312026-05-06T13:13:06.066Z Compiling radium v0.7.0
32322026-05-06T13:13:06.069Z Compiling semver v0.1.20
32332026-05-06T13:13:06.093Z Compiling pin-project-internal v1.1.11
32342026-05-06T13:13:06.096Z Compiling maybe-uninit v2.0.0
32352026-05-06T13:13:06.096Z Checking tap v1.0.1
32362026-05-06T13:13:06.216Z Checking wyz v0.5.1
32372026-05-06T13:13:06.354Z Compiling rustc_version v0.1.7
32382026-05-06T13:13:06.393Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32392026-05-06T13:13:06.414Z Checking progenitor-client v0.13.0
32402026-05-06T13:13:06.519Z Compiling snafu-derive v0.8.9
32412026-05-06T13:13:06.543Z Compiling newtype_derive v0.1.6
32422026-05-06T13:13:06.644Z Compiling serde_yaml v0.9.34+deprecated
32432026-05-06T13:13:06.770Z Compiling zerocopy-derive v0.6.6
32442026-05-06T13:13:06.793Z Compiling owo-colors v4.3.0
32452026-05-06T13:13:07.120Z Checking crc-catalog v2.4.0
32462026-05-06T13:13:07.213Z Compiling cancel-safe-futures v0.1.5
32472026-05-06T13:13:07.216Z Checking pin-project v1.1.11
32482026-05-06T13:13:07.311Z Checking funty v2.0.0
32492026-05-06T13:13:07.428Z Compiling packed_struct v0.10.1
32502026-05-06T13:13:07.467Z Checking typify-impl v0.6.2
32512026-05-06T13:13:07.630Z Checking same-file v1.0.6
32522026-05-06T13:13:07.691Z Checking bitvec v1.0.1
32532026-05-06T13:13:07.749Z Checking walkdir v2.5.0
32542026-05-06T13:13:07.907Z Checking zerocopy v0.6.6
32552026-05-06T13:13:07.940Z Checking crc v3.4.0
32562026-05-06T13:13:08.169Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-05-06T13:13:08.198Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32582026-05-06T13:13:08.224Z Checking globset v0.4.18
32592026-05-06T13:13:08.418Z Checking snafu v0.8.9
32602026-05-06T13:13:08.477Z Checking olpc-cjson v0.1.4
32612026-05-06T13:13:08.538Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32622026-05-06T13:13:08.615Z Checking pem v3.0.6
32632026-05-06T13:13:08.628Z Compiling packed_struct_codegen v0.10.1
32642026-05-06T13:13:08.661Z Checking libsw-core v0.3.2
32652026-05-06T13:13:08.694Z Checking serde_plain v1.0.2
32662026-05-06T13:13:08.771Z Compiling bitfield-macros v0.19.4
32672026-05-06T13:13:08.791Z Compiling indexmap v1.9.3
32682026-05-06T13:13:08.805Z Checking typed-path v0.9.3
32692026-05-06T13:13:08.842Z Checking nodrop v0.1.14
32702026-05-06T13:13:08.931Z Checking array-init v0.0.4
32712026-05-06T13:13:08.998Z Checking libsw v3.5.0
32722026-05-06T13:13:09.015Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-05-06T13:13:09.148Z Checking smallvec v0.6.14
32742026-05-06T13:13:09.287Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32752026-05-06T13:13:09.405Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-06T13:13:09.476Z Checking bitfield v0.19.4
32772026-05-06T13:13:09.566Z Checking tough v0.20.0
32782026-05-06T13:13:09.567Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-05-06T13:13:09.596Z Checking tagptr v0.2.0
32802026-05-06T13:13:09.689Z Checking smawk v0.3.2
32812026-05-06T13:13:09.706Z Checking hashbrown v0.12.3
32822026-05-06T13:13:09.733Z Checking base64 v0.21.7
32832026-05-06T13:13:09.746Z Checking linear-map v1.2.0
32842026-05-06T13:13:09.771Z Checking unicode-linebreak v0.1.5
32852026-05-06T13:13:09.816Z Checking moka v0.12.13
32862026-05-06T13:13:09.911Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-05-06T13:13:09.968Z Checking ron v0.8.1
32882026-05-06T13:13:09.981Z Checking textwrap v0.16.2
32892026-05-06T13:13:10.191Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-05-06T13:13:10.361Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-05-06T13:13:10.434Z Checking serde-hex v0.1.0
32922026-05-06T13:13:10.449Z Checking steno v0.4.1
32932026-05-06T13:13:10.474Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-05-06T13:13:10.632Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-05-06T13:13:10.757Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-06T13:13:11.159Z Checking hashbrown v0.13.2
32972026-05-06T13:13:11.173Z Checking humantime v2.3.0
32982026-05-06T13:13:11.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-06T13:13:11.352Z Checking crc-any v2.5.0
33002026-05-06T13:13:11.409Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-05-06T13:13:11.427Z Checking hickory-resolver v0.25.2
33022026-05-06T13:13:11.527Z Checking half v1.8.3
33032026-05-06T13:13:11.542Z Checking path-slash v0.1.5
33042026-05-06T13:13:11.568Z Checking void v1.0.2
33052026-05-06T13:13:11.582Z Checking object v0.30.4
33062026-05-06T13:13:11.641Z Checking utf-8 v0.7.6
33072026-05-06T13:13:11.670Z Checking lzss v0.8.2
33082026-05-06T13:13:11.728Z Checking serde_cbor v0.11.2
33092026-05-06T13:13:11.775Z Checking tungstenite v0.23.0
33102026-05-06T13:13:11.939Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33112026-05-06T13:13:12.002Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-05-06T13:13:12.095Z Checking nix v0.27.1
33132026-05-06T13:13:12.150Z Checking kstat-rs v0.2.4
33142026-05-06T13:13:12.163Z Compiling typify-macro v0.6.2
33152026-05-06T13:13:12.178Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-05-06T13:13:12.217Z Checking fxhash v0.2.1
33172026-05-06T13:13:12.235Z Checking serde_bytes v0.11.19
33182026-05-06T13:13:12.334Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-05-06T13:13:12.337Z Checking tokio-tungstenite v0.23.1
33202026-05-06T13:13:12.407Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-05-06T13:13:12.591Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-05-06T13:13:12.605Z Checking signal-hook-tokio v0.3.1
33232026-05-06T13:13:13.480Z Compiling typify v0.6.2
33242026-05-06T13:13:13.574Z Compiling progenitor-impl v0.13.0
33252026-05-06T13:13:13.574Z Compiling progenitor-impl v0.14.0
33262026-05-06T13:13:13.716Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-05-06T13:13:14.623Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33282026-05-06T13:13:14.942Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33292026-05-06T13:13:15.160Z Compiling progenitor-macro v0.14.0
33302026-05-06T13:13:15.172Z Compiling progenitor-macro v0.13.0
33312026-05-06T13:13:17.695Z Checking progenitor v0.14.0
33322026-05-06T13:13:17.819Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-06T13:13:17.831Z Checking progenitor v0.13.0
33342026-05-06T13:13:17.935Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33352026-05-06T13:13:20.891Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-05-06T13:13:28.219Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-05-06T13:13:34.410Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-05-06T13:13:35.771Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-05-06T13:13:36.268Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-05-06T13:13:38.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
33412026-05-06T13:13:38.524Z
33422026-05-06T13:13:38.524Zinfo: running `cargo check --bins` on gateway-api (133/274)
33432026-05-06T13:13:39.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-06T13:13:39.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-06T13:13:39.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-06T13:13:39.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-06T13:13:39.122Z
33482026-05-06T13:13:39.122Zinfo: running `cargo check --bins` on ipcc (134/274)
33492026-05-06T13:13:39.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-06T13:13:39.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-06T13:13:39.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-06T13:13:39.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-06T13:13:39.719Z
33542026-05-06T13:13:39.719Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33552026-05-06T13:13:40.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-06T13:13:40.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-06T13:13:40.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-06T13:13:40.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-05-06T13:13:40.298Z
33602026-05-06T13:13:40.298Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33612026-05-06T13:13:40.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-06T13:13:40.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-06T13:13:40.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-06T13:13:40.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-06T13:13:40.899Z
33662026-05-06T13:13:40.899Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33672026-05-06T13:13:41.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-06T13:13:41.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-06T13:13:41.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-06T13:13:41.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-05-06T13:13:41.501Z
33722026-05-06T13:13:41.501Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33732026-05-06T13:13:42.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-06T13:13:42.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-06T13:13:42.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-06T13:13:42.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-06T13:13:42.100Z
33782026-05-06T13:13:42.100Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33792026-05-06T13:13:42.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-06T13:13:42.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-06T13:13:42.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-06T13:13:42.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-06T13:13:42.698Z
33842026-05-06T13:13:42.698Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33852026-05-06T13:13:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-06T13:13:43.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-06T13:13:43.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-06T13:13:43.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-06T13:13:43.298Z
33902026-05-06T13:13:43.298Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33912026-05-06T13:13:43.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-06T13:13:43.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-06T13:13:43.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-06T13:13:43.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-06T13:13:43.899Z
33962026-05-06T13:13:43.899Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33972026-05-06T13:13:44.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-06T13:13:44.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-06T13:13:44.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-06T13:13:44.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-06T13:13:44.502Z
34022026-05-06T13:13:44.502Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34032026-05-06T13:13:45.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-06T13:13:45.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-06T13:13:45.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-06T13:13:45.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-06T13:13:45.104Z
34082026-05-06T13:13:45.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34092026-05-06T13:13:45.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-06T13:13:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-06T13:13:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-06T13:13:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-06T13:13:45.699Z
34142026-05-06T13:13:45.699Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34152026-05-06T13:13:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-06T13:13:46.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-06T13:13:46.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-06T13:13:46.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-05-06T13:13:46.300Z
34202026-05-06T13:13:46.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34212026-05-06T13:13:46.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-06T13:13:46.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-06T13:13:46.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-06T13:13:46.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-06T13:13:46.904Z
34262026-05-06T13:13:46.904Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34272026-05-06T13:13:47.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-06T13:13:47.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-06T13:13:47.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-06T13:13:47.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-06T13:13:47.503Z
34322026-05-06T13:13:47.503Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34332026-05-06T13:13:48.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-06T13:13:48.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-06T13:13:48.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-06T13:13:48.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-06T13:13:48.099Z
34382026-05-06T13:13:48.100Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34392026-05-06T13:13:48.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-06T13:13:48.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-06T13:13:48.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-06T13:13:48.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-05-06T13:13:48.691Z
34442026-05-06T13:13:48.691Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34452026-05-06T13:13:49.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-06T13:13:49.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-06T13:13:49.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-06T13:13:49.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-05-06T13:13:49.288Z
34502026-05-06T13:13:49.288Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34512026-05-06T13:13:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-06T13:13:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-06T13:13:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-06T13:13:49.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-05-06T13:13:49.887Z
34562026-05-06T13:13:49.887Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34572026-05-06T13:13:50.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-06T13:13:50.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-06T13:13:50.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-06T13:13:50.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34612026-05-06T13:13:50.484Z
34622026-05-06T13:13:50.484Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34632026-05-06T13:13:50.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-06T13:13:50.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-06T13:13:50.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-06T13:13:50.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-05-06T13:13:51.080Z
34682026-05-06T13:13:51.080Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34692026-05-06T13:13:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-06T13:13:51.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-06T13:13:51.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-06T13:13:51.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34732026-05-06T13:13:51.720Z
34742026-05-06T13:13:51.720Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34752026-05-06T13:13:52.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-06T13:13:52.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-06T13:13:52.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-06T13:13:52.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-05-06T13:13:52.326Z
34802026-05-06T13:13:52.326Zinfo: running `cargo check --bins` on dns-server (156/274)
34812026-05-06T13:13:52.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-06T13:13:52.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-06T13:13:52.978Z Compiling parking_lot_core v0.8.6
34842026-05-06T13:13:52.978Z Compiling git-stub v1.0.0
34852026-05-06T13:13:52.979Z Compiling atomicwrites v0.4.4
34862026-05-06T13:13:52.981Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34872026-05-06T13:13:52.981Z Checking prefix-trie v0.7.0
34882026-05-06T13:13:53.228Z Compiling git-stub-vcs v0.1.0
34892026-05-06T13:13:53.372Z Checking hickory-server v0.25.2
34902026-05-06T13:13:53.476Z Checking parking_lot v0.11.2
34912026-05-06T13:13:53.505Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34922026-05-06T13:13:53.554Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34932026-05-06T13:13:53.557Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34942026-05-06T13:13:53.644Z Checking sled v0.34.7
34952026-05-06T13:13:55.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34962026-05-06T13:13:55.704Z
34972026-05-06T13:13:55.704Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34982026-05-06T13:13:56.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-06T13:13:56.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-06T13:13:56.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-06T13:13:56.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-05-06T13:13:56.304Z
35032026-05-06T13:13:56.304Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35042026-05-06T13:13:56.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-06T13:13:56.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-06T13:13:56.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-06T13:13:56.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-06T13:13:56.906Z
35092026-05-06T13:13:56.906Zinfo: running `cargo check --bins` on sp-sim (159/274)
35102026-05-06T13:13:57.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-06T13:13:57.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-06T13:13:57.624Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-05-06T13:13:59.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35142026-05-06T13:13:59.574Z
35152026-05-06T13:13:59.574Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35162026-05-06T13:14:00.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-06T13:14:00.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-06T13:14:00.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-06T13:14:00.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-06T13:14:00.230Z
35212026-05-06T13:14:00.230Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35222026-05-06T13:14:00.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-06T13:14:00.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-06T13:14:00.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-06T13:14:00.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262026-05-06T13:14:00.890Z
35272026-05-06T13:14:00.890Zinfo: running `cargo check --bins` on db-macros (162/274)
35282026-05-06T13:14:01.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-06T13:14:01.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-06T13:14:01.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-06T13:14:01.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-05-06T13:14:01.477Z
35332026-05-06T13:14:01.477Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35342026-05-06T13:14:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-06T13:14:01.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-06T13:14:01.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-06T13:14:01.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-05-06T13:14:02.066Z
35392026-05-06T13:14:02.066Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35402026-05-06T13:14:02.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-06T13:14:02.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-06T13:14:02.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-06T13:14:02.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35442026-05-06T13:14:02.707Z
35452026-05-06T13:14:02.707Zinfo: running `cargo check --bins` on authz-macros (165/274)
35462026-05-06T13:14:03.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-06T13:14:03.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-06T13:14:03.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-06T13:14:03.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-06T13:14:03.288Z
35512026-05-06T13:14:03.288Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35522026-05-06T13:14:03.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-06T13:14:03.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-06T13:14:03.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-06T13:14:03.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-05-06T13:14:03.932Z
35572026-05-06T13:14:03.932Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35582026-05-06T13:14:04.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-06T13:14:04.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-06T13:14:04.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-06T13:14:04.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-05-06T13:14:04.583Z
35632026-05-06T13:14:04.583Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35642026-05-06T13:14:05.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-06T13:14:05.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-06T13:14:05.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-06T13:14:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-06T13:14:05.169Z
35692026-05-06T13:14:05.169Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35702026-05-06T13:14:05.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-06T13:14:05.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-06T13:14:05.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-06T13:14:05.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-05-06T13:14:05.757Z
35752026-05-06T13:14:05.757Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35762026-05-06T13:14:06.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-06T13:14:06.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-06T13:14:06.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-06T13:14:06.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-05-06T13:14:06.352Z
35812026-05-06T13:14:06.352Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35822026-05-06T13:14:06.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-06T13:14:06.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-06T13:14:06.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-06T13:14:06.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35862026-05-06T13:14:06.939Z
35872026-05-06T13:14:06.939Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35882026-05-06T13:14:07.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-06T13:14:07.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-06T13:14:07.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-06T13:14:07.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35922026-05-06T13:14:07.526Z
35932026-05-06T13:14:07.526Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35942026-05-06T13:14:08.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-06T13:14:08.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-06T13:14:08.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-06T13:14:08.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35982026-05-06T13:14:08.181Z
35992026-05-06T13:14:08.181Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36002026-05-06T13:14:08.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-06T13:14:08.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-06T13:14:08.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-06T13:14:08.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36042026-05-06T13:14:08.836Z
36052026-05-06T13:14:08.836Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36062026-05-06T13:14:09.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-06T13:14:09.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-06T13:14:09.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-06T13:14:09.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36102026-05-06T13:14:09.480Z
36112026-05-06T13:14:09.480Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36122026-05-06T13:14:10.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-06T13:14:10.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-06T13:14:10.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-06T13:14:10.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-06T13:14:10.102Z
36172026-05-06T13:14:10.102Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36182026-05-06T13:14:10.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-06T13:14:10.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-06T13:14:10.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-06T13:14:10.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-06T13:14:10.723Z
36232026-05-06T13:14:10.723Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36242026-05-06T13:14:11.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-06T13:14:11.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-06T13:14:11.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-06T13:14:11.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-05-06T13:14:11.343Z
36292026-05-06T13:14:11.343Zinfo: running `cargo check --bins` on key-manager (179/274)
36302026-05-06T13:14:11.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-06T13:14:11.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-06T13:14:11.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-06T13:14:11.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-05-06T13:14:11.943Z
36352026-05-06T13:14:11.943Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36362026-05-06T13:14:12.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-06T13:14:12.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-06T13:14:12.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-05-06T13:14:12.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36402026-05-06T13:14:12.560Z
36412026-05-06T13:14:12.560Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36422026-05-06T13:14:13.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-05-06T13:14:13.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-05-06T13:14:13.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-05-06T13:14:13.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36462026-05-06T13:14:13.180Z
36472026-05-06T13:14:13.180Zinfo: running `cargo check --bins` on typed-rng (182/274)
36482026-05-06T13:14:13.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-05-06T13:14:13.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-05-06T13:14:13.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-05-06T13:14:13.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-05-06T13:14:13.764Z
36532026-05-06T13:14:13.764Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36542026-05-06T13:14:14.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-05-06T13:14:14.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-05-06T13:14:14.612Z Compiling typify-impl v0.4.3
36572026-05-06T13:14:14.612Z Compiling libefi-sys v0.1.0
36582026-05-06T13:14:14.615Z Compiling bitfield-struct v0.6.2
36592026-05-06T13:14:14.764Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36602026-05-06T13:14:14.775Z Compiling xshell-macros v0.2.7
36612026-05-06T13:14:14.788Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36622026-05-06T13:14:14.828Z Compiling salty v0.3.0
36632026-05-06T13:14:14.830Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36642026-05-06T13:14:14.982Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-06T13:14:15.106Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36662026-05-06T13:14:15.121Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-05-06T13:14:15.136Z Checking xshell v0.2.7
36682026-05-06T13:14:15.323Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36692026-05-06T13:14:15.344Z Checking primeorder v0.13.6
36702026-05-06T13:14:15.365Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-06T13:14:15.487Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-05-06T13:14:15.511Z Compiling proc-macro-error-attr2 v2.0.0
36732026-05-06T13:14:15.575Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-05-06T13:14:15.600Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36752026-05-06T13:14:15.631Z Checking tungstenite v0.21.0
36762026-05-06T13:14:15.782Z Checking p384 v0.13.1
36772026-05-06T13:14:15.833Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36782026-05-06T13:14:15.894Z Compiling proc-macro-error2 v2.0.1
36792026-05-06T13:14:15.995Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36802026-05-06T13:14:16.058Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-05-06T13:14:16.196Z Compiling num-derive v0.3.3
36822026-05-06T13:14:16.212Z Compiling tabled_derive v0.11.0
36832026-05-06T13:14:16.380Z Checking tokio-tungstenite v0.21.0
36842026-05-06T13:14:16.673Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-06T13:14:16.688Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-05-06T13:14:16.793Z Checking papergrid v0.17.0
36872026-05-06T13:14:17.069Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-06T13:14:17.072Z Checking libscf-sys v1.1.0
36892026-05-06T13:14:17.215Z Checking testing_table v0.3.0
36902026-05-06T13:14:17.315Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-06T13:14:17.381Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-06T13:14:17.397Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36932026-05-06T13:14:17.587Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36942026-05-06T13:14:17.621Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-05-06T13:14:17.799Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-05-06T13:14:17.822Z Compiling unicase v2.9.0
36972026-05-06T13:14:17.837Z Checking corncobs v0.1.4
36982026-05-06T13:14:17.851Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36992026-05-06T13:14:17.962Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-05-06T13:14:18.024Z Compiling mime_guess v2.0.5
37012026-05-06T13:14:18.064Z Checking tabled v0.20.0
37022026-05-06T13:14:18.086Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-05-06T13:14:18.144Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-05-06T13:14:18.219Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-05-06T13:14:18.295Z Checking progenitor-client v0.11.2
37062026-05-06T13:14:18.498Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-05-06T13:14:18.531Z Checking secrecy v0.8.0
37082026-05-06T13:14:18.545Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-05-06T13:14:18.562Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37102026-05-06T13:14:18.593Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37112026-05-06T13:14:18.752Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37122026-05-06T13:14:19.000Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37132026-05-06T13:14:19.131Z Compiling typify-macro v0.4.3
37142026-05-06T13:14:19.199Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37152026-05-06T13:14:19.216Z Checking filetime v0.2.27
37162026-05-06T13:14:19.274Z Checking crc8 v0.1.1
37172026-05-06T13:14:19.289Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37182026-05-06T13:14:19.346Z Checking http-range v0.1.5
37192026-05-06T13:14:19.469Z Checking xattr v1.6.1
37202026-05-06T13:14:19.600Z Checking tar v0.4.45
37212026-05-06T13:14:19.833Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37222026-05-06T13:14:19.855Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37232026-05-06T13:14:20.088Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37242026-05-06T13:14:20.106Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37252026-05-06T13:14:20.121Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37262026-05-06T13:14:20.180Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37272026-05-06T13:14:20.481Z Checking atty v0.2.14
37282026-05-06T13:14:20.522Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-05-06T13:14:20.579Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37302026-05-06T13:14:20.702Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-05-06T13:14:20.835Z Compiling typify v0.4.3
37322026-05-06T13:14:20.950Z Compiling progenitor-impl v0.11.2
37332026-05-06T13:14:21.032Z Compiling progenitor-impl v0.10.0
37342026-05-06T13:14:21.299Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37352026-05-06T13:14:21.419Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37362026-05-06T13:14:21.536Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-05-06T13:14:22.020Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37382026-05-06T13:14:22.476Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-06T13:14:22.493Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-05-06T13:14:22.509Z Checking hyper-staticfile v0.10.1
37412026-05-06T13:14:22.718Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37422026-05-06T13:14:22.749Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37432026-05-06T13:14:22.797Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37442026-05-06T13:14:22.973Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37452026-05-06T13:14:23.113Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37462026-05-06T13:14:23.253Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37472026-05-06T13:14:23.409Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-05-06T13:14:23.537Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37492026-05-06T13:14:23.581Z Compiling progenitor-macro v0.11.2
37502026-05-06T13:14:23.690Z Compiling progenitor-macro v0.10.0
37512026-05-06T13:14:26.261Z Checking progenitor v0.11.2
37522026-05-06T13:14:26.389Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-06T13:14:26.488Z Checking progenitor v0.10.0
37542026-05-06T13:14:26.606Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37552026-05-06T13:14:31.032Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37562026-05-06T13:14:32.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-06T13:14:42.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.68s
37582026-05-06T13:14:42.666Z
37592026-05-06T13:14:42.666Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37602026-05-06T13:14:43.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-06T13:14:43.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-06T13:14:43.455Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-06T13:14:53.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37642026-05-06T13:14:54.036Z
37652026-05-06T13:14:54.036Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37662026-05-06T13:14:54.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-06T13:14:54.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-06T13:14:54.820Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-06T13:15:05.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37702026-05-06T13:15:05.400Z
37712026-05-06T13:15:05.400Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37722026-05-06T13:15:05.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-06T13:15:05.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-06T13:15:06.172Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-06T13:15:16.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37762026-05-06T13:15:16.878Z
37772026-05-06T13:15:16.878Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37782026-05-06T13:15:17.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-06T13:15:17.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-06T13:15:17.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-06T13:15:28.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37822026-05-06T13:15:28.268Z
37832026-05-06T13:15:28.268Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37842026-05-06T13:15:28.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-06T13:15:28.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-06T13:15:29.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-06T13:15:39.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37882026-05-06T13:15:39.638Z
37892026-05-06T13:15:39.638Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37902026-05-06T13:15:40.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-06T13:15:40.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-06T13:15:40.412Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-05-06T13:15:50.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
37942026-05-06T13:15:50.969Z
37952026-05-06T13:15:50.969Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37962026-05-06T13:15:51.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-06T13:15:51.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-06T13:15:51.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-05-06T13:16:02.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
38002026-05-06T13:16:02.353Z
38012026-05-06T13:16:02.353Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38022026-05-06T13:16:02.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-06T13:16:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-06T13:16:02.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-06T13:16:02.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-05-06T13:16:02.958Z
38072026-05-06T13:16:02.958Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38082026-05-06T13:16:03.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-06T13:16:03.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-06T13:16:03.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-06T13:16:03.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38122026-05-06T13:16:03.559Z
38132026-05-06T13:16:03.560Zinfo: running `cargo check --bins` on range-requests (193/274)
38142026-05-06T13:16:04.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-06T13:16:04.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-06T13:16:04.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-06T13:16:04.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38182026-05-06T13:16:04.151Z
38192026-05-06T13:16:04.151Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38202026-05-06T13:16:04.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-06T13:16:04.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-06T13:16:04.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-06T13:16:04.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38242026-05-06T13:16:04.739Z
38252026-05-06T13:16:04.739Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38262026-05-06T13:16:05.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-06T13:16:05.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-06T13:16:05.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-06T13:16:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38302026-05-06T13:16:05.352Z
38312026-05-06T13:16:05.352Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38322026-05-06T13:16:05.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-06T13:16:05.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-06T13:16:05.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-06T13:16:05.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38362026-05-06T13:16:05.963Z
38372026-05-06T13:16:05.963Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38382026-05-06T13:16:06.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-06T13:16:06.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-06T13:16:06.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-06T13:16:06.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38422026-05-06T13:16:06.574Z
38432026-05-06T13:16:06.574Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38442026-05-06T13:16:07.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-06T13:16:07.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-06T13:16:07.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-06T13:16:07.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-06T13:16:07.195Z
38492026-05-06T13:16:07.195Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38502026-05-06T13:16:07.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-06T13:16:07.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-06T13:16:07.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-06T13:16:07.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-06T13:16:07.810Z
38552026-05-06T13:16:07.810Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38562026-05-06T13:16:08.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-06T13:16:08.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-06T13:16:08.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-06T13:16:08.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38602026-05-06T13:16:08.419Z
38612026-05-06T13:16:08.419Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38622026-05-06T13:16:08.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-06T13:16:08.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-06T13:16:08.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-06T13:16:08.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-06T13:16:09.037Z
38672026-05-06T13:16:09.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38682026-05-06T13:16:09.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-06T13:16:09.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-06T13:16:09.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-06T13:16:09.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-06T13:16:09.655Z
38732026-05-06T13:16:09.655Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38742026-05-06T13:16:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-06T13:16:10.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-06T13:16:10.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-06T13:16:10.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-05-06T13:16:10.272Z
38792026-05-06T13:16:10.272Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38802026-05-06T13:16:10.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-06T13:16:10.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-06T13:16:10.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-06T13:16:10.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-05-06T13:16:10.920Z
38852026-05-06T13:16:10.920Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38862026-05-06T13:16:11.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-06T13:16:11.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-06T13:16:11.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-06T13:16:11.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38902026-05-06T13:16:11.535Z
38912026-05-06T13:16:11.535Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38922026-05-06T13:16:12.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-06T13:16:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-06T13:16:12.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-06T13:16:12.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38962026-05-06T13:16:12.170Z
38972026-05-06T13:16:12.170Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38982026-05-06T13:16:12.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-06T13:16:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-06T13:16:12.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-06T13:16:12.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39022026-05-06T13:16:12.818Z
39032026-05-06T13:16:12.818Zinfo: running `cargo check --bins` on update-common (208/274)
39042026-05-06T13:16:13.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-06T13:16:13.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-06T13:16:13.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-06T13:16:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39082026-05-06T13:16:13.419Z
39092026-05-06T13:16:13.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39102026-05-06T13:16:13.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-06T13:16:13.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-06T13:16:13.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-06T13:16:13.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39142026-05-06T13:16:14.072Z
39152026-05-06T13:16:14.072Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39162026-05-06T13:16:14.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-06T13:16:14.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-06T13:16:14.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-06T13:16:14.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-06T13:16:14.649Z
39212026-05-06T13:16:14.649Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39222026-05-06T13:16:15.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-06T13:16:15.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-06T13:16:15.414Z Compiling fs-err v2.11.0
39252026-05-06T13:16:15.418Z Checking ignore v0.4.25
39262026-05-06T13:16:15.418Z Checking arc-swap v1.8.2
39272026-05-06T13:16:15.418Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39282026-05-06T13:16:15.550Z Checking predicates-tree v1.0.13
39292026-05-06T13:16:15.566Z Checking parse-size v1.1.0
39302026-05-06T13:16:15.578Z Checking rand_seeder v0.4.0
39312026-05-06T13:16:15.582Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39322026-05-06T13:16:15.655Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39332026-05-06T13:16:15.674Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39342026-05-06T13:16:15.712Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39352026-05-06T13:16:15.741Z Checking slog-scope v4.4.1
39362026-05-06T13:16:15.853Z Compiling petname v2.0.2
39372026-05-06T13:16:15.868Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-05-06T13:16:15.881Z Checking slog-stdlog v4.1.1
39392026-05-06T13:16:15.910Z Checking globwalk v0.9.1
39402026-05-06T13:16:15.958Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39412026-05-06T13:16:15.997Z Checking slog-envlogger v2.2.0
39422026-05-06T13:16:16.083Z Checking camino-tempfile-ext v0.3.3
39432026-05-06T13:16:16.110Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39442026-05-06T13:16:16.139Z Checking sapling-renderdag v0.1.0
39452026-05-06T13:16:16.268Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39462026-05-06T13:16:16.271Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39472026-05-06T13:16:16.372Z Checking subprocess v0.2.15
39482026-05-06T13:16:16.453Z Checking sync-ptr v0.1.4
39492026-05-06T13:16:16.501Z Checking colored v2.2.0
39502026-05-06T13:16:16.569Z Checking assert_matches v1.5.0
39512026-05-06T13:16:16.644Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39522026-05-06T13:16:16.719Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39532026-05-06T13:16:16.751Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-05-06T13:16:16.754Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39552026-05-06T13:16:17.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39562026-05-06T13:16:18.688Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39572026-05-06T13:16:20.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
39582026-05-06T13:16:21.080Z
39592026-05-06T13:16:21.080Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39602026-05-06T13:16:21.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-06T13:16:21.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-06T13:16:21.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-06T13:16:21.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39642026-05-06T13:16:21.661Z
39652026-05-06T13:16:21.661Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39662026-05-06T13:16:22.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-06T13:16:22.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-06T13:16:22.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-06T13:16:22.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39702026-05-06T13:16:22.274Z
39712026-05-06T13:16:22.274Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39722026-05-06T13:16:22.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-06T13:16:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-06T13:16:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-05-06T13:16:22.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39762026-05-06T13:16:22.927Z
39772026-05-06T13:16:22.927Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39782026-05-06T13:16:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-06T13:16:23.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-06T13:16:23.645Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39812026-05-06T13:16:23.645Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39822026-05-06T13:16:24.295Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39832026-05-06T13:16:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39842026-05-06T13:16:26.050Z
39852026-05-06T13:16:26.050Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39862026-05-06T13:16:26.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-06T13:16:26.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-06T13:16:26.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-06T13:16:26.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39902026-05-06T13:16:26.644Z
39912026-05-06T13:16:26.644Zinfo: running `cargo check --bins` on cert-dev (217/274)
39922026-05-06T13:16:27.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-06T13:16:27.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-06T13:16:27.241Z Checking yasna v0.5.2
39952026-05-06T13:16:27.636Z Checking rcgen v0.12.1
39962026-05-06T13:16:27.879Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39972026-05-06T13:16:28.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39982026-05-06T13:16:28.232Z
39992026-05-06T13:16:28.232Zinfo: running `cargo check --bins` on clickana (218/274)
40002026-05-06T13:16:28.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-06T13:16:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-06T13:16:28.871Z Compiling darling_core v0.23.0
40032026-05-06T13:16:28.874Z Compiling instability v0.3.11
40042026-05-06T13:16:28.874Z Checking castaway v0.2.4
40052026-05-06T13:16:28.980Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40062026-05-06T13:16:28.992Z Compiling indoc v2.0.7
40072026-05-06T13:16:29.006Z Checking unicode-truncate v1.1.0
40082026-05-06T13:16:29.010Z Checking lru v0.12.5
40092026-05-06T13:16:29.010Z Checking cassowary v0.3.0
40102026-05-06T13:16:29.072Z Checking compact_str v0.8.1
40112026-05-06T13:16:30.025Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40122026-05-06T13:16:30.203Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40132026-05-06T13:16:30.386Z Compiling darling_macro v0.23.0
40142026-05-06T13:16:30.790Z Compiling darling v0.23.0
40152026-05-06T13:16:31.389Z Checking ratatui v0.29.0
40162026-05-06T13:16:32.442Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40172026-05-06T13:16:33.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
40182026-05-06T13:16:33.283Z
40192026-05-06T13:16:33.283Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40202026-05-06T13:16:33.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-06T13:16:33.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-06T13:16:34.001Z Checking headers-core v0.3.0
40232026-05-06T13:16:34.001Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40242026-05-06T13:16:34.194Z Checking headers v0.4.1
40252026-05-06T13:16:34.558Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-05-06T13:16:35.392Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40272026-05-06T13:16:35.876Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40282026-05-06T13:16:36.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
40292026-05-06T13:16:36.490Z
40302026-05-06T13:16:36.491Zinfo: running `cargo check --bins` on ch-dev (220/274)
40312026-05-06T13:16:37.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-05-06T13:16:37.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-05-06T13:16:37.207Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40342026-05-06T13:16:37.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40352026-05-06T13:16:38.136Z
40362026-05-06T13:16:38.136Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40372026-05-06T13:16:38.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-06T13:16:38.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-06T13:16:38.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-05-06T13:16:38.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40412026-05-06T13:16:38.600Z
40422026-05-06T13:16:38.600Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40432026-05-06T13:16:39.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-06T13:16:39.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-06T13:16:39.309Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40462026-05-06T13:16:40.289Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40472026-05-06T13:16:40.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40482026-05-06T13:16:40.821Z
40492026-05-06T13:16:40.822Zinfo: running `cargo check --bins` on db-dev (223/274)
40502026-05-06T13:16:41.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-06T13:16:41.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-06T13:16:41.534Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40532026-05-06T13:16:42.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40542026-05-06T13:16:42.475Z
40552026-05-06T13:16:42.475Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40562026-05-06T13:16:43.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-06T13:16:43.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-06T13:16:43.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-06T13:16:43.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40602026-05-06T13:16:43.107Z
40612026-05-06T13:16:43.108Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40622026-05-06T13:16:43.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-06T13:16:43.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-06T13:16:43.709Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40652026-05-06T13:16:44.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
40662026-05-06T13:16:44.558Z
40672026-05-06T13:16:44.558Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40682026-05-06T13:16:45.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-06T13:16:45.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-06T13:16:45.299Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-06T13:16:45.299Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-06T13:16:45.299Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40732026-05-06T13:16:45.303Z Checking git-stub v1.0.0
40742026-05-06T13:16:45.303Z Compiling trait-variant v0.1.2
40752026-05-06T13:16:45.303Z Checking is_ci v1.2.0
40762026-05-06T13:16:45.303Z Checking maplit v1.0.2
40772026-05-06T13:16:45.461Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40782026-05-06T13:16:45.499Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-05-06T13:16:45.511Z Checking supports-color v3.0.2
40802026-05-06T13:16:45.579Z Checking git-stub-vcs v0.1.0
40812026-05-06T13:16:45.631Z Checking drift v0.1.3
40822026-05-06T13:16:45.668Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40832026-05-06T13:16:45.691Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40842026-05-06T13:16:45.768Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40852026-05-06T13:16:45.860Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40862026-05-06T13:16:45.911Z Checking dropshot-api-manager v0.7.1
40872026-05-06T13:16:45.925Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40882026-05-06T13:16:45.966Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40892026-05-06T13:16:46.143Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40902026-05-06T13:16:46.177Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40912026-05-06T13:16:46.389Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40922026-05-06T13:16:46.654Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40932026-05-06T13:16:51.573Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40942026-05-06T13:16:52.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40952026-05-06T13:16:53.206Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40962026-05-06T13:16:53.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40972026-05-06T13:16:53.826Z
40982026-05-06T13:16:53.826Zinfo: running `cargo check --bins` on installinator-api (227/274)
40992026-05-06T13:16:54.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-06T13:16:54.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-06T13:16:54.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-06T13:16:54.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41032026-05-06T13:16:54.422Z
41042026-05-06T13:16:54.422Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41052026-05-06T13:16:54.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-06T13:16:54.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-06T13:16:54.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-05-06T13:16:54.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41092026-05-06T13:16:55.057Z
41102026-05-06T13:16:55.057Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41112026-05-06T13:16:55.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-06T13:16:55.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-06T13:16:55.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-05-06T13:16:55.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41152026-05-06T13:16:55.694Z
41162026-05-06T13:16:55.694Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41172026-05-06T13:16:56.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-06T13:16:56.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-06T13:16:56.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-05-06T13:16:56.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41212026-05-06T13:16:56.333Z
41222026-05-06T13:16:56.334Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41232026-05-06T13:16:56.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-06T13:16:56.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-06T13:16:56.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-05-06T13:16:56.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41272026-05-06T13:16:56.925Z
41282026-05-06T13:16:56.925Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41292026-05-06T13:16:57.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-05-06T13:16:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-05-06T13:16:57.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-05-06T13:16:57.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41332026-05-06T13:16:57.502Z
41342026-05-06T13:16:57.502Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41352026-05-06T13:16:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-05-06T13:16:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-05-06T13:16:58.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-05-06T13:16:58.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41392026-05-06T13:16:58.112Z
41402026-05-06T13:16:58.112Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41412026-05-06T13:16:58.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-05-06T13:16:58.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-05-06T13:16:58.724Z Checking typeid v1.0.3
41442026-05-06T13:16:58.835Z Checking ordered-float v2.10.1
41452026-05-06T13:16:58.846Z Compiling blake3 v1.8.3
41462026-05-06T13:16:58.860Z Checking arrayref v0.3.9
41472026-05-06T13:16:58.860Z Checking arrayvec v0.7.6
41482026-05-06T13:16:58.864Z Checking unicode-xid v0.2.6
41492026-05-06T13:16:58.864Z Checking constant_time_eq v0.4.2
41502026-05-06T13:16:58.904Z Checking erased-serde v0.4.9
41512026-05-06T13:16:58.917Z Checking cargo-platform v0.2.0
41522026-05-06T13:16:58.928Z Checking topological-sort v0.2.2
41532026-05-06T13:16:58.989Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41542026-05-06T13:16:59.043Z Checking serde-value v0.7.0
41552026-05-06T13:16:59.225Z Checking serde-untagged v0.1.9
41562026-05-06T13:16:59.378Z Checking cargo-util-schemas v0.8.2
41572026-05-06T13:16:59.623Z Checking omicron-zone-package v0.12.2
41582026-05-06T13:17:00.098Z Checking cargo_metadata v0.21.0
41592026-05-06T13:17:00.732Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41602026-05-06T13:17:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
41612026-05-06T13:17:01.687Z
41622026-05-06T13:17:01.687Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41632026-05-06T13:17:02.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-06T13:17:02.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-06T13:17:02.425Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41662026-05-06T13:17:03.039Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41672026-05-06T13:17:03.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41682026-05-06T13:17:03.739Z
41692026-05-06T13:17:03.739Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41702026-05-06T13:17:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-05-06T13:17:04.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-05-06T13:17:04.587Z Compiling vergen-gitcl v1.0.8
41732026-05-06T13:17:04.587Z Compiling dirs-sys-next v0.1.2
41742026-05-06T13:17:04.587Z Compiling diesel_derives v2.3.7
41752026-05-06T13:17:04.587Z Compiling crunchy v0.2.4
41762026-05-06T13:17:04.587Z Compiling glob v0.3.3
41772026-05-06T13:17:04.590Z Compiling dsl_auto_type v0.2.0
41782026-05-06T13:17:04.590Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41792026-05-06T13:17:04.590Z Checking scheduled-thread-pool v0.2.7
41802026-05-06T13:17:04.895Z Compiling dirs-next v2.0.0
41812026-05-06T13:17:04.912Z Compiling diesel_table_macro_syntax v0.3.0
41822026-05-06T13:17:04.994Z Compiling tiny-keccak v2.0.2
41832026-05-06T13:17:05.011Z Compiling term v0.7.0
41842026-05-06T13:17:05.126Z Checking r2d2 v0.8.10
41852026-05-06T13:17:05.151Z Compiling bit-vec v0.6.3
41862026-05-06T13:17:05.166Z Compiling clang-sys v1.8.1
41872026-05-06T13:17:05.198Z Checking downcast-rs v2.0.2
41882026-05-06T13:17:05.294Z Compiling ascii-canvas v3.0.0
41892026-05-06T13:17:05.367Z Compiling bit-set v0.5.3
41902026-05-06T13:17:05.525Z Compiling itertools v0.10.5
41912026-05-06T13:17:05.541Z Compiling ena v0.14.4
41922026-05-06T13:17:05.554Z Compiling libloading v0.8.9
41932026-05-06T13:17:05.567Z Compiling bindgen v0.71.1
41942026-05-06T13:17:05.581Z Compiling regex-syntax v0.6.29
41952026-05-06T13:17:05.711Z Compiling diff v0.1.13
41962026-05-06T13:17:05.759Z Compiling cexpr v0.6.0
41972026-05-06T13:17:05.974Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41982026-05-06T13:17:06.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41992026-05-06T13:17:06.162Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42002026-05-06T13:17:06.197Z Compiling libxml v0.3.3
42012026-05-06T13:17:06.415Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42022026-05-06T13:17:06.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42032026-05-06T13:17:06.577Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42042026-05-06T13:17:06.725Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42052026-05-06T13:17:06.744Z Compiling strum_macros v0.24.3
42062026-05-06T13:17:06.763Z Compiling indoc v1.0.9
42072026-05-06T13:17:07.009Z Compiling lalrpop v0.19.12
42082026-05-06T13:17:07.748Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42092026-05-06T13:17:07.933Z Checking derive_builder v0.20.2
42102026-05-06T13:17:08.051Z Compiling oso-derive v0.27.3
42112026-05-06T13:17:08.109Z Checking quick-xml v0.37.5
42122026-05-06T13:17:08.253Z Compiling impl-trait-for-tuples v0.2.3
42132026-05-06T13:17:08.542Z Checking openssl-probe v0.1.6
42142026-05-06T13:17:08.680Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42152026-05-06T13:17:08.984Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42162026-05-06T13:17:09.174Z Checking bb8 v0.8.6
42172026-05-06T13:17:09.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42182026-05-06T13:17:09.438Z Checking nonempty v0.12.0
42192026-05-06T13:17:09.456Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42202026-05-06T13:17:09.600Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42212026-05-06T13:17:09.636Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42222026-05-06T13:17:09.673Z Checking console v0.16.2
42232026-05-06T13:17:09.785Z Checking unit-prefix v0.5.2
42242026-05-06T13:17:09.820Z Checking support-bundle-viewer v0.1.2
42252026-05-06T13:17:09.920Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42262026-05-06T13:17:09.984Z Checking indicatif v0.18.4
42272026-05-06T13:17:10.065Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42282026-05-06T13:17:10.201Z Checking multimap v0.10.1
42292026-05-06T13:17:10.610Z Checking diesel v2.3.7
42302026-05-06T13:17:12.486Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42312026-05-06T13:17:12.719Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42322026-05-06T13:17:13.016Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42332026-05-06T13:17:14.123Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42342026-05-06T13:17:14.456Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42352026-05-06T13:17:14.560Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42362026-05-06T13:17:15.091Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42372026-05-06T13:17:15.201Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42382026-05-06T13:17:17.151Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42392026-05-06T13:17:22.128Z Compiling samael v0.0.19
42402026-05-06T13:17:25.784Z Checking diesel-dtrace v0.5.0
42412026-05-06T13:17:26.021Z Checking async-bb8-diesel v0.2.1
42422026-05-06T13:17:27.198Z Compiling polar-core v0.27.3
42432026-05-06T13:17:31.607Z Checking oso v0.27.3
42442026-05-06T13:18:08.253Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42452026-05-06T13:18:41.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42462026-05-06T13:18:41.300Z
42472026-05-06T13:18:41.300Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42482026-05-06T13:18:41.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-06T13:18:41.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-06T13:18:41.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-05-06T13:18:41.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42522026-05-06T13:18:41.962Z
42532026-05-06T13:18:41.962Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42542026-05-06T13:18:42.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-06T13:18:42.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-06T13:18:42.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-05-06T13:18:42.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42582026-05-06T13:18:42.609Z
42592026-05-06T13:18:42.609Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42602026-05-06T13:18:43.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-06T13:18:43.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-06T13:18:43.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-05-06T13:18:43.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42642026-05-06T13:18:43.186Z
42652026-05-06T13:18:43.186Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42662026-05-06T13:18:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-05-06T13:18:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-05-06T13:18:44.042Z Compiling libz-sys v1.1.24
42692026-05-06T13:18:44.174Z Compiling libgit2-sys v0.18.3+1.9.2
42702026-05-06T13:18:44.185Z Compiling vergen-git2 v1.0.7
42712026-05-06T13:18:44.194Z Compiling rustls v0.21.12
42722026-05-06T13:18:44.212Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42732026-05-06T13:18:44.219Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42742026-05-06T13:18:44.222Z Checking sct v0.7.1
42752026-05-06T13:18:44.222Z Checking rustls-webpki v0.101.7
42762026-05-06T13:18:44.371Z Compiling nix v0.29.0
42772026-05-06T13:18:44.386Z Compiling dropshot v0.16.7
42782026-05-06T13:18:44.428Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42792026-05-06T13:18:44.473Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42802026-05-06T13:18:44.547Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42812026-05-06T13:18:44.649Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42822026-05-06T13:18:44.663Z Checking toml v0.9.12+spec-1.1.0
42832026-05-06T13:18:44.692Z Compiling dropshot_endpoint v0.16.7
42842026-05-06T13:18:44.850Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42852026-05-06T13:18:45.004Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42862026-05-06T13:18:45.194Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42872026-05-06T13:18:45.227Z Checking rustls-pemfile v1.0.4
42882026-05-06T13:18:45.364Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-05-06T13:18:45.552Z Checking twox-hash v2.1.2
42902026-05-06T13:18:45.599Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42912026-05-06T13:18:45.879Z Checking tokio-rustls v0.24.1
42922026-05-06T13:18:46.305Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42932026-05-06T13:18:46.437Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42942026-05-06T13:18:46.524Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42952026-05-06T13:18:46.996Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42962026-05-06T13:18:47.089Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42972026-05-06T13:18:47.145Z Checking fatfs v0.3.6
42982026-05-06T13:18:47.223Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42992026-05-06T13:18:47.241Z Compiling seq-macro v0.3.6
43002026-05-06T13:18:51.056Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
43012026-05-06T13:18:51.181Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
43022026-05-06T13:18:51.318Z Compiling git2 v0.20.4
43032026-05-06T13:18:53.514Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43042026-05-06T13:19:40.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.38s
43052026-05-06T13:19:40.810Z
43062026-05-06T13:19:40.810Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43072026-05-06T13:19:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-06T13:19:41.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-06T13:19:41.687Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43102026-05-06T13:20:20.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.35s
43112026-05-06T13:20:20.391Z
43122026-05-06T13:20:20.391Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43132026-05-06T13:20:20.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-06T13:20:20.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-06T13:20:20.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-06T13:20:20.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43172026-05-06T13:20:20.978Z
43182026-05-06T13:20:20.978Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43192026-05-06T13:20:21.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-06T13:20:21.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-06T13:20:21.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-05-06T13:20:21.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43232026-05-06T13:20:21.615Z
43242026-05-06T13:20:21.615Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43252026-05-06T13:20:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-05-06T13:20:22.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-05-06T13:20:22.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-05-06T13:20:22.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43292026-05-06T13:20:22.269Z
43302026-05-06T13:20:22.269Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43312026-05-06T13:20:22.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-05-06T13:20:22.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-05-06T13:20:22.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-05-06T13:20:22.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43352026-05-06T13:20:22.938Z
43362026-05-06T13:20:22.938Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43372026-05-06T13:20:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-05-06T13:20:23.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-05-06T13:20:23.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-05-06T13:20:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43412026-05-06T13:20:23.587Z
43422026-05-06T13:20:23.587Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43432026-05-06T13:20:24.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-05-06T13:20:24.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-05-06T13:20:24.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-05-06T13:20:24.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43472026-05-06T13:20:24.249Z
43482026-05-06T13:20:24.249Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43492026-05-06T13:20:24.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-05-06T13:20:24.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-05-06T13:20:24.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-05-06T13:20:24.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43532026-05-06T13:20:24.908Z
43542026-05-06T13:20:24.908Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43552026-05-06T13:20:25.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-05-06T13:20:25.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-05-06T13:20:25.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-05-06T13:20:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43592026-05-06T13:20:25.576Z
43602026-05-06T13:20:25.576Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43612026-05-06T13:20:26.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-06T13:20:26.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-06T13:20:26.471Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43642026-05-06T13:20:26.471Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43652026-05-06T13:20:26.661Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43662026-05-06T13:20:26.692Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43672026-05-06T13:20:26.713Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43682026-05-06T13:20:26.729Z Checking diff v0.1.13
43692026-05-06T13:20:26.740Z Checking yansi v1.0.1
43702026-05-06T13:20:26.740Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43712026-05-06T13:20:26.795Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43722026-05-06T13:20:26.991Z Checking pretty_assertions v1.4.1
43732026-05-06T13:20:27.633Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43742026-05-06T13:20:27.966Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43752026-05-06T13:20:51.204Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43762026-05-06T13:20:51.207Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-06T13:20:51.208Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43782026-05-06T13:20:51.208Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43792026-05-06T13:20:51.208Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43802026-05-06T13:20:51.208Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43812026-05-06T13:20:52.031Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43822026-05-06T13:20:53.134Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43832026-05-06T13:21:31.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43842026-05-06T13:21:31.385Z
43852026-05-06T13:21:31.385Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43862026-05-06T13:21:31.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-06T13:21:31.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-06T13:21:31.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-05-06T13:21:31.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43902026-05-06T13:21:31.974Z
43912026-05-06T13:21:31.974Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43922026-05-06T13:21:32.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-06T13:21:32.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-06T13:21:32.754Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43952026-05-06T13:21:32.876Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43962026-05-06T13:21:32.879Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43972026-05-06T13:21:58.525Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43982026-05-06T13:21:58.911Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43992026-05-06T13:22:00.604Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44002026-05-06T13:22:01.061Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44012026-05-06T13:22:03.972Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44022026-05-06T13:22:26.509Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44032026-05-06T13:22:27.210Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44042026-05-06T13:22:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.85s
44052026-05-06T13:22:29.049Z
44062026-05-06T13:22:29.049Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44072026-05-06T13:22:29.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-06T13:22:29.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-06T13:22:29.769Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44102026-05-06T13:22:30.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44112026-05-06T13:22:30.665Z
44122026-05-06T13:22:30.666Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44132026-05-06T13:22:31.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-06T13:22:31.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-06T13:22:31.320Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44162026-05-06T13:22:31.320Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44172026-05-06T13:22:31.323Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44182026-05-06T13:22:31.323Z Checking shell-words v1.1.1
44192026-05-06T13:22:32.003Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44202026-05-06T13:22:32.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
44212026-05-06T13:22:33.003Z
44222026-05-06T13:22:33.004Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44232026-05-06T13:22:33.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-06T13:22:33.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-06T13:22:33.647Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44262026-05-06T13:22:33.966Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44272026-05-06T13:22:34.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44282026-05-06T13:22:34.556Z
44292026-05-06T13:22:34.556Zinfo: running `cargo check --bins` on schema (256/274)
44302026-05-06T13:22:35.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-05-06T13:22:35.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-05-06T13:22:35.286Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44332026-05-06T13:22:35.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44342026-05-06T13:22:36.193Z
44352026-05-06T13:22:36.193Zinfo: running `cargo check --bins` on xtask (257/274)
44362026-05-06T13:22:36.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-05-06T13:22:36.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-05-06T13:22:36.650Z Checking libc v0.2.185
44392026-05-06T13:22:36.653Z Checking serde v1.0.228
44402026-05-06T13:22:36.732Z Checking zerofrom v0.1.6
44412026-05-06T13:22:36.742Z Checking bitflags v2.11.0
44422026-05-06T13:22:36.748Z Checking smallvec v1.15.1
44432026-05-06T13:22:36.755Z Checking indexmap v2.14.0
44442026-05-06T13:22:36.765Z Checking serde_json v1.0.149
44452026-05-06T13:22:36.768Z Checking scroll v0.12.0
44462026-05-06T13:22:36.835Z Checking yoke v0.8.1
44472026-05-06T13:22:36.889Z Checking num-traits v0.2.19
44482026-05-06T13:22:36.923Z Checking thiserror v1.0.69
44492026-05-06T13:22:36.994Z Checking log v0.4.29
44502026-05-06T13:22:37.004Z Checking zerovec v0.11.5
44512026-05-06T13:22:37.018Z Checking zerotrie v0.2.3
44522026-05-06T13:22:37.029Z Checking errno v0.3.14
44532026-05-06T13:22:37.118Z Checking serde_spanned v0.6.9
44542026-05-06T13:22:37.140Z Checking toml_datetime v0.6.11
44552026-05-06T13:22:37.151Z Checking rustix v1.1.3
44562026-05-06T13:22:37.241Z Checking percent-encoding v2.3.2
44572026-05-06T13:22:37.256Z Checking goblin v0.8.2
44582026-05-06T13:22:37.276Z Checking zerocopy v0.7.35
44592026-05-06T13:22:37.319Z Checking toml_edit v0.22.27
44602026-05-06T13:22:37.376Z Checking getrandom v0.4.1
44612026-05-06T13:22:37.387Z Checking form_urlencoded v1.2.2
44622026-05-06T13:22:37.409Z Checking ordered-float v2.10.1
44632026-05-06T13:22:37.431Z Checking tinystr v0.8.2
44642026-05-06T13:22:37.503Z Checking potential_utf v0.1.4
44652026-05-06T13:22:37.514Z Checking thiserror v2.0.18
44662026-05-06T13:22:37.608Z Checking icu_locale_core v2.1.1
44672026-05-06T13:22:37.618Z Checking syn v2.0.117
44682026-05-06T13:22:37.628Z Checking serde-value v0.7.0
44692026-05-06T13:22:37.636Z Checking icu_collections v2.1.1
44702026-05-06T13:22:37.758Z Checking dtrace-parser v0.2.0
44712026-05-06T13:22:37.827Z Checking thread-id v4.2.2
44722026-05-06T13:22:37.909Z Checking once_cell v1.21.3
44732026-05-06T13:22:37.948Z Checking terminal_size v0.4.3
44742026-05-06T13:22:37.952Z Checking cargo-platform v0.2.0
44752026-05-06T13:22:37.990Z Checking memmap v0.7.0
44762026-05-06T13:22:38.071Z Checking clap_builder v4.5.60
44772026-05-06T13:22:38.082Z Checking tempfile v3.25.0
44782026-05-06T13:22:38.121Z Checking textwrap v0.16.2
44792026-05-06T13:22:38.140Z Checking fs-err v3.3.0
44802026-05-06T13:22:38.169Z Checking icu_provider v2.1.1
44812026-05-06T13:22:38.272Z Checking camino-tempfile v1.4.1
44822026-05-06T13:22:38.314Z Checking anyhow v1.0.102
44832026-05-06T13:22:38.327Z Checking tabled v0.15.0
44842026-05-06T13:22:38.405Z Checking icu_normalizer v2.1.1
44852026-05-06T13:22:38.422Z Checking icu_properties v2.1.2
44862026-05-06T13:22:38.422Z Checking toml v0.8.23
44872026-05-06T13:22:38.511Z Checking macaddr v1.0.1
44882026-05-06T13:22:38.691Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44892026-05-06T13:22:38.749Z Checking cargo_toml v0.21.0
44902026-05-06T13:22:39.120Z Checking dof v0.3.0
44912026-05-06T13:22:39.224Z Checking idna_adapter v1.2.1
44922026-05-06T13:22:39.272Z Checking clap v4.5.60
44932026-05-06T13:22:39.341Z Checking idna v1.1.0
44942026-05-06T13:22:39.393Z Checking usdt-impl v0.5.0
44952026-05-06T13:22:39.563Z Checking url v2.5.8
44962026-05-06T13:22:39.641Z Checking usdt v0.5.0
44972026-05-06T13:22:39.899Z Checking cargo-util-schemas v0.8.2
44982026-05-06T13:22:40.593Z Checking cargo_metadata v0.21.0
44992026-05-06T13:22:41.199Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45002026-05-06T13:22:41.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
45012026-05-06T13:22:41.735Z
45022026-05-06T13:22:41.735Zinfo: running `cargo check --bins` on dnsadm (258/274)
45032026-05-06T13:22:42.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-06T13:22:42.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-06T13:22:42.374Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45062026-05-06T13:22:42.854Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45072026-05-06T13:22:43.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
45082026-05-06T13:22:43.439Z
45092026-05-06T13:22:43.439Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45102026-05-06T13:22:44.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-05-06T13:22:44.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-05-06T13:22:44.239Z Checking polyval v0.6.2
45132026-05-06T13:22:44.365Z Checking ctr v0.9.2
45142026-05-06T13:22:44.376Z Checking ssh-encoding v0.2.0
45152026-05-06T13:22:44.376Z Checking blowfish v0.9.1
45162026-05-06T13:22:44.396Z Checking password-hash v0.4.2
45172026-05-06T13:22:44.410Z Checking p521 v0.13.3
45182026-05-06T13:22:44.410Z Checking p256 v0.13.2
45192026-05-06T13:22:44.435Z Checking russh-cryptovec v0.7.3
45202026-05-06T13:22:44.506Z Checking ghash v0.5.1
45212026-05-06T13:22:44.519Z Checking bcrypt-pbkdf v0.10.0
45222026-05-06T13:22:44.522Z Checking md5 v0.7.0
45232026-05-06T13:22:44.551Z Checking num-bigint v0.4.6
45242026-05-06T13:22:44.597Z Checking des v0.8.1
45252026-05-06T13:22:44.614Z Checking pbkdf2 v0.11.0
45262026-05-06T13:22:44.631Z Checking aes-gcm v0.10.3
45272026-05-06T13:22:44.660Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45282026-05-06T13:22:44.714Z Checking hex-literal v0.4.1
45292026-05-06T13:22:44.742Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45302026-05-06T13:22:44.745Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45312026-05-06T13:22:44.779Z Checking socket2 v0.5.10
45322026-05-06T13:22:44.782Z Checking ssh-cipher v0.2.0
45332026-05-06T13:22:44.806Z Checking internet-checksum v0.2.1
45342026-05-06T13:22:44.954Z Checking ssh-key v0.6.7
45352026-05-06T13:22:45.045Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45362026-05-06T13:22:45.596Z Checking russh-keys v0.45.0
45372026-05-06T13:22:46.145Z Checking russh v0.45.0
45382026-05-06T13:23:00.776Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45392026-05-06T13:23:01.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.54s
45402026-05-06T13:23:02.199Z
45412026-05-06T13:23:02.199Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45422026-05-06T13:23:02.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-06T13:23:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-06T13:23:02.839Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45452026-05-06T13:23:02.948Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45462026-05-06T13:23:02.955Z Checking termios v0.3.3
45472026-05-06T13:23:04.135Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45482026-05-06T13:23:04.281Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45492026-05-06T13:23:06.058Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45502026-05-06T13:23:06.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45512026-05-06T13:23:06.809Z
45522026-05-06T13:23:06.809Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45532026-05-06T13:23:07.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-05-06T13:23:07.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-05-06T13:23:07.516Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45562026-05-06T13:23:07.632Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45572026-05-06T13:23:07.641Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45582026-05-06T13:23:07.645Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45592026-05-06T13:23:07.656Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45602026-05-06T13:23:07.667Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45612026-05-06T13:23:08.379Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45622026-05-06T13:23:08.744Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45632026-05-06T13:23:08.751Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45642026-05-06T13:23:09.380Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45652026-05-06T13:23:11.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45662026-05-06T13:23:11.218Z
45672026-05-06T13:23:11.218Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45682026-05-06T13:23:11.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-06T13:23:11.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-06T13:23:11.853Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45712026-05-06T13:23:12.305Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45722026-05-06T13:23:12.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45732026-05-06T13:23:12.815Z
45742026-05-06T13:23:12.815Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45752026-05-06T13:23:13.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-06T13:23:13.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-06T13:23:13.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-06T13:23:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45792026-05-06T13:23:13.425Z
45802026-05-06T13:23:13.425Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45812026-05-06T13:23:13.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-06T13:23:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-06T13:23:13.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-05-06T13:23:13.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45852026-05-06T13:23:13.987Z
45862026-05-06T13:23:13.987Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45872026-05-06T13:23:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-06T13:23:14.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-06T13:23:14.736Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45902026-05-06T13:23:15.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45912026-05-06T13:23:15.556Z
45922026-05-06T13:23:15.556Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45932026-05-06T13:23:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-05-06T13:23:16.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-05-06T13:23:16.209Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45962026-05-06T13:23:16.213Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45972026-05-06T13:23:16.460Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45982026-05-06T13:23:16.460Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45992026-05-06T13:23:17.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46002026-05-06T13:23:17.439Z
46012026-05-06T13:23:17.439Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46022026-05-06T13:23:17.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-05-06T13:23:17.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-05-06T13:23:17.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-05-06T13:23:17.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46062026-05-06T13:23:18.033Z
46072026-05-06T13:23:18.033Zinfo: running `cargo check --bins` on omicron-package (268/274)
46082026-05-06T13:23:18.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-06T13:23:18.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-06T13:23:18.718Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46112026-05-06T13:23:19.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46122026-05-06T13:23:19.972Z
46132026-05-06T13:23:19.973Zinfo: running `cargo check --bins` on tqdb (269/274)
46142026-05-06T13:23:20.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-05-06T13:23:20.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-05-06T13:23:20.759Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46172026-05-06T13:23:21.108Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46182026-05-06T13:23:21.612Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46192026-05-06T13:23:21.612Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46202026-05-06T13:23:27.296Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46212026-05-06T13:23:27.300Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46222026-05-06T13:23:27.859Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46232026-05-06T13:23:27.859Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46242026-05-06T13:23:27.863Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46252026-05-06T13:23:27.863Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46262026-05-06T13:23:28.633Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46272026-05-06T13:23:29.581Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46282026-05-06T13:23:30.344Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46292026-05-06T13:23:30.954Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46302026-05-06T13:23:34.914Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46312026-05-06T13:23:41.166Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-05-06T13:23:41.170Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46332026-05-06T13:23:41.170Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46342026-05-06T13:23:41.170Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46352026-05-06T13:23:42.626Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46362026-05-06T13:23:43.938Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46372026-05-06T13:23:44.607Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46382026-05-06T13:23:45.847Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46392026-05-06T13:23:46.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.41s
46402026-05-06T13:23:46.610Z
46412026-05-06T13:23:46.610Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46422026-05-06T13:23:47.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-06T13:23:47.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-06T13:23:47.328Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46452026-05-06T13:23:47.328Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46462026-05-06T13:23:47.337Z Checking rtoolbox v0.0.3
46472026-05-06T13:23:47.454Z Checking tui-tree-widget v0.23.1
46482026-05-06T13:23:47.557Z Checking rpassword v7.4.0
46492026-05-06T13:23:48.564Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46502026-05-06T13:23:51.515Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46512026-05-06T13:23:53.322Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46522026-05-06T13:23:54.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
46532026-05-06T13:23:54.417Z
46542026-05-06T13:23:54.418Zinfo: running `cargo check --bins` on wicket (271/274)
46552026-05-06T13:23:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-05-06T13:23:54.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-05-06T13:23:55.111Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46582026-05-06T13:23:55.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46592026-05-06T13:23:55.675Z
46602026-05-06T13:23:55.675Zinfo: running `cargo check --bins` on wicketd (272/274)
46612026-05-06T13:23:56.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-05-06T13:23:56.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-05-06T13:23:56.397Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46642026-05-06T13:23:56.402Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46652026-05-06T13:23:56.402Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46662026-05-06T13:23:56.402Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46672026-05-06T13:23:57.376Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46682026-05-06T13:23:57.956Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46692026-05-06T13:24:00.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46702026-05-06T13:24:01.090Z
46712026-05-06T13:24:01.090Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46722026-05-06T13:24:01.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-05-06T13:24:01.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-05-06T13:24:01.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46752026-05-06T13:24:01.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46762026-05-06T13:24:01.683Z
46772026-05-06T13:24:01.683Zinfo: running `cargo check --bins` on zone-setup (274/274)
46782026-05-06T13:24:02.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-05-06T13:24:02.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-05-06T13:24:02.353Z Checking uzers v0.12.2
46812026-05-06T13:24:02.620Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46822026-05-06T13:24:03.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46832026-05-06T13:24:03.577Z
46842026-05-06T13:24:03.578Zreal 14:01.764168114
46852026-05-06T13:24:03.578Zuser 20:27.604774576
46862026-05-06T13:24:03.578Zsys 4:13.150525246
46872026-05-06T13:24:03.578Ztrap 0.329505714
46882026-05-06T13:24:03.584Ztflt 0.316740096
46892026-05-06T13:24:03.584Zdflt 0.979039284
46902026-05-06T13:24:03.584Zkflt 0.001509676
46912026-05-06T13:24:03.584Zlock 1:16:17.574460994
46922026-05-06T13:24:03.584Zslp 1:37:46.193436821
46932026-05-06T13:24:03.584Zlat 56.843672045
46942026-05-06T13:24:03.584Zstop 3:25.364363078
46952026-05-06T13:24:03.584Zprocess exited: duration 1035389 ms, exit code 0
 
46962026-05-06T13:24:03.598Zfound 0 output files