01KQXFA3GM0KRK2VCB3SQG940H: 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: 01KQXFAD265EC39PP1M5AMN9G5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T01:45:14.019Zjob assigned to worker 01KQXFAJJ1Z9M0V7YHZG9HTM64 [factory aws, i-0185568abd1eec807] (queued for 47 s)
 
22026-05-06T01:45:21.186Zstarting task 0: "setup"
32026-05-06T01:45:21.193Z++ uname -s
42026-05-06T01:45:21.197Z+ kern=SunOS
52026-05-06T01:45:21.197Z+ build_user=build
62026-05-06T01:45:21.197Z+ build_uid=12345
72026-05-06T01:45:21.197Z+ work_dir=/work
82026-05-06T01:45:21.197Z+ input_dir=/input
92026-05-06T01:45:21.197Z+ [[ 0 == 12345 ]]
102026-05-06T01:45:21.197Z+ case "$kern" in
112026-05-06T01:45:21.197Z+ groupadd -g 12345 build
122026-05-06T01:45:21.201Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T01:45:23.204Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T01:45:23.285Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T01:45:23.288Z+ home_fs=zfs
162026-05-06T01:45:23.288Z+ [[ zfs == autofs ]]
172026-05-06T01:45:23.289Z+ mkdir -p /home/build
182026-05-06T01:45:23.289Z+ chown build:build /home/build /work
192026-05-06T01:45:25.290Z+ chmod 0700 /home/build /work
202026-05-06T01:45:25.293Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-06T01:45:25.300Zstarting task 1: "rust-toolchain"
222026-05-06T01:45:25.304Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T01:45:25.304Z * rust toolchain channel = "1.94.0"
242026-05-06T01:45:25.304Z * rust toolchain profile = "default"
252026-05-06T01:45:25.307Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T01:45:25.307Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T01:45:25.307Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T01:45:25.307Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T01:45:25.307Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T01:45:25.380Zinfo: downloading installer
312026-05-06T01:45:27.143Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T01:45:27.143Zwarn: /opt/ooce/bin
332026-05-06T01:45:27.143Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T01:45:27.144Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T01:45:27.144Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T01:45:27.144Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T01:45:27.144Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T01:45:27.144Zerror: cannot install while Rust is installed
392026-05-06T01:45:27.144Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T01:45:27.144Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T01:45:27.144Zwarn: /home/build/.rustup/settings.toml
422026-05-06T01:45:27.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T01:45:27.144Zwarn: instead of the one inferred from the default host triple.
442026-05-06T01:45:27.178Zinfo: profile set to default
452026-05-06T01:45:27.178Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T01:45:27.181Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T01:45:27.331Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T01:45:27.334Zinfo: downloading 6 components
492026-05-06T01:45:42.944Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T01:45:42.944Z
512026-05-06T01:45:42.971Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T01:45:42.971Z
532026-05-06T01:45:42.971Z
542026-05-06T01:45:42.971ZRust is installed now. Great!
552026-05-06T01:45:42.971Z
562026-05-06T01:45:42.971ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T01:45:42.971Zenvironment variable. This has not been done automatically.
582026-05-06T01:45:42.971Z
592026-05-06T01:45:42.972ZTo configure your current shell, you need to source
602026-05-06T01:45:42.972Zthe corresponding env file under $HOME/.cargo.
612026-05-06T01:45:42.972Z
622026-05-06T01:45:42.972ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T01:45:42.972Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T01:45:42.972Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T01:45:42.972Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T01:45:42.972Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T01:45:42.972Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T01:45:42.972Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T01:45:42.975Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T01:45:42.975Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T01:45:43.056Z+ rustup --version
722026-05-06T01:45:43.065Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T01:45:43.068Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T01:45:43.087Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T01:45:43.090Z+ cargo --version
762026-05-06T01:45:43.103Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T01:45:43.106Z+ rustc --version
782026-05-06T01:45:43.125Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T01:45:43.128Zprocess exited: duration 17823 ms, exit code 0
 
802026-05-06T01:45:43.135Zstarting task 2: "authentication"
812026-05-06T01:45:43.151Zprocess exited: duration 16 ms, exit code 0
 
822026-05-06T01:45:43.156Zstarting task 3: "clone repository"
832026-05-06T01:45:43.160Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T01:45:43.162Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T01:45:43.226ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T01:45:52.468Z+ cd /work/oxidecomputer/omicron
872026-05-06T01:45:52.468Z+ git fetch origin 042f398c27e01ae1170fc20e9a4cab0e02414066
882026-05-06T01:45:52.744ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T01:45:52.744Z * branch 042f398c27e01ae1170fc20e9a4cab0e02414066 -> FETCH_HEAD
902026-05-06T01:45:52.753Z+ [[ -n zl/ddm-internal-dns ]]
912026-05-06T01:45:52.757Z++ git branch --show-current
922026-05-06T01:45:52.757Z+ current=main
932026-05-06T01:45:52.757Z+ [[ main != zl/ddm-internal-dns ]]
942026-05-06T01:45:52.757Z+ git branch -f zl/ddm-internal-dns 042f398c27e01ae1170fc20e9a4cab0e02414066
952026-05-06T01:45:52.760Z+ git checkout -f zl/ddm-internal-dns
962026-05-06T01:45:52.992ZSwitched to branch 'zl/ddm-internal-dns'
972026-05-06T01:45:52.994Z+ git reset --hard 042f398c27e01ae1170fc20e9a4cab0e02414066
982026-05-06T01:45:53.009ZHEAD is now at 042f398c2 [internal-dns] register and publish ddmd in the switch zone
992026-05-06T01:45:53.012Zprocess exited: duration 9851 ms, exit code 0
 
1002026-05-06T01:45:53.018Zstarting task 4: "build"
1012026-05-06T01:45:53.021Z+ source .github/buildomat/ci-env.sh
1022026-05-06T01:45:53.024Z++ export CARGO_TERM_COLOR=always
1032026-05-06T01:45:53.024Z++ CARGO_TERM_COLOR=always
1042026-05-06T01:45:53.024Z+ cargo --version
1052026-05-06T01:45:53.032Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T01:45:53.035Z+ rustc --version
1072026-05-06T01:45:53.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T01:45:53.057Z+ source ./env.sh
1092026-05-06T01:45:53.057Z++ OLD_SHELL_OPTS=ehxB
1102026-05-06T01:45:53.057Z++ set -o xtrace
1112026-05-06T01:45:53.060Z++++ dirname ./env.sh
1122026-05-06T01:45:53.063Z+++ readlink -f .
1132026-05-06T01:45:53.074Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-06T01:45:53.077Z++ 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-06T01:45:53.077Z++ 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-06T01:45:53.077Z++ 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-06T01:45:53.077Z++ 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-06T01:45:53.078Z++ 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-06T01:45:53.078Z++ 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-06T01:45:53.078Z++ 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-06T01:45:53.078Z++ 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-06T01:45:53.078Z++ case $OLD_SHELL_OPTS in
1232026-05-06T01:45:53.078Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-06T01:45:53.078Z+ 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-06T01:45:53.078Z+ 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-06T01:45:53.079Z+ banner prerequisites
1272026-05-06T01:45:53.079Z
1282026-05-06T01:45:53.079Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-06T01:45:53.079Z # # # # # # # # # # # # # # #
1302026-05-06T01:45:53.079Z # # # # ##### # # ##### # # # # # #### #
1312026-05-06T01:45:53.079Z ##### ##### # ##### # # # # # # # # #
1322026-05-06T01:45:53.079Z # # # # # # # # # # # # # # #
1332026-05-06T01:45:53.079Z # # # ###### # # ###### ### # #### # #### #
1342026-05-06T01:45:53.079Z
1352026-05-06T01:45:53.079Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-06T01:46:03.609Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-06T01:46:11.017Z Startup: Caching catalogs ... Done
1382026-05-06T01:46:18.336ZPlanning: Solver setup ... Done (5.887s)
1392026-05-06T01:46:18.376ZPlanning: Running solver ... Done (0.041s)
1402026-05-06T01:46:18.523ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-06T01:46:18.535ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-06T01:46:18.653ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-06T01:46:18.690ZPlanning: Package planning ... Done (0.037s)
1442026-05-06T01:46:18.725ZPlanning: Merging actions ... Done (0.035s)
1452026-05-06T01:46:18.901ZPlanning: Checking for conflicting actions ... Done (0.176s)
1462026-05-06T01:46:18.911ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-06T01:46:19.994ZPlanning: Evaluating mediators ... Done (1.083s)
1482026-05-06T01:46:20.001ZPlanning: Planning completed in 8.82 seconds
1492026-05-06T01:46:20.013Z Packages to install: 5
1502026-05-06T01:46:20.016Z Mediators to change: 3
1512026-05-06T01:46:20.016Z Services to change: 1
1522026-05-06T01:46:20.016Z Estimated space available: 155.34 GB
1532026-05-06T01:46:20.016ZEstimated space to be consumed: 1.90 GB
1542026-05-06T01:46:20.016Z Create boot environment: No
1552026-05-06T01:46:20.016ZCreate backup boot environment: No
1562026-05-06T01:46:20.016Z Rebuild boot archive: No
1572026-05-06T01:46:20.016Z
1582026-05-06T01:46:20.016ZChanged mediators:
1592026-05-06T01:46:20.016Z mediator clang:
1602026-05-06T01:46:20.016Z version: None -> 15 (system default)
1612026-05-06T01:46:20.016Z
1622026-05-06T01:46:20.016Z mediator llvm:
1632026-05-06T01:46:20.016Z version: 14 (system default) -> 15 (system default)
1642026-05-06T01:46:20.016Z
1652026-05-06T01:46:20.016Z mediator postgresql:
1662026-05-06T01:46:20.016Z version: 15 (system default) -> 18 (system default)
1672026-05-06T01:46:20.016Z
1682026-05-06T01:46:20.016ZChanged packages:
1692026-05-06T01:46:20.016Zhelios-dev
1702026-05-06T01:46:20.016Z developer/build-essential
1712026-05-06T01:46:20.016Z None -> 11-2.0
1722026-05-06T01:46:20.016Z library/libxmlsec1
1732026-05-06T01:46:20.016Z None -> 1.2.35-2.0
1742026-05-06T01:46:20.016Z ooce/developer/clang-15
1752026-05-06T01:46:20.017Z None -> 15.0.7-2.0
1762026-05-06T01:46:20.017Z ooce/developer/llvm-15
1772026-05-06T01:46:20.017Z None -> 15.0.7-2.0
1782026-05-06T01:46:20.017Z ooce/library/postgresql-18
1792026-05-06T01:46:20.017Z None -> 18.1-2.0
1802026-05-06T01:46:20.017Z
1812026-05-06T01:46:20.017ZServices:
1822026-05-06T01:46:20.017Z restart_fmri:
1832026-05-06T01:46:20.017Z svc:/system/update-man-index:default
1842026-05-06T01:46:20.057Z
1852026-05-06T01:46:20.057ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-06T01:46:25.298ZDownload: 2217/4272 items 119.2/219.0MB 54% complete (24.5M/s)
1872026-05-06T01:46:29.755ZDownload: Completed 218.99 MB in 9.70 seconds (22.6M/s)
1882026-05-06T01:46:30.051Z Actions: 1/4789 actions (Installing new actions)
1892026-05-06T01:46:33.441Z Actions: Completed 4789 actions in 3.39 seconds.
1902026-05-06T01:46:33.750Z Done (0.304s)
1912026-05-06T01:46:33.750Z Done (0.000s)
1922026-05-06T01:46:34.482Z Done (0.731s)
1932026-05-06T01:46:37.878Z Done (3.048s)
1942026-05-06T01:46:37.953Z Done (0.015s)
1952026-05-06T01:46:37.956Z Done (0.000s)
1962026-05-06T01:46:38.161Z Done (0.000s)
1972026-05-06T01:46:39.018ZPlanning: Evaluating mediator changes ... Done
1982026-05-06T01:46:39.124ZPlanning: Checking for conflicting actions ... Done
1992026-05-06T01:46:39.127ZPlanning: Consolidating action changes ... Done
2002026-05-06T01:46:39.283ZPlanning: Evaluating mediators ... Done
2012026-05-06T01:46:39.286ZPlanning: Planning completed in 0.27 seconds
2022026-05-06T01:46:39.307Z Mediators to change: 2
2032026-05-06T01:46:39.307Z Create boot environment: No
2042026-05-06T01:46:39.307ZCreate backup boot environment: No
2052026-05-06T01:46:39.376Z Done
2062026-05-06T01:46:39.376Z Done
2072026-05-06T01:46:40.012Z Done
2082026-05-06T01:46:42.615Z Done
2092026-05-06T01:46:42.694Z Done
2102026-05-06T01:46:42.697Z Done
2112026-05-06T01:46:42.831Z Done
2122026-05-06T01:46:43.092ZPlanning: Evaluating mediator changes ... Done
2132026-05-06T01:46:43.201ZPlanning: Checking for conflicting actions ... Done
2142026-05-06T01:46:43.205ZPlanning: Consolidating action changes ... Done
2152026-05-06T01:46:43.363ZPlanning: Evaluating mediators ... Done
2162026-05-06T01:46:43.366ZPlanning: Planning completed in 0.27 seconds
2172026-05-06T01:46:43.384Z Mediators to change: 1
2182026-05-06T01:46:43.384Z Create boot environment: No
2192026-05-06T01:46:43.384ZCreate backup boot environment: No
2202026-05-06T01:46:43.442Z Done
2212026-05-06T01:46:43.442Z Done
2222026-05-06T01:46:44.054Z Done
2232026-05-06T01:46:46.667Z Done
2242026-05-06T01:46:46.733Z Done
2252026-05-06T01:46:46.737Z Done
2262026-05-06T01:46:46.867Z Done
2272026-05-06T01:46:47.152ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-05-06T01:46:47.152Zclang system 15 system
2292026-05-06T01:46:47.152Zcsh system system illumos
2302026-05-06T01:46:47.152Zctags system system illumos
2312026-05-06T01:46:47.152Zfile system system illumos
2322026-05-06T01:46:47.152Zgcc vendor 12 vendor
2332026-05-06T01:46:47.153Zgcc system 14 system
2342026-05-06T01:46:47.153Zgcc system 10 system
2352026-05-06T01:46:47.153Zgo system 1.20 system
2362026-05-06T01:46:47.153Zgo system 1.19 system
2372026-05-06T01:46:47.153Zllvm system 15 system
2382026-05-06T01:46:47.153Zllvm system 14 system
2392026-05-06T01:46:47.153Zmariadb system 10.6 system
2402026-05-06T01:46:47.153Zmta vendor vendor dma
2412026-05-06T01:46:47.153Zopenjdk system 17 system
2422026-05-06T01:46:47.153Zopenjdk system 11 system
2432026-05-06T01:46:47.153Zopenjdk system 1.8 system
2442026-05-06T01:46:47.153Zopenssl vendor 3 vendor
2452026-05-06T01:46:47.153Zperl system 5.36 system
2462026-05-06T01:46:47.153Zpostgresql system 18 system
2472026-05-06T01:46:47.153Zpostgresql system 15 system
2482026-05-06T01:46:47.153Zpostgresql system 13 system
2492026-05-06T01:46:47.153Zpython vendor 3 vendor
2502026-05-06T01:46:47.153Zpython system 2 system
2512026-05-06T01:46:47.153Zpython3 system 3.11 system
2522026-05-06T01:46:47.153Zruby system 3.0 system
2532026-05-06T01:46:47.153Zwords vendor vendor american-english
2542026-05-06T01:46:47.153Zwords system system australian-english
2552026-05-06T01:46:47.153Zwords system system british-english
2562026-05-06T01:46:47.154Zwords system system canadian-english
2572026-05-06T01:46:47.154Zwords system system french
2582026-05-06T01:46:47.154Zwords system system italian
2592026-05-06T01:46:47.154Zwords system system ngerman
2602026-05-06T01:46:47.154Zwords system system ogerman
2612026-05-06T01:46:47.154Zwords system system spanish
2622026-05-06T01:46:47.381ZPUBLISHER TYPE STATUS P LOCATION
2632026-05-06T01:46:47.381Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-05-06T01:46:51.999ZFMRI IFO
2652026-05-06T01:46:51.999Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-05-06T01:46:51.999Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-05-06T01:46:51.999Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-05-06T01:46:51.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-05-06T01:46:51.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-05-06T01:46:51.999Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-05-06T01:46:51.999Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-05-06T01:46:51.999Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-05-06T01:46:51.999Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-05-06T01:46:51.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-05-06T01:46:51.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-05-06T01:46:51.999Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-05-06T01:46:51.999Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-05-06T01:46:51.999Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-05-06T01:46:52.000Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-05-06T01:46:52.000Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-05-06T01:46:52.000Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-05-06T01:46:53.169Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-05-06T01:46:53.434Z Updating crates.io index
2842026-05-06T01:46:53.471Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-05-06T01:46:53.680Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-05-06T01:46:54.554Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-05-06T01:46:55.269Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-05-06T01:46:56.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-05-06T01:46:56.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-06T01:46:58.274Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-05-06T01:46:58.982Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-05-06T01:46:59.397Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-05-06T01:47:00.377Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-05-06T01:47:00.845Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-05-06T01:47:01.330Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-05-06T01:47:01.593Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-05-06T01:47:02.572Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-05-06T01:47:03.213Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-05-06T01:47:03.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-05-06T01:47:03.787Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-05-06T01:47:04.276Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-05-06T01:47:04.490Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-05-06T01:47:04.717Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-05-06T01:47:05.080Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-05-06T01:47:05.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-05-06T01:47:05.802Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-05-06T01:47:06.405Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-05-06T01:47:06.648Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-05-06T01:47:06.944Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-05-06T01:47:07.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-05-06T01:47:08.569Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-05-06T01:47:09.111Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-05-06T01:47:09.490Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-05-06T01:47:09.730Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-05-06T01:47:10.079Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-05-06T01:47:10.414Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-05-06T01:47:10.694Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-05-06T01:47:11.190Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-05-06T01:47:11.458Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-05-06T01:47:11.710Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-05-06T01:47:12.162Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-05-06T01:47:23.978Z Downloading crates ...
3232026-05-06T01:47:24.044Z Downloaded anstream v0.6.21
3242026-05-06T01:47:24.051Z Downloaded proc-macro2 v1.0.106
3252026-05-06T01:47:24.055Z Downloaded form_urlencoded v1.2.2
3262026-05-06T01:47:24.058Z Downloaded getrandom v0.4.1
3272026-05-06T01:47:24.061Z Downloaded num-traits v0.2.19
3282026-05-06T01:47:24.061Z Downloaded zerocopy v0.7.35
3292026-05-06T01:47:24.069Z Downloaded writeable v0.6.2
3302026-05-06T01:47:24.072Z Downloaded thiserror-impl v1.0.69
3312026-05-06T01:47:24.072Z Downloaded ucd-trie v0.1.7
3322026-05-06T01:47:24.072Z Downloaded memmap v0.7.0
3332026-05-06T01:47:24.075Z Downloaded cargo_toml v0.21.0
3342026-05-06T01:47:24.075Z Downloaded thread-id v4.2.2
3352026-05-06T01:47:24.075Z Downloaded byteorder v1.5.0
3362026-05-06T01:47:24.075Z Downloaded utf8parse v0.2.2
3372026-05-06T01:47:24.078Z Downloaded usdt v0.5.0
3382026-05-06T01:47:24.078Z Downloaded unicode-xid v0.2.6
3392026-05-06T01:47:24.078Z Downloaded typeid v1.0.3
3402026-05-06T01:47:24.078Z Downloaded utf8_iter v1.0.4
3412026-05-06T01:47:24.081Z Downloaded thiserror v2.0.18
3422026-05-06T01:47:24.081Z Downloaded generic-array v0.14.7
3432026-05-06T01:47:24.084Z Downloaded cpufeatures v0.2.17
3442026-05-06T01:47:24.084Z Downloaded smawk v0.3.2
3452026-05-06T01:47:24.084Z Downloaded is_terminal_polyfill v1.70.2
3462026-05-06T01:47:24.087Z Downloaded usdt-macro v0.5.0
3472026-05-06T01:47:24.087Z Downloaded potential_utf v0.1.4
3482026-05-06T01:47:24.087Z Downloaded anstyle-query v1.1.5
3492026-05-06T01:47:24.087Z Downloaded zerovec-derive v0.11.2
3502026-05-06T01:47:24.087Z Downloaded fnv v1.0.7
3512026-05-06T01:47:24.090Z Downloaded toml_write v0.1.2
3522026-05-06T01:47:24.090Z Downloaded heck v0.5.0
3532026-05-06T01:47:24.090Z Downloaded yoke-derive v0.8.1
3542026-05-06T01:47:24.090Z Downloaded usdt-attr-macro v0.5.0
3552026-05-06T01:47:24.090Z Downloaded percent-encoding v2.3.2
3562026-05-06T01:47:24.093Z Downloaded autocfg v1.5.0
3572026-05-06T01:47:24.093Z Downloaded thiserror-impl v2.0.18
3582026-05-06T01:47:24.093Z Downloaded idna_adapter v1.2.1
3592026-05-06T01:47:24.096Z Downloaded strsim v0.11.1
3602026-05-06T01:47:24.099Z Downloaded anstyle-parse v0.2.7
3612026-05-06T01:47:24.102Z Downloaded once_cell v1.21.3
3622026-05-06T01:47:24.102Z Downloaded icu_properties v2.1.2
3632026-05-06T01:47:24.105Z Downloaded toml_datetime v0.6.11
3642026-05-06T01:47:24.105Z Downloaded cfg-if v1.0.4
3652026-05-06T01:47:24.105Z Downloaded zerofrom-derive v0.1.6
3662026-05-06T01:47:24.105Z Downloaded zerofrom v0.1.6
3672026-05-06T01:47:24.108Z Downloaded serde-value v0.7.0
3682026-05-06T01:47:24.111Z Downloaded pretty-hex v0.4.1
3692026-05-06T01:47:24.111Z Downloaded zerocopy-derive v0.7.35
3702026-05-06T01:47:24.114Z Downloaded unicode-ident v1.0.24
3712026-05-06T01:47:24.117Z Downloaded textwrap v0.16.2
3722026-05-06T01:47:24.117Z Downloaded unicode-linebreak v0.1.5
3732026-05-06T01:47:24.120Z Downloaded swrite v0.1.0
3742026-05-06T01:47:24.120Z Downloaded cargo-platform v0.2.0
3752026-05-06T01:47:24.123Z Downloaded terminal_size v0.4.3
3762026-05-06T01:47:24.123Z Downloaded clap_lex v1.0.0
3772026-05-06T01:47:24.126Z Downloaded toml_edit v0.22.27
3782026-05-06T01:47:24.127Z Downloaded scroll_derive v0.12.1
3792026-05-06T01:47:24.130Z Downloaded colorchoice v1.0.4
3802026-05-06T01:47:24.130Z Downloaded version_check v0.9.5
3812026-05-06T01:47:24.130Z Downloaded digest v0.10.7
3822026-05-06T01:47:24.133Z Downloaded usdt-impl v0.5.0
3832026-05-06T01:47:24.133Z Downloaded tinystr v0.8.2
3842026-05-06T01:47:24.133Z Downloaded thiserror v1.0.69
3852026-05-06T01:47:24.136Z Downloaded zmij v1.0.21
3862026-05-06T01:47:24.139Z Downloaded zerotrie v0.2.3
3872026-05-06T01:47:24.139Z Downloaded yoke v0.8.1
3882026-05-06T01:47:24.139Z Downloaded typenum v1.19.0
3892026-05-06T01:47:24.142Z Downloaded toml v0.8.23
3902026-05-06T01:47:24.143Z Downloaded serde_tokenstream v0.2.3
3912026-05-06T01:47:24.186Z Downloaded scroll v0.12.0
3922026-05-06T01:47:24.186Z Downloaded heck v0.4.1
3932026-05-06T01:47:24.186Z Downloaded ordered-float v2.10.1
3942026-05-06T01:47:24.186Z Downloaded block-buffer v0.10.4
3952026-05-06T01:47:24.186Z Downloaded proc-macro-error-attr v1.0.4
3962026-05-06T01:47:24.186Z Downloaded macaddr v1.0.1
3972026-05-06T01:47:24.186Z Downloaded stable_deref_trait v1.2.1
3982026-05-06T01:47:24.186Z Downloaded url v2.5.8
3992026-05-06T01:47:24.186Z Downloaded equivalent v1.0.2
4002026-05-06T01:47:24.187Z Downloaded fastrand v2.3.0
4012026-05-06T01:47:24.187Z Downloaded itoa v1.0.17
4022026-05-06T01:47:24.187Z Downloaded tabled_derive v0.7.0
4032026-05-06T01:47:24.187Z Downloaded serde_spanned v0.6.9
4042026-05-06T01:47:24.187Z Downloaded errno v0.3.14
4052026-05-06T01:47:24.187Z Downloaded zerovec v0.11.5
4062026-05-06T01:47:24.187Z Downloaded dtrace-parser v0.2.0
4072026-05-06T01:47:24.187Z Downloaded crypto-common v0.1.7
4082026-05-06T01:47:24.187Z Downloaded winnow v0.7.14
4092026-05-06T01:47:24.187Z Downloaded unicode-width v0.2.0
4102026-05-06T01:47:24.187Z Downloaded displaydoc v0.2.5
4112026-05-06T01:47:24.187Z Downloaded unicode-width v0.1.14
4122026-05-06T01:47:24.187Z Downloaded plain v0.2.3
4132026-05-06T01:47:24.187Z Downloaded litemap v0.8.1
4142026-05-06T01:47:24.187Z Downloaded quote v1.0.45
4152026-05-06T01:47:24.191Z Downloaded camino-tempfile v1.4.1
4162026-05-06T01:47:24.195Z Downloaded fs-err v3.3.0
4172026-05-06T01:47:24.198Z Downloaded serde-untagged v0.1.9
4182026-05-06T01:47:24.201Z Downloaded synstructure v0.13.2
4192026-05-06T01:47:24.201Z Downloaded erased-serde v0.4.9
4202026-05-06T01:47:24.205Z Downloaded anstyle v1.0.13
4212026-05-06T01:47:24.208Z Downloaded sha2 v0.10.9
4222026-05-06T01:47:24.208Z Downloaded dof v0.3.0
4232026-05-06T01:47:24.213Z Downloaded proc-macro-error v1.0.4
4242026-05-06T01:47:24.216Z Downloaded bytecount v0.6.9
4252026-05-06T01:47:24.216Z Downloaded smallvec v1.15.1
4262026-05-06T01:47:24.219Z Downloaded cargo-util-schemas v0.8.2
4272026-05-06T01:47:24.225Z Downloaded cargo_metadata v0.21.0
4282026-05-06T01:47:24.228Z Downloaded icu_provider v2.1.1
4292026-05-06T01:47:24.228Z Downloaded semver v1.0.28
4302026-05-06T01:47:24.228Z Downloaded memchr v2.8.0
4312026-05-06T01:47:24.231Z Downloaded indexmap v2.14.0
4322026-05-06T01:47:24.234Z Downloaded pest_generator v2.8.6
4332026-05-06T01:47:24.237Z Downloaded tempfile v3.25.0
4342026-05-06T01:47:24.240Z Downloaded anyhow v1.0.102
4352026-05-06T01:47:24.243Z Downloaded camino v1.2.2
4362026-05-06T01:47:24.243Z Downloaded bitflags v2.11.0
4372026-05-06T01:47:24.246Z Downloaded pest_derive v2.8.6
4382026-05-06T01:47:24.251Z Downloaded clap v4.5.60
4392026-05-06T01:47:24.256Z Downloaded serde_derive v1.0.228
4402026-05-06T01:47:24.259Z Downloaded papergrid v0.11.0
4412026-05-06T01:47:24.266Z Downloaded log v0.4.29
4422026-05-06T01:47:24.269Z Downloaded icu_locale_core v2.1.1
4432026-05-06T01:47:24.272Z Downloaded serde_core v1.0.228
4442026-05-06T01:47:24.275Z Downloaded clap_derive v4.5.55
4452026-05-06T01:47:24.291Z Downloaded icu_normalizer_data v2.1.1
4462026-05-06T01:47:24.294Z Downloaded pest_meta v2.8.6
4472026-05-06T01:47:24.294Z Downloaded icu_properties_data v2.1.2
4482026-05-06T01:47:24.299Z Downloaded icu_normalizer v2.1.1
4492026-05-06T01:47:24.305Z Downloaded serde v1.0.228
4502026-05-06T01:47:24.310Z Downloaded icu_collections v2.1.1
4512026-05-06T01:47:24.317Z Downloaded pest v2.8.6
4522026-05-06T01:47:24.320Z Downloaded serde_json v1.0.149
4532026-05-06T01:47:24.334Z Downloaded idna v1.1.0
4542026-05-06T01:47:24.341Z Downloaded hashbrown v0.17.0
4552026-05-06T01:47:24.345Z Downloaded goblin v0.8.2
4562026-05-06T01:47:24.348Z Downloaded clap_builder v4.5.60
4572026-05-06T01:47:24.354Z Downloaded syn v1.0.109
4582026-05-06T01:47:24.365Z Downloaded tabled v0.15.0
4592026-05-06T01:47:24.374Z Downloaded syn v2.0.117
4602026-05-06T01:47:24.396Z Downloaded rustix v1.1.3
4612026-05-06T01:47:24.420Z Downloaded libc v0.2.185
4622026-05-06T01:47:24.488Z Compiling proc-macro2 v1.0.106
4632026-05-06T01:47:24.488Z Compiling unicode-ident v1.0.24
4642026-05-06T01:47:24.491Z Compiling quote v1.0.45
4652026-05-06T01:47:24.491Z Compiling serde_core v1.0.228
4662026-05-06T01:47:24.491Z Compiling libc v0.2.185
4672026-05-06T01:47:24.492Z Compiling version_check v0.9.5
4682026-05-06T01:47:24.492Z Compiling serde v1.0.228
4692026-05-06T01:47:24.492Z Compiling stable_deref_trait v1.2.1
4702026-05-06T01:47:24.798Z Compiling memchr v2.8.0
4712026-05-06T01:47:24.817Z Compiling zmij v1.0.21
4722026-05-06T01:47:25.050Z Compiling thiserror v1.0.69
4732026-05-06T01:47:25.215Z Compiling autocfg v1.5.0
4742026-05-06T01:47:25.323Z Compiling ucd-trie v0.1.7
4752026-05-06T01:47:25.410Z Compiling itoa v1.0.17
4762026-05-06T01:47:25.530Z Compiling pest v2.8.6
4772026-05-06T01:47:25.588Z Compiling writeable v0.6.2
4782026-05-06T01:47:25.591Z Compiling litemap v0.8.1
4792026-05-06T01:47:25.622Z Compiling rustix v1.1.3
4802026-05-06T01:47:25.654Z Compiling icu_normalizer_data v2.1.1
4812026-05-06T01:47:25.785Z Compiling icu_properties_data v2.1.2
4822026-05-06T01:47:25.969Z Compiling byteorder v1.5.0
4832026-05-06T01:47:25.986Z Compiling syn v2.0.117
4842026-05-06T01:47:26.156Z Compiling errno v0.3.14
4852026-05-06T01:47:26.184Z Compiling serde_json v1.0.149
4862026-05-06T01:47:26.204Z Compiling bitflags v2.11.0
4872026-05-06T01:47:26.414Z Compiling num-traits v0.2.19
4882026-05-06T01:47:26.431Z Compiling hashbrown v0.17.0
4892026-05-06T01:47:26.469Z Compiling typeid v1.0.3
4902026-05-06T01:47:26.600Z Compiling pest_meta v2.8.6
4912026-05-06T01:47:26.734Z Compiling smallvec v1.15.1
4922026-05-06T01:47:26.775Z Compiling equivalent v1.0.2
4932026-05-06T01:47:27.006Z Compiling indexmap v2.14.0
4942026-05-06T01:47:27.100Z Compiling thread-id v4.2.2
4952026-05-06T01:47:27.144Z Compiling proc-macro-error-attr v1.0.4
4962026-05-06T01:47:27.185Z Compiling usdt-impl v0.5.0
4972026-05-06T01:47:27.248Z Compiling erased-serde v0.4.9
4982026-05-06T01:47:27.399Z Compiling syn v1.0.109
4992026-05-06T01:47:27.441Z Compiling winnow v0.7.14
5002026-05-06T01:47:27.521Z Compiling toml_write v0.1.2
5012026-05-06T01:47:27.810Z Compiling proc-macro-error v1.0.4
5022026-05-06T01:47:27.883Z Compiling utf8parse v0.2.2
5032026-05-06T01:47:27.993Z Compiling percent-encoding v2.3.2
5042026-05-06T01:47:28.011Z Compiling log v0.4.29
5052026-05-06T01:47:28.201Z Compiling thiserror v2.0.18
5062026-05-06T01:47:28.219Z Compiling plain v0.2.3
5072026-05-06T01:47:28.304Z Compiling camino v1.2.2
5082026-05-06T01:47:28.335Z Compiling utf8_iter v1.0.4
5092026-05-06T01:47:28.353Z Compiling getrandom v0.4.1
5102026-05-06T01:47:28.398Z Compiling ordered-float v2.10.1
5112026-05-06T01:47:28.493Z Compiling form_urlencoded v1.2.2
5122026-05-06T01:47:28.676Z Compiling synstructure v0.13.2
5132026-05-06T01:47:28.695Z Compiling pest_generator v2.8.6
5142026-05-06T01:47:28.754Z Compiling anstyle-parse v0.2.7
5152026-05-06T01:47:28.949Z Compiling terminal_size v0.4.3
5162026-05-06T01:47:29.091Z Compiling is_terminal_polyfill v1.70.2
5172026-05-06T01:47:29.183Z Compiling pretty-hex v0.4.1
5182026-05-06T01:47:29.201Z Compiling colorchoice v1.0.4
5192026-05-06T01:47:29.218Z Compiling cfg-if v1.0.4
5202026-05-06T01:47:29.235Z Compiling anstyle-query v1.1.5
5212026-05-06T01:47:29.275Z Compiling anstyle v1.0.13
5222026-05-06T01:47:29.355Z Compiling serde-untagged v0.1.9
5232026-05-06T01:47:29.406Z Compiling semver v1.0.28
5242026-05-06T01:47:29.473Z Compiling anstream v0.6.21
5252026-05-06T01:47:29.521Z Compiling fs-err v3.3.0
5262026-05-06T01:47:29.598Z Compiling bytecount v0.6.9
5272026-05-06T01:47:29.712Z Compiling fnv v1.0.7
5282026-05-06T01:47:29.730Z Compiling unicode-xid v0.2.6
5292026-05-06T01:47:29.747Z Compiling heck v0.5.0
5302026-05-06T01:47:29.763Z Compiling clap_lex v1.0.0
5312026-05-06T01:47:29.780Z Compiling fastrand v2.3.0
5322026-05-06T01:47:29.814Z Compiling once_cell v1.21.3
5332026-05-06T01:47:29.852Z Compiling unicode-width v0.1.14
5342026-05-06T01:47:29.984Z Compiling anyhow v1.0.102
5352026-05-06T01:47:30.031Z Compiling strsim v0.11.1
5362026-05-06T01:47:30.048Z Compiling heck v0.4.1
5372026-05-06T01:47:30.129Z Compiling papergrid v0.11.0
5382026-05-06T01:47:30.276Z Compiling clap_builder v4.5.60
5392026-05-06T01:47:30.292Z Compiling tempfile v3.25.0
5402026-05-06T01:47:30.360Z Compiling serde_derive v1.0.228
5412026-05-06T01:47:30.378Z Compiling zerofrom-derive v0.1.6
5422026-05-06T01:47:30.530Z Compiling yoke-derive v0.8.1
5432026-05-06T01:47:30.662Z Compiling zerovec-derive v0.11.2
5442026-05-06T01:47:30.867Z Compiling displaydoc v0.2.5
5452026-05-06T01:47:31.541Z Compiling thiserror-impl v1.0.69
5462026-05-06T01:47:31.587Z Compiling zerocopy-derive v0.7.35
5472026-05-06T01:47:31.663Z Compiling pest_derive v2.8.6
5482026-05-06T01:47:31.740Z Compiling zerofrom v0.1.6
5492026-05-06T01:47:31.758Z Compiling scroll_derive v0.12.1
5502026-05-06T01:47:31.890Z Compiling yoke v0.8.1
5512026-05-06T01:47:32.089Z Compiling zerovec v0.11.5
5522026-05-06T01:47:32.147Z Compiling zerotrie v0.2.3
5532026-05-06T01:47:32.430Z Compiling scroll v0.12.0
5542026-05-06T01:47:32.466Z Compiling thiserror-impl v2.0.18
5552026-05-06T01:47:32.521Z Compiling zerocopy v0.7.35
5562026-05-06T01:47:32.619Z Compiling tinystr v0.8.2
5572026-05-06T01:47:32.714Z Compiling potential_utf v0.1.4
5582026-05-06T01:47:32.832Z Compiling icu_locale_core v2.1.1
5592026-05-06T01:47:32.890Z Compiling icu_collections v2.1.1
5602026-05-06T01:47:32.963Z Compiling dtrace-parser v0.2.0
5612026-05-06T01:47:33.072Z Compiling goblin v0.8.2
5622026-05-06T01:47:33.383Z Compiling tabled_derive v0.7.0
5632026-05-06T01:47:33.401Z Compiling clap_derive v4.5.55
5642026-05-06T01:47:33.719Z Compiling icu_provider v2.1.1
5652026-05-06T01:47:33.807Z Compiling toml_datetime v0.6.11
5662026-05-06T01:47:33.827Z Compiling serde_spanned v0.6.9
5672026-05-06T01:47:33.845Z Compiling dof v0.3.0
5682026-05-06T01:47:33.882Z Compiling serde_tokenstream v0.2.3
5692026-05-06T01:47:33.979Z Compiling icu_properties v2.1.2
5702026-05-06T01:47:34.019Z Compiling icu_normalizer v2.1.1
5712026-05-06T01:47:34.069Z Compiling toml_edit v0.22.27
5722026-05-06T01:47:34.302Z Compiling serde-value v0.7.0
5732026-05-06T01:47:34.347Z Compiling cargo-platform v0.2.0
5742026-05-06T01:47:34.557Z Compiling memmap v0.7.0
5752026-05-06T01:47:34.660Z Compiling unicode-width v0.2.0
5762026-05-06T01:47:34.672Z Compiling smawk v0.3.2
5772026-05-06T01:47:34.742Z Compiling unicode-linebreak v0.1.5
5782026-05-06T01:47:34.815Z Compiling tabled v0.15.0
5792026-05-06T01:47:34.834Z Compiling idna_adapter v1.2.1
5802026-05-06T01:47:34.910Z Compiling usdt-attr-macro v0.5.0
5812026-05-06T01:47:34.981Z Compiling idna v1.1.0
5822026-05-06T01:47:34.998Z Compiling usdt-macro v0.5.0
5832026-05-06T01:47:35.074Z Compiling textwrap v0.16.2
5842026-05-06T01:47:35.119Z Compiling clap v4.5.60
5852026-05-06T01:47:35.500Z Compiling toml v0.8.23
5862026-05-06T01:47:35.588Z Compiling url v2.5.8
5872026-05-06T01:47:35.622Z Compiling macaddr v1.0.1
5882026-05-06T01:47:35.853Z Compiling camino-tempfile v1.4.1
5892026-05-06T01:47:36.092Z Compiling cargo-util-schemas v0.8.2
5902026-05-06T01:47:36.124Z Compiling cargo_toml v0.21.0
5912026-05-06T01:47:36.233Z Compiling swrite v0.1.0
5922026-05-06T01:47:36.334Z Compiling usdt v0.5.0
5932026-05-06T01:47:36.353Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-05-06T01:47:37.024Z Compiling cargo_metadata v0.21.0
5952026-05-06T01:47:37.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-05-06T01:47:40.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.06s
5972026-05-06T01:47:40.296Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-05-06T01:47:40.856Z Downloading crates ...
5992026-05-06T01:47:40.950Z Downloaded atomicwrites v0.4.4
6002026-05-06T01:47:40.953Z Downloaded arrayref v0.3.9
6012026-05-06T01:47:40.953Z Downloaded cobs v0.3.0
6022026-05-06T01:47:40.956Z Downloaded bit-set v0.5.3
6032026-05-06T01:47:40.963Z Downloaded cipher v0.4.4
6042026-05-06T01:47:40.966Z Downloaded downcast-rs v2.0.2
6052026-05-06T01:47:40.968Z Downloaded crc-any v2.5.0
6062026-05-06T01:47:40.971Z Downloaded ascii-canvas v3.0.0
6072026-05-06T01:47:40.974Z Downloaded diesel-dtrace v0.5.0
6082026-05-06T01:47:40.974Z Downloaded crossbeam-utils v0.8.21
6092026-05-06T01:47:40.979Z Downloaded async-bb8-diesel v0.2.1
6102026-05-06T01:47:40.979Z Downloaded deranged v0.5.8
6112026-05-06T01:47:40.984Z Downloaded env_filter v1.0.0
6122026-05-06T01:47:40.984Z Downloaded adler2 v2.0.1
6132026-05-06T01:47:40.984Z Downloaded embedded-io v0.4.0
6142026-05-06T01:47:40.984Z Downloaded crucible-workspace-hack v0.1.0
6152026-05-06T01:47:40.987Z Downloaded filetime v0.2.27
6162026-05-06T01:47:40.991Z Downloaded crossbeam-channel v0.5.15
6172026-05-06T01:47:40.994Z Downloaded async-recursion v1.1.1
6182026-05-06T01:47:40.994Z Downloaded foldhash v0.1.5
6192026-05-06T01:47:40.997Z Downloaded crossbeam-deque v0.8.6
6202026-05-06T01:47:40.997Z Downloaded data-encoding v2.10.0
6212026-05-06T01:47:41.000Z Downloaded darling_macro v0.21.3
6222026-05-06T01:47:41.000Z Downloaded array-init v0.0.4
6232026-05-06T01:47:41.003Z Downloaded csv-core v0.1.13
6242026-05-06T01:47:41.006Z Downloaded dropshot-api-manager v0.7.1
6252026-05-06T01:47:41.009Z Downloaded atomic-waker v1.1.2
6262026-05-06T01:47:41.009Z Downloaded crc8 v0.1.1
6272026-05-06T01:47:41.012Z Downloaded curve25519-dalek-derive v0.1.1
6282026-05-06T01:47:41.012Z Downloaded base16ct v0.2.0
6292026-05-06T01:47:41.012Z Downloaded fixedbitset v0.4.2
6302026-05-06T01:47:41.016Z Downloaded bitfield-macros v0.19.4
6312026-05-06T01:47:41.016Z Downloaded ciborium-io v0.2.2
6322026-05-06T01:47:41.020Z Downloaded foreign-types-shared v0.3.1
6332026-05-06T01:47:41.020Z Downloaded cfg_aliases v0.2.1
6342026-05-06T01:47:41.022Z Downloaded defmt v0.3.100
6352026-05-06T01:47:41.026Z Downloaded bit-set v0.8.0
6362026-05-06T01:47:41.029Z Downloaded cbc v0.1.2
6372026-05-06T01:47:41.032Z Downloaded async-trait v0.1.89
6382026-05-06T01:47:41.035Z Downloaded document-features v0.2.12
6392026-05-06T01:47:41.035Z Downloaded byte-wrapper v0.1.0
6402026-05-06T01:47:41.038Z Downloaded cstr-argument v0.1.2
6412026-05-06T01:47:41.038Z Downloaded backon v1.6.0
6422026-05-06T01:47:41.042Z Downloaded fixedbitset v0.5.7
6432026-05-06T01:47:41.042Z Downloaded derive_builder_core v0.20.2
6442026-05-06T01:47:41.045Z Downloaded castaway v0.2.4
6452026-05-06T01:47:41.045Z Downloaded cfg_aliases v0.1.1
6462026-05-06T01:47:41.045Z Downloaded async-stream-impl v0.3.6
6472026-05-06T01:47:41.048Z Downloaded dirs-sys-next v0.1.2
6482026-05-06T01:47:41.048Z Downloaded bitfield-struct v0.6.2
6492026-05-06T01:47:41.051Z Downloaded aead v0.5.2
6502026-05-06T01:47:41.051Z Downloaded convert_case v0.4.0
6512026-05-06T01:47:41.051Z Downloaded difflib v0.4.0
6522026-05-06T01:47:41.054Z Downloaded derive-ex v0.1.8
6532026-05-06T01:47:41.054Z Downloaded async-stream v0.3.6
6542026-05-06T01:47:41.057Z Downloaded daft-derive v0.1.5
6552026-05-06T01:47:41.063Z Downloaded der_derive v0.7.3
6562026-05-06T01:47:41.063Z Downloaded endian-type v0.1.2
6572026-05-06T01:47:41.068Z Downloaded enum-as-inner v0.6.1
6582026-05-06T01:47:41.068Z Downloaded cargo-platform v0.1.9
6592026-05-06T01:47:41.068Z Downloaded bb8 v0.8.6
6602026-05-06T01:47:41.068Z Downloaded derive_builder_macro v0.20.2
6612026-05-06T01:47:41.071Z Downloaded defmt-parser v1.0.0
6622026-05-06T01:47:41.071Z Downloaded dtrace-parser v0.3.0
6632026-05-06T01:47:41.071Z Downloaded dropshot-api-manager-types v0.7.1
6642026-05-06T01:47:41.071Z Downloaded ed25519 v2.2.3
6652026-05-06T01:47:41.074Z Downloaded darling_macro v0.20.11
6662026-05-06T01:47:41.074Z Downloaded crc v3.4.0
6672026-05-06T01:47:41.074Z Downloaded darling v0.20.11
6682026-05-06T01:47:41.077Z Downloaded display-error-chain v0.2.2
6692026-05-06T01:47:41.079Z Downloaded atty v0.2.14
6702026-05-06T01:47:41.080Z Downloaded diff v0.1.13
6712026-05-06T01:47:41.082Z Downloaded foreign-types v0.3.2
6722026-05-06T01:47:41.082Z Downloaded fd-lock v4.0.4
6732026-05-06T01:47:41.082Z Downloaded dirs-next v2.0.0
6742026-05-06T01:47:41.085Z Downloaded cexpr v0.6.0
6752026-05-06T01:47:41.086Z Downloaded const-oid v0.9.6
6762026-05-06T01:47:41.091Z Downloaded flagset v0.4.7
6772026-05-06T01:47:41.091Z Downloaded dsl_auto_type v0.2.0
6782026-05-06T01:47:41.092Z Downloaded embedded-io v0.6.1
6792026-05-06T01:47:41.095Z Downloaded debug-ignore v1.0.5
6802026-05-06T01:47:41.096Z Downloaded dunce v1.0.5
6812026-05-06T01:47:41.096Z Downloaded foreign-types-shared v0.1.1
6822026-05-06T01:47:41.096Z Downloaded compression-core v0.4.31
6832026-05-06T01:47:41.096Z Downloaded backoff v0.4.0
6842026-05-06T01:47:41.096Z Downloaded fallible-iterator v0.2.0
6852026-05-06T01:47:41.099Z Downloaded dyn-clone v1.0.20
6862026-05-06T01:47:41.099Z Downloaded foreign-types-macros v0.2.3
6872026-05-06T01:47:41.099Z Downloaded corncobs v0.1.4
6882026-05-06T01:47:41.103Z Downloaded bcrypt-pbkdf v0.10.0
6892026-05-06T01:47:41.103Z Downloaded ciborium v0.2.2
6902026-05-06T01:47:41.103Z Downloaded float-cmp v0.10.0
6912026-05-06T01:47:41.108Z Downloaded float-ord v0.3.2
6922026-05-06T01:47:41.108Z Downloaded crunchy v0.2.4
6932026-05-06T01:47:41.108Z Downloaded darling_macro v0.23.0
6942026-05-06T01:47:41.108Z Downloaded crc-catalog v2.4.0
6952026-05-06T01:47:41.108Z Downloaded funty v2.0.0
6962026-05-06T01:47:41.111Z Downloaded globwalk v0.9.1
6972026-05-06T01:47:41.111Z Downloaded futures-sink v0.3.32
6982026-05-06T01:47:41.111Z Downloaded futures-macro v0.3.32
6992026-05-06T01:47:41.111Z Downloaded futures-io v0.3.32
7002026-05-06T01:47:41.111Z Downloaded gethostname v0.5.0
7012026-05-06T01:47:41.112Z Downloaded futures-task v0.3.32
7022026-05-06T01:47:41.114Z Downloaded foreign-types v0.5.0
7032026-05-06T01:47:41.115Z Downloaded ghash v0.5.1
7042026-05-06T01:47:41.115Z Downloaded git-stub v1.0.0
7052026-05-06T01:47:41.119Z Downloaded futures-core v0.3.32
7062026-05-06T01:47:41.119Z Downloaded ciborium-ll v0.2.2
7072026-05-06T01:47:41.119Z Downloaded blowfish v0.9.1
7082026-05-06T01:47:41.119Z Downloaded defmt-macros v1.0.1
7092026-05-06T01:47:41.122Z Downloaded bitflags v1.3.2
7102026-05-06T01:47:41.129Z Downloaded ed25519-dalek v2.2.0
7112026-05-06T01:47:41.129Z Downloaded fxhash v0.2.1
7122026-05-06T01:47:41.132Z Downloaded hash32 v0.3.1
7132026-05-06T01:47:41.133Z Downloaded chacha20 v0.10.0
7142026-05-06T01:47:41.133Z Downloaded crc32fast v1.5.0
7152026-05-06T01:47:41.133Z Downloaded flume v0.11.1
7162026-05-06T01:47:41.136Z Downloaded ff v0.13.1
7172026-05-06T01:47:41.136Z Downloaded buf-list v1.1.2
7182026-05-06T01:47:41.139Z Downloaded ecdsa v0.16.9
7192026-05-06T01:47:41.140Z Downloaded darling v0.23.0
7202026-05-06T01:47:41.144Z Downloaded assert_matches v1.5.0
7212026-05-06T01:47:41.144Z Downloaded foldhash v0.2.0
7222026-05-06T01:47:41.144Z Downloaded hex v0.4.3
7232026-05-06T01:47:41.147Z Downloaded colored v3.1.1
7242026-05-06T01:47:41.147Z Downloaded hex-literal v0.4.1
7252026-05-06T01:47:41.147Z Downloaded async-compression v0.4.41
7262026-05-06T01:47:41.151Z Downloaded headers-core v0.3.0
7272026-05-06T01:47:41.155Z Downloaded ena v0.14.4
7282026-05-06T01:47:41.155Z Downloaded home v0.5.12
7292026-05-06T01:47:41.159Z Downloaded drift v0.1.3
7302026-05-06T01:47:41.159Z Downloaded find-msvc-tools v0.1.9
7312026-05-06T01:47:41.162Z Downloaded diesel_table_macro_syntax v0.3.0
7322026-05-06T01:47:41.162Z Downloaded fs-err v2.11.0
7332026-05-06T01:47:41.162Z Downloaded constant_time_eq v0.4.2
7342026-05-06T01:47:41.167Z Downloaded http-body v1.0.1
7352026-05-06T01:47:41.167Z Downloaded cmake v0.1.57
7362026-05-06T01:47:41.167Z Downloaded hostname v0.4.2
7372026-05-06T01:47:41.171Z Downloaded hostname v0.3.1
7382026-05-06T01:47:41.171Z Downloaded convert_case v0.10.0
7392026-05-06T01:47:41.171Z Downloaded bitfield v0.19.4
7402026-05-06T01:47:41.174Z Downloaded futures-executor v0.3.32
7412026-05-06T01:47:41.174Z Downloaded cassowary v0.3.0
7422026-05-06T01:47:41.174Z Downloaded http-range v0.1.5
7432026-05-06T01:47:41.174Z Downloaded globset v0.4.18
7442026-05-06T01:47:41.178Z Downloaded darling v0.21.3
7452026-05-06T01:47:41.182Z Downloaded indent_write v2.2.0
7462026-05-06T01:47:41.182Z Downloaded hubpack v0.1.2
7472026-05-06T01:47:41.182Z Downloaded ident_case v1.0.1
7482026-05-06T01:47:41.182Z Downloaded hubpack_derive v0.1.1
7492026-05-06T01:47:41.185Z Downloaded glob v0.3.3
7502026-05-06T01:47:41.185Z Downloaded git-stub-vcs v0.1.0
7512026-05-06T01:47:41.185Z Downloaded httpdate v1.0.3
7522026-05-06T01:47:41.188Z Downloaded cookie_store v0.22.1
7532026-05-06T01:47:41.190Z Downloaded instability v0.3.11
7542026-05-06T01:47:41.190Z Downloaded group v0.13.0
7552026-05-06T01:47:41.193Z Downloaded hyper-tls v0.6.0
7562026-05-06T01:47:41.193Z Downloaded clang-sys v1.8.1
7572026-05-06T01:47:41.193Z Downloaded camino-tempfile-ext v0.3.3
7582026-05-06T01:47:41.196Z Downloaded bzip2 v0.4.4
7592026-05-06T01:47:41.197Z Downloaded allocator-api2 v0.2.21
7602026-05-06T01:47:41.200Z Downloaded instant v0.1.13
7612026-05-06T01:47:41.200Z Downloaded daft v0.1.5
7622026-05-06T01:47:41.200Z Downloaded cookie v0.18.1
7632026-05-06T01:47:41.204Z Downloaded ahash v0.8.12
7642026-05-06T01:47:41.204Z Downloaded lalrpop-util v0.19.12
7652026-05-06T01:47:41.209Z Downloaded bzip2 v0.6.1
7662026-05-06T01:47:41.209Z Downloaded base64 v0.22.1
7672026-05-06T01:47:41.217Z Downloaded internet-checksum v0.2.1
7682026-05-06T01:47:41.217Z Downloaded derive_builder v0.20.2
7692026-05-06T01:47:41.217Z Downloaded highway v1.3.0
7702026-05-06T01:47:41.221Z Downloaded kstat-rs v0.2.4
7712026-05-06T01:47:41.221Z Downloaded is_ci v1.2.0
7722026-05-06T01:47:41.221Z Downloaded is-terminal v0.4.17
7732026-05-06T01:47:41.221Z Downloaded futures-channel v0.3.32
7742026-05-06T01:47:41.221Z Downloaded env_logger v0.11.9
7752026-05-06T01:47:41.221Z Downloaded inout v0.1.4
7762026-05-06T01:47:41.221Z Downloaded libscf-sys v1.1.0
7772026-05-06T01:47:41.221Z Downloaded lazy_static v1.5.0
7782026-05-06T01:47:41.225Z Downloaded keccak v0.1.6
7792026-05-06T01:47:41.225Z Downloaded const_format_proc_macros v0.2.34
7802026-05-06T01:47:41.225Z Downloaded http-body-util v0.1.3
7812026-05-06T01:47:41.229Z Downloaded erased-serde v0.3.31
7822026-05-06T01:47:41.229Z Downloaded des v0.8.1
7832026-05-06T01:47:41.229Z Downloaded darling_core v0.23.0
7842026-05-06T01:47:41.233Z Downloaded derive-where v1.6.0
7852026-05-06T01:47:41.236Z Downloaded derive_more v0.99.20
7862026-05-06T01:47:41.239Z Downloaded blake2 v0.10.6
7872026-05-06T01:47:41.242Z Downloaded fs_extra v1.3.0
7882026-05-06T01:47:41.243Z Downloaded cancel-safe-futures v0.1.5
7892026-05-06T01:47:41.246Z Downloaded lru-cache v0.1.2
7902026-05-06T01:47:41.246Z Downloaded lru v0.12.5
7912026-05-06T01:47:41.246Z Downloaded linked-hash-map v0.5.6
7922026-05-06T01:47:41.246Z Downloaded console v0.15.11
7932026-05-06T01:47:41.249Z Downloaded lru-slab v0.1.2
7942026-05-06T01:47:41.249Z Downloaded match_cfg v0.1.0
7952026-05-06T01:47:41.249Z Downloaded maplit v1.0.2
7962026-05-06T01:47:41.253Z Downloaded hyper-staticfile v0.10.1
7972026-05-06T01:47:41.253Z Downloaded humantime v2.3.0
7982026-05-06T01:47:41.253Z Downloaded half v1.8.3
7992026-05-06T01:47:41.257Z Downloaded indoc v1.0.9
8002026-05-06T01:47:41.261Z Downloaded mime v0.3.17
8012026-05-06T01:47:41.261Z Downloaded memoffset v0.9.1
8022026-05-06T01:47:41.261Z Downloaded md5 v0.7.0
8032026-05-06T01:47:41.261Z Downloaded md-5 v0.10.6
8042026-05-06T01:47:41.261Z Downloaded multimap v0.10.1
8052026-05-06T01:47:41.264Z Downloaded managed v0.8.0
8062026-05-06T01:47:41.264Z Downloaded newtype-uuid-macros v0.1.0
8072026-05-06T01:47:41.264Z Downloaded nibble_vec v0.1.0
8082026-05-06T01:47:41.267Z Downloaded ingot v0.1.1
8092026-05-06T01:47:41.267Z Downloaded newtype_derive v0.1.6
8102026-05-06T01:47:41.267Z Downloaded newline-converter v0.3.0
8112026-05-06T01:47:41.270Z Downloaded new_debug_unreachable v1.0.6
8122026-05-06T01:47:41.271Z Downloaded ipnet v2.11.0
8132026-05-06T01:47:41.271Z Downloaded indoc v2.0.7
8142026-05-06T01:47:41.274Z Downloaded hmac v0.12.1
8152026-05-06T01:47:41.274Z Downloaded elliptic-curve v0.13.8
8162026-05-06T01:47:41.279Z Downloaded fatfs v0.3.6
8172026-05-06T01:47:41.282Z Downloaded dropshot_endpoint v0.16.7
8182026-05-06T01:47:41.282Z Downloaded ipnetwork v0.21.1
8192026-05-06T01:47:41.285Z Downloaded nodrop v0.1.14
8202026-05-06T01:47:41.286Z Downloaded num-derive v0.3.3
8212026-05-06T01:47:41.286Z Downloaded num-iter v0.1.45
8222026-05-06T01:47:41.286Z Downloaded num v0.4.3
8232026-05-06T01:47:41.289Z Downloaded normalize-line-endings v0.3.0
8242026-05-06T01:47:41.289Z Downloaded nonempty v0.12.0
8252026-05-06T01:47:41.289Z Downloaded httparse v1.10.1
8262026-05-06T01:47:41.292Z Downloaded num-derive v0.4.2
8272026-05-06T01:47:41.292Z Downloaded olpc-cjson v0.1.4
8282026-05-06T01:47:41.295Z Downloaded linear-map v1.2.0
8292026-05-06T01:47:41.295Z Downloaded jobserver v0.1.34
8302026-05-06T01:47:41.300Z Downloaded getrandom v0.3.4
8312026-05-06T01:47:41.300Z Downloaded maybe-uninit v2.0.0
8322026-05-06T01:47:41.300Z Downloaded libsw v3.5.0
8332026-05-06T01:47:41.303Z Downloaded libefi-sys v0.1.0
8342026-05-06T01:47:41.303Z Downloaded openssl-macros v0.1.1
8352026-05-06T01:47:41.303Z Downloaded derive_more v2.1.1
8362026-05-06T01:47:41.308Z Downloaded hyper-rustls v0.27.7
8372026-05-06T01:47:41.311Z Downloaded compact_str v0.8.1
8382026-05-06T01:47:41.316Z Downloaded openssl-probe v0.2.1
8392026-05-06T01:47:41.316Z Downloaded lock_api v0.4.14
8402026-05-06T01:47:41.316Z Downloaded openssl-probe v0.1.6
8412026-05-06T01:47:41.319Z Downloaded opaque-debug v0.3.1
8422026-05-06T01:47:41.319Z Downloaded num_threads v0.1.7
8432026-05-06T01:47:41.319Z Downloaded lzss v0.8.2
8442026-05-06T01:47:41.319Z Downloaded half v2.7.1
8452026-05-06T01:47:41.322Z Downloaded console v0.16.2
8462026-05-06T01:47:41.322Z Downloaded oso-derive v0.27.3
8472026-05-06T01:47:41.325Z Downloaded ingot-macros v0.1.1
8482026-05-06T01:47:41.325Z Downloaded newtype-uuid v1.3.2
8492026-05-06T01:47:41.328Z Downloaded native-tls v0.2.18
8502026-05-06T01:47:41.328Z Downloaded multer v3.1.0
8512026-05-06T01:47:41.328Z Downloaded mime_guess v2.0.5
8522026-05-06T01:47:41.332Z Downloaded impl-trait-for-tuples v0.2.3
8532026-05-06T01:47:41.335Z Downloaded nu-ansi-term v0.50.3
8542026-05-06T01:47:41.335Z Downloaded parse-size v1.1.0
8552026-05-06T01:47:41.335Z Downloaded parse-display v0.10.0
8562026-05-06T01:47:41.338Z Downloaded getrandom v0.2.17
8572026-05-06T01:47:41.338Z Downloaded num-conv v0.2.0
8582026-05-06T01:47:41.341Z Downloaded nanorand v0.7.0
8592026-05-06T01:47:41.341Z Downloaded arc-swap v1.8.2
8602026-05-06T01:47:41.344Z Downloaded darling_core v0.20.11
8612026-05-06T01:47:41.346Z Downloaded futures v0.3.32
8622026-05-06T01:47:41.349Z Downloaded darling_core v0.21.3
8632026-05-06T01:47:41.352Z Downloaded peg-runtime v0.8.5
8642026-05-06T01:47:42.378Z Downloaded memmap2 v0.9.10
8652026-05-06T01:47:42.378Z Downloaded libsw-core v0.3.2
8662026-05-06T01:47:42.378Z Downloaded num-integer v0.1.46
8672026-05-06T01:47:42.383Z Downloaded num-complex v0.4.6
8682026-05-06T01:47:42.383Z Downloaded pbkdf2 v0.12.2
8692026-05-06T01:47:42.383Z Downloaded pbkdf2 v0.11.0
8702026-05-06T01:47:42.383Z Downloaded path-slash v0.1.5
8712026-05-06T01:47:42.383Z Downloaded powerfmt v0.2.0
8722026-05-06T01:47:42.383Z Downloaded pin-utils v0.1.0
8732026-05-06T01:47:42.383Z Downloaded phf_shared v0.13.1
8742026-05-06T01:47:42.383Z Downloaded phf_shared v0.11.3
8752026-05-06T01:47:42.384Z Downloaded owo-colors v4.3.0
8762026-05-06T01:47:42.384Z Downloaded num_enum_derive v0.7.5
8772026-05-06T01:47:42.384Z Downloaded num_enum v0.7.5
8782026-05-06T01:47:42.384Z Downloaded predicates-core v1.0.10
8792026-05-06T01:47:42.384Z Downloaded crypto-bigint v0.5.5
8802026-05-06T01:47:42.384Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-05-06T01:47:42.384Z Downloaded proc-macro-crate v3.4.0
8822026-05-06T01:47:42.384Z Downloaded predicates-tree v1.0.13
8832026-05-06T01:47:42.384Z Downloaded cc v1.2.56
8842026-05-06T01:47:42.384Z Downloaded bytes v1.11.1
8852026-05-06T01:47:42.384Z Downloaded libbz2-rs-sys v0.2.2
8862026-05-06T01:47:42.384Z Downloaded precomputed-hash v0.1.1
8872026-05-06T01:47:42.384Z Downloaded indexmap v1.9.3
8882026-05-06T01:47:42.384Z Downloaded der v0.7.10
8892026-05-06T01:47:42.384Z Downloaded progenitor-client v0.14.0
8902026-05-06T01:47:42.384Z Downloaded progenitor-client v0.10.0
8912026-05-06T01:47:42.384Z Downloaded proc-macro-crate v1.3.1
8922026-05-06T01:47:42.384Z Downloaded peg v0.8.5
8932026-05-06T01:47:42.384Z Downloaded progenitor-macro v0.13.0
8942026-05-06T01:47:42.384Z Downloaded num-rational v0.4.2
8952026-05-06T01:47:42.384Z Downloaded progenitor-client v0.11.2
8962026-05-06T01:47:42.384Z Downloaded pem-rfc7468 v0.7.0
8972026-05-06T01:47:42.384Z Downloaded password-hash v0.4.2
8982026-05-06T01:47:42.384Z Downloaded parse-display-derive v0.10.0
8992026-05-06T01:47:42.384Z Downloaded packed_struct v0.10.1
9002026-05-06T01:47:42.384Z Downloaded chacha20poly1305 v0.10.1
9012026-05-06T01:47:42.384Z Downloaded paste v1.0.15
9022026-05-06T01:47:42.384Z Downloaded password-hash v0.5.0
9032026-05-06T01:47:42.384Z Downloaded packed_struct_codegen v0.10.1
9042026-05-06T01:47:42.384Z Downloaded progenitor-macro v0.11.2
9052026-05-06T01:47:42.384Z Downloaded psl-types v2.0.11
9062026-05-06T01:47:42.384Z Downloaded progenitor-macro v0.14.0
9072026-05-06T01:47:42.384Z Downloaded phf_shared v0.12.1
9082026-05-06T01:47:42.384Z Downloaded phf v0.13.1
9092026-05-06T01:47:42.384Z Downloaded phf v0.12.1
9102026-05-06T01:47:42.384Z Downloaded pkcs8 v0.10.2
9112026-05-06T01:47:42.384Z Downloaded parking_lot v0.11.2
9122026-05-06T01:47:42.384Z Downloaded num_enum_derive v0.5.11
9132026-05-06T01:47:42.384Z Downloaded ar_archive_writer v0.5.1
9142026-05-06T01:47:42.385Z Downloaded radium v0.7.0
9152026-05-06T01:47:42.385Z Downloaded pin-project-lite v0.2.17
9162026-05-06T01:47:42.385Z Downloaded polyval v0.6.2
9172026-05-06T01:47:42.385Z Downloaded pkg-config v0.3.32
9182026-05-06T01:47:42.385Z Downloaded quick-error v1.2.3
9192026-05-06T01:47:42.385Z Downloaded postgres-protocol v0.6.10
9202026-05-06T01:47:42.385Z Downloaded poly1305 v0.8.0
9212026-05-06T01:47:42.385Z Downloaded omicron-zone-package v0.12.2
9222026-05-06T01:47:42.385Z Downloaded ppv-lite86 v0.2.21
9232026-05-06T01:47:42.385Z Downloaded rand_chacha v0.3.1
9242026-05-06T01:47:42.385Z Downloaded hickory-resolver v0.25.2
9252026-05-06T01:47:42.385Z Downloaded oxnet v0.1.4
9262026-05-06T01:47:42.386Z Downloaded predicates v3.1.4
9272026-05-06T01:47:42.386Z Downloaded primeorder v0.13.6
9282026-05-06T01:47:42.386Z Downloaded parking_lot_core v0.9.12
9292026-05-06T01:47:42.386Z Downloaded expectorate v1.2.0
9302026-05-06T01:47:42.386Z Downloaded derive_more-impl v2.1.1
9312026-05-06T01:47:42.386Z Downloaded recursive-proc-macro-impl v0.1.1
9322026-05-06T01:47:42.386Z Downloaded recursive v0.1.1
9332026-05-06T01:47:42.386Z Downloaded progenitor v0.10.0
9342026-05-06T01:47:42.386Z Downloaded ref-cast-impl v1.0.25
9352026-05-06T01:47:42.386Z Downloaded rand_xorshift v0.4.0
9362026-05-06T01:47:42.386Z Downloaded proc-macro-error2 v2.0.1
9372026-05-06T01:47:42.386Z Downloaded progenitor-extras v0.2.0
9382026-05-06T01:47:42.386Z Downloaded progenitor v0.14.0
9392026-05-06T01:47:42.386Z Downloaded progenitor v0.13.0
9402026-05-06T01:47:42.386Z Downloaded hickory-resolver v0.24.4
9412026-05-06T01:47:42.386Z Downloaded heapless v0.7.17
9422026-05-06T01:47:42.386Z Downloaded parking_lot v0.12.5
9432026-05-06T01:47:42.386Z Downloaded indicatif v0.18.4
9442026-05-06T01:47:42.386Z Downloaded rustc_version v0.4.1
9452026-05-06T01:47:42.386Z Downloaded rustc-hash v2.1.1
9462026-05-06T01:47:42.386Z Downloaded rtoolbox v0.0.3
9472026-05-06T01:47:42.386Z Downloaded rfc6979 v0.4.0
9482026-05-06T01:47:42.386Z Downloaded progenitor-client v0.13.0
9492026-05-06T01:47:42.386Z Downloaded psm v0.1.30
9502026-05-06T01:47:42.386Z Downloaded r2d2 v0.8.10
9512026-05-06T01:47:42.386Z Downloaded pkcs5 v0.7.1
9522026-05-06T01:47:42.386Z Downloaded pkcs1 v0.7.5
9532026-05-06T01:47:42.386Z Downloaded parking_lot_core v0.8.6
9542026-05-06T01:47:42.386Z Downloaded papergrid v0.17.0
9552026-05-06T01:47:42.387Z Downloaded rustc_version v0.1.7
9562026-05-06T01:47:42.387Z Downloaded russh-cryptovec v0.7.3
9572026-05-06T01:47:42.387Z Downloaded pem v3.0.6
9582026-05-06T01:47:42.387Z Downloaded postgres-types v0.2.12
9592026-05-06T01:47:42.387Z Downloaded postcard v1.1.3
9602026-05-06T01:47:42.387Z Downloaded peg-macros v0.8.5
9612026-05-06T01:47:42.387Z Downloaded num_enum v0.5.11
9622026-05-06T01:47:42.387Z Downloaded rand_chacha v0.9.0
9632026-05-06T01:47:42.387Z Downloaded rand_seeder v0.4.0
9642026-05-06T01:47:42.387Z Downloaded rand_core v0.6.4
9652026-05-06T01:47:42.387Z Downloaded progenitor-macro v0.10.0
9662026-05-06T01:47:42.387Z Downloaded oxide-tokio-rt v0.1.4
9672026-05-06T01:47:42.391Z Downloaded salsa20 v0.10.2
9682026-05-06T01:47:42.391Z Downloaded rand_core v0.10.0
9692026-05-06T01:47:42.391Z Downloaded rand_core v0.9.5
9702026-05-06T01:47:42.391Z Downloaded progenitor v0.11.2
9712026-05-06T01:47:42.391Z Downloaded hashbrown v0.13.2
9722026-05-06T01:47:42.391Z Downloaded same-file v1.0.6
9732026-05-06T01:47:42.391Z Downloaded oso v0.27.3
9742026-05-06T01:47:42.391Z Downloaded diesel_derives v2.3.7
9752026-05-06T01:47:42.391Z Downloaded ref-cast v1.0.25
9762026-05-06T01:47:42.391Z Downloaded crossterm v0.28.1
9772026-05-06T01:47:42.391Z Downloaded secrecy v0.10.3
9782026-05-06T01:47:42.391Z Downloaded secrecy v0.8.0
9792026-05-06T01:47:42.391Z Downloaded scrypt v0.11.0
9802026-05-06T01:47:42.391Z Downloaded semver v0.1.20
9812026-05-06T01:47:42.391Z Downloaded scroll_derive v0.13.1
9822026-05-06T01:47:42.391Z Downloaded scopeguard v1.2.0
9832026-05-06T01:47:42.391Z Downloaded serde-big-array v0.5.1
9842026-05-06T01:47:42.391Z Downloaded seq-macro v0.3.6
9852026-05-06T01:47:42.391Z Downloaded resolv-conf v0.7.6
9862026-05-06T01:47:42.391Z Downloaded pin-project-internal v1.1.11
9872026-05-06T01:47:42.392Z Downloaded sapling-renderdag v0.1.0
9882026-05-06T01:47:42.392Z Downloaded pin-project v1.1.11
9892026-05-06T01:47:42.392Z Downloaded p256 v0.13.2
9902026-05-06T01:47:42.392Z Downloaded serde_repr v0.1.20
9912026-05-06T01:47:42.392Z Downloaded serde_plain v1.0.2
9922026-05-06T01:47:42.392Z Downloaded hashbrown v0.12.3
9932026-05-06T01:47:42.392Z Downloaded sha1 v0.10.6
9942026-05-06T01:47:42.392Z Downloaded quinn-udp v0.5.14
9952026-05-06T01:47:42.392Z Downloaded serde_urlencoded v0.7.1
9962026-05-06T01:47:42.392Z Downloaded serde_spanned v1.0.4
9972026-05-06T01:47:42.392Z Downloaded serde_bytes v0.11.19
9982026-05-06T01:47:42.392Z Downloaded aes v0.8.4
9992026-05-06T01:47:42.392Z Downloaded prefix-trie v0.7.0
10002026-05-06T01:47:42.392Z Downloaded jiff-static v0.2.21
10012026-05-06T01:47:42.392Z Downloaded sigpipe v0.1.3
10022026-05-06T01:47:42.392Z Downloaded signal-hook-tokio v0.3.1
10032026-05-06T01:47:42.392Z Downloaded shell-words v1.1.1
10042026-05-06T01:47:42.392Z Downloaded bumpalo v3.20.2
10052026-05-06T01:47:42.393Z Downloaded base64 v0.21.7
10062026-05-06T01:47:42.393Z Downloaded litrs v1.0.0
10072026-05-06T01:47:42.393Z Downloaded rustls-pemfile v2.2.0
10082026-05-06T01:47:42.393Z Downloaded ignore v0.4.25
10092026-05-06T01:47:42.393Z Downloaded heapless v0.8.0
10102026-05-06T01:47:42.393Z Downloaded siphasher v1.0.2
10112026-05-06T01:47:42.393Z Downloaded rusty-fork v0.3.1
10122026-05-06T01:47:42.393Z Downloaded rustls-native-certs v0.8.3
10132026-05-06T01:47:42.394Z Downloaded hyper-util v0.1.20
10142026-05-06T01:47:42.394Z Downloaded signature v2.2.0
10152026-05-06T01:47:42.394Z Downloaded signal-hook-mio v0.2.5
10162026-05-06T01:47:42.394Z Downloaded progenitor-impl v0.10.0
10172026-05-06T01:47:42.394Z Downloaded headers v0.4.1
10182026-05-06T01:47:42.394Z Downloaded slog-envlogger v2.2.0
10192026-05-06T01:47:42.394Z Downloaded scheduled-thread-pool v0.2.7
10202026-05-06T01:47:42.394Z Downloaded flate2 v1.1.9
10212026-05-06T01:47:42.394Z Downloaded const_format v0.2.35
10222026-05-06T01:47:42.394Z Downloaded sec1 v0.7.3
10232026-05-06T01:47:42.394Z Downloaded sct v0.7.1
10242026-05-06T01:47:42.394Z Downloaded slog-bunyan v2.5.0
10252026-05-06T01:47:42.394Z Downloaded rustversion v1.0.22
10262026-05-06T01:47:42.394Z Downloaded crossterm v0.29.0
10272026-05-06T01:47:42.394Z Downloaded serde-hex v0.1.0
10282026-05-06T01:47:42.394Z Downloaded progenitor-impl v0.11.2
10292026-05-06T01:47:42.394Z Downloaded russh-keys v0.45.0
10302026-05-06T01:47:42.394Z Downloaded scroll v0.13.0
10312026-05-06T01:47:42.394Z Downloaded schemars_derive v0.8.22
10322026-05-06T01:47:42.394Z Downloaded iana-time-zone v0.1.65
10332026-05-06T01:47:42.394Z Downloaded libloading v0.8.9
10342026-05-06T01:47:42.394Z Downloaded hickory-server v0.25.2
10352026-05-06T01:47:42.394Z Downloaded dropshot_endpoint v0.17.0
10362026-05-06T01:47:42.394Z Downloaded prettyplease v0.2.37
10372026-05-06T01:47:42.394Z Downloaded itertools v0.10.5
10382026-05-06T01:47:42.395Z Downloaded sqlparser_derive v0.5.0
10392026-05-06T01:47:42.395Z Downloaded ingot-types v0.1.2
10402026-05-06T01:47:42.395Z Downloaded compression-codecs v0.4.37
10412026-05-06T01:47:42.395Z Downloaded serde_path_to_error v0.1.20
10422026-05-06T01:47:42.395Z Downloaded colored v2.2.0
10432026-05-06T01:47:42.395Z Downloaded signal-hook-registry v1.4.8
10442026-05-06T01:47:42.395Z Downloaded http v1.4.0
10452026-05-06T01:47:42.395Z Downloaded structmeta v0.3.0
10462026-05-06T01:47:42.395Z Downloaded rustls-pemfile v1.0.4
10472026-05-06T01:47:42.395Z Downloaded either v1.15.0
10482026-05-06T01:47:42.395Z Downloaded cargo_metadata v0.19.2
10492026-05-06T01:47:42.395Z Downloaded subtle v2.6.1
10502026-05-06T01:47:42.395Z Downloaded strum v0.27.2
10512026-05-06T01:47:42.395Z Downloaded strum v0.26.3
10522026-05-06T01:47:42.395Z Downloaded ssh-encoding v0.2.0
10532026-05-06T01:47:42.395Z Downloaded ssh-cipher v0.2.0
10542026-05-06T01:47:42.395Z Downloaded supports-color v3.0.2
10552026-05-06T01:47:42.395Z Downloaded simd-adler32 v0.3.8
10562026-05-06T01:47:42.395Z Downloaded bit-vec v0.8.0
10572026-05-06T01:47:42.395Z Downloaded bit-vec v0.6.3
10582026-05-06T01:47:42.395Z Downloaded bcs v0.1.6
10592026-05-06T01:47:42.395Z Downloaded argon2 v0.5.3
10602026-05-06T01:47:42.395Z Downloaded rustls-pki-types v1.14.0
10612026-05-06T01:47:42.395Z Downloaded smallvec v0.6.14
10622026-05-06T01:47:42.395Z Downloaded sync_wrapper v1.0.2
10632026-05-06T01:47:42.395Z Downloaded sync-ptr v0.1.4
10642026-05-06T01:47:42.395Z Downloaded openssl-sys v0.9.114
10652026-05-06T01:47:42.396Z Downloaded ron v0.8.1
10662026-05-06T01:47:42.396Z Downloaded slab v0.4.12
10672026-05-06T01:47:42.400Z Downloaded minimal-lexical v0.2.1
10682026-05-06T01:47:42.400Z Downloaded tap v1.0.1
10692026-05-06T01:47:42.400Z Downloaded tabled_derive v0.11.0
10702026-05-06T01:47:42.400Z Downloaded structmeta-derive v0.3.0
10712026-05-06T01:47:42.400Z Downloaded slog-async v2.8.0
10722026-05-06T01:47:42.400Z Downloaded rcgen v0.12.1
10732026-05-06T01:47:42.400Z Downloaded snafu-derive v0.8.9
10742026-05-06T01:47:42.400Z Downloaded slog-scope v4.4.1
10752026-05-06T01:47:42.400Z Downloaded take_mut v0.2.2
10762026-05-06T01:47:42.400Z Downloaded tagptr v0.2.0
10772026-05-06T01:47:42.400Z Downloaded tabwriter v1.4.1
10782026-05-06T01:47:42.400Z Downloaded progenitor-impl v0.14.0
10792026-05-06T01:47:42.400Z Downloaded progenitor-impl v0.13.0
10802026-05-06T01:47:42.400Z Downloaded serde_with_macros v3.17.0
10812026-05-06T01:47:42.400Z Downloaded miniz_oxide v0.8.9
10822026-05-06T01:47:42.400Z Downloaded slog-term v2.9.2
10832026-05-06T01:47:42.400Z Downloaded sqlformat v0.3.5
10842026-05-06T01:47:42.400Z Downloaded pretty_assertions v1.4.1
10852026-05-06T01:47:42.400Z Downloaded serde_cbor v0.11.2
10862026-05-06T01:47:42.400Z Downloaded slog-stdlog v4.1.1
10872026-05-06T01:47:42.400Z Downloaded slog-json v2.6.1
10882026-05-06T01:47:42.400Z Downloaded slog-dtrace v0.3.0
10892026-05-06T01:47:42.400Z Downloaded static_assertions v1.1.0
10902026-05-06T01:47:42.400Z Downloaded libxml v0.3.3
10912026-05-06T01:47:42.401Z Downloaded strip-ansi-escapes v0.2.1
10922026-05-06T01:47:42.401Z Downloaded string_cache v0.8.9
10932026-05-06T01:47:42.401Z Downloaded stacker v0.1.23
10942026-05-06T01:47:42.401Z Downloaded tinyvec_macros v0.1.1
10952026-05-06T01:47:42.401Z Downloaded time-core v0.1.8
10962026-05-06T01:47:42.401Z Downloaded thiserror-impl-no-std v2.0.2
10972026-05-06T01:47:42.401Z Downloaded strum_macros v0.26.4
10982026-05-06T01:47:42.401Z Downloaded strum_macros v0.24.3
10992026-05-06T01:47:42.401Z Downloaded spki v0.7.3
11002026-05-06T01:47:42.401Z Downloaded serde_derive_internals v0.29.1
11012026-05-06T01:47:42.401Z Downloaded ryu v1.0.23
11022026-05-06T01:47:42.401Z Downloaded testing_table v0.3.0
11032026-05-06T01:47:42.401Z Downloaded support-bundle-viewer v0.1.2
11042026-05-06T01:47:42.401Z Downloaded rustls-platform-verifier v0.6.2
11052026-05-06T01:47:42.401Z Downloaded arrayvec v0.7.6
11062026-05-06T01:47:42.401Z Downloaded hash32 v0.2.1
11072026-05-06T01:47:42.401Z Downloaded defmt v1.0.1
11082026-05-06T01:47:42.401Z Downloaded smf v0.2.3
11092026-05-06T01:47:42.401Z Downloaded shlex v1.3.0
11102026-05-06T01:47:42.402Z Downloaded qorb v0.4.1
11112026-05-06T01:47:42.402Z Downloaded rayon-core v1.13.0
11122026-05-06T01:47:42.402Z Downloaded mio v1.2.0
11132026-05-06T01:47:42.402Z Downloaded quinn v0.11.9
11142026-05-06T01:47:42.402Z Downloaded termtree v0.5.1
11152026-05-06T01:47:42.402Z Downloaded publicsuffix v2.3.0
11162026-05-06T01:47:42.402Z Downloaded dof v0.4.0
11172026-05-06T01:47:42.402Z Downloaded hashbrown v0.15.5
11182026-05-06T01:47:42.402Z Downloaded hashbrown v0.16.1
11192026-05-06T01:47:42.402Z Downloaded ctr v0.9.2
11202026-05-06T01:47:42.402Z Downloaded thread-id v5.1.0
11212026-05-06T01:47:42.402Z Downloaded termios v0.3.3
11222026-05-06T01:47:42.402Z Downloaded futures-util v0.3.32
11232026-05-06T01:47:42.402Z Downloaded topological-sort v0.2.2
11242026-05-06T01:47:42.402Z Downloaded rand v0.8.5
11252026-05-06T01:47:42.402Z Downloaded thiserror-no-std v2.0.2
11262026-05-06T01:47:42.402Z Downloaded tiny-keccak v2.0.2
11272026-05-06T01:47:42.402Z Downloaded try-lock v0.2.5
11282026-05-06T01:47:42.402Z Downloaded time-macros v0.2.27
11292026-05-06T01:47:42.402Z Downloaded thread_local v1.1.9
11302026-05-06T01:47:42.402Z Downloaded tls_codec v0.4.2
11312026-05-06T01:47:42.402Z Downloaded stringprep v0.1.5
11322026-05-06T01:47:42.402Z Downloaded tower-service v0.3.3
11332026-05-06T01:47:42.402Z Downloaded tower-layer v0.3.3
11342026-05-06T01:47:42.402Z Downloaded iddqd v0.3.18
11352026-05-06T01:47:42.402Z Downloaded typify-macro v0.4.3
11362026-05-06T01:47:42.402Z Downloaded trait-variant v0.1.2
11372026-05-06T01:47:42.402Z Downloaded strum_macros v0.27.2
11382026-05-06T01:47:42.402Z Downloaded serde_yaml v0.9.34+deprecated
11392026-05-06T01:47:42.402Z Downloaded hyper v1.8.1
11402026-05-06T01:47:42.402Z Downloaded unarray v0.1.4
11412026-05-06T01:47:42.402Z Downloaded typify-macro v0.6.2
11422026-05-06T01:47:42.402Z Downloaded signal-hook v0.3.18
11432026-05-06T01:47:42.402Z Downloaded tokio-native-tls v0.3.1
11442026-05-06T01:47:42.402Z Downloaded tls_codec_derive v0.4.2
11452026-05-06T01:47:42.402Z Downloaded unicode-truncate v1.1.0
11462026-05-06T01:47:42.402Z Downloaded socket2 v0.5.10
11472026-05-06T01:47:42.403Z Downloaded schemars v0.8.22
11482026-05-06T01:47:42.403Z Downloaded tokio-rustls v0.25.0
11492026-05-06T01:47:42.403Z Downloaded schemars v0.9.0
11502026-05-06T01:47:42.403Z Downloaded untrusted v0.7.1
11512026-05-06T01:47:42.403Z Downloaded untrusted v0.9.0
11522026-05-06T01:47:42.403Z Downloaded unit-prefix v0.5.2
11532026-05-06T01:47:42.403Z Downloaded num-bigint-dig v0.8.6
11542026-05-06T01:47:42.403Z Downloaded universal-hash v0.5.1
11552026-05-06T01:47:42.403Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-05-06T01:47:42.403Z Downloaded tokio-tungstenite v0.21.0
11572026-05-06T01:47:42.403Z Downloaded term v1.2.1
11582026-05-06T01:47:42.403Z Downloaded utf-8 v0.7.6
11592026-05-06T01:47:42.403Z Downloaded usdt-macro v0.6.0
11602026-05-06T01:47:42.403Z Downloaded rustls-webpki v0.103.9
11612026-05-06T01:47:42.403Z Downloaded term v0.7.0
11622026-05-06T01:47:42.403Z Downloaded usdt-attr-macro v0.6.0
11632026-05-06T01:47:42.403Z Downloaded usdt v0.6.0
11642026-05-06T01:47:42.403Z Downloaded spin v0.9.8
11652026-05-06T01:47:42.404Z Downloaded socket2 v0.6.3
11662026-05-06T01:47:42.404Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-05-06T01:47:42.408Z Downloaded itertools v0.12.1
11682026-05-06T01:47:42.408Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11692026-05-06T01:47:42.408Z Downloaded waitgroup v0.1.2
11702026-05-06T01:47:42.409Z Downloaded void v1.0.2
11712026-05-06T01:47:42.409Z Downloaded tokio-macros v2.7.0
11722026-05-06T01:47:42.409Z Downloaded want v0.3.1
11732026-05-06T01:47:42.409Z Downloaded tokio-dtrace v0.1.1
11742026-05-06T01:47:42.409Z Downloaded itertools v0.14.0
11752026-05-06T01:47:42.409Z Downloaded tui-tree-widget v0.23.1
11762026-05-06T01:47:42.409Z Downloaded snafu v0.8.9
11772026-05-06T01:47:42.409Z Downloaded samael v0.0.19
11782026-05-06T01:47:42.409Z Downloaded tokio-rustls v0.26.4
11792026-05-06T01:47:42.409Z Downloaded tokio-rustls v0.24.1
11802026-05-06T01:47:42.409Z Downloaded rand v0.10.0
11812026-05-06T01:47:42.409Z Downloaded wait-timeout v0.2.1
11822026-05-06T01:47:42.409Z Downloaded tokio-stream v0.1.18
11832026-05-06T01:47:42.409Z Downloaded iri-string v0.7.10
11842026-05-06T01:47:42.409Z Downloaded unicase v2.9.0
11852026-05-06T01:47:42.409Z Downloaded aho-corasick v1.1.4
11862026-05-06T01:47:42.409Z Downloaded rand v0.9.2
11872026-05-06T01:47:42.409Z Downloaded h2 v0.4.13
11882026-05-06T01:47:42.409Z Downloaded xshell-macros v0.2.7
11892026-05-06T01:47:42.409Z Downloaded similar v2.7.0
11902026-05-06T01:47:42.409Z Downloaded xattr v1.6.1
11912026-05-06T01:47:42.409Z Downloaded slog v2.8.2
11922026-05-06T01:47:42.410Z Downloaded toml_parser v1.0.9+spec-1.1.0
11932026-05-06T01:47:42.410Z Downloaded schemars v1.2.1
11942026-05-06T01:47:42.410Z Downloaded zeroize_derive v1.4.3
11952026-05-06T01:47:42.410Z Downloaded usdt-impl v0.6.0
11962026-05-06T01:47:42.410Z Downloaded rsa v0.9.10
11972026-05-06T01:47:42.410Z Downloaded subprocess v0.2.15
11982026-05-06T01:47:42.410Z Downloaded libm v0.2.16
11992026-05-06T01:47:42.410Z Downloaded vergen-gitcl v1.0.8
12002026-05-06T01:47:42.410Z Downloaded test-strategy v0.4.5
12012026-05-06T01:47:42.410Z Downloaded vsss-rs v3.3.4
12022026-05-06T01:47:42.410Z Downloaded zone v0.3.1
12032026-05-06T01:47:42.410Z Downloaded tracing-attributes v0.1.31
12042026-05-06T01:47:42.410Z Downloaded uzers v0.12.2
12052026-05-06T01:47:42.410Z Downloaded zone_cfg_derive v0.3.1
12062026-05-06T01:47:42.410Z Downloaded itertools v0.13.0
12072026-05-06T01:47:42.410Z Downloaded hkdf v0.12.4
12082026-05-06T01:47:42.410Z Downloaded num-bigint v0.4.6
12092026-05-06T01:47:42.410Z Downloaded aes-gcm v0.10.3
12102026-05-06T01:47:42.410Z Downloaded vergen-lib v0.1.6
12112026-05-06T01:47:42.410Z Downloaded vergen-git2 v1.0.7
12122026-05-06T01:47:42.410Z Downloaded nom v7.1.3
12132026-05-06T01:47:42.410Z Downloaded p521 v0.13.3
12142026-05-06T01:47:42.410Z Downloaded unicode-properties v0.1.4
12152026-05-06T01:47:42.410Z Downloaded wyz v0.5.1
12162026-05-06T01:47:42.410Z Downloaded walkdir v2.5.0
12172026-05-06T01:47:42.410Z Downloaded twox-hash v2.1.2
12182026-05-06T01:47:42.411Z Downloaded chacha20 v0.9.1
12192026-05-06T01:47:42.411Z Downloaded block-padding v0.3.3
12202026-05-06T01:47:42.411Z Downloaded tinyvec v1.10.0
12212026-05-06T01:47:42.411Z Downloaded base64ct v1.8.3
12222026-05-06T01:47:42.411Z Downloaded tar v0.4.45
12232026-05-06T01:47:42.411Z Downloaded cpufeatures v0.3.0
12242026-05-06T01:47:42.411Z Downloaded crossbeam-epoch v0.9.18
12252026-05-06T01:47:42.411Z Downloaded critical-section v1.2.0
12262026-05-06T01:47:42.411Z Downloaded whoami v1.6.1
12272026-05-06T01:47:42.411Z Downloaded whoami v2.1.0
12282026-05-06T01:47:42.411Z Downloaded toml v0.9.12+spec-1.1.0
12292026-05-06T01:47:42.411Z Downloaded xshell v0.2.7
12302026-05-06T01:47:42.411Z Downloaded zeroize v1.8.2
12312026-05-06T01:47:42.411Z Downloaded tokio-tungstenite v0.23.1
12322026-05-06T01:47:42.411Z Downloaded toml v1.0.6+spec-1.1.0
12332026-05-06T01:47:42.411Z Downloaded vergen v9.0.6
12342026-05-06T01:47:42.411Z Downloaded zstd v0.13.3
12352026-05-06T01:47:42.412Z Downloaded zstd-safe v7.2.4
12362026-05-06T01:47:42.412Z Downloaded russh v0.45.0
12372026-05-06T01:47:42.412Z Downloaded unicode-bidi v0.3.18
12382026-05-06T01:47:42.412Z Downloaded typify v0.4.3
12392026-05-06T01:47:42.412Z Downloaded typify v0.6.2
12402026-05-06T01:47:42.412Z Downloaded tungstenite v0.21.0
12412026-05-06T01:47:42.412Z Downloaded blake3 v1.8.3
12422026-05-06T01:47:42.412Z Downloaded toml v0.7.8
12432026-05-06T01:47:42.412Z Downloaded steno v0.4.1
12442026-05-06T01:47:42.412Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-05-06T01:47:42.412Z Downloaded yasna v0.5.2
12462026-05-06T01:47:42.412Z Downloaded rpassword v7.4.0
12472026-05-06T01:47:42.412Z Downloaded zerocopy v0.6.6
12482026-05-06T01:47:42.412Z Downloaded git2 v0.20.4
12492026-05-06T01:47:42.412Z Downloaded tokio-postgres v0.7.16
12502026-05-06T01:47:42.413Z Downloaded vte v0.14.1
12512026-05-06T01:47:42.413Z Downloaded rustyline v14.0.0
12522026-05-06T01:47:42.413Z Downloaded tungstenite v0.23.0
12532026-05-06T01:47:42.413Z Downloaded reedline v0.40.0
12542026-05-06T01:47:42.413Z Downloaded unsafe-libyaml v0.2.11
12552026-05-06T01:47:42.413Z Downloaded bitvec v1.0.1
12562026-05-06T01:47:42.413Z Downloaded zopfli v0.8.3
12572026-05-06T01:47:42.413Z Downloaded uuid v1.23.0
12582026-05-06T01:47:42.413Z Downloaded ssh-key v0.6.7
12592026-05-06T01:47:42.413Z Downloaded unicode_categories v0.1.1
12602026-05-06T01:47:42.413Z Downloaded tracing-core v0.1.36
12612026-05-06T01:47:42.413Z Downloaded reqwest v0.12.28
12622026-05-06T01:47:42.413Z Downloaded regex v1.12.3
12632026-05-06T01:47:42.413Z Downloaded zip v0.6.6
12642026-05-06T01:47:42.413Z Downloaded aws-lc-rs v1.16.0
12652026-05-06T01:47:42.413Z Downloaded p384 v0.13.1
12662026-05-06T01:47:42.413Z Downloaded goblin v0.10.5
12672026-05-06T01:47:42.418Z Downloaded chrono v0.4.44
12682026-05-06T01:47:42.419Z Downloaded reqwest v0.13.2
12692026-05-06T01:47:42.419Z Downloaded lalrpop v0.19.12
12702026-05-06T01:47:42.419Z Downloaded quick-xml v0.37.5
12712026-05-06T01:47:42.420Z Downloaded portable-atomic v1.13.1
12722026-05-06T01:47:42.420Z Downloaded bindgen v0.71.1
12732026-05-06T01:47:42.420Z Downloaded yansi v1.0.1
12742026-05-06T01:47:42.420Z Downloaded typed-path v0.9.3
12752026-05-06T01:47:42.420Z Downloaded x509-cert v0.2.5
12762026-05-06T01:47:42.420Z Downloaded toml_edit v0.19.15
12772026-05-06T01:47:42.420Z Downloaded tower v0.5.3
12782026-05-06T01:47:42.420Z Downloaded moka v0.12.13
12792026-05-06T01:47:42.420Z Downloaded rustls-webpki v0.101.7
12802026-05-06T01:47:42.420Z Downloaded curve25519-dalek v4.1.3
12812026-05-06T01:47:42.420Z Downloaded proptest v1.10.0
12822026-05-06T01:47:42.420Z Downloaded serde_with v3.17.0
12832026-05-06T01:47:42.420Z Downloaded salty v0.3.0
12842026-05-06T01:47:42.420Z Downloaded rayon v1.11.0
12852026-05-06T01:47:42.420Z Downloaded unicode-segmentation v1.12.0
12862026-05-06T01:47:42.420Z Downloaded unicode-normalization v0.1.25
12872026-05-06T01:47:42.420Z Downloaded zerocopy-derive v0.8.40
12882026-05-06T01:47:42.420Z Downloaded tower-http v0.6.8
12892026-05-06T01:47:42.420Z Downloaded zip v4.6.1
12902026-05-06T01:47:42.420Z Downloaded tough v0.20.0
12912026-05-06T01:47:42.420Z Downloaded petname v2.0.2
12922026-05-06T01:47:42.420Z Downloaded tokio-util v0.7.18
12932026-05-06T01:47:42.420Z Downloaded object v0.30.4
12942026-05-06T01:47:42.421Z Downloaded radix_trie v0.2.1
12952026-05-06T01:47:42.421Z Downloaded polar-core v0.27.3
12962026-05-06T01:47:42.421Z Downloaded nix v0.27.1
12972026-05-06T01:47:42.421Z Downloaded rustls-webpki v0.102.8
12982026-05-06T01:47:42.421Z Downloaded openssl v0.10.78
12992026-05-06T01:47:42.421Z Downloaded bstr v1.12.1
13002026-05-06T01:47:42.421Z Downloaded quinn-proto v0.11.13
13012026-05-06T01:47:42.421Z Downloaded regex-syntax v0.6.29
13022026-05-06T01:47:42.421Z Downloaded nix v0.28.0
13032026-05-06T01:47:42.421Z Downloaded winnow v0.6.26
13042026-05-06T01:47:42.421Z Downloaded smoltcp v0.9.1
13052026-05-06T01:47:42.421Z Downloaded hickory-proto v0.24.4
13062026-05-06T01:47:42.421Z Downloaded winnow v0.5.40
13072026-05-06T01:47:42.421Z Downloaded vcpkg v0.2.15
13082026-05-06T01:47:42.421Z Downloaded webpki-roots v1.0.6
13092026-05-06T01:47:42.421Z Downloaded object v0.37.3
13102026-05-06T01:47:42.421Z Downloaded dropshot v0.16.7
13112026-05-06T01:47:42.421Z Downloaded time v0.3.47
13122026-05-06T01:47:42.421Z Downloaded openapiv3 v2.2.0
13132026-05-06T01:47:42.425Z Downloaded tabled v0.20.0
13142026-05-06T01:47:42.429Z Downloaded regex-syntax v0.8.10
13152026-05-06T01:47:42.433Z Downloaded rustix v0.38.44
13162026-05-06T01:47:42.445Z Downloaded hickory-proto v0.25.2
13172026-05-06T01:47:42.453Z Downloaded nix v0.29.0
13182026-05-06T01:47:42.459Z Downloaded rustls v0.21.12
13192026-05-06T01:47:42.466Z Downloaded zlib-rs v0.6.2
13202026-05-06T01:47:42.471Z Downloaded dropshot v0.17.0
13212026-05-06T01:47:42.482Z Downloaded nix v0.31.2
13222026-05-06T01:47:42.495Z Downloaded smoltcp v0.11.0
13232026-05-06T01:47:42.501Z Downloaded zerocopy v0.8.40
13242026-05-06T01:47:42.507Z Downloaded regress v0.11.1
13252026-05-06T01:47:42.513Z Downloaded rustls v0.23.37
13262026-05-06T01:47:42.519Z Downloaded regress v0.10.5
13272026-05-06T01:47:42.525Z Downloaded diesel v2.3.7
13282026-05-06T01:47:42.541Z Downloaded regex-automata v0.4.14
13292026-05-06T01:47:42.546Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-05-06T01:47:42.555Z Downloaded typify-impl v0.4.3
13312026-05-06T01:47:42.563Z Downloaded sled v0.34.7
13322026-05-06T01:47:42.569Z Downloaded rustls v0.22.4
13332026-05-06T01:47:42.576Z Downloaded chrono-tz v0.10.4
13342026-05-06T01:47:42.589Z Downloaded libz-sys v1.1.24
13352026-05-06T01:47:42.601Z Downloaded sqlparser v0.61.0
13362026-05-06T01:47:42.648Z Downloaded tracing v0.1.44
13372026-05-06T01:47:42.662Z Downloaded typify-impl v0.6.2
13382026-05-06T01:47:42.672Z Downloaded ratatui v0.29.0
13392026-05-06T01:47:42.741Z Downloaded zerocopy-derive v0.6.6
13402026-05-06T01:47:42.752Z Downloaded petgraph v0.6.5
13412026-05-06T01:47:42.763Z Downloaded jiff v0.2.21
13422026-05-06T01:47:42.805Z Downloaded petgraph v0.8.3
13432026-05-06T01:47:42.819Z Downloaded csv v1.4.0
13442026-05-06T01:47:42.839Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-05-06T01:47:42.849Z Downloaded sha3 v0.10.8
13462026-05-06T01:47:42.858Z Downloaded tokio v1.52.1
13472026-05-06T01:47:42.896Z Downloaded encoding_rs v0.8.35
13482026-05-06T01:47:42.943Z Downloaded ring v0.17.14
13492026-05-06T01:47:42.969Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-05-06T01:47:43.206Z Downloaded aws-lc-sys v0.37.1
13512026-05-06T01:47:43.460Z Compiling libc v0.2.185
13522026-05-06T01:47:43.460Z Compiling serde v1.0.228
13532026-05-06T01:47:43.469Z Compiling log v0.4.29
13542026-05-06T01:47:43.469Z Compiling find-msvc-tools v0.1.9
13552026-05-06T01:47:43.469Z Compiling shlex v1.3.0
13562026-05-06T01:47:43.469Z Compiling smallvec v1.15.1
13572026-05-06T01:47:43.618Z Compiling syn v2.0.117
13582026-05-06T01:47:43.626Z Compiling typenum v1.19.0
13592026-05-06T01:47:43.810Z Compiling generic-array v0.14.7
13602026-05-06T01:47:43.810Z Compiling subtle v2.6.1
13612026-05-06T01:47:43.836Z Compiling scopeguard v1.2.0
13622026-05-06T01:47:43.855Z Compiling const-oid v0.9.6
13632026-05-06T01:47:43.928Z Compiling lock_api v0.4.14
13642026-05-06T01:47:43.942Z Compiling portable-atomic v1.13.1
13652026-05-06T01:47:43.985Z Compiling zerocopy v0.8.40
13662026-05-06T01:47:44.053Z Compiling serde_json v1.0.149
13672026-05-06T01:47:44.147Z Compiling critical-section v1.2.0
13682026-05-06T01:47:44.255Z Compiling pin-project-lite v0.2.17
13692026-05-06T01:47:44.270Z Compiling parking_lot_core v0.9.12
13702026-05-06T01:47:44.435Z Compiling pkg-config v0.3.32
13712026-05-06T01:47:44.469Z Compiling getrandom v0.2.17
13722026-05-06T01:47:44.516Z Compiling jobserver v0.1.34
13732026-05-06T01:47:44.530Z Compiling errno v0.3.14
13742026-05-06T01:47:44.639Z Compiling rand_core v0.6.4
13752026-05-06T01:47:44.676Z Compiling signal-hook-registry v1.4.8
13762026-05-06T01:47:44.886Z Compiling cc v1.2.56
13772026-05-06T01:47:44.910Z Compiling bitflags v2.11.0
13782026-05-06T01:47:44.947Z Compiling libm v0.2.16
13792026-05-06T01:47:44.972Z Compiling parking_lot v0.12.5
13802026-05-06T01:47:44.987Z Compiling once_cell v1.21.3
13812026-05-06T01:47:45.060Z Compiling mio v1.2.0
13822026-05-06T01:47:45.136Z Compiling num-traits v0.2.19
13832026-05-06T01:47:45.190Z Compiling futures-core v0.3.32
13842026-05-06T01:47:45.341Z Compiling percent-encoding v2.3.2
13852026-05-06T01:47:45.355Z Compiling socket2 v0.6.3
13862026-05-06T01:47:45.495Z Compiling cpufeatures v0.2.17
13872026-05-06T01:47:45.512Z Compiling futures-sink v0.3.32
13882026-05-06T01:47:45.525Z Compiling futures-io v0.3.32
13892026-05-06T01:47:45.539Z Compiling getrandom v0.4.1
13902026-05-06T01:47:45.571Z Compiling slab v0.4.12
13912026-05-06T01:47:45.613Z Compiling futures-channel v0.3.32
13922026-05-06T01:47:45.675Z Compiling futures-task v0.3.32
13932026-05-06T01:47:45.746Z Compiling rand_core v0.10.0
13942026-05-06T01:47:45.762Z Compiling rustversion v1.0.22
13952026-05-06T01:47:45.839Z Compiling getrandom v0.3.4
13962026-05-06T01:47:45.854Z Compiling indexmap v2.14.0
13972026-05-06T01:47:45.913Z Compiling cmake v0.1.57
13982026-05-06T01:47:46.314Z Compiling form_urlencoded v1.2.2
13992026-05-06T01:47:46.359Z Compiling synstructure v0.13.2
14002026-05-06T01:47:46.422Z Compiling ident_case v1.0.1
14012026-05-06T01:47:46.499Z Compiling base64ct v1.8.3
14022026-05-06T01:47:46.513Z Compiling fs_extra v1.3.0
14032026-05-06T01:47:46.548Z Compiling dunce v1.0.5
14042026-05-06T01:47:46.650Z Compiling flagset v0.4.7
14052026-05-06T01:47:46.722Z Compiling rand_core v0.9.5
14062026-05-06T01:47:46.745Z Compiling pem-rfc7468 v0.7.0
14072026-05-06T01:47:46.810Z Compiling rustix v1.1.3
14082026-05-06T01:47:46.891Z Compiling aws-lc-sys v0.37.1
14092026-05-06T01:47:46.895Z Compiling iana-time-zone v0.1.65
14102026-05-06T01:47:46.920Z Compiling ring v0.17.14
14112026-05-06T01:47:47.025Z Compiling uuid v1.23.0
14122026-05-06T01:47:47.090Z Compiling rustc_version v0.4.1
14132026-05-06T01:47:47.109Z Compiling regex-syntax v0.8.10
14142026-05-06T01:47:47.164Z Compiling aws-lc-rs v1.16.0
14152026-05-06T01:47:47.419Z Compiling vcpkg v0.2.15
14162026-05-06T01:47:47.434Z Compiling tracing-core v0.1.36
14172026-05-06T01:47:47.734Z Compiling pest_generator v2.8.6
14182026-05-06T01:47:47.997Z Compiling serde_derive_internals v0.29.1
14192026-05-06T01:47:48.132Z Compiling serde_derive v1.0.228
14202026-05-06T01:47:48.172Z Compiling zeroize_derive v1.4.3
14212026-05-06T01:47:48.456Z Compiling zerofrom-derive v0.1.6
14222026-05-06T01:47:48.643Z Compiling yoke-derive v0.8.1
14232026-05-06T01:47:48.830Z Compiling zeroize v1.8.2
14242026-05-06T01:47:48.927Z Compiling zerocopy-derive v0.8.40
14252026-05-06T01:47:49.491Z Compiling zerovec-derive v0.11.2
14262026-05-06T01:47:49.610Z Compiling crypto-common v0.1.7
14272026-05-06T01:47:49.765Z Compiling block-buffer v0.10.4
14282026-05-06T01:47:49.829Z Compiling displaydoc v0.2.5
14292026-05-06T01:47:49.881Z Compiling zerofrom v0.1.6
14302026-05-06T01:47:49.943Z Compiling digest v0.10.7
14312026-05-06T01:47:50.015Z Compiling yoke v0.8.1
14322026-05-06T01:47:50.198Z Compiling tokio-macros v2.7.0
14332026-05-06T01:47:50.212Z Compiling hmac v0.12.1
14342026-05-06T01:47:50.376Z Compiling futures-macro v0.3.32
14352026-05-06T01:47:50.576Z Compiling zerotrie v0.2.3
14362026-05-06T01:47:50.630Z Compiling zerovec v0.11.5
14372026-05-06T01:47:50.869Z Compiling block-padding v0.3.3
14382026-05-06T01:47:50.914Z Compiling sha2 v0.10.9
14392026-05-06T01:47:51.029Z Compiling inout v0.1.4
14402026-05-06T01:47:51.128Z Compiling tinystr v0.8.2
14412026-05-06T01:47:51.170Z Compiling potential_utf v0.1.4
14422026-05-06T01:47:51.197Z Compiling futures-util v0.3.32
14432026-05-06T01:47:51.328Z Compiling icu_locale_core v2.1.1
14442026-05-06T01:47:51.328Z Compiling icu_collections v2.1.1
14452026-05-06T01:47:51.617Z Compiling bytes v1.11.1
14462026-05-06T01:47:51.855Z Compiling cipher v0.4.4
14472026-05-06T01:47:52.084Z Compiling icu_provider v2.1.1
14482026-05-06T01:47:52.122Z Compiling tokio v1.52.1
14492026-05-06T01:47:52.202Z Compiling der_derive v0.7.3
14502026-05-06T01:47:52.290Z Compiling http v1.4.0
14512026-05-06T01:47:52.305Z Compiling salsa20 v0.10.2
14522026-05-06T01:47:52.385Z Compiling icu_normalizer v2.1.1
14532026-05-06T01:47:52.443Z Compiling icu_properties v2.1.2
14542026-05-06T01:47:52.927Z Compiling chrono v0.4.44
14552026-05-06T01:47:53.154Z Compiling der v0.7.10
14562026-05-06T01:47:53.204Z Compiling pbkdf2 v0.12.2
14572026-05-06T01:47:53.325Z Compiling idna_adapter v1.2.1
14582026-05-06T01:47:53.419Z Compiling ppv-lite86 v0.2.21
14592026-05-06T01:47:53.463Z Compiling idna v1.1.0
14602026-05-06T01:47:53.494Z Compiling thiserror-impl v2.0.18
14612026-05-06T01:47:53.536Z Compiling scrypt v0.11.0
14622026-05-06T01:47:53.727Z Compiling rand_chacha v0.9.0
14632026-05-06T01:47:53.787Z Compiling url v2.5.8
14642026-05-06T01:47:54.106Z Compiling spki v0.7.3
14652026-05-06T01:47:54.285Z Compiling cbc v0.1.2
14662026-05-06T01:47:54.318Z Compiling aes v0.8.4
14672026-05-06T01:47:54.332Z Compiling rustls-pki-types v1.14.0
14682026-05-06T01:47:54.418Z Compiling openssl-sys v0.9.114
14692026-05-06T01:47:54.433Z Compiling tracing-attributes v0.1.31
14702026-05-06T01:47:54.583Z Compiling rand v0.9.2
14712026-05-06T01:47:54.781Z Compiling pkcs5 v0.7.1
14722026-05-06T01:47:54.811Z Compiling thiserror v2.0.18
14732026-05-06T01:47:54.921Z Compiling http-body v1.0.1
14742026-05-06T01:47:55.003Z Compiling untrusted v0.7.1
14752026-05-06T01:47:55.074Z Compiling openssl-probe v0.2.1
14762026-05-06T01:47:55.122Z Compiling base64 v0.22.1
14772026-05-06T01:47:55.256Z Compiling untrusted v0.9.0
14782026-05-06T01:47:55.259Z Compiling schemars v0.8.22
14792026-05-06T01:47:55.367Z Compiling httparse v1.10.1
14802026-05-06T01:47:55.383Z Compiling pkcs8 v0.10.2
14812026-05-06T01:47:55.443Z Compiling schemars_derive v0.8.22
14822026-05-06T01:47:55.487Z Compiling pest_derive v2.8.6
14832026-05-06T01:47:55.701Z Compiling scroll_derive v0.13.1
14842026-05-06T01:47:55.730Z Compiling tracing v0.1.44
14852026-05-06T01:47:55.751Z Compiling darling_core v0.20.11
14862026-05-06T01:47:55.902Z Compiling tokio-util v0.7.18
14872026-05-06T01:47:55.993Z Compiling rustls v0.23.37
14882026-05-06T01:47:56.167Z Compiling atomic-waker v1.1.2
14892026-05-06T01:47:56.298Z Compiling try-lock v0.2.5
14902026-05-06T01:47:56.412Z Compiling tinyvec_macros v0.1.1
14912026-05-06T01:47:56.485Z Compiling tower-service v0.3.3
14922026-05-06T01:47:56.504Z Compiling tower-layer v0.3.3
14932026-05-06T01:47:56.589Z Compiling dyn-clone v1.0.20
14942026-05-06T01:47:56.667Z Compiling h2 v0.4.13
14952026-05-06T01:47:56.726Z Compiling scroll v0.13.0
14962026-05-06T01:47:56.941Z Compiling tinyvec v1.10.0
14972026-05-06T01:47:57.026Z Compiling want v0.3.1
14982026-05-06T01:47:57.213Z Compiling ipnet v2.11.0
14992026-05-06T01:47:57.287Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-05-06T01:47:57.493Z Compiling spin v0.9.8
15012026-05-06T01:47:57.677Z Compiling aho-corasick v1.1.4
15022026-05-06T01:47:57.706Z Compiling openssl v0.10.78
15032026-05-06T01:47:57.721Z Compiling pin-utils v0.1.0
15042026-05-06T01:47:57.785Z Compiling time-core v0.1.8
15052026-05-06T01:47:57.802Z Compiling powerfmt v0.2.0
15062026-05-06T01:47:57.935Z Compiling num-conv v0.2.0
15072026-05-06T01:47:57.935Z Compiling httpdate v1.0.3
15082026-05-06T01:47:57.987Z Compiling foreign-types-shared v0.1.1
15092026-05-06T01:47:58.002Z Compiling crc32fast v1.5.0
15102026-05-06T01:47:58.076Z Compiling foreign-types v0.3.2
15112026-05-06T01:47:58.091Z Compiling time-macros v0.2.27
15122026-05-06T01:47:58.094Z Compiling darling_macro v0.20.11
15132026-05-06T01:47:58.150Z Compiling deranged v0.5.8
15142026-05-06T01:47:58.164Z Compiling tempfile v3.25.0
15152026-05-06T01:47:58.538Z Compiling regex-automata v0.4.14
15162026-05-06T01:47:58.564Z Compiling darling v0.20.11
15172026-05-06T01:47:58.648Z Compiling goblin v0.10.5
15182026-05-06T01:47:59.139Z Compiling openssl-macros v0.1.1
15192026-05-06T01:47:59.355Z Compiling wait-timeout v0.2.1
15202026-05-06T01:47:59.526Z Compiling num_threads v0.1.7
15212026-05-06T01:47:59.607Z Compiling simd-adler32 v0.3.8
15222026-05-06T01:47:59.625Z Compiling crossbeam-utils v0.8.21
15232026-05-06T01:47:59.628Z Compiling quick-error v1.2.3
15242026-05-06T01:47:59.754Z Compiling hyper v1.8.1
15252026-05-06T01:47:59.850Z Compiling siphasher v1.0.2
15262026-05-06T01:47:59.910Z Compiling bit-vec v0.8.0
15272026-05-06T01:48:00.042Z Compiling native-tls v0.2.18
15282026-05-06T01:48:00.141Z Compiling syn v1.0.109
15292026-05-06T01:48:00.244Z Compiling usdt-impl v0.6.0
15302026-05-06T01:48:00.497Z Compiling bit-set v0.8.0
15312026-05-06T01:48:00.535Z Compiling rusty-fork v0.3.1
15322026-05-06T01:48:00.651Z Compiling time v0.3.47
15332026-05-06T01:48:00.850Z Compiling hyper-util v0.1.20
15342026-05-06T01:48:01.303Z Compiling dof v0.4.0
15352026-05-06T01:48:02.272Z Compiling derive_builder_core v0.20.2
15362026-05-06T01:48:02.610Z Compiling unicode-normalization v0.1.25
15372026-05-06T01:48:02.628Z Compiling dtrace-parser v0.3.0
15382026-05-06T01:48:02.701Z Compiling rustls-native-certs v0.8.3
15392026-05-06T01:48:02.881Z Compiling signature v2.2.0
15402026-05-06T01:48:03.002Z Compiling scroll_derive v0.12.1
15412026-05-06T01:48:03.066Z Compiling thiserror-impl v1.0.69
15422026-05-06T01:48:03.081Z Compiling heapless v0.7.17
15432026-05-06T01:48:03.148Z Compiling rand_xorshift v0.4.0
15442026-05-06T01:48:03.315Z Compiling slog v2.8.2
15452026-05-06T01:48:03.319Z Compiling darling_core v0.21.3
15462026-05-06T01:48:03.366Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-05-06T01:48:03.500Z Compiling sync_wrapper v1.0.2
15482026-05-06T01:48:03.614Z Compiling thread-id v5.1.0
15492026-05-06T01:48:03.630Z Compiling cookie v0.18.1
15502026-05-06T01:48:03.644Z Compiling signal-hook v0.3.18
15512026-05-06T01:48:03.661Z Compiling unicode-properties v0.1.4
15522026-05-06T01:48:03.697Z Compiling unicode-bidi v0.3.18
15532026-05-06T01:48:03.808Z Compiling unarray v0.1.4
15542026-05-06T01:48:03.808Z Compiling allocator-api2 v0.2.21
15552026-05-06T01:48:03.866Z Compiling adler2 v2.0.1
15562026-05-06T01:48:03.933Z Compiling paste v1.0.15
15572026-05-06T01:48:04.001Z Compiling anyhow v1.0.102
15582026-05-06T01:48:04.132Z Compiling zstd-safe v7.2.4
15592026-05-06T01:48:04.222Z Compiling stringprep v0.1.5
15602026-05-06T01:48:04.241Z Compiling miniz_oxide v0.8.9
15612026-05-06T01:48:04.315Z Compiling thiserror v1.0.69
15622026-05-06T01:48:04.330Z Compiling proptest v1.10.0
15632026-05-06T01:48:04.513Z Compiling scroll v0.12.0
15642026-05-06T01:48:04.750Z Compiling tower v0.5.3
15652026-05-06T01:48:04.849Z Compiling derive_builder_macro v0.20.2
15662026-05-06T01:48:05.203Z Compiling ipnetwork v0.21.1
15672026-05-06T01:48:05.295Z Compiling http-body-util v0.1.3
15682026-05-06T01:48:05.440Z Compiling webpki-roots v1.0.6
15692026-05-06T01:48:05.537Z Compiling rand_chacha v0.3.1
15702026-05-06T01:48:05.553Z Compiling serde_tokenstream v0.2.3
15712026-05-06T01:48:05.567Z Compiling toml_datetime v0.6.11
15722026-05-06T01:48:05.612Z Compiling erased-serde v0.3.31
15732026-05-06T01:48:05.822Z Compiling serde_spanned v0.6.9
15742026-05-06T01:48:05.825Z Compiling darling_macro v0.21.3
15752026-05-06T01:48:05.861Z Compiling md-5 v0.10.6
15762026-05-06T01:48:05.969Z Compiling zerocopy-derive v0.7.35
15772026-05-06T01:48:06.029Z Compiling curve25519-dalek v4.1.3
15782026-05-06T01:48:06.076Z Compiling vergen-lib v0.1.6
15792026-05-06T01:48:06.266Z Compiling num-integer v0.1.46
15802026-05-06T01:48:06.317Z Compiling hash32 v0.2.1
15812026-05-06T01:48:06.347Z Compiling ff v0.13.1
15822026-05-06T01:48:06.366Z Compiling memoffset v0.9.1
15832026-05-06T01:48:06.489Z Compiling iri-string v0.7.10
15842026-05-06T01:48:06.509Z Compiling ryu v1.0.23
15852026-05-06T01:48:06.560Z Compiling num-bigint-dig v0.8.6
15862026-05-06T01:48:06.588Z Compiling psl-types v2.0.11
15872026-05-06T01:48:06.687Z Compiling base16ct v0.2.0
15882026-05-06T01:48:06.718Z Compiling rustix v0.38.44
15892026-05-06T01:48:06.750Z Compiling fallible-iterator v0.2.0
15902026-05-06T01:48:06.884Z Compiling litrs v1.0.0
15912026-05-06T01:48:06.908Z Compiling ref-cast v1.0.25
15922026-05-06T01:48:07.129Z Compiling zlib-rs v0.6.2
15932026-05-06T01:48:07.146Z Compiling smoltcp v0.9.1
15942026-05-06T01:48:07.214Z Compiling cfg_aliases v0.2.1
15952026-05-06T01:48:07.294Z Compiling nix v0.31.2
15962026-05-06T01:48:07.398Z Compiling document-features v0.2.12
15972026-05-06T01:48:07.649Z Compiling postgres-protocol v0.6.10
15982026-05-06T01:48:07.664Z Compiling tower-http v0.6.8
15992026-05-06T01:48:07.987Z Compiling zerocopy v0.7.35
16002026-05-06T01:48:08.044Z Compiling sec1 v0.7.3
16012026-05-06T01:48:08.092Z Compiling publicsuffix v2.3.0
16022026-05-06T01:48:08.203Z Compiling serde_urlencoded v0.7.1
16032026-05-06T01:48:08.267Z Compiling newtype-uuid v1.3.2
16042026-05-06T01:48:08.429Z Compiling num-iter v0.1.45
16052026-05-06T01:48:08.528Z Compiling group v0.13.0
16062026-05-06T01:48:08.595Z Compiling darling v0.21.3
16072026-05-06T01:48:08.681Z Compiling rand v0.8.5
16082026-05-06T01:48:08.809Z Compiling oxnet v0.1.4
16092026-05-06T01:48:08.914Z Compiling derive_builder v0.20.2
16102026-05-06T01:48:09.041Z Compiling tokio-native-tls v0.3.1
16112026-05-06T01:48:09.057Z Compiling goblin v0.8.2
16122026-05-06T01:48:09.060Z Compiling hubpack_derive v0.1.1
16132026-05-06T01:48:09.568Z Compiling regex v1.12.3
16142026-05-06T01:48:09.847Z Compiling phf_shared v0.13.1
16152026-05-06T01:48:09.941Z Compiling flate2 v1.1.9
16162026-05-06T01:48:09.996Z Compiling lazy_static v1.5.0
16172026-05-06T01:48:10.016Z Compiling cargo-platform v0.1.9
16182026-05-06T01:48:10.045Z Compiling hkdf v0.12.4
16192026-05-06T01:48:10.093Z Compiling crypto-bigint v0.5.5
16202026-05-06T01:48:10.209Z Compiling terminal_size v0.4.3
16212026-05-06T01:48:10.278Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-06T01:48:10.333Z Compiling strum_macros v0.27.2
16232026-05-06T01:48:10.350Z Compiling daft-derive v0.1.5
16242026-05-06T01:48:10.350Z Compiling ref-cast-impl v1.0.25
16252026-05-06T01:48:10.889Z Compiling async-trait v0.1.89
16262026-05-06T01:48:10.919Z Compiling vergen v9.0.6
16272026-05-06T01:48:11.079Z Compiling fs-err v3.3.0
16282026-05-06T01:48:11.102Z Compiling ahash v0.8.12
16292026-05-06T01:48:11.265Z Compiling libbz2-rs-sys v0.2.2
16302026-05-06T01:48:11.307Z Compiling managed v0.8.0
16312026-05-06T01:48:11.529Z Compiling bitflags v1.3.2
16322026-05-06T01:48:11.613Z Compiling bumpalo v3.20.2
16332026-05-06T01:48:11.924Z Compiling object v0.37.3
16342026-05-06T01:48:11.941Z Compiling foldhash v0.2.0
16352026-05-06T01:48:11.972Z Compiling unicode-segmentation v1.12.0
16362026-05-06T01:48:12.166Z Compiling winnow v0.5.40
16372026-05-06T01:48:12.199Z Compiling foldhash v0.1.5
16382026-05-06T01:48:12.268Z Compiling hashbrown v0.16.1
16392026-05-06T01:48:12.321Z Compiling strum v0.27.2
16402026-05-06T01:48:12.363Z Compiling hashbrown v0.15.5
16412026-05-06T01:48:12.378Z Compiling zopfli v0.8.3
16422026-05-06T01:48:12.453Z Compiling bzip2 v0.6.1
16432026-05-06T01:48:12.666Z Compiling clap_builder v4.5.60
16442026-05-06T01:48:12.929Z Compiling dof v0.3.0
16452026-05-06T01:48:13.038Z Compiling daft v0.1.5
16462026-05-06T01:48:13.054Z Compiling elliptic-curve v0.13.8
16472026-05-06T01:48:13.443Z Compiling toml_edit v0.19.15
16482026-05-06T01:48:13.446Z Compiling cargo_metadata v0.19.2
16492026-05-06T01:48:13.635Z Compiling phf v0.13.1
16502026-05-06T01:48:13.795Z Compiling signal-hook-mio v0.2.5
16512026-05-06T01:48:13.915Z Compiling cookie_store v0.22.1
16522026-05-06T01:48:14.556Z Compiling hubpack v0.1.2
16532026-05-06T01:48:14.780Z Compiling zstd v0.13.3
16542026-05-06T01:48:15.040Z Compiling hyper-tls v0.6.0
16552026-05-06T01:48:15.168Z Compiling bzip2 v0.4.4
16562026-05-06T01:48:15.272Z Compiling serde_with_macros v3.17.0
16572026-05-06T01:48:15.337Z Compiling postgres-types v0.2.12
16582026-05-06T01:48:15.666Z Compiling usdt-macro v0.6.0
16592026-05-06T01:48:15.908Z Compiling usdt-attr-macro v0.6.0
16602026-05-06T01:48:16.039Z Compiling dtrace-parser v0.2.0
16612026-05-06T01:48:16.267Z Compiling ed25519 v2.2.3
16622026-05-06T01:48:16.390Z Compiling bstr v1.12.1
16632026-05-06T01:48:16.431Z Compiling phf_shared v0.11.3
16642026-05-06T01:48:16.554Z Compiling pkcs1 v0.7.5
16652026-05-06T01:48:16.625Z Compiling hex v0.4.3
16662026-05-06T01:48:16.705Z Compiling serde-big-array v0.5.1
16672026-05-06T01:48:16.835Z Compiling rfc6979 v0.4.0
16682026-05-06T01:48:16.898Z Compiling strum_macros v0.26.4
16692026-05-06T01:48:16.901Z Compiling serde_repr v0.1.20
16702026-05-06T01:48:16.965Z Compiling enum-as-inner v0.6.1
16712026-05-06T01:48:17.018Z Compiling clap_derive v4.5.55
16722026-05-06T01:48:17.072Z Compiling float-cmp v0.10.0
16732026-05-06T01:48:17.224Z Compiling memmap2 v0.9.10
16742026-05-06T01:48:17.246Z Compiling thread-id v4.2.2
16752026-05-06T01:48:17.338Z Compiling env_filter v1.0.0
16762026-05-06T01:48:17.444Z Compiling encoding_rs v0.8.35
16772026-05-06T01:48:17.447Z Compiling either v1.15.0
16782026-05-06T01:48:17.474Z Compiling normalize-line-endings v0.3.0
16792026-05-06T01:48:17.576Z Compiling predicates-core v1.0.10
16802026-05-06T01:48:17.653Z Compiling data-encoding v2.10.0
16812026-05-06T01:48:17.673Z Compiling static_assertions v1.1.0
16822026-05-06T01:48:17.753Z Compiling rustc-hash v2.1.1
16832026-05-06T01:48:17.769Z Compiling whoami v2.1.0
16842026-05-06T01:48:17.885Z Compiling mime v0.3.17
16852026-05-06T01:48:18.159Z Compiling jiff v0.2.21
16862026-05-06T01:48:18.251Z Compiling fixedbitset v0.5.7
16872026-05-06T01:48:18.352Z Compiling keccak v0.1.6
16882026-05-06T01:48:18.482Z Compiling precomputed-hash v0.1.1
16892026-05-06T01:48:18.575Z Compiling difflib v0.4.0
16902026-05-06T01:48:18.677Z Compiling new_debug_unreachable v1.0.6
16912026-05-06T01:48:18.756Z Compiling fixedbitset v0.4.2
16922026-05-06T01:48:18.793Z Compiling clap v4.5.60
16932026-05-06T01:48:18.881Z Compiling predicates v3.1.4
16942026-05-06T01:48:18.977Z Compiling petgraph v0.6.5
16952026-05-06T01:48:18.977Z Compiling string_cache v0.8.9
16962026-05-06T01:48:19.138Z Compiling strum v0.26.3
16972026-05-06T01:48:19.170Z Compiling sha3 v0.10.8
16982026-05-06T01:48:19.185Z Compiling petgraph v0.8.3
16992026-05-06T01:48:19.203Z Compiling tokio-postgres v0.7.16
17002026-05-06T01:48:19.267Z Compiling hickory-proto v0.25.2
17012026-05-06T01:48:19.541Z Compiling iddqd v0.3.18
17022026-05-06T01:48:19.631Z Compiling toml_edit v0.22.27
17032026-05-06T01:48:20.474Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-06T01:48:20.686Z Compiling itertools v0.13.0
17052026-05-06T01:48:21.094Z Compiling zip v4.6.1
17062026-05-06T01:48:21.354Z Compiling env_logger v0.11.9
17072026-05-06T01:48:21.715Z Compiling usdt v0.6.0
17082026-05-06T01:48:21.973Z Compiling usdt-impl v0.5.0
17092026-05-06T01:48:21.994Z Compiling ecdsa v0.16.9
17102026-05-06T01:48:22.087Z Compiling serde_with v3.17.0
17112026-05-06T01:48:22.332Z Compiling similar v2.7.0
17122026-05-06T01:48:22.363Z Compiling rsa v0.9.10
17132026-05-06T01:48:22.391Z Compiling ed25519-dalek v2.2.0
17142026-05-06T01:48:22.579Z Compiling crossterm v0.28.1
17152026-05-06T01:48:23.203Z Compiling zip v0.6.6
17162026-05-06T01:48:23.744Z Compiling toml v0.7.8
17172026-05-06T01:48:23.911Z Compiling heck v0.4.1
17182026-05-06T01:48:24.047Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-06T01:48:24.138Z Compiling crossbeam-epoch v0.9.18
17202026-05-06T01:48:24.188Z Compiling tokio-stream v0.1.18
17212026-05-06T01:48:24.359Z Compiling buf-list v1.1.2
17222026-05-06T01:48:24.478Z Compiling x509-cert v0.2.5
17232026-05-06T01:48:24.560Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-05-06T01:48:24.641Z Compiling openapiv3 v2.2.0
17252026-05-06T01:48:24.679Z Compiling sha1 v0.10.6
17262026-05-06T01:48:24.694Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-05-06T01:48:24.800Z Compiling peg-runtime v0.8.5
17282026-05-06T01:48:24.908Z Compiling lalrpop-util v0.19.12
17292026-05-06T01:48:24.984Z Compiling thread_local v1.1.9
17302026-05-06T01:48:25.096Z Compiling slog-async v2.8.0
17312026-05-06T01:48:25.111Z Compiling crossbeam-channel v0.5.15
17322026-05-06T01:48:25.245Z Compiling futures-executor v0.3.32
17332026-05-06T01:48:25.421Z Compiling is-terminal v0.4.17
17342026-05-06T01:48:25.511Z Compiling filetime v0.2.27
17352026-05-06T01:48:25.527Z Compiling take_mut v0.2.2
17362026-05-06T01:48:25.562Z Compiling term v1.2.1
17372026-05-06T01:48:25.640Z Compiling xattr v1.6.1
17382026-05-06T01:48:25.709Z Compiling futures v0.3.32
17392026-05-06T01:48:25.794Z Compiling tar v0.4.45
17402026-05-06T01:48:26.113Z Compiling slog-term v2.9.2
17412026-05-06T01:48:32.620Z Compiling rustls-webpki v0.103.9
17422026-05-06T01:48:35.394Z Compiling tokio-rustls v0.26.4
17432026-05-06T01:48:35.394Z Compiling rustls-platform-verifier v0.6.2
17442026-05-06T01:48:35.595Z Compiling hyper-rustls v0.27.7
17452026-05-06T01:48:35.796Z Compiling reqwest v0.13.2
17462026-05-06T01:48:35.809Z Compiling reqwest v0.12.28
17472026-05-06T01:48:37.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-05-06T01:48:38.115Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-05-06T01:48:41.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-05-06T01:48:41.306Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: Console
17522026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: Cockroach
17532026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: Clickhouse
17542026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: DendriteStub
17552026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: TransceiverControl
17562026-05-06T01:48:41.365ZMay 06 01:48:39.874 INFO Starting download, target: MaghemiteMgd
17572026-05-06T01:48:41.369ZMay 06 01:48:39.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-05-06T01:48:41.369ZMay 06 01:48:39.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-05-06T01:48:41.369ZMay 06 01:48:39.875 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-05-06T01:48:41.369ZMay 06 01:48:39.875 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-05-06T01:48:41.369ZMay 06 01:48:39.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-05-06T01:48:41.369ZMay 06 01:48:39.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-05-06T01:48:41.648ZMay 06 01:48:40.156 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-05-06T01:48:41.884ZMay 06 01:48:40.393 INFO Download complete, target: TransceiverControl
17652026-05-06T01:48:42.420ZMay 06 01:48:40.910 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-05-06T01:48:42.640ZMay 06 01:48:41.144 INFO Download complete, target: Console
17672026-05-06T01:48:43.698ZMay 06 01:48:42.138 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-06T01:48:44.109ZMay 06 01:48:42.563 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-05-06T01:48:44.683ZMay 06 01:48:43.177 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-06T01:48:45.878ZMay 06 01:48:44.365 INFO Download complete, target: DendriteStub
17712026-05-06T01:48:46.696ZMay 06 01:48:45.188 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-05-06T01:48:46.696ZMay 06 01:48:45.188 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-05-06T01:48:47.003ZMay 06 01:48:45.497 INFO Download complete, target: MaghemiteMgd
17742026-05-06T01:48:50.806ZMay 06 01:48:49.313 INFO Checking that binary works, target: Clickhouse
17752026-05-06T01:48:50.912ZMay 06 01:48:49.419 INFO Download complete, target: Clickhouse
17762026-05-06T01:48:51.230ZMay 06 01:48:49.738 INFO Checking that binary works, target: Cockroach
17772026-05-06T01:48:51.322ZMay 06 01:48:49.829 INFO Download complete, target: Cockroach
17782026-05-06T01:48:51.335ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-05-06T01:48:51.338Z
17802026-05-06T01:48:51.338Zreal 2:58.224489147
17812026-05-06T01:48:51.338Zuser 7:18.337409040
17822026-05-06T01:48:51.338Zsys 1:25.540920507
17832026-05-06T01:48:51.338Ztrap 0.210206882
17842026-05-06T01:48:51.338Ztflt 0.686274661
17852026-05-06T01:48:51.338Zdflt 0.649121683
17862026-05-06T01:48:51.339Zkflt 0.039512690
17872026-05-06T01:48:51.339Zlock 21:41.863028660
17882026-05-06T01:48:51.339Zslp 21:25.643874283
17892026-05-06T01:48:51.339Zlat 44.624822208
17902026-05-06T01:48:51.339Zstop 2:04.732912369
17912026-05-06T01:48:51.339Z+ banner hack-check
17922026-05-06T01:48:51.339Z
17932026-05-06T01:48:51.339Z # # ## #### # # #### # # ###### #### # #
17942026-05-06T01:48:51.339Z # # # # # # # # # # # # # # # # #
17952026-05-06T01:48:51.339Z ###### # # # #### ##### # ###### ##### # ####
17962026-05-06T01:48:51.339Z # # ###### # # # # # # # # # #
17972026-05-06T01:48:51.339Z # # # # # # # # # # # # # # # # #
17982026-05-06T01:48:51.339Z # # # # #### # # #### # # ###### #### # #
17992026-05-06T01:48:51.339Z
18002026-05-06T01:48:51.339Z+ export CARGO_INCREMENTAL=0
18012026-05-06T01:48:51.339Z+ CARGO_INCREMENTAL=0
18022026-05-06T01:48:51.339Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-05-06T01:48:51.864Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-05-06T01:48:52.085Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-05-06T01:48:53.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18062026-05-06T01:48:54.052Z Running `target/debug/xtask check-features --ci`
18072026-05-06T01:48:54.080Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-05-06T01:48:54.085Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-05-06T01:48:54.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18102026-05-06T01:48:54.591Z Running `target/debug/xtask download cargo-hack`
18112026-05-06T01:48:55.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-05-06T01:48:55.685Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-05-06T01:48:58.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18142026-05-06T01:48:58.346Z Running `target/debug/xtask-downloader cargo-hack`
18152026-05-06T01:48:58.387ZMay 06 01:48:56.893 INFO Starting download, target: CargoHack
18162026-05-06T01:48:58.390ZMay 06 01:48:56.893 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-05-06T01:48:58.999ZMay 06 01:48:57.505 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-05-06T01:48:59.048ZMay 06 01:48:57.554 INFO Download complete, target: CargoHack
18192026-05-06T01:48:59.051Zrunning: "/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"
18202026-05-06T01:48:59.065Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-05-06T01:48:59.217Zinfo: running `cargo check --bins` on api_identity (1/274)
18222026-05-06T01:48:59.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-06T01:48:59.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-06T01:48:59.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-06T01:48:59.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-06T01:48:59.796Z
18272026-05-06T01:48:59.796Zinfo: running `cargo check --bins` on bootstore (2/274)
18282026-05-06T01:49:00.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-06T01:49:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-06T01:49:00.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-06T01:49:00.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-05-06T01:49:00.387Z
18332026-05-06T01:49:00.388Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18342026-05-06T01:49:00.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-06T01:49:00.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-06T01:49:00.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-06T01:49:00.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18382026-05-06T01:49:00.960Z
18392026-05-06T01:49:00.961Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18402026-05-06T01:49:01.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-06T01:49:01.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-06T01:49:01.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-06T01:49:01.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18442026-05-06T01:49:01.525Z
18452026-05-06T01:49:01.525Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18462026-05-06T01:49:02.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-06T01:49:02.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-06T01:49:02.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-06T01:49:02.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18502026-05-06T01:49:02.100Z
18512026-05-06T01:49:02.100Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18522026-05-06T01:49:02.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-06T01:49:02.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-06T01:49:02.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-06T01:49:02.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-05-06T01:49:02.685Z
18572026-05-06T01:49:02.685Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18582026-05-06T01:49:03.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-06T01:49:03.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-06T01:49:03.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-06T01:49:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-05-06T01:49:03.275Z
18632026-05-06T01:49:03.275Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18642026-05-06T01:49:03.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-06T01:49:03.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-06T01:49:03.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-06T01:49:03.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18682026-05-06T01:49:03.860Z
18692026-05-06T01:49:03.860Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18702026-05-06T01:49:04.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-06T01:49:04.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-06T01:49:04.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-06T01:49:04.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-06T01:49:04.328Z
18752026-05-06T01:49:04.328Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18762026-05-06T01:49:04.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-06T01:49:04.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-06T01:49:04.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-06T01:49:04.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-06T01:49:04.793Z
18812026-05-06T01:49:04.793Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18822026-05-06T01:49:05.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-06T01:49:05.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-06T01:49:05.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-06T01:49:05.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-06T01:49:05.256Z
18872026-05-06T01:49:05.256Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18882026-05-06T01:49:05.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-06T01:49:05.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-06T01:49:05.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-06T01:49:05.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-06T01:49:05.721Z
18932026-05-06T01:49:05.721Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18942026-05-06T01:49:06.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-06T01:49:06.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-06T01:49:06.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-06T01:49:06.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-06T01:49:06.182Z
18992026-05-06T01:49:06.182Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19002026-05-06T01:49:06.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-06T01:49:06.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-06T01:49:06.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-06T01:49:06.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-06T01:49:06.642Z
19052026-05-06T01:49:06.642Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19062026-05-06T01:49:07.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-06T01:49:07.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-06T01:49:07.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-06T01:49:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-06T01:49:07.104Z
19112026-05-06T01:49:07.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19122026-05-06T01:49:07.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-06T01:49:07.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-06T01:49:07.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-06T01:49:07.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-06T01:49:07.572Z
19172026-05-06T01:49:07.572Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19182026-05-06T01:49:07.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-06T01:49:07.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-06T01:49:07.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-06T01:49:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-06T01:49:08.036Z
19232026-05-06T01:49:08.036Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19242026-05-06T01:49:08.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-06T01:49:08.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-06T01:49:08.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-06T01:49:08.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-06T01:49:08.501Z
19292026-05-06T01:49:08.502Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19302026-05-06T01:49:08.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-06T01:49:08.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-06T01:49:08.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-06T01:49:08.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-06T01:49:08.962Z
19352026-05-06T01:49:08.962Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19362026-05-06T01:49:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-06T01:49:09.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-06T01:49:09.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-06T01:49:09.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-06T01:49:09.421Z
19412026-05-06T01:49:09.421Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19422026-05-06T01:49:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-06T01:49:09.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-06T01:49:09.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-06T01:49:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-06T01:49:09.884Z
19472026-05-06T01:49:09.884Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19482026-05-06T01:49:10.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-06T01:49:10.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-06T01:49:10.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-06T01:49:10.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-06T01:49:10.347Z
19532026-05-06T01:49:10.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19542026-05-06T01:49:10.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-06T01:49:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-06T01:49:10.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-06T01:49:10.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-06T01:49:10.813Z
19592026-05-06T01:49:10.813Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19602026-05-06T01:49:11.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-06T01:49:11.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-06T01:49:11.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-06T01:49:11.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-06T01:49:11.279Z
19652026-05-06T01:49:11.279Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19662026-05-06T01:49:11.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-06T01:49:11.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-06T01:49:11.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-06T01:49:11.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-06T01:49:11.746Z
19712026-05-06T01:49:11.746Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19722026-05-06T01:49:12.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-06T01:49:12.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-06T01:49:12.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-06T01:49:12.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-06T01:49:12.214Z
19772026-05-06T01:49:12.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19782026-05-06T01:49:12.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-06T01:49:12.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-06T01:49:12.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-06T01:49:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-06T01:49:12.680Z
19832026-05-06T01:49:12.680Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19842026-05-06T01:49:13.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-06T01:49:13.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-06T01:49:13.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-06T01:49:13.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-06T01:49:13.145Z
19892026-05-06T01:49:13.145Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19902026-05-06T01:49:13.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-06T01:49:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-06T01:49:13.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-06T01:49:13.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-06T01:49:13.612Z
19952026-05-06T01:49:13.612Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19962026-05-06T01:49:14.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-06T01:49:14.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-06T01:49:14.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-06T01:49:14.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-06T01:49:14.072Z
20012026-05-06T01:49:14.072Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20022026-05-06T01:49:14.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-06T01:49:14.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-06T01:49:14.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-06T01:49:14.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-06T01:49:14.540Z
20072026-05-06T01:49:14.540Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20082026-05-06T01:49:14.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-06T01:49:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-06T01:49:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-06T01:49:14.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-06T01:49:15.004Z
20132026-05-06T01:49:15.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20142026-05-06T01:49:15.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-06T01:49:15.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-06T01:49:15.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-06T01:49:15.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-06T01:49:15.468Z
20192026-05-06T01:49:15.468Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20202026-05-06T01:49:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-06T01:49:15.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-06T01:49:15.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-06T01:49:15.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-06T01:49:15.934Z
20252026-05-06T01:49:15.934Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20262026-05-06T01:49:16.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-06T01:49:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-06T01:49:16.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-06T01:49:16.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-06T01:49:16.399Z
20312026-05-06T01:49:16.399Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20322026-05-06T01:49:16.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-06T01:49:16.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-06T01:49:16.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-06T01:49:16.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-06T01:49:16.867Z
20372026-05-06T01:49:16.867Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20382026-05-06T01:49:17.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-06T01:49:17.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-06T01:49:17.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-06T01:49:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-06T01:49:17.331Z
20432026-05-06T01:49:17.332Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20442026-05-06T01:49:17.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-06T01:49:17.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-06T01:49:17.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-06T01:49:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-06T01:49:17.797Z
20492026-05-06T01:49:17.797Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20502026-05-06T01:49:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-06T01:49:18.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-06T01:49:18.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-06T01:49:18.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-06T01:49:18.259Z
20552026-05-06T01:49:18.260Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20562026-05-06T01:49:18.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-06T01:49:18.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-06T01:49:18.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-06T01:49:18.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-06T01:49:18.729Z
20612026-05-06T01:49:18.729Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20622026-05-06T01:49:19.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-06T01:49:19.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-06T01:49:19.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-06T01:49:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-06T01:49:19.196Z
20672026-05-06T01:49:19.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20682026-05-06T01:49:19.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-06T01:49:19.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-06T01:49:19.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-06T01:49:19.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-06T01:49:19.662Z
20732026-05-06T01:49:19.662Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20742026-05-06T01:49:20.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-06T01:49:20.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-06T01:49:20.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-06T01:49:20.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-06T01:49:20.127Z
20792026-05-06T01:49:20.127Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20802026-05-06T01:49:20.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-06T01:49:20.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-06T01:49:20.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-06T01:49:20.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-06T01:49:20.595Z
20852026-05-06T01:49:20.596Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20862026-05-06T01:49:20.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-06T01:49:21.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-06T01:49:21.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-06T01:49:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-06T01:49:21.059Z
20912026-05-06T01:49:21.060Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20922026-05-06T01:49:21.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-06T01:49:21.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-06T01:49:21.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-06T01:49:21.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-05-06T01:49:21.529Z
20972026-05-06T01:49:21.529Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20982026-05-06T01:49:21.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-06T01:49:21.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-06T01:49:21.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-06T01:49:21.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-05-06T01:49:21.999Z
21032026-05-06T01:49:21.999Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21042026-05-06T01:49:22.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-06T01:49:22.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-06T01:49:22.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-06T01:49:22.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21082026-05-06T01:49:22.467Z
21092026-05-06T01:49:22.467Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21102026-05-06T01:49:22.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-06T01:49:22.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-06T01:49:22.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-06T01:49:23.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-06T01:49:23.091Z
21152026-05-06T01:49:23.092Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21162026-05-06T01:49:23.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-06T01:49:23.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-06T01:49:23.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-06T01:49:23.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-05-06T01:49:23.723Z
21212026-05-06T01:49:23.723Zinfo: running `cargo check --bins` on nexus-config (51/274)
21222026-05-06T01:49:24.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-06T01:49:24.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-06T01:49:24.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-06T01:49:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-05-06T01:49:24.355Z
21272026-05-06T01:49:24.355Zinfo: running `cargo check --bins` on nexus-types (52/274)
21282026-05-06T01:49:24.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-06T01:49:24.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-06T01:49:24.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-06T01:49:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21322026-05-06T01:49:24.978Z
21332026-05-06T01:49:24.978Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21342026-05-06T01:49:25.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-06T01:49:25.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-06T01:49:25.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-06T01:49:25.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-05-06T01:49:25.570Z
21392026-05-06T01:49:25.570Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21402026-05-06T01:49:26.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-06T01:49:26.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-06T01:49:26.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-06T01:49:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21442026-05-06T01:49:26.143Z
21452026-05-06T01:49:26.143Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21462026-05-06T01:49:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-06T01:49:26.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-06T01:49:26.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-06T01:49:26.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-06T01:49:26.742Z
21512026-05-06T01:49:26.742Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21522026-05-06T01:49:27.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-06T01:49:27.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-06T01:49:27.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-06T01:49:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-06T01:49:27.337Z
21572026-05-06T01:49:27.337Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21582026-05-06T01:49:27.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-06T01:49:27.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-06T01:49:27.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-06T01:49:27.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-06T01:49:27.935Z
21632026-05-06T01:49:27.935Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21642026-05-06T01:49:28.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-06T01:49:28.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-06T01:49:28.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-06T01:49:28.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-05-06T01:49:28.530Z
21692026-05-06T01:49:28.530Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21702026-05-06T01:49:29.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-06T01:49:29.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-06T01:49:29.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-06T01:49:29.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-06T01:49:29.113Z
21752026-05-06T01:49:29.113Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21762026-05-06T01:49:29.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-06T01:49:29.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-06T01:49:29.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-06T01:49:29.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-06T01:49:29.690Z
21812026-05-06T01:49:29.690Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21822026-05-06T01:49:30.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-06T01:49:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-06T01:49:30.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-06T01:49:30.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21862026-05-06T01:49:30.265Z
21872026-05-06T01:49:30.265Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21882026-05-06T01:49:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-06T01:49:30.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-06T01:49:30.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-06T01:49:30.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-05-06T01:49:30.838Z
21932026-05-06T01:49:30.839Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21942026-05-06T01:49:31.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-06T01:49:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-06T01:49:31.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-06T01:49:31.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-06T01:49:31.428Z
21992026-05-06T01:49:31.428Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22002026-05-06T01:49:31.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-06T01:49:31.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-06T01:49:31.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-06T01:49:31.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-06T01:49:32.025Z
22052026-05-06T01:49:32.025Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22062026-05-06T01:49:32.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-06T01:49:32.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-06T01:49:32.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-06T01:49:32.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-06T01:49:32.605Z
22112026-05-06T01:49:32.605Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22122026-05-06T01:49:33.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-06T01:49:33.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-06T01:49:33.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-06T01:49:33.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22162026-05-06T01:49:33.191Z
22172026-05-06T01:49:33.191Zinfo: running `cargo check --bins` on ereport-types (67/274)
22182026-05-06T01:49:33.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-06T01:49:33.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-06T01:49:33.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-06T01:49:33.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-05-06T01:49:33.776Z
22232026-05-06T01:49:33.776Zinfo: running `cargo check --bins` on gateway-client (68/274)
22242026-05-06T01:49:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-06T01:49:34.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-06T01:49:34.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-06T01:49:34.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-05-06T01:49:34.368Z
22292026-05-06T01:49:34.368Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22302026-05-06T01:49:34.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-06T01:49:34.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-06T01:49:34.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-06T01:49:34.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-05-06T01:49:34.957Z
22352026-05-06T01:49:34.957Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22362026-05-06T01:49:35.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-06T01:49:35.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-06T01:49:35.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-06T01:49:35.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-05-06T01:49:35.544Z
22412026-05-06T01:49:35.544Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22422026-05-06T01:49:36.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-06T01:49:36.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-06T01:49:36.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-06T01:49:36.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-05-06T01:49:36.134Z
22472026-05-06T01:49:36.134Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22482026-05-06T01:49:36.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-06T01:49:36.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-06T01:49:36.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-06T01:49:36.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22522026-05-06T01:49:36.725Z
22532026-05-06T01:49:36.725Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22542026-05-06T01:49:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-06T01:49:37.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-06T01:49:37.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-06T01:49:37.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-06T01:49:37.332Z
22592026-05-06T01:49:37.332Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22602026-05-06T01:49:37.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-06T01:49:37.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-06T01:49:37.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-05-06T01:49:37.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22642026-05-06T01:49:37.940Z
22652026-05-06T01:49:37.940Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22662026-05-06T01:49:38.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-05-06T01:49:38.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-05-06T01:49:38.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-05-06T01:49:38.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22702026-05-06T01:49:38.518Z
22712026-05-06T01:49:38.518Zinfo: running `cargo check --bins` on oxlog (76/274)
22722026-05-06T01:49:39.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-05-06T01:49:39.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-05-06T01:49:39.127Z Checking cfg-if v1.0.4
22752026-05-06T01:49:39.130Z Checking libc v0.2.185
22762026-05-06T01:49:39.130Z Checking serde_core v1.0.228
22772026-05-06T01:49:39.245Z Checking zeroize v1.8.2
22782026-05-06T01:49:39.253Z Checking memchr v2.8.0
22792026-05-06T01:49:39.261Z Checking log v0.4.29
22802026-05-06T01:49:39.264Z Checking smallvec v1.15.1
22812026-05-06T01:49:39.279Z Checking typenum v1.19.0
22822026-05-06T01:49:39.289Z Checking subtle v2.6.1
22832026-05-06T01:49:39.420Z Checking itoa v1.0.17
22842026-05-06T01:49:39.424Z Checking scopeguard v1.2.0
22852026-05-06T01:49:39.433Z Checking stable_deref_trait v1.2.1
22862026-05-06T01:49:39.444Z Checking const-oid v0.9.6
22872026-05-06T01:49:39.506Z Checking portable-atomic v1.13.1
22882026-05-06T01:49:39.518Z Checking lock_api v0.4.14
22892026-05-06T01:49:39.529Z Checking zerofrom v0.1.6
22902026-05-06T01:49:39.629Z Checking critical-section v1.2.0
22912026-05-06T01:49:39.639Z Checking yoke v0.8.1
22922026-05-06T01:49:39.642Z Checking getrandom v0.2.17
22932026-05-06T01:49:39.710Z Checking errno v0.3.14
22942026-05-06T01:49:39.765Z Checking parking_lot_core v0.9.12
22952026-05-06T01:49:39.795Z Checking generic-array v0.14.7
22962026-05-06T01:49:39.821Z Checking rand_core v0.6.4
22972026-05-06T01:49:39.825Z Checking zerovec v0.11.5
22982026-05-06T01:49:39.825Z Checking signal-hook-registry v1.4.8
22992026-05-06T01:49:39.902Z Checking once_cell v1.21.3
23002026-05-06T01:49:39.950Z Checking zerocopy v0.8.40
23012026-05-06T01:49:39.997Z Checking pin-project-lite v0.2.17
23022026-05-06T01:49:40.009Z Checking parking_lot v0.12.5
23032026-05-06T01:49:40.073Z Checking mio v1.2.0
23042026-05-06T01:49:40.090Z Checking socket2 v0.6.3
23052026-05-06T01:49:40.107Z Checking libm v0.2.16
23062026-05-06T01:49:40.189Z Checking zmij v1.0.21
23072026-05-06T01:49:40.233Z Checking crypto-common v0.1.7
23082026-05-06T01:49:40.253Z Checking block-buffer v0.10.4
23092026-05-06T01:49:40.326Z Checking tinystr v0.8.2
23102026-05-06T01:49:40.353Z Checking writeable v0.6.2
23112026-05-06T01:49:40.356Z Checking litemap v0.8.1
23122026-05-06T01:49:40.390Z Checking digest v0.10.7
23132026-05-06T01:49:40.402Z Checking futures-core v0.3.32
23142026-05-06T01:49:40.498Z Checking equivalent v1.0.2
23152026-05-06T01:49:40.514Z Checking percent-encoding v2.3.2
23162026-05-06T01:49:40.526Z Checking potential_utf v0.1.4
23172026-05-06T01:49:40.537Z Checking icu_locale_core v2.1.1
23182026-05-06T01:49:40.579Z Checking zerotrie v0.2.3
23192026-05-06T01:49:40.592Z Checking cpufeatures v0.2.17
23202026-05-06T01:49:40.650Z Checking icu_collections v2.1.1
23212026-05-06T01:49:40.664Z Checking hmac v0.12.1
23222026-05-06T01:49:40.676Z Checking block-padding v0.3.3
23232026-05-06T01:49:40.721Z Checking serde v1.0.228
23242026-05-06T01:49:40.790Z Checking bitflags v2.11.0
23252026-05-06T01:49:40.803Z Checking serde_json v1.0.149
23262026-05-06T01:49:40.806Z Checking num-traits v0.2.19
23272026-05-06T01:49:40.827Z Checking icu_properties_data v2.1.2
23282026-05-06T01:49:40.952Z Checking icu_normalizer_data v2.1.1
23292026-05-06T01:49:40.965Z Checking futures-sink v0.3.32
23302026-05-06T01:49:40.968Z Checking hashbrown v0.17.0
23312026-05-06T01:49:41.026Z Checking rand_core v0.10.0
23322026-05-06T01:49:41.061Z Checking futures-channel v0.3.32
23332026-05-06T01:49:41.089Z Checking icu_provider v2.1.1
23342026-05-06T01:49:41.120Z Checking bytes v1.11.1
23352026-05-06T01:49:41.162Z Checking getrandom v0.4.1
23362026-05-06T01:49:41.248Z Checking inout v0.1.4
23372026-05-06T01:49:41.307Z Checking futures-task v0.3.32
23382026-05-06T01:49:41.319Z Checking icu_normalizer v2.1.1
23392026-05-06T01:49:41.334Z Checking icu_properties v2.1.2
23402026-05-06T01:49:41.380Z Checking futures-io v0.3.32
23412026-05-06T01:49:41.431Z Checking indexmap v2.14.0
23422026-05-06T01:49:41.443Z Checking slab v0.4.12
23432026-05-06T01:49:41.461Z Checking cipher v0.4.4
23442026-05-06T01:49:41.491Z Checking sha2 v0.10.9
23452026-05-06T01:49:41.564Z Checking tokio v1.52.1
23462026-05-06T01:49:41.597Z Checking futures-util v0.3.32
23472026-05-06T01:49:41.626Z Checking getrandom v0.3.4
23482026-05-06T01:49:41.670Z Checking base64ct v1.8.3
23492026-05-06T01:49:41.764Z Checking byteorder v1.5.0
23502026-05-06T01:49:41.776Z Checking utf8_iter v1.0.4
23512026-05-06T01:49:41.895Z Checking form_urlencoded v1.2.2
23522026-05-06T01:49:41.908Z Checking pem-rfc7468 v0.7.0
23532026-05-06T01:49:41.961Z Checking fnv v1.0.7
23542026-05-06T01:49:41.981Z Checking flagset v0.4.7
23552026-05-06T01:49:42.023Z Checking rand_core v0.9.5
23562026-05-06T01:49:42.054Z Checking salsa20 v0.10.2
23572026-05-06T01:49:42.069Z Checking http v1.4.0
23582026-05-06T01:49:42.100Z Checking der v0.7.10
23592026-05-06T01:49:42.156Z Checking idna_adapter v1.2.1
23602026-05-06T01:49:42.185Z Checking uuid v1.23.0
23612026-05-06T01:49:42.197Z Checking pbkdf2 v0.12.2
23622026-05-06T01:49:42.273Z Checking idna v1.1.0
23632026-05-06T01:49:42.305Z Checking scrypt v0.11.0
23642026-05-06T01:49:42.443Z Checking cbc v0.1.2
23652026-05-06T01:49:42.488Z Checking aes v0.8.4
23662026-05-06T01:49:42.512Z Checking url v2.5.8
23672026-05-06T01:49:42.567Z Checking rustix v1.1.3
23682026-05-06T01:49:42.640Z Checking tracing-core v0.1.36
23692026-05-06T01:49:42.722Z Checking ppv-lite86 v0.2.21
23702026-05-06T01:49:42.852Z Checking spki v0.7.3
23712026-05-06T01:49:42.893Z Checking rustls-pki-types v1.14.0
23722026-05-06T01:49:42.937Z Checking regex-syntax v0.8.10
23732026-05-06T01:49:42.967Z Checking iana-time-zone v0.1.65
23742026-05-06T01:49:43.029Z Checking rand_chacha v0.9.0
23752026-05-06T01:49:43.041Z Checking pkcs5 v0.7.1
23762026-05-06T01:49:43.072Z Checking chrono v0.4.44
23772026-05-06T01:49:43.188Z Checking tracing v0.1.44
23782026-05-06T01:49:43.230Z Checking rand v0.9.2
23792026-05-06T01:49:43.295Z Checking http-body v1.0.1
23802026-05-06T01:49:43.400Z Checking aws-lc-sys v0.37.1
23812026-05-06T01:49:43.428Z Checking base64 v0.22.1
23822026-05-06T01:49:43.428Z Checking untrusted v0.7.1
23832026-05-06T01:49:43.510Z Checking untrusted v0.9.0
23842026-05-06T01:49:43.539Z Checking openssl-probe v0.2.1
23852026-05-06T01:49:43.621Z Checking ring v0.17.14
23862026-05-06T01:49:43.647Z Checking pkcs8 v0.10.2
23872026-05-06T01:49:43.679Z Checking plain v0.2.3
23882026-05-06T01:49:43.703Z Checking tinyvec_macros v0.1.1
23892026-05-06T01:49:43.770Z Checking tower-layer v0.3.3
23902026-05-06T01:49:43.782Z Checking atomic-waker v1.1.2
23912026-05-06T01:49:43.820Z Checking tower-service v0.3.3
23922026-05-06T01:49:43.878Z Checking try-lock v0.2.5
23932026-05-06T01:49:43.899Z Checking aws-lc-rs v1.16.0
23942026-05-06T01:49:43.912Z Checking tinyvec v1.10.0
23952026-05-06T01:49:43.927Z Checking ipnet v2.11.0
23962026-05-06T01:49:43.940Z Checking semver v1.0.28
23972026-05-06T01:49:43.973Z Checking want v0.3.1
23982026-05-06T01:49:44.093Z Checking httparse v1.10.1
23992026-05-06T01:49:44.142Z Checking spin v0.9.8
24002026-05-06T01:49:44.180Z Checking foreign-types-shared v0.1.1
24012026-05-06T01:49:44.217Z Checking fastrand v2.3.0
24022026-05-06T01:49:44.259Z Checking unicode-ident v1.0.24
24032026-05-06T01:49:44.263Z Checking ucd-trie v0.1.7
24042026-05-06T01:49:44.299Z Checking pin-utils v0.1.0
24052026-05-06T01:49:44.319Z Checking dyn-clone v1.0.20
24062026-05-06T01:49:44.367Z Checking httpdate v1.0.3
24072026-05-06T01:49:44.379Z Checking proc-macro2 v1.0.106
24082026-05-06T01:49:44.394Z Checking tempfile v3.25.0
24092026-05-06T01:49:44.406Z Checking pest v2.8.6
24102026-05-06T01:49:44.418Z Checking schemars v0.8.22
24112026-05-06T01:49:44.509Z Checking foreign-types v0.3.2
24122026-05-06T01:49:44.581Z Checking openssl-sys v0.9.114
24132026-05-06T01:49:44.595Z Checking thiserror v2.0.18
24142026-05-06T01:49:44.630Z Checking wait-timeout v0.2.1
24152026-05-06T01:49:44.677Z Checking aho-corasick v1.1.4
24162026-05-06T01:49:44.697Z Checking siphasher v1.0.2
24172026-05-06T01:49:44.734Z Checking rustls-webpki v0.103.9
24182026-05-06T01:49:44.751Z Checking anstyle v1.0.13
24192026-05-06T01:49:44.803Z Checking tokio-util v0.7.18
24202026-05-06T01:49:44.853Z Checking bit-vec v0.8.0
24212026-05-06T01:49:44.934Z Checking pretty-hex v0.4.1
24222026-05-06T01:49:45.040Z Checking quick-error v1.2.3
24232026-05-06T01:49:45.053Z Checking powerfmt v0.2.0
24242026-05-06T01:49:45.056Z Checking simd-adler32 v0.3.8
24252026-05-06T01:49:45.077Z Checking utf8parse v0.2.2
24262026-05-06T01:49:45.141Z Checking rusty-fork v0.3.1
24272026-05-06T01:49:45.161Z Checking rustls v0.23.37
24282026-05-06T01:49:45.174Z Checking anstyle-parse v0.2.7
24292026-05-06T01:49:45.200Z Checking deranged v0.5.8
24302026-05-06T01:49:45.231Z Checking bit-set v0.8.0
24312026-05-06T01:49:45.308Z Checking openssl v0.10.78
24322026-05-06T01:49:45.325Z Checking quote v1.0.45
24332026-05-06T01:49:45.357Z Checking regex-automata v0.4.14
24342026-05-06T01:49:45.379Z Compiling newtype-uuid v1.3.2
24352026-05-06T01:49:45.416Z Checking h2 v0.4.13
24362026-05-06T01:49:45.457Z Checking unicode-normalization v0.1.25
24372026-05-06T01:49:45.490Z Checking rustls-native-certs v0.8.3
24382026-05-06T01:49:45.560Z Checking crossbeam-utils v0.8.21
24392026-05-06T01:49:45.616Z Checking rand_xorshift v0.4.0
24402026-05-06T01:49:45.735Z Checking crc32fast v1.5.0
24412026-05-06T01:49:45.850Z Checking scroll v0.13.0
24422026-05-06T01:49:45.878Z Checking signature v2.2.0
24432026-05-06T01:49:45.893Z Checking sync_wrapper v1.0.2
24442026-05-06T01:49:45.994Z Checking time-core v0.1.8
24452026-05-06T01:49:46.008Z Checking num_threads v0.1.7
24462026-05-06T01:49:46.075Z Checking colorchoice v1.0.4
24472026-05-06T01:49:46.090Z Checking anstyle-query v1.1.5
24482026-05-06T01:49:46.111Z Checking unicode-bidi v0.3.18
24492026-05-06T01:49:46.135Z Checking adler2 v2.0.1
24502026-05-06T01:49:46.170Z Checking unicode-properties v0.1.4
24512026-05-06T01:49:46.183Z Checking is_terminal_polyfill v1.70.2
24522026-05-06T01:49:46.247Z Checking num-conv v0.2.0
24532026-05-06T01:49:46.269Z Checking unarray v0.1.4
24542026-05-06T01:49:46.356Z Checking allocator-api2 v0.2.21
24552026-05-06T01:49:46.360Z Checking time v0.3.47
24562026-05-06T01:49:46.379Z Checking proptest v1.10.0
24572026-05-06T01:49:46.396Z Checking stringprep v0.1.5
24582026-05-06T01:49:46.549Z Checking anstream v0.6.21
24592026-05-06T01:49:46.642Z Checking miniz_oxide v0.8.9
24602026-05-06T01:49:46.748Z Checking goblin v0.10.5
24612026-05-06T01:49:46.988Z Checking tower v0.5.3
24622026-05-06T01:49:47.152Z Checking crossbeam-epoch v0.9.18
24632026-05-06T01:49:47.284Z Checking native-tls v0.2.18
24642026-05-06T01:49:47.372Z Compiling daft v0.1.5
24652026-05-06T01:49:47.375Z Checking syn v2.0.117
24662026-05-06T01:49:47.460Z Checking ipnetwork v0.21.1
24672026-05-06T01:49:47.476Z Checking http-body-util v0.1.3
24682026-05-06T01:49:47.504Z Checking tokio-rustls v0.26.4
24692026-05-06T01:49:47.643Z Checking webpki-roots v1.0.6
24702026-05-06T01:49:47.678Z Checking rand_chacha v0.3.1
24712026-05-06T01:49:47.691Z Checking thiserror v1.0.69
24722026-05-06T01:49:47.729Z Checking scroll v0.12.0
24732026-05-06T01:49:47.760Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-05-06T01:49:47.787Z Checking hash32 v0.2.1
24752026-05-06T01:49:47.872Z Checking num-integer v0.1.46
24762026-05-06T01:49:47.886Z Checking toml_datetime v0.6.11
24772026-05-06T01:49:47.944Z Checking serde_spanned v0.6.9
24782026-05-06T01:49:47.958Z Checking md-5 v0.10.6
24792026-05-06T01:49:48.072Z Checking ff v0.13.1
24802026-05-06T01:49:48.086Z Checking zlib-rs v0.6.2
24812026-05-06T01:49:48.103Z Checking hyper v1.8.1
24822026-05-06T01:49:48.106Z Checking base16ct v0.2.0
24832026-05-06T01:49:48.128Z Checking iri-string v0.7.10
24842026-05-06T01:49:48.184Z Checking psl-types v2.0.11
24852026-05-06T01:49:48.197Z Checking fallible-iterator v0.2.0
24862026-05-06T01:49:48.237Z Checking ryu v1.0.23
24872026-05-06T01:49:48.303Z Checking publicsuffix v2.3.0
24882026-05-06T01:49:48.376Z Checking serde_urlencoded v0.7.1
24892026-05-06T01:49:48.465Z Checking sec1 v0.7.3
24902026-05-06T01:49:48.479Z Checking postgres-protocol v0.6.10
24912026-05-06T01:49:48.592Z Checking group v0.13.0
24922026-05-06T01:49:48.738Z Checking num-iter v0.1.45
24932026-05-06T01:49:48.790Z Compiling iddqd v0.3.18
24942026-05-06T01:49:48.823Z Checking goblin v0.8.2
24952026-05-06T01:49:48.846Z Checking heapless v0.7.17
24962026-05-06T01:49:48.966Z Checking flate2 v1.1.9
24972026-05-06T01:49:49.016Z Checking hyper-util v0.1.20
24982026-05-06T01:49:49.135Z Checking dof v0.4.0
24992026-05-06T01:49:49.148Z Checking tower-http v0.6.8
25002026-05-06T01:49:49.256Z Checking rand v0.8.5
25012026-05-06T01:49:49.268Z Checking zstd-safe v7.2.4
25022026-05-06T01:49:49.425Z Checking oxnet v0.1.4
25032026-05-06T01:49:49.439Z Checking cookie v0.18.1
25042026-05-06T01:49:49.660Z Checking tokio-native-tls v0.3.1
25052026-05-06T01:49:49.674Z Checking dtrace-parser v0.3.0
25062026-05-06T01:49:49.699Z Checking phf_shared v0.13.1
25072026-05-06T01:49:49.760Z Checking lazy_static v1.5.0
25082026-05-06T01:49:49.774Z Checking zerocopy v0.7.35
25092026-05-06T01:49:49.817Z Checking terminal_size v0.4.3
25102026-05-06T01:49:49.850Z Checking bzip2-sys v0.1.13+1.0.8
25112026-05-06T01:49:49.894Z Checking signal-hook v0.3.18
25122026-05-06T01:49:49.907Z Checking hkdf v0.12.4
25132026-05-06T01:49:49.923Z Checking crypto-bigint v0.5.5
25142026-05-06T01:49:49.937Z Checking thread-id v5.1.0
25152026-05-06T01:49:49.948Z Checking clap_lex v1.0.0
25162026-05-06T01:49:50.013Z Checking bitflags v1.3.2
25172026-05-06T01:49:50.034Z Checking winnow v0.7.14
25182026-05-06T01:49:50.082Z Checking libbz2-rs-sys v0.2.2
25192026-05-06T01:49:50.086Z Compiling rayon-core v1.13.0
25202026-05-06T01:49:50.106Z Checking foldhash v0.2.0
25212026-05-06T01:49:50.258Z Checking either v1.15.0
25222026-05-06T01:49:50.262Z Checking bumpalo v3.20.2
25232026-05-06T01:49:50.281Z Checking managed v0.8.0
25242026-05-06T01:49:50.284Z Checking hyper-rustls v0.27.7
25252026-05-06T01:49:50.443Z Checking winnow v0.5.40
25262026-05-06T01:49:50.461Z Checking foldhash v0.1.5
25272026-05-06T01:49:50.472Z Checking strsim v0.11.1
25282026-05-06T01:49:50.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-05-06T01:49:50.498Z Checking bzip2 v0.6.1
25302026-05-06T01:49:50.594Z Checking hashbrown v0.15.5
25312026-05-06T01:49:50.631Z Checking clap_builder v4.5.60
25322026-05-06T01:49:50.656Z Checking smoltcp v0.9.1
25332026-05-06T01:49:50.703Z Checking zopfli v0.8.3
25342026-05-06T01:49:50.707Z Checking dof v0.3.0
25352026-05-06T01:49:50.827Z Checking elliptic-curve v0.13.8
25362026-05-06T01:49:50.982Z Checking hyper-tls v0.6.0
25372026-05-06T01:49:51.015Z Checking hashbrown v0.16.1
25382026-05-06T01:49:51.055Z Checking signal-hook-mio v0.2.5
25392026-05-06T01:49:51.134Z Checking usdt-impl v0.6.0
25402026-05-06T01:49:51.149Z Checking bzip2 v0.4.4
25412026-05-06T01:49:51.162Z Checking phf v0.13.1
25422026-05-06T01:49:51.212Z Checking num-bigint-dig v0.8.6
25432026-05-06T01:49:51.241Z Checking cookie_store v0.22.1
25442026-05-06T01:49:51.306Z Checking zstd v0.13.3
25452026-05-06T01:49:51.413Z Checking postgres-types v0.2.12
25462026-05-06T01:49:51.499Z Checking dtrace-parser v0.2.0
25472026-05-06T01:49:51.512Z Checking rustls-platform-verifier v0.6.2
25482026-05-06T01:49:51.549Z Checking crossbeam-deque v0.8.6
25492026-05-06T01:49:51.572Z Checking regex v1.12.3
25502026-05-06T01:49:51.585Z Checking toml_edit v0.19.15
25512026-05-06T01:49:51.645Z Checking bstr v1.12.1
25522026-05-06T01:49:51.723Z Checking ed25519 v2.2.3
25532026-05-06T01:49:51.735Z Checking phf_shared v0.11.3
25542026-05-06T01:49:51.739Z Checking curve25519-dalek v4.1.3
25552026-05-06T01:49:51.853Z Checking ref-cast v1.0.25
25562026-05-06T01:49:51.871Z Checking strum v0.27.2
25572026-05-06T01:49:51.884Z Checking hubpack v0.1.2
25582026-05-06T01:49:51.910Z Checking memoffset v0.9.1
25592026-05-06T01:49:51.948Z Checking rustix v0.38.44
25602026-05-06T01:49:51.981Z Checking pkcs1 v0.7.5
25612026-05-06T01:49:51.994Z Checking float-cmp v0.10.0
25622026-05-06T01:49:52.024Z Checking hex v0.4.3
25632026-05-06T01:49:52.040Z Checking serde-big-array v0.5.1
25642026-05-06T01:49:52.052Z Checking erased-serde v0.3.31
25652026-05-06T01:49:52.118Z Checking rfc6979 v0.4.0
25662026-05-06T01:49:52.171Z Checking thread-id v4.2.2
25672026-05-06T01:49:52.189Z Checking memmap2 v0.9.10
25682026-05-06T01:49:52.236Z Checking env_filter v1.0.0
25692026-05-06T01:49:52.246Z Checking encoding_rs v0.8.35
25702026-05-06T01:49:52.249Z Checking mime v0.3.17
25712026-05-06T01:49:52.347Z Checking keccak v0.1.6
25722026-05-06T01:49:52.375Z Checking fixedbitset v0.4.2
25732026-05-06T01:49:52.419Z Checking whoami v2.1.0
25742026-05-06T01:49:52.432Z Checking rustc-hash v2.1.1
25752026-05-06T01:49:52.515Z Checking new_debug_unreachable v1.0.6
25762026-05-06T01:49:52.518Z Checking predicates-core v1.0.10
25772026-05-06T01:49:52.528Z Checking normalize-line-endings v0.3.0
25782026-05-06T01:49:52.552Z Checking precomputed-hash v0.1.1
25792026-05-06T01:49:52.584Z Checking toml_write v0.1.2
25802026-05-06T01:49:52.609Z Checking data-encoding v2.10.0
25812026-05-06T01:49:52.609Z Checking unicode-segmentation v1.12.0
25822026-05-06T01:49:52.634Z Checking jiff v0.2.21
25832026-05-06T01:49:52.637Z Checking difflib v0.4.0
25842026-05-06T01:49:52.658Z Checking fixedbitset v0.5.7
25852026-05-06T01:49:52.746Z Checking static_assertions v1.1.0
25862026-05-06T01:49:52.760Z Checking crossterm v0.28.1
25872026-05-06T01:49:52.817Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25882026-05-06T01:49:52.831Z Checking predicates v3.1.4
25892026-05-06T01:49:52.844Z Checking petgraph v0.8.3
25902026-05-06T01:49:52.884Z Checking hickory-proto v0.25.2
25912026-05-06T01:49:52.928Z Checking similar v2.7.0
25922026-05-06T01:49:53.149Z Checking toml_edit v0.22.27
25932026-05-06T01:49:53.224Z Checking reqwest v0.12.28
25942026-05-06T01:49:53.326Z Checking string_cache v0.8.9
25952026-05-06T01:49:53.495Z Checking toml v0.7.8
25962026-05-06T01:49:53.498Z Checking tokio-postgres v0.7.16
25972026-05-06T01:49:54.072Z Checking petgraph v0.6.5
25982026-05-06T01:49:54.239Z Checking ed25519-dalek v2.2.0
25992026-05-06T01:49:54.414Z Checking sha3 v0.10.8
26002026-05-06T01:49:54.473Z Checking slog v2.8.2
26012026-05-06T01:49:54.618Z Checking env_logger v0.11.9
26022026-05-06T01:49:54.647Z Checking usdt v0.6.0
26032026-05-06T01:49:54.736Z Checking usdt-impl v0.5.0
26042026-05-06T01:49:54.750Z Checking serde_with v3.17.0
26052026-05-06T01:49:54.807Z Checking ecdsa v0.16.9
26062026-05-06T01:49:54.820Z Checking rsa v0.9.10
26072026-05-06T01:49:54.846Z Checking zip v4.6.1
26082026-05-06T01:49:55.014Z Checking nix v0.31.2
26092026-05-06T01:49:55.078Z Checking clap v4.5.60
26102026-05-06T01:49:55.156Z Checking reqwest v0.13.2
26112026-05-06T01:49:55.286Z Checking zip v0.6.6
26122026-05-06T01:49:55.318Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-06T01:49:55.442Z Checking itertools v0.13.0
26142026-05-06T01:49:55.463Z Checking strum v0.26.3
26152026-05-06T01:49:55.578Z Checking tokio-stream v0.1.18
26162026-05-06T01:49:55.611Z Checking fs-err v3.3.0
26172026-05-06T01:49:55.640Z Checking ahash v0.8.12
26182026-05-06T01:49:55.664Z Checking object v0.37.3
26192026-05-06T01:49:55.833Z Checking buf-list v1.1.2
26202026-05-06T01:49:55.905Z Checking anyhow v1.0.102
26212026-05-06T01:49:55.952Z Checking camino v1.2.2
26222026-05-06T01:49:56.010Z Checking x509-cert v0.2.5
26232026-05-06T01:49:56.014Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26242026-05-06T01:49:56.034Z Checking openapiv3 v2.2.0
26252026-05-06T01:49:56.102Z Checking toml_datetime v0.7.5+spec-1.1.0
26262026-05-06T01:49:56.157Z Checking sha1 v0.10.6
26272026-05-06T01:49:56.202Z Checking peg-runtime v0.8.5
26282026-05-06T01:49:56.283Z Checking lalrpop-util v0.19.12
26292026-05-06T01:49:56.299Z Checking rayon v1.11.0
26302026-05-06T01:49:56.319Z Checking sigpipe v0.1.3
26312026-05-06T01:49:56.342Z Checking glob v0.3.3
26322026-05-06T01:49:57.839Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-05-06T01:49:58.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s
26342026-05-06T01:49:58.283Z
26352026-05-06T01:49:58.283Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26362026-05-06T01:49:58.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-06T01:49:58.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-06T01:49:58.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-06T01:49:58.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-06T01:49:58.876Z
26412026-05-06T01:49:58.877Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26422026-05-06T01:49:59.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-06T01:49:59.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-06T01:49:59.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-06T01:49:59.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26462026-05-06T01:49:59.467Z
26472026-05-06T01:49:59.467Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26482026-05-06T01:49:59.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-06T01:49:59.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-06T01:49:59.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-06T01:49:59.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-06T01:50:00.074Z
26532026-05-06T01:50:00.074Zinfo: running `cargo check --bins` on oxql-types (80/274)
26542026-05-06T01:50:00.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-06T01:50:00.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-06T01:50:00.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-06T01:50:00.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-05-06T01:50:00.668Z
26592026-05-06T01:50:00.668Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26602026-05-06T01:50:01.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-06T01:50:01.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-06T01:50:01.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-06T01:50:01.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26642026-05-06T01:50:01.257Z
26652026-05-06T01:50:01.258Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26662026-05-06T01:50:01.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-06T01:50:01.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-06T01:50:01.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-06T01:50:01.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26702026-05-06T01:50:01.886Z
26712026-05-06T01:50:01.886Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26722026-05-06T01:50:02.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-06T01:50:02.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-06T01:50:02.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-05-06T01:50:02.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26762026-05-06T01:50:02.439Z
26772026-05-06T01:50:02.439Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26782026-05-06T01:50:02.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-05-06T01:50:02.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-05-06T01:50:03.124Z Compiling structmeta-derive v0.3.0
26812026-05-06T01:50:03.238Z Compiling rustls v0.22.4
26822026-05-06T01:50:03.247Z Compiling multer v3.1.0
26832026-05-06T01:50:03.256Z Compiling async-stream-impl v0.3.6
26842026-05-06T01:50:03.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-06T01:50:03.279Z Compiling dropshot v0.17.0
26862026-05-06T01:50:03.293Z Compiling dropshot_endpoint v0.17.0
26872026-05-06T01:50:03.293Z Compiling newtype-uuid-macros v0.1.0
26882026-05-06T01:50:03.428Z Checking newtype-uuid v1.3.2
26892026-05-06T01:50:03.473Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-05-06T01:50:03.537Z Checking rustls-webpki v0.102.8
26912026-05-06T01:50:03.620Z Checking daft v0.1.5
26922026-05-06T01:50:03.638Z Checking futures-executor v0.3.32
26932026-05-06T01:50:03.786Z Checking thread_local v1.1.9
26942026-05-06T01:50:03.833Z Checking compression-core v0.4.31
26952026-05-06T01:50:03.866Z Checking match_cfg v0.1.0
26962026-05-06T01:50:03.881Z Checking iddqd v0.3.18
26972026-05-06T01:50:03.935Z Checking hostname v0.3.1
26982026-05-06T01:50:03.951Z Checking futures v0.3.32
26992026-05-06T01:50:03.965Z Checking compression-codecs v0.4.37
27002026-05-06T01:50:04.030Z Checking crossbeam-channel v0.5.15
27012026-05-06T01:50:04.030Z Checking slog-json v2.6.1
27022026-05-06T01:50:04.057Z Checking toml_datetime v1.0.0+spec-1.1.0
27032026-05-06T01:50:04.137Z Checking is-terminal v0.4.17
27042026-05-06T01:50:04.196Z Checking serde_spanned v1.0.4
27052026-05-06T01:50:04.222Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-05-06T01:50:04.257Z Checking term v1.2.1
27072026-05-06T01:50:04.293Z Compiling structmeta v0.3.0
27082026-05-06T01:50:04.329Z Checking debug-ignore v1.0.5
27092026-05-06T01:50:04.363Z Checking take_mut v0.2.2
27102026-05-06T01:50:04.403Z Checking toml v1.0.6+spec-1.1.0
27112026-05-06T01:50:04.424Z Checking slog-bunyan v2.5.0
27122026-05-06T01:50:04.469Z Checking slog-async v2.8.0
27132026-05-06T01:50:04.482Z Checking slog-term v2.9.2
27142026-05-06T01:50:04.505Z Compiling derive-ex v0.1.8
27152026-05-06T01:50:04.535Z Compiling parse-display-derive v0.10.0
27162026-05-06T01:50:04.638Z Checking async-compression v0.4.41
27172026-05-06T01:50:04.737Z Checking async-stream v0.3.6
27182026-05-06T01:50:04.755Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-05-06T01:50:04.888Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202026-05-06T01:50:04.893Z Checking progenitor-client v0.14.0
27212026-05-06T01:50:04.893Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-05-06T01:50:04.979Z Checking waitgroup v0.1.2
27232026-05-06T01:50:05.021Z Checking backon v1.6.0
27242026-05-06T01:50:05.053Z Checking rustls-pemfile v2.2.0
27252026-05-06T01:50:05.098Z Checking serde_path_to_error v0.1.20
27262026-05-06T01:50:05.161Z Checking hostname v0.4.2
27272026-05-06T01:50:05.183Z Checking instant v0.1.13
27282026-05-06T01:50:05.273Z Checking backoff v0.4.0
27292026-05-06T01:50:05.359Z Checking progenitor-extras v0.2.0
27302026-05-06T01:50:05.364Z Checking tokio-rustls v0.25.0
27312026-05-06T01:50:05.422Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27322026-05-06T01:50:05.455Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27332026-05-06T01:50:05.630Z Checking progenitor-client v0.10.0
27342026-05-06T01:50:05.653Z Checking itertools v0.14.0
27352026-05-06T01:50:05.810Z Checking regress v0.10.5
27362026-05-06T01:50:05.834Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27372026-05-06T01:50:06.061Z Checking macaddr v1.0.1
27382026-05-06T01:50:06.171Z Compiling test-strategy v0.4.5
27392026-05-06T01:50:06.215Z Checking parse-display v0.10.0
27402026-05-06T01:50:07.402Z Compiling prettyplease v0.2.37
27412026-05-06T01:50:07.696Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-06T01:50:07.827Z Checking num-rational v0.4.2
27432026-05-06T01:50:08.077Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-05-06T01:50:08.417Z Checking num-complex v0.4.6
27452026-05-06T01:50:08.936Z Checking num v0.4.3
27462026-05-06T01:50:08.997Z Compiling usdt-attr-macro v0.5.0
27472026-05-06T01:50:09.013Z Compiling usdt-macro v0.5.0
27482026-05-06T01:50:09.141Z Checking memmap v0.7.0
27492026-05-06T01:50:09.224Z Checking float-ord v0.3.2
27502026-05-06T01:50:09.293Z Compiling convert_case v0.4.0
27512026-05-06T01:50:09.331Z Checking unicode-width v0.2.0
27522026-05-06T01:50:09.587Z Checking console v0.15.11
27532026-05-06T01:50:09.668Z Compiling derive_more v0.99.20
27542026-05-06T01:50:09.743Z Checking newline-converter v0.3.0
27552026-05-06T01:50:09.776Z Checking usdt v0.5.0
27562026-05-06T01:50:09.855Z Checking atomicwrites v0.4.4
27572026-05-06T01:50:09.870Z Compiling toml v0.8.23
27582026-05-06T01:50:09.975Z Compiling minimal-lexical v0.2.1
27592026-05-06T01:50:09.987Z Checking linked-hash-map v0.5.6
27602026-05-06T01:50:10.160Z Checking lru-cache v0.1.2
27612026-05-06T01:50:10.208Z Compiling nom v7.1.3
27622026-05-06T01:50:10.284Z Checking expectorate v1.2.0
27632026-05-06T01:50:10.855Z Checking camino-tempfile v1.4.1
27642026-05-06T01:50:10.929Z Checking hickory-proto v0.24.4
27652026-05-06T01:50:11.019Z Checking phf_shared v0.12.1
27662026-05-06T01:50:11.162Z Compiling slog-dtrace v0.3.0
27672026-05-06T01:50:11.248Z Checking heck v0.5.0
27682026-05-06T01:50:11.354Z Checking resolv-conf v0.7.6
27692026-05-06T01:50:11.379Z Compiling chrono-tz v0.10.4
27702026-05-06T01:50:11.541Z Compiling const_format_proc_macros v0.2.34
27712026-05-06T01:50:11.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-05-06T01:50:11.637Z Checking phf v0.12.1
27732026-05-06T01:50:11.785Z Checking tokio-dtrace v0.1.1
27742026-05-06T01:50:11.906Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-05-06T01:50:11.973Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-05-06T01:50:12.023Z Compiling derive-where v1.6.0
27772026-05-06T01:50:12.216Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27782026-05-06T01:50:12.361Z Checking highway v1.3.0
27792026-05-06T01:50:12.594Z Checking const_format v0.2.35
27802026-05-06T01:50:12.722Z Checking hickory-resolver v0.24.4
27812026-05-06T01:50:12.828Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-05-06T01:50:13.090Z Checking oxide-tokio-rt v0.1.4
27832026-05-06T01:50:13.413Z Checking gethostname v0.5.0
27842026-05-06T01:50:13.454Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-05-06T01:50:13.498Z Checking bcs v0.1.6
27862026-05-06T01:50:13.502Z Checking qorb v0.4.1
27872026-05-06T01:50:13.528Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-05-06T01:50:13.594Z Compiling async-recursion v1.1.1
27892026-05-06T01:50:13.650Z Checking termtree v0.5.1
27902026-05-06T01:50:13.727Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-05-06T01:50:13.727Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-05-06T01:50:17.288Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-05-06T01:50:19.838Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-05-06T01:50:21.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
27952026-05-06T01:50:22.115Z
27962026-05-06T01:50:22.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27972026-05-06T01:50:22.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-06T01:50:22.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-06T01:50:22.788Z Compiling ar_archive_writer v0.5.1
28002026-05-06T01:50:22.791Z Compiling stacker v0.1.23
28012026-05-06T01:50:22.900Z Compiling cfg_aliases v0.1.1
28022026-05-06T01:50:22.913Z Compiling convert_case v0.10.0
28032026-05-06T01:50:22.916Z Checking unicode-width v0.1.14
28042026-05-06T01:50:22.928Z Compiling proc-macro-error v1.0.4
28052026-05-06T01:50:22.940Z Checking fd-lock v4.0.4
28062026-05-06T01:50:22.940Z Checking nibble_vec v0.1.0
28072026-05-06T01:50:22.963Z Compiling nix v0.28.0
28082026-05-06T01:50:23.088Z Checking vte v0.14.1
28092026-05-06T01:50:23.102Z Compiling recursive-proc-macro-impl v0.1.1
28102026-05-06T01:50:23.180Z Checking endian-type v0.1.2
28112026-05-06T01:50:23.210Z Checking bytecount v0.6.9
28122026-05-06T01:50:23.239Z Compiling derive_more-impl v2.1.1
28132026-05-06T01:50:23.252Z Compiling tabled_derive v0.7.0
28142026-05-06T01:50:23.252Z Checking strip-ansi-escapes v0.2.1
28152026-05-06T01:50:23.312Z Checking radix_trie v0.2.1
28162026-05-06T01:50:23.312Z Checking papergrid v0.11.0
28172026-05-06T01:50:23.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-06T01:50:23.497Z Compiling peg-macros v0.8.5
28192026-05-06T01:50:23.530Z Checking winnow v0.6.26
28202026-05-06T01:50:23.756Z Compiling psm v0.1.30
28212026-05-06T01:50:23.869Z Compiling sqlparser_derive v0.5.0
28222026-05-06T01:50:23.928Z Checking nu-ansi-term v0.50.3
28232026-05-06T01:50:24.065Z Checking derive_more v2.1.1
28242026-05-06T01:50:24.137Z Checking home v0.5.12
28252026-05-06T01:50:24.149Z Checking unicode_categories v0.1.1
28262026-05-06T01:50:24.243Z Checking crossterm v0.29.0
28272026-05-06T01:50:24.256Z Checking tabled v0.15.0
28282026-05-06T01:50:24.301Z Checking reedline v0.40.0
28292026-05-06T01:50:24.314Z Checking rustyline v14.0.0
28302026-05-06T01:50:24.540Z Checking recursive v0.1.1
28312026-05-06T01:50:24.633Z Checking sqlparser v0.61.0
28322026-05-06T01:50:24.666Z Checking sqlformat v0.3.5
28332026-05-06T01:50:24.666Z Checking display-error-chain v0.2.2
28342026-05-06T01:50:24.870Z Checking peg v0.8.5
28352026-05-06T01:50:35.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28362026-05-06T01:50:36.018Z
28372026-05-06T01:50:36.018Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28382026-05-06T01:50:36.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-06T01:50:36.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-06T01:50:36.686Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-06T01:50:40.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28422026-05-06T01:50:40.306Z
28432026-05-06T01:50:40.306Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28442026-05-06T01:50:40.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-06T01:50:40.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-06T01:50:40.975Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-06T01:50:43.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28482026-05-06T01:50:43.614Z
28492026-05-06T01:50:43.614Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28502026-05-06T01:50:44.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-06T01:50:44.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-06T01:50:44.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-06T01:50:47.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28542026-05-06T01:50:47.717Z
28552026-05-06T01:50:47.717Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28562026-05-06T01:50:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-06T01:50:48.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-06T01:50:48.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-06T01:50:51.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28602026-05-06T01:50:51.834Z
28612026-05-06T01:50:51.834Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28622026-05-06T01:50:52.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-06T01:50:52.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-06T01:50:52.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-06T01:50:55.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28662026-05-06T01:50:55.262Z
28672026-05-06T01:50:55.262Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28682026-05-06T01:50:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-06T01:50:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-06T01:50:55.931Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-06T01:50:58.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28722026-05-06T01:50:58.737Z
28732026-05-06T01:50:58.737Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28742026-05-06T01:50:59.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-06T01:50:59.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-06T01:50:59.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-05-06T01:51:02.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28782026-05-06T01:51:03.009Z
28792026-05-06T01:51:03.009Zinfo: running `cargo check --bins` on oximeter (93/274)
28802026-05-06T01:51:03.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-06T01:51:03.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-06T01:51:03.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-06T01:51:03.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-06T01:51:03.614Z
28852026-05-06T01:51:03.614Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28862026-05-06T01:51:04.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-06T01:51:04.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-06T01:51:04.242Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-05-06T01:51:04.406Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-05-06T01:51:04.422Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-05-06T01:51:04.747Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-05-06T01:51:07.792Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-05-06T01:51:09.002Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-05-06T01:51:09.164Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-05-06T01:51:09.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28962026-05-06T01:51:10.019Z
28972026-05-06T01:51:10.019Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28982026-05-06T01:51:10.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-06T01:51:10.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-06T01:51:10.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-06T01:51:10.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-06T01:51:10.624Z
29032026-05-06T01:51:10.624Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29042026-05-06T01:51:11.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-06T01:51:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-06T01:51:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-06T01:51:11.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082026-05-06T01:51:11.275Z
29092026-05-06T01:51:11.275Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29102026-05-06T01:51:11.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-06T01:51:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-06T01:51:11.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-06T01:51:11.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-06T01:51:11.888Z
29152026-05-06T01:51:11.888Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29162026-05-06T01:51:12.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-06T01:51:12.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-06T01:51:12.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-06T01:51:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-06T01:51:12.500Z
29212026-05-06T01:51:12.500Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29222026-05-06T01:51:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-06T01:51:13.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-06T01:51:13.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-06T01:51:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-06T01:51:13.115Z
29272026-05-06T01:51:13.115Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29282026-05-06T01:51:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-06T01:51:13.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-06T01:51:13.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-06T01:51:13.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-05-06T01:51:13.723Z
29332026-05-06T01:51:13.723Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29342026-05-06T01:51:14.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-06T01:51:14.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-06T01:51:14.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-06T01:51:14.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29382026-05-06T01:51:14.313Z
29392026-05-06T01:51:14.314Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29402026-05-06T01:51:14.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-06T01:51:14.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-06T01:51:14.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-06T01:51:14.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29442026-05-06T01:51:14.922Z
29452026-05-06T01:51:14.922Zinfo: running `cargo check --bins` on update-engine (103/274)
29462026-05-06T01:51:15.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-06T01:51:15.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-06T01:51:15.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-05-06T01:51:15.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29502026-05-06T01:51:15.511Z
29512026-05-06T01:51:15.511Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29522026-05-06T01:51:16.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-05-06T01:51:16.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-05-06T01:51:16.233Z Compiling crucible-workspace-hack v0.1.0
29552026-05-06T01:51:16.350Z Checking secrecy v0.10.3
29562026-05-06T01:51:16.358Z Compiling heapless v0.8.0
29572026-05-06T01:51:16.365Z Compiling ingot-macros v0.1.1
29582026-05-06T01:51:16.372Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-05-06T01:51:16.375Z Checking hash32 v0.3.1
29602026-05-06T01:51:16.393Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-05-06T01:51:16.396Z Compiling smoltcp v0.11.0
29622026-05-06T01:51:16.454Z Checking cobs v0.3.0
29632026-05-06T01:51:16.500Z Compiling thiserror-impl-no-std v2.0.2
29642026-05-06T01:51:16.601Z Checking half v2.7.1
29652026-05-06T01:51:16.601Z Checking universal-hash v0.5.1
29662026-05-06T01:51:16.607Z Checking opaque-debug v0.3.1
29672026-05-06T01:51:16.730Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-06T01:51:16.764Z Checking ciborium-io v0.2.2
29692026-05-06T01:51:16.798Z Checking poly1305 v0.8.0
29702026-05-06T01:51:16.882Z Checking postcard v1.1.3
29712026-05-06T01:51:16.894Z Checking ciborium-ll v0.2.2
29722026-05-06T01:51:16.913Z Compiling proc-macro-crate v3.4.0
29732026-05-06T01:51:17.075Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29742026-05-06T01:51:17.092Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29752026-05-06T01:51:17.148Z Checking password-hash v0.5.0
29762026-05-06T01:51:17.362Z Checking chacha20 v0.9.1
29772026-05-06T01:51:17.375Z Compiling proc-macro-crate v1.3.1
29782026-05-06T01:51:17.389Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-06T01:51:17.428Z Checking blake2 v0.10.6
29802026-05-06T01:51:17.463Z Compiling num_enum_derive v0.7.5
29812026-05-06T01:51:17.555Z Checking aead v0.5.2
29822026-05-06T01:51:17.619Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29832026-05-06T01:51:17.666Z Compiling foreign-types-macros v0.2.3
29842026-05-06T01:51:17.679Z Checking thiserror-no-std v2.0.2
29852026-05-06T01:51:17.697Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-05-06T01:51:17.766Z Checking foreign-types-shared v0.3.1
29872026-05-06T01:51:17.786Z Checking cpufeatures v0.3.0
29882026-05-06T01:51:17.824Z Compiling num_enum_derive v0.5.11
29892026-05-06T01:51:17.856Z Checking vsss-rs v3.3.4
29902026-05-06T01:51:17.871Z Checking chacha20 v0.10.0
29912026-05-06T01:51:17.930Z Checking chacha20poly1305 v0.10.1
29922026-05-06T01:51:18.068Z Checking argon2 v0.5.3
29932026-05-06T01:51:18.106Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29942026-05-06T01:51:18.264Z Checking foreign-types v0.5.0
29952026-05-06T01:51:18.383Z Checking ciborium v0.2.2
29962026-05-06T01:51:18.453Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29972026-05-06T01:51:18.529Z Checking num_enum v0.7.5
29982026-05-06T01:51:18.543Z Checking tabwriter v1.4.1
29992026-05-06T01:51:18.643Z Checking byte-wrapper v0.1.0
30002026-05-06T01:51:18.685Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-06T01:51:18.736Z Checking cstr-argument v0.1.2
30022026-05-06T01:51:18.808Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-05-06T01:51:18.856Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-05-06T01:51:18.869Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-06T01:51:18.870Z Checking num_enum v0.5.11
30062026-05-06T01:51:18.981Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-05-06T01:51:18.995Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-06T01:51:19.038Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-05-06T01:51:19.071Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-06T01:51:19.105Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-06T01:51:19.184Z Checking ingot-types v0.1.2
30122026-05-06T01:51:19.202Z Checking rand v0.10.0
30132026-05-06T01:51:19.215Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-06T01:51:19.250Z Checking colored v3.1.1
30152026-05-06T01:51:19.272Z Checking indent_write v2.2.0
30162026-05-06T01:51:19.404Z Compiling zone_cfg_derive v0.3.1
30172026-05-06T01:51:19.446Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-05-06T01:51:19.522Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-05-06T01:51:19.544Z Checking ingot v0.1.1
30202026-05-06T01:51:19.585Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-06T01:51:19.616Z Checking itertools v0.12.1
30222026-05-06T01:51:19.628Z Compiling num-derive v0.4.2
30232026-05-06T01:51:19.692Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-06T01:51:19.706Z Checking swrite v0.1.0
30252026-05-06T01:51:19.796Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-05-06T01:51:19.894Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30272026-05-06T01:51:20.047Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-06T01:51:20.086Z Checking dropshot-api-manager-types v0.7.1
30292026-05-06T01:51:20.089Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30302026-05-06T01:51:20.118Z Checking smf v0.2.3
30312026-05-06T01:51:20.155Z Checking nanorand v0.7.0
30322026-05-06T01:51:20.235Z Checking whoami v1.6.1
30332026-05-06T01:51:20.346Z Checking flume v0.11.1
30342026-05-06T01:51:20.359Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-05-06T01:51:20.541Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-05-06T01:51:20.631Z Checking zone v0.3.1
30372026-05-06T01:51:21.100Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-05-06T01:51:22.059Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-06T01:51:22.934Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-06T01:51:26.021Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30412026-05-06T01:51:28.043Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-05-06T01:51:29.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
30432026-05-06T01:51:29.328Z
30442026-05-06T01:51:29.328Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30452026-05-06T01:51:29.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-06T01:51:29.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-06T01:51:29.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-06T01:51:29.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-05-06T01:51:29.929Z
30502026-05-06T01:51:29.929Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30512026-05-06T01:51:30.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-06T01:51:30.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-06T01:51:30.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-06T01:51:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-06T01:51:30.532Z
30562026-05-06T01:51:30.532Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30572026-05-06T01:51:31.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-06T01:51:31.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-06T01:51:31.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-06T01:51:31.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-06T01:51:31.141Z
30622026-05-06T01:51:31.141Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30632026-05-06T01:51:31.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-06T01:51:31.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-06T01:51:31.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-06T01:51:31.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-06T01:51:31.755Z
30682026-05-06T01:51:31.755Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30692026-05-06T01:51:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-06T01:51:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-06T01:51:32.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-06T01:51:32.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-05-06T01:51:32.361Z
30742026-05-06T01:51:32.361Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30752026-05-06T01:51:32.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-06T01:51:32.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-06T01:51:32.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-06T01:51:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-06T01:51:32.962Z
30802026-05-06T01:51:32.962Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30812026-05-06T01:51:33.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-06T01:51:33.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-06T01:51:33.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-06T01:51:33.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-06T01:51:33.568Z
30862026-05-06T01:51:33.568Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30872026-05-06T01:51:34.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-06T01:51:34.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-06T01:51:34.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-06T01:51:34.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-05-06T01:51:34.157Z
30922026-05-06T01:51:34.157Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30932026-05-06T01:51:34.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-06T01:51:34.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-06T01:51:34.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-06T01:51:34.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-05-06T01:51:34.759Z
30982026-05-06T01:51:34.759Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30992026-05-06T01:51:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-06T01:51:35.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-06T01:51:35.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-06T01:51:35.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-06T01:51:35.363Z
31042026-05-06T01:51:35.363Zinfo: running `cargo check --bins` on installinator-client (115/274)
31052026-05-06T01:51:35.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-06T01:51:35.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-06T01:51:35.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-06T01:51:35.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-06T01:51:35.969Z
31102026-05-06T01:51:35.969Zinfo: running `cargo check --bins` on nexus-client (116/274)
31112026-05-06T01:51:36.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-06T01:51:36.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-06T01:51:36.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-06T01:51:36.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-06T01:51:36.614Z
31162026-05-06T01:51:36.614Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31172026-05-06T01:51:37.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-06T01:51:37.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-06T01:51:37.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-06T01:51:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31212026-05-06T01:51:37.336Z
31222026-05-06T01:51:37.336Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31232026-05-06T01:51:37.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-06T01:51:37.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-06T01:51:37.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-06T01:51:37.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-06T01:51:37.845Z
31282026-05-06T01:51:37.846Zinfo: running `cargo check --bins` on oxide-client (119/274)
31292026-05-06T01:51:38.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-06T01:51:38.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-06T01:51:38.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-06T01:51:38.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-06T01:51:38.440Z
31342026-05-06T01:51:38.440Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31352026-05-06T01:51:38.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-06T01:51:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-06T01:51:38.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-06T01:51:38.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-06T01:51:39.048Z
31402026-05-06T01:51:39.048Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31412026-05-06T01:51:39.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-06T01:51:39.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-06T01:51:39.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-06T01:51:39.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31452026-05-06T01:51:39.635Z
31462026-05-06T01:51:39.635Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31472026-05-06T01:51:40.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-06T01:51:40.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-06T01:51:40.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-06T01:51:40.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-05-06T01:51:40.246Z
31522026-05-06T01:51:40.246Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31532026-05-06T01:51:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-06T01:51:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-06T01:51:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-06T01:51:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31572026-05-06T01:51:40.879Z
31582026-05-06T01:51:40.879Zinfo: running `cargo check --bins` on installinator-common (124/274)
31592026-05-06T01:51:41.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-06T01:51:41.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-06T01:51:41.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-06T01:51:41.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-06T01:51:41.502Z
31642026-05-06T01:51:41.502Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31652026-05-06T01:51:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-06T01:51:42.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-06T01:51:42.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-06T01:51:42.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31692026-05-06T01:51:42.093Z
31702026-05-06T01:51:42.093Zinfo: running `cargo check --bins` on wicket-common (126/274)
31712026-05-06T01:51:42.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-06T01:51:42.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-06T01:51:42.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-06T01:51:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31752026-05-06T01:51:42.710Z
31762026-05-06T01:51:42.710Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31772026-05-06T01:51:43.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-06T01:51:43.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-06T01:51:43.405Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-05-06T01:51:43.519Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-05-06T01:51:43.527Z Checking csv-core v0.1.13
31822026-05-06T01:51:43.534Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-05-06T01:51:43.542Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-05-06T01:51:43.551Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31852026-05-06T01:51:43.563Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-06T01:51:43.574Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-06T01:51:43.683Z Checking csv v1.4.0
31882026-05-06T01:51:43.697Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-05-06T01:51:43.748Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-05-06T01:51:43.775Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-05-06T01:51:44.016Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-05-06T01:51:44.376Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31932026-05-06T01:51:44.380Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-05-06T01:51:44.703Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31952026-05-06T01:51:50.446Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31962026-05-06T01:51:50.975Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31972026-05-06T01:51:53.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31982026-05-06T01:51:53.536Z
31992026-05-06T01:51:53.536Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32002026-05-06T01:51:54.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-06T01:51:54.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-06T01:51:54.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-06T01:51:54.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32042026-05-06T01:51:54.140Z
32052026-05-06T01:51:54.140Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32062026-05-06T01:51:54.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-06T01:51:54.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-06T01:51:54.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-06T01:51:54.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-05-06T01:51:54.820Z
32112026-05-06T01:51:54.820Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32122026-05-06T01:51:55.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-06T01:51:55.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-06T01:51:55.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-06T01:51:55.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32162026-05-06T01:51:55.507Z
32172026-05-06T01:51:55.507Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32182026-05-06T01:51:56.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-06T01:51:56.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-06T01:51:56.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-06T01:51:56.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32222026-05-06T01:51:56.163Z
32232026-05-06T01:51:56.163Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32242026-05-06T01:51:56.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-06T01:51:56.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-06T01:51:56.933Z Compiling regress v0.11.1
32272026-05-06T01:51:57.071Z Compiling unsafe-libyaml v0.2.11
32282026-05-06T01:51:57.084Z Compiling semver v0.1.20
32292026-05-06T01:51:57.084Z Compiling radium v0.7.0
32302026-05-06T01:51:57.111Z Compiling pin-project-internal v1.1.11
32312026-05-06T01:51:57.123Z Compiling maybe-uninit v2.0.0
32322026-05-06T01:51:57.126Z Checking tap v1.0.1
32332026-05-06T01:51:57.238Z Checking wyz v0.5.1
32342026-05-06T01:51:57.362Z Compiling rustc_version v0.1.7
32352026-05-06T01:51:57.414Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-05-06T01:51:57.436Z Checking progenitor-client v0.13.0
32372026-05-06T01:51:57.547Z Compiling snafu-derive v0.8.9
32382026-05-06T01:51:57.584Z Compiling serde_yaml v0.9.34+deprecated
32392026-05-06T01:51:57.676Z Compiling newtype_derive v0.1.6
32402026-05-06T01:51:57.797Z Compiling zerocopy-derive v0.6.6
32412026-05-06T01:51:57.868Z Compiling owo-colors v4.3.0
32422026-05-06T01:51:58.211Z Compiling cancel-safe-futures v0.1.5
32432026-05-06T01:51:58.240Z Checking pin-project v1.1.11
32442026-05-06T01:51:58.376Z Checking funty v2.0.0
32452026-05-06T01:51:58.429Z Checking same-file v1.0.6
32462026-05-06T01:51:58.503Z Checking typify-impl v0.6.2
32472026-05-06T01:51:58.542Z Compiling packed_struct v0.10.1
32482026-05-06T01:51:58.704Z Checking crc-catalog v2.4.0
32492026-05-06T01:51:58.802Z Checking crc v3.4.0
32502026-05-06T01:51:58.820Z Checking bitvec v1.0.1
32512026-05-06T01:51:58.926Z Checking zerocopy v0.6.6
32522026-05-06T01:51:58.979Z Checking walkdir v2.5.0
32532026-05-06T01:51:59.189Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-06T01:51:59.218Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-05-06T01:51:59.232Z Checking globset v0.4.18
32562026-05-06T01:51:59.467Z Checking snafu v0.8.9
32572026-05-06T01:51:59.492Z Checking olpc-cjson v0.1.4
32582026-05-06T01:51:59.561Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32592026-05-06T01:51:59.633Z Checking pem v3.0.6
32602026-05-06T01:51:59.676Z Compiling packed_struct_codegen v0.10.1
32612026-05-06T01:51:59.707Z Checking libsw-core v0.3.2
32622026-05-06T01:51:59.722Z Checking serde_plain v1.0.2
32632026-05-06T01:51:59.792Z Compiling bitfield-macros v0.19.4
32642026-05-06T01:51:59.816Z Compiling indexmap v1.9.3
32652026-05-06T01:51:59.852Z Checking nodrop v0.1.14
32662026-05-06T01:51:59.872Z Checking typed-path v0.9.3
32672026-05-06T01:51:59.946Z Checking array-init v0.0.4
32682026-05-06T01:52:00.032Z Checking libsw v3.5.0
32692026-05-06T01:52:00.131Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-05-06T01:52:00.186Z Checking smallvec v0.6.14
32712026-05-06T01:52:00.273Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-05-06T01:52:00.494Z Checking bitfield v0.19.4
32732026-05-06T01:52:00.530Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-05-06T01:52:00.611Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32752026-05-06T01:52:00.649Z Checking tough v0.20.0
32762026-05-06T01:52:00.689Z Checking tagptr v0.2.0
32772026-05-06T01:52:00.705Z Checking hashbrown v0.12.3
32782026-05-06T01:52:00.732Z Checking smawk v0.3.2
32792026-05-06T01:52:00.763Z Checking unicode-linebreak v0.1.5
32802026-05-06T01:52:00.835Z Checking base64 v0.21.7
32812026-05-06T01:52:00.863Z Checking linear-map v1.2.0
32822026-05-06T01:52:00.880Z Checking moka v0.12.13
32832026-05-06T01:52:00.977Z Checking textwrap v0.16.2
32842026-05-06T01:52:01.035Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-06T01:52:01.074Z Checking ron v0.8.1
32862026-05-06T01:52:01.191Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-05-06T01:52:01.433Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-06T01:52:01.507Z Checking serde-hex v0.1.0
32892026-05-06T01:52:01.595Z Checking steno v0.4.1
32902026-05-06T01:52:01.611Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-05-06T01:52:01.775Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32922026-05-06T01:52:01.796Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-06T01:52:01.997Z Checking hashbrown v0.13.2
32942026-05-06T01:52:02.295Z Checking crc-any v2.5.0
32952026-05-06T01:52:02.356Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-06T01:52:02.419Z Checking humantime v2.3.0
32972026-05-06T01:52:02.475Z Checking object v0.30.4
32982026-05-06T01:52:02.571Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-05-06T01:52:02.605Z Checking hickory-resolver v0.25.2
33002026-05-06T01:52:02.620Z Checking utf-8 v0.7.6
33012026-05-06T01:52:02.623Z Checking path-slash v0.1.5
33022026-05-06T01:52:02.733Z Checking half v1.8.3
33032026-05-06T01:52:02.750Z Checking void v1.0.2
33042026-05-06T01:52:02.761Z Checking tungstenite v0.23.0
33052026-05-06T01:52:02.853Z Checking lzss v0.8.2
33062026-05-06T01:52:02.930Z Checking serde_cbor v0.11.2
33072026-05-06T01:52:03.089Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-05-06T01:52:03.130Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33092026-05-06T01:52:03.180Z Checking nix v0.27.1
33102026-05-06T01:52:03.210Z Compiling typify-macro v0.6.2
33112026-05-06T01:52:03.316Z Checking kstat-rs v0.2.4
33122026-05-06T01:52:03.357Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-05-06T01:52:03.373Z Checking fxhash v0.2.1
33142026-05-06T01:52:03.387Z Checking serde_bytes v0.11.19
33152026-05-06T01:52:03.440Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33162026-05-06T01:52:03.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33172026-05-06T01:52:03.564Z Checking tokio-tungstenite v0.23.1
33182026-05-06T01:52:03.704Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-05-06T01:52:03.783Z Checking signal-hook-tokio v0.3.1
33202026-05-06T01:52:04.627Z Compiling typify v0.6.2
33212026-05-06T01:52:04.710Z Compiling progenitor-impl v0.13.0
33222026-05-06T01:52:04.710Z Compiling progenitor-impl v0.14.0
33232026-05-06T01:52:04.806Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-06T01:52:05.717Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33252026-05-06T01:52:06.039Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33262026-05-06T01:52:06.282Z Compiling progenitor-macro v0.14.0
33272026-05-06T01:52:06.314Z Compiling progenitor-macro v0.13.0
33282026-05-06T01:52:08.800Z Checking progenitor v0.14.0
33292026-05-06T01:52:08.925Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-05-06T01:52:08.968Z Checking progenitor v0.13.0
33312026-05-06T01:52:09.086Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33322026-05-06T01:52:12.055Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-05-06T01:52:19.432Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-05-06T01:52:25.689Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-05-06T01:52:27.051Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-05-06T01:52:27.548Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-05-06T01:52:29.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.45s
33382026-05-06T01:52:29.834Z
33392026-05-06T01:52:29.834Zinfo: running `cargo check --bins` on gateway-api (133/274)
33402026-05-06T01:52:30.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-06T01:52:30.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-06T01:52:30.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-06T01:52:30.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-06T01:52:30.437Z
33452026-05-06T01:52:30.437Zinfo: running `cargo check --bins` on ipcc (134/274)
33462026-05-06T01:52:30.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-06T01:52:30.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-06T01:52:30.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-06T01:52:30.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-06T01:52:31.035Z
33512026-05-06T01:52:31.035Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33522026-05-06T01:52:31.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-06T01:52:31.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-06T01:52:31.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-06T01:52:31.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33562026-05-06T01:52:31.617Z
33572026-05-06T01:52:31.618Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33582026-05-06T01:52:32.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-06T01:52:32.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-06T01:52:32.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-06T01:52:32.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-06T01:52:32.216Z
33632026-05-06T01:52:32.216Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33642026-05-06T01:52:32.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-06T01:52:32.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-06T01:52:32.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-06T01:52:32.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-06T01:52:32.817Z
33692026-05-06T01:52:32.817Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33702026-05-06T01:52:33.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-06T01:52:33.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-06T01:52:33.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-06T01:52:33.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-06T01:52:33.415Z
33752026-05-06T01:52:33.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33762026-05-06T01:52:33.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-06T01:52:33.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-06T01:52:33.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-06T01:52:33.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-06T01:52:34.015Z
33812026-05-06T01:52:34.015Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33822026-05-06T01:52:34.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-06T01:52:34.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-06T01:52:34.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-06T01:52:34.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-06T01:52:34.617Z
33872026-05-06T01:52:34.617Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33882026-05-06T01:52:35.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-06T01:52:35.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-06T01:52:35.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-06T01:52:35.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-06T01:52:35.224Z
33932026-05-06T01:52:35.224Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33942026-05-06T01:52:35.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-06T01:52:35.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-06T01:52:35.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-06T01:52:35.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-06T01:52:35.828Z
33992026-05-06T01:52:35.828Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34002026-05-06T01:52:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-06T01:52:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-06T01:52:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-06T01:52:36.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-06T01:52:36.434Z
34052026-05-06T01:52:36.434Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34062026-05-06T01:52:36.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-06T01:52:36.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-06T01:52:36.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-06T01:52:36.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-05-06T01:52:37.036Z
34112026-05-06T01:52:37.036Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34122026-05-06T01:52:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-06T01:52:37.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-06T01:52:37.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-06T01:52:37.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-06T01:52:37.636Z
34172026-05-06T01:52:37.636Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34182026-05-06T01:52:38.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-06T01:52:38.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-06T01:52:38.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-06T01:52:38.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-06T01:52:38.231Z
34232026-05-06T01:52:38.231Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34242026-05-06T01:52:38.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-06T01:52:38.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-06T01:52:38.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-06T01:52:38.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-06T01:52:38.832Z
34292026-05-06T01:52:38.832Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34302026-05-06T01:52:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-06T01:52:39.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-06T01:52:39.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-06T01:52:39.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-06T01:52:39.437Z
34352026-05-06T01:52:39.437Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34362026-05-06T01:52:39.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-06T01:52:39.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-06T01:52:39.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-06T01:52:39.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34402026-05-06T01:52:40.042Z
34412026-05-06T01:52:40.042Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34422026-05-06T01:52:40.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-06T01:52:40.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-06T01:52:40.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-06T01:52:40.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-06T01:52:40.642Z
34472026-05-06T01:52:40.642Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34482026-05-06T01:52:41.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-06T01:52:41.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-06T01:52:41.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-06T01:52:41.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34522026-05-06T01:52:41.248Z
34532026-05-06T01:52:41.248Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34542026-05-06T01:52:41.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-06T01:52:41.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-06T01:52:41.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-06T01:52:41.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-06T01:52:41.852Z
34592026-05-06T01:52:41.852Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34602026-05-06T01:52:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-06T01:52:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-06T01:52:42.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-06T01:52:42.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34642026-05-06T01:52:42.459Z
34652026-05-06T01:52:42.459Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34662026-05-06T01:52:42.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-06T01:52:42.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-06T01:52:42.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-06T01:52:43.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-05-06T01:52:43.102Z
34712026-05-06T01:52:43.102Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34722026-05-06T01:52:43.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-06T01:52:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-06T01:52:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-06T01:52:43.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-06T01:52:43.711Z
34772026-05-06T01:52:43.711Zinfo: running `cargo check --bins` on dns-server (156/274)
34782026-05-06T01:52:44.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-06T01:52:44.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-06T01:52:44.366Z Compiling parking_lot_core v0.8.6
34812026-05-06T01:52:44.366Z Compiling git-stub v1.0.0
34822026-05-06T01:52:44.368Z Compiling atomicwrites v0.4.4
34832026-05-06T01:52:44.368Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34842026-05-06T01:52:44.368Z Checking prefix-trie v0.7.0
34852026-05-06T01:52:44.597Z Compiling git-stub-vcs v0.1.0
34862026-05-06T01:52:44.781Z Checking hickory-server v0.25.2
34872026-05-06T01:52:44.869Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34882026-05-06T01:52:44.882Z Checking parking_lot v0.11.2
34892026-05-06T01:52:44.958Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34902026-05-06T01:52:44.961Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-05-06T01:52:45.050Z Checking sled v0.34.7
34922026-05-06T01:52:46.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34932026-05-06T01:52:47.122Z
34942026-05-06T01:52:47.123Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34952026-05-06T01:52:47.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-06T01:52:47.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-06T01:52:47.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-06T01:52:47.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34992026-05-06T01:52:47.731Z
35002026-05-06T01:52:47.731Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35012026-05-06T01:52:48.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-06T01:52:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-06T01:52:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-06T01:52:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35052026-05-06T01:52:48.336Z
35062026-05-06T01:52:48.336Zinfo: running `cargo check --bins` on sp-sim (159/274)
35072026-05-06T01:52:48.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-06T01:52:48.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-06T01:52:49.060Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35102026-05-06T01:52:50.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
35112026-05-06T01:52:51.047Z
35122026-05-06T01:52:51.047Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35132026-05-06T01:52:51.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-06T01:52:51.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-06T01:52:51.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-06T01:52:51.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-06T01:52:51.704Z
35182026-05-06T01:52:51.704Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35192026-05-06T01:52:52.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-06T01:52:52.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-06T01:52:52.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-06T01:52:52.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35232026-05-06T01:52:52.363Z
35242026-05-06T01:52:52.363Zinfo: running `cargo check --bins` on db-macros (162/274)
35252026-05-06T01:52:52.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-06T01:52:52.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-06T01:52:52.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-06T01:52:52.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-06T01:52:52.949Z
35302026-05-06T01:52:52.949Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35312026-05-06T01:52:53.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-06T01:52:53.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-06T01:52:53.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-06T01:52:53.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35352026-05-06T01:52:53.527Z
35362026-05-06T01:52:53.527Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35372026-05-06T01:52:54.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-06T01:52:54.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-06T01:52:54.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-06T01:52:54.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35412026-05-06T01:52:54.174Z
35422026-05-06T01:52:54.174Zinfo: running `cargo check --bins` on authz-macros (165/274)
35432026-05-06T01:52:54.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-06T01:52:54.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-06T01:52:54.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-06T01:52:54.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-06T01:52:54.758Z
35482026-05-06T01:52:54.758Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35492026-05-06T01:52:55.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-06T01:52:55.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-06T01:52:55.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-06T01:52:55.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-05-06T01:52:55.406Z
35542026-05-06T01:52:55.406Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35552026-05-06T01:52:55.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-06T01:52:55.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-06T01:52:55.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-06T01:52:55.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-06T01:52:56.051Z
35602026-05-06T01:52:56.051Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35612026-05-06T01:52:56.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-06T01:52:56.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-06T01:52:56.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-06T01:52:56.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-05-06T01:52:56.642Z
35662026-05-06T01:52:56.642Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35672026-05-06T01:52:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-06T01:52:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-06T01:52:57.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-06T01:52:57.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-05-06T01:52:57.225Z
35722026-05-06T01:52:57.225Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35732026-05-06T01:52:57.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-06T01:52:57.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-06T01:52:57.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-06T01:52:57.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35772026-05-06T01:52:57.825Z
35782026-05-06T01:52:57.825Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35792026-05-06T01:52:58.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-06T01:52:58.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-06T01:52:58.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-06T01:52:58.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832026-05-06T01:52:58.416Z
35842026-05-06T01:52:58.416Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35852026-05-06T01:52:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-06T01:52:58.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-06T01:52:58.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-06T01:52:58.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-05-06T01:52:59.001Z
35902026-05-06T01:52:59.001Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35912026-05-06T01:52:59.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-06T01:52:59.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-06T01:52:59.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-06T01:52:59.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-06T01:52:59.655Z
35962026-05-06T01:52:59.655Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35972026-05-06T01:53:00.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-06T01:53:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-06T01:53:00.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-06T01:53:00.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012026-05-06T01:53:00.311Z
36022026-05-06T01:53:00.311Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36032026-05-06T01:53:00.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-06T01:53:00.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-06T01:53:00.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-06T01:53:00.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-06T01:53:00.953Z
36082026-05-06T01:53:00.953Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36092026-05-06T01:53:01.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-06T01:53:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-06T01:53:01.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-06T01:53:01.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36132026-05-06T01:53:01.576Z
36142026-05-06T01:53:01.576Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36152026-05-06T01:53:02.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-06T01:53:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-06T01:53:02.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-06T01:53:02.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36192026-05-06T01:53:02.197Z
36202026-05-06T01:53:02.197Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36212026-05-06T01:53:02.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-06T01:53:02.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-06T01:53:02.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-06T01:53:02.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36252026-05-06T01:53:02.818Z
36262026-05-06T01:53:02.818Zinfo: running `cargo check --bins` on key-manager (179/274)
36272026-05-06T01:53:03.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-06T01:53:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-06T01:53:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-06T01:53:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36312026-05-06T01:53:03.417Z
36322026-05-06T01:53:03.417Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36332026-05-06T01:53:03.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-06T01:53:03.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-06T01:53:03.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-06T01:53:03.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36372026-05-06T01:53:04.034Z
36382026-05-06T01:53:04.034Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36392026-05-06T01:53:04.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-06T01:53:04.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-06T01:53:04.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-06T01:53:04.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36432026-05-06T01:53:04.652Z
36442026-05-06T01:53:04.652Zinfo: running `cargo check --bins` on typed-rng (182/274)
36452026-05-06T01:53:05.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-06T01:53:05.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-06T01:53:05.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-06T01:53:05.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-05-06T01:53:05.232Z
36502026-05-06T01:53:05.232Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36512026-05-06T01:53:05.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-06T01:53:05.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-06T01:53:06.082Z Compiling typify-impl v0.4.3
36542026-05-06T01:53:06.085Z Compiling libefi-sys v0.1.0
36552026-05-06T01:53:06.085Z Compiling bitfield-struct v0.6.2
36562026-05-06T01:53:06.234Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-05-06T01:53:06.244Z Compiling xshell-macros v0.2.7
36582026-05-06T01:53:06.257Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36592026-05-06T01:53:06.297Z Compiling salty v0.3.0
36602026-05-06T01:53:06.300Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36612026-05-06T01:53:06.458Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-06T01:53:06.584Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36632026-05-06T01:53:06.600Z Checking xshell v0.2.7
36642026-05-06T01:53:06.603Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-06T01:53:06.786Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36662026-05-06T01:53:06.825Z Checking primeorder v0.13.6
36672026-05-06T01:53:06.840Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-05-06T01:53:06.952Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-05-06T01:53:06.982Z Compiling proc-macro-error-attr2 v2.0.0
36702026-05-06T01:53:07.060Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36712026-05-06T01:53:07.076Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-06T01:53:07.120Z Checking tungstenite v0.21.0
36732026-05-06T01:53:07.282Z Checking p384 v0.13.1
36742026-05-06T01:53:07.314Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36752026-05-06T01:53:07.378Z Compiling proc-macro-error2 v2.0.1
36762026-05-06T01:53:07.474Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-05-06T01:53:07.552Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36782026-05-06T01:53:07.692Z Compiling num-derive v0.3.3
36792026-05-06T01:53:07.711Z Compiling tabled_derive v0.11.0
36802026-05-06T01:53:07.883Z Checking tokio-tungstenite v0.21.0
36812026-05-06T01:53:08.179Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-06T01:53:08.196Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36832026-05-06T01:53:08.270Z Checking papergrid v0.17.0
36842026-05-06T01:53:08.575Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-06T01:53:08.591Z Checking libscf-sys v1.1.0
36862026-05-06T01:53:08.723Z Checking testing_table v0.3.0
36872026-05-06T01:53:08.824Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-06T01:53:08.885Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36892026-05-06T01:53:08.901Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36902026-05-06T01:53:09.052Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36912026-05-06T01:53:09.149Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-05-06T01:53:09.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-05-06T01:53:09.344Z Checking corncobs v0.1.4
36942026-05-06T01:53:09.362Z Compiling unicase v2.9.0
36952026-05-06T01:53:09.362Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36962026-05-06T01:53:09.477Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-05-06T01:53:09.534Z Checking tabled v0.20.0
36982026-05-06T01:53:09.548Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36992026-05-06T01:53:09.569Z Compiling mime_guess v2.0.5
37002026-05-06T01:53:09.685Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-05-06T01:53:09.732Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-06T01:53:09.757Z Checking progenitor-client v0.11.2
37032026-05-06T01:53:09.987Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-05-06T01:53:10.003Z Checking secrecy v0.8.0
37052026-05-06T01:53:10.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37062026-05-06T01:53:10.082Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-05-06T01:53:10.143Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37082026-05-06T01:53:10.278Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37092026-05-06T01:53:10.558Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37102026-05-06T01:53:10.575Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37112026-05-06T01:53:10.634Z Compiling typify-macro v0.4.3
37122026-05-06T01:53:10.699Z Checking filetime v0.2.27
37132026-05-06T01:53:10.806Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37142026-05-06T01:53:10.994Z Checking http-range v0.1.5
37152026-05-06T01:53:11.010Z Checking xattr v1.6.1
37162026-05-06T01:53:11.126Z Checking crc8 v0.1.1
37172026-05-06T01:53:11.145Z Checking tar v0.4.45
37182026-05-06T01:53:11.180Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-05-06T01:53:11.524Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37202026-05-06T01:53:11.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37212026-05-06T01:53:11.569Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37222026-05-06T01:53:11.675Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37232026-05-06T01:53:11.726Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37242026-05-06T01:53:11.948Z Checking atty v0.2.14
37252026-05-06T01:53:12.054Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-05-06T01:53:12.188Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37272026-05-06T01:53:12.272Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-05-06T01:53:12.328Z Compiling typify v0.4.3
37292026-05-06T01:53:12.531Z Compiling progenitor-impl v0.11.2
37302026-05-06T01:53:12.613Z Compiling progenitor-impl v0.10.0
37312026-05-06T01:53:12.806Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37322026-05-06T01:53:12.951Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37332026-05-06T01:53:13.053Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-06T01:53:13.550Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37352026-05-06T01:53:13.970Z Checking hyper-staticfile v0.10.1
37362026-05-06T01:53:14.002Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37372026-05-06T01:53:14.019Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-05-06T01:53:14.237Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37392026-05-06T01:53:14.268Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37402026-05-06T01:53:14.407Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37412026-05-06T01:53:14.500Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-05-06T01:53:14.641Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-05-06T01:53:14.788Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-05-06T01:53:14.927Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-05-06T01:53:15.116Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-06T01:53:15.219Z Compiling progenitor-macro v0.11.2
37472026-05-06T01:53:15.282Z Compiling progenitor-macro v0.10.0
37482026-05-06T01:53:17.910Z Checking progenitor v0.11.2
37492026-05-06T01:53:18.047Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37502026-05-06T01:53:18.133Z Checking progenitor v0.10.0
37512026-05-06T01:53:18.254Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-06T01:53:22.725Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37532026-05-06T01:53:23.824Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-06T01:53:34.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
37552026-05-06T01:53:34.355Z
37562026-05-06T01:53:34.355Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37572026-05-06T01:53:34.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-06T01:53:34.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-06T01:53:35.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-06T01:53:45.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37612026-05-06T01:53:45.863Z
37622026-05-06T01:53:45.863Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37632026-05-06T01:53:46.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-06T01:53:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-06T01:53:46.645Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-06T01:53:57.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37672026-05-06T01:53:57.391Z
37682026-05-06T01:53:57.392Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37692026-05-06T01:53:57.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-06T01:53:57.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-06T01:53:58.178Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-06T01:54:08.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37732026-05-06T01:54:08.876Z
37742026-05-06T01:54:08.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37752026-05-06T01:54:09.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-06T01:54:09.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-06T01:54:09.656Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-05-06T01:54:20.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37792026-05-06T01:54:20.335Z
37802026-05-06T01:54:20.335Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37812026-05-06T01:54:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-06T01:54:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-06T01:54:21.122Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-05-06T01:54:31.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37852026-05-06T01:54:31.801Z
37862026-05-06T01:54:31.801Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37872026-05-06T01:54:32.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-06T01:54:32.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-06T01:54:32.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-05-06T01:54:43.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37912026-05-06T01:54:43.217Z
37922026-05-06T01:54:43.217Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37932026-05-06T01:54:43.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-06T01:54:43.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-06T01:54:43.995Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-05-06T01:54:54.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37972026-05-06T01:54:54.647Z
37982026-05-06T01:54:54.647Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37992026-05-06T01:54:55.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-06T01:54:55.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-06T01:54:55.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-06T01:54:55.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-06T01:54:55.254Z
38042026-05-06T01:54:55.254Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38052026-05-06T01:54:55.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-06T01:54:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-06T01:54:55.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-06T01:54:55.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38092026-05-06T01:54:55.859Z
38102026-05-06T01:54:55.859Zinfo: running `cargo check --bins` on range-requests (193/274)
38112026-05-06T01:54:56.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-06T01:54:56.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-06T01:54:56.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-06T01:54:56.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-05-06T01:54:56.452Z
38162026-05-06T01:54:56.452Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38172026-05-06T01:54:56.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-06T01:54:56.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-06T01:54:56.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-06T01:54:56.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-05-06T01:54:57.049Z
38222026-05-06T01:54:57.049Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38232026-05-06T01:54:57.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-06T01:54:57.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-06T01:54:57.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-06T01:54:57.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-05-06T01:54:57.670Z
38282026-05-06T01:54:57.670Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38292026-05-06T01:54:58.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-06T01:54:58.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-06T01:54:58.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-06T01:54:58.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-06T01:54:58.291Z
38342026-05-06T01:54:58.291Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38352026-05-06T01:54:58.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-06T01:54:58.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-06T01:54:58.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-06T01:54:58.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-05-06T01:54:58.906Z
38402026-05-06T01:54:58.906Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38412026-05-06T01:54:59.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-06T01:54:59.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-06T01:54:59.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-06T01:54:59.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-06T01:54:59.531Z
38462026-05-06T01:54:59.531Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38472026-05-06T01:55:00.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-06T01:55:00.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-06T01:55:00.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-06T01:55:00.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-05-06T01:55:00.158Z
38522026-05-06T01:55:00.158Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38532026-05-06T01:55:00.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-06T01:55:00.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-06T01:55:00.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-06T01:55:00.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-05-06T01:55:00.782Z
38582026-05-06T01:55:00.782Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38592026-05-06T01:55:01.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-06T01:55:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-06T01:55:01.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-06T01:55:01.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-05-06T01:55:01.408Z
38642026-05-06T01:55:01.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38652026-05-06T01:55:01.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-06T01:55:01.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-06T01:55:01.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-06T01:55:01.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38692026-05-06T01:55:02.039Z
38702026-05-06T01:55:02.039Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38712026-05-06T01:55:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-06T01:55:02.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-06T01:55:02.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-06T01:55:02.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-05-06T01:55:02.666Z
38762026-05-06T01:55:02.666Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38772026-05-06T01:55:03.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-06T01:55:03.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-06T01:55:03.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-06T01:55:03.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38812026-05-06T01:55:03.322Z
38822026-05-06T01:55:03.322Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38832026-05-06T01:55:03.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-06T01:55:03.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-06T01:55:03.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-06T01:55:03.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38872026-05-06T01:55:03.949Z
38882026-05-06T01:55:03.949Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38892026-05-06T01:55:04.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-06T01:55:04.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-06T01:55:04.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-06T01:55:04.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38932026-05-06T01:55:04.592Z
38942026-05-06T01:55:04.592Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38952026-05-06T01:55:05.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-06T01:55:05.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-06T01:55:05.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-06T01:55:05.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38992026-05-06T01:55:05.250Z
39002026-05-06T01:55:05.250Zinfo: running `cargo check --bins` on update-common (208/274)
39012026-05-06T01:55:05.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-06T01:55:05.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-06T01:55:05.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-06T01:55:05.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-05-06T01:55:05.858Z
39062026-05-06T01:55:05.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39072026-05-06T01:55:06.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-06T01:55:06.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-06T01:55:06.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-06T01:55:06.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39112026-05-06T01:55:06.516Z
39122026-05-06T01:55:06.516Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39132026-05-06T01:55:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-06T01:55:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-06T01:55:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-06T01:55:07.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-05-06T01:55:07.107Z
39182026-05-06T01:55:07.107Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39192026-05-06T01:55:07.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-06T01:55:07.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-06T01:55:07.885Z Compiling fs-err v2.11.0
39222026-05-06T01:55:07.888Z Checking ignore v0.4.25
39232026-05-06T01:55:07.888Z Checking arc-swap v1.8.2
39242026-05-06T01:55:07.888Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39252026-05-06T01:55:08.028Z Checking predicates-tree v1.0.13
39262026-05-06T01:55:08.038Z Checking parse-size v1.1.0
39272026-05-06T01:55:08.052Z Checking rand_seeder v0.4.0
39282026-05-06T01:55:08.055Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39292026-05-06T01:55:08.129Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39302026-05-06T01:55:08.151Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-06T01:55:08.191Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39322026-05-06T01:55:08.215Z Checking slog-scope v4.4.1
39332026-05-06T01:55:08.342Z Compiling petname v2.0.2
39342026-05-06T01:55:08.364Z Checking slog-stdlog v4.1.1
39352026-05-06T01:55:08.379Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-06T01:55:08.397Z Checking globwalk v0.9.1
39372026-05-06T01:55:08.449Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-05-06T01:55:08.484Z Checking slog-envlogger v2.2.0
39392026-05-06T01:55:08.577Z Checking camino-tempfile-ext v0.3.3
39402026-05-06T01:55:08.599Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39412026-05-06T01:55:08.636Z Checking sapling-renderdag v0.1.0
39422026-05-06T01:55:08.765Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39432026-05-06T01:55:08.780Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39442026-05-06T01:55:08.872Z Checking subprocess v0.2.15
39452026-05-06T01:55:08.947Z Checking sync-ptr v0.1.4
39462026-05-06T01:55:08.999Z Checking colored v2.2.0
39472026-05-06T01:55:09.067Z Checking assert_matches v1.5.0
39482026-05-06T01:55:09.152Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39492026-05-06T01:55:09.173Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-05-06T01:55:09.266Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39512026-05-06T01:55:09.269Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39522026-05-06T01:55:09.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-05-06T01:55:11.162Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-05-06T01:55:13.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39552026-05-06T01:55:13.575Z
39562026-05-06T01:55:13.575Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39572026-05-06T01:55:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-06T01:55:14.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-06T01:55:14.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-06T01:55:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-05-06T01:55:14.163Z
39622026-05-06T01:55:14.163Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39632026-05-06T01:55:14.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-06T01:55:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-06T01:55:14.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-06T01:55:14.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39672026-05-06T01:55:14.776Z
39682026-05-06T01:55:14.776Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39692026-05-06T01:55:15.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-06T01:55:15.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-06T01:55:15.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-06T01:55:15.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39732026-05-06T01:55:15.433Z
39742026-05-06T01:55:15.433Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39752026-05-06T01:55:15.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-06T01:55:15.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-06T01:55:16.158Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39782026-05-06T01:55:16.158Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39792026-05-06T01:55:16.800Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39802026-05-06T01:55:18.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39812026-05-06T01:55:18.592Z
39822026-05-06T01:55:18.592Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39832026-05-06T01:55:19.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-06T01:55:19.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-06T01:55:19.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-06T01:55:19.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39872026-05-06T01:55:19.197Z
39882026-05-06T01:55:19.197Zinfo: running `cargo check --bins` on cert-dev (217/274)
39892026-05-06T01:55:19.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-06T01:55:19.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-06T01:55:19.802Z Checking yasna v0.5.2
39922026-05-06T01:55:20.201Z Checking rcgen v0.12.1
39932026-05-06T01:55:20.449Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39942026-05-06T01:55:20.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39952026-05-06T01:55:20.814Z
39962026-05-06T01:55:20.814Zinfo: running `cargo check --bins` on clickana (218/274)
39972026-05-06T01:55:21.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-06T01:55:21.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-06T01:55:21.460Z Compiling darling_core v0.23.0
40002026-05-06T01:55:21.464Z Compiling instability v0.3.11
40012026-05-06T01:55:21.568Z Checking castaway v0.2.4
40022026-05-06T01:55:21.584Z Compiling indoc v2.0.7
40032026-05-06T01:55:21.590Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40042026-05-06T01:55:21.593Z Checking unicode-truncate v1.1.0
40052026-05-06T01:55:21.609Z Checking lru v0.12.5
40062026-05-06T01:55:21.609Z Checking cassowary v0.3.0
40072026-05-06T01:55:21.667Z Checking compact_str v0.8.1
40082026-05-06T01:55:22.605Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40092026-05-06T01:55:22.787Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40102026-05-06T01:55:23.013Z Compiling darling_macro v0.23.0
40112026-05-06T01:55:23.431Z Compiling darling v0.23.0
40122026-05-06T01:55:24.034Z Checking ratatui v0.29.0
40132026-05-06T01:55:25.091Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40142026-05-06T01:55:25.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40152026-05-06T01:55:25.942Z
40162026-05-06T01:55:25.942Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40172026-05-06T01:55:26.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-06T01:55:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-06T01:55:26.668Z Checking headers-core v0.3.0
40202026-05-06T01:55:26.668Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40212026-05-06T01:55:26.865Z Checking headers v0.4.1
40222026-05-06T01:55:27.230Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40232026-05-06T01:55:28.085Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40242026-05-06T01:55:28.575Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40252026-05-06T01:55:28.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
40262026-05-06T01:55:29.190Z
40272026-05-06T01:55:29.190Zinfo: running `cargo check --bins` on ch-dev (220/274)
40282026-05-06T01:55:29.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-06T01:55:29.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-06T01:55:29.913Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40312026-05-06T01:55:30.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40322026-05-06T01:55:30.859Z
40332026-05-06T01:55:30.859Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40342026-05-06T01:55:31.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-06T01:55:31.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-06T01:55:31.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-05-06T01:55:31.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40382026-05-06T01:55:31.330Z
40392026-05-06T01:55:31.331Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40402026-05-06T01:55:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-05-06T01:55:31.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-05-06T01:55:32.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40432026-05-06T01:55:33.042Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40442026-05-06T01:55:33.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40452026-05-06T01:55:33.589Z
40462026-05-06T01:55:33.589Zinfo: running `cargo check --bins` on db-dev (223/274)
40472026-05-06T01:55:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-06T01:55:34.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-06T01:55:34.313Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40502026-05-06T01:55:35.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40512026-05-06T01:55:35.265Z
40522026-05-06T01:55:35.265Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40532026-05-06T01:55:35.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-06T01:55:35.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-06T01:55:35.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-06T01:55:35.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40572026-05-06T01:55:35.911Z
40582026-05-06T01:55:35.911Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40592026-05-06T01:55:36.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-06T01:55:36.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-06T01:55:36.519Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40622026-05-06T01:55:37.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40632026-05-06T01:55:37.374Z
40642026-05-06T01:55:37.374Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40652026-05-06T01:55:37.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-06T01:55:37.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-06T01:55:38.131Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-05-06T01:55:38.131Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-06T01:55:38.134Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40702026-05-06T01:55:38.134Z Checking git-stub v1.0.0
40712026-05-06T01:55:38.134Z Compiling trait-variant v0.1.2
40722026-05-06T01:55:38.252Z Checking maplit v1.0.2
40732026-05-06T01:55:38.258Z Checking is_ci v1.2.0
40742026-05-06T01:55:38.271Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40752026-05-06T01:55:38.346Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40762026-05-06T01:55:38.359Z Checking supports-color v3.0.2
40772026-05-06T01:55:38.427Z Checking git-stub-vcs v0.1.0
40782026-05-06T01:55:38.463Z Checking drift v0.1.3
40792026-05-06T01:55:38.481Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40802026-05-06T01:55:38.516Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40812026-05-06T01:55:38.620Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40822026-05-06T01:55:38.711Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40832026-05-06T01:55:38.752Z Checking dropshot-api-manager v0.7.1
40842026-05-06T01:55:38.767Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40852026-05-06T01:55:38.818Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40862026-05-06T01:55:38.978Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40872026-05-06T01:55:39.008Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40882026-05-06T01:55:39.192Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40892026-05-06T01:55:39.558Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40902026-05-06T01:55:44.434Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40912026-05-06T01:55:45.518Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40922026-05-06T01:55:46.077Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40932026-05-06T01:55:46.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
40942026-05-06T01:55:46.722Z
40952026-05-06T01:55:46.722Zinfo: running `cargo check --bins` on installinator-api (227/274)
40962026-05-06T01:55:47.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-06T01:55:47.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-06T01:55:47.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-06T01:55:47.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41002026-05-06T01:55:47.322Z
41012026-05-06T01:55:47.322Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41022026-05-06T01:55:47.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-06T01:55:47.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-06T01:55:47.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-06T01:55:47.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-06T01:55:47.964Z
41072026-05-06T01:55:47.964Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41082026-05-06T01:55:48.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-06T01:55:48.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-06T01:55:48.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-06T01:55:48.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41122026-05-06T01:55:48.602Z
41132026-05-06T01:55:48.602Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41142026-05-06T01:55:49.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-06T01:55:49.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-06T01:55:49.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-06T01:55:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41182026-05-06T01:55:49.242Z
41192026-05-06T01:55:49.243Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41202026-05-06T01:55:49.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-06T01:55:49.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-06T01:55:49.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-06T01:55:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41242026-05-06T01:55:49.846Z
41252026-05-06T01:55:49.846Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41262026-05-06T01:55:50.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-06T01:55:50.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-06T01:55:50.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-06T01:55:50.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41302026-05-06T01:55:50.433Z
41312026-05-06T01:55:50.433Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41322026-05-06T01:55:50.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-06T01:55:50.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-06T01:55:50.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-05-06T01:55:50.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41362026-05-06T01:55:51.054Z
41372026-05-06T01:55:51.054Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41382026-05-06T01:55:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-06T01:55:51.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-06T01:55:51.663Z Checking typeid v1.0.3
41412026-05-06T01:55:51.772Z Checking ordered-float v2.10.1
41422026-05-06T01:55:51.790Z Checking unicode-xid v0.2.6
41432026-05-06T01:55:51.801Z Checking cargo-platform v0.2.0
41442026-05-06T01:55:51.812Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41452026-05-06T01:55:51.840Z Checking erased-serde v0.4.9
41462026-05-06T01:55:51.973Z Checking serde-value v0.7.0
41472026-05-06T01:55:52.148Z Checking serde-untagged v0.1.9
41482026-05-06T01:55:52.301Z Checking cargo-util-schemas v0.8.2
41492026-05-06T01:55:52.983Z Checking cargo_metadata v0.21.0
41502026-05-06T01:55:53.586Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41512026-05-06T01:55:54.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41522026-05-06T01:55:54.438Z
41532026-05-06T01:55:54.438Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41542026-05-06T01:55:54.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-05-06T01:55:54.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-05-06T01:55:55.169Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41572026-05-06T01:55:55.792Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41582026-05-06T01:55:56.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41592026-05-06T01:55:56.510Z
41602026-05-06T01:55:56.510Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41612026-05-06T01:55:57.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-06T01:55:57.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-06T01:55:57.360Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41642026-05-06T01:55:57.361Z Compiling vergen-gitcl v1.0.8
41652026-05-06T01:55:57.361Z Compiling dirs-sys-next v0.1.2
41662026-05-06T01:55:57.361Z Compiling diesel_derives v2.3.7
41672026-05-06T01:55:57.364Z Compiling glob v0.3.3
41682026-05-06T01:55:57.364Z Compiling crunchy v0.2.4
41692026-05-06T01:55:57.364Z Compiling dsl_auto_type v0.2.0
41702026-05-06T01:55:57.364Z Checking scheduled-thread-pool v0.2.7
41712026-05-06T01:55:57.631Z Compiling diesel_table_macro_syntax v0.3.0
41722026-05-06T01:55:57.675Z Compiling tiny-keccak v2.0.2
41732026-05-06T01:55:57.795Z Compiling dirs-next v2.0.0
41742026-05-06T01:55:57.839Z Checking r2d2 v0.8.10
41752026-05-06T01:55:57.884Z Compiling term v0.7.0
41762026-05-06T01:55:57.900Z Checking downcast-rs v2.0.2
41772026-05-06T01:55:57.917Z Compiling bit-vec v0.6.3
41782026-05-06T01:55:57.934Z Compiling clang-sys v1.8.1
41792026-05-06T01:55:58.016Z Compiling itertools v0.10.5
41802026-05-06T01:55:58.128Z Compiling bit-set v0.5.3
41812026-05-06T01:55:58.294Z Compiling ascii-canvas v3.0.0
41822026-05-06T01:55:58.330Z Compiling ena v0.14.4
41832026-05-06T01:55:58.389Z Compiling libloading v0.8.9
41842026-05-06T01:55:58.410Z Compiling diff v0.1.13
41852026-05-06T01:55:58.457Z Compiling regex-syntax v0.6.29
41862026-05-06T01:55:58.533Z Compiling bindgen v0.71.1
41872026-05-06T01:55:58.597Z Compiling cexpr v0.6.0
41882026-05-06T01:55:58.679Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41892026-05-06T01:55:58.873Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41902026-05-06T01:55:58.999Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41912026-05-06T01:55:59.031Z Compiling libxml v0.3.3
41922026-05-06T01:55:59.100Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41932026-05-06T01:55:59.275Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41942026-05-06T01:55:59.290Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41952026-05-06T01:55:59.415Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41962026-05-06T01:55:59.481Z Compiling strum_macros v0.24.3
41972026-05-06T01:55:59.581Z Compiling indoc v1.0.9
41982026-05-06T01:56:00.018Z Compiling lalrpop v0.19.12
41992026-05-06T01:56:00.535Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42002026-05-06T01:56:00.560Z Checking derive_builder v0.20.2
42012026-05-06T01:56:00.679Z Compiling oso-derive v0.27.3
42022026-05-06T01:56:00.727Z Checking quick-xml v0.37.5
42032026-05-06T01:56:00.832Z Compiling impl-trait-for-tuples v0.2.3
42042026-05-06T01:56:01.169Z Checking openssl-probe v0.1.6
42052026-05-06T01:56:01.311Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42062026-05-06T01:56:01.593Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42072026-05-06T01:56:01.791Z Checking bb8 v0.8.6
42082026-05-06T01:56:02.079Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42092026-05-06T01:56:02.101Z Checking nonempty v0.12.0
42102026-05-06T01:56:02.241Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-06T01:56:02.257Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-05-06T01:56:02.294Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42132026-05-06T01:56:02.377Z Checking console v0.16.2
42142026-05-06T01:56:02.464Z Checking unit-prefix v0.5.2
42152026-05-06T01:56:02.480Z Checking support-bundle-viewer v0.1.2
42162026-05-06T01:56:02.601Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42172026-05-06T01:56:02.688Z Checking indicatif v0.18.4
42182026-05-06T01:56:02.725Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42192026-05-06T01:56:02.861Z Checking multimap v0.10.1
42202026-05-06T01:56:03.430Z Checking diesel v2.3.7
42212026-05-06T01:56:05.298Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42222026-05-06T01:56:05.731Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42232026-05-06T01:56:05.774Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42242026-05-06T01:56:06.077Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42252026-05-06T01:56:06.289Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42262026-05-06T01:56:06.981Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42272026-05-06T01:56:07.457Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42282026-05-06T01:56:08.119Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42292026-05-06T01:56:10.168Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42302026-05-06T01:56:13.616Z Compiling samael v0.0.19
42312026-05-06T01:56:18.077Z Checking diesel-dtrace v0.5.0
42322026-05-06T01:56:18.331Z Checking async-bb8-diesel v0.2.1
42332026-05-06T01:56:20.926Z Compiling polar-core v0.27.3
42342026-05-06T01:56:25.360Z Checking oso v0.27.3
42352026-05-06T01:57:01.462Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42362026-05-06T01:57:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42372026-05-06T01:57:34.765Z
42382026-05-06T01:57:34.765Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42392026-05-06T01:57:35.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-05-06T01:57:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-05-06T01:57:35.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-05-06T01:57:35.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42432026-05-06T01:57:35.419Z
42442026-05-06T01:57:35.419Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42452026-05-06T01:57:35.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-06T01:57:35.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-06T01:57:35.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-05-06T01:57:35.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42492026-05-06T01:57:36.071Z
42502026-05-06T01:57:36.071Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42512026-05-06T01:57:36.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-06T01:57:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-06T01:57:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-05-06T01:57:36.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42552026-05-06T01:57:36.652Z
42562026-05-06T01:57:36.652Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42572026-05-06T01:57:37.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-06T01:57:37.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-06T01:57:37.515Z Compiling libz-sys v1.1.24
42602026-05-06T01:57:37.648Z Compiling libgit2-sys v0.18.3+1.9.2
42612026-05-06T01:57:37.661Z Compiling vergen-git2 v1.0.7
42622026-05-06T01:57:37.671Z Compiling rustls v0.21.12
42632026-05-06T01:57:37.681Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42642026-05-06T01:57:37.700Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-05-06T01:57:37.704Z Checking sct v0.7.1
42662026-05-06T01:57:37.704Z Checking rustls-webpki v0.101.7
42672026-05-06T01:57:37.868Z Compiling nix v0.29.0
42682026-05-06T01:57:37.882Z Compiling dropshot v0.16.7
42692026-05-06T01:57:37.898Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42702026-05-06T01:57:37.967Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-05-06T01:57:38.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42722026-05-06T01:57:38.146Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-05-06T01:57:38.162Z Checking toml v0.9.12+spec-1.1.0
42742026-05-06T01:57:38.178Z Compiling dropshot_endpoint v0.16.7
42752026-05-06T01:57:38.352Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-05-06T01:57:38.503Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42772026-05-06T01:57:38.648Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42782026-05-06T01:57:38.753Z Checking rustls-pemfile v1.0.4
42792026-05-06T01:57:38.893Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-05-06T01:57:39.092Z Checking twox-hash v2.1.2
42812026-05-06T01:57:39.111Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42822026-05-06T01:57:39.412Z Checking tokio-rustls v0.24.1
42832026-05-06T01:57:39.835Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42842026-05-06T01:57:39.995Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42852026-05-06T01:57:40.074Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42862026-05-06T01:57:40.521Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42872026-05-06T01:57:40.625Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42882026-05-06T01:57:40.680Z Checking fatfs v0.3.6
42892026-05-06T01:57:40.736Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42902026-05-06T01:57:40.764Z Compiling seq-macro v0.3.6
42912026-05-06T01:57:44.551Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42922026-05-06T01:57:44.675Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-06T01:57:44.834Z Compiling git2 v0.20.4
42942026-05-06T01:57:47.039Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42952026-05-06T01:58:33.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.61s
42962026-05-06T01:58:33.500Z
42972026-05-06T01:58:33.500Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42982026-05-06T01:58:34.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-06T01:58:34.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-06T01:58:34.384Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43012026-05-06T01:59:12.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s
43022026-05-06T01:59:13.138Z
43032026-05-06T01:59:13.138Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43042026-05-06T01:59:13.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-06T01:59:13.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-06T01:59:13.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-06T01:59:13.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43082026-05-06T01:59:13.735Z
43092026-05-06T01:59:13.735Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43102026-05-06T01:59:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-06T01:59:14.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-06T01:59:14.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-06T01:59:14.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43142026-05-06T01:59:14.374Z
43152026-05-06T01:59:14.374Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43162026-05-06T01:59:14.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-06T01:59:14.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-06T01:59:14.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-06T01:59:14.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-05-06T01:59:15.034Z
43212026-05-06T01:59:15.034Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43222026-05-06T01:59:15.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-06T01:59:15.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-06T01:59:15.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-06T01:59:15.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43262026-05-06T01:59:15.694Z
43272026-05-06T01:59:15.694Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43282026-05-06T01:59:16.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-06T01:59:16.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-06T01:59:16.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-06T01:59:16.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43322026-05-06T01:59:16.333Z
43332026-05-06T01:59:16.333Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43342026-05-06T01:59:16.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-06T01:59:16.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-06T01:59:16.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-06T01:59:16.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-05-06T01:59:16.981Z
43392026-05-06T01:59:16.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43402026-05-06T01:59:17.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-06T01:59:17.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-06T01:59:17.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-06T01:59:17.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43442026-05-06T01:59:17.636Z
43452026-05-06T01:59:17.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43462026-05-06T01:59:18.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-06T01:59:18.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-06T01:59:18.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-06T01:59:18.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43502026-05-06T01:59:18.302Z
43512026-05-06T01:59:18.302Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43522026-05-06T01:59:18.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-06T01:59:18.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-06T01:59:19.209Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43552026-05-06T01:59:19.209Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562026-05-06T01:59:19.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43572026-05-06T01:59:19.427Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43582026-05-06T01:59:19.446Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43592026-05-06T01:59:19.463Z Checking diff v0.1.13
43602026-05-06T01:59:19.466Z Checking yansi v1.0.1
43612026-05-06T01:59:19.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43622026-05-06T01:59:19.538Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43632026-05-06T01:59:19.731Z Checking pretty_assertions v1.4.1
43642026-05-06T01:59:20.381Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-05-06T01:59:20.703Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43662026-05-06T01:59:44.071Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43672026-05-06T01:59:44.076Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43682026-05-06T01:59:44.076Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43692026-05-06T01:59:44.076Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43702026-05-06T01:59:44.076Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43712026-05-06T01:59:44.076Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43722026-05-06T01:59:44.896Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-05-06T01:59:45.985Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43742026-05-06T02:00:24.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43752026-05-06T02:00:24.427Z
43762026-05-06T02:00:24.428Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43772026-05-06T02:00:24.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-06T02:00:24.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-06T02:00:24.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-06T02:00:24.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43812026-05-06T02:00:25.015Z
43822026-05-06T02:00:25.016Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43832026-05-06T02:00:25.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-06T02:00:25.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-06T02:00:25.800Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43862026-05-06T02:00:25.921Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43872026-05-06T02:00:25.924Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43882026-05-06T02:00:51.608Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43892026-05-06T02:00:51.993Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43902026-05-06T02:00:53.692Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-05-06T02:00:54.142Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43922026-05-06T02:00:57.079Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43932026-05-06T02:01:19.611Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43942026-05-06T02:01:20.313Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43952026-05-06T02:01:21.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.90s
43962026-05-06T02:01:22.149Z
43972026-05-06T02:01:22.149Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43982026-05-06T02:01:22.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-06T02:01:22.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-06T02:01:22.871Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44012026-05-06T02:01:23.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44022026-05-06T02:01:23.750Z
44032026-05-06T02:01:23.750Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44042026-05-06T02:01:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-06T02:01:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-06T02:01:24.407Z Compiling blake3 v1.8.3
44072026-05-06T02:01:24.516Z Checking arrayvec v0.7.6
44082026-05-06T02:01:24.516Z Checking constant_time_eq v0.4.2
44092026-05-06T02:01:24.519Z Checking arrayref v0.3.9
44102026-05-06T02:01:24.535Z Checking topological-sort v0.2.2
44112026-05-06T02:01:24.538Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44122026-05-06T02:01:24.538Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44132026-05-06T02:01:24.538Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44142026-05-06T02:01:24.587Z Checking shell-words v1.1.1
44152026-05-06T02:01:25.291Z Checking omicron-zone-package v0.12.2
44162026-05-06T02:01:26.007Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44172026-05-06T02:01:26.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
44182026-05-06T02:01:27.005Z
44192026-05-06T02:01:27.006Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44202026-05-06T02:01:27.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-06T02:01:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-06T02:01:27.654Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44232026-05-06T02:01:27.974Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44242026-05-06T02:01:28.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44252026-05-06T02:01:28.569Z
44262026-05-06T02:01:28.569Zinfo: running `cargo check --bins` on schema (256/274)
44272026-05-06T02:01:29.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-06T02:01:29.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-06T02:01:29.305Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44302026-05-06T02:01:29.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44312026-05-06T02:01:30.217Z
44322026-05-06T02:01:30.218Zinfo: running `cargo check --bins` on xtask (257/274)
44332026-05-06T02:01:30.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-05-06T02:01:30.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-05-06T02:01:30.677Z Checking libc v0.2.185
44362026-05-06T02:01:30.758Z Checking serde v1.0.228
44372026-05-06T02:01:30.763Z Checking zerofrom v0.1.6
44382026-05-06T02:01:30.767Z Checking bitflags v2.11.0
44392026-05-06T02:01:30.772Z Checking smallvec v1.15.1
44402026-05-06T02:01:30.778Z Checking indexmap v2.14.0
44412026-05-06T02:01:30.788Z Checking serde_json v1.0.149
44422026-05-06T02:01:30.791Z Checking scroll v0.12.0
44432026-05-06T02:01:30.859Z Checking yoke v0.8.1
44442026-05-06T02:01:30.910Z Checking num-traits v0.2.19
44452026-05-06T02:01:30.943Z Checking thiserror v1.0.69
44462026-05-06T02:01:31.014Z Checking log v0.4.29
44472026-05-06T02:01:31.026Z Checking zerovec v0.11.5
44482026-05-06T02:01:31.038Z Checking zerotrie v0.2.3
44492026-05-06T02:01:31.049Z Checking errno v0.3.14
44502026-05-06T02:01:31.141Z Checking toml_datetime v0.6.11
44512026-05-06T02:01:31.161Z Checking serde_spanned v0.6.9
44522026-05-06T02:01:31.171Z Checking rustix v1.1.3
44532026-05-06T02:01:31.275Z Checking percent-encoding v2.3.2
44542026-05-06T02:01:31.287Z Checking goblin v0.8.2
44552026-05-06T02:01:31.307Z Checking zerocopy v0.7.35
44562026-05-06T02:01:31.320Z Checking toml_edit v0.22.27
44572026-05-06T02:01:31.381Z Checking getrandom v0.4.1
44582026-05-06T02:01:31.414Z Checking form_urlencoded v1.2.2
44592026-05-06T02:01:31.427Z Checking ordered-float v2.10.1
44602026-05-06T02:01:31.453Z Checking tinystr v0.8.2
44612026-05-06T02:01:31.510Z Checking potential_utf v0.1.4
44622026-05-06T02:01:31.539Z Checking thiserror v2.0.18
44632026-05-06T02:01:31.630Z Checking icu_locale_core v2.1.1
44642026-05-06T02:01:31.642Z Checking icu_collections v2.1.1
44652026-05-06T02:01:31.642Z Checking serde-value v0.7.0
44662026-05-06T02:01:31.662Z Checking syn v2.0.117
44672026-05-06T02:01:31.791Z Checking dtrace-parser v0.2.0
44682026-05-06T02:01:31.852Z Checking thread-id v4.2.2
44692026-05-06T02:01:31.934Z Checking once_cell v1.21.3
44702026-05-06T02:01:31.947Z Checking cargo-platform v0.2.0
44712026-05-06T02:01:31.979Z Checking terminal_size v0.4.3
44722026-05-06T02:01:32.029Z Checking memmap v0.7.0
44732026-05-06T02:01:32.103Z Checking clap_builder v4.5.60
44742026-05-06T02:01:32.114Z Checking tempfile v3.25.0
44752026-05-06T02:01:32.125Z Checking textwrap v0.16.2
44762026-05-06T02:01:32.158Z Checking fs-err v3.3.0
44772026-05-06T02:01:32.178Z Checking icu_provider v2.1.1
44782026-05-06T02:01:32.304Z Checking camino-tempfile v1.4.1
44792026-05-06T02:01:32.331Z Checking anyhow v1.0.102
44802026-05-06T02:01:32.331Z Checking tabled v0.15.0
44812026-05-06T02:01:32.418Z Checking icu_properties v2.1.2
44822026-05-06T02:01:32.440Z Checking icu_normalizer v2.1.1
44832026-05-06T02:01:32.458Z Checking toml v0.8.23
44842026-05-06T02:01:32.529Z Checking macaddr v1.0.1
44852026-05-06T02:01:32.712Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44862026-05-06T02:01:32.780Z Checking cargo_toml v0.21.0
44872026-05-06T02:01:33.187Z Checking dof v0.3.0
44882026-05-06T02:01:33.215Z Checking idna_adapter v1.2.1
44892026-05-06T02:01:33.320Z Checking clap v4.5.60
44902026-05-06T02:01:33.334Z Checking idna v1.1.0
44912026-05-06T02:01:33.464Z Checking usdt-impl v0.5.0
44922026-05-06T02:01:33.557Z Checking url v2.5.8
44932026-05-06T02:01:33.711Z Checking usdt v0.5.0
44942026-05-06T02:01:33.898Z Checking cargo-util-schemas v0.8.2
44952026-05-06T02:01:34.579Z Checking cargo_metadata v0.21.0
44962026-05-06T02:01:35.174Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44972026-05-06T02:01:35.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44982026-05-06T02:01:35.723Z
44992026-05-06T02:01:35.723Zinfo: running `cargo check --bins` on dnsadm (258/274)
45002026-05-06T02:01:36.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-06T02:01:36.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-06T02:01:36.355Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45032026-05-06T02:01:36.845Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45042026-05-06T02:01:37.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45052026-05-06T02:01:37.439Z
45062026-05-06T02:01:37.439Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45072026-05-06T02:01:38.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-06T02:01:38.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-06T02:01:38.233Z Checking polyval v0.6.2
45102026-05-06T02:01:38.357Z Checking ctr v0.9.2
45112026-05-06T02:01:38.367Z Checking ssh-encoding v0.2.0
45122026-05-06T02:01:38.370Z Checking blowfish v0.9.1
45132026-05-06T02:01:38.386Z Checking password-hash v0.4.2
45142026-05-06T02:01:38.401Z Checking p256 v0.13.2
45152026-05-06T02:01:38.404Z Checking p521 v0.13.3
45162026-05-06T02:01:38.428Z Checking russh-cryptovec v0.7.3
45172026-05-06T02:01:38.497Z Checking ghash v0.5.1
45182026-05-06T02:01:38.511Z Checking bcrypt-pbkdf v0.10.0
45192026-05-06T02:01:38.514Z Checking md5 v0.7.0
45202026-05-06T02:01:38.542Z Checking num-bigint v0.4.6
45212026-05-06T02:01:38.554Z Checking des v0.8.1
45222026-05-06T02:01:38.609Z Checking pbkdf2 v0.11.0
45232026-05-06T02:01:38.625Z Checking aes-gcm v0.10.3
45242026-05-06T02:01:38.656Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45252026-05-06T02:01:38.673Z Checking hex-literal v0.4.1
45262026-05-06T02:01:38.689Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45272026-05-06T02:01:38.741Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45282026-05-06T02:01:38.767Z Checking socket2 v0.5.10
45292026-05-06T02:01:38.781Z Checking internet-checksum v0.2.1
45302026-05-06T02:01:38.784Z Checking ssh-cipher v0.2.0
45312026-05-06T02:01:38.961Z Checking ssh-key v0.6.7
45322026-05-06T02:01:39.044Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-05-06T02:01:39.591Z Checking russh-keys v0.45.0
45342026-05-06T02:01:40.138Z Checking russh v0.45.0
45352026-05-06T02:01:54.890Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45362026-05-06T02:01:56.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.66s
45372026-05-06T02:01:56.316Z
45382026-05-06T02:01:56.316Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45392026-05-06T02:01:56.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-06T02:01:56.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-06T02:01:56.958Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45422026-05-06T02:01:57.066Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45432026-05-06T02:01:57.074Z Checking termios v0.3.3
45442026-05-06T02:01:58.288Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45452026-05-06T02:01:58.436Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45462026-05-06T02:02:00.211Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45472026-05-06T02:02:00.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45482026-05-06T02:02:00.992Z
45492026-05-06T02:02:00.992Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45502026-05-06T02:02:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-05-06T02:02:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-05-06T02:02:01.684Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45532026-05-06T02:02:01.799Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45542026-05-06T02:02:01.808Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45552026-05-06T02:02:01.811Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45562026-05-06T02:02:01.823Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45572026-05-06T02:02:01.823Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45582026-05-06T02:02:02.547Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45592026-05-06T02:02:02.882Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45602026-05-06T02:02:02.885Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45612026-05-06T02:02:03.509Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45622026-05-06T02:02:05.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45632026-05-06T02:02:05.346Z
45642026-05-06T02:02:05.346Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45652026-05-06T02:02:05.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-05-06T02:02:05.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-05-06T02:02:05.988Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45682026-05-06T02:02:06.443Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45692026-05-06T02:02:06.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45702026-05-06T02:02:06.958Z
45712026-05-06T02:02:06.958Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45722026-05-06T02:02:07.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-06T02:02:07.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-06T02:02:07.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45752026-05-06T02:02:07.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45762026-05-06T02:02:07.548Z
45772026-05-06T02:02:07.548Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45782026-05-06T02:02:08.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-06T02:02:08.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-06T02:02:08.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-06T02:02:08.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45822026-05-06T02:02:08.143Z
45832026-05-06T02:02:08.143Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45842026-05-06T02:02:08.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-06T02:02:08.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-06T02:02:08.903Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45872026-05-06T02:02:09.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45882026-05-06T02:02:09.706Z
45892026-05-06T02:02:09.706Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45902026-05-06T02:02:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-06T02:02:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-06T02:02:10.363Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45932026-05-06T02:02:10.366Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45942026-05-06T02:02:10.615Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45952026-05-06T02:02:10.615Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45962026-05-06T02:02:11.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45972026-05-06T02:02:11.595Z
45982026-05-06T02:02:11.595Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45992026-05-06T02:02:12.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-06T02:02:12.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-06T02:02:12.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-05-06T02:02:12.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46032026-05-06T02:02:12.182Z
46042026-05-06T02:02:12.182Zinfo: running `cargo check --bins` on omicron-package (268/274)
46052026-05-06T02:02:12.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-06T02:02:12.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-06T02:02:12.866Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46082026-05-06T02:02:13.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46092026-05-06T02:02:14.137Z
46102026-05-06T02:02:14.137Zinfo: running `cargo check --bins` on tqdb (269/274)
46112026-05-06T02:02:14.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-06T02:02:14.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-06T02:02:14.921Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46142026-05-06T02:02:15.277Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46152026-05-06T02:02:15.789Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46162026-05-06T02:02:15.789Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46172026-05-06T02:02:21.521Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46182026-05-06T02:02:21.521Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46192026-05-06T02:02:22.089Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46202026-05-06T02:02:22.089Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46212026-05-06T02:02:22.093Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-06T02:02:22.093Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46232026-05-06T02:02:22.832Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46242026-05-06T02:02:23.822Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46252026-05-06T02:02:24.579Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46262026-05-06T02:02:25.202Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46272026-05-06T02:02:29.221Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46282026-05-06T02:02:35.499Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46292026-05-06T02:02:35.502Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46302026-05-06T02:02:35.502Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-05-06T02:02:35.502Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46322026-05-06T02:02:36.956Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46332026-05-06T02:02:38.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46342026-05-06T02:02:38.948Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46352026-05-06T02:02:40.186Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46362026-05-06T02:02:40.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.59s
46372026-05-06T02:02:40.957Z
46382026-05-06T02:02:40.957Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46392026-05-06T02:02:41.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-05-06T02:02:41.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-05-06T02:02:41.668Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46422026-05-06T02:02:41.671Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46432026-05-06T02:02:41.671Z Checking rtoolbox v0.0.3
46442026-05-06T02:02:41.796Z Checking tui-tree-widget v0.23.1
46452026-05-06T02:02:41.893Z Checking rpassword v7.4.0
46462026-05-06T02:02:42.902Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46472026-05-06T02:02:45.854Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46482026-05-06T02:02:47.676Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46492026-05-06T02:02:48.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
46502026-05-06T02:02:48.779Z
46512026-05-06T02:02:48.779Zinfo: running `cargo check --bins` on wicket (271/274)
46522026-05-06T02:02:49.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-06T02:02:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-06T02:02:49.474Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46552026-05-06T02:02:49.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46562026-05-06T02:02:50.047Z
46572026-05-06T02:02:50.047Zinfo: running `cargo check --bins` on wicketd (272/274)
46582026-05-06T02:02:50.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-06T02:02:50.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-06T02:02:50.776Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46612026-05-06T02:02:50.779Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46622026-05-06T02:02:50.779Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46632026-05-06T02:02:50.779Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46642026-05-06T02:02:51.762Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46652026-05-06T02:02:52.329Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46662026-05-06T02:02:55.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46672026-05-06T02:02:55.485Z
46682026-05-06T02:02:55.485Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46692026-05-06T02:02:55.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-06T02:02:55.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-06T02:02:55.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-05-06T02:02:55.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46732026-05-06T02:02:56.072Z
46742026-05-06T02:02:56.072Zinfo: running `cargo check --bins` on zone-setup (274/274)
46752026-05-06T02:02:56.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-06T02:02:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-06T02:02:56.748Z Checking uzers v0.12.2
46782026-05-06T02:02:57.020Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46792026-05-06T02:02:57.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46802026-05-06T02:02:57.984Z
46812026-05-06T02:02:57.985Zreal 14:06.494135812
46822026-05-06T02:02:57.985Zuser 20:34.751424539
46832026-05-06T02:02:57.985Zsys 4:15.561342291
46842026-05-06T02:02:57.985Ztrap 0.331431807
46852026-05-06T02:02:57.985Ztflt 0.333393842
46862026-05-06T02:02:57.989Zdflt 0.986647797
46872026-05-06T02:02:57.989Zkflt 0.001958990
46882026-05-06T02:02:57.989Zlock 1:16:50.493906998
46892026-05-06T02:02:57.989Zslp 1:38:02.174758764
46902026-05-06T02:02:57.989Zlat 58.406898748
46912026-05-06T02:02:57.989Zstop 3:41.423645174
46922026-05-06T02:02:57.989Zprocess exited: duration 1024784 ms, exit code 0
 
46932026-05-06T02:02:57.996Zfound 0 output files