01KQSPN5Y913E65BE449D78ZS3: 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: 01KQSPNH7RTVH6HG5HXDJZVYD4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T14:36:41.929Zjob assigned to worker 01KQSPNQQ8XSC8HA6A6PKPHQX7 [factory aws, i-0b4f6d711442f5aee] (queued for 47 s)
 
22026-05-04T14:36:48.964Zstarting task 0: "setup"
32026-05-04T14:36:48.968Z++ uname -s
42026-05-04T14:36:48.971Z+ kern=SunOS
52026-05-04T14:36:48.971Z+ build_user=build
62026-05-04T14:36:48.971Z+ build_uid=12345
72026-05-04T14:36:48.971Z+ work_dir=/work
82026-05-04T14:36:48.972Z+ input_dir=/input
92026-05-04T14:36:48.972Z+ [[ 0 == 12345 ]]
102026-05-04T14:36:48.972Z+ case "$kern" in
112026-05-04T14:36:48.972Z+ groupadd -g 12345 build
122026-05-04T14:36:48.974Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T14:36:50.978Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T14:36:51.090Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T14:36:51.093Z+ home_fs=zfs
162026-05-04T14:36:51.094Z+ [[ zfs == autofs ]]
172026-05-04T14:36:51.094Z+ mkdir -p /home/build
182026-05-04T14:36:51.094Z+ chown build:build /home/build /work
192026-05-04T14:36:53.095Z+ chmod 0700 /home/build /work
202026-05-04T14:36:53.098Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-04T14:36:53.104Zstarting task 1: "rust-toolchain"
222026-05-04T14:36:53.109Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T14:36:53.109Z * rust toolchain channel = "1.94.0"
242026-05-04T14:36:53.109Z * rust toolchain profile = "default"
252026-05-04T14:36:53.109Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T14:36:53.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T14:36:53.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T14:36:53.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T14:36:53.112Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T14:36:53.233Zinfo: downloading installer
312026-05-04T14:36:54.556Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T14:36:54.556Zwarn: /opt/ooce/bin
332026-05-04T14:36:54.556Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T14:36:54.556Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T14:36:54.556Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T14:36:54.556Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T14:36:54.556Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T14:36:54.556Zerror: cannot install while Rust is installed
392026-05-04T14:36:54.556Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T14:36:54.556Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T14:36:54.556Zwarn: /home/build/.rustup/settings.toml
422026-05-04T14:36:54.556Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T14:36:54.556Zwarn: instead of the one inferred from the default host triple.
442026-05-04T14:36:54.569Zinfo: profile set to default
452026-05-04T14:36:54.570Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T14:36:54.573Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T14:36:54.707Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T14:36:54.710Zinfo: downloading 6 components
492026-05-04T14:37:09.054Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T14:37:09.054Z
512026-05-04T14:37:09.083Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T14:37:09.083Z
532026-05-04T14:37:09.083Z
542026-05-04T14:37:09.083ZRust is installed now. Great!
552026-05-04T14:37:09.083Z
562026-05-04T14:37:09.083ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T14:37:09.083Zenvironment variable. This has not been done automatically.
582026-05-04T14:37:09.083Z
592026-05-04T14:37:09.083ZTo configure your current shell, you need to source
602026-05-04T14:37:09.083Zthe corresponding env file under $HOME/.cargo.
612026-05-04T14:37:09.083Z
622026-05-04T14:37:09.083ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T14:37:09.083Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T14:37:09.083Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T14:37:09.083Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T14:37:09.083Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T14:37:09.083Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T14:37:09.083Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T14:37:09.086Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T14:37:09.086Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T14:37:09.172Z+ rustup --version
722026-05-04T14:37:09.181Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T14:37:09.184Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T14:37:09.202Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T14:37:09.205Z+ cargo --version
762026-05-04T14:37:09.218Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T14:37:09.221Z+ rustc --version
782026-05-04T14:37:09.240Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T14:37:09.242Zprocess exited: duration 16136 ms, exit code 0
 
802026-05-04T14:37:09.248Zstarting task 2: "authentication"
812026-05-04T14:37:09.264Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T14:37:09.270Zstarting task 3: "clone repository"
832026-05-04T14:37:09.273Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T14:37:09.276Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T14:37:09.305ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T14:37:18.618Z+ cd /work/oxidecomputer/omicron
872026-05-04T14:37:18.618Z+ git fetch origin 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
882026-05-04T14:37:18.900ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T14:37:18.900Z * branch 3cabbf7a87e5666813df5f9ce8b96df6ab171f27 -> FETCH_HEAD
902026-05-04T14:37:18.912Z+ [[ -n john/networking-db-cleanup ]]
912026-05-04T14:37:18.915Z++ git branch --show-current
922026-05-04T14:37:18.915Z+ current=main
932026-05-04T14:37:18.915Z+ [[ main != john/networking-db-cleanup ]]
942026-05-04T14:37:18.915Z+ git branch -f john/networking-db-cleanup 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
952026-05-04T14:37:18.918Z+ git checkout -f john/networking-db-cleanup
962026-05-04T14:37:19.147ZSwitched to branch 'john/networking-db-cleanup'
972026-05-04T14:37:19.150Z+ git reset --hard 3cabbf7a87e5666813df5f9ce8b96df6ab171f27
982026-05-04T14:37:19.168ZHEAD is now at 3cabbf7a8 Merge remote-tracking branch 'origin/main' into john/networking-db-cleanup
992026-05-04T14:37:19.171Zprocess exited: duration 9898 ms, exit code 0
 
1002026-05-04T14:37:19.177Zstarting task 4: "build"
1012026-05-04T14:37:19.181Z+ source .github/buildomat/ci-env.sh
1022026-05-04T14:37:19.181Z++ export CARGO_TERM_COLOR=always
1032026-05-04T14:37:19.184Z++ CARGO_TERM_COLOR=always
1042026-05-04T14:37:19.184Z+ cargo --version
1052026-05-04T14:37:19.191Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T14:37:19.193Z+ rustc --version
1072026-05-04T14:37:19.213Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T14:37:19.216Z+ source ./env.sh
1092026-05-04T14:37:19.216Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T14:37:19.216Z++ set -o xtrace
1112026-05-04T14:37:19.219Z++++ dirname ./env.sh
1122026-05-04T14:37:19.219Z+++ readlink -f .
1132026-05-04T14:37:19.222Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T14:37:19.222Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-04T14:37:19.222Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-04T14:37:19.222Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-04T14:37:19.222Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-04T14:37:19.222Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-04T14:37:19.222Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-04T14:37:19.222Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-04T14:37:19.222Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-04T14:37:19.222Z++ case $OLD_SHELL_OPTS in
1232026-05-04T14:37:19.222Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T14:37:19.222Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-04T14:37:19.222Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-04T14:37:19.222Z+ banner prerequisites
1272026-05-04T14:37:19.225Z
1282026-05-04T14:37:19.225Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T14:37:19.225Z # # # # # # # # # # # # # # #
1302026-05-04T14:37:19.225Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T14:37:19.225Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T14:37:19.225Z # # # # # # # # # # # # # # #
1332026-05-04T14:37:19.225Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T14:37:19.225Z
1352026-05-04T14:37:19.225Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T14:37:29.084Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T14:37:36.408Z Startup: Caching catalogs ... Done
1382026-05-04T14:37:43.247ZPlanning: Solver setup ... Done (5.407s)
1392026-05-04T14:37:43.284ZPlanning: Running solver ... Done (0.037s)
1402026-05-04T14:37:43.423ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-04T14:37:43.435ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T14:37:43.547ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T14:37:43.583ZPlanning: Package planning ... Done (0.036s)
1442026-05-04T14:37:43.619ZPlanning: Merging actions ... Done (0.036s)
1452026-05-04T14:37:43.798ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-05-04T14:37:43.807ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T14:37:44.587ZPlanning: Evaluating mediators ... Done (0.780s)
1482026-05-04T14:37:44.594ZPlanning: Planning completed in 8.02 seconds
1492026-05-04T14:37:44.606Z Packages to install: 5
1502026-05-04T14:37:44.606Z Mediators to change: 3
1512026-05-04T14:37:44.606Z Services to change: 1
1522026-05-04T14:37:44.606Z Estimated space available: 155.34 GB
1532026-05-04T14:37:44.609ZEstimated space to be consumed: 1.90 GB
1542026-05-04T14:37:44.609Z Create boot environment: No
1552026-05-04T14:37:44.609ZCreate backup boot environment: No
1562026-05-04T14:37:44.609Z Rebuild boot archive: No
1572026-05-04T14:37:44.609Z
1582026-05-04T14:37:44.609ZChanged mediators:
1592026-05-04T14:37:44.609Z mediator clang:
1602026-05-04T14:37:44.609Z version: None -> 15 (system default)
1612026-05-04T14:37:44.609Z
1622026-05-04T14:37:44.609Z mediator llvm:
1632026-05-04T14:37:44.609Z version: 14 (system default) -> 15 (system default)
1642026-05-04T14:37:44.609Z
1652026-05-04T14:37:44.609Z mediator postgresql:
1662026-05-04T14:37:44.609Z version: 15 (system default) -> 18 (system default)
1672026-05-04T14:37:44.609Z
1682026-05-04T14:37:44.609ZChanged packages:
1692026-05-04T14:37:44.609Zhelios-dev
1702026-05-04T14:37:44.609Z developer/build-essential
1712026-05-04T14:37:44.609Z None -> 11-2.0
1722026-05-04T14:37:44.609Z library/libxmlsec1
1732026-05-04T14:37:44.610Z None -> 1.2.35-2.0
1742026-05-04T14:37:44.610Z ooce/developer/clang-15
1752026-05-04T14:37:44.610Z None -> 15.0.7-2.0
1762026-05-04T14:37:44.610Z ooce/developer/llvm-15
1772026-05-04T14:37:44.610Z None -> 15.0.7-2.0
1782026-05-04T14:37:44.610Z ooce/library/postgresql-18
1792026-05-04T14:37:44.610Z None -> 18.1-2.0
1802026-05-04T14:37:44.610Z
1812026-05-04T14:37:44.610ZServices:
1822026-05-04T14:37:44.610Z restart_fmri:
1832026-05-04T14:37:44.610Z svc:/system/update-man-index:default
1842026-05-04T14:37:44.648Z
1852026-05-04T14:37:44.648ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T14:37:49.649ZDownload: 2370/4272 items 120.0/219.0MB 54% complete (24.3M/s)
1872026-05-04T14:37:54.917ZDownload: 3279/4272 items 210.3/219.0MB 96% complete (22.3M/s)
1882026-05-04T14:37:57.312ZDownload: Completed 218.99 MB in 12.66 seconds (17.3M/s)
1892026-05-04T14:37:57.681Z Actions: 1/4789 actions (Installing new actions)
1902026-05-04T14:38:01.033Z Actions: Completed 4789 actions in 3.35 seconds.
1912026-05-04T14:38:01.692Z Done (0.655s)
1922026-05-04T14:38:01.692Z Done (0.000s)
1932026-05-04T14:38:02.417Z Done (0.725s)
1942026-05-04T14:38:05.354Z Done (2.581s)
1952026-05-04T14:38:05.430Z Done (0.012s)
1962026-05-04T14:38:05.433Z Done (0.000s)
1972026-05-04T14:38:05.764Z Done (0.000s)
1982026-05-04T14:38:06.617ZPlanning: Evaluating mediator changes ... Done
1992026-05-04T14:38:06.724ZPlanning: Checking for conflicting actions ... Done
2002026-05-04T14:38:06.729ZPlanning: Consolidating action changes ... Done
2012026-05-04T14:38:06.884ZPlanning: Evaluating mediators ... Done
2022026-05-04T14:38:06.889ZPlanning: Planning completed in 0.27 seconds
2032026-05-04T14:38:06.904Z Mediators to change: 2
2042026-05-04T14:38:06.904Z Create boot environment: No
2052026-05-04T14:38:06.904ZCreate backup boot environment: No
2062026-05-04T14:38:06.950Z Done
2072026-05-04T14:38:06.950Z Done
2082026-05-04T14:38:07.549Z Done
2092026-05-04T14:38:10.014Z Done
2102026-05-04T14:38:10.090Z Done
2112026-05-04T14:38:10.093Z Done
2122026-05-04T14:38:10.224Z Done
2132026-05-04T14:38:10.484ZPlanning: Evaluating mediator changes ... Done
2142026-05-04T14:38:10.591ZPlanning: Checking for conflicting actions ... Done
2152026-05-04T14:38:10.594ZPlanning: Consolidating action changes ... Done
2162026-05-04T14:38:10.752ZPlanning: Evaluating mediators ... Done
2172026-05-04T14:38:10.756ZPlanning: Planning completed in 0.27 seconds
2182026-05-04T14:38:10.775Z Mediators to change: 1
2192026-05-04T14:38:10.775Z Create boot environment: No
2202026-05-04T14:38:10.775ZCreate backup boot environment: No
2212026-05-04T14:38:10.825Z Done
2222026-05-04T14:38:10.825Z Done
2232026-05-04T14:38:11.432Z Done
2242026-05-04T14:38:13.898Z Done
2252026-05-04T14:38:13.974Z Done
2262026-05-04T14:38:13.977Z Done
2272026-05-04T14:38:14.126Z Done
2282026-05-04T14:38:14.414ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-04T14:38:14.414Zclang system 15 system
2302026-05-04T14:38:14.414Zcsh system system illumos
2312026-05-04T14:38:14.414Zctags system system illumos
2322026-05-04T14:38:14.414Zfile system system illumos
2332026-05-04T14:38:14.414Zgcc vendor 12 vendor
2342026-05-04T14:38:14.414Zgcc system 14 system
2352026-05-04T14:38:14.414Zgcc system 10 system
2362026-05-04T14:38:14.414Zgo system 1.20 system
2372026-05-04T14:38:14.414Zgo system 1.19 system
2382026-05-04T14:38:14.414Zllvm system 15 system
2392026-05-04T14:38:14.414Zllvm system 14 system
2402026-05-04T14:38:14.414Zmariadb system 10.6 system
2412026-05-04T14:38:14.414Zmta vendor vendor dma
2422026-05-04T14:38:14.414Zopenjdk system 17 system
2432026-05-04T14:38:14.414Zopenjdk system 11 system
2442026-05-04T14:38:14.414Zopenjdk system 1.8 system
2452026-05-04T14:38:14.414Zopenssl vendor 3 vendor
2462026-05-04T14:38:14.414Zperl system 5.36 system
2472026-05-04T14:38:14.414Zpostgresql system 18 system
2482026-05-04T14:38:14.414Zpostgresql system 15 system
2492026-05-04T14:38:14.415Zpostgresql system 13 system
2502026-05-04T14:38:14.415Zpython vendor 3 vendor
2512026-05-04T14:38:14.415Zpython system 2 system
2522026-05-04T14:38:14.415Zpython3 system 3.11 system
2532026-05-04T14:38:14.415Zruby system 3.0 system
2542026-05-04T14:38:14.415Zwords vendor vendor american-english
2552026-05-04T14:38:14.415Zwords system system australian-english
2562026-05-04T14:38:14.415Zwords system system british-english
2572026-05-04T14:38:14.415Zwords system system canadian-english
2582026-05-04T14:38:14.415Zwords system system french
2592026-05-04T14:38:14.415Zwords system system italian
2602026-05-04T14:38:14.415Zwords system system ngerman
2612026-05-04T14:38:14.415Zwords system system ogerman
2622026-05-04T14:38:14.415Zwords system system spanish
2632026-05-04T14:38:14.637ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-04T14:38:14.637Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-04T14:38:19.197ZFMRI IFO
2662026-05-04T14:38:19.197Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-04T14:38:19.198Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-04T14:38:19.198Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-04T14:38:19.198Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-04T14:38:19.198Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-04T14:38:19.198Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-04T14:38:19.198Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-04T14:38:19.198Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-04T14:38:19.198Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-04T14:38:19.198Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-04T14:38:19.198Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-04T14:38:19.198Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-04T14:38:19.198Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-04T14:38:19.198Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-04T14:38:19.199Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-04T14:38:19.199Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-04T14:38:19.199Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-04T14:38:20.318Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-04T14:38:20.604Z Updating crates.io index
2852026-05-04T14:38:20.635Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-04T14:38:21.370Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-04T14:38:21.863Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-04T14:38:22.541Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-04T14:38:23.361Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-04T14:38:23.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-04T14:38:25.195Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-04T14:38:26.152Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-04T14:38:26.469Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-04T14:38:27.381Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-04T14:38:27.850Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-04T14:38:28.218Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-04T14:38:28.663Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-04T14:38:29.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-04T14:38:30.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-04T14:38:30.578Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-04T14:38:30.971Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-04T14:38:31.433Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-04T14:38:31.675Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-04T14:38:31.919Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-04T14:38:32.219Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-04T14:38:32.647Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-04T14:38:33.196Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-05-04T14:38:33.666Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-05-04T14:38:33.978Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-05-04T14:38:34.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-05-04T14:38:35.454Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-05-04T14:38:36.014Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-05-04T14:38:36.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-04T14:38:36.991Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-04T14:38:37.284Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-04T14:38:37.626Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-04T14:38:37.928Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-04T14:38:38.450Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-05-04T14:38:38.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-05-04T14:38:39.001Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-05-04T14:38:39.294Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-05-04T14:38:39.682Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-05-04T14:38:51.577Z Downloading crates ...
3242026-05-04T14:38:51.623Z Downloaded anstream v0.6.21
3252026-05-04T14:38:51.635Z Downloaded clap v4.5.60
3262026-05-04T14:38:51.640Z Downloaded clap_lex v1.0.0
3272026-05-04T14:38:51.643Z Downloaded macaddr v1.0.1
3282026-05-04T14:38:51.643Z Downloaded generic-array v0.14.7
3292026-05-04T14:38:51.643Z Downloaded cargo_toml v0.21.0
3302026-05-04T14:38:51.646Z Downloaded cargo-platform v0.2.0
3312026-05-04T14:38:51.648Z Downloaded itoa v1.0.17
3322026-05-04T14:38:51.648Z Downloaded icu_normalizer_data v2.1.1
3332026-05-04T14:38:51.651Z Downloaded form_urlencoded v1.2.2
3342026-05-04T14:38:51.651Z Downloaded usdt v0.5.0
3352026-05-04T14:38:51.654Z Downloaded equivalent v1.0.2
3362026-05-04T14:38:51.657Z Downloaded crypto-common v0.1.7
3372026-05-04T14:38:51.657Z Downloaded anstyle-query v1.1.5
3382026-05-04T14:38:51.657Z Downloaded fnv v1.0.7
3392026-05-04T14:38:51.660Z Downloaded textwrap v0.16.2
3402026-05-04T14:38:51.663Z Downloaded potential_utf v0.1.4
3412026-05-04T14:38:51.663Z Downloaded dof v0.3.0
3422026-05-04T14:38:51.663Z Downloaded bytecount v0.6.9
3432026-05-04T14:38:51.666Z Downloaded typeid v1.0.3
3442026-05-04T14:38:51.666Z Downloaded toml_datetime v0.6.11
3452026-05-04T14:38:51.666Z Downloaded ordered-float v2.10.1
3462026-05-04T14:38:51.669Z Downloaded version_check v0.9.5
3472026-05-04T14:38:51.669Z Downloaded utf8_iter v1.0.4
3482026-05-04T14:38:51.669Z Downloaded usdt-attr-macro v0.5.0
3492026-05-04T14:38:51.669Z Downloaded autocfg v1.5.0
3502026-05-04T14:38:51.671Z Downloaded unicode-xid v0.2.6
3512026-05-04T14:38:51.672Z Downloaded yoke v0.8.1
3522026-05-04T14:38:51.674Z Downloaded utf8parse v0.2.2
3532026-05-04T14:38:51.674Z Downloaded thread-id v4.2.2
3542026-05-04T14:38:51.678Z Downloaded zerofrom-derive v0.1.6
3552026-05-04T14:38:51.681Z Downloaded colorchoice v1.0.4
3562026-05-04T14:38:51.681Z Downloaded zerofrom v0.1.6
3572026-05-04T14:38:51.681Z Downloaded yoke-derive v0.8.1
3582026-05-04T14:38:51.681Z Downloaded usdt-macro v0.5.0
3592026-05-04T14:38:51.684Z Downloaded toml_write v0.1.2
3602026-05-04T14:38:51.684Z Downloaded cargo-util-schemas v0.8.2
3612026-05-04T14:38:51.684Z Downloaded tinystr v0.8.2
3622026-05-04T14:38:51.687Z Downloaded heck v0.4.1
3632026-05-04T14:38:51.687Z Downloaded unicode-linebreak v0.1.5
3642026-05-04T14:38:51.690Z Downloaded camino-tempfile v1.4.1
3652026-05-04T14:38:51.690Z Downloaded anstyle-parse v0.2.7
3662026-05-04T14:38:51.693Z Downloaded cpufeatures v0.2.17
3672026-05-04T14:38:51.697Z Downloaded zerovec-derive v0.11.2
3682026-05-04T14:38:51.700Z Downloaded idna_adapter v1.2.1
3692026-05-04T14:38:51.700Z Downloaded thiserror v2.0.18
3702026-05-04T14:38:51.703Z Downloaded serde_spanned v0.6.9
3712026-05-04T14:38:51.703Z Downloaded pretty-hex v0.4.1
3722026-05-04T14:38:51.703Z Downloaded block-buffer v0.10.4
3732026-05-04T14:38:51.706Z Downloaded thiserror v1.0.69
3742026-05-04T14:38:51.709Z Downloaded writeable v0.6.2
3752026-05-04T14:38:51.709Z Downloaded bitflags v2.11.0
3762026-05-04T14:38:51.712Z Downloaded thiserror-impl v2.0.18
3772026-05-04T14:38:51.712Z Downloaded byteorder v1.5.0
3782026-05-04T14:38:51.715Z Downloaded zmij v1.0.21
3792026-05-04T14:38:51.715Z Downloaded percent-encoding v2.3.2
3802026-05-04T14:38:51.718Z Downloaded toml v0.8.23
3812026-05-04T14:38:51.718Z Downloaded thiserror-impl v1.0.69
3822026-05-04T14:38:51.718Z Downloaded smawk v0.3.2
3832026-05-04T14:38:51.720Z Downloaded dtrace-parser v0.2.0
3842026-05-04T14:38:51.720Z Downloaded zerocopy-derive v0.7.35
3852026-05-04T14:38:51.723Z Downloaded terminal_size v0.4.3
3862026-05-04T14:38:51.723Z Downloaded usdt-impl v0.5.0
3872026-05-04T14:38:51.723Z Downloaded ucd-trie v0.1.7
3882026-05-04T14:38:51.726Z Downloaded toml_edit v0.22.27
3892026-05-04T14:38:51.726Z Downloaded plain v0.2.3
3902026-05-04T14:38:51.729Z Downloaded memmap v0.7.0
3912026-05-04T14:38:51.729Z Downloaded heck v0.5.0
3922026-05-04T14:38:51.729Z Downloaded serde-value v0.7.0
3932026-05-04T14:38:51.729Z Downloaded fastrand v2.3.0
3942026-05-04T14:38:51.732Z Downloaded scroll_derive v0.12.1
3952026-05-04T14:38:51.732Z Downloaded is_terminal_polyfill v1.70.2
3962026-05-04T14:38:51.732Z Downloaded cfg-if v1.0.4
3972026-05-04T14:38:51.732Z Downloaded strsim v0.11.1
3982026-05-04T14:38:51.735Z Downloaded stable_deref_trait v1.2.1
3992026-05-04T14:38:51.735Z Downloaded unicode-ident v1.0.24
4002026-05-04T14:38:51.738Z Downloaded tabled_derive v0.7.0
4012026-05-04T14:38:51.741Z Downloaded swrite v0.1.0
4022026-05-04T14:38:51.741Z Downloaded zerotrie v0.2.3
4032026-05-04T14:38:51.744Z Downloaded typenum v1.19.0
4042026-05-04T14:38:51.747Z Downloaded url v2.5.8
4052026-05-04T14:38:51.751Z Downloaded errno v0.3.14
4062026-05-04T14:38:51.755Z Downloaded zerovec v0.11.5
4072026-05-04T14:38:51.760Z Downloaded winnow v0.7.14
4082026-05-04T14:38:51.766Z Downloaded proc-macro-error v1.0.4
4092026-05-04T14:38:51.769Z Downloaded anyhow v1.0.102
4102026-05-04T14:38:51.771Z Downloaded zerocopy v0.7.35
4112026-05-04T14:38:51.779Z Downloaded synstructure v0.13.2
4122026-05-04T14:38:51.781Z Downloaded digest v0.10.7
4132026-05-04T14:38:51.781Z Downloaded proc-macro-error-attr v1.0.4
4142026-05-04T14:38:51.781Z Downloaded erased-serde v0.4.9
4152026-05-04T14:38:51.784Z Downloaded unicode-width v0.1.14
4162026-05-04T14:38:51.787Z Downloaded unicode-width v0.2.0
4172026-05-04T14:38:51.790Z Downloaded cargo_metadata v0.21.0
4182026-05-04T14:38:51.790Z Downloaded quote v1.0.45
4192026-05-04T14:38:51.793Z Downloaded serde-untagged v0.1.9
4202026-05-04T14:38:51.793Z Downloaded serde_tokenstream v0.2.3
4212026-05-04T14:38:51.793Z Downloaded scroll v0.12.0
4222026-05-04T14:38:51.796Z Downloaded sha2 v0.10.9
4232026-05-04T14:38:51.796Z Downloaded anstyle v1.0.13
4242026-05-04T14:38:51.799Z Downloaded icu_provider v2.1.1
4252026-05-04T14:38:51.799Z Downloaded icu_properties v2.1.2
4262026-05-04T14:38:51.802Z Downloaded clap_derive v4.5.55
4272026-05-04T14:38:51.805Z Downloaded once_cell v1.21.3
4282026-05-04T14:38:51.805Z Downloaded icu_locale_core v2.1.1
4292026-05-04T14:38:51.808Z Downloaded camino v1.2.2
4302026-05-04T14:38:51.810Z Downloaded pest_meta v2.8.6
4312026-05-04T14:38:51.813Z Downloaded fs-err v3.3.0
4322026-05-04T14:38:51.816Z Downloaded semver v1.0.28
4332026-05-04T14:38:51.816Z Downloaded litemap v0.8.1
4342026-05-04T14:38:51.827Z Downloaded tempfile v3.25.0
4352026-05-04T14:38:51.829Z Downloaded displaydoc v0.2.5
4362026-05-04T14:38:51.829Z Downloaded pest_generator v2.8.6
4372026-05-04T14:38:51.832Z Downloaded pest_derive v2.8.6
4382026-05-04T14:38:51.832Z Downloaded icu_normalizer v2.1.1
4392026-05-04T14:38:51.836Z Downloaded smallvec v1.15.1
4402026-05-04T14:38:51.839Z Downloaded icu_collections v2.1.1
4412026-05-04T14:38:51.839Z Downloaded proc-macro2 v1.0.106
4422026-05-04T14:38:51.842Z Downloaded papergrid v0.11.0
4432026-05-04T14:38:51.845Z Downloaded num-traits v0.2.19
4442026-05-04T14:38:51.845Z Downloaded log v0.4.29
4452026-05-04T14:38:51.848Z Downloaded serde_core v1.0.228
4462026-05-04T14:38:51.857Z Downloaded getrandom v0.4.1
4472026-05-04T14:38:51.861Z Downloaded serde_derive v1.0.228
4482026-05-04T14:38:51.868Z Downloaded memchr v2.8.0
4492026-05-04T14:38:51.876Z Downloaded indexmap v2.14.0
4502026-05-04T14:38:51.879Z Downloaded icu_properties_data v2.1.2
4512026-05-04T14:38:51.886Z Downloaded serde v1.0.228
4522026-05-04T14:38:51.890Z Downloaded idna v1.1.0
4532026-05-04T14:38:51.894Z Downloaded hashbrown v0.17.0
4542026-05-04T14:38:51.900Z Downloaded pest v2.8.6
4552026-05-04T14:38:51.910Z Downloaded serde_json v1.0.149
4562026-05-04T14:38:51.926Z Downloaded goblin v0.8.2
4572026-05-04T14:38:51.930Z Downloaded tabled v0.15.0
4582026-05-04T14:38:51.937Z Downloaded clap_builder v4.5.60
4592026-05-04T14:38:51.943Z Downloaded syn v1.0.109
4602026-05-04T14:38:51.948Z Downloaded syn v2.0.117
4612026-05-04T14:38:51.969Z Downloaded rustix v1.1.3
4622026-05-04T14:38:51.988Z Downloaded libc v0.2.185
4632026-05-04T14:38:52.055Z Compiling proc-macro2 v1.0.106
4642026-05-04T14:38:52.055Z Compiling unicode-ident v1.0.24
4652026-05-04T14:38:52.055Z Compiling quote v1.0.45
4662026-05-04T14:38:52.055Z Compiling serde_core v1.0.228
4672026-05-04T14:38:52.055Z Compiling libc v0.2.185
4682026-05-04T14:38:52.058Z Compiling version_check v0.9.5
4692026-05-04T14:38:52.058Z Compiling stable_deref_trait v1.2.1
4702026-05-04T14:38:52.238Z Compiling serde v1.0.228
4712026-05-04T14:38:52.388Z Compiling memchr v2.8.0
4722026-05-04T14:38:52.408Z Compiling zmij v1.0.21
4732026-05-04T14:38:52.663Z Compiling thiserror v1.0.69
4742026-05-04T14:38:52.666Z Compiling ucd-trie v0.1.7
4752026-05-04T14:38:52.927Z Compiling itoa v1.0.17
4762026-05-04T14:38:52.970Z Compiling autocfg v1.5.0
4772026-05-04T14:38:53.036Z Compiling pest v2.8.6
4782026-05-04T14:38:53.070Z Compiling litemap v0.8.1
4792026-05-04T14:38:53.105Z Compiling writeable v0.6.2
4802026-05-04T14:38:53.168Z Compiling rustix v1.1.3
4812026-05-04T14:38:53.260Z Compiling byteorder v1.5.0
4822026-05-04T14:38:53.485Z Compiling icu_properties_data v2.1.2
4832026-05-04T14:38:53.509Z Compiling icu_normalizer_data v2.1.1
4842026-05-04T14:38:53.600Z Compiling syn v2.0.117
4852026-05-04T14:38:53.716Z Compiling errno v0.3.14
4862026-05-04T14:38:53.732Z Compiling bitflags v2.11.0
4872026-05-04T14:38:53.748Z Compiling serde_json v1.0.149
4882026-05-04T14:38:53.950Z Compiling num-traits v0.2.19
4892026-05-04T14:38:54.055Z Compiling hashbrown v0.17.0
4902026-05-04T14:38:54.155Z Compiling pest_meta v2.8.6
4912026-05-04T14:38:54.211Z Compiling equivalent v1.0.2
4922026-05-04T14:38:54.283Z Compiling typeid v1.0.3
4932026-05-04T14:38:54.304Z Compiling smallvec v1.15.1
4942026-05-04T14:38:54.544Z Compiling thread-id v4.2.2
4952026-05-04T14:38:54.605Z Compiling indexmap v2.14.0
4962026-05-04T14:38:54.622Z Compiling usdt-impl v0.5.0
4972026-05-04T14:38:54.639Z Compiling proc-macro-error-attr v1.0.4
4982026-05-04T14:38:54.689Z Compiling erased-serde v0.4.9
4992026-05-04T14:38:54.825Z Compiling toml_write v0.1.2
5002026-05-04T14:38:54.963Z Compiling syn v1.0.109
5012026-05-04T14:38:54.982Z Compiling winnow v0.7.14
5022026-05-04T14:38:55.295Z Compiling proc-macro-error v1.0.4
5032026-05-04T14:38:55.328Z Compiling percent-encoding v2.3.2
5042026-05-04T14:38:55.485Z Compiling thiserror v2.0.18
5052026-05-04T14:38:55.534Z Compiling log v0.4.29
5062026-05-04T14:38:55.724Z Compiling getrandom v0.4.1
5072026-05-04T14:38:55.773Z Compiling utf8parse v0.2.2
5082026-05-04T14:38:55.837Z Compiling plain v0.2.3
5092026-05-04T14:38:55.840Z Compiling utf8_iter v1.0.4
5102026-05-04T14:38:55.891Z Compiling camino v1.2.2
5112026-05-04T14:38:55.907Z Compiling anstyle-parse v0.2.7
5122026-05-04T14:38:56.002Z Compiling ordered-float v2.10.1
5132026-05-04T14:38:56.125Z Compiling form_urlencoded v1.2.2
5142026-05-04T14:38:56.262Z Compiling synstructure v0.13.2
5152026-05-04T14:38:56.280Z Compiling pest_generator v2.8.6
5162026-05-04T14:38:56.312Z Compiling terminal_size v0.4.3
5172026-05-04T14:38:56.487Z Compiling cfg-if v1.0.4
5182026-05-04T14:38:56.563Z Compiling pretty-hex v0.4.1
5192026-05-04T14:38:56.656Z Compiling anstyle v1.0.13
5202026-05-04T14:38:56.673Z Compiling colorchoice v1.0.4
5212026-05-04T14:38:56.689Z Compiling is_terminal_polyfill v1.70.2
5222026-05-04T14:38:56.706Z Compiling anstyle-query v1.1.5
5232026-05-04T14:38:56.788Z Compiling serde-untagged v0.1.9
5242026-05-04T14:38:56.821Z Compiling anstream v0.6.21
5252026-05-04T14:38:56.898Z Compiling semver v1.0.28
5262026-05-04T14:38:57.031Z Compiling fs-err v3.3.0
5272026-05-04T14:38:57.048Z Compiling unicode-xid v0.2.6
5282026-05-04T14:38:57.119Z Compiling unicode-width v0.1.14
5292026-05-04T14:38:57.173Z Compiling fastrand v2.3.0
5302026-05-04T14:38:57.217Z Compiling clap_lex v1.0.0
5312026-05-04T14:38:57.220Z Compiling strsim v0.11.1
5322026-05-04T14:38:57.392Z Compiling once_cell v1.21.3
5332026-05-04T14:38:57.432Z Compiling anyhow v1.0.102
5342026-05-04T14:38:57.450Z Compiling bytecount v0.6.9
5352026-05-04T14:38:57.559Z Compiling heck v0.4.1
5362026-05-04T14:38:57.585Z Compiling heck v0.5.0
5372026-05-04T14:38:57.588Z Compiling fnv v1.0.7
5382026-05-04T14:38:57.617Z Compiling tempfile v3.25.0
5392026-05-04T14:38:57.704Z Compiling papergrid v0.11.0
5402026-05-04T14:38:57.786Z Compiling clap_builder v4.5.60
5412026-05-04T14:38:57.925Z Compiling memmap v0.7.0
5422026-05-04T14:38:57.940Z Compiling serde_derive v1.0.228
5432026-05-04T14:38:57.957Z Compiling zerofrom-derive v0.1.6
5442026-05-04T14:38:57.986Z Compiling yoke-derive v0.8.1
5452026-05-04T14:38:58.107Z Compiling zerovec-derive v0.11.2
5462026-05-04T14:38:58.154Z Compiling displaydoc v0.2.5
5472026-05-04T14:38:58.885Z Compiling thiserror-impl v1.0.69
5482026-05-04T14:38:59.130Z Compiling zerocopy-derive v0.7.35
5492026-05-04T14:38:59.130Z Compiling pest_derive v2.8.6
5502026-05-04T14:38:59.224Z Compiling scroll_derive v0.12.1
5512026-05-04T14:38:59.377Z Compiling zerofrom v0.1.6
5522026-05-04T14:38:59.515Z Compiling yoke v0.8.1
5532026-05-04T14:38:59.566Z Compiling thiserror-impl v2.0.18
5542026-05-04T14:38:59.720Z Compiling zerovec v0.11.5
5552026-05-04T14:38:59.895Z Compiling zerotrie v0.2.3
5562026-05-04T14:38:59.994Z Compiling zerocopy v0.7.35
5572026-05-04T14:39:00.182Z Compiling tinystr v0.8.2
5582026-05-04T14:39:00.230Z Compiling potential_utf v0.1.4
5592026-05-04T14:39:00.311Z Compiling dtrace-parser v0.2.0
5602026-05-04T14:39:00.392Z Compiling icu_locale_core v2.1.1
5612026-05-04T14:39:00.411Z Compiling icu_collections v2.1.1
5622026-05-04T14:39:00.561Z Compiling scroll v0.12.0
5632026-05-04T14:39:00.777Z Compiling goblin v0.8.2
5642026-05-04T14:39:00.830Z Compiling tabled_derive v0.7.0
5652026-05-04T14:39:00.887Z Compiling clap_derive v4.5.55
5662026-05-04T14:39:01.046Z Compiling icu_provider v2.1.1
5672026-05-04T14:39:01.063Z Compiling smawk v0.3.2
5682026-05-04T14:39:01.202Z Compiling unicode-width v0.2.0
5692026-05-04T14:39:01.281Z Compiling icu_normalizer v2.1.1
5702026-05-04T14:39:01.340Z Compiling serde_spanned v0.6.9
5712026-05-04T14:39:01.385Z Compiling toml_datetime v0.6.11
5722026-05-04T14:39:01.422Z Compiling icu_properties v2.1.2
5732026-05-04T14:39:01.477Z Compiling dof v0.3.0
5742026-05-04T14:39:01.494Z Compiling serde_tokenstream v0.2.3
5752026-05-04T14:39:01.649Z Compiling toml_edit v0.22.27
5762026-05-04T14:39:01.809Z Compiling serde-value v0.7.0
5772026-05-04T14:39:01.826Z Compiling cargo-platform v0.2.0
5782026-05-04T14:39:01.869Z Compiling unicode-linebreak v0.1.5
5792026-05-04T14:39:02.114Z Compiling textwrap v0.16.2
5802026-05-04T14:39:02.130Z Compiling tabled v0.15.0
5812026-05-04T14:39:02.184Z Compiling macaddr v1.0.1
5822026-05-04T14:39:02.371Z Compiling idna_adapter v1.2.1
5832026-05-04T14:39:02.407Z Compiling usdt-macro v0.5.0
5842026-05-04T14:39:02.516Z Compiling idna v1.1.0
5852026-05-04T14:39:02.533Z Compiling usdt-attr-macro v0.5.0
5862026-05-04T14:39:02.648Z Compiling clap v4.5.60
5872026-05-04T14:39:02.931Z Compiling url v2.5.8
5882026-05-04T14:39:03.020Z Compiling toml v0.8.23
5892026-05-04T14:39:03.166Z Compiling camino-tempfile v1.4.1
5902026-05-04T14:39:03.195Z Compiling swrite v0.1.0
5912026-05-04T14:39:03.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-05-04T14:39:03.397Z Compiling cargo-util-schemas v0.8.2
5932026-05-04T14:39:03.633Z Compiling cargo_toml v0.21.0
5942026-05-04T14:39:03.905Z Compiling usdt v0.5.0
5952026-05-04T14:39:04.388Z Compiling cargo_metadata v0.21.0
5962026-05-04T14:39:05.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-05-04T14:39:07.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.26s
5982026-05-04T14:39:07.645Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-05-04T14:39:08.200Z Downloading crates ...
6002026-05-04T14:39:08.289Z Downloaded adler2 v2.0.1
6012026-05-04T14:39:08.292Z Downloaded assert_matches v1.5.0
6022026-05-04T14:39:08.293Z Downloaded async-recursion v1.1.1
6032026-05-04T14:39:08.298Z Downloaded array-init v0.0.4
6042026-05-04T14:39:08.300Z Downloaded async-stream-impl v0.3.6
6052026-05-04T14:39:08.301Z Downloaded aead v0.5.2
6062026-05-04T14:39:08.306Z Downloaded bit-set v0.8.0
6072026-05-04T14:39:08.309Z Downloaded atomic-waker v1.1.2
6082026-05-04T14:39:08.312Z Downloaded crc8 v0.1.1
6092026-05-04T14:39:08.315Z Downloaded crossbeam-deque v0.8.6
6102026-05-04T14:39:08.315Z Downloaded critical-section v1.2.0
6112026-05-04T14:39:08.315Z Downloaded crc32fast v1.5.0
6122026-05-04T14:39:08.318Z Downloaded ascii-canvas v3.0.0
6132026-05-04T14:39:08.318Z Downloaded crossbeam-epoch v0.9.18
6142026-05-04T14:39:08.321Z Downloaded convert_case v0.4.0
6152026-05-04T14:39:08.321Z Downloaded base16ct v0.2.0
6162026-05-04T14:39:08.326Z Downloaded elliptic-curve v0.13.8
6172026-05-04T14:39:08.329Z Downloaded dyn-clone v1.0.20
6182026-05-04T14:39:08.329Z Downloaded embedded-io v0.4.0
6192026-05-04T14:39:08.332Z Downloaded either v1.15.0
6202026-05-04T14:39:08.332Z Downloaded drift v0.1.3
6212026-05-04T14:39:08.335Z Downloaded enum-as-inner v0.6.1
6222026-05-04T14:39:08.338Z Downloaded ciborium-io v0.2.2
6232026-05-04T14:39:08.338Z Downloaded blowfish v0.9.1
6242026-05-04T14:39:08.338Z Downloaded daft-derive v0.1.5
6252026-05-04T14:39:08.341Z Downloaded const_format_proc_macros v0.2.34
6262026-05-04T14:39:08.344Z Downloaded erased-serde v0.3.31
6272026-05-04T14:39:08.344Z Downloaded cfg_aliases v0.1.1
6282026-05-04T14:39:08.347Z Downloaded async-bb8-diesel v0.2.1
6292026-05-04T14:39:08.347Z Downloaded endian-type v0.1.2
6302026-05-04T14:39:08.347Z Downloaded bitflags v1.3.2
6312026-05-04T14:39:08.351Z Downloaded block-padding v0.3.3
6322026-05-04T14:39:08.351Z Downloaded colored v3.1.1
6332026-05-04T14:39:08.354Z Downloaded fatfs v0.3.6
6342026-05-04T14:39:08.354Z Downloaded derive-ex v0.1.8
6352026-05-04T14:39:08.357Z Downloaded bcrypt-pbkdf v0.10.0
6362026-05-04T14:39:08.357Z Downloaded cancel-safe-futures v0.1.5
6372026-05-04T14:39:08.360Z Downloaded document-features v0.2.12
6382026-05-04T14:39:08.360Z Downloaded compression-core v0.4.31
6392026-05-04T14:39:08.364Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-05-04T14:39:08.364Z Downloaded debug-ignore v1.0.5
6412026-05-04T14:39:08.364Z Downloaded castaway v0.2.4
6422026-05-04T14:39:08.367Z Downloaded darling_macro v0.21.3
6432026-05-04T14:39:08.367Z Downloaded bit-vec v0.8.0
6442026-05-04T14:39:08.367Z Downloaded bit-set v0.5.3
6452026-05-04T14:39:08.370Z Downloaded embedded-io v0.6.1
6462026-05-04T14:39:08.370Z Downloaded dtrace-parser v0.3.0
6472026-05-04T14:39:08.370Z Downloaded dof v0.4.0
6482026-05-04T14:39:08.370Z Downloaded backoff v0.4.0
6492026-05-04T14:39:08.373Z Downloaded base64ct v1.8.3
6502026-05-04T14:39:08.377Z Downloaded atty v0.2.14
6512026-05-04T14:39:08.377Z Downloaded darling_macro v0.20.11
6522026-05-04T14:39:08.377Z Downloaded ahash v0.8.12
6532026-05-04T14:39:08.380Z Downloaded data-encoding v2.10.0
6542026-05-04T14:39:08.380Z Downloaded async-stream v0.3.6
6552026-05-04T14:39:08.380Z Downloaded foreign-types v0.3.2
6562026-05-04T14:39:08.383Z Downloaded dirs-sys-next v0.1.2
6572026-05-04T14:39:08.383Z Downloaded crc-catalog v2.4.0
6582026-05-04T14:39:08.383Z Downloaded cobs v0.3.0
6592026-05-04T14:39:08.383Z Downloaded arrayref v0.3.9
6602026-05-04T14:39:08.386Z Downloaded cargo-platform v0.1.9
6612026-05-04T14:39:08.386Z Downloaded dropshot_endpoint v0.17.0
6622026-05-04T14:39:08.390Z Downloaded env_filter v1.0.0
6632026-05-04T14:39:08.390Z Downloaded dunce v1.0.5
6642026-05-04T14:39:08.393Z Downloaded foreign-types v0.5.0
6652026-05-04T14:39:08.393Z Downloaded fd-lock v4.0.4
6662026-05-04T14:39:08.393Z Downloaded curve25519-dalek-derive v0.1.1
6672026-05-04T14:39:08.396Z Downloaded flagset v0.4.7
6682026-05-04T14:39:08.396Z Downloaded dsl_auto_type v0.2.0
6692026-05-04T14:39:08.396Z Downloaded defmt-parser v1.0.0
6702026-05-04T14:39:08.399Z Downloaded camino-tempfile-ext v0.3.3
6712026-05-04T14:39:08.399Z Downloaded bb8 v0.8.6
6722026-05-04T14:39:08.399Z Downloaded bitfield-struct v0.6.2
6732026-05-04T14:39:08.402Z Downloaded cexpr v0.6.0
6742026-05-04T14:39:08.402Z Downloaded float-ord v0.3.2
6752026-05-04T14:39:08.402Z Downloaded display-error-chain v0.2.2
6762026-05-04T14:39:08.405Z Downloaded derive_builder_macro v0.20.2
6772026-05-04T14:39:08.405Z Downloaded ff v0.13.1
6782026-05-04T14:39:08.405Z Downloaded ed25519 v2.2.3
6792026-05-04T14:39:08.412Z Downloaded crucible-workspace-hack v0.1.0
6802026-05-04T14:39:08.413Z Downloaded bcs v0.1.6
6812026-05-04T14:39:08.413Z Downloaded ciborium-ll v0.2.2
6822026-05-04T14:39:08.413Z Downloaded cfg_aliases v0.2.1
6832026-05-04T14:39:08.413Z Downloaded dirs-next v2.0.0
6842026-05-04T14:39:08.416Z Downloaded crunchy v0.2.4
6852026-05-04T14:39:08.416Z Downloaded crc v3.4.0
6862026-05-04T14:39:08.416Z Downloaded bitfield v0.19.4
6872026-05-04T14:39:08.416Z Downloaded fixedbitset v0.4.2
6882026-05-04T14:39:08.417Z Downloaded defmt v0.3.100
6892026-05-04T14:39:08.417Z Downloaded atomicwrites v0.4.4
6902026-05-04T14:39:08.420Z Downloaded dropshot-api-manager-types v0.7.1
6912026-05-04T14:39:08.420Z Downloaded crossbeam-channel v0.5.15
6922026-05-04T14:39:08.420Z Downloaded foreign-types-shared v0.1.1
6932026-05-04T14:39:08.426Z Downloaded funty v2.0.0
6942026-05-04T14:39:08.426Z Downloaded darling_macro v0.23.0
6952026-05-04T14:39:08.426Z Downloaded cstr-argument v0.1.2
6962026-05-04T14:39:08.427Z Downloaded float-cmp v0.10.0
6972026-05-04T14:39:08.433Z Downloaded bitfield-macros v0.19.4
6982026-05-04T14:39:08.433Z Downloaded difflib v0.4.0
6992026-05-04T14:39:08.433Z Downloaded cpufeatures v0.3.0
7002026-05-04T14:39:08.433Z Downloaded foreign-types-shared v0.3.1
7012026-05-04T14:39:08.433Z Downloaded foreign-types-macros v0.2.3
7022026-05-04T14:39:08.433Z Downloaded arc-swap v1.8.2
7032026-05-04T14:39:08.433Z Downloaded buf-list v1.1.2
7042026-05-04T14:39:08.437Z Downloaded argon2 v0.5.3
7052026-05-04T14:39:08.437Z Downloaded cipher v0.4.4
7062026-05-04T14:39:08.437Z Downloaded futures-macro v0.3.32
7072026-05-04T14:39:08.437Z Downloaded futures-core v0.3.32
7082026-05-04T14:39:08.441Z Downloaded fxhash v0.2.1
7092026-05-04T14:39:08.441Z Downloaded globwalk v0.9.1
7102026-05-04T14:39:08.441Z Downloaded git-stub v1.0.0
7112026-05-04T14:39:08.441Z Downloaded futures-io v0.3.32
7122026-05-04T14:39:08.446Z Downloaded futures-task v0.3.32
7132026-05-04T14:39:08.446Z Downloaded headers-core v0.3.0
7142026-05-04T14:39:08.446Z Downloaded ghash v0.5.1
7152026-05-04T14:39:08.447Z Downloaded hash32 v0.3.1
7162026-05-04T14:39:08.452Z Downloaded defmt v1.0.1
7172026-05-04T14:39:08.452Z Downloaded diesel-dtrace v0.5.0
7182026-05-04T14:39:08.452Z Downloaded cmake v0.1.57
7192026-05-04T14:39:08.452Z Downloaded futures-sink v0.3.32
7202026-05-04T14:39:08.455Z Downloaded ena v0.14.4
7212026-05-04T14:39:08.455Z Downloaded downcast-rs v2.0.2
7222026-05-04T14:39:08.455Z Downloaded convert_case v0.10.0
7232026-05-04T14:39:08.455Z Downloaded fixedbitset v0.5.7
7242026-05-04T14:39:08.460Z Downloaded fs-err v2.11.0
7252026-05-04T14:39:08.460Z Downloaded compression-codecs v0.4.37
7262026-05-04T14:39:08.468Z Downloaded fallible-iterator v0.2.0
7272026-05-04T14:39:08.468Z Downloaded hash32 v0.2.1
7282026-05-04T14:39:08.468Z Downloaded deranged v0.5.8
7292026-05-04T14:39:08.468Z Downloaded hex v0.4.3
7302026-05-04T14:39:08.468Z Downloaded hex-literal v0.4.1
7312026-05-04T14:39:08.468Z Downloaded ctr v0.9.2
7322026-05-04T14:39:08.468Z Downloaded http-body v1.0.1
7332026-05-04T14:39:08.471Z Downloaded hostname v0.4.2
7342026-05-04T14:39:08.471Z Downloaded darling v0.20.11
7352026-05-04T14:39:08.474Z Downloaded ar_archive_writer v0.5.1
7362026-05-04T14:39:08.474Z Downloaded home v0.5.12
7372026-05-04T14:39:08.479Z Downloaded cargo_metadata v0.19.2
7382026-05-04T14:39:08.479Z Downloaded http-range v0.1.5
7392026-05-04T14:39:08.479Z Downloaded constant_time_eq v0.4.2
7402026-05-04T14:39:08.482Z Downloaded async-trait v0.1.89
7412026-05-04T14:39:08.482Z Downloaded ident_case v1.0.1
7422026-05-04T14:39:08.482Z Downloaded hubpack_derive v0.1.1
7432026-05-04T14:39:08.485Z Downloaded hubpack v0.1.2
7442026-05-04T14:39:08.485Z Downloaded corncobs v0.1.4
7452026-05-04T14:39:08.485Z Downloaded daft v0.1.5
7462026-05-04T14:39:08.488Z Downloaded cbc v0.1.2
7472026-05-04T14:39:08.488Z Downloaded foldhash v0.1.5
7482026-05-04T14:39:08.492Z Downloaded flate2 v1.1.9
7492026-05-04T14:39:08.493Z Downloaded find-msvc-tools v0.1.9
7502026-05-04T14:39:08.496Z Downloaded hyper-tls v0.6.0
7512026-05-04T14:39:08.496Z Downloaded defmt-macros v1.0.1
7522026-05-04T14:39:08.499Z Downloaded indent_write v2.2.0
7532026-05-04T14:39:08.499Z Downloaded group v0.13.0
7542026-05-04T14:39:08.499Z Downloaded env_logger v0.11.9
7552026-05-04T14:39:08.502Z Downloaded byte-wrapper v0.1.0
7562026-05-04T14:39:08.502Z Downloaded git-stub-vcs v0.1.0
7572026-05-04T14:39:08.505Z Downloaded gethostname v0.5.0
7582026-05-04T14:39:08.505Z Downloaded filetime v0.2.27
7592026-05-04T14:39:08.507Z Downloaded internet-checksum v0.2.1
7602026-05-04T14:39:08.507Z Downloaded indoc v1.0.9
7612026-05-04T14:39:08.537Z Downloaded bzip2 v0.6.1
7622026-05-04T14:39:08.537Z Downloaded blake2 v0.10.6
7632026-05-04T14:39:08.545Z Downloaded is-terminal v0.4.17
7642026-05-04T14:39:08.545Z Downloaded inout v0.1.4
7652026-05-04T14:39:08.545Z Downloaded globset v0.4.18
7662026-05-04T14:39:08.545Z Downloaded bit-vec v0.6.3
7672026-05-04T14:39:08.545Z Downloaded fs_extra v1.3.0
7682026-05-04T14:39:08.545Z Downloaded des v0.8.1
7692026-05-04T14:39:08.545Z Downloaded der_derive v0.7.3
7702026-05-04T14:39:08.545Z Downloaded cookie_store v0.22.1
7712026-05-04T14:39:08.545Z Downloaded is_ci v1.2.0
7722026-05-04T14:39:08.545Z Downloaded derive_more v2.1.1
7732026-05-04T14:39:08.545Z Downloaded instability v0.3.11
7742026-05-04T14:39:08.545Z Downloaded kstat-rs v0.2.4
7752026-05-04T14:39:08.545Z Downloaded keccak v0.1.6
7762026-05-04T14:39:08.545Z Downloaded httpdate v1.0.3
7772026-05-04T14:39:08.545Z Downloaded glob v0.3.3
7782026-05-04T14:39:08.545Z Downloaded derive-where v1.6.0
7792026-05-04T14:39:08.545Z Downloaded lalrpop-util v0.19.12
7802026-05-04T14:39:08.545Z Downloaded darling_core v0.21.3
7812026-05-04T14:39:08.545Z Downloaded hostname v0.3.1
7822026-05-04T14:39:08.545Z Downloaded highway v1.3.0
7832026-05-04T14:39:08.548Z Downloaded http-body-util v0.1.3
7842026-05-04T14:39:08.548Z Downloaded async-compression v0.4.41
7852026-05-04T14:39:08.548Z Downloaded linked-hash-map v0.5.6
7862026-05-04T14:39:08.551Z Downloaded futures-executor v0.3.32
7872026-05-04T14:39:08.551Z Downloaded lru-cache v0.1.2
7882026-05-04T14:39:08.554Z Downloaded humantime v2.3.0
7892026-05-04T14:39:08.555Z Downloaded hyper-staticfile v0.10.1
7902026-05-04T14:39:08.555Z Downloaded match_cfg v0.1.0
7912026-05-04T14:39:08.557Z Downloaded maplit v1.0.2
7922026-05-04T14:39:08.557Z Downloaded darling v0.23.0
7932026-05-04T14:39:08.561Z Downloaded md-5 v0.10.6
7942026-05-04T14:39:08.561Z Downloaded lru v0.12.5
7952026-05-04T14:39:08.564Z Downloaded libscf-sys v1.1.0
7962026-05-04T14:39:08.564Z Downloaded ingot v0.1.1
7972026-05-04T14:39:08.566Z Downloaded indoc v2.0.7
7982026-05-04T14:39:08.566Z Downloaded memoffset v0.9.1
7992026-05-04T14:39:08.569Z Downloaded impl-trait-for-tuples v0.2.3
8002026-05-04T14:39:08.569Z Downloaded futures-channel v0.3.32
8012026-05-04T14:39:08.573Z Downloaded getrandom v0.2.17
8022026-05-04T14:39:08.576Z Downloaded mime v0.3.17
8032026-05-04T14:39:08.576Z Downloaded ipnet v2.11.0
8042026-05-04T14:39:08.576Z Downloaded instant v0.1.13
8052026-05-04T14:39:08.576Z Downloaded ipnetwork v0.21.1
8062026-05-04T14:39:08.579Z Downloaded new_debug_unreachable v1.0.6
8072026-05-04T14:39:08.579Z Downloaded lzss v0.8.2
8082026-05-04T14:39:08.582Z Downloaded lru-slab v0.1.2
8092026-05-04T14:39:08.582Z Downloaded ingot-types v0.1.2
8102026-05-04T14:39:08.582Z Downloaded backon v1.6.0
8112026-05-04T14:39:08.585Z Downloaded crc-any v2.5.0
8122026-05-04T14:39:08.585Z Downloaded foldhash v0.2.0
8132026-05-04T14:39:08.588Z Downloaded newtype_derive v0.1.6
8142026-05-04T14:39:08.588Z Downloaded nibble_vec v0.1.0
8152026-05-04T14:39:08.588Z Downloaded newline-converter v0.3.0
8162026-05-04T14:39:08.590Z Downloaded newtype-uuid-macros v0.1.0
8172026-05-04T14:39:08.590Z Downloaded colored v2.2.0
8182026-05-04T14:39:08.593Z Downloaded derive_builder_core v0.20.2
8192026-05-04T14:39:08.593Z Downloaded derive_more v0.99.20
8202026-05-04T14:39:08.596Z Downloaded compact_str v0.8.1
8212026-05-04T14:39:08.599Z Downloaded lazy_static v1.5.0
8222026-05-04T14:39:08.602Z Downloaded jobserver v0.1.34
8232026-05-04T14:39:08.602Z Downloaded num v0.4.3
8242026-05-04T14:39:08.605Z Downloaded num-iter v0.1.45
8252026-05-04T14:39:08.605Z Downloaded nonempty v0.12.0
8262026-05-04T14:39:08.605Z Downloaded num-derive v0.4.2
8272026-05-04T14:39:08.608Z Downloaded num-conv v0.2.0
8282026-05-04T14:39:08.608Z Downloaded num-derive v0.3.3
8292026-05-04T14:39:08.608Z Downloaded libefi-sys v0.1.0
8302026-05-04T14:39:08.608Z Downloaded normalize-line-endings v0.3.0
8312026-05-04T14:39:08.610Z Downloaded num_enum_derive v0.5.11
8322026-05-04T14:39:08.611Z Downloaded nodrop v0.1.14
8332026-05-04T14:39:08.611Z Downloaded opaque-debug v0.3.1
8342026-05-04T14:39:08.613Z Downloaded olpc-cjson v0.1.4
8352026-05-04T14:39:08.613Z Downloaded cc v1.2.56
8362026-05-04T14:39:08.616Z Downloaded libsw-core v0.3.2
8372026-05-04T14:39:08.616Z Downloaded clang-sys v1.8.1
8382026-05-04T14:39:08.619Z Downloaded httparse v1.10.1
8392026-05-04T14:39:08.622Z Downloaded libloading v0.8.9
8402026-05-04T14:39:08.622Z Downloaded maybe-uninit v2.0.0
8412026-05-04T14:39:08.625Z Downloaded hyper-rustls v0.27.7
8422026-05-04T14:39:08.625Z Downloaded lock_api v0.4.14
8432026-05-04T14:39:08.628Z Downloaded openssl-probe v0.2.1
8442026-05-04T14:39:08.628Z Downloaded md5 v0.7.0
8452026-05-04T14:39:08.628Z Downloaded openssl-probe v0.1.6
8462026-05-04T14:39:08.628Z Downloaded oso-derive v0.27.3
8472026-05-04T14:39:08.632Z Downloaded aes v0.8.4
8482026-05-04T14:39:08.633Z Downloaded getrandom v0.3.4
8492026-05-04T14:39:08.635Z Downloaded mime_guess v2.0.5
8502026-05-04T14:39:08.636Z Downloaded nanorand v0.7.0
8512026-05-04T14:39:08.638Z Downloaded multimap v0.10.1
8522026-05-04T14:39:08.638Z Downloaded multer v3.1.0
8532026-05-04T14:39:08.642Z Downloaded packed_struct_codegen v0.10.1
8542026-05-04T14:39:08.642Z Downloaded ingot-macros v0.1.1
8552026-05-04T14:39:08.645Z Downloaded half v1.8.3
8562026-05-04T14:39:08.645Z Downloaded iana-time-zone v0.1.65
8572026-05-04T14:39:08.645Z Downloaded newtype-uuid v1.3.2
8582026-05-04T14:39:08.648Z Downloaded openssl-macros v0.1.1
8592026-05-04T14:39:08.648Z Downloaded dropshot_endpoint v0.16.7
8602026-05-04T14:39:08.651Z Downloaded native-tls v0.2.18
8612026-05-04T14:39:08.651Z Downloaded parse-size v1.1.0
8622026-05-04T14:39:08.652Z Downloaded libsw v3.5.0
8632026-05-04T14:39:08.656Z Downloaded diff v0.1.13
8642026-05-04T14:39:08.657Z Downloaded peg-runtime v0.8.5
8652026-05-04T14:39:08.660Z Downloaded path-slash v0.1.5
8662026-05-04T14:39:08.660Z Downloaded parse-display v0.10.0
8672026-05-04T14:39:08.660Z Downloaded flume v0.11.1
8682026-05-04T14:39:08.660Z Downloaded pbkdf2 v0.12.2
8692026-05-04T14:39:08.664Z Downloaded chacha20 v0.10.0
8702026-05-04T14:39:08.664Z Downloaded darling_core v0.23.0
8712026-05-04T14:39:08.667Z Downloaded linear-map v1.2.0
8722026-05-04T14:39:08.667Z Downloaded num_enum v0.7.5
8732026-05-04T14:39:08.670Z Downloaded phf_shared v0.13.1
8742026-05-04T14:39:08.674Z Downloaded num-complex v0.4.6
8752026-05-04T14:39:08.674Z Downloaded phf_shared v0.12.1
8762026-05-04T14:39:08.677Z Downloaded pin-utils v0.1.0
8772026-05-04T14:39:08.677Z Downloaded num-rational v0.4.2
8782026-05-04T14:39:08.677Z Downloaded pbkdf2 v0.11.0
8792026-05-04T14:39:08.680Z Downloaded phf_shared v0.11.3
8802026-05-04T14:39:08.680Z Downloaded nu-ansi-term v0.50.3
8812026-05-04T14:39:08.680Z Downloaded num_enum v0.5.11
8822026-05-04T14:39:08.683Z Downloaded futures v0.3.32
8832026-05-04T14:39:08.686Z Downloaded cookie v0.18.1
8842026-05-04T14:39:08.689Z Downloaded num-integer v0.1.46
8852026-05-04T14:39:08.689Z Downloaded allocator-api2 v0.2.21
8862026-05-04T14:39:08.696Z Downloaded hmac v0.12.1
8872026-05-04T14:39:08.699Z Downloaded num_threads v0.1.7
8882026-05-04T14:39:08.699Z Downloaded half v2.7.1
8892026-05-04T14:39:08.699Z Downloaded derive_builder v0.20.2
8902026-05-04T14:39:08.699Z Downloaded owo-colors v4.3.0
8912026-05-04T14:39:08.703Z Downloaded proc-macro-crate v3.4.0
8922026-05-04T14:39:08.703Z Downloaded precomputed-hash v0.1.1
8932026-05-04T14:39:08.703Z Downloaded memmap2 v0.9.10
8942026-05-04T14:39:08.703Z Downloaded powerfmt v0.2.0
8952026-05-04T14:39:08.705Z Downloaded crossbeam-utils v0.8.21
8962026-05-04T14:39:08.705Z Downloaded predicates-tree v1.0.13
8972026-05-04T14:39:08.710Z Downloaded ignore v0.4.25
8982026-05-04T14:39:08.710Z Downloaded predicates-core v1.0.10
8992026-05-04T14:39:08.713Z Downloaded packed_struct v0.10.1
9002026-05-04T14:39:08.713Z Downloaded heapless v0.8.0
9012026-05-04T14:39:08.713Z Downloaded oxnet v0.1.4
9022026-05-04T14:39:08.716Z Downloaded darling_core v0.20.11
9032026-05-04T14:39:08.719Z Downloaded proc-macro-error-attr2 v2.0.0
9042026-05-04T14:39:08.719Z Downloaded progenitor-client v0.10.0
9052026-05-04T14:39:08.736Z Downloaded quick-error v1.2.3
9062026-05-04T14:39:08.741Z Downloaded psl-types v2.0.11
9072026-05-04T14:39:08.741Z Downloaded progenitor-client v0.14.0
9082026-05-04T14:39:08.741Z Downloaded progenitor-client v0.11.2
9092026-05-04T14:39:08.741Z Downloaded pem-rfc7468 v0.7.0
9102026-05-04T14:39:08.741Z Downloaded pem v3.0.6
9112026-05-04T14:39:08.744Z Downloaded paste v1.0.15
9122026-05-04T14:39:08.744Z Downloaded progenitor-macro v0.14.0
9132026-05-04T14:39:08.747Z Downloaded progenitor-macro v0.13.0
9142026-05-04T14:39:08.747Z Downloaded progenitor-macro v0.11.2
9152026-05-04T14:39:08.747Z Downloaded progenitor-macro v0.10.0
9162026-05-04T14:39:08.747Z Downloaded pkcs8 v0.10.2
9172026-05-04T14:39:08.750Z Downloaded pin-project-internal v1.1.11
9182026-05-04T14:39:08.753Z Downloaded radium v0.7.0
9192026-05-04T14:39:08.753Z Downloaded base64 v0.22.1
9202026-05-04T14:39:08.758Z Downloaded peg v0.8.5
9212026-05-04T14:39:08.758Z Downloaded num_enum_derive v0.7.5
9222026-05-04T14:39:08.758Z Downloaded rand_xorshift v0.4.0
9232026-05-04T14:39:08.761Z Downloaded polyval v0.6.2
9242026-05-04T14:39:08.761Z Downloaded phf v0.12.1
9252026-05-04T14:39:08.762Z Downloaded diesel_derives v2.3.7
9262026-05-04T14:39:08.764Z Downloaded rand_chacha v0.3.1
9272026-05-04T14:39:08.767Z Downloaded omicron-zone-package v0.12.2
9282026-05-04T14:39:08.767Z Downloaded litrs v1.0.0
9292026-05-04T14:39:08.770Z Downloaded headers v0.4.1
9302026-05-04T14:39:08.773Z Downloaded recursive v0.1.1
9312026-05-04T14:39:08.773Z Downloaded ppv-lite86 v0.2.21
9322026-05-04T14:39:08.776Z Downloaded postgres-protocol v0.6.10
9332026-05-04T14:39:08.776Z Downloaded pkg-config v0.3.32
9342026-05-04T14:39:08.779Z Downloaded der v0.7.10
9352026-05-04T14:39:08.782Z Downloaded primeorder v0.13.6
9362026-05-04T14:39:08.783Z Downloaded predicates v3.1.4
9372026-05-04T14:39:08.787Z Downloaded progenitor v0.10.0
9382026-05-04T14:39:08.787Z Downloaded ref-cast-impl v1.0.25
9392026-05-04T14:39:08.790Z Downloaded ref-cast v1.0.25
9402026-05-04T14:39:08.790Z Downloaded progenitor v0.11.2
9412026-05-04T14:39:08.790Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-05-04T14:39:08.790Z Downloaded progenitor v0.14.0
9432026-05-04T14:39:08.793Z Downloaded progenitor v0.13.0
9442026-05-04T14:39:08.793Z Downloaded heapless v0.7.17
9452026-05-04T14:39:08.796Z Downloaded expectorate v1.2.0
9462026-05-04T14:39:08.801Z Downloaded dropshot-api-manager v0.7.1
9472026-05-04T14:39:08.805Z Downloaded r2d2 v0.8.10
9482026-05-04T14:39:08.805Z Downloaded crossterm v0.28.1
9492026-05-04T14:39:08.805Z Downloaded progenitor-client v0.13.0
9502026-05-04T14:39:08.805Z Downloaded progenitor-extras v0.2.0
9512026-05-04T14:39:08.808Z Downloaded rfc6979 v0.4.0
9522026-05-04T14:39:08.808Z Downloaded phf v0.13.1
9532026-05-04T14:39:08.808Z Downloaded proc-macro-error2 v2.0.1
9542026-05-04T14:39:08.811Z Downloaded parking_lot v0.11.2
9552026-05-04T14:39:08.816Z Downloaded rustc_version v0.4.1
9562026-05-04T14:39:08.816Z Downloaded pkcs5 v0.7.1
9572026-05-04T14:39:08.819Z Downloaded hickory-resolver v0.25.2
9582026-05-04T14:39:08.819Z Downloaded rand_chacha v0.9.0
9592026-05-04T14:39:08.823Z Downloaded rustc-hash v2.1.1
9602026-05-04T14:39:08.824Z Downloaded rtoolbox v0.0.3
9612026-05-04T14:39:08.824Z Downloaded peg-macros v0.8.5
9622026-05-04T14:39:08.824Z Downloaded derive_more-impl v2.1.1
9632026-05-04T14:39:08.827Z Downloaded rustc_version v0.1.7
9642026-05-04T14:39:08.830Z Downloaded rand_core v0.10.0
9652026-05-04T14:39:08.830Z Downloaded oso v0.27.3
9662026-05-04T14:39:08.830Z Downloaded postcard v1.1.3
9672026-05-04T14:39:08.834Z Downloaded poly1305 v0.8.0
9682026-05-04T14:39:08.837Z Downloaded rand_core v0.9.5
9692026-05-04T14:39:08.837Z Downloaded hickory-resolver v0.24.4
9702026-05-04T14:39:08.840Z Downloaded bumpalo v3.20.2
9712026-05-04T14:39:08.845Z Downloaded scheduled-thread-pool v0.2.7
9722026-05-04T14:39:08.845Z Downloaded sapling-renderdag v0.1.0
9732026-05-04T14:39:08.846Z Downloaded parking_lot_core v0.9.12
9742026-05-04T14:39:08.846Z Downloaded miniz_oxide v0.8.9
9752026-05-04T14:39:08.846Z Downloaded rand_seeder v0.4.0
9762026-05-04T14:39:08.849Z Downloaded rand_core v0.6.4
9772026-05-04T14:39:08.849Z Downloaded same-file v1.0.6
9782026-05-04T14:39:08.849Z Downloaded p256 v0.13.2
9792026-05-04T14:39:08.852Z Downloaded parking_lot v0.12.5
9802026-05-04T14:39:08.856Z Downloaded indicatif v0.18.4
9812026-05-04T14:39:08.860Z Downloaded http v1.4.0
9822026-05-04T14:39:08.860Z Downloaded pkcs1 v0.7.5
9832026-05-04T14:39:08.860Z Downloaded secrecy v0.8.0
9842026-05-04T14:39:08.863Z Downloaded quinn-udp v0.5.14
9852026-05-04T14:39:08.863Z Downloaded scrypt v0.11.0
9862026-05-04T14:39:08.863Z Downloaded scroll_derive v0.13.1
9872026-05-04T14:39:08.866Z Downloaded hickory-server v0.25.2
9882026-05-04T14:39:08.870Z Downloaded russh-cryptovec v0.7.3
9892026-05-04T14:39:08.870Z Downloaded salsa20 v0.10.2
9902026-05-04T14:39:08.870Z Downloaded indexmap v1.9.3
9912026-05-04T14:39:08.873Z Downloaded ed25519-dalek v2.2.0
9922026-05-04T14:39:08.873Z Downloaded semver v0.1.20
9932026-05-04T14:39:08.876Z Downloaded secrecy v0.10.3
9942026-05-04T14:39:08.876Z Downloaded crypto-bigint v0.5.5
9952026-05-04T14:39:08.880Z Downloaded scopeguard v1.2.0
9962026-05-04T14:39:08.885Z Downloaded pin-project v1.1.11
9972026-05-04T14:39:08.888Z Downloaded serde_bytes v0.11.19
9982026-05-04T14:39:08.888Z Downloaded postgres-types v0.2.12
9992026-05-04T14:39:08.893Z Downloaded const_format v0.2.35
10002026-05-04T14:39:08.898Z Downloaded sigpipe v0.1.3
10012026-05-04T14:39:08.898Z Downloaded signature v2.2.0
10022026-05-04T14:39:08.898Z Downloaded serde_spanned v1.0.4
10032026-05-04T14:39:08.898Z Downloaded serde_plain v1.0.2
10042026-05-04T14:39:08.901Z Downloaded serde-big-array v0.5.1
10052026-05-04T14:39:08.901Z Downloaded signal-hook-tokio v0.3.1
10062026-05-04T14:39:08.902Z Downloaded seq-macro v0.3.6
10072026-05-04T14:39:08.902Z Downloaded rusty-fork v0.3.1
10082026-05-04T14:39:08.905Z Downloaded signal-hook-mio v0.2.5
10092026-05-04T14:39:08.905Z Downloaded sha1 v0.10.6
10102026-05-04T14:39:08.905Z Downloaded hashbrown v0.13.2
10112026-05-04T14:39:08.911Z Downloaded shell-words v1.1.1
10122026-05-04T14:39:08.911Z Downloaded rustversion v1.0.22
10132026-05-04T14:39:08.914Z Downloaded jiff-static v0.2.21
10142026-05-04T14:39:08.914Z Downloaded rustls-native-certs v0.8.3
10152026-05-04T14:39:08.914Z Downloaded pin-project-lite v0.2.17
10162026-05-04T14:39:08.917Z Downloaded rustls-pemfile v1.0.4
10172026-05-04T14:39:08.917Z Downloaded minimal-lexical v0.2.1
10182026-05-04T14:39:08.920Z Downloaded prefix-trie v0.7.0
10192026-05-04T14:39:08.925Z Downloaded rustls-pemfile v2.2.0
10202026-05-04T14:39:08.925Z Downloaded base64 v0.21.7
10212026-05-04T14:39:08.928Z Downloaded slog-bunyan v2.5.0
10222026-05-04T14:39:08.928Z Downloaded password-hash v0.5.0
10232026-05-04T14:39:08.931Z Downloaded parse-display-derive v0.10.0
10242026-05-04T14:39:08.931Z Downloaded parking_lot_core v0.8.6
10252026-05-04T14:39:08.931Z Downloaded libbz2-rs-sys v0.2.2
10262026-05-04T14:39:08.934Z Downloaded sct v0.7.1
10272026-05-04T14:39:08.937Z Downloaded proc-macro-crate v1.3.1
10282026-05-04T14:39:08.937Z Downloaded password-hash v0.4.2
10292026-05-04T14:39:08.937Z Downloaded oxide-tokio-rt v0.1.4
10302026-05-04T14:39:08.939Z Downloaded psm v0.1.30
10312026-05-04T14:39:08.942Z Downloaded schemars_derive v0.8.22
10322026-05-04T14:39:08.942Z Downloaded russh-keys v0.45.0
10332026-05-04T14:39:08.945Z Downloaded resolv-conf v0.7.6
10342026-05-04T14:39:08.945Z Downloaded progenitor-impl v0.14.0
10352026-05-04T14:39:08.948Z Downloaded serde_derive_internals v0.29.1
10362026-05-04T14:39:08.948Z Downloaded serde-hex v0.1.0
10372026-05-04T14:39:08.948Z Downloaded progenitor-impl v0.13.0
10382026-05-04T14:39:08.951Z Downloaded progenitor-impl v0.10.0
10392026-05-04T14:39:08.951Z Downloaded darling v0.21.3
10402026-05-04T14:39:08.954Z Downloaded slog-envlogger v2.2.0
10412026-05-04T14:39:08.957Z Downloaded sec1 v0.7.3
10422026-05-04T14:39:08.957Z Downloaded scroll v0.13.0
10432026-05-04T14:39:08.960Z Downloaded managed v0.8.0
10442026-05-04T14:39:08.960Z Downloaded const-oid v0.9.6
10452026-05-04T14:39:08.963Z Downloaded bzip2 v0.4.4
10462026-05-04T14:39:08.963Z Downloaded csv-core v0.1.13
10472026-05-04T14:39:08.963Z Downloaded console v0.16.2
10482026-05-04T14:39:08.967Z Downloaded ssh-cipher v0.2.0
10492026-05-04T14:39:08.967Z Downloaded structmeta-derive v0.3.0
10502026-05-04T14:39:08.967Z Downloaded ssh-encoding v0.2.0
10512026-05-04T14:39:08.970Z Downloaded structmeta v0.3.0
10522026-05-04T14:39:08.970Z Downloaded serde_repr v0.1.20
10532026-05-04T14:39:08.970Z Downloaded aes-gcm v0.10.3
10542026-05-04T14:39:08.977Z Downloaded strip-ansi-escapes v0.2.1
10552026-05-04T14:39:08.977Z Downloaded serde_urlencoded v0.7.1
10562026-05-04T14:39:08.977Z Downloaded signal-hook-registry v1.4.8
10572026-05-04T14:39:08.977Z Downloaded serde_path_to_error v0.1.20
10582026-05-04T14:39:08.977Z Downloaded progenitor-impl v0.11.2
10592026-05-04T14:39:08.980Z Downloaded rcgen v0.12.1
10602026-05-04T14:39:08.980Z Downloaded strum v0.27.2
10612026-05-04T14:39:08.983Z Downloaded siphasher v1.0.2
10622026-05-04T14:39:08.983Z Downloaded hyper-util v0.1.20
10632026-05-04T14:39:08.992Z Downloaded slog-async v2.8.0
10642026-05-04T14:39:08.992Z Downloaded simd-adler32 v0.3.8
10652026-05-04T14:39:08.992Z Downloaded shlex v1.3.0
10662026-05-04T14:39:08.995Z Downloaded strum v0.26.3
10672026-05-04T14:39:08.995Z Downloaded prettyplease v0.2.37
10682026-05-04T14:39:08.995Z Downloaded slab v0.4.12
10692026-05-04T14:39:08.996Z Downloaded hashbrown v0.12.3
10702026-05-04T14:39:09.009Z Downloaded papergrid v0.17.0
10712026-05-04T14:39:09.009Z Downloaded take_mut v0.2.2
10722026-05-04T14:39:09.009Z Downloaded sync_wrapper v1.0.2
10732026-05-04T14:39:09.009Z Downloaded sync-ptr v0.1.4
10742026-05-04T14:39:09.009Z Downloaded supports-color v3.0.2
10752026-05-04T14:39:09.009Z Downloaded spki v0.7.3
10762026-05-04T14:39:09.009Z Downloaded slog-dtrace v0.3.0
10772026-05-04T14:39:09.013Z Downloaded subtle v2.6.1
10782026-05-04T14:39:09.016Z Downloaded ron v0.8.1
10792026-05-04T14:39:09.019Z Downloaded crossterm v0.29.0
10802026-05-04T14:39:09.023Z Downloaded slog-term v2.9.2
10812026-05-04T14:39:09.026Z Downloaded smf v0.2.3
10822026-05-04T14:39:09.026Z Downloaded slog-stdlog v4.1.1
10832026-05-04T14:39:09.029Z Downloaded stacker v0.1.23
10842026-05-04T14:39:09.029Z Downloaded tap v1.0.1
10852026-05-04T14:39:09.029Z Downloaded tagptr v0.2.0
10862026-05-04T14:39:09.032Z Downloaded time-core v0.1.8
10872026-05-04T14:39:09.032Z Downloaded thread-id v5.1.0
10882026-05-04T14:39:09.032Z Downloaded tabwriter v1.4.1
10892026-05-04T14:39:09.035Z Downloaded serde_with_macros v3.17.0
10902026-05-04T14:39:09.035Z Downloaded serde_cbor v0.11.2
10912026-05-04T14:39:09.038Z Downloaded termtree v0.5.1
10922026-05-04T14:39:09.038Z Downloaded snafu-derive v0.8.9
10932026-05-04T14:39:09.041Z Downloaded tabled_derive v0.11.0
10942026-05-04T14:39:09.041Z Downloaded slog-scope v4.4.1
10952026-05-04T14:39:09.041Z Downloaded ryu v1.0.23
10962026-05-04T14:39:09.043Z Downloaded slog-json v2.6.1
10972026-05-04T14:39:09.043Z Downloaded mio v1.2.0
10982026-05-04T14:39:09.047Z Downloaded tokio-macros v2.7.0
10992026-05-04T14:39:09.050Z Downloaded openssl-sys v0.9.114
11002026-05-04T14:39:09.052Z Downloaded thiserror-impl-no-std v2.0.2
11012026-05-04T14:39:09.052Z Downloaded testing_table v0.3.0
11022026-05-04T14:39:09.055Z Downloaded pretty_assertions v1.4.1
11032026-05-04T14:39:09.055Z Downloaded hashbrown v0.16.1
11042026-05-04T14:39:09.058Z Downloaded static_assertions v1.1.0
11052026-05-04T14:39:09.061Z Downloaded rayon-core v1.13.0
11062026-05-04T14:39:09.061Z Downloaded console v0.15.11
11072026-05-04T14:39:09.064Z Downloaded strum_macros v0.27.2
11082026-05-04T14:39:09.064Z Downloaded strum_macros v0.26.4
11092026-05-04T14:39:09.068Z Downloaded strum_macros v0.24.3
11102026-05-04T14:39:09.068Z Downloaded rustls-pki-types v1.14.0
11112026-05-04T14:39:09.071Z Downloaded ciborium v0.2.2
11122026-05-04T14:39:09.071Z Downloaded stringprep v0.1.5
11132026-05-04T14:39:09.071Z Downloaded hashbrown v0.15.5
11142026-05-04T14:39:09.074Z Downloaded quinn v0.11.9
11152026-05-04T14:39:09.078Z Downloaded sqlparser_derive v0.5.0
11162026-05-04T14:39:09.078Z Downloaded rustls-platform-verifier v0.6.2
11172026-05-04T14:39:09.085Z Downloaded qorb v0.4.1
11182026-05-04T14:39:09.088Z Downloaded chacha20poly1305 v0.10.1
11192026-05-04T14:39:09.088Z Downloaded chacha20 v0.9.1
11202026-05-04T14:39:09.088Z Downloaded tinyvec_macros v0.1.1
11212026-05-04T14:39:09.088Z Downloaded nom v7.1.3
11222026-05-04T14:39:09.088Z Downloaded itertools v0.10.5
11232026-05-04T14:39:09.091Z Downloaded num-bigint v0.4.6
11242026-05-04T14:39:09.094Z Downloaded rand v0.8.5
11252026-05-04T14:39:09.097Z Downloaded cassowary v0.3.0
11262026-05-04T14:39:09.100Z Downloaded bytes v1.11.1
11272026-05-04T14:39:09.102Z Downloaded support-bundle-viewer v0.1.2
11282026-05-04T14:39:09.102Z Downloaded ecdsa v0.16.9
11292026-05-04T14:39:09.103Z Downloaded smallvec v0.6.14
11302026-05-04T14:39:09.105Z Downloaded arrayvec v0.7.6
11312026-05-04T14:39:09.105Z Downloaded tower-service v0.3.3
11322026-05-04T14:39:09.108Z Downloaded libxml v0.3.3
11332026-05-04T14:39:09.111Z Downloaded thiserror-no-std v2.0.2
11342026-05-04T14:39:09.114Z Downloaded termios v0.3.3
11352026-05-04T14:39:09.114Z Downloaded spin v0.9.8
11362026-05-04T14:39:09.117Z Downloaded similar v2.7.0
11372026-05-04T14:39:09.117Z Downloaded time-macros v0.2.27
11382026-05-04T14:39:09.120Z Downloaded try-lock v0.2.5
11392026-05-04T14:39:09.120Z Downloaded tower-layer v0.3.3
11402026-05-04T14:39:09.123Z Downloaded topological-sort v0.2.2
11412026-05-04T14:39:09.123Z Downloaded thread_local v1.1.9
11422026-05-04T14:39:09.123Z Downloaded sqlformat v0.3.5
11432026-05-04T14:39:09.125Z Downloaded trait-variant v0.1.2
11442026-05-04T14:39:09.129Z Downloaded slog v2.8.2
11452026-05-04T14:39:09.132Z Downloaded signal-hook v0.3.18
11462026-05-04T14:39:09.132Z Downloaded string_cache v0.8.9
11472026-05-04T14:39:09.135Z Downloaded serde_yaml v0.9.34+deprecated
11482026-05-04T14:39:09.139Z Downloaded tls_codec_derive v0.4.2
11492026-05-04T14:39:09.142Z Downloaded typify-macro v0.4.3
11502026-05-04T14:39:09.142Z Downloaded tokio-dtrace v0.1.1
11512026-05-04T14:39:09.145Z Downloaded unit-prefix v0.5.2
11522026-05-04T14:39:09.145Z Downloaded tiny-keccak v2.0.2
11532026-05-04T14:39:09.145Z Downloaded tokio-rustls v0.25.0
11542026-05-04T14:39:09.148Z Downloaded publicsuffix v2.3.0
11552026-05-04T14:39:09.148Z Downloaded num-bigint-dig v0.8.6
11562026-05-04T14:39:09.153Z Downloaded unarray v0.1.4
11572026-05-04T14:39:09.153Z Downloaded typify-macro v0.6.2
11582026-05-04T14:39:09.156Z Downloaded universal-hash v0.5.1
11592026-05-04T14:39:09.156Z Downloaded unicode-truncate v1.1.0
11602026-05-04T14:39:09.156Z Downloaded socket2 v0.6.3
11612026-05-04T14:39:09.156Z Downloaded tokio-native-tls v0.3.1
11622026-05-04T14:39:09.156Z Downloaded untrusted v0.7.1
11632026-05-04T14:39:09.160Z Downloaded tls_codec v0.4.2
11642026-05-04T14:39:09.162Z Downloaded tokio-tungstenite v0.21.0
11652026-05-04T14:39:09.163Z Downloaded term v0.7.0
11662026-05-04T14:39:09.165Z Downloaded usdt-attr-macro v0.6.0
11672026-05-04T14:39:09.166Z Downloaded tokio-tungstenite v0.23.1
11682026-05-04T14:39:09.166Z Downloaded rsa v0.9.10
11692026-05-04T14:39:09.168Z Downloaded hyper v1.8.1
11702026-05-04T14:39:09.172Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-05-04T14:39:09.175Z Downloaded itertools v0.13.0
11722026-05-04T14:39:09.178Z Downloaded utf-8 v0.7.6
11732026-05-04T14:39:09.178Z Downloaded usdt-macro v0.6.0
11742026-05-04T14:39:09.178Z Downloaded usdt v0.6.0
11752026-05-04T14:39:09.181Z Downloaded itertools v0.12.1
11762026-05-04T14:39:09.184Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11772026-05-04T14:39:09.184Z Downloaded iddqd v0.3.18
11782026-05-04T14:39:09.187Z Downloaded socket2 v0.5.10
11792026-05-04T14:39:09.190Z Downloaded rand v0.9.2
11802026-05-04T14:39:09.201Z Downloaded tui-tree-widget v0.23.1
11812026-05-04T14:39:09.204Z Downloaded waitgroup v0.1.2
11822026-05-04T14:39:09.207Z Downloaded schemars v1.2.1
11832026-05-04T14:39:09.213Z Downloaded wait-timeout v0.2.1
11842026-05-04T14:39:09.216Z Downloaded void v1.0.2
11852026-05-04T14:39:09.216Z Downloaded schemars v0.9.0
11862026-05-04T14:39:09.220Z Downloaded subprocess v0.2.15
11872026-05-04T14:39:09.223Z Downloaded samael v0.0.19
11882026-05-04T14:39:09.226Z Downloaded xattr v1.6.1
11892026-05-04T14:39:09.229Z Downloaded xshell-macros v0.2.7
11902026-05-04T14:39:09.229Z Downloaded want v0.3.1
11912026-05-04T14:39:09.229Z Downloaded tokio-rustls v0.24.1
11922026-05-04T14:39:09.232Z Downloaded unicase v2.9.0
11932026-05-04T14:39:09.232Z Downloaded libm v0.2.16
11942026-05-04T14:39:09.236Z Downloaded snafu v0.8.9
11952026-05-04T14:39:09.239Z Downloaded untrusted v0.9.0
11962026-05-04T14:39:09.242Z Downloaded term v1.2.1
11972026-05-04T14:39:09.242Z Downloaded toml_writer v1.0.6+spec-1.1.0
11982026-05-04T14:39:09.245Z Downloaded schemars v0.8.22
11992026-05-04T14:39:09.250Z Downloaded zeroize_derive v1.4.3
12002026-05-04T14:39:09.254Z Downloaded test-strategy v0.4.5
12012026-05-04T14:39:09.256Z Downloaded tracing-attributes v0.1.31
12022026-05-04T14:39:09.257Z Downloaded rand v0.10.0
12032026-05-04T14:39:09.259Z Downloaded zone_cfg_derive v0.3.1
12042026-05-04T14:39:09.260Z Downloaded aho-corasick v1.1.4
12052026-05-04T14:39:09.262Z Downloaded zone v0.3.1
12062026-05-04T14:39:09.265Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-05-04T14:39:09.265Z Downloaded tokio-stream v0.1.18
12082026-05-04T14:39:09.268Z Downloaded rustls-webpki v0.103.9
12092026-05-04T14:39:09.272Z Downloaded hkdf v0.12.4
12102026-05-04T14:39:09.272Z Downloaded vergen-gitcl v1.0.8
12112026-05-04T14:39:09.275Z Downloaded vergen-git2 v1.0.7
12122026-05-04T14:39:09.275Z Downloaded vsss-rs v3.3.4
12132026-05-04T14:39:09.275Z Downloaded tinyvec v1.10.0
12142026-05-04T14:39:09.278Z Downloaded vergen-lib v0.1.6
12152026-05-04T14:39:09.278Z Downloaded tokio-rustls v0.26.4
12162026-05-04T14:39:09.281Z Downloaded walkdir v2.5.0
12172026-05-04T14:39:09.283Z Downloaded itertools v0.14.0
12182026-05-04T14:39:09.287Z Downloaded unicode-properties v0.1.4
12192026-05-04T14:39:09.290Z Downloaded h2 v0.4.13
12202026-05-04T14:39:09.293Z Downloaded futures-util v0.3.32
12212026-05-04T14:39:09.298Z Downloaded wyz v0.5.1
12222026-05-04T14:39:09.301Z Downloaded whoami v2.1.0
12232026-05-04T14:39:09.301Z Downloaded whoami v1.6.1
12242026-05-04T14:39:09.304Z Downloaded toml v1.0.6+spec-1.1.0
12252026-05-04T14:39:09.304Z Downloaded toml v0.7.8
12262026-05-04T14:39:09.307Z Downloaded xshell v0.2.7
12272026-05-04T14:39:09.310Z Downloaded p521 v0.13.3
12282026-05-04T14:39:09.310Z Downloaded usdt-impl v0.6.0
12292026-05-04T14:39:09.313Z Downloaded russh v0.45.0
12302026-05-04T14:39:09.316Z Downloaded tar v0.4.45
12312026-05-04T14:39:09.316Z Downloaded blake3 v1.8.3
12322026-05-04T14:39:09.319Z Downloaded steno v0.4.1
12332026-05-04T14:39:09.322Z Downloaded uzers v0.12.2
12342026-05-04T14:39:09.327Z Downloaded zstd v0.13.3
12352026-05-04T14:39:09.329Z Downloaded zstd-safe v7.2.4
12362026-05-04T14:39:09.330Z Downloaded vergen v9.0.6
12372026-05-04T14:39:09.334Z Downloaded twox-hash v2.1.2
12382026-05-04T14:39:09.337Z Downloaded rustyline v14.0.0
12392026-05-04T14:39:09.340Z Downloaded typify v0.4.3
12402026-05-04T14:39:09.343Z Downloaded typify v0.6.2
12412026-05-04T14:39:09.346Z Downloaded unsafe-libyaml v0.2.11
12422026-05-04T14:39:09.348Z Downloaded toml v0.9.12+spec-1.1.0
12432026-05-04T14:39:09.349Z Downloaded zerocopy v0.6.6
12442026-05-04T14:39:09.351Z Downloaded zeroize v1.8.2
12452026-05-04T14:39:09.351Z Downloaded unicode-bidi v0.3.18
12462026-05-04T14:39:09.356Z Downloaded tungstenite v0.21.0
12472026-05-04T14:39:09.359Z Downloaded iri-string v0.7.10
12482026-05-04T14:39:09.364Z Downloaded tracing-core v0.1.36
12492026-05-04T14:39:09.367Z Downloaded yasna v0.5.2
12502026-05-04T14:39:09.370Z Downloaded aws-lc-rs v1.16.0
12512026-05-04T14:39:09.374Z Downloaded vte v0.14.1
12522026-05-04T14:39:09.377Z Downloaded uuid v1.23.0
12532026-05-04T14:39:09.377Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-05-04T14:39:09.392Z Downloaded tungstenite v0.23.0
12552026-05-04T14:39:09.394Z Downloaded regex v1.12.3
12562026-05-04T14:39:09.397Z Downloaded chrono v0.4.44
12572026-05-04T14:39:09.403Z Downloaded zopfli v0.8.3
12582026-05-04T14:39:09.412Z Downloaded reedline v0.40.0
12592026-05-04T14:39:09.416Z Downloaded rpassword v7.4.0
12602026-05-04T14:39:09.419Z Downloaded tokio-postgres v0.7.16
12612026-05-04T14:39:09.424Z Downloaded bitvec v1.0.1
12622026-05-04T14:39:09.434Z Downloaded yansi v1.0.1
12632026-05-04T14:39:09.437Z Downloaded toml_edit v0.19.15
12642026-05-04T14:39:09.444Z Downloaded bindgen v0.71.1
12652026-05-04T14:39:09.448Z Downloaded unicode_categories v0.1.1
12662026-05-04T14:39:09.451Z Downloaded ssh-key v0.6.7
12672026-05-04T14:39:09.455Z Downloaded reqwest v0.13.2
12682026-05-04T14:39:09.458Z Downloaded lalrpop v0.19.12
12692026-05-04T14:39:09.463Z Downloaded zip v0.6.6
12702026-05-04T14:39:09.466Z Downloaded portable-atomic v1.13.1
12712026-05-04T14:39:09.470Z Downloaded rustls-webpki v0.101.7
12722026-05-04T14:39:09.477Z Downloaded tower v0.5.3
12732026-05-04T14:39:09.484Z Downloaded unicode-segmentation v1.12.0
12742026-05-04T14:39:09.487Z Downloaded rayon v1.11.0
12752026-05-04T14:39:09.490Z Downloaded proptest v1.10.0
12762026-05-04T14:39:09.494Z Downloaded zerocopy-derive v0.8.40
12772026-05-04T14:39:09.499Z Downloaded reqwest v0.12.28
12782026-05-04T14:39:09.502Z Downloaded p384 v0.13.1
12792026-05-04T14:39:09.505Z Downloaded salty v0.3.0
12802026-05-04T14:39:09.509Z Downloaded git2 v0.20.4
12812026-05-04T14:39:09.514Z Downloaded quick-xml v0.37.5
12822026-05-04T14:39:09.521Z Downloaded tough v0.20.0
12832026-05-04T14:39:09.526Z Downloaded typed-path v0.9.3
12842026-05-04T14:39:09.529Z Downloaded x509-cert v0.2.5
12852026-05-04T14:39:09.550Z Downloaded goblin v0.10.5
12862026-05-04T14:39:09.568Z Downloaded unicode-normalization v0.1.25
12872026-05-04T14:39:09.598Z Downloaded nix v0.27.1
12882026-05-04T14:39:09.599Z Downloaded rustls-webpki v0.102.8
12892026-05-04T14:39:09.599Z Downloaded zip v4.6.1
12902026-05-04T14:39:09.599Z Downloaded winnow v0.6.26
12912026-05-04T14:39:09.599Z Downloaded tower-http v0.6.8
12922026-05-04T14:39:09.602Z Downloaded tokio-util v0.7.18
12932026-05-04T14:39:09.605Z Downloaded openssl v0.10.78
12942026-05-04T14:39:09.609Z Downloaded serde_with v3.17.0
12952026-05-04T14:39:09.617Z Downloaded radix_trie v0.2.1
12962026-05-04T14:39:09.620Z Downloaded bstr v1.12.1
12972026-05-04T14:39:09.625Z Downloaded rustls v0.21.12
12982026-05-04T14:39:09.634Z Downloaded smoltcp v0.9.1
12992026-05-04T14:39:09.637Z Downloaded nix v0.29.0
13002026-05-04T14:39:09.643Z Downloaded regex-syntax v0.6.29
13012026-05-04T14:39:09.647Z Downloaded moka v0.12.13
13022026-05-04T14:39:09.651Z Downloaded petname v2.0.2
13032026-05-04T14:39:09.655Z Downloaded object v0.37.3
13042026-05-04T14:39:09.665Z Downloaded quinn-proto v0.11.13
13052026-05-04T14:39:09.669Z Downloaded vcpkg v0.2.15
13062026-05-04T14:39:09.691Z Downloaded zlib-rs v0.6.2
13072026-05-04T14:39:09.695Z Downloaded hickory-proto v0.25.2
13082026-05-04T14:39:09.702Z Downloaded winnow v0.5.40
13092026-05-04T14:39:09.706Z Downloaded rustls v0.22.4
13102026-05-04T14:39:09.715Z Downloaded polar-core v0.27.3
13112026-05-04T14:39:09.718Z Downloaded smoltcp v0.11.0
13122026-05-04T14:39:09.724Z Downloaded rustix v0.38.44
13132026-05-04T14:39:09.737Z Downloaded tabled v0.20.0
13142026-05-04T14:39:09.746Z Downloaded nix v0.28.0
13152026-05-04T14:39:09.752Z Downloaded dropshot v0.17.0
13162026-05-04T14:39:09.765Z Downloaded time v0.3.47
13172026-05-04T14:39:09.772Z Downloaded nix v0.31.2
13182026-05-04T14:39:09.780Z Downloaded dropshot v0.16.7
13192026-05-04T14:39:09.793Z Downloaded hickory-proto v0.24.4
13202026-05-04T14:39:09.801Z Downloaded diesel v2.3.7
13212026-05-04T14:39:09.815Z Downloaded typify-impl v0.4.3
13222026-05-04T14:39:09.824Z Downloaded webpki-roots v1.0.6
13232026-05-04T14:39:09.827Z Downloaded object v0.30.4
13242026-05-04T14:39:09.832Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-05-04T14:39:09.840Z Downloaded zerocopy v0.8.40
13262026-05-04T14:39:09.846Z Downloaded zerocopy-derive v0.6.6
13272026-05-04T14:39:09.851Z Downloaded regress v0.11.1
13282026-05-04T14:39:09.856Z Downloaded rustls v0.23.37
13292026-05-04T14:39:09.863Z Downloaded openapiv3 v2.2.0
13302026-05-04T14:39:09.870Z Downloaded regex-syntax v0.8.10
13312026-05-04T14:39:09.875Z Downloaded regress v0.10.5
13322026-05-04T14:39:09.880Z Downloaded chrono-tz v0.10.4
13332026-05-04T14:39:09.892Z Downloaded jiff v0.2.21
13342026-05-04T14:39:09.902Z Downloaded curve25519-dalek v4.1.3
13352026-05-04T14:39:09.936Z Downloaded sqlparser v0.61.0
13362026-05-04T14:39:09.949Z Downloaded sled v0.34.7
13372026-05-04T14:39:09.963Z Downloaded typify-impl v0.6.2
13382026-05-04T14:39:09.971Z Downloaded ratatui v0.29.0
13392026-05-04T14:39:09.997Z Downloaded tracing v0.1.44
13402026-05-04T14:39:10.029Z Downloaded regex-automata v0.4.14
13412026-05-04T14:39:10.045Z Downloaded ring v0.17.14
13422026-05-04T14:39:10.067Z Downloaded petgraph v0.6.5
13432026-05-04T14:39:10.099Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-05-04T14:39:10.147Z Downloaded csv v1.4.0
13452026-05-04T14:39:10.159Z Downloaded petgraph v0.8.3
13462026-05-04T14:39:10.179Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13472026-05-04T14:39:10.190Z Downloaded sha3 v0.10.8
13482026-05-04T14:39:10.193Z Downloaded libz-sys v1.1.24
13492026-05-04T14:39:10.206Z Downloaded tokio v1.52.1
13502026-05-04T14:39:10.243Z Downloaded encoding_rs v0.8.35
13512026-05-04T14:39:10.690Z Downloaded aws-lc-sys v0.37.1
13522026-05-04T14:39:10.957Z Compiling libc v0.2.185
13532026-05-04T14:39:10.960Z Compiling serde v1.0.228
13542026-05-04T14:39:10.960Z Compiling find-msvc-tools v0.1.9
13552026-05-04T14:39:10.960Z Compiling log v0.4.29
13562026-05-04T14:39:10.960Z Compiling shlex v1.3.0
13572026-05-04T14:39:10.960Z Compiling smallvec v1.15.1
13582026-05-04T14:39:10.960Z Compiling syn v2.0.117
13592026-05-04T14:39:10.960Z Compiling typenum v1.19.0
13602026-05-04T14:39:11.265Z Compiling generic-array v0.14.7
13612026-05-04T14:39:11.278Z Compiling subtle v2.6.1
13622026-05-04T14:39:11.290Z Compiling scopeguard v1.2.0
13632026-05-04T14:39:11.372Z Compiling lock_api v0.4.14
13642026-05-04T14:39:11.399Z Compiling const-oid v0.9.6
13652026-05-04T14:39:11.427Z Compiling portable-atomic v1.13.1
13662026-05-04T14:39:11.440Z Compiling zerocopy v0.8.40
13672026-05-04T14:39:11.497Z Compiling serde_json v1.0.149
13682026-05-04T14:39:11.587Z Compiling critical-section v1.2.0
13692026-05-04T14:39:11.693Z Compiling pin-project-lite v0.2.17
13702026-05-04T14:39:11.709Z Compiling parking_lot_core v0.9.12
13712026-05-04T14:39:11.858Z Compiling pkg-config v0.3.32
13722026-05-04T14:39:11.943Z Compiling getrandom v0.2.17
13732026-05-04T14:39:12.011Z Compiling jobserver v0.1.34
13742026-05-04T14:39:12.069Z Compiling errno v0.3.14
13752026-05-04T14:39:12.118Z Compiling rand_core v0.6.4
13762026-05-04T14:39:12.217Z Compiling cc v1.2.56
13772026-05-04T14:39:12.379Z Compiling once_cell v1.21.3
13782026-05-04T14:39:12.383Z Compiling signal-hook-registry v1.4.8
13792026-05-04T14:39:12.405Z Compiling bitflags v2.11.0
13802026-05-04T14:39:12.419Z Compiling libm v0.2.16
13812026-05-04T14:39:12.462Z Compiling parking_lot v0.12.5
13822026-05-04T14:39:12.580Z Compiling mio v1.2.0
13832026-05-04T14:39:12.622Z Compiling num-traits v0.2.19
13842026-05-04T14:39:12.650Z Compiling futures-core v0.3.32
13852026-05-04T14:39:12.798Z Compiling percent-encoding v2.3.2
13862026-05-04T14:39:12.827Z Compiling socket2 v0.6.3
13872026-05-04T14:39:12.886Z Compiling futures-sink v0.3.32
13882026-05-04T14:39:12.954Z Compiling cpufeatures v0.2.17
13892026-05-04T14:39:12.986Z Compiling futures-channel v0.3.32
13902026-05-04T14:39:13.000Z Compiling futures-io v0.3.32
13912026-05-04T14:39:13.026Z Compiling futures-task v0.3.32
13922026-05-04T14:39:13.039Z Compiling getrandom v0.4.1
13932026-05-04T14:39:13.147Z Compiling slab v0.4.12
13942026-05-04T14:39:13.193Z Compiling rand_core v0.10.0
13952026-05-04T14:39:13.209Z Compiling getrandom v0.3.4
13962026-05-04T14:39:13.219Z Compiling rustversion v1.0.22
13972026-05-04T14:39:13.317Z Compiling indexmap v2.14.0
13982026-05-04T14:39:13.353Z Compiling form_urlencoded v1.2.2
13992026-05-04T14:39:13.596Z Compiling cmake v0.1.57
14002026-05-04T14:39:13.731Z Compiling base64ct v1.8.3
14012026-05-04T14:39:13.808Z Compiling synstructure v0.13.2
14022026-05-04T14:39:13.951Z Compiling dunce v1.0.5
14032026-05-04T14:39:13.986Z Compiling fs_extra v1.3.0
14042026-05-04T14:39:14.016Z Compiling ident_case v1.0.1
14052026-05-04T14:39:14.144Z Compiling pem-rfc7468 v0.7.0
14062026-05-04T14:39:14.167Z Compiling flagset v0.4.7
14072026-05-04T14:39:14.201Z Compiling rand_core v0.9.5
14082026-05-04T14:39:14.243Z Compiling iana-time-zone v0.1.65
14092026-05-04T14:39:14.259Z Compiling rustix v1.1.3
14102026-05-04T14:39:14.299Z Compiling ring v0.17.14
14112026-05-04T14:39:14.343Z Compiling aws-lc-sys v0.37.1
14122026-05-04T14:39:14.443Z Compiling uuid v1.23.0
14132026-05-04T14:39:14.459Z Compiling rustc_version v0.4.1
14142026-05-04T14:39:14.476Z Compiling vcpkg v0.2.15
14152026-05-04T14:39:14.532Z Compiling regex-syntax v0.8.10
14162026-05-04T14:39:14.784Z Compiling aws-lc-rs v1.16.0
14172026-05-04T14:39:15.068Z Compiling tracing-core v0.1.36
14182026-05-04T14:39:15.147Z Compiling pest_generator v2.8.6
14192026-05-04T14:39:15.209Z Compiling openssl-sys v0.9.114
14202026-05-04T14:39:15.644Z Compiling serde_derive v1.0.228
14212026-05-04T14:39:15.658Z Compiling zeroize_derive v1.4.3
14222026-05-04T14:39:15.740Z Compiling zerofrom-derive v0.1.6
14232026-05-04T14:39:15.867Z Compiling yoke-derive v0.8.1
14242026-05-04T14:39:16.017Z Compiling zerocopy-derive v0.8.40
14252026-05-04T14:39:16.301Z Compiling zeroize v1.8.2
14262026-05-04T14:39:16.904Z Compiling zerovec-derive v0.11.2
14272026-05-04T14:39:17.030Z Compiling crypto-common v0.1.7
14282026-05-04T14:39:17.076Z Compiling block-buffer v0.10.4
14292026-05-04T14:39:17.165Z Compiling zerofrom v0.1.6
14302026-05-04T14:39:17.179Z Compiling displaydoc v0.2.5
14312026-05-04T14:39:17.251Z Compiling digest v0.10.7
14322026-05-04T14:39:17.290Z Compiling yoke v0.8.1
14332026-05-04T14:39:17.479Z Compiling tokio-macros v2.7.0
14342026-05-04T14:39:17.498Z Compiling hmac v0.12.1
14352026-05-04T14:39:17.659Z Compiling futures-macro v0.3.32
14362026-05-04T14:39:17.914Z Compiling zerotrie v0.2.3
14372026-05-04T14:39:18.019Z Compiling zerovec v0.11.5
14382026-05-04T14:39:18.192Z Compiling block-padding v0.3.3
14392026-05-04T14:39:18.209Z Compiling sha2 v0.10.9
14402026-05-04T14:39:18.338Z Compiling inout v0.1.4
14412026-05-04T14:39:18.448Z Compiling tinystr v0.8.2
14422026-05-04T14:39:18.504Z Compiling potential_utf v0.1.4
14432026-05-04T14:39:18.509Z Compiling futures-util v0.3.32
14442026-05-04T14:39:18.643Z Compiling icu_locale_core v2.1.1
14452026-05-04T14:39:18.661Z Compiling icu_collections v2.1.1
14462026-05-04T14:39:18.934Z Compiling cipher v0.4.4
14472026-05-04T14:39:19.155Z Compiling bytes v1.11.1
14482026-05-04T14:39:19.181Z Compiling der_derive v0.7.3
14492026-05-04T14:39:19.232Z Compiling salsa20 v0.10.2
14502026-05-04T14:39:19.371Z Compiling icu_provider v2.1.1
14512026-05-04T14:39:19.532Z Compiling chrono v0.4.44
14522026-05-04T14:39:19.612Z Compiling icu_normalizer v2.1.1
14532026-05-04T14:39:19.654Z Compiling tokio v1.52.1
14542026-05-04T14:39:19.671Z Compiling icu_properties v2.1.2
14552026-05-04T14:39:20.126Z Compiling der v0.7.10
14562026-05-04T14:39:20.160Z Compiling http v1.4.0
14572026-05-04T14:39:20.506Z Compiling ppv-lite86 v0.2.21
14582026-05-04T14:39:20.750Z Compiling idna_adapter v1.2.1
14592026-05-04T14:39:20.816Z Compiling pbkdf2 v0.12.2
14602026-05-04T14:39:20.830Z Compiling thiserror-impl v2.0.18
14612026-05-04T14:39:20.882Z Compiling idna v1.1.0
14622026-05-04T14:39:20.914Z Compiling scrypt v0.11.0
14632026-05-04T14:39:20.931Z Compiling spki v0.7.3
14642026-05-04T14:39:21.058Z Compiling rand_chacha v0.9.0
14652026-05-04T14:39:21.143Z Compiling cbc v0.1.2
14662026-05-04T14:39:21.163Z Compiling url v2.5.8
14672026-05-04T14:39:21.282Z Compiling aes v0.8.4
14682026-05-04T14:39:21.304Z Compiling rustls-pki-types v1.14.0
14692026-05-04T14:39:21.512Z Compiling tracing-attributes v0.1.31
14702026-05-04T14:39:21.742Z Compiling pkcs5 v0.7.1
14712026-05-04T14:39:21.744Z Compiling rand v0.9.2
14722026-05-04T14:39:21.935Z Compiling http-body v1.0.1
14732026-05-04T14:39:22.128Z Compiling thiserror v2.0.18
14742026-05-04T14:39:22.147Z Compiling serde_derive_internals v0.29.1
14752026-05-04T14:39:22.208Z Compiling untrusted v0.9.0
14762026-05-04T14:39:22.231Z Compiling base64 v0.22.1
14772026-05-04T14:39:22.308Z Compiling httparse v1.10.1
14782026-05-04T14:39:22.327Z Compiling untrusted v0.7.1
14792026-05-04T14:39:22.449Z Compiling openssl-probe v0.2.1
14802026-05-04T14:39:22.528Z Compiling schemars v0.8.22
14812026-05-04T14:39:22.620Z Compiling pkcs8 v0.10.2
14822026-05-04T14:39:22.680Z Compiling pest_derive v2.8.6
14832026-05-04T14:39:22.741Z Compiling scroll_derive v0.13.1
14842026-05-04T14:39:22.796Z Compiling tracing v0.1.44
14852026-05-04T14:39:22.922Z Compiling darling_core v0.20.11
14862026-05-04T14:39:23.020Z Compiling schemars_derive v0.8.22
14872026-05-04T14:39:23.055Z Compiling atomic-waker v1.1.2
14882026-05-04T14:39:23.096Z Compiling try-lock v0.2.5
14892026-05-04T14:39:23.177Z Compiling dyn-clone v1.0.20
14902026-05-04T14:39:23.198Z Compiling tower-service v0.3.3
14912026-05-04T14:39:23.292Z Compiling tokio-util v0.7.18
14922026-05-04T14:39:23.311Z Compiling tinyvec_macros v0.1.1
14932026-05-04T14:39:23.381Z Compiling tower-layer v0.3.3
14942026-05-04T14:39:23.527Z Compiling rustls v0.23.37
14952026-05-04T14:39:23.544Z Compiling scroll v0.13.0
14962026-05-04T14:39:23.702Z Compiling tinyvec v1.10.0
14972026-05-04T14:39:23.808Z Compiling want v0.3.1
14982026-05-04T14:39:23.974Z Compiling h2 v0.4.13
14992026-05-04T14:39:24.320Z Compiling ipnet v2.11.0
15002026-05-04T14:39:24.344Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-05-04T14:39:24.381Z Compiling spin v0.9.8
15022026-05-04T14:39:24.582Z Compiling aho-corasick v1.1.4
15032026-05-04T14:39:24.726Z Compiling pin-utils v0.1.0
15042026-05-04T14:39:24.803Z Compiling crc32fast v1.5.0
15052026-05-04T14:39:24.817Z Compiling httpdate v1.0.3
15062026-05-04T14:39:25.039Z Compiling num-conv v0.2.0
15072026-05-04T14:39:25.066Z Compiling time-core v0.1.8
15082026-05-04T14:39:25.170Z Compiling foreign-types-shared v0.1.1
15092026-05-04T14:39:25.196Z Compiling darling_macro v0.20.11
15102026-05-04T14:39:25.212Z Compiling openssl v0.10.78
15112026-05-04T14:39:25.238Z Compiling powerfmt v0.2.0
15122026-05-04T14:39:25.256Z Compiling foreign-types v0.3.2
15132026-05-04T14:39:25.327Z Compiling time-macros v0.2.27
15142026-05-04T14:39:25.440Z Compiling regex-automata v0.4.14
15152026-05-04T14:39:25.467Z Compiling deranged v0.5.8
15162026-05-04T14:39:25.628Z Compiling tempfile v3.25.0
15172026-05-04T14:39:25.650Z Compiling darling v0.20.11
15182026-05-04T14:39:25.991Z Compiling goblin v0.10.5
15192026-05-04T14:39:26.361Z Compiling openssl-macros v0.1.1
15202026-05-04T14:39:26.411Z Compiling wait-timeout v0.2.1
15212026-05-04T14:39:26.677Z Compiling usdt-impl v0.6.0
15222026-05-04T14:39:26.743Z Compiling bit-vec v0.8.0
15232026-05-04T14:39:26.774Z Compiling simd-adler32 v0.3.8
15242026-05-04T14:39:26.878Z Compiling native-tls v0.2.18
15252026-05-04T14:39:26.969Z Compiling hyper v1.8.1
15262026-05-04T14:39:27.016Z Compiling num_threads v0.1.7
15272026-05-04T14:39:27.071Z Compiling syn v1.0.109
15282026-05-04T14:39:27.113Z Compiling quick-error v1.2.3
15292026-05-04T14:39:27.220Z Compiling siphasher v1.0.2
15302026-05-04T14:39:27.375Z Compiling crossbeam-utils v0.8.21
15312026-05-04T14:39:27.456Z Compiling rusty-fork v0.3.1
15322026-05-04T14:39:27.698Z Compiling time v0.3.47
15332026-05-04T14:39:27.784Z Compiling bit-set v0.8.0
15342026-05-04T14:39:27.941Z Compiling derive_builder_core v0.20.2
15352026-05-04T14:39:28.504Z Compiling hyper-util v0.1.20
15362026-05-04T14:39:28.794Z Compiling dof v0.4.0
15372026-05-04T14:39:29.444Z Compiling unicode-normalization v0.1.25
15382026-05-04T14:39:29.462Z Compiling dtrace-parser v0.3.0
15392026-05-04T14:39:29.907Z Compiling rustls-native-certs v0.8.3
15402026-05-04T14:39:30.003Z Compiling signature v2.2.0
15412026-05-04T14:39:30.187Z Compiling scroll_derive v0.12.1
15422026-05-04T14:39:30.191Z Compiling thiserror-impl v1.0.69
15432026-05-04T14:39:30.213Z Compiling heapless v0.7.17
15442026-05-04T14:39:30.216Z Compiling rand_xorshift v0.4.0
15452026-05-04T14:39:30.277Z Compiling darling_core v0.21.3
15462026-05-04T14:39:30.378Z Compiling slog v2.8.2
15472026-05-04T14:39:30.438Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-05-04T14:39:30.570Z Compiling sync_wrapper v1.0.2
15492026-05-04T14:39:30.670Z Compiling thread-id v5.1.0
15502026-05-04T14:39:30.709Z Compiling cookie v0.18.1
15512026-05-04T14:39:30.754Z Compiling adler2 v2.0.1
15522026-05-04T14:39:30.829Z Compiling paste v1.0.15
15532026-05-04T14:39:30.844Z Compiling unarray v0.1.4
15542026-05-04T14:39:30.884Z Compiling unicode-properties v0.1.4
15552026-05-04T14:39:30.889Z Compiling anyhow v1.0.102
15562026-05-04T14:39:30.950Z Compiling unicode-bidi v0.3.18
15572026-05-04T14:39:31.086Z Compiling allocator-api2 v0.2.21
15582026-05-04T14:39:31.086Z Compiling zstd-safe v7.2.4
15592026-05-04T14:39:31.195Z Compiling signal-hook v0.3.18
15602026-05-04T14:39:31.278Z Compiling stringprep v0.1.5
15612026-05-04T14:39:31.429Z Compiling thiserror v1.0.69
15622026-05-04T14:39:31.461Z Compiling proptest v1.10.0
15632026-05-04T14:39:31.520Z Compiling scroll v0.12.0
15642026-05-04T14:39:31.532Z Compiling miniz_oxide v0.8.9
15652026-05-04T14:39:31.774Z Compiling tower v0.5.3
15662026-05-04T14:39:32.190Z Compiling derive_builder_macro v0.20.2
15672026-05-04T14:39:32.461Z Compiling ipnetwork v0.21.1
15682026-05-04T14:39:32.464Z Compiling http-body-util v0.1.3
15692026-05-04T14:39:32.638Z Compiling webpki-roots v1.0.6
15702026-05-04T14:39:32.701Z Compiling rand_chacha v0.3.1
15712026-05-04T14:39:32.714Z Compiling serde_spanned v0.6.9
15722026-05-04T14:39:32.727Z Compiling darling_macro v0.21.3
15732026-05-04T14:39:32.756Z Compiling toml_datetime v0.6.11
15742026-05-04T14:39:32.855Z Compiling serde_tokenstream v0.2.3
15752026-05-04T14:39:32.858Z Compiling erased-serde v0.3.31
15762026-05-04T14:39:33.017Z Compiling md-5 v0.10.6
15772026-05-04T14:39:33.174Z Compiling zerocopy-derive v0.7.35
15782026-05-04T14:39:33.188Z Compiling curve25519-dalek v4.1.3
15792026-05-04T14:39:33.202Z Compiling vergen-lib v0.1.6
15802026-05-04T14:39:33.332Z Compiling num-integer v0.1.46
15812026-05-04T14:39:33.380Z Compiling hash32 v0.2.1
15822026-05-04T14:39:33.498Z Compiling ff v0.13.1
15832026-05-04T14:39:33.520Z Compiling memoffset v0.9.1
15842026-05-04T14:39:33.569Z Compiling litrs v1.0.0
15852026-05-04T14:39:33.636Z Compiling smoltcp v0.9.1
15862026-05-04T14:39:33.649Z Compiling zlib-rs v0.6.2
15872026-05-04T14:39:33.717Z Compiling fallible-iterator v0.2.0
15882026-05-04T14:39:33.971Z Compiling rustix v0.38.44
15892026-05-04T14:39:34.024Z Compiling iri-string v0.7.10
15902026-05-04T14:39:34.068Z Compiling psl-types v2.0.11
15912026-05-04T14:39:34.140Z Compiling cfg_aliases v0.2.1
15922026-05-04T14:39:34.207Z Compiling ref-cast v1.0.25
15932026-05-04T14:39:34.218Z Compiling ryu v1.0.23
15942026-05-04T14:39:34.346Z Compiling num-bigint-dig v0.8.6
15952026-05-04T14:39:34.402Z Compiling base16ct v0.2.0
15962026-05-04T14:39:34.550Z Compiling sec1 v0.7.3
15972026-05-04T14:39:34.586Z Compiling serde_urlencoded v0.7.1
15982026-05-04T14:39:34.658Z Compiling nix v0.31.2
15992026-05-04T14:39:34.825Z Compiling publicsuffix v2.3.0
16002026-05-04T14:39:34.828Z Compiling document-features v0.2.12
16012026-05-04T14:39:34.996Z Compiling zerocopy v0.7.35
16022026-05-04T14:39:35.020Z Compiling postgres-protocol v0.6.10
16032026-05-04T14:39:35.414Z Compiling tower-http v0.6.8
16042026-05-04T14:39:35.559Z Compiling newtype-uuid v1.3.2
16052026-05-04T14:39:35.583Z Compiling group v0.13.0
16062026-05-04T14:39:35.667Z Compiling num-iter v0.1.45
16072026-05-04T14:39:35.841Z Compiling darling v0.21.3
16082026-05-04T14:39:35.874Z Compiling rand v0.8.5
16092026-05-04T14:39:35.921Z Compiling oxnet v0.1.4
16102026-05-04T14:39:36.187Z Compiling hubpack_derive v0.1.1
16112026-05-04T14:39:36.213Z Compiling derive_builder v0.20.2
16122026-05-04T14:39:36.301Z Compiling tokio-native-tls v0.3.1
16132026-05-04T14:39:36.350Z Compiling goblin v0.8.2
16142026-05-04T14:39:36.620Z Compiling flate2 v1.1.9
16152026-05-04T14:39:36.934Z Compiling regex v1.12.3
16162026-05-04T14:39:37.026Z Compiling phf_shared v0.13.1
16172026-05-04T14:39:37.078Z Compiling lazy_static v1.5.0
16182026-05-04T14:39:37.112Z Compiling cargo-platform v0.1.9
16192026-05-04T14:39:37.173Z Compiling hkdf v0.12.4
16202026-05-04T14:39:37.186Z Compiling crypto-bigint v0.5.5
16212026-05-04T14:39:37.261Z Compiling terminal_size v0.4.3
16222026-05-04T14:39:37.337Z Compiling strum_macros v0.27.2
16232026-05-04T14:39:37.363Z Compiling async-trait v0.1.89
16242026-05-04T14:39:37.377Z Compiling daft-derive v0.1.5
16252026-05-04T14:39:37.396Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-04T14:39:38.034Z Compiling ref-cast-impl v1.0.25
16272026-05-04T14:39:38.084Z Compiling vergen v9.0.6
16282026-05-04T14:39:38.267Z Compiling fs-err v3.3.0
16292026-05-04T14:39:38.362Z Compiling ahash v0.8.12
16302026-05-04T14:39:38.462Z Compiling foldhash v0.1.5
16312026-05-04T14:39:38.564Z Compiling winnow v0.5.40
16322026-05-04T14:39:38.571Z Compiling bitflags v1.3.2
16332026-05-04T14:39:38.631Z Compiling unicode-segmentation v1.12.0
16342026-05-04T14:39:38.651Z Compiling object v0.37.3
16352026-05-04T14:39:38.937Z Compiling libbz2-rs-sys v0.2.2
16362026-05-04T14:39:39.026Z Compiling managed v0.8.0
16372026-05-04T14:39:39.280Z Compiling bumpalo v3.20.2
16382026-05-04T14:39:39.311Z Compiling foldhash v0.2.0
16392026-05-04T14:39:39.315Z Compiling strum v0.27.2
16402026-05-04T14:39:39.461Z Compiling hashbrown v0.16.1
16412026-05-04T14:39:39.533Z Compiling zopfli v0.8.3
16422026-05-04T14:39:39.539Z Compiling bzip2 v0.6.1
16432026-05-04T14:39:39.743Z Compiling clap_builder v4.5.60
16442026-05-04T14:39:39.863Z Compiling toml_edit v0.19.15
16452026-05-04T14:39:40.023Z Compiling hashbrown v0.15.5
16462026-05-04T14:39:40.204Z Compiling dof v0.3.0
16472026-05-04T14:39:40.350Z Compiling elliptic-curve v0.13.8
16482026-05-04T14:39:40.439Z Compiling daft v0.1.5
16492026-05-04T14:39:40.707Z Compiling cargo_metadata v0.19.2
16502026-05-04T14:39:40.726Z Compiling phf v0.13.1
16512026-05-04T14:39:40.901Z Compiling signal-hook-mio v0.2.5
16522026-05-04T14:39:41.016Z Compiling cookie_store v0.22.1
16532026-05-04T14:39:42.009Z Compiling hubpack v0.1.2
16542026-05-04T14:39:42.024Z Compiling zstd v0.13.3
16552026-05-04T14:39:42.229Z Compiling hyper-tls v0.6.0
16562026-05-04T14:39:42.280Z Compiling bzip2 v0.4.4
16572026-05-04T14:39:42.417Z Compiling serde_with_macros v3.17.0
16582026-05-04T14:39:42.469Z Compiling postgres-types v0.2.12
16592026-05-04T14:39:42.538Z Compiling usdt-macro v0.6.0
16602026-05-04T14:39:42.688Z Compiling usdt-attr-macro v0.6.0
16612026-05-04T14:39:43.006Z Compiling dtrace-parser v0.2.0
16622026-05-04T14:39:43.269Z Compiling ed25519 v2.2.3
16632026-05-04T14:39:43.476Z Compiling bstr v1.12.1
16642026-05-04T14:39:43.501Z Compiling phf_shared v0.11.3
16652026-05-04T14:39:43.528Z Compiling pkcs1 v0.7.5
16662026-05-04T14:39:43.578Z Compiling serde-big-array v0.5.1
16672026-05-04T14:39:43.698Z Compiling hex v0.4.3
16682026-05-04T14:39:43.720Z Compiling rfc6979 v0.4.0
16692026-05-04T14:39:43.750Z Compiling strum_macros v0.26.4
16702026-05-04T14:39:43.846Z Compiling serde_repr v0.1.20
16712026-05-04T14:39:43.927Z Compiling clap_derive v4.5.55
16722026-05-04T14:39:43.960Z Compiling enum-as-inner v0.6.1
16732026-05-04T14:39:44.150Z Compiling float-cmp v0.10.0
16742026-05-04T14:39:44.181Z Compiling thread-id v4.2.2
16752026-05-04T14:39:44.269Z Compiling memmap2 v0.9.10
16762026-05-04T14:39:44.297Z Compiling env_filter v1.0.0
16772026-05-04T14:39:44.422Z Compiling encoding_rs v0.8.35
16782026-05-04T14:39:44.486Z Compiling predicates-core v1.0.10
16792026-05-04T14:39:44.507Z Compiling fixedbitset v0.4.2
16802026-05-04T14:39:44.603Z Compiling new_debug_unreachable v1.0.6
16812026-05-04T14:39:44.666Z Compiling keccak v0.1.6
16822026-05-04T14:39:44.678Z Compiling normalize-line-endings v0.3.0
16832026-05-04T14:39:44.730Z Compiling mime v0.3.17
16842026-05-04T14:39:44.773Z Compiling static_assertions v1.1.0
16852026-05-04T14:39:44.851Z Compiling difflib v0.4.0
16862026-05-04T14:39:44.995Z Compiling data-encoding v2.10.0
16872026-05-04T14:39:45.421Z Compiling either v1.15.0
16882026-05-04T14:39:45.482Z Compiling fixedbitset v0.5.7
16892026-05-04T14:39:45.510Z Compiling jiff v0.2.21
16902026-05-04T14:39:45.627Z Compiling precomputed-hash v0.1.1
16912026-05-04T14:39:45.684Z Compiling whoami v2.1.0
16922026-05-04T14:39:45.716Z Compiling rustc-hash v2.1.1
16932026-05-04T14:39:45.740Z Compiling clap v4.5.60
16942026-05-04T14:39:45.789Z Compiling string_cache v0.8.9
16952026-05-04T14:39:45.824Z Compiling iddqd v0.3.18
16962026-05-04T14:39:45.840Z Compiling petgraph v0.8.3
16972026-05-04T14:39:45.931Z Compiling tokio-postgres v0.7.16
16982026-05-04T14:39:46.015Z Compiling itertools v0.13.0
16992026-05-04T14:39:46.058Z Compiling strum v0.26.3
17002026-05-04T14:39:46.189Z Compiling hickory-proto v0.25.2
17012026-05-04T14:39:46.448Z Compiling predicates v3.1.4
17022026-05-04T14:39:46.948Z Compiling toml_edit v0.22.27
17032026-05-04T14:39:47.098Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-04T14:39:47.222Z Compiling sha3 v0.10.8
17052026-05-04T14:39:47.673Z Compiling petgraph v0.6.5
17062026-05-04T14:39:47.729Z Compiling env_logger v0.11.9
17072026-05-04T14:39:48.086Z Compiling zip v4.6.1
17082026-05-04T14:39:48.100Z Compiling usdt v0.6.0
17092026-05-04T14:39:48.363Z Compiling usdt-impl v0.5.0
17102026-05-04T14:39:48.935Z Compiling serde_with v3.17.0
17112026-05-04T14:39:49.025Z Compiling similar v2.7.0
17122026-05-04T14:39:49.154Z Compiling ecdsa v0.16.9
17132026-05-04T14:39:49.546Z Compiling rsa v0.9.10
17142026-05-04T14:39:49.632Z Compiling ed25519-dalek v2.2.0
17152026-05-04T14:39:49.650Z Compiling crossterm v0.28.1
17162026-05-04T14:39:49.918Z Compiling zip v0.6.6
17172026-05-04T14:39:50.502Z Compiling toml v0.7.8
17182026-05-04T14:39:50.932Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-04T14:39:50.935Z Compiling heck v0.4.1
17202026-05-04T14:39:51.092Z Compiling crossbeam-epoch v0.9.18
17212026-05-04T14:39:51.113Z Compiling tokio-stream v0.1.18
17222026-05-04T14:39:51.172Z Compiling buf-list v1.1.2
17232026-05-04T14:39:51.331Z Compiling x509-cert v0.2.5
17242026-05-04T14:39:51.425Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-05-04T14:39:51.444Z Compiling openapiv3 v2.2.0
17262026-05-04T14:39:51.564Z Compiling sha1 v0.10.6
17272026-05-04T14:39:51.580Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-05-04T14:39:51.732Z Compiling peg-runtime v0.8.5
17292026-05-04T14:39:51.811Z Compiling lalrpop-util v0.19.12
17302026-05-04T14:39:51.865Z Compiling thread_local v1.1.9
17312026-05-04T14:39:51.983Z Compiling slog-async v2.8.0
17322026-05-04T14:39:52.016Z Compiling crossbeam-channel v0.5.15
17332026-05-04T14:39:52.125Z Compiling futures-executor v0.3.32
17342026-05-04T14:39:52.306Z Compiling filetime v0.2.27
17352026-05-04T14:39:52.379Z Compiling is-terminal v0.4.17
17362026-05-04T14:39:52.474Z Compiling term v1.2.1
17372026-05-04T14:39:52.474Z Compiling take_mut v0.2.2
17382026-05-04T14:39:52.481Z Compiling xattr v1.6.1
17392026-05-04T14:39:52.674Z Compiling tar v0.4.45
17402026-05-04T14:39:52.860Z Compiling slog-term v2.9.2
17412026-05-04T14:39:52.942Z Compiling futures v0.3.32
17422026-05-04T14:39:59.997Z Compiling rustls-webpki v0.103.9
17432026-05-04T14:40:02.763Z Compiling tokio-rustls v0.26.4
17442026-05-04T14:40:02.763Z Compiling rustls-platform-verifier v0.6.2
17452026-05-04T14:40:02.970Z Compiling hyper-rustls v0.27.7
17462026-05-04T14:40:03.173Z Compiling reqwest v0.12.28
17472026-05-04T14:40:03.173Z Compiling reqwest v0.13.2
17482026-05-04T14:40:05.270Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-05-04T14:40:05.489Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-05-04T14:40:08.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17512026-05-04T14:40:08.427Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-05-04T14:40:08.479ZMay 04 14:40:06.804 INFO Starting download, target: Clickhouse
17532026-05-04T14:40:08.479ZMay 04 14:40:06.805 INFO Starting download, target: Cockroach
17542026-05-04T14:40:08.479ZMay 04 14:40:06.805 INFO Starting download, target: Console
17552026-05-04T14:40:08.479ZMay 04 14:40:06.805 INFO Starting download, target: MaghemiteMgd
17562026-05-04T14:40:08.479ZMay 04 14:40:06.805 INFO Starting download, target: DendriteStub
17572026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Starting download, target: TransceiverControl
17582026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-05-04T14:40:08.482ZMay 04 14:40:06.805 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-05-04T14:40:08.833ZMay 04 14:40:07.153 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-05-04T14:40:09.042ZMay 04 14:40:07.365 INFO Download complete, target: TransceiverControl
17662026-05-04T14:40:09.487ZMay 04 14:40:07.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-04T14:40:09.658ZMay 04 14:40:07.983 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-04T14:40:09.723ZMay 04 14:40:08.047 INFO Download complete, target: Console
17692026-05-04T14:40:10.621ZMay 04 14:40:08.936 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-05-04T14:40:10.855ZMay 04 14:40:09.169 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-05-04T14:40:11.085ZMay 04 14:40:09.409 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-05-04T14:40:11.085ZMay 04 14:40:09.409 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-05-04T14:40:11.978ZMay 04 14:40:10.304 INFO Download complete, target: DendriteStub
17742026-05-04T14:40:13.249ZMay 04 14:40:11.574 INFO Download complete, target: MaghemiteMgd
17752026-05-04T14:40:15.715ZMay 04 14:40:14.041 INFO Checking that binary works, target: Cockroach
17762026-05-04T14:40:15.811ZMay 04 14:40:14.136 INFO Download complete, target: Cockroach
17772026-05-04T14:40:17.363ZMay 04 14:40:15.687 INFO Checking that binary works, target: Clickhouse
17782026-05-04T14:40:17.461ZMay 04 14:40:15.786 INFO Download complete, target: Clickhouse
17792026-05-04T14:40:17.474ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-05-04T14:40:17.477Z
17812026-05-04T14:40:17.477Zreal 2:58.237973705
17822026-05-04T14:40:17.477Zuser 7:13.582272694
17832026-05-04T14:40:17.477Zsys 1:24.159841611
17842026-05-04T14:40:17.477Ztrap 0.217321636
17852026-05-04T14:40:17.477Ztflt 0.586990724
17862026-05-04T14:40:17.477Zdflt 0.470120257
17872026-05-04T14:40:17.477Zkflt 0.023264869
17882026-05-04T14:40:17.477Zlock 21:31.150850305
17892026-05-04T14:40:17.477Zslp 21:23.304321996
17902026-05-04T14:40:17.477Zlat 43.335981966
17912026-05-04T14:40:17.477Zstop 1:56.696648081
17922026-05-04T14:40:17.477Z+ banner hack-check
17932026-05-04T14:40:17.477Z
17942026-05-04T14:40:17.477Z # # ## #### # # #### # # ###### #### # #
17952026-05-04T14:40:17.477Z # # # # # # # # # # # # # # # # #
17962026-05-04T14:40:17.477Z ###### # # # #### ##### # ###### ##### # ####
17972026-05-04T14:40:17.477Z # # ###### # # # # # # # # # #
17982026-05-04T14:40:17.477Z # # # # # # # # # # # # # # # # #
17992026-05-04T14:40:17.478Z # # # # #### # # #### # # ###### #### # #
18002026-05-04T14:40:17.478Z
18012026-05-04T14:40:17.478Z+ export CARGO_INCREMENTAL=0
18022026-05-04T14:40:17.478Z+ CARGO_INCREMENTAL=0
18032026-05-04T14:40:17.478Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-05-04T14:40:18.001Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-05-04T14:40:18.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-05-04T14:40:20.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18072026-05-04T14:40:20.178Z Running `target/debug/xtask check-features --ci`
18082026-05-04T14:40:20.206Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-05-04T14:40:20.209Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-05-04T14:40:20.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18112026-05-04T14:40:20.713Z Running `target/debug/xtask download cargo-hack`
18122026-05-04T14:40:21.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-05-04T14:40:21.810Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-05-04T14:40:24.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18152026-05-04T14:40:24.412Z Running `target/debug/xtask-downloader cargo-hack`
18162026-05-04T14:40:24.454ZMay 04 14:40:22.778 INFO Starting download, target: CargoHack
18172026-05-04T14:40:24.456ZMay 04 14:40:22.779 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-05-04T14:40:24.839ZMay 04 14:40:23.164 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-05-04T14:40:24.888ZMay 04 14:40:23.213 INFO Download complete, target: CargoHack
18202026-05-04T14:40:24.891Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-05-04T14:40:24.903Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-05-04T14:40:25.054Zinfo: running `cargo check --bins` on api_identity (1/274)
18232026-05-04T14:40:25.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-04T14:40:25.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-04T14:40:25.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-04T14:40:25.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18272026-05-04T14:40:25.622Z
18282026-05-04T14:40:25.622Zinfo: running `cargo check --bins` on bootstore (2/274)
18292026-05-04T14:40:26.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-04T14:40:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-04T14:40:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-04T14:40:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18332026-05-04T14:40:26.186Z
18342026-05-04T14:40:26.186Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18352026-05-04T14:40:26.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-04T14:40:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-04T14:40:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-04T14:40:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18392026-05-04T14:40:26.755Z
18402026-05-04T14:40:26.756Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18412026-05-04T14:40:27.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-04T14:40:27.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-04T14:40:27.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-04T14:40:27.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18452026-05-04T14:40:27.320Z
18462026-05-04T14:40:27.320Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18472026-05-04T14:40:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-04T14:40:27.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-04T14:40:27.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-04T14:40:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18512026-05-04T14:40:27.893Z
18522026-05-04T14:40:27.893Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18532026-05-04T14:40:28.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-04T14:40:28.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-04T14:40:28.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-04T14:40:28.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18572026-05-04T14:40:28.474Z
18582026-05-04T14:40:28.474Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18592026-05-04T14:40:28.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-04T14:40:28.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-04T14:40:28.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-04T14:40:28.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18632026-05-04T14:40:29.068Z
18642026-05-04T14:40:29.068Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18652026-05-04T14:40:29.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-04T14:40:29.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-04T14:40:29.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-04T14:40:29.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18692026-05-04T14:40:29.657Z
18702026-05-04T14:40:29.657Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18712026-05-04T14:40:30.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-04T14:40:30.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-04T14:40:30.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-04T14:40:30.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-04T14:40:30.121Z
18762026-05-04T14:40:30.121Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18772026-05-04T14:40:30.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-04T14:40:30.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-04T14:40:30.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-04T14:40:30.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-04T14:40:30.585Z
18822026-05-04T14:40:30.585Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18832026-05-04T14:40:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-04T14:40:30.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-04T14:40:30.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-04T14:40:30.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-04T14:40:31.047Z
18882026-05-04T14:40:31.047Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18892026-05-04T14:40:31.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-04T14:40:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-04T14:40:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-04T14:40:31.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-04T14:40:31.508Z
18942026-05-04T14:40:31.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18952026-05-04T14:40:31.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-04T14:40:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-04T14:40:31.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-04T14:40:31.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-04T14:40:31.975Z
19002026-05-04T14:40:31.975Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19012026-05-04T14:40:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-04T14:40:32.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-04T14:40:32.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-04T14:40:32.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-04T14:40:32.445Z
19062026-05-04T14:40:32.445Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19072026-05-04T14:40:32.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-04T14:40:32.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-04T14:40:32.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-04T14:40:32.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-04T14:40:32.906Z
19122026-05-04T14:40:32.906Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19132026-05-04T14:40:33.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-04T14:40:33.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-04T14:40:33.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-04T14:40:33.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-04T14:40:33.370Z
19182026-05-04T14:40:33.370Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19192026-05-04T14:40:33.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-04T14:40:33.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-04T14:40:33.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-04T14:40:33.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-04T14:40:33.833Z
19242026-05-04T14:40:33.833Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19252026-05-04T14:40:34.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-04T14:40:34.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-04T14:40:34.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-04T14:40:34.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-04T14:40:34.296Z
19302026-05-04T14:40:34.296Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19312026-05-04T14:40:34.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-04T14:40:34.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-04T14:40:34.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-04T14:40:34.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-04T14:40:34.761Z
19362026-05-04T14:40:34.761Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19372026-05-04T14:40:35.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-04T14:40:35.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-04T14:40:35.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-04T14:40:35.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-04T14:40:35.227Z
19422026-05-04T14:40:35.228Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19432026-05-04T14:40:35.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-04T14:40:35.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-04T14:40:35.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-04T14:40:35.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-04T14:40:35.696Z
19482026-05-04T14:40:35.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19492026-05-04T14:40:36.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-04T14:40:36.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-04T14:40:36.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-04T14:40:36.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-04T14:40:36.161Z
19542026-05-04T14:40:36.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19552026-05-04T14:40:36.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-04T14:40:36.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-04T14:40:36.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-04T14:40:36.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-04T14:40:36.624Z
19602026-05-04T14:40:36.624Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19612026-05-04T14:40:37.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-04T14:40:37.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-04T14:40:37.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-04T14:40:37.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-04T14:40:37.089Z
19662026-05-04T14:40:37.090Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19672026-05-04T14:40:37.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-04T14:40:37.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-04T14:40:37.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-04T14:40:37.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-04T14:40:37.560Z
19722026-05-04T14:40:37.560Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19732026-05-04T14:40:37.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-04T14:40:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-04T14:40:37.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-04T14:40:37.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-04T14:40:38.028Z
19782026-05-04T14:40:38.028Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19792026-05-04T14:40:38.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-04T14:40:38.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-04T14:40:38.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-04T14:40:38.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-04T14:40:38.494Z
19842026-05-04T14:40:38.494Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19852026-05-04T14:40:38.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-04T14:40:38.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-04T14:40:38.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-04T14:40:38.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-04T14:40:38.960Z
19902026-05-04T14:40:38.960Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19912026-05-04T14:40:39.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-04T14:40:39.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-04T14:40:39.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-04T14:40:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-04T14:40:39.426Z
19962026-05-04T14:40:39.426Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19972026-05-04T14:40:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-04T14:40:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-04T14:40:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-04T14:40:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-04T14:40:39.889Z
20022026-05-04T14:40:39.889Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20032026-05-04T14:40:40.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-04T14:40:40.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-04T14:40:40.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-04T14:40:40.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-04T14:40:40.352Z
20082026-05-04T14:40:40.352Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20092026-05-04T14:40:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-04T14:40:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-04T14:40:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-04T14:40:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-04T14:40:40.816Z
20142026-05-04T14:40:40.816Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20152026-05-04T14:40:41.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-04T14:40:41.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-04T14:40:41.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-04T14:40:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-04T14:40:41.282Z
20202026-05-04T14:40:41.282Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20212026-05-04T14:40:41.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-04T14:40:41.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-04T14:40:41.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-04T14:40:41.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-04T14:40:41.746Z
20262026-05-04T14:40:41.746Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20272026-05-04T14:40:42.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-04T14:40:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-04T14:40:42.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-04T14:40:42.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-04T14:40:42.210Z
20322026-05-04T14:40:42.210Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20332026-05-04T14:40:42.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-04T14:40:42.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-04T14:40:42.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-04T14:40:42.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-04T14:40:42.673Z
20382026-05-04T14:40:42.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20392026-05-04T14:40:43.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-04T14:40:43.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-04T14:40:43.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-04T14:40:43.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-04T14:40:43.138Z
20442026-05-04T14:40:43.138Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20452026-05-04T14:40:43.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-04T14:40:43.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-04T14:40:43.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-04T14:40:43.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-04T14:40:43.599Z
20502026-05-04T14:40:43.599Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20512026-05-04T14:40:44.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-04T14:40:44.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-04T14:40:44.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-04T14:40:44.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-04T14:40:44.063Z
20562026-05-04T14:40:44.063Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20572026-05-04T14:40:44.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-04T14:40:44.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-04T14:40:44.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-04T14:40:44.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-04T14:40:44.528Z
20622026-05-04T14:40:44.528Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20632026-05-04T14:40:44.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-04T14:40:44.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-04T14:40:44.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-04T14:40:44.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-04T14:40:44.994Z
20682026-05-04T14:40:44.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20692026-05-04T14:40:45.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-04T14:40:45.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-04T14:40:45.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-04T14:40:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-04T14:40:45.459Z
20742026-05-04T14:40:45.459Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20752026-05-04T14:40:45.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-04T14:40:45.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-04T14:40:45.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-04T14:40:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-04T14:40:45.925Z
20802026-05-04T14:40:45.925Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20812026-05-04T14:40:46.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-04T14:40:46.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-04T14:40:46.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-04T14:40:46.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-05-04T14:40:46.393Z
20862026-05-04T14:40:46.393Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20872026-05-04T14:40:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-04T14:40:46.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-04T14:40:46.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-04T14:40:46.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-05-04T14:40:46.858Z
20922026-05-04T14:40:46.858Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20932026-05-04T14:40:47.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-04T14:40:47.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-04T14:40:47.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-04T14:40:47.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-05-04T14:40:47.325Z
20982026-05-04T14:40:47.325Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20992026-05-04T14:40:47.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-04T14:40:47.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-04T14:40:47.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-04T14:40:47.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-05-04T14:40:47.793Z
21042026-05-04T14:40:47.793Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21052026-05-04T14:40:48.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-04T14:40:48.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-04T14:40:48.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-04T14:40:48.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21092026-05-04T14:40:48.257Z
21102026-05-04T14:40:48.258Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21112026-05-04T14:40:48.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-04T14:40:48.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-04T14:40:48.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-04T14:40:48.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-05-04T14:40:48.885Z
21162026-05-04T14:40:48.885Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21172026-05-04T14:40:49.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-04T14:40:49.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-04T14:40:49.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-04T14:40:49.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21212026-05-04T14:40:49.517Z
21222026-05-04T14:40:49.517Zinfo: running `cargo check --bins` on nexus-config (51/274)
21232026-05-04T14:40:50.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-04T14:40:50.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-04T14:40:50.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-04T14:40:50.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272026-05-04T14:40:50.147Z
21282026-05-04T14:40:50.147Zinfo: running `cargo check --bins` on nexus-types (52/274)
21292026-05-04T14:40:50.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-04T14:40:50.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-04T14:40:50.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-04T14:40:50.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21332026-05-04T14:40:50.781Z
21342026-05-04T14:40:50.781Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21352026-05-04T14:40:51.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-04T14:40:51.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-04T14:40:51.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-04T14:40:51.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-04T14:40:51.373Z
21402026-05-04T14:40:51.373Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21412026-05-04T14:40:51.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-04T14:40:51.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-04T14:40:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-04T14:40:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-04T14:40:51.950Z
21462026-05-04T14:40:51.950Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21472026-05-04T14:40:52.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-04T14:40:52.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-04T14:40:52.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-04T14:40:52.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-04T14:40:52.546Z
21522026-05-04T14:40:52.546Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21532026-05-04T14:40:53.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-04T14:40:53.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-04T14:40:53.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-04T14:40:53.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-04T14:40:53.143Z
21582026-05-04T14:40:53.144Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21592026-05-04T14:40:53.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-04T14:40:53.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-04T14:40:53.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-04T14:40:53.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-04T14:40:53.740Z
21642026-05-04T14:40:53.740Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21652026-05-04T14:40:54.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-04T14:40:54.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-04T14:40:54.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-04T14:40:54.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-04T14:40:54.338Z
21702026-05-04T14:40:54.338Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21712026-05-04T14:40:54.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-04T14:40:54.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-04T14:40:54.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-04T14:40:54.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-04T14:40:54.917Z
21762026-05-04T14:40:54.917Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21772026-05-04T14:40:55.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-04T14:40:55.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-04T14:40:55.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-04T14:40:55.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-04T14:40:55.495Z
21822026-05-04T14:40:55.495Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21832026-05-04T14:40:55.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-04T14:40:55.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-04T14:40:55.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-04T14:40:55.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-04T14:40:56.072Z
21882026-05-04T14:40:56.073Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21892026-05-04T14:40:56.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-04T14:40:56.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-04T14:40:56.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-04T14:40:56.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21932026-05-04T14:40:56.648Z
21942026-05-04T14:40:56.648Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21952026-05-04T14:40:57.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-04T14:40:57.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-04T14:40:57.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-04T14:40:57.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-04T14:40:57.241Z
22002026-05-04T14:40:57.241Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22012026-05-04T14:40:57.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-04T14:40:57.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-04T14:40:57.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-04T14:40:57.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-04T14:40:57.835Z
22062026-05-04T14:40:57.835Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22072026-05-04T14:40:58.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-04T14:40:58.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-04T14:40:58.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-04T14:40:58.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22112026-05-04T14:40:58.410Z
22122026-05-04T14:40:58.410Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22132026-05-04T14:40:58.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-04T14:40:58.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-04T14:40:58.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-04T14:40:58.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22172026-05-04T14:40:58.987Z
22182026-05-04T14:40:58.987Zinfo: running `cargo check --bins` on ereport-types (67/274)
22192026-05-04T14:40:59.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-04T14:40:59.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-04T14:40:59.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-04T14:40:59.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-05-04T14:40:59.568Z
22242026-05-04T14:40:59.568Zinfo: running `cargo check --bins` on gateway-client (68/274)
22252026-05-04T14:41:00.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-04T14:41:00.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-04T14:41:00.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-04T14:41:00.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-04T14:41:00.158Z
22302026-05-04T14:41:00.158Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22312026-05-04T14:41:00.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-04T14:41:00.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-04T14:41:00.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-04T14:41:00.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-05-04T14:41:00.742Z
22362026-05-04T14:41:00.742Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22372026-05-04T14:41:01.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-04T14:41:01.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-04T14:41:01.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-04T14:41:01.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-05-04T14:41:01.321Z
22422026-05-04T14:41:01.321Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22432026-05-04T14:41:01.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-04T14:41:01.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-04T14:41:01.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-04T14:41:01.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-05-04T14:41:01.911Z
22482026-05-04T14:41:01.911Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22492026-05-04T14:41:02.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-04T14:41:02.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-04T14:41:02.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-05-04T14:41:02.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22532026-05-04T14:41:02.498Z
22542026-05-04T14:41:02.498Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22552026-05-04T14:41:03.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-05-04T14:41:03.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-05-04T14:41:03.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-05-04T14:41:03.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-05-04T14:41:03.109Z
22602026-05-04T14:41:03.109Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22612026-05-04T14:41:03.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-05-04T14:41:03.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-05-04T14:41:03.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-05-04T14:41:03.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22652026-05-04T14:41:03.716Z
22662026-05-04T14:41:03.716Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22672026-05-04T14:41:04.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-05-04T14:41:04.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-05-04T14:41:04.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-05-04T14:41:04.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22712026-05-04T14:41:04.291Z
22722026-05-04T14:41:04.291Zinfo: running `cargo check --bins` on oxlog (76/274)
22732026-05-04T14:41:04.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-05-04T14:41:04.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-05-04T14:41:04.896Z Checking cfg-if v1.0.4
22762026-05-04T14:41:04.899Z Checking libc v0.2.185
22772026-05-04T14:41:04.899Z Checking serde_core v1.0.228
22782026-05-04T14:41:05.013Z Checking zeroize v1.8.2
22792026-05-04T14:41:05.020Z Checking memchr v2.8.0
22802026-05-04T14:41:05.027Z Checking log v0.4.29
22812026-05-04T14:41:05.036Z Checking smallvec v1.15.1
22822026-05-04T14:41:05.046Z Checking typenum v1.19.0
22832026-05-04T14:41:05.056Z Checking subtle v2.6.1
22842026-05-04T14:41:05.151Z Checking itoa v1.0.17
22852026-05-04T14:41:05.184Z Checking scopeguard v1.2.0
22862026-05-04T14:41:05.200Z Checking stable_deref_trait v1.2.1
22872026-05-04T14:41:05.212Z Checking const-oid v0.9.6
22882026-05-04T14:41:05.274Z Checking portable-atomic v1.13.1
22892026-05-04T14:41:05.288Z Checking lock_api v0.4.14
22902026-05-04T14:41:05.297Z Checking zerofrom v0.1.6
22912026-05-04T14:41:05.390Z Checking critical-section v1.2.0
22922026-05-04T14:41:05.395Z Checking getrandom v0.2.17
22932026-05-04T14:41:05.442Z Checking errno v0.3.14
22942026-05-04T14:41:05.477Z Checking yoke v0.8.1
22952026-05-04T14:41:05.516Z Checking parking_lot_core v0.9.12
22962026-05-04T14:41:05.537Z Checking signal-hook-registry v1.4.8
22972026-05-04T14:41:05.559Z Checking generic-array v0.14.7
22982026-05-04T14:41:05.583Z Checking rand_core v0.6.4
22992026-05-04T14:41:05.639Z Checking zerovec v0.11.5
23002026-05-04T14:41:05.660Z Checking once_cell v1.21.3
23012026-05-04T14:41:05.695Z Checking zerocopy v0.8.40
23022026-05-04T14:41:05.706Z Checking pin-project-lite v0.2.17
23032026-05-04T14:41:05.753Z Checking parking_lot v0.12.5
23042026-05-04T14:41:05.792Z Checking mio v1.2.0
23052026-05-04T14:41:05.829Z Checking socket2 v0.6.3
23062026-05-04T14:41:05.886Z Checking libm v0.2.16
23072026-05-04T14:41:05.936Z Checking zmij v1.0.21
23082026-05-04T14:41:05.998Z Checking crypto-common v0.1.7
23092026-05-04T14:41:06.065Z Checking block-buffer v0.10.4
23102026-05-04T14:41:06.068Z Checking tinystr v0.8.2
23112026-05-04T14:41:06.087Z Checking percent-encoding v2.3.2
23122026-05-04T14:41:06.117Z Checking futures-core v0.3.32
23132026-05-04T14:41:06.144Z Checking equivalent v1.0.2
23142026-05-04T14:41:06.197Z Checking digest v0.10.7
23152026-05-04T14:41:06.220Z Checking writeable v0.6.2
23162026-05-04T14:41:06.231Z Checking litemap v0.8.1
23172026-05-04T14:41:06.244Z Checking potential_utf v0.1.4
23182026-05-04T14:41:06.254Z Checking zerotrie v0.2.3
23192026-05-04T14:41:06.369Z Checking cpufeatures v0.2.17
23202026-05-04T14:41:06.383Z Checking icu_collections v2.1.1
23212026-05-04T14:41:06.395Z Checking icu_locale_core v2.1.1
23222026-05-04T14:41:06.397Z Checking hmac v0.12.1
23232026-05-04T14:41:06.435Z Checking block-padding v0.3.3
23242026-05-04T14:41:06.460Z Checking serde v1.0.228
23252026-05-04T14:41:06.492Z Checking bitflags v2.11.0
23262026-05-04T14:41:06.531Z Checking serde_json v1.0.149
23272026-05-04T14:41:06.566Z Checking icu_normalizer_data v2.1.1
23282026-05-04T14:41:06.579Z Checking num-traits v0.2.19
23292026-05-04T14:41:06.636Z Checking icu_properties_data v2.1.2
23302026-05-04T14:41:06.651Z Checking futures-sink v0.3.32
23312026-05-04T14:41:06.687Z Checking hashbrown v0.17.0
23322026-05-04T14:41:06.746Z Checking rand_core v0.10.0
23332026-05-04T14:41:06.761Z Checking futures-channel v0.3.32
23342026-05-04T14:41:06.855Z Checking bytes v1.11.1
23352026-05-04T14:41:06.884Z Checking getrandom v0.4.1
23362026-05-04T14:41:06.934Z Checking icu_provider v2.1.1
23372026-05-04T14:41:06.946Z Checking inout v0.1.4
23382026-05-04T14:41:07.026Z Checking futures-task v0.3.32
23392026-05-04T14:41:07.076Z Checking slab v0.4.12
23402026-05-04T14:41:07.088Z Checking futures-io v0.3.32
23412026-05-04T14:41:07.144Z Checking indexmap v2.14.0
23422026-05-04T14:41:07.161Z Checking icu_properties v2.1.2
23432026-05-04T14:41:07.161Z Checking icu_normalizer v2.1.1
23442026-05-04T14:41:07.186Z Checking cipher v0.4.4
23452026-05-04T14:41:07.198Z Checking sha2 v0.10.9
23462026-05-04T14:41:07.230Z Checking futures-util v0.3.32
23472026-05-04T14:41:07.296Z Checking tokio v1.52.1
23482026-05-04T14:41:07.392Z Checking getrandom v0.3.4
23492026-05-04T14:41:07.461Z Checking utf8_iter v1.0.4
23502026-05-04T14:41:07.464Z Checking base64ct v1.8.3
23512026-05-04T14:41:07.530Z Checking byteorder v1.5.0
23522026-05-04T14:41:07.583Z Checking form_urlencoded v1.2.2
23532026-05-04T14:41:07.694Z Checking flagset v0.4.7
23542026-05-04T14:41:07.706Z Checking pem-rfc7468 v0.7.0
23552026-05-04T14:41:07.718Z Checking fnv v1.0.7
23562026-05-04T14:41:07.729Z Checking rand_core v0.9.5
23572026-05-04T14:41:07.809Z Checking salsa20 v0.10.2
23582026-05-04T14:41:07.822Z Checking http v1.4.0
23592026-05-04T14:41:07.856Z Checking der v0.7.10
23602026-05-04T14:41:07.900Z Checking uuid v1.23.0
23612026-05-04T14:41:07.943Z Checking pbkdf2 v0.12.2
23622026-05-04T14:41:07.979Z Checking idna_adapter v1.2.1
23632026-05-04T14:41:08.049Z Checking scrypt v0.11.0
23642026-05-04T14:41:08.097Z Checking idna v1.1.0
23652026-05-04T14:41:08.183Z Checking aes v0.8.4
23662026-05-04T14:41:08.201Z Checking cbc v0.1.2
23672026-05-04T14:41:08.337Z Checking rustix v1.1.3
23682026-05-04T14:41:08.351Z Checking url v2.5.8
23692026-05-04T14:41:08.380Z Checking tracing-core v0.1.36
23702026-05-04T14:41:08.422Z Checking ppv-lite86 v0.2.21
23712026-05-04T14:41:08.573Z Checking rustls-pki-types v1.14.0
23722026-05-04T14:41:08.592Z Checking spki v0.7.3
23732026-05-04T14:41:08.683Z Checking iana-time-zone v0.1.65
23742026-05-04T14:41:08.712Z Checking rand_chacha v0.9.0
23752026-05-04T14:41:08.769Z Checking regex-syntax v0.8.10
23762026-05-04T14:41:08.787Z Checking chrono v0.4.44
23772026-05-04T14:41:08.790Z Checking pkcs5 v0.7.1
23782026-05-04T14:41:08.883Z Checking tracing v0.1.44
23792026-05-04T14:41:08.908Z Checking rand v0.9.2
23802026-05-04T14:41:09.059Z Checking http-body v1.0.1
23812026-05-04T14:41:09.092Z Checking aws-lc-sys v0.37.1
23822026-05-04T14:41:09.144Z Checking openssl-probe v0.2.1
23832026-05-04T14:41:09.172Z Checking untrusted v0.9.0
23842026-05-04T14:41:09.184Z Checking untrusted v0.7.1
23852026-05-04T14:41:09.247Z Checking base64 v0.22.1
23862026-05-04T14:41:09.279Z Checking ring v0.17.14
23872026-05-04T14:41:09.293Z Checking pkcs8 v0.10.2
23882026-05-04T14:41:09.383Z Checking atomic-waker v1.1.2
23892026-05-04T14:41:09.466Z Checking tinyvec_macros v0.1.1
23902026-05-04T14:41:09.481Z Checking tower-service v0.3.3
23912026-05-04T14:41:09.493Z Checking tower-layer v0.3.3
23922026-05-04T14:41:09.530Z Checking plain v0.2.3
23932026-05-04T14:41:09.568Z Checking try-lock v0.2.5
23942026-05-04T14:41:09.592Z Checking aws-lc-rs v1.16.0
23952026-05-04T14:41:09.630Z Checking tinyvec v1.10.0
23962026-05-04T14:41:09.646Z Checking ipnet v2.11.0
23972026-05-04T14:41:09.649Z Checking semver v1.0.28
23982026-05-04T14:41:09.668Z Checking want v0.3.1
23992026-05-04T14:41:09.786Z Checking httparse v1.10.1
24002026-05-04T14:41:09.854Z Checking spin v0.9.8
24012026-05-04T14:41:09.908Z Checking httpdate v1.0.3
24022026-05-04T14:41:09.935Z Checking unicode-ident v1.0.24
24032026-05-04T14:41:09.989Z Checking dyn-clone v1.0.20
24042026-05-04T14:41:10.034Z Checking pin-utils v0.1.0
24052026-05-04T14:41:10.046Z Checking ucd-trie v0.1.7
24062026-05-04T14:41:10.055Z Checking foreign-types-shared v0.1.1
24072026-05-04T14:41:10.067Z Checking fastrand v2.3.0
24082026-05-04T14:41:10.087Z Checking schemars v0.8.22
24092026-05-04T14:41:10.150Z Checking proc-macro2 v1.0.106
24102026-05-04T14:41:10.150Z Checking foreign-types v0.3.2
24112026-05-04T14:41:10.169Z Checking pest v2.8.6
24122026-05-04T14:41:10.199Z Checking openssl-sys v0.9.114
24132026-05-04T14:41:10.236Z Checking tempfile v3.25.0
24142026-05-04T14:41:10.255Z Checking thiserror v2.0.18
24152026-05-04T14:41:10.357Z Checking wait-timeout v0.2.1
24162026-05-04T14:41:10.405Z Checking aho-corasick v1.1.4
24172026-05-04T14:41:10.408Z Checking rustls-webpki v0.103.9
24182026-05-04T14:41:10.433Z Checking siphasher v1.0.2
24192026-05-04T14:41:10.478Z Checking simd-adler32 v0.3.8
24202026-05-04T14:41:10.521Z Checking tokio-util v0.7.18
24212026-05-04T14:41:10.590Z Checking anstyle v1.0.13
24222026-05-04T14:41:10.648Z Checking pretty-hex v0.4.1
24232026-05-04T14:41:10.660Z Checking bit-vec v0.8.0
24242026-05-04T14:41:10.727Z Checking utf8parse v0.2.2
24252026-05-04T14:41:10.762Z Checking powerfmt v0.2.0
24262026-05-04T14:41:10.773Z Checking quick-error v1.2.3
24272026-05-04T14:41:10.825Z Checking anstyle-parse v0.2.7
24282026-05-04T14:41:10.838Z Checking rustls v0.23.37
24292026-05-04T14:41:10.848Z Checking bit-set v0.8.0
24302026-05-04T14:41:10.866Z Checking rusty-fork v0.3.1
24312026-05-04T14:41:10.907Z Checking deranged v0.5.8
24322026-05-04T14:41:10.973Z Checking openssl v0.10.78
24332026-05-04T14:41:10.989Z Checking quote v1.0.45
24342026-05-04T14:41:11.029Z Compiling newtype-uuid v1.3.2
24352026-05-04T14:41:11.079Z Checking regex-automata v0.4.14
24362026-05-04T14:41:11.122Z Checking h2 v0.4.13
24372026-05-04T14:41:11.155Z Checking unicode-normalization v0.1.25
24382026-05-04T14:41:11.206Z Checking rustls-native-certs v0.8.3
24392026-05-04T14:41:11.221Z Checking crossbeam-utils v0.8.21
24402026-05-04T14:41:11.332Z Checking rand_xorshift v0.4.0
24412026-05-04T14:41:11.447Z Checking crc32fast v1.5.0
24422026-05-04T14:41:11.543Z Checking scroll v0.13.0
24432026-05-04T14:41:11.555Z Checking signature v2.2.0
24442026-05-04T14:41:11.583Z Checking sync_wrapper v1.0.2
24452026-05-04T14:41:11.679Z Checking unicode-bidi v0.3.18
24462026-05-04T14:41:11.692Z Checking unicode-properties v0.1.4
24472026-05-04T14:41:11.764Z Checking num_threads v0.1.7
24482026-05-04T14:41:11.821Z Checking colorchoice v1.0.4
24492026-05-04T14:41:11.848Z Checking unarray v0.1.4
24502026-05-04T14:41:11.874Z Checking num-conv v0.2.0
24512026-05-04T14:41:11.918Z Checking allocator-api2 v0.2.21
24522026-05-04T14:41:11.948Z Checking anstyle-query v1.1.5
24532026-05-04T14:41:11.968Z Checking time-core v0.1.8
24542026-05-04T14:41:11.987Z Checking adler2 v2.0.1
24552026-05-04T14:41:12.038Z Checking is_terminal_polyfill v1.70.2
24562026-05-04T14:41:12.091Z Checking miniz_oxide v0.8.9
24572026-05-04T14:41:12.105Z Checking time v0.3.47
24582026-05-04T14:41:12.126Z Checking anstream v0.6.21
24592026-05-04T14:41:12.192Z Checking stringprep v0.1.5
24602026-05-04T14:41:12.319Z Checking proptest v1.10.0
24612026-05-04T14:41:12.342Z Checking goblin v0.10.5
24622026-05-04T14:41:12.436Z Checking tower v0.5.3
24632026-05-04T14:41:12.819Z Checking crossbeam-epoch v0.9.18
24642026-05-04T14:41:12.868Z Compiling daft v0.1.5
24652026-05-04T14:41:12.928Z Checking native-tls v0.2.18
24662026-05-04T14:41:13.036Z Checking syn v2.0.117
24672026-05-04T14:41:13.105Z Checking ipnetwork v0.21.1
24682026-05-04T14:41:13.140Z Checking http-body-util v0.1.3
24692026-05-04T14:41:13.154Z Checking tokio-rustls v0.26.4
24702026-05-04T14:41:13.207Z Checking webpki-roots v1.0.6
24712026-05-04T14:41:13.314Z Checking rand_chacha v0.3.1
24722026-05-04T14:41:13.327Z Checking thiserror v1.0.69
24732026-05-04T14:41:13.356Z Checking scroll v0.12.0
24742026-05-04T14:41:13.376Z Checking zstd-sys v2.0.16+zstd.1.5.7
24752026-05-04T14:41:13.418Z Checking hash32 v0.2.1
24762026-05-04T14:41:13.488Z Checking num-integer v0.1.46
24772026-05-04T14:41:13.514Z Checking serde_spanned v0.6.9
24782026-05-04T14:41:13.574Z Checking toml_datetime v0.6.11
24792026-05-04T14:41:13.585Z Checking md-5 v0.10.6
24802026-05-04T14:41:13.636Z Checking ff v0.13.1
24812026-05-04T14:41:13.718Z Checking zlib-rs v0.6.2
24822026-05-04T14:41:13.730Z Checking base16ct v0.2.0
24832026-05-04T14:41:13.774Z Checking psl-types v2.0.11
24842026-05-04T14:41:13.785Z Checking fallible-iterator v0.2.0
24852026-05-04T14:41:13.796Z Checking hyper v1.8.1
24862026-05-04T14:41:13.849Z Checking iri-string v0.7.10
24872026-05-04T14:41:13.890Z Checking ryu v1.0.23
24882026-05-04T14:41:14.029Z Checking serde_urlencoded v0.7.1
24892026-05-04T14:41:14.056Z Checking postgres-protocol v0.6.10
24902026-05-04T14:41:14.231Z Checking publicsuffix v2.3.0
24912026-05-04T14:41:14.281Z Checking sec1 v0.7.3
24922026-05-04T14:41:14.370Z Checking group v0.13.0
24932026-05-04T14:41:14.387Z Checking num-iter v0.1.45
24942026-05-04T14:41:14.482Z Compiling iddqd v0.3.18
24952026-05-04T14:41:14.497Z Checking goblin v0.8.2
24962026-05-04T14:41:14.515Z Checking heapless v0.7.17
24972026-05-04T14:41:14.595Z Checking flate2 v1.1.9
24982026-05-04T14:41:14.674Z Checking dof v0.4.0
24992026-05-04T14:41:14.691Z Checking hyper-util v0.1.20
25002026-05-04T14:41:14.849Z Checking tower-http v0.6.8
25012026-05-04T14:41:14.883Z Checking rand v0.8.5
25022026-05-04T14:41:14.918Z Checking zstd-safe v7.2.4
25032026-05-04T14:41:15.085Z Checking oxnet v0.1.4
25042026-05-04T14:41:15.121Z Checking cookie v0.18.1
25052026-05-04T14:41:15.300Z Checking tokio-native-tls v0.3.1
25062026-05-04T14:41:15.314Z Checking dtrace-parser v0.3.0
25072026-05-04T14:41:15.328Z Checking phf_shared v0.13.1
25082026-05-04T14:41:15.349Z Checking lazy_static v1.5.0
25092026-05-04T14:41:15.382Z Checking terminal_size v0.4.3
25102026-05-04T14:41:15.434Z Checking zerocopy v0.7.35
25112026-05-04T14:41:15.459Z Checking bzip2-sys v0.1.13+1.0.8
25122026-05-04T14:41:15.494Z Checking signal-hook v0.3.18
25132026-05-04T14:41:15.521Z Checking hkdf v0.12.4
25142026-05-04T14:41:15.542Z Checking crypto-bigint v0.5.5
25152026-05-04T14:41:15.554Z Checking thread-id v5.1.0
25162026-05-04T14:41:15.596Z Checking foldhash v0.1.5
25172026-05-04T14:41:15.662Z Checking bitflags v1.3.2
25182026-05-04T14:41:15.666Z Checking clap_lex v1.0.0
25192026-05-04T14:41:15.676Z Checking bumpalo v3.20.2
25202026-05-04T14:41:15.696Z Checking managed v0.8.0
25212026-05-04T14:41:15.726Z Checking strsim v0.11.1
25222026-05-04T14:41:15.796Z Checking winnow v0.7.14
25232026-05-04T14:41:15.869Z Checking foldhash v0.2.0
25242026-05-04T14:41:15.880Z Compiling rayon-core v1.13.0
25252026-05-04T14:41:15.890Z Checking libbz2-rs-sys v0.2.2
25262026-05-04T14:41:15.915Z Checking winnow v0.5.40
25272026-05-04T14:41:15.938Z Checking hyper-rustls v0.27.7
25282026-05-04T14:41:16.022Z Checking either v1.15.0
25292026-05-04T14:41:16.066Z Checking hashbrown v0.16.1
25302026-05-04T14:41:16.147Z Checking hyper-tls v0.6.0
25312026-05-04T14:41:16.209Z Checking clap_builder v4.5.60
25322026-05-04T14:41:16.270Z Checking bzip2 v0.6.1
25332026-05-04T14:41:16.314Z Checking smoltcp v0.9.1
25342026-05-04T14:41:16.382Z Checking dof v0.3.0
25352026-05-04T14:41:16.426Z Checking zopfli v0.8.3
25362026-05-04T14:41:16.429Z Checking elliptic-curve v0.13.8
25372026-05-04T14:41:16.559Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25382026-05-04T14:41:16.662Z Checking hashbrown v0.15.5
25392026-05-04T14:41:16.732Z Checking signal-hook-mio v0.2.5
25402026-05-04T14:41:16.747Z Checking usdt-impl v0.6.0
25412026-05-04T14:41:16.750Z Checking bzip2 v0.4.4
25422026-05-04T14:41:16.833Z Checking phf v0.13.1
25432026-05-04T14:41:16.893Z Checking num-bigint-dig v0.8.6
25442026-05-04T14:41:16.917Z Checking cookie_store v0.22.1
25452026-05-04T14:41:16.977Z Checking zstd v0.13.3
25462026-05-04T14:41:17.025Z Checking postgres-types v0.2.12
25472026-05-04T14:41:17.040Z Checking toml_edit v0.19.15
25482026-05-04T14:41:17.118Z Checking dtrace-parser v0.2.0
25492026-05-04T14:41:17.156Z Checking rustls-platform-verifier v0.6.2
25502026-05-04T14:41:17.192Z Checking crossbeam-deque v0.8.6
25512026-05-04T14:41:17.242Z Checking regex v1.12.3
25522026-05-04T14:41:17.290Z Checking bstr v1.12.1
25532026-05-04T14:41:17.333Z Checking ed25519 v2.2.3
25542026-05-04T14:41:17.349Z Checking phf_shared v0.11.3
25552026-05-04T14:41:17.364Z Checking curve25519-dalek v4.1.3
25562026-05-04T14:41:17.418Z Checking ref-cast v1.0.25
25572026-05-04T14:41:17.487Z Checking strum v0.27.2
25582026-05-04T14:41:17.511Z Checking hubpack v0.1.2
25592026-05-04T14:41:17.514Z Checking memoffset v0.9.1
25602026-05-04T14:41:17.534Z Checking rustix v0.38.44
25612026-05-04T14:41:17.595Z Checking pkcs1 v0.7.5
25622026-05-04T14:41:17.607Z Checking float-cmp v0.10.0
25632026-05-04T14:41:17.673Z Checking erased-serde v0.3.31
25642026-05-04T14:41:17.676Z Checking serde-big-array v0.5.1
25652026-05-04T14:41:17.697Z Checking hex v0.4.3
25662026-05-04T14:41:17.730Z Checking rfc6979 v0.4.0
25672026-05-04T14:41:17.799Z Checking memmap2 v0.9.10
25682026-05-04T14:41:17.813Z Checking thread-id v4.2.2
25692026-05-04T14:41:17.844Z Checking env_filter v1.0.0
25702026-05-04T14:41:17.886Z Checking encoding_rs v0.8.35
25712026-05-04T14:41:17.916Z Checking data-encoding v2.10.0
25722026-05-04T14:41:17.955Z Checking normalize-line-endings v0.3.0
25732026-05-04T14:41:17.982Z Checking static_assertions v1.1.0
25742026-05-04T14:41:18.044Z Checking jiff v0.2.21
25752026-05-04T14:41:18.047Z Checking mime v0.3.17
25762026-05-04T14:41:18.066Z Checking whoami v2.1.0
25772026-05-04T14:41:18.069Z Checking rustc-hash v2.1.1
25782026-05-04T14:41:18.134Z Checking predicates-core v1.0.10
25792026-05-04T14:41:18.177Z Checking keccak v0.1.6
25802026-05-04T14:41:18.190Z Checking fixedbitset v0.5.7
25812026-05-04T14:41:18.221Z Checking toml_write v0.1.2
25822026-05-04T14:41:18.252Z Checking precomputed-hash v0.1.1
25832026-05-04T14:41:18.255Z Checking unicode-segmentation v1.12.0
25842026-05-04T14:41:18.324Z Checking fixedbitset v0.4.2
25852026-05-04T14:41:18.336Z Checking new_debug_unreachable v1.0.6
25862026-05-04T14:41:18.348Z Checking difflib v0.4.0
25872026-05-04T14:41:18.379Z Checking petgraph v0.8.3
25882026-05-04T14:41:18.379Z Checking toml_edit v0.22.27
25892026-05-04T14:41:18.402Z Checking string_cache v0.8.9
25902026-05-04T14:41:18.470Z Checking petgraph v0.6.5
25912026-05-04T14:41:18.521Z Checking predicates v3.1.4
25922026-05-04T14:41:18.565Z Checking sha3 v0.10.8
25932026-05-04T14:41:18.581Z Checking similar v2.7.0
25942026-05-04T14:41:18.783Z Checking crossterm v0.28.1
25952026-05-04T14:41:18.819Z Checking tokio-postgres v0.7.16
25962026-05-04T14:41:18.842Z Checking reqwest v0.12.28
25972026-05-04T14:41:19.467Z Checking hickory-proto v0.25.2
25982026-05-04T14:41:19.492Z Checking ed25519-dalek v2.2.0
25992026-05-04T14:41:19.672Z Checking toml v0.7.8
26002026-05-04T14:41:19.720Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26012026-05-04T14:41:19.723Z Checking slog v2.8.2
26022026-05-04T14:41:19.821Z Checking env_logger v0.11.9
26032026-05-04T14:41:19.968Z Checking usdt v0.6.0
26042026-05-04T14:41:19.981Z Checking serde_with v3.17.0
26052026-05-04T14:41:19.992Z Checking usdt-impl v0.5.0
26062026-05-04T14:41:20.010Z Checking ecdsa v0.16.9
26072026-05-04T14:41:20.052Z Checking rsa v0.9.10
26082026-05-04T14:41:20.131Z Checking nix v0.31.2
26092026-05-04T14:41:20.246Z Checking zip v4.6.1
26102026-05-04T14:41:20.263Z Checking clap v4.5.60
26112026-05-04T14:41:20.357Z Checking reqwest v0.13.2
26122026-05-04T14:41:20.511Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-04T14:41:20.665Z Checking zip v0.6.6
26142026-05-04T14:41:20.829Z Checking itertools v0.13.0
26152026-05-04T14:41:20.843Z Checking strum v0.26.3
26162026-05-04T14:41:20.957Z Checking tokio-stream v0.1.18
26172026-05-04T14:41:20.981Z Checking fs-err v3.3.0
26182026-05-04T14:41:21.127Z Checking ahash v0.8.12
26192026-05-04T14:41:21.178Z Checking object v0.37.3
26202026-05-04T14:41:21.278Z Checking buf-list v1.1.2
26212026-05-04T14:41:21.318Z Checking camino v1.2.2
26222026-05-04T14:41:21.330Z Checking anyhow v1.0.102
26232026-05-04T14:41:21.352Z Checking x509-cert v0.2.5
26242026-05-04T14:41:21.458Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26252026-05-04T14:41:21.523Z Checking openapiv3 v2.2.0
26262026-05-04T14:41:21.562Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-04T14:41:21.723Z Checking sha1 v0.10.6
26282026-05-04T14:41:21.760Z Checking peg-runtime v0.8.5
26292026-05-04T14:41:21.843Z Checking lalrpop-util v0.19.12
26302026-05-04T14:41:21.885Z Checking rayon v1.11.0
26312026-05-04T14:41:21.899Z Checking sigpipe v0.1.3
26322026-05-04T14:41:21.939Z Checking glob v0.3.3
26332026-05-04T14:41:23.397Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-04T14:41:23.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
26352026-05-04T14:41:23.838Z
26362026-05-04T14:41:23.838Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26372026-05-04T14:41:24.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-04T14:41:24.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-04T14:41:24.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-04T14:41:24.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-04T14:41:24.434Z
26422026-05-04T14:41:24.434Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26432026-05-04T14:41:24.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-04T14:41:24.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-04T14:41:24.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-04T14:41:24.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-04T14:41:25.029Z
26482026-05-04T14:41:25.029Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26492026-05-04T14:41:25.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-04T14:41:25.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-04T14:41:25.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-04T14:41:25.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-04T14:41:25.635Z
26542026-05-04T14:41:25.635Zinfo: running `cargo check --bins` on oxql-types (80/274)
26552026-05-04T14:41:26.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-04T14:41:26.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-04T14:41:26.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-04T14:41:26.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-04T14:41:26.224Z
26602026-05-04T14:41:26.224Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26612026-05-04T14:41:26.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-04T14:41:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-04T14:41:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-04T14:41:26.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26652026-05-04T14:41:26.817Z
26662026-05-04T14:41:26.817Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26672026-05-04T14:41:27.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-04T14:41:27.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-04T14:41:27.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-04T14:41:27.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26712026-05-04T14:41:27.406Z
26722026-05-04T14:41:27.406Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26732026-05-04T14:41:27.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-04T14:41:27.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-04T14:41:27.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-04T14:41:27.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26772026-05-04T14:41:27.986Z
26782026-05-04T14:41:27.986Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26792026-05-04T14:41:28.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-04T14:41:28.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-04T14:41:28.659Z Compiling structmeta-derive v0.3.0
26822026-05-04T14:41:28.774Z Compiling rustls v0.22.4
26832026-05-04T14:41:28.784Z Compiling multer v3.1.0
26842026-05-04T14:41:28.793Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-04T14:41:28.796Z Compiling async-stream-impl v0.3.6
26862026-05-04T14:41:28.814Z Compiling dropshot v0.17.0
26872026-05-04T14:41:28.829Z Compiling dropshot_endpoint v0.17.0
26882026-05-04T14:41:28.829Z Compiling newtype-uuid-macros v0.1.0
26892026-05-04T14:41:28.949Z Checking newtype-uuid v1.3.2
26902026-05-04T14:41:29.009Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-04T14:41:29.047Z Checking rustls-webpki v0.102.8
26922026-05-04T14:41:29.145Z Checking daft v0.1.5
26932026-05-04T14:41:29.166Z Checking futures-executor v0.3.32
26942026-05-04T14:41:29.374Z Checking thread_local v1.1.9
26952026-05-04T14:41:29.389Z Checking compression-core v0.4.31
26962026-05-04T14:41:29.433Z Compiling match_cfg v0.1.0
26972026-05-04T14:41:29.521Z Checking compression-codecs v0.4.37
26982026-05-04T14:41:29.556Z Checking iddqd v0.3.18
26992026-05-04T14:41:29.573Z Checking hostname v0.3.1
27002026-05-04T14:41:29.684Z Checking futures v0.3.32
27012026-05-04T14:41:29.762Z Checking crossbeam-channel v0.5.15
27022026-05-04T14:41:29.777Z Checking slog-json v2.6.1
27032026-05-04T14:41:29.818Z Compiling structmeta v0.3.0
27042026-05-04T14:41:30.037Z Compiling derive-ex v0.1.8
27052026-05-04T14:41:30.062Z Compiling parse-display-derive v0.10.0
27062026-05-04T14:41:30.087Z Compiling toml_datetime v1.0.0+spec-1.1.0
27072026-05-04T14:41:30.132Z Compiling serde_spanned v1.0.4
27082026-05-04T14:41:30.283Z Checking is-terminal v0.4.17
27092026-05-04T14:41:30.399Z Checking debug-ignore v1.0.5
27102026-05-04T14:41:30.499Z Checking term v1.2.1
27112026-05-04T14:41:30.499Z Checking toml_writer v1.0.6+spec-1.1.0
27122026-05-04T14:41:30.576Z Checking take_mut v0.2.2
27132026-05-04T14:41:30.673Z Checking toml v1.0.6+spec-1.1.0
27142026-05-04T14:41:30.686Z Checking slog-async v2.8.0
27152026-05-04T14:41:30.728Z Checking slog-term v2.9.2
27162026-05-04T14:41:30.857Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-05-04T14:41:30.934Z Compiling slog-bunyan v2.5.0
27182026-05-04T14:41:31.071Z Compiling async-compression v0.4.41
27192026-05-04T14:41:31.091Z Checking tokio-rustls v0.25.0
27202026-05-04T14:41:31.246Z Checking async-stream v0.3.6
27212026-05-04T14:41:31.344Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-05-04T14:41:31.374Z Checking progenitor-client v0.14.0
27232026-05-04T14:41:31.458Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-05-04T14:41:31.615Z Checking backon v1.6.0
27252026-05-04T14:41:31.702Z Checking waitgroup v0.1.2
27262026-05-04T14:41:31.705Z Compiling test-strategy v0.4.5
27272026-05-04T14:41:31.774Z Checking rustls-pemfile v2.2.0
27282026-05-04T14:41:32.000Z Checking serde_path_to_error v0.1.20
27292026-05-04T14:41:32.051Z Compiling hostname v0.4.2
27302026-05-04T14:41:32.082Z Checking instant v0.1.13
27312026-05-04T14:41:32.169Z Compiling prettyplease v0.2.37
27322026-05-04T14:41:32.184Z Compiling backoff v0.4.0
27332026-05-04T14:41:32.261Z Compiling progenitor-extras v0.2.0
27342026-05-04T14:41:32.385Z Checking parse-display v0.10.0
27352026-05-04T14:41:32.501Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27362026-05-04T14:41:32.603Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27372026-05-04T14:41:32.716Z Checking progenitor-client v0.10.0
27382026-05-04T14:41:32.796Z Checking itertools v0.14.0
27392026-05-04T14:41:32.939Z Checking regress v0.10.5
27402026-05-04T14:41:32.993Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27412026-05-04T14:41:33.062Z Checking num-rational v0.4.2
27422026-05-04T14:41:33.179Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27432026-05-04T14:41:33.825Z Checking num-complex v0.4.6
27442026-05-04T14:41:34.229Z Checking macaddr v1.0.1
27452026-05-04T14:41:34.382Z Checking num v0.4.3
27462026-05-04T14:41:34.396Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27472026-05-04T14:41:34.457Z Compiling usdt-attr-macro v0.5.0
27482026-05-04T14:41:34.562Z Compiling usdt-macro v0.5.0
27492026-05-04T14:41:34.575Z Checking memmap v0.7.0
27502026-05-04T14:41:34.630Z Checking float-ord v0.3.2
27512026-05-04T14:41:34.736Z Compiling toml v0.8.23
27522026-05-04T14:41:34.827Z Checking linked-hash-map v0.5.6
27532026-05-04T14:41:35.003Z Compiling minimal-lexical v0.2.1
27542026-05-04T14:41:35.264Z Compiling nom v7.1.3
27552026-05-04T14:41:35.284Z Checking usdt v0.5.0
27562026-05-04T14:41:35.365Z Checking lru-cache v0.1.2
27572026-05-04T14:41:35.808Z Checking hickory-proto v0.24.4
27582026-05-04T14:41:35.887Z Checking phf_shared v0.12.1
27592026-05-04T14:41:35.966Z Compiling slog-dtrace v0.3.0
27602026-05-04T14:41:36.030Z Checking resolv-conf v0.7.6
27612026-05-04T14:41:36.162Z Compiling convert_case v0.4.0
27622026-05-04T14:41:36.218Z Checking heck v0.5.0
27632026-05-04T14:41:36.344Z Compiling chrono-tz v0.10.4
27642026-05-04T14:41:36.537Z Compiling derive_more v0.99.20
27652026-05-04T14:41:36.553Z Compiling const_format_proc_macros v0.2.34
27662026-05-04T14:41:36.583Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-05-04T14:41:36.783Z Checking phf v0.12.1
27682026-05-04T14:41:36.930Z Checking tokio-dtrace v0.1.1
27692026-05-04T14:41:37.057Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-05-04T14:41:37.121Z Compiling derive-where v1.6.0
27712026-05-04T14:41:37.351Z Checking highway v1.3.0
27722026-05-04T14:41:37.580Z Checking hickory-resolver v0.24.4
27732026-05-04T14:41:37.583Z Checking const_format v0.2.35
27742026-05-04T14:41:37.779Z Checking oxide-tokio-rt v0.1.4
27752026-05-04T14:41:38.156Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27762026-05-04T14:41:38.171Z Checking gethostname v0.5.0
27772026-05-04T14:41:38.259Z Checking bcs v0.1.6
27782026-05-04T14:41:38.311Z Compiling async-recursion v1.1.1
27792026-05-04T14:41:38.422Z Checking qorb v0.4.1
27802026-05-04T14:41:38.493Z Checking termtree v0.5.1
27812026-05-04T14:41:39.078Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-05-04T14:41:39.657Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-05-04T14:41:39.852Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-05-04T14:41:39.865Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-05-04T14:41:42.012Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-05-04T14:41:44.572Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-05-04T14:41:46.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
27882026-05-04T14:41:46.804Z
27892026-05-04T14:41:46.804Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27902026-05-04T14:41:47.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-05-04T14:41:47.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-05-04T14:41:47.472Z Compiling ar_archive_writer v0.5.1
27932026-05-04T14:41:47.583Z Compiling stacker v0.1.23
27942026-05-04T14:41:47.587Z Compiling cfg_aliases v0.1.1
27952026-05-04T14:41:47.597Z Compiling convert_case v0.10.0
27962026-05-04T14:41:47.603Z Checking unicode-width v0.1.14
27972026-05-04T14:41:47.613Z Compiling proc-macro-error v1.0.4
27982026-05-04T14:41:47.623Z Checking fd-lock v4.0.4
27992026-05-04T14:41:47.623Z Checking nibble_vec v0.1.0
28002026-05-04T14:41:47.647Z Compiling nix v0.28.0
28012026-05-04T14:41:47.734Z Checking vte v0.14.1
28022026-05-04T14:41:47.750Z Compiling recursive-proc-macro-impl v0.1.1
28032026-05-04T14:41:47.839Z Checking bytecount v0.6.9
28042026-05-04T14:41:47.852Z Checking endian-type v0.1.2
28052026-05-04T14:41:47.882Z Checking strip-ansi-escapes v0.2.1
28062026-05-04T14:41:47.896Z Compiling derive_more-impl v2.1.1
28072026-05-04T14:41:47.910Z Compiling tabled_derive v0.7.0
28082026-05-04T14:41:47.936Z Checking papergrid v0.11.0
28092026-05-04T14:41:47.972Z Checking radix_trie v0.2.1
28102026-05-04T14:41:47.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-04T14:41:48.150Z Compiling peg-macros v0.8.5
28122026-05-04T14:41:48.176Z Checking winnow v0.6.26
28132026-05-04T14:41:48.411Z Compiling psm v0.1.30
28142026-05-04T14:41:48.491Z Compiling sqlparser_derive v0.5.0
28152026-05-04T14:41:48.547Z Checking nu-ansi-term v0.50.3
28162026-05-04T14:41:48.690Z Checking derive_more v2.1.1
28172026-05-04T14:41:48.771Z Checking home v0.5.12
28182026-05-04T14:41:48.802Z Checking unicode_categories v0.1.1
28192026-05-04T14:41:48.879Z Checking unicode-width v0.2.0
28202026-05-04T14:41:48.910Z Checking tabled v0.15.0
28212026-05-04T14:41:48.959Z Checking crossterm v0.29.0
28222026-05-04T14:41:49.016Z Checking rustyline v14.0.0
28232026-05-04T14:41:49.127Z Checking reedline v0.40.0
28242026-05-04T14:41:49.202Z Checking recursive v0.1.1
28252026-05-04T14:41:49.296Z Checking sqlparser v0.61.0
28262026-05-04T14:41:49.309Z Checking display-error-chain v0.2.2
28272026-05-04T14:41:49.362Z Checking sqlformat v0.3.5
28282026-05-04T14:41:49.587Z Checking peg v0.8.5
28292026-05-04T14:42:00.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28302026-05-04T14:42:00.543Z
28312026-05-04T14:42:00.543Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28322026-05-04T14:42:01.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-04T14:42:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-04T14:42:01.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-04T14:42:04.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28362026-05-04T14:42:04.760Z
28372026-05-04T14:42:04.760Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28382026-05-04T14:42:05.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-04T14:42:05.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-04T14:42:05.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-04T14:42:07.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28422026-05-04T14:42:07.993Z
28432026-05-04T14:42:07.993Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28442026-05-04T14:42:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-04T14:42:08.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-04T14:42:08.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-04T14:42:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
28482026-05-04T14:42:12.003Z
28492026-05-04T14:42:12.003Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28502026-05-04T14:42:12.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-04T14:42:12.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-04T14:42:12.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-04T14:42:15.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28542026-05-04T14:42:16.302Z
28552026-05-04T14:42:16.302Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28562026-05-04T14:42:16.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-04T14:42:16.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-04T14:42:16.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-04T14:42:19.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28602026-05-04T14:42:19.375Z
28612026-05-04T14:42:19.375Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28622026-05-04T14:42:19.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-04T14:42:19.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-04T14:42:20.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-04T14:42:22.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28662026-05-04T14:42:22.773Z
28672026-05-04T14:42:22.773Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28682026-05-04T14:42:23.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-04T14:42:23.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-04T14:42:23.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-04T14:42:27.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28722026-05-04T14:42:27.998Z
28732026-05-04T14:42:27.998Zinfo: running `cargo check --bins` on oximeter (93/274)
28742026-05-04T14:42:27.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-04T14:42:27.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-04T14:42:27.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-04T14:42:27.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28782026-05-04T14:42:28.000Z
28792026-05-04T14:42:28.000Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28802026-05-04T14:42:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-04T14:42:28.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-04T14:42:28.206Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-05-04T14:42:28.369Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-05-04T14:42:28.372Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-05-04T14:42:28.705Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-05-04T14:42:31.799Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-05-04T14:42:33.029Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-05-04T14:42:33.193Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-05-04T14:42:33.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
28902026-05-04T14:42:34.038Z
28912026-05-04T14:42:34.038Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28922026-05-04T14:42:34.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-04T14:42:34.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-04T14:42:34.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-04T14:42:34.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28962026-05-04T14:42:34.624Z
28972026-05-04T14:42:34.624Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28982026-05-04T14:42:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-04T14:42:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-04T14:42:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-04T14:42:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022026-05-04T14:42:35.258Z
29032026-05-04T14:42:35.258Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29042026-05-04T14:42:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-04T14:42:35.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-04T14:42:35.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-04T14:42:35.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-04T14:42:35.859Z
29092026-05-04T14:42:35.859Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29102026-05-04T14:42:36.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-04T14:42:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-04T14:42:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-04T14:42:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-05-04T14:42:36.451Z
29152026-05-04T14:42:36.451Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29162026-05-04T14:42:36.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-04T14:42:36.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-04T14:42:36.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-04T14:42:36.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-04T14:42:37.054Z
29212026-05-04T14:42:37.054Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29222026-05-04T14:42:37.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-04T14:42:37.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-04T14:42:37.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-04T14:42:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-04T14:42:37.655Z
29272026-05-04T14:42:37.655Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29282026-05-04T14:42:38.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-04T14:42:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-04T14:42:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-04T14:42:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-04T14:42:38.238Z
29332026-05-04T14:42:38.238Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29342026-05-04T14:42:38.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-04T14:42:38.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-04T14:42:38.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-04T14:42:38.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382026-05-04T14:42:38.841Z
29392026-05-04T14:42:38.841Zinfo: running `cargo check --bins` on update-engine (103/274)
29402026-05-04T14:42:39.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-04T14:42:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-04T14:42:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-04T14:42:39.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29442026-05-04T14:42:39.422Z
29452026-05-04T14:42:39.422Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29462026-05-04T14:42:39.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-04T14:42:39.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-04T14:42:40.137Z Compiling crucible-workspace-hack v0.1.0
29492026-05-04T14:42:40.254Z Checking secrecy v0.10.3
29502026-05-04T14:42:40.262Z Compiling heapless v0.8.0
29512026-05-04T14:42:40.270Z Compiling ingot-macros v0.1.1
29522026-05-04T14:42:40.277Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-05-04T14:42:40.280Z Checking hash32 v0.3.1
29542026-05-04T14:42:40.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-05-04T14:42:40.302Z Compiling smoltcp v0.11.0
29562026-05-04T14:42:40.356Z Checking cobs v0.3.0
29572026-05-04T14:42:40.405Z Compiling thiserror-impl-no-std v2.0.2
29582026-05-04T14:42:40.494Z Checking half v2.7.1
29592026-05-04T14:42:40.521Z Checking universal-hash v0.5.1
29602026-05-04T14:42:40.544Z Checking opaque-debug v0.3.1
29612026-05-04T14:42:40.614Z Checking ciborium-io v0.2.2
29622026-05-04T14:42:40.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-05-04T14:42:40.713Z Checking poly1305 v0.8.0
29642026-05-04T14:42:40.732Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29652026-05-04T14:42:40.746Z Checking ciborium-ll v0.2.2
29662026-05-04T14:42:40.861Z Compiling proc-macro-crate v3.4.0
29672026-05-04T14:42:40.936Z Checking postcard v1.1.3
29682026-05-04T14:42:40.971Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-05-04T14:42:41.014Z Checking password-hash v0.5.0
29702026-05-04T14:42:41.224Z Checking chacha20 v0.9.1
29712026-05-04T14:42:41.239Z Compiling proc-macro-crate v1.3.1
29722026-05-04T14:42:41.254Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-05-04T14:42:41.310Z Checking blake2 v0.10.6
29742026-05-04T14:42:41.407Z Compiling num_enum_derive v0.7.5
29752026-05-04T14:42:41.420Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29762026-05-04T14:42:41.485Z Checking aead v0.5.2
29772026-05-04T14:42:41.549Z Compiling foreign-types-macros v0.2.3
29782026-05-04T14:42:41.590Z Checking thiserror-no-std v2.0.2
29792026-05-04T14:42:41.623Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-05-04T14:42:41.626Z Checking foreign-types-shared v0.3.1
29812026-05-04T14:42:41.650Z Checking cpufeatures v0.3.0
29822026-05-04T14:42:41.675Z Checking vsss-rs v3.3.4
29832026-05-04T14:42:41.721Z Checking chacha20 v0.10.0
29842026-05-04T14:42:41.724Z Compiling num_enum_derive v0.5.11
29852026-05-04T14:42:41.862Z Checking chacha20poly1305 v0.10.1
29862026-05-04T14:42:41.935Z Checking argon2 v0.5.3
29872026-05-04T14:42:41.988Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-05-04T14:42:42.133Z Checking foreign-types v0.5.0
29892026-05-04T14:42:42.252Z Checking ciborium v0.2.2
29902026-05-04T14:42:42.316Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-05-04T14:42:42.384Z Checking tabwriter v1.4.1
29922026-05-04T14:42:42.495Z Checking num_enum v0.7.5
29932026-05-04T14:42:42.527Z Checking console v0.15.11
29942026-05-04T14:42:42.569Z Checking newline-converter v0.3.0
29952026-05-04T14:42:42.601Z Checking atomicwrites v0.4.4
29962026-05-04T14:42:42.674Z Checking camino-tempfile v1.4.1
29972026-05-04T14:42:42.687Z Checking byte-wrapper v0.1.0
29982026-05-04T14:42:42.731Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-04T14:42:42.762Z Checking cstr-argument v0.1.2
30002026-05-04T14:42:42.776Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30012026-05-04T14:42:42.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30022026-05-04T14:42:42.831Z Checking expectorate v1.2.0
30032026-05-04T14:42:42.886Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-05-04T14:42:42.902Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-05-04T14:42:42.958Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-05-04T14:42:43.002Z Checking num_enum v0.5.11
30072026-05-04T14:42:43.041Z Checking ingot-types v0.1.2
30082026-05-04T14:42:43.054Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-05-04T14:42:43.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-04T14:42:43.150Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-04T14:42:43.214Z Checking rand v0.10.0
30122026-05-04T14:42:43.227Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-05-04T14:42:43.256Z Checking colored v3.1.1
30142026-05-04T14:42:43.314Z Checking indent_write v2.2.0
30152026-05-04T14:42:43.396Z Checking ingot v0.1.1
30162026-05-04T14:42:43.444Z Compiling zone_cfg_derive v0.3.1
30172026-05-04T14:42:43.457Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-05-04T14:42:43.461Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-05-04T14:42:43.519Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30202026-05-04T14:42:43.543Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-04T14:42:43.562Z Checking itertools v0.12.1
30222026-05-04T14:42:43.624Z Compiling num-derive v0.4.2
30232026-05-04T14:42:43.734Z Checking swrite v0.1.0
30242026-05-04T14:42:43.827Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-04T14:42:44.036Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-05-04T14:42:44.110Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-04T14:42:44.125Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-04T14:42:44.283Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-05-04T14:42:44.354Z Checking dropshot-api-manager-types v0.7.1
30302026-05-04T14:42:44.395Z Checking smf v0.2.3
30312026-05-04T14:42:44.528Z Checking nanorand v0.7.0
30322026-05-04T14:42:44.541Z Checking whoami v1.6.1
30332026-05-04T14:42:44.571Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30342026-05-04T14:42:44.634Z Checking zone v0.3.1
30352026-05-04T14:42:44.651Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30362026-05-04T14:42:44.652Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30372026-05-04T14:42:44.724Z Checking flume v0.11.1
30382026-05-04T14:42:45.067Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-04T14:42:46.027Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-04T14:42:46.903Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-04T14:42:50.049Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-05-04T14:42:52.072Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-05-04T14:42:53.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
30442026-05-04T14:42:53.281Z
30452026-05-04T14:42:53.282Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30462026-05-04T14:42:53.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-04T14:42:53.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-04T14:42:53.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-04T14:42:53.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-04T14:42:53.881Z
30512026-05-04T14:42:53.882Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30522026-05-04T14:42:54.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-04T14:42:54.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-04T14:42:54.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-04T14:42:54.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-04T14:42:54.479Z
30572026-05-04T14:42:54.479Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30582026-05-04T14:42:54.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-04T14:42:54.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-04T14:42:54.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-04T14:42:54.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-04T14:42:55.084Z
30632026-05-04T14:42:55.084Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30642026-05-04T14:42:55.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-04T14:42:55.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-04T14:42:55.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-04T14:42:55.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-04T14:42:55.683Z
30692026-05-04T14:42:55.683Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30702026-05-04T14:42:56.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-04T14:42:56.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-04T14:42:56.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-04T14:42:56.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-04T14:42:56.281Z
30752026-05-04T14:42:56.282Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30762026-05-04T14:42:56.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-04T14:42:56.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-04T14:42:56.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-04T14:42:56.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-04T14:42:56.882Z
30812026-05-04T14:42:56.882Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30822026-05-04T14:42:57.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-04T14:42:57.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-04T14:42:57.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-04T14:42:57.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-04T14:42:57.482Z
30872026-05-04T14:42:57.482Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30882026-05-04T14:42:57.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-04T14:42:57.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-04T14:42:57.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-04T14:42:57.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-04T14:42:58.069Z
30932026-05-04T14:42:58.069Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30942026-05-04T14:42:58.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-04T14:42:58.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-04T14:42:58.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-04T14:42:58.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-04T14:42:58.667Z
30992026-05-04T14:42:58.667Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31002026-05-04T14:42:59.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-04T14:42:59.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-04T14:42:59.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-04T14:42:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-04T14:42:59.264Z
31052026-05-04T14:42:59.264Zinfo: running `cargo check --bins` on installinator-client (115/274)
31062026-05-04T14:42:59.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-04T14:42:59.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-04T14:42:59.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-04T14:42:59.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-04T14:42:59.864Z
31112026-05-04T14:42:59.864Zinfo: running `cargo check --bins` on nexus-client (116/274)
31122026-05-04T14:43:00.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-04T14:43:00.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-04T14:43:00.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-04T14:43:00.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-05-04T14:43:00.505Z
31172026-05-04T14:43:00.505Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31182026-05-04T14:43:01.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-04T14:43:01.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-04T14:43:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-04T14:43:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31222026-05-04T14:43:01.144Z
31232026-05-04T14:43:01.144Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31242026-05-04T14:43:01.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-04T14:43:01.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-04T14:43:01.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-04T14:43:01.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-04T14:43:01.728Z
31292026-05-04T14:43:01.728Zinfo: running `cargo check --bins` on oxide-client (119/274)
31302026-05-04T14:43:02.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-04T14:43:02.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-04T14:43:02.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-04T14:43:02.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-04T14:43:02.316Z
31352026-05-04T14:43:02.316Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31362026-05-04T14:43:02.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-04T14:43:02.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-04T14:43:02.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-04T14:43:02.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-05-04T14:43:02.920Z
31412026-05-04T14:43:02.920Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31422026-05-04T14:43:03.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-04T14:43:03.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-04T14:43:03.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-04T14:43:03.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-05-04T14:43:03.503Z
31472026-05-04T14:43:03.503Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31482026-05-04T14:43:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-04T14:43:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-04T14:43:04.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-04T14:43:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-05-04T14:43:04.111Z
31532026-05-04T14:43:04.112Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31542026-05-04T14:43:04.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-04T14:43:04.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-04T14:43:04.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-04T14:43:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-04T14:43:04.728Z
31592026-05-04T14:43:04.728Zinfo: running `cargo check --bins` on installinator-common (124/274)
31602026-05-04T14:43:05.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-04T14:43:05.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-04T14:43:05.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-04T14:43:05.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-05-04T14:43:05.340Z
31652026-05-04T14:43:05.340Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31662026-05-04T14:43:05.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-04T14:43:05.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-04T14:43:05.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-04T14:43:05.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-05-04T14:43:05.921Z
31712026-05-04T14:43:05.921Zinfo: running `cargo check --bins` on wicket-common (126/274)
31722026-05-04T14:43:06.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-04T14:43:06.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-04T14:43:06.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-04T14:43:06.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31762026-05-04T14:43:06.527Z
31772026-05-04T14:43:06.527Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31782026-05-04T14:43:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-04T14:43:08.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-04T14:43:08.052Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-05-04T14:43:08.052Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-05-04T14:43:08.052Z Checking csv-core v0.1.13
31832026-05-04T14:43:08.053Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-05-04T14:43:08.053Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-05-04T14:43:08.053Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-05-04T14:43:08.053Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-04T14:43:08.053Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-05-04T14:43:08.053Z Checking csv v1.4.0
31892026-05-04T14:43:08.053Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-05-04T14:43:08.053Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-05-04T14:43:08.053Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-05-04T14:43:08.053Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-05-04T14:43:08.175Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-05-04T14:43:08.178Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-04T14:43:08.510Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-05-04T14:43:14.432Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-05-04T14:43:14.811Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-05-04T14:43:17.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s
31992026-05-04T14:43:17.334Z
32002026-05-04T14:43:17.334Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32012026-05-04T14:43:17.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-04T14:43:17.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-04T14:43:17.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-04T14:43:17.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-05-04T14:43:17.928Z
32062026-05-04T14:43:17.928Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32072026-05-04T14:43:18.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-04T14:43:18.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-04T14:43:18.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-04T14:43:18.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-05-04T14:43:18.612Z
32122026-05-04T14:43:18.612Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32132026-05-04T14:43:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-04T14:43:19.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-04T14:43:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-04T14:43:19.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32172026-05-04T14:43:19.290Z
32182026-05-04T14:43:19.290Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32192026-05-04T14:43:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-04T14:43:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-04T14:43:19.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-05-04T14:43:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32232026-05-04T14:43:19.937Z
32242026-05-04T14:43:19.937Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32252026-05-04T14:43:20.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-05-04T14:43:20.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-05-04T14:43:20.695Z Compiling regress v0.11.1
32282026-05-04T14:43:20.834Z Compiling unsafe-libyaml v0.2.11
32292026-05-04T14:43:20.847Z Compiling radium v0.7.0
32302026-05-04T14:43:20.848Z Compiling semver v0.1.20
32312026-05-04T14:43:20.873Z Compiling pin-project-internal v1.1.11
32322026-05-04T14:43:20.885Z Checking tap v1.0.1
32332026-05-04T14:43:20.888Z Compiling maybe-uninit v2.0.0
32342026-05-04T14:43:20.998Z Checking wyz v0.5.1
32352026-05-04T14:43:21.128Z Compiling rustc_version v0.1.7
32362026-05-04T14:43:21.178Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-05-04T14:43:21.203Z Checking progenitor-client v0.13.0
32382026-05-04T14:43:21.306Z Compiling snafu-derive v0.8.9
32392026-05-04T14:43:21.342Z Compiling serde_yaml v0.9.34+deprecated
32402026-05-04T14:43:21.460Z Compiling newtype_derive v0.1.6
32412026-05-04T14:43:21.562Z Compiling zerocopy-derive v0.6.6
32422026-05-04T14:43:21.653Z Compiling cancel-safe-futures v0.1.5
32432026-05-04T14:43:21.863Z Compiling packed_struct v0.10.1
32442026-05-04T14:43:21.988Z Checking pin-project v1.1.11
32452026-05-04T14:43:22.090Z Compiling owo-colors v4.3.0
32462026-05-04T14:43:22.117Z Checking same-file v1.0.6
32472026-05-04T14:43:22.238Z Checking funty v2.0.0
32482026-05-04T14:43:22.251Z Checking typify-impl v0.6.2
32492026-05-04T14:43:22.418Z Checking crc-catalog v2.4.0
32502026-05-04T14:43:22.512Z Checking crc v3.4.0
32512026-05-04T14:43:22.558Z Checking bitvec v1.0.1
32522026-05-04T14:43:22.719Z Checking zerocopy v0.6.6
32532026-05-04T14:43:22.741Z Checking walkdir v2.5.0
32542026-05-04T14:43:22.906Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-04T14:43:22.956Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-05-04T14:43:23.015Z Checking globset v0.4.18
32572026-05-04T14:43:23.210Z Checking snafu v0.8.9
32582026-05-04T14:43:23.276Z Checking olpc-cjson v0.1.4
32592026-05-04T14:43:23.301Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-04T14:43:23.393Z Checking pem v3.0.6
32612026-05-04T14:43:23.415Z Compiling packed_struct_codegen v0.10.1
32622026-05-04T14:43:23.436Z Checking libsw-core v0.3.2
32632026-05-04T14:43:23.449Z Checking serde_plain v1.0.2
32642026-05-04T14:43:23.550Z Compiling bitfield-macros v0.19.4
32652026-05-04T14:43:23.565Z Compiling indexmap v1.9.3
32662026-05-04T14:43:23.581Z Checking typed-path v0.9.3
32672026-05-04T14:43:23.595Z Checking nodrop v0.1.14
32682026-05-04T14:43:23.689Z Checking array-init v0.0.4
32692026-05-04T14:43:23.803Z Checking libsw v3.5.0
32702026-05-04T14:43:23.882Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-05-04T14:43:23.959Z Checking smallvec v0.6.14
32722026-05-04T14:43:23.998Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-05-04T14:43:24.286Z Checking bitfield v0.19.4
32742026-05-04T14:43:24.301Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-05-04T14:43:24.315Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32762026-05-04T14:43:24.397Z Checking tough v0.20.0
32772026-05-04T14:43:24.438Z Checking unicode-linebreak v0.1.5
32782026-05-04T14:43:24.454Z Checking base64 v0.21.7
32792026-05-04T14:43:24.470Z Checking linear-map v1.2.0
32802026-05-04T14:43:24.560Z Checking hashbrown v0.12.3
32812026-05-04T14:43:24.637Z Checking smawk v0.3.2
32822026-05-04T14:43:24.652Z Checking tagptr v0.2.0
32832026-05-04T14:43:24.689Z Checking ron v0.8.1
32842026-05-04T14:43:24.722Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-04T14:43:24.767Z Checking textwrap v0.16.2
32862026-05-04T14:43:24.787Z Checking moka v0.12.13
32872026-05-04T14:43:24.983Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-04T14:43:25.153Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-05-04T14:43:25.202Z Checking serde-hex v0.1.0
32902026-05-04T14:43:25.286Z Checking steno v0.4.1
32912026-05-04T14:43:25.417Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-05-04T14:43:25.566Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-04T14:43:25.581Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-04T14:43:25.950Z Checking hashbrown v0.13.2
32952026-05-04T14:43:25.978Z Checking humantime v2.3.0
32962026-05-04T14:43:26.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-04T14:43:26.167Z Checking crc-any v2.5.0
32982026-05-04T14:43:26.283Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-05-04T14:43:26.355Z Checking hickory-resolver v0.25.2
33002026-05-04T14:43:26.372Z Checking void v1.0.2
33012026-05-04T14:43:26.387Z Checking object v0.30.4
33022026-05-04T14:43:26.390Z Checking half v1.8.3
33032026-05-04T14:43:26.447Z Checking path-slash v0.1.5
33042026-05-04T14:43:26.476Z Checking utf-8 v0.7.6
33052026-05-04T14:43:26.552Z Checking lzss v0.8.2
33062026-05-04T14:43:26.597Z Checking serde_cbor v0.11.2
33072026-05-04T14:43:26.613Z Checking tungstenite v0.23.0
33082026-05-04T14:43:26.739Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-05-04T14:43:26.805Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-05-04T14:43:26.900Z Checking nix v0.27.1
33112026-05-04T14:43:26.940Z Compiling typify-macro v0.6.2
33122026-05-04T14:43:26.973Z Checking kstat-rs v0.2.4
33132026-05-04T14:43:27.026Z Checking fxhash v0.2.1
33142026-05-04T14:43:27.040Z Checking serde_bytes v0.11.19
33152026-05-04T14:43:27.058Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-05-04T14:43:27.147Z Checking tokio-tungstenite v0.23.1
33172026-05-04T14:43:27.163Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-05-04T14:43:27.211Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-05-04T14:43:27.398Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-05-04T14:43:27.401Z Checking signal-hook-tokio v0.3.1
33212026-05-04T14:43:28.310Z Compiling typify v0.6.2
33222026-05-04T14:43:28.407Z Compiling progenitor-impl v0.13.0
33232026-05-04T14:43:28.407Z Compiling progenitor-impl v0.14.0
33242026-05-04T14:43:28.454Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-04T14:43:29.380Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-05-04T14:43:29.698Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33272026-05-04T14:43:30.044Z Compiling progenitor-macro v0.14.0
33282026-05-04T14:43:30.058Z Compiling progenitor-macro v0.13.0
33292026-05-04T14:43:32.534Z Checking progenitor v0.14.0
33302026-05-04T14:43:32.653Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-05-04T14:43:32.700Z Checking progenitor v0.13.0
33322026-05-04T14:43:32.817Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-04T14:43:35.800Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33342026-05-04T14:43:43.133Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33352026-05-04T14:43:49.357Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-05-04T14:43:50.736Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-05-04T14:43:51.240Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-05-04T14:43:53.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33392026-05-04T14:43:53.534Z
33402026-05-04T14:43:53.535Zinfo: running `cargo check --bins` on gateway-api (133/274)
33412026-05-04T14:43:54.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-04T14:43:54.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-04T14:43:54.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-04T14:43:54.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-04T14:43:54.130Z
33462026-05-04T14:43:54.130Zinfo: running `cargo check --bins` on ipcc (134/274)
33472026-05-04T14:43:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-04T14:43:54.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-04T14:43:54.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-04T14:43:54.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-04T14:43:54.724Z
33522026-05-04T14:43:54.724Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33532026-05-04T14:43:55.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-04T14:43:55.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-04T14:43:55.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-04T14:43:55.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33572026-05-04T14:43:55.302Z
33582026-05-04T14:43:55.302Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33592026-05-04T14:43:55.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-04T14:43:55.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-04T14:43:55.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-04T14:43:55.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-04T14:43:55.899Z
33642026-05-04T14:43:55.899Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33652026-05-04T14:43:56.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-04T14:43:56.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-04T14:43:56.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-04T14:43:56.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-04T14:43:56.490Z
33702026-05-04T14:43:56.490Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33712026-05-04T14:43:56.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-04T14:43:56.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-04T14:43:56.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-04T14:43:56.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-04T14:43:57.087Z
33762026-05-04T14:43:57.087Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33772026-05-04T14:43:57.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-04T14:43:57.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-04T14:43:57.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-04T14:43:57.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-04T14:43:57.681Z
33822026-05-04T14:43:57.681Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33832026-05-04T14:43:58.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-04T14:43:58.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-04T14:43:58.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-04T14:43:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-04T14:43:58.278Z
33882026-05-04T14:43:58.278Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33892026-05-04T14:43:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-04T14:43:58.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-04T14:43:58.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-04T14:43:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-04T14:43:58.878Z
33942026-05-04T14:43:58.878Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33952026-05-04T14:43:59.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-04T14:43:59.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-04T14:43:59.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-04T14:43:59.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-04T14:43:59.473Z
34002026-05-04T14:43:59.473Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34012026-05-04T14:43:59.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-04T14:43:59.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-04T14:43:59.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-04T14:43:59.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-04T14:44:00.070Z
34062026-05-04T14:44:00.070Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34072026-05-04T14:44:00.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-04T14:44:00.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-04T14:44:00.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-04T14:44:00.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-04T14:44:00.666Z
34122026-05-04T14:44:00.666Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34132026-05-04T14:44:01.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-04T14:44:01.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-04T14:44:01.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-04T14:44:01.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-04T14:44:01.258Z
34182026-05-04T14:44:01.258Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34192026-05-04T14:44:01.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-04T14:44:01.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-04T14:44:01.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-04T14:44:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-04T14:44:01.856Z
34242026-05-04T14:44:01.856Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34252026-05-04T14:44:02.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-04T14:44:02.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-04T14:44:02.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-04T14:44:02.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-04T14:44:02.455Z
34302026-05-04T14:44:02.455Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34312026-05-04T14:44:02.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-04T14:44:02.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-04T14:44:02.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-04T14:44:02.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-04T14:44:03.060Z
34362026-05-04T14:44:03.060Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34372026-05-04T14:44:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-04T14:44:03.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-04T14:44:03.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-04T14:44:03.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-04T14:44:03.653Z
34422026-05-04T14:44:03.653Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34432026-05-04T14:44:04.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-04T14:44:04.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-04T14:44:04.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-04T14:44:04.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-05-04T14:44:04.253Z
34482026-05-04T14:44:04.253Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34492026-05-04T14:44:04.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-04T14:44:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-04T14:44:04.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-04T14:44:04.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-05-04T14:44:04.850Z
34542026-05-04T14:44:04.850Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34552026-05-04T14:44:05.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-04T14:44:05.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-04T14:44:05.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-04T14:44:05.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-05-04T14:44:05.443Z
34602026-05-04T14:44:05.443Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34612026-05-04T14:44:05.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-04T14:44:05.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-04T14:44:05.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-04T14:44:05.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-04T14:44:06.034Z
34662026-05-04T14:44:06.034Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34672026-05-04T14:44:06.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-04T14:44:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-04T14:44:06.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-04T14:44:06.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34712026-05-04T14:44:06.673Z
34722026-05-04T14:44:06.673Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34732026-05-04T14:44:07.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-04T14:44:07.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-04T14:44:07.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-04T14:44:07.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-04T14:44:07.273Z
34782026-05-04T14:44:07.273Zinfo: running `cargo check --bins` on dns-server (156/274)
34792026-05-04T14:44:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-04T14:44:07.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-04T14:44:07.921Z Compiling parking_lot_core v0.8.6
34822026-05-04T14:44:07.921Z Compiling git-stub v1.0.0
34832026-05-04T14:44:07.924Z Compiling atomicwrites v0.4.4
34842026-05-04T14:44:07.924Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34852026-05-04T14:44:07.924Z Checking prefix-trie v0.7.0
34862026-05-04T14:44:08.154Z Compiling git-stub-vcs v0.1.0
34872026-05-04T14:44:08.335Z Checking hickory-server v0.25.2
34882026-05-04T14:44:08.427Z Checking parking_lot v0.11.2
34892026-05-04T14:44:08.431Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-04T14:44:08.503Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-05-04T14:44:08.503Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-04T14:44:08.598Z Checking sled v0.34.7
34932026-05-04T14:44:10.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34942026-05-04T14:44:10.663Z
34952026-05-04T14:44:10.663Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34962026-05-04T14:44:11.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-04T14:44:11.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-04T14:44:11.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-04T14:44:11.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-04T14:44:11.260Z
35012026-05-04T14:44:11.260Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35022026-05-04T14:44:11.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-04T14:44:11.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-04T14:44:11.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-04T14:44:11.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-04T14:44:11.853Z
35072026-05-04T14:44:11.853Zinfo: running `cargo check --bins` on sp-sim (159/274)
35082026-05-04T14:44:12.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-04T14:44:12.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-04T14:44:12.574Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35112026-05-04T14:44:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35122026-05-04T14:44:14.546Z
35132026-05-04T14:44:14.546Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35142026-05-04T14:44:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-04T14:44:15.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-04T14:44:15.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-04T14:44:15.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-04T14:44:15.201Z
35192026-05-04T14:44:15.201Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35202026-05-04T14:44:15.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-04T14:44:15.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-04T14:44:15.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-04T14:44:15.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35242026-05-04T14:44:15.849Z
35252026-05-04T14:44:15.849Zinfo: running `cargo check --bins` on db-macros (162/274)
35262026-05-04T14:44:16.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-04T14:44:16.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-04T14:44:16.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-04T14:44:16.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-04T14:44:16.427Z
35312026-05-04T14:44:16.427Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35322026-05-04T14:44:16.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-04T14:44:16.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-04T14:44:16.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-04T14:44:16.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-04T14:44:17.010Z
35372026-05-04T14:44:17.010Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35382026-05-04T14:44:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-04T14:44:17.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-04T14:44:17.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-04T14:44:17.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-05-04T14:44:17.658Z
35432026-05-04T14:44:17.658Zinfo: running `cargo check --bins` on authz-macros (165/274)
35442026-05-04T14:44:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-04T14:44:18.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-04T14:44:18.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-04T14:44:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-04T14:44:18.241Z
35492026-05-04T14:44:18.242Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35502026-05-04T14:44:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-04T14:44:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-04T14:44:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-04T14:44:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-04T14:44:18.882Z
35552026-05-04T14:44:18.882Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35562026-05-04T14:44:19.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-04T14:44:19.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-04T14:44:19.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-04T14:44:19.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-05-04T14:44:19.526Z
35612026-05-04T14:44:19.526Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35622026-05-04T14:44:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-04T14:44:20.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-04T14:44:20.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-04T14:44:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-04T14:44:20.113Z
35672026-05-04T14:44:20.113Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35682026-05-04T14:44:20.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-04T14:44:20.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-04T14:44:20.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-04T14:44:20.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-05-04T14:44:20.692Z
35732026-05-04T14:44:20.692Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35742026-05-04T14:44:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-04T14:44:21.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-04T14:44:21.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-04T14:44:21.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-05-04T14:44:21.291Z
35792026-05-04T14:44:21.291Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35802026-05-04T14:44:21.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-04T14:44:21.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-04T14:44:21.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-04T14:44:21.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-04T14:44:21.880Z
35852026-05-04T14:44:21.880Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35862026-05-04T14:44:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-04T14:44:22.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-04T14:44:22.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-04T14:44:22.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-05-04T14:44:22.467Z
35912026-05-04T14:44:22.467Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35922026-05-04T14:44:23.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-04T14:44:23.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-04T14:44:23.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-04T14:44:23.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-05-04T14:44:23.117Z
35972026-05-04T14:44:23.117Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35982026-05-04T14:44:23.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-04T14:44:23.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-04T14:44:23.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-04T14:44:23.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-05-04T14:44:23.773Z
36032026-05-04T14:44:23.773Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36042026-05-04T14:44:24.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-04T14:44:24.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-04T14:44:24.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-04T14:44:24.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-04T14:44:24.417Z
36092026-05-04T14:44:24.417Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36102026-05-04T14:44:24.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-04T14:44:24.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-04T14:44:24.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-04T14:44:24.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-04T14:44:25.038Z
36152026-05-04T14:44:25.038Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36162026-05-04T14:44:25.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-04T14:44:25.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-04T14:44:25.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-04T14:44:25.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-04T14:44:25.655Z
36212026-05-04T14:44:25.655Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36222026-05-04T14:44:26.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-04T14:44:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-04T14:44:26.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-04T14:44:26.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36262026-05-04T14:44:26.273Z
36272026-05-04T14:44:26.273Zinfo: running `cargo check --bins` on key-manager (179/274)
36282026-05-04T14:44:26.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-04T14:44:26.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-04T14:44:26.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-04T14:44:26.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-04T14:44:26.872Z
36332026-05-04T14:44:26.872Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36342026-05-04T14:44:27.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-04T14:44:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-04T14:44:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-04T14:44:27.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36382026-05-04T14:44:27.489Z
36392026-05-04T14:44:27.489Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36402026-05-04T14:44:28.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-04T14:44:28.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-04T14:44:28.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-04T14:44:28.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442026-05-04T14:44:28.111Z
36452026-05-04T14:44:28.111Zinfo: running `cargo check --bins` on typed-rng (182/274)
36462026-05-04T14:44:28.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-04T14:44:28.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-04T14:44:28.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-04T14:44:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-04T14:44:28.690Z
36512026-05-04T14:44:28.690Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36522026-05-04T14:44:29.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-04T14:44:29.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-04T14:44:29.537Z Compiling typify-impl v0.4.3
36552026-05-04T14:44:29.537Z Compiling libefi-sys v0.1.0
36562026-05-04T14:44:29.540Z Compiling bitfield-struct v0.6.2
36572026-05-04T14:44:29.689Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-05-04T14:44:29.700Z Compiling xshell-macros v0.2.7
36592026-05-04T14:44:29.726Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-05-04T14:44:29.729Z Compiling salty v0.3.0
36612026-05-04T14:44:29.804Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-05-04T14:44:29.938Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-04T14:44:30.034Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-05-04T14:44:30.085Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-04T14:44:30.115Z Checking xshell v0.2.7
36662026-05-04T14:44:30.275Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36672026-05-04T14:44:30.290Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-05-04T14:44:30.305Z Checking primeorder v0.13.6
36692026-05-04T14:44:30.444Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-04T14:44:30.467Z Compiling proc-macro-error-attr2 v2.0.0
36712026-05-04T14:44:30.535Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-04T14:44:30.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-05-04T14:44:30.571Z Checking tungstenite v0.21.0
36742026-05-04T14:44:30.750Z Checking p384 v0.13.1
36752026-05-04T14:44:30.764Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-05-04T14:44:30.856Z Compiling proc-macro-error2 v2.0.1
36772026-05-04T14:44:30.912Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-05-04T14:44:31.000Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-05-04T14:44:31.170Z Compiling num-derive v0.3.3
36802026-05-04T14:44:31.186Z Compiling tabled_derive v0.11.0
36812026-05-04T14:44:31.324Z Checking tokio-tungstenite v0.21.0
36822026-05-04T14:44:31.602Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-04T14:44:31.618Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-04T14:44:31.703Z Checking papergrid v0.17.0
36852026-05-04T14:44:31.982Z Checking testing_table v0.3.0
36862026-05-04T14:44:32.038Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-04T14:44:32.053Z Checking libscf-sys v1.1.0
36882026-05-04T14:44:32.184Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-04T14:44:32.302Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-04T14:44:32.326Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36912026-05-04T14:44:32.477Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36922026-05-04T14:44:32.582Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-04T14:44:32.692Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-04T14:44:32.708Z Compiling unicase v2.9.0
36952026-05-04T14:44:32.766Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36962026-05-04T14:44:32.782Z Checking corncobs v0.1.4
36972026-05-04T14:44:32.911Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-05-04T14:44:32.914Z Compiling mime_guess v2.0.5
36992026-05-04T14:44:32.961Z Checking tabled v0.20.0
37002026-05-04T14:44:33.009Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-05-04T14:44:33.095Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-05-04T14:44:33.174Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-05-04T14:44:33.212Z Checking progenitor-client v0.11.2
37042026-05-04T14:44:33.448Z Checking secrecy v0.8.0
37052026-05-04T14:44:33.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37062026-05-04T14:44:33.478Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-05-04T14:44:33.492Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37082026-05-04T14:44:33.532Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-05-04T14:44:33.688Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37102026-05-04T14:44:33.989Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-05-04T14:44:34.079Z Compiling typify-macro v0.4.3
37122026-05-04T14:44:34.168Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37132026-05-04T14:44:34.184Z Checking filetime v0.2.27
37142026-05-04T14:44:34.232Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37152026-05-04T14:44:34.318Z Checking crc8 v0.1.1
37162026-05-04T14:44:34.420Z Checking http-range v0.1.5
37172026-05-04T14:44:34.435Z Checking xattr v1.6.1
37182026-05-04T14:44:34.568Z Checking tar v0.4.45
37192026-05-04T14:44:34.813Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37202026-05-04T14:44:34.885Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37212026-05-04T14:44:35.019Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-05-04T14:44:35.085Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37232026-05-04T14:44:35.100Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37242026-05-04T14:44:35.143Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37252026-05-04T14:44:35.409Z Checking atty v0.2.14
37262026-05-04T14:44:35.514Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37272026-05-04T14:44:35.550Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-05-04T14:44:35.685Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37292026-05-04T14:44:35.797Z Compiling typify v0.4.3
37302026-05-04T14:44:35.915Z Compiling progenitor-impl v0.11.2
37312026-05-04T14:44:36.028Z Compiling progenitor-impl v0.10.0
37322026-05-04T14:44:36.363Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37332026-05-04T14:44:36.463Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-05-04T14:44:36.608Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-04T14:44:36.991Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-05-04T14:44:37.355Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37372026-05-04T14:44:37.444Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-05-04T14:44:37.497Z Checking hyper-staticfile v0.10.1
37392026-05-04T14:44:37.578Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37402026-05-04T14:44:37.780Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37412026-05-04T14:44:37.795Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37422026-05-04T14:44:37.836Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-05-04T14:44:38.109Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-05-04T14:44:38.146Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-05-04T14:44:38.382Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-04T14:44:38.437Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-04T14:44:38.525Z Compiling progenitor-macro v0.11.2
37482026-05-04T14:44:38.576Z Compiling progenitor-macro v0.10.0
37492026-05-04T14:44:41.368Z Checking progenitor v0.10.0
37502026-05-04T14:44:41.494Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-05-04T14:44:41.508Z Checking progenitor v0.11.2
37522026-05-04T14:44:41.618Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-04T14:44:46.226Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37542026-05-04T14:44:47.331Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-04T14:44:57.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.92s
37562026-05-04T14:44:57.831Z
37572026-05-04T14:44:57.831Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37582026-05-04T14:44:58.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-04T14:44:58.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-04T14:44:58.610Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-04T14:45:09.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37622026-05-04T14:45:09.208Z
37632026-05-04T14:45:09.208Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37642026-05-04T14:45:09.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-04T14:45:09.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-04T14:45:09.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-04T14:45:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37682026-05-04T14:45:20.590Z
37692026-05-04T14:45:20.590Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37702026-05-04T14:45:21.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-04T14:45:21.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-04T14:45:21.373Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-04T14:45:31.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37742026-05-04T14:45:32.088Z
37752026-05-04T14:45:32.088Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37762026-05-04T14:45:32.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-04T14:45:32.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-04T14:45:32.871Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-04T14:45:43.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37802026-05-04T14:45:43.458Z
37812026-05-04T14:45:43.458Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37822026-05-04T14:45:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-04T14:45:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-04T14:45:44.244Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-04T14:45:54.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37862026-05-04T14:45:54.881Z
37872026-05-04T14:45:54.881Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37882026-05-04T14:45:55.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-04T14:45:55.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-04T14:45:55.662Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-05-04T14:46:06.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37922026-05-04T14:46:06.236Z
37932026-05-04T14:46:06.236Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37942026-05-04T14:46:06.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-04T14:46:06.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-04T14:46:07.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-05-04T14:46:17.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37982026-05-04T14:46:17.583Z
37992026-05-04T14:46:17.583Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38002026-05-04T14:46:18.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-04T14:46:18.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-04T14:46:18.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-04T14:46:18.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-04T14:46:18.191Z
38052026-05-04T14:46:18.191Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38062026-05-04T14:46:18.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-04T14:46:18.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-04T14:46:18.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-04T14:46:18.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-04T14:46:18.798Z
38112026-05-04T14:46:18.798Zinfo: running `cargo check --bins` on range-requests (193/274)
38122026-05-04T14:46:19.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-04T14:46:19.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-04T14:46:19.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-04T14:46:19.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-05-04T14:46:19.391Z
38172026-05-04T14:46:19.391Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38182026-05-04T14:46:19.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-04T14:46:19.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-04T14:46:19.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-04T14:46:19.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-05-04T14:46:19.989Z
38232026-05-04T14:46:19.989Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38242026-05-04T14:46:20.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-04T14:46:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-04T14:46:20.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-04T14:46:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-04T14:46:20.607Z
38292026-05-04T14:46:20.607Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38302026-05-04T14:46:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-04T14:46:21.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-04T14:46:21.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-04T14:46:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-04T14:46:21.230Z
38352026-05-04T14:46:21.230Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38362026-05-04T14:46:21.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-04T14:46:21.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-04T14:46:21.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-04T14:46:21.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-04T14:46:21.849Z
38412026-05-04T14:46:21.849Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38422026-05-04T14:46:22.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-04T14:46:22.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-04T14:46:22.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-04T14:46:22.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-04T14:46:22.477Z
38472026-05-04T14:46:22.477Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38482026-05-04T14:46:23.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-04T14:46:23.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-04T14:46:23.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-04T14:46:23.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-04T14:46:23.107Z
38532026-05-04T14:46:23.107Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38542026-05-04T14:46:23.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-04T14:46:23.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-04T14:46:23.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-04T14:46:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-05-04T14:46:23.729Z
38592026-05-04T14:46:23.729Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38602026-05-04T14:46:24.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-04T14:46:24.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-04T14:46:24.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-04T14:46:24.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-04T14:46:24.351Z
38652026-05-04T14:46:24.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38662026-05-04T14:46:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-04T14:46:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-04T14:46:24.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-04T14:46:24.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-05-04T14:46:24.977Z
38712026-05-04T14:46:24.977Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38722026-05-04T14:46:25.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-04T14:46:25.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-04T14:46:25.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-04T14:46:25.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-05-04T14:46:25.598Z
38772026-05-04T14:46:25.598Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38782026-05-04T14:46:26.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-04T14:46:26.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-04T14:46:26.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-04T14:46:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38822026-05-04T14:46:26.248Z
38832026-05-04T14:46:26.249Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38842026-05-04T14:46:26.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-04T14:46:26.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-04T14:46:26.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-04T14:46:26.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-05-04T14:46:26.877Z
38892026-05-04T14:46:26.877Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38902026-05-04T14:46:27.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-04T14:46:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-04T14:46:27.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-04T14:46:27.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-05-04T14:46:27.517Z
38952026-05-04T14:46:27.517Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38962026-05-04T14:46:28.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-04T14:46:28.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-04T14:46:28.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-04T14:46:28.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39002026-05-04T14:46:28.167Z
39012026-05-04T14:46:28.167Zinfo: running `cargo check --bins` on update-common (208/274)
39022026-05-04T14:46:28.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-04T14:46:28.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-04T14:46:28.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-04T14:46:28.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-05-04T14:46:28.771Z
39072026-05-04T14:46:28.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39082026-05-04T14:46:29.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-04T14:46:29.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-04T14:46:29.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-04T14:46:29.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39122026-05-04T14:46:29.422Z
39132026-05-04T14:46:29.423Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39142026-05-04T14:46:29.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-04T14:46:29.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-04T14:46:29.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-04T14:46:29.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39182026-05-04T14:46:30.001Z
39192026-05-04T14:46:30.001Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39202026-05-04T14:46:30.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-04T14:46:30.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-04T14:46:30.765Z Compiling fs-err v2.11.0
39232026-05-04T14:46:30.768Z Checking ignore v0.4.25
39242026-05-04T14:46:30.769Z Checking arc-swap v1.8.2
39252026-05-04T14:46:30.769Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39262026-05-04T14:46:30.896Z Checking predicates-tree v1.0.13
39272026-05-04T14:46:30.921Z Checking parse-size v1.1.0
39282026-05-04T14:46:30.934Z Checking rand_seeder v0.4.0
39292026-05-04T14:46:30.938Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39302026-05-04T14:46:31.012Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-04T14:46:31.034Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-04T14:46:31.072Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39332026-05-04T14:46:31.093Z Checking slog-scope v4.4.1
39342026-05-04T14:46:31.208Z Compiling petname v2.0.2
39352026-05-04T14:46:31.225Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-04T14:46:31.241Z Checking slog-stdlog v4.1.1
39372026-05-04T14:46:31.297Z Checking globwalk v0.9.1
39382026-05-04T14:46:31.338Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39392026-05-04T14:46:31.360Z Checking slog-envlogger v2.2.0
39402026-05-04T14:46:31.469Z Checking camino-tempfile-ext v0.3.3
39412026-05-04T14:46:31.484Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39422026-05-04T14:46:31.511Z Checking sapling-renderdag v0.1.0
39432026-05-04T14:46:31.646Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39442026-05-04T14:46:31.665Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39452026-05-04T14:46:31.745Z Checking subprocess v0.2.15
39462026-05-04T14:46:31.826Z Checking sync-ptr v0.1.4
39472026-05-04T14:46:31.860Z Checking colored v2.2.0
39482026-05-04T14:46:31.916Z Checking assert_matches v1.5.0
39492026-05-04T14:46:32.012Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-05-04T14:46:32.027Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39512026-05-04T14:46:32.145Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-05-04T14:46:32.149Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39532026-05-04T14:46:32.730Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39542026-05-04T14:46:34.055Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39552026-05-04T14:46:36.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39562026-05-04T14:46:36.451Z
39572026-05-04T14:46:36.451Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39582026-05-04T14:46:36.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-04T14:46:36.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-04T14:46:36.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-05-04T14:46:36.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-05-04T14:46:37.031Z
39632026-05-04T14:46:37.031Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39642026-05-04T14:46:37.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-04T14:46:37.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-04T14:46:37.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-05-04T14:46:37.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39682026-05-04T14:46:37.636Z
39692026-05-04T14:46:37.636Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39702026-05-04T14:46:38.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-04T14:46:38.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-04T14:46:38.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-05-04T14:46:38.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39742026-05-04T14:46:38.284Z
39752026-05-04T14:46:38.284Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39762026-05-04T14:46:38.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-04T14:46:38.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-04T14:46:39.004Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39792026-05-04T14:46:39.004Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39802026-05-04T14:46:39.652Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39812026-05-04T14:46:41.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39822026-05-04T14:46:41.436Z
39832026-05-04T14:46:41.436Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39842026-05-04T14:46:41.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-04T14:46:41.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-04T14:46:41.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-05-04T14:46:41.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39882026-05-04T14:46:42.029Z
39892026-05-04T14:46:42.029Zinfo: running `cargo check --bins` on cert-dev (217/274)
39902026-05-04T14:46:42.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-05-04T14:46:42.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-05-04T14:46:42.625Z Checking yasna v0.5.2
39932026-05-04T14:46:43.026Z Checking rcgen v0.12.1
39942026-05-04T14:46:43.273Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39952026-05-04T14:46:43.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39962026-05-04T14:46:43.630Z
39972026-05-04T14:46:43.630Zinfo: running `cargo check --bins` on clickana (218/274)
39982026-05-04T14:46:44.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-04T14:46:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-04T14:46:44.270Z Compiling darling_core v0.23.0
40012026-05-04T14:46:44.274Z Compiling instability v0.3.11
40022026-05-04T14:46:44.274Z Checking castaway v0.2.4
40032026-05-04T14:46:44.378Z Compiling indoc v2.0.7
40042026-05-04T14:46:44.396Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40052026-05-04T14:46:44.403Z Checking unicode-truncate v1.1.0
40062026-05-04T14:46:44.414Z Checking lru v0.12.5
40072026-05-04T14:46:44.417Z Checking cassowary v0.3.0
40082026-05-04T14:46:44.470Z Checking compact_str v0.8.1
40092026-05-04T14:46:45.336Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40102026-05-04T14:46:45.522Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40112026-05-04T14:46:45.773Z Compiling darling_macro v0.23.0
40122026-05-04T14:46:46.182Z Compiling darling v0.23.0
40132026-05-04T14:46:46.782Z Checking ratatui v0.29.0
40142026-05-04T14:46:47.850Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40152026-05-04T14:46:48.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40162026-05-04T14:46:48.701Z
40172026-05-04T14:46:48.701Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40182026-05-04T14:46:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-04T14:46:49.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-04T14:46:49.428Z Checking headers-core v0.3.0
40212026-05-04T14:46:49.428Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40222026-05-04T14:46:49.624Z Checking headers v0.4.1
40232026-05-04T14:46:49.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40242026-05-04T14:46:50.830Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40252026-05-04T14:46:51.319Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40262026-05-04T14:46:51.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40272026-05-04T14:46:51.935Z
40282026-05-04T14:46:51.936Zinfo: running `cargo check --bins` on ch-dev (220/274)
40292026-05-04T14:46:52.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-04T14:46:52.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-04T14:46:52.644Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40322026-05-04T14:46:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40332026-05-04T14:46:53.583Z
40342026-05-04T14:46:53.583Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40352026-05-04T14:46:53.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-04T14:46:53.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-04T14:46:53.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-04T14:46:53.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40392026-05-04T14:46:54.048Z
40402026-05-04T14:46:54.049Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40412026-05-04T14:46:54.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-04T14:46:54.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-04T14:46:54.756Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40442026-05-04T14:46:55.737Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40452026-05-04T14:46:56.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40462026-05-04T14:46:56.278Z
40472026-05-04T14:46:56.278Zinfo: running `cargo check --bins` on db-dev (223/274)
40482026-05-04T14:46:56.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-04T14:46:56.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-04T14:46:56.993Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40512026-05-04T14:46:57.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40522026-05-04T14:46:57.959Z
40532026-05-04T14:46:57.959Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40542026-05-04T14:46:58.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-04T14:46:58.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-04T14:46:58.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-04T14:46:58.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40582026-05-04T14:46:58.597Z
40592026-05-04T14:46:58.597Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40602026-05-04T14:46:59.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-04T14:46:59.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-04T14:46:59.203Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40632026-05-04T14:46:59.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40642026-05-04T14:47:00.042Z
40652026-05-04T14:47:00.042Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40662026-05-04T14:47:00.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-04T14:47:00.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-04T14:47:00.876Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-04T14:47:00.876Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-04T14:47:00.876Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40712026-05-04T14:47:00.880Z Checking git-stub v1.0.0
40722026-05-04T14:47:00.880Z Compiling trait-variant v0.1.2
40732026-05-04T14:47:00.880Z Checking maplit v1.0.2
40742026-05-04T14:47:00.880Z Checking is_ci v1.2.0
40752026-05-04T14:47:00.880Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40762026-05-04T14:47:00.970Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40772026-05-04T14:47:00.994Z Checking supports-color v3.0.2
40782026-05-04T14:47:01.029Z Checking git-stub-vcs v0.1.0
40792026-05-04T14:47:01.116Z Checking drift v0.1.3
40802026-05-04T14:47:01.136Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40812026-05-04T14:47:01.198Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40822026-05-04T14:47:01.218Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40832026-05-04T14:47:01.331Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-04T14:47:01.399Z Checking dropshot-api-manager v0.7.1
40852026-05-04T14:47:01.419Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40862026-05-04T14:47:01.474Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40872026-05-04T14:47:01.685Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40882026-05-04T14:47:01.700Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40892026-05-04T14:47:01.862Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40902026-05-04T14:47:02.143Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40912026-05-04T14:47:07.075Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40922026-05-04T14:47:08.153Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40932026-05-04T14:47:08.713Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40942026-05-04T14:47:09.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40952026-05-04T14:47:09.349Z
40962026-05-04T14:47:09.349Zinfo: running `cargo check --bins` on installinator-api (227/274)
40972026-05-04T14:47:09.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-04T14:47:09.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-04T14:47:09.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-04T14:47:09.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41012026-05-04T14:47:09.941Z
41022026-05-04T14:47:09.941Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41032026-05-04T14:47:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-04T14:47:10.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-04T14:47:10.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-04T14:47:10.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41072026-05-04T14:47:10.571Z
41082026-05-04T14:47:10.571Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41092026-05-04T14:47:11.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-04T14:47:11.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-04T14:47:11.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-04T14:47:11.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41132026-05-04T14:47:11.207Z
41142026-05-04T14:47:11.207Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41152026-05-04T14:47:11.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-04T14:47:11.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-04T14:47:11.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-04T14:47:11.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41192026-05-04T14:47:11.841Z
41202026-05-04T14:47:11.841Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41212026-05-04T14:47:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-04T14:47:12.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-04T14:47:12.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-04T14:47:12.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41252026-05-04T14:47:12.438Z
41262026-05-04T14:47:12.438Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41272026-05-04T14:47:12.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-04T14:47:12.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-04T14:47:12.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-04T14:47:12.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41312026-05-04T14:47:13.024Z
41322026-05-04T14:47:13.024Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41332026-05-04T14:47:13.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-04T14:47:13.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-04T14:47:13.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-04T14:47:13.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41372026-05-04T14:47:13.638Z
41382026-05-04T14:47:13.638Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41392026-05-04T14:47:14.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-04T14:47:14.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-04T14:47:14.240Z Checking typeid v1.0.3
41422026-05-04T14:47:14.351Z Checking ordered-float v2.10.1
41432026-05-04T14:47:14.370Z Checking unicode-xid v0.2.6
41442026-05-04T14:47:14.383Z Checking cargo-platform v0.2.0
41452026-05-04T14:47:14.392Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41462026-05-04T14:47:14.419Z Checking erased-serde v0.4.9
41472026-05-04T14:47:14.552Z Checking serde-value v0.7.0
41482026-05-04T14:47:14.727Z Checking serde-untagged v0.1.9
41492026-05-04T14:47:14.882Z Checking cargo-util-schemas v0.8.2
41502026-05-04T14:47:15.564Z Checking cargo_metadata v0.21.0
41512026-05-04T14:47:16.160Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41522026-05-04T14:47:16.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41532026-05-04T14:47:17.012Z
41542026-05-04T14:47:17.012Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41552026-05-04T14:47:17.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-04T14:47:17.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-04T14:47:17.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41582026-05-04T14:47:18.371Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41592026-05-04T14:47:18.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41602026-05-04T14:47:19.084Z
41612026-05-04T14:47:19.084Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41622026-05-04T14:47:19.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-05-04T14:47:19.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-05-04T14:47:19.938Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41652026-05-04T14:47:19.938Z Compiling vergen-gitcl v1.0.8
41662026-05-04T14:47:19.938Z Compiling dirs-sys-next v0.1.2
41672026-05-04T14:47:19.938Z Compiling diesel_derives v2.3.7
41682026-05-04T14:47:19.938Z Compiling glob v0.3.3
41692026-05-04T14:47:19.941Z Compiling crunchy v0.2.4
41702026-05-04T14:47:19.941Z Compiling dsl_auto_type v0.2.0
41712026-05-04T14:47:19.941Z Checking scheduled-thread-pool v0.2.7
41722026-05-04T14:47:20.226Z Compiling diesel_table_macro_syntax v0.3.0
41732026-05-04T14:47:20.260Z Compiling tiny-keccak v2.0.2
41742026-05-04T14:47:20.296Z Compiling dirs-next v2.0.0
41752026-05-04T14:47:20.393Z Compiling term v0.7.0
41762026-05-04T14:47:20.426Z Checking r2d2 v0.8.10
41772026-05-04T14:47:20.440Z Checking downcast-rs v2.0.2
41782026-05-04T14:47:20.452Z Compiling clang-sys v1.8.1
41792026-05-04T14:47:20.486Z Compiling bit-vec v0.6.3
41802026-05-04T14:47:20.601Z Compiling itertools v0.10.5
41812026-05-04T14:47:20.698Z Compiling ascii-canvas v3.0.0
41822026-05-04T14:47:20.820Z Compiling bit-set v0.5.3
41832026-05-04T14:47:20.934Z Compiling ena v0.14.4
41842026-05-04T14:47:20.937Z Compiling libloading v0.8.9
41852026-05-04T14:47:20.962Z Compiling regex-syntax v0.6.29
41862026-05-04T14:47:20.976Z Compiling diff v0.1.13
41872026-05-04T14:47:20.979Z Compiling bindgen v0.71.1
41882026-05-04T14:47:21.156Z Compiling cexpr v0.6.0
41892026-05-04T14:47:21.239Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41902026-05-04T14:47:21.426Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41912026-05-04T14:47:21.464Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41922026-05-04T14:47:21.581Z Compiling libxml v0.3.3
41932026-05-04T14:47:21.637Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41942026-05-04T14:47:21.823Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41952026-05-04T14:47:21.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41962026-05-04T14:47:21.951Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41972026-05-04T14:47:22.031Z Compiling strum_macros v0.24.3
41982026-05-04T14:47:22.051Z Compiling indoc v1.0.9
41992026-05-04T14:47:22.489Z Compiling lalrpop v0.19.12
42002026-05-04T14:47:23.030Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42012026-05-04T14:47:23.083Z Checking derive_builder v0.20.2
42022026-05-04T14:47:23.202Z Compiling oso-derive v0.27.3
42032026-05-04T14:47:23.220Z Checking quick-xml v0.37.5
42042026-05-04T14:47:23.372Z Compiling impl-trait-for-tuples v0.2.3
42052026-05-04T14:47:23.700Z Checking openssl-probe v0.1.6
42062026-05-04T14:47:23.859Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42072026-05-04T14:47:24.117Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42082026-05-04T14:47:24.310Z Checking bb8 v0.8.6
42092026-05-04T14:47:24.605Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42102026-05-04T14:47:24.626Z Checking nonempty v0.12.0
42112026-05-04T14:47:24.812Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42122026-05-04T14:47:24.828Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42132026-05-04T14:47:24.844Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42142026-05-04T14:47:24.963Z Checking console v0.16.2
42152026-05-04T14:47:25.032Z Checking unit-prefix v0.5.2
42162026-05-04T14:47:25.046Z Checking support-bundle-viewer v0.1.2
42172026-05-04T14:47:25.165Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42182026-05-04T14:47:25.265Z Checking indicatif v0.18.4
42192026-05-04T14:47:25.288Z Checking multimap v0.10.1
42202026-05-04T14:47:25.923Z Checking diesel v2.3.7
42212026-05-04T14:47:27.748Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42222026-05-04T14:47:28.269Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42232026-05-04T14:47:28.548Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42242026-05-04T14:47:29.420Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42252026-05-04T14:47:30.064Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42262026-05-04T14:47:30.158Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-05-04T14:47:30.485Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42282026-05-04T14:47:30.700Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42292026-05-04T14:47:32.738Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42302026-05-04T14:47:37.704Z Compiling samael v0.0.19
42312026-05-04T14:47:41.491Z Checking async-bb8-diesel v0.2.1
42322026-05-04T14:47:41.837Z Checking diesel-dtrace v0.5.0
42332026-05-04T14:47:42.589Z Compiling polar-core v0.27.3
42342026-05-04T14:47:47.022Z Checking oso v0.27.3
42352026-05-04T14:48:23.513Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42362026-05-04T14:48:56.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42372026-05-04T14:48:56.761Z
42382026-05-04T14:48:56.762Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42392026-05-04T14:48:57.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-05-04T14:48:57.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-05-04T14:48:57.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-05-04T14:48:57.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42432026-05-04T14:48:57.423Z
42442026-05-04T14:48:57.423Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42452026-05-04T14:48:57.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-04T14:48:57.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-04T14:48:57.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-05-04T14:48:57.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42492026-05-04T14:48:58.074Z
42502026-05-04T14:48:58.074Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42512026-05-04T14:48:58.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-04T14:48:58.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-04T14:48:58.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-05-04T14:48:58.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42552026-05-04T14:48:58.658Z
42562026-05-04T14:48:58.658Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42572026-05-04T14:48:59.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-04T14:48:59.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-04T14:48:59.518Z Compiling libz-sys v1.1.24
42602026-05-04T14:48:59.652Z Compiling libgit2-sys v0.18.3+1.9.2
42612026-05-04T14:48:59.663Z Compiling vergen-git2 v1.0.7
42622026-05-04T14:48:59.673Z Compiling rustls v0.21.12
42632026-05-04T14:48:59.697Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42642026-05-04T14:48:59.700Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-05-04T14:48:59.700Z Checking rustls-webpki v0.101.7
42662026-05-04T14:48:59.700Z Checking sct v0.7.1
42672026-05-04T14:48:59.852Z Compiling nix v0.29.0
42682026-05-04T14:48:59.866Z Compiling dropshot v0.16.7
42692026-05-04T14:48:59.911Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42702026-05-04T14:48:59.958Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42712026-05-04T14:49:00.034Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-05-04T14:49:00.110Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42732026-05-04T14:49:00.137Z Checking toml v0.9.12+spec-1.1.0
42742026-05-04T14:49:00.190Z Compiling dropshot_endpoint v0.16.7
42752026-05-04T14:49:00.326Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-05-04T14:49:00.476Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42772026-05-04T14:49:00.683Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42782026-05-04T14:49:00.761Z Checking rustls-pemfile v1.0.4
42792026-05-04T14:49:00.851Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42802026-05-04T14:49:01.072Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-05-04T14:49:01.140Z Checking twox-hash v2.1.2
42822026-05-04T14:49:01.282Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42832026-05-04T14:49:01.369Z Checking tokio-rustls v0.24.1
42842026-05-04T14:49:01.902Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42852026-05-04T14:49:02.020Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42862026-05-04T14:49:02.037Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42872026-05-04T14:49:02.579Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42882026-05-04T14:49:02.579Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42892026-05-04T14:49:02.638Z Checking fatfs v0.3.6
42902026-05-04T14:49:02.735Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42912026-05-04T14:49:02.886Z Compiling seq-macro v0.3.6
42922026-05-04T14:49:06.559Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-04T14:49:06.687Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-04T14:49:06.811Z Compiling git2 v0.20.4
42952026-05-04T14:49:09.047Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42962026-05-04T14:49:55.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.37s
42972026-05-04T14:49:55.258Z
42982026-05-04T14:49:55.258Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42992026-05-04T14:49:55.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-04T14:49:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-04T14:49:56.146Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43022026-05-04T14:50:34.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.10s
43032026-05-04T14:50:34.573Z
43042026-05-04T14:50:34.573Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43052026-05-04T14:50:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-04T14:50:35.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-04T14:50:35.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-04T14:50:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-05-04T14:50:35.162Z
43102026-05-04T14:50:35.162Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43112026-05-04T14:50:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-04T14:50:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-04T14:50:35.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-04T14:50:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-05-04T14:50:35.799Z
43162026-05-04T14:50:35.800Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43172026-05-04T14:50:36.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-04T14:50:36.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-04T14:50:36.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-04T14:50:36.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-05-04T14:50:36.454Z
43222026-05-04T14:50:36.454Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43232026-05-04T14:50:37.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-04T14:50:37.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-04T14:50:37.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-04T14:50:37.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-04T14:50:37.125Z
43282026-05-04T14:50:37.125Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43292026-05-04T14:50:37.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-04T14:50:37.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-04T14:50:37.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-04T14:50:37.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43332026-05-04T14:50:37.777Z
43342026-05-04T14:50:37.777Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43352026-05-04T14:50:38.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-04T14:50:38.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-04T14:50:38.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-04T14:50:38.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43392026-05-04T14:50:38.439Z
43402026-05-04T14:50:38.439Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43412026-05-04T14:50:38.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-04T14:50:38.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-04T14:50:38.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-04T14:50:39.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43452026-05-04T14:50:39.098Z
43462026-05-04T14:50:39.098Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43472026-05-04T14:50:39.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-04T14:50:39.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-04T14:50:39.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-05-04T14:50:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43512026-05-04T14:50:39.756Z
43522026-05-04T14:50:39.756Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43532026-05-04T14:50:40.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-04T14:50:40.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-04T14:50:40.656Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-05-04T14:50:40.656Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-04T14:50:40.840Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43582026-05-04T14:50:40.869Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43592026-05-04T14:50:40.888Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43602026-05-04T14:50:40.904Z Checking diff v0.1.13
43612026-05-04T14:50:40.907Z Checking yansi v1.0.1
43622026-05-04T14:50:40.907Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43632026-05-04T14:50:40.977Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43642026-05-04T14:50:41.150Z Checking pretty_assertions v1.4.1
43652026-05-04T14:50:41.799Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-05-04T14:50:42.136Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43672026-05-04T14:51:05.483Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43682026-05-04T14:51:05.486Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43692026-05-04T14:51:05.486Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-05-04T14:51:05.486Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43712026-05-04T14:51:05.486Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43722026-05-04T14:51:05.486Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43732026-05-04T14:51:06.312Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-05-04T14:51:07.401Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43752026-05-04T14:51:45.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43762026-05-04T14:51:45.737Z
43772026-05-04T14:51:45.737Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43782026-05-04T14:51:46.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-04T14:51:46.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-04T14:51:46.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-05-04T14:51:46.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43822026-05-04T14:51:46.330Z
43832026-05-04T14:51:46.330Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43842026-05-04T14:51:46.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-04T14:51:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-04T14:51:47.113Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43872026-05-04T14:51:47.236Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43882026-05-04T14:51:47.243Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43892026-05-04T14:52:12.759Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43902026-05-04T14:52:13.143Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43912026-05-04T14:52:14.835Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43922026-05-04T14:52:15.285Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43932026-05-04T14:52:18.210Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43942026-05-04T14:52:40.560Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43952026-05-04T14:52:41.261Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43962026-05-04T14:52:42.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.54s
43972026-05-04T14:52:43.100Z
43982026-05-04T14:52:43.101Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43992026-05-04T14:52:43.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-04T14:52:43.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-04T14:52:43.828Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44022026-05-04T14:52:44.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44032026-05-04T14:52:44.717Z
44042026-05-04T14:52:44.717Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44052026-05-04T14:52:45.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-04T14:52:45.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-04T14:52:45.377Z Compiling blake3 v1.8.3
44082026-05-04T14:52:45.485Z Checking arrayvec v0.7.6
44092026-05-04T14:52:45.485Z Checking constant_time_eq v0.4.2
44102026-05-04T14:52:45.488Z Checking arrayref v0.3.9
44112026-05-04T14:52:45.507Z Checking topological-sort v0.2.2
44122026-05-04T14:52:45.510Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44132026-05-04T14:52:45.510Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44142026-05-04T14:52:45.510Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44152026-05-04T14:52:45.559Z Checking shell-words v1.1.1
44162026-05-04T14:52:46.264Z Checking omicron-zone-package v0.12.2
44172026-05-04T14:52:46.976Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44182026-05-04T14:52:47.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44192026-05-04T14:52:47.979Z
44202026-05-04T14:52:47.979Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44212026-05-04T14:52:48.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-05-04T14:52:48.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-05-04T14:52:48.631Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44242026-05-04T14:52:48.950Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44252026-05-04T14:52:49.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44262026-05-04T14:52:49.525Z
44272026-05-04T14:52:49.525Zinfo: running `cargo check --bins` on schema (256/274)
44282026-05-04T14:52:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-05-04T14:52:50.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-05-04T14:52:50.263Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44312026-05-04T14:52:50.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44322026-05-04T14:52:51.162Z
44332026-05-04T14:52:51.162Zinfo: running `cargo check --bins` on xtask (257/274)
44342026-05-04T14:52:51.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-05-04T14:52:51.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-05-04T14:52:51.624Z Checking libc v0.2.185
44372026-05-04T14:52:51.636Z Checking serde v1.0.228
44382026-05-04T14:52:51.708Z Checking zerofrom v0.1.6
44392026-05-04T14:52:51.708Z Checking bitflags v2.11.0
44402026-05-04T14:52:51.721Z Checking smallvec v1.15.1
44412026-05-04T14:52:51.737Z Checking indexmap v2.14.0
44422026-05-04T14:52:51.740Z Checking serde_json v1.0.149
44432026-05-04T14:52:51.749Z Checking num-traits v0.2.19
44442026-05-04T14:52:51.812Z Checking yoke v0.8.1
44452026-05-04T14:52:51.862Z Checking scroll v0.12.0
44462026-05-04T14:52:51.907Z Checking thiserror v1.0.69
44472026-05-04T14:52:51.980Z Checking zerovec v0.11.5
44482026-05-04T14:52:51.997Z Checking zerotrie v0.2.3
44492026-05-04T14:52:52.011Z Checking errno v0.3.14
44502026-05-04T14:52:52.093Z Checking percent-encoding v2.3.2
44512026-05-04T14:52:52.098Z Checking toml_datetime v0.6.11
44522026-05-04T14:52:52.123Z Checking rustix v1.1.3
44532026-05-04T14:52:52.229Z Checking serde_spanned v0.6.9
44542026-05-04T14:52:52.240Z Checking log v0.4.29
44552026-05-04T14:52:52.261Z Checking zerocopy v0.7.35
44562026-05-04T14:52:52.282Z Checking ordered-float v2.10.1
44572026-05-04T14:52:52.288Z Checking form_urlencoded v1.2.2
44582026-05-04T14:52:52.348Z Checking toml_edit v0.22.27
44592026-05-04T14:52:52.355Z Checking getrandom v0.4.1
44602026-05-04T14:52:52.380Z Checking goblin v0.8.2
44612026-05-04T14:52:52.401Z Checking tinystr v0.8.2
44622026-05-04T14:52:52.412Z Checking potential_utf v0.1.4
44632026-05-04T14:52:52.488Z Checking serde-value v0.7.0
44642026-05-04T14:52:52.488Z Checking thiserror v2.0.18
44652026-05-04T14:52:52.543Z Checking icu_collections v2.1.1
44662026-05-04T14:52:52.580Z Checking icu_locale_core v2.1.1
44672026-05-04T14:52:52.613Z Checking syn v2.0.117
44682026-05-04T14:52:52.706Z Checking dtrace-parser v0.2.0
44692026-05-04T14:52:52.737Z Checking thread-id v4.2.2
44702026-05-04T14:52:52.813Z Checking once_cell v1.21.3
44712026-05-04T14:52:52.852Z Checking cargo-platform v0.2.0
44722026-05-04T14:52:52.922Z Checking terminal_size v0.4.3
44732026-05-04T14:52:52.938Z Checking memmap v0.7.0
44742026-05-04T14:52:52.987Z Checking tempfile v3.25.0
44752026-05-04T14:52:53.022Z Checking fs-err v3.3.0
44762026-05-04T14:52:53.032Z Checking clap_builder v4.5.60
44772026-05-04T14:52:53.066Z Checking textwrap v0.16.2
44782026-05-04T14:52:53.125Z Checking icu_provider v2.1.1
44792026-05-04T14:52:53.173Z Checking camino-tempfile v1.4.1
44802026-05-04T14:52:53.197Z Checking anyhow v1.0.102
44812026-05-04T14:52:53.279Z Checking tabled v0.15.0
44822026-05-04T14:52:53.331Z Checking macaddr v1.0.1
44832026-05-04T14:52:53.361Z Checking icu_normalizer v2.1.1
44842026-05-04T14:52:53.395Z Checking icu_properties v2.1.2
44852026-05-04T14:52:53.441Z Checking toml v0.8.23
44862026-05-04T14:52:53.507Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44872026-05-04T14:52:53.745Z Checking cargo_toml v0.21.0
44882026-05-04T14:52:54.190Z Checking idna_adapter v1.2.1
44892026-05-04T14:52:54.230Z Checking dof v0.3.0
44902026-05-04T14:52:54.241Z Checking clap v4.5.60
44912026-05-04T14:52:54.305Z Checking idna v1.1.0
44922026-05-04T14:52:54.491Z Checking usdt-impl v0.5.0
44932026-05-04T14:52:54.529Z Checking url v2.5.8
44942026-05-04T14:52:54.738Z Checking usdt v0.5.0
44952026-05-04T14:52:54.869Z Checking cargo-util-schemas v0.8.2
44962026-05-04T14:52:55.556Z Checking cargo_metadata v0.21.0
44972026-05-04T14:52:56.156Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44982026-05-04T14:52:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44992026-05-04T14:52:56.691Z
45002026-05-04T14:52:56.691Zinfo: running `cargo check --bins` on dnsadm (258/274)
45012026-05-04T14:52:57.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-04T14:52:57.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-04T14:52:57.335Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45042026-05-04T14:52:57.820Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45052026-05-04T14:52:58.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45062026-05-04T14:52:58.391Z
45072026-05-04T14:52:58.391Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45082026-05-04T14:52:58.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-04T14:52:58.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-04T14:52:59.191Z Checking polyval v0.6.2
45112026-05-04T14:52:59.316Z Checking ctr v0.9.2
45122026-05-04T14:52:59.327Z Checking ssh-encoding v0.2.0
45132026-05-04T14:52:59.327Z Checking blowfish v0.9.1
45142026-05-04T14:52:59.349Z Checking password-hash v0.4.2
45152026-05-04T14:52:59.363Z Checking p256 v0.13.2
45162026-05-04T14:52:59.363Z Checking p521 v0.13.3
45172026-05-04T14:52:59.390Z Checking russh-cryptovec v0.7.3
45182026-05-04T14:52:59.456Z Checking ghash v0.5.1
45192026-05-04T14:52:59.469Z Checking md5 v0.7.0
45202026-05-04T14:52:59.482Z Checking bcrypt-pbkdf v0.10.0
45212026-05-04T14:52:59.500Z Checking num-bigint v0.4.6
45222026-05-04T14:52:59.514Z Checking des v0.8.1
45232026-05-04T14:52:59.560Z Checking pbkdf2 v0.11.0
45242026-05-04T14:52:59.573Z Checking aes-gcm v0.10.3
45252026-05-04T14:52:59.622Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-05-04T14:52:59.650Z Checking hex-literal v0.4.1
45272026-05-04T14:52:59.667Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45282026-05-04T14:52:59.670Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45292026-05-04T14:52:59.722Z Checking socket2 v0.5.10
45302026-05-04T14:52:59.725Z Checking ssh-cipher v0.2.0
45312026-05-04T14:52:59.751Z Checking internet-checksum v0.2.1
45322026-05-04T14:52:59.903Z Checking ssh-key v0.6.7
45332026-05-04T14:53:00.026Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45342026-05-04T14:53:00.530Z Checking russh-keys v0.45.0
45352026-05-04T14:53:01.094Z Checking russh v0.45.0
45362026-05-04T14:53:15.773Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45372026-05-04T14:53:16.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.59s
45382026-05-04T14:53:17.199Z
45392026-05-04T14:53:17.199Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45402026-05-04T14:53:17.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-04T14:53:17.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-04T14:53:17.846Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45432026-05-04T14:53:17.955Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45442026-05-04T14:53:17.961Z Checking termios v0.3.3
45452026-05-04T14:53:19.158Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45462026-05-04T14:53:19.306Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45472026-05-04T14:53:21.091Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45482026-05-04T14:53:21.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45492026-05-04T14:53:21.835Z
45502026-05-04T14:53:21.835Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45512026-05-04T14:53:22.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-04T14:53:22.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-04T14:53:22.549Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45542026-05-04T14:53:22.663Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45552026-05-04T14:53:22.673Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45562026-05-04T14:53:22.673Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45572026-05-04T14:53:22.688Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45582026-05-04T14:53:22.691Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45592026-05-04T14:53:23.412Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45602026-05-04T14:53:23.741Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612026-05-04T14:53:23.741Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45622026-05-04T14:53:24.373Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45632026-05-04T14:53:25.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45642026-05-04T14:53:26.198Z
45652026-05-04T14:53:26.199Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45662026-05-04T14:53:26.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-04T14:53:26.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-04T14:53:26.840Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45692026-05-04T14:53:27.288Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45702026-05-04T14:53:27.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45712026-05-04T14:53:27.792Z
45722026-05-04T14:53:27.792Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45732026-05-04T14:53:28.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-04T14:53:28.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-04T14:53:28.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-05-04T14:53:28.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45772026-05-04T14:53:28.382Z
45782026-05-04T14:53:28.382Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45792026-05-04T14:53:28.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-04T14:53:28.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-04T14:53:28.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-05-04T14:53:28.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45832026-05-04T14:53:28.973Z
45842026-05-04T14:53:28.973Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45852026-05-04T14:53:29.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-04T14:53:29.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-04T14:53:29.721Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45882026-05-04T14:53:30.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45892026-05-04T14:53:30.520Z
45902026-05-04T14:53:30.520Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45912026-05-04T14:53:31.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-04T14:53:31.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-04T14:53:31.171Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45942026-05-04T14:53:31.175Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45952026-05-04T14:53:31.422Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45962026-05-04T14:53:31.422Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-04T14:53:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45982026-05-04T14:53:32.394Z
45992026-05-04T14:53:32.394Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46002026-05-04T14:53:32.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-04T14:53:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-04T14:53:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-05-04T14:53:32.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46042026-05-04T14:53:32.984Z
46052026-05-04T14:53:32.984Zinfo: running `cargo check --bins` on omicron-package (268/274)
46062026-05-04T14:53:33.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-04T14:53:33.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-04T14:53:33.656Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46092026-05-04T14:53:34.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46102026-05-04T14:53:34.917Z
46112026-05-04T14:53:34.917Zinfo: running `cargo check --bins` on tqdb (269/274)
46122026-05-04T14:53:35.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-04T14:53:35.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-04T14:53:35.700Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46152026-05-04T14:53:36.051Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46162026-05-04T14:53:36.558Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46172026-05-04T14:53:36.558Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46182026-05-04T14:53:42.253Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46192026-05-04T14:53:42.253Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46202026-05-04T14:53:42.825Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46212026-05-04T14:53:42.828Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46222026-05-04T14:53:42.828Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46232026-05-04T14:53:42.828Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46242026-05-04T14:53:43.611Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46252026-05-04T14:53:44.561Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-05-04T14:53:45.288Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46272026-05-04T14:53:45.902Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46282026-05-04T14:53:49.876Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46292026-05-04T14:53:56.168Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46302026-05-04T14:53:56.181Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46312026-05-04T14:53:56.181Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46322026-05-04T14:53:56.181Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46332026-05-04T14:53:57.623Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46342026-05-04T14:53:58.932Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46352026-05-04T14:53:59.602Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46362026-05-04T14:54:04.661Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46372026-05-04T14:54:04.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.46s
46382026-05-04T14:54:04.710Z
46392026-05-04T14:54:04.710Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46402026-05-04T14:54:04.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-05-04T14:54:04.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-05-04T14:54:04.710Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46432026-05-04T14:54:04.710Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46442026-05-04T14:54:04.710Z Checking rtoolbox v0.0.3
46452026-05-04T14:54:04.710Z Checking tui-tree-widget v0.23.1
46462026-05-04T14:54:04.710Z Checking rpassword v7.4.0
46472026-05-04T14:54:04.710Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46482026-05-04T14:54:06.512Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46492026-05-04T14:54:08.361Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46502026-05-04T14:54:09.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
46512026-05-04T14:54:09.455Z
46522026-05-04T14:54:09.455Zinfo: running `cargo check --bins` on wicket (271/274)
46532026-05-04T14:54:09.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-04T14:54:09.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-04T14:54:10.149Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46562026-05-04T14:54:10.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46572026-05-04T14:54:10.699Z
46582026-05-04T14:54:10.699Zinfo: running `cargo check --bins` on wicketd (272/274)
46592026-05-04T14:54:11.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-04T14:54:11.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-04T14:54:11.421Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46622026-05-04T14:54:11.424Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46632026-05-04T14:54:11.424Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46642026-05-04T14:54:11.424Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46652026-05-04T14:54:12.411Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46662026-05-04T14:54:12.986Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46672026-05-04T14:54:15.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46682026-05-04T14:54:16.105Z
46692026-05-04T14:54:16.105Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46702026-05-04T14:54:16.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-05-04T14:54:16.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-05-04T14:54:16.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-05-04T14:54:16.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46742026-05-04T14:54:16.684Z
46752026-05-04T14:54:16.684Zinfo: running `cargo check --bins` on zone-setup (274/274)
46762026-05-04T14:54:17.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-04T14:54:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-04T14:54:17.350Z Checking uzers v0.12.2
46792026-05-04T14:54:17.622Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46802026-05-04T14:54:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46812026-05-04T14:54:18.586Z
46822026-05-04T14:54:18.590Zreal 14:01.056079824
46832026-05-04T14:54:18.590Zuser 20:24.395080782
46842026-05-04T14:54:18.590Zsys 4:16.253954925
46852026-05-04T14:54:18.590Ztrap 0.324739580
46862026-05-04T14:54:18.590Ztflt 0.363749719
46872026-05-04T14:54:18.590Zdflt 0.883624918
46882026-05-04T14:54:18.590Zkflt 0.001712026
46892026-05-04T14:54:18.590Zlock 1:15:27.770922030
46902026-05-04T14:54:18.590Zslp 1:37:42.121324346
46912026-05-04T14:54:18.590Zlat 57.349071961
46922026-05-04T14:54:18.590Zstop 3:28.304793949
46932026-05-04T14:54:18.590Zprocess exited: duration 1019348 ms, exit code 0
 
46942026-05-04T14:54:18.596Zfound 0 output files