01KQBBCAX8VKTVXQ486YEMCJ64: 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: 01KQBBD23AK3JWZ3GNQXNFG1D2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T00:50:42.151Zjob assigned to worker 01KQBBD8T9ZGSB72VR49825MTT [factory aws, i-0663e0a8260e3cf00] (queued for 1 m 2 s)
 
22026-04-29T00:50:48.990Zstarting task 0: "setup"
32026-04-29T00:50:48.993Z++ uname -s
42026-04-29T00:50:48.993Z+ kern=SunOS
52026-04-29T00:50:48.993Z+ build_user=build
62026-04-29T00:50:48.993Z+ build_uid=12345
72026-04-29T00:50:48.993Z+ work_dir=/work
82026-04-29T00:50:48.994Z+ input_dir=/input
92026-04-29T00:50:48.994Z+ [[ 0 == 12345 ]]
102026-04-29T00:50:48.994Z+ case "$kern" in
112026-04-29T00:50:48.994Z+ groupadd -g 12345 build
122026-04-29T00:50:48.997Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T00:50:51.001Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T00:50:51.125Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T00:50:51.128Z+ home_fs=zfs
162026-04-29T00:50:51.128Z+ [[ zfs == autofs ]]
172026-04-29T00:50:51.129Z+ mkdir -p /home/build
182026-04-29T00:50:51.129Z+ chown build:build /home/build /work
192026-04-29T00:50:52.130Z+ chmod 0700 /home/build /work
202026-04-29T00:50:52.133Zprocess exited: duration 3146 ms, exit code 0
 
212026-04-29T00:50:52.140Zstarting task 1: "rust-toolchain"
222026-04-29T00:50:52.146Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T00:50:52.146Z * rust toolchain channel = "1.94.0"
242026-04-29T00:50:52.147Z * rust toolchain profile = "default"
252026-04-29T00:50:52.147Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-29T00:50:52.147Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T00:50:52.147Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T00:50:52.150Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T00:50:52.150Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T00:50:52.265Zinfo: downloading installer
312026-04-29T00:50:53.694Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T00:50:53.694Zwarn: /opt/ooce/bin
332026-04-29T00:50:53.694Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T00:50:53.694Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T00:50:53.695Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T00:50:53.695Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T00:50:53.695Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T00:50:53.695Zerror: cannot install while Rust is installed
392026-04-29T00:50:53.695Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T00:50:53.695Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T00:50:53.695Zwarn: /home/build/.rustup/settings.toml
422026-04-29T00:50:53.695Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T00:50:53.695Zwarn: instead of the one inferred from the default host triple.
442026-04-29T00:50:53.706Zinfo: profile set to default
452026-04-29T00:50:53.706Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T00:50:53.709Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T00:50:53.839Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T00:50:53.842Zinfo: downloading 6 components
492026-04-29T00:51:08.480Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T00:51:08.480Z
512026-04-29T00:51:08.510Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T00:51:08.510Z
532026-04-29T00:51:08.510Z
542026-04-29T00:51:08.510ZRust is installed now. Great!
552026-04-29T00:51:08.510Z
562026-04-29T00:51:08.510ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T00:51:08.510Zenvironment variable. This has not been done automatically.
582026-04-29T00:51:08.510Z
592026-04-29T00:51:08.510ZTo configure your current shell, you need to source
602026-04-29T00:51:08.510Zthe corresponding env file under $HOME/.cargo.
612026-04-29T00:51:08.510Z
622026-04-29T00:51:08.510ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T00:51:08.510Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T00:51:08.510Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T00:51:08.510Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T00:51:08.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T00:51:08.510Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T00:51:08.510Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T00:51:08.513Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T00:51:08.513Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T00:51:08.610Z+ rustup --version
722026-04-29T00:51:08.616Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T00:51:08.620Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T00:51:08.638Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T00:51:08.642Z+ cargo --version
762026-04-29T00:51:08.654Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T00:51:08.657Z+ rustc --version
782026-04-29T00:51:08.676Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T00:51:08.681Zprocess exited: duration 16537 ms, exit code 0
 
802026-04-29T00:51:08.687Zstarting task 2: "authentication"
812026-04-29T00:51:08.705Zprocess exited: duration 18 ms, exit code 0
 
822026-04-29T00:51:08.711Zstarting task 3: "clone repository"
832026-04-29T00:51:08.714Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T00:51:08.719Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T00:51:08.749ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T00:51:17.732Z+ cd /work/oxidecomputer/omicron
872026-04-29T00:51:17.732Z+ git fetch origin 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
882026-04-29T00:51:18.021ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T00:51:18.021Z * branch 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757 -> FETCH_HEAD
902026-04-29T00:51:18.033Z+ [[ -n nexus-gzip ]]
912026-04-29T00:51:18.040Z++ git branch --show-current
922026-04-29T00:51:18.040Z+ current=main
932026-04-29T00:51:18.040Z+ [[ main != nexus-gzip ]]
942026-04-29T00:51:18.041Z+ git branch -f nexus-gzip 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
952026-04-29T00:51:18.041Z+ git checkout -f nexus-gzip
962026-04-29T00:51:18.265ZSwitched to branch 'nexus-gzip'
972026-04-29T00:51:18.269Z+ git reset --hard 67cdccb3eb7b74bfe7845d6fc56c44fac3e70757
982026-04-29T00:51:18.283ZHEAD is now at 67cdccb3e try dropshot with gzip
992026-04-29T00:51:18.290Zprocess exited: duration 9571 ms, exit code 0
 
1002026-04-29T00:51:18.305Zstarting task 4: "build"
1012026-04-29T00:51:18.312Z+ source .github/buildomat/ci-env.sh
1022026-04-29T00:51:18.312Z++ export CARGO_TERM_COLOR=always
1032026-04-29T00:51:18.312Z++ CARGO_TERM_COLOR=always
1042026-04-29T00:51:18.312Z+ cargo --version
1052026-04-29T00:51:18.317Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T00:51:18.325Z+ rustc --version
1072026-04-29T00:51:18.339Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T00:51:18.342Z+ source ./env.sh
1092026-04-29T00:51:18.343Z++ OLD_SHELL_OPTS=ehxB
1102026-04-29T00:51:18.343Z++ set -o xtrace
1112026-04-29T00:51:18.343Z++++ dirname ./env.sh
1122026-04-29T00:51:18.347Z+++ readlink -f .
1132026-04-29T00:51:18.347Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ 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-04-29T00:51:18.347Z++ case $OLD_SHELL_OPTS in
1232026-04-29T00:51:18.347Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-29T00:51:18.347Z+ 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-04-29T00:51:18.347Z+ 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-04-29T00:51:18.348Z+ banner prerequisites
1272026-04-29T00:51:18.351Z
1282026-04-29T00:51:18.351Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-29T00:51:18.351Z # # # # # # # # # # # # # # #
1302026-04-29T00:51:18.351Z # # # # ##### # # ##### # # # # # #### #
1312026-04-29T00:51:18.351Z ##### ##### # ##### # # # # # # # # #
1322026-04-29T00:51:18.351Z # # # # # # # # # # # # # # #
1332026-04-29T00:51:18.351Z # # # ###### # # ###### ### # #### # #### #
1342026-04-29T00:51:18.351Z
1352026-04-29T00:51:18.351Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-29T00:51:28.044Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-29T00:51:35.388Z Startup: Caching catalogs ... Done
1382026-04-29T00:51:41.899ZPlanning: Solver setup ... Done (5.005s)
1392026-04-29T00:51:41.932ZPlanning: Running solver ... Done (0.034s)
1402026-04-29T00:51:42.058ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-29T00:51:42.074ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-29T00:51:42.199ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-29T00:51:42.236ZPlanning: Package planning ... Done (0.037s)
1442026-04-29T00:51:42.271ZPlanning: Merging actions ... Done (0.035s)
1452026-04-29T00:51:42.451ZPlanning: Checking for conflicting actions ... Done (0.177s)
1462026-04-29T00:51:42.457ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-29T00:51:43.238ZPlanning: Evaluating mediators ... Done (0.779s)
1482026-04-29T00:51:43.247ZPlanning: Planning completed in 7.69 seconds
1492026-04-29T00:51:43.255Z Packages to install: 5
1502026-04-29T00:51:43.259Z Mediators to change: 3
1512026-04-29T00:51:43.259Z Services to change: 1
1522026-04-29T00:51:43.259Z Estimated space available: 155.35 GB
1532026-04-29T00:51:43.259ZEstimated space to be consumed: 1.89 GB
1542026-04-29T00:51:43.259Z Create boot environment: No
1552026-04-29T00:51:43.259ZCreate backup boot environment: No
1562026-04-29T00:51:43.259Z Rebuild boot archive: No
1572026-04-29T00:51:43.259Z
1582026-04-29T00:51:43.259ZChanged mediators:
1592026-04-29T00:51:43.259Z mediator clang:
1602026-04-29T00:51:43.259Z version: None -> 15 (system default)
1612026-04-29T00:51:43.259Z
1622026-04-29T00:51:43.259Z mediator llvm:
1632026-04-29T00:51:43.259Z version: 14 (system default) -> 15 (system default)
1642026-04-29T00:51:43.259Z
1652026-04-29T00:51:43.259Z mediator postgresql:
1662026-04-29T00:51:43.259Z version: 15 (system default) -> 18 (system default)
1672026-04-29T00:51:43.259Z
1682026-04-29T00:51:43.259ZChanged packages:
1692026-04-29T00:51:43.259Zhelios-dev
1702026-04-29T00:51:43.259Z developer/build-essential
1712026-04-29T00:51:43.259Z None -> 11-2.0
1722026-04-29T00:51:43.261Z library/libxmlsec1
1732026-04-29T00:51:43.261Z None -> 1.2.35-2.0
1742026-04-29T00:51:43.261Z ooce/developer/clang-15
1752026-04-29T00:51:43.261Z None -> 15.0.7-2.0
1762026-04-29T00:51:43.261Z ooce/developer/llvm-15
1772026-04-29T00:51:43.261Z None -> 15.0.7-2.0
1782026-04-29T00:51:43.261Z ooce/library/postgresql-18
1792026-04-29T00:51:43.261Z None -> 18.1-2.0
1802026-04-29T00:51:43.261Z
1812026-04-29T00:51:43.261ZServices:
1822026-04-29T00:51:43.261Z restart_fmri:
1832026-04-29T00:51:43.261Z svc:/system/update-man-index:default
1842026-04-29T00:51:43.306Z
1852026-04-29T00:51:43.306ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-29T00:51:48.301ZDownload: 2242/4272 items 119.3/219.0MB 54% complete (24.1M/s)
1872026-04-29T00:51:53.319ZDownload: 3238/4272 items 202.9/219.0MB 92% complete (21.1M/s)
1882026-04-29T00:51:58.328ZDownload: 3368/4272 items 212.8/219.0MB 97% complete (9.4M/s)
1892026-04-29T00:52:01.700ZDownload: Completed 218.99 MB in 18.40 seconds (11.9M/s)
1902026-04-29T00:52:01.858Z Actions: 1/4789 actions (Installing new actions)
1912026-04-29T00:52:05.197Z Actions: Completed 4789 actions in 3.34 seconds.
1922026-04-29T00:52:05.505Z Done (0.303s)
1932026-04-29T00:52:05.505Z Done (0.000s)
1942026-04-29T00:52:06.238Z Done (0.733s)
1952026-04-29T00:52:09.358Z Done (2.767s)
1962026-04-29T00:52:09.438Z Done (0.012s)
1972026-04-29T00:52:09.441Z Done (0.000s)
1982026-04-29T00:52:09.809Z Done (0.000s)
1992026-04-29T00:52:10.647ZPlanning: Evaluating mediator changes ... Done
2002026-04-29T00:52:10.758ZPlanning: Checking for conflicting actions ... Done
2012026-04-29T00:52:10.761ZPlanning: Consolidating action changes ... Done
2022026-04-29T00:52:10.920ZPlanning: Evaluating mediators ... Done
2032026-04-29T00:52:10.925ZPlanning: Planning completed in 0.27 seconds
2042026-04-29T00:52:10.941Z Mediators to change: 2
2052026-04-29T00:52:10.941Z Create boot environment: No
2062026-04-29T00:52:10.941ZCreate backup boot environment: No
2072026-04-29T00:52:11.015Z Done
2082026-04-29T00:52:11.015Z Done
2092026-04-29T00:52:11.614Z Done
2102026-04-29T00:52:14.084Z Done
2112026-04-29T00:52:14.160Z Done
2122026-04-29T00:52:14.160Z Done
2132026-04-29T00:52:14.312Z Done
2142026-04-29T00:52:14.566ZPlanning: Evaluating mediator changes ... Done
2152026-04-29T00:52:14.673ZPlanning: Checking for conflicting actions ... Done
2162026-04-29T00:52:14.676ZPlanning: Consolidating action changes ... Done
2172026-04-29T00:52:14.829ZPlanning: Evaluating mediators ... Done
2182026-04-29T00:52:14.832ZPlanning: Planning completed in 0.26 seconds
2192026-04-29T00:52:14.851Z Mediators to change: 1
2202026-04-29T00:52:14.851Z Create boot environment: No
2212026-04-29T00:52:14.851ZCreate backup boot environment: No
2222026-04-29T00:52:14.917Z Done
2232026-04-29T00:52:14.917Z Done
2242026-04-29T00:52:15.502Z Done
2252026-04-29T00:52:17.945Z Done
2262026-04-29T00:52:18.014Z Done
2272026-04-29T00:52:18.017Z Done
2282026-04-29T00:52:18.167Z Done
2292026-04-29T00:52:18.453ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-29T00:52:18.453Zclang system 15 system
2312026-04-29T00:52:18.453Zcsh system system illumos
2322026-04-29T00:52:18.453Zctags system system illumos
2332026-04-29T00:52:18.453Zfile system system illumos
2342026-04-29T00:52:18.453Zgcc vendor 12 vendor
2352026-04-29T00:52:18.454Zgcc system 14 system
2362026-04-29T00:52:18.454Zgcc system 10 system
2372026-04-29T00:52:18.454Zgo system 1.20 system
2382026-04-29T00:52:18.454Zgo system 1.19 system
2392026-04-29T00:52:18.454Zllvm system 15 system
2402026-04-29T00:52:18.454Zllvm system 14 system
2412026-04-29T00:52:18.454Zmariadb system 10.6 system
2422026-04-29T00:52:18.454Zmta vendor vendor dma
2432026-04-29T00:52:18.454Zopenjdk system 17 system
2442026-04-29T00:52:18.454Zopenjdk system 11 system
2452026-04-29T00:52:18.454Zopenjdk system 1.8 system
2462026-04-29T00:52:18.454Zopenssl vendor 3 vendor
2472026-04-29T00:52:18.454Zperl system 5.36 system
2482026-04-29T00:52:18.454Zpostgresql system 18 system
2492026-04-29T00:52:18.454Zpostgresql system 15 system
2502026-04-29T00:52:18.454Zpostgresql system 13 system
2512026-04-29T00:52:18.454Zpython vendor 3 vendor
2522026-04-29T00:52:18.454Zpython system 2 system
2532026-04-29T00:52:18.454Zpython3 system 3.11 system
2542026-04-29T00:52:18.454Zruby system 3.0 system
2552026-04-29T00:52:18.454Zwords vendor vendor american-english
2562026-04-29T00:52:18.454Zwords system system australian-english
2572026-04-29T00:52:18.454Zwords system system british-english
2582026-04-29T00:52:18.454Zwords system system canadian-english
2592026-04-29T00:52:18.454Zwords system system french
2602026-04-29T00:52:18.454Zwords system system italian
2612026-04-29T00:52:18.454Zwords system system ngerman
2622026-04-29T00:52:18.454Zwords system system ogerman
2632026-04-29T00:52:18.454Zwords system system spanish
2642026-04-29T00:52:18.679ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-29T00:52:18.680Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-29T00:52:23.149ZFMRI IFO
2672026-04-29T00:52:23.149Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-29T00:52:23.149Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-29T00:52:23.149Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-29T00:52:23.149Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-29T00:52:23.149Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-29T00:52:23.149Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-29T00:52:23.149Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-29T00:52:23.149Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-29T00:52:23.149Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-29T00:52:23.149Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-29T00:52:23.149Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-29T00:52:23.149Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-29T00:52:23.149Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-29T00:52:23.149Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-29T00:52:23.149Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-29T00:52:23.149Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-29T00:52:23.150Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-29T00:52:24.265Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-29T00:52:24.525Z Updating crates.io index
2862026-04-29T00:52:24.528Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-29T00:52:24.787Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-29T00:52:25.679Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-29T00:52:25.995Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-29T00:52:27.419Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-29T00:52:27.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-29T00:52:29.256Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-29T00:52:29.991Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-29T00:52:30.253Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-29T00:52:30.953Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-29T00:52:31.380Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-29T00:52:31.706Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-29T00:52:32.054Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-29T00:52:32.939Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-29T00:52:33.419Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-29T00:52:33.813Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-29T00:52:34.128Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-29T00:52:34.490Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-29T00:52:34.700Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-29T00:52:34.928Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-29T00:52:35.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-29T00:52:35.560Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-29T00:52:36.015Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-29T00:52:36.468Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-29T00:52:36.871Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-29T00:52:37.144Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-29T00:52:37.992Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-29T00:52:38.593Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-29T00:52:39.077Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-29T00:52:39.556Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-29T00:52:39.764Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-29T00:52:40.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-29T00:52:40.569Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-29T00:52:41.173Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-29T00:52:41.412Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-29T00:52:41.656Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-29T00:52:41.949Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-29T00:52:42.341Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-29T00:52:54.064Z Downloading crates ...
3252026-04-29T00:52:54.086Z Downloaded anstyle-query v1.1.5
3262026-04-29T00:52:54.090Z Downloaded autocfg v1.5.0
3272026-04-29T00:52:54.094Z Downloaded errno v0.3.14
3282026-04-29T00:52:54.094Z Downloaded log v0.4.29
3292026-04-29T00:52:54.098Z Downloaded icu_provider v2.1.1
3302026-04-29T00:52:54.100Z Downloaded fs-err v3.3.0
3312026-04-29T00:52:54.104Z Downloaded macaddr v1.0.1
3322026-04-29T00:52:54.107Z Downloaded unicode-linebreak v0.1.5
3332026-04-29T00:52:54.111Z Downloaded getrandom v0.4.1
3342026-04-29T00:52:54.113Z Downloaded form_urlencoded v1.2.2
3352026-04-29T00:52:54.116Z Downloaded ucd-trie v0.1.7
3362026-04-29T00:52:54.116Z Downloaded zerofrom v0.1.6
3372026-04-29T00:52:54.116Z Downloaded utf8_iter v1.0.4
3382026-04-29T00:52:54.119Z Downloaded typeid v1.0.3
3392026-04-29T00:52:54.119Z Downloaded idna_adapter v1.2.1
3402026-04-29T00:52:54.120Z Downloaded percent-encoding v2.3.2
3412026-04-29T00:52:54.120Z Downloaded equivalent v1.0.2
3422026-04-29T00:52:54.120Z Downloaded dof v0.3.0
3432026-04-29T00:52:54.123Z Downloaded usdt v0.5.0
3442026-04-29T00:52:54.123Z Downloaded usdt-attr-macro v0.5.0
3452026-04-29T00:52:54.123Z Downloaded textwrap v0.16.2
3462026-04-29T00:52:54.127Z Downloaded toml_datetime v0.6.11
3472026-04-29T00:52:54.127Z Downloaded plain v0.2.3
3482026-04-29T00:52:54.127Z Downloaded swrite v0.1.0
3492026-04-29T00:52:54.127Z Downloaded smallvec v1.15.1
3502026-04-29T00:52:54.129Z Downloaded zerovec-derive v0.11.2
3512026-04-29T00:52:54.135Z Downloaded zmij v1.0.21
3522026-04-29T00:52:54.135Z Downloaded usdt-macro v0.5.0
3532026-04-29T00:52:54.135Z Downloaded anstream v0.6.21
3542026-04-29T00:52:54.141Z Downloaded icu_normalizer_data v2.1.1
3552026-04-29T00:52:54.141Z Downloaded camino-tempfile v1.4.1
3562026-04-29T00:52:54.141Z Downloaded cargo-platform v0.2.0
3572026-04-29T00:52:54.141Z Downloaded toml v0.8.23
3582026-04-29T00:52:54.141Z Downloaded utf8parse v0.2.2
3592026-04-29T00:52:54.141Z Downloaded synstructure v0.13.2
3602026-04-29T00:52:54.145Z Downloaded yoke-derive v0.8.1
3612026-04-29T00:52:54.145Z Downloaded unicode-xid v0.2.6
3622026-04-29T00:52:54.145Z Downloaded toml_write v0.1.2
3632026-04-29T00:52:54.145Z Downloaded thread-id v4.2.2
3642026-04-29T00:52:54.148Z Downloaded zerofrom-derive v0.1.6
3652026-04-29T00:52:54.148Z Downloaded generic-array v0.14.7
3662026-04-29T00:52:54.148Z Downloaded fnv v1.0.7
3672026-04-29T00:52:54.148Z Downloaded cargo_toml v0.21.0
3682026-04-29T00:52:54.151Z Downloaded version_check v0.9.5
3692026-04-29T00:52:54.151Z Downloaded dtrace-parser v0.2.0
3702026-04-29T00:52:54.155Z Downloaded smawk v0.3.2
3712026-04-29T00:52:54.158Z Downloaded tinystr v0.8.2
3722026-04-29T00:52:54.158Z Downloaded pretty-hex v0.4.1
3732026-04-29T00:52:54.158Z Downloaded heck v0.5.0
3742026-04-29T00:52:54.161Z Downloaded thiserror-impl v1.0.69
3752026-04-29T00:52:54.161Z Downloaded proc-macro-error-attr v1.0.4
3762026-04-29T00:52:54.161Z Downloaded thiserror v1.0.69
3772026-04-29T00:52:54.167Z Downloaded writeable v0.6.2
3782026-04-29T00:52:54.167Z Downloaded block-buffer v0.10.4
3792026-04-29T00:52:54.171Z Downloaded yoke v0.8.1
3802026-04-29T00:52:54.171Z Downloaded usdt-impl v0.5.0
3812026-04-29T00:52:54.171Z Downloaded cpufeatures v0.2.17
3822026-04-29T00:52:54.171Z Downloaded cargo_metadata v0.21.0
3832026-04-29T00:52:54.178Z Downloaded thiserror-impl v2.0.18
3842026-04-29T00:52:54.182Z Downloaded thiserror v2.0.18
3852026-04-29T00:52:54.186Z Downloaded serde-value v0.7.0
3862026-04-29T00:52:54.186Z Downloaded terminal_size v0.4.3
3872026-04-29T00:52:54.189Z Downloaded scroll_derive v0.12.1
3882026-04-29T00:52:54.189Z Downloaded zerocopy-derive v0.7.35
3892026-04-29T00:52:54.192Z Downloaded strsim v0.11.1
3902026-04-29T00:52:54.192Z Downloaded cfg-if v1.0.4
3912026-04-29T00:52:54.195Z Downloaded unicode-ident v1.0.24
3922026-04-29T00:52:54.198Z Downloaded zerotrie v0.2.3
3932026-04-29T00:52:54.198Z Downloaded erased-serde v0.4.9
3942026-04-29T00:52:54.203Z Downloaded typenum v1.19.0
3952026-04-29T00:52:54.203Z Downloaded url v2.5.8
3962026-04-29T00:52:54.206Z Downloaded heck v0.4.1
3972026-04-29T00:52:54.206Z Downloaded toml_edit v0.22.27
3982026-04-29T00:52:54.206Z Downloaded stable_deref_trait v1.2.1
3992026-04-29T00:52:54.206Z Downloaded crypto-common v0.1.7
4002026-04-29T00:52:54.206Z Downloaded is_terminal_polyfill v1.70.2
4012026-04-29T00:52:54.209Z Downloaded clap_lex v1.0.0
4022026-04-29T00:52:54.209Z Downloaded memmap v0.7.0
4032026-04-29T00:52:54.216Z Downloaded fastrand v2.3.0
4042026-04-29T00:52:54.216Z Downloaded zerocopy v0.7.35
4052026-04-29T00:52:54.222Z Downloaded zerovec v0.11.5
4062026-04-29T00:52:54.225Z Downloaded winnow v0.7.14
4072026-04-29T00:52:54.230Z Downloaded potential_utf v0.1.4
4082026-04-29T00:52:54.234Z Downloaded tabled_derive v0.7.0
4092026-04-29T00:52:54.234Z Downloaded itoa v1.0.17
4102026-04-29T00:52:54.234Z Downloaded bytecount v0.6.9
4112026-04-29T00:52:54.234Z Downloaded unicode-width v0.2.0
4122026-04-29T00:52:54.238Z Downloaded unicode-width v0.1.14
4132026-04-29T00:52:54.241Z Downloaded scroll v0.12.0
4142026-04-29T00:52:54.247Z Downloaded quote v1.0.45
4152026-04-29T00:52:54.250Z Downloaded serde_spanned v0.6.9
4162026-04-29T00:52:54.253Z Downloaded proc-macro-error v1.0.4
4172026-04-29T00:52:54.256Z Downloaded digest v0.10.7
4182026-04-29T00:52:54.265Z Downloaded clap_derive v4.5.55
4192026-04-29T00:52:54.268Z Downloaded pest_generator v2.8.6
4202026-04-29T00:52:54.268Z Downloaded displaydoc v0.2.5
4212026-04-29T00:52:54.271Z Downloaded icu_collections v2.1.1
4222026-04-29T00:52:54.278Z Downloaded ordered-float v2.10.1
4232026-04-29T00:52:54.278Z Downloaded bitflags v2.11.0
4242026-04-29T00:52:54.283Z Downloaded colorchoice v1.0.4
4252026-04-29T00:52:54.283Z Downloaded anstyle-parse v0.2.7
4262026-04-29T00:52:54.283Z Downloaded byteorder v1.5.0
4272026-04-29T00:52:54.283Z Downloaded serde-untagged v0.1.9
4282026-04-29T00:52:54.286Z Downloaded anyhow v1.0.102
4292026-04-29T00:52:54.290Z Downloaded serde_tokenstream v0.2.3
4302026-04-29T00:52:54.293Z Downloaded anstyle v1.0.13
4312026-04-29T00:52:54.293Z Downloaded sha2 v0.10.9
4322026-04-29T00:52:54.299Z Downloaded num-traits v0.2.19
4332026-04-29T00:52:54.302Z Downloaded litemap v0.8.1
4342026-04-29T00:52:54.302Z Downloaded icu_properties v2.1.2
4352026-04-29T00:52:54.305Z Downloaded hashbrown v0.17.0
4362026-04-29T00:52:54.309Z Downloaded serde_core v1.0.228
4372026-04-29T00:52:54.312Z Downloaded camino v1.2.2
4382026-04-29T00:52:54.312Z Downloaded semver v1.0.28
4392026-04-29T00:52:54.312Z Downloaded once_cell v1.21.3
4402026-04-29T00:52:54.317Z Downloaded cargo-util-schemas v0.8.2
4412026-04-29T00:52:54.320Z Downloaded serde_derive v1.0.228
4422026-04-29T00:52:54.323Z Downloaded papergrid v0.11.0
4432026-04-29T00:52:54.323Z Downloaded pest_derive v2.8.6
4442026-04-29T00:52:54.326Z Downloaded proc-macro2 v1.0.106
4452026-04-29T00:52:54.326Z Downloaded clap v4.5.60
4462026-04-29T00:52:54.331Z Downloaded tempfile v3.25.0
4472026-04-29T00:52:54.353Z Downloaded icu_normalizer v2.1.1
4482026-04-29T00:52:54.359Z Downloaded serde v1.0.228
4492026-04-29T00:52:54.359Z Downloaded pest_meta v2.8.6
4502026-04-29T00:52:54.363Z Downloaded icu_locale_core v2.1.1
4512026-04-29T00:52:54.366Z Downloaded idna v1.1.0
4522026-04-29T00:52:54.370Z Downloaded pest v2.8.6
4532026-04-29T00:52:54.370Z Downloaded memchr v2.8.0
4542026-04-29T00:52:54.374Z Downloaded indexmap v2.14.0
4552026-04-29T00:52:54.401Z Downloaded goblin v0.8.2
4562026-04-29T00:52:54.405Z Downloaded icu_properties_data v2.1.2
4572026-04-29T00:52:54.409Z Downloaded serde_json v1.0.149
4582026-04-29T00:52:54.415Z Downloaded clap_builder v4.5.60
4592026-04-29T00:52:54.427Z Downloaded syn v1.0.109
4602026-04-29T00:52:54.432Z Downloaded tabled v0.15.0
4612026-04-29T00:52:54.449Z Downloaded syn v2.0.117
4622026-04-29T00:52:54.465Z Downloaded rustix v1.1.3
4632026-04-29T00:52:54.492Z Downloaded libc v0.2.185
4642026-04-29T00:52:54.559Z Compiling proc-macro2 v1.0.106
4652026-04-29T00:52:54.559Z Compiling unicode-ident v1.0.24
4662026-04-29T00:52:54.559Z Compiling quote v1.0.45
4672026-04-29T00:52:54.559Z Compiling serde_core v1.0.228
4682026-04-29T00:52:54.559Z Compiling libc v0.2.185
4692026-04-29T00:52:54.559Z Compiling version_check v0.9.5
4702026-04-29T00:52:54.562Z Compiling memchr v2.8.0
4712026-04-29T00:52:54.562Z Compiling serde v1.0.228
4722026-04-29T00:52:54.913Z Compiling stable_deref_trait v1.2.1
4732026-04-29T00:52:54.992Z Compiling zmij v1.0.21
4742026-04-29T00:52:55.206Z Compiling autocfg v1.5.0
4752026-04-29T00:52:55.238Z Compiling thiserror v1.0.69
4762026-04-29T00:52:55.411Z Compiling ucd-trie v0.1.7
4772026-04-29T00:52:55.429Z Compiling itoa v1.0.17
4782026-04-29T00:52:55.586Z Compiling pest v2.8.6
4792026-04-29T00:52:55.619Z Compiling litemap v0.8.1
4802026-04-29T00:52:55.637Z Compiling writeable v0.6.2
4812026-04-29T00:52:55.678Z Compiling byteorder v1.5.0
4822026-04-29T00:52:55.708Z Compiling icu_normalizer_data v2.1.1
4832026-04-29T00:52:55.815Z Compiling rustix v1.1.3
4842026-04-29T00:52:55.936Z Compiling icu_properties_data v2.1.2
4852026-04-29T00:52:56.121Z Compiling syn v2.0.117
4862026-04-29T00:52:56.193Z Compiling errno v0.3.14
4872026-04-29T00:52:56.209Z Compiling bitflags v2.11.0
4882026-04-29T00:52:56.273Z Compiling serde_json v1.0.149
4892026-04-29T00:52:56.435Z Compiling num-traits v0.2.19
4902026-04-29T00:52:56.486Z Compiling typeid v1.0.3
4912026-04-29T00:52:56.558Z Compiling smallvec v1.15.1
4922026-04-29T00:52:56.619Z Compiling pest_meta v2.8.6
4932026-04-29T00:52:56.753Z Compiling hashbrown v0.17.0
4942026-04-29T00:52:56.828Z Compiling equivalent v1.0.2
4952026-04-29T00:52:57.005Z Compiling thread-id v4.2.2
4962026-04-29T00:52:57.023Z Compiling usdt-impl v0.5.0
4972026-04-29T00:52:57.090Z Compiling proc-macro-error-attr v1.0.4
4982026-04-29T00:52:57.152Z Compiling syn v1.0.109
4992026-04-29T00:52:57.230Z Compiling indexmap v2.14.0
5002026-04-29T00:52:57.317Z Compiling winnow v0.7.14
5012026-04-29T00:52:57.317Z Compiling erased-serde v0.4.9
5022026-04-29T00:52:57.474Z Compiling toml_write v0.1.2
5032026-04-29T00:52:57.820Z Compiling proc-macro-error v1.0.4
5042026-04-29T00:52:57.840Z Compiling utf8parse v0.2.2
5052026-04-29T00:52:57.955Z Compiling camino v1.2.2
5062026-04-29T00:52:58.009Z Compiling getrandom v0.4.1
5072026-04-29T00:52:58.235Z Compiling thiserror v2.0.18
5082026-04-29T00:52:58.253Z Compiling log v0.4.29
5092026-04-29T00:52:58.324Z Compiling utf8_iter v1.0.4
5102026-04-29T00:52:58.410Z Compiling percent-encoding v2.3.2
5112026-04-29T00:52:58.444Z Compiling plain v0.2.3
5122026-04-29T00:52:58.524Z Compiling ordered-float v2.10.1
5132026-04-29T00:52:58.561Z Compiling form_urlencoded v1.2.2
5142026-04-29T00:52:58.614Z Compiling anstyle-parse v0.2.7
5152026-04-29T00:52:58.746Z Compiling synstructure v0.13.2
5162026-04-29T00:52:58.763Z Compiling pest_generator v2.8.6
5172026-04-29T00:52:58.863Z Compiling terminal_size v0.4.3
5182026-04-29T00:52:59.032Z Compiling pretty-hex v0.4.1
5192026-04-29T00:52:59.097Z Compiling anstyle-query v1.1.5
5202026-04-29T00:52:59.159Z Compiling cfg-if v1.0.4
5212026-04-29T00:52:59.280Z Compiling anstyle v1.0.13
5222026-04-29T00:52:59.285Z Compiling colorchoice v1.0.4
5232026-04-29T00:52:59.285Z Compiling is_terminal_polyfill v1.70.2
5242026-04-29T00:52:59.340Z Compiling serde-untagged v0.1.9
5252026-04-29T00:52:59.387Z Compiling anstream v0.6.21
5262026-04-29T00:52:59.426Z Compiling semver v1.0.28
5272026-04-29T00:52:59.525Z Compiling fs-err v3.3.0
5282026-04-29T00:52:59.593Z Compiling heck v0.4.1
5292026-04-29T00:52:59.702Z Compiling strsim v0.11.1
5302026-04-29T00:52:59.721Z Compiling clap_lex v1.0.0
5312026-04-29T00:52:59.779Z Compiling anyhow v1.0.102
5322026-04-29T00:52:59.818Z Compiling bytecount v0.6.9
5332026-04-29T00:52:59.835Z Compiling unicode-xid v0.2.6
5342026-04-29T00:52:59.957Z Compiling unicode-width v0.1.14
5352026-04-29T00:52:59.961Z Compiling fastrand v2.3.0
5362026-04-29T00:53:00.056Z Compiling heck v0.5.0
5372026-04-29T00:53:00.085Z Compiling fnv v1.0.7
5382026-04-29T00:53:00.195Z Compiling once_cell v1.21.3
5392026-04-29T00:53:00.230Z Compiling papergrid v0.11.0
5402026-04-29T00:53:00.290Z Compiling clap_builder v4.5.60
5412026-04-29T00:53:00.411Z Compiling serde_derive v1.0.228
5422026-04-29T00:53:00.428Z Compiling zerofrom-derive v0.1.6
5432026-04-29T00:53:00.448Z Compiling yoke-derive v0.8.1
5442026-04-29T00:53:00.463Z Compiling zerovec-derive v0.11.2
5452026-04-29T00:53:00.916Z Compiling displaydoc v0.2.5
5462026-04-29T00:53:01.563Z Compiling thiserror-impl v1.0.69
5472026-04-29T00:53:01.578Z Compiling zerocopy-derive v0.7.35
5482026-04-29T00:53:01.632Z Compiling pest_derive v2.8.6
5492026-04-29T00:53:01.647Z Compiling scroll_derive v0.12.1
5502026-04-29T00:53:01.789Z Compiling zerofrom v0.1.6
5512026-04-29T00:53:01.942Z Compiling yoke v0.8.1
5522026-04-29T00:53:02.076Z Compiling thiserror-impl v2.0.18
5532026-04-29T00:53:02.134Z Compiling zerovec v0.11.5
5542026-04-29T00:53:02.302Z Compiling zerotrie v0.2.3
5552026-04-29T00:53:02.427Z Compiling zerocopy v0.7.35
5562026-04-29T00:53:02.607Z Compiling tinystr v0.8.2
5572026-04-29T00:53:02.633Z Compiling potential_utf v0.1.4
5582026-04-29T00:53:02.850Z Compiling icu_locale_core v2.1.1
5592026-04-29T00:53:02.859Z Compiling icu_collections v2.1.1
5602026-04-29T00:53:02.935Z Compiling dtrace-parser v0.2.0
5612026-04-29T00:53:02.969Z Compiling scroll v0.12.0
5622026-04-29T00:53:03.245Z Compiling goblin v0.8.2
5632026-04-29T00:53:03.283Z Compiling tabled_derive v0.7.0
5642026-04-29T00:53:03.398Z Compiling clap_derive v4.5.55
5652026-04-29T00:53:03.543Z Compiling icu_provider v2.1.1
5662026-04-29T00:53:03.769Z Compiling tempfile v3.25.0
5672026-04-29T00:53:03.781Z Compiling memmap v0.7.0
5682026-04-29T00:53:03.836Z Compiling icu_normalizer v2.1.1
5692026-04-29T00:53:03.856Z Compiling icu_properties v2.1.2
5702026-04-29T00:53:03.884Z Compiling toml_datetime v0.6.11
5712026-04-29T00:53:03.939Z Compiling serde_spanned v0.6.9
5722026-04-29T00:53:04.102Z Compiling toml_edit v0.22.27
5732026-04-29T00:53:04.106Z Compiling dof v0.3.0
5742026-04-29T00:53:04.153Z Compiling serde_tokenstream v0.2.3
5752026-04-29T00:53:04.212Z Compiling serde-value v0.7.0
5762026-04-29T00:53:04.467Z Compiling cargo-platform v0.2.0
5772026-04-29T00:53:04.514Z Compiling unicode-linebreak v0.1.5
5782026-04-29T00:53:04.589Z Compiling unicode-width v0.2.0
5792026-04-29T00:53:04.748Z Compiling idna_adapter v1.2.1
5802026-04-29T00:53:04.767Z Compiling smawk v0.3.2
5812026-04-29T00:53:04.868Z Compiling idna v1.1.0
5822026-04-29T00:53:04.897Z Compiling textwrap v0.16.2
5832026-04-29T00:53:04.917Z Compiling tabled v0.15.0
5842026-04-29T00:53:04.954Z Compiling camino-tempfile v1.4.1
5852026-04-29T00:53:05.025Z Compiling usdt-attr-macro v0.5.0
5862026-04-29T00:53:05.189Z Compiling url v2.5.8
5872026-04-29T00:53:05.209Z Compiling usdt-macro v0.5.0
5882026-04-29T00:53:05.360Z Compiling clap v4.5.60
5892026-04-29T00:53:05.527Z Compiling toml v0.8.23
5902026-04-29T00:53:05.695Z Compiling macaddr v1.0.1
5912026-04-29T00:53:05.921Z Compiling cargo-util-schemas v0.8.2
5922026-04-29T00:53:05.939Z Compiling cargo_toml v0.21.0
5932026-04-29T00:53:06.160Z Compiling usdt v0.5.0
5942026-04-29T00:53:06.414Z Compiling swrite v0.1.0
5952026-04-29T00:53:06.497Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-04-29T00:53:06.840Z Compiling cargo_metadata v0.21.0
5972026-04-29T00:53:07.779Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-29T00:53:09.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.79s
5992026-04-29T00:53:10.118Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-29T00:53:10.672Z Downloading crates ...
6012026-04-29T00:53:10.760Z Downloaded ascii-canvas v3.0.0
6022026-04-29T00:53:10.771Z Downloaded adler2 v2.0.1
6032026-04-29T00:53:10.771Z Downloaded async-trait v0.1.89
6042026-04-29T00:53:10.771Z Downloaded arrayref v0.3.9
6052026-04-29T00:53:10.771Z Downloaded bb8 v0.8.6
6062026-04-29T00:53:10.784Z Downloaded aead v0.5.2
6072026-04-29T00:53:10.784Z Downloaded async-stream-impl v0.3.6
6082026-04-29T00:53:10.785Z Downloaded async-recursion v1.1.1
6092026-04-29T00:53:10.785Z Downloaded castaway v0.2.4
6102026-04-29T00:53:10.785Z Downloaded ciborium-io v0.2.2
6112026-04-29T00:53:10.785Z Downloaded crossbeam-deque v0.8.6
6122026-04-29T00:53:10.785Z Downloaded cargo-platform v0.1.9
6132026-04-29T00:53:10.785Z Downloaded assert_matches v1.5.0
6142026-04-29T00:53:10.793Z Downloaded crunchy v0.2.4
6152026-04-29T00:53:10.793Z Downloaded async-stream v0.3.6
6162026-04-29T00:53:10.793Z Downloaded bitfield-macros v0.19.4
6172026-04-29T00:53:10.793Z Downloaded ed25519 v2.2.3
6182026-04-29T00:53:10.793Z Downloaded atomic-waker v1.1.2
6192026-04-29T00:53:10.793Z Downloaded diesel-dtrace v0.5.0
6202026-04-29T00:53:10.806Z Downloaded crc32fast v1.5.0
6212026-04-29T00:53:10.806Z Downloaded cpufeatures v0.3.0
6222026-04-29T00:53:10.806Z Downloaded atomicwrites v0.4.4
6232026-04-29T00:53:10.806Z Downloaded des v0.8.1
6242026-04-29T00:53:10.806Z Downloaded darling v0.20.11
6252026-04-29T00:53:10.812Z Downloaded derive_more-impl v2.1.1
6262026-04-29T00:53:10.812Z Downloaded env_logger v0.11.9
6272026-04-29T00:53:10.812Z Downloaded crossbeam-epoch v0.9.18
6282026-04-29T00:53:10.812Z Downloaded backoff v0.4.0
6292026-04-29T00:53:10.812Z Downloaded clang-sys v1.8.1
6302026-04-29T00:53:10.817Z Downloaded crc8 v0.1.1
6312026-04-29T00:53:10.817Z Downloaded compression-core v0.4.31
6322026-04-29T00:53:10.817Z Downloaded cfg_aliases v0.1.1
6332026-04-29T00:53:10.817Z Downloaded async-bb8-diesel v0.2.1
6342026-04-29T00:53:10.817Z Downloaded foreign-types v0.5.0
6352026-04-29T00:53:10.826Z Downloaded foreign-types-shared v0.3.1
6362026-04-29T00:53:10.826Z Downloaded cfg_aliases v0.2.1
6372026-04-29T00:53:10.848Z Downloaded critical-section v1.2.0
6382026-04-29T00:53:10.849Z Downloaded cbc v0.1.2
6392026-04-29T00:53:10.849Z Downloaded ahash v0.8.12
6402026-04-29T00:53:10.849Z Downloaded darling_macro v0.20.11
6412026-04-29T00:53:10.849Z Downloaded colored v2.2.0
6422026-04-29T00:53:10.849Z Downloaded fd-lock v4.0.4
6432026-04-29T00:53:10.849Z Downloaded endian-type v0.1.2
6442026-04-29T00:53:10.849Z Downloaded dunce v1.0.5
6452026-04-29T00:53:10.849Z Downloaded enum-as-inner v0.6.1
6462026-04-29T00:53:10.850Z Downloaded darling_macro v0.23.0
6472026-04-29T00:53:10.850Z Downloaded ciborium-ll v0.2.2
6482026-04-29T00:53:10.850Z Downloaded dof v0.4.0
6492026-04-29T00:53:10.850Z Downloaded arc-swap v1.8.2
6502026-04-29T00:53:10.885Z Downloaded dtrace-parser v0.3.0
6512026-04-29T00:53:10.885Z Downloaded block-padding v0.3.3
6522026-04-29T00:53:10.885Z Downloaded convert_case v0.4.0
6532026-04-29T00:53:10.885Z Downloaded base64ct v1.8.3
6542026-04-29T00:53:10.885Z Downloaded dropshot-api-manager-types v0.7.1
6552026-04-29T00:53:10.886Z Downloaded darling_macro v0.21.3
6562026-04-29T00:53:10.886Z Downloaded cstr-argument v0.1.2
6572026-04-29T00:53:10.887Z Downloaded bcrypt-pbkdf v0.10.0
6582026-04-29T00:53:10.887Z Downloaded diesel_table_macro_syntax v0.3.0
6592026-04-29T00:53:10.887Z Downloaded foreign-types-macros v0.2.3
6602026-04-29T00:53:10.887Z Downloaded curve25519-dalek-derive v0.1.1
6612026-04-29T00:53:10.887Z Downloaded fixedbitset v0.4.2
6622026-04-29T00:53:10.910Z Downloaded dyn-clone v1.0.20
6632026-04-29T00:53:10.910Z Downloaded debug-ignore v1.0.5
6642026-04-29T00:53:10.911Z Downloaded bit-set v0.5.3
6652026-04-29T00:53:10.911Z Downloaded base16ct v0.2.0
6662026-04-29T00:53:10.911Z Downloaded atty v0.2.14
6672026-04-29T00:53:10.911Z Downloaded bitfield-struct v0.6.2
6682026-04-29T00:53:10.911Z Downloaded display-error-chain v0.2.2
6692026-04-29T00:53:10.911Z Downloaded cassowary v0.3.0
6702026-04-29T00:53:10.911Z Downloaded allocator-api2 v0.2.21
6712026-04-29T00:53:10.911Z Downloaded difflib v0.4.0
6722026-04-29T00:53:10.911Z Downloaded derive_builder_macro v0.20.2
6732026-04-29T00:53:10.911Z Downloaded float-cmp v0.10.0
6742026-04-29T00:53:10.911Z Downloaded env_filter v1.0.0
6752026-04-29T00:53:10.911Z Downloaded defmt-parser v1.0.0
6762026-04-29T00:53:10.911Z Downloaded bit-set v0.8.0
6772026-04-29T00:53:10.911Z Downloaded array-init v0.0.4
6782026-04-29T00:53:10.911Z Downloaded embedded-io v0.6.1
6792026-04-29T00:53:10.912Z Downloaded dirs-sys-next v0.1.2
6802026-04-29T00:53:10.912Z Downloaded defmt v0.3.100
6812026-04-29T00:53:10.912Z Downloaded futures-io v0.3.32
6822026-04-29T00:53:10.912Z Downloaded downcast-rs v2.0.2
6832026-04-29T00:53:10.926Z Downloaded crc-catalog v2.4.0
6842026-04-29T00:53:10.926Z Downloaded dirs-next v2.0.0
6852026-04-29T00:53:10.926Z Downloaded float-ord v0.3.2
6862026-04-29T00:53:10.926Z Downloaded crucible-workspace-hack v0.1.0
6872026-04-29T00:53:10.927Z Downloaded futures-core v0.3.32
6882026-04-29T00:53:10.927Z Downloaded funty v2.0.0
6892026-04-29T00:53:10.927Z Downloaded foreign-types-shared v0.1.1
6902026-04-29T00:53:10.927Z Downloaded futures-macro v0.3.32
6912026-04-29T00:53:10.927Z Downloaded dsl_auto_type v0.2.0
6922026-04-29T00:53:10.927Z Downloaded document-features v0.2.12
6932026-04-29T00:53:10.927Z Downloaded cobs v0.3.0
6942026-04-29T00:53:10.928Z Downloaded foreign-types v0.3.2
6952026-04-29T00:53:10.928Z Downloaded ghash v0.5.1
6962026-04-29T00:53:10.928Z Downloaded futures-task v0.3.32
6972026-04-29T00:53:10.928Z Downloaded buf-list v1.1.2
6982026-04-29T00:53:10.928Z Downloaded bitflags v1.3.2
6992026-04-29T00:53:10.928Z Downloaded futures-sink v0.3.32
7002026-04-29T00:53:10.928Z Downloaded either v1.15.0
7012026-04-29T00:53:10.928Z Downloaded fxhash v0.2.1
7022026-04-29T00:53:10.928Z Downloaded hash32 v0.2.1
7032026-04-29T00:53:10.948Z Downloaded csv-core v0.1.13
7042026-04-29T00:53:10.948Z Downloaded gethostname v0.5.0
7052026-04-29T00:53:10.948Z Downloaded fs-err v2.11.0
7062026-04-29T00:53:10.948Z Downloaded globwalk v0.9.1
7072026-04-29T00:53:10.948Z Downloaded ff v0.13.1
7082026-04-29T00:53:10.948Z Downloaded corncobs v0.1.4
7092026-04-29T00:53:10.948Z Downloaded defmt v1.0.1
7102026-04-29T00:53:10.949Z Downloaded crossbeam-channel v0.5.15
7112026-04-29T00:53:10.949Z Downloaded crc v3.4.0
7122026-04-29T00:53:10.949Z Downloaded cipher v0.4.4
7132026-04-29T00:53:10.949Z Downloaded hash32 v0.3.1
7142026-04-29T00:53:10.949Z Downloaded hex-literal v0.4.1
7152026-04-29T00:53:10.949Z Downloaded hex v0.4.3
7162026-04-29T00:53:10.949Z Downloaded headers-core v0.3.0
7172026-04-29T00:53:10.949Z Downloaded hostname v0.4.2
7182026-04-29T00:53:10.949Z Downloaded constant_time_eq v0.4.2
7192026-04-29T00:53:10.963Z Downloaded chacha20 v0.9.1
7202026-04-29T00:53:10.963Z Downloaded blowfish v0.9.1
7212026-04-29T00:53:10.963Z Downloaded const-oid v0.9.6
7222026-04-29T00:53:10.963Z Downloaded bcs v0.1.6
7232026-04-29T00:53:10.963Z Downloaded httpdate v1.0.3
7242026-04-29T00:53:10.963Z Downloaded http-range v0.1.5
7252026-04-29T00:53:10.963Z Downloaded http-body v1.0.1
7262026-04-29T00:53:10.963Z Downloaded hostname v0.3.1
7272026-04-29T00:53:10.963Z Downloaded find-msvc-tools v0.1.9
7282026-04-29T00:53:10.963Z Downloaded compression-codecs v0.4.37
7292026-04-29T00:53:10.964Z Downloaded flagset v0.4.7
7302026-04-29T00:53:10.964Z Downloaded filetime v0.2.27
7312026-04-29T00:53:10.964Z Downloaded drift v0.1.3
7322026-04-29T00:53:10.964Z Downloaded camino-tempfile-ext v0.3.3
7332026-04-29T00:53:10.964Z Downloaded embedded-io v0.4.0
7342026-04-29T00:53:10.972Z Downloaded foldhash v0.2.0
7352026-04-29T00:53:10.972Z Downloaded foldhash v0.1.5
7362026-04-29T00:53:10.972Z Downloaded defmt-macros v1.0.1
7372026-04-29T00:53:10.972Z Downloaded ecdsa v0.16.9
7382026-04-29T00:53:10.972Z Downloaded arrayvec v0.7.6
7392026-04-29T00:53:10.972Z Downloaded git-stub v1.0.0
7402026-04-29T00:53:10.972Z Downloaded fixedbitset v0.5.7
7412026-04-29T00:53:10.972Z Downloaded data-encoding v2.10.0
7422026-04-29T00:53:10.973Z Downloaded cargo_metadata v0.19.2
7432026-04-29T00:53:10.973Z Downloaded daft v0.1.5
7442026-04-29T00:53:10.973Z Downloaded daft-derive v0.1.5
7452026-04-29T00:53:10.985Z Downloaded hubpack_derive v0.1.1
7462026-04-29T00:53:10.985Z Downloaded hubpack v0.1.2
7472026-04-29T00:53:10.985Z Downloaded futures-executor v0.3.32
7482026-04-29T00:53:10.985Z Downloaded erased-serde v0.3.31
7492026-04-29T00:53:10.985Z Downloaded derive_more v2.1.1
7502026-04-29T00:53:11.007Z Downloaded ident_case v1.0.1
7512026-04-29T00:53:11.007Z Downloaded git-stub-vcs v0.1.0
7522026-04-29T00:53:11.007Z Downloaded indent_write v2.2.0
7532026-04-29T00:53:11.007Z Downloaded indoc v1.0.9
7542026-04-29T00:53:11.007Z Downloaded group v0.13.0
7552026-04-29T00:53:11.007Z Downloaded glob v0.3.3
7562026-04-29T00:53:11.008Z Downloaded colored v3.1.1
7572026-04-29T00:53:11.008Z Downloaded bzip2 v0.4.4
7582026-04-29T00:53:11.008Z Downloaded diesel v2.3.7
7592026-04-29T00:53:11.025Z Downloaded is_ci v1.2.0
7602026-04-29T00:53:11.025Z Downloaded is-terminal v0.4.17
7612026-04-29T00:53:11.025Z Downloaded internet-checksum v0.2.1
7622026-04-29T00:53:11.025Z Downloaded console v0.15.11
7632026-04-29T00:53:11.025Z Downloaded kstat-rs v0.2.4
7642026-04-29T00:53:11.025Z Downloaded bumpalo v3.20.2
7652026-04-29T00:53:11.025Z Downloaded instant v0.1.13
7662026-04-29T00:53:11.025Z Downloaded instability v0.3.11
7672026-04-29T00:53:11.025Z Downloaded cookie v0.18.1
7682026-04-29T00:53:11.025Z Downloaded fallible-iterator v0.2.0
7692026-04-29T00:53:11.025Z Downloaded home v0.5.12
7702026-04-29T00:53:11.025Z Downloaded convert_case v0.10.0
7712026-04-29T00:53:11.025Z Downloaded byte-wrapper v0.1.0
7722026-04-29T00:53:11.025Z Downloaded bzip2 v0.6.1
7732026-04-29T00:53:11.037Z Downloaded blake2 v0.10.6
7742026-04-29T00:53:11.037Z Downloaded inout v0.1.4
7752026-04-29T00:53:11.037Z Downloaded hyper-tls v0.6.0
7762026-04-29T00:53:11.037Z Downloaded cookie_store v0.22.1
7772026-04-29T00:53:11.037Z Downloaded http-body-util v0.1.3
7782026-04-29T00:53:11.038Z Downloaded cancel-safe-futures v0.1.5
7792026-04-29T00:53:11.038Z Downloaded keccak v0.1.6
7802026-04-29T00:53:11.040Z Downloaded libscf-sys v1.1.0
7812026-04-29T00:53:11.041Z Downloaded lazy_static v1.5.0
7822026-04-29T00:53:11.041Z Downloaded highway v1.3.0
7832026-04-29T00:53:11.041Z Downloaded ciborium v0.2.2
7842026-04-29T00:53:11.054Z Downloaded lalrpop-util v0.19.12
7852026-04-29T00:53:11.054Z Downloaded derive_builder v0.20.2
7862026-04-29T00:53:11.054Z Downloaded fs_extra v1.3.0
7872026-04-29T00:53:11.054Z Downloaded chacha20 v0.10.0
7882026-04-29T00:53:11.055Z Downloaded md5 v0.7.0
7892026-04-29T00:53:11.055Z Downloaded maybe-uninit v2.0.0
7902026-04-29T00:53:11.055Z Downloaded lru-slab v0.1.2
7912026-04-29T00:53:11.055Z Downloaded hyper-staticfile v0.10.1
7922026-04-29T00:53:11.055Z Downloaded memoffset v0.9.1
7932026-04-29T00:53:11.055Z Downloaded md-5 v0.10.6
7942026-04-29T00:53:11.055Z Downloaded humantime v2.3.0
7952026-04-29T00:53:11.055Z Downloaded futures-channel v0.3.32
7962026-04-29T00:53:11.055Z Downloaded nibble_vec v0.1.0
7972026-04-29T00:53:11.055Z Downloaded newtype_derive v0.1.6
7982026-04-29T00:53:11.055Z Downloaded newtype-uuid-macros v0.1.0
7992026-04-29T00:53:11.055Z Downloaded lru v0.12.5
8002026-04-29T00:53:11.055Z Downloaded linked-hash-map v0.5.6
8012026-04-29T00:53:11.068Z Downloaded darling v0.23.0
8022026-04-29T00:53:11.069Z Downloaded nonempty v0.12.0
8032026-04-29T00:53:11.069Z Downloaded match_cfg v0.1.0
8042026-04-29T00:53:11.069Z Downloaded managed v0.8.0
8052026-04-29T00:53:11.069Z Downloaded lzss v0.8.2
8062026-04-29T00:53:11.069Z Downloaded lru-cache v0.1.2
8072026-04-29T00:53:11.069Z Downloaded newline-converter v0.3.0
8082026-04-29T00:53:11.069Z Downloaded half v1.8.3
8092026-04-29T00:53:11.069Z Downloaded indoc v2.0.7
8102026-04-29T00:53:11.070Z Downloaded backon v1.6.0
8112026-04-29T00:53:11.070Z Downloaded getrandom v0.2.17
8122026-04-29T00:53:11.092Z Downloaded new_debug_unreachable v1.0.6
8132026-04-29T00:53:11.095Z Downloaded normalize-line-endings v0.3.0
8142026-04-29T00:53:11.095Z Downloaded httparse v1.10.1
8152026-04-29T00:53:11.095Z Downloaded ingot-types v0.1.2
8162026-04-29T00:53:11.095Z Downloaded ingot v0.1.1
8172026-04-29T00:53:11.096Z Downloaded impl-trait-for-tuples v0.2.3
8182026-04-29T00:53:11.096Z Downloaded globset v0.4.18
8192026-04-29T00:53:11.096Z Downloaded ipnetwork v0.21.1
8202026-04-29T00:53:11.096Z Downloaded num-derive v0.4.2
8212026-04-29T00:53:11.096Z Downloaded num-conv v0.2.0
8222026-04-29T00:53:11.097Z Downloaded num-derive v0.3.3
8232026-04-29T00:53:11.097Z Downloaded num_enum_derive v0.5.11
8242026-04-29T00:53:11.098Z Downloaded num-iter v0.1.45
8252026-04-29T00:53:11.098Z Downloaded nodrop v0.1.14
8262026-04-29T00:53:11.098Z Downloaded const_format v0.2.35
8272026-04-29T00:53:11.098Z Downloaded openssl-probe v0.1.6
8282026-04-29T00:53:11.116Z Downloaded fatfs v0.3.6
8292026-04-29T00:53:11.116Z Downloaded derive_more v0.99.20
8302026-04-29T00:53:11.116Z Downloaded jobserver v0.1.34
8312026-04-29T00:53:11.116Z Downloaded hmac v0.12.1
8322026-04-29T00:53:11.116Z Downloaded derive-where v1.6.0
8332026-04-29T00:53:11.116Z Downloaded maplit v1.0.2
8342026-04-29T00:53:11.116Z Downloaded libefi-sys v0.1.0
8352026-04-29T00:53:11.117Z Downloaded linear-map v1.2.0
8362026-04-29T00:53:11.117Z Downloaded dropshot_endpoint v0.17.0
8372026-04-29T00:53:11.117Z Downloaded dropshot_endpoint v0.16.7
8382026-04-29T00:53:11.117Z Downloaded oso-derive v0.27.3
8392026-04-29T00:53:11.117Z Downloaded openssl-probe v0.2.1
8402026-04-29T00:53:11.117Z Downloaded hyper-rustls v0.27.7
8412026-04-29T00:53:11.117Z Downloaded futures v0.3.32
8422026-04-29T00:53:11.157Z Downloaded libsw v3.5.0
8432026-04-29T00:53:11.157Z Downloaded getrandom v0.3.4
8442026-04-29T00:53:11.157Z Downloaded libloading v0.8.9
8452026-04-29T00:53:11.157Z Downloaded mime_guess v2.0.5
8462026-04-29T00:53:11.157Z Downloaded darling_core v0.20.11
8472026-04-29T00:53:11.157Z Downloaded openssl-macros v0.1.1
8482026-04-29T00:53:11.157Z Downloaded crc-any v2.5.0
8492026-04-29T00:53:11.157Z Downloaded parse-size v1.1.0
8502026-04-29T00:53:11.157Z Downloaded parse-display v0.10.0
8512026-04-29T00:53:11.157Z Downloaded native-tls v0.2.18
8522026-04-29T00:53:11.157Z Downloaded multimap v0.10.1
8532026-04-29T00:53:11.157Z Downloaded chacha20poly1305 v0.10.1
8542026-04-29T00:53:11.158Z Downloaded nanorand v0.7.0
8552026-04-29T00:53:11.158Z Downloaded newtype-uuid v1.3.2
8562026-04-29T00:53:11.158Z Downloaded half v2.7.1
8572026-04-29T00:53:11.158Z Downloaded packed_struct_codegen v0.10.1
8582026-04-29T00:53:11.158Z Downloaded multer v3.1.0
8592026-04-29T00:53:11.181Z Downloaded num v0.4.3
8602026-04-29T00:53:11.181Z Downloaded iana-time-zone v0.1.65
8612026-04-29T00:53:11.181Z Downloaded pbkdf2 v0.12.2
8622026-04-29T00:53:11.181Z Downloaded ipnet v2.11.0
8632026-04-29T00:53:11.181Z Downloaded num_threads v0.1.7
8642026-04-29T00:53:11.181Z Downloaded bytes v1.11.1
8652026-04-29T00:53:11.181Z Downloaded opaque-debug v0.3.1
8662026-04-29T00:53:11.181Z Downloaded olpc-cjson v0.1.4
8672026-04-29T00:53:11.181Z Downloaded async-compression v0.4.41
8682026-04-29T00:53:11.181Z Downloaded ar_archive_writer v0.5.1
8692026-04-29T00:53:11.182Z Downloaded base64 v0.22.1
8702026-04-29T00:53:11.182Z Downloaded ingot-macros v0.1.1
8712026-04-29T00:53:11.182Z Downloaded aes v0.8.4
8722026-04-29T00:53:11.182Z Downloaded diff v0.1.13
8732026-04-29T00:53:11.182Z Downloaded num-complex v0.4.6
8742026-04-29T00:53:11.182Z Downloaded derive_builder_core v0.20.2
8752026-04-29T00:53:11.182Z Downloaded bitfield v0.19.4
8762026-04-29T00:53:11.182Z Downloaded bit-vec v0.8.0
8772026-04-29T00:53:11.182Z Downloaded ena v0.14.4
8782026-04-29T00:53:11.182Z Downloaded peg-runtime v0.8.5
8792026-04-29T00:53:11.182Z Downloaded derive-ex v0.1.8
8802026-04-29T00:53:11.182Z Downloaded num_enum_derive v0.7.5
8812026-04-29T00:53:11.182Z Downloaded phf_shared v0.11.3
8822026-04-29T00:53:11.182Z Downloaded pbkdf2 v0.11.0
8832026-04-29T00:53:11.183Z Downloaded path-slash v0.1.5
8842026-04-29T00:53:11.183Z Downloaded der_derive v0.7.3
8852026-04-29T00:53:11.183Z Downloaded bit-vec v0.6.3
8862026-04-29T00:53:11.183Z Downloaded const_format_proc_macros v0.2.34
8872026-04-29T00:53:11.184Z Downloaded num-integer v0.1.46
8882026-04-29T00:53:11.184Z Downloaded pin-utils v0.1.0
8892026-04-29T00:53:11.184Z Downloaded packed_struct v0.10.1
8902026-04-29T00:53:11.184Z Downloaded elliptic-curve v0.13.8
8912026-04-29T00:53:11.199Z Downloaded memmap2 v0.9.10
8922026-04-29T00:53:11.199Z Downloaded darling_core v0.23.0
8932026-04-29T00:53:11.199Z Downloaded owo-colors v4.3.0
8942026-04-29T00:53:11.199Z Downloaded phf_shared v0.13.1
8952026-04-29T00:53:11.200Z Downloaded predicates-tree v1.0.13
8962026-04-29T00:53:11.200Z Downloaded precomputed-hash v0.1.1
8972026-04-29T00:53:11.200Z Downloaded phf_shared v0.12.1
8982026-04-29T00:53:11.225Z Downloaded proc-macro-crate v1.3.1
8992026-04-29T00:53:11.225Z Downloaded predicates-core v1.0.10
9002026-04-29T00:53:11.225Z Downloaded parking_lot_core v0.8.6
9012026-04-29T00:53:11.225Z Downloaded num_enum v0.7.5
9022026-04-29T00:53:11.225Z Downloaded progenitor-client v0.10.0
9032026-04-29T00:53:11.225Z Downloaded oxide-tokio-rt v0.1.4
9042026-04-29T00:53:11.225Z Downloaded lock_api v0.4.14
9052026-04-29T00:53:11.225Z Downloaded heapless v0.7.17
9062026-04-29T00:53:11.225Z Downloaded flate2 v1.1.9
9072026-04-29T00:53:11.225Z Downloaded progenitor-client v0.14.0
9082026-04-29T00:53:11.225Z Downloaded proc-macro-crate v3.4.0
9092026-04-29T00:53:11.226Z Downloaded darling_core v0.21.3
9102026-04-29T00:53:11.245Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-04-29T00:53:11.245Z Downloaded progenitor-macro v0.11.2
9122026-04-29T00:53:11.246Z Downloaded progenitor-macro v0.10.0
9132026-04-29T00:53:11.246Z Downloaded progenitor-client v0.11.2
9142026-04-29T00:53:11.246Z Downloaded paste v1.0.15
9152026-04-29T00:53:11.246Z Downloaded indexmap v1.9.3
9162026-04-29T00:53:11.246Z Downloaded heapless v0.8.0
9172026-04-29T00:53:11.246Z Downloaded quick-error v1.2.3
9182026-04-29T00:53:11.246Z Downloaded progenitor-macro v0.13.0
9192026-04-29T00:53:11.246Z Downloaded pem v3.0.6
9202026-04-29T00:53:11.246Z Downloaded peg v0.8.5
9212026-04-29T00:53:11.246Z Downloaded cc v1.2.56
9222026-04-29T00:53:11.246Z Downloaded psl-types v2.0.11
9232026-04-29T00:53:11.246Z Downloaded progenitor-macro v0.14.0
9242026-04-29T00:53:11.246Z Downloaded phf v0.13.1
9252026-04-29T00:53:11.246Z Downloaded peg-macros v0.8.5
9262026-04-29T00:53:11.246Z Downloaded password-hash v0.5.0
9272026-04-29T00:53:11.246Z Downloaded radium v0.7.0
9282026-04-29T00:53:11.246Z Downloaded rand_chacha v0.3.1
9292026-04-29T00:53:11.246Z Downloaded flume v0.11.1
9302026-04-29T00:53:11.246Z Downloaded pem-rfc7468 v0.7.0
9312026-04-29T00:53:11.247Z Downloaded ed25519-dalek v2.2.0
9322026-04-29T00:53:11.255Z Downloaded parse-display-derive v0.10.0
9332026-04-29T00:53:11.255Z Downloaded litrs v1.0.0
9342026-04-29T00:53:11.255Z Downloaded crypto-bigint v0.5.5
9352026-04-29T00:53:11.255Z Downloaded pkg-config v0.3.32
9362026-04-29T00:53:11.255Z Downloaded poly1305 v0.8.0
9372026-04-29T00:53:11.256Z Downloaded polyval v0.6.2
9382026-04-29T00:53:11.256Z Downloaded diesel_derives v2.3.7
9392026-04-29T00:53:11.256Z Downloaded pin-project-lite v0.2.17
9402026-04-29T00:53:11.262Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-04-29T00:53:11.262Z Downloaded parking_lot_core v0.9.12
9422026-04-29T00:53:11.262Z Downloaded powerfmt v0.2.0
9432026-04-29T00:53:11.262Z Downloaded parking_lot v0.11.2
9442026-04-29T00:53:11.262Z Downloaded postgres-protocol v0.6.10
9452026-04-29T00:53:11.262Z Downloaded oxnet v0.1.4
9462026-04-29T00:53:11.262Z Downloaded primeorder v0.13.6
9472026-04-29T00:53:11.269Z Downloaded predicates v3.1.4
9482026-04-29T00:53:11.269Z Downloaded progenitor v0.13.0
9492026-04-29T00:53:11.269Z Downloaded progenitor v0.11.2
9502026-04-29T00:53:11.269Z Downloaded rand_xorshift v0.4.0
9512026-04-29T00:53:11.269Z Downloaded progenitor v0.10.0
9522026-04-29T00:53:11.274Z Downloaded recursive v0.1.1
9532026-04-29T00:53:11.274Z Downloaded progenitor-client v0.13.0
9542026-04-29T00:53:11.274Z Downloaded progenitor v0.14.0
9552026-04-29T00:53:11.274Z Downloaded hickory-resolver v0.24.4
9562026-04-29T00:53:11.275Z Downloaded ref-cast-impl v1.0.25
9572026-04-29T00:53:11.275Z Downloaded ref-cast v1.0.25
9582026-04-29T00:53:11.286Z Downloaded proc-macro-error2 v2.0.1
9592026-04-29T00:53:11.286Z Downloaded ppv-lite86 v0.2.21
9602026-04-29T00:53:11.286Z Downloaded parking_lot v0.12.5
9612026-04-29T00:53:11.286Z Downloaded ignore v0.4.25
9622026-04-29T00:53:11.286Z Downloaded libbz2-rs-sys v0.2.2
9632026-04-29T00:53:11.286Z Downloaded indicatif v0.18.4
9642026-04-29T00:53:11.298Z Downloaded password-hash v0.4.2
9652026-04-29T00:53:11.299Z Downloaded omicron-zone-package v0.12.2
9662026-04-29T00:53:11.299Z Downloaded nu-ansi-term v0.50.3
9672026-04-29T00:53:11.299Z Downloaded libsw-core v0.3.2
9682026-04-29T00:53:11.299Z Downloaded compact_str v0.8.1
9692026-04-29T00:53:11.299Z Downloaded headers v0.4.1
9702026-04-29T00:53:11.309Z Downloaded pin-project-internal v1.1.11
9712026-04-29T00:53:11.309Z Downloaded rustc-hash v2.1.1
9722026-04-29T00:53:11.309Z Downloaded r2d2 v0.8.10
9732026-04-29T00:53:11.309Z Downloaded phf v0.12.1
9742026-04-29T00:53:11.309Z Downloaded base64 v0.21.7
9752026-04-29T00:53:11.309Z Downloaded rustc_version v0.4.1
9762026-04-29T00:53:11.309Z Downloaded rtoolbox v0.0.3
9772026-04-29T00:53:11.310Z Downloaded rustc_version v0.1.7
9782026-04-29T00:53:11.310Z Downloaded expectorate v1.2.0
9792026-04-29T00:53:11.310Z Downloaded rfc6979 v0.4.0
9802026-04-29T00:53:11.310Z Downloaded num_enum v0.5.11
9812026-04-29T00:53:11.319Z Downloaded oso v0.27.3
9822026-04-29T00:53:11.319Z Downloaded rand_chacha v0.9.0
9832026-04-29T00:53:11.319Z Downloaded pkcs5 v0.7.1
9842026-04-29T00:53:11.319Z Downloaded pkcs1 v0.7.5
9852026-04-29T00:53:11.319Z Downloaded rand_core v0.9.5
9862026-04-29T00:53:11.319Z Downloaded pkcs8 v0.10.2
9872026-04-29T00:53:11.319Z Downloaded rand_core v0.6.4
9882026-04-29T00:53:11.319Z Downloaded num-rational v0.4.2
9892026-04-29T00:53:11.338Z Downloaded mime v0.3.17
9902026-04-29T00:53:11.339Z Downloaded console v0.16.2
9912026-04-29T00:53:11.339Z Downloaded salsa20 v0.10.2
9922026-04-29T00:53:11.339Z Downloaded rand_core v0.10.0
9932026-04-29T00:53:11.360Z Downloaded cexpr v0.6.0
9942026-04-29T00:53:11.360Z Downloaded deranged v0.5.8
9952026-04-29T00:53:11.360Z Downloaded postcard v1.1.3
9962026-04-29T00:53:11.360Z Downloaded darling v0.21.3
9972026-04-29T00:53:11.360Z Downloaded sapling-renderdag v0.1.0
9982026-04-29T00:53:11.360Z Downloaded same-file v1.0.6
9992026-04-29T00:53:11.360Z Downloaded postgres-types v0.2.12
10002026-04-29T00:53:11.360Z Downloaded miniz_oxide v0.8.9
10012026-04-29T00:53:11.360Z Downloaded crossbeam-utils v0.8.21
10022026-04-29T00:53:11.361Z Downloaded scheduled-thread-pool v0.2.7
10032026-04-29T00:53:11.361Z Downloaded cmake v0.1.57
10042026-04-29T00:53:11.361Z Downloaded argon2 v0.5.3
10052026-04-29T00:53:11.361Z Downloaded ctr v0.9.2
10062026-04-29T00:53:11.361Z Downloaded scroll_derive v0.13.1
10072026-04-29T00:53:11.361Z Downloaded scopeguard v1.2.0
10082026-04-29T00:53:11.361Z Downloaded secrecy v0.10.3
10092026-04-29T00:53:11.361Z Downloaded scrypt v0.11.0
10102026-04-29T00:53:11.361Z Downloaded resolv-conf v0.7.6
10112026-04-29T00:53:11.369Z Downloaded seq-macro v0.3.6
10122026-04-29T00:53:11.369Z Downloaded hickory-resolver v0.25.2
10132026-04-29T00:53:11.369Z Downloaded serde-big-array v0.5.1
10142026-04-29T00:53:11.369Z Downloaded semver v0.1.20
10152026-04-29T00:53:11.369Z Downloaded serde_bytes v0.11.19
10162026-04-29T00:53:11.369Z Downloaded jiff-static v0.2.21
10172026-04-29T00:53:11.369Z Downloaded quinn-udp v0.5.14
10182026-04-29T00:53:11.369Z Downloaded russh-cryptovec v0.7.3
10192026-04-29T00:53:11.369Z Downloaded psm v0.1.30
10202026-04-29T00:53:11.369Z Downloaded serde_spanned v1.0.4
10212026-04-29T00:53:11.387Z Downloaded serde_plain v1.0.2
10222026-04-29T00:53:11.387Z Downloaded der v0.7.10
10232026-04-29T00:53:11.403Z Downloaded dropshot-api-manager v0.7.1
10242026-04-29T00:53:11.403Z Downloaded shell-words v1.1.1
10252026-04-29T00:53:11.403Z Downloaded sigpipe v0.1.3
10262026-04-29T00:53:11.403Z Downloaded signature v2.2.0
10272026-04-29T00:53:11.403Z Downloaded signal-hook-mio v0.2.5
10282026-04-29T00:53:11.403Z Downloaded serde_urlencoded v0.7.1
10292026-04-29T00:53:11.403Z Downloaded serde_repr v0.1.20
10302026-04-29T00:53:11.403Z Downloaded sha1 v0.10.6
10312026-04-29T00:53:11.403Z Downloaded rustls-pemfile v2.2.0
10322026-04-29T00:53:11.403Z Downloaded openssl-sys v0.9.111
10332026-04-29T00:53:11.414Z Downloaded signal-hook-tokio v0.3.1
10342026-04-29T00:53:11.414Z Downloaded rustls-native-certs v0.8.3
10352026-04-29T00:53:11.414Z Downloaded rustls-pemfile v1.0.4
10362026-04-29T00:53:11.414Z Downloaded rand_seeder v0.4.0
10372026-04-29T00:53:11.414Z Downloaded prefix-trie v0.7.0
10382026-04-29T00:53:11.414Z Downloaded siphasher v1.0.2
10392026-04-29T00:53:11.414Z Downloaded rustversion v1.0.22
10402026-04-29T00:53:11.414Z Downloaded slog-bunyan v2.5.0
10412026-04-29T00:53:11.414Z Downloaded hashbrown v0.12.3
10422026-04-29T00:53:11.414Z Downloaded schemars_derive v0.8.22
10432026-04-29T00:53:11.414Z Downloaded rusty-fork v0.3.1
10442026-04-29T00:53:11.426Z Downloaded slog-envlogger v2.2.0
10452026-04-29T00:53:11.426Z Downloaded minimal-lexical v0.2.1
10462026-04-29T00:53:11.426Z Downloaded secrecy v0.8.0
10472026-04-29T00:53:11.426Z Downloaded sec1 v0.7.3
10482026-04-29T00:53:11.426Z Downloaded sct v0.7.1
10492026-04-29T00:53:11.426Z Downloaded scroll v0.13.0
10502026-04-29T00:53:11.518Z Downloaded progenitor-impl v0.14.0
10512026-04-29T00:53:11.518Z Downloaded progenitor-impl v0.11.2
10522026-04-29T00:53:11.518Z Downloaded hickory-server v0.25.2
10532026-04-29T00:53:11.518Z Downloaded hashbrown v0.13.2
10542026-04-29T00:53:11.518Z Downloaded progenitor-impl v0.13.0
10552026-04-29T00:53:11.518Z Downloaded russh-keys v0.45.0
10562026-04-29T00:53:11.519Z Downloaded serde_derive_internals v0.29.1
10572026-04-29T00:53:11.519Z Downloaded serde-hex v0.1.0
10582026-04-29T00:53:11.519Z Downloaded aes-gcm v0.10.3
10592026-04-29T00:53:11.522Z Downloaded ssh-cipher v0.2.0
10602026-04-29T00:53:11.522Z Downloaded sqlparser_derive v0.5.0
10612026-04-29T00:53:11.522Z Downloaded serde_path_to_error v0.1.20
10622026-04-29T00:53:11.522Z Downloaded ssh-encoding v0.2.0
10632026-04-29T00:53:11.522Z Downloaded slab v0.4.12
10642026-04-29T00:53:11.522Z Downloaded pin-project v1.1.11
10652026-04-29T00:53:11.522Z Downloaded strum v0.27.2
10662026-04-29T00:53:11.522Z Downloaded strum v0.26.3
10672026-04-29T00:53:11.522Z Downloaded structmeta v0.3.0
10682026-04-29T00:53:11.522Z Downloaded rustls-pki-types v1.14.0
10692026-04-29T00:53:11.522Z Downloaded simd-adler32 v0.3.8
10702026-04-29T00:53:11.522Z Downloaded shlex v1.3.0
10712026-04-29T00:53:11.522Z Downloaded papergrid v0.17.0
10722026-04-29T00:53:11.523Z Downloaded signal-hook-registry v1.4.8
10732026-04-29T00:53:11.523Z Downloaded strip-ansi-escapes v0.2.1
10742026-04-29T00:53:11.523Z Downloaded slog-async v2.8.0
10752026-04-29T00:53:11.523Z Downloaded sync_wrapper v1.0.2
10762026-04-29T00:53:11.523Z Downloaded structmeta-derive v0.3.0
10772026-04-29T00:53:11.523Z Downloaded prettyplease v0.2.37
10782026-04-29T00:53:11.523Z Downloaded tap v1.0.1
10792026-04-29T00:53:11.523Z Downloaded tabwriter v1.4.1
10802026-04-29T00:53:11.523Z Downloaded slog-stdlog v4.1.1
10812026-04-29T00:53:11.523Z Downloaded smallvec v0.6.14
10822026-04-29T00:53:11.523Z Downloaded slog-json v2.6.1
10832026-04-29T00:53:11.523Z Downloaded slog-term v2.9.2
10842026-04-29T00:53:11.523Z Downloaded slog-scope v4.4.1
10852026-04-29T00:53:11.523Z Downloaded subtle v2.6.1
10862026-04-29T00:53:11.524Z Downloaded rcgen v0.12.1
10872026-04-29T00:53:11.524Z Downloaded progenitor-extras v0.2.0
10882026-04-29T00:53:11.524Z Downloaded num-bigint v0.4.6
10892026-04-29T00:53:11.524Z Downloaded slog-dtrace v0.3.0
10902026-04-29T00:53:11.525Z Downloaded take_mut v0.2.2
10912026-04-29T00:53:11.525Z Downloaded tagptr v0.2.0
10922026-04-29T00:53:11.532Z Downloaded tabled_derive v0.11.0
10932026-04-29T00:53:11.532Z Downloaded sync-ptr v0.1.4
10942026-04-29T00:53:11.532Z Downloaded smf v0.2.3
10952026-04-29T00:53:11.532Z Downloaded p256 v0.13.2
10962026-04-29T00:53:11.532Z Downloaded itertools v0.10.5
10972026-04-29T00:53:11.532Z Downloaded termtree v0.5.1
10982026-04-29T00:53:11.532Z Downloaded http v1.4.0
10992026-04-29T00:53:11.532Z Downloaded serde_cbor v0.11.2
11002026-04-29T00:53:11.532Z Downloaded crossterm v0.28.1
11012026-04-29T00:53:11.532Z Downloaded crossterm v0.29.0
11022026-04-29T00:53:11.532Z Downloaded testing_table v0.3.0
11032026-04-29T00:53:11.532Z Downloaded sqlformat v0.3.5
11042026-04-29T00:53:11.533Z Downloaded spki v0.7.3
11052026-04-29T00:53:11.555Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-29T00:53:11.555Z Downloaded serde_with_macros v3.17.0
11072026-04-29T00:53:11.555Z Downloaded ron v0.8.1
11082026-04-29T00:53:11.555Z Downloaded tinyvec_macros v0.1.1
11092026-04-29T00:53:11.555Z Downloaded time-core v0.1.8
11102026-04-29T00:53:11.555Z Downloaded thread-id v5.1.0
11112026-04-29T00:53:11.565Z Downloaded rustls-platform-verifier v0.6.2
11122026-04-29T00:53:11.566Z Downloaded hyper-util v0.1.20
11132026-04-29T00:53:11.566Z Downloaded string_cache v0.8.9
11142026-04-29T00:53:11.566Z Downloaded stringprep v0.1.5
11152026-04-29T00:53:11.566Z Downloaded static_assertions v1.1.0
11162026-04-29T00:53:11.566Z Downloaded stacker v0.1.23
11172026-04-29T00:53:11.567Z Downloaded pretty_assertions v1.4.1
11182026-04-29T00:53:11.575Z Downloaded strum_macros v0.24.3
11192026-04-29T00:53:11.575Z Downloaded mio v1.2.0
11202026-04-29T00:53:11.575Z Downloaded hashbrown v0.16.1
11212026-04-29T00:53:11.575Z Downloaded rayon-core v1.13.0
11222026-04-29T00:53:11.575Z Downloaded progenitor-impl v0.10.0
11232026-04-29T00:53:11.575Z Downloaded supports-color v3.0.2
11242026-04-29T00:53:11.584Z Downloaded support-bundle-viewer v0.1.2
11252026-04-29T00:53:11.584Z Downloaded strum_macros v0.26.4
11262026-04-29T00:53:11.591Z Downloaded nom v7.1.3
11272026-04-29T00:53:11.591Z Downloaded topological-sort v0.2.2
11282026-04-29T00:53:11.598Z Downloaded publicsuffix v2.3.0
11292026-04-29T00:53:11.598Z Downloaded termios v0.3.3
11302026-04-29T00:53:11.599Z Downloaded snafu-derive v0.8.9
11312026-04-29T00:53:11.599Z Downloaded qorb v0.4.1
11322026-04-29T00:53:11.620Z Downloaded thiserror-no-std v2.0.2
11332026-04-29T00:53:11.630Z Downloaded signal-hook v0.3.18
11342026-04-29T00:53:11.630Z Downloaded tower-service v0.3.3
11352026-04-29T00:53:11.630Z Downloaded tower-layer v0.3.3
11362026-04-29T00:53:11.630Z Downloaded typify-macro v0.6.2
11372026-04-29T00:53:11.630Z Downloaded typify-macro v0.4.3
11382026-04-29T00:53:11.631Z Downloaded try-lock v0.2.5
11392026-04-29T00:53:11.631Z Downloaded trait-variant v0.1.2
11402026-04-29T00:53:11.631Z Downloaded tiny-keccak v2.0.2
11412026-04-29T00:53:11.631Z Downloaded similar v2.7.0
11422026-04-29T00:53:11.631Z Downloaded libxml v0.3.3
11432026-04-29T00:53:11.631Z Downloaded thread_local v1.1.9
11442026-04-29T00:53:11.631Z Downloaded tls_codec_derive v0.4.2
11452026-04-29T00:53:11.647Z Downloaded time-macros v0.2.27
11462026-04-29T00:53:11.647Z Downloaded tokio-native-tls v0.3.1
11472026-04-29T00:53:11.647Z Downloaded tokio-macros v2.7.0
11482026-04-29T00:53:11.647Z Downloaded tls_codec v0.4.2
11492026-04-29T00:53:11.647Z Downloaded tokio-dtrace v0.1.1
11502026-04-29T00:53:11.647Z Downloaded ryu v1.0.23
11512026-04-29T00:53:11.647Z Downloaded hashbrown v0.15.5
11522026-04-29T00:53:11.657Z Downloaded slog v2.8.2
11532026-04-29T00:53:11.657Z Downloaded tokio-tungstenite v0.23.1
11542026-04-29T00:53:11.658Z Downloaded tokio-rustls v0.25.0
11552026-04-29T00:53:11.658Z Downloaded untrusted v0.9.0
11562026-04-29T00:53:11.658Z Downloaded untrusted v0.7.1
11572026-04-29T00:53:11.658Z Downloaded schemars v0.9.0
11582026-04-29T00:53:11.686Z Downloaded usdt-macro v0.6.0
11592026-04-29T00:53:11.686Z Downloaded usdt-attr-macro v0.6.0
11602026-04-29T00:53:11.686Z Downloaded usdt v0.6.0
11612026-04-29T00:53:11.686Z Downloaded universal-hash v0.5.1
11622026-04-29T00:53:11.686Z Downloaded unicode-truncate v1.1.0
11632026-04-29T00:53:11.687Z Downloaded term v0.7.0
11642026-04-29T00:53:11.687Z Downloaded socket2 v0.5.10
11652026-04-29T00:53:11.687Z Downloaded itertools v0.12.1
11662026-04-29T00:53:11.687Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-04-29T00:53:11.687Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11682026-04-29T00:53:11.687Z Downloaded utf-8 v0.7.6
11692026-04-29T00:53:11.687Z Downloaded quinn v0.11.9
11702026-04-29T00:53:11.687Z Downloaded rand v0.8.5
11712026-04-29T00:53:11.704Z Downloaded term v1.2.1
11722026-04-29T00:53:11.704Z Downloaded unit-prefix v0.5.2
11732026-04-29T00:53:11.704Z Downloaded serde_yaml v0.9.34+deprecated
11742026-04-29T00:53:11.704Z Downloaded socket2 v0.6.3
11752026-04-29T00:53:11.704Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-04-29T00:53:11.704Z Downloaded rsa v0.9.10
11772026-04-29T00:53:11.704Z Downloaded rand v0.9.2
11782026-04-29T00:53:11.704Z Downloaded spin v0.9.8
11792026-04-29T00:53:11.705Z Downloaded num-bigint-dig v0.8.6
11802026-04-29T00:53:11.705Z Downloaded wait-timeout v0.2.1
11812026-04-29T00:53:11.705Z Downloaded want v0.3.1
11822026-04-29T00:53:11.705Z Downloaded void v1.0.2
11832026-04-29T00:53:11.705Z Downloaded rand v0.10.0
11842026-04-29T00:53:11.705Z Downloaded strum_macros v0.27.2
11852026-04-29T00:53:11.705Z Downloaded aho-corasick v1.1.4
11862026-04-29T00:53:11.717Z Downloaded tui-tree-widget v0.23.1
11872026-04-29T00:53:11.718Z Downloaded itertools v0.13.0
11882026-04-29T00:53:11.718Z Downloaded unarray v0.1.4
11892026-04-29T00:53:11.718Z Downloaded samael v0.0.19
11902026-04-29T00:53:11.718Z Downloaded hyper v1.8.1
11912026-04-29T00:53:11.718Z Downloaded unicase v2.9.0
11922026-04-29T00:53:11.719Z Downloaded waitgroup v0.1.2
11932026-04-29T00:53:11.733Z Downloaded tokio-tungstenite v0.21.0
11942026-04-29T00:53:11.733Z Downloaded xshell-macros v0.2.7
11952026-04-29T00:53:11.733Z Downloaded tokio-rustls v0.26.4
11962026-04-29T00:53:11.733Z Downloaded iri-string v0.7.10
11972026-04-29T00:53:11.734Z Downloaded tokio-rustls v0.24.1
11982026-04-29T00:53:11.734Z Downloaded blake3 v1.8.3
11992026-04-29T00:53:11.734Z Downloaded subprocess v0.2.15
12002026-04-29T00:53:11.741Z Downloaded snafu v0.8.9
12012026-04-29T00:53:11.742Z Downloaded uzers v0.12.2
12022026-04-29T00:53:11.742Z Downloaded iddqd v0.3.18
12032026-04-29T00:53:11.742Z Downloaded zeroize_derive v1.4.3
12042026-04-29T00:53:11.742Z Downloaded test-strategy v0.4.5
12052026-04-29T00:53:11.742Z Downloaded zone v0.3.1
12062026-04-29T00:53:11.742Z Downloaded schemars v0.8.22
12072026-04-29T00:53:11.761Z Downloaded itertools v0.14.0
12082026-04-29T00:53:11.771Z Downloaded hkdf v0.12.4
12092026-04-29T00:53:11.772Z Downloaded tracing-attributes v0.1.31
12102026-04-29T00:53:11.772Z Downloaded vergen-gitcl v1.0.8
12112026-04-29T00:53:11.772Z Downloaded whoami v1.6.1
12122026-04-29T00:53:11.772Z Downloaded zone_cfg_derive v0.3.1
12132026-04-29T00:53:11.773Z Downloaded twox-hash v2.1.2
12142026-04-29T00:53:11.773Z Downloaded h2 v0.4.13
12152026-04-29T00:53:11.773Z Downloaded schemars v1.2.1
12162026-04-29T00:53:11.785Z Downloaded whoami v2.1.0
12172026-04-29T00:53:11.785Z Downloaded aws-lc-rs v1.16.0
12182026-04-29T00:53:11.790Z Downloaded unicode-properties v0.1.4
12192026-04-29T00:53:11.790Z Downloaded tinyvec v1.10.0
12202026-04-29T00:53:11.790Z Downloaded vergen-git2 v1.0.7
12212026-04-29T00:53:11.790Z Downloaded rustls-webpki v0.103.9
12222026-04-29T00:53:11.791Z Downloaded wyz v0.5.1
12232026-04-29T00:53:11.791Z Downloaded tokio-stream v0.1.18
12242026-04-29T00:53:11.798Z Downloaded usdt-impl v0.6.0
12252026-04-29T00:53:11.798Z Downloaded toml_parser v1.0.9+spec-1.1.0
12262026-04-29T00:53:11.798Z Downloaded tar v0.4.45
12272026-04-29T00:53:11.807Z Downloaded futures-util v0.3.32
12282026-04-29T00:53:11.815Z Downloaded xattr v1.6.1
12292026-04-29T00:53:11.816Z Downloaded zstd v0.13.3
12302026-04-29T00:53:11.816Z Downloaded russh v0.45.0
12312026-04-29T00:53:11.816Z Downloaded zstd-safe v7.2.4
12322026-04-29T00:53:11.816Z Downloaded vsss-rs v3.3.4
12332026-04-29T00:53:11.816Z Downloaded toml v0.9.12+spec-1.1.0
12342026-04-29T00:53:11.822Z Downloaded tungstenite v0.21.0
12352026-04-29T00:53:11.823Z Downloaded toml v0.7.8
12362026-04-29T00:53:11.827Z Downloaded bindgen v0.71.1
12372026-04-29T00:53:11.836Z Downloaded zerocopy v0.6.6
12382026-04-29T00:53:11.836Z Downloaded zeroize v1.8.2
12392026-04-29T00:53:11.836Z Downloaded vergen-lib v0.1.6
12402026-04-29T00:53:11.836Z Downloaded vergen v9.0.6
12412026-04-29T00:53:11.836Z Downloaded typify v0.6.2
12422026-04-29T00:53:11.842Z Downloaded typify v0.4.3
12432026-04-29T00:53:11.842Z Downloaded toml v1.0.6+spec-1.1.0
12442026-04-29T00:53:11.842Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-29T00:53:11.847Z Downloaded steno v0.4.1
12462026-04-29T00:53:11.847Z Downloaded walkdir v2.5.0
12472026-04-29T00:53:11.850Z Downloaded rpassword v7.4.0
12482026-04-29T00:53:11.857Z Downloaded tungstenite v0.23.0
12492026-04-29T00:53:11.861Z Downloaded yasna v0.5.2
12502026-04-29T00:53:11.864Z Downloaded unsafe-libyaml v0.2.11
12512026-04-29T00:53:11.867Z Downloaded xshell v0.2.7
12522026-04-29T00:53:11.870Z Downloaded rustyline v14.0.0
12532026-04-29T00:53:11.879Z Downloaded toml_edit v0.19.15
12542026-04-29T00:53:11.886Z Downloaded uuid v1.23.0
12552026-04-29T00:53:11.889Z Downloaded tracing-core v0.1.36
12562026-04-29T00:53:11.892Z Downloaded zopfli v0.8.3
12572026-04-29T00:53:11.900Z Downloaded unicode-bidi v0.3.18
12582026-04-29T00:53:11.903Z Downloaded p384 v0.13.1
12592026-04-29T00:53:11.906Z Downloaded tokio-postgres v0.7.16
12602026-04-29T00:53:11.909Z Downloaded p521 v0.13.3
12612026-04-29T00:53:11.909Z Downloaded reedline v0.40.0
12622026-04-29T00:53:11.927Z Downloaded git2 v0.20.4
12632026-04-29T00:53:11.935Z Downloaded portable-atomic v1.13.1
12642026-04-29T00:53:11.939Z Downloaded vte v0.14.1
12652026-04-29T00:53:11.942Z Downloaded libm v0.2.16
12662026-04-29T00:53:11.948Z Downloaded regex v1.12.3
12672026-04-29T00:53:11.951Z Downloaded zip v0.6.6
12682026-04-29T00:53:11.955Z Downloaded quick-xml v0.37.5
12692026-04-29T00:53:11.958Z Downloaded ssh-key v0.6.7
12702026-04-29T00:53:11.958Z Downloaded lalrpop v0.19.12
12712026-04-29T00:53:11.964Z Downloaded salty v0.3.0
12722026-04-29T00:53:11.968Z Downloaded bitvec v1.0.1
12732026-04-29T00:53:11.976Z Downloaded yansi v1.0.1
12742026-04-29T00:53:11.979Z Downloaded reqwest v0.13.2
12752026-04-29T00:53:11.982Z Downloaded reqwest v0.12.28
12762026-04-29T00:53:11.985Z Downloaded goblin v0.10.5
12772026-04-29T00:53:11.992Z Downloaded tower v0.5.3
12782026-04-29T00:53:11.995Z Downloaded unicode-normalization v0.1.25
12792026-04-29T00:53:11.995Z Downloaded chrono v0.4.44
12802026-04-29T00:53:11.999Z Downloaded zerocopy-derive v0.8.40
12812026-04-29T00:53:12.006Z Downloaded zip v4.6.1
12822026-04-29T00:53:12.010Z Downloaded tokio-util v0.7.18
12832026-04-29T00:53:12.015Z Downloaded unicode_categories v0.1.1
12842026-04-29T00:53:12.015Z Downloaded serde_with v3.17.0
12852026-04-29T00:53:12.018Z Downloaded rayon v1.11.0
12862026-04-29T00:53:12.034Z Downloaded typed-path v0.9.3
12872026-04-29T00:53:12.041Z Downloaded rustls-webpki v0.101.7
12882026-04-29T00:53:12.049Z Downloaded unicode-segmentation v1.12.0
12892026-04-29T00:53:12.053Z Downloaded winnow v0.5.40
12902026-04-29T00:53:12.056Z Downloaded x509-cert v0.2.5
12912026-04-29T00:53:12.059Z Downloaded moka v0.12.13
12922026-04-29T00:53:12.064Z Downloaded bstr v1.12.1
12932026-04-29T00:53:12.101Z Downloaded proptest v1.10.0
12942026-04-29T00:53:12.105Z Downloaded tough v0.20.0
12952026-04-29T00:53:12.110Z Downloaded tower-http v0.6.8
12962026-04-29T00:53:12.114Z Downloaded nix v0.28.0
12972026-04-29T00:53:12.121Z Downloaded rustls-webpki v0.102.8
12982026-04-29T00:53:12.131Z Downloaded regex-syntax v0.6.29
12992026-04-29T00:53:12.135Z Downloaded petname v2.0.2
13002026-04-29T00:53:12.138Z Downloaded time v0.3.47
13012026-04-29T00:53:12.144Z Downloaded object v0.37.3
13022026-04-29T00:53:12.151Z Downloaded curve25519-dalek v4.1.3
13032026-04-29T00:53:12.158Z Downloaded nix v0.27.1
13042026-04-29T00:53:12.166Z Downloaded object v0.30.4
13052026-04-29T00:53:12.175Z Downloaded zerocopy v0.8.40
13062026-04-29T00:53:12.199Z Downloaded regress v0.10.5
13072026-04-29T00:53:12.205Z Downloaded radix_trie v0.2.1
13082026-04-29T00:53:12.209Z Downloaded regress v0.11.1
13092026-04-29T00:53:12.213Z Downloaded polar-core v0.27.3
13102026-04-29T00:53:12.217Z Downloaded rustix v0.38.44
13112026-04-29T00:53:12.230Z Downloaded quinn-proto v0.11.13
13122026-04-29T00:53:12.234Z Downloaded regex-syntax v0.8.10
13132026-04-29T00:53:12.238Z Downloaded openssl v0.10.75
13142026-04-29T00:53:12.255Z Downloaded winnow v0.6.26
13152026-04-29T00:53:12.260Z Downloaded dropshot v0.16.7
13162026-04-29T00:53:12.275Z Downloaded dropshot v0.17.0
13172026-04-29T00:53:12.287Z Downloaded rustls v0.21.12
13182026-04-29T00:53:12.293Z Downloaded nix v0.29.0
13192026-04-29T00:53:12.299Z Downloaded tabled v0.20.0
13202026-04-29T00:53:12.308Z Downloaded smoltcp v0.9.1
13212026-04-29T00:53:12.314Z Downloaded zlib-rs v0.6.2
13222026-04-29T00:53:12.323Z Downloaded tracing v0.1.44
13232026-04-29T00:53:12.330Z Downloaded vcpkg v0.2.15
13242026-04-29T00:53:12.351Z Downloaded webpki-roots v1.0.6
13252026-04-29T00:53:12.354Z Downloaded hickory-proto v0.25.2
13262026-04-29T00:53:12.361Z Downloaded hickory-proto v0.24.4
13272026-04-29T00:53:12.370Z Downloaded openapiv3 v2.2.0
13282026-04-29T00:53:12.376Z Downloaded rustls v0.22.4
13292026-04-29T00:53:12.383Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-04-29T00:53:12.392Z Downloaded smoltcp v0.11.0
13312026-04-29T00:53:12.398Z Downloaded nix v0.31.2
13322026-04-29T00:53:12.404Z Downloaded rustls v0.23.37
13332026-04-29T00:53:12.415Z Downloaded chrono-tz v0.10.4
13342026-04-29T00:53:12.427Z Downloaded jiff v0.2.21
13352026-04-29T00:53:12.438Z Downloaded sqlparser v0.61.0
13362026-04-29T00:53:12.458Z Downloaded petgraph v0.8.3
13372026-04-29T00:53:12.471Z Downloaded sled v0.34.7
13382026-04-29T00:53:12.484Z Downloaded typify-impl v0.6.2
13392026-04-29T00:53:12.492Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-29T00:53:12.502Z Downloaded ratatui v0.29.0
13412026-04-29T00:53:12.513Z Downloaded typify-impl v0.4.3
13422026-04-29T00:53:12.522Z Downloaded libz-sys v1.1.24
13432026-04-29T00:53:12.548Z Downloaded zerocopy-derive v0.6.6
13442026-04-29T00:53:12.555Z Downloaded regex-automata v0.4.14
13452026-04-29T00:53:12.563Z Downloaded tokio v1.52.1
13462026-04-29T00:53:12.586Z Downloaded petgraph v0.6.5
13472026-04-29T00:53:12.612Z Downloaded csv v1.4.0
13482026-04-29T00:53:12.623Z Downloaded sha3 v0.10.8
13492026-04-29T00:53:12.646Z Downloaded encoding_rs v0.8.35
13502026-04-29T00:53:12.688Z Downloaded ring v0.17.14
13512026-04-29T00:53:12.729Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-04-29T00:53:13.251Z Downloaded aws-lc-sys v0.37.1
13532026-04-29T00:53:13.489Z Compiling libc v0.2.185
13542026-04-29T00:53:13.489Z Compiling serde v1.0.228
13552026-04-29T00:53:13.492Z Compiling find-msvc-tools v0.1.9
13562026-04-29T00:53:13.492Z Compiling shlex v1.3.0
13572026-04-29T00:53:13.643Z Compiling log v0.4.29
13582026-04-29T00:53:13.649Z Compiling smallvec v1.15.1
13592026-04-29T00:53:13.671Z Compiling syn v2.0.117
13602026-04-29T00:53:13.674Z Compiling typenum v1.19.0
13612026-04-29T00:53:13.814Z Compiling generic-array v0.14.7
13622026-04-29T00:53:13.848Z Compiling subtle v2.6.1
13632026-04-29T00:53:13.865Z Compiling scopeguard v1.2.0
13642026-04-29T00:53:13.899Z Compiling const-oid v0.9.6
13652026-04-29T00:53:13.958Z Compiling lock_api v0.4.14
13662026-04-29T00:53:13.971Z Compiling portable-atomic v1.13.1
13672026-04-29T00:53:14.022Z Compiling zerocopy v0.8.40
13682026-04-29T00:53:14.062Z Compiling critical-section v1.2.0
13692026-04-29T00:53:14.180Z Compiling serde_json v1.0.149
13702026-04-29T00:53:14.198Z Compiling pin-project-lite v0.2.17
13712026-04-29T00:53:14.302Z Compiling parking_lot_core v0.9.12
13722026-04-29T00:53:14.480Z Compiling getrandom v0.2.17
13732026-04-29T00:53:14.495Z Compiling jobserver v0.1.34
13742026-04-29T00:53:14.531Z Compiling errno v0.3.14
13752026-04-29T00:53:14.622Z Compiling rand_core v0.6.4
13762026-04-29T00:53:14.669Z Compiling pkg-config v0.3.32
13772026-04-29T00:53:14.717Z Compiling cc v1.2.56
13782026-04-29T00:53:14.886Z Compiling signal-hook-registry v1.4.8
13792026-04-29T00:53:14.913Z Compiling bitflags v2.11.0
13802026-04-29T00:53:14.981Z Compiling once_cell v1.21.3
13812026-04-29T00:53:15.045Z Compiling libm v0.2.16
13822026-04-29T00:53:15.153Z Compiling parking_lot v0.12.5
13832026-04-29T00:53:15.169Z Compiling mio v1.2.0
13842026-04-29T00:53:15.198Z Compiling num-traits v0.2.19
13852026-04-29T00:53:15.238Z Compiling futures-core v0.3.32
13862026-04-29T00:53:15.417Z Compiling percent-encoding v2.3.2
13872026-04-29T00:53:15.548Z Compiling socket2 v0.6.3
13882026-04-29T00:53:15.562Z Compiling futures-sink v0.3.32
13892026-04-29T00:53:15.575Z Compiling cpufeatures v0.2.17
13902026-04-29T00:53:15.625Z Compiling getrandom v0.4.1
13912026-04-29T00:53:15.651Z Compiling futures-channel v0.3.32
13922026-04-29T00:53:15.665Z Compiling futures-io v0.3.32
13932026-04-29T00:53:15.680Z Compiling slab v0.4.12
13942026-04-29T00:53:15.822Z Compiling futures-task v0.3.32
13952026-04-29T00:53:15.859Z Compiling getrandom v0.3.4
13962026-04-29T00:53:15.885Z Compiling rand_core v0.10.0
13972026-04-29T00:53:15.970Z Compiling rustversion v1.0.22
13982026-04-29T00:53:15.986Z Compiling indexmap v2.14.0
13992026-04-29T00:53:16.001Z Compiling form_urlencoded v1.2.2
14002026-04-29T00:53:16.279Z Compiling cmake v0.1.57
14012026-04-29T00:53:16.314Z Compiling fs_extra v1.3.0
14022026-04-29T00:53:16.545Z Compiling synstructure v0.13.2
14032026-04-29T00:53:16.602Z Compiling ident_case v1.0.1
14042026-04-29T00:53:16.649Z Compiling base64ct v1.8.3
14052026-04-29T00:53:16.695Z Compiling dunce v1.0.5
14062026-04-29T00:53:16.736Z Compiling flagset v0.4.7
14072026-04-29T00:53:16.790Z Compiling aws-lc-sys v0.37.1
14082026-04-29T00:53:16.817Z Compiling rand_core v0.9.5
14092026-04-29T00:53:16.852Z Compiling rustix v1.1.3
14102026-04-29T00:53:16.867Z Compiling iana-time-zone v0.1.65
14112026-04-29T00:53:16.938Z Compiling pem-rfc7468 v0.7.0
14122026-04-29T00:53:16.973Z Compiling ring v0.17.14
14132026-04-29T00:53:17.086Z Compiling uuid v1.23.0
14142026-04-29T00:53:17.121Z Compiling rustc_version v0.4.1
14152026-04-29T00:53:17.214Z Compiling vcpkg v0.2.15
14162026-04-29T00:53:17.287Z Compiling regex-syntax v0.8.10
14172026-04-29T00:53:17.443Z Compiling aws-lc-rs v1.16.0
14182026-04-29T00:53:17.734Z Compiling tracing-core v0.1.36
14192026-04-29T00:53:17.778Z Compiling pest_generator v2.8.6
14202026-04-29T00:53:17.893Z Compiling openssl-sys v0.9.111
14212026-04-29T00:53:18.281Z Compiling serde_derive v1.0.228
14222026-04-29T00:53:18.328Z Compiling zeroize_derive v1.4.3
14232026-04-29T00:53:18.412Z Compiling zerofrom-derive v0.1.6
14242026-04-29T00:53:18.547Z Compiling yoke-derive v0.8.1
14252026-04-29T00:53:18.666Z Compiling zerocopy-derive v0.8.40
14262026-04-29T00:53:18.973Z Compiling zeroize v1.8.2
14272026-04-29T00:53:19.679Z Compiling zerovec-derive v0.11.2
14282026-04-29T00:53:19.707Z Compiling crypto-common v0.1.7
14292026-04-29T00:53:19.742Z Compiling block-buffer v0.10.4
14302026-04-29T00:53:19.809Z Compiling zerofrom v0.1.6
14312026-04-29T00:53:19.851Z Compiling displaydoc v0.2.5
14322026-04-29T00:53:19.909Z Compiling yoke v0.8.1
14332026-04-29T00:53:19.931Z Compiling digest v0.10.7
14342026-04-29T00:53:20.094Z Compiling tokio-macros v2.7.0
14352026-04-29T00:53:20.187Z Compiling hmac v0.12.1
14362026-04-29T00:53:20.342Z Compiling futures-macro v0.3.32
14372026-04-29T00:53:20.580Z Compiling zerotrie v0.2.3
14382026-04-29T00:53:20.813Z Compiling zerovec v0.11.5
14392026-04-29T00:53:20.824Z Compiling block-padding v0.3.3
14402026-04-29T00:53:20.876Z Compiling sha2 v0.10.9
14412026-04-29T00:53:20.953Z Compiling inout v0.1.4
14422026-04-29T00:53:21.119Z Compiling cipher v0.4.4
14432026-04-29T00:53:21.135Z Compiling futures-util v0.3.32
14442026-04-29T00:53:21.247Z Compiling tinystr v0.8.2
14452026-04-29T00:53:21.370Z Compiling potential_utf v0.1.4
14462026-04-29T00:53:21.444Z Compiling icu_locale_core v2.1.1
14472026-04-29T00:53:21.532Z Compiling icu_collections v2.1.1
14482026-04-29T00:53:21.639Z Compiling der_derive v0.7.3
14492026-04-29T00:53:21.734Z Compiling bytes v1.11.1
14502026-04-29T00:53:22.000Z Compiling chrono v0.4.44
14512026-04-29T00:53:22.248Z Compiling tokio v1.52.1
14522026-04-29T00:53:22.303Z Compiling icu_provider v2.1.1
14532026-04-29T00:53:22.339Z Compiling http v1.4.0
14542026-04-29T00:53:22.599Z Compiling icu_normalizer v2.1.1
14552026-04-29T00:53:22.612Z Compiling icu_properties v2.1.2
14562026-04-29T00:53:23.056Z Compiling ppv-lite86 v0.2.21
14572026-04-29T00:53:23.125Z Compiling der v0.7.10
14582026-04-29T00:53:23.275Z Compiling salsa20 v0.10.2
14592026-04-29T00:53:23.369Z Compiling pbkdf2 v0.12.2
14602026-04-29T00:53:23.415Z Compiling thiserror-impl v2.0.18
14612026-04-29T00:53:23.428Z Compiling rand_chacha v0.9.0
14622026-04-29T00:53:23.443Z Compiling cbc v0.1.2
14632026-04-29T00:53:23.480Z Compiling idna_adapter v1.2.1
14642026-04-29T00:53:23.628Z Compiling idna v1.1.0
14652026-04-29T00:53:23.636Z Compiling scrypt v0.11.0
14662026-04-29T00:53:23.707Z Compiling aes v0.8.4
14672026-04-29T00:53:23.874Z Compiling url v2.5.8
14682026-04-29T00:53:24.127Z Compiling spki v0.7.3
14692026-04-29T00:53:24.239Z Compiling rustls-pki-types v1.14.0
14702026-04-29T00:53:24.309Z Compiling tracing-attributes v0.1.31
14712026-04-29T00:53:24.338Z Compiling pkcs5 v0.7.1
14722026-04-29T00:53:24.692Z Compiling rand v0.9.2
14732026-04-29T00:53:24.714Z Compiling http-body v1.0.1
14742026-04-29T00:53:24.745Z Compiling thiserror v2.0.18
14752026-04-29T00:53:24.813Z Compiling serde_derive_internals v0.29.1
14762026-04-29T00:53:24.833Z Compiling untrusted v0.9.0
14772026-04-29T00:53:24.840Z Compiling base64 v0.22.1
14782026-04-29T00:53:24.855Z Compiling schemars v0.8.22
14792026-04-29T00:53:24.961Z Compiling untrusted v0.7.1
14802026-04-29T00:53:25.059Z Compiling openssl-probe v0.2.1
14812026-04-29T00:53:25.080Z Compiling httparse v1.10.1
14822026-04-29T00:53:25.224Z Compiling pkcs8 v0.10.2
14832026-04-29T00:53:25.471Z Compiling pest_derive v2.8.6
14842026-04-29T00:53:25.479Z Compiling scroll_derive v0.13.1
14852026-04-29T00:53:25.525Z Compiling darling_core v0.20.11
14862026-04-29T00:53:25.604Z Compiling tracing v0.1.44
14872026-04-29T00:53:25.687Z Compiling schemars_derive v0.8.22
14882026-04-29T00:53:25.863Z Compiling dyn-clone v1.0.20
14892026-04-29T00:53:25.876Z Compiling try-lock v0.2.5
14902026-04-29T00:53:25.986Z Compiling tokio-util v0.7.18
14912026-04-29T00:53:26.005Z Compiling atomic-waker v1.1.2
14922026-04-29T00:53:26.134Z Compiling tower-service v0.3.3
14932026-04-29T00:53:26.228Z Compiling tinyvec_macros v0.1.1
14942026-04-29T00:53:26.258Z Compiling rustls v0.23.37
14952026-04-29T00:53:26.305Z Compiling tower-layer v0.3.3
14962026-04-29T00:53:26.441Z Compiling tinyvec v1.10.0
14972026-04-29T00:53:26.474Z Compiling scroll v0.13.0
14982026-04-29T00:53:26.736Z Compiling h2 v0.4.13
14992026-04-29T00:53:26.767Z Compiling want v0.3.1
15002026-04-29T00:53:26.931Z Compiling ipnet v2.11.0
15012026-04-29T00:53:27.024Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-04-29T00:53:27.215Z Compiling spin v0.9.8
15032026-04-29T00:53:27.382Z Compiling aho-corasick v1.1.4
15042026-04-29T00:53:27.439Z Compiling num-conv v0.2.0
15052026-04-29T00:53:27.468Z Compiling httpdate v1.0.3
15062026-04-29T00:53:27.544Z Compiling crc32fast v1.5.0
15072026-04-29T00:53:27.644Z Compiling pin-utils v0.1.0
15082026-04-29T00:53:27.725Z Compiling time-core v0.1.8
15092026-04-29T00:53:27.739Z Compiling darling_macro v0.20.11
15102026-04-29T00:53:27.815Z Compiling powerfmt v0.2.0
15112026-04-29T00:53:27.872Z Compiling openssl v0.10.75
15122026-04-29T00:53:27.915Z Compiling foreign-types-shared v0.1.1
15132026-04-29T00:53:28.002Z Compiling foreign-types v0.3.2
15142026-04-29T00:53:28.021Z Compiling deranged v0.5.8
15152026-04-29T00:53:28.124Z Compiling tempfile v3.25.0
15162026-04-29T00:53:28.153Z Compiling time-macros v0.2.27
15172026-04-29T00:53:28.228Z Compiling regex-automata v0.4.14
15182026-04-29T00:53:28.251Z Compiling darling v0.20.11
15192026-04-29T00:53:28.499Z Compiling goblin v0.10.5
15202026-04-29T00:53:29.115Z Compiling openssl-macros v0.1.1
15212026-04-29T00:53:29.214Z Compiling wait-timeout v0.2.1
15222026-04-29T00:53:29.488Z Compiling num_threads v0.1.7
15232026-04-29T00:53:29.505Z Compiling siphasher v1.0.2
15242026-04-29T00:53:29.562Z Compiling bit-vec v0.8.0
15252026-04-29T00:53:29.587Z Compiling crossbeam-utils v0.8.21
15262026-04-29T00:53:29.690Z Compiling hyper v1.8.1
15272026-04-29T00:53:29.789Z Compiling usdt-impl v0.6.0
15282026-04-29T00:53:29.873Z Compiling simd-adler32 v0.3.8
15292026-04-29T00:53:29.993Z Compiling quick-error v1.2.3
15302026-04-29T00:53:30.105Z Compiling native-tls v0.2.18
15312026-04-29T00:53:30.119Z Compiling syn v1.0.109
15322026-04-29T00:53:30.330Z Compiling rusty-fork v0.3.1
15332026-04-29T00:53:30.507Z Compiling bit-set v0.8.0
15342026-04-29T00:53:30.643Z Compiling time v0.3.47
15352026-04-29T00:53:30.684Z Compiling derive_builder_core v0.20.2
15362026-04-29T00:53:31.237Z Compiling dof v0.4.0
15372026-04-29T00:53:31.535Z Compiling hyper-util v0.1.20
15382026-04-29T00:53:32.287Z Compiling unicode-normalization v0.1.25
15392026-04-29T00:53:32.380Z Compiling dtrace-parser v0.3.0
15402026-04-29T00:53:32.397Z Compiling rustls-native-certs v0.8.3
15412026-04-29T00:53:32.683Z Compiling signature v2.2.0
15422026-04-29T00:53:32.696Z Compiling thiserror-impl v1.0.69
15432026-04-29T00:53:32.724Z Compiling scroll_derive v0.12.1
15442026-04-29T00:53:32.858Z Compiling heapless v0.7.17
15452026-04-29T00:53:33.169Z Compiling rand_xorshift v0.4.0
15462026-04-29T00:53:33.187Z Compiling slog v2.8.2
15472026-04-29T00:53:33.231Z Compiling darling_core v0.21.3
15482026-04-29T00:53:33.285Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-29T00:53:33.339Z Compiling sync_wrapper v1.0.2
15502026-04-29T00:53:33.434Z Compiling thread-id v5.1.0
15512026-04-29T00:53:33.452Z Compiling cookie v0.18.1
15522026-04-29T00:53:33.523Z Compiling anyhow v1.0.102
15532026-04-29T00:53:33.551Z Compiling adler2 v2.0.1
15542026-04-29T00:53:33.567Z Compiling signal-hook v0.3.18
15552026-04-29T00:53:33.633Z Compiling paste v1.0.15
15562026-04-29T00:53:33.685Z Compiling zstd-safe v7.2.4
15572026-04-29T00:53:33.732Z Compiling allocator-api2 v0.2.21
15582026-04-29T00:53:33.822Z Compiling unarray v0.1.4
15592026-04-29T00:53:33.880Z Compiling unicode-properties v0.1.4
15602026-04-29T00:53:33.904Z Compiling unicode-bidi v0.3.18
15612026-04-29T00:53:33.937Z Compiling proptest v1.10.0
15622026-04-29T00:53:33.985Z Compiling thiserror v1.0.69
15632026-04-29T00:53:34.125Z Compiling miniz_oxide v0.8.9
15642026-04-29T00:53:34.307Z Compiling stringprep v0.1.5
15652026-04-29T00:53:34.718Z Compiling scroll v0.12.0
15662026-04-29T00:53:34.738Z Compiling tower v0.5.3
15672026-04-29T00:53:34.934Z Compiling derive_builder_macro v0.20.2
15682026-04-29T00:53:35.155Z Compiling ipnetwork v0.21.1
15692026-04-29T00:53:35.202Z Compiling http-body-util v0.1.3
15702026-04-29T00:53:35.440Z Compiling webpki-roots v1.0.6
15712026-04-29T00:53:35.454Z Compiling rand_chacha v0.3.1
15722026-04-29T00:53:35.470Z Compiling serde_tokenstream v0.2.3
15732026-04-29T00:53:35.501Z Compiling toml_datetime v0.6.11
15742026-04-29T00:53:35.542Z Compiling serde_spanned v0.6.9
15752026-04-29T00:53:35.693Z Compiling erased-serde v0.3.31
15762026-04-29T00:53:35.732Z Compiling darling_macro v0.21.3
15772026-04-29T00:53:35.759Z Compiling md-5 v0.10.6
15782026-04-29T00:53:35.781Z Compiling zerocopy-derive v0.7.35
15792026-04-29T00:53:35.924Z Compiling curve25519-dalek v4.1.3
15802026-04-29T00:53:36.173Z Compiling vergen-lib v0.1.6
15812026-04-29T00:53:36.210Z Compiling num-integer v0.1.46
15822026-04-29T00:53:36.246Z Compiling hash32 v0.2.1
15832026-04-29T00:53:36.263Z Compiling ff v0.13.1
15842026-04-29T00:53:36.349Z Compiling memoffset v0.9.1
15852026-04-29T00:53:36.409Z Compiling ref-cast v1.0.25
15862026-04-29T00:53:36.450Z Compiling smoltcp v0.9.1
15872026-04-29T00:53:36.532Z Compiling fallible-iterator v0.2.0
15882026-04-29T00:53:36.543Z Compiling num-bigint-dig v0.8.6
15892026-04-29T00:53:36.663Z Compiling iri-string v0.7.10
15902026-04-29T00:53:36.708Z Compiling base16ct v0.2.0
15912026-04-29T00:53:36.731Z Compiling psl-types v2.0.11
15922026-04-29T00:53:36.780Z Compiling litrs v1.0.0
15932026-04-29T00:53:36.855Z Compiling zlib-rs v0.6.2
15942026-04-29T00:53:36.884Z Compiling cfg_aliases v0.2.1
15952026-04-29T00:53:36.977Z Compiling rustix v0.38.44
15962026-04-29T00:53:37.041Z Compiling ryu v1.0.23
15972026-04-29T00:53:37.145Z Compiling serde_urlencoded v0.7.1
15982026-04-29T00:53:37.275Z Compiling document-features v0.2.12
15992026-04-29T00:53:37.320Z Compiling nix v0.31.2
16002026-04-29T00:53:37.359Z Compiling publicsuffix v2.3.0
16012026-04-29T00:53:37.532Z Compiling sec1 v0.7.3
16022026-04-29T00:53:37.690Z Compiling postgres-protocol v0.6.10
16032026-04-29T00:53:37.843Z Compiling tower-http v0.6.8
16042026-04-29T00:53:37.970Z Compiling zerocopy v0.7.35
16052026-04-29T00:53:38.242Z Compiling num-iter v0.1.45
16062026-04-29T00:53:38.282Z Compiling group v0.13.0
16072026-04-29T00:53:38.467Z Compiling darling v0.21.3
16082026-04-29T00:53:38.479Z Compiling newtype-uuid v1.3.2
16092026-04-29T00:53:38.567Z Compiling rand v0.8.5
16102026-04-29T00:53:38.722Z Compiling oxnet v0.1.4
16112026-04-29T00:53:38.828Z Compiling derive_builder v0.20.2
16122026-04-29T00:53:38.894Z Compiling tokio-native-tls v0.3.1
16132026-04-29T00:53:38.919Z Compiling hubpack_derive v0.1.1
16142026-04-29T00:53:39.049Z Compiling goblin v0.8.2
16152026-04-29T00:53:39.461Z Compiling regex v1.12.3
16162026-04-29T00:53:39.658Z Compiling phf_shared v0.13.1
16172026-04-29T00:53:39.805Z Compiling flate2 v1.1.9
16182026-04-29T00:53:39.890Z Compiling lazy_static v1.5.0
16192026-04-29T00:53:39.890Z Compiling cargo-platform v0.1.9
16202026-04-29T00:53:39.916Z Compiling hkdf v0.12.4
16212026-04-29T00:53:39.987Z Compiling crypto-bigint v0.5.5
16222026-04-29T00:53:40.045Z Compiling terminal_size v0.4.3
16232026-04-29T00:53:40.084Z Compiling daft-derive v0.1.5
16242026-04-29T00:53:40.154Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-29T00:53:40.181Z Compiling strum_macros v0.27.2
16262026-04-29T00:53:40.252Z Compiling ref-cast-impl v1.0.25
16272026-04-29T00:53:40.741Z Compiling async-trait v0.1.89
16282026-04-29T00:53:40.782Z Compiling vergen v9.0.6
16292026-04-29T00:53:40.796Z Compiling fs-err v3.3.0
16302026-04-29T00:53:40.963Z Compiling ahash v0.8.12
16312026-04-29T00:53:40.984Z Compiling object v0.37.3
16322026-04-29T00:53:41.168Z Compiling winnow v0.5.40
16332026-04-29T00:53:41.253Z Compiling unicode-segmentation v1.12.0
16342026-04-29T00:53:41.642Z Compiling managed v0.8.0
16352026-04-29T00:53:41.748Z Compiling foldhash v0.2.0
16362026-04-29T00:53:41.865Z Compiling foldhash v0.1.5
16372026-04-29T00:53:41.974Z Compiling bitflags v1.3.2
16382026-04-29T00:53:42.039Z Compiling bumpalo v3.20.2
16392026-04-29T00:53:42.054Z Compiling libbz2-rs-sys v0.2.2
16402026-04-29T00:53:42.124Z Compiling strum v0.27.2
16412026-04-29T00:53:42.269Z Compiling zopfli v0.8.3
16422026-04-29T00:53:42.303Z Compiling hashbrown v0.15.5
16432026-04-29T00:53:42.480Z Compiling bzip2 v0.6.1
16442026-04-29T00:53:42.588Z Compiling toml_edit v0.19.15
16452026-04-29T00:53:42.690Z Compiling hashbrown v0.16.1
16462026-04-29T00:53:42.778Z Compiling clap_builder v4.5.60
16472026-04-29T00:53:42.892Z Compiling dof v0.3.0
16482026-04-29T00:53:42.975Z Compiling elliptic-curve v0.13.8
16492026-04-29T00:53:43.315Z Compiling daft v0.1.5
16502026-04-29T00:53:43.490Z Compiling cargo_metadata v0.19.2
16512026-04-29T00:53:43.625Z Compiling phf v0.13.1
16522026-04-29T00:53:43.793Z Compiling cookie_store v0.22.1
16532026-04-29T00:53:44.476Z Compiling signal-hook-mio v0.2.5
16542026-04-29T00:53:44.577Z Compiling hubpack v0.1.2
16552026-04-29T00:53:44.826Z Compiling zstd v0.13.3
16562026-04-29T00:53:44.899Z Compiling hyper-tls v0.6.0
16572026-04-29T00:53:45.090Z Compiling bzip2 v0.4.4
16582026-04-29T00:53:45.130Z Compiling serde_with_macros v3.17.0
16592026-04-29T00:53:45.246Z Compiling postgres-types v0.2.12
16602026-04-29T00:53:45.300Z Compiling usdt-macro v0.6.0
16612026-04-29T00:53:45.700Z Compiling usdt-attr-macro v0.6.0
16622026-04-29T00:53:45.786Z Compiling dtrace-parser v0.2.0
16632026-04-29T00:53:46.030Z Compiling ed25519 v2.2.3
16642026-04-29T00:53:46.055Z Compiling bstr v1.12.1
16652026-04-29T00:53:46.251Z Compiling phf_shared v0.11.3
16662026-04-29T00:53:46.364Z Compiling pkcs1 v0.7.5
16672026-04-29T00:53:46.440Z Compiling serde-big-array v0.5.1
16682026-04-29T00:53:46.479Z Compiling hex v0.4.3
16692026-04-29T00:53:46.538Z Compiling rfc6979 v0.4.0
16702026-04-29T00:53:46.583Z Compiling enum-as-inner v0.6.1
16712026-04-29T00:53:46.665Z Compiling serde_repr v0.1.20
16722026-04-29T00:53:46.708Z Compiling strum_macros v0.26.4
16732026-04-29T00:53:46.744Z Compiling clap_derive v4.5.55
16742026-04-29T00:53:46.759Z Compiling float-cmp v0.10.0
16752026-04-29T00:53:46.907Z Compiling memmap2 v0.9.10
16762026-04-29T00:53:46.933Z Compiling thread-id v4.2.2
16772026-04-29T00:53:47.025Z Compiling env_filter v1.0.0
16782026-04-29T00:53:47.081Z Compiling encoding_rs v0.8.35
16792026-04-29T00:53:47.119Z Compiling difflib v0.4.0
16802026-04-29T00:53:47.183Z Compiling rustc-hash v2.1.1
16812026-04-29T00:53:47.309Z Compiling static_assertions v1.1.0
16822026-04-29T00:53:47.322Z Compiling either v1.15.0
16832026-04-29T00:53:47.387Z Compiling fixedbitset v0.4.2
16842026-04-29T00:53:47.533Z Compiling fixedbitset v0.5.7
16852026-04-29T00:53:47.607Z Compiling precomputed-hash v0.1.1
16862026-04-29T00:53:47.677Z Compiling whoami v2.1.0
16872026-04-29T00:53:47.701Z Compiling mime v0.3.17
16882026-04-29T00:53:47.844Z Compiling new_debug_unreachable v1.0.6
16892026-04-29T00:53:47.923Z Compiling normalize-line-endings v0.3.0
16902026-04-29T00:53:47.960Z Compiling jiff v0.2.21
16912026-04-29T00:53:48.025Z Compiling data-encoding v2.10.0
16922026-04-29T00:53:48.092Z Compiling predicates-core v1.0.10
16932026-04-29T00:53:48.280Z Compiling keccak v0.1.6
16942026-04-29T00:53:48.451Z Compiling strum v0.26.3
16952026-04-29T00:53:48.496Z Compiling clap v4.5.60
16962026-04-29T00:53:48.584Z Compiling sha3 v0.10.8
16972026-04-29T00:53:48.598Z Compiling hickory-proto v0.25.2
16982026-04-29T00:53:48.629Z Compiling predicates v3.1.4
16992026-04-29T00:53:48.820Z Compiling toml_edit v0.22.27
17002026-04-29T00:53:49.051Z Compiling string_cache v0.8.9
17012026-04-29T00:53:49.097Z Compiling tokio-postgres v0.7.16
17022026-04-29T00:53:49.198Z Compiling petgraph v0.8.3
17032026-04-29T00:53:49.285Z Compiling petgraph v0.6.5
17042026-04-29T00:53:49.288Z Compiling itertools v0.13.0
17052026-04-29T00:53:50.490Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-04-29T00:53:50.731Z Compiling zip v4.6.1
17072026-04-29T00:53:51.068Z Compiling iddqd v0.3.18
17082026-04-29T00:53:51.266Z Compiling env_logger v0.11.9
17092026-04-29T00:53:51.433Z Compiling usdt v0.6.0
17102026-04-29T00:53:51.617Z Compiling usdt-impl v0.5.0
17112026-04-29T00:53:51.673Z Compiling serde_with v3.17.0
17122026-04-29T00:53:51.698Z Compiling ecdsa v0.16.9
17132026-04-29T00:53:52.092Z Compiling rsa v0.9.10
17142026-04-29T00:53:52.134Z Compiling similar v2.7.0
17152026-04-29T00:53:52.224Z Compiling ed25519-dalek v2.2.0
17162026-04-29T00:53:52.232Z Compiling crossterm v0.28.1
17172026-04-29T00:53:52.996Z Compiling zip v0.6.6
17182026-04-29T00:53:53.218Z Compiling toml v0.7.8
17192026-04-29T00:53:53.609Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-29T00:53:53.781Z Compiling heck v0.4.1
17212026-04-29T00:53:53.806Z Compiling crossbeam-epoch v0.9.18
17222026-04-29T00:53:53.823Z Compiling tokio-stream v0.1.18
17232026-04-29T00:53:54.025Z Compiling buf-list v1.1.2
17242026-04-29T00:53:54.137Z Compiling x509-cert v0.2.5
17252026-04-29T00:53:54.247Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-04-29T00:53:54.301Z Compiling openapiv3 v2.2.0
17272026-04-29T00:53:54.304Z Compiling sha1 v0.10.6
17282026-04-29T00:53:54.304Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-29T00:53:54.546Z Compiling peg-runtime v0.8.5
17302026-04-29T00:53:54.561Z Compiling lalrpop-util v0.19.12
17312026-04-29T00:53:54.586Z Compiling thread_local v1.1.9
17322026-04-29T00:53:54.753Z Compiling slog-async v2.8.0
17332026-04-29T00:53:54.837Z Compiling crossbeam-channel v0.5.15
17342026-04-29T00:53:54.853Z Compiling futures-executor v0.3.32
17352026-04-29T00:53:55.091Z Compiling filetime v0.2.27
17362026-04-29T00:53:55.131Z Compiling is-terminal v0.4.17
17372026-04-29T00:53:55.230Z Compiling xattr v1.6.1
17382026-04-29T00:53:55.268Z Compiling term v1.2.1
17392026-04-29T00:53:55.303Z Compiling take_mut v0.2.2
17402026-04-29T00:53:55.410Z Compiling tar v0.4.45
17412026-04-29T00:53:55.423Z Compiling futures v0.3.32
17422026-04-29T00:53:55.741Z Compiling slog-term v2.9.2
17432026-04-29T00:54:02.224Z Compiling rustls-webpki v0.103.9
17442026-04-29T00:54:05.012Z Compiling tokio-rustls v0.26.4
17452026-04-29T00:54:05.012Z Compiling rustls-platform-verifier v0.6.2
17462026-04-29T00:54:05.216Z Compiling hyper-rustls v0.27.7
17472026-04-29T00:54:05.424Z Compiling reqwest v0.13.2
17482026-04-29T00:54:05.424Z Compiling reqwest v0.12.28
17492026-04-29T00:54:07.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-29T00:54:07.751Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-29T00:54:10.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17522026-04-29T00:54:10.705Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-29T00:54:10.761ZApr 29 00:54:09.697 INFO Starting download, target: Clickhouse
17542026-04-29T00:54:10.761ZApr 29 00:54:09.698 INFO Starting download, target: Cockroach
17552026-04-29T00:54:10.761ZApr 29 00:54:09.698 INFO Starting download, target: Console
17562026-04-29T00:54:10.761ZApr 29 00:54:09.698 INFO Starting download, target: DendriteStub
17572026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Starting download, target: MaghemiteMgd
17582026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Starting download, target: TransceiverControl
17592026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-04-29T00:54:10.766ZApr 29 00:54:09.698 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-04-29T00:54:11.221ZApr 29 00:54:10.153 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-29T00:54:11.435ZApr 29 00:54:10.367 INFO Download complete, target: TransceiverControl
17672026-04-29T00:54:11.783ZApr 29 00:54:10.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-29T00:54:12.002ZApr 29 00:54:10.937 INFO Download complete, target: Console
17692026-04-29T00:54:12.290ZApr 29 00:54:11.222 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-29T00:54:12.554ZApr 29 00:54:11.484 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-04-29T00:54:12.929ZApr 29 00:54:11.866 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-04-29T00:54:12.929ZApr 29 00:54:11.866 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-04-29T00:54:13.450ZApr 29 00:54:12.387 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-04-29T00:54:14.619ZApr 29 00:54:13.539 INFO Download complete, target: DendriteStub
17752026-04-29T00:54:14.903ZApr 29 00:54:13.816 INFO Download complete, target: MaghemiteMgd
17762026-04-29T00:54:17.453ZApr 29 00:54:16.389 INFO Checking that binary works, target: Cockroach
17772026-04-29T00:54:17.547ZApr 29 00:54:16.483 INFO Download complete, target: Cockroach
17782026-04-29T00:54:20.111ZApr 29 00:54:19.046 INFO Checking that binary works, target: Clickhouse
17792026-04-29T00:54:20.203ZApr 29 00:54:19.139 INFO Download complete, target: Clickhouse
17802026-04-29T00:54:20.216ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-29T00:54:20.220Z
17822026-04-29T00:54:20.220Zreal 3:01.846910899
17832026-04-29T00:54:20.220Zuser 7:13.366316873
17842026-04-29T00:54:20.220Zsys 1:25.174933770
17852026-04-29T00:54:20.220Ztrap 0.214987914
17862026-04-29T00:54:20.220Ztflt 0.556141674
17872026-04-29T00:54:20.220Zdflt 0.571664218
17882026-04-29T00:54:20.220Zkflt 0.026266592
17892026-04-29T00:54:20.220Zlock 21:00.944534047
17902026-04-29T00:54:20.220Zslp 21:38.372655509
17912026-04-29T00:54:20.220Zlat 42.247506043
17922026-04-29T00:54:20.220Zstop 1:56.069397723
17932026-04-29T00:54:20.220Z+ banner hack-check
17942026-04-29T00:54:20.220Z
17952026-04-29T00:54:20.220Z # # ## #### # # #### # # ###### #### # #
17962026-04-29T00:54:20.220Z # # # # # # # # # # # # # # # # #
17972026-04-29T00:54:20.220Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-29T00:54:20.220Z # # ###### # # # # # # # # # #
17992026-04-29T00:54:20.220Z # # # # # # # # # # # # # # # # #
18002026-04-29T00:54:20.220Z # # # # #### # # #### # # ###### #### # #
18012026-04-29T00:54:20.220Z
18022026-04-29T00:54:20.220Z+ export CARGO_INCREMENTAL=0
18032026-04-29T00:54:20.220Z+ CARGO_INCREMENTAL=0
18042026-04-29T00:54:20.220Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-29T00:54:20.742Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-29T00:54:20.961Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-29T00:54:22.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18082026-04-29T00:54:22.892Z Running `target/debug/xtask check-features --ci`
18092026-04-29T00:54:22.927Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-29T00:54:22.932Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-29T00:54:23.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18122026-04-29T00:54:23.428Z Running `target/debug/xtask download cargo-hack`
18132026-04-29T00:54:24.195Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-29T00:54:24.509Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-29T00:54:26.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18162026-04-29T00:54:27.135Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-29T00:54:27.176ZApr 29 00:54:26.110 INFO Starting download, target: CargoHack
18182026-04-29T00:54:27.179ZApr 29 00:54:26.111 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-29T00:54:27.369ZApr 29 00:54:26.301 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-29T00:54:27.415ZApr 29 00:54:26.350 INFO Download complete, target: CargoHack
18212026-04-29T00:54:27.418Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-04-29T00:54:27.430Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-29T00:54:27.579Zinfo: running `cargo check --bins` on api_identity (1/272)
18242026-04-29T00:54:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-29T00:54:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-29T00:54:28.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-29T00:54:28.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-04-29T00:54:28.154Z
18292026-04-29T00:54:28.154Zinfo: running `cargo check --bins` on bootstore (2/272)
18302026-04-29T00:54:28.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-29T00:54:28.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-29T00:54:28.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-29T00:54:28.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18342026-04-29T00:54:28.729Z
18352026-04-29T00:54:28.729Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18362026-04-29T00:54:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-29T00:54:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-29T00:54:29.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-29T00:54:29.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18402026-04-29T00:54:29.298Z
18412026-04-29T00:54:29.298Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18422026-04-29T00:54:29.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-29T00:54:29.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-29T00:54:29.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-29T00:54:29.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18462026-04-29T00:54:29.870Z
18472026-04-29T00:54:29.870Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18482026-04-29T00:54:30.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-29T00:54:30.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-29T00:54:30.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-29T00:54:30.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-29T00:54:30.447Z
18532026-04-29T00:54:30.447Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18542026-04-29T00:54:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-29T00:54:30.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-29T00:54:30.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-29T00:54:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-04-29T00:54:31.031Z
18592026-04-29T00:54:31.031Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18602026-04-29T00:54:31.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-29T00:54:31.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-29T00:54:31.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-29T00:54:31.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-04-29T00:54:31.621Z
18652026-04-29T00:54:31.621Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18662026-04-29T00:54:32.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-29T00:54:32.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-29T00:54:32.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-29T00:54:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-29T00:54:32.212Z
18712026-04-29T00:54:32.212Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18722026-04-29T00:54:32.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-29T00:54:32.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-29T00:54:32.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-29T00:54:32.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-29T00:54:32.681Z
18772026-04-29T00:54:32.681Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18782026-04-29T00:54:33.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-29T00:54:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-29T00:54:33.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-29T00:54:33.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822026-04-29T00:54:33.140Z
18832026-04-29T00:54:33.141Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18842026-04-29T00:54:33.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-29T00:54:33.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-29T00:54:33.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-29T00:54:33.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-04-29T00:54:33.601Z
18892026-04-29T00:54:33.601Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18902026-04-29T00:54:34.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-29T00:54:34.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-29T00:54:34.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-29T00:54:34.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-29T00:54:34.072Z
18952026-04-29T00:54:34.072Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18962026-04-29T00:54:34.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-29T00:54:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-29T00:54:34.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-29T00:54:34.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-29T00:54:34.532Z
19012026-04-29T00:54:34.532Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19022026-04-29T00:54:34.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-29T00:54:34.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-29T00:54:34.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-29T00:54:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-29T00:54:34.998Z
19072026-04-29T00:54:34.998Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19082026-04-29T00:54:35.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-29T00:54:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-29T00:54:35.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-29T00:54:35.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-29T00:54:35.470Z
19132026-04-29T00:54:35.470Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19142026-04-29T00:54:35.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-29T00:54:35.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-29T00:54:35.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-29T00:54:35.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-04-29T00:54:35.936Z
19192026-04-29T00:54:35.936Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19202026-04-29T00:54:36.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-29T00:54:36.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-29T00:54:36.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-29T00:54:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-04-29T00:54:36.401Z
19252026-04-29T00:54:36.401Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19262026-04-29T00:54:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-29T00:54:36.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-29T00:54:36.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-29T00:54:36.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-29T00:54:36.867Z
19312026-04-29T00:54:36.867Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19322026-04-29T00:54:37.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-29T00:54:37.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-29T00:54:37.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-29T00:54:37.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-29T00:54:37.333Z
19372026-04-29T00:54:37.333Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19382026-04-29T00:54:38.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-29T00:54:38.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-29T00:54:38.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-29T00:54:38.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-29T00:54:38.397Z
19432026-04-29T00:54:38.397Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19442026-04-29T00:54:38.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-29T00:54:38.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-29T00:54:38.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-29T00:54:38.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-04-29T00:54:38.398Z
19492026-04-29T00:54:38.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19502026-04-29T00:54:38.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-29T00:54:38.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-29T00:54:38.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-29T00:54:38.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-04-29T00:54:38.734Z
19552026-04-29T00:54:38.734Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19562026-04-29T00:54:39.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-29T00:54:39.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-29T00:54:39.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-29T00:54:39.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-04-29T00:54:39.206Z
19612026-04-29T00:54:39.206Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19622026-04-29T00:54:39.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-29T00:54:39.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-29T00:54:39.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-29T00:54:39.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-29T00:54:39.679Z
19672026-04-29T00:54:39.679Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19682026-04-29T00:54:40.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-29T00:54:40.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-29T00:54:40.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-29T00:54:40.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-04-29T00:54:40.156Z
19732026-04-29T00:54:40.156Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19742026-04-29T00:54:40.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-29T00:54:40.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-29T00:54:40.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-29T00:54:40.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-04-29T00:54:40.623Z
19792026-04-29T00:54:40.623Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19802026-04-29T00:54:41.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-29T00:54:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-29T00:54:41.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-29T00:54:41.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-29T00:54:41.094Z
19852026-04-29T00:54:41.094Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19862026-04-29T00:54:41.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-29T00:54:41.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-29T00:54:41.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-29T00:54:41.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-04-29T00:54:41.561Z
19912026-04-29T00:54:41.561Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19922026-04-29T00:54:41.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-29T00:54:41.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-29T00:54:41.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-29T00:54:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-29T00:54:42.028Z
19972026-04-29T00:54:42.028Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19982026-04-29T00:54:42.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-29T00:54:42.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-29T00:54:42.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-29T00:54:42.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-04-29T00:54:42.494Z
20032026-04-29T00:54:42.494Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20042026-04-29T00:54:42.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-29T00:54:42.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-29T00:54:42.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-29T00:54:42.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-29T00:54:42.959Z
20092026-04-29T00:54:42.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20102026-04-29T00:54:43.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-29T00:54:43.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-29T00:54:43.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-29T00:54:43.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-29T00:54:43.424Z
20152026-04-29T00:54:43.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20162026-04-29T00:54:43.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-29T00:54:43.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-29T00:54:43.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-29T00:54:43.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-04-29T00:54:43.892Z
20212026-04-29T00:54:43.892Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20222026-04-29T00:54:44.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-29T00:54:44.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-29T00:54:44.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-29T00:54:44.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-29T00:54:44.360Z
20272026-04-29T00:54:44.360Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20282026-04-29T00:54:44.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-29T00:54:44.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-29T00:54:44.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-29T00:54:44.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-04-29T00:54:44.828Z
20332026-04-29T00:54:44.828Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20342026-04-29T00:54:45.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-29T00:54:45.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-29T00:54:45.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-29T00:54:45.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-04-29T00:54:45.302Z
20392026-04-29T00:54:45.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20402026-04-29T00:54:45.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-29T00:54:45.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-29T00:54:45.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-29T00:54:45.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-04-29T00:54:45.763Z
20452026-04-29T00:54:45.764Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20462026-04-29T00:54:46.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-29T00:54:46.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-29T00:54:46.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-29T00:54:46.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-29T00:54:46.233Z
20512026-04-29T00:54:46.233Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20522026-04-29T00:54:46.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-29T00:54:46.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-29T00:54:46.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-29T00:54:46.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-29T00:54:46.703Z
20572026-04-29T00:54:46.703Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20582026-04-29T00:54:47.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-29T00:54:47.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-29T00:54:47.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-29T00:54:47.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-04-29T00:54:47.181Z
20632026-04-29T00:54:47.181Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20642026-04-29T00:54:47.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-29T00:54:47.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-29T00:54:47.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-29T00:54:47.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-04-29T00:54:47.652Z
20692026-04-29T00:54:47.652Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20702026-04-29T00:54:48.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-29T00:54:48.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-29T00:54:48.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-29T00:54:48.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-29T00:54:48.125Z
20752026-04-29T00:54:48.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20762026-04-29T00:54:48.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-29T00:54:48.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-29T00:54:48.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-29T00:54:48.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-04-29T00:54:48.769Z
20812026-04-29T00:54:48.769Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20822026-04-29T00:54:48.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-29T00:54:48.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-29T00:54:48.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-29T00:54:49.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-04-29T00:54:49.057Z
20872026-04-29T00:54:49.057Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20882026-04-29T00:54:49.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-29T00:54:49.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-29T00:54:49.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-29T00:54:49.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-04-29T00:54:49.528Z
20932026-04-29T00:54:49.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20942026-04-29T00:54:49.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-29T00:54:49.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-29T00:54:49.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-29T00:54:49.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-29T00:54:49.995Z
20992026-04-29T00:54:49.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21002026-04-29T00:54:50.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-29T00:54:50.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-29T00:54:50.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-29T00:54:50.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-04-29T00:54:50.471Z
21052026-04-29T00:54:50.471Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21062026-04-29T00:54:50.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-29T00:54:50.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-29T00:54:50.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-29T00:54:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-04-29T00:54:50.948Z
21112026-04-29T00:54:50.948Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21122026-04-29T00:54:51.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-29T00:54:51.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-29T00:54:51.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-29T00:54:51.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-04-29T00:54:51.582Z
21172026-04-29T00:54:51.582Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21182026-04-29T00:54:52.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-29T00:54:52.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-29T00:54:52.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-29T00:54:52.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21222026-04-29T00:54:52.218Z
21232026-04-29T00:54:52.218Zinfo: running `cargo check --bins` on nexus-config (51/272)
21242026-04-29T00:54:52.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-29T00:54:52.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-29T00:54:52.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-29T00:54:52.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-04-29T00:54:52.854Z
21292026-04-29T00:54:52.854Zinfo: running `cargo check --bins` on nexus-types (52/272)
21302026-04-29T00:54:53.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-29T00:54:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-29T00:54:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-29T00:54:53.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21342026-04-29T00:54:53.483Z
21352026-04-29T00:54:53.484Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21362026-04-29T00:54:53.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-29T00:54:53.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-29T00:54:53.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-29T00:54:53.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-04-29T00:54:54.078Z
21412026-04-29T00:54:54.078Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21422026-04-29T00:54:54.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-29T00:54:54.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-29T00:54:54.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-29T00:54:54.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21462026-04-29T00:54:54.655Z
21472026-04-29T00:54:54.655Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21482026-04-29T00:54:55.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-29T00:54:55.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-29T00:54:55.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-29T00:54:55.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-04-29T00:54:55.259Z
21532026-04-29T00:54:55.259Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21542026-04-29T00:54:55.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-29T00:54:55.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-29T00:54:55.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-29T00:54:55.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-04-29T00:54:55.854Z
21592026-04-29T00:54:55.854Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21602026-04-29T00:54:56.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-29T00:54:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-29T00:54:56.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-29T00:54:56.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-04-29T00:54:56.458Z
21652026-04-29T00:54:56.458Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21662026-04-29T00:54:56.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-29T00:54:56.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-29T00:54:56.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-29T00:54:56.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-04-29T00:54:57.056Z
21712026-04-29T00:54:57.056Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21722026-04-29T00:54:57.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-29T00:54:57.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-29T00:54:57.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-29T00:54:57.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-04-29T00:54:57.637Z
21772026-04-29T00:54:57.637Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21782026-04-29T00:54:58.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-29T00:54:58.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-29T00:54:58.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-29T00:54:58.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-04-29T00:54:58.212Z
21832026-04-29T00:54:58.212Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21842026-04-29T00:54:58.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-29T00:54:58.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-29T00:54:58.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-29T00:54:58.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21882026-04-29T00:54:58.789Z
21892026-04-29T00:54:58.789Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21902026-04-29T00:54:59.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-29T00:54:59.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-29T00:54:59.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-29T00:54:59.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21942026-04-29T00:54:59.371Z
21952026-04-29T00:54:59.371Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21962026-04-29T00:54:59.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-29T00:54:59.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-29T00:54:59.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-29T00:54:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-04-29T00:54:59.976Z
22012026-04-29T00:54:59.976Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22022026-04-29T00:55:00.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-29T00:55:00.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-29T00:55:00.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-29T00:55:00.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-04-29T00:55:00.571Z
22072026-04-29T00:55:00.571Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22082026-04-29T00:55:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-29T00:55:01.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-29T00:55:01.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-29T00:55:01.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22122026-04-29T00:55:01.149Z
22132026-04-29T00:55:01.149Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22142026-04-29T00:55:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-29T00:55:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-29T00:55:01.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-29T00:55:01.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-04-29T00:55:01.731Z
22192026-04-29T00:55:01.731Zinfo: running `cargo check --bins` on ereport-types (67/272)
22202026-04-29T00:55:02.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-29T00:55:02.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-29T00:55:02.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-29T00:55:02.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-04-29T00:55:02.324Z
22252026-04-29T00:55:02.324Zinfo: running `cargo check --bins` on gateway-client (68/272)
22262026-04-29T00:55:02.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-29T00:55:02.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-29T00:55:02.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-29T00:55:02.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-04-29T00:55:02.917Z
22312026-04-29T00:55:02.917Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22322026-04-29T00:55:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-29T00:55:03.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-29T00:55:03.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-29T00:55:03.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-04-29T00:55:03.503Z
22372026-04-29T00:55:03.503Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22382026-04-29T00:55:03.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-29T00:55:04.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-29T00:55:04.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-29T00:55:04.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-04-29T00:55:04.096Z
22432026-04-29T00:55:04.096Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22442026-04-29T00:55:04.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-29T00:55:04.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-29T00:55:04.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-29T00:55:04.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-04-29T00:55:04.690Z
22492026-04-29T00:55:04.691Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22502026-04-29T00:55:05.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-29T00:55:05.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-29T00:55:05.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-29T00:55:05.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22542026-04-29T00:55:05.283Z
22552026-04-29T00:55:05.283Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22562026-04-29T00:55:05.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-29T00:55:05.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-29T00:55:05.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-29T00:55:05.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-04-29T00:55:05.896Z
22612026-04-29T00:55:05.896Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22622026-04-29T00:55:06.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-29T00:55:06.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-29T00:55:06.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-29T00:55:06.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662026-04-29T00:55:06.509Z
22672026-04-29T00:55:06.509Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22682026-04-29T00:55:06.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-29T00:55:07.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-29T00:55:07.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-04-29T00:55:07.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22722026-04-29T00:55:07.089Z
22732026-04-29T00:55:07.089Zinfo: running `cargo check --bins` on oxlog (76/272)
22742026-04-29T00:55:07.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-04-29T00:55:07.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-04-29T00:55:07.694Z Checking cfg-if v1.0.4
22772026-04-29T00:55:07.696Z Checking libc v0.2.185
22782026-04-29T00:55:07.696Z Checking serde_core v1.0.228
22792026-04-29T00:55:07.813Z Checking zeroize v1.8.2
22802026-04-29T00:55:07.820Z Checking memchr v2.8.0
22812026-04-29T00:55:07.826Z Checking log v0.4.29
22822026-04-29T00:55:07.834Z Checking smallvec v1.15.1
22832026-04-29T00:55:07.847Z Checking typenum v1.19.0
22842026-04-29T00:55:07.856Z Checking subtle v2.6.1
22852026-04-29T00:55:07.971Z Checking itoa v1.0.17
22862026-04-29T00:55:08.000Z Checking scopeguard v1.2.0
22872026-04-29T00:55:08.015Z Checking stable_deref_trait v1.2.1
22882026-04-29T00:55:08.015Z Checking const-oid v0.9.6
22892026-04-29T00:55:08.091Z Checking portable-atomic v1.13.1
22902026-04-29T00:55:08.100Z Checking lock_api v0.4.14
22912026-04-29T00:55:08.111Z Checking zerofrom v0.1.6
22922026-04-29T00:55:08.200Z Checking critical-section v1.2.0
22932026-04-29T00:55:08.219Z Checking yoke v0.8.1
22942026-04-29T00:55:08.231Z Checking getrandom v0.2.17
22952026-04-29T00:55:08.293Z Checking errno v0.3.14
22962026-04-29T00:55:08.309Z Checking parking_lot_core v0.9.12
22972026-04-29T00:55:08.370Z Checking rand_core v0.6.4
22982026-04-29T00:55:08.383Z Checking generic-array v0.14.7
22992026-04-29T00:55:08.387Z Checking zerovec v0.11.5
23002026-04-29T00:55:08.407Z Checking signal-hook-registry v1.4.8
23012026-04-29T00:55:08.485Z Checking once_cell v1.21.3
23022026-04-29T00:55:08.516Z Checking zerocopy v0.8.40
23032026-04-29T00:55:08.545Z Checking pin-project-lite v0.2.17
23042026-04-29T00:55:08.563Z Checking parking_lot v0.12.5
23052026-04-29T00:55:08.635Z Checking mio v1.2.0
23062026-04-29T00:55:08.655Z Checking socket2 v0.6.3
23072026-04-29T00:55:08.688Z Checking libm v0.2.16
23082026-04-29T00:55:08.743Z Checking zmij v1.0.21
23092026-04-29T00:55:08.812Z Checking tinystr v0.8.2
23102026-04-29T00:55:08.823Z Checking crypto-common v0.1.7
23112026-04-29T00:55:08.890Z Checking block-buffer v0.10.4
23122026-04-29T00:55:08.907Z Checking futures-core v0.3.32
23132026-04-29T00:55:08.939Z Checking equivalent v1.0.2
23142026-04-29T00:55:08.953Z Checking percent-encoding v2.3.2
23152026-04-29T00:55:08.985Z Checking writeable v0.6.2
23162026-04-29T00:55:09.021Z Checking litemap v0.8.1
23172026-04-29T00:55:09.079Z Checking digest v0.10.7
23182026-04-29T00:55:09.090Z Checking potential_utf v0.1.4
23192026-04-29T00:55:09.093Z Checking zerotrie v0.2.3
23202026-04-29T00:55:09.145Z Checking cpufeatures v0.2.17
23212026-04-29T00:55:09.168Z Checking icu_collections v2.1.1
23222026-04-29T00:55:09.192Z Checking icu_locale_core v2.1.1
23232026-04-29T00:55:09.216Z Checking block-padding v0.3.3
23242026-04-29T00:55:09.229Z Checking hmac v0.12.1
23252026-04-29T00:55:09.287Z Checking serde v1.0.228
23262026-04-29T00:55:09.326Z Checking bitflags v2.11.0
23272026-04-29T00:55:09.344Z Checking serde_json v1.0.149
23282026-04-29T00:55:09.356Z Checking icu_normalizer_data v2.1.1
23292026-04-29T00:55:09.370Z Checking num-traits v0.2.19
23302026-04-29T00:55:09.427Z Checking icu_properties_data v2.1.2
23312026-04-29T00:55:09.479Z Checking hashbrown v0.17.0
23322026-04-29T00:55:09.491Z Checking futures-sink v0.3.32
23332026-04-29T00:55:09.554Z Checking rand_core v0.10.0
23342026-04-29T00:55:09.588Z Checking futures-channel v0.3.32
23352026-04-29T00:55:09.685Z Checking bytes v1.11.1
23362026-04-29T00:55:09.697Z Checking getrandom v0.4.1
23372026-04-29T00:55:09.735Z Checking icu_provider v2.1.1
23382026-04-29T00:55:09.779Z Checking inout v0.1.4
23392026-04-29T00:55:09.841Z Checking futures-task v0.3.32
23402026-04-29T00:55:09.882Z Checking slab v0.4.12
23412026-04-29T00:55:09.917Z Checking futures-io v0.3.32
23422026-04-29T00:55:09.946Z Checking indexmap v2.14.0
23432026-04-29T00:55:09.965Z Checking icu_properties v2.1.2
23442026-04-29T00:55:09.978Z Checking icu_normalizer v2.1.1
23452026-04-29T00:55:10.010Z Checking cipher v0.4.4
23462026-04-29T00:55:10.028Z Checking sha2 v0.10.9
23472026-04-29T00:55:10.039Z Checking futures-util v0.3.32
23482026-04-29T00:55:10.143Z Checking tokio v1.52.1
23492026-04-29T00:55:10.218Z Checking getrandom v0.3.4
23502026-04-29T00:55:10.277Z Checking utf8_iter v1.0.4
23512026-04-29T00:55:10.299Z Checking base64ct v1.8.3
23522026-04-29T00:55:10.361Z Checking byteorder v1.5.0
23532026-04-29T00:55:10.400Z Checking form_urlencoded v1.2.2
23542026-04-29T00:55:10.518Z Checking fnv v1.0.7
23552026-04-29T00:55:10.534Z Checking pem-rfc7468 v0.7.0
23562026-04-29T00:55:10.538Z Checking flagset v0.4.7
23572026-04-29T00:55:10.565Z Checking rand_core v0.9.5
23582026-04-29T00:55:10.609Z Checking salsa20 v0.10.2
23592026-04-29T00:55:10.660Z Checking http v1.4.0
23602026-04-29T00:55:10.690Z Checking der v0.7.10
23612026-04-29T00:55:10.740Z Checking uuid v1.23.0
23622026-04-29T00:55:10.744Z Checking pbkdf2 v0.12.2
23632026-04-29T00:55:10.794Z Checking idna_adapter v1.2.1
23642026-04-29T00:55:10.859Z Checking scrypt v0.11.0
23652026-04-29T00:55:10.911Z Checking idna v1.1.0
23662026-04-29T00:55:10.998Z Checking cbc v0.1.2
23672026-04-29T00:55:11.047Z Checking aes v0.8.4
23682026-04-29T00:55:11.125Z Checking rustix v1.1.3
23692026-04-29T00:55:11.155Z Checking url v2.5.8
23702026-04-29T00:55:11.216Z Checking tracing-core v0.1.36
23712026-04-29T00:55:11.284Z Checking ppv-lite86 v0.2.21
23722026-04-29T00:55:11.409Z Checking spki v0.7.3
23732026-04-29T00:55:11.431Z Checking rustls-pki-types v1.14.0
23742026-04-29T00:55:11.525Z Checking regex-syntax v0.8.10
23752026-04-29T00:55:11.568Z Checking rand_chacha v0.9.0
23762026-04-29T00:55:11.572Z Checking iana-time-zone v0.1.65
23772026-04-29T00:55:11.594Z Checking pkcs5 v0.7.1
23782026-04-29T00:55:11.686Z Checking chrono v0.4.44
23792026-04-29T00:55:11.710Z Checking tracing v0.1.44
23802026-04-29T00:55:11.766Z Checking rand v0.9.2
23812026-04-29T00:55:11.842Z Checking http-body v1.0.1
23822026-04-29T00:55:11.912Z Checking aws-lc-sys v0.37.1
23832026-04-29T00:55:11.942Z Checking base64 v0.22.1
23842026-04-29T00:55:11.958Z Checking openssl-probe v0.2.1
23852026-04-29T00:55:11.971Z Checking untrusted v0.7.1
23862026-04-29T00:55:12.059Z Checking untrusted v0.9.0
23872026-04-29T00:55:12.082Z Checking pkcs8 v0.10.2
23882026-04-29T00:55:12.167Z Checking ring v0.17.14
23892026-04-29T00:55:12.182Z Checking tower-service v0.3.3
23902026-04-29T00:55:12.234Z Checking tinyvec_macros v0.1.1
23912026-04-29T00:55:12.259Z Checking try-lock v0.2.5
23922026-04-29T00:55:12.271Z Checking atomic-waker v1.1.2
23932026-04-29T00:55:12.299Z Checking plain v0.2.3
23942026-04-29T00:55:12.356Z Checking tower-layer v0.3.3
23952026-04-29T00:55:12.368Z Checking want v0.3.1
23962026-04-29T00:55:12.402Z Checking tinyvec v1.10.0
23972026-04-29T00:55:12.414Z Checking aws-lc-rs v1.16.0
23982026-04-29T00:55:12.486Z Checking ipnet v2.11.0
23992026-04-29T00:55:12.499Z Checking semver v1.0.28
24002026-04-29T00:55:12.536Z Checking httparse v1.10.1
24012026-04-29T00:55:12.701Z Checking spin v0.9.8
24022026-04-29T00:55:12.714Z Checking fastrand v2.3.0
24032026-04-29T00:55:12.739Z Checking ucd-trie v0.1.7
24042026-04-29T00:55:12.752Z Checking pin-utils v0.1.0
24052026-04-29T00:55:12.815Z Checking foreign-types-shared v0.1.1
24062026-04-29T00:55:12.828Z Checking unicode-ident v1.0.24
24072026-04-29T00:55:12.868Z Checking httpdate v1.0.3
24082026-04-29T00:55:12.879Z Checking dyn-clone v1.0.20
24092026-04-29T00:55:12.892Z Checking tempfile v3.25.0
24102026-04-29T00:55:12.904Z Checking foreign-types v0.3.2
24112026-04-29T00:55:12.931Z Checking proc-macro2 v1.0.106
24122026-04-29T00:55:12.967Z Checking pest v2.8.6
24132026-04-29T00:55:12.978Z Checking schemars v0.8.22
24142026-04-29T00:55:13.007Z Checking openssl-sys v0.9.111
24152026-04-29T00:55:13.080Z Checking thiserror v2.0.18
24162026-04-29T00:55:13.153Z Checking wait-timeout v0.2.1
24172026-04-29T00:55:13.181Z Checking aho-corasick v1.1.4
24182026-04-29T00:55:13.238Z Checking rustls-webpki v0.103.9
24192026-04-29T00:55:13.251Z Checking pretty-hex v0.4.1
24202026-04-29T00:55:13.281Z Checking siphasher v1.0.2
24212026-04-29T00:55:13.325Z Checking tokio-util v0.7.18
24222026-04-29T00:55:13.367Z Checking anstyle v1.0.13
24232026-04-29T00:55:13.430Z Checking utf8parse v0.2.2
24242026-04-29T00:55:13.485Z Checking simd-adler32 v0.3.8
24252026-04-29T00:55:13.529Z Checking bit-vec v0.8.0
24262026-04-29T00:55:13.546Z Checking quick-error v1.2.3
24272026-04-29T00:55:13.662Z Checking powerfmt v0.2.0
24282026-04-29T00:55:13.669Z Checking rusty-fork v0.3.1
24292026-04-29T00:55:13.669Z Checking rustls v0.23.37
24302026-04-29T00:55:13.672Z Checking anstyle-parse v0.2.7
24312026-04-29T00:55:13.723Z Checking bit-set v0.8.0
24322026-04-29T00:55:13.771Z Checking deranged v0.5.8
24332026-04-29T00:55:13.807Z Checking openssl v0.10.75
24342026-04-29T00:55:13.822Z Checking quote v1.0.45
24352026-04-29T00:55:13.854Z Checking regex-automata v0.4.14
24362026-04-29T00:55:13.868Z Compiling newtype-uuid v1.3.2
24372026-04-29T00:55:13.923Z Checking h2 v0.4.13
24382026-04-29T00:55:13.986Z Checking unicode-normalization v0.1.25
24392026-04-29T00:55:14.010Z Checking rustls-native-certs v0.8.3
24402026-04-29T00:55:14.047Z Checking crossbeam-utils v0.8.21
24412026-04-29T00:55:14.141Z Checking rand_xorshift v0.4.0
24422026-04-29T00:55:14.260Z Checking crc32fast v1.5.0
24432026-04-29T00:55:14.372Z Checking scroll v0.13.0
24442026-04-29T00:55:14.385Z Checking signature v2.2.0
24452026-04-29T00:55:14.398Z Checking sync_wrapper v1.0.2
24462026-04-29T00:55:14.500Z Checking num_threads v0.1.7
24472026-04-29T00:55:14.512Z Checking colorchoice v1.0.4
24482026-04-29T00:55:14.586Z Checking num-conv v0.2.0
24492026-04-29T00:55:14.598Z Checking unicode-bidi v0.3.18
24502026-04-29T00:55:14.609Z Checking allocator-api2 v0.2.21
24512026-04-29T00:55:14.683Z Checking unarray v0.1.4
24522026-04-29T00:55:14.699Z Checking adler2 v2.0.1
24532026-04-29T00:55:14.787Z Checking anstyle-query v1.1.5
24542026-04-29T00:55:14.806Z Checking is_terminal_polyfill v1.70.2
24552026-04-29T00:55:14.877Z Checking unicode-properties v0.1.4
24562026-04-29T00:55:14.888Z Checking time-core v0.1.8
24572026-04-29T00:55:14.899Z Checking miniz_oxide v0.8.9
24582026-04-29T00:55:14.910Z Checking anstream v0.6.21
24592026-04-29T00:55:15.026Z Checking time v0.3.47
24602026-04-29T00:55:15.062Z Checking stringprep v0.1.5
24612026-04-29T00:55:15.107Z Checking proptest v1.10.0
24622026-04-29T00:55:15.215Z Checking goblin v0.10.5
24632026-04-29T00:55:15.248Z Checking tower v0.5.3
24642026-04-29T00:55:15.642Z Checking crossbeam-epoch v0.9.18
24652026-04-29T00:55:15.690Z Compiling daft v0.1.5
24662026-04-29T00:55:15.774Z Checking native-tls v0.2.18
24672026-04-29T00:55:15.862Z Checking syn v2.0.117
24682026-04-29T00:55:15.953Z Checking ipnetwork v0.21.1
24692026-04-29T00:55:15.967Z Checking http-body-util v0.1.3
24702026-04-29T00:55:16.000Z Checking tokio-rustls v0.26.4
24712026-04-29T00:55:16.167Z Checking webpki-roots v1.0.6
24722026-04-29T00:55:16.171Z Checking rand_chacha v0.3.1
24732026-04-29T00:55:16.190Z Checking thiserror v1.0.69
24742026-04-29T00:55:16.222Z Checking scroll v0.12.0
24752026-04-29T00:55:16.282Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-29T00:55:16.286Z Checking hash32 v0.2.1
24772026-04-29T00:55:16.380Z Checking num-integer v0.1.46
24782026-04-29T00:55:16.395Z Checking serde_spanned v0.6.9
24792026-04-29T00:55:16.447Z Checking toml_datetime v0.6.11
24802026-04-29T00:55:16.447Z Checking md-5 v0.10.6
24812026-04-29T00:55:16.522Z Checking ff v0.13.1
24822026-04-29T00:55:16.582Z Checking iri-string v0.7.10
24832026-04-29T00:55:16.600Z Checking ryu v1.0.23
24842026-04-29T00:55:16.613Z Checking hyper v1.8.1
24852026-04-29T00:55:16.634Z Checking base16ct v0.2.0
24862026-04-29T00:55:16.647Z Checking fallible-iterator v0.2.0
24872026-04-29T00:55:16.733Z Checking zlib-rs v0.6.2
24882026-04-29T00:55:16.758Z Checking psl-types v2.0.11
24892026-04-29T00:55:16.876Z Checking publicsuffix v2.3.0
24902026-04-29T00:55:16.911Z Checking postgres-protocol v0.6.10
24912026-04-29T00:55:17.032Z Checking sec1 v0.7.3
24922026-04-29T00:55:17.032Z Checking serde_urlencoded v0.7.1
24932026-04-29T00:55:17.216Z Checking group v0.13.0
24942026-04-29T00:55:17.230Z Compiling iddqd v0.3.18
24952026-04-29T00:55:17.242Z Checking num-iter v0.1.45
24962026-04-29T00:55:17.351Z Checking goblin v0.8.2
24972026-04-29T00:55:17.363Z Checking heapless v0.7.17
24982026-04-29T00:55:17.491Z Checking hyper-util v0.1.20
24992026-04-29T00:55:17.512Z Checking dof v0.4.0
25002026-04-29T00:55:17.577Z Checking tower-http v0.6.8
25012026-04-29T00:55:17.589Z Checking flate2 v1.1.9
25022026-04-29T00:55:17.763Z Checking zstd-safe v7.2.4
25032026-04-29T00:55:17.851Z Checking rand v0.8.5
25042026-04-29T00:55:17.876Z Checking cookie v0.18.1
25052026-04-29T00:55:17.924Z Checking oxnet v0.1.4
25062026-04-29T00:55:18.109Z Checking tokio-native-tls v0.3.1
25072026-04-29T00:55:18.122Z Checking dtrace-parser v0.3.0
25082026-04-29T00:55:18.133Z Checking phf_shared v0.13.1
25092026-04-29T00:55:18.161Z Checking lazy_static v1.5.0
25102026-04-29T00:55:18.250Z Checking zerocopy v0.7.35
25112026-04-29T00:55:18.265Z Checking terminal_size v0.4.3
25122026-04-29T00:55:18.325Z Checking bzip2-sys v0.1.13+1.0.8
25132026-04-29T00:55:18.350Z Checking signal-hook v0.3.18
25142026-04-29T00:55:18.361Z Checking hkdf v0.12.4
25152026-04-29T00:55:18.364Z Checking crypto-bigint v0.5.5
25162026-04-29T00:55:18.386Z Checking thread-id v5.1.0
25172026-04-29T00:55:18.407Z Checking libbz2-rs-sys v0.2.2
25182026-04-29T00:55:18.470Z Compiling rayon-core v1.13.0
25192026-04-29T00:55:18.490Z Checking clap_lex v1.0.0
25202026-04-29T00:55:18.530Z Checking managed v0.8.0
25212026-04-29T00:55:18.639Z Checking strsim v0.11.1
25222026-04-29T00:55:18.653Z Checking winnow v0.7.14
25232026-04-29T00:55:18.719Z Checking foldhash v0.2.0
25242026-04-29T00:55:18.729Z Checking foldhash v0.1.5
25252026-04-29T00:55:18.741Z Checking hyper-rustls v0.27.7
25262026-04-29T00:55:18.794Z Checking winnow v0.5.40
25272026-04-29T00:55:18.806Z Checking either v1.15.0
25282026-04-29T00:55:18.855Z Checking bumpalo v3.20.2
25292026-04-29T00:55:18.869Z Checking bitflags v1.3.2
25302026-04-29T00:55:18.939Z Checking smoltcp v0.9.1
25312026-04-29T00:55:18.951Z Checking hashbrown v0.16.1
25322026-04-29T00:55:18.988Z Checking hashbrown v0.15.5
25332026-04-29T00:55:19.052Z Checking zopfli v0.8.3
25342026-04-29T00:55:19.242Z Checking dof v0.3.0
25352026-04-29T00:55:19.257Z Checking elliptic-curve v0.13.8
25362026-04-29T00:55:19.375Z Checking clap_builder v4.5.60
25372026-04-29T00:55:19.436Z Checking bzip2 v0.6.1
25382026-04-29T00:55:19.439Z Checking hyper-tls v0.6.0
25392026-04-29T00:55:19.514Z Checking signal-hook-mio v0.2.5
25402026-04-29T00:55:19.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25412026-04-29T00:55:19.558Z Checking usdt-impl v0.6.0
25422026-04-29T00:55:19.595Z Checking bzip2 v0.4.4
25432026-04-29T00:55:19.613Z Checking num-bigint-dig v0.8.6
25442026-04-29T00:55:19.627Z Checking phf v0.13.1
25452026-04-29T00:55:19.755Z Checking cookie_store v0.22.1
25462026-04-29T00:55:19.771Z Checking zstd v0.13.3
25472026-04-29T00:55:19.803Z Checking postgres-types v0.2.12
25482026-04-29T00:55:19.831Z Checking dtrace-parser v0.2.0
25492026-04-29T00:55:19.929Z Checking toml_edit v0.19.15
25502026-04-29T00:55:19.966Z Checking rustls-platform-verifier v0.6.2
25512026-04-29T00:55:19.979Z Checking crossbeam-deque v0.8.6
25522026-04-29T00:55:20.071Z Checking regex v1.12.3
25532026-04-29T00:55:20.084Z Checking bstr v1.12.1
25542026-04-29T00:55:20.104Z Checking ed25519 v2.2.3
25552026-04-29T00:55:20.127Z Checking phf_shared v0.11.3
25562026-04-29T00:55:20.152Z Checking curve25519-dalek v4.1.3
25572026-04-29T00:55:20.270Z Checking ref-cast v1.0.25
25582026-04-29T00:55:20.287Z Checking strum v0.27.2
25592026-04-29T00:55:20.348Z Checking hubpack v0.1.2
25602026-04-29T00:55:20.368Z Checking memoffset v0.9.1
25612026-04-29T00:55:20.397Z Checking rustix v0.38.44
25622026-04-29T00:55:20.446Z Checking pkcs1 v0.7.5
25632026-04-29T00:55:20.459Z Checking float-cmp v0.10.0
25642026-04-29T00:55:20.473Z Checking erased-serde v0.3.31
25652026-04-29T00:55:20.511Z Checking hex v0.4.3
25662026-04-29T00:55:20.580Z Checking serde-big-array v0.5.1
25672026-04-29T00:55:20.620Z Checking rfc6979 v0.4.0
25682026-04-29T00:55:20.650Z Checking memmap2 v0.9.10
25692026-04-29T00:55:20.710Z Checking thread-id v4.2.2
25702026-04-29T00:55:20.734Z Checking env_filter v1.0.0
25712026-04-29T00:55:20.738Z Checking encoding_rs v0.8.35
25722026-04-29T00:55:20.787Z Checking data-encoding v2.10.0
25732026-04-29T00:55:20.809Z Checking difflib v0.4.0
25742026-04-29T00:55:20.846Z Checking mime v0.3.17
25752026-04-29T00:55:20.876Z Checking unicode-segmentation v1.12.0
25762026-04-29T00:55:20.911Z Checking whoami v2.1.0
25772026-04-29T00:55:20.957Z Checking rustc-hash v2.1.1
25782026-04-29T00:55:20.985Z Checking normalize-line-endings v0.3.0
25792026-04-29T00:55:21.013Z Checking precomputed-hash v0.1.1
25802026-04-29T00:55:21.052Z Checking predicates-core v1.0.10
25812026-04-29T00:55:21.066Z Checking static_assertions v1.1.0
25822026-04-29T00:55:21.077Z Checking fixedbitset v0.5.7
25832026-04-29T00:55:21.097Z Checking keccak v0.1.6
25842026-04-29T00:55:21.104Z Checking new_debug_unreachable v1.0.6
25852026-04-29T00:55:21.136Z Checking toml_write v0.1.2
25862026-04-29T00:55:21.169Z Checking fixedbitset v0.4.2
25872026-04-29T00:55:21.179Z Checking jiff v0.2.21
25882026-04-29T00:55:21.194Z Checking similar v2.7.0
25892026-04-29T00:55:21.204Z Checking crossterm v0.28.1
25902026-04-29T00:55:21.257Z Checking sha3 v0.10.8
25912026-04-29T00:55:21.272Z Checking petgraph v0.8.3
25922026-04-29T00:55:21.294Z Checking toml_edit v0.22.27
25932026-04-29T00:55:21.316Z Checking petgraph v0.6.5
25942026-04-29T00:55:21.457Z Checking predicates v3.1.4
25952026-04-29T00:55:21.573Z Checking string_cache v0.8.9
25962026-04-29T00:55:21.681Z Checking reqwest v0.12.28
25972026-04-29T00:55:21.738Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25982026-04-29T00:55:21.751Z Checking tokio-postgres v0.7.16
25992026-04-29T00:55:22.359Z Checking hickory-proto v0.25.2
26002026-04-29T00:55:22.503Z Checking toml v0.7.8
26012026-04-29T00:55:22.558Z Checking ed25519-dalek v2.2.0
26022026-04-29T00:55:22.737Z Checking env_logger v0.11.9
26032026-04-29T00:55:22.782Z Checking slog v2.8.2
26042026-04-29T00:55:22.802Z Checking usdt v0.6.0
26052026-04-29T00:55:22.817Z Checking usdt-impl v0.5.0
26062026-04-29T00:55:22.923Z Checking ecdsa v0.16.9
26072026-04-29T00:55:22.967Z Checking serde_with v3.17.0
26082026-04-29T00:55:22.979Z Checking rsa v0.9.10
26092026-04-29T00:55:23.042Z Checking clap v4.5.60
26102026-04-29T00:55:23.095Z Checking nix v0.31.2
26112026-04-29T00:55:23.257Z Checking reqwest v0.13.2
26122026-04-29T00:55:23.362Z Checking zip v4.6.1
26132026-04-29T00:55:23.439Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-04-29T00:55:23.443Z Checking zip v0.6.6
26152026-04-29T00:55:23.769Z Checking itertools v0.13.0
26162026-04-29T00:55:23.784Z Checking strum v0.26.3
26172026-04-29T00:55:23.895Z Checking tokio-stream v0.1.18
26182026-04-29T00:55:23.924Z Checking fs-err v3.3.0
26192026-04-29T00:55:23.962Z Checking ahash v0.8.12
26202026-04-29T00:55:24.076Z Checking object v0.37.3
26212026-04-29T00:55:24.089Z Checking buf-list v1.1.2
26222026-04-29T00:55:24.218Z Checking anyhow v1.0.102
26232026-04-29T00:55:24.225Z Checking camino v1.2.2
26242026-04-29T00:55:24.269Z Checking x509-cert v0.2.5
26252026-04-29T00:55:24.281Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26262026-04-29T00:55:24.359Z Checking openapiv3 v2.2.0
26272026-04-29T00:55:24.371Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-04-29T00:55:24.464Z Checking sha1 v0.10.6
26292026-04-29T00:55:24.538Z Checking lalrpop-util v0.19.12
26302026-04-29T00:55:24.563Z Checking peg-runtime v0.8.5
26312026-04-29T00:55:24.627Z Checking rayon v1.11.0
26322026-04-29T00:55:24.696Z Checking sigpipe v0.1.3
26332026-04-29T00:55:24.708Z Checking glob v0.3.3
26342026-04-29T00:55:26.251Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-04-29T00:55:26.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
26362026-04-29T00:55:26.695Z
26372026-04-29T00:55:26.695Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26382026-04-29T00:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-29T00:55:27.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-29T00:55:27.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-29T00:55:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-04-29T00:55:27.291Z
26432026-04-29T00:55:27.291Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26442026-04-29T00:55:27.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-29T00:55:27.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-29T00:55:27.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-29T00:55:27.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-04-29T00:55:27.887Z
26492026-04-29T00:55:27.887Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26502026-04-29T00:55:28.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-29T00:55:28.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-29T00:55:28.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-29T00:55:28.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-04-29T00:55:28.502Z
26552026-04-29T00:55:28.503Zinfo: running `cargo check --bins` on oxql-types (80/272)
26562026-04-29T00:55:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-29T00:55:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-29T00:55:29.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-29T00:55:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-04-29T00:55:29.098Z
26612026-04-29T00:55:29.098Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26622026-04-29T00:55:29.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-29T00:55:29.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-29T00:55:29.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-29T00:55:29.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26662026-04-29T00:55:29.687Z
26672026-04-29T00:55:29.687Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26682026-04-29T00:55:30.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-29T00:55:30.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-29T00:55:30.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-29T00:55:30.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26722026-04-29T00:55:30.279Z
26732026-04-29T00:55:30.279Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26742026-04-29T00:55:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-29T00:55:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-29T00:55:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-04-29T00:55:30.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26782026-04-29T00:55:30.852Z
26792026-04-29T00:55:30.852Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26802026-04-29T00:55:31.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-04-29T00:55:31.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-04-29T00:55:31.528Z Compiling structmeta-derive v0.3.0
26832026-04-29T00:55:31.643Z Compiling rustls v0.22.4
26842026-04-29T00:55:31.654Z Compiling multer v3.1.0
26852026-04-29T00:55:31.664Z Compiling async-stream-impl v0.3.6
26862026-04-29T00:55:31.667Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-04-29T00:55:31.685Z Compiling dropshot v0.17.0
26882026-04-29T00:55:31.701Z Compiling dropshot_endpoint v0.17.0
26892026-04-29T00:55:31.702Z Compiling newtype-uuid-macros v0.1.0
26902026-04-29T00:55:31.820Z Checking newtype-uuid v1.3.2
26912026-04-29T00:55:31.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-04-29T00:55:31.938Z Checking rustls-webpki v0.102.8
26932026-04-29T00:55:32.019Z Checking daft v0.1.5
26942026-04-29T00:55:32.099Z Checking futures-executor v0.3.32
26952026-04-29T00:55:32.239Z Checking thread_local v1.1.9
26962026-04-29T00:55:32.258Z Compiling match_cfg v0.1.0
26972026-04-29T00:55:32.299Z Checking compression-core v0.4.31
26982026-04-29T00:55:32.399Z Checking hostname v0.3.1
26992026-04-29T00:55:32.413Z Checking iddqd v0.3.18
27002026-04-29T00:55:32.427Z Checking compression-codecs v0.4.37
27012026-04-29T00:55:32.599Z Checking futures v0.3.32
27022026-04-29T00:55:32.675Z Checking crossbeam-channel v0.5.15
27032026-04-29T00:55:32.687Z Compiling structmeta v0.3.0
27042026-04-29T00:55:32.691Z Checking slog-json v2.6.1
27052026-04-29T00:55:32.967Z Compiling derive-ex v0.1.8
27062026-04-29T00:55:32.982Z Compiling parse-display-derive v0.10.0
27072026-04-29T00:55:33.018Z Checking is-terminal v0.4.17
27082026-04-29T00:55:33.060Z Checking serde_spanned v1.0.4
27092026-04-29T00:55:33.105Z Compiling toml_datetime v1.0.0+spec-1.1.0
27102026-04-29T00:55:33.404Z Checking take_mut v0.2.2
27112026-04-29T00:55:33.414Z Checking debug-ignore v1.0.5
27122026-04-29T00:55:33.421Z Compiling toml_writer v1.0.6+spec-1.1.0
27132026-04-29T00:55:33.489Z Checking term v1.2.1
27142026-04-29T00:55:33.501Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-04-29T00:55:33.573Z Checking slog-async v2.8.0
27162026-04-29T00:55:33.608Z Checking toml v1.0.6+spec-1.1.0
27172026-04-29T00:55:33.709Z Checking slog-term v2.9.2
27182026-04-29T00:55:33.746Z Compiling slog-bunyan v2.5.0
27192026-04-29T00:55:33.924Z Checking tokio-rustls v0.25.0
27202026-04-29T00:55:33.962Z Compiling async-compression v0.4.41
27212026-04-29T00:55:34.128Z Compiling async-stream v0.3.6
27222026-04-29T00:55:34.239Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-04-29T00:55:34.302Z Checking progenitor-client v0.14.0
27242026-04-29T00:55:34.311Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-04-29T00:55:34.534Z Checking backon v1.6.0
27262026-04-29T00:55:34.564Z Compiling test-strategy v0.4.5
27272026-04-29T00:55:34.573Z Checking waitgroup v0.1.2
27282026-04-29T00:55:34.670Z Checking rustls-pemfile v2.2.0
27292026-04-29T00:55:34.904Z Checking serde_path_to_error v0.1.20
27302026-04-29T00:55:34.937Z Compiling hostname v0.4.2
27312026-04-29T00:55:34.963Z Checking instant v0.1.13
27322026-04-29T00:55:35.058Z Compiling prettyplease v0.2.37
27332026-04-29T00:55:35.083Z Compiling backoff v0.4.0
27342026-04-29T00:55:35.271Z Compiling progenitor-extras v0.2.0
27352026-04-29T00:55:35.303Z Checking parse-display v0.10.0
27362026-04-29T00:55:35.420Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-04-29T00:55:35.511Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-04-29T00:55:35.662Z Checking progenitor-client v0.10.0
27392026-04-29T00:55:35.677Z Checking itertools v0.14.0
27402026-04-29T00:55:35.858Z Checking regress v0.10.5
27412026-04-29T00:55:35.890Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-04-29T00:55:35.913Z Checking num-rational v0.4.2
27432026-04-29T00:55:36.107Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-04-29T00:55:36.707Z Checking num-complex v0.4.6
27452026-04-29T00:55:37.078Z Compiling macaddr v1.0.1
27462026-04-29T00:55:37.245Z Checking num v0.4.3
27472026-04-29T00:55:37.295Z Compiling usdt-attr-macro v0.5.0
27482026-04-29T00:55:37.314Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27492026-04-29T00:55:37.327Z Compiling usdt-macro v0.5.0
27502026-04-29T00:55:37.485Z Checking memmap v0.7.0
27512026-04-29T00:55:37.506Z Checking float-ord v0.3.2
27522026-04-29T00:55:37.618Z Compiling toml v0.8.23
27532026-04-29T00:55:37.699Z Checking linked-hash-map v0.5.6
27542026-04-29T00:55:37.872Z Compiling minimal-lexical v0.2.1
27552026-04-29T00:55:38.068Z Checking usdt v0.5.0
27562026-04-29T00:55:38.128Z Compiling nom v7.1.3
27572026-04-29T00:55:38.234Z Checking lru-cache v0.1.2
27582026-04-29T00:55:38.678Z Checking hickory-proto v0.24.4
27592026-04-29T00:55:38.753Z Checking phf_shared v0.12.1
27602026-04-29T00:55:38.766Z Compiling slog-dtrace v0.3.0
27612026-04-29T00:55:38.897Z Checking resolv-conf v0.7.6
27622026-04-29T00:55:38.959Z Checking heck v0.5.0
27632026-04-29T00:55:39.084Z Compiling convert_case v0.4.0
27642026-04-29T00:55:39.087Z Compiling chrono-tz v0.10.4
27652026-04-29T00:55:39.306Z Compiling const_format_proc_macros v0.2.34
27662026-04-29T00:55:39.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-04-29T00:55:39.468Z Compiling derive_more v0.99.20
27682026-04-29T00:55:39.632Z Checking phf v0.12.1
27692026-04-29T00:55:39.780Z Checking tokio-dtrace v0.1.1
27702026-04-29T00:55:39.952Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-04-29T00:55:39.983Z Compiling derive-where v1.6.0
27722026-04-29T00:55:40.368Z Checking highway v1.3.0
27732026-04-29T00:55:40.509Z Checking hickory-resolver v0.24.4
27742026-04-29T00:55:40.602Z Checking const_format v0.2.35
27752026-04-29T00:55:40.662Z Checking oxide-tokio-rt v0.1.4
27762026-04-29T00:55:41.085Z Checking gethostname v0.5.0
27772026-04-29T00:55:41.100Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-04-29T00:55:41.177Z Checking bcs v0.1.6
27792026-04-29T00:55:41.238Z Compiling async-recursion v1.1.1
27802026-04-29T00:55:41.304Z Checking qorb v0.4.1
27812026-04-29T00:55:41.411Z Checking termtree v0.5.1
27822026-04-29T00:55:41.994Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-04-29T00:55:42.518Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-04-29T00:55:42.716Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-04-29T00:55:42.719Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-04-29T00:55:44.727Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-04-29T00:55:47.451Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-04-29T00:55:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.64s
27892026-04-29T00:55:49.683Z
27902026-04-29T00:55:49.683Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27912026-04-29T00:55:50.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-29T00:55:50.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-29T00:55:50.362Z Compiling ar_archive_writer v0.5.1
27942026-04-29T00:55:50.472Z Compiling stacker v0.1.23
27952026-04-29T00:55:50.475Z Compiling cfg_aliases v0.1.1
27962026-04-29T00:55:50.489Z Compiling convert_case v0.10.0
27972026-04-29T00:55:50.493Z Checking unicode-width v0.1.14
27982026-04-29T00:55:50.504Z Compiling proc-macro-error v1.0.4
27992026-04-29T00:55:50.515Z Checking fd-lock v4.0.4
28002026-04-29T00:55:50.519Z Checking nibble_vec v0.1.0
28012026-04-29T00:55:50.543Z Compiling nix v0.28.0
28022026-04-29T00:55:50.626Z Checking vte v0.14.1
28032026-04-29T00:55:50.641Z Compiling recursive-proc-macro-impl v0.1.1
28042026-04-29T00:55:50.729Z Checking bytecount v0.6.9
28052026-04-29T00:55:50.742Z Checking endian-type v0.1.2
28062026-04-29T00:55:50.791Z Checking strip-ansi-escapes v0.2.1
28072026-04-29T00:55:50.791Z Compiling derive_more-impl v2.1.1
28082026-04-29T00:55:50.815Z Compiling tabled_derive v0.7.0
28092026-04-29T00:55:50.831Z Checking papergrid v0.11.0
28102026-04-29T00:55:50.909Z Checking radix_trie v0.2.1
28112026-04-29T00:55:50.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-04-29T00:55:51.035Z Compiling peg-macros v0.8.5
28132026-04-29T00:55:51.113Z Checking winnow v0.6.26
28142026-04-29T00:55:51.306Z Compiling psm v0.1.30
28152026-04-29T00:55:51.374Z Compiling sqlparser_derive v0.5.0
28162026-04-29T00:55:51.432Z Checking unicode-width v0.2.0
28172026-04-29T00:55:51.583Z Checking derive_more v2.1.1
28182026-04-29T00:55:51.662Z Checking nu-ansi-term v0.50.3
28192026-04-29T00:55:51.676Z Checking unicode_categories v0.1.1
28202026-04-29T00:55:51.769Z Checking home v0.5.12
28212026-04-29T00:55:51.809Z Checking tabled v0.15.0
28222026-04-29T00:55:51.827Z Checking crossterm v0.29.0
28232026-04-29T00:55:51.864Z Checking reedline v0.40.0
28242026-04-29T00:55:51.877Z Checking rustyline v14.0.0
28252026-04-29T00:55:52.064Z Checking recursive v0.1.1
28262026-04-29T00:55:52.144Z Checking display-error-chain v0.2.2
28272026-04-29T00:55:52.158Z Checking sqlparser v0.61.0
28282026-04-29T00:55:52.243Z Checking sqlformat v0.3.5
28292026-04-29T00:55:52.375Z Checking peg v0.8.5
28302026-04-29T00:56:03.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28312026-04-29T00:56:03.530Z
28322026-04-29T00:56:03.530Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28332026-04-29T00:56:04.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-29T00:56:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-29T00:56:04.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-29T00:56:07.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28372026-04-29T00:56:07.750Z
28382026-04-29T00:56:07.750Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28392026-04-29T00:56:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-29T00:56:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-29T00:56:08.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-29T00:56:10.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
28432026-04-29T00:56:10.959Z
28442026-04-29T00:56:10.960Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28452026-04-29T00:56:11.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-29T00:56:11.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-29T00:56:11.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-29T00:56:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
28492026-04-29T00:56:14.934Z
28502026-04-29T00:56:14.934Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28512026-04-29T00:56:15.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-29T00:56:15.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-29T00:56:15.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-29T00:56:18.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28552026-04-29T00:56:19.003Z
28562026-04-29T00:56:19.003Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28572026-04-29T00:56:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-29T00:56:19.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-29T00:56:19.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-04-29T00:56:22.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28612026-04-29T00:56:22.380Z
28622026-04-29T00:56:22.381Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28632026-04-29T00:56:22.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-29T00:56:22.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-29T00:56:23.042Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-04-29T00:56:25.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28672026-04-29T00:56:25.789Z
28682026-04-29T00:56:25.789Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28692026-04-29T00:56:26.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-29T00:56:26.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-29T00:56:26.460Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-04-29T00:56:29.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28732026-04-29T00:56:29.948Z
28742026-04-29T00:56:29.948Zinfo: running `cargo check --bins` on oximeter (93/272)
28752026-04-29T00:56:30.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-29T00:56:30.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-29T00:56:30.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-29T00:56:30.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28792026-04-29T00:56:30.531Z
28802026-04-29T00:56:30.531Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28812026-04-29T00:56:31.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-29T00:56:31.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-29T00:56:31.159Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-04-29T00:56:31.318Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-04-29T00:56:31.333Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-04-29T00:56:31.653Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-04-29T00:56:34.660Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-04-29T00:56:35.818Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-04-29T00:56:35.978Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-04-29T00:56:36.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28912026-04-29T00:56:36.823Z
28922026-04-29T00:56:36.823Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28932026-04-29T00:56:37.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-29T00:56:37.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-29T00:56:37.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-29T00:56:37.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-04-29T00:56:37.416Z
28982026-04-29T00:56:37.416Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28992026-04-29T00:56:37.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-29T00:56:37.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-29T00:56:37.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-29T00:56:37.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29032026-04-29T00:56:38.056Z
29042026-04-29T00:56:38.056Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29052026-04-29T00:56:38.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-29T00:56:38.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-29T00:56:38.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-29T00:56:38.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-04-29T00:56:38.650Z
29102026-04-29T00:56:38.650Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29112026-04-29T00:56:39.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-29T00:56:39.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-29T00:56:39.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-29T00:56:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-04-29T00:56:39.244Z
29162026-04-29T00:56:39.245Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29172026-04-29T00:56:39.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-29T00:56:39.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-29T00:56:39.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-29T00:56:39.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-04-29T00:56:39.841Z
29222026-04-29T00:56:39.841Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29232026-04-29T00:56:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-29T00:56:40.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-29T00:56:40.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-29T00:56:40.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-04-29T00:56:40.440Z
29282026-04-29T00:56:40.440Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29292026-04-29T00:56:40.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-29T00:56:40.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-29T00:56:40.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-29T00:56:40.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29332026-04-29T00:56:41.022Z
29342026-04-29T00:56:41.022Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29352026-04-29T00:56:41.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-29T00:56:41.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-29T00:56:41.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-04-29T00:56:41.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-04-29T00:56:41.620Z
29402026-04-29T00:56:41.620Zinfo: running `cargo check --bins` on update-engine (103/272)
29412026-04-29T00:56:42.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-04-29T00:56:42.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-04-29T00:56:42.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-04-29T00:56:42.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29452026-04-29T00:56:42.195Z
29462026-04-29T00:56:42.195Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29472026-04-29T00:56:42.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-04-29T00:56:42.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-04-29T00:56:42.905Z Compiling crucible-workspace-hack v0.1.0
29502026-04-29T00:56:43.022Z Checking secrecy v0.10.3
29512026-04-29T00:56:43.031Z Compiling heapless v0.8.0
29522026-04-29T00:56:43.039Z Compiling ingot-macros v0.1.1
29532026-04-29T00:56:43.047Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-04-29T00:56:43.051Z Checking hash32 v0.3.1
29552026-04-29T00:56:43.069Z Compiling smoltcp v0.11.0
29562026-04-29T00:56:43.073Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-04-29T00:56:43.127Z Checking cobs v0.3.0
29582026-04-29T00:56:43.175Z Compiling thiserror-impl-no-std v2.0.2
29592026-04-29T00:56:43.265Z Checking universal-hash v0.5.1
29602026-04-29T00:56:43.278Z Checking half v2.7.1
29612026-04-29T00:56:43.316Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-04-29T00:56:43.387Z Checking ciborium-io v0.2.2
29632026-04-29T00:56:43.419Z Checking opaque-debug v0.3.1
29642026-04-29T00:56:43.480Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29652026-04-29T00:56:43.497Z Checking poly1305 v0.8.0
29662026-04-29T00:56:43.519Z Checking postcard v1.1.3
29672026-04-29T00:56:43.534Z Checking ciborium-ll v0.2.2
29682026-04-29T00:56:43.702Z Compiling proc-macro-crate v3.4.0
29692026-04-29T00:56:43.752Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-04-29T00:56:43.766Z Checking password-hash v0.5.0
29712026-04-29T00:56:43.808Z Checking chacha20 v0.9.1
29722026-04-29T00:56:43.993Z Compiling proc-macro-crate v1.3.1
29732026-04-29T00:56:44.005Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-04-29T00:56:44.021Z Checking blake2 v0.10.6
29752026-04-29T00:56:44.097Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29762026-04-29T00:56:44.239Z Checking aead v0.5.2
29772026-04-29T00:56:44.259Z Compiling num_enum_derive v0.7.5
29782026-04-29T00:56:44.265Z Compiling foreign-types-macros v0.2.3
29792026-04-29T00:56:44.304Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-04-29T00:56:44.336Z Checking thiserror-no-std v2.0.2
29812026-04-29T00:56:44.377Z Checking cpufeatures v0.3.0
29822026-04-29T00:56:44.407Z Checking foreign-types-shared v0.3.1
29832026-04-29T00:56:44.423Z Checking vsss-rs v3.3.4
29842026-04-29T00:56:44.448Z Checking chacha20 v0.10.0
29852026-04-29T00:56:44.501Z Compiling num_enum_derive v0.5.11
29862026-04-29T00:56:44.536Z Checking chacha20poly1305 v0.10.1
29872026-04-29T00:56:44.662Z Checking argon2 v0.5.3
29882026-04-29T00:56:44.665Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-04-29T00:56:44.837Z Checking foreign-types v0.5.0
29902026-04-29T00:56:44.920Z Checking ciborium v0.2.2
29912026-04-29T00:56:45.124Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-04-29T00:56:45.151Z Checking console v0.15.11
29932026-04-29T00:56:45.310Z Checking num_enum v0.7.5
29942026-04-29T00:56:45.346Z Checking tabwriter v1.4.1
29952026-04-29T00:56:45.410Z Checking newline-converter v0.3.0
29962026-04-29T00:56:45.427Z Checking camino-tempfile v1.4.1
29972026-04-29T00:56:45.427Z Checking atomicwrites v0.4.4
29982026-04-29T00:56:45.495Z Checking byte-wrapper v0.1.0
29992026-04-29T00:56:45.519Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-29T00:56:45.531Z Checking cstr-argument v0.1.2
30012026-04-29T00:56:45.550Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-04-29T00:56:45.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-04-29T00:56:45.595Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-04-29T00:56:45.649Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-04-29T00:56:45.704Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-04-29T00:56:45.761Z Checking expectorate v1.2.0
30072026-04-29T00:56:45.816Z Checking num_enum v0.5.11
30082026-04-29T00:56:45.836Z Checking ingot-types v0.1.2
30092026-04-29T00:56:45.888Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-04-29T00:56:45.927Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-04-29T00:56:45.940Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-04-29T00:56:45.987Z Checking rand v0.10.0
30132026-04-29T00:56:46.045Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-04-29T00:56:46.057Z Checking colored v3.1.1
30152026-04-29T00:56:46.124Z Checking indent_write v2.2.0
30162026-04-29T00:56:46.149Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30172026-04-29T00:56:46.192Z Checking ingot v0.1.1
30182026-04-29T00:56:46.246Z Compiling zone_cfg_derive v0.3.1
30192026-04-29T00:56:46.259Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-04-29T00:56:46.262Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-04-29T00:56:46.320Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-29T00:56:46.344Z Checking itertools v0.12.1
30232026-04-29T00:56:46.429Z Compiling num-derive v0.4.2
30242026-04-29T00:56:46.489Z Checking swrite v0.1.0
30252026-04-29T00:56:46.583Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-04-29T00:56:46.687Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-04-29T00:56:46.789Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-04-29T00:56:46.879Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-04-29T00:56:47.033Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-04-29T00:56:47.108Z Checking dropshot-api-manager-types v0.7.1
30312026-04-29T00:56:47.144Z Checking smf v0.2.3
30322026-04-29T00:56:47.257Z Checking nanorand v0.7.0
30332026-04-29T00:56:47.289Z Checking whoami v1.6.1
30342026-04-29T00:56:47.329Z Checking zone v0.3.1
30352026-04-29T00:56:47.338Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-04-29T00:56:47.352Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30372026-04-29T00:56:47.381Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30382026-04-29T00:56:47.448Z Checking flume v0.11.1
30392026-04-29T00:56:47.774Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-04-29T00:56:48.732Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-29T00:56:49.596Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-04-29T00:56:52.511Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-04-29T00:56:54.518Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-04-29T00:56:55.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
30452026-04-29T00:56:55.747Z
30462026-04-29T00:56:55.747Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30472026-04-29T00:56:56.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-29T00:56:56.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-29T00:56:56.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-29T00:56:56.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-04-29T00:56:56.342Z
30522026-04-29T00:56:56.342Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30532026-04-29T00:56:56.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-29T00:56:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-29T00:56:56.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-29T00:56:56.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-04-29T00:56:56.940Z
30582026-04-29T00:56:56.940Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30592026-04-29T00:56:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-29T00:56:57.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-29T00:56:57.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-29T00:56:57.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-04-29T00:56:57.545Z
30642026-04-29T00:56:57.545Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30652026-04-29T00:56:58.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-29T00:56:58.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-29T00:56:58.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-29T00:56:58.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-04-29T00:56:58.151Z
30702026-04-29T00:56:58.151Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30712026-04-29T00:56:58.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-29T00:56:58.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-29T00:56:58.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-29T00:56:58.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-04-29T00:56:58.745Z
30762026-04-29T00:56:58.745Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30772026-04-29T00:56:59.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-29T00:56:59.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-29T00:56:59.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-29T00:56:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-04-29T00:56:59.340Z
30822026-04-29T00:56:59.340Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30832026-04-29T00:56:59.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-29T00:56:59.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-29T00:56:59.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-29T00:56:59.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-04-29T00:56:59.936Z
30882026-04-29T00:56:59.937Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30892026-04-29T00:57:00.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-29T00:57:00.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-29T00:57:00.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-29T00:57:00.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-04-29T00:57:00.513Z
30942026-04-29T00:57:00.513Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30952026-04-29T00:57:01.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-29T00:57:01.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-29T00:57:01.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-29T00:57:01.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-04-29T00:57:01.107Z
31002026-04-29T00:57:01.107Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31012026-04-29T00:57:01.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-29T00:57:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-29T00:57:01.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-29T00:57:01.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-04-29T00:57:01.706Z
31062026-04-29T00:57:01.706Zinfo: running `cargo check --bins` on installinator-client (115/272)
31072026-04-29T00:57:02.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-29T00:57:02.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-29T00:57:02.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-29T00:57:02.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-04-29T00:57:02.307Z
31122026-04-29T00:57:02.307Zinfo: running `cargo check --bins` on nexus-client (116/272)
31132026-04-29T00:57:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-29T00:57:02.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-29T00:57:02.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-29T00:57:02.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-04-29T00:57:02.937Z
31182026-04-29T00:57:02.937Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31192026-04-29T00:57:03.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-29T00:57:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-29T00:57:03.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-29T00:57:03.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232026-04-29T00:57:03.573Z
31242026-04-29T00:57:03.573Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31252026-04-29T00:57:04.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-29T00:57:04.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-29T00:57:04.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-29T00:57:04.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-04-29T00:57:04.153Z
31302026-04-29T00:57:04.153Zinfo: running `cargo check --bins` on oxide-client (119/272)
31312026-04-29T00:57:04.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-29T00:57:04.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-29T00:57:04.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-29T00:57:04.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-04-29T00:57:04.734Z
31362026-04-29T00:57:04.734Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31372026-04-29T00:57:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-29T00:57:05.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-29T00:57:05.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-29T00:57:05.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-04-29T00:57:05.335Z
31422026-04-29T00:57:05.336Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31432026-04-29T00:57:05.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-29T00:57:05.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-29T00:57:05.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-29T00:57:05.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-04-29T00:57:05.916Z
31482026-04-29T00:57:05.916Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31492026-04-29T00:57:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-29T00:57:06.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-29T00:57:06.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-29T00:57:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532026-04-29T00:57:06.520Z
31542026-04-29T00:57:06.520Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31552026-04-29T00:57:07.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-29T00:57:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-29T00:57:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-29T00:57:07.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-04-29T00:57:07.140Z
31602026-04-29T00:57:07.140Zinfo: running `cargo check --bins` on installinator-common (124/272)
31612026-04-29T00:57:07.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-29T00:57:07.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-29T00:57:07.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-04-29T00:57:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-04-29T00:57:07.754Z
31662026-04-29T00:57:07.754Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31672026-04-29T00:57:08.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-04-29T00:57:08.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-04-29T00:57:08.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-04-29T00:57:08.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-04-29T00:57:08.334Z
31722026-04-29T00:57:08.334Zinfo: running `cargo check --bins` on wicket-common (126/272)
31732026-04-29T00:57:08.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-04-29T00:57:08.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-04-29T00:57:08.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-04-29T00:57:08.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-04-29T00:57:08.937Z
31782026-04-29T00:57:08.937Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31792026-04-29T00:57:09.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-04-29T00:57:09.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-04-29T00:57:09.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-04-29T00:57:09.733Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-04-29T00:57:09.741Z Checking csv-core v0.1.13
31842026-04-29T00:57:09.748Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-04-29T00:57:09.756Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-04-29T00:57:09.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-04-29T00:57:09.776Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-29T00:57:09.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-04-29T00:57:09.895Z Checking csv v1.4.0
31902026-04-29T00:57:09.913Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-04-29T00:57:09.962Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-04-29T00:57:09.992Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-04-29T00:57:10.223Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-04-29T00:57:10.583Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-04-29T00:57:10.587Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-04-29T00:57:10.927Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-04-29T00:57:16.463Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-04-29T00:57:16.993Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-04-29T00:57:19.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
32002026-04-29T00:57:19.507Z
32012026-04-29T00:57:19.507Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32022026-04-29T00:57:20.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-29T00:57:20.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-29T00:57:20.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-29T00:57:20.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-04-29T00:57:20.104Z
32072026-04-29T00:57:20.105Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32082026-04-29T00:57:20.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-29T00:57:20.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-29T00:57:20.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-29T00:57:20.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32122026-04-29T00:57:20.781Z
32132026-04-29T00:57:20.781Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32142026-04-29T00:57:21.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-29T00:57:21.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-29T00:57:21.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-04-29T00:57:21.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32182026-04-29T00:57:21.460Z
32192026-04-29T00:57:21.460Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32202026-04-29T00:57:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-04-29T00:57:22.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-04-29T00:57:22.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-04-29T00:57:22.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-04-29T00:57:22.103Z
32252026-04-29T00:57:22.103Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32262026-04-29T00:57:22.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-04-29T00:57:22.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-04-29T00:57:22.857Z Compiling regress v0.11.1
32292026-04-29T00:57:22.997Z Compiling unsafe-libyaml v0.2.11
32302026-04-29T00:57:23.011Z Compiling radium v0.7.0
32312026-04-29T00:57:23.024Z Compiling semver v0.1.20
32322026-04-29T00:57:23.038Z Compiling pin-project-internal v1.1.11
32332026-04-29T00:57:23.042Z Checking tap v1.0.1
32342026-04-29T00:57:23.062Z Compiling maybe-uninit v2.0.0
32352026-04-29T00:57:23.151Z Checking wyz v0.5.1
32362026-04-29T00:57:23.281Z Compiling rustc_version v0.1.7
32372026-04-29T00:57:23.366Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-29T00:57:23.393Z Checking progenitor-client v0.13.0
32392026-04-29T00:57:23.471Z Compiling snafu-derive v0.8.9
32402026-04-29T00:57:23.501Z Compiling newtype_derive v0.1.6
32412026-04-29T00:57:23.622Z Compiling serde_yaml v0.9.34+deprecated
32422026-04-29T00:57:23.687Z Compiling zerocopy-derive v0.6.6
32432026-04-29T00:57:23.735Z Checking crc-catalog v2.4.0
32442026-04-29T00:57:23.830Z Compiling packed_struct v0.10.1
32452026-04-29T00:57:24.086Z Checking funty v2.0.0
32462026-04-29T00:57:24.163Z Checking pin-project v1.1.11
32472026-04-29T00:57:24.264Z Checking same-file v1.0.6
32482026-04-29T00:57:24.387Z Compiling cancel-safe-futures v0.1.5
32492026-04-29T00:57:24.400Z Compiling owo-colors v4.3.0
32502026-04-29T00:57:24.414Z Checking typify-impl v0.6.2
32512026-04-29T00:57:24.612Z Checking zerocopy v0.6.6
32522026-04-29T00:57:24.766Z Checking bitvec v1.0.1
32532026-04-29T00:57:24.833Z Checking walkdir v2.5.0
32542026-04-29T00:57:24.958Z Checking crc v3.4.0
32552026-04-29T00:57:25.094Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-04-29T00:57:25.137Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-04-29T00:57:25.151Z Checking globset v0.4.18
32582026-04-29T00:57:25.406Z Checking snafu v0.8.9
32592026-04-29T00:57:25.420Z Checking olpc-cjson v0.1.4
32602026-04-29T00:57:25.489Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-04-29T00:57:25.563Z Checking pem v3.0.6
32622026-04-29T00:57:25.578Z Compiling packed_struct_codegen v0.10.1
32632026-04-29T00:57:25.632Z Checking libsw-core v0.3.2
32642026-04-29T00:57:25.650Z Checking serde_plain v1.0.2
32652026-04-29T00:57:25.721Z Compiling bitfield-macros v0.19.4
32662026-04-29T00:57:25.744Z Compiling indexmap v1.9.3
32672026-04-29T00:57:25.775Z Checking nodrop v0.1.14
32682026-04-29T00:57:25.799Z Checking typed-path v0.9.3
32692026-04-29T00:57:25.873Z Checking array-init v0.0.4
32702026-04-29T00:57:25.958Z Checking libsw v3.5.0
32712026-04-29T00:57:26.084Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-29T00:57:26.112Z Checking smallvec v0.6.14
32732026-04-29T00:57:26.189Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-04-29T00:57:26.250Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-04-29T00:57:26.421Z Checking bitfield v0.19.4
32762026-04-29T00:57:26.479Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-04-29T00:57:26.567Z Checking tough v0.20.0
32782026-04-29T00:57:26.598Z Checking base64 v0.21.7
32792026-04-29T00:57:26.613Z Checking tagptr v0.2.0
32802026-04-29T00:57:26.668Z Checking unicode-linebreak v0.1.5
32812026-04-29T00:57:26.694Z Checking linear-map v1.2.0
32822026-04-29T00:57:26.749Z Checking smawk v0.3.2
32832026-04-29T00:57:26.845Z Checking hashbrown v0.12.3
32842026-04-29T00:57:26.852Z Checking ron v0.8.1
32852026-04-29T00:57:26.866Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-04-29T00:57:26.878Z Checking textwrap v0.16.2
32872026-04-29T00:57:26.878Z Checking moka v0.12.13
32882026-04-29T00:57:27.097Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-04-29T00:57:27.273Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-04-29T00:57:27.359Z Checking serde-hex v0.1.0
32912026-04-29T00:57:27.518Z Checking steno v0.4.1
32922026-04-29T00:57:27.562Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-04-29T00:57:27.690Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-04-29T00:57:27.716Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-04-29T00:57:28.067Z Checking hashbrown v0.13.2
32962026-04-29T00:57:28.115Z Checking crc-any v2.5.0
32972026-04-29T00:57:28.286Z Checking humantime v2.3.0
32982026-04-29T00:57:28.336Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-04-29T00:57:28.470Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-04-29T00:57:28.494Z Checking object v0.30.4
33012026-04-29T00:57:28.517Z Checking hickory-resolver v0.25.2
33022026-04-29T00:57:28.530Z Checking half v1.8.3
33032026-04-29T00:57:28.544Z Checking path-slash v0.1.5
33042026-04-29T00:57:28.631Z Checking void v1.0.2
33052026-04-29T00:57:28.648Z Checking utf-8 v0.7.6
33062026-04-29T00:57:28.726Z Checking serde_cbor v0.11.2
33072026-04-29T00:57:28.738Z Checking lzss v0.8.2
33082026-04-29T00:57:28.785Z Checking tungstenite v0.23.0
33092026-04-29T00:57:28.924Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-04-29T00:57:28.971Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-04-29T00:57:29.072Z Compiling typify-macro v0.6.2
33122026-04-29T00:57:29.088Z Checking nix v0.27.1
33132026-04-29T00:57:29.114Z Checking kstat-rs v0.2.4
33142026-04-29T00:57:29.206Z Checking fxhash v0.2.1
33152026-04-29T00:57:29.222Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-04-29T00:57:29.225Z Checking serde_bytes v0.11.19
33172026-04-29T00:57:29.291Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-04-29T00:57:29.319Z Checking tokio-tungstenite v0.23.1
33192026-04-29T00:57:29.398Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-04-29T00:57:29.576Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-04-29T00:57:29.576Z Checking signal-hook-tokio v0.3.1
33222026-04-29T00:57:30.457Z Compiling typify v0.6.2
33232026-04-29T00:57:30.547Z Compiling progenitor-impl v0.13.0
33242026-04-29T00:57:30.547Z Compiling progenitor-impl v0.14.0
33252026-04-29T00:57:30.625Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-04-29T00:57:31.537Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-04-29T00:57:31.857Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33282026-04-29T00:57:32.113Z Compiling progenitor-macro v0.14.0
33292026-04-29T00:57:32.143Z Compiling progenitor-macro v0.13.0
33302026-04-29T00:57:34.695Z Checking progenitor v0.13.0
33312026-04-29T00:57:34.750Z Checking progenitor v0.14.0
33322026-04-29T00:57:34.815Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-04-29T00:57:34.864Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-04-29T00:57:37.839Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-04-29T00:57:45.161Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-04-29T00:57:51.292Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-29T00:57:52.640Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-04-29T00:57:53.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-04-29T00:57:55.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s
33402026-04-29T00:57:55.399Z
33412026-04-29T00:57:55.399Zinfo: running `cargo check --bins` on gateway-api (133/272)
33422026-04-29T00:57:55.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-29T00:57:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-29T00:57:55.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-29T00:57:55.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-04-29T00:57:55.993Z
33472026-04-29T00:57:55.993Zinfo: running `cargo check --bins` on ipcc (134/272)
33482026-04-29T00:57:56.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-29T00:57:56.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-29T00:57:56.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-29T00:57:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-29T00:57:56.589Z
33532026-04-29T00:57:56.589Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33542026-04-29T00:57:57.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-29T00:57:57.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-29T00:57:57.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-29T00:57:57.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-04-29T00:57:57.175Z
33592026-04-29T00:57:57.175Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33602026-04-29T00:57:57.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-29T00:57:57.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-29T00:57:57.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-29T00:57:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-04-29T00:57:57.770Z
33652026-04-29T00:57:57.770Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33662026-04-29T00:57:58.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-29T00:57:58.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-29T00:57:58.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-29T00:57:58.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-04-29T00:57:58.364Z
33712026-04-29T00:57:58.364Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33722026-04-29T00:57:58.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-29T00:57:58.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-29T00:57:58.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-29T00:57:58.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-29T00:57:58.958Z
33772026-04-29T00:57:58.958Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33782026-04-29T00:57:59.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-29T00:57:59.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-29T00:57:59.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-29T00:57:59.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-04-29T00:57:59.547Z
33832026-04-29T00:57:59.547Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33842026-04-29T00:58:00.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-29T00:58:00.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-29T00:58:00.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-29T00:58:00.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33882026-04-29T00:58:00.136Z
33892026-04-29T00:58:00.137Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33902026-04-29T00:58:00.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-29T00:58:00.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-29T00:58:00.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-29T00:58:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33942026-04-29T00:58:00.716Z
33952026-04-29T00:58:00.716Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33962026-04-29T00:58:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-29T00:58:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-29T00:58:01.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-29T00:58:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34002026-04-29T00:58:01.306Z
34012026-04-29T00:58:01.306Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34022026-04-29T00:58:01.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-29T00:58:01.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-29T00:58:01.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-29T00:58:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34062026-04-29T00:58:01.890Z
34072026-04-29T00:58:01.891Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34082026-04-29T00:58:02.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-29T00:58:02.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-29T00:58:02.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-29T00:58:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34122026-04-29T00:58:02.478Z
34132026-04-29T00:58:02.478Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34142026-04-29T00:58:02.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-29T00:58:02.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-29T00:58:02.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-29T00:58:02.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34182026-04-29T00:58:03.064Z
34192026-04-29T00:58:03.064Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34202026-04-29T00:58:03.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-29T00:58:03.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-29T00:58:03.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-29T00:58:03.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34242026-04-29T00:58:03.652Z
34252026-04-29T00:58:03.652Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34262026-04-29T00:58:04.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-29T00:58:04.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-29T00:58:04.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-29T00:58:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34302026-04-29T00:58:04.243Z
34312026-04-29T00:58:04.243Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34322026-04-29T00:58:04.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-29T00:58:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-29T00:58:04.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-29T00:58:04.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34362026-04-29T00:58:04.834Z
34372026-04-29T00:58:04.834Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34382026-04-29T00:58:05.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-29T00:58:05.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-29T00:58:05.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-29T00:58:05.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34422026-04-29T00:58:05.416Z
34432026-04-29T00:58:05.416Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34442026-04-29T00:58:05.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-29T00:58:05.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-29T00:58:05.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-29T00:58:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34482026-04-29T00:58:06.000Z
34492026-04-29T00:58:06.000Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34502026-04-29T00:58:06.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-29T00:58:06.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-29T00:58:06.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-29T00:58:06.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34542026-04-29T00:58:06.606Z
34552026-04-29T00:58:06.606Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34562026-04-29T00:58:07.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-29T00:58:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-29T00:58:07.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-29T00:58:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34602026-04-29T00:58:07.173Z
34612026-04-29T00:58:07.173Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34622026-04-29T00:58:07.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-29T00:58:07.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-29T00:58:07.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-29T00:58:07.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34662026-04-29T00:58:07.762Z
34672026-04-29T00:58:07.762Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34682026-04-29T00:58:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-29T00:58:08.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-29T00:58:08.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-29T00:58:08.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34722026-04-29T00:58:08.394Z
34732026-04-29T00:58:08.394Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34742026-04-29T00:58:08.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-29T00:58:08.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-29T00:58:08.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-29T00:58:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-04-29T00:58:08.986Z
34792026-04-29T00:58:08.986Zinfo: running `cargo check --bins` on dns-server (156/272)
34802026-04-29T00:58:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-29T00:58:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-29T00:58:09.628Z Compiling parking_lot_core v0.8.6
34832026-04-29T00:58:09.629Z Compiling git-stub v1.0.0
34842026-04-29T00:58:09.698Z Compiling atomicwrites v0.4.4
34852026-04-29T00:58:09.698Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-04-29T00:58:09.698Z Checking prefix-trie v0.7.0
34872026-04-29T00:58:09.864Z Compiling git-stub-vcs v0.1.0
34882026-04-29T00:58:10.044Z Checking hickory-server v0.25.2
34892026-04-29T00:58:10.141Z Checking parking_lot v0.11.2
34902026-04-29T00:58:10.144Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-04-29T00:58:10.218Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-04-29T00:58:10.218Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-04-29T00:58:10.314Z Checking sled v0.34.7
34942026-04-29T00:58:12.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34952026-04-29T00:58:12.374Z
34962026-04-29T00:58:12.374Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34972026-04-29T00:58:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-29T00:58:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-29T00:58:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-29T00:58:12.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35012026-04-29T00:58:12.958Z
35022026-04-29T00:58:12.958Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35032026-04-29T00:58:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-29T00:58:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-29T00:58:13.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-29T00:58:13.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35072026-04-29T00:58:13.545Z
35082026-04-29T00:58:13.545Zinfo: running `cargo check --bins` on sp-sim (159/272)
35092026-04-29T00:58:14.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-29T00:58:14.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-29T00:58:14.254Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-04-29T00:58:16.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35132026-04-29T00:58:16.217Z
35142026-04-29T00:58:16.217Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35152026-04-29T00:58:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-29T00:58:16.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-29T00:58:16.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-29T00:58:16.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35192026-04-29T00:58:16.864Z
35202026-04-29T00:58:16.864Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35212026-04-29T00:58:17.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-29T00:58:17.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-29T00:58:17.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-29T00:58:17.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35252026-04-29T00:58:17.510Z
35262026-04-29T00:58:17.510Zinfo: running `cargo check --bins` on db-macros (162/272)
35272026-04-29T00:58:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-29T00:58:17.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-29T00:58:17.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-29T00:58:18.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-04-29T00:58:18.087Z
35322026-04-29T00:58:18.087Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35332026-04-29T00:58:18.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-29T00:58:18.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-29T00:58:18.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-29T00:58:18.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-04-29T00:58:18.660Z
35382026-04-29T00:58:18.660Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35392026-04-29T00:58:19.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-29T00:58:19.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-29T00:58:19.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-29T00:58:19.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432026-04-29T00:58:19.307Z
35442026-04-29T00:58:19.307Zinfo: running `cargo check --bins` on authz-macros (165/272)
35452026-04-29T00:58:19.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-29T00:58:19.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-29T00:58:19.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-29T00:58:19.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-04-29T00:58:19.877Z
35502026-04-29T00:58:19.877Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35512026-04-29T00:58:20.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-29T00:58:20.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-29T00:58:20.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-29T00:58:20.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-04-29T00:58:20.525Z
35562026-04-29T00:58:20.525Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35572026-04-29T00:58:21.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-29T00:58:21.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-29T00:58:21.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-29T00:58:21.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35612026-04-29T00:58:21.160Z
35622026-04-29T00:58:21.160Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35632026-04-29T00:58:21.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-29T00:58:21.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-29T00:58:21.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-29T00:58:21.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-04-29T00:58:21.739Z
35682026-04-29T00:58:21.739Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35692026-04-29T00:58:22.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-29T00:58:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-29T00:58:22.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-29T00:58:22.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35732026-04-29T00:58:22.314Z
35742026-04-29T00:58:22.314Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35752026-04-29T00:58:22.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-29T00:58:22.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-29T00:58:22.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-29T00:58:22.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-04-29T00:58:22.902Z
35802026-04-29T00:58:22.902Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35812026-04-29T00:58:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-29T00:58:23.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-29T00:58:23.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-29T00:58:23.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-04-29T00:58:23.485Z
35862026-04-29T00:58:23.485Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35872026-04-29T00:58:23.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-29T00:58:23.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-29T00:58:23.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-29T00:58:23.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35912026-04-29T00:58:24.058Z
35922026-04-29T00:58:24.058Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35932026-04-29T00:58:24.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-29T00:58:24.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-29T00:58:24.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-29T00:58:24.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35972026-04-29T00:58:24.702Z
35982026-04-29T00:58:24.702Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35992026-04-29T00:58:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-29T00:58:25.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-29T00:58:25.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-29T00:58:25.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36032026-04-29T00:58:25.346Z
36042026-04-29T00:58:25.346Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36052026-04-29T00:58:25.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-29T00:58:25.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-29T00:58:25.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-29T00:58:25.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36092026-04-29T00:58:25.982Z
36102026-04-29T00:58:25.982Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36112026-04-29T00:58:26.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-29T00:58:26.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-29T00:58:26.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-29T00:58:26.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-04-29T00:58:26.592Z
36162026-04-29T00:58:26.592Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36172026-04-29T00:58:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-29T00:58:27.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-29T00:58:27.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-29T00:58:27.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-04-29T00:58:27.204Z
36222026-04-29T00:58:27.204Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36232026-04-29T00:58:27.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-29T00:58:27.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-29T00:58:27.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-29T00:58:27.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-04-29T00:58:27.811Z
36282026-04-29T00:58:27.811Zinfo: running `cargo check --bins` on key-manager (179/272)
36292026-04-29T00:58:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-29T00:58:28.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-29T00:58:28.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-29T00:58:28.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-04-29T00:58:28.402Z
36342026-04-29T00:58:28.402Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36352026-04-29T00:58:28.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-29T00:58:28.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-29T00:58:28.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-29T00:58:28.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36392026-04-29T00:58:29.010Z
36402026-04-29T00:58:29.010Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36412026-04-29T00:58:29.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-29T00:58:29.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-29T00:58:29.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-04-29T00:58:29.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36452026-04-29T00:58:29.615Z
36462026-04-29T00:58:29.615Zinfo: running `cargo check --bins` on typed-rng (182/272)
36472026-04-29T00:58:30.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-04-29T00:58:30.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-04-29T00:58:30.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-04-29T00:58:30.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-04-29T00:58:30.194Z
36522026-04-29T00:58:30.194Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36532026-04-29T00:58:30.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-04-29T00:58:30.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-04-29T00:58:31.027Z Compiling typify-impl v0.4.3
36562026-04-29T00:58:31.027Z Compiling libefi-sys v0.1.0
36572026-04-29T00:58:31.030Z Compiling bitfield-struct v0.6.2
36582026-04-29T00:58:31.178Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-04-29T00:58:31.189Z Compiling xshell-macros v0.2.7
36602026-04-29T00:58:31.200Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-04-29T00:58:31.214Z Compiling salty v0.3.0
36622026-04-29T00:58:31.256Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-04-29T00:58:31.414Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-04-29T00:58:31.522Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-04-29T00:58:31.536Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36662026-04-29T00:58:31.550Z Checking xshell v0.2.7
36672026-04-29T00:58:31.716Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-04-29T00:58:31.733Z Checking primeorder v0.13.6
36692026-04-29T00:58:31.784Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-04-29T00:58:31.884Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-29T00:58:31.936Z Compiling proc-macro-error-attr2 v2.0.0
36722026-04-29T00:58:31.968Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-04-29T00:58:32.020Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-04-29T00:58:32.066Z Checking tungstenite v0.21.0
36752026-04-29T00:58:32.179Z Checking p384 v0.13.1
36762026-04-29T00:58:32.254Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-04-29T00:58:32.324Z Compiling proc-macro-error2 v2.0.1
36782026-04-29T00:58:32.426Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-04-29T00:58:32.496Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-04-29T00:58:32.590Z Compiling num-derive v0.3.3
36812026-04-29T00:58:32.639Z Compiling unicase v2.9.0
36822026-04-29T00:58:32.826Z Compiling tabled_derive v0.11.0
36832026-04-29T00:58:32.843Z Compiling mime_guess v2.0.5
36842026-04-29T00:58:33.072Z Checking tokio-tungstenite v0.21.0
36852026-04-29T00:58:33.107Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-04-29T00:58:33.376Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-29T00:58:33.459Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-04-29T00:58:33.491Z Checking libscf-sys v1.1.0
36892026-04-29T00:58:33.625Z Checking papergrid v0.17.0
36902026-04-29T00:58:33.752Z Checking testing_table v0.3.0
36912026-04-29T00:58:33.795Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-04-29T00:58:33.850Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-04-29T00:58:33.971Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-04-29T00:58:33.988Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-04-29T00:58:34.196Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-29T00:58:34.256Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-04-29T00:58:34.373Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-29T00:58:34.395Z Checking corncobs v0.1.4
36992026-04-29T00:58:34.410Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-04-29T00:58:34.424Z Checking tabled v0.20.0
37012026-04-29T00:58:34.527Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-29T00:58:34.637Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-29T00:58:34.652Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-04-29T00:58:34.746Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-04-29T00:58:34.810Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37062026-04-29T00:58:34.855Z Checking progenitor-client v0.11.2
37072026-04-29T00:58:34.871Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-04-29T00:58:34.986Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37092026-04-29T00:58:35.002Z Checking secrecy v0.8.0
37102026-04-29T00:58:35.109Z Checking filetime v0.2.27
37112026-04-29T00:58:35.126Z Checking http-range v0.1.5
37122026-04-29T00:58:35.253Z Checking xattr v1.6.1
37132026-04-29T00:58:35.388Z Checking tar v0.4.45
37142026-04-29T00:58:35.550Z Compiling typify-macro v0.4.3
37152026-04-29T00:58:35.624Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37162026-04-29T00:58:35.701Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-04-29T00:58:35.771Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37182026-04-29T00:58:35.800Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-04-29T00:58:35.846Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-04-29T00:58:36.189Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37212026-04-29T00:58:36.287Z Checking atty v0.2.14
37222026-04-29T00:58:36.312Z Checking crc8 v0.1.1
37232026-04-29T00:58:36.388Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-04-29T00:58:36.416Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-04-29T00:58:36.455Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-04-29T00:58:36.749Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37272026-04-29T00:58:36.790Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-04-29T00:58:36.817Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292026-04-29T00:58:36.979Z Checking hyper-staticfile v0.10.1
37302026-04-29T00:58:37.112Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-04-29T00:58:37.162Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-04-29T00:58:37.255Z Compiling typify v0.4.3
37332026-04-29T00:58:37.317Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37342026-04-29T00:58:37.369Z Compiling progenitor-impl v0.10.0
37352026-04-29T00:58:37.385Z Compiling progenitor-impl v0.11.2
37362026-04-29T00:58:37.870Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-04-29T00:58:37.907Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37382026-04-29T00:58:38.210Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37392026-04-29T00:58:38.269Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37402026-04-29T00:58:38.392Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37412026-04-29T00:58:38.781Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-04-29T00:58:38.838Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37432026-04-29T00:58:39.018Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-04-29T00:58:39.053Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-04-29T00:58:39.085Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37462026-04-29T00:58:39.291Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-04-29T00:58:39.342Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-04-29T00:58:39.819Z Compiling progenitor-macro v0.10.0
37492026-04-29T00:58:39.866Z Compiling progenitor-macro v0.11.2
37502026-04-29T00:58:42.674Z Checking progenitor v0.10.0
37512026-04-29T00:58:42.781Z Checking progenitor v0.11.2
37522026-04-29T00:58:42.812Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37532026-04-29T00:58:42.911Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-04-29T00:58:47.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-29T00:58:58.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.35s
37562026-04-29T00:58:58.762Z
37572026-04-29T00:58:58.762Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37582026-04-29T00:58:59.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-29T00:58:59.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-29T00:58:59.538Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-29T00:59:10.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37622026-04-29T00:59:10.751Z
37632026-04-29T00:59:10.751Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37642026-04-29T00:59:11.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-29T00:59:11.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-29T00:59:11.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-29T00:59:22.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37682026-04-29T00:59:22.846Z
37692026-04-29T00:59:22.846Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37702026-04-29T00:59:23.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-29T00:59:23.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-29T00:59:23.609Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-29T00:59:34.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37742026-04-29T00:59:34.815Z
37752026-04-29T00:59:34.816Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37762026-04-29T00:59:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-29T00:59:35.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-29T00:59:35.593Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-29T00:59:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37802026-04-29T00:59:46.816Z
37812026-04-29T00:59:46.816Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37822026-04-29T00:59:47.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-29T00:59:47.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-29T00:59:47.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-29T00:59:58.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37862026-04-29T00:59:58.857Z
37872026-04-29T00:59:58.857Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37882026-04-29T00:59:59.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-29T00:59:59.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-29T00:59:59.630Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-29T01:00:10.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s
37922026-04-29T01:00:11.020Z
37932026-04-29T01:00:11.020Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37942026-04-29T01:00:14.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-29T01:00:14.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-29T01:00:14.467Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-04-29T01:00:22.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s
37982026-04-29T01:00:23.185Z
37992026-04-29T01:00:23.185Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
38002026-04-29T01:00:23.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-29T01:00:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-29T01:00:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-29T01:00:23.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-04-29T01:00:23.760Z
38052026-04-29T01:00:23.760Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38062026-04-29T01:00:24.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-29T01:00:24.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-29T01:00:24.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-29T01:00:24.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-04-29T01:00:24.358Z
38112026-04-29T01:00:24.358Zinfo: running `cargo check --bins` on range-requests (193/272)
38122026-04-29T01:00:24.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-29T01:00:24.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-29T01:00:24.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-29T01:00:24.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38162026-04-29T01:00:24.948Z
38172026-04-29T01:00:24.948Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38182026-04-29T01:00:25.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-29T01:00:25.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-29T01:00:25.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-29T01:00:25.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38222026-04-29T01:00:25.541Z
38232026-04-29T01:00:25.541Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38242026-04-29T01:00:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-29T01:00:26.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-29T01:00:26.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-29T01:00:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38282026-04-29T01:00:26.152Z
38292026-04-29T01:00:26.152Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38302026-04-29T01:00:26.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-29T01:00:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-29T01:00:26.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-29T01:00:26.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38342026-04-29T01:00:26.764Z
38352026-04-29T01:00:26.764Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38362026-04-29T01:00:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-29T01:00:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-29T01:00:27.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-29T01:00:27.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38402026-04-29T01:00:27.378Z
38412026-04-29T01:00:27.378Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38422026-04-29T01:00:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-29T01:00:27.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-29T01:00:27.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-29T01:00:27.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-04-29T01:00:28.000Z
38472026-04-29T01:00:28.000Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38482026-04-29T01:00:28.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-29T01:00:28.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-29T01:00:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-29T01:00:28.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-29T01:00:28.621Z
38532026-04-29T01:00:28.621Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38542026-04-29T01:00:29.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-29T01:00:29.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-29T01:00:29.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-29T01:00:29.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38582026-04-29T01:00:29.230Z
38592026-04-29T01:00:29.230Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38602026-04-29T01:00:29.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-29T01:00:29.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-29T01:00:29.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-29T01:00:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-04-29T01:00:29.848Z
38652026-04-29T01:00:29.848Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38662026-04-29T01:00:30.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-29T01:00:30.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-29T01:00:30.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-29T01:00:30.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-04-29T01:00:30.464Z
38712026-04-29T01:00:30.464Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38722026-04-29T01:00:30.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-29T01:00:30.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-29T01:00:30.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-29T01:00:30.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-04-29T01:00:31.082Z
38772026-04-29T01:00:31.083Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38782026-04-29T01:00:31.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-29T01:00:31.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-29T01:00:31.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-29T01:00:31.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38822026-04-29T01:00:31.709Z
38832026-04-29T01:00:31.709Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38842026-04-29T01:00:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-29T01:00:32.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-29T01:00:32.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-29T01:00:32.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-04-29T01:00:32.320Z
38892026-04-29T01:00:32.320Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38902026-04-29T01:00:32.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-29T01:00:32.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-29T01:00:32.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-29T01:00:32.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38942026-04-29T01:00:32.952Z
38952026-04-29T01:00:32.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38962026-04-29T01:00:33.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-29T01:00:33.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-29T01:00:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-29T01:00:33.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39002026-04-29T01:00:33.599Z
39012026-04-29T01:00:33.599Zinfo: running `cargo check --bins` on update-common (208/272)
39022026-04-29T01:00:34.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-29T01:00:34.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-29T01:00:34.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-29T01:00:34.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-04-29T01:00:34.209Z
39072026-04-29T01:00:34.210Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39082026-04-29T01:00:34.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-29T01:00:34.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-29T01:00:34.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-04-29T01:00:34.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39122026-04-29T01:00:34.859Z
39132026-04-29T01:00:34.859Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39142026-04-29T01:00:35.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-04-29T01:00:35.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-04-29T01:00:35.626Z Compiling fs-err v2.11.0
39172026-04-29T01:00:35.629Z Checking ignore v0.4.25
39182026-04-29T01:00:35.629Z Checking arc-swap v1.8.2
39192026-04-29T01:00:35.629Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39202026-04-29T01:00:35.748Z Checking predicates-tree v1.0.13
39212026-04-29T01:00:35.765Z Checking parse-size v1.1.0
39222026-04-29T01:00:35.798Z Checking rand_seeder v0.4.0
39232026-04-29T01:00:35.801Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39242026-04-29T01:00:35.864Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-04-29T01:00:35.895Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39262026-04-29T01:00:35.935Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39272026-04-29T01:00:35.985Z Checking slog-scope v4.4.1
39282026-04-29T01:00:36.083Z Compiling petname v2.0.2
39292026-04-29T01:00:36.097Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39302026-04-29T01:00:36.119Z Checking slog-stdlog v4.1.1
39312026-04-29T01:00:36.132Z Checking globwalk v0.9.1
39322026-04-29T01:00:36.190Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-04-29T01:00:36.241Z Checking slog-envlogger v2.2.0
39342026-04-29T01:00:36.310Z Checking camino-tempfile-ext v0.3.3
39352026-04-29T01:00:36.328Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39362026-04-29T01:00:36.390Z Checking sapling-renderdag v0.1.0
39372026-04-29T01:00:36.496Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39382026-04-29T01:00:36.509Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39392026-04-29T01:00:36.628Z Checking subprocess v0.2.15
39402026-04-29T01:00:36.674Z Checking sync-ptr v0.1.4
39412026-04-29T01:00:36.721Z Checking colored v2.2.0
39422026-04-29T01:00:36.767Z Checking assert_matches v1.5.0
39432026-04-29T01:00:36.900Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39442026-04-29T01:00:36.917Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39452026-04-29T01:00:36.989Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39462026-04-29T01:00:36.992Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39472026-04-29T01:00:37.573Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39482026-04-29T01:00:38.874Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39492026-04-29T01:00:41.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39502026-04-29T01:00:41.329Z
39512026-04-29T01:00:41.329Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39522026-04-29T01:00:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-04-29T01:00:41.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-04-29T01:00:41.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-04-29T01:00:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39562026-04-29T01:00:41.918Z
39572026-04-29T01:00:41.918Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39582026-04-29T01:00:42.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-29T01:00:42.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-29T01:00:42.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-04-29T01:00:42.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39622026-04-29T01:00:42.577Z
39632026-04-29T01:00:42.578Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39642026-04-29T01:00:43.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-29T01:00:43.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-29T01:00:43.300Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39672026-04-29T01:00:43.301Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-04-29T01:00:43.960Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39692026-04-29T01:00:45.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39702026-04-29T01:00:45.778Z
39712026-04-29T01:00:45.778Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39722026-04-29T01:00:46.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-29T01:00:46.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-29T01:00:46.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-04-29T01:00:46.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39762026-04-29T01:00:46.343Z
39772026-04-29T01:00:46.344Zinfo: running `cargo check --bins` on cert-dev (215/272)
39782026-04-29T01:00:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-04-29T01:00:46.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-04-29T01:00:46.954Z Checking yasna v0.5.2
39812026-04-29T01:00:47.369Z Checking rcgen v0.12.1
39822026-04-29T01:00:47.706Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39832026-04-29T01:00:47.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39842026-04-29T01:00:47.983Z
39852026-04-29T01:00:47.983Zinfo: running `cargo check --bins` on clickana (216/272)
39862026-04-29T01:00:48.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-04-29T01:00:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-04-29T01:00:48.628Z Compiling darling_core v0.23.0
39892026-04-29T01:00:48.638Z Compiling instability v0.3.11
39902026-04-29T01:00:48.740Z Checking castaway v0.2.4
39912026-04-29T01:00:48.743Z Compiling indoc v2.0.7
39922026-04-29T01:00:48.755Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-04-29T01:00:48.765Z Checking unicode-truncate v1.1.0
39942026-04-29T01:00:48.776Z Checking lru v0.12.5
39952026-04-29T01:00:48.776Z Checking cassowary v0.3.0
39962026-04-29T01:00:48.844Z Checking compact_str v0.8.1
39972026-04-29T01:00:49.701Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39982026-04-29T01:00:49.911Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39992026-04-29T01:00:50.159Z Compiling darling_macro v0.23.0
40002026-04-29T01:00:50.577Z Compiling darling v0.23.0
40012026-04-29T01:00:51.178Z Checking ratatui v0.29.0
40022026-04-29T01:00:52.252Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40032026-04-29T01:00:52.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40042026-04-29T01:00:53.085Z
40052026-04-29T01:00:53.085Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40062026-04-29T01:00:53.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-04-29T01:00:53.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-04-29T01:00:53.809Z Checking headers-core v0.3.0
40092026-04-29T01:00:53.822Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40102026-04-29T01:00:54.017Z Checking headers v0.4.1
40112026-04-29T01:00:54.387Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-04-29T01:00:55.240Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40132026-04-29T01:00:55.742Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40142026-04-29T01:00:56.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
40152026-04-29T01:00:56.369Z
40162026-04-29T01:00:56.369Zinfo: running `cargo check --bins` on ch-dev (218/272)
40172026-04-29T01:00:56.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-29T01:00:56.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-29T01:00:57.087Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40202026-04-29T01:00:57.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40212026-04-29T01:00:58.047Z
40222026-04-29T01:00:58.047Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40232026-04-29T01:00:58.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-29T01:00:58.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-29T01:00:58.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-04-29T01:00:58.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40272026-04-29T01:00:58.519Z
40282026-04-29T01:00:58.519Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40292026-04-29T01:00:59.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-29T01:00:59.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-29T01:00:59.227Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40322026-04-29T01:01:00.275Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40332026-04-29T01:01:00.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40342026-04-29T01:01:00.781Z
40352026-04-29T01:01:00.781Zinfo: running `cargo check --bins` on db-dev (221/272)
40362026-04-29T01:01:01.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-29T01:01:01.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-29T01:01:01.491Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40392026-04-29T01:01:02.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40402026-04-29T01:01:02.518Z
40412026-04-29T01:01:02.518Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40422026-04-29T01:01:03.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-29T01:01:03.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-29T01:01:03.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-04-29T01:01:03.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40462026-04-29T01:01:03.109Z
40472026-04-29T01:01:03.109Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40482026-04-29T01:01:03.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-04-29T01:01:03.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-04-29T01:01:03.710Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40512026-04-29T01:01:04.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40522026-04-29T01:01:04.564Z
40532026-04-29T01:01:04.564Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40542026-04-29T01:01:05.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-04-29T01:01:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-04-29T01:01:05.475Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-04-29T01:01:05.475Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-04-29T01:01:05.475Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40592026-04-29T01:01:05.475Z Checking git-stub v1.0.0
40602026-04-29T01:01:05.475Z Compiling trait-variant v0.1.2
40612026-04-29T01:01:05.475Z Checking maplit v1.0.2
40622026-04-29T01:01:05.476Z Checking is_ci v1.2.0
40632026-04-29T01:01:05.532Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40642026-04-29T01:01:05.598Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40652026-04-29T01:01:05.599Z Checking supports-color v3.0.2
40662026-04-29T01:01:05.613Z Checking git-stub-vcs v0.1.0
40672026-04-29T01:01:05.661Z Checking drift v0.1.3
40682026-04-29T01:01:05.672Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40692026-04-29T01:01:05.737Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40702026-04-29T01:01:05.879Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40712026-04-29T01:01:05.951Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40722026-04-29T01:01:05.974Z Checking dropshot-api-manager v0.7.1
40732026-04-29T01:01:05.988Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-04-29T01:01:06.002Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40752026-04-29T01:01:06.188Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-04-29T01:01:06.230Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-04-29T01:01:06.366Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40782026-04-29T01:01:06.735Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40792026-04-29T01:01:14.810Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40802026-04-29T01:01:14.869Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40812026-04-29T01:01:14.869Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40822026-04-29T01:01:14.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40832026-04-29T01:01:14.869Z
40842026-04-29T01:01:14.869Zinfo: running `cargo check --bins` on installinator-api (225/272)
40852026-04-29T01:01:14.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-29T01:01:14.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-29T01:01:14.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-29T01:01:14.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-04-29T01:01:14.869Z
40902026-04-29T01:01:14.869Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40912026-04-29T01:01:15.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-29T01:01:15.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-29T01:01:15.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-29T01:01:15.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40952026-04-29T01:01:15.106Z
40962026-04-29T01:01:15.106Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40972026-04-29T01:01:15.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-29T01:01:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-29T01:01:15.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-29T01:01:15.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41012026-04-29T01:01:15.735Z
41022026-04-29T01:01:15.735Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41032026-04-29T01:01:16.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-29T01:01:16.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-29T01:01:16.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-04-29T01:01:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41072026-04-29T01:01:16.394Z
41082026-04-29T01:01:16.394Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41092026-04-29T01:01:16.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-04-29T01:01:16.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-04-29T01:01:16.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-04-29T01:01:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-04-29T01:01:16.960Z
41142026-04-29T01:01:16.960Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41152026-04-29T01:01:17.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-04-29T01:01:17.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-04-29T01:01:17.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-04-29T01:01:17.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41192026-04-29T01:01:17.537Z
41202026-04-29T01:01:17.538Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41212026-04-29T01:01:18.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-04-29T01:01:18.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-04-29T01:01:18.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-04-29T01:01:18.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41252026-04-29T01:01:18.140Z
41262026-04-29T01:01:18.140Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41272026-04-29T01:01:18.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-29T01:01:18.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-29T01:01:18.747Z Checking typeid v1.0.3
41302026-04-29T01:01:18.849Z Checking ordered-float v2.10.1
41312026-04-29T01:01:18.871Z Checking unicode-xid v0.2.6
41322026-04-29T01:01:18.888Z Checking cargo-platform v0.2.0
41332026-04-29T01:01:18.916Z Checking erased-serde v0.4.9
41342026-04-29T01:01:19.057Z Checking serde-value v0.7.0
41352026-04-29T01:01:19.227Z Checking serde-untagged v0.1.9
41362026-04-29T01:01:19.411Z Checking cargo-util-schemas v0.8.2
41372026-04-29T01:01:20.095Z Checking cargo_metadata v0.21.0
41382026-04-29T01:01:20.704Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-04-29T01:01:21.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41402026-04-29T01:01:21.569Z
41412026-04-29T01:01:21.569Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41422026-04-29T01:01:22.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-04-29T01:01:22.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-04-29T01:01:22.304Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-04-29T01:01:22.934Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-04-29T01:01:23.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41472026-04-29T01:01:23.649Z
41482026-04-29T01:01:23.649Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41492026-04-29T01:01:24.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-04-29T01:01:24.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-04-29T01:01:24.507Z Compiling vergen-gitcl v1.0.8
41522026-04-29T01:01:24.507Z Compiling dirs-sys-next v0.1.2
41532026-04-29T01:01:24.507Z Compiling crunchy v0.2.4
41542026-04-29T01:01:24.507Z Compiling diesel_derives v2.3.7
41552026-04-29T01:01:24.507Z Compiling glob v0.3.3
41562026-04-29T01:01:24.507Z Compiling dsl_auto_type v0.2.0
41572026-04-29T01:01:24.514Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-04-29T01:01:24.514Z Checking scheduled-thread-pool v0.2.7
41592026-04-29T01:01:24.786Z Compiling diesel_table_macro_syntax v0.3.0
41602026-04-29T01:01:24.904Z Compiling dirs-next v2.0.0
41612026-04-29T01:01:24.909Z Compiling tiny-keccak v2.0.2
41622026-04-29T01:01:24.989Z Checking r2d2 v0.8.10
41632026-04-29T01:01:25.025Z Compiling clang-sys v1.8.1
41642026-04-29T01:01:25.039Z Compiling term v0.7.0
41652026-04-29T01:01:25.065Z Compiling bit-vec v0.6.3
41662026-04-29T01:01:25.188Z Checking downcast-rs v2.0.2
41672026-04-29T01:01:25.285Z Compiling bit-set v0.5.3
41682026-04-29T01:01:25.299Z Compiling itertools v0.10.5
41692026-04-29T01:01:25.400Z Compiling ascii-canvas v3.0.0
41702026-04-29T01:01:25.460Z Compiling ena v0.14.4
41712026-04-29T01:01:25.558Z Compiling libloading v0.8.9
41722026-04-29T01:01:25.599Z Compiling regex-syntax v0.6.29
41732026-04-29T01:01:25.612Z Compiling diff v0.1.13
41742026-04-29T01:01:25.682Z Compiling bindgen v0.71.1
41752026-04-29T01:01:25.692Z Compiling cexpr v0.6.0
41762026-04-29T01:01:25.873Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-04-29T01:01:26.062Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-04-29T01:01:26.122Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41792026-04-29T01:01:26.219Z Compiling libxml v0.3.3
41802026-04-29T01:01:26.322Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41812026-04-29T01:01:26.351Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41822026-04-29T01:01:26.470Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41832026-04-29T01:01:26.649Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41842026-04-29T01:01:26.664Z Compiling strum_macros v0.24.3
41852026-04-29T01:01:26.709Z Compiling indoc v1.0.9
41862026-04-29T01:01:26.918Z Compiling lalrpop v0.19.12
41872026-04-29T01:01:27.700Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41882026-04-29T01:01:27.742Z Checking derive_builder v0.20.2
41892026-04-29T01:01:27.861Z Compiling oso-derive v0.27.3
41902026-04-29T01:01:27.888Z Checking quick-xml v0.37.5
41912026-04-29T01:01:28.007Z Compiling impl-trait-for-tuples v0.2.3
41922026-04-29T01:01:28.359Z Checking openssl-probe v0.1.6
41932026-04-29T01:01:28.501Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41942026-04-29T01:01:28.775Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41952026-04-29T01:01:28.973Z Checking bb8 v0.8.6
41962026-04-29T01:01:29.253Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41972026-04-29T01:01:29.271Z Checking nonempty v0.12.0
41982026-04-29T01:01:29.418Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41992026-04-29T01:01:29.439Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42002026-04-29T01:01:29.474Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42012026-04-29T01:01:29.547Z Checking console v0.16.2
42022026-04-29T01:01:29.641Z Checking unit-prefix v0.5.2
42032026-04-29T01:01:29.659Z Checking support-bundle-viewer v0.1.2
42042026-04-29T01:01:29.774Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42052026-04-29T01:01:29.854Z Checking indicatif v0.18.4
42062026-04-29T01:01:29.925Z Checking multimap v0.10.1
42072026-04-29T01:01:30.472Z Checking diesel v2.3.7
42082026-04-29T01:01:32.340Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42092026-04-29T01:01:33.068Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42102026-04-29T01:01:33.386Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42112026-04-29T01:01:33.599Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42122026-04-29T01:01:33.991Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42132026-04-29T01:01:34.870Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42142026-04-29T01:01:34.956Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-04-29T01:01:35.536Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42162026-04-29T01:01:37.530Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42172026-04-29T01:01:42.533Z Compiling samael v0.0.19
42182026-04-29T01:01:46.270Z Checking diesel-dtrace v0.5.0
42192026-04-29T01:01:46.497Z Checking async-bb8-diesel v0.2.1
42202026-04-29T01:01:47.333Z Compiling polar-core v0.27.3
42212026-04-29T01:01:51.754Z Checking oso v0.27.3
42222026-04-29T01:02:28.252Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42232026-04-29T01:03:01.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42242026-04-29T01:03:01.556Z
42252026-04-29T01:03:01.557Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42262026-04-29T01:03:02.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-29T01:03:02.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-29T01:03:02.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-04-29T01:03:02.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42302026-04-29T01:03:02.221Z
42312026-04-29T01:03:02.221Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42322026-04-29T01:03:02.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-29T01:03:02.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-29T01:03:02.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-29T01:03:02.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42362026-04-29T01:03:02.888Z
42372026-04-29T01:03:02.888Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42382026-04-29T01:03:03.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-29T01:03:03.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-29T01:03:03.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-04-29T01:03:03.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42422026-04-29T01:03:03.473Z
42432026-04-29T01:03:03.473Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42442026-04-29T01:03:04.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-04-29T01:03:04.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-04-29T01:03:04.340Z Compiling libz-sys v1.1.24
42472026-04-29T01:03:04.472Z Compiling libgit2-sys v0.18.3+1.9.2
42482026-04-29T01:03:04.483Z Compiling vergen-git2 v1.0.7
42492026-04-29T01:03:04.492Z Compiling rustls v0.21.12
42502026-04-29T01:03:04.524Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42512026-04-29T01:03:04.536Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42522026-04-29T01:03:04.536Z Checking sct v0.7.1
42532026-04-29T01:03:04.536Z Checking rustls-webpki v0.101.7
42542026-04-29T01:03:04.687Z Compiling nix v0.29.0
42552026-04-29T01:03:04.701Z Compiling dropshot v0.16.7
42562026-04-29T01:03:04.715Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42572026-04-29T01:03:04.788Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42582026-04-29T01:03:04.854Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42592026-04-29T01:03:04.965Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-04-29T01:03:04.985Z Checking toml v0.9.12+spec-1.1.0
42612026-04-29T01:03:05.028Z Compiling dropshot_endpoint v0.16.7
42622026-04-29T01:03:05.179Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42632026-04-29T01:03:05.339Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42642026-04-29T01:03:05.468Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-04-29T01:03:05.571Z Checking rustls-pemfile v1.0.4
42662026-04-29T01:03:05.708Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42672026-04-29T01:03:05.942Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-04-29T01:03:05.960Z Checking twox-hash v2.1.2
42692026-04-29T01:03:06.152Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42702026-04-29T01:03:06.167Z Checking tokio-rustls v0.24.1
42712026-04-29T01:03:06.775Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42722026-04-29T01:03:06.854Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-04-29T01:03:06.877Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42742026-04-29T01:03:07.417Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42752026-04-29T01:03:07.484Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42762026-04-29T01:03:07.505Z Checking fatfs v0.3.6
42772026-04-29T01:03:07.632Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42782026-04-29T01:03:07.749Z Compiling seq-macro v0.3.6
42792026-04-29T01:03:11.367Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42802026-04-29T01:03:11.495Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-04-29T01:03:11.669Z Compiling git2 v0.20.4
42822026-04-29T01:03:13.920Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42832026-04-29T01:04:00.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.97s
42842026-04-29T01:04:00.687Z
42852026-04-29T01:04:00.687Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42862026-04-29T01:04:01.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-04-29T01:04:01.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-04-29T01:04:01.587Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-04-29T01:04:44.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
42902026-04-29T01:04:44.357Z
42912026-04-29T01:04:44.357Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42922026-04-29T01:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-29T01:04:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-29T01:04:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-04-29T01:04:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42962026-04-29T01:04:44.357Z
42972026-04-29T01:04:44.357Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42982026-04-29T01:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-29T01:04:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-29T01:04:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-29T01:04:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43022026-04-29T01:04:44.357Z
43032026-04-29T01:04:44.357Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43042026-04-29T01:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-29T01:04:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-29T01:04:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-29T01:04:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43082026-04-29T01:04:44.357Z
43092026-04-29T01:04:44.357Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43102026-04-29T01:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-29T01:04:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-29T01:04:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-29T01:04:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43142026-04-29T01:04:44.357Z
43152026-04-29T01:04:44.357Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43162026-04-29T01:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-29T01:04:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-29T01:04:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-04-29T01:04:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43202026-04-29T01:04:44.357Z
43212026-04-29T01:04:44.358Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43222026-04-29T01:04:44.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-04-29T01:04:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-04-29T01:04:44.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-04-29T01:04:44.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43262026-04-29T01:04:44.487Z
43272026-04-29T01:04:44.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43282026-04-29T01:04:45.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-04-29T01:04:45.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-04-29T01:04:45.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-04-29T01:04:45.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-04-29T01:04:45.147Z
43332026-04-29T01:04:45.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43342026-04-29T01:04:45.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-04-29T01:04:45.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-04-29T01:04:45.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-04-29T01:04:45.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-04-29T01:04:45.810Z
43392026-04-29T01:04:45.810Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43402026-04-29T01:04:46.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-04-29T01:04:46.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-04-29T01:04:46.701Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43432026-04-29T01:04:46.705Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43442026-04-29T01:04:46.891Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43452026-04-29T01:04:46.926Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43462026-04-29T01:04:46.945Z Checking diff v0.1.13
43472026-04-29T01:04:46.951Z Checking yansi v1.0.1
43482026-04-29T01:04:46.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-04-29T01:04:46.971Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43502026-04-29T01:04:47.029Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43512026-04-29T01:04:47.199Z Checking pretty_assertions v1.4.1
43522026-04-29T01:04:47.876Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43532026-04-29T01:05:11.366Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43542026-04-29T01:05:11.370Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43552026-04-29T01:05:11.370Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43562026-04-29T01:05:11.370Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43572026-04-29T01:05:11.370Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43582026-04-29T01:05:11.370Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-04-29T01:05:12.193Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43602026-04-29T01:05:13.290Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-04-29T01:05:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43622026-04-29T01:05:51.825Z
43632026-04-29T01:05:51.825Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43642026-04-29T01:05:52.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-29T01:05:52.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-29T01:05:52.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-04-29T01:05:52.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43682026-04-29T01:05:52.415Z
43692026-04-29T01:05:52.415Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43702026-04-29T01:05:52.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-29T01:05:52.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-29T01:05:53.194Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43732026-04-29T01:05:53.315Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43742026-04-29T01:05:53.323Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43752026-04-29T01:06:18.921Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43762026-04-29T01:06:19.305Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43772026-04-29T01:06:21.011Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-04-29T01:06:21.471Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43792026-04-29T01:06:24.429Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43802026-04-29T01:06:47.122Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43812026-04-29T01:06:47.845Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43822026-04-29T01:06:49.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s
43832026-04-29T01:06:49.721Z
43842026-04-29T01:06:49.721Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43852026-04-29T01:06:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-04-29T01:06:50.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-04-29T01:06:50.442Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43882026-04-29T01:06:51.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43892026-04-29T01:06:51.352Z
43902026-04-29T01:06:51.352Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43912026-04-29T01:06:51.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-04-29T01:06:51.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-04-29T01:06:52.019Z Compiling blake3 v1.8.3
43942026-04-29T01:06:52.113Z Checking arrayvec v0.7.6
43952026-04-29T01:06:52.113Z Checking constant_time_eq v0.4.2
43962026-04-29T01:06:52.141Z Checking arrayref v0.3.9
43972026-04-29T01:06:52.157Z Checking topological-sort v0.2.2
43982026-04-29T01:06:52.157Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43992026-04-29T01:06:52.158Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44002026-04-29T01:06:52.158Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44012026-04-29T01:06:52.202Z Checking shell-words v1.1.1
44022026-04-29T01:06:52.910Z Checking omicron-zone-package v0.12.2
44032026-04-29T01:06:53.610Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44042026-04-29T01:06:54.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
44052026-04-29T01:06:54.625Z
44062026-04-29T01:06:54.625Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44072026-04-29T01:06:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-04-29T01:06:55.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-04-29T01:06:55.277Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44102026-04-29T01:06:55.605Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44112026-04-29T01:06:56.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44122026-04-29T01:06:56.192Z
44132026-04-29T01:06:56.192Zinfo: running `cargo check --bins` on schema (254/272)
44142026-04-29T01:06:56.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-04-29T01:06:56.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-04-29T01:06:56.924Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44172026-04-29T01:06:57.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44182026-04-29T01:06:57.851Z
44192026-04-29T01:06:57.851Zinfo: running `cargo check --bins` on xtask (255/272)
44202026-04-29T01:06:58.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-04-29T01:06:58.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-04-29T01:06:58.315Z Checking libc v0.2.185
44232026-04-29T01:06:58.396Z Checking serde v1.0.228
44242026-04-29T01:06:58.402Z Checking zerofrom v0.1.6
44252026-04-29T01:06:58.407Z Checking bitflags v2.11.0
44262026-04-29T01:06:58.412Z Checking smallvec v1.15.1
44272026-04-29T01:06:58.418Z Checking indexmap v2.14.0
44282026-04-29T01:06:58.428Z Checking serde_json v1.0.149
44292026-04-29T01:06:58.431Z Checking num-traits v0.2.19
44302026-04-29T01:06:58.501Z Checking yoke v0.8.1
44312026-04-29T01:06:58.634Z Checking scroll v0.12.0
44322026-04-29T01:06:58.650Z Checking thiserror v1.0.69
44332026-04-29T01:06:58.672Z Checking zerovec v0.11.5
44342026-04-29T01:06:58.682Z Checking zerotrie v0.2.3
44352026-04-29T01:06:58.692Z Checking errno v0.3.14
44362026-04-29T01:06:58.778Z Checking percent-encoding v2.3.2
44372026-04-29T01:06:58.794Z Checking serde_spanned v0.6.9
44382026-04-29T01:06:58.805Z Checking rustix v1.1.3
44392026-04-29T01:06:58.915Z Checking toml_datetime v0.6.11
44402026-04-29T01:06:58.918Z Checking log v0.4.29
44412026-04-29T01:06:58.918Z Checking zerocopy v0.7.35
44422026-04-29T01:06:58.943Z Checking form_urlencoded v1.2.2
44432026-04-29T01:06:58.952Z Checking ordered-float v2.10.1
44442026-04-29T01:06:59.030Z Checking getrandom v0.4.1
44452026-04-29T01:06:59.066Z Checking goblin v0.8.2
44462026-04-29T01:06:59.066Z Checking thiserror v2.0.18
44472026-04-29T01:06:59.091Z Checking tinystr v0.8.2
44482026-04-29T01:06:59.101Z Checking potential_utf v0.1.4
44492026-04-29T01:06:59.162Z Checking toml_edit v0.22.27
44502026-04-29T01:06:59.173Z Checking syn v2.0.117
44512026-04-29T01:06:59.176Z Checking serde-value v0.7.0
44522026-04-29T01:06:59.228Z Checking icu_collections v2.1.1
44532026-04-29T01:06:59.268Z Checking icu_locale_core v2.1.1
44542026-04-29T01:06:59.383Z Checking dtrace-parser v0.2.0
44552026-04-29T01:06:59.420Z Checking thread-id v4.2.2
44562026-04-29T01:06:59.504Z Checking once_cell v1.21.3
44572026-04-29T01:06:59.535Z Checking cargo-platform v0.2.0
44582026-04-29T01:06:59.616Z Checking terminal_size v0.4.3
44592026-04-29T01:06:59.639Z Checking memmap v0.7.0
44602026-04-29T01:06:59.676Z Checking tempfile v3.25.0
44612026-04-29T01:06:59.710Z Checking fs-err v3.3.0
44622026-04-29T01:06:59.738Z Checking clap_builder v4.5.60
44632026-04-29T01:06:59.768Z Checking textwrap v0.16.2
44642026-04-29T01:06:59.824Z Checking icu_provider v2.1.1
44652026-04-29T01:06:59.866Z Checking camino-tempfile v1.4.1
44662026-04-29T01:06:59.884Z Checking tabled v0.15.0
44672026-04-29T01:06:59.979Z Checking anyhow v1.0.102
44682026-04-29T01:07:00.021Z Checking macaddr v1.0.1
44692026-04-29T01:07:00.060Z Checking icu_normalizer v2.1.1
44702026-04-29T01:07:00.177Z Checking icu_properties v2.1.2
44712026-04-29T01:07:00.201Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44722026-04-29T01:07:00.265Z Checking toml v0.8.23
44732026-04-29T01:07:00.579Z Checking cargo_toml v0.21.0
44742026-04-29T01:07:00.923Z Checking dof v0.3.0
44752026-04-29T01:07:00.926Z Checking clap v4.5.60
44762026-04-29T01:07:00.970Z Checking idna_adapter v1.2.1
44772026-04-29T01:07:01.082Z Checking idna v1.1.0
44782026-04-29T01:07:01.183Z Checking usdt-impl v0.5.0
44792026-04-29T01:07:01.313Z Checking url v2.5.8
44802026-04-29T01:07:01.434Z Checking usdt v0.5.0
44812026-04-29T01:07:01.649Z Checking cargo-util-schemas v0.8.2
44822026-04-29T01:07:02.336Z Checking cargo_metadata v0.21.0
44832026-04-29T01:07:02.951Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44842026-04-29T01:07:03.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
44852026-04-29T01:07:03.534Z
44862026-04-29T01:07:03.534Zinfo: running `cargo check --bins` on dnsadm (256/272)
44872026-04-29T01:07:04.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-04-29T01:07:04.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-04-29T01:07:04.128Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44902026-04-29T01:07:04.608Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44912026-04-29T01:07:05.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44922026-04-29T01:07:05.187Z
44932026-04-29T01:07:05.187Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44942026-04-29T01:07:05.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-29T01:07:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-29T01:07:05.989Z Checking polyval v0.6.2
44972026-04-29T01:07:06.111Z Checking ctr v0.9.2
44982026-04-29T01:07:06.124Z Checking ssh-encoding v0.2.0
44992026-04-29T01:07:06.124Z Checking blowfish v0.9.1
45002026-04-29T01:07:06.144Z Checking password-hash v0.4.2
45012026-04-29T01:07:06.161Z Checking p521 v0.13.3
45022026-04-29T01:07:06.164Z Checking p256 v0.13.2
45032026-04-29T01:07:06.187Z Checking russh-cryptovec v0.7.3
45042026-04-29T01:07:06.255Z Checking ghash v0.5.1
45052026-04-29T01:07:06.271Z Checking bcrypt-pbkdf v0.10.0
45062026-04-29T01:07:06.281Z Checking md5 v0.7.0
45072026-04-29T01:07:06.317Z Checking num-bigint v0.4.6
45082026-04-29T01:07:06.317Z Checking des v0.8.1
45092026-04-29T01:07:06.370Z Checking aes-gcm v0.10.3
45102026-04-29T01:07:06.373Z Checking pbkdf2 v0.11.0
45112026-04-29T01:07:06.415Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45122026-04-29T01:07:06.431Z Checking hex-literal v0.4.1
45132026-04-29T01:07:06.446Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45142026-04-29T01:07:06.509Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45152026-04-29T01:07:06.523Z Checking socket2 v0.5.10
45162026-04-29T01:07:06.526Z Checking ssh-cipher v0.2.0
45172026-04-29T01:07:06.552Z Checking internet-checksum v0.2.1
45182026-04-29T01:07:06.699Z Checking ssh-key v0.6.7
45192026-04-29T01:07:06.809Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45202026-04-29T01:07:07.333Z Checking russh-keys v0.45.0
45212026-04-29T01:07:07.893Z Checking russh v0.45.0
45222026-04-29T01:07:22.654Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45232026-04-29T01:07:23.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
45242026-04-29T01:07:24.118Z
45252026-04-29T01:07:24.118Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45262026-04-29T01:07:24.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-29T01:07:24.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-29T01:07:24.752Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45292026-04-29T01:07:24.861Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45302026-04-29T01:07:24.870Z Checking termios v0.3.3
45312026-04-29T01:07:26.066Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45322026-04-29T01:07:26.222Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45332026-04-29T01:07:28.004Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45342026-04-29T01:07:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
45352026-04-29T01:07:28.763Z
45362026-04-29T01:07:28.763Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45372026-04-29T01:07:29.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-04-29T01:07:29.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-04-29T01:07:29.485Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45402026-04-29T01:07:29.598Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45412026-04-29T01:07:29.610Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45422026-04-29T01:07:29.613Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45432026-04-29T01:07:29.625Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45442026-04-29T01:07:29.625Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45452026-04-29T01:07:30.347Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45462026-04-29T01:07:30.692Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45472026-04-29T01:07:30.698Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45482026-04-29T01:07:31.328Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45492026-04-29T01:07:32.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45502026-04-29T01:07:33.183Z
45512026-04-29T01:07:33.183Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45522026-04-29T01:07:33.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-29T01:07:33.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-29T01:07:33.822Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45552026-04-29T01:07:34.276Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45562026-04-29T01:07:34.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45572026-04-29T01:07:34.791Z
45582026-04-29T01:07:34.791Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45592026-04-29T01:07:35.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-29T01:07:35.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-29T01:07:35.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-04-29T01:07:35.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45632026-04-29T01:07:35.390Z
45642026-04-29T01:07:35.390Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45652026-04-29T01:07:35.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-29T01:07:35.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-29T01:07:35.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-29T01:07:35.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45692026-04-29T01:07:35.981Z
45702026-04-29T01:07:35.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45712026-04-29T01:07:36.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-29T01:07:36.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-29T01:07:36.837Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45742026-04-29T01:07:37.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45752026-04-29T01:07:37.567Z
45762026-04-29T01:07:37.567Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45772026-04-29T01:07:38.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-29T01:07:38.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-29T01:07:38.235Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45802026-04-29T01:07:38.250Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45812026-04-29T01:07:38.613Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45822026-04-29T01:07:38.613Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45832026-04-29T01:07:39.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45842026-04-29T01:07:39.573Z
45852026-04-29T01:07:39.573Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45862026-04-29T01:07:39.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-29T01:07:40.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-29T01:07:40.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-04-29T01:07:40.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45902026-04-29T01:07:40.161Z
45912026-04-29T01:07:40.161Zinfo: running `cargo check --bins` on omicron-package (266/272)
45922026-04-29T01:07:40.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-29T01:07:41.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-29T01:07:41.033Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45952026-04-29T01:07:41.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45962026-04-29T01:07:42.118Z
45972026-04-29T01:07:42.119Zinfo: running `cargo check --bins` on tqdb (267/272)
45982026-04-29T01:07:42.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-29T01:07:42.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-29T01:07:42.799Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46012026-04-29T01:07:43.287Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46022026-04-29T01:07:43.750Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46032026-04-29T01:07:43.849Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46042026-04-29T01:07:49.280Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46052026-04-29T01:07:49.298Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46062026-04-29T01:07:49.843Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46072026-04-29T01:07:49.843Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46082026-04-29T01:07:49.880Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46092026-04-29T01:07:49.880Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46102026-04-29T01:07:50.628Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46112026-04-29T01:07:51.610Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46122026-04-29T01:07:52.349Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46132026-04-29T01:07:52.961Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46142026-04-29T01:07:56.991Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46152026-04-29T01:08:03.255Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46162026-04-29T01:08:03.255Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46172026-04-29T01:08:03.255Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46182026-04-29T01:08:03.263Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-04-29T01:08:04.705Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46202026-04-29T01:08:06.006Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46212026-04-29T01:08:06.673Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46222026-04-29T01:08:07.911Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46232026-04-29T01:08:08.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.43s
46242026-04-29T01:08:08.668Z
46252026-04-29T01:08:08.668Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46262026-04-29T01:08:09.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-29T01:08:09.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-29T01:08:09.523Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46292026-04-29T01:08:09.523Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46302026-04-29T01:08:09.530Z Checking rtoolbox v0.0.3
46312026-04-29T01:08:09.530Z Checking tui-tree-widget v0.23.1
46322026-04-29T01:08:09.609Z Checking rpassword v7.4.0
46332026-04-29T01:08:10.606Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46342026-04-29T01:08:13.616Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46352026-04-29T01:08:15.393Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46362026-04-29T01:08:16.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
46372026-04-29T01:08:16.558Z
46382026-04-29T01:08:16.558Zinfo: running `cargo check --bins` on wicket (269/272)
46392026-04-29T01:08:17.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-29T01:08:17.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-29T01:08:17.198Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422026-04-29T01:08:17.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46432026-04-29T01:08:17.880Z
46442026-04-29T01:08:17.880Zinfo: running `cargo check --bins` on wicketd (270/272)
46452026-04-29T01:08:18.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-29T01:08:18.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-29T01:08:18.449Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46482026-04-29T01:08:18.470Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46492026-04-29T01:08:18.470Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46502026-04-29T01:08:18.470Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46512026-04-29T01:08:22.411Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46522026-04-29T01:08:22.411Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46532026-04-29T01:08:22.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46542026-04-29T01:08:23.156Z
46552026-04-29T01:08:23.156Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46562026-04-29T01:08:23.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-04-29T01:08:23.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-04-29T01:08:23.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-04-29T01:08:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46602026-04-29T01:08:23.730Z
46612026-04-29T01:08:23.730Zinfo: running `cargo check --bins` on zone-setup (272/272)
46622026-04-29T01:08:24.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-04-29T01:08:24.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-04-29T01:08:24.388Z Checking uzers v0.12.2
46652026-04-29T01:08:24.659Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46662026-04-29T01:08:25.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46672026-04-29T01:08:25.653Z
46682026-04-29T01:08:25.653Zreal 14:05.338233865
46692026-04-29T01:08:25.653Zuser 20:28.242391316
46702026-04-29T01:08:25.656Zsys 4:15.718874518
46712026-04-29T01:08:25.656Ztrap 0.329412196
46722026-04-29T01:08:25.656Ztflt 0.333440303
46732026-04-29T01:08:25.656Zdflt 0.890352490
46742026-04-29T01:08:25.656Zkflt 0.001894111
46752026-04-29T01:08:25.656Zlock 1:17:20.325814102
46762026-04-29T01:08:25.656Zslp 1:38:10.169190123
46772026-04-29T01:08:25.657Zlat 52.986651120
46782026-04-29T01:08:25.657Zstop 3:26.967978661
46792026-04-29T01:08:25.657Zprocess exited: duration 1027239 ms, exit code 0
 
46802026-04-29T01:08:25.668Zfound 0 output files