01KQSZ15EJ2RMGFC6W3X9DYJ03: 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: 01KQSZ1JY7G4DXAMSBXHAH3RF4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T17:03:11.713Zjob assigned to worker 01KQSZ1PY17QT6CCVX8F1GQN63 [factory aws, i-0833bf99593a6fa46] (queued for 54 s)
 
22026-05-04T17:03:20.362Zstarting task 0: "setup"
32026-05-04T17:03:20.366Z++ uname -s
42026-05-04T17:03:20.370Z+ kern=SunOS
52026-05-04T17:03:20.370Z+ build_user=build
62026-05-04T17:03:20.370Z+ build_uid=12345
72026-05-04T17:03:20.370Z+ work_dir=/work
82026-05-04T17:03:20.370Z+ input_dir=/input
92026-05-04T17:03:20.370Z+ [[ 0 == 12345 ]]
102026-05-04T17:03:20.370Z+ case "$kern" in
112026-05-04T17:03:20.370Z+ groupadd -g 12345 build
122026-05-04T17:03:20.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T17:03:22.377Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T17:03:22.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T17:03:22.454Z+ home_fs=zfs
162026-05-04T17:03:22.454Z+ [[ zfs == autofs ]]
172026-05-04T17:03:22.455Z+ mkdir -p /home/build
182026-05-04T17:03:22.455Z+ chown build:build /home/build /work
192026-05-04T17:03:24.456Z+ chmod 0700 /home/build /work
202026-05-04T17:03:24.464Zprocess exited: duration 4097 ms, exit code 0
 
212026-05-04T17:03:24.473Zstarting task 1: "rust-toolchain"
222026-05-04T17:03:24.477Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T17:03:24.477Z * rust toolchain channel = "1.94.0"
242026-05-04T17:03:24.477Z * rust toolchain profile = "default"
252026-05-04T17:03:24.477Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T17:03:24.477Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T17:03:24.477Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T17:03:24.480Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T17:03:24.480Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T17:03:24.582Zinfo: downloading installer
312026-05-04T17:03:26.529Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T17:03:26.529Zwarn: /opt/ooce/bin
332026-05-04T17:03:26.529Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T17:03:26.529Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T17:03:26.530Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T17:03:26.530Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T17:03:26.530Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T17:03:26.530Zerror: cannot install while Rust is installed
392026-05-04T17:03:26.530Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T17:03:26.530Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T17:03:26.530Zwarn: /home/build/.rustup/settings.toml
422026-05-04T17:03:26.530Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T17:03:26.530Zwarn: instead of the one inferred from the default host triple.
442026-05-04T17:03:26.824Zinfo: profile set to default
452026-05-04T17:03:26.824Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T17:03:26.827Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T17:03:26.970Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T17:03:26.973Zinfo: downloading 6 components
492026-05-04T17:03:42.287Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T17:03:42.289Z
512026-05-04T17:03:42.317Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T17:03:42.317Z
532026-05-04T17:03:42.317Z
542026-05-04T17:03:42.317ZRust is installed now. Great!
552026-05-04T17:03:42.317Z
562026-05-04T17:03:42.317ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T17:03:42.317Zenvironment variable. This has not been done automatically.
582026-05-04T17:03:42.317Z
592026-05-04T17:03:42.317ZTo configure your current shell, you need to source
602026-05-04T17:03:42.317Zthe corresponding env file under $HOME/.cargo.
612026-05-04T17:03:42.318Z
622026-05-04T17:03:42.318ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T17:03:42.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T17:03:42.318Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T17:03:42.318Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T17:03:42.318Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T17:03:42.318Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T17:03:42.322Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T17:03:42.322Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T17:03:42.322Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T17:03:42.409Z+ rustup --version
722026-05-04T17:03:42.418Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T17:03:42.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T17:03:42.440Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T17:03:42.445Z+ cargo --version
762026-05-04T17:03:42.456Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T17:03:42.459Z+ rustc --version
782026-05-04T17:03:42.479Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T17:03:42.482Zprocess exited: duration 18005 ms, exit code 0
 
802026-05-04T17:03:42.493Zstarting task 2: "authentication"
812026-05-04T17:03:42.510Zprocess exited: duration 16 ms, exit code 0
 
822026-05-04T17:03:42.520Zstarting task 3: "clone repository"
832026-05-04T17:03:42.524Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T17:03:42.524Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T17:03:42.938ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T17:03:53.032Z+ cd /work/oxidecomputer/omicron
872026-05-04T17:03:53.032Z+ git fetch origin 3f9480d17d2d376b06256e040b1aec9c73e2426d
882026-05-04T17:03:53.325ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T17:03:53.325Z * branch 3f9480d17d2d376b06256e040b1aec9c73e2426d -> FETCH_HEAD
902026-05-04T17:03:53.335Z+ [[ -n fm-disable-analysis-cleaner-i-guess ]]
912026-05-04T17:03:53.338Z++ git branch --show-current
922026-05-04T17:03:53.339Z+ current=main
932026-05-04T17:03:53.339Z+ [[ main != fm-disable-analysis-cleaner-i-guess ]]
942026-05-04T17:03:53.339Z+ git branch -f fm-disable-analysis-cleaner-i-guess 3f9480d17d2d376b06256e040b1aec9c73e2426d
952026-05-04T17:03:53.342Z+ git checkout -f fm-disable-analysis-cleaner-i-guess
962026-05-04T17:03:53.480ZSwitched to branch 'fm-disable-analysis-cleaner-i-guess'
972026-05-04T17:03:53.483Z+ git reset --hard 3f9480d17d2d376b06256e040b1aec9c73e2426d
982026-05-04T17:03:53.628ZHEAD is now at 3f9480d17 #
992026-05-04T17:03:53.631Zprocess exited: duration 11110 ms, exit code 0
 
1002026-05-04T17:03:53.638Zstarting task 4: "build"
1012026-05-04T17:03:53.643Z+ source .github/buildomat/ci-env.sh
1022026-05-04T17:03:53.643Z++ export CARGO_TERM_COLOR=always
1032026-05-04T17:03:53.643Z++ CARGO_TERM_COLOR=always
1042026-05-04T17:03:53.643Z+ cargo --version
1052026-05-04T17:03:53.654Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T17:03:53.657Z+ rustc --version
1072026-05-04T17:03:53.677Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T17:03:53.680Z+ source ./env.sh
1092026-05-04T17:03:53.680Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T17:03:53.680Z++ set -o xtrace
1112026-05-04T17:03:53.683Z++++ dirname ./env.sh
1122026-05-04T17:03:53.683Z+++ readlink -f .
1132026-05-04T17:03:53.697Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.700Z++ 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-04T17:03:53.701Z++ 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-04T17:03:53.701Z++ case $OLD_SHELL_OPTS in
1232026-05-04T17:03:53.701Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T17:03:53.701Z+ 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-04T17:03:53.701Z+ 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-04T17:03:53.701Z+ banner prerequisites
1272026-05-04T17:03:53.701Z
1282026-05-04T17:03:53.701Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T17:03:53.701Z # # # # # # # # # # # # # # #
1302026-05-04T17:03:53.701Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T17:03:53.701Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T17:03:53.701Z # # # # # # # # # # # # # # #
1332026-05-04T17:03:53.701Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T17:03:53.701Z
1352026-05-04T17:03:53.701Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T17:04:06.533Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T17:04:13.973Z Startup: Caching catalogs ... Done
1382026-05-04T17:04:20.666ZPlanning: Solver setup ... Done (5.260s)
1392026-05-04T17:04:20.703ZPlanning: Running solver ... Done (0.037s)
1402026-05-04T17:04:20.841ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-04T17:04:20.855ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T17:04:20.971ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T17:04:21.008ZPlanning: Package planning ... Done (0.037s)
1442026-05-04T17:04:21.045ZPlanning: Merging actions ... Done (0.037s)
1452026-05-04T17:04:21.236ZPlanning: Checking for conflicting actions ... Done (0.190s)
1462026-05-04T17:04:21.245ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T17:04:23.106ZPlanning: Evaluating mediators ... Done (1.861s)
1482026-05-04T17:04:23.114ZPlanning: Planning completed in 8.98 seconds
1492026-05-04T17:04:23.136Z Packages to install: 5
1502026-05-04T17:04:23.137Z Mediators to change: 3
1512026-05-04T17:04:23.140Z Services to change: 1
1522026-05-04T17:04:23.140Z Estimated space available: 155.34 GB
1532026-05-04T17:04:23.140ZEstimated space to be consumed: 1.90 GB
1542026-05-04T17:04:23.140Z Create boot environment: No
1552026-05-04T17:04:23.140ZCreate backup boot environment: No
1562026-05-04T17:04:23.140Z Rebuild boot archive: No
1572026-05-04T17:04:23.140Z
1582026-05-04T17:04:23.140ZChanged mediators:
1592026-05-04T17:04:23.140Z mediator clang:
1602026-05-04T17:04:23.140Z version: None -> 15 (system default)
1612026-05-04T17:04:23.140Z
1622026-05-04T17:04:23.140Z mediator llvm:
1632026-05-04T17:04:23.140Z version: 14 (system default) -> 15 (system default)
1642026-05-04T17:04:23.140Z
1652026-05-04T17:04:23.140Z mediator postgresql:
1662026-05-04T17:04:23.140Z version: 15 (system default) -> 18 (system default)
1672026-05-04T17:04:23.140Z
1682026-05-04T17:04:23.140ZChanged packages:
1692026-05-04T17:04:23.140Zhelios-dev
1702026-05-04T17:04:23.140Z developer/build-essential
1712026-05-04T17:04:23.140Z None -> 11-2.0
1722026-05-04T17:04:23.140Z library/libxmlsec1
1732026-05-04T17:04:23.140Z None -> 1.2.35-2.0
1742026-05-04T17:04:23.140Z ooce/developer/clang-15
1752026-05-04T17:04:23.140Z None -> 15.0.7-2.0
1762026-05-04T17:04:23.141Z ooce/developer/llvm-15
1772026-05-04T17:04:23.141Z None -> 15.0.7-2.0
1782026-05-04T17:04:23.141Z ooce/library/postgresql-18
1792026-05-04T17:04:23.141Z None -> 18.1-2.0
1802026-05-04T17:04:23.141Z
1812026-05-04T17:04:23.141ZServices:
1822026-05-04T17:04:23.141Z restart_fmri:
1832026-05-04T17:04:23.141Z svc:/system/update-man-index:default
1842026-05-04T17:04:23.189Z
1852026-05-04T17:04:23.189ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T17:04:28.629ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (30.6M/s)
1872026-05-04T17:04:35.142ZDownload: 3284/4272 items 212.2/219.0MB 96% complete (21.4M/s)
1882026-05-04T17:04:37.961ZDownload: Completed 218.99 MB in 14.77 seconds (14.8M/s)
1892026-05-04T17:04:38.105Z Actions: 1/4789 actions (Installing new actions)
1902026-05-04T17:04:41.532Z Actions: Completed 4789 actions in 3.43 seconds.
1912026-05-04T17:04:42.203Z Done (0.667s)
1922026-05-04T17:04:42.204Z Done (0.000s)
1932026-05-04T17:04:42.950Z Done (0.746s)
1942026-05-04T17:04:46.059Z Done (2.757s)
1952026-05-04T17:04:46.129Z Done (0.012s)
1962026-05-04T17:04:46.135Z Done (0.000s)
1972026-05-04T17:04:46.387Z Done (0.000s)
1982026-05-04T17:04:47.249ZPlanning: Evaluating mediator changes ... Done
1992026-05-04T17:04:47.357ZPlanning: Checking for conflicting actions ... Done
2002026-05-04T17:04:47.360ZPlanning: Consolidating action changes ... Done
2012026-05-04T17:04:47.517ZPlanning: Evaluating mediators ... Done
2022026-05-04T17:04:47.520ZPlanning: Planning completed in 0.27 seconds
2032026-05-04T17:04:47.538Z Mediators to change: 2
2042026-05-04T17:04:47.538Z Create boot environment: No
2052026-05-04T17:04:47.541ZCreate backup boot environment: No
2062026-05-04T17:04:47.600Z Done
2072026-05-04T17:04:47.600Z Done
2082026-05-04T17:04:48.208Z Done
2092026-05-04T17:04:50.688Z Done
2102026-05-04T17:04:50.758Z Done
2112026-05-04T17:04:50.761Z Done
2122026-05-04T17:04:50.893Z Done
2132026-05-04T17:04:51.153ZPlanning: Evaluating mediator changes ... Done
2142026-05-04T17:04:51.262ZPlanning: Checking for conflicting actions ... Done
2152026-05-04T17:04:51.265ZPlanning: Consolidating action changes ... Done
2162026-05-04T17:04:51.421ZPlanning: Evaluating mediators ... Done
2172026-05-04T17:04:51.424ZPlanning: Planning completed in 0.27 seconds
2182026-05-04T17:04:51.442Z Mediators to change: 1
2192026-05-04T17:04:51.442Z Create boot environment: No
2202026-05-04T17:04:51.443ZCreate backup boot environment: No
2212026-05-04T17:04:51.497Z Done
2222026-05-04T17:04:51.497Z Done
2232026-05-04T17:04:52.100Z Done
2242026-05-04T17:04:54.551Z Done
2252026-05-04T17:04:54.621Z Done
2262026-05-04T17:04:54.624Z Done
2272026-05-04T17:04:54.764Z Done
2282026-05-04T17:04:55.053ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-04T17:04:55.054Zclang system 15 system
2302026-05-04T17:04:55.054Zcsh system system illumos
2312026-05-04T17:04:55.054Zctags system system illumos
2322026-05-04T17:04:55.054Zfile system system illumos
2332026-05-04T17:04:55.054Zgcc vendor 12 vendor
2342026-05-04T17:04:55.054Zgcc system 14 system
2352026-05-04T17:04:55.054Zgcc system 10 system
2362026-05-04T17:04:55.054Zgo system 1.20 system
2372026-05-04T17:04:55.054Zgo system 1.19 system
2382026-05-04T17:04:55.054Zllvm system 15 system
2392026-05-04T17:04:55.054Zllvm system 14 system
2402026-05-04T17:04:55.054Zmariadb system 10.6 system
2412026-05-04T17:04:55.054Zmta vendor vendor dma
2422026-05-04T17:04:55.054Zopenjdk system 17 system
2432026-05-04T17:04:55.054Zopenjdk system 11 system
2442026-05-04T17:04:55.054Zopenjdk system 1.8 system
2452026-05-04T17:04:55.054Zopenssl vendor 3 vendor
2462026-05-04T17:04:55.054Zperl system 5.36 system
2472026-05-04T17:04:55.054Zpostgresql system 18 system
2482026-05-04T17:04:55.054Zpostgresql system 15 system
2492026-05-04T17:04:55.054Zpostgresql system 13 system
2502026-05-04T17:04:55.055Zpython vendor 3 vendor
2512026-05-04T17:04:55.055Zpython system 2 system
2522026-05-04T17:04:55.055Zpython3 system 3.11 system
2532026-05-04T17:04:55.055Zruby system 3.0 system
2542026-05-04T17:04:55.055Zwords vendor vendor american-english
2552026-05-04T17:04:55.055Zwords system system australian-english
2562026-05-04T17:04:55.055Zwords system system british-english
2572026-05-04T17:04:55.055Zwords system system canadian-english
2582026-05-04T17:04:55.055Zwords system system french
2592026-05-04T17:04:55.055Zwords system system italian
2602026-05-04T17:04:55.055Zwords system system ngerman
2612026-05-04T17:04:55.055Zwords system system ogerman
2622026-05-04T17:04:55.055Zwords system system spanish
2632026-05-04T17:04:55.280ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-04T17:04:55.280Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-04T17:04:59.833ZFMRI IFO
2662026-05-04T17:04:59.833Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-04T17:04:59.833Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-04T17:04:59.833Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-04T17:04:59.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-04T17:04:59.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-04T17:04:59.834Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-04T17:04:59.834Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-04T17:04:59.834Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-04T17:04:59.834Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-04T17:04:59.834Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-04T17:04:59.834Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-04T17:04:59.834Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-04T17:04:59.834Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-04T17:04:59.834Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-04T17:04:59.834Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-04T17:04:59.834Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-04T17:04:59.834Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-04T17:05:00.951Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-04T17:05:01.242Z Updating crates.io index
2852026-05-04T17:05:01.245Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-04T17:05:01.536Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-04T17:05:02.374Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-04T17:05:02.830Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-04T17:05:04.398Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-04T17:05:04.938Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-04T17:05:06.341Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-04T17:05:07.073Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-04T17:05:07.468Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-04T17:05:08.220Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-04T17:05:08.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-04T17:05:09.026Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-04T17:05:09.357Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-04T17:05:10.631Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-04T17:05:11.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-04T17:05:11.549Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-04T17:05:11.894Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-04T17:05:12.334Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-04T17:05:12.715Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-04T17:05:12.961Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-04T17:05:13.211Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-04T17:05:13.597Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-04T17:05:13.975Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-05-04T17:05:14.583Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-05-04T17:05:14.913Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-05-04T17:05:15.221Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-05-04T17:05:15.519Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-05-04T17:05:16.655Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-05-04T17:05:17.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-04T17:05:17.999Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-04T17:05:18.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-04T17:05:18.684Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-04T17:05:19.107Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-04T17:05:19.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-05-04T17:05:19.955Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-05-04T17:05:20.264Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-05-04T17:05:20.511Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-05-04T17:05:20.870Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-05-04T17:05:33.029Z Downloading crates ...
3242026-05-04T17:05:33.080Z Downloaded potential_utf v0.1.4
3252026-05-04T17:05:33.087Z Downloaded litemap v0.8.1
3262026-05-04T17:05:33.092Z Downloaded digest v0.10.7
3272026-05-04T17:05:33.096Z Downloaded cargo-platform v0.2.0
3282026-05-04T17:05:33.096Z Downloaded utf8parse v0.2.2
3292026-05-04T17:05:33.099Z Downloaded scroll_derive v0.12.1
3302026-05-04T17:05:33.102Z Downloaded pretty-hex v0.4.1
3312026-05-04T17:05:33.103Z Downloaded getrandom v0.4.1
3322026-05-04T17:05:33.106Z Downloaded colorchoice v1.0.4
3332026-05-04T17:05:33.106Z Downloaded cargo_toml v0.21.0
3342026-05-04T17:05:33.106Z Downloaded displaydoc v0.2.5
3352026-05-04T17:05:33.106Z Downloaded block-buffer v0.10.4
3362026-05-04T17:05:33.106Z Downloaded autocfg v1.5.0
3372026-05-04T17:05:33.109Z Downloaded semver v1.0.28
3382026-05-04T17:05:33.113Z Downloaded camino v1.2.2
3392026-05-04T17:05:33.113Z Downloaded anstyle-query v1.1.5
3402026-05-04T17:05:33.116Z Downloaded heck v0.5.0
3412026-05-04T17:05:33.119Z Downloaded generic-array v0.14.7
3422026-05-04T17:05:33.123Z Downloaded percent-encoding v2.3.2
3432026-05-04T17:05:33.123Z Downloaded unicode-linebreak v0.1.5
3442026-05-04T17:05:33.126Z Downloaded yoke-derive v0.8.1
3452026-05-04T17:05:33.129Z Downloaded utf8_iter v1.0.4
3462026-05-04T17:05:33.132Z Downloaded usdt-macro v0.5.0
3472026-05-04T17:05:33.132Z Downloaded toml_edit v0.22.27
3482026-05-04T17:05:33.135Z Downloaded crypto-common v0.1.7
3492026-05-04T17:05:33.138Z Downloaded thread-id v4.2.2
3502026-05-04T17:05:33.141Z Downloaded cargo_metadata v0.21.0
3512026-05-04T17:05:33.141Z Downloaded zerofrom-derive v0.1.6
3522026-05-04T17:05:33.141Z Downloaded usdt-attr-macro v0.5.0
3532026-05-04T17:05:33.145Z Downloaded toml_datetime v0.6.11
3542026-05-04T17:05:33.145Z Downloaded version_check v0.9.5
3552026-05-04T17:05:33.149Z Downloaded toml_write v0.1.2
3562026-05-04T17:05:33.149Z Downloaded dtrace-parser v0.2.0
3572026-05-04T17:05:33.149Z Downloaded equivalent v1.0.2
3582026-05-04T17:05:33.149Z Downloaded idna_adapter v1.2.1
3592026-05-04T17:05:33.149Z Downloaded form_urlencoded v1.2.2
3602026-05-04T17:05:33.152Z Downloaded heck v0.4.1
3612026-05-04T17:05:33.155Z Downloaded memmap v0.7.0
3622026-05-04T17:05:33.155Z Downloaded yoke v0.8.1
3632026-05-04T17:05:33.158Z Downloaded typeid v1.0.3
3642026-05-04T17:05:33.158Z Downloaded fnv v1.0.7
3652026-05-04T17:05:33.158Z Downloaded fastrand v2.3.0
3662026-05-04T17:05:33.158Z Downloaded terminal_size v0.4.3
3672026-05-04T17:05:33.158Z Downloaded proc-macro-error-attr v1.0.4
3682026-05-04T17:05:33.163Z Downloaded macaddr v1.0.1
3692026-05-04T17:05:33.166Z Downloaded quote v1.0.45
3702026-05-04T17:05:33.170Z Downloaded erased-serde v0.4.9
3712026-05-04T17:05:33.170Z Downloaded usdt v0.5.0
3722026-05-04T17:05:33.170Z Downloaded unicode-xid v0.2.6
3732026-05-04T17:05:33.173Z Downloaded errno v0.3.14
3742026-05-04T17:05:33.176Z Downloaded thiserror-impl v2.0.18
3752026-05-04T17:05:33.176Z Downloaded thiserror-impl v1.0.69
3762026-05-04T17:05:33.176Z Downloaded swrite v0.1.0
3772026-05-04T17:05:33.176Z Downloaded zerofrom v0.1.6
3782026-05-04T17:05:33.179Z Downloaded thiserror v2.0.18
3792026-05-04T17:05:33.180Z Downloaded stable_deref_trait v1.2.1
3802026-05-04T17:05:33.184Z Downloaded writeable v0.6.2
3812026-05-04T17:05:33.187Z Downloaded dof v0.3.0
3822026-05-04T17:05:33.187Z Downloaded ucd-trie v0.1.7
3832026-05-04T17:05:33.187Z Downloaded serde_spanned v0.6.9
3842026-05-04T17:05:33.190Z Downloaded textwrap v0.16.2
3852026-05-04T17:05:33.193Z Downloaded clap_lex v1.0.0
3862026-05-04T17:05:33.193Z Downloaded cpufeatures v0.2.17
3872026-05-04T17:05:33.193Z Downloaded typenum v1.19.0
3882026-05-04T17:05:33.196Z Downloaded serde-value v0.7.0
3892026-05-04T17:05:33.197Z Downloaded itoa v1.0.17
3902026-05-04T17:05:33.197Z Downloaded toml v0.8.23
3912026-05-04T17:05:33.200Z Downloaded cfg-if v1.0.4
3922026-05-04T17:05:33.200Z Downloaded zmij v1.0.21
3932026-05-04T17:05:33.200Z Downloaded thiserror v1.0.69
3942026-05-04T17:05:33.204Z Downloaded ordered-float v2.10.1
3952026-05-04T17:05:33.204Z Downloaded unicode-ident v1.0.24
3962026-05-04T17:05:33.204Z Downloaded zerovec-derive v0.11.2
3972026-05-04T17:05:33.207Z Downloaded tinystr v0.8.2
3982026-05-04T17:05:33.207Z Downloaded strsim v0.11.1
3992026-05-04T17:05:33.207Z Downloaded is_terminal_polyfill v1.70.2
4002026-05-04T17:05:33.207Z Downloaded zerocopy-derive v0.7.35
4012026-05-04T17:05:33.211Z Downloaded usdt-impl v0.5.0
4022026-05-04T17:05:33.211Z Downloaded tabled_derive v0.7.0
4032026-05-04T17:05:33.211Z Downloaded plain v0.2.3
4042026-05-04T17:05:33.214Z Downloaded zerotrie v0.2.3
4052026-05-04T17:05:33.218Z Downloaded url v2.5.8
4062026-05-04T17:05:33.218Z Downloaded camino-tempfile v1.4.1
4072026-05-04T17:05:33.224Z Downloaded proc-macro-error v1.0.4
4082026-05-04T17:05:33.227Z Downloaded sha2 v0.10.9
4092026-05-04T17:05:33.230Z Downloaded byteorder v1.5.0
4102026-05-04T17:05:33.230Z Downloaded zerovec v0.11.5
4112026-05-04T17:05:33.233Z Downloaded anyhow v1.0.102
4122026-05-04T17:05:33.237Z Downloaded zerocopy v0.7.35
4132026-05-04T17:05:33.245Z Downloaded smawk v0.3.2
4142026-05-04T17:05:33.248Z Downloaded anstyle v1.0.13
4152026-05-04T17:05:33.248Z Downloaded winnow v0.7.14
4162026-05-04T17:05:33.251Z Downloaded bytecount v0.6.9
4172026-05-04T17:05:33.255Z Downloaded synstructure v0.13.2
4182026-05-04T17:05:33.255Z Downloaded serde_tokenstream v0.2.3
4192026-05-04T17:05:33.255Z Downloaded anstream v0.6.21
4202026-05-04T17:05:33.258Z Downloaded serde-untagged v0.1.9
4212026-05-04T17:05:33.258Z Downloaded scroll v0.12.0
4222026-05-04T17:05:33.258Z Downloaded papergrid v0.11.0
4232026-05-04T17:05:33.261Z Downloaded unicode-width v0.2.0
4242026-05-04T17:05:33.265Z Downloaded unicode-width v0.1.14
4252026-05-04T17:05:33.265Z Downloaded smallvec v1.15.1
4262026-05-04T17:05:33.268Z Downloaded icu_properties v2.1.2
4272026-05-04T17:05:33.268Z Downloaded bitflags v2.11.0
4282026-05-04T17:05:33.271Z Downloaded fs-err v3.3.0
4292026-05-04T17:05:33.275Z Downloaded num-traits v0.2.19
4302026-05-04T17:05:33.280Z Downloaded tempfile v3.25.0
4312026-05-04T17:05:33.283Z Downloaded once_cell v1.21.3
4322026-05-04T17:05:33.287Z Downloaded anstyle-parse v0.2.7
4332026-05-04T17:05:33.290Z Downloaded pest_generator v2.8.6
4342026-05-04T17:05:33.294Z Downloaded clap_derive v4.5.55
4352026-05-04T17:05:33.298Z Downloaded proc-macro2 v1.0.106
4362026-05-04T17:05:33.303Z Downloaded cargo-util-schemas v0.8.2
4372026-05-04T17:05:33.308Z Downloaded pest_derive v2.8.6
4382026-05-04T17:05:33.313Z Downloaded icu_provider v2.1.1
4392026-05-04T17:05:33.316Z Downloaded serde_derive v1.0.228
4402026-05-04T17:05:33.323Z Downloaded serde_core v1.0.228
4412026-05-04T17:05:33.349Z Downloaded clap v4.5.60
4422026-05-04T17:05:33.349Z Downloaded icu_normalizer_data v2.1.1
4432026-05-04T17:05:33.349Z Downloaded serde v1.0.228
4442026-05-04T17:05:33.349Z Downloaded icu_normalizer v2.1.1
4452026-05-04T17:05:33.350Z Downloaded icu_locale_core v2.1.1
4462026-05-04T17:05:33.350Z Downloaded log v0.4.29
4472026-05-04T17:05:33.350Z Downloaded pest_meta v2.8.6
4482026-05-04T17:05:33.354Z Downloaded memchr v2.8.0
4492026-05-04T17:05:33.370Z Downloaded indexmap v2.14.0
4502026-05-04T17:05:33.381Z Downloaded icu_collections v2.1.1
4512026-05-04T17:05:33.384Z Downloaded serde_json v1.0.149
4522026-05-04T17:05:33.388Z Downloaded clap_builder v4.5.60
4532026-05-04T17:05:33.391Z Downloaded idna v1.1.0
4542026-05-04T17:05:33.395Z Downloaded hashbrown v0.17.0
4552026-05-04T17:05:33.402Z Downloaded pest v2.8.6
4562026-05-04T17:05:33.408Z Downloaded icu_properties_data v2.1.2
4572026-05-04T17:05:33.417Z Downloaded goblin v0.8.2
4582026-05-04T17:05:33.429Z Downloaded tabled v0.15.0
4592026-05-04T17:05:33.438Z Downloaded syn v1.0.109
4602026-05-04T17:05:33.457Z Downloaded syn v2.0.117
4612026-05-04T17:05:33.469Z Downloaded rustix v1.1.3
4622026-05-04T17:05:33.497Z Downloaded libc v0.2.185
4632026-05-04T17:05:33.564Z Compiling proc-macro2 v1.0.106
4642026-05-04T17:05:33.564Z Compiling unicode-ident v1.0.24
4652026-05-04T17:05:33.564Z Compiling quote v1.0.45
4662026-05-04T17:05:33.568Z Compiling serde_core v1.0.228
4672026-05-04T17:05:33.568Z Compiling libc v0.2.185
4682026-05-04T17:05:33.568Z Compiling version_check v0.9.5
4692026-05-04T17:05:33.568Z Compiling stable_deref_trait v1.2.1
4702026-05-04T17:05:33.568Z Compiling serde v1.0.228
4712026-05-04T17:05:33.852Z Compiling memchr v2.8.0
4722026-05-04T17:05:33.891Z Compiling zmij v1.0.21
4732026-05-04T17:05:34.124Z Compiling autocfg v1.5.0
4742026-05-04T17:05:34.430Z Compiling itoa v1.0.17
4752026-05-04T17:05:34.504Z Compiling ucd-trie v0.1.7
4762026-05-04T17:05:34.779Z Compiling thiserror v1.0.69
4772026-05-04T17:05:34.794Z Compiling pest v2.8.6
4782026-05-04T17:05:34.853Z Compiling litemap v0.8.1
4792026-05-04T17:05:34.981Z Compiling writeable v0.6.2
4802026-05-04T17:05:35.132Z Compiling byteorder v1.5.0
4812026-05-04T17:05:35.186Z Compiling icu_normalizer_data v2.1.1
4822026-05-04T17:05:35.301Z Compiling rustix v1.1.3
4832026-05-04T17:05:35.367Z Compiling icu_properties_data v2.1.2
4842026-05-04T17:05:35.410Z Compiling errno v0.3.14
4852026-05-04T17:05:35.619Z Compiling serde_json v1.0.149
4862026-05-04T17:05:35.649Z Compiling bitflags v2.11.0
4872026-05-04T17:05:35.761Z Compiling syn v2.0.117
4882026-05-04T17:05:35.879Z Compiling num-traits v0.2.19
4892026-05-04T17:05:35.896Z Compiling pest_meta v2.8.6
4902026-05-04T17:05:35.979Z Compiling hashbrown v0.17.0
4912026-05-04T17:05:36.123Z Compiling smallvec v1.15.1
4922026-05-04T17:05:36.260Z Compiling equivalent v1.0.2
4932026-05-04T17:05:36.336Z Compiling typeid v1.0.3
4942026-05-04T17:05:36.532Z Compiling indexmap v2.14.0
4952026-05-04T17:05:36.550Z Compiling thread-id v4.2.2
4962026-05-04T17:05:36.640Z Compiling usdt-impl v0.5.0
4972026-05-04T17:05:36.658Z Compiling proc-macro-error-attr v1.0.4
4982026-05-04T17:05:36.842Z Compiling winnow v0.7.14
4992026-05-04T17:05:36.846Z Compiling toml_write v0.1.2
5002026-05-04T17:05:36.908Z Compiling erased-serde v0.4.9
5012026-05-04T17:05:37.033Z Compiling syn v1.0.109
5022026-05-04T17:05:37.277Z Compiling proc-macro-error v1.0.4
5032026-05-04T17:05:37.386Z Compiling thiserror v2.0.18
5042026-05-04T17:05:37.464Z Compiling log v0.4.29
5052026-05-04T17:05:37.515Z Compiling utf8_iter v1.0.4
5062026-05-04T17:05:37.648Z Compiling plain v0.2.3
5072026-05-04T17:05:37.668Z Compiling utf8parse v0.2.2
5082026-05-04T17:05:37.719Z Compiling getrandom v0.4.1
5092026-05-04T17:05:37.759Z Compiling camino v1.2.2
5102026-05-04T17:05:37.777Z Compiling percent-encoding v2.3.2
5112026-05-04T17:05:37.793Z Compiling anstyle-parse v0.2.7
5122026-05-04T17:05:37.830Z Compiling ordered-float v2.10.1
5132026-05-04T17:05:37.972Z Compiling form_urlencoded v1.2.2
5142026-05-04T17:05:38.181Z Compiling terminal_size v0.4.3
5152026-05-04T17:05:38.222Z Compiling anstyle v1.0.13
5162026-05-04T17:05:38.314Z Compiling is_terminal_polyfill v1.70.2
5172026-05-04T17:05:38.317Z Compiling cfg-if v1.0.4
5182026-05-04T17:05:38.406Z Compiling synstructure v0.13.2
5192026-05-04T17:05:38.424Z Compiling pest_generator v2.8.6
5202026-05-04T17:05:38.427Z Compiling colorchoice v1.0.4
5212026-05-04T17:05:38.456Z Compiling pretty-hex v0.4.1
5222026-05-04T17:05:38.538Z Compiling anstyle-query v1.1.5
5232026-05-04T17:05:38.558Z Compiling serde-untagged v0.1.9
5242026-05-04T17:05:38.648Z Compiling anstream v0.6.21
5252026-05-04T17:05:38.785Z Compiling semver v1.0.28
5262026-05-04T17:05:38.960Z Compiling fs-err v3.3.0
5272026-05-04T17:05:39.002Z Compiling anyhow v1.0.102
5282026-05-04T17:05:39.078Z Compiling bytecount v0.6.9
5292026-05-04T17:05:39.110Z Compiling strsim v0.11.1
5302026-05-04T17:05:39.114Z Compiling fnv v1.0.7
5312026-05-04T17:05:39.148Z Compiling unicode-width v0.1.14
5322026-05-04T17:05:39.232Z Compiling fastrand v2.3.0
5332026-05-04T17:05:39.307Z Compiling heck v0.5.0
5342026-05-04T17:05:39.420Z Compiling once_cell v1.21.3
5352026-05-04T17:05:39.457Z Compiling unicode-xid v0.2.6
5362026-05-04T17:05:39.492Z Compiling heck v0.4.1
5372026-05-04T17:05:39.521Z Compiling clap_lex v1.0.0
5382026-05-04T17:05:39.547Z Compiling papergrid v0.11.0
5392026-05-04T17:05:39.584Z Compiling tempfile v3.25.0
5402026-05-04T17:05:39.759Z Compiling clap_builder v4.5.60
5412026-05-04T17:05:39.895Z Compiling memmap v0.7.0
5422026-05-04T17:05:39.918Z Compiling smawk v0.3.2
5432026-05-04T17:05:40.026Z Compiling unicode-width v0.2.0
5442026-05-04T17:05:40.054Z Compiling unicode-linebreak v0.1.5
5452026-05-04T17:05:40.072Z Compiling serde_derive v1.0.228
5462026-05-04T17:05:40.089Z Compiling zerofrom-derive v0.1.6
5472026-05-04T17:05:40.182Z Compiling yoke-derive v0.8.1
5482026-05-04T17:05:40.297Z Compiling zerovec-derive v0.11.2
5492026-05-04T17:05:40.297Z Compiling displaydoc v0.2.5
5502026-05-04T17:05:41.011Z Compiling thiserror-impl v1.0.69
5512026-05-04T17:05:41.068Z Compiling zerocopy-derive v0.7.35
5522026-05-04T17:05:41.346Z Compiling pest_derive v2.8.6
5532026-05-04T17:05:41.415Z Compiling scroll_derive v0.12.1
5542026-05-04T17:05:41.486Z Compiling zerofrom v0.1.6
5552026-05-04T17:05:41.623Z Compiling yoke v0.8.1
5562026-05-04T17:05:41.759Z Compiling thiserror-impl v2.0.18
5572026-05-04T17:05:41.816Z Compiling zerovec v0.11.5
5582026-05-04T17:05:41.908Z Compiling zerotrie v0.2.3
5592026-05-04T17:05:42.061Z Compiling zerocopy v0.7.35
5602026-05-04T17:05:42.211Z Compiling scroll v0.12.0
5612026-05-04T17:05:42.263Z Compiling tinystr v0.8.2
5622026-05-04T17:05:42.426Z Compiling icu_locale_core v2.1.1
5632026-05-04T17:05:42.467Z Compiling potential_utf v0.1.4
5642026-05-04T17:05:42.485Z Compiling dtrace-parser v0.2.0
5652026-05-04T17:05:42.612Z Compiling icu_collections v2.1.1
5662026-05-04T17:05:42.635Z Compiling goblin v0.8.2
5672026-05-04T17:05:42.728Z Compiling tabled_derive v0.7.0
5682026-05-04T17:05:42.803Z Compiling clap_derive v4.5.55
5692026-05-04T17:05:43.077Z Compiling icu_provider v2.1.1
5702026-05-04T17:05:43.309Z Compiling textwrap v0.16.2
5712026-05-04T17:05:43.346Z Compiling icu_normalizer v2.1.1
5722026-05-04T17:05:43.374Z Compiling icu_properties v2.1.2
5732026-05-04T17:05:43.478Z Compiling serde_spanned v0.6.9
5742026-05-04T17:05:43.609Z Compiling toml_datetime v0.6.11
5752026-05-04T17:05:43.629Z Compiling dof v0.3.0
5762026-05-04T17:05:43.632Z Compiling serde_tokenstream v0.2.3
5772026-05-04T17:05:43.768Z Compiling serde-value v0.7.0
5782026-05-04T17:05:43.867Z Compiling toml_edit v0.22.27
5792026-05-04T17:05:43.960Z Compiling cargo-platform v0.2.0
5802026-05-04T17:05:44.016Z Compiling tabled v0.15.0
5812026-05-04T17:05:44.134Z Compiling macaddr v1.0.1
5822026-05-04T17:05:44.251Z Compiling idna_adapter v1.2.1
5832026-05-04T17:05:44.399Z Compiling idna v1.1.0
5842026-05-04T17:05:44.516Z Compiling usdt-attr-macro v0.5.0
5852026-05-04T17:05:44.534Z Compiling usdt-macro v0.5.0
5862026-05-04T17:05:44.645Z Compiling clap v4.5.60
5872026-05-04T17:05:44.758Z Compiling url v2.5.8
5882026-05-04T17:05:45.094Z Compiling camino-tempfile v1.4.1
5892026-05-04T17:05:45.207Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-05-04T17:05:45.329Z Compiling toml v0.8.23
5912026-05-04T17:05:45.462Z Compiling swrite v0.1.0
5922026-05-04T17:05:45.564Z Compiling usdt v0.5.0
5932026-05-04T17:05:45.746Z Compiling cargo-util-schemas v0.8.2
5942026-05-04T17:05:45.822Z Compiling cargo_toml v0.21.0
5952026-05-04T17:05:46.605Z Compiling cargo_metadata v0.21.0
5962026-05-04T17:05:47.534Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-05-04T17:05:49.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.82s
5982026-05-04T17:05:49.840Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-05-04T17:05:50.417Z Downloading crates ...
6002026-05-04T17:05:50.509Z Downloaded adler2 v2.0.1
6012026-05-04T17:05:50.537Z Downloaded async-recursion v1.1.1
6022026-05-04T17:05:50.541Z Downloaded block-padding v0.3.3
6032026-05-04T17:05:50.544Z Downloaded cargo-platform v0.1.9
6042026-05-04T17:05:50.548Z Downloaded cassowary v0.3.0
6052026-05-04T17:05:50.551Z Downloaded ciborium-ll v0.2.2
6062026-05-04T17:05:50.554Z Downloaded bit-set v0.8.0
6072026-05-04T17:05:50.557Z Downloaded cfg_aliases v0.2.1
6082026-05-04T17:05:50.557Z Downloaded cbc v0.1.2
6092026-05-04T17:05:50.557Z Downloaded blowfish v0.9.1
6102026-05-04T17:05:50.561Z Downloaded atomicwrites v0.4.4
6112026-05-04T17:05:50.561Z Downloaded cobs v0.3.0
6122026-05-04T17:05:50.565Z Downloaded argon2 v0.5.3
6132026-05-04T17:05:50.569Z Downloaded cancel-safe-futures v0.1.5
6142026-05-04T17:05:50.572Z Downloaded bzip2 v0.6.1
6152026-05-04T17:05:50.572Z Downloaded async-trait v0.1.89
6162026-05-04T17:05:50.575Z Downloaded bitfield-struct v0.6.2
6172026-05-04T17:05:50.575Z Downloaded base16ct v0.2.0
6182026-05-04T17:05:50.578Z Downloaded assert_matches v1.5.0
6192026-05-04T17:05:50.578Z Downloaded difflib v0.4.0
6202026-05-04T17:05:50.582Z Downloaded atty v0.2.14
6212026-05-04T17:05:50.585Z Downloaded console v0.15.11
6222026-05-04T17:05:50.585Z Downloaded clang-sys v1.8.1
6232026-05-04T17:05:50.590Z Downloaded bb8 v0.8.6
6242026-05-04T17:05:50.593Z Downloaded bitfield-macros v0.19.4
6252026-05-04T17:05:50.600Z Downloaded darling_macro v0.23.0
6262026-05-04T17:05:50.605Z Downloaded buf-list v1.1.2
6272026-05-04T17:05:50.605Z Downloaded defmt-parser v1.0.0
6282026-05-04T17:05:50.605Z Downloaded bitfield v0.19.4
6292026-05-04T17:05:50.611Z Downloaded flagset v0.4.7
6302026-05-04T17:05:50.611Z Downloaded dyn-clone v1.0.20
6312026-05-04T17:05:50.615Z Downloaded cpufeatures v0.3.0
6322026-05-04T17:05:50.615Z Downloaded convert_case v0.4.0
6332026-05-04T17:05:50.615Z Downloaded endian-type v0.1.2
6342026-05-04T17:05:50.615Z Downloaded dtrace-parser v0.3.0
6352026-05-04T17:05:50.615Z Downloaded display-error-chain v0.2.2
6362026-05-04T17:05:50.615Z Downloaded ed25519 v2.2.3
6372026-05-04T17:05:50.618Z Downloaded bit-set v0.5.3
6382026-05-04T17:05:50.618Z Downloaded arrayref v0.3.9
6392026-05-04T17:05:50.622Z Downloaded aead v0.5.2
6402026-05-04T17:05:50.622Z Downloaded derive_builder_macro v0.20.2
6412026-05-04T17:05:50.622Z Downloaded darling_macro v0.21.3
6422026-05-04T17:05:50.622Z Downloaded crunchy v0.2.4
6432026-05-04T17:05:50.625Z Downloaded dsl_auto_type v0.2.0
6442026-05-04T17:05:50.625Z Downloaded constant_time_eq v0.4.2
6452026-05-04T17:05:50.625Z Downloaded backoff v0.4.0
6462026-05-04T17:05:50.628Z Downloaded cfg_aliases v0.1.1
6472026-05-04T17:05:50.631Z Downloaded float-cmp v0.10.0
6482026-05-04T17:05:50.631Z Downloaded foreign-types v0.3.2
6492026-05-04T17:05:50.631Z Downloaded env_filter v1.0.0
6502026-05-04T17:05:50.635Z Downloaded enum-as-inner v0.6.1
6512026-05-04T17:05:50.635Z Downloaded crucible-workspace-hack v0.1.0
6522026-05-04T17:05:50.635Z Downloaded async-stream-impl v0.3.6
6532026-05-04T17:05:50.638Z Downloaded atomic-waker v1.1.2
6542026-05-04T17:05:50.641Z Downloaded foreign-types-macros v0.2.3
6552026-05-04T17:05:50.644Z Downloaded derive-ex v0.1.8
6562026-05-04T17:05:50.644Z Downloaded crossbeam-deque v0.8.6
6572026-05-04T17:05:50.644Z Downloaded crc v3.4.0
6582026-05-04T17:05:50.648Z Downloaded bcrypt-pbkdf v0.10.0
6592026-05-04T17:05:50.648Z Downloaded array-init v0.0.4
6602026-05-04T17:05:50.651Z Downloaded bit-vec v0.8.0
6612026-05-04T17:05:50.652Z Downloaded blake2 v0.10.6
6622026-05-04T17:05:50.656Z Downloaded ascii-canvas v3.0.0
6632026-05-04T17:05:50.659Z Downloaded dirs-sys-next v0.1.2
6642026-05-04T17:05:50.659Z Downloaded crc-catalog v2.4.0
6652026-05-04T17:05:50.662Z Downloaded dunce v1.0.5
6662026-05-04T17:05:50.662Z Downloaded crc8 v0.1.1
6672026-05-04T17:05:50.666Z Downloaded compression-core v0.4.31
6682026-05-04T17:05:50.669Z Downloaded dof v0.4.0
6692026-05-04T17:05:50.669Z Downloaded float-ord v0.3.2
6702026-05-04T17:05:50.672Z Downloaded embedded-io v0.4.0
6712026-05-04T17:05:50.672Z Downloaded debug-ignore v1.0.5
6722026-05-04T17:05:50.675Z Downloaded cmake v0.1.57
6732026-05-04T17:05:50.678Z Downloaded base64ct v1.8.3
6742026-05-04T17:05:50.678Z Downloaded diesel_table_macro_syntax v0.3.0
6752026-05-04T17:05:50.682Z Downloaded defmt v0.3.100
6762026-05-04T17:05:50.682Z Downloaded cstr-argument v0.1.2
6772026-05-04T17:05:50.682Z Downloaded compression-codecs v0.4.37
6782026-05-04T17:05:50.685Z Downloaded foreign-types-shared v0.3.1
6792026-05-04T17:05:50.685Z Downloaded downcast-rs v2.0.2
6802026-05-04T17:05:50.688Z Downloaded ciborium-io v0.2.2
6812026-05-04T17:05:50.688Z Downloaded funty v2.0.0
6822026-05-04T17:05:50.688Z Downloaded foreign-types v0.5.0
6832026-05-04T17:05:50.688Z Downloaded castaway v0.2.4
6842026-05-04T17:05:50.691Z Downloaded bitflags v1.3.2
6852026-05-04T17:05:50.691Z Downloaded gethostname v0.5.0
6862026-05-04T17:05:50.691Z Downloaded ghash v0.5.1
6872026-05-04T17:05:50.694Z Downloaded fxhash v0.2.1
6882026-05-04T17:05:50.694Z Downloaded foreign-types-shared v0.1.1
6892026-05-04T17:05:50.695Z Downloaded futures-sink v0.3.32
6902026-05-04T17:05:50.695Z Downloaded futures-macro v0.3.32
6912026-05-04T17:05:50.698Z Downloaded futures-io v0.3.32
6922026-05-04T17:05:50.698Z Downloaded futures-task v0.3.32
6932026-05-04T17:05:50.698Z Downloaded ahash v0.8.12
6942026-05-04T17:05:50.701Z Downloaded dirs-next v2.0.0
6952026-05-04T17:05:50.701Z Downloaded cargo_metadata v0.19.2
6962026-05-04T17:05:50.701Z Downloaded const_format_proc_macros v0.2.34
6972026-05-04T17:05:50.705Z Downloaded document-features v0.2.12
6982026-05-04T17:05:50.705Z Downloaded darling_macro v0.20.11
6992026-05-04T17:05:50.705Z Downloaded arrayvec v0.7.6
7002026-05-04T17:05:50.705Z Downloaded corncobs v0.1.4
7012026-05-04T17:05:50.708Z Downloaded fixedbitset v0.4.2
7022026-05-04T17:05:50.708Z Downloaded cipher v0.4.4
7032026-05-04T17:05:50.708Z Downloaded fd-lock v4.0.4
7042026-05-04T17:05:50.711Z Downloaded futures-core v0.3.32
7052026-05-04T17:05:50.712Z Downloaded find-msvc-tools v0.1.9
7062026-05-04T17:05:50.712Z Downloaded chacha20 v0.10.0
7072026-05-04T17:05:50.715Z Downloaded globwalk v0.9.1
7082026-05-04T17:05:50.715Z Downloaded cexpr v0.6.0
7092026-05-04T17:05:50.715Z Downloaded camino-tempfile-ext v0.3.3
7102026-05-04T17:05:50.718Z Downloaded defmt v1.0.1
7112026-05-04T17:05:50.718Z Downloaded headers-core v0.3.0
7122026-05-04T17:05:50.721Z Downloaded erased-serde v0.3.31
7132026-05-04T17:05:50.721Z Downloaded env_logger v0.11.9
7142026-05-04T17:05:50.725Z Downloaded fs_extra v1.3.0
7152026-05-04T17:05:50.725Z Downloaded chacha20 v0.9.1
7162026-05-04T17:05:50.725Z Downloaded hash32 v0.3.1
7172026-05-04T17:05:50.728Z Downloaded async-stream v0.3.6
7182026-05-04T17:05:50.728Z Downloaded deranged v0.5.8
7192026-05-04T17:05:50.728Z Downloaded darling v0.21.3
7202026-05-04T17:05:50.731Z Downloaded hash32 v0.2.1
7212026-05-04T17:05:50.735Z Downloaded hex-literal v0.4.1
7222026-05-04T17:05:50.736Z Downloaded hex v0.4.3
7232026-05-04T17:05:50.736Z Downloaded convert_case v0.10.0
7242026-05-04T17:05:50.736Z Downloaded bit-vec v0.6.3
7252026-05-04T17:05:50.736Z Downloaded data-encoding v2.10.0
7262026-05-04T17:05:50.739Z Downloaded ctr v0.9.2
7272026-05-04T17:05:50.739Z Downloaded home v0.5.12
7282026-05-04T17:05:50.739Z Downloaded csv-core v0.1.13
7292026-05-04T17:05:50.742Z Downloaded filetime v0.2.27
7302026-05-04T17:05:50.742Z Downloaded colored v3.1.1
7312026-05-04T17:05:50.742Z Downloaded daft v0.1.5
7322026-05-04T17:05:50.745Z Downloaded curve25519-dalek-derive v0.1.1
7332026-05-04T17:05:50.748Z Downloaded bcs v0.1.6
7342026-05-04T17:05:50.748Z Downloaded fallible-iterator v0.2.0
7352026-05-04T17:05:50.752Z Downloaded embedded-io v0.6.1
7362026-05-04T17:05:50.752Z Downloaded ecdsa v0.16.9
7372026-05-04T17:05:50.752Z Downloaded derive_builder_core v0.20.2
7382026-05-04T17:05:50.755Z Downloaded foldhash v0.1.5
7392026-05-04T17:05:50.755Z Downloaded hostname v0.3.1
7402026-05-04T17:05:50.758Z Downloaded critical-section v1.2.0
7412026-05-04T17:05:50.758Z Downloaded http-range v0.1.5
7422026-05-04T17:05:50.758Z Downloaded hostname v0.4.2
7432026-05-04T17:05:50.761Z Downloaded hubpack v0.1.2
7442026-05-04T17:05:50.761Z Downloaded defmt-macros v1.0.1
7452026-05-04T17:05:50.761Z Downloaded fs-err v2.11.0
7462026-05-04T17:05:50.766Z Downloaded ff v0.13.1
7472026-05-04T17:05:50.766Z Downloaded cookie v0.18.1
7482026-05-04T17:05:50.766Z Downloaded byte-wrapper v0.1.0
7492026-05-04T17:05:50.769Z Downloaded either v1.15.0
7502026-05-04T17:05:50.769Z Downloaded fixedbitset v0.5.7
7512026-05-04T17:05:50.769Z Downloaded colored v2.2.0
7522026-05-04T17:05:50.773Z Downloaded httpdate v1.0.3
7532026-05-04T17:05:50.773Z Downloaded http-body v1.0.1
7542026-05-04T17:05:50.773Z Downloaded git-stub v1.0.0
7552026-05-04T17:05:50.776Z Downloaded ena v0.14.4
7562026-05-04T17:05:50.776Z Downloaded ciborium v0.2.2
7572026-05-04T17:05:50.776Z Downloaded git-stub-vcs v0.1.0
7582026-05-04T17:05:50.779Z Downloaded foldhash v0.2.0
7592026-05-04T17:05:50.780Z Downloaded globset v0.4.18
7602026-05-04T17:05:50.780Z Downloaded der_derive v0.7.3
7612026-05-04T17:05:50.783Z Downloaded dropshot-api-manager-types v0.7.1
7622026-05-04T17:05:50.783Z Downloaded diesel-dtrace v0.5.0
7632026-05-04T17:05:50.786Z Downloaded daft-derive v0.1.5
7642026-05-04T17:05:50.786Z Downloaded chacha20poly1305 v0.10.1
7652026-05-04T17:05:50.789Z Downloaded hubpack_derive v0.1.1
7662026-05-04T17:05:50.789Z Downloaded bzip2 v0.4.4
7672026-05-04T17:05:50.792Z Downloaded hyper-tls v0.6.0
7682026-05-04T17:05:50.792Z Downloaded futures-executor v0.3.32
7692026-05-04T17:05:50.795Z Downloaded futures-channel v0.3.32
7702026-05-04T17:05:50.795Z Downloaded indent_write v2.2.0
7712026-05-04T17:05:50.795Z Downloaded const-oid v0.9.6
7722026-05-04T17:05:50.799Z Downloaded async-bb8-diesel v0.2.1
7732026-05-04T17:05:50.799Z Downloaded ident_case v1.0.1
7742026-05-04T17:05:50.799Z Downloaded group v0.13.0
7752026-05-04T17:05:50.802Z Downloaded glob v0.3.3
7762026-05-04T17:05:50.802Z Downloaded darling_core v0.23.0
7772026-05-04T17:05:50.805Z Downloaded is_ci v1.2.0
7782026-05-04T17:05:50.806Z Downloaded instability v0.3.11
7792026-05-04T17:05:50.806Z Downloaded highway v1.3.0
7802026-05-04T17:05:50.809Z Downloaded is-terminal v0.4.17
7812026-05-04T17:05:50.812Z Downloaded lalrpop-util v0.19.12
7822026-05-04T17:05:50.812Z Downloaded keccak v0.1.6
7832026-05-04T17:05:50.812Z Downloaded internet-checksum v0.2.1
7842026-05-04T17:05:50.812Z Downloaded backon v1.6.0
7852026-05-04T17:05:50.815Z Downloaded crossbeam-epoch v0.9.18
7862026-05-04T17:05:50.815Z Downloaded console v0.16.2
7872026-05-04T17:05:50.818Z Downloaded indoc v1.0.9
7882026-05-04T17:05:50.818Z Downloaded cookie_store v0.22.1
7892026-05-04T17:05:50.821Z Downloaded kstat-rs v0.2.4
7902026-05-04T17:05:50.821Z Downloaded http-body-util v0.1.3
7912026-05-04T17:05:50.825Z Downloaded darling v0.23.0
7922026-05-04T17:05:50.828Z Downloaded lazy_static v1.5.0
7932026-05-04T17:05:50.828Z Downloaded crossbeam-utils v0.8.21
7942026-05-04T17:05:50.831Z Downloaded derive_builder v0.20.2
7952026-05-04T17:05:50.834Z Downloaded crc32fast v1.5.0
7962026-05-04T17:05:50.834Z Downloaded diff v0.1.13
7972026-05-04T17:05:50.837Z Downloaded des v0.8.1
7982026-05-04T17:05:50.837Z Downloaded lru-slab v0.1.2
7992026-05-04T17:05:50.841Z Downloaded libscf-sys v1.1.0
8002026-05-04T17:05:50.841Z Downloaded instant v0.1.13
8012026-05-04T17:05:50.844Z Downloaded getrandom v0.2.17
8022026-05-04T17:05:50.844Z Downloaded hyper-staticfile v0.10.1
8032026-05-04T17:05:50.847Z Downloaded darling_core v0.21.3
8042026-05-04T17:05:50.850Z Downloaded humantime v2.3.0
8052026-05-04T17:05:50.850Z Downloaded derive_more v0.99.20
8062026-05-04T17:05:50.854Z Downloaded match_cfg v0.1.0
8072026-05-04T17:05:50.854Z Downloaded maybe-uninit v2.0.0
8082026-05-04T17:05:50.854Z Downloaded managed v0.8.0
8092026-05-04T17:05:50.857Z Downloaded lzss v0.8.2
8102026-05-04T17:05:50.857Z Downloaded lru-cache v0.1.2
8112026-05-04T17:05:50.857Z Downloaded linked-hash-map v0.5.6
8122026-05-04T17:05:50.857Z Downloaded darling v0.20.11
8132026-05-04T17:05:50.861Z Downloaded maplit v1.0.2
8142026-05-04T17:05:50.865Z Downloaded lru v0.12.5
8152026-05-04T17:05:50.865Z Downloaded crc-any v2.5.0
8162026-05-04T17:05:50.865Z Downloaded md-5 v0.10.6
8172026-05-04T17:05:50.865Z Downloaded ar_archive_writer v0.5.1
8182026-05-04T17:05:50.869Z Downloaded multimap v0.10.1
8192026-05-04T17:05:50.869Z Downloaded ingot v0.1.1
8202026-05-04T17:05:50.869Z Downloaded indoc v2.0.7
8212026-05-04T17:05:50.873Z Downloaded impl-trait-for-tuples v0.2.3
8222026-05-04T17:05:50.873Z Downloaded new_debug_unreachable v1.0.6
8232026-05-04T17:05:50.877Z Downloaded newtype-uuid-macros v0.1.0
8242026-05-04T17:05:50.877Z Downloaded ingot-types v0.1.2
8252026-05-04T17:05:50.881Z Downloaded newtype_derive v0.1.6
8262026-05-04T17:05:50.881Z Downloaded normalize-line-endings v0.3.0
8272026-05-04T17:05:50.881Z Downloaded nodrop v0.1.14
8282026-05-04T17:05:50.881Z Downloaded num-conv v0.2.0
8292026-05-04T17:05:50.881Z Downloaded nibble_vec v0.1.0
8302026-05-04T17:05:50.885Z Downloaded ipnetwork v0.21.1
8312026-05-04T17:05:50.889Z Downloaded allocator-api2 v0.2.21
8322026-05-04T17:05:50.889Z Downloaded num-derive v0.3.3
8332026-05-04T17:05:50.893Z Downloaded hmac v0.12.1
8342026-05-04T17:05:50.893Z Downloaded dropshot_endpoint v0.17.0
8352026-05-04T17:05:50.897Z Downloaded libsw v3.5.0
8362026-05-04T17:05:50.897Z Downloaded fatfs v0.3.6
8372026-05-04T17:05:50.902Z Downloaded bumpalo v3.20.2
8382026-05-04T17:05:50.902Z Downloaded jobserver v0.1.34
8392026-05-04T17:05:50.906Z Downloaded inout v0.1.4
8402026-05-04T17:05:50.906Z Downloaded dropshot_endpoint v0.16.7
8412026-05-04T17:05:50.906Z Downloaded httparse v1.10.1
8422026-05-04T17:05:50.911Z Downloaded const_format v0.2.35
8432026-05-04T17:05:50.911Z Downloaded bytes v1.11.1
8442026-05-04T17:05:50.927Z Downloaded openssl-probe v0.1.6
8452026-05-04T17:05:50.931Z Downloaded openssl-macros v0.1.1
8462026-05-04T17:05:50.931Z Downloaded opaque-debug v0.3.1
8472026-05-04T17:05:50.931Z Downloaded num_threads v0.1.7
8482026-05-04T17:05:50.931Z Downloaded num_enum_derive v0.5.11
8492026-05-04T17:05:50.931Z Downloaded nonempty v0.12.0
8502026-05-04T17:05:50.931Z Downloaded memoffset v0.9.1
8512026-05-04T17:05:50.936Z Downloaded md5 v0.7.0
8522026-05-04T17:05:50.936Z Downloaded half v2.7.1
8532026-05-04T17:05:50.936Z Downloaded num-iter v0.1.45
8542026-05-04T17:05:50.940Z Downloaded hyper-rustls v0.27.7
8552026-05-04T17:05:50.940Z Downloaded num-derive v0.4.2
8562026-05-04T17:05:50.940Z Downloaded ipnet v2.11.0
8572026-05-04T17:05:50.940Z Downloaded ingot-macros v0.1.1
8582026-05-04T17:05:50.940Z Downloaded half v1.8.3
8592026-05-04T17:05:50.943Z Downloaded num v0.4.3
8602026-05-04T17:05:50.943Z Downloaded mime v0.3.17
8612026-05-04T17:05:50.943Z Downloaded lock_api v0.4.14
8622026-05-04T17:05:50.947Z Downloaded linear-map v1.2.0
8632026-05-04T17:05:50.947Z Downloaded newtype-uuid v1.3.2
8642026-05-04T17:05:50.947Z Downloaded mime_guess v2.0.5
8652026-05-04T17:05:50.950Z Downloaded getrandom v0.3.4
8662026-05-04T17:05:50.950Z Downloaded pbkdf2 v0.11.0
8672026-05-04T17:05:50.954Z Downloaded arc-swap v1.8.2
8682026-05-04T17:05:50.954Z Downloaded path-slash v0.1.5
8692026-05-04T17:05:50.954Z Downloaded oso-derive v0.27.3
8702026-05-04T17:05:50.957Z Downloaded compact_str v0.8.1
8712026-05-04T17:05:50.958Z Downloaded num-integer v0.1.46
8722026-05-04T17:05:50.961Z Downloaded newline-converter v0.3.0
8732026-05-04T17:05:50.961Z Downloaded multer v3.1.0
8742026-05-04T17:05:50.961Z Downloaded libefi-sys v0.1.0
8752026-05-04T17:05:50.961Z Downloaded nu-ansi-term v0.50.3
8762026-05-04T17:05:50.965Z Downloaded libloading v0.8.9
8772026-05-04T17:05:50.965Z Downloaded pbkdf2 v0.12.2
8782026-05-04T17:05:50.968Z Downloaded peg-runtime v0.8.5
8792026-05-04T17:05:50.969Z Downloaded parse-display v0.10.0
8802026-05-04T17:05:50.969Z Downloaded num_enum v0.5.11
8812026-05-04T17:05:50.972Z Downloaded num-rational v0.4.2
8822026-05-04T17:05:50.972Z Downloaded nanorand v0.7.0
8832026-05-04T17:05:50.973Z Downloaded base64 v0.21.7
8842026-05-04T17:05:50.977Z Downloaded derive-where v1.6.0
8852026-05-04T17:05:50.981Z Downloaded futures v0.3.32
8862026-05-04T17:05:50.981Z Downloaded num_enum_derive v0.7.5
8872026-05-04T17:05:50.981Z Downloaded openssl-probe v0.2.1
8882026-05-04T17:05:50.984Z Downloaded flume v0.11.1
8892026-05-04T17:05:50.984Z Downloaded packed_struct_codegen v0.10.1
8902026-05-04T17:05:50.984Z Downloaded oxnet v0.1.4
8912026-05-04T17:05:50.987Z Downloaded darling_core v0.20.11
8922026-05-04T17:05:50.991Z Downloaded elliptic-curve v0.13.8
8932026-05-04T17:05:50.992Z Downloaded pin-utils v0.1.0
8942026-05-04T17:05:50.995Z Downloaded phf_shared v0.13.1
8952026-05-04T17:05:50.995Z Downloaded phf_shared v0.12.1
8962026-05-04T17:05:50.995Z Downloaded predicates-tree v1.0.13
8972026-05-04T17:05:50.995Z Downloaded precomputed-hash v0.1.1
8982026-05-04T17:05:50.995Z Downloaded ignore v0.4.25
8992026-05-04T17:05:51.000Z Downloaded base64 v0.22.1
9002026-05-04T17:05:51.000Z Downloaded native-tls v0.2.18
9012026-05-04T17:05:51.005Z Downloaded der v0.7.10
9022026-05-04T17:05:51.005Z Downloaded olpc-cjson v0.1.4
9032026-05-04T17:05:51.005Z Downloaded heapless v0.7.17
9042026-05-04T17:05:51.009Z Downloaded num_enum v0.7.5
9052026-05-04T17:05:51.009Z Downloaded headers v0.4.1
9062026-05-04T17:05:51.013Z Downloaded parse-size v1.1.0
9072026-05-04T17:05:51.013Z Downloaded packed_struct v0.10.1
9082026-05-04T17:05:51.018Z Downloaded memmap2 v0.9.10
9092026-05-04T17:05:51.018Z Downloaded owo-colors v4.3.0
9102026-05-04T17:05:51.018Z Downloaded proc-macro-crate v1.3.1
9112026-05-04T17:05:51.021Z Downloaded pem v3.0.6
9122026-05-04T17:05:51.021Z Downloaded password-hash v0.5.0
9132026-05-04T17:05:51.021Z Downloaded parking_lot_core v0.8.6
9142026-05-04T17:05:51.021Z Downloaded libbz2-rs-sys v0.2.2
9152026-05-04T17:05:51.021Z Downloaded predicates-core v1.0.10
9162026-05-04T17:05:51.025Z Downloaded num-complex v0.4.6
9172026-05-04T17:05:51.025Z Downloaded password-hash v0.4.2
9182026-05-04T17:05:51.025Z Downloaded heapless v0.8.0
9192026-05-04T17:05:51.028Z Downloaded bitvec v1.0.1
9202026-05-04T17:05:51.036Z Downloaded progenitor-client v0.10.0
9212026-05-04T17:05:51.039Z Downloaded pin-project-lite v0.2.17
9222026-05-04T17:05:51.039Z Downloaded peg-macros v0.8.5
9232026-05-04T17:05:51.043Z Downloaded peg v0.8.5
9242026-05-04T17:05:51.043Z Downloaded progenitor-macro v0.10.0
9252026-05-04T17:05:51.043Z Downloaded psl-types v2.0.11
9262026-05-04T17:05:51.048Z Downloaded progenitor-client v0.14.0
9272026-05-04T17:05:51.048Z Downloaded progenitor-client v0.11.2
9282026-05-04T17:05:51.048Z Downloaded pin-project-internal v1.1.11
9292026-05-04T17:05:51.048Z Downloaded parse-display-derive v0.10.0
9302026-05-04T17:05:51.048Z Downloaded crypto-bigint v0.5.5
9312026-05-04T17:05:51.051Z Downloaded radium v0.7.0
9322026-05-04T17:05:51.051Z Downloaded progenitor-macro v0.14.0
9332026-05-04T17:05:51.052Z Downloaded postgres-protocol v0.6.10
9342026-05-04T17:05:51.056Z Downloaded crossbeam-channel v0.5.15
9352026-05-04T17:05:51.060Z Downloaded poly1305 v0.8.0
9362026-05-04T17:05:51.060Z Downloaded async-compression v0.4.41
9372026-05-04T17:05:51.063Z Downloaded parking_lot v0.11.2
9382026-05-04T17:05:51.063Z Downloaded flate2 v1.1.9
9392026-05-04T17:05:51.067Z Downloaded indicatif v0.18.4
9402026-05-04T17:05:51.071Z Downloaded phf_shared v0.11.3
9412026-05-04T17:05:51.071Z Downloaded oxide-tokio-rt v0.1.4
9422026-05-04T17:05:51.071Z Downloaded phf v0.12.1
9432026-05-04T17:05:51.071Z Downloaded omicron-zone-package v0.12.2
9442026-05-04T17:05:51.074Z Downloaded proc-macro-error-attr2 v2.0.0
9452026-05-04T17:05:51.074Z Downloaded phf v0.13.1
9462026-05-04T17:05:51.075Z Downloaded pkg-config v0.3.32
9472026-05-04T17:05:51.078Z Downloaded pem-rfc7468 v0.7.0
9482026-05-04T17:05:51.078Z Downloaded paste v1.0.15
9492026-05-04T17:05:51.080Z Downloaded indexmap v1.9.3
9502026-05-04T17:05:51.084Z Downloaded rand_xorshift v0.4.0
9512026-05-04T17:05:51.084Z Downloaded libsw-core v0.3.2
9522026-05-04T17:05:51.084Z Downloaded iana-time-zone v0.1.65
9532026-05-04T17:05:51.084Z Downloaded progenitor-macro v0.13.0
9542026-05-04T17:05:51.084Z Downloaded proc-macro-crate v3.4.0
9552026-05-04T17:05:51.087Z Downloaded ppv-lite86 v0.2.21
9562026-05-04T17:05:51.088Z Downloaded drift v0.1.3
9572026-05-04T17:05:51.092Z Downloaded litrs v1.0.0
9582026-05-04T17:05:51.095Z Downloaded recursive v0.1.1
9592026-05-04T17:05:51.099Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-05-04T17:05:51.099Z Downloaded primeorder v0.13.6
9612026-05-04T17:05:51.103Z Downloaded ref-cast v1.0.25
9622026-05-04T17:05:51.106Z Downloaded progenitor v0.11.2
9632026-05-04T17:05:51.106Z Downloaded pkcs1 v0.7.5
9642026-05-04T17:05:51.110Z Downloaded polyval v0.6.2
9652026-05-04T17:05:51.110Z Downloaded parking_lot_core v0.9.12
9662026-05-04T17:05:51.114Z Downloaded pkcs5 v0.7.1
9672026-05-04T17:05:51.117Z Downloaded rustc_version v0.4.1
9682026-05-04T17:05:51.117Z Downloaded postgres-types v0.2.12
9692026-05-04T17:05:51.121Z Downloaded miniz_oxide v0.8.9
9702026-05-04T17:05:51.122Z Downloaded postcard v1.1.3
9712026-05-04T17:05:51.125Z Downloaded hickory-resolver v0.25.2
9722026-05-04T17:05:51.130Z Downloaded dropshot-api-manager v0.7.1
9732026-05-04T17:05:51.133Z Downloaded rustc_version v0.1.7
9742026-05-04T17:05:51.137Z Downloaded rtoolbox v0.0.3
9752026-05-04T17:05:51.141Z Downloaded predicates v3.1.4
9762026-05-04T17:05:51.141Z Downloaded rand_core v0.6.4
9772026-05-04T17:05:51.144Z Downloaded proc-macro-error2 v2.0.1
9782026-05-04T17:05:51.145Z Downloaded derive_more v2.1.1
9792026-05-04T17:05:51.149Z Downloaded powerfmt v0.2.0
9802026-05-04T17:05:51.153Z Downloaded progenitor v0.14.0
9812026-05-04T17:05:51.153Z Downloaded diesel_derives v2.3.7
9822026-05-04T17:05:51.158Z Downloaded crossterm v0.28.1
9832026-05-04T17:05:51.162Z Downloaded rand_core v0.9.5
9842026-05-04T17:05:51.162Z Downloaded oso v0.27.3
9852026-05-04T17:05:51.166Z Downloaded aes v0.8.4
9862026-05-04T17:05:51.168Z Downloaded rand_seeder v0.4.0
9872026-05-04T17:05:51.168Z Downloaded papergrid v0.17.0
9882026-05-04T17:05:51.171Z Downloaded scroll_derive v0.13.1
9892026-05-04T17:05:51.171Z Downloaded scheduled-thread-pool v0.2.7
9902026-05-04T17:05:51.171Z Downloaded quick-error v1.2.3
9912026-05-04T17:05:51.171Z Downloaded cc v1.2.56
9922026-05-04T17:05:51.174Z Downloaded progenitor v0.10.0
9932026-05-04T17:05:51.174Z Downloaded parking_lot v0.12.5
9942026-05-04T17:05:51.209Z Downloaded progenitor v0.13.0
9952026-05-04T17:05:51.214Z Downloaded scrypt v0.11.0
9962026-05-04T17:05:51.214Z Downloaded semver v0.1.20
9972026-05-04T17:05:51.214Z Downloaded secrecy v0.10.3
9982026-05-04T17:05:51.214Z Downloaded rfc6979 v0.4.0
9992026-05-04T17:05:51.214Z Downloaded seq-macro v0.3.6
10002026-05-04T17:05:51.214Z Downloaded same-file v1.0.6
10012026-05-04T17:05:51.214Z Downloaded rustc-hash v2.1.1
10022026-05-04T17:05:51.214Z Downloaded derive_more-impl v2.1.1
10032026-05-04T17:05:51.214Z Downloaded russh-cryptovec v0.7.3
10042026-05-04T17:05:51.214Z Downloaded salsa20 v0.10.2
10052026-05-04T17:05:51.214Z Downloaded scopeguard v1.2.0
10062026-05-04T17:05:51.218Z Downloaded hickory-resolver v0.24.4
10072026-05-04T17:05:51.218Z Downloaded serde_bytes v0.11.19
10082026-05-04T17:05:51.218Z Downloaded pin-project v1.1.11
10092026-05-04T17:05:51.223Z Downloaded serde_spanned v1.0.4
10102026-05-04T17:05:51.226Z Downloaded serde-big-array v0.5.1
10112026-05-04T17:05:51.226Z Downloaded secrecy v0.8.0
10122026-05-04T17:05:51.226Z Downloaded rand_chacha v0.9.0
10132026-05-04T17:05:51.230Z Downloaded sapling-renderdag v0.1.0
10142026-05-04T17:05:51.230Z Downloaded rustls-native-certs v0.8.3
10152026-05-04T17:05:51.230Z Downloaded serde_urlencoded v0.7.1
10162026-05-04T17:05:51.234Z Downloaded serde_plain v1.0.2
10172026-05-04T17:05:51.234Z Downloaded rustls-pemfile v1.0.4
10182026-05-04T17:05:51.234Z Downloaded shell-words v1.1.1
10192026-05-04T17:05:51.234Z Downloaded openssl-sys v0.9.111
10202026-05-04T17:05:51.240Z Downloaded expectorate v1.2.0
10212026-05-04T17:05:51.243Z Downloaded rusty-fork v0.3.1
10222026-05-04T17:05:51.247Z Downloaded r2d2 v0.8.10
10232026-05-04T17:05:51.247Z Downloaded prefix-trie v0.7.0
10242026-05-04T17:05:51.250Z Downloaded p256 v0.13.2
10252026-05-04T17:05:51.254Z Downloaded signal-hook-mio v0.2.5
10262026-05-04T17:05:51.254Z Downloaded pkcs8 v0.10.2
10272026-05-04T17:05:51.254Z Downloaded jiff-static v0.2.21
10282026-05-04T17:05:51.257Z Downloaded sha1 v0.10.6
10292026-05-04T17:05:51.260Z Downloaded minimal-lexical v0.2.1
10302026-05-04T17:05:51.264Z Downloaded sigpipe v0.1.3
10312026-05-04T17:05:51.264Z Downloaded progenitor-impl v0.10.0
10322026-05-04T17:05:51.264Z Downloaded hashbrown v0.13.2
10332026-05-04T17:05:51.268Z Downloaded progenitor-impl v0.14.0
10342026-05-04T17:05:51.268Z Downloaded sct v0.7.1
10352026-05-04T17:05:51.272Z Downloaded sec1 v0.7.3
10362026-05-04T17:05:51.272Z Downloaded ref-cast-impl v1.0.25
10372026-05-04T17:05:51.272Z Downloaded psm v0.1.30
10382026-05-04T17:05:51.276Z Downloaded progenitor-client v0.13.0
10392026-05-04T17:05:51.276Z Downloaded siphasher v1.0.2
10402026-05-04T17:05:51.276Z Downloaded progenitor-macro v0.11.2
10412026-05-04T17:05:51.276Z Downloaded progenitor-extras v0.2.0
10422026-05-04T17:05:51.276Z Downloaded resolv-conf v0.7.6
10432026-05-04T17:05:51.279Z Downloaded hashbrown v0.12.3
10442026-05-04T17:05:51.279Z Downloaded slog-envlogger v2.2.0
10452026-05-04T17:05:51.283Z Downloaded serde-hex v0.1.0
10462026-05-04T17:05:51.284Z Downloaded slog-bunyan v2.5.0
10472026-05-04T17:05:51.284Z Downloaded rustls-pemfile v2.2.0
10482026-05-04T17:05:51.287Z Downloaded signal-hook-tokio v0.3.1
10492026-05-04T17:05:51.287Z Downloaded schemars_derive v0.8.22
10502026-05-04T17:05:51.294Z Downloaded scroll v0.13.0
10512026-05-04T17:05:51.297Z Downloaded http v1.4.0
10522026-05-04T17:05:51.297Z Downloaded hickory-server v0.25.2
10532026-05-04T17:05:51.301Z Downloaded ed25519-dalek v2.2.0
10542026-05-04T17:05:51.306Z Downloaded serde_path_to_error v0.1.20
10552026-05-04T17:05:51.306Z Downloaded rustversion v1.0.22
10562026-05-04T17:05:51.309Z Downloaded shlex v1.3.0
10572026-05-04T17:05:51.309Z Downloaded rustls-pki-types v1.14.0
10582026-05-04T17:05:51.314Z Downloaded serde_derive_internals v0.29.1
10592026-05-04T17:05:51.314Z Downloaded rand_core v0.10.0
10602026-05-04T17:05:51.318Z Downloaded hyper-util v0.1.20
10612026-05-04T17:05:51.322Z Downloaded sqlparser_derive v0.5.0
10622026-05-04T17:05:51.326Z Downloaded signature v2.2.0
10632026-05-04T17:05:51.326Z Downloaded progenitor-impl v0.13.0
10642026-05-04T17:05:51.329Z Downloaded rand_chacha v0.3.1
10652026-05-04T17:05:51.329Z Downloaded ssh-cipher v0.2.0
10662026-05-04T17:05:51.329Z Downloaded serde_repr v0.1.20
10672026-05-04T17:05:51.333Z Downloaded mio v1.2.0
10682026-05-04T17:05:51.336Z Downloaded strum v0.27.2
10692026-05-04T17:05:51.336Z Downloaded prettyplease v0.2.37
10702026-05-04T17:05:51.342Z Downloaded slab v0.4.12
10712026-05-04T17:05:51.342Z Downloaded simd-adler32 v0.3.8
10722026-05-04T17:05:51.345Z Downloaded quinn-udp v0.5.14
10732026-05-04T17:05:51.345Z Downloaded progenitor-impl v0.11.2
10742026-05-04T17:05:51.348Z Downloaded structmeta v0.3.0
10752026-05-04T17:05:51.352Z Downloaded itertools v0.10.5
10762026-05-04T17:05:51.356Z Downloaded subtle v2.6.1
10772026-05-04T17:05:51.356Z Downloaded strum v0.26.3
10782026-05-04T17:05:51.356Z Downloaded structmeta-derive v0.3.0
10792026-05-04T17:05:51.356Z Downloaded sync-ptr v0.1.4
10802026-05-04T17:05:51.356Z Downloaded strip-ansi-escapes v0.2.1
10812026-05-04T17:05:51.360Z Downloaded ron v0.8.1
10822026-05-04T17:05:51.360Z Downloaded slog-json v2.6.1
10832026-05-04T17:05:51.364Z Downloaded slog-async v2.8.0
10842026-05-04T17:05:51.364Z Downloaded num-bigint v0.4.6
10852026-05-04T17:05:51.364Z Downloaded smallvec v0.6.14
10862026-05-04T17:05:51.368Z Downloaded slog-stdlog v4.1.1
10872026-05-04T17:05:51.368Z Downloaded slog-dtrace v0.3.0
10882026-05-04T17:05:51.368Z Downloaded supports-color v3.0.2
10892026-05-04T17:05:51.368Z Downloaded crossterm v0.29.0
10902026-05-04T17:05:51.371Z Downloaded aes-gcm v0.10.3
10912026-05-04T17:05:51.375Z Downloaded smf v0.2.3
10922026-05-04T17:05:51.375Z Downloaded take_mut v0.2.2
10932026-05-04T17:05:51.375Z Downloaded tagptr v0.2.0
10942026-05-04T17:05:51.380Z Downloaded sync_wrapper v1.0.2
10952026-05-04T17:05:51.380Z Downloaded rustls-platform-verifier v0.6.2
10962026-05-04T17:05:51.380Z Downloaded russh-keys v0.45.0
10972026-05-04T17:05:51.386Z Downloaded serde_cbor v0.11.2
10982026-05-04T17:05:51.391Z Downloaded serde_with_macros v3.17.0
10992026-05-04T17:05:51.391Z Downloaded termtree v0.5.1
11002026-05-04T17:05:51.394Z Downloaded testing_table v0.3.0
11012026-05-04T17:05:51.398Z Downloaded time-core v0.1.8
11022026-05-04T17:05:51.398Z Downloaded snafu-derive v0.8.9
11032026-05-04T17:05:51.401Z Downloaded tinyvec_macros v0.1.1
11042026-05-04T17:05:51.405Z Downloaded iri-string v0.7.10
11052026-05-04T17:05:51.409Z Downloaded thread-id v5.1.0
11062026-05-04T17:05:51.412Z Downloaded thiserror-impl-no-std v2.0.2
11072026-05-04T17:05:51.412Z Downloaded spki v0.7.3
11082026-05-04T17:05:51.412Z Downloaded ssh-encoding v0.2.0
11092026-05-04T17:05:51.415Z Downloaded signal-hook-registry v1.4.8
11102026-05-04T17:05:51.415Z Downloaded tokio-macros v2.7.0
11112026-05-04T17:05:51.415Z Downloaded tap v1.0.1
11122026-05-04T17:05:51.415Z Downloaded strum_macros v0.24.3
11132026-05-04T17:05:51.419Z Downloaded string_cache v0.8.9
11142026-05-04T17:05:51.419Z Downloaded static_assertions v1.1.0
11152026-05-04T17:05:51.419Z Downloaded sqlformat v0.3.5
11162026-05-04T17:05:51.423Z Downloaded schemars v0.8.22
11172026-05-04T17:05:51.426Z Downloaded rcgen v0.12.1
11182026-05-04T17:05:51.430Z Downloaded stringprep v0.1.5
11192026-05-04T17:05:51.430Z Downloaded ryu v1.0.23
11202026-05-04T17:05:51.433Z Downloaded stacker v0.1.23
11212026-05-04T17:05:51.433Z Downloaded nom v7.1.3
11222026-05-04T17:05:51.437Z Downloaded support-bundle-viewer v0.1.2
11232026-05-04T17:05:51.437Z Downloaded strum_macros v0.27.2
11242026-05-04T17:05:51.437Z Downloaded itertools v0.13.0
11252026-05-04T17:05:51.440Z Downloaded hashbrown v0.15.5
11262026-05-04T17:05:51.444Z Downloaded publicsuffix v2.3.0
11272026-05-04T17:05:51.448Z Downloaded slog-term v2.9.2
11282026-05-04T17:05:51.452Z Downloaded slog-scope v4.4.1
11292026-05-04T17:05:51.455Z Downloaded rand v0.8.5
11302026-05-04T17:05:51.459Z Downloaded qorb v0.4.1
11312026-05-04T17:05:51.462Z Downloaded tabled_derive v0.11.0
11322026-05-04T17:05:51.462Z Downloaded futures-util v0.3.32
11332026-05-04T17:05:51.467Z Downloaded tower-service v0.3.3
11342026-05-04T17:05:51.470Z Downloaded topological-sort v0.2.2
11352026-05-04T17:05:51.470Z Downloaded thread_local v1.1.9
11362026-05-04T17:05:51.471Z Downloaded thiserror-no-std v2.0.2
11372026-05-04T17:05:51.474Z Downloaded tower-layer v0.3.3
11382026-05-04T17:05:51.474Z Downloaded aho-corasick v1.1.4
11392026-05-04T17:05:51.478Z Downloaded rayon-core v1.13.0
11402026-05-04T17:05:51.478Z Downloaded iddqd v0.3.18
11412026-05-04T17:05:51.482Z Downloaded trait-variant v0.1.2
11422026-05-04T17:05:51.482Z Downloaded typify-macro v0.4.3
11432026-05-04T17:05:51.486Z Downloaded signal-hook v0.3.18
11442026-05-04T17:05:51.486Z Downloaded typify-macro v0.6.2
11452026-05-04T17:05:51.486Z Downloaded try-lock v0.2.5
11462026-05-04T17:05:51.486Z Downloaded termios v0.3.3
11472026-05-04T17:05:51.490Z Downloaded tabwriter v1.4.1
11482026-05-04T17:05:51.490Z Downloaded aws-lc-rs v1.16.0
11492026-05-04T17:05:51.493Z Downloaded tokio-native-tls v0.3.1
11502026-05-04T17:05:51.497Z Downloaded tokio-dtrace v0.1.1
11512026-05-04T17:05:51.497Z Downloaded time-macros v0.2.27
11522026-05-04T17:05:51.497Z Downloaded pretty_assertions v1.4.1
11532026-05-04T17:05:51.501Z Downloaded spin v0.9.8
11542026-05-04T17:05:51.501Z Downloaded tls_codec v0.4.2
11552026-05-04T17:05:51.501Z Downloaded tokio-rustls v0.25.0
11562026-05-04T17:05:51.505Z Downloaded strum_macros v0.26.4
11572026-05-04T17:05:51.505Z Downloaded unarray v0.1.4
11582026-05-04T17:05:51.505Z Downloaded tiny-keccak v2.0.2
11592026-05-04T17:05:51.505Z Downloaded unicode-truncate v1.1.0
11602026-05-04T17:05:51.508Z Downloaded serde_yaml v0.9.34+deprecated
11612026-05-04T17:05:51.508Z Downloaded tokio-tungstenite v0.23.1
11622026-05-04T17:05:51.513Z Downloaded similar v2.7.0
11632026-05-04T17:05:51.513Z Downloaded num-bigint-dig v0.8.6
11642026-05-04T17:05:51.517Z Downloaded libxml v0.3.3
11652026-05-04T17:05:51.520Z Downloaded itertools v0.12.1
11662026-05-04T17:05:51.524Z Downloaded hashbrown v0.16.1
11672026-05-04T17:05:51.527Z Downloaded universal-hash v0.5.1
11682026-05-04T17:05:51.527Z Downloaded quinn v0.11.9
11692026-05-04T17:05:51.527Z Downloaded usdt-attr-macro v0.6.0
11702026-05-04T17:05:51.531Z Downloaded usdt v0.6.0
11712026-05-04T17:05:51.531Z Downloaded tokio-tungstenite v0.21.0
11722026-05-04T17:05:51.531Z Downloaded rsa v0.9.10
11732026-05-04T17:05:51.536Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-05-04T17:05:51.536Z Downloaded untrusted v0.7.1
11752026-05-04T17:05:51.536Z Downloaded rand v0.9.2
11762026-05-04T17:05:51.536Z Downloaded hkdf v0.12.4
11772026-05-04T17:05:51.541Z Downloaded socket2 v0.6.3
11782026-05-04T17:05:51.541Z Downloaded untrusted v0.9.0
11792026-05-04T17:05:51.541Z Downloaded unit-prefix v0.5.2
11802026-05-04T17:05:51.544Z Downloaded usdt-macro v0.6.0
11812026-05-04T17:05:51.544Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11822026-05-04T17:05:51.549Z Downloaded void v1.0.2
11832026-05-04T17:05:51.549Z Downloaded utf-8 v0.7.6
11842026-05-04T17:05:51.552Z Downloaded toml_writer v1.0.6+spec-1.1.0
11852026-05-04T17:05:51.552Z Downloaded hyper v1.8.1
11862026-05-04T17:05:51.556Z Downloaded term v1.2.1
11872026-05-04T17:05:51.560Z Downloaded tui-tree-widget v0.23.1
11882026-05-04T17:05:51.564Z Downloaded term v0.7.0
11892026-05-04T17:05:51.564Z Downloaded waitgroup v0.1.2
11902026-05-04T17:05:51.564Z Downloaded schemars v1.2.1
11912026-05-04T17:05:51.571Z Downloaded want v0.3.1
11922026-05-04T17:05:51.576Z Downloaded wait-timeout v0.2.1
11932026-05-04T17:05:51.576Z Downloaded unicase v2.9.0
11942026-05-04T17:05:51.576Z Downloaded schemars v0.9.0
11952026-05-04T17:05:51.580Z Downloaded itertools v0.14.0
11962026-05-04T17:05:51.584Z Downloaded tokio-stream v0.1.18
11972026-05-04T17:05:51.589Z Downloaded tls_codec_derive v0.4.2
11982026-05-04T17:05:51.589Z Downloaded socket2 v0.5.10
11992026-05-04T17:05:51.592Z Downloaded blake3 v1.8.3
12002026-05-04T17:05:51.596Z Downloaded zeroize_derive v1.4.3
12012026-05-04T17:05:51.596Z Downloaded xattr v1.6.1
12022026-05-04T17:05:51.596Z Downloaded tokio-rustls v0.26.4
12032026-05-04T17:05:51.600Z Downloaded tokio-rustls v0.24.1
12042026-05-04T17:05:51.600Z Downloaded slog v2.8.2
12052026-05-04T17:05:51.604Z Downloaded p521 v0.13.3
12062026-05-04T17:05:51.612Z Downloaded zone v0.3.1
12072026-05-04T17:05:51.615Z Downloaded zone_cfg_derive v0.3.1
12082026-05-04T17:05:51.618Z Downloaded rustls-webpki v0.103.9
12092026-05-04T17:05:51.622Z Downloaded snafu v0.8.9
12102026-05-04T17:05:51.625Z Downloaded toml_parser v1.0.9+spec-1.1.0
12112026-05-04T17:05:51.629Z Downloaded vergen-git2 v1.0.7
12122026-05-04T17:05:51.633Z Downloaded test-strategy v0.4.5
12132026-05-04T17:05:51.633Z Downloaded samael v0.0.19
12142026-05-04T17:05:51.637Z Downloaded libm v0.2.16
12152026-05-04T17:05:51.640Z Downloaded tracing-attributes v0.1.31
12162026-05-04T17:05:51.644Z Downloaded walkdir v2.5.0
12172026-05-04T17:05:51.644Z Downloaded vsss-rs v3.3.4
12182026-05-04T17:05:51.647Z Downloaded h2 v0.4.13
12192026-05-04T17:05:51.653Z Downloaded tinyvec v1.10.0
12202026-05-04T17:05:51.661Z Downloaded twox-hash v2.1.2
12212026-05-04T17:05:51.665Z Downloaded xshell-macros v0.2.7
12222026-05-04T17:05:51.665Z Downloaded xshell v0.2.7
12232026-05-04T17:05:51.665Z Downloaded wyz v0.5.1
12242026-05-04T17:05:51.668Z Downloaded zeroize v1.8.2
12252026-05-04T17:05:51.668Z Downloaded rand v0.10.0
12262026-05-04T17:05:51.672Z Downloaded unicode-properties v0.1.4
12272026-05-04T17:05:51.676Z Downloaded toml v0.7.8
12282026-05-04T17:05:51.679Z Downloaded subprocess v0.2.15
12292026-05-04T17:05:51.679Z Downloaded zstd-safe v7.2.4
12302026-05-04T17:05:51.683Z Downloaded russh v0.45.0
12312026-05-04T17:05:51.686Z Downloaded vergen-lib v0.1.6
12322026-05-04T17:05:51.690Z Downloaded chrono v0.4.44
12332026-05-04T17:05:51.696Z Downloaded vergen v9.0.6
12342026-05-04T17:05:51.699Z Downloaded zstd v0.13.3
12352026-05-04T17:05:51.699Z Downloaded uzers v0.12.2
12362026-05-04T17:05:51.699Z Downloaded usdt-impl v0.6.0
12372026-05-04T17:05:51.703Z Downloaded tracing-core v0.1.36
12382026-05-04T17:05:51.703Z Downloaded tungstenite v0.23.0
12392026-05-04T17:05:51.706Z Downloaded whoami v1.6.1
12402026-05-04T17:05:51.711Z Downloaded unicode-bidi v0.3.18
12412026-05-04T17:05:51.715Z Downloaded whoami v2.1.0
12422026-05-04T17:05:51.718Z Downloaded steno v0.4.1
12432026-05-04T17:05:51.721Z Downloaded typify v0.6.2
12442026-05-04T17:05:51.726Z Downloaded yasna v0.5.2
12452026-05-04T17:05:51.729Z Downloaded rpassword v7.4.0
12462026-05-04T17:05:51.734Z Downloaded zerocopy v0.6.6
12472026-05-04T17:05:51.746Z Downloaded vergen-gitcl v1.0.8
12482026-05-04T17:05:51.750Z Downloaded toml v1.0.6+spec-1.1.0
12492026-05-04T17:05:51.754Z Downloaded uuid v1.23.0
12502026-05-04T17:05:51.757Z Downloaded tungstenite v0.21.0
12512026-05-04T17:05:51.761Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-05-04T17:05:51.764Z Downloaded tokio-postgres v0.7.16
12532026-05-04T17:05:51.768Z Downloaded unsafe-libyaml v0.2.11
12542026-05-04T17:05:51.771Z Downloaded vte v0.14.1
12552026-05-04T17:05:51.771Z Downloaded reedline v0.40.0
12562026-05-04T17:05:51.775Z Downloaded git2 v0.20.4
12572026-05-04T17:05:51.778Z Downloaded typify v0.4.3
12582026-05-04T17:05:51.782Z Downloaded rustyline v14.0.0
12592026-05-04T17:05:51.785Z Downloaded zopfli v0.8.3
12602026-05-04T17:05:51.789Z Downloaded bindgen v0.71.1
12612026-05-04T17:05:51.803Z Downloaded toml v0.9.12+spec-1.1.0
12622026-05-04T17:05:51.808Z Downloaded reqwest v0.12.28
12632026-05-04T17:05:51.820Z Downloaded tar v0.4.45
12642026-05-04T17:05:51.827Z Downloaded unicode_categories v0.1.1
12652026-05-04T17:05:51.831Z Downloaded ssh-key v0.6.7
12662026-05-04T17:05:51.836Z Downloaded yansi v1.0.1
12672026-05-04T17:05:51.836Z Downloaded p384 v0.13.1
12682026-05-04T17:05:51.840Z Downloaded toml_edit v0.19.15
12692026-05-04T17:05:51.845Z Downloaded zip v0.6.6
12702026-05-04T17:05:51.849Z Downloaded reqwest v0.13.2
12712026-05-04T17:05:51.883Z Downloaded zerocopy-derive v0.8.40
12722026-05-04T17:05:51.883Z Downloaded portable-atomic v1.13.1
12732026-05-04T17:05:51.883Z Downloaded typed-path v0.9.3
12742026-05-04T17:05:51.887Z Downloaded regex v1.12.3
12752026-05-04T17:05:51.892Z Downloaded salty v0.3.0
12762026-05-04T17:05:51.895Z Downloaded rustls-webpki v0.101.7
12772026-05-04T17:05:51.902Z Downloaded lalrpop v0.19.12
12782026-05-04T17:05:51.907Z Downloaded x509-cert v0.2.5
12792026-05-04T17:05:51.910Z Downloaded tower v0.5.3
12802026-05-04T17:05:51.917Z Downloaded moka v0.12.13
12812026-05-04T17:05:51.921Z Downloaded unicode-segmentation v1.12.0
12822026-05-04T17:05:51.926Z Downloaded goblin v0.10.5
12832026-05-04T17:05:51.930Z Downloaded proptest v1.10.0
12842026-05-04T17:05:51.938Z Downloaded quick-xml v0.37.5
12852026-05-04T17:05:51.946Z Downloaded zip v4.6.1
12862026-05-04T17:05:51.956Z Downloaded tower-http v0.6.8
12872026-05-04T17:05:51.961Z Downloaded tokio-util v0.7.18
12882026-05-04T17:05:51.964Z Downloaded rayon v1.11.0
12892026-05-04T17:05:51.969Z Downloaded tough v0.20.0
12902026-05-04T17:05:51.973Z Downloaded object v0.30.4
12912026-05-04T17:05:51.978Z Downloaded curve25519-dalek v4.1.3
12922026-05-04T17:05:51.993Z Downloaded petname v2.0.2
12932026-05-04T17:05:51.997Z Downloaded unicode-normalization v0.1.25
12942026-05-04T17:05:52.002Z Downloaded rustls-webpki v0.102.8
12952026-05-04T17:05:52.012Z Downloaded nix v0.27.1
12962026-05-04T17:05:52.020Z Downloaded serde_with v3.17.0
12972026-05-04T17:05:52.025Z Downloaded winnow v0.5.40
12982026-05-04T17:05:52.030Z Downloaded quinn-proto v0.11.13
12992026-05-04T17:05:52.033Z Downloaded openssl v0.10.75
13002026-05-04T17:05:52.039Z Downloaded bstr v1.12.1
13012026-05-04T17:05:52.044Z Downloaded polar-core v0.27.3
13022026-05-04T17:05:52.048Z Downloaded winnow v0.6.26
13032026-05-04T17:05:52.053Z Downloaded radix_trie v0.2.1
13042026-05-04T17:05:52.070Z Downloaded nix v0.28.0
13052026-05-04T17:05:52.076Z Downloaded rustls v0.21.12
13062026-05-04T17:05:52.106Z Downloaded object v0.37.3
13072026-05-04T17:05:52.113Z Downloaded tabled v0.20.0
13082026-05-04T17:05:52.123Z Downloaded zlib-rs v0.6.2
13092026-05-04T17:05:52.126Z Downloaded dropshot v0.16.7
13102026-05-04T17:05:52.138Z Downloaded time v0.3.47
13112026-05-04T17:05:52.144Z Downloaded smoltcp v0.9.1
13122026-05-04T17:05:52.151Z Downloaded hickory-proto v0.24.4
13132026-05-04T17:05:52.158Z Downloaded webpki-roots v1.0.6
13142026-05-04T17:05:52.162Z Downloaded hickory-proto v0.25.2
13152026-05-04T17:05:52.170Z Downloaded vcpkg v0.2.15
13162026-05-04T17:05:52.193Z Downloaded zerocopy v0.8.40
13172026-05-04T17:05:52.199Z Downloaded openapiv3 v2.2.0
13182026-05-04T17:05:52.206Z Downloaded rustls v0.22.4
13192026-05-04T17:05:52.213Z Downloaded smoltcp v0.11.0
13202026-05-04T17:05:52.221Z Downloaded diesel v2.3.7
13212026-05-04T17:05:52.235Z Downloaded rustix v0.38.44
13222026-05-04T17:05:52.249Z Downloaded rustls v0.23.37
13232026-05-04T17:05:52.254Z Downloaded regress v0.11.1
13242026-05-04T17:05:52.260Z Downloaded regex-syntax v0.8.10
13252026-05-04T17:05:52.266Z Downloaded regress v0.10.5
13262026-05-04T17:05:52.271Z Downloaded nix v0.31.2
13272026-05-04T17:05:52.279Z Downloaded nix v0.29.0
13282026-05-04T17:05:52.286Z Downloaded regex-syntax v0.6.29
13292026-05-04T17:05:52.291Z Downloaded dropshot v0.17.0
13302026-05-04T17:05:52.305Z Downloaded encoding_rs v0.8.35
13312026-05-04T17:05:52.318Z Downloaded sled v0.34.7
13322026-05-04T17:05:52.324Z Downloaded ratatui v0.29.0
13332026-05-04T17:05:52.337Z Downloaded typify-impl v0.4.3
13342026-05-04T17:05:52.346Z Downloaded tracing v0.1.44
13352026-05-04T17:05:52.359Z Downloaded typify-impl v0.6.2
13362026-05-04T17:05:52.368Z Downloaded regex-automata v0.4.14
13372026-05-04T17:05:52.377Z Downloaded zerocopy-derive v0.6.6
13382026-05-04T17:05:52.385Z Downloaded bzip2-sys v0.1.13+1.0.8
13392026-05-04T17:05:52.391Z Downloaded sqlparser v0.61.0
13402026-05-04T17:05:52.414Z Downloaded libz-sys v1.1.24
13412026-05-04T17:05:52.426Z Downloaded csv v1.4.0
13422026-05-04T17:05:52.438Z Downloaded petgraph v0.6.5
13432026-05-04T17:05:52.450Z Downloaded chrono-tz v0.10.4
13442026-05-04T17:05:52.472Z Downloaded jiff v0.2.21
13452026-05-04T17:05:52.492Z Downloaded ring v0.17.14
13462026-05-04T17:05:52.516Z Downloaded petgraph v0.8.3
13472026-05-04T17:05:52.538Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-05-04T17:05:52.550Z Downloaded sha3 v0.10.8
13492026-05-04T17:05:52.567Z Downloaded tokio v1.52.1
13502026-05-04T17:05:52.683Z Downloaded libgit2-sys v0.18.3+1.9.2
13512026-05-04T17:05:53.207Z Downloaded aws-lc-sys v0.37.1
13522026-05-04T17:05:53.453Z Compiling libc v0.2.185
13532026-05-04T17:05:53.453Z Compiling serde v1.0.228
13542026-05-04T17:05:53.456Z Compiling find-msvc-tools v0.1.9
13552026-05-04T17:05:53.456Z Compiling shlex v1.3.0
13562026-05-04T17:05:53.591Z Compiling log v0.4.29
13572026-05-04T17:05:53.595Z Compiling smallvec v1.15.1
13582026-05-04T17:05:53.601Z Compiling syn v2.0.117
13592026-05-04T17:05:53.608Z Compiling typenum v1.19.0
13602026-05-04T17:05:53.773Z Compiling generic-array v0.14.7
13612026-05-04T17:05:53.795Z Compiling subtle v2.6.1
13622026-05-04T17:05:53.830Z Compiling scopeguard v1.2.0
13632026-05-04T17:05:53.848Z Compiling const-oid v0.9.6
13642026-05-04T17:05:53.946Z Compiling lock_api v0.4.14
13652026-05-04T17:05:53.958Z Compiling portable-atomic v1.13.1
13662026-05-04T17:05:53.961Z Compiling zerocopy v0.8.40
13672026-05-04T17:05:54.035Z Compiling critical-section v1.2.0
13682026-05-04T17:05:54.140Z Compiling serde_json v1.0.149
13692026-05-04T17:05:54.163Z Compiling parking_lot_core v0.9.12
13702026-05-04T17:05:54.363Z Compiling pin-project-lite v0.2.17
13712026-05-04T17:05:54.427Z Compiling getrandom v0.2.17
13722026-05-04T17:05:54.440Z Compiling jobserver v0.1.34
13732026-05-04T17:05:54.456Z Compiling errno v0.3.14
13742026-05-04T17:05:54.566Z Compiling rand_core v0.6.4
13752026-05-04T17:05:54.585Z Compiling pkg-config v0.3.32
13762026-05-04T17:05:54.599Z Compiling signal-hook-registry v1.4.8
13772026-05-04T17:05:54.650Z Compiling cc v1.2.56
13782026-05-04T17:05:54.961Z Compiling once_cell v1.21.3
13792026-05-04T17:05:54.984Z Compiling bitflags v2.11.0
13802026-05-04T17:05:55.053Z Compiling libm v0.2.16
13812026-05-04T17:05:55.157Z Compiling parking_lot v0.12.5
13822026-05-04T17:05:55.170Z Compiling mio v1.2.0
13832026-05-04T17:05:55.207Z Compiling num-traits v0.2.19
13842026-05-04T17:05:55.221Z Compiling futures-core v0.3.32
13852026-05-04T17:05:55.383Z Compiling percent-encoding v2.3.2
13862026-05-04T17:05:55.540Z Compiling socket2 v0.6.3
13872026-05-04T17:05:55.575Z Compiling futures-sink v0.3.32
13882026-05-04T17:05:55.589Z Compiling cpufeatures v0.2.17
13892026-05-04T17:05:55.652Z Compiling futures-io v0.3.32
13902026-05-04T17:05:55.668Z Compiling futures-task v0.3.32
13912026-05-04T17:05:55.687Z Compiling futures-channel v0.3.32
13922026-05-04T17:05:55.744Z Compiling getrandom v0.4.1
13932026-05-04T17:05:55.812Z Compiling slab v0.4.12
13942026-05-04T17:05:55.843Z Compiling getrandom v0.3.4
13952026-05-04T17:05:55.926Z Compiling rustversion v1.0.22
13962026-05-04T17:05:55.968Z Compiling rand_core v0.10.0
13972026-05-04T17:05:56.002Z Compiling indexmap v2.14.0
13982026-05-04T17:05:56.151Z Compiling form_urlencoded v1.2.2
13992026-05-04T17:05:56.385Z Compiling cmake v0.1.57
14002026-05-04T17:05:56.414Z Compiling dunce v1.0.5
14012026-05-04T17:05:56.514Z Compiling base64ct v1.8.3
14022026-05-04T17:05:56.598Z Compiling synstructure v0.13.2
14032026-05-04T17:05:56.686Z Compiling ident_case v1.0.1
14042026-05-04T17:05:56.804Z Compiling fs_extra v1.3.0
14052026-05-04T17:05:56.817Z Compiling pem-rfc7468 v0.7.0
14062026-05-04T17:05:56.820Z Compiling flagset v0.4.7
14072026-05-04T17:05:56.857Z Compiling rand_core v0.9.5
14082026-05-04T17:05:56.940Z Compiling rustix v1.1.3
14092026-05-04T17:05:56.965Z Compiling iana-time-zone v0.1.65
14102026-05-04T17:05:56.984Z Compiling ring v0.17.14
14112026-05-04T17:05:57.074Z Compiling aws-lc-sys v0.37.1
14122026-05-04T17:05:57.128Z Compiling uuid v1.23.0
14132026-05-04T17:05:57.144Z Compiling rustc_version v0.4.1
14142026-05-04T17:05:57.168Z Compiling vcpkg v0.2.15
14152026-05-04T17:05:57.226Z Compiling regex-syntax v0.8.10
14162026-05-04T17:05:57.477Z Compiling aws-lc-rs v1.16.0
14172026-05-04T17:05:57.769Z Compiling tracing-core v0.1.36
14182026-05-04T17:05:57.841Z Compiling pest_generator v2.8.6
14192026-05-04T17:05:57.912Z Compiling openssl-sys v0.9.111
14202026-05-04T17:05:58.303Z Compiling serde_derive v1.0.228
14212026-05-04T17:05:58.336Z Compiling zeroize_derive v1.4.3
14222026-05-04T17:05:58.438Z Compiling zerofrom-derive v0.1.6
14232026-05-04T17:05:58.572Z Compiling yoke-derive v0.8.1
14242026-05-04T17:05:58.719Z Compiling zerocopy-derive v0.8.40
14252026-05-04T17:05:58.987Z Compiling zeroize v1.8.2
14262026-05-04T17:05:59.582Z Compiling zerovec-derive v0.11.2
14272026-05-04T17:05:59.751Z Compiling crypto-common v0.1.7
14282026-05-04T17:05:59.765Z Compiling block-buffer v0.10.4
14292026-05-04T17:05:59.853Z Compiling zerofrom v0.1.6
14302026-05-04T17:05:59.901Z Compiling digest v0.10.7
14312026-05-04T17:05:59.938Z Compiling displaydoc v0.2.5
14322026-05-04T17:05:59.978Z Compiling yoke v0.8.1
14332026-05-04T17:06:00.157Z Compiling tokio-macros v2.7.0
14342026-05-04T17:06:00.171Z Compiling hmac v0.12.1
14352026-05-04T17:06:00.331Z Compiling futures-macro v0.3.32
14362026-05-04T17:06:00.683Z Compiling zerotrie v0.2.3
14372026-05-04T17:06:00.724Z Compiling zerovec v0.11.5
14382026-05-04T17:06:00.874Z Compiling block-padding v0.3.3
14392026-05-04T17:06:00.979Z Compiling sha2 v0.10.9
14402026-05-04T17:06:01.040Z Compiling inout v0.1.4
14412026-05-04T17:06:01.134Z Compiling futures-util v0.3.32
14422026-05-04T17:06:01.212Z Compiling tinystr v0.8.2
14432026-05-04T17:06:01.224Z Compiling potential_utf v0.1.4
14442026-05-04T17:06:01.383Z Compiling icu_locale_core v2.1.1
14452026-05-04T17:06:01.407Z Compiling icu_collections v2.1.1
14462026-05-04T17:06:01.743Z Compiling bytes v1.11.1
14472026-05-04T17:06:01.874Z Compiling cipher v0.4.4
14482026-05-04T17:06:02.134Z Compiling icu_provider v2.1.1
14492026-05-04T17:06:02.240Z Compiling tokio v1.52.1
14502026-05-04T17:06:02.329Z Compiling der_derive v0.7.3
14512026-05-04T17:06:02.343Z Compiling http v1.4.0
14522026-05-04T17:06:02.426Z Compiling icu_properties v2.1.2
14532026-05-04T17:06:02.553Z Compiling icu_normalizer v2.1.1
14542026-05-04T17:06:03.086Z Compiling ppv-lite86 v0.2.21
14552026-05-04T17:06:03.101Z Compiling salsa20 v0.10.2
14562026-05-04T17:06:03.239Z Compiling chrono v0.4.44
14572026-05-04T17:06:03.253Z Compiling pbkdf2 v0.12.2
14582026-05-04T17:06:03.267Z Compiling idna_adapter v1.2.1
14592026-05-04T17:06:03.360Z Compiling der v0.7.10
14602026-05-04T17:06:03.372Z Compiling idna v1.1.0
14612026-05-04T17:06:03.400Z Compiling thiserror-impl v2.0.18
14622026-05-04T17:06:03.400Z Compiling rand_chacha v0.9.0
14632026-05-04T17:06:03.512Z Compiling scrypt v0.11.0
14642026-05-04T17:06:03.767Z Compiling url v2.5.8
14652026-05-04T17:06:04.010Z Compiling aes v0.8.4
14662026-05-04T17:06:04.100Z Compiling cbc v0.1.2
14672026-05-04T17:06:04.252Z Compiling spki v0.7.3
14682026-05-04T17:06:04.462Z Compiling rustls-pki-types v1.14.0
14692026-05-04T17:06:04.530Z Compiling tracing-attributes v0.1.31
14702026-05-04T17:06:04.547Z Compiling pkcs5 v0.7.1
14712026-05-04T17:06:04.580Z Compiling rand v0.9.2
14722026-05-04T17:06:04.767Z Compiling thiserror v2.0.18
14732026-05-04T17:06:04.878Z Compiling http-body v1.0.1
14742026-05-04T17:06:05.032Z Compiling serde_derive_internals v0.29.1
14752026-05-04T17:06:05.048Z Compiling openssl-probe v0.2.1
14762026-05-04T17:06:05.065Z Compiling base64 v0.22.1
14772026-05-04T17:06:05.079Z Compiling httparse v1.10.1
14782026-05-04T17:06:05.221Z Compiling untrusted v0.9.0
14792026-05-04T17:06:05.361Z Compiling untrusted v0.7.1
14802026-05-04T17:06:05.381Z Compiling schemars v0.8.22
14812026-05-04T17:06:05.462Z Compiling pkcs8 v0.10.2
14822026-05-04T17:06:05.476Z Compiling pest_derive v2.8.6
14832026-05-04T17:06:05.601Z Compiling scroll_derive v0.13.1
14842026-05-04T17:06:05.772Z Compiling darling_core v0.20.11
14852026-05-04T17:06:05.875Z Compiling tracing v0.1.44
14862026-05-04T17:06:05.901Z Compiling tokio-util v0.7.18
14872026-05-04T17:06:05.926Z Compiling schemars_derive v0.8.22
14882026-05-04T17:06:06.147Z Compiling tower-service v0.3.3
14892026-05-04T17:06:06.245Z Compiling tower-layer v0.3.3
14902026-05-04T17:06:06.406Z Compiling tinyvec_macros v0.1.1
14912026-05-04T17:06:06.416Z Compiling dyn-clone v1.0.20
14922026-05-04T17:06:06.490Z Compiling rustls v0.23.37
14932026-05-04T17:06:06.569Z Compiling atomic-waker v1.1.2
14942026-05-04T17:06:06.648Z Compiling try-lock v0.2.5
14952026-05-04T17:06:06.680Z Compiling h2 v0.4.13
14962026-05-04T17:06:06.762Z Compiling want v0.3.1
14972026-05-04T17:06:06.910Z Compiling tinyvec v1.10.0
14982026-05-04T17:06:06.922Z Compiling scroll v0.13.0
14992026-05-04T17:06:07.188Z Compiling ipnet v2.11.0
15002026-05-04T17:06:07.259Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-05-04T17:06:07.453Z Compiling spin v0.9.8
15022026-05-04T17:06:07.631Z Compiling aho-corasick v1.1.4
15032026-05-04T17:06:07.652Z Compiling foreign-types-shared v0.1.1
15042026-05-04T17:06:07.672Z Compiling powerfmt v0.2.0
15052026-05-04T17:06:07.743Z Compiling num-conv v0.2.0
15062026-05-04T17:06:07.843Z Compiling httpdate v1.0.3
15072026-05-04T17:06:07.871Z Compiling crc32fast v1.5.0
15082026-05-04T17:06:07.874Z Compiling openssl v0.10.75
15092026-05-04T17:06:08.027Z Compiling darling_macro v0.20.11
15102026-05-04T17:06:08.059Z Compiling pin-utils v0.1.0
15112026-05-04T17:06:08.099Z Compiling time-core v0.1.8
15122026-05-04T17:06:08.167Z Compiling deranged v0.5.8
15132026-05-04T17:06:08.199Z Compiling foreign-types v0.3.2
15142026-05-04T17:06:08.245Z Compiling time-macros v0.2.27
15152026-05-04T17:06:08.272Z Compiling tempfile v3.25.0
15162026-05-04T17:06:08.421Z Compiling regex-automata v0.4.14
15172026-05-04T17:06:08.488Z Compiling darling v0.20.11
15182026-05-04T17:06:08.644Z Compiling goblin v0.10.5
15192026-05-04T17:06:09.285Z Compiling openssl-macros v0.1.1
15202026-05-04T17:06:09.289Z Compiling wait-timeout v0.2.1
15212026-05-04T17:06:09.554Z Compiling hyper v1.8.1
15222026-05-04T17:06:09.627Z Compiling bit-vec v0.8.0
15232026-05-04T17:06:09.726Z Compiling num_threads v0.1.7
15242026-05-04T17:06:09.831Z Compiling crossbeam-utils v0.8.21
15252026-05-04T17:06:09.885Z Compiling quick-error v1.2.3
15262026-05-04T17:06:09.999Z Compiling native-tls v0.2.18
15272026-05-04T17:06:10.120Z Compiling siphasher v1.0.2
15282026-05-04T17:06:10.204Z Compiling usdt-impl v0.6.0
15292026-05-04T17:06:10.312Z Compiling simd-adler32 v0.3.8
15302026-05-04T17:06:10.409Z Compiling syn v1.0.109
15312026-05-04T17:06:10.619Z Compiling hyper-util v0.1.20
15322026-05-04T17:06:10.634Z Compiling rusty-fork v0.3.1
15332026-05-04T17:06:10.768Z Compiling bit-set v0.8.0
15342026-05-04T17:06:10.941Z Compiling time v0.3.47
15352026-05-04T17:06:11.133Z Compiling derive_builder_core v0.20.2
15362026-05-04T17:06:11.996Z Compiling dof v0.4.0
15372026-05-04T17:06:12.491Z Compiling unicode-normalization v0.1.25
15382026-05-04T17:06:12.529Z Compiling dtrace-parser v0.3.0
15392026-05-04T17:06:12.599Z Compiling rustls-native-certs v0.8.3
15402026-05-04T17:06:12.825Z Compiling signature v2.2.0
15412026-05-04T17:06:12.888Z Compiling thiserror-impl v1.0.69
15422026-05-04T17:06:12.932Z Compiling scroll_derive v0.12.1
15432026-05-04T17:06:13.009Z Compiling heapless v0.7.17
15442026-05-04T17:06:13.147Z Compiling rand_xorshift v0.4.0
15452026-05-04T17:06:13.247Z Compiling slog v2.8.2
15462026-05-04T17:06:13.263Z Compiling darling_core v0.21.3
15472026-05-04T17:06:13.313Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-05-04T17:06:13.433Z Compiling sync_wrapper v1.0.2
15492026-05-04T17:06:13.547Z Compiling thread-id v5.1.0
15502026-05-04T17:06:13.573Z Compiling cookie v0.18.1
15512026-05-04T17:06:13.589Z Compiling allocator-api2 v0.2.21
15522026-05-04T17:06:13.630Z Compiling zstd-safe v7.2.4
15532026-05-04T17:06:13.754Z Compiling unicode-bidi v0.3.18
15542026-05-04T17:06:13.802Z Compiling anyhow v1.0.102
15552026-05-04T17:06:13.825Z Compiling unicode-properties v0.1.4
15562026-05-04T17:06:13.906Z Compiling paste v1.0.15
15572026-05-04T17:06:14.032Z Compiling adler2 v2.0.1
15582026-05-04T17:06:14.106Z Compiling unarray v0.1.4
15592026-05-04T17:06:14.129Z Compiling signal-hook v0.3.18
15602026-05-04T17:06:14.162Z Compiling thiserror v1.0.69
15612026-05-04T17:06:14.219Z Compiling proptest v1.10.0
15622026-05-04T17:06:14.232Z Compiling miniz_oxide v0.8.9
15632026-05-04T17:06:14.288Z Compiling stringprep v0.1.5
15642026-05-04T17:06:14.747Z Compiling scroll v0.12.0
15652026-05-04T17:06:14.878Z Compiling tower v0.5.3
15662026-05-04T17:06:15.019Z Compiling derive_builder_macro v0.20.2
15672026-05-04T17:06:15.319Z Compiling ipnetwork v0.21.1
15682026-05-04T17:06:15.353Z Compiling http-body-util v0.1.3
15692026-05-04T17:06:15.471Z Compiling webpki-roots v1.0.6
15702026-05-04T17:06:15.596Z Compiling rand_chacha v0.3.1
15712026-05-04T17:06:15.599Z Compiling toml_datetime v0.6.11
15722026-05-04T17:06:15.711Z Compiling serde_spanned v0.6.9
15732026-05-04T17:06:15.726Z Compiling serde_tokenstream v0.2.3
15742026-05-04T17:06:15.773Z Compiling darling_macro v0.21.3
15752026-05-04T17:06:15.857Z Compiling erased-serde v0.3.31
15762026-05-04T17:06:15.872Z Compiling md-5 v0.10.6
15772026-05-04T17:06:16.035Z Compiling zerocopy-derive v0.7.35
15782026-05-04T17:06:16.039Z Compiling curve25519-dalek v4.1.3
15792026-05-04T17:06:16.242Z Compiling vergen-lib v0.1.6
15802026-05-04T17:06:16.339Z Compiling num-integer v0.1.46
15812026-05-04T17:06:16.381Z Compiling hash32 v0.2.1
15822026-05-04T17:06:16.396Z Compiling ff v0.13.1
15832026-05-04T17:06:16.421Z Compiling memoffset v0.9.1
15842026-05-04T17:06:16.533Z Compiling litrs v1.0.0
15852026-05-04T17:06:16.573Z Compiling base16ct v0.2.0
15862026-05-04T17:06:16.613Z Compiling zlib-rs v0.6.2
15872026-05-04T17:06:16.656Z Compiling num-bigint-dig v0.8.6
15882026-05-04T17:06:16.750Z Compiling rustix v0.38.44
15892026-05-04T17:06:16.849Z Compiling smoltcp v0.9.1
15902026-05-04T17:06:16.889Z Compiling fallible-iterator v0.2.0
15912026-05-04T17:06:17.046Z Compiling ref-cast v1.0.25
15922026-05-04T17:06:17.108Z Compiling ryu v1.0.23
15932026-05-04T17:06:17.202Z Compiling psl-types v2.0.11
15942026-05-04T17:06:17.219Z Compiling iri-string v0.7.10
15952026-05-04T17:06:17.303Z Compiling cfg_aliases v0.2.1
15962026-05-04T17:06:17.337Z Compiling publicsuffix v2.3.0
15972026-05-04T17:06:17.380Z Compiling nix v0.31.2
15982026-05-04T17:06:17.413Z Compiling serde_urlencoded v0.7.1
15992026-05-04T17:06:17.530Z Compiling postgres-protocol v0.6.10
16002026-05-04T17:06:17.744Z Compiling document-features v0.2.12
16012026-05-04T17:06:17.758Z Compiling zerocopy v0.7.35
16022026-05-04T17:06:18.136Z Compiling sec1 v0.7.3
16032026-05-04T17:06:18.321Z Compiling num-iter v0.1.45
16042026-05-04T17:06:18.367Z Compiling tower-http v0.6.8
16052026-05-04T17:06:18.393Z Compiling newtype-uuid v1.3.2
16062026-05-04T17:06:18.706Z Compiling group v0.13.0
16072026-05-04T17:06:18.814Z Compiling darling v0.21.3
16082026-05-04T17:06:18.884Z Compiling rand v0.8.5
16092026-05-04T17:06:18.898Z Compiling oxnet v0.1.4
16102026-05-04T17:06:18.902Z Compiling derive_builder v0.20.2
16112026-05-04T17:06:18.902Z Compiling hubpack_derive v0.1.1
16122026-05-04T17:06:19.139Z Compiling tokio-native-tls v0.3.1
16132026-05-04T17:06:19.155Z Compiling goblin v0.8.2
16142026-05-04T17:06:19.493Z Compiling flate2 v1.1.9
16152026-05-04T17:06:19.889Z Compiling regex v1.12.3
16162026-05-04T17:06:19.928Z Compiling phf_shared v0.13.1
16172026-05-04T17:06:19.946Z Compiling lazy_static v1.5.0
16182026-05-04T17:06:20.019Z Compiling cargo-platform v0.1.9
16192026-05-04T17:06:20.043Z Compiling hkdf v0.12.4
16202026-05-04T17:06:20.169Z Compiling crypto-bigint v0.5.5
16212026-05-04T17:06:20.214Z Compiling terminal_size v0.4.3
16222026-05-04T17:06:20.272Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-04T17:06:20.276Z Compiling async-trait v0.1.89
16242026-05-04T17:06:20.319Z Compiling daft-derive v0.1.5
16252026-05-04T17:06:20.355Z Compiling strum_macros v0.27.2
16262026-05-04T17:06:20.917Z Compiling ref-cast-impl v1.0.25
16272026-05-04T17:06:21.034Z Compiling vergen v9.0.6
16282026-05-04T17:06:21.224Z Compiling fs-err v3.3.0
16292026-05-04T17:06:21.305Z Compiling ahash v0.8.12
16302026-05-04T17:06:21.417Z Compiling bitflags v1.3.2
16312026-05-04T17:06:21.448Z Compiling foldhash v0.1.5
16322026-05-04T17:06:21.497Z Compiling unicode-segmentation v1.12.0
16332026-05-04T17:06:21.511Z Compiling libbz2-rs-sys v0.2.2
16342026-05-04T17:06:21.623Z Compiling bumpalo v3.20.2
16352026-05-04T17:06:21.879Z Compiling object v0.37.3
16362026-05-04T17:06:21.879Z Compiling winnow v0.5.40
16372026-05-04T17:06:22.160Z Compiling foldhash v0.2.0
16382026-05-04T17:06:22.186Z Compiling managed v0.8.0
16392026-05-04T17:06:22.300Z Compiling strum v0.27.2
16402026-05-04T17:06:22.325Z Compiling hashbrown v0.16.1
16412026-05-04T17:06:22.400Z Compiling bzip2 v0.6.1
16422026-05-04T17:06:22.429Z Compiling clap_builder v4.5.60
16432026-05-04T17:06:22.606Z Compiling zopfli v0.8.3
16442026-05-04T17:06:22.673Z Compiling hashbrown v0.15.5
16452026-05-04T17:06:23.162Z Compiling toml_edit v0.19.15
16462026-05-04T17:06:23.177Z Compiling dof v0.3.0
16472026-05-04T17:06:23.234Z Compiling elliptic-curve v0.13.8
16482026-05-04T17:06:23.259Z Compiling daft v0.1.5
16492026-05-04T17:06:23.532Z Compiling cargo_metadata v0.19.2
16502026-05-04T17:06:23.629Z Compiling phf v0.13.1
16512026-05-04T17:06:23.886Z Compiling signal-hook-mio v0.2.5
16522026-05-04T17:06:24.009Z Compiling cookie_store v0.22.1
16532026-05-04T17:06:24.889Z Compiling zstd v0.13.3
16542026-05-04T17:06:25.070Z Compiling hubpack v0.1.2
16552026-05-04T17:06:25.160Z Compiling hyper-tls v0.6.0
16562026-05-04T17:06:25.246Z Compiling bzip2 v0.4.4
16572026-05-04T17:06:25.300Z Compiling serde_with_macros v3.17.0
16582026-05-04T17:06:25.436Z Compiling postgres-types v0.2.12
16592026-05-04T17:06:25.507Z Compiling usdt-macro v0.6.0
16602026-05-04T17:06:25.786Z Compiling usdt-attr-macro v0.6.0
16612026-05-04T17:06:25.992Z Compiling dtrace-parser v0.2.0
16622026-05-04T17:06:26.235Z Compiling ed25519 v2.2.3
16632026-05-04T17:06:26.297Z Compiling bstr v1.12.1
16642026-05-04T17:06:26.409Z Compiling phf_shared v0.11.3
16652026-05-04T17:06:26.554Z Compiling pkcs1 v0.7.5
16662026-05-04T17:06:26.569Z Compiling hex v0.4.3
16672026-05-04T17:06:26.599Z Compiling serde-big-array v0.5.1
16682026-05-04T17:06:26.745Z Compiling rfc6979 v0.4.0
16692026-05-04T17:06:26.745Z Compiling strum_macros v0.26.4
16702026-05-04T17:06:26.834Z Compiling enum-as-inner v0.6.1
16712026-05-04T17:06:26.875Z Compiling serde_repr v0.1.20
16722026-05-04T17:06:26.943Z Compiling clap_derive v4.5.55
16732026-05-04T17:06:26.958Z Compiling float-cmp v0.10.0
16742026-05-04T17:06:27.104Z Compiling thread-id v4.2.2
16752026-05-04T17:06:27.141Z Compiling memmap2 v0.9.10
16762026-05-04T17:06:27.191Z Compiling env_filter v1.0.0
16772026-05-04T17:06:27.360Z Compiling encoding_rs v0.8.35
16782026-05-04T17:06:27.364Z Compiling fixedbitset v0.5.7
16792026-05-04T17:06:27.402Z Compiling either v1.15.0
16802026-05-04T17:06:27.495Z Compiling rustc-hash v2.1.1
16812026-05-04T17:06:27.612Z Compiling normalize-line-endings v0.3.0
16822026-05-04T17:06:27.628Z Compiling difflib v0.4.0
16832026-05-04T17:06:27.667Z Compiling fixedbitset v0.4.2
16842026-05-04T17:06:27.709Z Compiling predicates-core v1.0.10
16852026-05-04T17:06:27.884Z Compiling whoami v2.1.0
16862026-05-04T17:06:27.888Z Compiling keccak v0.1.6
16872026-05-04T17:06:28.187Z Compiling new_debug_unreachable v1.0.6
16882026-05-04T17:06:28.263Z Compiling data-encoding v2.10.0
16892026-05-04T17:06:28.266Z Compiling precomputed-hash v0.1.1
16902026-05-04T17:06:28.368Z Compiling jiff v0.2.21
16912026-05-04T17:06:28.472Z Compiling static_assertions v1.1.0
16922026-05-04T17:06:28.552Z Compiling mime v0.3.17
16932026-05-04T17:06:28.709Z Compiling hickory-proto v0.25.2
16942026-05-04T17:06:28.725Z Compiling clap v4.5.60
16952026-05-04T17:06:28.810Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-04T17:06:28.825Z Compiling strum v0.26.3
16972026-05-04T17:06:28.843Z Compiling string_cache v0.8.9
16982026-05-04T17:06:28.956Z Compiling toml_edit v0.22.27
16992026-05-04T17:06:28.971Z Compiling tokio-postgres v0.7.16
17002026-05-04T17:06:29.069Z Compiling sha3 v0.10.8
17012026-05-04T17:06:29.352Z Compiling predicates v3.1.4
17022026-05-04T17:06:29.531Z Compiling petgraph v0.6.5
17032026-05-04T17:06:30.014Z Compiling iddqd v0.3.18
17042026-05-04T17:06:31.076Z Compiling zip v4.6.1
17052026-05-04T17:06:31.167Z Compiling itertools v0.13.0
17062026-05-04T17:06:31.211Z Compiling petgraph v0.8.3
17072026-05-04T17:06:31.605Z Compiling env_logger v0.11.9
17082026-05-04T17:06:31.704Z Compiling usdt v0.6.0
17092026-05-04T17:06:31.966Z Compiling usdt-impl v0.5.0
17102026-05-04T17:06:31.969Z Compiling ecdsa v0.16.9
17112026-05-04T17:06:32.037Z Compiling serde_with v3.17.0
17122026-05-04T17:06:32.370Z Compiling rsa v0.9.10
17132026-05-04T17:06:32.389Z Compiling similar v2.7.0
17142026-05-04T17:06:32.549Z Compiling ed25519-dalek v2.2.0
17152026-05-04T17:06:32.556Z Compiling crossterm v0.28.1
17162026-05-04T17:06:33.208Z Compiling zip v0.6.6
17172026-05-04T17:06:33.408Z Compiling toml v0.7.8
17182026-05-04T17:06:33.829Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-04T17:06:33.977Z Compiling heck v0.4.1
17202026-05-04T17:06:34.009Z Compiling crossbeam-epoch v0.9.18
17212026-05-04T17:06:34.041Z Compiling tokio-stream v0.1.18
17222026-05-04T17:06:34.209Z Compiling buf-list v1.1.2
17232026-05-04T17:06:34.337Z Compiling x509-cert v0.2.5
17242026-05-04T17:06:34.452Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-05-04T17:06:34.486Z Compiling openapiv3 v2.2.0
17262026-05-04T17:06:34.511Z Compiling sha1 v0.10.6
17272026-05-04T17:06:34.564Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-05-04T17:06:34.766Z Compiling lalrpop-util v0.19.12
17292026-05-04T17:06:34.780Z Compiling peg-runtime v0.8.5
17302026-05-04T17:06:34.864Z Compiling thread_local v1.1.9
17312026-05-04T17:06:34.963Z Compiling slog-async v2.8.0
17322026-05-04T17:06:35.070Z Compiling crossbeam-channel v0.5.15
17332026-05-04T17:06:35.128Z Compiling futures-executor v0.3.32
17342026-05-04T17:06:35.294Z Compiling filetime v0.2.27
17352026-05-04T17:06:35.394Z Compiling is-terminal v0.4.17
17362026-05-04T17:06:35.477Z Compiling xattr v1.6.1
17372026-05-04T17:06:35.496Z Compiling take_mut v0.2.2
17382026-05-04T17:06:35.532Z Compiling term v1.2.1
17392026-05-04T17:06:35.612Z Compiling tar v0.4.45
17402026-05-04T17:06:35.699Z Compiling futures v0.3.32
17412026-05-04T17:06:36.002Z Compiling slog-term v2.9.2
17422026-05-04T17:06:43.248Z Compiling rustls-webpki v0.103.9
17432026-05-04T17:06:46.041Z Compiling tokio-rustls v0.26.4
17442026-05-04T17:06:46.041Z Compiling rustls-platform-verifier v0.6.2
17452026-05-04T17:06:46.247Z Compiling hyper-rustls v0.27.7
17462026-05-04T17:06:46.452Z Compiling reqwest v0.12.28
17472026-05-04T17:06:46.452Z Compiling reqwest v0.13.2
17482026-05-04T17:06:48.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-05-04T17:06:48.800Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-05-04T17:06:51.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-05-04T17:06:51.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-05-04T17:06:51.845ZMay 04 17:06:50.920 INFO Starting download, target: Console
17532026-05-04T17:06:51.845ZMay 04 17:06:50.921 INFO Starting download, target: Clickhouse
17542026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Starting download, target: Cockroach
17552026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Starting download, target: DendriteStub
17562026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Starting download, target: MaghemiteMgd
17572026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Starting download, target: TransceiverControl
17582026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-05-04T17:06:51.848ZMay 04 17:06:50.921 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-05-04T17:06:51.849ZMay 04 17:06:50.921 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-05-04T17:06:51.849ZMay 04 17:06:50.921 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-05-04T17:06:51.849ZMay 04 17:06:50.921 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-05-04T17:06:51.849ZMay 04 17:06:50.921 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-05-04T17:06:52.219ZMay 04 17:06:51.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-05-04T17:06:52.426ZMay 04 17:06:51.498 INFO Download complete, target: TransceiverControl
17662026-05-04T17:06:52.888ZMay 04 17:06:51.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-04T17:06:53.120ZMay 04 17:06:52.193 INFO Download complete, target: Console
17682026-05-04T17:06:54.021ZMay 04 17:06:53.094 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-05-04T17:06:54.477ZMay 04 17:06:53.551 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-04T17:06:54.930ZMay 04 17:06:54.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-05-04T17:06:55.062ZMay 04 17:06:54.136 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-05-04T17:06:55.062ZMay 04 17:06:54.136 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-05-04T17:06:56.309ZMay 04 17:06:55.383 INFO Download complete, target: DendriteStub
17742026-05-04T17:06:56.829ZMay 04 17:06:55.903 INFO Download complete, target: MaghemiteMgd
17752026-05-04T17:06:59.614ZMay 04 17:06:58.688 INFO Checking that binary works, target: Cockroach
17762026-05-04T17:06:59.710ZMay 04 17:06:58.784 INFO Download complete, target: Cockroach
17772026-05-04T17:07:01.647ZMay 04 17:07:00.720 INFO Checking that binary works, target: Clickhouse
17782026-05-04T17:07:01.904ZMay 04 17:07:00.978 INFO Download complete, target: Clickhouse
17792026-05-04T17:07:02.032ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-05-04T17:07:02.036Z
17812026-05-04T17:07:02.036Zreal 3:08.293876316
17822026-05-04T17:07:02.036Zuser 7:15.186840066
17832026-05-04T17:07:02.036Zsys 1:25.106772889
17842026-05-04T17:07:02.036Ztrap 0.218311971
17852026-05-04T17:07:02.036Ztflt 0.776416227
17862026-05-04T17:07:02.036Zdflt 1.436476607
17872026-05-04T17:07:02.036Zkflt 0.126740084
17882026-05-04T17:07:02.036Zlock 21:17.812767503
17892026-05-04T17:07:02.036Zslp 22:12.227423257
17902026-05-04T17:07:02.036Zlat 42.344451308
17912026-05-04T17:07:02.036Zstop 1:58.722612281
17922026-05-04T17:07:02.036Z+ banner hack-check
17932026-05-04T17:07:02.037Z
17942026-05-04T17:07:02.037Z # # ## #### # # #### # # ###### #### # #
17952026-05-04T17:07:02.037Z # # # # # # # # # # # # # # # # #
17962026-05-04T17:07:02.037Z ###### # # # #### ##### # ###### ##### # ####
17972026-05-04T17:07:02.037Z # # ###### # # # # # # # # # #
17982026-05-04T17:07:02.037Z # # # # # # # # # # # # # # # # #
17992026-05-04T17:07:02.037Z # # # # #### # # #### # # ###### #### # #
18002026-05-04T17:07:02.037Z
18012026-05-04T17:07:02.037Z+ export CARGO_INCREMENTAL=0
18022026-05-04T17:07:02.037Z+ CARGO_INCREMENTAL=0
18032026-05-04T17:07:02.037Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-05-04T17:07:02.564Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-05-04T17:07:02.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-05-04T17:07:04.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18072026-05-04T17:07:04.718Z Running `target/debug/xtask check-features --ci`
18082026-05-04T17:07:04.745Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-05-04T17:07:04.749Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-05-04T17:07:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18112026-05-04T17:07:05.255Z Running `target/debug/xtask download cargo-hack`
18122026-05-04T17:07:06.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-05-04T17:07:06.338Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-05-04T17:07:08.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18152026-05-04T17:07:08.980Z Running `target/debug/xtask-downloader cargo-hack`
18162026-05-04T17:07:09.020ZMay 04 17:07:08.092 INFO Starting download, target: CargoHack
18172026-05-04T17:07:09.023ZMay 04 17:07:08.092 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-05-04T17:07:09.386ZMay 04 17:07:08.458 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-05-04T17:07:09.434ZMay 04 17:07:08.506 INFO Download complete, target: CargoHack
18202026-05-04T17:07:09.437Zrunning: "/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"
18212026-05-04T17:07:09.450Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-05-04T17:07:09.599Zinfo: running `cargo check --bins` on api_identity (1/273)
18232026-05-04T17:07:10.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-04T17:07:10.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-04T17:07:10.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-04T17:07:10.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18272026-05-04T17:07:10.166Z
18282026-05-04T17:07:10.166Zinfo: running `cargo check --bins` on bootstore (2/273)
18292026-05-04T17:07:10.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-04T17:07:10.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-04T17:07:10.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-04T17:07:10.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18332026-05-04T17:07:10.738Z
18342026-05-04T17:07:10.738Zinfo: running `cargo check --bins` on omicron-ledger (3/273)
18352026-05-04T17:07:11.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-04T17:07:11.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-04T17:07:11.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-04T17:07:11.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18392026-05-04T17:07:11.307Z
18402026-05-04T17:07:11.307Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/273)
18412026-05-04T17:07:11.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-04T17:07:11.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-04T17:07:11.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-04T17:07:11.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-05-04T17:07:11.890Z
18462026-05-04T17:07:11.890Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/273)
18472026-05-04T17:07:12.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-04T17:07:12.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-04T17:07:12.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-04T17:07:12.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18512026-05-04T17:07:12.469Z
18522026-05-04T17:07:12.469Zinfo: running `cargo check --bins` on omicron-certificates (6/273)
18532026-05-04T17:07:12.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-04T17:07:12.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-04T17:07:12.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-04T17:07:12.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18572026-05-04T17:07:13.047Z
18582026-05-04T17:07:13.047Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/273)
18592026-05-04T17:07:13.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-04T17:07:13.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-04T17:07:13.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-04T17:07:13.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18632026-05-04T17:07:13.632Z
18642026-05-04T17:07:13.632Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/273)
18652026-05-04T17:07:14.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-04T17:07:14.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-04T17:07:14.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-04T17:07:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18692026-05-04T17:07:14.222Z
18702026-05-04T17:07:14.222Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/273)
18712026-05-04T17:07:14.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-04T17:07:14.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-04T17:07:14.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-04T17:07:14.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-04T17:07:14.684Z
18762026-05-04T17:07:14.684Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/273)
18772026-05-04T17:07:15.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-04T17:07:15.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-04T17:07:15.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-04T17:07:15.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-04T17:07:15.148Z
18822026-05-04T17:07:15.148Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/273)
18832026-05-04T17:07:15.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-04T17:07:15.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-04T17:07:15.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-04T17:07:15.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-04T17:07:15.608Z
18882026-05-04T17:07:15.608Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/273)
18892026-05-04T17:07:16.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-04T17:07:16.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-04T17:07:16.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-04T17:07:16.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-04T17:07:16.064Z
18942026-05-04T17:07:16.064Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/273)
18952026-05-04T17:07:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-04T17:07:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-04T17:07:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-04T17:07:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-04T17:07:16.525Z
19002026-05-04T17:07:16.525Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/273)
19012026-05-04T17:07:16.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-04T17:07:16.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-04T17:07:16.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-04T17:07:16.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-04T17:07:16.986Z
19062026-05-04T17:07:16.986Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/273)
19072026-05-04T17:07:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-04T17:07:17.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-04T17:07:17.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-04T17:07:17.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-04T17:07:17.452Z
19122026-05-04T17:07:17.452Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/273)
19132026-05-04T17:07:17.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-04T17:07:17.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-04T17:07:17.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-04T17:07:17.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-04T17:07:17.915Z
19182026-05-04T17:07:17.915Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/273)
19192026-05-04T17:07:18.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-04T17:07:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-04T17:07:18.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-04T17:07:18.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-04T17:07:18.376Z
19242026-05-04T17:07:18.376Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/273)
19252026-05-04T17:07:18.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-04T17:07:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-04T17:07:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-04T17:07:18.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-04T17:07:18.836Z
19302026-05-04T17:07:18.837Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/273)
19312026-05-04T17:07:19.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-04T17:07:19.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-04T17:07:19.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-04T17:07:19.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-04T17:07:19.297Z
19362026-05-04T17:07:19.297Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/273)
19372026-05-04T17:07:19.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-04T17:07:19.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-04T17:07:19.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-04T17:07:19.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-04T17:07:19.761Z
19422026-05-04T17:07:19.761Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/273)
19432026-05-04T17:07:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-04T17:07:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-04T17:07:20.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-04T17:07:20.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-04T17:07:20.224Z
19482026-05-04T17:07:20.224Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/273)
19492026-05-04T17:07:20.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-04T17:07:20.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-04T17:07:20.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-04T17:07:20.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-04T17:07:20.687Z
19542026-05-04T17:07:20.687Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/273)
19552026-05-04T17:07:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-04T17:07:21.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-04T17:07:21.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-04T17:07:21.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-04T17:07:21.151Z
19602026-05-04T17:07:21.151Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/273)
19612026-05-04T17:07:21.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-04T17:07:21.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-04T17:07:21.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-04T17:07:21.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-04T17:07:21.615Z
19662026-05-04T17:07:21.615Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/273)
19672026-05-04T17:07:22.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-04T17:07:22.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-04T17:07:22.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-04T17:07:22.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-04T17:07:22.078Z
19722026-05-04T17:07:22.078Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/273)
19732026-05-04T17:07:22.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-04T17:07:22.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-04T17:07:22.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-04T17:07:22.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-04T17:07:22.546Z
19782026-05-04T17:07:22.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/273)
19792026-05-04T17:07:22.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-04T17:07:22.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-04T17:07:22.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-04T17:07:22.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-04T17:07:23.009Z
19842026-05-04T17:07:23.009Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/273)
19852026-05-04T17:07:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-04T17:07:23.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-04T17:07:23.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-04T17:07:23.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-04T17:07:23.471Z
19902026-05-04T17:07:23.471Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/273)
19912026-05-04T17:07:23.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-04T17:07:23.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-04T17:07:23.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-04T17:07:23.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-04T17:07:23.940Z
19962026-05-04T17:07:23.940Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/273)
19972026-05-04T17:07:24.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-04T17:07:24.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-04T17:07:24.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-04T17:07:24.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-04T17:07:24.406Z
20022026-05-04T17:07:24.406Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/273)
20032026-05-04T17:07:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-04T17:07:24.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-04T17:07:24.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-04T17:07:24.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-04T17:07:24.876Z
20082026-05-04T17:07:24.876Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/273)
20092026-05-04T17:07:25.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-04T17:07:25.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-04T17:07:25.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-04T17:07:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-04T17:07:25.346Z
20142026-05-04T17:07:25.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/273)
20152026-05-04T17:07:25.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-04T17:07:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-04T17:07:25.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-04T17:07:25.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-04T17:07:25.811Z
20202026-05-04T17:07:25.811Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/273)
20212026-05-04T17:07:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-04T17:07:26.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-04T17:07:26.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-04T17:07:26.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-04T17:07:26.279Z
20262026-05-04T17:07:26.279Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/273)
20272026-05-04T17:07:26.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-04T17:07:26.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-04T17:07:26.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-04T17:07:26.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-04T17:07:26.745Z
20322026-05-04T17:07:26.746Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/273)
20332026-05-04T17:07:27.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-04T17:07:27.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-04T17:07:27.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-04T17:07:27.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-04T17:07:27.214Z
20382026-05-04T17:07:27.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/273)
20392026-05-04T17:07:27.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-04T17:07:27.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-04T17:07:27.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-04T17:07:27.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-04T17:07:27.682Z
20442026-05-04T17:07:27.682Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/273)
20452026-05-04T17:07:28.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-04T17:07:28.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-04T17:07:28.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-04T17:07:28.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-04T17:07:28.149Z
20502026-05-04T17:07:28.150Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/273)
20512026-05-04T17:07:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-04T17:07:28.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-04T17:07:28.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-04T17:07:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-04T17:07:28.616Z
20562026-05-04T17:07:28.616Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/273)
20572026-05-04T17:07:29.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-04T17:07:29.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-04T17:07:29.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-04T17:07:29.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-04T17:07:29.085Z
20622026-05-04T17:07:29.085Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/273)
20632026-05-04T17:07:29.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-04T17:07:29.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-04T17:07:29.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-04T17:07:29.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-04T17:07:29.555Z
20682026-05-04T17:07:29.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/273)
20692026-05-04T17:07:29.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-04T17:07:29.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-04T17:07:29.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-04T17:07:29.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-04T17:07:30.023Z
20742026-05-04T17:07:30.023Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/273)
20752026-05-04T17:07:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-04T17:07:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-04T17:07:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-04T17:07:30.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-04T17:07:30.494Z
20802026-05-04T17:07:30.494Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/273)
20812026-05-04T17:07:30.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-04T17:07:30.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-04T17:07:30.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-04T17:07:30.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-05-04T17:07:30.965Z
20862026-05-04T17:07:30.965Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/273)
20872026-05-04T17:07:31.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-04T17:07:31.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-04T17:07:31.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-04T17:07:31.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-05-04T17:07:31.431Z
20922026-05-04T17:07:31.432Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/273)
20932026-05-04T17:07:31.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-04T17:07:31.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-04T17:07:31.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-04T17:07:31.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-05-04T17:07:31.900Z
20982026-05-04T17:07:31.900Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/273)
20992026-05-04T17:07:32.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-04T17:07:32.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-04T17:07:32.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-04T17:07:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-05-04T17:07:32.370Z
21042026-05-04T17:07:32.371Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/273)
21052026-05-04T17:07:32.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-04T17:07:32.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-04T17:07:32.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-04T17:07:32.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21092026-05-04T17:07:32.840Z
21102026-05-04T17:07:32.840Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/273)
21112026-05-04T17:07:33.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-04T17:07:33.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-04T17:07:33.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-04T17:07:33.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-05-04T17:07:33.471Z
21162026-05-04T17:07:33.471Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/273)
21172026-05-04T17:07:34.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-04T17:07:34.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-04T17:07:34.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-04T17:07:34.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21212026-05-04T17:07:34.114Z
21222026-05-04T17:07:34.114Zinfo: running `cargo check --bins` on nexus-config (51/273)
21232026-05-04T17:07:34.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-04T17:07:34.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-04T17:07:34.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-04T17:07:34.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272026-05-04T17:07:34.756Z
21282026-05-04T17:07:34.756Zinfo: running `cargo check --bins` on nexus-types (52/273)
21292026-05-04T17:07:35.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-04T17:07:35.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-04T17:07:35.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-04T17:07:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21332026-05-04T17:07:35.389Z
21342026-05-04T17:07:35.389Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/273)
21352026-05-04T17:07:35.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-04T17:07:35.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-04T17:07:35.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-04T17:07:35.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-04T17:07:35.989Z
21402026-05-04T17:07:35.989Zinfo: running `cargo check --bins` on omicron-passwords (54/273)
21412026-05-04T17:07:36.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-04T17:07:36.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-04T17:07:36.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-04T17:07:36.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-04T17:07:36.566Z
21462026-05-04T17:07:36.566Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/273)
21472026-05-04T17:07:37.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-04T17:07:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-04T17:07:37.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-04T17:07:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-04T17:07:37.168Z
21522026-05-04T17:07:37.168Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/273)
21532026-05-04T17:07:37.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-04T17:07:37.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-04T17:07:37.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-04T17:07:37.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-04T17:07:37.768Z
21582026-05-04T17:07:37.768Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/273)
21592026-05-04T17:07:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-04T17:07:38.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-04T17:07:38.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-04T17:07:38.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-04T17:07:38.368Z
21642026-05-04T17:07:38.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/273)
21652026-05-04T17:07:38.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-04T17:07:38.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-04T17:07:38.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-04T17:07:38.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-04T17:07:38.970Z
21702026-05-04T17:07:38.970Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/273)
21712026-05-04T17:07:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-04T17:07:39.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-04T17:07:39.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-04T17:07:39.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-04T17:07:39.552Z
21762026-05-04T17:07:39.552Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/273)
21772026-05-04T17:07:40.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-04T17:07:40.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-04T17:07:40.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-04T17:07:40.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-04T17:07:40.129Z
21822026-05-04T17:07:40.130Zinfo: running `cargo check --bins --no-default-features` on gfss (61/273)
21832026-05-04T17:07:40.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-04T17:07:40.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-04T17:07:40.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-04T17:07:40.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-04T17:07:40.708Z
21882026-05-04T17:07:40.708Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/273)
21892026-05-04T17:07:41.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-04T17:07:41.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-04T17:07:41.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-04T17:07:41.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21932026-05-04T17:07:41.285Z
21942026-05-04T17:07:41.285Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/273)
21952026-05-04T17:07:41.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-04T17:07:41.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-04T17:07:41.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-04T17:07:41.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-04T17:07:41.883Z
22002026-05-04T17:07:41.883Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/273)
22012026-05-04T17:07:42.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-04T17:07:42.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-04T17:07:42.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-04T17:07:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-04T17:07:42.484Z
22062026-05-04T17:07:42.484Zinfo: running `cargo check --bins` on cockroach-admin-types (65/273)
22072026-05-04T17:07:42.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-04T17:07:42.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-04T17:07:42.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-04T17:07:42.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-04T17:07:43.062Z
22122026-05-04T17:07:43.062Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/273)
22132026-05-04T17:07:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-04T17:07:43.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-04T17:07:43.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-04T17:07:43.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22172026-05-04T17:07:43.639Z
22182026-05-04T17:07:43.639Zinfo: running `cargo check --bins` on ereport-types (67/273)
22192026-05-04T17:07:44.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-04T17:07:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-04T17:07:44.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-04T17:07:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-05-04T17:07:44.231Z
22242026-05-04T17:07:44.232Zinfo: running `cargo check --bins` on gateway-client (68/273)
22252026-05-04T17:07:44.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-04T17:07:44.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-04T17:07:44.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-04T17:07:44.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-04T17:07:44.829Z
22302026-05-04T17:07:44.829Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/273)
22312026-05-04T17:07:45.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-04T17:07:45.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-04T17:07:45.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-04T17:07:45.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-05-04T17:07:45.418Z
22362026-05-04T17:07:45.418Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/273)
22372026-05-04T17:07:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-04T17:07:45.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-04T17:07:45.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-04T17:07:45.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22412026-05-04T17:07:46.014Z
22422026-05-04T17:07:46.014Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/273)
22432026-05-04T17:07:46.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-04T17:07:46.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-04T17:07:46.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-04T17:07:46.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-05-04T17:07:46.602Z
22482026-05-04T17:07:46.602Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/273)
22492026-05-04T17:07:47.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-04T17:07:47.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-04T17:07:47.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-05-04T17:07:47.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22532026-05-04T17:07:47.192Z
22542026-05-04T17:07:47.193Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/273)
22552026-05-04T17:07:47.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-05-04T17:07:47.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-05-04T17:07:47.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-05-04T17:07:47.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-05-04T17:07:47.808Z
22602026-05-04T17:07:47.808Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/273)
22612026-05-04T17:07:48.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-05-04T17:07:48.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-05-04T17:07:48.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-05-04T17:07:48.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22652026-05-04T17:07:48.416Z
22662026-05-04T17:07:48.416Zinfo: running `cargo check --bins` on key-manager-types (75/273)
22672026-05-04T17:07:48.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-05-04T17:07:48.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-05-04T17:07:48.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-05-04T17:07:48.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22712026-05-04T17:07:48.994Z
22722026-05-04T17:07:48.994Zinfo: running `cargo check --bins` on oxlog (76/273)
22732026-05-04T17:07:49.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-05-04T17:07:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-05-04T17:07:49.596Z Checking cfg-if v1.0.4
22762026-05-04T17:07:49.600Z Checking libc v0.2.185
22772026-05-04T17:07:49.600Z Checking serde_core v1.0.228
22782026-05-04T17:07:49.714Z Checking zeroize v1.8.2
22792026-05-04T17:07:49.722Z Checking memchr v2.8.0
22802026-05-04T17:07:49.730Z Checking log v0.4.29
22812026-05-04T17:07:49.739Z Checking smallvec v1.15.1
22822026-05-04T17:07:49.750Z Checking typenum v1.19.0
22832026-05-04T17:07:49.759Z Checking subtle v2.6.1
22842026-05-04T17:07:49.855Z Checking itoa v1.0.17
22852026-05-04T17:07:49.885Z Checking scopeguard v1.2.0
22862026-05-04T17:07:49.902Z Checking stable_deref_trait v1.2.1
22872026-05-04T17:07:49.913Z Checking const-oid v0.9.6
22882026-05-04T17:07:49.976Z Checking portable-atomic v1.13.1
22892026-05-04T17:07:49.988Z Checking lock_api v0.4.14
22902026-05-04T17:07:49.998Z Checking zerofrom v0.1.6
22912026-05-04T17:07:50.108Z Checking critical-section v1.2.0
22922026-05-04T17:07:50.113Z Checking getrandom v0.2.17
22932026-05-04T17:07:50.113Z Checking errno v0.3.14
22942026-05-04T17:07:50.181Z Checking yoke v0.8.1
22952026-05-04T17:07:50.223Z Checking parking_lot_core v0.9.12
22962026-05-04T17:07:50.247Z Checking signal-hook-registry v1.4.8
22972026-05-04T17:07:50.260Z Checking generic-array v0.14.7
22982026-05-04T17:07:50.290Z Checking rand_core v0.6.4
22992026-05-04T17:07:50.342Z Checking zerovec v0.11.5
23002026-05-04T17:07:50.365Z Checking once_cell v1.21.3
23012026-05-04T17:07:50.402Z Checking zerocopy v0.8.40
23022026-05-04T17:07:50.406Z Checking pin-project-lite v0.2.17
23032026-05-04T17:07:50.463Z Checking parking_lot v0.12.5
23042026-05-04T17:07:50.501Z Checking mio v1.2.0
23052026-05-04T17:07:50.535Z Checking socket2 v0.6.3
23062026-05-04T17:07:50.583Z Checking libm v0.2.16
23072026-05-04T17:07:50.645Z Checking zmij v1.0.21
23082026-05-04T17:07:50.685Z Checking crypto-common v0.1.7
23092026-05-04T17:07:50.768Z Checking block-buffer v0.10.4
23102026-05-04T17:07:50.772Z Checking tinystr v0.8.2
23112026-05-04T17:07:50.791Z Checking futures-core v0.3.32
23122026-05-04T17:07:50.803Z Checking percent-encoding v2.3.2
23132026-05-04T17:07:50.851Z Checking equivalent v1.0.2
23142026-05-04T17:07:50.902Z Checking digest v0.10.7
23152026-05-04T17:07:50.914Z Checking litemap v0.8.1
23162026-05-04T17:07:50.930Z Checking writeable v0.6.2
23172026-05-04T17:07:50.974Z Checking potential_utf v0.1.4
23182026-05-04T17:07:50.978Z Checking zerotrie v0.2.3
23192026-05-04T17:07:51.067Z Checking cpufeatures v0.2.17
23202026-05-04T17:07:51.081Z Checking icu_collections v2.1.1
23212026-05-04T17:07:51.092Z Checking icu_locale_core v2.1.1
23222026-05-04T17:07:51.095Z Checking hmac v0.12.1
23232026-05-04T17:07:51.134Z Checking block-padding v0.3.3
23242026-05-04T17:07:51.184Z Checking serde v1.0.228
23252026-05-04T17:07:51.193Z Checking bitflags v2.11.0
23262026-05-04T17:07:51.230Z Checking serde_json v1.0.149
23272026-05-04T17:07:51.267Z Checking icu_properties_data v2.1.2
23282026-05-04T17:07:51.276Z Checking num-traits v0.2.19
23292026-05-04T17:07:51.358Z Checking icu_normalizer_data v2.1.1
23302026-05-04T17:07:51.381Z Checking hashbrown v0.17.0
23312026-05-04T17:07:51.394Z Checking rand_core v0.10.0
23322026-05-04T17:07:51.425Z Checking futures-sink v0.3.32
23332026-05-04T17:07:51.521Z Checking futures-channel v0.3.32
23342026-05-04T17:07:51.532Z Checking getrandom v0.4.1
23352026-05-04T17:07:51.580Z Checking bytes v1.11.1
23362026-05-04T17:07:51.645Z Checking icu_provider v2.1.1
23372026-05-04T17:07:51.678Z Checking inout v0.1.4
23382026-05-04T17:07:51.713Z Checking futures-task v0.3.32
23392026-05-04T17:07:51.807Z Checking futures-io v0.3.32
23402026-05-04T17:07:51.819Z Checking slab v0.4.12
23412026-05-04T17:07:51.848Z Checking cipher v0.4.4
23422026-05-04T17:07:51.851Z Checking indexmap v2.14.0
23432026-05-04T17:07:51.876Z Checking icu_normalizer v2.1.1
23442026-05-04T17:07:51.888Z Checking icu_properties v2.1.2
23452026-05-04T17:07:51.918Z Checking sha2 v0.10.9
23462026-05-04T17:07:51.971Z Checking futures-util v0.3.32
23472026-05-04T17:07:52.033Z Checking tokio v1.52.1
23482026-05-04T17:07:52.052Z Checking getrandom v0.3.4
23492026-05-04T17:07:52.175Z Checking byteorder v1.5.0
23502026-05-04T17:07:52.187Z Checking base64ct v1.8.3
23512026-05-04T17:07:52.197Z Checking utf8_iter v1.0.4
23522026-05-04T17:07:52.319Z Checking form_urlencoded v1.2.2
23532026-05-04T17:07:52.371Z Checking flagset v0.4.7
23542026-05-04T17:07:52.404Z Checking fnv v1.0.7
23552026-05-04T17:07:52.416Z Checking pem-rfc7468 v0.7.0
23562026-05-04T17:07:52.444Z Checking rand_core v0.9.5
23572026-05-04T17:07:52.490Z Checking salsa20 v0.10.2
23582026-05-04T17:07:52.502Z Checking http v1.4.0
23592026-05-04T17:07:52.569Z Checking der v0.7.10
23602026-05-04T17:07:52.624Z Checking uuid v1.23.0
23612026-05-04T17:07:52.628Z Checking pbkdf2 v0.12.2
23622026-05-04T17:07:52.703Z Checking idna_adapter v1.2.1
23632026-05-04T17:07:52.742Z Checking scrypt v0.11.0
23642026-05-04T17:07:52.821Z Checking idna v1.1.0
23652026-05-04T17:07:52.878Z Checking aes v0.8.4
23662026-05-04T17:07:52.929Z Checking cbc v0.1.2
23672026-05-04T17:07:53.056Z Checking rustix v1.1.3
23682026-05-04T17:07:53.068Z Checking url v2.5.8
23692026-05-04T17:07:53.079Z Checking tracing-core v0.1.36
23702026-05-04T17:07:53.163Z Checking ppv-lite86 v0.2.21
23712026-05-04T17:07:53.258Z Checking rustls-pki-types v1.14.0
23722026-05-04T17:07:53.296Z Checking spki v0.7.3
23732026-05-04T17:07:53.373Z Checking regex-syntax v0.8.10
23742026-05-04T17:07:53.453Z Checking rand_chacha v0.9.0
23752026-05-04T17:07:53.466Z Checking iana-time-zone v0.1.65
23762026-05-04T17:07:53.495Z Checking pkcs5 v0.7.1
23772026-05-04T17:07:53.535Z Checking tracing v0.1.44
23782026-05-04T17:07:53.565Z Checking chrono v0.4.44
23792026-05-04T17:07:53.646Z Checking rand v0.9.2
23802026-05-04T17:07:53.738Z Checking http-body v1.0.1
23812026-05-04T17:07:53.751Z Checking aws-lc-sys v0.37.1
23822026-05-04T17:07:53.867Z Checking untrusted v0.7.1
23832026-05-04T17:07:53.882Z Checking openssl-probe v0.2.1
23842026-05-04T17:07:53.966Z Checking untrusted v0.9.0
23852026-05-04T17:07:53.978Z Checking base64 v0.22.1
23862026-05-04T17:07:53.992Z Checking pkcs8 v0.10.2
23872026-05-04T17:07:54.003Z Checking ring v0.17.14
23882026-05-04T17:07:54.114Z Checking tower-layer v0.3.3
23892026-05-04T17:07:54.167Z Checking tinyvec_macros v0.1.1
23902026-05-04T17:07:54.213Z Checking tower-service v0.3.3
23912026-05-04T17:07:54.233Z Checking atomic-waker v1.1.2
23922026-05-04T17:07:54.244Z Checking aws-lc-rs v1.16.0
23932026-05-04T17:07:54.261Z Checking try-lock v0.2.5
23942026-05-04T17:07:54.297Z Checking plain v0.2.3
23952026-05-04T17:07:54.327Z Checking tinyvec v1.10.0
23962026-05-04T17:07:54.355Z Checking want v0.3.1
23972026-05-04T17:07:54.400Z Checking ipnet v2.11.0
23982026-05-04T17:07:54.417Z Checking semver v1.0.28
23992026-05-04T17:07:54.474Z Checking httparse v1.10.1
24002026-05-04T17:07:54.620Z Checking spin v0.9.8
24012026-05-04T17:07:54.633Z Checking fastrand v2.3.0
24022026-05-04T17:07:54.655Z Checking pin-utils v0.1.0
24032026-05-04T17:07:54.667Z Checking unicode-ident v1.0.24
24042026-05-04T17:07:54.679Z Checking foreign-types-shared v0.1.1
24052026-05-04T17:07:54.723Z Checking ucd-trie v0.1.7
24062026-05-04T17:07:54.757Z Checking httpdate v1.0.3
24072026-05-04T17:07:54.771Z Checking dyn-clone v1.0.20
24082026-05-04T17:07:54.794Z Checking proc-macro2 v1.0.106
24092026-05-04T17:07:54.806Z Checking tempfile v3.25.0
24102026-05-04T17:07:54.848Z Checking pest v2.8.6
24112026-05-04T17:07:54.868Z Checking schemars v0.8.22
24122026-05-04T17:07:54.896Z Checking foreign-types v0.3.2
24132026-05-04T17:07:54.966Z Checking openssl-sys v0.9.111
24142026-05-04T17:07:54.979Z Checking thiserror v2.0.18
24152026-05-04T17:07:54.992Z Checking wait-timeout v0.2.1
24162026-05-04T17:07:55.067Z Checking rustls-webpki v0.103.9
24172026-05-04T17:07:55.079Z Checking aho-corasick v1.1.4
24182026-05-04T17:07:55.109Z Checking anstyle v1.0.13
24192026-05-04T17:07:55.123Z Checking bit-vec v0.8.0
24202026-05-04T17:07:55.207Z Checking tokio-util v0.7.18
24212026-05-04T17:07:55.284Z Checking powerfmt v0.2.0
24222026-05-04T17:07:55.304Z Checking pretty-hex v0.4.1
24232026-05-04T17:07:55.420Z Checking utf8parse v0.2.2
24242026-05-04T17:07:55.432Z Checking simd-adler32 v0.3.8
24252026-05-04T17:07:55.446Z Checking siphasher v1.0.2
24262026-05-04T17:07:55.482Z Checking rustls v0.23.37
24272026-05-04T17:07:55.519Z Checking quick-error v1.2.3
24282026-05-04T17:07:55.534Z Checking anstyle-parse v0.2.7
24292026-05-04T17:07:55.593Z Checking openssl v0.10.75
24302026-05-04T17:07:55.597Z Checking deranged v0.5.8
24312026-05-04T17:07:55.618Z Checking rusty-fork v0.3.1
24322026-05-04T17:07:55.677Z Checking bit-set v0.8.0
24332026-05-04T17:07:55.746Z Checking regex-automata v0.4.14
24342026-05-04T17:07:55.783Z Checking quote v1.0.45
24352026-05-04T17:07:55.800Z Checking h2 v0.4.13
24362026-05-04T17:07:55.823Z Compiling newtype-uuid v1.3.2
24372026-05-04T17:07:55.903Z Checking unicode-normalization v0.1.25
24382026-05-04T17:07:55.946Z Checking rustls-native-certs v0.8.3
24392026-05-04T17:07:56.001Z Checking crossbeam-utils v0.8.21
24402026-05-04T17:07:56.073Z Checking rand_xorshift v0.4.0
24412026-05-04T17:07:56.193Z Checking crc32fast v1.5.0
24422026-05-04T17:07:56.297Z Checking scroll v0.13.0
24432026-05-04T17:07:56.329Z Checking signature v2.2.0
24442026-05-04T17:07:56.329Z Checking sync_wrapper v1.0.2
24452026-05-04T17:07:56.432Z Checking num_threads v0.1.7
24462026-05-04T17:07:56.466Z Checking time-core v0.1.8
24472026-05-04T17:07:56.509Z Checking anstyle-query v1.1.5
24482026-05-04T17:07:56.521Z Checking unicode-properties v0.1.4
24492026-05-04T17:07:56.525Z Checking is_terminal_polyfill v1.70.2
24502026-05-04T17:07:56.600Z Checking unicode-bidi v0.3.18
24512026-05-04T17:07:56.612Z Checking num-conv v0.2.0
24522026-05-04T17:07:56.623Z Checking colorchoice v1.0.4
24532026-05-04T17:07:56.726Z Checking allocator-api2 v0.2.21
24542026-05-04T17:07:56.738Z Checking unarray v0.1.4
24552026-05-04T17:07:56.741Z Checking adler2 v2.0.1
24562026-05-04T17:07:56.843Z Checking proptest v1.10.0
24572026-05-04T17:07:56.855Z Checking miniz_oxide v0.8.9
24582026-05-04T17:07:56.901Z Checking stringprep v0.1.5
24592026-05-04T17:07:57.008Z Checking time v0.3.47
24602026-05-04T17:07:57.052Z Checking anstream v0.6.21
24612026-05-04T17:07:57.203Z Checking goblin v0.10.5
24622026-05-04T17:07:57.260Z Checking tower v0.5.3
24632026-05-04T17:07:57.561Z Checking crossbeam-epoch v0.9.18
24642026-05-04T17:07:57.561Z Checking native-tls v0.2.18
24652026-05-04T17:07:57.645Z Compiling daft v0.1.5
24662026-05-04T17:07:57.747Z Checking syn v2.0.117
24672026-05-04T17:07:57.783Z Checking ipnetwork v0.21.1
24682026-05-04T17:07:57.854Z Checking tokio-rustls v0.26.4
24692026-05-04T17:07:57.921Z Checking http-body-util v0.1.3
24702026-05-04T17:07:57.994Z Checking webpki-roots v1.0.6
24712026-05-04T17:07:58.081Z Checking rand_chacha v0.3.1
24722026-05-04T17:07:58.112Z Checking scroll v0.12.0
24732026-05-04T17:07:58.128Z Checking thiserror v1.0.69
24742026-05-04T17:07:58.140Z Checking zstd-sys v2.0.16+zstd.1.5.7
24752026-05-04T17:07:58.225Z Checking hash32 v0.2.1
24762026-05-04T17:07:58.248Z Checking num-integer v0.1.46
24772026-05-04T17:07:58.285Z Checking toml_datetime v0.6.11
24782026-05-04T17:07:58.337Z Checking serde_spanned v0.6.9
24792026-05-04T17:07:58.381Z Checking md-5 v0.10.6
24802026-05-04T17:07:58.462Z Checking ff v0.13.1
24812026-05-04T17:07:58.474Z Checking base16ct v0.2.0
24822026-05-04T17:07:58.486Z Checking fallible-iterator v0.2.0
24832026-05-04T17:07:58.489Z Checking hyper v1.8.1
24842026-05-04T17:07:58.513Z Checking ryu v1.0.23
24852026-05-04T17:07:58.584Z Checking iri-string v0.7.10
24862026-05-04T17:07:58.596Z Checking zlib-rs v0.6.2
24872026-05-04T17:07:58.622Z Checking psl-types v2.0.11
24882026-05-04T17:07:58.646Z Compiling iddqd v0.3.18
24892026-05-04T17:07:58.737Z Checking publicsuffix v2.3.0
24902026-05-04T17:07:58.753Z Checking postgres-protocol v0.6.10
24912026-05-04T17:07:58.900Z Checking serde_urlencoded v0.7.1
24922026-05-04T17:07:59.098Z Checking sec1 v0.7.3
24932026-05-04T17:07:59.210Z Checking group v0.13.0
24942026-05-04T17:07:59.305Z Checking num-iter v0.1.45
24952026-05-04T17:07:59.359Z Checking heapless v0.7.17
24962026-05-04T17:07:59.391Z Checking hyper-util v0.1.20
24972026-05-04T17:07:59.416Z Checking goblin v0.8.2
24982026-05-04T17:07:59.494Z Checking flate2 v1.1.9
24992026-05-04T17:07:59.498Z Checking dof v0.4.0
25002026-05-04T17:07:59.580Z Checking tower-http v0.6.8
25012026-05-04T17:07:59.757Z Checking rand v0.8.5
25022026-05-04T17:07:59.760Z Checking zstd-safe v7.2.4
25032026-05-04T17:07:59.781Z Checking cookie v0.18.1
25042026-05-04T17:07:59.857Z Checking oxnet v0.1.4
25052026-05-04T17:07:59.932Z Checking tokio-native-tls v0.3.1
25062026-05-04T17:07:59.983Z Checking dtrace-parser v0.3.0
25072026-05-04T17:08:00.006Z Checking phf_shared v0.13.1
25082026-05-04T17:08:00.086Z Checking lazy_static v1.5.0
25092026-05-04T17:08:00.086Z Checking terminal_size v0.4.3
25102026-05-04T17:08:00.124Z Checking zerocopy v0.7.35
25112026-05-04T17:08:00.175Z Checking bzip2-sys v0.1.13+1.0.8
25122026-05-04T17:08:00.200Z Checking signal-hook v0.3.18
25132026-05-04T17:08:00.218Z Checking hkdf v0.12.4
25142026-05-04T17:08:00.221Z Checking crypto-bigint v0.5.5
25152026-05-04T17:08:00.260Z Checking thread-id v5.1.0
25162026-05-04T17:08:00.274Z Checking strsim v0.11.1
25172026-05-04T17:08:00.338Z Checking managed v0.8.0
25182026-05-04T17:08:00.350Z Checking foldhash v0.1.5
25192026-05-04T17:08:00.389Z Checking libbz2-rs-sys v0.2.2
25202026-05-04T17:08:00.429Z Checking winnow v0.5.40
25212026-05-04T17:08:00.478Z Compiling rayon-core v1.13.0
25222026-05-04T17:08:00.522Z Checking bumpalo v3.20.2
25232026-05-04T17:08:00.616Z Checking bitflags v1.3.2
25242026-05-04T17:08:00.644Z Checking hyper-rustls v0.27.7
25252026-05-04T17:08:00.656Z Checking either v1.15.0
25262026-05-04T17:08:00.688Z Checking foldhash v0.2.0
25272026-05-04T17:08:00.716Z Checking winnow v0.7.14
25282026-05-04T17:08:00.777Z Checking clap_lex v1.0.0
25292026-05-04T17:08:00.834Z Checking bzip2 v0.6.1
25302026-05-04T17:08:00.839Z Checking hashbrown v0.16.1
25312026-05-04T17:08:00.857Z Checking zopfli v0.8.3
25322026-05-04T17:08:00.922Z Checking clap_builder v4.5.60
25332026-05-04T17:08:00.997Z Checking smoltcp v0.9.1
25342026-05-04T17:08:01.109Z Checking elliptic-curve v0.13.8
25352026-05-04T17:08:01.199Z Checking hyper-tls v0.6.0
25362026-05-04T17:08:01.300Z Checking dof v0.3.0
25372026-05-04T17:08:01.331Z Checking hashbrown v0.15.5
25382026-05-04T17:08:01.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25392026-05-04T17:08:01.405Z Checking signal-hook-mio v0.2.5
25402026-05-04T17:08:01.508Z Checking usdt-impl v0.6.0
25412026-05-04T17:08:01.547Z Checking num-bigint-dig v0.8.6
25422026-05-04T17:08:01.560Z Checking toml_edit v0.19.15
25432026-05-04T17:08:01.580Z Checking bzip2 v0.4.4
25442026-05-04T17:08:01.583Z Checking phf v0.13.1
25452026-05-04T17:08:01.757Z Checking cookie_store v0.22.1
25462026-05-04T17:08:01.788Z Checking zstd v0.13.3
25472026-05-04T17:08:01.810Z Checking postgres-types v0.2.12
25482026-05-04T17:08:01.903Z Checking dtrace-parser v0.2.0
25492026-05-04T17:08:01.973Z Checking rustls-platform-verifier v0.6.2
25502026-05-04T17:08:01.976Z Checking crossbeam-deque v0.8.6
25512026-05-04T17:08:02.082Z Checking regex v1.12.3
25522026-05-04T17:08:02.114Z Checking bstr v1.12.1
25532026-05-04T17:08:02.118Z Checking ed25519 v2.2.3
25542026-05-04T17:08:02.137Z Checking phf_shared v0.11.3
25552026-05-04T17:08:02.156Z Checking curve25519-dalek v4.1.3
25562026-05-04T17:08:02.169Z Checking ref-cast v1.0.25
25572026-05-04T17:08:02.262Z Checking strum v0.27.2
25582026-05-04T17:08:02.277Z Checking hubpack v0.1.2
25592026-05-04T17:08:02.304Z Checking memoffset v0.9.1
25602026-05-04T17:08:02.359Z Checking rustix v0.38.44
25612026-05-04T17:08:02.372Z Checking pkcs1 v0.7.5
25622026-05-04T17:08:02.376Z Checking float-cmp v0.10.0
25632026-05-04T17:08:02.394Z Checking erased-serde v0.3.31
25642026-05-04T17:08:02.438Z Checking hex v0.4.3
25652026-05-04T17:08:02.500Z Checking serde-big-array v0.5.1
25662026-05-04T17:08:02.512Z Checking rfc6979 v0.4.0
25672026-05-04T17:08:02.578Z Checking memmap2 v0.9.10
25682026-05-04T17:08:02.601Z Checking thread-id v4.2.2
25692026-05-04T17:08:02.623Z Checking env_filter v1.0.0
25702026-05-04T17:08:02.634Z Checking encoding_rs v0.8.35
25712026-05-04T17:08:02.658Z Checking difflib v0.4.0
25722026-05-04T17:08:02.673Z Checking mime v0.3.17
25732026-05-04T17:08:02.735Z Checking keccak v0.1.6
25742026-05-04T17:08:02.760Z Checking jiff v0.2.21
25752026-05-04T17:08:02.772Z Checking static_assertions v1.1.0
25762026-05-04T17:08:02.833Z Checking precomputed-hash v0.1.1
25772026-05-04T17:08:02.845Z Checking predicates-core v1.0.10
25782026-05-04T17:08:02.849Z Checking new_debug_unreachable v1.0.6
25792026-05-04T17:08:02.897Z Checking toml_write v0.1.2
25802026-05-04T17:08:02.913Z Checking fixedbitset v0.4.2
25812026-05-04T17:08:02.916Z Checking rustc-hash v2.1.1
25822026-05-04T17:08:02.925Z Checking normalize-line-endings v0.3.0
25832026-05-04T17:08:02.961Z Checking unicode-segmentation v1.12.0
25842026-05-04T17:08:03.021Z Checking data-encoding v2.10.0
25852026-05-04T17:08:03.034Z Checking fixedbitset v0.5.7
25862026-05-04T17:08:03.054Z Checking whoami v2.1.0
25872026-05-04T17:08:03.058Z Checking toml_edit v0.22.27
25882026-05-04T17:08:03.154Z Checking crossterm v0.28.1
25892026-05-04T17:08:03.223Z Checking petgraph v0.8.3
25902026-05-04T17:08:03.248Z Checking tokio-postgres v0.7.16
25912026-05-04T17:08:03.277Z Checking similar v2.7.0
25922026-05-04T17:08:03.289Z Checking hickory-proto v0.25.2
25932026-05-04T17:08:03.580Z Checking reqwest v0.12.28
25942026-05-04T17:08:03.654Z Checking petgraph v0.6.5
25952026-05-04T17:08:04.150Z Checking predicates v3.1.4
25962026-05-04T17:08:04.413Z Checking string_cache v0.8.9
25972026-05-04T17:08:04.444Z Checking ed25519-dalek v2.2.0
25982026-05-04T17:08:04.469Z Checking sha3 v0.10.8
25992026-05-04T17:08:04.578Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26002026-05-04T17:08:04.672Z Checking slog v2.8.2
26012026-05-04T17:08:04.676Z Checking env_logger v0.11.9
26022026-05-04T17:08:04.699Z Checking usdt v0.6.0
26032026-05-04T17:08:04.769Z Checking usdt-impl v0.5.0
26042026-05-04T17:08:04.864Z Checking serde_with v3.17.0
26052026-05-04T17:08:04.867Z Checking ecdsa v0.16.9
26062026-05-04T17:08:04.913Z Checking toml v0.7.8
26072026-05-04T17:08:04.943Z Checking rsa v0.9.10
26082026-05-04T17:08:04.959Z Checking zip v4.6.1
26092026-05-04T17:08:05.047Z Checking nix v0.31.2
26102026-05-04T17:08:05.217Z Checking clap v4.5.60
26112026-05-04T17:08:05.295Z Checking reqwest v0.13.2
26122026-05-04T17:08:05.421Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-04T17:08:05.520Z Checking zip v0.6.6
26142026-05-04T17:08:05.548Z Checking itertools v0.13.0
26152026-05-04T17:08:05.745Z Checking strum v0.26.3
26162026-05-04T17:08:05.835Z Checking tokio-stream v0.1.18
26172026-05-04T17:08:05.858Z Checking fs-err v3.3.0
26182026-05-04T17:08:06.031Z Checking ahash v0.8.12
26192026-05-04T17:08:06.046Z Checking object v0.37.3
26202026-05-04T17:08:06.121Z Checking buf-list v1.1.2
26212026-05-04T17:08:06.156Z Checking camino v1.2.2
26222026-05-04T17:08:06.212Z Checking anyhow v1.0.102
26232026-05-04T17:08:06.226Z Checking x509-cert v0.2.5
26242026-05-04T17:08:06.257Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26252026-05-04T17:08:06.299Z Checking openapiv3 v2.2.0
26262026-05-04T17:08:06.404Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-04T17:08:06.408Z Checking sha1 v0.10.6
26282026-05-04T17:08:06.519Z Checking lalrpop-util v0.19.12
26292026-05-04T17:08:06.567Z Checking peg-runtime v0.8.5
26302026-05-04T17:08:06.579Z Checking rayon v1.11.0
26312026-05-04T17:08:06.611Z Checking sigpipe v0.1.3
26322026-05-04T17:08:06.683Z Checking glob v0.3.3
26332026-05-04T17:08:08.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-04T17:08:08.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
26352026-05-04T17:08:08.663Z
26362026-05-04T17:08:08.663Zinfo: running `cargo check --bins` on internal-dns-types (77/273)
26372026-05-04T17:08:09.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-04T17:08:09.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-04T17:08:09.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-04T17:08:09.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-04T17:08:09.262Z
26422026-05-04T17:08:09.263Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/273)
26432026-05-04T17:08:09.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-04T17:08:09.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-04T17:08:09.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-04T17:08:09.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-04T17:08:09.860Z
26482026-05-04T17:08:09.860Zinfo: running `cargo check --bins` on nexus-types-versions (79/273)
26492026-05-04T17:08:10.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-04T17:08:10.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-04T17:08:10.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-04T17:08:10.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-04T17:08:10.473Z
26542026-05-04T17:08:10.473Zinfo: running `cargo check --bins` on oxql-types (80/273)
26552026-05-04T17:08:10.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-04T17:08:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-04T17:08:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-04T17:08:10.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26592026-05-04T17:08:11.076Z
26602026-05-04T17:08:11.076Zinfo: running `cargo check --bins` on oximeter-types (81/273)
26612026-05-04T17:08:11.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-04T17:08:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-04T17:08:11.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-04T17:08:11.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26652026-05-04T17:08:11.670Z
26662026-05-04T17:08:11.670Zinfo: running `cargo check --bins` on oximeter-types-versions (82/273)
26672026-05-04T17:08:12.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-04T17:08:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-04T17:08:12.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-04T17:08:12.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26712026-05-04T17:08:12.273Z
26722026-05-04T17:08:12.273Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/273)
26732026-05-04T17:08:12.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-04T17:08:12.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-04T17:08:12.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-04T17:08:12.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26772026-05-04T17:08:12.856Z
26782026-05-04T17:08:12.856Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/273)
26792026-05-04T17:08:13.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-04T17:08:13.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-04T17:08:13.531Z Compiling structmeta-derive v0.3.0
26822026-05-04T17:08:13.646Z Compiling rustls v0.22.4
26832026-05-04T17:08:13.655Z Compiling multer v3.1.0
26842026-05-04T17:08:13.664Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-04T17:08:13.668Z Compiling async-stream-impl v0.3.6
26862026-05-04T17:08:13.686Z Compiling dropshot v0.17.0
26872026-05-04T17:08:13.702Z Compiling dropshot_endpoint v0.17.0
26882026-05-04T17:08:13.702Z Compiling newtype-uuid-macros v0.1.0
26892026-05-04T17:08:13.822Z Checking newtype-uuid v1.3.2
26902026-05-04T17:08:13.889Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-04T17:08:13.955Z Checking rustls-webpki v0.102.8
26922026-05-04T17:08:14.023Z Checking daft v0.1.5
26932026-05-04T17:08:14.039Z Checking futures-executor v0.3.32
26942026-05-04T17:08:14.248Z Checking thread_local v1.1.9
26952026-05-04T17:08:14.261Z Checking match_cfg v0.1.0
26962026-05-04T17:08:14.320Z Compiling compression-core v0.4.31
26972026-05-04T17:08:14.372Z Compiling hostname v0.3.1
26982026-05-04T17:08:14.437Z Compiling compression-codecs v0.4.37
26992026-05-04T17:08:14.471Z Checking iddqd v0.3.18
27002026-05-04T17:08:14.513Z Checking futures v0.3.32
27012026-05-04T17:08:14.618Z Checking crossbeam-channel v0.5.15
27022026-05-04T17:08:14.676Z Checking slog-json v2.6.1
27032026-05-04T17:08:14.701Z Compiling structmeta v0.3.0
27042026-05-04T17:08:14.912Z Compiling derive-ex v0.1.8
27052026-05-04T17:08:14.939Z Compiling parse-display-derive v0.10.0
27062026-05-04T17:08:14.953Z Checking is-terminal v0.4.17
27072026-05-04T17:08:15.033Z Checking toml_datetime v1.0.0+spec-1.1.0
27082026-05-04T17:08:15.045Z Compiling serde_spanned v1.0.4
27092026-05-04T17:08:15.312Z Checking toml_writer v1.0.6+spec-1.1.0
27102026-05-04T17:08:15.362Z Checking debug-ignore v1.0.5
27112026-05-04T17:08:15.482Z Checking term v1.2.1
27122026-05-04T17:08:15.487Z Checking take_mut v0.2.2
27132026-05-04T17:08:15.496Z Checking toml v1.0.6+spec-1.1.0
27142026-05-04T17:08:15.587Z Checking slog-async v2.8.0
27152026-05-04T17:08:15.665Z Checking slog-term v2.9.2
27162026-05-04T17:08:15.759Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-05-04T17:08:15.835Z Compiling slog-bunyan v2.5.0
27182026-05-04T17:08:15.926Z Checking tokio-rustls v0.25.0
27192026-05-04T17:08:15.975Z Checking async-compression v0.4.41
27202026-05-04T17:08:16.066Z Checking async-stream v0.3.6
27212026-05-04T17:08:16.193Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-05-04T17:08:16.292Z Checking progenitor-client v0.14.0
27232026-05-04T17:08:16.305Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-05-04T17:08:16.525Z Checking backon v1.6.0
27252026-05-04T17:08:16.566Z Checking waitgroup v0.1.2
27262026-05-04T17:08:16.581Z Compiling test-strategy v0.4.5
27272026-05-04T17:08:16.667Z Checking rustls-pemfile v2.2.0
27282026-05-04T17:08:16.904Z Checking serde_path_to_error v0.1.20
27292026-05-04T17:08:16.926Z Compiling hostname v0.4.2
27302026-05-04T17:08:17.014Z Checking instant v0.1.13
27312026-05-04T17:08:17.053Z Compiling prettyplease v0.2.37
27322026-05-04T17:08:17.097Z Checking backoff v0.4.0
27332026-05-04T17:08:17.177Z Compiling progenitor-extras v0.2.0
27342026-05-04T17:08:17.288Z Checking parse-display v0.10.0
27352026-05-04T17:08:17.422Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27362026-05-04T17:08:17.499Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27372026-05-04T17:08:17.652Z Checking progenitor-client v0.10.0
27382026-05-04T17:08:17.688Z Checking itertools v0.14.0
27392026-05-04T17:08:17.876Z Checking regress v0.10.5
27402026-05-04T17:08:17.897Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27412026-05-04T17:08:17.981Z Checking num-rational v0.4.2
27422026-05-04T17:08:18.129Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27432026-05-04T17:08:18.798Z Checking num-complex v0.4.6
27442026-05-04T17:08:19.087Z Compiling macaddr v1.0.1
27452026-05-04T17:08:19.280Z Checking num v0.4.3
27462026-05-04T17:08:19.307Z Compiling usdt-attr-macro v0.5.0
27472026-05-04T17:08:19.311Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-05-04T17:08:19.333Z Compiling usdt-macro v0.5.0
27492026-05-04T17:08:19.537Z Checking memmap v0.7.0
27502026-05-04T17:08:19.586Z Compiling float-ord v0.3.2
27512026-05-04T17:08:19.702Z Compiling toml v0.8.23
27522026-05-04T17:08:19.706Z Compiling minimal-lexical v0.2.1
27532026-05-04T17:08:19.970Z Checking linked-hash-map v0.5.6
27542026-05-04T17:08:20.071Z Checking usdt v0.5.0
27552026-05-04T17:08:20.140Z Checking lru-cache v0.1.2
27562026-05-04T17:08:20.239Z Compiling nom v7.1.3
27572026-05-04T17:08:20.645Z Checking hickory-proto v0.24.4
27582026-05-04T17:08:20.788Z Checking phf_shared v0.12.1
27592026-05-04T17:08:20.804Z Compiling slog-dtrace v0.3.0
27602026-05-04T17:08:20.934Z Checking heck v0.5.0
27612026-05-04T17:08:21.002Z Compiling convert_case v0.4.0
27622026-05-04T17:08:21.063Z Compiling chrono-tz v0.10.4
27632026-05-04T17:08:21.242Z Checking resolv-conf v0.7.6
27642026-05-04T17:08:21.376Z Compiling derive_more v0.99.20
27652026-05-04T17:08:21.494Z Compiling const_format_proc_macros v0.2.34
27662026-05-04T17:08:21.497Z Checking phf v0.12.1
27672026-05-04T17:08:21.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-05-04T17:08:21.648Z Checking tokio-dtrace v0.1.1
27692026-05-04T17:08:21.863Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-05-04T17:08:22.046Z Compiling derive-where v1.6.0
27712026-05-04T17:08:22.377Z Checking highway v1.3.0
27722026-05-04T17:08:22.446Z Checking hickory-resolver v0.24.4
27732026-05-04T17:08:22.607Z Checking const_format v0.2.35
27742026-05-04T17:08:22.677Z Checking oxide-tokio-rt v0.1.4
27752026-05-04T17:08:23.083Z Checking gethostname v0.5.0
27762026-05-04T17:08:23.167Z Checking bcs v0.1.6
27772026-05-04T17:08:23.181Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-05-04T17:08:23.192Z Compiling async-recursion v1.1.1
27792026-05-04T17:08:23.363Z Checking qorb v0.4.1
27802026-05-04T17:08:23.400Z Checking termtree v0.5.1
27812026-05-04T17:08:23.963Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-05-04T17:08:24.637Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-05-04T17:08:24.833Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-05-04T17:08:24.837Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-05-04T17:08:26.915Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-05-04T17:08:29.627Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-05-04T17:08:31.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
27882026-05-04T17:08:31.881Z
27892026-05-04T17:08:31.881Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/273)
27902026-05-04T17:08:32.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-05-04T17:08:32.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-05-04T17:08:32.562Z Compiling ar_archive_writer v0.5.1
27932026-05-04T17:08:32.672Z Compiling stacker v0.1.23
27942026-05-04T17:08:32.675Z Compiling cfg_aliases v0.1.1
27952026-05-04T17:08:32.683Z Compiling convert_case v0.10.0
27962026-05-04T17:08:32.683Z Checking unicode-width v0.1.14
27972026-05-04T17:08:32.698Z Compiling proc-macro-error v1.0.4
27982026-05-04T17:08:32.708Z Checking fd-lock v4.0.4
27992026-05-04T17:08:32.712Z Checking nibble_vec v0.1.0
28002026-05-04T17:08:32.734Z Compiling nix v0.28.0
28012026-05-04T17:08:32.820Z Checking vte v0.14.1
28022026-05-04T17:08:32.838Z Compiling recursive-proc-macro-impl v0.1.1
28032026-05-04T17:08:32.923Z Checking bytecount v0.6.9
28042026-05-04T17:08:32.935Z Checking endian-type v0.1.2
28052026-05-04T17:08:32.967Z Checking strip-ansi-escapes v0.2.1
28062026-05-04T17:08:32.980Z Compiling derive_more-impl v2.1.1
28072026-05-04T17:08:32.991Z Compiling tabled_derive v0.7.0
28082026-05-04T17:08:33.021Z Checking papergrid v0.11.0
28092026-05-04T17:08:33.054Z Checking radix_trie v0.2.1
28102026-05-04T17:08:33.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-04T17:08:33.235Z Compiling peg-macros v0.8.5
28122026-05-04T17:08:33.255Z Checking winnow v0.6.26
28132026-05-04T17:08:33.502Z Compiling psm v0.1.30
28142026-05-04T17:08:33.547Z Compiling sqlparser_derive v0.5.0
28152026-05-04T17:08:33.627Z Checking home v0.5.12
28162026-05-04T17:08:33.735Z Checking unicode-width v0.2.0
28172026-05-04T17:08:33.781Z Checking derive_more v2.1.1
28182026-05-04T17:08:33.860Z Checking unicode_categories v0.1.1
28192026-05-04T17:08:33.954Z Checking nu-ansi-term v0.50.3
28202026-05-04T17:08:33.990Z Checking tabled v0.15.0
28212026-05-04T17:08:34.013Z Checking crossterm v0.29.0
28222026-05-04T17:08:34.028Z Checking rustyline v14.0.0
28232026-05-04T17:08:34.159Z Checking reedline v0.40.0
28242026-05-04T17:08:34.295Z Checking recursive v0.1.1
28252026-05-04T17:08:34.328Z Checking display-error-chain v0.2.2
28262026-05-04T17:08:34.389Z Checking sqlparser v0.61.0
28272026-05-04T17:08:34.401Z Checking sqlformat v0.3.5
28282026-05-04T17:08:34.595Z Checking peg v0.8.5
28292026-05-04T17:08:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28302026-05-04T17:08:45.621Z
28312026-05-04T17:08:45.621Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/273)
28322026-05-04T17:08:46.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-04T17:08:46.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-04T17:08:46.293Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-04T17:08:49.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28362026-05-04T17:08:49.885Z
28372026-05-04T17:08:49.885Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/273)
28382026-05-04T17:08:50.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-04T17:08:50.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-04T17:08:50.557Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-04T17:08:52.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28422026-05-04T17:08:53.134Z
28432026-05-04T17:08:53.134Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/273)
28442026-05-04T17:08:53.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-04T17:08:53.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-04T17:08:53.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-04T17:08:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28482026-05-04T17:08:57.157Z
28492026-05-04T17:08:57.157Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/273)
28502026-05-04T17:08:57.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-04T17:08:57.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-04T17:08:57.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-04T17:09:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28542026-05-04T17:09:01.269Z
28552026-05-04T17:09:01.269Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/273)
28562026-05-04T17:09:01.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-04T17:09:01.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-04T17:09:01.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-04T17:09:04.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28602026-05-04T17:09:04.642Z
28612026-05-04T17:09:04.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/273)
28622026-05-04T17:09:05.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-04T17:09:05.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-04T17:09:05.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-04T17:09:07.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28662026-05-04T17:09:08.089Z
28672026-05-04T17:09:08.089Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/273)
28682026-05-04T17:09:08.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-04T17:09:08.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-04T17:09:08.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-04T17:09:12.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28722026-05-04T17:09:12.315Z
28732026-05-04T17:09:12.316Zinfo: running `cargo check --bins` on oximeter (93/273)
28742026-05-04T17:09:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-04T17:09:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-04T17:09:12.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-04T17:09:12.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-04T17:09:12.917Z
28792026-05-04T17:09:12.917Zinfo: running `cargo check --bins` on oximeter-schema (94/273)
28802026-05-04T17:09:13.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-04T17:09:13.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-04T17:09:13.549Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-05-04T17:09:13.716Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-05-04T17:09:13.720Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-05-04T17:09:14.056Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-05-04T17:09:17.126Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-05-04T17:09:18.333Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-05-04T17:09:18.501Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-05-04T17:09:19.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28902026-05-04T17:09:19.365Z
28912026-05-04T17:09:19.365Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/273)
28922026-05-04T17:09:19.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-04T17:09:19.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-04T17:09:19.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-04T17:09:19.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-04T17:09:19.967Z
28972026-05-04T17:09:19.967Zinfo: running `cargo check --bins` on oximeter-test-utils (96/273)
28982026-05-04T17:09:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-04T17:09:20.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-04T17:09:20.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-04T17:09:20.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022026-05-04T17:09:20.607Z
29032026-05-04T17:09:20.607Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/273)
29042026-05-04T17:09:21.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-04T17:09:21.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-04T17:09:21.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-04T17:09:21.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-04T17:09:21.213Z
29092026-05-04T17:09:21.214Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/273)
29102026-05-04T17:09:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-04T17:09:21.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-04T17:09:21.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-04T17:09:21.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-04T17:09:21.819Z
29152026-05-04T17:09:21.819Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/273)
29162026-05-04T17:09:22.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-04T17:09:22.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-04T17:09:22.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-04T17:09:22.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-04T17:09:22.416Z
29212026-05-04T17:09:22.416Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/273)
29222026-05-04T17:09:22.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-04T17:09:22.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-04T17:09:22.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-04T17:09:22.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-04T17:09:23.020Z
29272026-05-04T17:09:23.021Zinfo: running `cargo check --bins` on trust-quorum-types (101/273)
29282026-05-04T17:09:23.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-04T17:09:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-04T17:09:23.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-04T17:09:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-04T17:09:23.602Z
29332026-05-04T17:09:23.602Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/273)
29342026-05-04T17:09:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-04T17:09:24.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-04T17:09:24.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-04T17:09:24.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382026-05-04T17:09:24.203Z
29392026-05-04T17:09:24.203Zinfo: running `cargo check --bins` on update-engine (103/273)
29402026-05-04T17:09:24.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-04T17:09:24.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-04T17:09:24.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-04T17:09:24.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29442026-05-04T17:09:24.788Z
29452026-05-04T17:09:24.788Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/273)
29462026-05-04T17:09:25.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-04T17:09:25.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-04T17:09:25.501Z Compiling crucible-workspace-hack v0.1.0
29492026-05-04T17:09:25.619Z Checking secrecy v0.10.3
29502026-05-04T17:09:25.627Z Compiling heapless v0.8.0
29512026-05-04T17:09:25.634Z Compiling ingot-macros v0.1.1
29522026-05-04T17:09:25.642Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-05-04T17:09:25.642Z Checking hash32 v0.3.1
29542026-05-04T17:09:25.663Z Compiling smoltcp v0.11.0
29552026-05-04T17:09:25.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-05-04T17:09:25.722Z Checking cobs v0.3.0
29572026-05-04T17:09:25.770Z Compiling thiserror-impl-no-std v2.0.2
29582026-05-04T17:09:25.869Z Checking half v2.7.1
29592026-05-04T17:09:25.873Z Checking universal-hash v0.5.1
29602026-05-04T17:09:25.905Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-05-04T17:09:26.013Z Checking opaque-debug v0.3.1
29622026-05-04T17:09:26.028Z Checking ciborium-io v0.2.2
29632026-05-04T17:09:26.079Z Checking poly1305 v0.8.0
29642026-05-04T17:09:26.110Z Checking postcard v1.1.3
29652026-05-04T17:09:26.123Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29662026-05-04T17:09:26.127Z Checking ciborium-ll v0.2.2
29672026-05-04T17:09:26.307Z Compiling proc-macro-crate v3.4.0
29682026-05-04T17:09:26.334Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-05-04T17:09:26.392Z Checking password-hash v0.5.0
29702026-05-04T17:09:26.405Z Checking chacha20 v0.9.1
29712026-05-04T17:09:26.596Z Compiling proc-macro-crate v1.3.1
29722026-05-04T17:09:26.611Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-05-04T17:09:26.625Z Checking blake2 v0.10.6
29742026-05-04T17:09:26.676Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29752026-05-04T17:09:26.859Z Checking aead v0.5.2
29762026-05-04T17:09:26.873Z Compiling foreign-types-macros v0.2.3
29772026-05-04T17:09:26.884Z Compiling num_enum_derive v0.7.5
29782026-05-04T17:09:26.897Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-05-04T17:09:26.945Z Checking thiserror-no-std v2.0.2
29802026-05-04T17:09:27.003Z Checking foreign-types-shared v0.3.1
29812026-05-04T17:09:27.026Z Checking cpufeatures v0.3.0
29822026-05-04T17:09:27.038Z Checking vsss-rs v3.3.4
29832026-05-04T17:09:27.097Z Compiling num_enum_derive v0.5.11
29842026-05-04T17:09:27.108Z Checking chacha20 v0.10.0
29852026-05-04T17:09:27.131Z Checking chacha20poly1305 v0.10.1
29862026-05-04T17:09:27.258Z Checking argon2 v0.5.3
29872026-05-04T17:09:27.319Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-05-04T17:09:27.460Z Checking foreign-types v0.5.0
29892026-05-04T17:09:27.541Z Checking ciborium v0.2.2
29902026-05-04T17:09:27.698Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-05-04T17:09:27.721Z Checking tabwriter v1.4.1
29922026-05-04T17:09:27.868Z Checking console v0.15.11
29932026-05-04T17:09:27.929Z Checking num_enum v0.7.5
29942026-05-04T17:09:27.961Z Checking newline-converter v0.3.0
29952026-05-04T17:09:27.978Z Checking atomicwrites v0.4.4
29962026-05-04T17:09:28.043Z Checking camino-tempfile v1.4.1
29972026-05-04T17:09:28.071Z Checking byte-wrapper v0.1.0
29982026-05-04T17:09:28.105Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-04T17:09:28.117Z Checking cstr-argument v0.1.2
30002026-05-04T17:09:28.128Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30012026-05-04T17:09:28.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30022026-05-04T17:09:28.200Z Checking expectorate v1.2.0
30032026-05-04T17:09:28.234Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-05-04T17:09:28.272Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-05-04T17:09:28.340Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-05-04T17:09:28.355Z Checking num_enum v0.5.11
30072026-05-04T17:09:28.400Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-05-04T17:09:28.462Z Checking ingot-types v0.1.2
30092026-05-04T17:09:28.466Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-04T17:09:28.524Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-04T17:09:28.559Z Checking rand v0.10.0
30122026-05-04T17:09:28.573Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-05-04T17:09:28.630Z Checking colored v3.1.1
30142026-05-04T17:09:28.674Z Checking indent_write v2.2.0
30152026-05-04T17:09:28.773Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-05-04T17:09:28.805Z Compiling zone_cfg_derive v0.3.1
30172026-05-04T17:09:28.831Z Checking ingot v0.1.1
30182026-05-04T17:09:28.831Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-04T17:09:28.867Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30202026-05-04T17:09:28.881Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-04T17:09:28.895Z Checking itertools v0.12.1
30222026-05-04T17:09:29.009Z Compiling num-derive v0.4.2
30232026-05-04T17:09:29.051Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-04T17:09:29.234Z Checking swrite v0.1.0
30252026-05-04T17:09:29.329Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-05-04T17:09:29.432Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-04T17:09:29.464Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-04T17:09:29.619Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-05-04T17:09:29.641Z Checking dropshot-api-manager-types v0.7.1
30302026-05-04T17:09:29.734Z Checking smf v0.2.3
30312026-05-04T17:09:29.812Z Checking nanorand v0.7.0
30322026-05-04T17:09:29.849Z Checking whoami v1.6.1
30332026-05-04T17:09:29.894Z Checking zone v0.3.1
30342026-05-04T17:09:29.924Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-05-04T17:09:29.940Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30362026-05-04T17:09:29.964Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30372026-05-04T17:09:30.010Z Checking flume v0.11.1
30382026-05-04T17:09:30.403Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-04T17:09:31.361Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-04T17:09:32.268Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-04T17:09:35.319Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-05-04T17:09:37.352Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-05-04T17:09:38.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
30442026-05-04T17:09:38.594Z
30452026-05-04T17:09:38.594Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/273)
30462026-05-04T17:09:39.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-04T17:09:39.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-04T17:09:39.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-04T17:09:39.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-04T17:09:39.193Z
30512026-05-04T17:09:39.193Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/273)
30522026-05-04T17:09:39.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-04T17:09:39.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-04T17:09:39.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-04T17:09:39.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-04T17:09:39.788Z
30572026-05-04T17:09:39.788Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/273)
30582026-05-04T17:09:40.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-04T17:09:40.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-04T17:09:40.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-04T17:09:40.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-04T17:09:40.388Z
30632026-05-04T17:09:40.388Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/273)
30642026-05-04T17:09:40.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-04T17:09:40.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-04T17:09:40.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-04T17:09:40.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-04T17:09:40.988Z
30692026-05-04T17:09:40.988Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/273)
30702026-05-04T17:09:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-04T17:09:41.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-04T17:09:41.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-04T17:09:41.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-04T17:09:41.587Z
30752026-05-04T17:09:41.587Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/273)
30762026-05-04T17:09:42.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-04T17:09:42.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-04T17:09:42.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-04T17:09:42.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-04T17:09:42.189Z
30812026-05-04T17:09:42.189Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/273)
30822026-05-04T17:09:42.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-04T17:09:42.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-04T17:09:42.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-04T17:09:42.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-04T17:09:42.793Z
30872026-05-04T17:09:42.793Zinfo: running `cargo check --bins` on cockroach-admin-client (112/273)
30882026-05-04T17:09:43.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-04T17:09:43.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-04T17:09:43.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-04T17:09:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-04T17:09:43.384Z
30932026-05-04T17:09:43.384Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/273)
30942026-05-04T17:09:43.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-04T17:09:43.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-04T17:09:43.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-04T17:09:43.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-05-04T17:09:43.991Z
30992026-05-04T17:09:43.992Zinfo: running `cargo check --bins` on dns-service-client (114/273)
31002026-05-04T17:09:44.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-04T17:09:44.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-04T17:09:44.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-04T17:09:44.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-05-04T17:09:44.599Z
31052026-05-04T17:09:44.599Zinfo: running `cargo check --bins` on installinator-client (115/273)
31062026-05-04T17:09:45.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-04T17:09:45.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-04T17:09:45.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-04T17:09:45.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-04T17:09:45.209Z
31112026-05-04T17:09:45.209Zinfo: running `cargo check --bins` on nexus-client (116/273)
31122026-05-04T17:09:45.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-04T17:09:45.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-04T17:09:45.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-04T17:09:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-05-04T17:09:45.856Z
31172026-05-04T17:09:45.856Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/273)
31182026-05-04T17:09:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-04T17:09:46.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-04T17:09:46.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-04T17:09:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31222026-05-04T17:09:46.504Z
31232026-05-04T17:09:46.504Zinfo: running `cargo check --bins` on ntp-admin-client (118/273)
31242026-05-04T17:09:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-04T17:09:47.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-04T17:09:47.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-04T17:09:47.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-04T17:09:47.098Z
31292026-05-04T17:09:47.098Zinfo: running `cargo check --bins` on oxide-client (119/273)
31302026-05-04T17:09:47.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-04T17:09:47.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-04T17:09:47.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-04T17:09:47.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-04T17:09:47.692Z
31352026-05-04T17:09:47.692Zinfo: running `cargo check --bins` on oximeter-client (120/273)
31362026-05-04T17:09:48.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-04T17:09:48.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-04T17:09:48.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-04T17:09:48.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-05-04T17:09:48.298Z
31412026-05-04T17:09:48.298Zinfo: running `cargo check --bins` on repo-depot-client (121/273)
31422026-05-04T17:09:48.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-04T17:09:48.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-04T17:09:48.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-04T17:09:48.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-05-04T17:09:48.887Z
31472026-05-04T17:09:48.887Zinfo: running `cargo check --bins` on sled-agent-client (122/273)
31482026-05-04T17:09:49.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-04T17:09:49.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-04T17:09:49.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-04T17:09:49.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-05-04T17:09:49.502Z
31532026-05-04T17:09:49.502Zinfo: running `cargo check --bins` on wicketd-client (123/273)
31542026-05-04T17:09:50.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-04T17:09:50.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-04T17:09:50.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-04T17:09:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-04T17:09:50.131Z
31592026-05-04T17:09:50.131Zinfo: running `cargo check --bins` on installinator-common (124/273)
31602026-05-04T17:09:50.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-04T17:09:50.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-04T17:09:50.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-04T17:09:50.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-04T17:09:50.751Z
31652026-05-04T17:09:50.751Zinfo: running `cargo check --bins` on installinator-common-versions (125/273)
31662026-05-04T17:09:51.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-04T17:09:51.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-04T17:09:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-04T17:09:51.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-05-04T17:09:51.341Z
31712026-05-04T17:09:51.341Zinfo: running `cargo check --bins` on wicket-common (126/273)
31722026-05-04T17:09:51.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-04T17:09:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-04T17:09:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-04T17:09:51.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-05-04T17:09:51.957Z
31772026-05-04T17:09:51.957Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/273)
31782026-05-04T17:09:52.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-04T17:09:52.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-04T17:09:52.650Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-05-04T17:09:52.765Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-05-04T17:09:52.773Z Checking csv-core v0.1.13
31832026-05-04T17:09:52.781Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-05-04T17:09:52.785Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-05-04T17:09:52.798Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-05-04T17:09:52.808Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-04T17:09:52.819Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-05-04T17:09:52.928Z Checking csv v1.4.0
31892026-05-04T17:09:52.944Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-05-04T17:09:52.994Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-05-04T17:09:53.022Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-05-04T17:09:53.256Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-05-04T17:09:53.617Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-05-04T17:09:53.621Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-04T17:09:53.945Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-05-04T17:09:59.641Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-05-04T17:10:00.177Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-05-04T17:10:02.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
31992026-05-04T17:10:02.693Z
32002026-05-04T17:10:02.693Zinfo: running `cargo check --bins` on cockroach-admin-api (128/273)
32012026-05-04T17:10:03.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-04T17:10:03.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-04T17:10:03.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-04T17:10:03.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32052026-05-04T17:10:03.299Z
32062026-05-04T17:10:03.299Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/273)
32072026-05-04T17:10:03.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-04T17:10:03.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-04T17:10:03.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-04T17:10:03.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-05-04T17:10:03.984Z
32122026-05-04T17:10:03.984Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/273)
32132026-05-04T17:10:04.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-04T17:10:04.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-04T17:10:04.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-04T17:10:04.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32172026-05-04T17:10:04.667Z
32182026-05-04T17:10:04.667Zinfo: running `cargo check --bins` on gateway-test-utils (131/273)
32192026-05-04T17:10:05.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-04T17:10:05.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-04T17:10:05.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-05-04T17:10:05.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32232026-05-04T17:10:05.322Z
32242026-05-04T17:10:05.322Zinfo: running `cargo check --bins` on omicron-gateway (132/273)
32252026-05-04T17:10:05.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-05-04T17:10:05.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-05-04T17:10:06.077Z Compiling regress v0.11.1
32282026-05-04T17:10:06.214Z Compiling unsafe-libyaml v0.2.11
32292026-05-04T17:10:06.228Z Compiling radium v0.7.0
32302026-05-04T17:10:06.232Z Compiling semver v0.1.20
32312026-05-04T17:10:06.253Z Compiling pin-project-internal v1.1.11
32322026-05-04T17:10:06.265Z Checking tap v1.0.1
32332026-05-04T17:10:06.268Z Compiling maybe-uninit v2.0.0
32342026-05-04T17:10:06.367Z Checking wyz v0.5.1
32352026-05-04T17:10:06.495Z Compiling rustc_version v0.1.7
32362026-05-04T17:10:06.559Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-05-04T17:10:06.615Z Checking progenitor-client v0.13.0
32382026-05-04T17:10:06.687Z Compiling snafu-derive v0.8.9
32392026-05-04T17:10:06.716Z Compiling newtype_derive v0.1.6
32402026-05-04T17:10:06.863Z Compiling serde_yaml v0.9.34+deprecated
32412026-05-04T17:10:06.928Z Compiling zerocopy-derive v0.6.6
32422026-05-04T17:10:06.970Z Checking funty v2.0.0
32432026-05-04T17:10:07.292Z Checking crc-catalog v2.4.0
32442026-05-04T17:10:07.375Z Checking pin-project v1.1.11
32452026-05-04T17:10:07.390Z Compiling packed_struct v0.10.1
32462026-05-04T17:10:07.474Z Checking same-file v1.0.6
32472026-05-04T17:10:07.599Z Compiling owo-colors v4.3.0
32482026-05-04T17:10:07.639Z Compiling cancel-safe-futures v0.1.5
32492026-05-04T17:10:07.668Z Checking typify-impl v0.6.2
32502026-05-04T17:10:07.868Z Checking zerocopy v0.6.6
32512026-05-04T17:10:07.986Z Checking walkdir v2.5.0
32522026-05-04T17:10:08.089Z Checking crc v3.4.0
32532026-05-04T17:10:08.154Z Checking bitvec v1.0.1
32542026-05-04T17:10:08.265Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-04T17:10:08.291Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-05-04T17:10:08.315Z Checking globset v0.4.18
32572026-05-04T17:10:08.568Z Checking olpc-cjson v0.1.4
32582026-05-04T17:10:08.603Z Checking snafu v0.8.9
32592026-05-04T17:10:08.632Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-04T17:10:08.708Z Checking pem v3.0.6
32612026-05-04T17:10:08.801Z Compiling packed_struct_codegen v0.10.1
32622026-05-04T17:10:08.827Z Checking libsw-core v0.3.2
32632026-05-04T17:10:08.845Z Checking serde_plain v1.0.2
32642026-05-04T17:10:08.873Z Compiling bitfield-macros v0.19.4
32652026-05-04T17:10:08.887Z Compiling indexmap v1.9.3
32662026-05-04T17:10:08.975Z Checking nodrop v0.1.14
32672026-05-04T17:10:08.992Z Checking typed-path v0.9.3
32682026-05-04T17:10:09.068Z Checking array-init v0.0.4
32692026-05-04T17:10:09.100Z Checking libsw v3.5.0
32702026-05-04T17:10:09.254Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-05-04T17:10:09.367Z Checking smallvec v0.6.14
32722026-05-04T17:10:09.452Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-05-04T17:10:09.508Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-05-04T17:10:09.579Z Checking bitfield v0.19.4
32752026-05-04T17:10:09.679Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32762026-05-04T17:10:09.762Z Checking tough v0.20.0
32772026-05-04T17:10:09.806Z Checking hashbrown v0.12.3
32782026-05-04T17:10:09.851Z Checking tagptr v0.2.0
32792026-05-04T17:10:09.883Z Checking linear-map v1.2.0
32802026-05-04T17:10:09.896Z Checking unicode-linebreak v0.1.5
32812026-05-04T17:10:09.993Z Checking smawk v0.3.2
32822026-05-04T17:10:10.057Z Checking base64 v0.21.7
32832026-05-04T17:10:10.109Z Checking moka v0.12.13
32842026-05-04T17:10:10.123Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-04T17:10:10.128Z Checking textwrap v0.16.2
32862026-05-04T17:10:10.300Z Checking ron v0.8.1
32872026-05-04T17:10:10.348Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-04T17:10:10.524Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-05-04T17:10:10.540Z Checking serde-hex v0.1.0
32902026-05-04T17:10:10.726Z Checking steno v0.4.1
32912026-05-04T17:10:10.821Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-05-04T17:10:10.912Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-04T17:10:10.984Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-04T17:10:11.332Z Checking hashbrown v0.13.2
32952026-05-04T17:10:11.378Z Checking humantime v2.3.0
32962026-05-04T17:10:11.565Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-04T17:10:11.580Z Checking crc-any v2.5.0
32982026-05-04T17:10:11.739Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-05-04T17:10:11.764Z Checking hickory-resolver v0.25.2
33002026-05-04T17:10:11.797Z Checking utf-8 v0.7.6
33012026-05-04T17:10:11.802Z Checking object v0.30.4
33022026-05-04T17:10:11.826Z Checking path-slash v0.1.5
33032026-05-04T17:10:11.906Z Checking void v1.0.2
33042026-05-04T17:10:11.929Z Checking half v1.8.3
33052026-05-04T17:10:11.946Z Checking tungstenite v0.23.0
33062026-05-04T17:10:12.014Z Checking lzss v0.8.2
33072026-05-04T17:10:12.133Z Checking serde_cbor v0.11.2
33082026-05-04T17:10:12.189Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-05-04T17:10:12.202Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-05-04T17:10:12.346Z Compiling typify-macro v0.6.2
33112026-05-04T17:10:12.360Z Checking nix v0.27.1
33122026-05-04T17:10:12.379Z Checking kstat-rs v0.2.4
33132026-05-04T17:10:12.438Z Checking fxhash v0.2.1
33142026-05-04T17:10:12.487Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-04T17:10:12.523Z Checking serde_bytes v0.11.19
33162026-05-04T17:10:12.560Z Checking tokio-tungstenite v0.23.1
33172026-05-04T17:10:12.574Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-05-04T17:10:12.702Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-05-04T17:10:12.826Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-05-04T17:10:12.873Z Checking signal-hook-tokio v0.3.1
33212026-05-04T17:10:13.760Z Compiling typify v0.6.2
33222026-05-04T17:10:13.850Z Compiling progenitor-impl v0.13.0
33232026-05-04T17:10:13.853Z Compiling progenitor-impl v0.14.0
33242026-05-04T17:10:13.875Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-04T17:10:14.802Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-05-04T17:10:15.115Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33272026-05-04T17:10:15.427Z Compiling progenitor-macro v0.13.0
33282026-05-04T17:10:15.470Z Compiling progenitor-macro v0.14.0
33292026-05-04T17:10:18.060Z Checking progenitor v0.14.0
33302026-05-04T17:10:18.063Z Checking progenitor v0.13.0
33312026-05-04T17:10:18.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-05-04T17:10:18.194Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-04T17:10:21.171Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33342026-05-04T17:10:28.497Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33352026-05-04T17:10:34.710Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-05-04T17:10:36.067Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-05-04T17:10:36.576Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-05-04T17:10:38.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s
33392026-05-04T17:10:38.856Z
33402026-05-04T17:10:38.856Zinfo: running `cargo check --bins` on gateway-api (133/273)
33412026-05-04T17:10:39.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-04T17:10:39.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-04T17:10:39.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-04T17:10:39.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-04T17:10:39.547Z
33462026-05-04T17:10:39.547Zinfo: running `cargo check --bins` on ipcc (134/273)
33472026-05-04T17:10:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-04T17:10:40.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-04T17:10:40.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-04T17:10:40.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-04T17:10:40.597Z
33522026-05-04T17:10:40.597Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/273)
33532026-05-04T17:10:40.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-04T17:10:40.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-04T17:10:40.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-04T17:10:40.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33572026-05-04T17:10:40.666Z
33582026-05-04T17:10:40.666Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/273)
33592026-05-04T17:10:41.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-04T17:10:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-04T17:10:41.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-04T17:10:41.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-04T17:10:41.254Z
33642026-05-04T17:10:41.254Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/273)
33652026-05-04T17:10:41.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-04T17:10:41.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-04T17:10:41.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-04T17:10:41.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-04T17:10:41.859Z
33702026-05-04T17:10:41.860Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/273)
33712026-05-04T17:10:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-04T17:10:42.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-04T17:10:42.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-04T17:10:42.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-04T17:10:42.450Z
33762026-05-04T17:10:42.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/273)
33772026-05-04T17:10:42.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-04T17:10:42.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-04T17:10:42.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-04T17:10:42.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-04T17:10:43.046Z
33822026-05-04T17:10:43.047Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/273)
33832026-05-04T17:10:43.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-04T17:10:43.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-04T17:10:43.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-04T17:10:43.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-04T17:10:43.647Z
33882026-05-04T17:10:43.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/273)
33892026-05-04T17:10:44.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-04T17:10:44.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-04T17:10:44.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-04T17:10:44.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-04T17:10:44.252Z
33942026-05-04T17:10:44.252Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/273)
33952026-05-04T17:10:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-04T17:10:44.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-04T17:10:44.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-04T17:10:44.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-04T17:10:44.855Z
34002026-05-04T17:10:44.855Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/273)
34012026-05-04T17:10:45.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-04T17:10:45.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-04T17:10:45.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-04T17:10:45.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-04T17:10:45.458Z
34062026-05-04T17:10:45.458Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/273)
34072026-05-04T17:10:45.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-04T17:10:45.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-04T17:10:45.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-04T17:10:45.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-04T17:10:46.063Z
34122026-05-04T17:10:46.063Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/273)
34132026-05-04T17:10:46.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-04T17:10:46.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-04T17:10:46.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-04T17:10:46.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-04T17:10:46.665Z
34182026-05-04T17:10:46.665Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/273)
34192026-05-04T17:10:51.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-04T17:10:51.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-04T17:10:51.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-04T17:10:51.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-04T17:10:51.147Z
34242026-05-04T17:10:51.147Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/273)
34252026-05-04T17:10:51.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-04T17:10:51.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-04T17:10:51.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-04T17:10:51.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-04T17:10:51.148Z
34302026-05-04T17:10:51.148Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/273)
34312026-05-04T17:10:51.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-04T17:10:51.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-04T17:10:51.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-04T17:10:51.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-04T17:10:51.148Z
34362026-05-04T17:10:51.148Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/273)
34372026-05-04T17:10:51.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-04T17:10:51.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-04T17:10:51.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-04T17:10:51.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-04T17:10:51.148Z
34422026-05-04T17:10:51.149Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/273)
34432026-05-04T17:10:51.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-04T17:10:51.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-04T17:10:51.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-04T17:10:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-05-04T17:10:51.149Z
34482026-05-04T17:10:51.149Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/273)
34492026-05-04T17:10:51.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-04T17:10:51.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-04T17:10:51.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-04T17:10:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-04T17:10:51.150Z
34542026-05-04T17:10:51.150Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/273)
34552026-05-04T17:10:51.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-04T17:10:51.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-04T17:10:51.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-04T17:10:51.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-05-04T17:10:51.161Z
34602026-05-04T17:10:51.161Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/273)
34612026-05-04T17:10:51.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-04T17:10:51.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-04T17:10:51.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-04T17:10:51.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-04T17:10:51.484Z
34662026-05-04T17:10:51.484Zinfo: running `cargo check --bins` on oximeter-producer (154/273)
34672026-05-04T17:10:52.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-04T17:10:52.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-04T17:10:52.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-04T17:10:52.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34712026-05-04T17:10:52.128Z
34722026-05-04T17:10:52.128Zinfo: running `cargo check --bins` on internal-dns-resolver (155/273)
34732026-05-04T17:10:52.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-04T17:10:52.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-04T17:10:52.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-04T17:10:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-04T17:10:52.734Z
34782026-05-04T17:10:52.734Zinfo: running `cargo check --bins` on dns-server (156/273)
34792026-05-04T17:10:53.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-04T17:10:53.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-04T17:10:53.388Z Compiling parking_lot_core v0.8.6
34822026-05-04T17:10:53.388Z Compiling git-stub v1.0.0
34832026-05-04T17:10:53.388Z Compiling atomicwrites v0.4.4
34842026-05-04T17:10:53.392Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34852026-05-04T17:10:53.392Z Checking prefix-trie v0.7.0
34862026-05-04T17:10:53.619Z Compiling git-stub-vcs v0.1.0
34872026-05-04T17:10:53.781Z Checking hickory-server v0.25.2
34882026-05-04T17:10:53.896Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-05-04T17:10:53.920Z Checking parking_lot v0.11.2
34902026-05-04T17:10:53.978Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34912026-05-04T17:10:53.982Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34922026-05-04T17:10:54.091Z Checking sled v0.34.7
34932026-05-04T17:10:55.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34942026-05-04T17:10:56.150Z
34952026-05-04T17:10:56.150Zinfo: running `cargo check --bins` on dns-server-api (157/273)
34962026-05-04T17:10:56.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-04T17:10:56.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-04T17:10:56.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-04T17:10:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-04T17:10:56.750Z
35012026-05-04T17:10:56.750Zinfo: running `cargo check --bins` on oximeter-producer-api (158/273)
35022026-05-04T17:10:57.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-04T17:10:57.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-04T17:10:57.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-04T17:10:57.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-04T17:10:57.353Z
35072026-05-04T17:10:57.353Zinfo: running `cargo check --bins` on sp-sim (159/273)
35082026-05-04T17:10:57.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-04T17:10:57.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-04T17:10:58.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35112026-05-04T17:10:59.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35122026-05-04T17:11:00.047Z
35132026-05-04T17:11:00.047Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/273)
35142026-05-04T17:11:00.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-04T17:11:00.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-04T17:11:00.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-04T17:11:00.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-04T17:11:00.695Z
35192026-05-04T17:11:00.695Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/273)
35202026-05-04T17:11:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-04T17:11:01.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-04T17:11:01.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-04T17:11:01.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-05-04T17:11:01.347Z
35252026-05-04T17:11:01.347Zinfo: running `cargo check --bins` on db-macros (162/273)
35262026-05-04T17:11:01.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-04T17:11:01.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-04T17:11:01.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-04T17:11:01.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-04T17:11:01.933Z
35312026-05-04T17:11:01.933Zinfo: running `cargo check --bins` on nexus-macros-common (163/273)
35322026-05-04T17:11:02.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-04T17:11:02.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-04T17:11:02.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-04T17:11:02.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-04T17:11:02.518Z
35372026-05-04T17:11:02.518Zinfo: running `cargo check --bins` on nexus-auth (164/273)
35382026-05-04T17:11:03.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-04T17:11:03.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-04T17:11:03.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-04T17:11:03.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35422026-05-04T17:11:03.171Z
35432026-05-04T17:11:03.171Zinfo: running `cargo check --bins` on authz-macros (165/273)
35442026-05-04T17:11:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-04T17:11:03.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-04T17:11:03.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-04T17:11:03.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-04T17:11:03.759Z
35492026-05-04T17:11:03.759Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/273)
35502026-05-04T17:11:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-04T17:11:04.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-04T17:11:04.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-04T17:11:04.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-04T17:11:04.403Z
35552026-05-04T17:11:04.403Zinfo: running `cargo check --bins` on nexus-db-model (167/273)
35562026-05-04T17:11:04.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-04T17:11:04.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-04T17:11:04.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-04T17:11:04.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-04T17:11:05.051Z
35612026-05-04T17:11:05.051Zinfo: running `cargo check --bins` on nexus-db-schema (168/273)
35622026-05-04T17:11:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-04T17:11:05.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-04T17:11:05.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-04T17:11:05.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-04T17:11:05.635Z
35672026-05-04T17:11:05.635Zinfo: running `cargo check --bins` on omicron-rpaths (169/273)
35682026-05-04T17:11:06.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-04T17:11:06.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-04T17:11:06.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-04T17:11:06.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-05-04T17:11:06.220Z
35732026-05-04T17:11:06.220Zinfo: running `cargo check --bins` on nexus-defaults (170/273)
35742026-05-04T17:11:06.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-04T17:11:06.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-04T17:11:06.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-04T17:11:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-05-04T17:11:06.819Z
35792026-05-04T17:11:06.819Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/273)
35802026-05-04T17:11:07.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-04T17:11:07.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-04T17:11:07.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-04T17:11:07.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-04T17:11:07.402Z
35852026-05-04T17:11:07.402Zinfo: running `cargo check --bins` on parallel-task-set (172/273)
35862026-05-04T17:11:07.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-04T17:11:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-04T17:11:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-04T17:11:07.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-05-04T17:11:07.986Z
35912026-05-04T17:11:07.986Zinfo: running `cargo check --bins` on nexus-db-errors (173/273)
35922026-05-04T17:11:08.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-04T17:11:08.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-04T17:11:08.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-04T17:11:08.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-05-04T17:11:08.637Z
35972026-05-04T17:11:08.637Zinfo: running `cargo check --bins` on nexus-db-lookup (174/273)
35982026-05-04T17:11:09.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-04T17:11:09.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-04T17:11:09.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-04T17:11:09.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-04T17:11:09.293Z
36032026-05-04T17:11:09.293Zinfo: running `cargo check --bins` on nexus-inventory (175/273)
36042026-05-04T17:11:09.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-04T17:11:09.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-04T17:11:09.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-04T17:11:09.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-04T17:11:09.942Z
36092026-05-04T17:11:09.942Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/273)
36102026-05-04T17:11:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-04T17:11:10.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-04T17:11:10.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-04T17:11:10.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-04T17:11:10.562Z
36152026-05-04T17:11:10.562Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/273)
36162026-05-04T17:11:11.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-04T17:11:11.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-04T17:11:11.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-04T17:11:11.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-04T17:11:11.180Z
36212026-05-04T17:11:11.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/273)
36222026-05-04T17:11:11.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-04T17:11:11.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-04T17:11:11.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-04T17:11:11.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-04T17:11:11.797Z
36272026-05-04T17:11:11.797Zinfo: running `cargo check --bins` on key-manager (179/273)
36282026-05-04T17:11:12.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-04T17:11:12.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-04T17:11:12.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-04T17:11:12.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-04T17:11:12.398Z
36332026-05-04T17:11:12.398Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/273)
36342026-05-04T17:11:12.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-04T17:11:12.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-04T17:11:12.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-04T17:11:12.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-05-04T17:11:13.015Z
36392026-05-04T17:11:13.015Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/273)
36402026-05-04T17:11:13.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-04T17:11:13.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-04T17:11:13.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-04T17:11:13.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442026-05-04T17:11:13.627Z
36452026-05-04T17:11:13.627Zinfo: running `cargo check --bins` on typed-rng (182/273)
36462026-05-04T17:11:14.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-04T17:11:14.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-04T17:11:14.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-04T17:11:14.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-04T17:11:14.213Z
36512026-05-04T17:11:14.213Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/273)
36522026-05-04T17:11:14.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-04T17:11:14.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-04T17:11:15.066Z Compiling typify-impl v0.4.3
36552026-05-04T17:11:15.070Z Compiling libefi-sys v0.1.0
36562026-05-04T17:11:15.070Z Compiling bitfield-struct v0.6.2
36572026-05-04T17:11:15.217Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-05-04T17:11:15.227Z Compiling xshell-macros v0.2.7
36592026-05-04T17:11:15.240Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-05-04T17:11:15.267Z Compiling salty v0.3.0
36612026-05-04T17:11:15.326Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-05-04T17:11:15.459Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-04T17:11:15.572Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-05-04T17:11:15.586Z Checking xshell v0.2.7
36652026-05-04T17:11:15.619Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-05-04T17:11:15.768Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36672026-05-04T17:11:15.813Z Checking primeorder v0.13.6
36682026-05-04T17:11:15.827Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692026-05-04T17:11:15.936Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-04T17:11:15.996Z Compiling proc-macro-error-attr2 v2.0.0
36712026-05-04T17:11:16.054Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36722026-05-04T17:11:16.069Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-04T17:11:16.101Z Checking tungstenite v0.21.0
36742026-05-04T17:11:16.277Z Checking p384 v0.13.1
36752026-05-04T17:11:16.305Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-05-04T17:11:16.388Z Compiling proc-macro-error2 v2.0.1
36772026-05-04T17:11:16.437Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-05-04T17:11:16.535Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-05-04T17:11:16.702Z Compiling num-derive v0.3.3
36802026-05-04T17:11:16.733Z Compiling unicase v2.9.0
36812026-05-04T17:11:16.876Z Compiling tabled_derive v0.11.0
36822026-05-04T17:11:16.944Z Compiling mime_guess v2.0.5
36832026-05-04T17:11:17.118Z Checking tokio-tungstenite v0.21.0
36842026-05-04T17:11:17.168Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36852026-05-04T17:11:17.485Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-05-04T17:11:17.543Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-04T17:11:17.613Z Checking libscf-sys v1.1.0
36882026-05-04T17:11:17.749Z Checking papergrid v0.17.0
36892026-05-04T17:11:17.869Z Checking testing_table v0.3.0
36902026-05-04T17:11:17.885Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-05-04T17:11:17.971Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-05-04T17:11:18.040Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-05-04T17:11:18.153Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36942026-05-04T17:11:18.344Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36952026-05-04T17:11:18.365Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-04T17:11:18.502Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-04T17:11:18.525Z Checking corncobs v0.1.4
36982026-05-04T17:11:18.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36992026-05-04T17:11:18.560Z Checking tabled v0.20.0
37002026-05-04T17:11:18.655Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-04T17:11:18.770Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-04T17:11:18.788Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-05-04T17:11:18.816Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-05-04T17:11:18.943Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37052026-05-04T17:11:18.975Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-05-04T17:11:18.991Z Checking progenitor-client v0.11.2
37072026-05-04T17:11:19.053Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37082026-05-04T17:11:19.106Z Checking secrecy v0.8.0
37092026-05-04T17:11:19.212Z Checking filetime v0.2.27
37102026-05-04T17:11:19.227Z Checking http-range v0.1.5
37112026-05-04T17:11:19.351Z Checking xattr v1.6.1
37122026-05-04T17:11:19.488Z Checking tar v0.4.45
37132026-05-04T17:11:19.662Z Compiling typify-macro v0.4.3
37142026-05-04T17:11:19.677Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37152026-05-04T17:11:19.762Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-04T17:11:19.868Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37172026-05-04T17:11:19.872Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-04T17:11:19.928Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-05-04T17:11:20.267Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37202026-05-04T17:11:20.346Z Checking atty v0.2.14
37212026-05-04T17:11:20.393Z Checking crc8 v0.1.1
37222026-05-04T17:11:20.448Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37232026-05-04T17:11:20.497Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37242026-05-04T17:11:20.593Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-05-04T17:11:20.831Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37262026-05-04T17:11:20.899Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-05-04T17:11:20.935Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-05-04T17:11:21.065Z Checking hyper-staticfile v0.10.1
37292026-05-04T17:11:21.192Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37302026-05-04T17:11:21.310Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37312026-05-04T17:11:21.359Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37322026-05-04T17:11:21.375Z Compiling typify v0.4.3
37332026-05-04T17:11:21.445Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37342026-05-04T17:11:21.487Z Compiling progenitor-impl v0.11.2
37352026-05-04T17:11:21.558Z Compiling progenitor-impl v0.10.0
37362026-05-04T17:11:21.925Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-05-04T17:11:22.065Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37382026-05-04T17:11:22.452Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-05-04T17:11:22.911Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-05-04T17:11:22.982Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37412026-05-04T17:11:23.222Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-05-04T17:11:23.321Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37432026-05-04T17:11:23.505Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-05-04T17:11:23.619Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37452026-05-04T17:11:23.785Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-04T17:11:23.822Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-04T17:11:24.195Z Compiling progenitor-macro v0.11.2
37482026-05-04T17:11:24.214Z Compiling progenitor-macro v0.10.0
37492026-05-04T17:11:26.975Z Checking progenitor v0.10.0
37502026-05-04T17:11:27.110Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-05-04T17:11:27.124Z Checking progenitor v0.11.2
37522026-05-04T17:11:27.234Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-04T17:11:31.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-04T17:11:42.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.70s
37552026-05-04T17:11:43.150Z
37562026-05-04T17:11:43.150Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/273)
37572026-05-04T17:11:43.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-04T17:11:43.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-04T17:11:43.942Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-04T17:11:55.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
37612026-05-04T17:11:55.403Z
37622026-05-04T17:11:55.403Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/273)
37632026-05-04T17:11:55.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-04T17:11:55.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-04T17:11:56.201Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-04T17:12:07.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
37672026-05-04T17:12:07.746Z
37682026-05-04T17:12:07.746Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/273)
37692026-05-04T17:12:08.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-04T17:12:08.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-04T17:12:08.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-04T17:12:19.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37732026-05-04T17:12:19.948Z
37742026-05-04T17:12:19.949Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/273)
37752026-05-04T17:12:20.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-04T17:12:20.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-04T17:12:20.740Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-05-04T17:12:31.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37792026-05-04T17:12:32.159Z
37802026-05-04T17:12:32.159Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/273)
37812026-05-04T17:12:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-04T17:12:32.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-04T17:12:32.953Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-05-04T17:12:44.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
37852026-05-04T17:12:44.340Z
37862026-05-04T17:12:44.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/273)
37872026-05-04T17:12:44.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-04T17:12:44.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-04T17:12:45.128Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-05-04T17:12:56.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
37912026-05-04T17:12:56.572Z
37922026-05-04T17:12:56.572Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/273)
37932026-05-04T17:12:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-04T17:12:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-04T17:12:57.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-05-04T17:13:08.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s
37972026-05-04T17:13:08.735Z
37982026-05-04T17:13:08.735Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/273)
37992026-05-04T17:13:09.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-04T17:13:09.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-04T17:13:09.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-04T17:13:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-05-04T17:13:09.355Z
38042026-05-04T17:13:09.355Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/273)
38052026-05-04T17:13:09.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-04T17:13:09.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-04T17:13:09.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-04T17:13:09.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-05-04T17:13:09.973Z
38102026-05-04T17:13:09.973Zinfo: running `cargo check --bins` on range-requests (193/273)
38112026-05-04T17:13:10.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-04T17:13:10.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-04T17:13:10.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-04T17:13:10.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38152026-05-04T17:13:10.579Z
38162026-05-04T17:13:10.579Zinfo: running `cargo check --bins` on repo-depot-api (194/273)
38172026-05-04T17:13:11.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-04T17:13:11.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-04T17:13:11.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-04T17:13:11.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38212026-05-04T17:13:11.191Z
38222026-05-04T17:13:11.191Zinfo: running `cargo check --bins` on sled-agent-api (195/273)
38232026-05-04T17:13:11.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-04T17:13:11.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-04T17:13:11.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-04T17:13:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38272026-05-04T17:13:11.823Z
38282026-05-04T17:13:11.823Zinfo: running `cargo check --bins` on sled-diagnostics (196/273)
38292026-05-04T17:13:12.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-04T17:13:12.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-04T17:13:12.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-04T17:13:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-04T17:13:12.442Z
38342026-05-04T17:13:12.442Zinfo: running `cargo check --bins` on zfs-test-harness (197/273)
38352026-05-04T17:13:12.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-04T17:13:12.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-04T17:13:12.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-04T17:13:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38392026-05-04T17:13:13.074Z
38402026-05-04T17:13:13.074Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/273)
38412026-05-04T17:13:13.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-04T17:13:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-04T17:13:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-04T17:13:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38452026-05-04T17:13:13.713Z
38462026-05-04T17:13:13.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/273)
38472026-05-04T17:13:14.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-04T17:13:14.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-04T17:13:14.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-04T17:13:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38512026-05-04T17:13:14.353Z
38522026-05-04T17:13:14.353Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/273)
38532026-05-04T17:13:14.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-04T17:13:14.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-04T17:13:14.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-04T17:13:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38572026-05-04T17:13:14.986Z
38582026-05-04T17:13:14.986Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/273)
38592026-05-04T17:13:15.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-04T17:13:15.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-04T17:13:15.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-04T17:13:15.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38632026-05-04T17:13:15.617Z
38642026-05-04T17:13:15.617Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/273)
38652026-05-04T17:13:16.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-04T17:13:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-04T17:13:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-04T17:13:16.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38692026-05-04T17:13:16.258Z
38702026-05-04T17:13:16.258Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/273)
38712026-05-04T17:13:16.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-04T17:13:16.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-04T17:13:16.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-04T17:13:16.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-05-04T17:13:16.881Z
38762026-05-04T17:13:16.881Zinfo: running `cargo check --bins` on transient-dns-server (204/273)
38772026-05-04T17:13:17.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-04T17:13:17.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-04T17:13:17.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-04T17:13:17.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38812026-05-04T17:13:17.491Z
38822026-05-04T17:13:17.491Zinfo: running `cargo check --bins` on trust-quorum (205/273)
38832026-05-04T17:13:18.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-04T17:13:18.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-04T17:13:18.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-04T17:13:18.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38872026-05-04T17:13:18.120Z
38882026-05-04T17:13:18.120Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/273)
38892026-05-04T17:13:18.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-04T17:13:18.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-04T17:13:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-04T17:13:18.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38932026-05-04T17:13:18.765Z
38942026-05-04T17:13:18.765Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/273)
38952026-05-04T17:13:19.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-04T17:13:19.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-04T17:13:19.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-04T17:13:19.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38992026-05-04T17:13:19.426Z
39002026-05-04T17:13:19.426Zinfo: running `cargo check --bins` on update-common (208/273)
39012026-05-04T17:13:19.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-04T17:13:19.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-04T17:13:19.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-04T17:13:19.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-05-04T17:13:20.038Z
39062026-05-04T17:13:20.038Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/273)
39072026-05-04T17:13:20.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-04T17:13:20.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-04T17:13:20.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-04T17:13:20.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39112026-05-04T17:13:20.694Z
39122026-05-04T17:13:20.694Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/273)
39132026-05-04T17:13:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-04T17:13:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-04T17:13:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-04T17:13:21.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39172026-05-04T17:13:21.286Z
39182026-05-04T17:13:21.286Zinfo: running `cargo check --bins` on reconfigurator-cli (211/273)
39192026-05-04T17:13:21.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-04T17:13:21.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-04T17:13:22.067Z Compiling fs-err v2.11.0
39222026-05-04T17:13:22.071Z Checking ignore v0.4.25
39232026-05-04T17:13:22.071Z Checking arc-swap v1.8.2
39242026-05-04T17:13:22.072Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39252026-05-04T17:13:22.211Z Checking predicates-tree v1.0.13
39262026-05-04T17:13:22.215Z Checking parse-size v1.1.0
39272026-05-04T17:13:22.234Z Checking rand_seeder v0.4.0
39282026-05-04T17:13:22.237Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39292026-05-04T17:13:22.312Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39302026-05-04T17:13:22.334Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-04T17:13:22.377Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39322026-05-04T17:13:22.402Z Checking slog-scope v4.4.1
39332026-05-04T17:13:22.522Z Compiling petname v2.0.2
39342026-05-04T17:13:22.539Z Checking slog-stdlog v4.1.1
39352026-05-04T17:13:22.542Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-04T17:13:22.568Z Checking globwalk v0.9.1
39372026-05-04T17:13:22.630Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-05-04T17:13:22.657Z Checking slog-envlogger v2.2.0
39392026-05-04T17:13:22.749Z Checking camino-tempfile-ext v0.3.3
39402026-05-04T17:13:22.780Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39412026-05-04T17:13:22.807Z Checking sapling-renderdag v0.1.0
39422026-05-04T17:13:22.942Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39432026-05-04T17:13:22.956Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39442026-05-04T17:13:23.050Z Checking subprocess v0.2.15
39452026-05-04T17:13:23.150Z Checking sync-ptr v0.1.4
39462026-05-04T17:13:23.185Z Checking colored v2.2.0
39472026-05-04T17:13:23.216Z Checking assert_matches v1.5.0
39482026-05-04T17:13:23.331Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39492026-05-04T17:13:23.347Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-05-04T17:13:23.430Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-05-04T17:13:23.435Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-05-04T17:13:24.032Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-05-04T17:13:25.347Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-05-04T17:13:27.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39552026-05-04T17:13:27.802Z
39562026-05-04T17:13:27.802Zinfo: running `cargo check --bins` on omicron-repl-utils (212/273)
39572026-05-04T17:13:28.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-04T17:13:28.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-04T17:13:28.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-04T17:13:28.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-05-04T17:13:28.390Z
39622026-05-04T17:13:28.390Zinfo: running `cargo check --bins` on nexus-test-interface (213/273)
39632026-05-04T17:13:28.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-04T17:13:28.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-04T17:13:28.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-04T17:13:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39672026-05-04T17:13:29.055Z
39682026-05-04T17:13:29.055Zinfo: running `cargo check --bins` on oximeter-collector (214/273)
39692026-05-04T17:13:29.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-04T17:13:29.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-04T17:13:29.787Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39722026-05-04T17:13:29.787Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39732026-05-04T17:13:30.446Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39742026-05-04T17:13:32.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39752026-05-04T17:13:32.250Z
39762026-05-04T17:13:32.250Zinfo: running `cargo check --bins` on oximeter-api (215/273)
39772026-05-04T17:13:32.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-04T17:13:32.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-04T17:13:32.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-04T17:13:32.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39812026-05-04T17:13:32.852Z
39822026-05-04T17:13:32.852Zinfo: running `cargo check --bins` on cert-dev (216/273)
39832026-05-04T17:13:33.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-04T17:13:33.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-04T17:13:33.457Z Checking yasna v0.5.2
39862026-05-04T17:13:33.864Z Checking rcgen v0.12.1
39872026-05-04T17:13:34.115Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882026-05-04T17:13:34.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39892026-05-04T17:13:34.462Z
39902026-05-04T17:13:34.462Zinfo: running `cargo check --bins` on clickana (217/273)
39912026-05-04T17:13:34.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-04T17:13:34.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-04T17:13:35.111Z Compiling darling_core v0.23.0
39942026-05-04T17:13:35.114Z Compiling instability v0.3.11
39952026-05-04T17:13:35.220Z Checking castaway v0.2.4
39962026-05-04T17:13:35.226Z Compiling indoc v2.0.7
39972026-05-04T17:13:35.231Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39982026-05-04T17:13:35.247Z Checking unicode-truncate v1.1.0
39992026-05-04T17:13:35.250Z Checking lru v0.12.5
40002026-05-04T17:13:35.250Z Checking cassowary v0.3.0
40012026-05-04T17:13:35.315Z Checking compact_str v0.8.1
40022026-05-04T17:13:36.190Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40032026-05-04T17:13:36.381Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40042026-05-04T17:13:36.644Z Compiling darling_macro v0.23.0
40052026-05-04T17:13:37.064Z Compiling darling v0.23.0
40062026-05-04T17:13:37.669Z Checking ratatui v0.29.0
40072026-05-04T17:13:38.732Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40082026-05-04T17:13:39.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40092026-05-04T17:13:39.585Z
40102026-05-04T17:13:39.585Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (218/273)
40112026-05-04T17:13:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-04T17:13:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-04T17:13:40.319Z Checking headers-core v0.3.0
40142026-05-04T17:13:40.319Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-05-04T17:13:40.519Z Checking headers v0.4.1
40162026-05-04T17:13:40.885Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-05-04T17:13:41.752Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40182026-05-04T17:13:42.259Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40192026-05-04T17:13:42.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
40202026-05-04T17:13:42.887Z
40212026-05-04T17:13:42.889Zinfo: running `cargo check --bins` on ch-dev (219/273)
40222026-05-04T17:13:43.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-04T17:13:43.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-04T17:13:43.613Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40252026-05-04T17:13:44.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40262026-05-04T17:13:44.586Z
40272026-05-04T17:13:44.586Zinfo: running `cargo check --bins` on dev-tools-common (220/273)
40282026-05-04T17:13:44.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-04T17:13:45.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-04T17:13:45.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-05-04T17:13:45.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40322026-05-04T17:13:45.066Z
40332026-05-04T17:13:45.066Zinfo: running `cargo check --bins` on crdb-seed (221/273)
40342026-05-04T17:13:45.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-04T17:13:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-04T17:13:45.789Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372026-05-04T17:13:46.782Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382026-05-04T17:13:47.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40392026-05-04T17:13:47.345Z
40402026-05-04T17:13:47.345Zinfo: running `cargo check --bins` on db-dev (222/273)
40412026-05-04T17:13:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-04T17:13:47.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-04T17:13:48.074Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40442026-05-04T17:13:48.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40452026-05-04T17:13:49.041Z
40462026-05-04T17:13:49.042Zinfo: running `cargo check --bins` on omicron-dev-lib (223/273)
40472026-05-04T17:13:49.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-04T17:13:49.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-04T17:13:49.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-04T17:13:49.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40512026-05-04T17:13:49.693Z
40522026-05-04T17:13:49.693Zinfo: running `cargo check --bins` on xtask-downloader (224/273)
40532026-05-04T17:13:50.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-04T17:13:50.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-04T17:13:50.307Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40562026-05-04T17:13:50.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40572026-05-04T17:13:51.175Z
40582026-05-04T17:13:51.175Zinfo: running `cargo check --bins` on omicron-dropshot-apis (225/273)
40592026-05-04T17:13:51.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-04T17:13:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-04T17:13:51.941Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-05-04T17:13:51.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-05-04T17:13:51.941Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-05-04T17:13:51.945Z Checking git-stub v1.0.0
40652026-05-04T17:13:52.062Z Compiling trait-variant v0.1.2
40662026-05-04T17:13:52.079Z Checking is_ci v1.2.0
40672026-05-04T17:13:52.086Z Checking maplit v1.0.2
40682026-05-04T17:13:52.119Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40692026-05-04T17:13:52.174Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40702026-05-04T17:13:52.200Z Checking supports-color v3.0.2
40712026-05-04T17:13:52.219Z Checking git-stub-vcs v0.1.0
40722026-05-04T17:13:52.287Z Checking drift v0.1.3
40732026-05-04T17:13:52.323Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40742026-05-04T17:13:52.343Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40752026-05-04T17:13:52.414Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40762026-05-04T17:13:52.538Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772026-05-04T17:13:52.574Z Checking dropshot-api-manager v0.7.1
40782026-05-04T17:13:52.606Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40792026-05-04T17:13:52.619Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40802026-05-04T17:13:52.802Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40812026-05-04T17:13:52.821Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40822026-05-04T17:13:53.007Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40832026-05-04T17:13:53.354Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40842026-05-04T17:13:58.327Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40852026-05-04T17:13:59.429Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40862026-05-04T17:14:00.004Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40872026-05-04T17:14:00.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
40882026-05-04T17:14:00.654Z
40892026-05-04T17:14:00.654Zinfo: running `cargo check --bins` on installinator-api (226/273)
40902026-05-04T17:14:01.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-04T17:14:01.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-04T17:14:01.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-04T17:14:01.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-05-04T17:14:01.295Z
40952026-05-04T17:14:01.295Zinfo: running `cargo check --bins` on nexus-external-api (227/273)
40962026-05-04T17:14:01.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-04T17:14:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-04T17:14:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-04T17:14:01.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-04T17:14:01.911Z
41012026-05-04T17:14:01.911Zinfo: running `cargo check --bins` on nexus-internal-api (228/273)
41022026-05-04T17:14:02.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-04T17:14:02.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-04T17:14:02.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-04T17:14:02.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-04T17:14:02.561Z
41072026-05-04T17:14:02.561Zinfo: running `cargo check --bins` on nexus-lockstep-api (229/273)
41082026-05-04T17:14:03.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-04T17:14:03.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-04T17:14:03.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-04T17:14:03.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41122026-05-04T17:14:03.207Z
41132026-05-04T17:14:03.207Zinfo: running `cargo check --bins` on ntp-admin-api (230/273)
41142026-05-04T17:14:03.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-04T17:14:03.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-04T17:14:03.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-04T17:14:03.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-04T17:14:03.808Z
41192026-05-04T17:14:03.808Zinfo: running `cargo check --bins` on ntp-admin-types-versions (231/273)
41202026-05-04T17:14:04.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-04T17:14:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-04T17:14:04.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-04T17:14:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41242026-05-04T17:14:04.394Z
41252026-05-04T17:14:04.394Zinfo: running `cargo check --bins` on wicketd-api (232/273)
41262026-05-04T17:14:04.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-04T17:14:04.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-04T17:14:04.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-04T17:14:04.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41302026-05-04T17:14:05.011Z
41312026-05-04T17:14:05.011Zinfo: running `cargo check --bins` on omicron-ls-apis (233/273)
41322026-05-04T17:14:05.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-04T17:14:05.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-04T17:14:05.620Z Checking typeid v1.0.3
41352026-05-04T17:14:05.731Z Checking ordered-float v2.10.1
41362026-05-04T17:14:05.749Z Checking unicode-xid v0.2.6
41372026-05-04T17:14:05.762Z Checking cargo-platform v0.2.0
41382026-05-04T17:14:05.771Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41392026-05-04T17:14:05.801Z Checking erased-serde v0.4.9
41402026-05-04T17:14:05.938Z Checking serde-value v0.7.0
41412026-05-04T17:14:06.116Z Checking serde-untagged v0.1.9
41422026-05-04T17:14:06.271Z Checking cargo-util-schemas v0.8.2
41432026-05-04T17:14:06.961Z Checking cargo_metadata v0.21.0
41442026-05-04T17:14:07.563Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41452026-05-04T17:14:08.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41462026-05-04T17:14:08.427Z
41472026-05-04T17:14:08.427Zinfo: running `cargo check --bins` on mgs-dev (234/273)
41482026-05-04T17:14:08.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-05-04T17:14:08.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-05-04T17:14:09.168Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41512026-05-04T17:14:09.807Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41522026-05-04T17:14:10.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41532026-05-04T17:14:10.539Z
41542026-05-04T17:14:10.539Zinfo: running `cargo check --bins` on omicron-omdb (235/273)
41552026-05-04T17:14:11.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-04T17:14:11.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-04T17:14:11.404Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-04T17:14:11.404Z Compiling vergen-gitcl v1.0.8
41592026-05-04T17:14:11.404Z Compiling dirs-sys-next v0.1.2
41602026-05-04T17:14:11.404Z Compiling glob v0.3.3
41612026-05-04T17:14:11.404Z Compiling crunchy v0.2.4
41622026-05-04T17:14:11.404Z Compiling diesel_derives v2.3.7
41632026-05-04T17:14:11.407Z Compiling dsl_auto_type v0.2.0
41642026-05-04T17:14:11.407Z Checking scheduled-thread-pool v0.2.7
41652026-05-04T17:14:11.675Z Compiling dirs-next v2.0.0
41662026-05-04T17:14:11.725Z Compiling diesel_table_macro_syntax v0.3.0
41672026-05-04T17:14:11.782Z Compiling tiny-keccak v2.0.2
41682026-05-04T17:14:11.814Z Compiling term v0.7.0
41692026-05-04T17:14:11.944Z Checking r2d2 v0.8.10
41702026-05-04T17:14:11.959Z Compiling clang-sys v1.8.1
41712026-05-04T17:14:11.962Z Checking downcast-rs v2.0.2
41722026-05-04T17:14:12.005Z Compiling bit-vec v0.6.3
41732026-05-04T17:14:12.129Z Compiling ascii-canvas v3.0.0
41742026-05-04T17:14:12.225Z Compiling bit-set v0.5.3
41752026-05-04T17:14:12.331Z Compiling itertools v0.10.5
41762026-05-04T17:14:12.372Z Compiling ena v0.14.4
41772026-05-04T17:14:12.375Z Compiling libloading v0.8.9
41782026-05-04T17:14:12.387Z Compiling regex-syntax v0.6.29
41792026-05-04T17:14:12.391Z Compiling bindgen v0.71.1
41802026-05-04T17:14:12.483Z Compiling diff v0.1.13
41812026-05-04T17:14:12.637Z Compiling cexpr v0.6.0
41822026-05-04T17:14:12.829Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41832026-05-04T17:14:12.886Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41842026-05-04T17:14:12.968Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41852026-05-04T17:14:13.040Z Compiling libxml v0.3.3
41862026-05-04T17:14:13.264Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41872026-05-04T17:14:13.353Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41882026-05-04T17:14:13.369Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41892026-05-04T17:14:13.561Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41902026-05-04T17:14:13.580Z Compiling strum_macros v0.24.3
41912026-05-04T17:14:13.636Z Compiling indoc v1.0.9
41922026-05-04T17:14:13.831Z Compiling lalrpop v0.19.12
41932026-05-04T17:14:14.637Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41942026-05-04T17:14:14.835Z Checking derive_builder v0.20.2
41952026-05-04T17:14:14.943Z Compiling oso-derive v0.27.3
41962026-05-04T17:14:14.958Z Checking quick-xml v0.37.5
41972026-05-04T17:14:15.142Z Compiling impl-trait-for-tuples v0.2.3
41982026-05-04T17:14:15.455Z Checking openssl-probe v0.1.6
41992026-05-04T17:14:15.597Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42002026-05-04T17:14:15.844Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42012026-05-04T17:14:16.039Z Checking bb8 v0.8.6
42022026-05-04T17:14:16.291Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42032026-05-04T17:14:16.325Z Checking nonempty v0.12.0
42042026-05-04T17:14:16.345Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42052026-05-04T17:14:16.496Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42062026-05-04T17:14:16.515Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42072026-05-04T17:14:16.557Z Checking console v0.16.2
42082026-05-04T17:14:16.700Z Checking unit-prefix v0.5.2
42092026-05-04T17:14:16.719Z Checking support-bundle-viewer v0.1.2
42102026-05-04T17:14:16.840Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42112026-05-04T17:14:16.888Z Checking indicatif v0.18.4
42122026-05-04T17:14:16.981Z Checking multimap v0.10.1
42132026-05-04T17:14:17.487Z Checking diesel v2.3.7
42142026-05-04T17:14:19.373Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42152026-05-04T17:14:19.694Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42162026-05-04T17:14:19.957Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42172026-05-04T17:14:21.031Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42182026-05-04T17:14:21.447Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42192026-05-04T17:14:21.526Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42202026-05-04T17:14:22.128Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42212026-05-04T17:14:22.166Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42222026-05-04T17:14:24.220Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42232026-05-04T17:14:29.069Z Compiling samael v0.0.19
42242026-05-04T17:14:32.969Z Checking async-bb8-diesel v0.2.1
42252026-05-04T17:14:33.313Z Checking diesel-dtrace v0.5.0
42262026-05-04T17:14:34.337Z Compiling polar-core v0.27.3
42272026-05-04T17:14:38.777Z Checking oso v0.27.3
42282026-05-04T17:15:15.689Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42292026-05-04T17:15:49.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42302026-05-04T17:15:49.367Z
42312026-05-04T17:15:49.367Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (236/273)
42322026-05-04T17:15:49.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-05-04T17:15:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-05-04T17:15:49.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-05-04T17:15:49.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42362026-05-04T17:15:50.033Z
42372026-05-04T17:15:50.033Zinfo: running `cargo check --bins` on nexus-saga-recovery (237/273)
42382026-05-04T17:15:50.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-05-04T17:15:50.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-05-04T17:15:50.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-05-04T17:15:50.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42422026-05-04T17:15:50.694Z
42432026-05-04T17:15:50.694Zinfo: running `cargo check --bins` on nexus-test-utils-macros (238/273)
42442026-05-04T17:15:51.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-04T17:15:51.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-04T17:15:51.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-05-04T17:15:51.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42482026-05-04T17:15:51.280Z
42492026-05-04T17:15:51.280Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (239/273)
42502026-05-04T17:15:51.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-04T17:15:51.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-04T17:15:52.151Z Compiling libz-sys v1.1.24
42532026-05-04T17:15:52.282Z Compiling libgit2-sys v0.18.3+1.9.2
42542026-05-04T17:15:52.318Z Compiling vergen-git2 v1.0.7
42552026-05-04T17:15:52.322Z Compiling rustls v0.21.12
42562026-05-04T17:15:52.322Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42572026-05-04T17:15:52.325Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42582026-05-04T17:15:52.325Z Checking rustls-webpki v0.101.7
42592026-05-04T17:15:52.325Z Checking sct v0.7.1
42602026-05-04T17:15:52.479Z Compiling nix v0.29.0
42612026-05-04T17:15:52.544Z Compiling dropshot v0.16.7
42622026-05-04T17:15:52.597Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42632026-05-04T17:15:52.615Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42642026-05-04T17:15:52.661Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42652026-05-04T17:15:52.791Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42662026-05-04T17:15:52.805Z Checking toml v0.9.12+spec-1.1.0
42672026-05-04T17:15:52.809Z Compiling dropshot_endpoint v0.16.7
42682026-05-04T17:15:52.927Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42692026-05-04T17:15:53.112Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42702026-05-04T17:15:53.307Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42712026-05-04T17:15:53.383Z Checking rustls-pemfile v1.0.4
42722026-05-04T17:15:53.525Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42732026-05-04T17:15:53.713Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42742026-05-04T17:15:53.842Z Checking twox-hash v2.1.2
42752026-05-04T17:15:53.942Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42762026-05-04T17:15:54.055Z Checking tokio-rustls v0.24.1
42772026-05-04T17:15:54.597Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42782026-05-04T17:15:54.613Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42792026-05-04T17:15:54.872Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42802026-05-04T17:15:55.242Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42812026-05-04T17:15:55.278Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42822026-05-04T17:15:55.423Z Checking fatfs v0.3.6
42832026-05-04T17:15:55.440Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42842026-05-04T17:15:55.593Z Compiling seq-macro v0.3.6
42852026-05-04T17:15:59.273Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42862026-05-04T17:15:59.400Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42872026-05-04T17:15:59.559Z Compiling git2 v0.20.4
42882026-05-04T17:16:01.812Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42892026-05-04T17:16:48.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.46s
42902026-05-04T17:16:48.984Z
42912026-05-04T17:16:48.984Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (240/273)
42922026-05-04T17:16:49.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-04T17:16:49.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-04T17:16:49.876Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42952026-05-04T17:17:28.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.84s
42962026-05-04T17:17:29.063Z
42972026-05-04T17:17:29.063Zinfo: running `cargo check --bins` on nexus-background-task-interface (241/273)
42982026-05-04T17:17:29.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-04T17:17:29.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-04T17:17:29.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-04T17:17:29.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43022026-05-04T17:17:29.652Z
43032026-05-04T17:17:29.652Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (242/273)
43042026-05-04T17:17:30.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-04T17:17:30.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-04T17:17:30.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-04T17:17:30.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-05-04T17:17:30.290Z
43092026-05-04T17:17:30.290Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (243/273)
43102026-05-04T17:17:30.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-04T17:17:30.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-04T17:17:30.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-04T17:17:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-05-04T17:17:30.960Z
43152026-05-04T17:17:30.960Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (244/273)
43162026-05-04T17:17:31.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-04T17:17:31.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-04T17:17:31.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-04T17:17:31.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-05-04T17:17:31.622Z
43212026-05-04T17:17:31.622Zinfo: running `cargo check --bins` on nexus-mgs-updates (245/273)
43222026-05-04T17:17:32.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-04T17:17:32.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-04T17:17:32.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-04T17:17:32.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43262026-05-04T17:17:32.263Z
43272026-05-04T17:17:32.263Zinfo: running `cargo check --bins` on nexus-networking (246/273)
43282026-05-04T17:17:32.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-04T17:17:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-04T17:17:32.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-04T17:17:32.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-05-04T17:17:32.918Z
43332026-05-04T17:17:32.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (247/273)
43342026-05-04T17:17:33.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-04T17:17:33.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-04T17:17:33.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-04T17:17:33.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-05-04T17:17:33.578Z
43392026-05-04T17:17:33.578Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (248/273)
43402026-05-04T17:17:34.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-04T17:17:34.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-04T17:17:34.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-04T17:17:34.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43442026-05-04T17:17:34.233Z
43452026-05-04T17:17:34.233Zinfo: running `cargo check --bins` on omicron-dev (249/273)
43462026-05-04T17:17:34.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-04T17:17:34.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-04T17:17:35.123Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-05-04T17:17:35.126Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43502026-05-04T17:17:35.311Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43512026-05-04T17:17:35.344Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43522026-05-04T17:17:35.360Z Checking diff v0.1.13
43532026-05-04T17:17:35.364Z Checking yansi v1.0.1
43542026-05-04T17:17:35.374Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-04T17:17:35.386Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43562026-05-04T17:17:35.441Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43572026-05-04T17:17:35.615Z Checking pretty_assertions v1.4.1
43582026-05-04T17:17:36.296Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43592026-05-04T17:17:59.761Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-05-04T17:17:59.765Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43612026-05-04T17:17:59.765Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43622026-05-04T17:17:59.765Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43632026-05-04T17:17:59.765Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43642026-05-04T17:17:59.765Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43652026-05-04T17:18:00.575Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43662026-05-04T17:18:01.674Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43672026-05-04T17:18:39.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43682026-05-04T17:18:40.385Z
43692026-05-04T17:18:40.385Zinfo: running `cargo check --bins` on omicron-pins (250/273)
43702026-05-04T17:18:40.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-05-04T17:18:40.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-05-04T17:18:40.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-05-04T17:18:40.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43742026-05-04T17:18:40.797Z
43752026-05-04T17:18:40.798Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (251/273)
43762026-05-04T17:18:41.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-04T17:18:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-04T17:18:41.565Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43792026-05-04T17:18:45.220Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43802026-05-04T17:18:45.257Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43812026-05-04T17:19:07.273Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43822026-05-04T17:19:07.664Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43832026-05-04T17:19:09.356Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43842026-05-04T17:19:09.812Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43852026-05-04T17:19:12.741Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43862026-05-04T17:19:35.153Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43872026-05-04T17:19:35.865Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43882026-05-04T17:19:37.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.71s
43892026-05-04T17:19:37.728Z
43902026-05-04T17:19:37.729Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (252/273)
43912026-05-04T17:19:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-04T17:19:38.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-04T17:19:38.451Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43942026-05-04T17:19:39.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43952026-05-04T17:19:39.340Z
43962026-05-04T17:19:39.340Zinfo: running `cargo check --bins` on omicron-releng (253/273)
43972026-05-04T17:19:39.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-05-04T17:19:39.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-05-04T17:19:40.000Z Compiling blake3 v1.8.3
44002026-05-04T17:19:40.112Z Checking arrayvec v0.7.6
44012026-05-04T17:19:40.112Z Checking arrayref v0.3.9
44022026-05-04T17:19:40.120Z Checking constant_time_eq v0.4.2
44032026-05-04T17:19:40.135Z Checking topological-sort v0.2.2
44042026-05-04T17:19:40.188Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44052026-05-04T17:19:40.188Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44062026-05-04T17:19:40.188Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44072026-05-04T17:19:40.188Z Checking shell-words v1.1.1
44082026-05-04T17:19:40.895Z Checking omicron-zone-package v0.12.2
44092026-05-04T17:19:41.606Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44102026-05-04T17:19:42.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
44112026-05-04T17:19:42.618Z
44122026-05-04T17:19:42.618Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (254/273)
44132026-05-04T17:19:43.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-04T17:19:43.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-04T17:19:43.269Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44162026-05-04T17:19:43.590Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44172026-05-04T17:19:43.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44182026-05-04T17:19:44.170Z
44192026-05-04T17:19:44.170Zinfo: running `cargo check --bins` on schema (255/273)
44202026-05-04T17:19:44.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-04T17:19:44.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-04T17:19:44.904Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44232026-05-04T17:19:45.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44242026-05-04T17:19:45.822Z
44252026-05-04T17:19:45.822Zinfo: running `cargo check --bins` on xtask (256/273)
44262026-05-04T17:19:46.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-04T17:19:46.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-04T17:19:46.276Z Checking libc v0.2.185
44292026-05-04T17:19:46.279Z Checking serde v1.0.228
44302026-05-04T17:19:46.365Z Checking zerofrom v0.1.6
44312026-05-04T17:19:46.370Z Checking bitflags v2.11.0
44322026-05-04T17:19:46.379Z Checking smallvec v1.15.1
44332026-05-04T17:19:46.385Z Checking indexmap v2.14.0
44342026-05-04T17:19:46.396Z Checking serde_json v1.0.149
44352026-05-04T17:19:46.399Z Checking num-traits v0.2.19
44362026-05-04T17:19:46.468Z Checking yoke v0.8.1
44372026-05-04T17:19:46.518Z Checking scroll v0.12.0
44382026-05-04T17:19:46.553Z Checking thiserror v1.0.69
44392026-05-04T17:19:46.638Z Checking zerovec v0.11.5
44402026-05-04T17:19:46.648Z Checking zerotrie v0.2.3
44412026-05-04T17:19:46.657Z Checking errno v0.3.14
44422026-05-04T17:19:46.741Z Checking log v0.4.29
44432026-05-04T17:19:46.751Z Checking serde_spanned v0.6.9
44442026-05-04T17:19:46.771Z Checking rustix v1.1.3
44452026-05-04T17:19:46.871Z Checking toml_datetime v0.6.11
44462026-05-04T17:19:46.884Z Checking percent-encoding v2.3.2
44472026-05-04T17:19:46.895Z Checking zerocopy v0.7.35
44482026-05-04T17:19:46.907Z Checking goblin v0.8.2
44492026-05-04T17:19:46.917Z Checking ordered-float v2.10.1
44502026-05-04T17:19:47.000Z Checking getrandom v0.4.1
44512026-05-04T17:19:47.022Z Checking form_urlencoded v1.2.2
44522026-05-04T17:19:47.050Z Checking toml_edit v0.22.27
44532026-05-04T17:19:47.070Z Checking tinystr v0.8.2
44542026-05-04T17:19:47.130Z Checking potential_utf v0.1.4
44552026-05-04T17:19:47.141Z Checking serde-value v0.7.0
44562026-05-04T17:19:47.151Z Checking thiserror v2.0.18
44572026-05-04T17:19:47.247Z Checking syn v2.0.117
44582026-05-04T17:19:47.251Z Checking icu_locale_core v2.1.1
44592026-05-04T17:19:47.267Z Checking icu_collections v2.1.1
44602026-05-04T17:19:47.341Z Checking dtrace-parser v0.2.0
44612026-05-04T17:19:47.372Z Checking thread-id v4.2.2
44622026-05-04T17:19:47.453Z Checking once_cell v1.21.3
44632026-05-04T17:19:47.573Z Checking cargo-platform v0.2.0
44642026-05-04T17:19:47.573Z Checking memmap v0.7.0
44652026-05-04T17:19:47.604Z Checking terminal_size v0.4.3
44662026-05-04T17:19:47.629Z Checking tempfile v3.25.0
44672026-05-04T17:19:47.703Z Checking fs-err v3.3.0
44682026-05-04T17:19:47.729Z Checking clap_builder v4.5.60
44692026-05-04T17:19:47.755Z Checking textwrap v0.16.2
44702026-05-04T17:19:47.806Z Checking icu_provider v2.1.1
44712026-05-04T17:19:47.819Z Checking camino-tempfile v1.4.1
44722026-05-04T17:19:47.881Z Checking tabled v0.15.0
44732026-05-04T17:19:47.967Z Checking anyhow v1.0.102
44742026-05-04T17:19:47.978Z Checking macaddr v1.0.1
44752026-05-04T17:19:48.040Z Checking icu_normalizer v2.1.1
44762026-05-04T17:19:48.155Z Checking icu_properties v2.1.2
44772026-05-04T17:19:48.161Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44782026-05-04T17:19:48.161Z Checking toml v0.8.23
44792026-05-04T17:19:48.478Z Checking cargo_toml v0.21.0
44802026-05-04T17:19:48.779Z Checking dof v0.3.0
44812026-05-04T17:19:48.908Z Checking clap v4.5.60
44822026-05-04T17:19:48.949Z Checking idna_adapter v1.2.1
44832026-05-04T17:19:49.048Z Checking usdt-impl v0.5.0
44842026-05-04T17:19:49.058Z Checking idna v1.1.0
44852026-05-04T17:19:49.275Z Checking url v2.5.8
44862026-05-04T17:19:49.298Z Checking usdt v0.5.0
44872026-05-04T17:19:49.607Z Checking cargo-util-schemas v0.8.2
44882026-05-04T17:19:50.300Z Checking cargo_metadata v0.21.0
44892026-05-04T17:19:50.907Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44902026-05-04T17:19:51.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
44912026-05-04T17:19:51.442Z
44922026-05-04T17:19:51.442Zinfo: running `cargo check --bins` on dnsadm (257/273)
44932026-05-04T17:19:51.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-04T17:19:51.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-04T17:19:52.084Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44962026-05-04T17:19:52.573Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44972026-05-04T17:19:52.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44982026-05-04T17:19:53.166Z
44992026-05-04T17:19:53.166Zinfo: running `cargo check --bins` on end-to-end-tests (258/273)
45002026-05-04T17:19:53.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-04T17:19:53.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-04T17:19:53.956Z Checking polyval v0.6.2
45032026-05-04T17:19:54.080Z Checking ctr v0.9.2
45042026-05-04T17:19:54.093Z Checking ssh-encoding v0.2.0
45052026-05-04T17:19:54.096Z Checking blowfish v0.9.1
45062026-05-04T17:19:54.115Z Checking password-hash v0.4.2
45072026-05-04T17:19:54.130Z Checking p256 v0.13.2
45082026-05-04T17:19:54.134Z Checking p521 v0.13.3
45092026-05-04T17:19:54.156Z Checking russh-cryptovec v0.7.3
45102026-05-04T17:19:54.222Z Checking ghash v0.5.1
45112026-05-04T17:19:54.236Z Checking bcrypt-pbkdf v0.10.0
45122026-05-04T17:19:54.240Z Checking md5 v0.7.0
45132026-05-04T17:19:54.267Z Checking num-bigint v0.4.6
45142026-05-04T17:19:54.283Z Checking des v0.8.1
45152026-05-04T17:19:54.328Z Checking pbkdf2 v0.11.0
45162026-05-04T17:19:54.341Z Checking aes-gcm v0.10.3
45172026-05-04T17:19:54.377Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-05-04T17:19:54.388Z Checking hex-literal v0.4.1
45192026-05-04T17:19:54.439Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45202026-05-04T17:19:54.444Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45212026-05-04T17:19:54.483Z Checking ssh-cipher v0.2.0
45222026-05-04T17:19:54.499Z Checking socket2 v0.5.10
45232026-05-04T17:19:54.515Z Checking internet-checksum v0.2.1
45242026-05-04T17:19:54.648Z Checking ssh-key v0.6.7
45252026-05-04T17:19:54.812Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-05-04T17:19:55.274Z Checking russh-keys v0.45.0
45272026-05-04T17:19:55.829Z Checking russh v0.45.0
45282026-05-04T17:20:10.855Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45292026-05-04T17:20:12.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
45302026-05-04T17:20:12.311Z
45312026-05-04T17:20:12.311Zinfo: running `cargo check --bins` on gateway-cli (259/273)
45322026-05-04T17:20:12.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-04T17:20:12.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-04T17:20:12.960Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45352026-05-04T17:20:13.068Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45362026-05-04T17:20:13.076Z Checking termios v0.3.3
45372026-05-04T17:20:14.279Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45382026-05-04T17:20:14.430Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45392026-05-04T17:20:16.224Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45402026-05-04T17:20:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45412026-05-04T17:20:16.979Z
45422026-05-04T17:20:16.979Zinfo: running `cargo check --bins --no-default-features` on installinator (260/273)
45432026-05-04T17:20:17.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-04T17:20:17.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-04T17:20:17.690Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45462026-05-04T17:20:17.807Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45472026-05-04T17:20:17.816Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45482026-05-04T17:20:17.820Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45492026-05-04T17:20:17.831Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45502026-05-04T17:20:17.842Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45512026-05-04T17:20:18.555Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45522026-05-04T17:20:18.884Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45532026-05-04T17:20:18.888Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45542026-05-04T17:20:19.514Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45552026-05-04T17:20:21.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45562026-05-04T17:20:21.353Z
45572026-05-04T17:20:21.353Zinfo: running `cargo check --bins` on internal-dns-cli (261/273)
45582026-05-04T17:20:21.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-04T17:20:21.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-04T17:20:21.989Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45612026-05-04T17:20:22.439Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45622026-05-04T17:20:22.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45632026-05-04T17:20:22.940Z
45642026-05-04T17:20:22.940Zinfo: running `cargo check --bins` on omicron-live-tests (262/273)
45652026-05-04T17:20:23.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-05-04T17:20:23.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-05-04T17:20:23.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-05-04T17:20:23.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45692026-05-04T17:20:23.523Z
45702026-05-04T17:20:23.523Zinfo: running `cargo check --bins` on live-tests-macros (263/273)
45712026-05-04T17:20:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-04T17:20:24.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-04T17:20:24.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-05-04T17:20:24.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-05-04T17:20:24.108Z
45762026-05-04T17:20:24.108Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (264/273)
45772026-05-04T17:20:24.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-05-04T17:20:24.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-05-04T17:20:24.856Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45802026-05-04T17:20:25.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45812026-05-04T17:20:25.678Z
45822026-05-04T17:20:25.678Zinfo: running `cargo check --bins` on omicron-ntp-admin (265/273)
45832026-05-04T17:20:26.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-04T17:20:26.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-04T17:20:26.327Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45862026-05-04T17:20:26.331Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45872026-05-04T17:20:26.580Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45882026-05-04T17:20:26.583Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45892026-05-04T17:20:27.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45902026-05-04T17:20:27.562Z
45912026-05-04T17:20:27.562Zinfo: running `cargo check --bins` on ntp-admin-types (266/273)
45922026-05-04T17:20:28.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-04T17:20:28.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-04T17:20:28.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45952026-05-04T17:20:28.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45962026-05-04T17:20:28.163Z
45972026-05-04T17:20:28.163Zinfo: running `cargo check --bins` on omicron-package (267/273)
45982026-05-04T17:20:28.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-04T17:20:28.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-04T17:20:28.850Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46012026-05-04T17:20:29.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46022026-05-04T17:20:30.114Z
46032026-05-04T17:20:30.114Zinfo: running `cargo check --bins` on tqdb (268/273)
46042026-05-04T17:20:30.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-05-04T17:20:30.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-05-04T17:20:30.897Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46072026-05-04T17:20:31.251Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46082026-05-04T17:20:31.765Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46092026-05-04T17:20:31.765Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46102026-05-04T17:20:37.477Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46112026-05-04T17:20:37.481Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46122026-05-04T17:20:38.044Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46132026-05-04T17:20:38.048Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46142026-05-04T17:20:38.048Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46152026-05-04T17:20:38.048Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46162026-05-04T17:20:38.797Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46172026-05-04T17:20:39.817Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46182026-05-04T17:20:40.578Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46192026-05-04T17:20:41.189Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46202026-05-04T17:20:45.198Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46212026-05-04T17:20:51.604Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46222026-05-04T17:20:51.607Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46232026-05-04T17:20:51.607Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46242026-05-04T17:20:51.607Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46252026-05-04T17:20:53.072Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46262026-05-04T17:20:54.385Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46272026-05-04T17:20:55.067Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46282026-05-04T17:20:56.320Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46292026-05-04T17:20:56.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.74s
46302026-05-04T17:20:57.083Z
46312026-05-04T17:20:57.083Zinfo: running `cargo check --bins` on wicket-dbg (269/273)
46322026-05-04T17:20:57.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-05-04T17:20:57.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-05-04T17:20:57.805Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46352026-05-04T17:20:57.805Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46362026-05-04T17:20:57.805Z Checking rtoolbox v0.0.3
46372026-05-04T17:20:57.930Z Checking tui-tree-widget v0.23.1
46382026-05-04T17:20:58.033Z Checking rpassword v7.4.0
46392026-05-04T17:20:59.039Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46402026-05-04T17:21:02.002Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46412026-05-04T17:21:03.855Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46422026-05-04T17:21:04.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46432026-05-04T17:21:04.963Z
46442026-05-04T17:21:04.963Zinfo: running `cargo check --bins` on wicket (270/273)
46452026-05-04T17:21:05.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-05-04T17:21:05.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-05-04T17:21:05.667Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46482026-05-04T17:21:06.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46492026-05-04T17:21:06.237Z
46502026-05-04T17:21:06.237Zinfo: running `cargo check --bins` on wicketd (271/273)
46512026-05-04T17:21:06.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-05-04T17:21:06.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-05-04T17:21:06.968Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46542026-05-04T17:21:06.972Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46552026-05-04T17:21:06.972Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46562026-05-04T17:21:06.972Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46572026-05-04T17:21:07.951Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46582026-05-04T17:21:08.523Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46592026-05-04T17:21:11.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46602026-05-04T17:21:11.681Z
46612026-05-04T17:21:11.681Zinfo: running `cargo check --bins` on omicron-workspace-hack (272/273)
46622026-05-04T17:21:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-05-04T17:21:12.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-05-04T17:21:12.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46652026-05-04T17:21:12.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46662026-05-04T17:21:12.268Z
46672026-05-04T17:21:12.268Zinfo: running `cargo check --bins` on zone-setup (273/273)
46682026-05-04T17:21:12.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-05-04T17:21:12.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-05-04T17:21:12.950Z Checking uzers v0.12.2
46712026-05-04T17:21:13.218Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46722026-05-04T17:21:13.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46732026-05-04T17:21:14.216Z
46742026-05-04T17:21:14.223Zreal 14:11.994473788
46752026-05-04T17:21:14.223Zuser 20:37.419818117
46762026-05-04T17:21:14.223Zsys 4:16.286658324
46772026-05-04T17:21:14.223Ztrap 0.336192788
46782026-05-04T17:21:14.223Ztflt 0.338630837
46792026-05-04T17:21:14.223Zdflt 0.872228392
46802026-05-04T17:21:14.223Zkflt 0.001494137
46812026-05-04T17:21:14.223Zlock 1:17:07.460429565
46822026-05-04T17:21:14.223Zslp 1:38:58.274452831
46832026-05-04T17:21:14.223Zlat 52.967392732
46842026-05-04T17:21:14.223Zstop 3:25.425473279
46852026-05-04T17:21:14.223Zprocess exited: duration 1040356 ms, exit code 0
 
46862026-05-04T17:21:14.254Zfound 0 output files