01KQX2HD1TY8Q3303G1C347H0N: 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: 01KQX2HNBWG2Q1W78R4M3ENVV5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T22:02:12.291Zjob assigned to worker 01KQX2HW3BSDS1EQSRR8J71GFK [factory aws, i-0587decbea5ec00ba] (queued for 58 s)
 
22026-05-05T22:02:19.146Zstarting task 0: "setup"
32026-05-05T22:02:19.151Z++ uname -s
42026-05-05T22:02:19.154Z+ kern=SunOS
52026-05-05T22:02:19.154Z+ build_user=build
62026-05-05T22:02:19.154Z+ build_uid=12345
72026-05-05T22:02:19.154Z+ work_dir=/work
82026-05-05T22:02:19.154Z+ input_dir=/input
92026-05-05T22:02:19.154Z+ [[ 0 == 12345 ]]
102026-05-05T22:02:19.154Z+ case "$kern" in
112026-05-05T22:02:19.154Z+ groupadd -g 12345 build
122026-05-05T22:02:19.157Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T22:02:21.160Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T22:02:21.259Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T22:02:21.262Z+ home_fs=zfs
162026-05-05T22:02:21.262Z+ [[ zfs == autofs ]]
172026-05-05T22:02:21.262Z+ mkdir -p /home/build
182026-05-05T22:02:21.262Z+ chown build:build /home/build /work
192026-05-05T22:02:23.263Z+ chmod 0700 /home/build /work
202026-05-05T22:02:23.266Zprocess exited: duration 4118 ms, exit code 0
 
212026-05-05T22:02:23.272Zstarting task 1: "rust-toolchain"
222026-05-05T22:02:23.276Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T22:02:23.276Z * rust toolchain channel = "1.94.0"
242026-05-05T22:02:23.276Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-05T22:02:23.276Z * rust toolchain profile = "default"
262026-05-05T22:02:23.276Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T22:02:23.276Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T22:02:23.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T22:02:23.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T22:02:23.395Zinfo: downloading installer
312026-05-05T22:02:25.199Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T22:02:25.199Zwarn: /opt/ooce/bin
332026-05-05T22:02:25.199Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T22:02:25.199Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T22:02:25.199Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T22:02:25.199Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T22:02:25.200Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T22:02:25.200Zerror: cannot install while Rust is installed
392026-05-05T22:02:25.200Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T22:02:25.200Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T22:02:25.200Zwarn: /home/build/.rustup/settings.toml
422026-05-05T22:02:25.200Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T22:02:25.200Zwarn: instead of the one inferred from the default host triple.
442026-05-05T22:02:25.232Zinfo: profile set to default
452026-05-05T22:02:25.232Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T22:02:25.296Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T22:02:25.386Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T22:02:25.390Zinfo: downloading 6 components
492026-05-05T22:02:41.851Z
502026-05-05T22:02:41.851Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-05T22:02:41.877Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T22:02:41.877Z
532026-05-05T22:02:41.877Z
542026-05-05T22:02:41.877ZRust is installed now. Great!
552026-05-05T22:02:41.877Z
562026-05-05T22:02:41.877ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T22:02:41.877Zenvironment variable. This has not been done automatically.
582026-05-05T22:02:41.877Z
592026-05-05T22:02:41.877ZTo configure your current shell, you need to source
602026-05-05T22:02:41.877Zthe corresponding env file under $HOME/.cargo.
612026-05-05T22:02:41.877Z
622026-05-05T22:02:41.877ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T22:02:41.877Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T22:02:41.877Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T22:02:41.877Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T22:02:41.877Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T22:02:41.880Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T22:02:41.880Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T22:02:41.880Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T22:02:41.880Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T22:02:41.969Z+ rustup --version
722026-05-05T22:02:41.978Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T22:02:41.981Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T22:02:41.999Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T22:02:42.003Z+ cargo --version
762026-05-05T22:02:42.014Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T22:02:42.017Z+ rustc --version
782026-05-05T22:02:42.036Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T22:02:42.039Zprocess exited: duration 18764 ms, exit code 0
 
802026-05-05T22:02:42.045Zstarting task 2: "authentication"
812026-05-05T22:02:42.060Zprocess exited: duration 15 ms, exit code 0
 
822026-05-05T22:02:42.066Zstarting task 3: "clone repository"
832026-05-05T22:02:42.069Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T22:02:42.072Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T22:02:42.220ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T22:02:52.959Z+ cd /work/oxidecomputer/omicron
872026-05-05T22:02:52.959Z+ git fetch origin 24502fa1e4a0fabc0909c954327853a8653613c1
882026-05-05T22:02:53.259ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T22:02:53.259Z * branch 24502fa1e4a0fabc0909c954327853a8653613c1 -> FETCH_HEAD
902026-05-05T22:02:53.270Z+ [[ -n iliana/cockroach-go1.26 ]]
912026-05-05T22:02:53.273Z++ git branch --show-current
922026-05-05T22:02:53.273Z+ current=main
932026-05-05T22:02:53.273Z+ [[ main != iliana/cockroach-go1.26 ]]
942026-05-05T22:02:53.273Z+ git branch -f iliana/cockroach-go1.26 24502fa1e4a0fabc0909c954327853a8653613c1
952026-05-05T22:02:53.276Z+ git checkout -f iliana/cockroach-go1.26
962026-05-05T22:02:53.516ZSwitched to branch 'iliana/cockroach-go1.26'
972026-05-05T22:02:53.520Z+ git reset --hard 24502fa1e4a0fabc0909c954327853a8653613c1
982026-05-05T22:02:53.531ZHEAD is now at 24502fa1e update cockroachdb (go1.26)
992026-05-05T22:02:53.534Zprocess exited: duration 11465 ms, exit code 0
 
1002026-05-05T22:02:53.540Zstarting task 4: "build"
1012026-05-05T22:02:53.543Z+ source .github/buildomat/ci-env.sh
1022026-05-05T22:02:53.546Z++ export CARGO_TERM_COLOR=always
1032026-05-05T22:02:53.546Z++ CARGO_TERM_COLOR=always
1042026-05-05T22:02:53.546Z+ cargo --version
1052026-05-05T22:02:53.553Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T22:02:53.555Z+ rustc --version
1072026-05-05T22:02:53.575Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T22:02:53.578Z+ source ./env.sh
1092026-05-05T22:02:53.578Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T22:02:53.578Z++ set -o xtrace
1112026-05-05T22:02:53.581Z++++ dirname ./env.sh
1122026-05-05T22:02:53.581Z+++ readlink -f .
1132026-05-05T22:02:53.594Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ 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-05T22:02:53.597Z++ case $OLD_SHELL_OPTS in
1232026-05-05T22:02:53.597Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T22:02:53.597Z+ 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-05T22:02:53.597Z+ 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-05T22:02:53.597Z+ banner prerequisites
1272026-05-05T22:02:53.597Z
1282026-05-05T22:02:53.597Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T22:02:53.597Z # # # # # # # # # # # # # # #
1302026-05-05T22:02:53.597Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T22:02:53.597Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T22:02:53.597Z # # # # # # # # # # # # # # #
1332026-05-05T22:02:53.598Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T22:02:53.598Z
1352026-05-05T22:02:53.598Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T22:03:04.737Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T22:03:12.218Z Startup: Caching catalogs ... Done
1382026-05-05T22:03:19.607ZPlanning: Solver setup ... Done (5.970s)
1392026-05-05T22:03:19.648ZPlanning: Running solver ... Done (0.042s)
1402026-05-05T22:03:19.785ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T22:03:19.803ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T22:03:20.349ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T22:03:20.384ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T22:03:20.421ZPlanning: Merging actions ... Done (0.037s)
1452026-05-05T22:03:20.636ZPlanning: Checking for conflicting actions ... Done (0.215s)
1462026-05-05T22:03:20.645ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T22:03:22.237ZPlanning: Evaluating mediators ... Done (1.591s)
1482026-05-05T22:03:22.245ZPlanning: Planning completed in 9.86 seconds
1492026-05-05T22:03:22.256Z Packages to install: 5
1502026-05-05T22:03:22.259Z Mediators to change: 3
1512026-05-05T22:03:22.259Z Services to change: 1
1522026-05-05T22:03:22.259Z Estimated space available: 155.34 GB
1532026-05-05T22:03:22.259ZEstimated space to be consumed: 1.90 GB
1542026-05-05T22:03:22.259Z Create boot environment: No
1552026-05-05T22:03:22.259ZCreate backup boot environment: No
1562026-05-05T22:03:22.259Z Rebuild boot archive: No
1572026-05-05T22:03:22.259Z
1582026-05-05T22:03:22.259ZChanged mediators:
1592026-05-05T22:03:22.259Z mediator clang:
1602026-05-05T22:03:22.259Z version: None -> 15 (system default)
1612026-05-05T22:03:22.259Z
1622026-05-05T22:03:22.260Z mediator llvm:
1632026-05-05T22:03:22.260Z version: 14 (system default) -> 15 (system default)
1642026-05-05T22:03:22.260Z
1652026-05-05T22:03:22.260Z mediator postgresql:
1662026-05-05T22:03:22.260Z version: 15 (system default) -> 18 (system default)
1672026-05-05T22:03:22.260Z
1682026-05-05T22:03:22.260ZChanged packages:
1692026-05-05T22:03:22.260Zhelios-dev
1702026-05-05T22:03:22.260Z developer/build-essential
1712026-05-05T22:03:22.260Z None -> 11-2.0
1722026-05-05T22:03:22.260Z library/libxmlsec1
1732026-05-05T22:03:22.260Z None -> 1.2.35-2.0
1742026-05-05T22:03:22.260Z ooce/developer/clang-15
1752026-05-05T22:03:22.260Z None -> 15.0.7-2.0
1762026-05-05T22:03:22.260Z ooce/developer/llvm-15
1772026-05-05T22:03:22.260Z None -> 15.0.7-2.0
1782026-05-05T22:03:22.260Z ooce/library/postgresql-18
1792026-05-05T22:03:22.260Z None -> 18.1-2.0
1802026-05-05T22:03:22.260Z
1812026-05-05T22:03:22.260ZServices:
1822026-05-05T22:03:22.260Z restart_fmri:
1832026-05-05T22:03:22.260Z svc:/system/update-man-index:default
1842026-05-05T22:03:22.312Z
1852026-05-05T22:03:22.312ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T22:03:27.312ZDownload: 1122/4272 items 51.9/219.0MB 23% complete (10.3M/s)
1872026-05-05T22:03:32.438ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (13.0M/s)
1882026-05-05T22:03:37.488ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (15.9M/s)
1892026-05-05T22:03:37.604ZDownload: Completed 218.99 MB in 15.29 seconds (14.3M/s)
1902026-05-05T22:03:38.220Z Actions: 1/4789 actions (Installing new actions)
1912026-05-05T22:03:41.732Z Actions: Completed 4789 actions in 3.51 seconds.
1922026-05-05T22:03:42.049Z Done (0.313s)
1932026-05-05T22:03:42.049Z Done (0.000s)
1942026-05-05T22:03:42.808Z Done (0.758s)
1952026-05-05T22:03:46.348Z Done (3.188s)
1962026-05-05T22:03:46.434Z Done (0.026s)
1972026-05-05T22:03:46.437Z Done (0.000s)
1982026-05-05T22:03:46.590Z Done (0.000s)
1992026-05-05T22:03:47.451ZPlanning: Evaluating mediator changes ... Done
2002026-05-05T22:03:47.557ZPlanning: Checking for conflicting actions ... Done
2012026-05-05T22:03:47.559ZPlanning: Consolidating action changes ... Done
2022026-05-05T22:03:47.721ZPlanning: Evaluating mediators ... Done
2032026-05-05T22:03:47.725ZPlanning: Planning completed in 0.27 seconds
2042026-05-05T22:03:47.743Z Mediators to change: 2
2052026-05-05T22:03:47.743Z Create boot environment: No
2062026-05-05T22:03:47.745ZCreate backup boot environment: No
2072026-05-05T22:03:47.819Z Done
2082026-05-05T22:03:47.819Z Done
2092026-05-05T22:03:48.452Z Done
2102026-05-05T22:03:51.072Z Done
2112026-05-05T22:03:51.144Z Done
2122026-05-05T22:03:51.147Z Done
2132026-05-05T22:03:51.285Z Done
2142026-05-05T22:03:51.539ZPlanning: Evaluating mediator changes ... Done
2152026-05-05T22:03:51.649ZPlanning: Checking for conflicting actions ... Done
2162026-05-05T22:03:51.651ZPlanning: Consolidating action changes ... Done
2172026-05-05T22:03:51.809ZPlanning: Evaluating mediators ... Done
2182026-05-05T22:03:51.813ZPlanning: Planning completed in 0.27 seconds
2192026-05-05T22:03:51.830Z Mediators to change: 1
2202026-05-05T22:03:51.831Z Create boot environment: No
2212026-05-05T22:03:51.833ZCreate backup boot environment: No
2222026-05-05T22:03:51.876Z Done
2232026-05-05T22:03:51.877Z Done
2242026-05-05T22:03:52.492Z Done
2252026-05-05T22:03:55.097Z Done
2262026-05-05T22:03:55.174Z Done
2272026-05-05T22:03:55.177Z Done
2282026-05-05T22:03:55.328Z Done
2292026-05-05T22:03:55.614ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-05-05T22:03:55.615Zclang system 15 system
2312026-05-05T22:03:55.615Zcsh system system illumos
2322026-05-05T22:03:55.615Zctags system system illumos
2332026-05-05T22:03:55.615Zfile system system illumos
2342026-05-05T22:03:55.615Zgcc vendor 12 vendor
2352026-05-05T22:03:55.615Zgcc system 14 system
2362026-05-05T22:03:55.615Zgcc system 10 system
2372026-05-05T22:03:55.615Zgo system 1.20 system
2382026-05-05T22:03:55.615Zgo system 1.19 system
2392026-05-05T22:03:55.615Zllvm system 15 system
2402026-05-05T22:03:55.615Zllvm system 14 system
2412026-05-05T22:03:55.615Zmariadb system 10.6 system
2422026-05-05T22:03:55.615Zmta vendor vendor dma
2432026-05-05T22:03:55.615Zopenjdk system 17 system
2442026-05-05T22:03:55.615Zopenjdk system 11 system
2452026-05-05T22:03:55.615Zopenjdk system 1.8 system
2462026-05-05T22:03:55.615Zopenssl vendor 3 vendor
2472026-05-05T22:03:55.615Zperl system 5.36 system
2482026-05-05T22:03:55.615Zpostgresql system 18 system
2492026-05-05T22:03:55.615Zpostgresql system 15 system
2502026-05-05T22:03:55.615Zpostgresql system 13 system
2512026-05-05T22:03:55.615Zpython vendor 3 vendor
2522026-05-05T22:03:55.615Zpython system 2 system
2532026-05-05T22:03:55.615Zpython3 system 3.11 system
2542026-05-05T22:03:55.615Zruby system 3.0 system
2552026-05-05T22:03:55.615Zwords vendor vendor american-english
2562026-05-05T22:03:55.615Zwords system system australian-english
2572026-05-05T22:03:55.615Zwords system system british-english
2582026-05-05T22:03:55.615Zwords system system canadian-english
2592026-05-05T22:03:55.615Zwords system system french
2602026-05-05T22:03:55.615Zwords system system italian
2612026-05-05T22:03:55.615Zwords system system ngerman
2622026-05-05T22:03:55.615Zwords system system ogerman
2632026-05-05T22:03:55.615Zwords system system spanish
2642026-05-05T22:03:55.843ZPUBLISHER TYPE STATUS P LOCATION
2652026-05-05T22:03:55.843Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-05-05T22:04:00.490ZFMRI IFO
2672026-05-05T22:04:00.490Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-05-05T22:04:00.490Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-05-05T22:04:00.490Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-05-05T22:04:00.490Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-05-05T22:04:00.490Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-05-05T22:04:00.490Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-05-05T22:04:00.490Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-05-05T22:04:00.491Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-05-05T22:04:00.491Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-05-05T22:04:00.491Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-05-05T22:04:00.491Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-05-05T22:04:00.491Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-05-05T22:04:00.491Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-05-05T22:04:00.491Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-05-05T22:04:00.491Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-05-05T22:04:00.491Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-05-05T22:04:00.491Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-05-05T22:04:01.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-05-05T22:04:01.913Z Updating crates.io index
2862026-05-05T22:04:01.946Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-05-05T22:04:02.671Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-05-05T22:04:03.027Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-05-05T22:04:03.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-05-05T22:04:04.690Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-05-05T22:04:05.176Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-05T22:04:06.505Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-05-05T22:04:07.280Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-05-05T22:04:07.546Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-05-05T22:04:08.323Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-05-05T22:04:08.576Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-05-05T22:04:08.950Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-05-05T22:04:09.236Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-05-05T22:04:10.338Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-05-05T22:04:10.845Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-05-05T22:04:11.189Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-05-05T22:04:11.617Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-05-05T22:04:12.053Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-05-05T22:04:12.444Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-05-05T22:04:12.796Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-05-05T22:04:13.060Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-05-05T22:04:13.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-05-05T22:04:13.805Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-05-05T22:04:14.344Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-05-05T22:04:14.663Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-05-05T22:04:15.203Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-05-05T22:04:15.499Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-05-05T22:04:16.402Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-05-05T22:04:17.170Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-05T22:04:17.624Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-05T22:04:17.889Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-05T22:04:18.274Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-05T22:04:18.602Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-05T22:04:18.946Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-05T22:04:19.520Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-05T22:04:19.768Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-05T22:04:20.026Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-05T22:04:20.377Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-05T22:04:32.401Z Downloading crates ...
3252026-05-05T22:04:32.447Z Downloaded anstyle-query v1.1.5
3262026-05-05T22:04:32.450Z Downloaded anstyle v1.0.13
3272026-05-05T22:04:32.450Z Downloaded plain v0.2.3
3282026-05-05T22:04:32.453Z Downloaded itoa v1.0.17
3292026-05-05T22:04:32.455Z Downloaded erased-serde v0.4.9
3302026-05-05T22:04:32.458Z Downloaded stable_deref_trait v1.2.1
3312026-05-05T22:04:32.470Z Downloaded memchr v2.8.0
3322026-05-05T22:04:32.473Z Downloaded zerofrom v0.1.6
3332026-05-05T22:04:32.476Z Downloaded tinystr v0.8.2
3342026-05-05T22:04:32.478Z Downloaded idna v1.1.0
3352026-05-05T22:04:32.481Z Downloaded thiserror-impl v1.0.69
3362026-05-05T22:04:32.481Z Downloaded utf8parse v0.2.2
3372026-05-05T22:04:32.507Z Downloaded textwrap v0.16.2
3382026-05-05T22:04:32.507Z Downloaded utf8_iter v1.0.4
3392026-05-05T22:04:32.508Z Downloaded cargo_toml v0.21.0
3402026-05-05T22:04:32.508Z Downloaded unicode-linebreak v0.1.5
3412026-05-05T22:04:32.508Z Downloaded ordered-float v2.10.1
3422026-05-05T22:04:32.508Z Downloaded heck v0.5.0
3432026-05-05T22:04:32.508Z Downloaded tabled v0.15.0
3442026-05-05T22:04:32.508Z Downloaded version_check v0.9.5
3452026-05-05T22:04:32.508Z Downloaded thiserror v1.0.69
3462026-05-05T22:04:32.508Z Downloaded serde_derive v1.0.228
3472026-05-05T22:04:32.508Z Downloaded usdt-macro v0.5.0
3482026-05-05T22:04:32.508Z Downloaded usdt-attr-macro v0.5.0
3492026-05-05T22:04:32.511Z Downloaded usdt v0.5.0
3502026-05-05T22:04:32.511Z Downloaded zerofrom-derive v0.1.6
3512026-05-05T22:04:32.511Z Downloaded zerovec-derive v0.11.2
3522026-05-05T22:04:32.511Z Downloaded writeable v0.6.2
3532026-05-05T22:04:32.511Z Downloaded unicode-xid v0.2.6
3542026-05-05T22:04:32.511Z Downloaded form_urlencoded v1.2.2
3552026-05-05T22:04:32.511Z Downloaded toml_write v0.1.2
3562026-05-05T22:04:32.514Z Downloaded yoke-derive v0.8.1
3572026-05-05T22:04:32.514Z Downloaded zmij v1.0.21
3582026-05-05T22:04:32.517Z Downloaded thiserror-impl v2.0.18
3592026-05-05T22:04:32.517Z Downloaded typeid v1.0.3
3602026-05-05T22:04:32.519Z Downloaded semver v1.0.28
3612026-05-05T22:04:32.523Z Downloaded serde_spanned v0.6.9
3622026-05-05T22:04:32.526Z Downloaded toml_datetime v0.6.11
3632026-05-05T22:04:32.529Z Downloaded yoke v0.8.1
3642026-05-05T22:04:32.529Z Downloaded toml v0.8.23
3652026-05-05T22:04:32.532Z Downloaded fnv v1.0.7
3662026-05-05T22:04:32.532Z Downloaded usdt-impl v0.5.0
3672026-05-05T22:04:32.532Z Downloaded thread-id v4.2.2
3682026-05-05T22:04:32.532Z Downloaded scroll_derive v0.12.1
3692026-05-05T22:04:32.536Z Downloaded dtrace-parser v0.2.0
3702026-05-05T22:04:32.539Z Downloaded cargo-platform v0.2.0
3712026-05-05T22:04:32.539Z Downloaded thiserror v2.0.18
3722026-05-05T22:04:32.542Z Downloaded zerocopy-derive v0.7.35
3732026-05-05T22:04:32.544Z Downloaded digest v0.10.7
3742026-05-05T22:04:32.547Z Downloaded unicode-ident v1.0.24
3752026-05-05T22:04:32.547Z Downloaded ucd-trie v0.1.7
3762026-05-05T22:04:32.550Z Downloaded zerotrie v0.2.3
3772026-05-05T22:04:32.550Z Downloaded typenum v1.19.0
3782026-05-05T22:04:32.553Z Downloaded toml_edit v0.22.27
3792026-05-05T22:04:32.556Z Downloaded serde-value v0.7.0
3802026-05-05T22:04:32.556Z Downloaded percent-encoding v2.3.2
3812026-05-05T22:04:32.556Z Downloaded potential_utf v0.1.4
3822026-05-05T22:04:32.558Z Downloaded idna_adapter v1.2.1
3832026-05-05T22:04:32.558Z Downloaded generic-array v0.14.7
3842026-05-05T22:04:32.558Z Downloaded cfg-if v1.0.4
3852026-05-05T22:04:32.558Z Downloaded macaddr v1.0.1
3862026-05-05T22:04:32.561Z Downloaded pretty-hex v0.4.1
3872026-05-05T22:04:32.561Z Downloaded heck v0.4.1
3882026-05-05T22:04:32.561Z Downloaded is_terminal_polyfill v1.70.2
3892026-05-05T22:04:32.561Z Downloaded url v2.5.8
3902026-05-05T22:04:32.564Z Downloaded proc-macro-error-attr v1.0.4
3912026-05-05T22:04:32.564Z Downloaded fastrand v2.3.0
3922026-05-05T22:04:32.567Z Downloaded tabled_derive v0.7.0
3932026-05-05T22:04:32.570Z Downloaded zerovec v0.11.5
3942026-05-05T22:04:32.573Z Downloaded terminal_size v0.4.3
3952026-05-05T22:04:32.573Z Downloaded swrite v0.1.0
3962026-05-05T22:04:32.573Z Downloaded memmap v0.7.0
3972026-05-05T22:04:32.576Z Downloaded strsim v0.11.1
3982026-05-05T22:04:32.579Z Downloaded crypto-common v0.1.7
3992026-05-05T22:04:32.579Z Downloaded cpufeatures v0.2.17
4002026-05-05T22:04:32.579Z Downloaded block-buffer v0.10.4
4012026-05-05T22:04:32.579Z Downloaded clap_lex v1.0.0
4022026-05-05T22:04:32.582Z Downloaded dof v0.3.0
4032026-05-05T22:04:32.585Z Downloaded zerocopy v0.7.35
4042026-05-05T22:04:32.593Z Downloaded smawk v0.3.2
4052026-05-05T22:04:32.596Z Downloaded serde-untagged v0.1.9
4062026-05-05T22:04:32.596Z Downloaded errno v0.3.14
4072026-05-05T22:04:32.596Z Downloaded unicode-width v0.2.0
4082026-05-05T22:04:32.598Z Downloaded unicode-width v0.1.14
4092026-05-05T22:04:32.602Z Downloaded camino-tempfile v1.4.1
4102026-05-05T22:04:32.605Z Downloaded quote v1.0.45
4112026-05-05T22:04:32.605Z Downloaded fs-err v3.3.0
4122026-05-05T22:04:32.605Z Downloaded equivalent v1.0.2
4132026-05-05T22:04:32.607Z Downloaded colorchoice v1.0.4
4142026-05-05T22:04:32.607Z Downloaded winnow v0.7.14
4152026-05-05T22:04:32.611Z Downloaded scroll v0.12.0
4162026-05-05T22:04:32.613Z Downloaded serde_tokenstream v0.2.3
4172026-05-05T22:04:32.613Z Downloaded icu_normalizer v2.1.1
4182026-05-05T22:04:32.616Z Downloaded displaydoc v0.2.5
4192026-05-05T22:04:32.616Z Downloaded sha2 v0.10.9
4202026-05-05T22:04:32.619Z Downloaded icu_normalizer_data v2.1.1
4212026-05-05T22:04:32.619Z Downloaded byteorder v1.5.0
4222026-05-05T22:04:32.622Z Downloaded synstructure v0.13.2
4232026-05-05T22:04:32.631Z Downloaded autocfg v1.5.0
4242026-05-05T22:04:32.636Z Downloaded once_cell v1.21.3
4252026-05-05T22:04:32.639Z Downloaded proc-macro-error v1.0.4
4262026-05-05T22:04:32.642Z Downloaded smallvec v1.15.1
4272026-05-05T22:04:32.644Z Downloaded anstyle-parse v0.2.7
4282026-05-05T22:04:32.647Z Downloaded anstream v0.6.21
4292026-05-05T22:04:32.654Z Downloaded cargo_metadata v0.21.0
4302026-05-05T22:04:32.657Z Downloaded pest_derive v2.8.6
4312026-05-05T22:04:32.657Z Downloaded clap_derive v4.5.55
4322026-05-05T22:04:32.660Z Downloaded tempfile v3.25.0
4332026-05-05T22:04:32.660Z Downloaded bitflags v2.11.0
4342026-05-05T22:04:32.663Z Downloaded camino v1.2.2
4352026-05-05T22:04:32.663Z Downloaded anyhow v1.0.102
4362026-05-05T22:04:32.666Z Downloaded num-traits v0.2.19
4372026-05-05T22:04:32.668Z Downloaded icu_properties v2.1.2
4382026-05-05T22:04:32.668Z Downloaded litemap v0.8.1
4392026-05-05T22:04:32.671Z Downloaded icu_provider v2.1.1
4402026-05-05T22:04:32.682Z Downloaded papergrid v0.11.0
4412026-05-05T22:04:32.685Z Downloaded serde_core v1.0.228
4422026-05-05T22:04:32.688Z Downloaded proc-macro2 v1.0.106
4432026-05-05T22:04:32.688Z Downloaded cargo-util-schemas v0.8.2
4442026-05-05T22:04:32.690Z Downloaded bytecount v0.6.9
4452026-05-05T22:04:32.691Z Downloaded pest_generator v2.8.6
4462026-05-05T22:04:32.693Z Downloaded getrandom v0.4.1
4472026-05-05T22:04:32.693Z Downloaded log v0.4.29
4482026-05-05T22:04:32.696Z Downloaded clap v4.5.60
4492026-05-05T22:04:32.701Z Downloaded icu_locale_core v2.1.1
4502026-05-05T22:04:32.704Z Downloaded pest_meta v2.8.6
4512026-05-05T22:04:32.711Z Downloaded serde v1.0.228
4522026-05-05T22:04:32.713Z Downloaded icu_collections v2.1.1
4532026-05-05T22:04:32.717Z Downloaded icu_properties_data v2.1.2
4542026-05-05T22:04:32.745Z Downloaded indexmap v2.14.0
4552026-05-05T22:04:32.748Z Downloaded hashbrown v0.17.0
4562026-05-05T22:04:32.751Z Downloaded pest v2.8.6
4572026-05-05T22:04:32.757Z Downloaded serde_json v1.0.149
4582026-05-05T22:04:32.768Z Downloaded clap_builder v4.5.60
4592026-05-05T22:04:32.774Z Downloaded syn v1.0.109
4602026-05-05T22:04:32.779Z Downloaded goblin v0.8.2
4612026-05-05T22:04:32.794Z Downloaded syn v2.0.117
4622026-05-05T22:04:32.801Z Downloaded rustix v1.1.3
4632026-05-05T22:04:32.828Z Downloaded libc v0.2.185
4642026-05-05T22:04:32.895Z Compiling proc-macro2 v1.0.106
4652026-05-05T22:04:32.895Z Compiling unicode-ident v1.0.24
4662026-05-05T22:04:32.898Z Compiling quote v1.0.45
4672026-05-05T22:04:32.898Z Compiling serde_core v1.0.228
4682026-05-05T22:04:32.898Z Compiling libc v0.2.185
4692026-05-05T22:04:32.898Z Compiling version_check v0.9.5
4702026-05-05T22:04:32.898Z Compiling memchr v2.8.0
4712026-05-05T22:04:32.898Z Compiling serde v1.0.228
4722026-05-05T22:04:33.234Z Compiling stable_deref_trait v1.2.1
4732026-05-05T22:04:33.314Z Compiling zmij v1.0.21
4742026-05-05T22:04:33.474Z Compiling autocfg v1.5.0
4752026-05-05T22:04:33.721Z Compiling ucd-trie v0.1.7
4762026-05-05T22:04:33.724Z Compiling thiserror v1.0.69
4772026-05-05T22:04:33.896Z Compiling itoa v1.0.17
4782026-05-05T22:04:33.986Z Compiling pest v2.8.6
4792026-05-05T22:04:34.043Z Compiling writeable v0.6.2
4802026-05-05T22:04:34.083Z Compiling litemap v0.8.1
4812026-05-05T22:04:34.136Z Compiling byteorder v1.5.0
4822026-05-05T22:04:34.211Z Compiling icu_normalizer_data v2.1.1
4832026-05-05T22:04:34.237Z Compiling rustix v1.1.3
4842026-05-05T22:04:34.276Z Compiling icu_properties_data v2.1.2
4852026-05-05T22:04:34.509Z Compiling errno v0.3.14
4862026-05-05T22:04:34.580Z Compiling syn v2.0.117
4872026-05-05T22:04:34.641Z Compiling serde_json v1.0.149
4882026-05-05T22:04:34.660Z Compiling bitflags v2.11.0
4892026-05-05T22:04:34.883Z Compiling num-traits v0.2.19
4902026-05-05T22:04:34.901Z Compiling smallvec v1.15.1
4912026-05-05T22:04:34.964Z Compiling hashbrown v0.17.0
4922026-05-05T22:04:35.069Z Compiling pest_meta v2.8.6
4932026-05-05T22:04:35.207Z Compiling equivalent v1.0.2
4942026-05-05T22:04:35.333Z Compiling typeid v1.0.3
4952026-05-05T22:04:35.560Z Compiling indexmap v2.14.0
4962026-05-05T22:04:35.563Z Compiling thread-id v4.2.2
4972026-05-05T22:04:35.659Z Compiling usdt-impl v0.5.0
4982026-05-05T22:04:35.675Z Compiling proc-macro-error-attr v1.0.4
4992026-05-05T22:04:35.678Z Compiling winnow v0.7.14
5002026-05-05T22:04:35.885Z Compiling erased-serde v0.4.9
5012026-05-05T22:04:35.996Z Compiling toml_write v0.1.2
5022026-05-05T22:04:36.082Z Compiling syn v1.0.109
5032026-05-05T22:04:36.351Z Compiling proc-macro-error v1.0.4
5042026-05-05T22:04:36.455Z Compiling getrandom v0.4.1
5052026-05-05T22:04:36.549Z Compiling thiserror v2.0.18
5062026-05-05T22:04:36.762Z Compiling percent-encoding v2.3.2
5072026-05-05T22:04:36.807Z Compiling utf8_iter v1.0.4
5082026-05-05T22:04:36.899Z Compiling plain v0.2.3
5092026-05-05T22:04:36.927Z Compiling camino v1.2.2
5102026-05-05T22:04:36.950Z Compiling utf8parse v0.2.2
5112026-05-05T22:04:36.966Z Compiling log v0.4.29
5122026-05-05T22:04:37.012Z Compiling form_urlencoded v1.2.2
5132026-05-05T22:04:37.067Z Compiling anstyle-parse v0.2.7
5142026-05-05T22:04:37.158Z Compiling ordered-float v2.10.1
5152026-05-05T22:04:37.305Z Compiling synstructure v0.13.2
5162026-05-05T22:04:37.326Z Compiling pest_generator v2.8.6
5172026-05-05T22:04:37.369Z Compiling terminal_size v0.4.3
5182026-05-05T22:04:37.512Z Compiling anstyle v1.0.13
5192026-05-05T22:04:37.644Z Compiling colorchoice v1.0.4
5202026-05-05T22:04:37.685Z Compiling pretty-hex v0.4.1
5212026-05-05T22:04:37.701Z Compiling cfg-if v1.0.4
5222026-05-05T22:04:37.746Z Compiling is_terminal_polyfill v1.70.2
5232026-05-05T22:04:37.764Z Compiling anstyle-query v1.1.5
5242026-05-05T22:04:37.844Z Compiling anstream v0.6.21
5252026-05-05T22:04:37.876Z Compiling serde-untagged v0.1.9
5262026-05-05T22:04:37.934Z Compiling semver v1.0.28
5272026-05-05T22:04:38.034Z Compiling fs-err v3.3.0
5282026-05-05T22:04:38.120Z Compiling unicode-width v0.1.14
5292026-05-05T22:04:38.157Z Compiling bytecount v0.6.9
5302026-05-05T22:04:38.227Z Compiling fastrand v2.3.0
5312026-05-05T22:04:38.258Z Compiling heck v0.5.0
5322026-05-05T22:04:38.288Z Compiling heck v0.4.1
5332026-05-05T22:04:38.306Z Compiling anyhow v1.0.102
5342026-05-05T22:04:38.489Z Compiling unicode-xid v0.2.6
5352026-05-05T22:04:38.506Z Compiling once_cell v1.21.3
5362026-05-05T22:04:38.523Z Compiling clap_lex v1.0.0
5372026-05-05T22:04:38.604Z Compiling fnv v1.0.7
5382026-05-05T22:04:38.622Z Compiling strsim v0.11.1
5392026-05-05T22:04:38.699Z Compiling papergrid v0.11.0
5402026-05-05T22:04:38.716Z Compiling tempfile v3.25.0
5412026-05-05T22:04:38.860Z Compiling clap_builder v4.5.60
5422026-05-05T22:04:38.950Z Compiling memmap v0.7.0
5432026-05-05T22:04:38.970Z Compiling serde_derive v1.0.228
5442026-05-05T22:04:38.987Z Compiling zerofrom-derive v0.1.6
5452026-05-05T22:04:39.085Z Compiling yoke-derive v0.8.1
5462026-05-05T22:04:39.136Z Compiling zerovec-derive v0.11.2
5472026-05-05T22:04:39.260Z Compiling displaydoc v0.2.5
5482026-05-05T22:04:39.989Z Compiling thiserror-impl v1.0.69
5492026-05-05T22:04:40.105Z Compiling zerocopy-derive v0.7.35
5502026-05-05T22:04:40.227Z Compiling pest_derive v2.8.6
5512026-05-05T22:04:40.262Z Compiling scroll_derive v0.12.1
5522026-05-05T22:04:40.403Z Compiling zerofrom v0.1.6
5532026-05-05T22:04:40.536Z Compiling yoke v0.8.1
5542026-05-05T22:04:40.656Z Compiling thiserror-impl v2.0.18
5552026-05-05T22:04:40.735Z Compiling zerovec v0.11.5
5562026-05-05T22:04:40.925Z Compiling zerotrie v0.2.3
5572026-05-05T22:04:41.020Z Compiling zerocopy v0.7.35
5582026-05-05T22:04:41.235Z Compiling tinystr v0.8.2
5592026-05-05T22:04:41.253Z Compiling potential_utf v0.1.4
5602026-05-05T22:04:41.422Z Compiling icu_locale_core v2.1.1
5612026-05-05T22:04:41.422Z Compiling icu_collections v2.1.1
5622026-05-05T22:04:41.457Z Compiling dtrace-parser v0.2.0
5632026-05-05T22:04:41.586Z Compiling scroll v0.12.0
5642026-05-05T22:04:41.864Z Compiling goblin v0.8.2
5652026-05-05T22:04:41.881Z Compiling tabled_derive v0.7.0
5662026-05-05T22:04:41.933Z Compiling clap_derive v4.5.55
5672026-05-05T22:04:42.111Z Compiling icu_provider v2.1.1
5682026-05-05T22:04:42.210Z Compiling unicode-linebreak v0.1.5
5692026-05-05T22:04:42.307Z Compiling unicode-width v0.2.0
5702026-05-05T22:04:42.415Z Compiling icu_normalizer v2.1.1
5712026-05-05T22:04:42.432Z Compiling icu_properties v2.1.2
5722026-05-05T22:04:42.454Z Compiling serde_spanned v0.6.9
5732026-05-05T22:04:42.469Z Compiling toml_datetime v0.6.11
5742026-05-05T22:04:42.584Z Compiling dof v0.3.0
5752026-05-05T22:04:42.602Z Compiling serde_tokenstream v0.2.3
5762026-05-05T22:04:42.733Z Compiling toml_edit v0.22.27
5772026-05-05T22:04:42.788Z Compiling serde-value v0.7.0
5782026-05-05T22:04:42.957Z Compiling cargo-platform v0.2.0
5792026-05-05T22:04:42.975Z Compiling smawk v0.3.2
5802026-05-05T22:04:43.122Z Compiling textwrap v0.16.2
5812026-05-05T22:04:43.159Z Compiling tabled v0.15.0
5822026-05-05T22:04:43.227Z Compiling macaddr v1.0.1
5832026-05-05T22:04:43.458Z Compiling idna_adapter v1.2.1
5842026-05-05T22:04:43.531Z Compiling usdt-attr-macro v0.5.0
5852026-05-05T22:04:43.549Z Compiling usdt-macro v0.5.0
5862026-05-05T22:04:43.602Z Compiling idna v1.1.0
5872026-05-05T22:04:43.684Z Compiling clap v4.5.60
5882026-05-05T22:04:43.797Z Compiling camino-tempfile v1.4.1
5892026-05-05T22:04:43.937Z Compiling url v2.5.8
5902026-05-05T22:04:44.164Z Compiling toml v0.8.23
5912026-05-05T22:04:44.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-05-05T22:04:44.298Z Compiling swrite v0.1.0
5932026-05-05T22:04:44.669Z Compiling cargo-util-schemas v0.8.2
5942026-05-05T22:04:44.699Z Compiling cargo_toml v0.21.0
5952026-05-05T22:04:44.916Z Compiling usdt v0.5.0
5962026-05-05T22:04:45.535Z Compiling cargo_metadata v0.21.0
5972026-05-05T22:04:46.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-05T22:04:48.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.10s
5992026-05-05T22:04:48.805Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-05T22:04:49.369Z Downloading crates ...
6012026-05-05T22:04:49.463Z Downloaded atty v0.2.14
6022026-05-05T22:04:49.466Z Downloaded adler2 v2.0.1
6032026-05-05T22:04:49.473Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-05T22:04:49.477Z Downloaded crc v3.4.0
6052026-05-05T22:04:49.477Z Downloaded convert_case v0.4.0
6062026-05-05T22:04:49.477Z Downloaded console v0.15.11
6072026-05-05T22:04:49.483Z Downloaded cipher v0.4.4
6082026-05-05T22:04:49.491Z Downloaded aes-gcm v0.10.3
6092026-05-05T22:04:49.491Z Downloaded cargo-platform v0.1.9
6102026-05-05T22:04:49.496Z Downloaded fallible-iterator v0.2.0
6112026-05-05T22:04:49.499Z Downloaded crunchy v0.2.4
6122026-05-05T22:04:49.504Z Downloaded csv-core v0.1.13
6132026-05-05T22:04:49.504Z Downloaded darling_core v0.21.3
6142026-05-05T22:04:49.507Z Downloaded ctr v0.9.2
6152026-05-05T22:04:49.510Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-05T22:04:49.513Z Downloaded bit-set v0.8.0
6172026-05-05T22:04:49.515Z Downloaded crc32fast v1.5.0
6182026-05-05T22:04:49.519Z Downloaded critical-section v1.2.0
6192026-05-05T22:04:49.523Z Downloaded atomic-waker v1.1.2
6202026-05-05T22:04:49.523Z Downloaded async-recursion v1.1.1
6212026-05-05T22:04:49.526Z Downloaded curve25519-dalek-derive v0.1.1
6222026-05-05T22:04:49.529Z Downloaded crossbeam-epoch v0.9.18
6232026-05-05T22:04:49.533Z Downloaded block-padding v0.3.3
6242026-05-05T22:04:49.533Z Downloaded crc-catalog v2.4.0
6252026-05-05T22:04:49.537Z Downloaded daft v0.1.5
6262026-05-05T22:04:49.542Z Downloaded arrayref v0.3.9
6272026-05-05T22:04:49.542Z Downloaded crypto-bigint v0.5.5
6282026-05-05T22:04:49.544Z Downloaded cstr-argument v0.1.2
6292026-05-05T22:04:49.544Z Downloaded cfg_aliases v0.1.1
6302026-05-05T22:04:49.544Z Downloaded bitfield-struct v0.6.2
6312026-05-05T22:04:49.544Z Downloaded ciborium-io v0.2.2
6322026-05-05T22:04:49.546Z Downloaded crossterm v0.29.0
6332026-05-05T22:04:49.549Z Downloaded futures-io v0.3.32
6342026-05-05T22:04:49.549Z Downloaded compression-core v0.4.31
6352026-05-05T22:04:49.555Z Downloaded castaway v0.2.4
6362026-05-05T22:04:49.558Z Downloaded bitfield-macros v0.19.4
6372026-05-05T22:04:49.561Z Downloaded embedded-io v0.6.1
6382026-05-05T22:04:49.564Z Downloaded env_filter v1.0.0
6392026-05-05T22:04:49.564Z Downloaded derive_builder_macro v0.20.2
6402026-05-05T22:04:49.571Z Downloaded enum-as-inner v0.6.1
6412026-05-05T22:04:49.584Z Downloaded defmt v0.3.100
6422026-05-05T22:04:49.584Z Downloaded dof v0.4.0
6432026-05-05T22:04:49.584Z Downloaded dropshot-api-manager-types v0.7.1
6442026-05-05T22:04:49.584Z Downloaded document-features v0.2.12
6452026-05-05T22:04:49.584Z Downloaded display-error-chain v0.2.2
6462026-05-05T22:04:49.585Z Downloaded aead v0.5.2
6472026-05-05T22:04:49.592Z Downloaded ascii-canvas v3.0.0
6482026-05-05T22:04:49.592Z Downloaded cfg_aliases v0.2.1
6492026-05-05T22:04:49.592Z Downloaded diesel_table_macro_syntax v0.3.0
6502026-05-05T22:04:49.592Z Downloaded crc8 v0.1.1
6512026-05-05T22:04:49.592Z Downloaded foreign-types v0.3.2
6522026-05-05T22:04:49.593Z Downloaded bitflags v1.3.2
6532026-05-05T22:04:49.593Z Downloaded embedded-io v0.4.0
6542026-05-05T22:04:49.593Z Downloaded byte-wrapper v0.1.0
6552026-05-05T22:04:49.593Z Downloaded dunce v1.0.5
6562026-05-05T22:04:49.593Z Downloaded dirs-sys-next v0.1.2
6572026-05-05T22:04:49.593Z Downloaded dtrace-parser v0.3.0
6582026-05-05T22:04:49.593Z Downloaded dsl_auto_type v0.2.0
6592026-05-05T22:04:49.593Z Downloaded downcast-rs v2.0.2
6602026-05-05T22:04:49.597Z Downloaded defmt-parser v1.0.0
6612026-05-05T22:04:49.597Z Downloaded darling_macro v0.21.3
6622026-05-05T22:04:49.597Z Downloaded array-init v0.0.4
6632026-05-05T22:04:49.608Z Downloaded difflib v0.4.0
6642026-05-05T22:04:49.608Z Downloaded cobs v0.3.0
6652026-05-05T22:04:49.608Z Downloaded atomicwrites v0.4.4
6662026-05-05T22:04:49.608Z Downloaded foreign-types v0.5.0
6672026-05-05T22:04:49.624Z Downloaded debug-ignore v1.0.5
6682026-05-05T22:04:49.625Z Downloaded assert_matches v1.5.0
6692026-05-05T22:04:49.625Z Downloaded async-stream-impl v0.3.6
6702026-05-05T22:04:49.625Z Downloaded dirs-next v2.0.0
6712026-05-05T22:04:49.625Z Downloaded futures-macro v0.3.32
6722026-05-05T22:04:49.625Z Downloaded dyn-clone v1.0.20
6732026-05-05T22:04:49.625Z Downloaded console v0.16.2
6742026-05-05T22:04:49.625Z Downloaded bitfield v0.19.4
6752026-05-05T22:04:49.625Z Downloaded bcs v0.1.6
6762026-05-05T22:04:49.625Z Downloaded base64ct v1.8.3
6772026-05-05T22:04:49.625Z Downloaded fixedbitset v0.4.2
6782026-05-05T22:04:49.631Z Downloaded endian-type v0.1.2
6792026-05-05T22:04:49.631Z Downloaded base16ct v0.2.0
6802026-05-05T22:04:49.631Z Downloaded futures-core v0.3.32
6812026-05-05T22:04:49.631Z Downloaded async-stream v0.3.6
6822026-05-05T22:04:49.631Z Downloaded foreign-types-shared v0.1.1
6832026-05-05T22:04:49.631Z Downloaded float-cmp v0.10.0
6842026-05-05T22:04:49.631Z Downloaded funty v2.0.0
6852026-05-05T22:04:49.636Z Downloaded ghash v0.5.1
6862026-05-05T22:04:49.636Z Downloaded fxhash v0.2.1
6872026-05-05T22:04:49.636Z Downloaded flagset v0.4.7
6882026-05-05T22:04:49.636Z Downloaded futures-task v0.3.32
6892026-05-05T22:04:49.639Z Downloaded futures-sink v0.3.32
6902026-05-05T22:04:49.639Z Downloaded foreign-types-macros v0.2.3
6912026-05-05T22:04:49.639Z Downloaded async-trait v0.1.89
6922026-05-05T22:04:49.639Z Downloaded fd-lock v4.0.4
6932026-05-05T22:04:49.642Z Downloaded ena v0.14.4
6942026-05-05T22:04:49.642Z Downloaded cpufeatures v0.3.0
6952026-05-05T22:04:49.647Z Downloaded ciborium-ll v0.2.2
6962026-05-05T22:04:49.647Z Downloaded const_format_proc_macros v0.2.34
6972026-05-05T22:04:49.647Z Downloaded cmake v0.1.57
6982026-05-05T22:04:49.647Z Downloaded der_derive v0.7.3
6992026-05-05T22:04:49.651Z Downloaded crossbeam-utils v0.8.21
7002026-05-05T22:04:49.651Z Downloaded cexpr v0.6.0
7012026-05-05T22:04:49.651Z Downloaded blowfish v0.9.1
7022026-05-05T22:04:49.655Z Downloaded hash32 v0.2.1
7032026-05-05T22:04:49.655Z Downloaded globwalk v0.9.1
7042026-05-05T22:04:49.655Z Downloaded convert_case v0.10.0
7052026-05-05T22:04:49.655Z Downloaded hex v0.4.3
7062026-05-05T22:04:49.658Z Downloaded git-stub v1.0.0
7072026-05-05T22:04:49.658Z Downloaded gethostname v0.5.0
7082026-05-05T22:04:49.658Z Downloaded chacha20 v0.9.1
7092026-05-05T22:04:49.658Z Downloaded hex-literal v0.4.1
7102026-05-05T22:04:49.661Z Downloaded bit-vec v0.8.0
7112026-05-05T22:04:49.661Z Downloaded hostname v0.3.1
7122026-05-05T22:04:49.662Z Downloaded float-ord v0.3.2
7132026-05-05T22:04:49.662Z Downloaded colored v2.2.0
7142026-05-05T22:04:49.665Z Downloaded env_logger v0.11.9
7152026-05-05T22:04:49.665Z Downloaded foldhash v0.1.5
7162026-05-05T22:04:49.669Z Downloaded find-msvc-tools v0.1.9
7172026-05-05T22:04:49.669Z Downloaded filetime v0.2.27
7182026-05-05T22:04:49.672Z Downloaded erased-serde v0.3.31
7192026-05-05T22:04:49.672Z Downloaded derive-ex v0.1.8
7202026-05-05T22:04:49.672Z Downloaded camino-tempfile-ext v0.3.3
7212026-05-05T22:04:49.672Z Downloaded cargo_metadata v0.19.2
7222026-05-05T22:04:49.675Z Downloaded defmt v1.0.1
7232026-05-05T22:04:49.675Z Downloaded cbc v0.1.2
7242026-05-05T22:04:49.678Z Downloaded bb8 v0.8.6
7252026-05-05T22:04:49.678Z Downloaded ecdsa v0.16.9
7262026-05-05T22:04:49.679Z Downloaded diesel-dtrace v0.5.0
7272026-05-05T22:04:49.682Z Downloaded hash32 v0.3.1
7282026-05-05T22:04:49.682Z Downloaded futures-executor v0.3.32
7292026-05-05T22:04:49.682Z Downloaded headers-core v0.3.0
7302026-05-05T22:04:49.686Z Downloaded fs-err v2.11.0
7312026-05-05T22:04:49.686Z Downloaded fixedbitset v0.5.7
7322026-05-05T22:04:49.686Z Downloaded ff v0.13.1
7332026-05-05T22:04:49.690Z Downloaded ed25519 v2.2.3
7342026-05-05T22:04:49.691Z Downloaded foldhash v0.2.0
7352026-05-05T22:04:49.691Z Downloaded constant_time_eq v0.4.2
7362026-05-05T22:04:49.691Z Downloaded foreign-types-shared v0.3.1
7372026-05-05T22:04:49.694Z Downloaded corncobs v0.1.4
7382026-05-05T22:04:49.694Z Downloaded argon2 v0.5.3
7392026-05-05T22:04:49.694Z Downloaded cassowary v0.3.0
7402026-05-05T22:04:49.694Z Downloaded http-body v1.0.1
7412026-05-05T22:04:49.694Z Downloaded bit-vec v0.6.3
7422026-05-05T22:04:49.697Z Downloaded home v0.5.12
7432026-05-05T22:04:49.697Z Downloaded data-encoding v2.10.0
7442026-05-05T22:04:49.698Z Downloaded daft-derive v0.1.5
7452026-05-05T22:04:49.707Z Downloaded hubpack_derive v0.1.1
7462026-05-05T22:04:49.707Z Downloaded hubpack v0.1.2
7472026-05-05T22:04:49.707Z Downloaded arrayvec v0.7.6
7482026-05-05T22:04:49.717Z Downloaded http-range v0.1.5
7492026-05-05T22:04:49.717Z Downloaded httpdate v1.0.3
7502026-05-05T22:04:49.717Z Downloaded hostname v0.4.2
7512026-05-05T22:04:49.717Z Downloaded diff v0.1.13
7522026-05-05T22:04:49.717Z Downloaded bit-set v0.5.3
7532026-05-05T22:04:49.717Z Downloaded ciborium v0.2.2
7542026-05-05T22:04:49.717Z Downloaded either v1.15.0
7552026-05-05T22:04:49.717Z Downloaded bzip2 v0.6.1
7562026-05-05T22:04:49.717Z Downloaded derive_builder_core v0.20.2
7572026-05-05T22:04:49.722Z Downloaded darling_macro v0.23.0
7582026-05-05T22:04:49.722Z Downloaded darling_macro v0.20.11
7592026-05-05T22:04:49.722Z Downloaded buf-list v1.1.2
7602026-05-05T22:04:49.722Z Downloaded globset v0.4.18
7612026-05-05T22:04:49.722Z Downloaded indent_write v2.2.0
7622026-05-05T22:04:49.722Z Downloaded indoc v1.0.9
7632026-05-05T22:04:49.722Z Downloaded ident_case v1.0.1
7642026-05-05T22:04:49.722Z Downloaded hyper-tls v0.6.0
7652026-05-05T22:04:49.722Z Downloaded git-stub-vcs v0.1.0
7662026-05-05T22:04:49.725Z Downloaded glob v0.3.3
7672026-05-05T22:04:49.725Z Downloaded instant v0.1.13
7682026-05-05T22:04:49.725Z Downloaded internet-checksum v0.2.1
7692026-05-05T22:04:49.725Z Downloaded cancel-safe-futures v0.1.5
7702026-05-05T22:04:49.728Z Downloaded bzip2 v0.4.4
7712026-05-05T22:04:49.728Z Downloaded async-bb8-diesel v0.2.1
7722026-05-05T22:04:49.731Z Downloaded instability v0.3.11
7732026-05-05T22:04:49.731Z Downloaded backoff v0.4.0
7742026-05-05T22:04:49.731Z Downloaded colored v3.1.1
7752026-05-05T22:04:49.735Z Downloaded des v0.8.1
7762026-05-05T22:04:49.735Z Downloaded darling v0.21.3
7772026-05-05T22:04:49.738Z Downloaded is_ci v1.2.0
7782026-05-05T22:04:49.738Z Downloaded is-terminal v0.4.17
7792026-05-05T22:04:49.743Z Downloaded cookie_store v0.22.1
7802026-05-05T22:04:49.743Z Downloaded cookie v0.18.1
7812026-05-05T22:04:49.747Z Downloaded crossbeam-deque v0.8.6
7822026-05-05T22:04:49.747Z Downloaded ahash v0.8.12
7832026-05-05T22:04:49.747Z Downloaded lalrpop-util v0.19.12
7842026-05-05T22:04:49.747Z Downloaded kstat-rs v0.2.4
7852026-05-05T22:04:49.747Z Downloaded keccak v0.1.6
7862026-05-05T22:04:49.747Z Downloaded futures-channel v0.3.32
7872026-05-05T22:04:49.750Z Downloaded drift v0.1.3
7882026-05-05T22:04:49.753Z Downloaded fs_extra v1.3.0
7892026-05-05T22:04:49.753Z Downloaded compression-codecs v0.4.37
7902026-05-05T22:04:49.758Z Downloaded darling v0.20.11
7912026-05-05T22:04:49.761Z Downloaded highway v1.3.0
7922026-05-05T22:04:49.765Z Downloaded lazy_static v1.5.0
7932026-05-05T22:04:49.765Z Downloaded fatfs v0.3.6
7942026-05-05T22:04:49.769Z Downloaded derive-where v1.6.0
7952026-05-05T22:04:49.769Z Downloaded lru-cache v0.1.2
7962026-05-05T22:04:49.769Z Downloaded md5 v0.7.0
7972026-05-05T22:04:49.769Z Downloaded lzss v0.8.2
7982026-05-05T22:04:49.772Z Downloaded lru-slab v0.1.2
7992026-05-05T22:04:49.772Z Downloaded mime v0.3.17
8002026-05-05T22:04:49.772Z Downloaded linked-hash-map v0.5.6
8012026-05-05T22:04:49.776Z Downloaded memoffset v0.9.1
8022026-05-05T22:04:49.776Z Downloaded crossterm v0.28.1
8032026-05-05T22:04:49.778Z Downloaded maybe-uninit v2.0.0
8042026-05-05T22:04:49.778Z Downloaded lru v0.12.5
8052026-05-05T22:04:49.778Z Downloaded md-5 v0.10.6
8062026-05-05T22:04:49.781Z Downloaded clang-sys v1.8.1
8072026-05-05T22:04:49.781Z Downloaded darling v0.23.0
8082026-05-05T22:04:49.784Z Downloaded inout v0.1.4
8092026-05-05T22:04:49.788Z Downloaded humantime v2.3.0
8102026-05-05T22:04:49.789Z Downloaded newline-converter v0.3.0
8112026-05-05T22:04:49.790Z Downloaded http-body-util v0.1.3
8122026-05-05T22:04:49.796Z Downloaded indoc v2.0.7
8132026-05-05T22:04:49.796Z Downloaded new_debug_unreachable v1.0.6
8142026-05-05T22:04:49.796Z Downloaded bytes v1.11.1
8152026-05-05T22:04:49.799Z Downloaded chacha20 v0.10.0
8162026-05-05T22:04:49.799Z Downloaded blake2 v0.10.6
8172026-05-05T22:04:49.799Z Downloaded ingot-types v0.1.2
8182026-05-05T22:04:49.799Z Downloaded ingot v0.1.1
8192026-05-05T22:04:49.799Z Downloaded nibble_vec v0.1.0
8202026-05-05T22:04:49.805Z Downloaded newtype_derive v0.1.6
8212026-05-05T22:04:49.805Z Downloaded const-oid v0.9.6
8222026-05-05T22:04:49.805Z Downloaded impl-trait-for-tuples v0.2.3
8232026-05-05T22:04:49.805Z Downloaded hyper-staticfile v0.10.1
8242026-05-05T22:04:49.810Z Downloaded normalize-line-endings v0.3.0
8252026-05-05T22:04:49.810Z Downloaded nonempty v0.12.0
8262026-05-05T22:04:49.811Z Downloaded allocator-api2 v0.2.21
8272026-05-05T22:04:49.811Z Downloaded ipnetwork v0.21.1
8282026-05-05T22:04:49.811Z Downloaded ipnet v2.11.0
8292026-05-05T22:04:49.818Z Downloaded defmt-macros v1.0.1
8302026-05-05T22:04:49.818Z Downloaded jobserver v0.1.34
8312026-05-05T22:04:49.818Z Downloaded nodrop v0.1.14
8322026-05-05T22:04:49.818Z Downloaded num-conv v0.2.0
8332026-05-05T22:04:49.818Z Downloaded num-iter v0.1.45
8342026-05-05T22:04:49.818Z Downloaded num-derive v0.3.3
8352026-05-05T22:04:49.818Z Downloaded elliptic-curve v0.13.8
8362026-05-05T22:04:49.822Z Downloaded olpc-cjson v0.1.4
8372026-05-05T22:04:49.822Z Downloaded deranged v0.5.8
8382026-05-05T22:04:49.822Z Downloaded crc-any v2.5.0
8392026-05-05T22:04:49.827Z Downloaded multimap v0.10.1
8402026-05-05T22:04:49.827Z Downloaded half v1.8.3
8412026-05-05T22:04:49.827Z Downloaded group v0.13.0
8422026-05-05T22:04:49.827Z Downloaded derive_more v0.99.20
8432026-05-05T22:04:49.830Z Downloaded hmac v0.12.1
8442026-05-05T22:04:49.830Z Downloaded derive_builder v0.20.2
8452026-05-05T22:04:49.834Z Downloaded libscf-sys v1.1.0
8462026-05-05T22:04:49.834Z Downloaded maplit v1.0.2
8472026-05-05T22:04:49.837Z Downloaded libloading v0.8.9
8482026-05-05T22:04:49.837Z Downloaded match_cfg v0.1.0
8492026-05-05T22:04:49.837Z Downloaded getrandom v0.2.17
8502026-05-05T22:04:49.840Z Downloaded backon v1.6.0
8512026-05-05T22:04:49.840Z Downloaded num v0.4.3
8522026-05-05T22:04:49.844Z Downloaded num-derive v0.4.2
8532026-05-05T22:04:49.844Z Downloaded compact_str v0.8.1
8542026-05-05T22:04:49.848Z Downloaded getrandom v0.3.4
8552026-05-05T22:04:49.848Z Downloaded num_threads v0.1.7
8562026-05-05T22:04:49.851Z Downloaded num_enum_derive v0.5.11
8572026-05-05T22:04:49.851Z Downloaded opaque-debug v0.3.1
8582026-05-05T22:04:49.851Z Downloaded libefi-sys v0.1.0
8592026-05-05T22:04:49.851Z Downloaded httparse v1.10.1
8602026-05-05T22:04:49.853Z Downloaded managed v0.8.0
8612026-05-05T22:04:49.853Z Downloaded openssl-probe v0.2.1
8622026-05-05T22:04:49.853Z Downloaded openssl-probe v0.1.6
8632026-05-05T22:04:49.856Z Downloaded lock_api v0.4.14
8642026-05-05T22:04:49.856Z Downloaded openssl-macros v0.1.1
8652026-05-05T22:04:49.856Z Downloaded native-tls v0.2.18
8662026-05-05T22:04:49.859Z Downloaded half v2.7.1
8672026-05-05T22:04:49.859Z Downloaded chacha20poly1305 v0.10.1
8682026-05-05T22:04:49.862Z Downloaded iana-time-zone v0.1.65
8692026-05-05T22:04:49.862Z Downloaded nanorand v0.7.0
8702026-05-05T22:04:49.865Z Downloaded oso-derive v0.27.3
8712026-05-05T22:04:49.865Z Downloaded hyper-rustls v0.27.7
8722026-05-05T22:04:49.865Z Downloaded linear-map v1.2.0
8732026-05-05T22:04:49.872Z Downloaded libsw-core v0.3.2
8742026-05-05T22:04:49.872Z Downloaded libsw v3.5.0
8752026-05-05T22:04:49.872Z Downloaded ingot-macros v0.1.1
8762026-05-05T22:04:49.876Z Downloaded arc-swap v1.8.2
8772026-05-05T22:04:49.876Z Downloaded mime_guess v2.0.5
8782026-05-05T22:04:49.876Z Downloaded newtype-uuid-macros v0.1.0
8792026-05-05T22:04:49.884Z Downloaded parse-size v1.1.0
8802026-05-05T22:04:49.893Z Downloaded peg-runtime v0.8.5
8812026-05-05T22:04:49.896Z Downloaded darling_core v0.20.11
8822026-05-05T22:04:49.900Z Downloaded pbkdf2 v0.11.0
8832026-05-05T22:04:49.900Z Downloaded path-slash v0.1.5
8842026-05-05T22:04:49.900Z Downloaded parse-display v0.10.0
8852026-05-05T22:04:49.904Z Downloaded packed_struct_codegen v0.10.1
8862026-05-05T22:04:49.904Z Downloaded phf_shared v0.12.1
8872026-05-05T22:04:49.904Z Downloaded darling_core v0.23.0
8882026-05-05T22:04:49.907Z Downloaded num-rational v0.4.2
8892026-05-05T22:04:49.907Z Downloaded num-integer v0.1.46
8902026-05-05T22:04:49.907Z Downloaded dropshot_endpoint v0.17.0
8912026-05-05T22:04:49.910Z Downloaded pbkdf2 v0.12.2
8922026-05-05T22:04:49.910Z Downloaded nu-ansi-term v0.50.3
8932026-05-05T22:04:49.913Z Downloaded dropshot_endpoint v0.16.7
8942026-05-05T22:04:49.913Z Downloaded num_enum v0.5.11
8952026-05-05T22:04:49.916Z Downloaded phf_shared v0.13.1
8962026-05-05T22:04:49.919Z Downloaded ignore v0.4.25
8972026-05-05T22:04:49.919Z Downloaded cc v1.2.56
8982026-05-05T22:04:49.922Z Downloaded bumpalo v3.20.2
8992026-05-05T22:04:49.922Z Downloaded oxnet v0.1.4
9002026-05-05T22:04:49.925Z Downloaded powerfmt v0.2.0
9012026-05-05T22:04:49.925Z Downloaded num_enum_derive v0.7.5
9022026-05-05T22:04:49.925Z Downloaded litrs v1.0.0
9032026-05-05T22:04:49.928Z Downloaded newtype-uuid v1.3.2
9042026-05-05T22:04:49.928Z Downloaded multer v3.1.0
9052026-05-05T22:04:49.931Z Downloaded proc-macro-error-attr2 v2.0.0
9062026-05-05T22:04:49.931Z Downloaded proc-macro-crate v1.3.1
9072026-05-05T22:04:49.931Z Downloaded predicates-tree v1.0.13
9082026-05-05T22:04:49.937Z Downloaded predicates-core v1.0.10
9092026-05-05T22:04:49.937Z Downloaded precomputed-hash v0.1.1
9102026-05-05T22:04:49.937Z Downloaded futures v0.3.32
9112026-05-05T22:04:49.941Z Downloaded flume v0.11.1
9122026-05-05T22:04:49.941Z Downloaded oxide-tokio-rt v0.1.4
9132026-05-05T22:04:49.941Z Downloaded owo-colors v4.3.0
9142026-05-05T22:04:49.941Z Downloaded const_format v0.2.35
9152026-05-05T22:04:49.948Z Downloaded indexmap v1.9.3
9162026-05-05T22:04:49.948Z Downloaded proc-macro-crate v3.4.0
9172026-05-05T22:04:49.948Z Downloaded libbz2-rs-sys v0.2.2
9182026-05-05T22:04:49.952Z Downloaded packed_struct v0.10.1
9192026-05-05T22:04:49.952Z Downloaded base64 v0.22.1
9202026-05-05T22:04:49.952Z Downloaded progenitor-macro v0.10.0
9212026-05-05T22:04:49.952Z Downloaded parse-display-derive v0.10.0
9222026-05-05T22:04:49.952Z Downloaded password-hash v0.5.0
9232026-05-05T22:04:49.955Z Downloaded num_enum v0.7.5
9242026-05-05T22:04:49.958Z Downloaded parking_lot_core v0.8.6
9252026-05-05T22:04:49.958Z Downloaded progenitor-macro v0.13.0
9262026-05-05T22:04:49.961Z Downloaded psl-types v2.0.11
9272026-05-05T22:04:49.961Z Downloaded base64 v0.21.7
9282026-05-05T22:04:49.964Z Downloaded progenitor-macro v0.14.0
9292026-05-05T22:04:49.964Z Downloaded progenitor-client v0.14.0
9302026-05-05T22:04:49.964Z Downloaded progenitor-macro v0.11.2
9312026-05-05T22:04:49.964Z Downloaded progenitor-client v0.11.2
9322026-05-05T22:04:49.967Z Downloaded num-complex v0.4.6
9332026-05-05T22:04:49.967Z Downloaded pem-rfc7468 v0.7.0
9342026-05-05T22:04:49.967Z Downloaded phf_shared v0.11.3
9352026-05-05T22:04:49.967Z Downloaded derive_more v2.1.1
9362026-05-05T22:04:49.973Z Downloaded quick-error v1.2.3
9372026-05-05T22:04:49.976Z Downloaded pin-utils v0.1.0
9382026-05-05T22:04:49.976Z Downloaded pin-project-lite v0.2.17
9392026-05-05T22:04:49.979Z Downloaded pin-project-internal v1.1.11
9402026-05-05T22:04:49.984Z Downloaded radium v0.7.0
9412026-05-05T22:04:49.984Z Downloaded pkcs8 v0.10.2
9422026-05-05T22:04:49.984Z Downloaded pem v3.0.6
9432026-05-05T22:04:49.986Z Downloaded peg-macros v0.8.5
9442026-05-05T22:04:49.987Z Downloaded der v0.7.10
9452026-05-05T22:04:49.989Z Downloaded omicron-zone-package v0.12.2
9462026-05-05T22:04:49.989Z Downloaded memmap2 v0.9.10
9472026-05-05T22:04:49.992Z Downloaded phf v0.13.1
9482026-05-05T22:04:49.992Z Downloaded polyval v0.6.2
9492026-05-05T22:04:49.992Z Downloaded postgres-protocol v0.6.10
9502026-05-05T22:04:49.995Z Downloaded pkg-config v0.3.32
9512026-05-05T22:04:49.995Z Downloaded rand_chacha v0.3.1
9522026-05-05T22:04:50.003Z Downloaded predicates v3.1.4
9532026-05-05T22:04:50.003Z Downloaded recursive v0.1.1
9542026-05-05T22:04:50.003Z Downloaded rand_xorshift v0.4.0
9552026-05-05T22:04:50.008Z Downloaded phf v0.12.1
9562026-05-05T22:04:50.008Z Downloaded ref-cast-impl v1.0.25
9572026-05-05T22:04:50.008Z Downloaded flate2 v1.1.9
9582026-05-05T22:04:50.008Z Downloaded primeorder v0.13.6
9592026-05-05T22:04:50.009Z Downloaded ppv-lite86 v0.2.21
9602026-05-05T22:04:50.009Z Downloaded heapless v0.8.0
9612026-05-05T22:04:50.015Z Downloaded progenitor-client v0.10.0
9622026-05-05T22:04:50.015Z Downloaded paste v1.0.15
9632026-05-05T22:04:50.016Z Downloaded progenitor v0.11.2
9642026-05-05T22:04:50.016Z Downloaded proc-macro-error2 v2.0.1
9652026-05-05T22:04:50.016Z Downloaded ref-cast v1.0.25
9662026-05-05T22:04:50.016Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-05-05T22:04:50.019Z Downloaded progenitor v0.13.0
9682026-05-05T22:04:50.019Z Downloaded indicatif v0.18.4
9692026-05-05T22:04:50.022Z Downloaded parking_lot v0.11.2
9702026-05-05T22:04:50.025Z Downloaded progenitor-extras v0.2.0
9712026-05-05T22:04:50.025Z Downloaded progenitor-client v0.13.0
9722026-05-05T22:04:50.025Z Downloaded psm v0.1.30
9732026-05-05T22:04:50.028Z Downloaded progenitor v0.14.0
9742026-05-05T22:04:50.028Z Downloaded password-hash v0.4.2
9752026-05-05T22:04:50.028Z Downloaded peg v0.8.5
9762026-05-05T22:04:50.033Z Downloaded rfc6979 v0.4.0
9772026-05-05T22:04:50.033Z Downloaded parking_lot v0.12.5
9782026-05-05T22:04:50.039Z Downloaded headers v0.4.1
9792026-05-05T22:04:50.046Z Downloaded ed25519-dalek v2.2.0
9802026-05-05T22:04:50.046Z Downloaded pkcs5 v0.7.1
9812026-05-05T22:04:50.050Z Downloaded rustc-hash v2.1.1
9822026-05-05T22:04:50.050Z Downloaded expectorate v1.2.0
9832026-05-05T22:04:50.050Z Downloaded rustc_version v0.4.1
9842026-05-05T22:04:50.050Z Downloaded dropshot-api-manager v0.7.1
9852026-05-05T22:04:50.050Z Downloaded diesel_derives v2.3.7
9862026-05-05T22:04:50.054Z Downloaded r2d2 v0.8.10
9872026-05-05T22:04:50.056Z Downloaded curve25519-dalek v4.1.3
9882026-05-05T22:04:50.059Z Downloaded russh-cryptovec v0.7.3
9892026-05-05T22:04:50.059Z Downloaded rtoolbox v0.0.3
9902026-05-05T22:04:50.062Z Downloaded poly1305 v0.8.0
9912026-05-05T22:04:50.062Z Downloaded postcard v1.1.3
9922026-05-05T22:04:50.099Z Downloaded p256 v0.13.2
9932026-05-05T22:04:50.099Z Downloaded rand_core v0.9.5
9942026-05-05T22:04:50.099Z Downloaded rustc_version v0.1.7
9952026-05-05T22:04:50.099Z Downloaded rand_chacha v0.9.0
9962026-05-05T22:04:50.099Z Downloaded pkcs1 v0.7.5
9972026-05-05T22:04:50.099Z Downloaded crossbeam-channel v0.5.15
9982026-05-05T22:04:50.099Z Downloaded sapling-renderdag v0.1.0
9992026-05-05T22:04:50.099Z Downloaded ar_archive_writer v0.5.1
10002026-05-05T22:04:50.099Z Downloaded rand_seeder v0.4.0
10012026-05-05T22:04:50.099Z Downloaded oso v0.27.3
10022026-05-05T22:04:50.099Z Downloaded rand_core v0.6.4
10032026-05-05T22:04:50.099Z Downloaded same-file v1.0.6
10042026-05-05T22:04:50.099Z Downloaded scopeguard v1.2.0
10052026-05-05T22:04:50.099Z Downloaded heapless v0.7.17
10062026-05-05T22:04:50.099Z Downloaded miniz_oxide v0.8.9
10072026-05-05T22:04:50.099Z Downloaded progenitor v0.10.0
10082026-05-05T22:04:50.099Z Downloaded async-compression v0.4.41
10092026-05-05T22:04:50.099Z Downloaded parking_lot_core v0.9.12
10102026-05-05T22:04:50.099Z Downloaded scheduled-thread-pool v0.2.7
10112026-05-05T22:04:50.099Z Downloaded papergrid v0.17.0
10122026-05-05T22:04:50.103Z Downloaded secrecy v0.10.3
10132026-05-05T22:04:50.103Z Downloaded serde-big-array v0.5.1
10142026-05-05T22:04:50.103Z Downloaded secrecy v0.8.0
10152026-05-05T22:04:50.103Z Downloaded seq-macro v0.3.6
10162026-05-05T22:04:50.106Z Downloaded serde_bytes v0.11.19
10172026-05-05T22:04:50.106Z Downloaded hickory-resolver v0.24.4
10182026-05-05T22:04:50.110Z Downloaded semver v0.1.20
10192026-05-05T22:04:50.110Z Downloaded scrypt v0.11.0
10202026-05-05T22:04:50.110Z Downloaded resolv-conf v0.7.6
10212026-05-05T22:04:50.113Z Downloaded hickory-resolver v0.25.2
10222026-05-05T22:04:50.113Z Downloaded derive_more-impl v2.1.1
10232026-05-05T22:04:50.116Z Downloaded scroll_derive v0.13.1
10242026-05-05T22:04:50.118Z Downloaded serde_spanned v1.0.4
10252026-05-05T22:04:50.118Z Downloaded serde_urlencoded v0.7.1
10262026-05-05T22:04:50.118Z Downloaded serde_repr v0.1.20
10272026-05-05T22:04:50.124Z Downloaded rustls-pemfile v1.0.4
10282026-05-05T22:04:50.130Z Downloaded postgres-types v0.2.12
10292026-05-05T22:04:50.135Z Downloaded rustls-native-certs v0.8.3
10302026-05-05T22:04:50.135Z Downloaded salsa20 v0.10.2
10312026-05-05T22:04:50.141Z Downloaded rustversion v1.0.22
10322026-05-05T22:04:50.141Z Downloaded shell-words v1.1.1
10332026-05-05T22:04:50.142Z Downloaded serde_plain v1.0.2
10342026-05-05T22:04:50.142Z Downloaded rustls-pemfile v2.2.0
10352026-05-05T22:04:50.147Z Downloaded scroll v0.13.0
10362026-05-05T22:04:50.147Z Downloaded hashbrown v0.13.2
10372026-05-05T22:04:50.151Z Downloaded rusty-fork v0.3.1
10382026-05-05T22:04:50.154Z Downloaded progenitor-impl v0.11.2
10392026-05-05T22:04:50.155Z Downloaded progenitor-impl v0.14.0
10402026-05-05T22:04:50.158Z Downloaded prefix-trie v0.7.0
10412026-05-05T22:04:50.158Z Downloaded serde-hex v0.1.0
10422026-05-05T22:04:50.158Z Downloaded sha1 v0.10.6
10432026-05-05T22:04:50.161Z Downloaded sec1 v0.7.3
10442026-05-05T22:04:50.161Z Downloaded siphasher v1.0.2
10452026-05-05T22:04:50.161Z Downloaded sigpipe v0.1.3
10462026-05-05T22:04:50.161Z Downloaded signature v2.2.0
10472026-05-05T22:04:50.167Z Downloaded hashbrown v0.12.3
10482026-05-05T22:04:50.167Z Downloaded slog-bunyan v2.5.0
10492026-05-05T22:04:50.170Z Downloaded schemars_derive v0.8.22
10502026-05-05T22:04:50.170Z Downloaded quinn-udp v0.5.14
10512026-05-05T22:04:50.178Z Downloaded serde_derive_internals v0.29.1
10522026-05-05T22:04:50.178Z Downloaded progenitor-impl v0.13.0
10532026-05-05T22:04:50.178Z Downloaded http v1.4.0
10542026-05-05T22:04:50.182Z Downloaded hickory-server v0.25.2
10552026-05-05T22:04:50.182Z Downloaded pin-project v1.1.11
10562026-05-05T22:04:50.187Z Downloaded slog-envlogger v2.2.0
10572026-05-05T22:04:50.191Z Downloaded serde_path_to_error v0.1.20
10582026-05-05T22:04:50.191Z Downloaded jiff-static v0.2.21
10592026-05-05T22:04:50.193Z Downloaded sqlparser_derive v0.5.0
10602026-05-05T22:04:50.203Z Downloaded signal-hook-tokio v0.3.1
10612026-05-05T22:04:50.203Z Downloaded aes v0.8.4
10622026-05-05T22:04:50.209Z Downloaded structmeta v0.3.0
10632026-05-05T22:04:50.212Z Downloaded openssl-sys v0.9.114
10642026-05-05T22:04:50.214Z Downloaded minimal-lexical v0.2.1
10652026-05-05T22:04:50.218Z Downloaded rand_core v0.10.0
10662026-05-05T22:04:50.218Z Downloaded ssh-cipher v0.2.0
10672026-05-05T22:04:50.220Z Downloaded hyper-util v0.1.20
10682026-05-05T22:04:50.224Z Downloaded pretty_assertions v1.4.1
10692026-05-05T22:04:50.227Z Downloaded simd-adler32 v0.3.8
10702026-05-05T22:04:50.227Z Downloaded smallvec v0.6.14
10712026-05-05T22:04:50.227Z Downloaded slog-term v2.9.2
10722026-05-05T22:04:50.233Z Downloaded slog-dtrace v0.3.0
10732026-05-05T22:04:50.233Z Downloaded slog-async v2.8.0
10742026-05-05T22:04:50.233Z Downloaded subtle v2.6.1
10752026-05-05T22:04:50.233Z Downloaded tap v1.0.1
10762026-05-05T22:04:50.236Z Downloaded supports-color v3.0.2
10772026-05-05T22:04:50.236Z Downloaded tagptr v0.2.0
10782026-05-05T22:04:50.236Z Downloaded tabwriter v1.4.1
10792026-05-05T22:04:50.236Z Downloaded itertools v0.10.5
10802026-05-05T22:04:50.239Z Downloaded strum v0.27.2
10812026-05-05T22:04:50.241Z Downloaded smf v0.2.3
10822026-05-05T22:04:50.241Z Downloaded sct v0.7.1
10832026-05-05T22:04:50.244Z Downloaded strum v0.26.3
10842026-05-05T22:04:50.244Z Downloaded structmeta-derive v0.3.0
10852026-05-05T22:04:50.244Z Downloaded strip-ansi-escapes v0.2.1
10862026-05-05T22:04:50.247Z Downloaded sync_wrapper v1.0.2
10872026-05-05T22:04:50.247Z Downloaded sync-ptr v0.1.4
10882026-05-05T22:04:50.247Z Downloaded serde_cbor v0.11.2
10892026-05-05T22:04:50.250Z Downloaded signal-hook-mio v0.2.5
10902026-05-05T22:04:50.250Z Downloaded shlex v1.3.0
10912026-05-05T22:04:50.252Z Downloaded mio v1.2.0
10922026-05-05T22:04:50.257Z Downloaded termtree v0.5.1
10932026-05-05T22:04:50.257Z Downloaded take_mut v0.2.2
10942026-05-05T22:04:50.257Z Downloaded ssh-encoding v0.2.0
10952026-05-05T22:04:50.257Z Downloaded signal-hook-registry v1.4.8
10962026-05-05T22:04:50.260Z Downloaded thread-id v5.1.0
10972026-05-05T22:04:50.260Z Downloaded thiserror-impl-no-std v2.0.2
10982026-05-05T22:04:50.260Z Downloaded russh-keys v0.45.0
10992026-05-05T22:04:50.265Z Downloaded static_assertions v1.1.0
11002026-05-05T22:04:50.265Z Downloaded rustls-pki-types v1.14.0
11012026-05-05T22:04:50.269Z Downloaded slog-stdlog v4.1.1
11022026-05-05T22:04:50.269Z Downloaded tabled_derive v0.11.0
11032026-05-05T22:04:50.269Z Downloaded rcgen v0.12.1
11042026-05-05T22:04:50.277Z Downloaded snafu-derive v0.8.9
11052026-05-05T22:04:50.277Z Downloaded testing_table v0.3.0
11062026-05-05T22:04:50.277Z Downloaded serde_with_macros v3.17.0
11072026-05-05T22:04:50.277Z Downloaded slog-scope v4.4.1
11082026-05-05T22:04:50.277Z Downloaded slog-json v2.6.1
11092026-05-05T22:04:50.280Z Downloaded sqlformat v0.3.5
11102026-05-05T22:04:50.280Z Downloaded spki v0.7.3
11112026-05-05T22:04:50.280Z Downloaded tinyvec_macros v0.1.1
11122026-05-05T22:04:50.280Z Downloaded tokio-macros v2.7.0
11132026-05-05T22:04:50.284Z Downloaded rustls-platform-verifier v0.6.2
11142026-05-05T22:04:50.284Z Downloaded rayon-core v1.13.0
11152026-05-05T22:04:50.286Z Downloaded prettyplease v0.2.37
11162026-05-05T22:04:50.289Z Downloaded time-core v0.1.8
11172026-05-05T22:04:50.289Z Downloaded progenitor-impl v0.10.0
11182026-05-05T22:04:50.292Z Downloaded nom v7.1.3
11192026-05-05T22:04:50.294Z Downloaded hashbrown v0.16.1
11202026-05-05T22:04:50.300Z Downloaded stringprep v0.1.5
11212026-05-05T22:04:50.300Z Downloaded ryu v1.0.23
11222026-05-05T22:04:50.303Z Downloaded string_cache v0.8.9
11232026-05-05T22:04:50.303Z Downloaded strum_macros v0.26.4
11242026-05-05T22:04:50.303Z Downloaded quinn v0.11.9
11252026-05-05T22:04:50.308Z Downloaded slab v0.4.12
11262026-05-05T22:04:50.308Z Downloaded stacker v0.1.23
11272026-05-05T22:04:50.311Z Downloaded schemars v0.8.22
11282026-05-05T22:04:50.318Z Downloaded strum_macros v0.27.2
11292026-05-05T22:04:50.320Z Downloaded strum_macros v0.24.3
11302026-05-05T22:04:50.323Z Downloaded ron v0.8.1
11312026-05-05T22:04:50.326Z Downloaded qorb v0.4.1
11322026-05-05T22:04:50.326Z Downloaded num-bigint v0.4.6
11332026-05-05T22:04:50.331Z Downloaded tower-layer v0.3.3
11342026-05-05T22:04:50.339Z Downloaded libxml v0.3.3
11352026-05-05T22:04:50.342Z Downloaded tiny-keccak v2.0.2
11362026-05-05T22:04:50.345Z Downloaded tokio-dtrace v0.1.1
11372026-05-05T22:04:50.345Z Downloaded spin v0.9.8
11382026-05-05T22:04:50.348Z Downloaded thread_local v1.1.9
11392026-05-05T22:04:50.348Z Downloaded termios v0.3.3
11402026-05-05T22:04:50.352Z Downloaded try-lock v0.2.5
11412026-05-05T22:04:50.352Z Downloaded tower-service v0.3.3
11422026-05-05T22:04:50.352Z Downloaded typify-macro v0.6.2
11432026-05-05T22:04:50.355Z Downloaded serde_yaml v0.9.34+deprecated
11442026-05-05T22:04:50.358Z Downloaded tokio-native-tls v0.3.1
11452026-05-05T22:04:50.358Z Downloaded signal-hook v0.3.18
11462026-05-05T22:04:50.361Z Downloaded hashbrown v0.15.5
11472026-05-05T22:04:50.364Z Downloaded iddqd v0.3.18
11482026-05-05T22:04:50.369Z Downloaded tls_codec_derive v0.4.2
11492026-05-05T22:04:50.374Z Downloaded tokio-rustls v0.25.0
11502026-05-05T22:04:50.374Z Downloaded time-macros v0.2.27
11512026-05-05T22:04:50.376Z Downloaded thiserror-no-std v2.0.2
11522026-05-05T22:04:50.377Z Downloaded support-bundle-viewer v0.1.2
11532026-05-05T22:04:50.380Z Downloaded untrusted v0.9.0
11542026-05-05T22:04:50.380Z Downloaded usdt-attr-macro v0.6.0
11552026-05-05T22:04:50.380Z Downloaded unicode-truncate v1.1.0
11562026-05-05T22:04:50.383Z Downloaded term v0.7.0
11572026-05-05T22:04:50.389Z Downloaded universal-hash v0.5.1
11582026-05-05T22:04:50.393Z Downloaded futures-util v0.3.32
11592026-05-05T22:04:50.399Z Downloaded utf-8 v0.7.6
11602026-05-05T22:04:50.403Z Downloaded untrusted v0.7.1
11612026-05-05T22:04:50.403Z Downloaded unit-prefix v0.5.2
11622026-05-05T22:04:50.403Z Downloaded tokio-tungstenite v0.21.0
11632026-05-05T22:04:50.403Z Downloaded usdt-macro v0.6.0
11642026-05-05T22:04:50.403Z Downloaded usdt v0.6.0
11652026-05-05T22:04:50.403Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-05-05T22:04:50.410Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-05-05T22:04:50.411Z Downloaded want v0.3.1
11682026-05-05T22:04:50.411Z Downloaded void v1.0.2
11692026-05-05T22:04:50.411Z Downloaded socket2 v0.6.3
11702026-05-05T22:04:50.411Z Downloaded rsa v0.9.10
11712026-05-05T22:04:50.415Z Downloaded schemars v0.9.0
11722026-05-05T22:04:50.418Z Downloaded rustls-webpki v0.103.9
11732026-05-05T22:04:50.418Z Downloaded rand v0.8.5
11742026-05-05T22:04:50.422Z Downloaded publicsuffix v2.3.0
11752026-05-05T22:04:50.424Z Downloaded num-bigint-dig v0.8.6
11762026-05-05T22:04:50.424Z Downloaded trait-variant v0.1.2
11772026-05-05T22:04:50.427Z Downloaded slog v2.8.2
11782026-05-05T22:04:50.427Z Downloaded unarray v0.1.4
11792026-05-05T22:04:50.431Z Downloaded topological-sort v0.2.2
11802026-05-05T22:04:50.431Z Downloaded waitgroup v0.1.2
11812026-05-05T22:04:50.431Z Downloaded wait-timeout v0.2.1
11822026-05-05T22:04:50.434Z Downloaded tui-tree-widget v0.23.1
11832026-05-05T22:04:50.439Z Downloaded iri-string v0.7.10
11842026-05-05T22:04:50.443Z Downloaded similar v2.7.0
11852026-05-05T22:04:50.446Z Downloaded aho-corasick v1.1.4
11862026-05-05T22:04:50.449Z Downloaded xshell-macros v0.2.7
11872026-05-05T22:04:50.453Z Downloaded xattr v1.6.1
11882026-05-05T22:04:50.453Z Downloaded tls_codec v0.4.2
11892026-05-05T22:04:50.456Z Downloaded unicase v2.9.0
11902026-05-05T22:04:50.456Z Downloaded typify-macro v0.4.3
11912026-05-05T22:04:50.456Z Downloaded term v1.2.1
11922026-05-05T22:04:50.456Z Downloaded rand v0.10.0
11932026-05-05T22:04:50.459Z Downloaded subprocess v0.2.15
11942026-05-05T22:04:50.459Z Downloaded rand v0.9.2
11952026-05-05T22:04:50.464Z Downloaded tokio-rustls v0.26.4
11962026-05-05T22:04:50.464Z Downloaded itertools v0.14.0
11972026-05-05T22:04:50.467Z Downloaded socket2 v0.5.10
11982026-05-05T22:04:50.471Z Downloaded itertools v0.12.1
11992026-05-05T22:04:50.473Z Downloaded zeroize_derive v1.4.3
12002026-05-05T22:04:50.473Z Downloaded vergen-lib v0.1.6
12012026-05-05T22:04:50.473Z Downloaded zone v0.3.1
12022026-05-05T22:04:50.476Z Downloaded schemars v1.2.1
12032026-05-05T22:04:50.484Z Downloaded zone_cfg_derive v0.3.1
12042026-05-05T22:04:50.487Z Downloaded usdt-impl v0.6.0
12052026-05-05T22:04:50.487Z Downloaded vergen-git2 v1.0.7
12062026-05-05T22:04:50.487Z Downloaded uzers v0.12.2
12072026-05-05T22:04:50.492Z Downloaded toml_parser v1.0.9+spec-1.1.0
12082026-05-05T22:04:50.492Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12092026-05-05T22:04:50.492Z Downloaded tokio-tungstenite v0.23.1
12102026-05-05T22:04:50.496Z Downloaded tinyvec v1.10.0
12112026-05-05T22:04:50.496Z Downloaded hyper v1.8.1
12122026-05-05T22:04:50.499Z Downloaded tracing-attributes v0.1.31
12132026-05-05T22:04:50.499Z Downloaded libm v0.2.16
12142026-05-05T22:04:50.504Z Downloaded vsss-rs v3.3.4
12152026-05-05T22:04:50.506Z Downloaded twox-hash v2.1.2
12162026-05-05T22:04:50.506Z Downloaded itertools v0.13.0
12172026-05-05T22:04:50.511Z Downloaded vergen-gitcl v1.0.8
12182026-05-05T22:04:50.513Z Downloaded whoami v1.6.1
12192026-05-05T22:04:50.513Z Downloaded tokio-rustls v0.24.1
12202026-05-05T22:04:50.517Z Downloaded unicode-properties v0.1.4
12212026-05-05T22:04:50.521Z Downloaded test-strategy v0.4.5
12222026-05-05T22:04:50.523Z Downloaded wyz v0.5.1
12232026-05-05T22:04:50.523Z Downloaded whoami v2.1.0
12242026-05-05T22:04:50.529Z Downloaded xshell v0.2.7
12252026-05-05T22:04:50.532Z Downloaded samael v0.0.19
12262026-05-05T22:04:50.542Z Downloaded vergen v9.0.6
12272026-05-05T22:04:50.547Z Downloaded russh v0.45.0
12282026-05-05T22:04:50.548Z Downloaded walkdir v2.5.0
12292026-05-05T22:04:50.548Z Downloaded tar v0.4.45
12302026-05-05T22:04:50.548Z Downloaded zstd v0.13.3
12312026-05-05T22:04:50.548Z Downloaded zeroize v1.8.2
12322026-05-05T22:04:50.551Z Downloaded tokio-stream v0.1.18
12332026-05-05T22:04:50.551Z Downloaded toml v0.7.8
12342026-05-05T22:04:50.554Z Downloaded hkdf v0.12.4
12352026-05-05T22:04:50.559Z Downloaded snafu v0.8.9
12362026-05-05T22:04:50.562Z Downloaded typify v0.4.3
12372026-05-05T22:04:50.566Z Downloaded tungstenite v0.23.0
12382026-05-05T22:04:50.569Z Downloaded tracing-core v0.1.36
12392026-05-05T22:04:50.571Z Downloaded h2 v0.4.13
12402026-05-05T22:04:50.577Z Downloaded unicode-bidi v0.3.18
12412026-05-05T22:04:50.579Z Downloaded rustyline v14.0.0
12422026-05-05T22:04:50.582Z Downloaded steno v0.4.1
12432026-05-05T22:04:50.585Z Downloaded toml v1.0.6+spec-1.1.0
12442026-05-05T22:04:50.587Z Downloaded p521 v0.13.3
12452026-05-05T22:04:50.591Z Downloaded zerocopy v0.6.6
12462026-05-05T22:04:50.597Z Downloaded toml v0.9.12+spec-1.1.0
12472026-05-05T22:04:50.601Z Downloaded zstd-safe v7.2.4
12482026-05-05T22:04:50.603Z Downloaded toml_edit v0.23.10+spec-1.0.0
12492026-05-05T22:04:50.611Z Downloaded tungstenite v0.21.0
12502026-05-05T22:04:50.615Z Downloaded typify v0.6.2
12512026-05-05T22:04:50.617Z Downloaded bitvec v1.0.1
12522026-05-05T22:04:50.635Z Downloaded blake3 v1.8.3
12532026-05-05T22:04:50.639Z Downloaded uuid v1.23.0
12542026-05-05T22:04:50.639Z Downloaded reedline v0.40.0
12552026-05-05T22:04:50.643Z Downloaded yasna v0.5.2
12562026-05-05T22:04:50.643Z Downloaded zopfli v0.8.3
12572026-05-05T22:04:50.645Z Downloaded unsafe-libyaml v0.2.11
12582026-05-05T22:04:50.649Z Downloaded rpassword v7.4.0
12592026-05-05T22:04:50.654Z Downloaded toml_edit v0.19.15
12602026-05-05T22:04:50.663Z Downloaded vte v0.14.1
12612026-05-05T22:04:50.666Z Downloaded bindgen v0.71.1
12622026-05-05T22:04:50.670Z Downloaded git2 v0.20.4
12632026-05-05T22:04:50.672Z Downloaded reqwest v0.13.2
12642026-05-05T22:04:50.676Z Downloaded tokio-postgres v0.7.16
12652026-05-05T22:04:50.679Z Downloaded yansi v1.0.1
12662026-05-05T22:04:50.682Z Downloaded aws-lc-rs v1.16.0
12672026-05-05T22:04:50.686Z Downloaded zip v0.6.6
12682026-05-05T22:04:50.689Z Downloaded chrono v0.4.44
12692026-05-05T22:04:50.692Z Downloaded unicode_categories v0.1.1
12702026-05-05T22:04:50.695Z Downloaded p384 v0.13.1
12712026-05-05T22:04:50.698Z Downloaded typed-path v0.9.3
12722026-05-05T22:04:50.703Z Downloaded rayon v1.11.0
12732026-05-05T22:04:50.710Z Downloaded ssh-key v0.6.7
12742026-05-05T22:04:50.720Z Downloaded quick-xml v0.37.5
12752026-05-05T22:04:50.726Z Downloaded reqwest v0.12.28
12762026-05-05T22:04:50.726Z Downloaded regex v1.12.3
12772026-05-05T22:04:50.726Z Downloaded zerocopy-derive v0.8.40
12782026-05-05T22:04:50.730Z Downloaded x509-cert v0.2.5
12792026-05-05T22:04:50.735Z Downloaded tower v0.5.3
12802026-05-05T22:04:50.738Z Downloaded portable-atomic v1.13.1
12812026-05-05T22:04:50.741Z Downloaded goblin v0.10.5
12822026-05-05T22:04:50.744Z Downloaded salty v0.3.0
12832026-05-05T22:04:50.748Z Downloaded lalrpop v0.19.12
12842026-05-05T22:04:50.754Z Downloaded unicode-segmentation v1.12.0
12852026-05-05T22:04:50.756Z Downloaded unicode-normalization v0.1.25
12862026-05-05T22:04:50.762Z Downloaded rustls-webpki v0.101.7
12872026-05-05T22:04:50.781Z Downloaded proptest v1.10.0
12882026-05-05T22:04:50.787Z Downloaded moka v0.12.13
12892026-05-05T22:04:50.793Z Downloaded petname v2.0.2
12902026-05-05T22:04:50.800Z Downloaded rustls-webpki v0.102.8
12912026-05-05T22:04:50.808Z Downloaded zip v4.6.1
12922026-05-05T22:04:50.811Z Downloaded tower-http v0.6.8
12932026-05-05T22:04:50.815Z Downloaded serde_with v3.17.0
12942026-05-05T22:04:50.821Z Downloaded object v0.30.4
12952026-05-05T22:04:50.830Z Downloaded tokio-util v0.7.18
12962026-05-05T22:04:50.837Z Downloaded tough v0.20.0
12972026-05-05T22:04:50.848Z Downloaded quinn-proto v0.11.13
12982026-05-05T22:04:50.852Z Downloaded winnow v0.5.40
12992026-05-05T22:04:50.872Z Downloaded winnow v0.6.26
13002026-05-05T22:04:50.877Z Downloaded nix v0.27.1
13012026-05-05T22:04:50.886Z Downloaded bstr v1.12.1
13022026-05-05T22:04:50.890Z Downloaded openssl v0.10.78
13032026-05-05T22:04:50.897Z Downloaded radix_trie v0.2.1
13042026-05-05T22:04:50.900Z Downloaded tabled v0.20.0
13052026-05-05T22:04:50.910Z Downloaded nix v0.29.0
13062026-05-05T22:04:50.917Z Downloaded nix v0.28.0
13072026-05-05T22:04:50.931Z Downloaded smoltcp v0.9.1
13082026-05-05T22:04:50.939Z Downloaded polar-core v0.27.3
13092026-05-05T22:04:50.943Z Downloaded object v0.37.3
13102026-05-05T22:04:50.949Z Downloaded rustls v0.21.12
13112026-05-05T22:04:50.956Z Downloaded time v0.3.47
13122026-05-05T22:04:50.963Z Downloaded regex-syntax v0.6.29
13132026-05-05T22:04:50.968Z Downloaded dropshot v0.17.0
13142026-05-05T22:04:50.982Z Downloaded dropshot v0.16.7
13152026-05-05T22:04:50.993Z Downloaded zlib-rs v0.6.2
13162026-05-05T22:04:50.996Z Downloaded regress v0.11.1
13172026-05-05T22:04:51.002Z Downloaded rustix v0.38.44
13182026-05-05T22:04:51.014Z Downloaded webpki-roots v1.0.6
13192026-05-05T22:04:51.017Z Downloaded hickory-proto v0.24.4
13202026-05-05T22:04:51.025Z Downloaded rustls v0.22.4
13212026-05-05T22:04:51.032Z Downloaded vcpkg v0.2.15
13222026-05-05T22:04:51.055Z Downloaded zerocopy v0.8.40
13232026-05-05T22:04:51.066Z Downloaded hickory-proto v0.25.2
13242026-05-05T22:04:51.071Z Downloaded regex-syntax v0.8.10
13252026-05-05T22:04:51.074Z Downloaded smoltcp v0.11.0
13262026-05-05T22:04:51.081Z Downloaded rustls v0.23.37
13272026-05-05T22:04:51.088Z Downloaded diesel v2.3.7
13282026-05-05T22:04:51.101Z Downloaded regress v0.10.5
13292026-05-05T22:04:51.106Z Downloaded sled v0.34.7
13302026-05-05T22:04:51.112Z Downloaded openapiv3 v2.2.0
13312026-05-05T22:04:51.120Z Downloaded nix v0.31.2
13322026-05-05T22:04:51.139Z Downloaded typify-impl v0.4.3
13332026-05-05T22:04:51.149Z Downloaded sqlparser v0.61.0
13342026-05-05T22:04:51.157Z Downloaded bzip2-sys v0.1.13+1.0.8
13352026-05-05T22:04:51.163Z Downloaded zerocopy-derive v0.6.6
13362026-05-05T22:04:51.172Z Downloaded typify-impl v0.6.2
13372026-05-05T22:04:51.185Z Downloaded ratatui v0.29.0
13382026-05-05T22:04:51.196Z Downloaded tracing v0.1.44
13392026-05-05T22:04:51.209Z Downloaded chrono-tz v0.10.4
13402026-05-05T22:04:51.223Z Downloaded regex-automata v0.4.14
13412026-05-05T22:04:51.234Z Downloaded petgraph v0.8.3
13422026-05-05T22:04:51.244Z Downloaded csv v1.4.0
13432026-05-05T22:04:51.256Z Downloaded libz-sys v1.1.24
13442026-05-05T22:04:51.268Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-05-05T22:04:51.279Z Downloaded petgraph v0.6.5
13462026-05-05T22:04:51.291Z Downloaded jiff v0.2.21
13472026-05-05T22:04:51.310Z Downloaded sha3 v0.10.8
13482026-05-05T22:04:51.337Z Downloaded tokio v1.52.1
13492026-05-05T22:04:51.411Z Downloaded encoding_rs v0.8.35
13502026-05-05T22:04:51.444Z Downloaded ring v0.17.14
13512026-05-05T22:04:51.471Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-05T22:04:51.859Z Downloaded aws-lc-sys v0.37.1
13532026-05-05T22:04:52.105Z Compiling libc v0.2.185
13542026-05-05T22:04:52.108Z Compiling serde v1.0.228
13552026-05-05T22:04:52.108Z Compiling find-msvc-tools v0.1.9
13562026-05-05T22:04:52.108Z Compiling log v0.4.29
13572026-05-05T22:04:52.261Z Compiling shlex v1.3.0
13582026-05-05T22:04:52.265Z Compiling smallvec v1.15.1
13592026-05-05T22:04:52.291Z Compiling syn v2.0.117
13602026-05-05T22:04:52.294Z Compiling typenum v1.19.0
13612026-05-05T22:04:52.437Z Compiling generic-array v0.14.7
13622026-05-05T22:04:52.463Z Compiling subtle v2.6.1
13632026-05-05T22:04:52.464Z Compiling scopeguard v1.2.0
13642026-05-05T22:04:52.516Z Compiling const-oid v0.9.6
13652026-05-05T22:04:52.563Z Compiling lock_api v0.4.14
13662026-05-05T22:04:52.577Z Compiling portable-atomic v1.13.1
13672026-05-05T22:04:52.651Z Compiling zerocopy v0.8.40
13682026-05-05T22:04:52.678Z Compiling serde_json v1.0.149
13692026-05-05T22:04:52.793Z Compiling critical-section v1.2.0
13702026-05-05T22:04:52.909Z Compiling parking_lot_core v0.9.12
13712026-05-05T22:04:52.923Z Compiling pin-project-lite v0.2.17
13722026-05-05T22:04:53.093Z Compiling getrandom v0.2.17
13732026-05-05T22:04:53.126Z Compiling jobserver v0.1.34
13742026-05-05T22:04:53.140Z Compiling errno v0.3.14
13752026-05-05T22:04:53.255Z Compiling rand_core v0.6.4
13762026-05-05T22:04:53.301Z Compiling pkg-config v0.3.32
13772026-05-05T22:04:53.316Z Compiling signal-hook-registry v1.4.8
13782026-05-05T22:04:53.331Z Compiling cc v1.2.56
13792026-05-05T22:04:53.522Z Compiling bitflags v2.11.0
13802026-05-05T22:04:53.579Z Compiling once_cell v1.21.3
13812026-05-05T22:04:53.641Z Compiling libm v0.2.16
13822026-05-05T22:04:53.750Z Compiling parking_lot v0.12.5
13832026-05-05T22:04:53.776Z Compiling mio v1.2.0
13842026-05-05T22:04:53.790Z Compiling num-traits v0.2.19
13852026-05-05T22:04:53.848Z Compiling futures-core v0.3.32
13862026-05-05T22:04:54.002Z Compiling percent-encoding v2.3.2
13872026-05-05T22:04:54.114Z Compiling socket2 v0.6.3
13882026-05-05T22:04:54.129Z Compiling cpufeatures v0.2.17
13892026-05-05T22:04:54.143Z Compiling futures-sink v0.3.32
13902026-05-05T22:04:54.188Z Compiling getrandom v0.4.1
13912026-05-05T22:04:54.205Z Compiling futures-task v0.3.32
13922026-05-05T22:04:54.236Z Compiling futures-channel v0.3.32
13932026-05-05T22:04:54.250Z Compiling futures-io v0.3.32
13942026-05-05T22:04:54.373Z Compiling slab v0.4.12
13952026-05-05T22:04:54.402Z Compiling rustversion v1.0.22
13962026-05-05T22:04:54.464Z Compiling rand_core v0.10.0
13972026-05-05T22:04:54.514Z Compiling getrandom v0.3.4
13982026-05-05T22:04:54.547Z Compiling indexmap v2.14.0
13992026-05-05T22:04:54.561Z Compiling form_urlencoded v1.2.2
14002026-05-05T22:04:54.847Z Compiling cmake v0.1.57
14012026-05-05T22:04:54.862Z Compiling dunce v1.0.5
14022026-05-05T22:04:54.959Z Compiling ident_case v1.0.1
14032026-05-05T22:04:55.055Z Compiling synstructure v0.13.2
14042026-05-05T22:04:55.084Z Compiling fs_extra v1.3.0
14052026-05-05T22:04:55.184Z Compiling base64ct v1.8.3
14062026-05-05T22:04:55.349Z Compiling flagset v0.4.7
14072026-05-05T22:04:55.410Z Compiling rustix v1.1.3
14082026-05-05T22:04:55.425Z Compiling aws-lc-sys v0.37.1
14092026-05-05T22:04:55.438Z Compiling iana-time-zone v0.1.65
14102026-05-05T22:04:55.478Z Compiling rand_core v0.9.5
14112026-05-05T22:04:55.554Z Compiling pem-rfc7468 v0.7.0
14122026-05-05T22:04:55.573Z Compiling ring v0.17.14
14132026-05-05T22:04:55.648Z Compiling uuid v1.23.0
14142026-05-05T22:04:55.763Z Compiling rustc_version v0.4.1
14152026-05-05T22:04:55.792Z Compiling vcpkg v0.2.15
14162026-05-05T22:04:55.876Z Compiling aws-lc-rs v1.16.0
14172026-05-05T22:04:56.008Z Compiling regex-syntax v0.8.10
14182026-05-05T22:04:56.172Z Compiling tracing-core v0.1.36
14192026-05-05T22:04:56.374Z Compiling pest_generator v2.8.6
14202026-05-05T22:04:56.541Z Compiling openssl-sys v0.9.114
14212026-05-05T22:04:56.729Z Compiling serde_derive_internals v0.29.1
14222026-05-05T22:04:56.901Z Compiling serde_derive v1.0.228
14232026-05-05T22:04:57.083Z Compiling zeroize_derive v1.4.3
14242026-05-05T22:04:57.096Z Compiling zerofrom-derive v0.1.6
14252026-05-05T22:04:57.274Z Compiling yoke-derive v0.8.1
14262026-05-05T22:04:57.647Z Compiling zerocopy-derive v0.8.40
14272026-05-05T22:04:57.726Z Compiling zeroize v1.8.2
14282026-05-05T22:04:58.359Z Compiling zerovec-derive v0.11.2
14292026-05-05T22:04:58.447Z Compiling crypto-common v0.1.7
14302026-05-05T22:04:58.495Z Compiling block-buffer v0.10.4
14312026-05-05T22:04:58.509Z Compiling zerofrom v0.1.6
14322026-05-05T22:04:58.595Z Compiling displaydoc v0.2.5
14332026-05-05T22:04:58.635Z Compiling yoke v0.8.1
14342026-05-05T22:04:58.669Z Compiling digest v0.10.7
14352026-05-05T22:04:58.824Z Compiling tokio-macros v2.7.0
14362026-05-05T22:04:58.925Z Compiling hmac v0.12.1
14372026-05-05T22:04:59.088Z Compiling futures-macro v0.3.32
14382026-05-05T22:04:59.339Z Compiling zerotrie v0.2.3
14392026-05-05T22:04:59.485Z Compiling zerovec v0.11.5
14402026-05-05T22:04:59.535Z Compiling block-padding v0.3.3
14412026-05-05T22:04:59.632Z Compiling sha2 v0.10.9
14422026-05-05T22:04:59.693Z Compiling inout v0.1.4
14432026-05-05T22:04:59.861Z Compiling cipher v0.4.4
14442026-05-05T22:04:59.882Z Compiling futures-util v0.3.32
14452026-05-05T22:04:59.976Z Compiling tinystr v0.8.2
14462026-05-05T22:05:00.117Z Compiling potential_utf v0.1.4
14472026-05-05T22:05:00.174Z Compiling icu_locale_core v2.1.1
14482026-05-05T22:05:00.338Z Compiling icu_collections v2.1.1
14492026-05-05T22:05:00.436Z Compiling bytes v1.11.1
14502026-05-05T22:05:00.760Z Compiling der_derive v0.7.3
14512026-05-05T22:05:00.811Z Compiling icu_provider v2.1.1
14522026-05-05T22:05:01.030Z Compiling tokio v1.52.1
14532026-05-05T22:05:01.047Z Compiling icu_normalizer v2.1.1
14542026-05-05T22:05:01.091Z Compiling icu_properties v2.1.2
14552026-05-05T22:05:01.112Z Compiling http v1.4.0
14562026-05-05T22:05:01.588Z Compiling chrono v0.4.44
14572026-05-05T22:05:01.709Z Compiling der v0.7.10
14582026-05-05T22:05:02.004Z Compiling ppv-lite86 v0.2.21
14592026-05-05T22:05:02.146Z Compiling idna_adapter v1.2.1
14602026-05-05T22:05:02.173Z Compiling salsa20 v0.10.2
14612026-05-05T22:05:02.188Z Compiling pbkdf2 v0.12.2
14622026-05-05T22:05:02.278Z Compiling idna v1.1.0
14632026-05-05T22:05:02.300Z Compiling thiserror-impl v2.0.18
14642026-05-05T22:05:02.314Z Compiling scrypt v0.11.0
14652026-05-05T22:05:02.314Z Compiling rand_chacha v0.9.0
14662026-05-05T22:05:02.560Z Compiling url v2.5.8
14672026-05-05T22:05:02.878Z Compiling spki v0.7.3
14682026-05-05T22:05:02.910Z Compiling cbc v0.1.2
14692026-05-05T22:05:02.927Z Compiling aes v0.8.4
14702026-05-05T22:05:03.015Z Compiling rustls-pki-types v1.14.0
14712026-05-05T22:05:03.057Z Compiling tracing-attributes v0.1.31
14722026-05-05T22:05:03.078Z Compiling rand v0.9.2
14732026-05-05T22:05:03.350Z Compiling pkcs5 v0.7.1
14742026-05-05T22:05:03.451Z Compiling http-body v1.0.1
14752026-05-05T22:05:03.620Z Compiling thiserror v2.0.18
14762026-05-05T22:05:03.681Z Compiling schemars v0.8.22
14772026-05-05T22:05:03.727Z Compiling base64 v0.22.1
14782026-05-05T22:05:03.823Z Compiling untrusted v0.9.0
14792026-05-05T22:05:03.854Z Compiling httparse v1.10.1
14802026-05-05T22:05:03.876Z Compiling untrusted v0.7.1
14812026-05-05T22:05:03.945Z Compiling openssl-probe v0.2.1
14822026-05-05T22:05:04.018Z Compiling pkcs8 v0.10.2
14832026-05-05T22:05:04.043Z Compiling schemars_derive v0.8.22
14842026-05-05T22:05:04.117Z Compiling pest_derive v2.8.6
14852026-05-05T22:05:04.231Z Compiling scroll_derive v0.13.1
14862026-05-05T22:05:04.324Z Compiling darling_core v0.20.11
14872026-05-05T22:05:04.356Z Compiling tracing v0.1.44
14882026-05-05T22:05:04.532Z Compiling try-lock v0.2.5
14892026-05-05T22:05:04.622Z Compiling tower-service v0.3.3
14902026-05-05T22:05:04.641Z Compiling tinyvec_macros v0.1.1
14912026-05-05T22:05:04.714Z Compiling tokio-util v0.7.18
14922026-05-05T22:05:04.729Z Compiling atomic-waker v1.1.2
14932026-05-05T22:05:04.853Z Compiling rustls v0.23.37
14942026-05-05T22:05:05.027Z Compiling tower-layer v0.3.3
14952026-05-05T22:05:05.042Z Compiling dyn-clone v1.0.20
14962026-05-05T22:05:05.181Z Compiling scroll v0.13.0
14972026-05-05T22:05:05.195Z Compiling tinyvec v1.10.0
14982026-05-05T22:05:05.487Z Compiling h2 v0.4.13
14992026-05-05T22:05:05.588Z Compiling want v0.3.1
15002026-05-05T22:05:05.757Z Compiling ipnet v2.11.0
15012026-05-05T22:05:05.807Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-05-05T22:05:06.038Z Compiling spin v0.9.8
15032026-05-05T22:05:06.195Z Compiling aho-corasick v1.1.4
15042026-05-05T22:05:06.251Z Compiling powerfmt v0.2.0
15052026-05-05T22:05:06.265Z Compiling num-conv v0.2.0
15062026-05-05T22:05:06.399Z Compiling httpdate v1.0.3
15072026-05-05T22:05:06.458Z Compiling foreign-types-shared v0.1.1
15082026-05-05T22:05:06.549Z Compiling openssl v0.10.78
15092026-05-05T22:05:06.577Z Compiling crc32fast v1.5.0
15102026-05-05T22:05:06.627Z Compiling pin-utils v0.1.0
15112026-05-05T22:05:06.677Z Compiling darling_macro v0.20.11
15122026-05-05T22:05:06.697Z Compiling time-core v0.1.8
15132026-05-05T22:05:06.713Z Compiling tempfile v3.25.0
15142026-05-05T22:05:06.792Z Compiling foreign-types v0.3.2
15152026-05-05T22:05:06.850Z Compiling time-macros v0.2.27
15162026-05-05T22:05:06.864Z Compiling deranged v0.5.8
15172026-05-05T22:05:07.077Z Compiling regex-automata v0.4.14
15182026-05-05T22:05:07.132Z Compiling darling v0.20.11
15192026-05-05T22:05:07.215Z Compiling goblin v0.10.5
15202026-05-05T22:05:07.883Z Compiling openssl-macros v0.1.1
15212026-05-05T22:05:07.886Z Compiling wait-timeout v0.2.1
15222026-05-05T22:05:08.167Z Compiling siphasher v1.0.2
15232026-05-05T22:05:08.269Z Compiling num_threads v0.1.7
15242026-05-05T22:05:08.309Z Compiling crossbeam-utils v0.8.21
15252026-05-05T22:05:08.355Z Compiling quick-error v1.2.3
15262026-05-05T22:05:08.369Z Compiling bit-vec v0.8.0
15272026-05-05T22:05:08.461Z Compiling hyper v1.8.1
15282026-05-05T22:05:08.590Z Compiling syn v1.0.109
15292026-05-05T22:05:08.604Z Compiling simd-adler32 v0.3.8
15302026-05-05T22:05:08.845Z Compiling native-tls v0.2.18
15312026-05-05T22:05:08.888Z Compiling usdt-impl v0.6.0
15322026-05-05T22:05:09.127Z Compiling bit-set v0.8.0
15332026-05-05T22:05:09.145Z Compiling rusty-fork v0.3.1
15342026-05-05T22:05:09.293Z Compiling time v0.3.47
15352026-05-05T22:05:09.457Z Compiling derive_builder_core v0.20.2
15362026-05-05T22:05:10.002Z Compiling dof v0.4.0
15372026-05-05T22:05:10.327Z Compiling hyper-util v0.1.20
15382026-05-05T22:05:11.093Z Compiling unicode-normalization v0.1.25
15392026-05-05T22:05:11.169Z Compiling dtrace-parser v0.3.0
15402026-05-05T22:05:11.232Z Compiling rustls-native-certs v0.8.3
15412026-05-05T22:05:11.440Z Compiling signature v2.2.0
15422026-05-05T22:05:11.520Z Compiling thiserror-impl v1.0.69
15432026-05-05T22:05:11.540Z Compiling scroll_derive v0.12.1
15442026-05-05T22:05:11.616Z Compiling heapless v0.7.17
15452026-05-05T22:05:11.854Z Compiling rand_xorshift v0.4.0
15462026-05-05T22:05:11.909Z Compiling slog v2.8.2
15472026-05-05T22:05:12.018Z Compiling darling_core v0.21.3
15482026-05-05T22:05:12.038Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-05-05T22:05:12.091Z Compiling sync_wrapper v1.0.2
15502026-05-05T22:05:12.191Z Compiling thread-id v5.1.0
15512026-05-05T22:05:12.205Z Compiling cookie v0.18.1
15522026-05-05T22:05:12.277Z Compiling anyhow v1.0.102
15532026-05-05T22:05:12.308Z Compiling signal-hook v0.3.18
15542026-05-05T22:05:12.330Z Compiling unicode-bidi v0.3.18
15552026-05-05T22:05:12.380Z Compiling adler2 v2.0.1
15562026-05-05T22:05:12.472Z Compiling paste v1.0.15
15572026-05-05T22:05:12.510Z Compiling zstd-safe v7.2.4
15582026-05-05T22:05:12.574Z Compiling unarray v0.1.4
15592026-05-05T22:05:12.688Z Compiling allocator-api2 v0.2.21
15602026-05-05T22:05:12.705Z Compiling unicode-properties v0.1.4
15612026-05-05T22:05:12.766Z Compiling thiserror v1.0.69
15622026-05-05T22:05:12.781Z Compiling proptest v1.10.0
15632026-05-05T22:05:12.860Z Compiling stringprep v0.1.5
15642026-05-05T22:05:12.923Z Compiling miniz_oxide v0.8.9
15652026-05-05T22:05:13.299Z Compiling scroll v0.12.0
15662026-05-05T22:05:13.497Z Compiling tower v0.5.3
15672026-05-05T22:05:13.596Z Compiling derive_builder_macro v0.20.2
15682026-05-05T22:05:13.869Z Compiling ipnetwork v0.21.1
15692026-05-05T22:05:13.961Z Compiling http-body-util v0.1.3
15702026-05-05T22:05:14.036Z Compiling webpki-roots v1.0.6
15712026-05-05T22:05:14.125Z Compiling rand_chacha v0.3.1
15722026-05-05T22:05:14.169Z Compiling serde_spanned v0.6.9
15732026-05-05T22:05:14.203Z Compiling serde_tokenstream v0.2.3
15742026-05-05T22:05:14.261Z Compiling toml_datetime v0.6.11
15752026-05-05T22:05:14.300Z Compiling erased-serde v0.3.31
15762026-05-05T22:05:14.493Z Compiling darling_macro v0.21.3
15772026-05-05T22:05:14.514Z Compiling md-5 v0.10.6
15782026-05-05T22:05:14.529Z Compiling zerocopy-derive v0.7.35
15792026-05-05T22:05:14.680Z Compiling curve25519-dalek v4.1.3
15802026-05-05T22:05:14.775Z Compiling vergen-lib v0.1.6
15812026-05-05T22:05:14.940Z Compiling num-integer v0.1.46
15822026-05-05T22:05:14.957Z Compiling hash32 v0.2.1
15832026-05-05T22:05:14.973Z Compiling ff v0.13.1
15842026-05-05T22:05:15.013Z Compiling memoffset v0.9.1
15852026-05-05T22:05:15.107Z Compiling psl-types v2.0.11
15862026-05-05T22:05:15.151Z Compiling rustix v0.38.44
15872026-05-05T22:05:15.202Z Compiling cfg_aliases v0.2.1
15882026-05-05T22:05:15.277Z Compiling iri-string v0.7.10
15892026-05-05T22:05:15.318Z Compiling num-bigint-dig v0.8.6
15902026-05-05T22:05:15.350Z Compiling ryu v1.0.23
15912026-05-05T22:05:15.426Z Compiling litrs v1.0.0
15922026-05-05T22:05:15.508Z Compiling zlib-rs v0.6.2
15932026-05-05T22:05:15.533Z Compiling base16ct v0.2.0
15942026-05-05T22:05:15.567Z Compiling fallible-iterator v0.2.0
15952026-05-05T22:05:15.711Z Compiling smoltcp v0.9.1
15962026-05-05T22:05:15.889Z Compiling ref-cast v1.0.25
15972026-05-05T22:05:15.948Z Compiling document-features v0.2.12
15982026-05-05T22:05:16.074Z Compiling postgres-protocol v0.6.10
15992026-05-05T22:05:16.234Z Compiling sec1 v0.7.3
16002026-05-05T22:05:16.516Z Compiling tower-http v0.6.8
16012026-05-05T22:05:16.633Z Compiling serde_urlencoded v0.7.1
16022026-05-05T22:05:16.650Z Compiling zerocopy v0.7.35
16032026-05-05T22:05:16.793Z Compiling nix v0.31.2
16042026-05-05T22:05:16.876Z Compiling publicsuffix v2.3.0
16052026-05-05T22:05:17.013Z Compiling num-iter v0.1.45
16062026-05-05T22:05:17.133Z Compiling group v0.13.0
16072026-05-05T22:05:17.152Z Compiling newtype-uuid v1.3.2
16082026-05-05T22:05:17.265Z Compiling darling v0.21.3
16092026-05-05T22:05:17.353Z Compiling rand v0.8.5
16102026-05-05T22:05:17.480Z Compiling oxnet v0.1.4
16112026-05-05T22:05:17.499Z Compiling derive_builder v0.20.2
16122026-05-05T22:05:17.704Z Compiling hubpack_derive v0.1.1
16132026-05-05T22:05:17.718Z Compiling tokio-native-tls v0.3.1
16142026-05-05T22:05:17.731Z Compiling goblin v0.8.2
16152026-05-05T22:05:18.230Z Compiling regex v1.12.3
16162026-05-05T22:05:18.430Z Compiling flate2 v1.1.9
16172026-05-05T22:05:18.609Z Compiling phf_shared v0.13.1
16182026-05-05T22:05:18.654Z Compiling lazy_static v1.5.0
16192026-05-05T22:05:18.669Z Compiling cargo-platform v0.1.9
16202026-05-05T22:05:18.723Z Compiling hkdf v0.12.4
16212026-05-05T22:05:18.748Z Compiling crypto-bigint v0.5.5
16222026-05-05T22:05:18.840Z Compiling terminal_size v0.4.3
16232026-05-05T22:05:18.854Z Compiling daft-derive v0.1.5
16242026-05-05T22:05:18.887Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-05T22:05:18.914Z Compiling async-trait v0.1.89
16262026-05-05T22:05:18.981Z Compiling ref-cast-impl v1.0.25
16272026-05-05T22:05:19.509Z Compiling strum_macros v0.27.2
16282026-05-05T22:05:19.512Z Compiling vergen v9.0.6
16292026-05-05T22:05:19.554Z Compiling fs-err v3.3.0
16302026-05-05T22:05:19.702Z Compiling ahash v0.8.12
16312026-05-05T22:05:19.741Z Compiling bumpalo v3.20.2
16322026-05-05T22:05:19.908Z Compiling object v0.37.3
16332026-05-05T22:05:19.928Z Compiling bitflags v1.3.2
16342026-05-05T22:05:19.995Z Compiling foldhash v0.1.5
16352026-05-05T22:05:20.009Z Compiling winnow v0.5.40
16362026-05-05T22:05:20.171Z Compiling libbz2-rs-sys v0.2.2
16372026-05-05T22:05:20.187Z Compiling unicode-segmentation v1.12.0
16382026-05-05T22:05:20.623Z Compiling foldhash v0.2.0
16392026-05-05T22:05:20.857Z Compiling managed v0.8.0
16402026-05-05T22:05:20.918Z Compiling hashbrown v0.16.1
16412026-05-05T22:05:20.922Z Compiling bzip2 v0.6.1
16422026-05-05T22:05:21.194Z Compiling clap_builder v4.5.60
16432026-05-05T22:05:21.227Z Compiling hashbrown v0.15.5
16442026-05-05T22:05:21.504Z Compiling toml_edit v0.19.15
16452026-05-05T22:05:21.524Z Compiling zopfli v0.8.3
16462026-05-05T22:05:21.545Z Compiling strum v0.27.2
16472026-05-05T22:05:21.676Z Compiling dof v0.3.0
16482026-05-05T22:05:21.901Z Compiling elliptic-curve v0.13.8
16492026-05-05T22:05:21.926Z Compiling daft v0.1.5
16502026-05-05T22:05:22.305Z Compiling cargo_metadata v0.19.2
16512026-05-05T22:05:22.308Z Compiling phf v0.13.1
16522026-05-05T22:05:22.476Z Compiling cookie_store v0.22.1
16532026-05-05T22:05:23.118Z Compiling signal-hook-mio v0.2.5
16542026-05-05T22:05:23.242Z Compiling hubpack v0.1.2
16552026-05-05T22:05:23.619Z Compiling zstd v0.13.3
16562026-05-05T22:05:23.698Z Compiling hyper-tls v0.6.0
16572026-05-05T22:05:23.834Z Compiling bzip2 v0.4.4
16582026-05-05T22:05:23.881Z Compiling serde_with_macros v3.17.0
16592026-05-05T22:05:24.051Z Compiling postgres-types v0.2.12
16602026-05-05T22:05:24.105Z Compiling usdt-macro v0.6.0
16612026-05-05T22:05:24.147Z Compiling usdt-attr-macro v0.6.0
16622026-05-05T22:05:24.590Z Compiling dtrace-parser v0.2.0
16632026-05-05T22:05:24.832Z Compiling ed25519 v2.2.3
16642026-05-05T22:05:24.931Z Compiling bstr v1.12.1
16652026-05-05T22:05:25.002Z Compiling phf_shared v0.11.3
16662026-05-05T22:05:25.132Z Compiling pkcs1 v0.7.5
16672026-05-05T22:05:25.165Z Compiling hex v0.4.3
16682026-05-05T22:05:25.187Z Compiling serde-big-array v0.5.1
16692026-05-05T22:05:25.349Z Compiling rfc6979 v0.4.0
16702026-05-05T22:05:25.397Z Compiling enum-as-inner v0.6.1
16712026-05-05T22:05:25.475Z Compiling clap_derive v4.5.55
16722026-05-05T22:05:25.490Z Compiling serde_repr v0.1.20
16732026-05-05T22:05:25.599Z Compiling strum_macros v0.26.4
16742026-05-05T22:05:25.614Z Compiling float-cmp v0.10.0
16752026-05-05T22:05:25.764Z Compiling thread-id v4.2.2
16762026-05-05T22:05:25.778Z Compiling memmap2 v0.9.10
16772026-05-05T22:05:25.851Z Compiling env_filter v1.0.0
16782026-05-05T22:05:25.895Z Compiling encoding_rs v0.8.35
16792026-05-05T22:05:25.992Z Compiling difflib v0.4.0
16802026-05-05T22:05:26.013Z Compiling fixedbitset v0.4.2
16812026-05-05T22:05:26.156Z Compiling rustc-hash v2.1.1
16822026-05-05T22:05:26.232Z Compiling fixedbitset v0.5.7
16832026-05-05T22:05:26.284Z Compiling precomputed-hash v0.1.1
16842026-05-05T22:05:26.379Z Compiling predicates-core v1.0.10
16852026-05-05T22:05:26.543Z Compiling new_debug_unreachable v1.0.6
16862026-05-05T22:05:26.562Z Compiling either v1.15.0
16872026-05-05T22:05:26.577Z Compiling normalize-line-endings v0.3.0
16882026-05-05T22:05:26.618Z Compiling static_assertions v1.1.0
16892026-05-05T22:05:26.672Z Compiling keccak v0.1.6
16902026-05-05T22:05:26.695Z Compiling data-encoding v2.10.0
16912026-05-05T22:05:26.772Z Compiling whoami v2.1.0
16922026-05-05T22:05:27.147Z Compiling mime v0.3.17
16932026-05-05T22:05:27.261Z Compiling jiff v0.2.21
16942026-05-05T22:05:27.357Z Compiling strum v0.26.3
16952026-05-05T22:05:27.381Z Compiling clap v4.5.60
16962026-05-05T22:05:27.397Z Compiling tokio-postgres v0.7.16
16972026-05-05T22:05:27.411Z Compiling hickory-proto v0.25.2
16982026-05-05T22:05:27.461Z Compiling sha3 v0.10.8
16992026-05-05T22:05:27.478Z Compiling itertools v0.13.0
17002026-05-05T22:05:27.493Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-05T22:05:27.913Z Compiling predicates v3.1.4
17022026-05-05T22:05:28.027Z Compiling string_cache v0.8.9
17032026-05-05T22:05:28.253Z Compiling petgraph v0.8.3
17042026-05-05T22:05:28.566Z Compiling toml_edit v0.22.27
17052026-05-05T22:05:28.692Z Compiling iddqd v0.3.18
17062026-05-05T22:05:29.590Z Compiling petgraph v0.6.5
17072026-05-05T22:05:29.820Z Compiling zip v4.6.1
17082026-05-05T22:05:30.141Z Compiling env_logger v0.11.9
17092026-05-05T22:05:30.232Z Compiling usdt v0.6.0
17102026-05-05T22:05:30.507Z Compiling usdt-impl v0.5.0
17112026-05-05T22:05:30.550Z Compiling ecdsa v0.16.9
17122026-05-05T22:05:30.813Z Compiling rsa v0.9.10
17132026-05-05T22:05:30.955Z Compiling serde_with v3.17.0
17142026-05-05T22:05:31.101Z Compiling similar v2.7.0
17152026-05-05T22:05:31.123Z Compiling ed25519-dalek v2.2.0
17162026-05-05T22:05:31.275Z Compiling crossterm v0.28.1
17172026-05-05T22:05:31.776Z Compiling zip v0.6.6
17182026-05-05T22:05:32.024Z Compiling toml v0.7.8
17192026-05-05T22:05:32.614Z Compiling heck v0.4.1
17202026-05-05T22:05:32.631Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-05-05T22:05:32.652Z Compiling crossbeam-epoch v0.9.18
17222026-05-05T22:05:32.759Z Compiling tokio-stream v0.1.18
17232026-05-05T22:05:32.842Z Compiling buf-list v1.1.2
17242026-05-05T22:05:32.842Z Compiling x509-cert v0.2.5
17252026-05-05T22:05:32.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-05-05T22:05:33.127Z Compiling openapiv3 v2.2.0
17272026-05-05T22:05:33.224Z Compiling sha1 v0.10.6
17282026-05-05T22:05:33.261Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-05-05T22:05:33.282Z Compiling lalrpop-util v0.19.12
17302026-05-05T22:05:33.442Z Compiling peg-runtime v0.8.5
17312026-05-05T22:05:33.476Z Compiling thread_local v1.1.9
17322026-05-05T22:05:33.552Z Compiling slog-async v2.8.0
17332026-05-05T22:05:33.725Z Compiling crossbeam-channel v0.5.15
17342026-05-05T22:05:33.725Z Compiling futures-executor v0.3.32
17352026-05-05T22:05:33.874Z Compiling filetime v0.2.27
17362026-05-05T22:05:33.988Z Compiling is-terminal v0.4.17
17372026-05-05T22:05:34.056Z Compiling take_mut v0.2.2
17382026-05-05T22:05:34.089Z Compiling term v1.2.1
17392026-05-05T22:05:34.120Z Compiling xattr v1.6.1
17402026-05-05T22:05:34.197Z Compiling futures v0.3.32
17412026-05-05T22:05:34.282Z Compiling tar v0.4.45
17422026-05-05T22:05:34.462Z Compiling slog-term v2.9.2
17432026-05-05T22:05:41.066Z Compiling rustls-webpki v0.103.9
17442026-05-05T22:05:43.842Z Compiling tokio-rustls v0.26.4
17452026-05-05T22:05:43.842Z Compiling rustls-platform-verifier v0.6.2
17462026-05-05T22:05:44.053Z Compiling hyper-rustls v0.27.7
17472026-05-05T22:05:44.256Z Compiling reqwest v0.13.2
17482026-05-05T22:05:44.256Z Compiling reqwest v0.12.28
17492026-05-05T22:05:46.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-05-05T22:05:46.566Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-05-05T22:05:49.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17522026-05-05T22:05:49.534Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-05-05T22:05:49.579ZMay 05 22:05:48.294 INFO Starting download, target: Console
17542026-05-05T22:05:49.579ZMay 05 22:05:48.294 INFO Starting download, target: Cockroach
17552026-05-05T22:05:49.579ZMay 05 22:05:48.294 INFO Starting download, target: Clickhouse
17562026-05-05T22:05:49.579ZMay 05 22:05:48.294 INFO Starting download, target: DendriteStub
17572026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Starting download, target: MaghemiteMgd
17582026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Starting download, target: TransceiverControl
17592026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-05-05T22:05:49.587ZMay 05 22:05:48.294 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-05T22:05:50.266ZMay 05 22:05:48.946 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-05-05T22:05:50.482ZMay 05 22:05:49.198 INFO Download complete, target: TransceiverControl
17672026-05-05T22:05:50.565ZMay 05 22:05:49.279 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-05-05T22:05:50.834ZMay 05 22:05:49.517 INFO Download complete, target: Console
17692026-05-05T22:05:51.499ZMay 05 22:05:50.207 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-05-05T22:05:51.683ZMay 05 22:05:50.397 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-05-05T22:05:51.692ZMay 05 22:05:50.408 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-05-05T22:05:52.275ZMay 05 22:05:50.992 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-05-05T22:05:52.275ZMay 05 22:05:50.992 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-05-05T22:05:54.034ZMay 05 22:05:52.748 INFO Download complete, target: DendriteStub
17752026-05-05T22:05:54.103ZMay 05 22:05:52.820 INFO Download complete, target: MaghemiteMgd
17762026-05-05T22:05:56.487ZMay 05 22:05:55.204 INFO Checking that binary works, target: Cockroach
17772026-05-05T22:05:56.594ZMay 05 22:05:55.311 INFO Download complete, target: Cockroach
17782026-05-05T22:05:58.263ZMay 05 22:05:56.979 INFO Checking that binary works, target: Clickhouse
17792026-05-05T22:05:58.383ZMay 05 22:05:57.099 INFO Download complete, target: Clickhouse
17802026-05-05T22:05:58.395ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-05-05T22:05:58.399Z
17822026-05-05T22:05:58.399Zreal 3:04.785619133
17832026-05-05T22:05:58.399Zuser 7:18.208242933
17842026-05-05T22:05:58.399Zsys 1:24.309714254
17852026-05-05T22:05:58.399Ztrap 0.221235297
17862026-05-05T22:05:58.399Ztflt 0.934128660
17872026-05-05T22:05:58.399Zdflt 1.025048268
17882026-05-05T22:05:58.399Zkflt 0.061526283
17892026-05-05T22:05:58.399Zlock 21:52.690798421
17902026-05-05T22:05:58.399Zslp 21:46.818170312
17912026-05-05T22:05:58.399Zlat 41.829181663
17922026-05-05T22:05:58.399Zstop 1:56.777387537
17932026-05-05T22:05:58.399Z+ banner hack-check
17942026-05-05T22:05:58.399Z
17952026-05-05T22:05:58.399Z # # ## #### # # #### # # ###### #### # #
17962026-05-05T22:05:58.399Z # # # # # # # # # # # # # # # # #
17972026-05-05T22:05:58.399Z ###### # # # #### ##### # ###### ##### # ####
17982026-05-05T22:05:58.399Z # # ###### # # # # # # # # # #
17992026-05-05T22:05:58.399Z # # # # # # # # # # # # # # # # #
18002026-05-05T22:05:58.399Z # # # # #### # # #### # # ###### #### # #
18012026-05-05T22:05:58.399Z
18022026-05-05T22:05:58.399Z+ export CARGO_INCREMENTAL=0
18032026-05-05T22:05:58.399Z+ CARGO_INCREMENTAL=0
18042026-05-05T22:05:58.399Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-05-05T22:05:58.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-05-05T22:05:59.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-05-05T22:06:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18082026-05-05T22:06:01.074Z Running `target/debug/xtask check-features --ci`
18092026-05-05T22:06:01.102Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-05-05T22:06:01.105Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-05-05T22:06:01.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18122026-05-05T22:06:01.614Z Running `target/debug/xtask download cargo-hack`
18132026-05-05T22:06:02.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-05-05T22:06:02.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-05-05T22:06:05.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18162026-05-05T22:06:05.346Z Running `target/debug/xtask-downloader cargo-hack`
18172026-05-05T22:06:05.387ZMay 05 22:06:04.102 INFO Starting download, target: CargoHack
18182026-05-05T22:06:05.390ZMay 05 22:06:04.103 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-05-05T22:06:05.831ZMay 05 22:06:04.547 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-05-05T22:06:05.879ZMay 05 22:06:04.595 INFO Download complete, target: CargoHack
18212026-05-05T22:06:05.883Zrunning: "/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"
18222026-05-05T22:06:05.896Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-05-05T22:06:06.048Zinfo: running `cargo check --bins` on api_identity (1/274)
18242026-05-05T22:06:06.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-05T22:06:06.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-05T22:06:06.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-05T22:06:06.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18282026-05-05T22:06:06.619Z
18292026-05-05T22:06:06.619Zinfo: running `cargo check --bins` on bootstore (2/274)
18302026-05-05T22:06:07.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-05T22:06:07.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-05T22:06:07.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-05T22:06:07.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-05T22:06:07.193Z
18352026-05-05T22:06:07.193Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18362026-05-05T22:06:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-05T22:06:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-05T22:06:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-05T22:06:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18402026-05-05T22:06:07.756Z
18412026-05-05T22:06:07.756Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18422026-05-05T22:06:08.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-05T22:06:08.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-05T22:06:08.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-05T22:06:08.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18462026-05-05T22:06:08.325Z
18472026-05-05T22:06:08.325Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18482026-05-05T22:06:08.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-05T22:06:08.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-05T22:06:08.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-05T22:06:08.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18522026-05-05T22:06:08.897Z
18532026-05-05T22:06:08.897Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18542026-05-05T22:06:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-05T22:06:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-05T22:06:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-05T22:06:09.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-05-05T22:06:09.478Z
18592026-05-05T22:06:09.478Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18602026-05-05T22:06:09.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-05T22:06:09.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-05T22:06:09.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-05T22:06:09.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-05-05T22:06:10.062Z
18652026-05-05T22:06:10.062Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18662026-05-05T22:06:10.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-05T22:06:10.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-05T22:06:10.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-05T22:06:10.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-05-05T22:06:10.654Z
18712026-05-05T22:06:10.654Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18722026-05-05T22:06:11.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-05T22:06:11.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-05T22:06:11.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-05T22:06:11.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-05T22:06:11.113Z
18772026-05-05T22:06:11.114Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18782026-05-05T22:06:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-05T22:06:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-05T22:06:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-05T22:06:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-05T22:06:11.574Z
18832026-05-05T22:06:11.574Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18842026-05-05T22:06:11.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-05T22:06:11.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-05T22:06:11.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-05T22:06:11.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-05T22:06:12.033Z
18892026-05-05T22:06:12.033Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18902026-05-05T22:06:12.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-05T22:06:12.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-05T22:06:12.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-05T22:06:12.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-05T22:06:12.493Z
18952026-05-05T22:06:12.493Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18962026-05-05T22:06:12.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-05T22:06:12.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-05T22:06:12.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-05T22:06:12.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-05T22:06:12.952Z
19012026-05-05T22:06:12.952Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19022026-05-05T22:06:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-05T22:06:13.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-05T22:06:13.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-05T22:06:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-05T22:06:13.415Z
19072026-05-05T22:06:13.415Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19082026-05-05T22:06:13.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-05T22:06:13.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-05T22:06:13.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-05T22:06:13.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-05T22:06:13.877Z
19132026-05-05T22:06:13.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19142026-05-05T22:06:14.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-05T22:06:14.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-05T22:06:14.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-05T22:06:14.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-05T22:06:14.343Z
19192026-05-05T22:06:14.343Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19202026-05-05T22:06:14.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-05T22:06:14.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-05T22:06:14.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-05T22:06:14.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-05T22:06:14.806Z
19252026-05-05T22:06:14.806Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19262026-05-05T22:06:15.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-05T22:06:15.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-05T22:06:15.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-05T22:06:15.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-05T22:06:15.270Z
19312026-05-05T22:06:15.270Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19322026-05-05T22:06:15.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-05T22:06:15.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-05T22:06:15.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-05T22:06:15.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-05T22:06:15.737Z
19372026-05-05T22:06:15.737Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19382026-05-05T22:06:16.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-05T22:06:16.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-05T22:06:16.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-05T22:06:16.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-05T22:06:16.204Z
19432026-05-05T22:06:16.204Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19442026-05-05T22:06:16.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-05T22:06:16.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-05T22:06:16.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-05T22:06:16.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-05T22:06:16.671Z
19492026-05-05T22:06:16.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19502026-05-05T22:06:17.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-05T22:06:17.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-05T22:06:17.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-05T22:06:17.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-05T22:06:17.133Z
19552026-05-05T22:06:17.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19562026-05-05T22:06:17.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-05T22:06:17.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-05T22:06:17.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-05T22:06:17.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-05T22:06:17.595Z
19612026-05-05T22:06:17.595Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19622026-05-05T22:06:17.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-05T22:06:18.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-05T22:06:18.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-05T22:06:18.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-05T22:06:18.057Z
19672026-05-05T22:06:18.057Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19682026-05-05T22:06:18.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-05T22:06:18.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-05T22:06:18.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-05T22:06:18.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-05T22:06:18.522Z
19732026-05-05T22:06:18.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19742026-05-05T22:06:18.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-05T22:06:18.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-05T22:06:18.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-05T22:06:18.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-05T22:06:18.986Z
19792026-05-05T22:06:18.986Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19802026-05-05T22:06:19.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-05T22:06:19.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-05T22:06:19.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-05T22:06:19.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-05T22:06:19.450Z
19852026-05-05T22:06:19.450Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19862026-05-05T22:06:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-05T22:06:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-05T22:06:19.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-05T22:06:19.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-05T22:06:19.914Z
19912026-05-05T22:06:19.914Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19922026-05-05T22:06:20.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-05T22:06:20.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-05T22:06:20.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-05T22:06:20.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-05T22:06:20.382Z
19972026-05-05T22:06:20.382Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19982026-05-05T22:06:20.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-05T22:06:20.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-05T22:06:20.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-05T22:06:20.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-05T22:06:20.847Z
20032026-05-05T22:06:20.847Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20042026-05-05T22:06:21.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-05T22:06:21.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-05T22:06:21.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-05T22:06:21.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-05T22:06:21.314Z
20092026-05-05T22:06:21.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20102026-05-05T22:06:21.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-05T22:06:21.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-05T22:06:21.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-05T22:06:21.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-05T22:06:21.776Z
20152026-05-05T22:06:21.776Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20162026-05-05T22:06:22.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-05T22:06:22.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-05T22:06:22.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-05T22:06:22.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-05T22:06:22.243Z
20212026-05-05T22:06:22.243Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20222026-05-05T22:06:22.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-05T22:06:22.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-05T22:06:22.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-05T22:06:22.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-05T22:06:22.711Z
20272026-05-05T22:06:22.711Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20282026-05-05T22:06:23.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-05T22:06:23.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-05T22:06:23.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-05T22:06:23.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-05T22:06:23.177Z
20332026-05-05T22:06:23.177Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20342026-05-05T22:06:23.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-05T22:06:23.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-05T22:06:23.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-05T22:06:23.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20382026-05-05T22:06:23.635Z
20392026-05-05T22:06:23.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20402026-05-05T22:06:24.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-05T22:06:24.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-05T22:06:24.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-05T22:06:24.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-05T22:06:24.099Z
20452026-05-05T22:06:24.099Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20462026-05-05T22:06:24.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-05T22:06:24.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-05T22:06:24.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-05T22:06:24.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-05T22:06:24.562Z
20512026-05-05T22:06:24.562Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20522026-05-05T22:06:24.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-05T22:06:24.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-05T22:06:24.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-05T22:06:24.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-05T22:06:25.031Z
20572026-05-05T22:06:25.031Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20582026-05-05T22:06:25.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-05T22:06:25.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-05T22:06:25.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-05T22:06:25.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-05T22:06:25.500Z
20632026-05-05T22:06:25.500Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20642026-05-05T22:06:25.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-05T22:06:25.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-05T22:06:25.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-05T22:06:25.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-05T22:06:25.968Z
20692026-05-05T22:06:25.968Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20702026-05-05T22:06:26.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-05T22:06:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-05T22:06:26.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-05T22:06:26.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-05T22:06:26.438Z
20752026-05-05T22:06:26.438Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20762026-05-05T22:06:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-05T22:06:26.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-05T22:06:26.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-05T22:06:26.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-05T22:06:26.903Z
20812026-05-05T22:06:26.903Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20822026-05-05T22:06:27.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-05T22:06:27.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-05T22:06:27.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-05T22:06:27.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-05-05T22:06:27.366Z
20872026-05-05T22:06:27.366Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20882026-05-05T22:06:27.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-05T22:06:27.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-05T22:06:27.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-05T22:06:27.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-05-05T22:06:27.835Z
20932026-05-05T22:06:27.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20942026-05-05T22:06:28.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-05T22:06:28.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-05T22:06:28.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-05T22:06:28.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-05-05T22:06:28.302Z
20992026-05-05T22:06:28.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21002026-05-05T22:06:28.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-05T22:06:28.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-05T22:06:28.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-05T22:06:28.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-05-05T22:06:28.767Z
21052026-05-05T22:06:28.767Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21062026-05-05T22:06:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-05T22:06:29.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-05T22:06:29.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-05T22:06:29.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-05-05T22:06:29.231Z
21112026-05-05T22:06:29.231Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21122026-05-05T22:06:29.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-05T22:06:29.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-05T22:06:29.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-05T22:06:29.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-05-05T22:06:29.860Z
21172026-05-05T22:06:29.860Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21182026-05-05T22:06:30.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-05T22:06:30.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-05T22:06:30.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-05T22:06:30.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21222026-05-05T22:06:30.490Z
21232026-05-05T22:06:30.490Zinfo: running `cargo check --bins` on nexus-config (51/274)
21242026-05-05T22:06:31.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-05T22:06:31.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-05T22:06:31.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-05T22:06:31.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-05-05T22:06:31.116Z
21292026-05-05T22:06:31.116Zinfo: running `cargo check --bins` on nexus-types (52/274)
21302026-05-05T22:06:31.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-05T22:06:31.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-05T22:06:31.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-05T22:06:31.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21342026-05-05T22:06:31.747Z
21352026-05-05T22:06:31.747Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21362026-05-05T22:06:32.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-05T22:06:32.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-05T22:06:32.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-05T22:06:32.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-05-05T22:06:32.344Z
21412026-05-05T22:06:32.344Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21422026-05-05T22:06:32.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-05T22:06:32.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-05T22:06:32.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-05T22:06:32.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21462026-05-05T22:06:32.913Z
21472026-05-05T22:06:32.913Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21482026-05-05T22:06:33.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-05T22:06:33.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-05T22:06:33.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-05T22:06:33.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-05T22:06:33.513Z
21532026-05-05T22:06:33.513Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21542026-05-05T22:06:34.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-05T22:06:34.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-05T22:06:34.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-05T22:06:34.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-05T22:06:34.094Z
21592026-05-05T22:06:34.094Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21602026-05-05T22:06:34.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-05T22:06:34.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-05T22:06:34.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-05T22:06:34.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-05T22:06:34.695Z
21652026-05-05T22:06:34.695Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21662026-05-05T22:06:35.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-05T22:06:35.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-05T22:06:35.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-05T22:06:35.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-05T22:06:35.290Z
21712026-05-05T22:06:35.290Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21722026-05-05T22:06:35.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-05T22:06:35.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-05T22:06:35.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-05T22:06:35.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-05T22:06:35.875Z
21772026-05-05T22:06:35.875Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21782026-05-05T22:06:36.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-05T22:06:36.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-05T22:06:36.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-05T22:06:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-05T22:06:36.458Z
21832026-05-05T22:06:36.458Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21842026-05-05T22:06:36.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-05T22:06:36.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-05T22:06:36.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-05T22:06:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-05T22:06:37.032Z
21892026-05-05T22:06:37.032Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21902026-05-05T22:06:37.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-05T22:06:37.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-05T22:06:37.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-05T22:06:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-05T22:06:37.612Z
21952026-05-05T22:06:37.612Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21962026-05-05T22:06:38.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-05T22:06:38.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-05T22:06:38.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-05T22:06:38.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-05T22:06:38.211Z
22012026-05-05T22:06:38.211Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22022026-05-05T22:06:38.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-05T22:06:38.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-05T22:06:38.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-05T22:06:38.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-05T22:06:38.829Z
22072026-05-05T22:06:38.829Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22082026-05-05T22:06:39.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-05T22:06:39.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-05T22:06:39.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-05T22:06:39.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-05T22:06:39.384Z
22132026-05-05T22:06:39.385Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22142026-05-05T22:06:39.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-05T22:06:39.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-05T22:06:39.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-05T22:06:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-05T22:06:39.963Z
22192026-05-05T22:06:39.963Zinfo: running `cargo check --bins` on ereport-types (67/274)
22202026-05-05T22:06:40.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-05T22:06:40.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-05T22:06:40.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-05T22:06:40.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-05T22:06:40.556Z
22252026-05-05T22:06:40.556Zinfo: running `cargo check --bins` on gateway-client (68/274)
22262026-05-05T22:06:41.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-05T22:06:41.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-05T22:06:41.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-05T22:06:41.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-05-05T22:06:41.147Z
22312026-05-05T22:06:41.147Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22322026-05-05T22:06:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-05T22:06:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-05T22:06:41.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-05T22:06:41.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-05-05T22:06:41.735Z
22372026-05-05T22:06:41.735Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22382026-05-05T22:06:42.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-05T22:06:42.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-05T22:06:42.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-05T22:06:42.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-05T22:06:42.321Z
22432026-05-05T22:06:42.321Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22442026-05-05T22:06:42.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-05T22:06:42.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-05T22:06:42.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-05T22:06:42.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-05-05T22:06:42.910Z
22492026-05-05T22:06:42.910Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22502026-05-05T22:06:43.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-05T22:06:43.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-05T22:06:43.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-05T22:06:43.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-05-05T22:06:43.505Z
22552026-05-05T22:06:43.505Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22562026-05-05T22:06:44.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-05T22:06:44.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-05T22:06:44.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-05T22:06:44.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-05-05T22:06:44.113Z
22612026-05-05T22:06:44.113Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22622026-05-05T22:06:44.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-05T22:06:44.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-05T22:06:44.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-05T22:06:44.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662026-05-05T22:06:44.714Z
22672026-05-05T22:06:44.714Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22682026-05-05T22:06:45.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-05T22:06:45.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-05T22:06:45.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-05T22:06:45.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-05-05T22:06:45.290Z
22732026-05-05T22:06:45.290Zinfo: running `cargo check --bins` on oxlog (76/274)
22742026-05-05T22:06:45.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-05T22:06:45.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-05T22:06:45.893Z Checking cfg-if v1.0.4
22772026-05-05T22:06:45.900Z Checking libc v0.2.185
22782026-05-05T22:06:45.997Z Checking serde_core v1.0.228
22792026-05-05T22:06:46.011Z Checking zeroize v1.8.2
22802026-05-05T22:06:46.020Z Checking memchr v2.8.0
22812026-05-05T22:06:46.029Z Checking log v0.4.29
22822026-05-05T22:06:46.038Z Checking smallvec v1.15.1
22832026-05-05T22:06:46.049Z Checking typenum v1.19.0
22842026-05-05T22:06:46.059Z Checking subtle v2.6.1
22852026-05-05T22:06:46.153Z Checking itoa v1.0.17
22862026-05-05T22:06:46.186Z Checking scopeguard v1.2.0
22872026-05-05T22:06:46.203Z Checking const-oid v0.9.6
22882026-05-05T22:06:46.214Z Checking stable_deref_trait v1.2.1
22892026-05-05T22:06:46.285Z Checking lock_api v0.4.14
22902026-05-05T22:06:46.298Z Checking portable-atomic v1.13.1
22912026-05-05T22:06:46.298Z Checking zerofrom v0.1.6
22922026-05-05T22:06:46.428Z Checking getrandom v0.2.17
22932026-05-05T22:06:46.428Z Checking errno v0.3.14
22942026-05-05T22:06:46.437Z Checking critical-section v1.2.0
22952026-05-05T22:06:46.480Z Checking yoke v0.8.1
22962026-05-05T22:06:46.521Z Checking signal-hook-registry v1.4.8
22972026-05-05T22:06:46.534Z Checking parking_lot_core v0.9.12
22982026-05-05T22:06:46.543Z Checking rand_core v0.6.4
22992026-05-05T22:06:46.564Z Checking generic-array v0.14.7
23002026-05-05T22:06:46.643Z Checking zerovec v0.11.5
23012026-05-05T22:06:46.679Z Checking zerocopy v0.8.40
23022026-05-05T22:06:46.711Z Checking pin-project-lite v0.2.17
23032026-05-05T22:06:46.715Z Checking parking_lot v0.12.5
23042026-05-05T22:06:46.732Z Checking once_cell v1.21.3
23052026-05-05T22:06:46.801Z Checking mio v1.2.0
23062026-05-05T22:06:46.874Z Checking socket2 v0.6.3
23072026-05-05T22:06:46.898Z Checking libm v0.2.16
23082026-05-05T22:06:46.898Z Checking zmij v1.0.21
23092026-05-05T22:06:46.999Z Checking crypto-common v0.1.7
23102026-05-05T22:06:47.077Z Checking block-buffer v0.10.4
23112026-05-05T22:06:47.088Z Checking tinystr v0.8.2
23122026-05-05T22:06:47.104Z Checking equivalent v1.0.2
23132026-05-05T22:06:47.120Z Checking litemap v0.8.1
23142026-05-05T22:06:47.126Z Checking writeable v0.6.2
23152026-05-05T22:06:47.184Z Checking futures-core v0.3.32
23162026-05-05T22:06:47.212Z Checking digest v0.10.7
23172026-05-05T22:06:47.259Z Checking percent-encoding v2.3.2
23182026-05-05T22:06:47.280Z Checking icu_locale_core v2.1.1
23192026-05-05T22:06:47.283Z Checking potential_utf v0.1.4
23202026-05-05T22:06:47.305Z Checking zerotrie v0.2.3
23212026-05-05T22:06:47.396Z Checking cpufeatures v0.2.17
23222026-05-05T22:06:47.408Z Checking hmac v0.12.1
23232026-05-05T22:06:47.418Z Checking icu_collections v2.1.1
23242026-05-05T22:06:47.465Z Checking block-padding v0.3.3
23252026-05-05T22:06:47.478Z Checking serde v1.0.228
23262026-05-05T22:06:47.535Z Checking bitflags v2.11.0
23272026-05-05T22:06:47.546Z Checking serde_json v1.0.149
23282026-05-05T22:06:47.593Z Checking icu_normalizer_data v2.1.1
23292026-05-05T22:06:47.613Z Checking num-traits v0.2.19
23302026-05-05T22:06:47.665Z Checking icu_properties_data v2.1.2
23312026-05-05T22:06:47.695Z Checking futures-sink v0.3.32
23322026-05-05T22:06:47.721Z Checking rand_core v0.10.0
23332026-05-05T22:06:47.791Z Checking hashbrown v0.17.0
23342026-05-05T22:06:47.804Z Checking futures-channel v0.3.32
23352026-05-05T22:06:47.835Z Checking icu_provider v2.1.1
23362026-05-05T22:06:47.857Z Checking getrandom v0.4.1
23372026-05-05T22:06:47.873Z Checking bytes v1.11.1
23382026-05-05T22:06:47.989Z Checking inout v0.1.4
23392026-05-05T22:06:48.002Z Checking futures-io v0.3.32
23402026-05-05T22:06:48.060Z Checking icu_properties v2.1.2
23412026-05-05T22:06:48.110Z Checking icu_normalizer v2.1.1
23422026-05-05T22:06:48.124Z Checking futures-task v0.3.32
23432026-05-05T22:06:48.136Z Checking slab v0.4.12
23442026-05-05T22:06:48.209Z Checking cipher v0.4.4
23452026-05-05T22:06:48.259Z Checking indexmap v2.14.0
23462026-05-05T22:06:48.262Z Checking sha2 v0.10.9
23472026-05-05T22:06:48.296Z Checking futures-util v0.3.32
23482026-05-05T22:06:48.306Z Checking tokio v1.52.1
23492026-05-05T22:06:48.415Z Checking getrandom v0.3.4
23502026-05-05T22:06:48.415Z Checking byteorder v1.5.0
23512026-05-05T22:06:48.540Z Checking base64ct v1.8.3
23522026-05-05T22:06:48.560Z Checking utf8_iter v1.0.4
23532026-05-05T22:06:48.628Z Checking form_urlencoded v1.2.2
23542026-05-05T22:06:48.680Z Checking fnv v1.0.7
23552026-05-05T22:06:48.751Z Checking flagset v0.4.7
23562026-05-05T22:06:48.769Z Checking pem-rfc7468 v0.7.0
23572026-05-05T22:06:48.781Z Checking rand_core v0.9.5
23582026-05-05T22:06:48.809Z Checking salsa20 v0.10.2
23592026-05-05T22:06:48.871Z Checking http v1.4.0
23602026-05-05T22:06:48.882Z Checking idna_adapter v1.2.1
23612026-05-05T22:06:49.929Z Checking der v0.7.10
23622026-05-05T22:06:49.932Z Checking uuid v1.23.0
23632026-05-05T22:06:49.932Z Checking pbkdf2 v0.12.2
23642026-05-05T22:06:49.932Z Checking idna v1.1.0
23652026-05-05T22:06:49.932Z Checking scrypt v0.11.0
23662026-05-05T22:06:49.933Z Checking aes v0.8.4
23672026-05-05T22:06:49.933Z Checking url v2.5.8
23682026-05-05T22:06:49.933Z Checking cbc v0.1.2
23692026-05-05T22:06:49.933Z Checking rustix v1.1.3
23702026-05-05T22:06:49.933Z Checking ppv-lite86 v0.2.21
23712026-05-05T22:06:49.933Z Checking tracing-core v0.1.36
23722026-05-05T22:06:49.933Z Checking rustls-pki-types v1.14.0
23732026-05-05T22:06:49.933Z Checking spki v0.7.3
23742026-05-05T22:06:49.933Z Checking iana-time-zone v0.1.65
23752026-05-05T22:06:49.933Z Checking rand_chacha v0.9.0
23762026-05-05T22:06:49.933Z Checking regex-syntax v0.8.10
23772026-05-05T22:06:49.933Z Checking chrono v0.4.44
23782026-05-05T22:06:49.934Z Checking pkcs5 v0.7.1
23792026-05-05T22:06:49.934Z Checking tracing v0.1.44
23802026-05-05T22:06:49.934Z Checking rand v0.9.2
23812026-05-05T22:06:50.070Z Checking http-body v1.0.1
23822026-05-05T22:06:50.084Z Checking aws-lc-sys v0.37.1
23832026-05-05T22:06:50.188Z Checking untrusted v0.9.0
23842026-05-05T22:06:50.201Z Checking untrusted v0.7.1
23852026-05-05T22:06:50.216Z Checking openssl-probe v0.2.1
23862026-05-05T22:06:50.299Z Checking base64 v0.22.1
23872026-05-05T22:06:50.314Z Checking ring v0.17.14
23882026-05-05T22:06:50.328Z Checking pkcs8 v0.10.2
23892026-05-05T22:06:50.385Z Checking tower-layer v0.3.3
23902026-05-05T22:06:50.507Z Checking atomic-waker v1.1.2
23912026-05-05T22:06:50.536Z Checking tinyvec_macros v0.1.1
23922026-05-05T22:06:50.549Z Checking plain v0.2.3
23932026-05-05T22:06:50.600Z Checking aws-lc-rs v1.16.0
23942026-05-05T22:06:50.603Z Checking try-lock v0.2.5
23952026-05-05T22:06:50.624Z Checking tower-service v0.3.3
23962026-05-05T22:06:50.649Z Checking tinyvec v1.10.0
23972026-05-05T22:06:50.684Z Checking ipnet v2.11.0
23982026-05-05T22:06:50.707Z Checking semver v1.0.28
23992026-05-05T22:06:50.710Z Checking want v0.3.1
24002026-05-05T22:06:50.832Z Checking httparse v1.10.1
24012026-05-05T22:06:50.922Z Checking spin v0.9.8
24022026-05-05T22:06:50.936Z Checking ucd-trie v0.1.7
24032026-05-05T22:06:50.955Z Checking fastrand v2.3.0
24042026-05-05T22:06:51.035Z Checking dyn-clone v1.0.20
24052026-05-05T22:06:51.068Z Checking foreign-types-shared v0.1.1
24062026-05-05T22:06:51.080Z Checking unicode-ident v1.0.24
24072026-05-05T22:06:51.099Z Checking pin-utils v0.1.0
24082026-05-05T22:06:51.132Z Checking httpdate v1.0.3
24092026-05-05T22:06:51.143Z Checking tempfile v3.25.0
24102026-05-05T22:06:51.155Z Checking foreign-types v0.3.2
24112026-05-05T22:06:51.166Z Checking schemars v0.8.22
24122026-05-05T22:06:51.183Z Checking proc-macro2 v1.0.106
24132026-05-05T22:06:51.220Z Checking pest v2.8.6
24142026-05-05T22:06:51.278Z Checking openssl-sys v0.9.114
24152026-05-05T22:06:51.311Z Checking thiserror v2.0.18
24162026-05-05T22:06:51.333Z Checking wait-timeout v0.2.1
24172026-05-05T22:06:51.413Z Checking aho-corasick v1.1.4
24182026-05-05T22:06:51.432Z Checking rustls-webpki v0.103.9
24192026-05-05T22:06:51.458Z Checking pretty-hex v0.4.1
24202026-05-05T22:06:51.494Z Checking anstyle v1.0.13
24212026-05-05T22:06:51.552Z Checking tokio-util v0.7.18
24222026-05-05T22:06:51.576Z Checking powerfmt v0.2.0
24232026-05-05T22:06:51.673Z Checking bit-vec v0.8.0
24242026-05-05T22:06:51.727Z Checking quick-error v1.2.3
24252026-05-05T22:06:51.740Z Checking simd-adler32 v0.3.8
24262026-05-05T22:06:51.814Z Checking utf8parse v0.2.2
24272026-05-05T22:06:51.827Z Checking siphasher v1.0.2
24282026-05-05T22:06:51.857Z Checking rustls v0.23.37
24292026-05-05T22:06:51.869Z Checking bit-set v0.8.0
24302026-05-05T22:06:51.905Z Checking rusty-fork v0.3.1
24312026-05-05T22:06:51.918Z Checking anstyle-parse v0.2.7
24322026-05-05T22:06:51.979Z Checking openssl v0.10.78
24332026-05-05T22:06:52.009Z Checking deranged v0.5.8
24342026-05-05T22:06:52.062Z Checking quote v1.0.45
24352026-05-05T22:06:52.120Z Compiling newtype-uuid v1.3.2
24362026-05-05T22:06:52.125Z Checking regex-automata v0.4.14
24372026-05-05T22:06:52.165Z Checking h2 v0.4.13
24382026-05-05T22:06:52.230Z Checking unicode-normalization v0.1.25
24392026-05-05T22:06:52.260Z Checking rustls-native-certs v0.8.3
24402026-05-05T22:06:52.276Z Checking crossbeam-utils v0.8.21
24412026-05-05T22:06:52.387Z Checking rand_xorshift v0.4.0
24422026-05-05T22:06:52.507Z Checking crc32fast v1.5.0
24432026-05-05T22:06:52.609Z Checking scroll v0.13.0
24442026-05-05T22:06:52.624Z Checking signature v2.2.0
24452026-05-05T22:06:52.645Z Checking sync_wrapper v1.0.2
24462026-05-05T22:06:52.747Z Checking unarray v0.1.4
24472026-05-05T22:06:52.750Z Checking num_threads v0.1.7
24482026-05-05T22:06:52.834Z Checking unicode-properties v0.1.4
24492026-05-05T22:06:52.846Z Checking anstyle-query v1.1.5
24502026-05-05T22:06:52.857Z Checking time-core v0.1.8
24512026-05-05T22:06:52.933Z Checking num-conv v0.2.0
24522026-05-05T22:06:52.936Z Checking is_terminal_polyfill v1.70.2
24532026-05-05T22:06:52.994Z Checking colorchoice v1.0.4
24542026-05-05T22:06:53.018Z Checking unicode-bidi v0.3.18
24552026-05-05T22:06:53.030Z Checking adler2 v2.0.1
24562026-05-05T22:06:53.048Z Checking allocator-api2 v0.2.21
24572026-05-05T22:06:53.091Z Checking anstream v0.6.21
24582026-05-05T22:06:53.135Z Checking miniz_oxide v0.8.9
24592026-05-05T22:06:53.287Z Checking time v0.3.47
24602026-05-05T22:06:53.306Z Checking stringprep v0.1.5
24612026-05-05T22:06:53.326Z Checking proptest v1.10.0
24622026-05-05T22:06:53.458Z Checking goblin v0.10.5
24632026-05-05T22:06:53.485Z Checking tower v0.5.3
24642026-05-05T22:06:53.879Z Checking crossbeam-epoch v0.9.18
24652026-05-05T22:06:53.930Z Checking syn v2.0.117
24662026-05-05T22:06:53.956Z Checking native-tls v0.2.18
24672026-05-05T22:06:54.101Z Compiling daft v0.1.5
24682026-05-05T22:06:54.135Z Checking ipnetwork v0.21.1
24692026-05-05T22:06:54.217Z Checking tokio-rustls v0.26.4
24702026-05-05T22:06:54.357Z Checking http-body-util v0.1.3
24712026-05-05T22:06:54.380Z Checking webpki-roots v1.0.6
24722026-05-05T22:06:54.403Z Checking rand_chacha v0.3.1
24732026-05-05T22:06:54.446Z Checking scroll v0.12.0
24742026-05-05T22:06:54.494Z Checking thiserror v1.0.69
24752026-05-05T22:06:54.576Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-05-05T22:06:54.592Z Checking hash32 v0.2.1
24772026-05-05T22:06:54.608Z Checking num-integer v0.1.46
24782026-05-05T22:06:54.672Z Checking serde_spanned v0.6.9
24792026-05-05T22:06:54.685Z Checking toml_datetime v0.6.11
24802026-05-05T22:06:54.750Z Checking md-5 v0.10.6
24812026-05-05T22:06:54.797Z Checking ff v0.13.1
24822026-05-05T22:06:54.832Z Checking psl-types v2.0.11
24832026-05-05T22:06:54.845Z Checking hyper v1.8.1
24842026-05-05T22:06:54.861Z Checking base16ct v0.2.0
24852026-05-05T22:06:54.883Z Checking fallible-iterator v0.2.0
24862026-05-05T22:06:54.921Z Checking iri-string v0.7.10
24872026-05-05T22:06:54.947Z Checking ryu v1.0.23
24882026-05-05T22:06:54.983Z Checking zlib-rs v0.6.2
24892026-05-05T22:06:55.085Z Checking serde_urlencoded v0.7.1
24902026-05-05T22:06:55.163Z Checking postgres-protocol v0.6.10
24912026-05-05T22:06:55.270Z Checking sec1 v0.7.3
24922026-05-05T22:06:55.293Z Checking publicsuffix v2.3.0
24932026-05-05T22:06:55.451Z Compiling iddqd v0.3.18
24942026-05-05T22:06:55.478Z Checking group v0.13.0
24952026-05-05T22:06:55.492Z Checking num-iter v0.1.45
24962026-05-05T22:06:55.602Z Checking heapless v0.7.17
24972026-05-05T22:06:55.627Z Checking zstd-safe v7.2.4
24982026-05-05T22:06:55.784Z Checking hyper-util v0.1.20
24992026-05-05T22:06:55.794Z Checking goblin v0.8.2
25002026-05-05T22:06:55.838Z Checking dof v0.4.0
25012026-05-05T22:06:55.874Z Checking flate2 v1.1.9
25022026-05-05T22:06:55.961Z Checking tower-http v0.6.8
25032026-05-05T22:06:56.013Z Checking rand v0.8.5
25042026-05-05T22:06:56.168Z Checking cookie v0.18.1
25052026-05-05T22:06:56.210Z Checking oxnet v0.1.4
25062026-05-05T22:06:56.233Z Checking tokio-native-tls v0.3.1
25072026-05-05T22:06:56.390Z Checking dtrace-parser v0.3.0
25082026-05-05T22:06:56.419Z Checking phf_shared v0.13.1
25092026-05-05T22:06:56.447Z Checking lazy_static v1.5.0
25102026-05-05T22:06:56.492Z Checking terminal_size v0.4.3
25112026-05-05T22:06:56.521Z Checking zerocopy v0.7.35
25122026-05-05T22:06:56.535Z Checking bzip2-sys v0.1.13+1.0.8
25132026-05-05T22:06:56.582Z Checking signal-hook v0.3.18
25142026-05-05T22:06:56.604Z Checking hkdf v0.12.4
25152026-05-05T22:06:56.617Z Checking crypto-bigint v0.5.5
25162026-05-05T22:06:56.627Z Checking thread-id v5.1.0
25172026-05-05T22:06:56.640Z Checking bumpalo v3.20.2
25182026-05-05T22:06:56.703Z Compiling rayon-core v1.13.0
25192026-05-05T22:06:56.732Z Checking clap_lex v1.0.0
25202026-05-05T22:06:56.766Z Checking winnow v0.5.40
25212026-05-05T22:06:56.838Z Checking either v1.15.0
25222026-05-05T22:06:56.875Z Checking foldhash v0.1.5
25232026-05-05T22:06:56.888Z Checking libbz2-rs-sys v0.2.2
25242026-05-05T22:06:57.006Z Checking winnow v0.7.14
25252026-05-05T22:06:57.018Z Checking strsim v0.11.1
25262026-05-05T22:06:57.029Z Checking bitflags v1.3.2
25272026-05-05T22:06:57.046Z Checking hyper-rustls v0.27.7
25282026-05-05T22:06:57.099Z Checking foldhash v0.2.0
25292026-05-05T22:06:57.177Z Checking managed v0.8.0
25302026-05-05T22:06:57.254Z Checking hashbrown v0.16.1
25312026-05-05T22:06:57.259Z Checking clap_builder v4.5.60
25322026-05-05T22:06:57.278Z Checking bzip2 v0.6.1
25332026-05-05T22:06:57.363Z Checking smoltcp v0.9.1
25342026-05-05T22:06:57.438Z Checking hyper-tls v0.6.0
25352026-05-05T22:06:57.505Z Checking elliptic-curve v0.13.8
25362026-05-05T22:06:57.607Z Checking hashbrown v0.15.5
25372026-05-05T22:06:57.685Z Checking dof v0.3.0
25382026-05-05T22:06:57.785Z Checking zopfli v0.8.3
25392026-05-05T22:06:57.824Z Checking signal-hook-mio v0.2.5
25402026-05-05T22:06:57.915Z Checking toml_edit v0.19.15
25412026-05-05T22:06:57.927Z Checking usdt-impl v0.6.0
25422026-05-05T22:06:57.949Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25432026-05-05T22:06:57.967Z Checking bzip2 v0.4.4
25442026-05-05T22:06:58.071Z Checking phf v0.13.1
25452026-05-05T22:06:58.113Z Checking num-bigint-dig v0.8.6
25462026-05-05T22:06:58.144Z Checking cookie_store v0.22.1
25472026-05-05T22:06:58.187Z Checking zstd v0.13.3
25482026-05-05T22:06:58.204Z Checking postgres-types v0.2.12
25492026-05-05T22:06:58.218Z Checking dtrace-parser v0.2.0
25502026-05-05T22:06:58.369Z Checking rustls-platform-verifier v0.6.2
25512026-05-05T22:06:58.372Z Checking crossbeam-deque v0.8.6
25522026-05-05T22:06:58.448Z Checking regex v1.12.3
25532026-05-05T22:06:58.473Z Checking bstr v1.12.1
25542026-05-05T22:06:58.485Z Checking ed25519 v2.2.3
25552026-05-05T22:06:58.510Z Checking phf_shared v0.11.3
25562026-05-05T22:06:58.522Z Checking ref-cast v1.0.25
25572026-05-05T22:06:58.555Z Checking curve25519-dalek v4.1.3
25582026-05-05T22:06:58.615Z Checking strum v0.27.2
25592026-05-05T22:06:58.649Z Checking hubpack v0.1.2
25602026-05-05T22:06:58.665Z Checking memoffset v0.9.1
25612026-05-05T22:06:58.724Z Checking rustix v0.38.44
25622026-05-05T22:06:58.736Z Checking pkcs1 v0.7.5
25632026-05-05T22:06:58.749Z Checking float-cmp v0.10.0
25642026-05-05T22:06:58.852Z Checking hex v0.4.3
25652026-05-05T22:06:58.860Z Checking erased-serde v0.3.31
25662026-05-05T22:06:58.872Z Checking serde-big-array v0.5.1
25672026-05-05T22:06:58.926Z Checking rfc6979 v0.4.0
25682026-05-05T22:06:58.944Z Checking thread-id v4.2.2
25692026-05-05T22:06:58.955Z Checking memmap2 v0.9.10
25702026-05-05T22:06:58.999Z Checking env_filter v1.0.0
25712026-05-05T22:06:59.020Z Checking encoding_rs v0.8.35
25722026-05-05T22:06:59.035Z Checking jiff v0.2.21
25732026-05-05T22:06:59.046Z Checking mime v0.3.17
25742026-05-05T22:06:59.113Z Checking fixedbitset v0.5.7
25752026-05-05T22:06:59.138Z Checking static_assertions v1.1.0
25762026-05-05T22:06:59.212Z Checking toml_write v0.1.2
25772026-05-05T22:06:59.221Z Checking keccak v0.1.6
25782026-05-05T22:06:59.242Z Checking predicates-core v1.0.10
25792026-05-05T22:06:59.305Z Checking new_debug_unreachable v1.0.6
25802026-05-05T22:06:59.318Z Checking unicode-segmentation v1.12.0
25812026-05-05T22:06:59.366Z Checking data-encoding v2.10.0
25822026-05-05T22:06:59.378Z Checking precomputed-hash v0.1.1
25832026-05-05T22:06:59.383Z Checking rustc-hash v2.1.1
25842026-05-05T22:06:59.383Z Checking whoami v2.1.0
25852026-05-05T22:06:59.461Z Checking normalize-line-endings v0.3.0
25862026-05-05T22:06:59.502Z Checking difflib v0.4.0
25872026-05-05T22:06:59.525Z Checking fixedbitset v0.4.2
25882026-05-05T22:06:59.552Z Checking crossterm v0.28.1
25892026-05-05T22:06:59.589Z Checking tokio-postgres v0.7.16
25902026-05-05T22:06:59.630Z Checking hickory-proto v0.25.2
25912026-05-05T22:06:59.630Z Checking similar v2.7.0
25922026-05-05T22:06:59.676Z Checking petgraph v0.6.5
25932026-05-05T22:06:59.676Z Checking predicates v3.1.4
25942026-05-05T22:06:59.956Z Checking reqwest v0.12.28
25952026-05-05T22:07:00.007Z Checking string_cache v0.8.9
25962026-05-05T22:07:00.195Z Checking toml_edit v0.22.27
25972026-05-05T22:07:00.271Z Checking sha3 v0.10.8
25982026-05-05T22:07:00.485Z Checking ed25519-dalek v2.2.0
25992026-05-05T22:07:00.716Z Checking petgraph v0.8.3
26002026-05-05T22:07:00.813Z Checking slog v2.8.2
26012026-05-05T22:07:00.857Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26022026-05-05T22:07:00.881Z Checking env_logger v0.11.9
26032026-05-05T22:07:00.941Z Checking usdt v0.6.0
26042026-05-05T22:07:01.070Z Checking ecdsa v0.16.9
26052026-05-05T22:07:01.083Z Checking serde_with v3.17.0
26062026-05-05T22:07:01.108Z Checking usdt-impl v0.5.0
26072026-05-05T22:07:01.277Z Checking zip v4.6.1
26082026-05-05T22:07:01.295Z Checking toml v0.7.8
26092026-05-05T22:07:01.394Z Checking rsa v0.9.10
26102026-05-05T22:07:01.406Z Checking nix v0.31.2
26112026-05-05T22:07:01.849Z Checking reqwest v0.13.2
26122026-05-05T22:07:01.849Z Checking clap v4.5.60
26132026-05-05T22:07:01.928Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-05-05T22:07:01.957Z Checking zip v0.6.6
26152026-05-05T22:07:02.246Z Checking itertools v0.13.0
26162026-05-05T22:07:02.258Z Checking strum v0.26.3
26172026-05-05T22:07:02.279Z Checking tokio-stream v0.1.18
26182026-05-05T22:07:02.366Z Checking fs-err v3.3.0
26192026-05-05T22:07:02.398Z Checking ahash v0.8.12
26202026-05-05T22:07:02.428Z Checking object v0.37.3
26212026-05-05T22:07:02.475Z Checking buf-list v1.1.2
26222026-05-05T22:07:02.588Z Checking camino v1.2.2
26232026-05-05T22:07:02.657Z Checking anyhow v1.0.102
26242026-05-05T22:07:02.657Z Checking x509-cert v0.2.5
26252026-05-05T22:07:02.681Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-05-05T22:07:02.694Z Checking openapiv3 v2.2.0
26272026-05-05T22:07:02.832Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-05-05T22:07:02.853Z Checking sha1 v0.10.6
26292026-05-05T22:07:02.941Z Checking peg-runtime v0.8.5
26302026-05-05T22:07:03.013Z Checking lalrpop-util v0.19.12
26312026-05-05T22:07:03.026Z Checking rayon v1.11.0
26322026-05-05T22:07:03.084Z Checking sigpipe v0.1.3
26332026-05-05T22:07:03.118Z Checking glob v0.3.3
26342026-05-05T22:07:04.603Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-05-05T22:07:04.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s
26362026-05-05T22:07:05.049Z
26372026-05-05T22:07:05.049Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26382026-05-05T22:07:05.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-05T22:07:05.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-05T22:07:05.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-05T22:07:05.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-05T22:07:05.654Z
26432026-05-05T22:07:05.654Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26442026-05-05T22:07:06.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-05T22:07:06.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-05T22:07:06.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-05T22:07:06.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-05-05T22:07:06.247Z
26492026-05-05T22:07:06.247Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26502026-05-05T22:07:06.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-05T22:07:06.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-05T22:07:06.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-05T22:07:06.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-05T22:07:06.858Z
26552026-05-05T22:07:06.858Zinfo: running `cargo check --bins` on oxql-types (80/274)
26562026-05-05T22:07:07.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-05T22:07:07.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-05T22:07:07.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-05T22:07:07.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-05T22:07:07.458Z
26612026-05-05T22:07:07.458Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26622026-05-05T22:07:07.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-05T22:07:07.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-05T22:07:07.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-05T22:07:07.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-05-05T22:07:08.055Z
26672026-05-05T22:07:08.055Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26682026-05-05T22:07:08.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-05T22:07:08.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-05T22:07:08.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-05T22:07:08.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26722026-05-05T22:07:08.658Z
26732026-05-05T22:07:08.658Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26742026-05-05T22:07:09.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-05T22:07:09.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-05T22:07:09.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-05-05T22:07:09.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-05-05T22:07:09.237Z
26792026-05-05T22:07:09.237Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26802026-05-05T22:07:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-05-05T22:07:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-05-05T22:07:09.925Z Compiling structmeta-derive v0.3.0
26832026-05-05T22:07:10.048Z Compiling rustls v0.22.4
26842026-05-05T22:07:10.055Z Compiling multer v3.1.0
26852026-05-05T22:07:10.060Z Compiling async-stream-impl v0.3.6
26862026-05-05T22:07:10.062Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-05T22:07:10.081Z Compiling dropshot v0.17.0
26882026-05-05T22:07:10.096Z Compiling newtype-uuid-macros v0.1.0
26892026-05-05T22:07:10.099Z Compiling dropshot_endpoint v0.17.0
26902026-05-05T22:07:10.221Z Checking newtype-uuid v1.3.2
26912026-05-05T22:07:10.304Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-05-05T22:07:10.342Z Checking rustls-webpki v0.102.8
26932026-05-05T22:07:10.421Z Checking daft v0.1.5
26942026-05-05T22:07:10.439Z Checking futures-executor v0.3.32
26952026-05-05T22:07:10.590Z Checking thread_local v1.1.9
26962026-05-05T22:07:10.656Z Checking match_cfg v0.1.0
26972026-05-05T22:07:10.668Z Checking compression-core v0.4.31
26982026-05-05T22:07:10.719Z Checking iddqd v0.3.18
26992026-05-05T22:07:10.732Z Checking hostname v0.3.1
27002026-05-05T22:07:10.757Z Checking futures v0.3.32
27012026-05-05T22:07:10.794Z Checking compression-codecs v0.4.37
27022026-05-05T22:07:10.827Z Checking crossbeam-channel v0.5.15
27032026-05-05T22:07:10.841Z Checking slog-json v2.6.1
27042026-05-05T22:07:10.863Z Checking is-terminal v0.4.17
27052026-05-05T22:07:10.953Z Checking serde_spanned v1.0.4
27062026-05-05T22:07:10.966Z Checking toml_datetime v1.0.0+spec-1.1.0
27072026-05-05T22:07:10.995Z Checking term v1.2.1
27082026-05-05T22:07:11.084Z Checking take_mut v0.2.2
27092026-05-05T22:07:11.109Z Compiling structmeta v0.3.0
27102026-05-05T22:07:11.155Z Checking toml_writer v1.0.6+spec-1.1.0
27112026-05-05T22:07:11.168Z Checking debug-ignore v1.0.5
27122026-05-05T22:07:11.184Z Checking slog-async v2.8.0
27132026-05-05T22:07:11.215Z Checking slog-term v2.9.2
27142026-05-05T22:07:11.265Z Checking slog-bunyan v2.5.0
27152026-05-05T22:07:11.323Z Compiling derive-ex v0.1.8
27162026-05-05T22:07:11.336Z Compiling parse-display-derive v0.10.0
27172026-05-05T22:07:11.354Z Checking toml v1.0.6+spec-1.1.0
27182026-05-05T22:07:11.376Z Checking async-compression v0.4.41
27192026-05-05T22:07:11.472Z Checking async-stream v0.3.6
27202026-05-05T22:07:11.584Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-05-05T22:07:11.600Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-05-05T22:07:11.615Z Checking progenitor-client v0.14.0
27232026-05-05T22:07:11.658Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-05-05T22:07:11.802Z Checking waitgroup v0.1.2
27252026-05-05T22:07:11.849Z Checking backon v1.6.0
27262026-05-05T22:07:11.873Z Checking rustls-pemfile v2.2.0
27272026-05-05T22:07:11.925Z Checking serde_path_to_error v0.1.20
27282026-05-05T22:07:11.928Z Checking hostname v0.4.2
27292026-05-05T22:07:12.010Z Checking instant v0.1.13
27302026-05-05T22:07:12.095Z Checking backoff v0.4.0
27312026-05-05T22:07:12.170Z Checking tokio-rustls v0.25.0
27322026-05-05T22:07:12.207Z Checking progenitor-extras v0.2.0
27332026-05-05T22:07:12.229Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-05-05T22:07:12.278Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-05-05T22:07:12.441Z Checking progenitor-client v0.10.0
27362026-05-05T22:07:12.454Z Checking itertools v0.14.0
27372026-05-05T22:07:12.631Z Checking regress v0.10.5
27382026-05-05T22:07:12.653Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27392026-05-05T22:07:12.870Z Checking macaddr v1.0.1
27402026-05-05T22:07:12.999Z Checking parse-display v0.10.0
27412026-05-05T22:07:13.003Z Compiling test-strategy v0.4.5
27422026-05-05T22:07:14.172Z Compiling prettyplease v0.2.37
27432026-05-05T22:07:14.483Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-05T22:07:14.622Z Checking num-rational v0.4.2
27452026-05-05T22:07:14.855Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-05-05T22:07:15.079Z Checking num-complex v0.4.6
27472026-05-05T22:07:15.836Z Compiling num v0.4.3
27482026-05-05T22:07:15.861Z Compiling usdt-attr-macro v0.5.0
27492026-05-05T22:07:15.921Z Compiling usdt-macro v0.5.0
27502026-05-05T22:07:15.921Z Checking memmap v0.7.0
27512026-05-05T22:07:15.931Z Checking float-ord v0.3.2
27522026-05-05T22:07:16.036Z Compiling convert_case v0.4.0
27532026-05-05T22:07:16.050Z Checking unicode-width v0.2.0
27542026-05-05T22:07:16.305Z Checking console v0.15.11
27552026-05-05T22:07:16.425Z Compiling derive_more v0.99.20
27562026-05-05T22:07:16.591Z Checking newline-converter v0.3.0
27572026-05-05T22:07:16.634Z Checking atomicwrites v0.4.4
27582026-05-05T22:07:16.648Z Checking usdt v0.5.0
27592026-05-05T22:07:16.701Z Compiling toml v0.8.23
27602026-05-05T22:07:16.763Z Compiling minimal-lexical v0.2.1
27612026-05-05T22:07:16.818Z Checking linked-hash-map v0.5.6
27622026-05-05T22:07:16.989Z Checking lru-cache v0.1.2
27632026-05-05T22:07:17.021Z Compiling nom v7.1.3
27642026-05-05T22:07:17.113Z Checking expectorate v1.2.0
27652026-05-05T22:07:17.592Z Checking camino-tempfile v1.4.1
27662026-05-05T22:07:17.759Z Checking hickory-proto v0.24.4
27672026-05-05T22:07:17.772Z Checking phf_shared v0.12.1
27682026-05-05T22:07:17.917Z Compiling slog-dtrace v0.3.0
27692026-05-05T22:07:18.055Z Checking heck v0.5.0
27702026-05-05T22:07:18.109Z Compiling chrono-tz v0.10.4
27712026-05-05T22:07:18.183Z Checking resolv-conf v0.7.6
27722026-05-05T22:07:18.290Z Compiling const_format_proc_macros v0.2.34
27732026-05-05T22:07:18.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742026-05-05T22:07:18.440Z Checking phf v0.12.1
27752026-05-05T22:07:18.585Z Checking tokio-dtrace v0.1.1
27762026-05-05T22:07:18.706Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27772026-05-05T22:07:18.773Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27782026-05-05T22:07:18.829Z Compiling derive-where v1.6.0
27792026-05-05T22:07:18.956Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-05-05T22:07:19.299Z Checking highway v1.3.0
27812026-05-05T22:07:19.530Z Checking const_format v0.2.35
27822026-05-05T22:07:19.560Z Checking hickory-resolver v0.24.4
27832026-05-05T22:07:19.767Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27842026-05-05T22:07:19.924Z Checking oxide-tokio-rt v0.1.4
27852026-05-05T22:07:20.182Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-05-05T22:07:20.251Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27872026-05-05T22:07:20.297Z Checking gethostname v0.5.0
27882026-05-05T22:07:20.344Z Checking qorb v0.4.1
27892026-05-05T22:07:20.386Z Checking bcs v0.1.6
27902026-05-05T22:07:20.401Z Compiling async-recursion v1.1.1
27912026-05-05T22:07:20.415Z Checking termtree v0.5.1
27922026-05-05T22:07:20.441Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27932026-05-05T22:07:20.443Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27942026-05-05T22:07:24.003Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27952026-05-05T22:07:26.542Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27962026-05-05T22:07:28.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.40s
27972026-05-05T22:07:28.825Z
27982026-05-05T22:07:28.826Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27992026-05-05T22:07:29.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-05-05T22:07:29.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-05-05T22:07:29.499Z Compiling ar_archive_writer v0.5.1
28022026-05-05T22:07:29.610Z Compiling stacker v0.1.23
28032026-05-05T22:07:29.618Z Compiling cfg_aliases v0.1.1
28042026-05-05T22:07:29.624Z Compiling convert_case v0.10.0
28052026-05-05T22:07:29.628Z Checking unicode-width v0.1.14
28062026-05-05T22:07:29.638Z Compiling proc-macro-error v1.0.4
28072026-05-05T22:07:29.647Z Checking fd-lock v4.0.4
28082026-05-05T22:07:29.647Z Checking nibble_vec v0.1.0
28092026-05-05T22:07:29.673Z Compiling nix v0.28.0
28102026-05-05T22:07:29.764Z Checking vte v0.14.1
28112026-05-05T22:07:29.775Z Compiling recursive-proc-macro-impl v0.1.1
28122026-05-05T22:07:29.863Z Checking endian-type v0.1.2
28132026-05-05T22:07:29.876Z Checking bytecount v0.6.9
28142026-05-05T22:07:29.910Z Checking strip-ansi-escapes v0.2.1
28152026-05-05T22:07:29.922Z Compiling derive_more-impl v2.1.1
28162026-05-05T22:07:29.936Z Compiling tabled_derive v0.7.0
28172026-05-05T22:07:29.985Z Checking papergrid v0.11.0
28182026-05-05T22:07:29.996Z Checking radix_trie v0.2.1
28192026-05-05T22:07:30.022Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-05-05T22:07:30.168Z Compiling peg-macros v0.8.5
28212026-05-05T22:07:30.229Z Checking winnow v0.6.26
28222026-05-05T22:07:30.440Z Compiling psm v0.1.30
28232026-05-05T22:07:30.522Z Compiling sqlparser_derive v0.5.0
28242026-05-05T22:07:30.645Z Checking home v0.5.12
28252026-05-05T22:07:30.753Z Checking unicode_categories v0.1.1
28262026-05-05T22:07:30.784Z Checking derive_more v2.1.1
28272026-05-05T22:07:30.866Z Checking nu-ansi-term v0.50.3
28282026-05-05T22:07:30.914Z Checking crossterm v0.29.0
28292026-05-05T22:07:30.999Z Checking tabled v0.15.0
28302026-05-05T22:07:31.013Z Checking rustyline v14.0.0
28312026-05-05T22:07:31.111Z Checking reedline v0.40.0
28322026-05-05T22:07:31.211Z Checking recursive v0.1.1
28332026-05-05T22:07:31.301Z Checking display-error-chain v0.2.2
28342026-05-05T22:07:31.316Z Checking sqlparser v0.61.0
28352026-05-05T22:07:31.386Z Checking sqlformat v0.3.5
28362026-05-05T22:07:31.568Z Checking peg v0.8.5
28372026-05-05T22:07:42.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28382026-05-05T22:07:42.671Z
28392026-05-05T22:07:42.671Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28402026-05-05T22:07:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-05T22:07:43.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-05T22:07:43.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-05T22:07:46.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28442026-05-05T22:07:46.956Z
28452026-05-05T22:07:46.956Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28462026-05-05T22:07:47.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-05T22:07:47.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-05T22:07:47.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-05T22:07:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28502026-05-05T22:07:50.237Z
28512026-05-05T22:07:50.237Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28522026-05-05T22:07:50.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-05T22:07:50.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-05T22:07:50.905Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-05T22:07:54.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28562026-05-05T22:07:54.298Z
28572026-05-05T22:07:54.298Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28582026-05-05T22:07:54.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-05T22:07:54.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-05T22:07:54.982Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-05T22:07:58.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28622026-05-05T22:07:58.414Z
28632026-05-05T22:07:58.414Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28642026-05-05T22:07:58.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-05T22:07:58.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-05T22:07:59.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-05-05T22:08:01.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28682026-05-05T22:08:01.838Z
28692026-05-05T22:08:01.838Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28702026-05-05T22:08:02.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-05T22:08:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-05T22:08:02.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-05-05T22:08:05.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28742026-05-05T22:08:05.309Z
28752026-05-05T22:08:05.309Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28762026-05-05T22:08:05.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-05T22:08:05.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-05T22:08:05.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-05-05T22:08:09.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28802026-05-05T22:08:09.578Z
28812026-05-05T22:08:09.578Zinfo: running `cargo check --bins` on oximeter (93/274)
28822026-05-05T22:08:10.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-05T22:08:10.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-05T22:08:10.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-05T22:08:10.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-05T22:08:10.172Z
28872026-05-05T22:08:10.172Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28882026-05-05T22:08:10.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-05T22:08:10.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-05T22:08:10.802Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28912026-05-05T22:08:10.966Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28922026-05-05T22:08:10.969Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28932026-05-05T22:08:11.306Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28942026-05-05T22:08:14.364Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28952026-05-05T22:08:15.569Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28962026-05-05T22:08:15.732Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28972026-05-05T22:08:16.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28982026-05-05T22:08:16.584Z
28992026-05-05T22:08:16.584Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
29002026-05-05T22:08:17.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-05T22:08:17.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-05T22:08:17.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-05T22:08:17.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29042026-05-05T22:08:17.175Z
29052026-05-05T22:08:17.175Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29062026-05-05T22:08:17.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-05T22:08:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-05T22:08:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-05T22:08:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29102026-05-05T22:08:17.807Z
29112026-05-05T22:08:17.807Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29122026-05-05T22:08:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-05T22:08:18.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-05T22:08:18.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-05T22:08:18.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-05T22:08:18.411Z
29172026-05-05T22:08:18.411Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29182026-05-05T22:08:18.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-05T22:08:18.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-05T22:08:18.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-05T22:08:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-05T22:08:19.008Z
29232026-05-05T22:08:19.009Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29242026-05-05T22:08:19.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-05T22:08:19.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-05T22:08:19.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-05T22:08:19.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-05T22:08:19.610Z
29292026-05-05T22:08:19.610Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29302026-05-05T22:08:20.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-05T22:08:20.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-05T22:08:20.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-05T22:08:20.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-05-05T22:08:20.209Z
29352026-05-05T22:08:20.209Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29362026-05-05T22:08:20.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-05T22:08:20.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-05T22:08:20.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-05-05T22:08:20.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-05-05T22:08:20.787Z
29412026-05-05T22:08:20.787Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29422026-05-05T22:08:21.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-05-05T22:08:21.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-05-05T22:08:21.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-05-05T22:08:21.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29462026-05-05T22:08:21.390Z
29472026-05-05T22:08:21.391Zinfo: running `cargo check --bins` on update-engine (103/274)
29482026-05-05T22:08:21.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-05-05T22:08:21.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-05-05T22:08:21.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-05-05T22:08:21.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29522026-05-05T22:08:21.975Z
29532026-05-05T22:08:21.975Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29542026-05-05T22:08:22.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-05-05T22:08:22.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-05-05T22:08:22.689Z Compiling crucible-workspace-hack v0.1.0
29572026-05-05T22:08:22.807Z Checking secrecy v0.10.3
29582026-05-05T22:08:22.813Z Compiling heapless v0.8.0
29592026-05-05T22:08:22.820Z Compiling ingot-macros v0.1.1
29602026-05-05T22:08:22.827Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-05-05T22:08:22.829Z Checking hash32 v0.3.1
29622026-05-05T22:08:22.847Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-05-05T22:08:22.847Z Compiling smoltcp v0.11.0
29642026-05-05T22:08:22.909Z Checking cobs v0.3.0
29652026-05-05T22:08:22.956Z Compiling thiserror-impl-no-std v2.0.2
29662026-05-05T22:08:23.054Z Checking universal-hash v0.5.1
29672026-05-05T22:08:23.054Z Checking half v2.7.1
29682026-05-05T22:08:23.077Z Checking opaque-debug v0.3.1
29692026-05-05T22:08:23.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29702026-05-05T22:08:23.175Z Checking ciborium-io v0.2.2
29712026-05-05T22:08:23.205Z Checking poly1305 v0.8.0
29722026-05-05T22:08:23.265Z Checking postcard v1.1.3
29732026-05-05T22:08:23.320Z Checking ciborium-ll v0.2.2
29742026-05-05T22:08:23.356Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29752026-05-05T22:08:23.467Z Compiling proc-macro-crate v3.4.0
29762026-05-05T22:08:23.495Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29772026-05-05T22:08:23.556Z Checking password-hash v0.5.0
29782026-05-05T22:08:23.654Z Checking chacha20 v0.9.1
29792026-05-05T22:08:23.771Z Compiling proc-macro-crate v1.3.1
29802026-05-05T22:08:23.790Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-05T22:08:23.855Z Checking blake2 v0.10.6
29822026-05-05T22:08:23.906Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29832026-05-05T22:08:24.031Z Checking aead v0.5.2
29842026-05-05T22:08:24.044Z Compiling num_enum_derive v0.7.5
29852026-05-05T22:08:24.097Z Compiling foreign-types-macros v0.2.3
29862026-05-05T22:08:24.115Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29872026-05-05T22:08:24.144Z Checking thiserror-no-std v2.0.2
29882026-05-05T22:08:24.174Z Checking foreign-types-shared v0.3.1
29892026-05-05T22:08:24.190Z Checking cpufeatures v0.3.0
29902026-05-05T22:08:24.232Z Checking vsss-rs v3.3.4
29912026-05-05T22:08:24.263Z Compiling num_enum_derive v0.5.11
29922026-05-05T22:08:24.266Z Checking chacha20 v0.10.0
29932026-05-05T22:08:24.352Z Checking chacha20poly1305 v0.10.1
29942026-05-05T22:08:24.481Z Checking argon2 v0.5.3
29952026-05-05T22:08:24.494Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29962026-05-05T22:08:24.687Z Checking foreign-types v0.5.0
29972026-05-05T22:08:24.769Z Checking ciborium v0.2.2
29982026-05-05T22:08:24.940Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29992026-05-05T22:08:24.945Z Checking tabwriter v1.4.1
30002026-05-05T22:08:25.090Z Checking num_enum v0.7.5
30012026-05-05T22:08:25.090Z Checking byte-wrapper v0.1.0
30022026-05-05T22:08:25.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-05-05T22:08:25.239Z Checking cstr-argument v0.1.2
30042026-05-05T22:08:25.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30052026-05-05T22:08:25.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30062026-05-05T22:08:25.331Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30072026-05-05T22:08:25.363Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082026-05-05T22:08:25.366Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30092026-05-05T22:08:25.519Z Checking num_enum v0.5.11
30102026-05-05T22:08:25.547Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-05-05T22:08:25.621Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-05-05T22:08:25.637Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30132026-05-05T22:08:25.668Z Checking ingot-types v0.1.2
30142026-05-05T22:08:25.699Z Checking rand v0.10.0
30152026-05-05T22:08:25.717Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-05-05T22:08:25.730Z Checking indent_write v2.2.0
30172026-05-05T22:08:25.844Z Checking colored v3.1.1
30182026-05-05T22:08:25.867Z Compiling zone_cfg_derive v0.3.1
30192026-05-05T22:08:25.981Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-05-05T22:08:25.995Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-05T22:08:26.031Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-05T22:08:26.040Z Checking ingot v0.1.1
30232026-05-05T22:08:26.052Z Checking itertools v0.12.1
30242026-05-05T22:08:26.089Z Compiling num-derive v0.4.2
30252026-05-05T22:08:26.155Z Checking swrite v0.1.0
30262026-05-05T22:08:26.200Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-05-05T22:08:26.246Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-05T22:08:26.402Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-05-05T22:08:26.513Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-05T22:08:26.516Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-05-05T22:08:26.564Z Checking dropshot-api-manager-types v0.7.1
30322026-05-05T22:08:26.578Z Checking smf v0.2.3
30332026-05-05T22:08:26.624Z Checking nanorand v0.7.0
30342026-05-05T22:08:26.736Z Checking whoami v1.6.1
30352026-05-05T22:08:26.812Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-05-05T22:08:26.825Z Checking flume v0.11.1
30372026-05-05T22:08:27.013Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-05T22:08:27.061Z Checking zone v0.3.1
30392026-05-05T22:08:27.596Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-05T22:08:28.567Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-05T22:08:29.450Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-05T22:08:32.450Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-05-05T22:08:34.498Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-05-05T22:08:35.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
30452026-05-05T22:08:35.791Z
30462026-05-05T22:08:35.791Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30472026-05-05T22:08:36.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-05T22:08:36.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-05T22:08:36.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-05T22:08:36.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-05T22:08:36.398Z
30522026-05-05T22:08:36.398Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30532026-05-05T22:08:36.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-05T22:08:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-05T22:08:36.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-05T22:08:36.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-05T22:08:36.990Z
30582026-05-05T22:08:36.990Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30592026-05-05T22:08:37.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-05T22:08:37.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-05T22:08:37.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-05T22:08:37.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-05T22:08:37.600Z
30642026-05-05T22:08:37.600Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30652026-05-05T22:08:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-05T22:08:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-05T22:08:38.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-05T22:08:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-05T22:08:38.208Z
30702026-05-05T22:08:38.208Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30712026-05-05T22:08:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-05T22:08:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-05T22:08:38.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-05T22:08:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-05-05T22:08:38.822Z
30762026-05-05T22:08:38.822Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30772026-05-05T22:08:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-05T22:08:39.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-05T22:08:39.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-05T22:08:39.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-05T22:08:39.484Z
30822026-05-05T22:08:39.484Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30832026-05-05T22:08:39.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-05T22:08:39.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-05T22:08:39.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-05T22:08:39.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-05T22:08:40.039Z
30882026-05-05T22:08:40.039Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30892026-05-05T22:08:40.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-05T22:08:40.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-05T22:08:40.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-05T22:08:40.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-05-05T22:08:40.629Z
30942026-05-05T22:08:40.629Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30952026-05-05T22:08:41.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-05T22:08:41.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-05T22:08:41.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-05T22:08:41.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-05-05T22:08:41.232Z
31002026-05-05T22:08:41.232Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31012026-05-05T22:08:41.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-05T22:08:41.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-05T22:08:41.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-05T22:08:41.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31052026-05-05T22:08:41.838Z
31062026-05-05T22:08:41.838Zinfo: running `cargo check --bins` on installinator-client (115/274)
31072026-05-05T22:08:42.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-05T22:08:42.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-05T22:08:42.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-05T22:08:42.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-05-05T22:08:42.448Z
31122026-05-05T22:08:42.449Zinfo: running `cargo check --bins` on nexus-client (116/274)
31132026-05-05T22:08:42.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-05T22:08:42.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-05T22:08:42.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-05T22:08:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31172026-05-05T22:08:43.093Z
31182026-05-05T22:08:43.093Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31192026-05-05T22:08:43.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-05T22:08:43.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-05T22:08:43.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-05T22:08:43.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31232026-05-05T22:08:43.741Z
31242026-05-05T22:08:43.741Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31252026-05-05T22:08:44.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-05T22:08:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-05T22:08:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-05T22:08:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-05T22:08:44.332Z
31302026-05-05T22:08:44.332Zinfo: running `cargo check --bins` on oxide-client (119/274)
31312026-05-05T22:08:44.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-05T22:08:44.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-05T22:08:44.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-05T22:08:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-05T22:08:44.927Z
31362026-05-05T22:08:44.927Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31372026-05-05T22:08:45.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-05T22:08:45.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-05T22:08:45.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-05T22:08:45.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-05T22:08:45.535Z
31422026-05-05T22:08:45.535Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31432026-05-05T22:08:46.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-05T22:08:46.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-05T22:08:46.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-05T22:08:46.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-05-05T22:08:46.121Z
31482026-05-05T22:08:46.121Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31492026-05-05T22:08:46.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-05T22:08:46.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-05T22:08:46.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-05T22:08:46.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-05-05T22:08:46.740Z
31542026-05-05T22:08:46.741Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31552026-05-05T22:08:47.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-05T22:08:47.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-05T22:08:47.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-05T22:08:47.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-05-05T22:08:47.371Z
31602026-05-05T22:08:47.372Zinfo: running `cargo check --bins` on installinator-common (124/274)
31612026-05-05T22:08:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-05T22:08:47.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-05T22:08:47.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-05T22:08:47.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-05-05T22:08:47.992Z
31662026-05-05T22:08:47.993Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31672026-05-05T22:08:48.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-05T22:08:48.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-05T22:08:48.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-05T22:08:48.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-05-05T22:08:48.573Z
31722026-05-05T22:08:48.574Zinfo: running `cargo check --bins` on wicket-common (126/274)
31732026-05-05T22:08:49.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-05T22:08:49.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-05T22:08:49.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-05T22:08:49.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-05-05T22:08:49.187Z
31782026-05-05T22:08:49.187Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31792026-05-05T22:08:49.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-05T22:08:49.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-05T22:08:49.880Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-05-05T22:08:50.073Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-05T22:08:50.079Z Checking csv-core v0.1.13
31842026-05-05T22:08:50.080Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-05-05T22:08:50.080Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-05T22:08:50.080Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-05-05T22:08:50.080Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-05T22:08:50.080Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-05-05T22:08:50.157Z Checking csv v1.4.0
31902026-05-05T22:08:50.180Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-05-05T22:08:50.225Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-05-05T22:08:50.252Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-05T22:08:50.509Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-05-05T22:08:50.860Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-05T22:08:50.865Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-05T22:08:51.196Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-05-05T22:08:56.939Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-05-05T22:08:57.473Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-05-05T22:08:59.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s
32002026-05-05T22:09:00.017Z
32012026-05-05T22:09:00.017Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32022026-05-05T22:09:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-05T22:09:00.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-05T22:09:00.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-05T22:09:00.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-05-05T22:09:00.616Z
32072026-05-05T22:09:00.616Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32082026-05-05T22:09:01.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-05T22:09:01.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-05T22:09:01.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-05T22:09:01.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-05-05T22:09:01.314Z
32132026-05-05T22:09:01.314Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32142026-05-05T22:09:01.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-05T22:09:01.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-05T22:09:01.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-05T22:09:01.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-05-05T22:09:02.033Z
32192026-05-05T22:09:02.033Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32202026-05-05T22:09:02.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-05T22:09:02.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-05T22:09:02.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-05T22:09:02.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242026-05-05T22:09:02.665Z
32252026-05-05T22:09:02.665Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32262026-05-05T22:09:03.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-05T22:09:03.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-05T22:09:03.446Z Compiling regress v0.11.1
32292026-05-05T22:09:03.582Z Compiling unsafe-libyaml v0.2.11
32302026-05-05T22:09:03.596Z Compiling semver v0.1.20
32312026-05-05T22:09:03.605Z Compiling radium v0.7.0
32322026-05-05T22:09:03.619Z Compiling pin-project-internal v1.1.11
32332026-05-05T22:09:03.630Z Compiling maybe-uninit v2.0.0
32342026-05-05T22:09:03.633Z Checking tap v1.0.1
32352026-05-05T22:09:03.744Z Checking wyz v0.5.1
32362026-05-05T22:09:03.868Z Compiling rustc_version v0.1.7
32372026-05-05T22:09:03.927Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-05T22:09:03.944Z Checking progenitor-client v0.13.0
32392026-05-05T22:09:04.059Z Compiling snafu-derive v0.8.9
32402026-05-05T22:09:04.090Z Compiling serde_yaml v0.9.34+deprecated
32412026-05-05T22:09:04.236Z Compiling newtype_derive v0.1.6
32422026-05-05T22:09:04.305Z Compiling zerocopy-derive v0.6.6
32432026-05-05T22:09:04.374Z Checking funty v2.0.0
32442026-05-05T22:09:04.689Z Compiling cancel-safe-futures v0.1.5
32452026-05-05T22:09:04.742Z Checking pin-project v1.1.11
32462026-05-05T22:09:04.882Z Compiling owo-colors v4.3.0
32472026-05-05T22:09:04.897Z Checking crc-catalog v2.4.0
32482026-05-05T22:09:04.992Z Compiling packed_struct v0.10.1
32492026-05-05T22:09:05.008Z Checking typify-impl v0.6.2
32502026-05-05T22:09:05.203Z Checking same-file v1.0.6
32512026-05-05T22:09:05.328Z Checking zerocopy v0.6.6
32522026-05-05T22:09:05.353Z Checking walkdir v2.5.0
32532026-05-05T22:09:05.445Z Checking crc v3.4.0
32542026-05-05T22:09:05.528Z Checking bitvec v1.0.1
32552026-05-05T22:09:05.627Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-05-05T22:09:05.627Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-05T22:09:05.680Z Checking globset v0.4.18
32582026-05-05T22:09:05.941Z Checking olpc-cjson v0.1.4
32592026-05-05T22:09:05.971Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-05T22:09:05.990Z Checking snafu v0.8.9
32612026-05-05T22:09:06.078Z Checking pem v3.0.6
32622026-05-05T22:09:06.181Z Compiling packed_struct_codegen v0.10.1
32632026-05-05T22:09:06.200Z Checking libsw-core v0.3.2
32642026-05-05T22:09:06.232Z Checking serde_plain v1.0.2
32652026-05-05T22:09:06.235Z Compiling bitfield-macros v0.19.4
32662026-05-05T22:09:06.260Z Compiling indexmap v1.9.3
32672026-05-05T22:09:06.345Z Checking nodrop v0.1.14
32682026-05-05T22:09:06.390Z Checking typed-path v0.9.3
32692026-05-05T22:09:06.439Z Checking array-init v0.0.4
32702026-05-05T22:09:06.578Z Checking libsw v3.5.0
32712026-05-05T22:09:06.630Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-05-05T22:09:06.739Z Checking smallvec v0.6.14
32732026-05-05T22:09:06.839Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-05-05T22:09:06.931Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-05-05T22:09:06.935Z Checking bitfield v0.19.4
32762026-05-05T22:09:07.087Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-05T22:09:07.103Z Checking linear-map v1.2.0
32782026-05-05T22:09:07.167Z Checking tough v0.20.0
32792026-05-05T22:09:07.209Z Checking unicode-linebreak v0.1.5
32802026-05-05T22:09:07.224Z Checking hashbrown v0.12.3
32812026-05-05T22:09:07.250Z Checking tagptr v0.2.0
32822026-05-05T22:09:07.275Z Checking smawk v0.3.2
32832026-05-05T22:09:07.391Z Checking base64 v0.21.7
32842026-05-05T22:09:07.405Z Checking moka v0.12.13
32852026-05-05T22:09:07.423Z Checking textwrap v0.16.2
32862026-05-05T22:09:07.603Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-05-05T22:09:07.641Z Checking ron v0.8.1
32882026-05-05T22:09:07.665Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-05T22:09:07.830Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-05-05T22:09:07.967Z Checking serde-hex v0.1.0
32912026-05-05T22:09:08.039Z Checking steno v0.4.1
32922026-05-05T22:09:08.151Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-05-05T22:09:08.312Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-05T22:09:08.323Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-05-05T22:09:08.640Z Checking hashbrown v0.13.2
32962026-05-05T22:09:08.861Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-05T22:09:08.945Z Checking crc-any v2.5.0
32982026-05-05T22:09:09.023Z Checking humantime v2.3.0
32992026-05-05T22:09:09.068Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-05-05T22:09:09.095Z Checking hickory-resolver v0.25.2
33012026-05-05T22:09:09.107Z Checking object v0.30.4
33022026-05-05T22:09:09.122Z Checking path-slash v0.1.5
33032026-05-05T22:09:09.213Z Checking half v1.8.3
33042026-05-05T22:09:09.230Z Checking void v1.0.2
33052026-05-05T22:09:09.238Z Checking utf-8 v0.7.6
33062026-05-05T22:09:09.341Z Checking lzss v0.8.2
33072026-05-05T22:09:09.376Z Checking tungstenite v0.23.0
33082026-05-05T22:09:09.402Z Checking serde_cbor v0.11.2
33092026-05-05T22:09:09.531Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-05-05T22:09:09.589Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-05-05T22:09:09.694Z Checking nix v0.27.1
33122026-05-05T22:09:09.734Z Compiling typify-macro v0.6.2
33132026-05-05T22:09:09.789Z Checking kstat-rs v0.2.4
33142026-05-05T22:09:09.797Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-05T22:09:09.813Z Checking fxhash v0.2.1
33162026-05-05T22:09:09.821Z Checking serde_bytes v0.11.19
33172026-05-05T22:09:09.926Z Checking tokio-tungstenite v0.23.1
33182026-05-05T22:09:09.970Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-05-05T22:09:09.998Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-05-05T22:09:10.194Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-05-05T22:09:10.209Z Checking signal-hook-tokio v0.3.1
33222026-05-05T22:09:11.124Z Compiling typify v0.6.2
33232026-05-05T22:09:11.204Z Compiling progenitor-impl v0.13.0
33242026-05-05T22:09:11.204Z Compiling progenitor-impl v0.14.0
33252026-05-05T22:09:11.316Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-05T22:09:12.253Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-05-05T22:09:12.579Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-05-05T22:09:12.794Z Compiling progenitor-macro v0.14.0
33292026-05-05T22:09:12.820Z Compiling progenitor-macro v0.13.0
33302026-05-05T22:09:15.394Z Checking progenitor v0.14.0
33312026-05-05T22:09:15.442Z Checking progenitor v0.13.0
33322026-05-05T22:09:15.526Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-05T22:09:15.564Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33342026-05-05T22:09:18.576Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-05-05T22:09:25.934Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-05-05T22:09:32.227Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-05-05T22:09:33.603Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-05T22:09:34.105Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-05T22:09:36.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s
33402026-05-05T22:09:36.381Z
33412026-05-05T22:09:36.381Zinfo: running `cargo check --bins` on gateway-api (133/274)
33422026-05-05T22:09:36.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-05T22:09:36.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-05T22:09:36.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-05T22:09:36.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-05-05T22:09:36.982Z
33472026-05-05T22:09:36.982Zinfo: running `cargo check --bins` on ipcc (134/274)
33482026-05-05T22:09:37.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-05T22:09:37.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-05T22:09:37.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-05T22:09:37.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-05-05T22:09:37.592Z
33532026-05-05T22:09:37.592Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33542026-05-05T22:09:38.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-05T22:09:38.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-05T22:09:38.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-05T22:09:38.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-05-05T22:09:38.201Z
33592026-05-05T22:09:38.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33602026-05-05T22:09:38.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-05T22:09:38.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-05T22:09:38.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-05T22:09:38.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-05-05T22:09:38.777Z
33652026-05-05T22:09:38.777Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33662026-05-05T22:09:39.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-05T22:09:39.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-05T22:09:39.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-05T22:09:39.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-05-05T22:09:39.381Z
33712026-05-05T22:09:39.381Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33722026-05-05T22:09:39.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-05T22:09:39.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-05T22:09:39.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-05T22:09:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-05-05T22:09:39.988Z
33772026-05-05T22:09:39.988Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33782026-05-05T22:09:40.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-05T22:09:40.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-05T22:09:40.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-05T22:09:40.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-05-05T22:09:40.589Z
33832026-05-05T22:09:40.589Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33842026-05-05T22:09:41.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-05T22:09:41.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-05T22:09:41.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-05T22:09:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-05-05T22:09:41.193Z
33892026-05-05T22:09:41.193Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33902026-05-05T22:09:41.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-05T22:09:41.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-05T22:09:41.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-05T22:09:41.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-05-05T22:09:41.803Z
33952026-05-05T22:09:41.803Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33962026-05-05T22:09:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-05T22:09:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-05T22:09:42.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-05T22:09:42.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-05-05T22:09:42.415Z
34012026-05-05T22:09:42.415Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34022026-05-05T22:09:42.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-05T22:09:42.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-05T22:09:42.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-05T22:09:42.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-05-05T22:09:43.006Z
34072026-05-05T22:09:43.006Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34082026-05-05T22:09:43.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-05T22:09:43.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-05T22:09:43.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-05T22:09:43.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-05-05T22:09:43.604Z
34132026-05-05T22:09:43.604Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34142026-05-05T22:09:44.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-05T22:09:44.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-05T22:09:44.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-05T22:09:44.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-05-05T22:09:44.205Z
34192026-05-05T22:09:44.205Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34202026-05-05T22:09:44.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-05T22:09:44.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-05T22:09:44.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-05T22:09:44.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-05-05T22:09:44.805Z
34252026-05-05T22:09:44.805Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34262026-05-05T22:09:45.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-05T22:09:45.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-05T22:09:45.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-05T22:09:45.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34302026-05-05T22:09:45.398Z
34312026-05-05T22:09:45.398Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34322026-05-05T22:09:45.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-05T22:09:45.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-05T22:09:45.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-05T22:09:45.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-05-05T22:09:45.994Z
34372026-05-05T22:09:45.994Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34382026-05-05T22:09:46.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-05T22:09:46.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-05T22:09:46.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-05T22:09:46.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-05-05T22:09:46.590Z
34432026-05-05T22:09:46.590Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34442026-05-05T22:09:47.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-05T22:09:47.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-05T22:09:47.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-05T22:09:47.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-05-05T22:09:47.188Z
34492026-05-05T22:09:47.188Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34502026-05-05T22:09:47.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-05T22:09:47.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-05T22:09:47.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-05T22:09:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-05-05T22:09:47.784Z
34552026-05-05T22:09:47.784Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34562026-05-05T22:09:48.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-05T22:09:48.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-05T22:09:48.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-05T22:09:48.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-05-05T22:09:48.382Z
34612026-05-05T22:09:48.382Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34622026-05-05T22:09:48.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-05T22:09:48.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-05T22:09:48.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-05T22:09:48.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-05-05T22:09:48.978Z
34672026-05-05T22:09:48.978Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34682026-05-05T22:09:49.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-05T22:09:49.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-05T22:09:49.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-05T22:09:49.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34722026-05-05T22:09:49.615Z
34732026-05-05T22:09:49.615Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34742026-05-05T22:09:50.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-05T22:09:50.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-05T22:09:50.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-05T22:09:50.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-05T22:09:50.212Z
34792026-05-05T22:09:50.212Zinfo: running `cargo check --bins` on dns-server (156/274)
34802026-05-05T22:09:50.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-05T22:09:50.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-05T22:09:50.853Z Compiling parking_lot_core v0.8.6
34832026-05-05T22:09:50.853Z Compiling git-stub v1.0.0
34842026-05-05T22:09:50.853Z Compiling atomicwrites v0.4.4
34852026-05-05T22:09:50.859Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-05-05T22:09:50.961Z Checking prefix-trie v0.7.0
34872026-05-05T22:09:51.095Z Compiling git-stub-vcs v0.1.0
34882026-05-05T22:09:51.261Z Checking hickory-server v0.25.2
34892026-05-05T22:09:51.366Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-05T22:09:51.385Z Checking parking_lot v0.11.2
34912026-05-05T22:09:51.445Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-05T22:09:51.445Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-05-05T22:09:51.557Z Checking sled v0.34.7
34942026-05-05T22:09:53.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34952026-05-05T22:09:53.620Z
34962026-05-05T22:09:53.620Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34972026-05-05T22:09:54.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-05T22:09:54.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-05T22:09:54.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-05T22:09:54.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35012026-05-05T22:09:54.215Z
35022026-05-05T22:09:54.215Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35032026-05-05T22:09:54.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-05T22:09:54.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-05T22:09:54.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-05T22:09:54.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-05T22:09:54.808Z
35082026-05-05T22:09:54.808Zinfo: running `cargo check --bins` on sp-sim (159/274)
35092026-05-05T22:09:55.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-05T22:09:55.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-05T22:09:55.542Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-05-05T22:09:57.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35132026-05-05T22:09:57.518Z
35142026-05-05T22:09:57.518Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35152026-05-05T22:09:58.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-05T22:09:58.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-05T22:09:58.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-05T22:09:58.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-05-05T22:09:58.175Z
35202026-05-05T22:09:58.175Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35212026-05-05T22:09:58.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-05T22:09:58.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-05T22:09:58.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-05T22:09:58.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-05-05T22:09:58.827Z
35262026-05-05T22:09:58.827Zinfo: running `cargo check --bins` on db-macros (162/274)
35272026-05-05T22:09:59.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-05T22:09:59.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-05T22:09:59.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-05T22:09:59.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-05-05T22:09:59.412Z
35322026-05-05T22:09:59.412Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35332026-05-05T22:09:59.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-05T22:09:59.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-05T22:09:59.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-05T22:09:59.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-05-05T22:09:59.996Z
35382026-05-05T22:09:59.996Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35392026-05-05T22:10:00.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-05T22:10:00.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-05T22:10:00.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-05T22:10:00.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432026-05-05T22:10:00.692Z
35442026-05-05T22:10:00.693Zinfo: running `cargo check --bins` on authz-macros (165/274)
35452026-05-05T22:10:01.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-05T22:10:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-05T22:10:01.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-05T22:10:01.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-05-05T22:10:01.232Z
35502026-05-05T22:10:01.232Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35512026-05-05T22:10:01.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-05T22:10:01.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-05T22:10:01.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-05T22:10:01.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-05T22:10:01.881Z
35562026-05-05T22:10:01.881Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35572026-05-05T22:10:02.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-05T22:10:02.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-05T22:10:02.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-05T22:10:02.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35612026-05-05T22:10:02.525Z
35622026-05-05T22:10:02.525Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35632026-05-05T22:10:03.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-05T22:10:03.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-05T22:10:03.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-05T22:10:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-05-05T22:10:03.112Z
35682026-05-05T22:10:03.112Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35692026-05-05T22:10:03.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-05T22:10:03.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-05T22:10:03.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-05T22:10:03.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-05-05T22:10:03.702Z
35742026-05-05T22:10:03.702Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35752026-05-05T22:10:04.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-05T22:10:04.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-05T22:10:04.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-05T22:10:04.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-05-05T22:10:04.299Z
35802026-05-05T22:10:04.299Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35812026-05-05T22:10:04.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-05T22:10:04.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-05T22:10:04.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-05T22:10:04.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-05-05T22:10:04.890Z
35862026-05-05T22:10:04.890Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35872026-05-05T22:10:05.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-05T22:10:05.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-05T22:10:05.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-05T22:10:05.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-05-05T22:10:05.473Z
35922026-05-05T22:10:05.473Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35932026-05-05T22:10:06.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-05T22:10:06.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-05T22:10:06.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-05T22:10:06.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972026-05-05T22:10:06.140Z
35982026-05-05T22:10:06.141Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35992026-05-05T22:10:06.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-05T22:10:06.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-05T22:10:06.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-05T22:10:06.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36032026-05-05T22:10:06.784Z
36042026-05-05T22:10:06.784Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36052026-05-05T22:10:07.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-05T22:10:07.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-05T22:10:07.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-05T22:10:07.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-05-05T22:10:07.435Z
36102026-05-05T22:10:07.435Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36112026-05-05T22:10:07.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-05T22:10:07.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-05T22:10:07.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-05T22:10:07.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-05-05T22:10:08.051Z
36162026-05-05T22:10:08.051Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36172026-05-05T22:10:08.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-05T22:10:08.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-05T22:10:08.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-05T22:10:08.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-05-05T22:10:08.669Z
36222026-05-05T22:10:08.669Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36232026-05-05T22:10:09.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-05T22:10:09.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-05T22:10:09.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-05T22:10:09.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-05-05T22:10:09.360Z
36282026-05-05T22:10:09.360Zinfo: running `cargo check --bins` on key-manager (179/274)
36292026-05-05T22:10:09.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-05T22:10:09.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-05T22:10:09.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-05T22:10:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-05-05T22:10:09.985Z
36342026-05-05T22:10:09.986Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36352026-05-05T22:10:10.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-05T22:10:10.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-05T22:10:10.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-05T22:10:10.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-05-05T22:10:10.511Z
36402026-05-05T22:10:10.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36412026-05-05T22:10:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-05T22:10:11.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-05T22:10:11.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-05T22:10:11.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-05-05T22:10:11.136Z
36462026-05-05T22:10:11.136Zinfo: running `cargo check --bins` on typed-rng (182/274)
36472026-05-05T22:10:11.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-05T22:10:11.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-05T22:10:11.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-05T22:10:11.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-05-05T22:10:11.699Z
36522026-05-05T22:10:11.699Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36532026-05-05T22:10:12.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-05T22:10:12.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-05T22:10:12.548Z Compiling typify-impl v0.4.3
36562026-05-05T22:10:12.549Z Compiling libefi-sys v0.1.0
36572026-05-05T22:10:12.693Z Compiling bitfield-struct v0.6.2
36582026-05-05T22:10:12.701Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-05-05T22:10:12.710Z Compiling xshell-macros v0.2.7
36602026-05-05T22:10:12.742Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-05-05T22:10:12.752Z Compiling salty v0.3.0
36622026-05-05T22:10:12.811Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-05-05T22:10:12.945Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-05T22:10:13.062Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-05-05T22:10:13.073Z Checking xshell v0.2.7
36662026-05-05T22:10:13.102Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-05-05T22:10:13.258Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-05-05T22:10:13.301Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692026-05-05T22:10:13.316Z Checking primeorder v0.13.6
36702026-05-05T22:10:13.429Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-05T22:10:13.476Z Compiling proc-macro-error-attr2 v2.0.0
36722026-05-05T22:10:13.535Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-05T22:10:13.555Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-05-05T22:10:13.596Z Checking tungstenite v0.21.0
36752026-05-05T22:10:13.774Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-05-05T22:10:13.788Z Checking p384 v0.13.1
36772026-05-05T22:10:13.868Z Compiling proc-macro-error2 v2.0.1
36782026-05-05T22:10:13.926Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-05-05T22:10:14.023Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-05-05T22:10:14.186Z Compiling num-derive v0.3.3
36812026-05-05T22:10:14.219Z Compiling tabled_derive v0.11.0
36822026-05-05T22:10:14.356Z Checking tokio-tungstenite v0.21.0
36832026-05-05T22:10:14.634Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-05T22:10:14.646Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-05T22:10:14.734Z Checking papergrid v0.17.0
36862026-05-05T22:10:15.061Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-05T22:10:15.087Z Checking libscf-sys v1.1.0
36882026-05-05T22:10:15.220Z Checking testing_table v0.3.0
36892026-05-05T22:10:15.327Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-05T22:10:15.348Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-05-05T22:10:15.399Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-05T22:10:15.546Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36932026-05-05T22:10:15.620Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-05-05T22:10:15.768Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-05T22:10:15.817Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36962026-05-05T22:10:15.830Z Compiling unicase v2.9.0
36972026-05-05T22:10:15.849Z Checking corncobs v0.1.4
36982026-05-05T22:10:15.989Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-05-05T22:10:16.020Z Checking tabled v0.20.0
37002026-05-05T22:10:16.033Z Compiling mime_guess v2.0.5
37012026-05-05T22:10:16.049Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37022026-05-05T22:10:16.163Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-05-05T22:10:16.238Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-05-05T22:10:16.254Z Checking progenitor-client v0.11.2
37052026-05-05T22:10:16.486Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-05-05T22:10:16.500Z Checking secrecy v0.8.0
37072026-05-05T22:10:16.524Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37082026-05-05T22:10:16.566Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-05-05T22:10:16.608Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-05T22:10:16.779Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-05-05T22:10:17.039Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37122026-05-05T22:10:17.071Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37132026-05-05T22:10:17.188Z Checking filetime v0.2.27
37142026-05-05T22:10:17.233Z Compiling typify-macro v0.4.3
37152026-05-05T22:10:17.241Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-05T22:10:17.484Z Checking http-range v0.1.5
37172026-05-05T22:10:17.493Z Checking crc8 v0.1.1
37182026-05-05T22:10:17.593Z Checking xattr v1.6.1
37192026-05-05T22:10:17.686Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37202026-05-05T22:10:17.726Z Checking tar v0.4.45
37212026-05-05T22:10:17.941Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-05-05T22:10:18.045Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-05-05T22:10:18.103Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-05-05T22:10:18.116Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-05-05T22:10:18.176Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-05-05T22:10:18.443Z Checking atty v0.2.14
37272026-05-05T22:10:18.546Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-05-05T22:10:18.619Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-05-05T22:10:18.694Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-05-05T22:10:18.916Z Compiling typify v0.4.3
37312026-05-05T22:10:19.023Z Compiling progenitor-impl v0.11.2
37322026-05-05T22:10:19.039Z Compiling progenitor-impl v0.10.0
37332026-05-05T22:10:19.304Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37342026-05-05T22:10:19.408Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37352026-05-05T22:10:19.548Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-05T22:10:19.939Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-05-05T22:10:20.432Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-05-05T22:10:20.449Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-05T22:10:20.507Z Checking hyper-staticfile v0.10.1
37402026-05-05T22:10:20.659Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-05-05T22:10:20.803Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-05-05T22:10:20.915Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37432026-05-05T22:10:20.931Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37442026-05-05T22:10:21.192Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-05-05T22:10:21.240Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37462026-05-05T22:10:21.483Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-05-05T22:10:21.535Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37482026-05-05T22:10:21.693Z Compiling progenitor-macro v0.11.2
37492026-05-05T22:10:21.729Z Compiling progenitor-macro v0.10.0
37502026-05-05T22:10:24.527Z Checking progenitor v0.10.0
37512026-05-05T22:10:24.543Z Checking progenitor v0.11.2
37522026-05-05T22:10:24.657Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-05T22:10:24.660Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-05-05T22:10:29.271Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-05-05T22:10:30.375Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-05T22:10:40.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.04s
37572026-05-05T22:10:40.959Z
37582026-05-05T22:10:40.959Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37592026-05-05T22:10:41.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-05T22:10:41.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-05T22:10:41.754Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-05T22:10:52.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37632026-05-05T22:10:52.522Z
37642026-05-05T22:10:52.522Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37652026-05-05T22:10:53.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-05T22:10:53.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-05T22:10:53.301Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-05T22:11:03.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37692026-05-05T22:11:03.981Z
37702026-05-05T22:11:03.981Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37712026-05-05T22:11:04.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-05T22:11:04.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-05T22:11:04.765Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-05T22:11:15.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37752026-05-05T22:11:15.436Z
37762026-05-05T22:11:15.436Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37772026-05-05T22:11:15.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-05T22:11:15.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-05T22:11:16.207Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-05T22:11:26.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37812026-05-05T22:11:26.927Z
37822026-05-05T22:11:26.927Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37832026-05-05T22:11:27.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-05T22:11:27.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-05T22:11:27.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-05T22:11:38.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37872026-05-05T22:11:38.406Z
37882026-05-05T22:11:38.406Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37892026-05-05T22:11:38.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-05T22:11:38.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-05T22:11:39.194Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-05T22:11:49.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37932026-05-05T22:11:49.914Z
37942026-05-05T22:11:49.914Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37952026-05-05T22:11:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-05T22:11:50.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-05T22:11:50.694Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-05T22:12:01.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37992026-05-05T22:12:01.402Z
38002026-05-05T22:12:01.402Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38012026-05-05T22:12:01.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-05T22:12:01.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-05T22:12:01.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-05T22:12:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-05T22:12:02.011Z
38062026-05-05T22:12:02.011Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38072026-05-05T22:12:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-05T22:12:02.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-05T22:12:02.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-05T22:12:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-05-05T22:12:02.623Z
38122026-05-05T22:12:02.623Zinfo: running `cargo check --bins` on range-requests (193/274)
38132026-05-05T22:12:03.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-05T22:12:03.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-05T22:12:03.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-05T22:12:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-05-05T22:12:03.223Z
38182026-05-05T22:12:03.223Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38192026-05-05T22:12:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-05T22:12:03.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-05T22:12:03.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-05T22:12:03.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-05-05T22:12:03.827Z
38242026-05-05T22:12:03.827Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38252026-05-05T22:12:04.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-05T22:12:04.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-05T22:12:04.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-05T22:12:04.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-05T22:12:04.451Z
38302026-05-05T22:12:04.451Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38312026-05-05T22:12:04.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-05T22:12:04.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-05T22:12:04.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-05T22:12:04.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-05T22:12:05.071Z
38362026-05-05T22:12:05.071Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38372026-05-05T22:12:05.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-05T22:12:05.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-05T22:12:05.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-05T22:12:05.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-05T22:12:05.698Z
38422026-05-05T22:12:05.698Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38432026-05-05T22:12:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-05T22:12:06.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-05T22:12:06.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-05T22:12:06.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-05-05T22:12:06.332Z
38482026-05-05T22:12:06.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38492026-05-05T22:12:06.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-05T22:12:06.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-05T22:12:06.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-05T22:12:06.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-05-05T22:12:06.958Z
38542026-05-05T22:12:06.958Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38552026-05-05T22:12:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-05T22:12:07.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-05T22:12:07.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-05T22:12:07.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-05-05T22:12:07.582Z
38602026-05-05T22:12:07.582Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38612026-05-05T22:12:08.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-05T22:12:08.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-05T22:12:08.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-05T22:12:08.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38652026-05-05T22:12:08.214Z
38662026-05-05T22:12:08.214Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38672026-05-05T22:12:08.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-05T22:12:08.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-05T22:12:08.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-05T22:12:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-05-05T22:12:08.842Z
38722026-05-05T22:12:08.842Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38732026-05-05T22:12:09.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-05T22:12:09.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-05T22:12:09.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-05T22:12:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-05-05T22:12:09.477Z
38782026-05-05T22:12:09.477Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38792026-05-05T22:12:10.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-05T22:12:10.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-05T22:12:10.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-05T22:12:10.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38832026-05-05T22:12:10.138Z
38842026-05-05T22:12:10.139Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38852026-05-05T22:12:10.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-05T22:12:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-05T22:12:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-05T22:12:10.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-05-05T22:12:10.768Z
38902026-05-05T22:12:10.768Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38912026-05-05T22:12:11.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-05T22:12:11.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-05T22:12:11.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-05T22:12:11.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-05-05T22:12:11.410Z
38962026-05-05T22:12:11.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38972026-05-05T22:12:11.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-05T22:12:11.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-05T22:12:11.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-05T22:12:11.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-05-05T22:12:12.069Z
39022026-05-05T22:12:12.069Zinfo: running `cargo check --bins` on update-common (208/274)
39032026-05-05T22:12:12.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-05T22:12:12.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-05T22:12:12.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-05T22:12:12.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-05-05T22:12:12.683Z
39082026-05-05T22:12:12.684Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39092026-05-05T22:12:13.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-05T22:12:13.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-05T22:12:13.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-05T22:12:13.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-05-05T22:12:13.339Z
39142026-05-05T22:12:13.339Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39152026-05-05T22:12:13.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-05T22:12:13.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-05T22:12:13.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-05T22:12:13.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-05T22:12:13.922Z
39202026-05-05T22:12:13.922Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39212026-05-05T22:12:14.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-05T22:12:14.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-05T22:12:14.699Z Compiling fs-err v2.11.0
39242026-05-05T22:12:14.702Z Checking ignore v0.4.25
39252026-05-05T22:12:14.702Z Checking arc-swap v1.8.2
39262026-05-05T22:12:14.702Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39272026-05-05T22:12:14.842Z Checking predicates-tree v1.0.13
39282026-05-05T22:12:14.846Z Checking parse-size v1.1.0
39292026-05-05T22:12:14.863Z Checking rand_seeder v0.4.0
39302026-05-05T22:12:14.866Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-05-05T22:12:14.943Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-05T22:12:14.963Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39332026-05-05T22:12:15.009Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39342026-05-05T22:12:15.028Z Checking slog-scope v4.4.1
39352026-05-05T22:12:15.142Z Compiling petname v2.0.2
39362026-05-05T22:12:15.160Z Checking slog-stdlog v4.1.1
39372026-05-05T22:12:15.174Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-05-05T22:12:15.214Z Checking globwalk v0.9.1
39392026-05-05T22:12:15.271Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-05-05T22:12:15.291Z Checking slog-envlogger v2.2.0
39412026-05-05T22:12:15.400Z Checking camino-tempfile-ext v0.3.3
39422026-05-05T22:12:15.415Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39432026-05-05T22:12:15.467Z Checking sapling-renderdag v0.1.0
39442026-05-05T22:12:15.584Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39452026-05-05T22:12:15.598Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39462026-05-05T22:12:15.683Z Checking subprocess v0.2.15
39472026-05-05T22:12:15.775Z Checking sync-ptr v0.1.4
39482026-05-05T22:12:15.812Z Checking colored v2.2.0
39492026-05-05T22:12:15.893Z Checking assert_matches v1.5.0
39502026-05-05T22:12:15.969Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39512026-05-05T22:12:16.009Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39522026-05-05T22:12:16.105Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39532026-05-05T22:12:16.108Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-05-05T22:12:16.702Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39552026-05-05T22:12:18.001Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39562026-05-05T22:12:20.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
39572026-05-05T22:12:20.428Z
39582026-05-05T22:12:20.428Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39592026-05-05T22:12:20.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-05T22:12:20.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-05T22:12:20.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-05T22:12:20.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-05-05T22:12:21.012Z
39642026-05-05T22:12:21.012Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39652026-05-05T22:12:21.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-05T22:12:21.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-05T22:12:21.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-05T22:12:21.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-05T22:12:21.629Z
39702026-05-05T22:12:21.629Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39712026-05-05T22:12:22.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-05T22:12:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-05T22:12:22.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-05T22:12:22.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-05T22:12:22.292Z
39762026-05-05T22:12:22.292Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39772026-05-05T22:12:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-05T22:12:22.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-05T22:12:23.017Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39802026-05-05T22:12:23.020Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39812026-05-05T22:12:23.668Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-05-05T22:12:25.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39832026-05-05T22:12:25.464Z
39842026-05-05T22:12:25.464Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39852026-05-05T22:12:25.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-05T22:12:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-05T22:12:25.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-05T22:12:25.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39892026-05-05T22:12:26.077Z
39902026-05-05T22:12:26.077Zinfo: running `cargo check --bins` on cert-dev (217/274)
39912026-05-05T22:12:26.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-05T22:12:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-05T22:12:26.688Z Checking yasna v0.5.2
39942026-05-05T22:12:27.099Z Checking rcgen v0.12.1
39952026-05-05T22:12:27.352Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-05-05T22:12:27.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39972026-05-05T22:12:27.714Z
39982026-05-05T22:12:27.714Zinfo: running `cargo check --bins` on clickana (218/274)
39992026-05-05T22:12:28.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-05T22:12:28.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-05T22:12:28.364Z Compiling darling_core v0.23.0
40022026-05-05T22:12:28.474Z Compiling instability v0.3.11
40032026-05-05T22:12:28.477Z Checking castaway v0.2.4
40042026-05-05T22:12:28.498Z Compiling indoc v2.0.7
40052026-05-05T22:12:28.502Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40062026-05-05T22:12:28.502Z Checking unicode-truncate v1.1.0
40072026-05-05T22:12:28.502Z Checking lru v0.12.5
40082026-05-05T22:12:28.502Z Checking cassowary v0.3.0
40092026-05-05T22:12:28.572Z Checking compact_str v0.8.1
40102026-05-05T22:12:29.520Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-05-05T22:12:29.705Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-05-05T22:12:29.889Z Compiling darling_macro v0.23.0
40132026-05-05T22:12:30.301Z Compiling darling v0.23.0
40142026-05-05T22:12:30.914Z Checking ratatui v0.29.0
40152026-05-05T22:12:31.986Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-05-05T22:12:32.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40172026-05-05T22:12:32.847Z
40182026-05-05T22:12:32.847Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40192026-05-05T22:12:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-05T22:12:33.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-05T22:12:33.578Z Checking headers-core v0.3.0
40222026-05-05T22:12:33.581Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-05-05T22:12:33.775Z Checking headers v0.4.1
40242026-05-05T22:12:34.141Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-05T22:12:34.990Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-05-05T22:12:35.494Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-05-05T22:12:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40282026-05-05T22:12:36.111Z
40292026-05-05T22:12:36.111Zinfo: running `cargo check --bins` on ch-dev (220/274)
40302026-05-05T22:12:36.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-05T22:12:36.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-05T22:12:36.844Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-05-05T22:12:37.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40342026-05-05T22:12:37.787Z
40352026-05-05T22:12:37.787Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40362026-05-05T22:12:38.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-05T22:12:38.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-05T22:12:38.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-05T22:12:38.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40402026-05-05T22:12:38.262Z
40412026-05-05T22:12:38.262Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40422026-05-05T22:12:38.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-05T22:12:38.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-05T22:12:38.994Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-05-05T22:12:39.983Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-05-05T22:12:40.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40472026-05-05T22:12:40.550Z
40482026-05-05T22:12:40.550Zinfo: running `cargo check --bins` on db-dev (223/274)
40492026-05-05T22:12:41.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-05T22:12:41.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-05T22:12:41.283Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-05-05T22:12:42.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40532026-05-05T22:12:42.256Z
40542026-05-05T22:12:42.256Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40552026-05-05T22:12:42.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-05T22:12:42.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-05T22:12:42.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-05T22:12:42.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-05-05T22:12:42.905Z
40602026-05-05T22:12:42.905Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40612026-05-05T22:12:43.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-05T22:12:43.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-05T22:12:43.527Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-05-05T22:12:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40652026-05-05T22:12:44.388Z
40662026-05-05T22:12:44.388Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40672026-05-05T22:12:44.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-05T22:12:44.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-05T22:12:45.147Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-05T22:12:45.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-05T22:12:45.150Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40722026-05-05T22:12:45.150Z Checking git-stub v1.0.0
40732026-05-05T22:12:45.150Z Compiling trait-variant v0.1.2
40742026-05-05T22:12:45.150Z Checking maplit v1.0.2
40752026-05-05T22:12:45.150Z Checking is_ci v1.2.0
40762026-05-05T22:12:45.291Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-05-05T22:12:45.350Z Checking supports-color v3.0.2
40782026-05-05T22:12:45.363Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-05-05T22:12:45.438Z Checking git-stub-vcs v0.1.0
40802026-05-05T22:12:45.472Z Checking drift v0.1.3
40812026-05-05T22:12:45.533Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40822026-05-05T22:12:45.548Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40832026-05-05T22:12:45.634Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-05T22:12:45.732Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-05-05T22:12:45.758Z Checking dropshot-api-manager v0.7.1
40862026-05-05T22:12:45.800Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40872026-05-05T22:12:45.868Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-05-05T22:12:46.049Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40892026-05-05T22:12:46.063Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40902026-05-05T22:12:46.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40912026-05-05T22:12:46.549Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-05-05T22:12:51.493Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-05-05T22:12:52.591Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-05-05T22:12:53.157Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-05-05T22:12:53.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
40962026-05-05T22:12:53.794Z
40972026-05-05T22:12:53.794Zinfo: running `cargo check --bins` on installinator-api (227/274)
40982026-05-05T22:12:54.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-05T22:12:54.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-05T22:12:54.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-05T22:12:54.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41022026-05-05T22:12:54.405Z
41032026-05-05T22:12:54.405Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41042026-05-05T22:12:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-05T22:12:54.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-05T22:12:54.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-05T22:12:54.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-05T22:12:55.058Z
41092026-05-05T22:12:55.058Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41102026-05-05T22:12:55.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-05T22:12:55.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-05T22:12:55.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-05T22:12:55.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41142026-05-05T22:12:55.701Z
41152026-05-05T22:12:55.701Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41162026-05-05T22:12:56.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-05T22:12:56.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-05T22:12:56.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-05T22:12:56.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41202026-05-05T22:12:56.387Z
41212026-05-05T22:12:56.387Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41222026-05-05T22:12:56.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-05T22:12:56.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-05T22:12:56.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-05T22:12:56.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41262026-05-05T22:12:56.963Z
41272026-05-05T22:12:56.963Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41282026-05-05T22:12:57.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-05T22:12:57.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-05T22:12:57.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-05T22:12:57.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41322026-05-05T22:12:57.564Z
41332026-05-05T22:12:57.564Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41342026-05-05T22:12:58.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-05T22:12:58.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-05T22:12:58.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-05-05T22:12:58.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41382026-05-05T22:12:58.194Z
41392026-05-05T22:12:58.194Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41402026-05-05T22:12:58.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-05T22:12:58.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-05T22:12:58.809Z Checking typeid v1.0.3
41432026-05-05T22:12:58.920Z Checking ordered-float v2.10.1
41442026-05-05T22:12:58.939Z Checking unicode-xid v0.2.6
41452026-05-05T22:12:58.951Z Checking cargo-platform v0.2.0
41462026-05-05T22:12:58.960Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41472026-05-05T22:12:58.991Z Checking erased-serde v0.4.9
41482026-05-05T22:12:59.123Z Checking serde-value v0.7.0
41492026-05-05T22:12:59.299Z Checking serde-untagged v0.1.9
41502026-05-05T22:12:59.457Z Checking cargo-util-schemas v0.8.2
41512026-05-05T22:13:00.141Z Checking cargo_metadata v0.21.0
41522026-05-05T22:13:00.758Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41532026-05-05T22:13:01.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41542026-05-05T22:13:01.651Z
41552026-05-05T22:13:01.651Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41562026-05-05T22:13:02.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-05T22:13:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-05T22:13:02.344Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41592026-05-05T22:13:02.973Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41602026-05-05T22:13:03.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41612026-05-05T22:13:03.690Z
41622026-05-05T22:13:03.690Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41632026-05-05T22:13:04.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-05T22:13:04.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-05T22:13:04.560Z Compiling vergen-gitcl v1.0.8
41662026-05-05T22:13:04.560Z Compiling dirs-sys-next v0.1.2
41672026-05-05T22:13:04.560Z Compiling crunchy v0.2.4
41682026-05-05T22:13:04.560Z Compiling diesel_derives v2.3.7
41692026-05-05T22:13:04.564Z Compiling glob v0.3.3
41702026-05-05T22:13:04.564Z Compiling dsl_auto_type v0.2.0
41712026-05-05T22:13:04.564Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41722026-05-05T22:13:04.564Z Checking scheduled-thread-pool v0.2.7
41732026-05-05T22:13:04.825Z Compiling diesel_table_macro_syntax v0.3.0
41742026-05-05T22:13:04.882Z Compiling tiny-keccak v2.0.2
41752026-05-05T22:13:04.927Z Compiling dirs-next v2.0.0
41762026-05-05T22:13:05.016Z Compiling term v0.7.0
41772026-05-05T22:13:05.055Z Checking r2d2 v0.8.10
41782026-05-05T22:13:05.089Z Compiling clang-sys v1.8.1
41792026-05-05T22:13:05.103Z Checking downcast-rs v2.0.2
41802026-05-05T22:13:05.125Z Compiling bit-vec v0.6.3
41812026-05-05T22:13:05.233Z Compiling itertools v0.10.5
41822026-05-05T22:13:05.357Z Compiling bit-set v0.5.3
41832026-05-05T22:13:05.476Z Compiling ascii-canvas v3.0.0
41842026-05-05T22:13:05.575Z Compiling ena v0.14.4
41852026-05-05T22:13:05.592Z Compiling libloading v0.8.9
41862026-05-05T22:13:05.616Z Compiling bindgen v0.71.1
41872026-05-05T22:13:05.619Z Compiling regex-syntax v0.6.29
41882026-05-05T22:13:05.719Z Compiling diff v0.1.13
41892026-05-05T22:13:05.799Z Compiling cexpr v0.6.0
41902026-05-05T22:13:05.994Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-05-05T22:13:06.066Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-05-05T22:13:06.204Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-05-05T22:13:06.224Z Compiling libxml v0.3.3
41942026-05-05T22:13:06.308Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-05-05T22:13:06.467Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-05-05T22:13:06.483Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-05-05T22:13:06.625Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-05-05T22:13:06.671Z Compiling strum_macros v0.24.3
41992026-05-05T22:13:06.780Z Compiling indoc v1.0.9
42002026-05-05T22:13:07.221Z Compiling lalrpop v0.19.12
42012026-05-05T22:13:07.736Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-05-05T22:13:07.751Z Checking derive_builder v0.20.2
42032026-05-05T22:13:07.870Z Compiling oso-derive v0.27.3
42042026-05-05T22:13:07.925Z Checking quick-xml v0.37.5
42052026-05-05T22:13:08.038Z Compiling impl-trait-for-tuples v0.2.3
42062026-05-05T22:13:08.371Z Checking openssl-probe v0.1.6
42072026-05-05T22:13:08.513Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-05-05T22:13:08.809Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-05T22:13:09.003Z Checking bb8 v0.8.6
42102026-05-05T22:13:09.266Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-05-05T22:13:09.288Z Checking nonempty v0.12.0
42122026-05-05T22:13:09.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-05-05T22:13:09.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-05-05T22:13:09.500Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-05-05T22:13:09.582Z Checking console v0.16.2
42162026-05-05T22:13:09.693Z Checking unit-prefix v0.5.2
42172026-05-05T22:13:09.708Z Checking support-bundle-viewer v0.1.2
42182026-05-05T22:13:09.829Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42192026-05-05T22:13:09.890Z Checking indicatif v0.18.4
42202026-05-05T22:13:09.951Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42212026-05-05T22:13:10.070Z Checking multimap v0.10.1
42222026-05-05T22:13:10.687Z Checking diesel v2.3.7
42232026-05-05T22:13:12.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42242026-05-05T22:13:13.021Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42252026-05-05T22:13:13.088Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42262026-05-05T22:13:13.546Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-05-05T22:13:14.110Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-05T22:13:14.706Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42292026-05-05T22:13:14.793Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42302026-05-05T22:13:15.473Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42312026-05-05T22:13:17.512Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42322026-05-05T22:13:22.598Z Compiling samael v0.0.19
42332026-05-05T22:13:26.509Z Checking diesel-dtrace v0.5.0
42342026-05-05T22:13:26.754Z Checking async-bb8-diesel v0.2.1
42352026-05-05T22:13:27.514Z Compiling polar-core v0.27.3
42362026-05-05T22:13:31.960Z Checking oso v0.27.3
42372026-05-05T22:14:08.832Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42382026-05-05T22:14:42.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42392026-05-05T22:14:42.624Z
42402026-05-05T22:14:42.624Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42412026-05-05T22:14:43.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-05T22:14:43.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-05T22:14:43.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-05T22:14:43.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42452026-05-05T22:14:43.285Z
42462026-05-05T22:14:43.285Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42472026-05-05T22:14:43.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-05T22:14:43.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-05T22:14:43.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-05-05T22:14:43.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42512026-05-05T22:14:43.939Z
42522026-05-05T22:14:43.939Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42532026-05-05T22:14:44.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-05-05T22:14:44.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-05-05T22:14:44.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-05-05T22:14:44.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42572026-05-05T22:14:44.532Z
42582026-05-05T22:14:44.532Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42592026-05-05T22:14:45.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-05-05T22:14:45.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-05-05T22:14:45.396Z Compiling libz-sys v1.1.24
42622026-05-05T22:14:45.529Z Compiling libgit2-sys v0.18.3+1.9.2
42632026-05-05T22:14:45.538Z Compiling vergen-git2 v1.0.7
42642026-05-05T22:14:45.546Z Compiling rustls v0.21.12
42652026-05-05T22:14:45.574Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42662026-05-05T22:14:45.581Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42672026-05-05T22:14:45.589Z Checking sct v0.7.1
42682026-05-05T22:14:45.589Z Checking rustls-webpki v0.101.7
42692026-05-05T22:14:45.737Z Compiling nix v0.29.0
42702026-05-05T22:14:45.751Z Compiling dropshot v0.16.7
42712026-05-05T22:14:45.764Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-05-05T22:14:45.840Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42732026-05-05T22:14:45.914Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42742026-05-05T22:14:46.020Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42752026-05-05T22:14:46.034Z Checking toml v0.9.12+spec-1.1.0
42762026-05-05T22:14:46.063Z Compiling dropshot_endpoint v0.16.7
42772026-05-05T22:14:46.221Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42782026-05-05T22:14:46.378Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42792026-05-05T22:14:46.526Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42802026-05-05T22:14:46.614Z Checking rustls-pemfile v1.0.4
42812026-05-05T22:14:46.753Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42822026-05-05T22:14:46.943Z Checking twox-hash v2.1.2
42832026-05-05T22:14:46.960Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42842026-05-05T22:14:47.272Z Checking tokio-rustls v0.24.1
42852026-05-05T22:14:47.692Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42862026-05-05T22:14:47.849Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42872026-05-05T22:14:47.911Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42882026-05-05T22:14:48.476Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42892026-05-05T22:14:48.567Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42902026-05-05T22:14:48.586Z Checking fatfs v0.3.6
42912026-05-05T22:14:48.620Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42922026-05-05T22:14:48.666Z Compiling seq-macro v0.3.6
42932026-05-05T22:14:52.440Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-05T22:14:52.567Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42952026-05-05T22:14:52.679Z Compiling git2 v0.20.4
42962026-05-05T22:14:54.895Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42972026-05-05T22:15:41.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.24s
42982026-05-05T22:15:42.001Z
42992026-05-05T22:15:42.001Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43002026-05-05T22:15:42.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-05T22:15:42.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-05T22:15:42.887Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43032026-05-05T22:16:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s
43042026-05-05T22:16:21.648Z
43052026-05-05T22:16:21.648Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43062026-05-05T22:16:22.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-05T22:16:22.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-05T22:16:22.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-05T22:16:22.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43102026-05-05T22:16:22.269Z
43112026-05-05T22:16:22.269Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43122026-05-05T22:16:22.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-05T22:16:22.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-05T22:16:22.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-05T22:16:22.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-05T22:16:22.886Z
43172026-05-05T22:16:22.886Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43182026-05-05T22:16:23.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-05T22:16:23.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-05T22:16:23.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-05T22:16:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-05T22:16:23.550Z
43232026-05-05T22:16:23.551Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43242026-05-05T22:16:24.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-05T22:16:24.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-05T22:16:24.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-05T22:16:24.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-05-05T22:16:24.205Z
43292026-05-05T22:16:24.205Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43302026-05-05T22:16:24.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-05T22:16:24.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-05T22:16:24.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-05T22:16:24.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43342026-05-05T22:16:24.851Z
43352026-05-05T22:16:24.851Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43362026-05-05T22:16:25.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-05T22:16:25.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-05T22:16:25.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-05T22:16:25.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43402026-05-05T22:16:25.517Z
43412026-05-05T22:16:25.517Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43422026-05-05T22:16:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-05T22:16:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-05T22:16:26.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-05T22:16:26.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43462026-05-05T22:16:26.177Z
43472026-05-05T22:16:26.177Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43482026-05-05T22:16:26.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-05T22:16:26.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-05T22:16:26.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-05-05T22:16:26.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43522026-05-05T22:16:26.841Z
43532026-05-05T22:16:26.841Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43542026-05-05T22:16:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-05-05T22:16:27.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-05-05T22:16:27.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-05-05T22:16:27.739Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43582026-05-05T22:16:27.928Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43592026-05-05T22:16:27.959Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43602026-05-05T22:16:27.979Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43612026-05-05T22:16:27.998Z Checking yansi v1.0.1
43622026-05-05T22:16:28.002Z Checking diff v0.1.13
43632026-05-05T22:16:28.024Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43642026-05-05T22:16:28.064Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43652026-05-05T22:16:28.242Z Checking pretty_assertions v1.4.1
43662026-05-05T22:16:28.914Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-05-05T22:16:29.251Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43682026-05-05T22:16:52.778Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43692026-05-05T22:16:52.778Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43702026-05-05T22:16:52.781Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43712026-05-05T22:16:52.781Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43722026-05-05T22:16:52.781Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43732026-05-05T22:16:52.781Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43742026-05-05T22:16:53.628Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43752026-05-05T22:16:54.733Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43762026-05-05T22:17:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43772026-05-05T22:17:33.416Z
43782026-05-05T22:17:33.416Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43792026-05-05T22:17:33.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-05T22:17:33.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-05T22:17:33.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-05-05T22:17:33.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43832026-05-05T22:17:34.006Z
43842026-05-05T22:17:34.006Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43852026-05-05T22:17:34.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-05T22:17:34.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-05T22:17:34.782Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43882026-05-05T22:17:34.905Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43892026-05-05T22:17:34.912Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43902026-05-05T22:18:00.626Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43912026-05-05T22:18:01.017Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43922026-05-05T22:18:02.733Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-05-05T22:18:03.193Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43942026-05-05T22:18:06.132Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43952026-05-05T22:18:29.003Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43962026-05-05T22:18:29.702Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-05-05T22:18:31.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s
43982026-05-05T22:18:31.558Z
43992026-05-05T22:18:31.558Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44002026-05-05T22:18:32.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-05T22:18:32.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-05T22:18:32.283Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44032026-05-05T22:18:32.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44042026-05-05T22:18:33.165Z
44052026-05-05T22:18:33.165Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44062026-05-05T22:18:33.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-05-05T22:18:33.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-05-05T22:18:33.821Z Compiling blake3 v1.8.3
44092026-05-05T22:18:33.931Z Checking arrayvec v0.7.6
44102026-05-05T22:18:33.931Z Checking arrayref v0.3.9
44112026-05-05T22:18:33.936Z Checking constant_time_eq v0.4.2
44122026-05-05T22:18:33.950Z Checking topological-sort v0.2.2
44132026-05-05T22:18:33.954Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44142026-05-05T22:18:33.954Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44152026-05-05T22:18:33.954Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44162026-05-05T22:18:33.994Z Checking shell-words v1.1.1
44172026-05-05T22:18:34.715Z Checking omicron-zone-package v0.12.2
44182026-05-05T22:18:35.424Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44192026-05-05T22:18:36.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44202026-05-05T22:18:36.428Z
44212026-05-05T22:18:36.428Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44222026-05-05T22:18:36.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-05T22:18:36.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-05T22:18:37.077Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44252026-05-05T22:18:37.400Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44262026-05-05T22:18:37.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44272026-05-05T22:18:37.990Z
44282026-05-05T22:18:37.990Zinfo: running `cargo check --bins` on schema (256/274)
44292026-05-05T22:18:38.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-05T22:18:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-05T22:18:38.732Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44322026-05-05T22:18:39.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44332026-05-05T22:18:39.625Z
44342026-05-05T22:18:39.625Zinfo: running `cargo check --bins` on xtask (257/274)
44352026-05-05T22:18:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-05T22:18:40.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-05T22:18:40.079Z Checking libc v0.2.185
44382026-05-05T22:18:40.160Z Checking serde v1.0.228
44392026-05-05T22:18:40.166Z Checking zerofrom v0.1.6
44402026-05-05T22:18:40.170Z Checking bitflags v2.11.0
44412026-05-05T22:18:40.176Z Checking smallvec v1.15.1
44422026-05-05T22:18:40.182Z Checking indexmap v2.14.0
44432026-05-05T22:18:40.191Z Checking serde_json v1.0.149
44442026-05-05T22:18:40.194Z Checking num-traits v0.2.19
44452026-05-05T22:18:40.265Z Checking yoke v0.8.1
44462026-05-05T22:18:40.317Z Checking scroll v0.12.0
44472026-05-05T22:18:40.349Z Checking thiserror v1.0.69
44482026-05-05T22:18:40.435Z Checking zerovec v0.11.5
44492026-05-05T22:18:40.445Z Checking zerotrie v0.2.3
44502026-05-05T22:18:40.456Z Checking errno v0.3.14
44512026-05-05T22:18:40.543Z Checking percent-encoding v2.3.2
44522026-05-05T22:18:40.551Z Checking toml_datetime v0.6.11
44532026-05-05T22:18:40.570Z Checking rustix v1.1.3
44542026-05-05T22:18:40.679Z Checking serde_spanned v0.6.9
44552026-05-05T22:18:40.691Z Checking log v0.4.29
44562026-05-05T22:18:40.717Z Checking zerocopy v0.7.35
44572026-05-05T22:18:40.727Z Checking ordered-float v2.10.1
44582026-05-05T22:18:40.730Z Checking form_urlencoded v1.2.2
44592026-05-05T22:18:40.806Z Checking toml_edit v0.22.27
44602026-05-05T22:18:40.833Z Checking getrandom v0.4.1
44612026-05-05T22:18:40.838Z Checking goblin v0.8.2
44622026-05-05T22:18:40.862Z Checking thiserror v2.0.18
44632026-05-05T22:18:40.873Z Checking tinystr v0.8.2
44642026-05-05T22:18:40.949Z Checking potential_utf v0.1.4
44652026-05-05T22:18:40.958Z Checking serde-value v0.7.0
44662026-05-05T22:18:40.967Z Checking syn v2.0.117
44672026-05-05T22:18:41.047Z Checking icu_locale_core v2.1.1
44682026-05-05T22:18:41.077Z Checking icu_collections v2.1.1
44692026-05-05T22:18:41.158Z Checking dtrace-parser v0.2.0
44702026-05-05T22:18:41.212Z Checking thread-id v4.2.2
44712026-05-05T22:18:41.293Z Checking once_cell v1.21.3
44722026-05-05T22:18:41.383Z Checking terminal_size v0.4.3
44732026-05-05T22:18:41.409Z Checking cargo-platform v0.2.0
44742026-05-05T22:18:41.409Z Checking memmap v0.7.0
44752026-05-05T22:18:41.467Z Checking tempfile v3.25.0
44762026-05-05T22:18:41.511Z Checking clap_builder v4.5.60
44772026-05-05T22:18:41.546Z Checking textwrap v0.16.2
44782026-05-05T22:18:41.584Z Checking fs-err v3.3.0
44792026-05-05T22:18:41.602Z Checking icu_provider v2.1.1
44802026-05-05T22:18:41.661Z Checking camino-tempfile v1.4.1
44812026-05-05T22:18:41.758Z Checking tabled v0.15.0
44822026-05-05T22:18:41.758Z Checking anyhow v1.0.102
44832026-05-05T22:18:41.817Z Checking macaddr v1.0.1
44842026-05-05T22:18:41.849Z Checking icu_normalizer v2.1.1
44852026-05-05T22:18:41.917Z Checking icu_properties v2.1.2
44862026-05-05T22:18:41.961Z Checking toml v0.8.23
44872026-05-05T22:18:41.994Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44882026-05-05T22:18:42.269Z Checking cargo_toml v0.21.0
44892026-05-05T22:18:42.689Z Checking clap v4.5.60
44902026-05-05T22:18:42.700Z Checking dof v0.3.0
44912026-05-05T22:18:42.719Z Checking idna_adapter v1.2.1
44922026-05-05T22:18:42.832Z Checking idna v1.1.0
44932026-05-05T22:18:42.958Z Checking usdt-impl v0.5.0
44942026-05-05T22:18:43.055Z Checking url v2.5.8
44952026-05-05T22:18:43.205Z Checking usdt v0.5.0
44962026-05-05T22:18:43.403Z Checking cargo-util-schemas v0.8.2
44972026-05-05T22:18:44.096Z Checking cargo_metadata v0.21.0
44982026-05-05T22:18:44.697Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44992026-05-05T22:18:45.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
45002026-05-05T22:18:45.239Z
45012026-05-05T22:18:45.239Zinfo: running `cargo check --bins` on dnsadm (258/274)
45022026-05-05T22:18:45.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-05T22:18:45.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-05T22:18:45.894Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-05-05T22:18:46.385Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45062026-05-05T22:18:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45072026-05-05T22:18:46.963Z
45082026-05-05T22:18:46.963Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45092026-05-05T22:18:47.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-05T22:18:47.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-05T22:18:47.755Z Checking polyval v0.6.2
45122026-05-05T22:18:47.879Z Checking ctr v0.9.2
45132026-05-05T22:18:47.890Z Checking ssh-encoding v0.2.0
45142026-05-05T22:18:47.893Z Checking blowfish v0.9.1
45152026-05-05T22:18:47.910Z Checking password-hash v0.4.2
45162026-05-05T22:18:47.924Z Checking p256 v0.13.2
45172026-05-05T22:18:47.926Z Checking p521 v0.13.3
45182026-05-05T22:18:47.949Z Checking russh-cryptovec v0.7.3
45192026-05-05T22:18:48.020Z Checking ghash v0.5.1
45202026-05-05T22:18:48.034Z Checking bcrypt-pbkdf v0.10.0
45212026-05-05T22:18:48.034Z Checking md5 v0.7.0
45222026-05-05T22:18:48.104Z Checking num-bigint v0.4.6
45232026-05-05T22:18:48.104Z Checking des v0.8.1
45242026-05-05T22:18:48.121Z Checking pbkdf2 v0.11.0
45252026-05-05T22:18:48.136Z Checking aes-gcm v0.10.3
45262026-05-05T22:18:48.167Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-05-05T22:18:48.224Z Checking hex-literal v0.4.1
45282026-05-05T22:18:48.251Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45292026-05-05T22:18:48.254Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45302026-05-05T22:18:48.285Z Checking socket2 v0.5.10
45312026-05-05T22:18:48.299Z Checking ssh-cipher v0.2.0
45322026-05-05T22:18:48.321Z Checking internet-checksum v0.2.1
45332026-05-05T22:18:48.462Z Checking ssh-key v0.6.7
45342026-05-05T22:18:48.563Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45352026-05-05T22:18:49.102Z Checking russh-keys v0.45.0
45362026-05-05T22:18:49.657Z Checking russh v0.45.0
45372026-05-05T22:19:04.457Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45382026-05-05T22:19:05.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
45392026-05-05T22:19:05.884Z
45402026-05-05T22:19:05.884Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45412026-05-05T22:19:06.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-05T22:19:06.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-05T22:19:06.530Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-05-05T22:19:06.636Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45452026-05-05T22:19:06.642Z Checking termios v0.3.3
45462026-05-05T22:19:07.862Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45472026-05-05T22:19:08.006Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45482026-05-05T22:19:09.810Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45492026-05-05T22:19:10.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45502026-05-05T22:19:10.555Z
45512026-05-05T22:19:10.555Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45522026-05-05T22:19:11.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-05T22:19:11.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-05T22:19:11.260Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45552026-05-05T22:19:11.375Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-05-05T22:19:11.384Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45572026-05-05T22:19:11.387Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-05-05T22:19:11.398Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45592026-05-05T22:19:11.408Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45602026-05-05T22:19:12.125Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-05-05T22:19:12.456Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45622026-05-05T22:19:12.456Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45632026-05-05T22:19:13.085Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45642026-05-05T22:19:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45652026-05-05T22:19:14.924Z
45662026-05-05T22:19:14.924Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45672026-05-05T22:19:15.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-05T22:19:15.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-05T22:19:15.560Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45702026-05-05T22:19:16.010Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45712026-05-05T22:19:16.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45722026-05-05T22:19:16.523Z
45732026-05-05T22:19:16.523Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45742026-05-05T22:19:17.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-05T22:19:17.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-05T22:19:17.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-05-05T22:19:17.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45782026-05-05T22:19:17.108Z
45792026-05-05T22:19:17.108Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45802026-05-05T22:19:17.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-05T22:19:17.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-05T22:19:17.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-05-05T22:19:17.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45842026-05-05T22:19:17.689Z
45852026-05-05T22:19:17.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45862026-05-05T22:19:18.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-05T22:19:18.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-05T22:19:18.442Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45892026-05-05T22:19:19.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45902026-05-05T22:19:19.255Z
45912026-05-05T22:19:19.255Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45922026-05-05T22:19:19.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-05T22:19:19.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-05T22:19:19.899Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45952026-05-05T22:19:19.901Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45962026-05-05T22:19:20.151Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-05T22:19:20.151Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45982026-05-05T22:19:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45992026-05-05T22:19:21.128Z
46002026-05-05T22:19:21.128Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46012026-05-05T22:19:21.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-05T22:19:21.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-05T22:19:21.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-05-05T22:19:21.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46052026-05-05T22:19:21.716Z
46062026-05-05T22:19:21.716Zinfo: running `cargo check --bins` on omicron-package (268/274)
46072026-05-05T22:19:22.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-05T22:19:22.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-05T22:19:22.389Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102026-05-05T22:19:23.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46112026-05-05T22:19:23.642Z
46122026-05-05T22:19:23.643Zinfo: running `cargo check --bins` on tqdb (269/274)
46132026-05-05T22:19:24.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-05T22:19:24.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-05T22:19:24.424Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46162026-05-05T22:19:24.776Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-05-05T22:19:25.287Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46182026-05-05T22:19:25.287Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46192026-05-05T22:19:30.998Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46202026-05-05T22:19:30.998Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46212026-05-05T22:19:31.571Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46222026-05-05T22:19:31.574Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-05-05T22:19:31.574Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-05-05T22:19:31.574Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46252026-05-05T22:19:32.327Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46262026-05-05T22:19:33.319Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-05-05T22:19:34.084Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-05-05T22:19:34.701Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46292026-05-05T22:19:38.670Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46302026-05-05T22:19:44.938Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46312026-05-05T22:19:44.941Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-05-05T22:19:44.941Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46332026-05-05T22:19:44.941Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46342026-05-05T22:19:46.410Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46352026-05-05T22:19:47.750Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46362026-05-05T22:19:48.427Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46372026-05-05T22:19:49.672Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46382026-05-05T22:19:50.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.57s
46392026-05-05T22:19:50.435Z
46402026-05-05T22:19:50.435Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46412026-05-05T22:19:50.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-05T22:19:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-05T22:19:51.144Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46442026-05-05T22:19:51.147Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46452026-05-05T22:19:51.147Z Checking rtoolbox v0.0.3
46462026-05-05T22:19:51.276Z Checking tui-tree-widget v0.23.1
46472026-05-05T22:19:51.373Z Checking rpassword v7.4.0
46482026-05-05T22:19:52.402Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46492026-05-05T22:19:55.392Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46502026-05-05T22:19:57.250Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46512026-05-05T22:19:58.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46522026-05-05T22:19:58.361Z
46532026-05-05T22:19:58.361Zinfo: running `cargo check --bins` on wicket (271/274)
46542026-05-05T22:19:58.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-05T22:19:58.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-05T22:19:59.055Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-05-05T22:19:59.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46582026-05-05T22:19:59.627Z
46592026-05-05T22:19:59.627Zinfo: running `cargo check --bins` on wicketd (272/274)
46602026-05-05T22:20:00.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-05T22:20:00.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-05T22:20:00.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46632026-05-05T22:20:00.353Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642026-05-05T22:20:00.353Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46652026-05-05T22:20:00.353Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46662026-05-05T22:20:01.350Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46672026-05-05T22:20:01.919Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682026-05-05T22:20:04.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46692026-05-05T22:20:05.078Z
46702026-05-05T22:20:05.078Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46712026-05-05T22:20:05.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-05T22:20:05.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-05T22:20:05.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-05-05T22:20:05.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46752026-05-05T22:20:05.666Z
46762026-05-05T22:20:05.666Zinfo: running `cargo check --bins` on zone-setup (274/274)
46772026-05-05T22:20:06.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-05T22:20:06.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-05T22:20:06.343Z Checking uzers v0.12.2
46802026-05-05T22:20:06.615Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46812026-05-05T22:20:07.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46822026-05-05T22:20:07.585Z
46832026-05-05T22:20:07.585Zreal 14:09.133469799
46842026-05-05T22:20:07.585Zuser 20:37.257904541
46852026-05-05T22:20:07.585Zsys 4:15.465670247
46862026-05-05T22:20:07.585Ztrap 0.336930944
46872026-05-05T22:20:07.585Ztflt 0.321217933
46882026-05-05T22:20:07.585Zdflt 0.972467163
46892026-05-05T22:20:07.585Zkflt 0.001604817
46902026-05-05T22:20:07.585Zlock 1:17:11.659683431
46912026-05-05T22:20:07.585Zslp 1:38:44.901714436
46922026-05-05T22:20:07.585Zlat 53.322461787
46932026-05-05T22:20:07.585Zstop 3:23.820060713
46942026-05-05T22:20:07.590Zprocess exited: duration 1033982 ms, exit code 0
 
46952026-05-05T22:20:07.596Zfound 0 output files