01KP48VJJYQ2K5NYPZ4KNANY8S: 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: 01KP48VX94FQ3767N64GZBMWB6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T20:35:43.327Zjob assigned to worker 01KP48W02QKXQ0ZQV0R1RK1Q7T [factory aws, i-030dc83adfdc728e8] (queued for 45 s)
 
22026-04-13T20:35:50.170Zstarting task 0: "setup"
32026-04-13T20:35:50.174Z++ uname -s
42026-04-13T20:35:50.177Z+ kern=SunOS
52026-04-13T20:35:50.178Z+ build_user=build
62026-04-13T20:35:50.178Z+ build_uid=12345
72026-04-13T20:35:50.178Z+ work_dir=/work
82026-04-13T20:35:50.178Z+ input_dir=/input
92026-04-13T20:35:50.178Z+ [[ 0 == 12345 ]]
102026-04-13T20:35:50.178Z+ case "$kern" in
112026-04-13T20:35:50.178Z+ groupadd -g 12345 build
122026-04-13T20:35:50.181Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T20:35:52.185Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T20:35:52.290Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T20:35:52.293Z+ home_fs=zfs
162026-04-13T20:35:52.293Z+ [[ zfs == autofs ]]
172026-04-13T20:35:52.293Z+ mkdir -p /home/build
182026-04-13T20:35:52.293Z+ chown build:build /home/build /work
192026-04-13T20:35:54.294Z+ chmod 0700 /home/build /work
202026-04-13T20:35:54.298Zprocess exited: duration 4128 ms, exit code 0
 
212026-04-13T20:35:54.304Zstarting task 1: "rust-toolchain"
222026-04-13T20:35:54.308Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-13T20:35:54.308Z * rust toolchain channel = "1.94.0"
242026-04-13T20:35:54.308Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-13T20:35:54.308Z * rust toolchain profile = "default"
262026-04-13T20:35:54.308Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T20:35:54.308Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T20:35:54.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T20:35:54.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-13T20:35:54.431Zinfo: downloading installer
312026-04-13T20:35:55.755Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T20:35:55.756Zwarn: /opt/ooce/bin
332026-04-13T20:35:55.756Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T20:35:55.759Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T20:35:55.759Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T20:35:55.759Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T20:35:55.759Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T20:35:55.759Zerror: cannot install while Rust is installed
392026-04-13T20:35:55.759Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T20:35:55.759Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T20:35:55.759Zwarn: /home/build/.rustup/settings.toml
422026-04-13T20:35:55.759Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T20:35:55.759Zwarn: instead of the one inferred from the default host triple.
442026-04-13T20:35:55.769Zinfo: profile set to default
452026-04-13T20:35:55.769Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T20:35:55.772Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-13T20:35:55.899Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-13T20:35:55.902Zinfo: downloading 6 components
492026-04-13T20:36:09.930Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-13T20:36:09.930Z
512026-04-13T20:36:09.958Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-13T20:36:09.958Z
532026-04-13T20:36:09.958Z
542026-04-13T20:36:09.958ZRust is installed now. Great!
552026-04-13T20:36:09.958Z
562026-04-13T20:36:09.961ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T20:36:09.961Zenvironment variable. This has not been done automatically.
582026-04-13T20:36:09.961Z
592026-04-13T20:36:09.961ZTo configure your current shell, you need to source
602026-04-13T20:36:09.961Zthe corresponding env file under $HOME/.cargo.
612026-04-13T20:36:09.961Z
622026-04-13T20:36:09.962ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T20:36:09.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T20:36:09.962Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T20:36:09.962Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T20:36:09.962Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T20:36:09.962Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T20:36:09.962Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T20:36:09.962Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T20:36:09.962Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T20:36:10.045Z+ rustup --version
722026-04-13T20:36:10.054Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T20:36:10.058Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T20:36:10.076Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-13T20:36:10.079Z+ cargo --version
762026-04-13T20:36:10.092Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-13T20:36:10.095Z+ rustc --version
782026-04-13T20:36:10.114Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-13T20:36:10.117Zprocess exited: duration 15811 ms, exit code 0
 
802026-04-13T20:36:10.123Zstarting task 2: "authentication"
812026-04-13T20:36:10.139Zprocess exited: duration 16 ms, exit code 0
 
822026-04-13T20:36:10.145Zstarting task 3: "clone repository"
832026-04-13T20:36:10.149Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-13T20:36:10.152Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-13T20:36:10.272ZCloning into '/work/oxidecomputer/omicron'...
862026-04-13T20:36:21.196Z+ cd /work/oxidecomputer/omicron
872026-04-13T20:36:21.197Z+ git fetch origin 743174eade41e12d7e1a0ac84075f07547cb27fc
882026-04-13T20:36:21.204ZFrom https://github.com/oxidecomputer/omicron
892026-04-13T20:36:21.204Z * branch 743174eade41e12d7e1a0ac84075f07547cb27fc -> FETCH_HEAD
902026-04-13T20:36:21.204Z+ [[ -n alan/wip-for-crucible ]]
912026-04-13T20:36:21.204Z++ git branch --show-current
922026-04-13T20:36:21.205Z+ current=main
932026-04-13T20:36:21.205Z+ [[ main != alan/wip-for-crucible ]]
942026-04-13T20:36:21.205Z+ git branch -f alan/wip-for-crucible 743174eade41e12d7e1a0ac84075f07547cb27fc
952026-04-13T20:36:21.205Z+ git checkout -f alan/wip-for-crucible
962026-04-13T20:36:21.273ZSwitched to branch 'alan/wip-for-crucible'
972026-04-13T20:36:21.276Z+ git reset --hard 743174eade41e12d7e1a0ac84075f07547cb27fc
982026-04-13T20:36:21.290ZHEAD is now at 743174ead Merge branch 'main' into alan/wip-for-crucible
992026-04-13T20:36:21.293Zprocess exited: duration 11144 ms, exit code 0
 
1002026-04-13T20:36:21.412Zstarting task 4: "build"
1012026-04-13T20:36:21.416Z+ source .github/buildomat/ci-env.sh
1022026-04-13T20:36:21.416Z++ export CARGO_TERM_COLOR=always
1032026-04-13T20:36:21.416Z++ CARGO_TERM_COLOR=always
1042026-04-13T20:36:21.416Z+ cargo --version
1052026-04-13T20:36:21.416Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-13T20:36:21.416Z+ rustc --version
1072026-04-13T20:36:21.416Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-13T20:36:21.416Z+ source ./env.sh
1092026-04-13T20:36:21.416Z++ OLD_SHELL_OPTS=ehxB
1102026-04-13T20:36:21.416Z++ set -o xtrace
1112026-04-13T20:36:21.416Z++++ dirname ./env.sh
1122026-04-13T20:36:21.416Z+++ readlink -f .
1132026-04-13T20:36:21.416Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-13T20:36:21.416Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-13T20:36:21.416Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-13T20:36:21.416Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-13T20:36:21.416Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-13T20:36:21.416Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-13T20:36:21.416Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-13T20:36:21.417Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-13T20:36:21.417Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-13T20:36:21.417Z++ case $OLD_SHELL_OPTS in
1232026-04-13T20:36:21.417Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-13T20:36:21.417Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-13T20:36:21.417Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-13T20:36:21.417Z+ banner prerequisites
1272026-04-13T20:36:21.417Z
1282026-04-13T20:36:21.417Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-13T20:36:21.417Z # # # # # # # # # # # # # # #
1302026-04-13T20:36:21.417Z # # # # ##### # # ##### # # # # # #### #
1312026-04-13T20:36:21.417Z ##### ##### # ##### # # # # # # # # #
1322026-04-13T20:36:21.417Z # # # # # # # # # # # # # # #
1332026-04-13T20:36:21.417Z # # # ###### # # ###### ### # #### # #### #
1342026-04-13T20:36:21.417Z
1352026-04-13T20:36:21.417Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-13T20:36:30.688Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-13T20:36:37.694Z Startup: Caching catalogs ... Done
1382026-04-13T20:36:42.885ZPlanning: Solver setup ... Done (3.851s)
1392026-04-13T20:36:42.912ZPlanning: Running solver ... Done (0.027s)
1402026-04-13T20:36:43.044ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-13T20:36:43.056ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-13T20:36:43.460ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-13T20:36:43.493ZPlanning: Package planning ... Done (0.033s)
1442026-04-13T20:36:43.521ZPlanning: Merging actions ... Done (0.028s)
1452026-04-13T20:36:43.725ZPlanning: Checking for conflicting actions ... Done (0.204s)
1462026-04-13T20:36:43.732ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-13T20:36:44.563ZPlanning: Evaluating mediators ... Done (0.831s)
1482026-04-13T20:36:44.569ZPlanning: Planning completed in 6.71 seconds
1492026-04-13T20:36:44.581Z Packages to install: 4
1502026-04-13T20:36:44.581Z Mediators to change: 2
1512026-04-13T20:36:44.584Z Services to change: 1
1522026-04-13T20:36:44.584Z Estimated space available: 155.34 GB
1532026-04-13T20:36:44.584ZEstimated space to be consumed: 1.85 GB
1542026-04-13T20:36:44.584Z Create boot environment: No
1552026-04-13T20:36:44.584ZCreate backup boot environment: No
1562026-04-13T20:36:44.584Z Rebuild boot archive: No
1572026-04-13T20:36:44.584Z
1582026-04-13T20:36:44.584ZChanged mediators:
1592026-04-13T20:36:44.584Z mediator clang:
1602026-04-13T20:36:44.584Z version: None -> 15 (system default)
1612026-04-13T20:36:44.584Z
1622026-04-13T20:36:44.584Z mediator llvm:
1632026-04-13T20:36:44.584Z version: 14 (system default) -> 15 (system default)
1642026-04-13T20:36:44.585Z
1652026-04-13T20:36:44.585ZChanged packages:
1662026-04-13T20:36:44.585Zhelios-dev
1672026-04-13T20:36:44.585Z developer/build-essential
1682026-04-13T20:36:44.585Z None -> 11-2.0
1692026-04-13T20:36:44.585Z library/libxmlsec1
1702026-04-13T20:36:44.585Z None -> 1.2.35-2.0
1712026-04-13T20:36:44.585Z ooce/developer/clang-15
1722026-04-13T20:36:44.585Z None -> 15.0.7-2.0
1732026-04-13T20:36:44.585Z ooce/developer/llvm-15
1742026-04-13T20:36:44.585Z None -> 15.0.7-2.0
1752026-04-13T20:36:44.585Z
1762026-04-13T20:36:44.585ZServices:
1772026-04-13T20:36:44.585Z restart_fmri:
1782026-04-13T20:36:44.585Z svc:/system/update-man-index:default
1792026-04-13T20:36:44.635Z
1802026-04-13T20:36:44.635ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-13T20:36:49.855ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (27.2M/s)
1822026-04-13T20:37:08.608ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1832026-04-13T20:37:10.644ZDownload: Completed 212.60 MB in 26.01 seconds (8.2M/s)
1842026-04-13T20:37:10.786Z Actions: 1/3689 actions (Installing new actions)
1852026-04-13T20:37:14.076Z Actions: Completed 3689 actions in 3.29 seconds.
1862026-04-13T20:37:14.381Z Done (0.301s)
1872026-04-13T20:37:14.381Z Done (0.000s)
1882026-04-13T20:37:15.093Z Done (0.713s)
1892026-04-13T20:37:18.533Z Done (2.958s)
1902026-04-13T20:37:18.606Z Done (0.012s)
1912026-04-13T20:37:18.610Z Done (0.000s)
1922026-04-13T20:37:18.888Z Done (0.000s)
1932026-04-13T20:37:19.735ZPlanning: Evaluating mediator changes ... Done
1942026-04-13T20:37:19.841ZPlanning: Checking for conflicting actions ... Done
1952026-04-13T20:37:19.850ZPlanning: Consolidating action changes ... Done
1962026-04-13T20:37:19.998ZPlanning: Evaluating mediators ... Done
1972026-04-13T20:37:20.002ZPlanning: Planning completed in 0.27 seconds
1982026-04-13T20:37:20.025Z Mediators to change: 2
1992026-04-13T20:37:20.025Z Create boot environment: No
2002026-04-13T20:37:20.025ZCreate backup boot environment: No
2012026-04-13T20:37:20.095Z Done
2022026-04-13T20:37:20.095Z Done
2032026-04-13T20:37:20.709Z Done
2042026-04-13T20:37:23.217Z Done
2052026-04-13T20:37:23.293Z Done
2062026-04-13T20:37:23.296Z Done
2072026-04-13T20:37:23.458Z Done
2082026-04-13T20:37:23.853ZPlanning: Evaluating mediator changes ... Done
2092026-04-13T20:37:23.856ZPlanning: Merging actions ... Done
2102026-04-13T20:37:23.994ZPlanning: Checking for conflicting actions ... Done
2112026-04-13T20:37:23.997ZPlanning: Consolidating action changes ... Done
2122026-04-13T20:37:24.135ZPlanning: Evaluating mediators ... Done
2132026-04-13T20:37:24.163ZPlanning: Planning completed in 0.45 seconds
2142026-04-13T20:37:24.185Z Packages to change: 1
2152026-04-13T20:37:24.185Z Mediators to change: 1
2162026-04-13T20:37:24.185Z Services to change: 1
2172026-04-13T20:37:24.188Z Create boot environment: No
2182026-04-13T20:37:24.188ZCreate backup boot environment: Yes
2192026-04-13T20:37:26.381Z Actions: 1/6 actions (Updating modified actions)
2202026-04-13T20:37:26.386Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-13T20:37:26.386Z Done
2222026-04-13T20:37:26.386Z Done
2232026-04-13T20:37:26.524Z Done
2242026-04-13T20:37:29.158Z Done
2252026-04-13T20:37:29.232Z Done
2262026-04-13T20:37:29.236Z Done
2272026-04-13T20:37:29.380Z Done
2282026-04-13T20:37:29.665ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-13T20:37:29.665Zclang system 15 system
2302026-04-13T20:37:29.665Zcsh system system illumos
2312026-04-13T20:37:29.665Zctags system system illumos
2322026-04-13T20:37:29.665Zfile system system illumos
2332026-04-13T20:37:29.665Zgcc vendor 12 vendor
2342026-04-13T20:37:29.665Zgcc system 14 system
2352026-04-13T20:37:29.665Zgcc system 10 system
2362026-04-13T20:37:29.665Zgo system 1.20 system
2372026-04-13T20:37:29.665Zgo system 1.19 system
2382026-04-13T20:37:29.665Zllvm system 15 system
2392026-04-13T20:37:29.665Zllvm system 14 system
2402026-04-13T20:37:29.665Zmariadb system 10.6 system
2412026-04-13T20:37:29.665Zmta vendor vendor dma
2422026-04-13T20:37:29.665Zopenjdk system 17 system
2432026-04-13T20:37:29.665Zopenjdk system 11 system
2442026-04-13T20:37:29.665Zopenjdk system 1.8 system
2452026-04-13T20:37:29.665Zopenssl vendor 3 vendor
2462026-04-13T20:37:29.665Zperl system 5.36 system
2472026-04-13T20:37:29.665Zpostgresql system 15 system
2482026-04-13T20:37:29.665Zpostgresql system 13 system
2492026-04-13T20:37:29.665Zpython vendor 3 vendor
2502026-04-13T20:37:29.665Zpython system 2 system
2512026-04-13T20:37:29.665Zpython3 system 3.11 system
2522026-04-13T20:37:29.665Zruby system 3.0 system
2532026-04-13T20:37:29.666Zwords vendor vendor american-english
2542026-04-13T20:37:29.666Zwords system system australian-english
2552026-04-13T20:37:29.666Zwords system system british-english
2562026-04-13T20:37:29.666Zwords system system canadian-english
2572026-04-13T20:37:29.666Zwords system system french
2582026-04-13T20:37:29.666Zwords system system italian
2592026-04-13T20:37:29.666Zwords system system ngerman
2602026-04-13T20:37:29.666Zwords system system ogerman
2612026-04-13T20:37:29.666Zwords system system spanish
2622026-04-13T20:37:29.892ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-13T20:37:29.892Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-13T20:37:34.374ZFMRI IFO
2652026-04-13T20:37:34.374Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-13T20:37:34.374Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-13T20:37:34.374Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-13T20:37:34.374Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-13T20:37:34.374Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-13T20:37:34.374Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-13T20:37:34.374Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-13T20:37:34.374Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-13T20:37:34.374Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-13T20:37:34.374Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-13T20:37:34.374Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-13T20:37:34.374Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-13T20:37:34.374Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-13T20:37:34.374Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-13T20:37:34.374Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-13T20:37:34.374Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-13T20:37:35.509Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-13T20:37:35.812Z Updating crates.io index
2832026-04-13T20:37:35.847Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-13T20:37:36.560Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-13T20:37:37.012Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-13T20:37:37.685Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-13T20:37:39.115Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-13T20:37:39.677Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-13T20:37:41.136Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-13T20:37:41.991Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-13T20:37:42.329Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-13T20:37:43.067Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-13T20:37:43.437Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-13T20:37:43.810Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-13T20:37:44.165Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-13T20:37:45.075Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-13T20:37:45.656Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-13T20:37:46.001Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-13T20:37:46.341Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-13T20:37:46.773Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-13T20:37:47.037Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-13T20:37:47.388Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-13T20:37:47.833Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-13T20:37:48.254Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-13T20:37:48.787Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-13T20:37:49.276Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-13T20:37:49.765Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-13T20:37:50.085Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-13T20:37:51.023Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-13T20:37:51.733Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-13T20:37:52.480Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-13T20:37:52.766Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-13T20:37:53.115Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-13T20:37:53.403Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-13T20:37:53.931Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-13T20:37:54.178Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-13T20:37:54.448Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-13T20:37:54.715Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-13T20:37:55.093Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-13T20:38:06.565Z Downloading crates ...
3212026-04-13T20:38:06.623Z Downloaded anstyle-query v1.1.5
3222026-04-13T20:38:06.626Z Downloaded bitflags v2.11.0
3232026-04-13T20:38:06.629Z Downloaded anstream v0.6.21
3242026-04-13T20:38:06.632Z Downloaded plain v0.2.3
3252026-04-13T20:38:06.632Z Downloaded is_terminal_polyfill v1.70.2
3262026-04-13T20:38:06.632Z Downloaded generic-array v0.14.7
3272026-04-13T20:38:06.635Z Downloaded autocfg v1.5.0
3282026-04-13T20:38:06.635Z Downloaded anstyle v1.0.13
3292026-04-13T20:38:06.635Z Downloaded block-buffer v0.10.4
3302026-04-13T20:38:06.638Z Downloaded idna_adapter v1.2.1
3312026-04-13T20:38:06.638Z Downloaded anstyle-parse v0.2.7
3322026-04-13T20:38:06.638Z Downloaded serde_derive v1.0.228
3332026-04-13T20:38:06.641Z Downloaded bytecount v0.6.9
3342026-04-13T20:38:06.643Z Downloaded utf8parse v0.2.2
3352026-04-13T20:38:06.646Z Downloaded byteorder v1.5.0
3362026-04-13T20:38:06.649Z Downloaded url v2.5.8
3372026-04-13T20:38:06.652Z Downloaded yoke-derive v0.8.1
3382026-04-13T20:38:06.652Z Downloaded anyhow v1.0.102
3392026-04-13T20:38:06.654Z Downloaded typeid v1.0.3
3402026-04-13T20:38:06.655Z Downloaded unicode-linebreak v0.1.5
3412026-04-13T20:38:06.655Z Downloaded scroll_derive v0.12.1
3422026-04-13T20:38:06.657Z Downloaded utf8_iter v1.0.4
3432026-04-13T20:38:06.657Z Downloaded usdt v0.5.0
3442026-04-13T20:38:06.657Z Downloaded icu_provider v2.1.1
3452026-04-13T20:38:06.660Z Downloaded unicode-xid v0.2.6
3462026-04-13T20:38:06.660Z Downloaded proc-macro-error-attr v1.0.4
3472026-04-13T20:38:06.662Z Downloaded ordered-float v2.10.1
3482026-04-13T20:38:06.662Z Downloaded zerofrom-derive v0.1.6
3492026-04-13T20:38:06.666Z Downloaded percent-encoding v2.3.2
3502026-04-13T20:38:06.666Z Downloaded toml_write v0.1.2
3512026-04-13T20:38:06.666Z Downloaded zmij v1.0.21
3522026-04-13T20:38:06.669Z Downloaded itoa v1.0.17
3532026-04-13T20:38:06.672Z Downloaded scroll v0.12.0
3542026-04-13T20:38:06.672Z Downloaded macaddr v1.0.1
3552026-04-13T20:38:06.672Z Downloaded zerofrom v0.1.6
3562026-04-13T20:38:06.672Z Downloaded usdt-impl v0.5.0
3572026-04-13T20:38:06.675Z Downloaded sha2 v0.10.9
3582026-04-13T20:38:06.675Z Downloaded thiserror v2.0.18
3592026-04-13T20:38:06.678Z Downloaded yoke v0.8.1
3602026-04-13T20:38:06.678Z Downloaded semver v1.0.27
3612026-04-13T20:38:06.681Z Downloaded writeable v0.6.2
3622026-04-13T20:38:06.681Z Downloaded version_check v0.9.5
3632026-04-13T20:38:06.684Z Downloaded toml v0.8.23
3642026-04-13T20:38:06.684Z Downloaded tinystr v0.8.2
3652026-04-13T20:38:06.687Z Downloaded thiserror v1.0.69
3662026-04-13T20:38:06.689Z Downloaded zerocopy-derive v0.7.35
3672026-04-13T20:38:06.693Z Downloaded toml_datetime v0.6.11
3682026-04-13T20:38:06.693Z Downloaded form_urlencoded v1.2.2
3692026-04-13T20:38:06.693Z Downloaded thread-id v4.2.2
3702026-04-13T20:38:06.693Z Downloaded cargo-platform v0.2.0
3712026-04-13T20:38:06.696Z Downloaded pretty-hex v0.4.1
3722026-04-13T20:38:06.696Z Downloaded usdt-macro v0.5.0
3732026-04-13T20:38:06.696Z Downloaded usdt-attr-macro v0.5.0
3742026-04-13T20:38:06.696Z Downloaded thiserror-impl v1.0.69
3752026-04-13T20:38:06.696Z Downloaded serde-value v0.7.0
3762026-04-13T20:38:06.699Z Downloaded cpufeatures v0.2.17
3772026-04-13T20:38:06.699Z Downloaded memmap v0.7.0
3782026-04-13T20:38:06.699Z Downloaded typenum v1.19.0
3792026-04-13T20:38:06.702Z Downloaded errno v0.3.14
3802026-04-13T20:38:06.705Z Downloaded unicode-ident v1.0.24
3812026-04-13T20:38:06.705Z Downloaded terminal_size v0.4.3
3822026-04-13T20:38:06.705Z Downloaded serde_spanned v0.6.9
3832026-04-13T20:38:06.708Z Downloaded heck v0.4.1
3842026-04-13T20:38:06.708Z Downloaded equivalent v1.0.2
3852026-04-13T20:38:06.708Z Downloaded clap_lex v1.0.0
3862026-04-13T20:38:06.708Z Downloaded zerovec-derive v0.11.2
3872026-04-13T20:38:06.711Z Downloaded thiserror-impl v2.0.18
3882026-04-13T20:38:06.711Z Downloaded colorchoice v1.0.4
3892026-04-13T20:38:06.711Z Downloaded toml_edit v0.22.27
3902026-04-13T20:38:06.714Z Downloaded proc-macro-error v1.0.4
3912026-04-13T20:38:06.717Z Downloaded ucd-trie v0.1.7
3922026-04-13T20:38:06.717Z Downloaded pest_generator v2.8.6
3932026-04-13T20:38:06.720Z Downloaded once_cell v1.21.3
3942026-04-13T20:38:06.720Z Downloaded num-traits v0.2.19
3952026-04-13T20:38:06.722Z Downloaded textwrap v0.16.2
3962026-04-13T20:38:06.722Z Downloaded zerotrie v0.2.3
3972026-04-13T20:38:06.725Z Downloaded fastrand v2.3.0
3982026-04-13T20:38:06.728Z Downloaded dtrace-parser v0.2.0
3992026-04-13T20:38:06.732Z Downloaded crypto-common v0.1.7
4002026-04-13T20:38:06.735Z Downloaded strsim v0.11.1
4012026-04-13T20:38:06.738Z Downloaded tabled_derive v0.7.0
4022026-04-13T20:38:06.742Z Downloaded potential_utf v0.1.4
4032026-04-13T20:38:06.742Z Downloaded heck v0.5.0
4042026-04-13T20:38:06.742Z Downloaded zerovec v0.11.5
4052026-04-13T20:38:06.744Z Downloaded zerocopy v0.7.35
4062026-04-13T20:38:06.752Z Downloaded swrite v0.1.0
4072026-04-13T20:38:06.755Z Downloaded winnow v0.7.14
4082026-04-13T20:38:06.758Z Downloaded erased-serde v0.4.9
4092026-04-13T20:38:06.761Z Downloaded unicode-width v0.1.14
4102026-04-13T20:38:06.764Z Downloaded litemap v0.8.1
4112026-04-13T20:38:06.764Z Downloaded unicode-width v0.2.0
4122026-04-13T20:38:06.767Z Downloaded papergrid v0.11.0
4132026-04-13T20:38:06.770Z Downloaded fnv v1.0.7
4142026-04-13T20:38:06.770Z Downloaded proc-macro2 v1.0.106
4152026-04-13T20:38:06.772Z Downloaded camino-tempfile v1.4.1
4162026-04-13T20:38:06.772Z Downloaded cargo_metadata v0.21.0
4172026-04-13T20:38:06.775Z Downloaded serde_tokenstream v0.2.3
4182026-04-13T20:38:06.775Z Downloaded cargo_toml v0.21.0
4192026-04-13T20:38:06.775Z Downloaded dof v0.3.0
4202026-04-13T20:38:06.775Z Downloaded synstructure v0.13.2
4212026-04-13T20:38:06.778Z Downloaded digest v0.10.7
4222026-04-13T20:38:06.778Z Downloaded smawk v0.3.2
4232026-04-13T20:38:06.778Z Downloaded displaydoc v0.2.5
4242026-04-13T20:38:06.781Z Downloaded cfg-if v1.0.4
4252026-04-13T20:38:06.781Z Downloaded stable_deref_trait v1.2.1
4262026-04-13T20:38:06.781Z Downloaded fs-err v3.3.0
4272026-04-13T20:38:06.781Z Downloaded quote v1.0.44
4282026-04-13T20:38:06.786Z Downloaded serde-untagged v0.1.9
4292026-04-13T20:38:06.791Z Downloaded smallvec v1.15.1
4302026-04-13T20:38:06.795Z Downloaded log v0.4.29
4312026-04-13T20:38:06.795Z Downloaded tempfile v3.25.0
4322026-04-13T20:38:06.798Z Downloaded clap_derive v4.5.55
4332026-04-13T20:38:06.798Z Downloaded memchr v2.8.0
4342026-04-13T20:38:06.801Z Downloaded indexmap v2.13.0
4352026-04-13T20:38:06.804Z Downloaded pest_derive v2.8.6
4362026-04-13T20:38:06.804Z Downloaded cargo-util-schemas v0.8.2
4372026-04-13T20:38:06.806Z Downloaded camino v1.2.2
4382026-04-13T20:38:06.819Z Downloaded serde_core v1.0.228
4392026-04-13T20:38:06.824Z Downloaded icu_properties v2.1.2
4402026-04-13T20:38:06.828Z Downloaded getrandom v0.3.4
4412026-04-13T20:38:06.832Z Downloaded pest_meta v2.8.6
4422026-04-13T20:38:06.835Z Downloaded clap v4.5.60
4432026-04-13T20:38:06.839Z Downloaded icu_normalizer_data v2.1.1
4442026-04-13T20:38:06.843Z Downloaded idna v1.1.0
4452026-04-13T20:38:06.847Z Downloaded icu_normalizer v2.1.1
4462026-04-13T20:38:06.850Z Downloaded icu_locale_core v2.1.1
4472026-04-13T20:38:06.855Z Downloaded icu_collections v2.1.1
4482026-04-13T20:38:06.866Z Downloaded serde v1.0.228
4492026-04-13T20:38:06.874Z Downloaded pest v2.8.6
4502026-04-13T20:38:06.881Z Downloaded serde_json v1.0.149
4512026-04-13T20:38:06.906Z Downloaded hashbrown v0.16.1
4522026-04-13T20:38:06.909Z Downloaded icu_properties_data v2.1.2
4532026-04-13T20:38:06.915Z Downloaded goblin v0.8.2
4542026-04-13T20:38:06.921Z Downloaded clap_builder v4.5.60
4552026-04-13T20:38:06.929Z Downloaded syn v1.0.109
4562026-04-13T20:38:06.935Z Downloaded tabled v0.15.0
4572026-04-13T20:38:06.943Z Downloaded syn v2.0.117
4582026-04-13T20:38:06.961Z Downloaded rustix v1.1.3
4592026-04-13T20:38:06.988Z Downloaded libc v0.2.180
4602026-04-13T20:38:07.055Z Compiling proc-macro2 v1.0.106
4612026-04-13T20:38:07.055Z Compiling quote v1.0.44
4622026-04-13T20:38:07.055Z Compiling unicode-ident v1.0.24
4632026-04-13T20:38:07.055Z Compiling serde_core v1.0.228
4642026-04-13T20:38:07.055Z Compiling libc v0.2.180
4652026-04-13T20:38:07.059Z Compiling version_check v0.9.5
4662026-04-13T20:38:07.059Z Compiling stable_deref_trait v1.2.1
4672026-04-13T20:38:07.059Z Compiling serde v1.0.228
4682026-04-13T20:38:07.333Z Compiling memchr v2.8.0
4692026-04-13T20:38:07.382Z Compiling zmij v1.0.21
4702026-04-13T20:38:07.596Z Compiling autocfg v1.5.0
4712026-04-13T20:38:07.827Z Compiling itoa v1.0.17
4722026-04-13T20:38:07.860Z Compiling thiserror v1.0.69
4732026-04-13T20:38:07.948Z Compiling ucd-trie v0.1.7
4742026-04-13T20:38:08.023Z Compiling litemap v0.8.1
4752026-04-13T20:38:08.079Z Compiling writeable v0.6.2
4762026-04-13T20:38:08.181Z Compiling pest v2.8.6
4772026-04-13T20:38:08.208Z Compiling rustix v1.1.3
4782026-04-13T20:38:08.298Z Compiling byteorder v1.5.0
4792026-04-13T20:38:08.365Z Compiling icu_properties_data v2.1.2
4802026-04-13T20:38:08.547Z Compiling icu_normalizer_data v2.1.1
4812026-04-13T20:38:08.651Z Compiling errno v0.3.14
4822026-04-13T20:38:08.729Z Compiling syn v2.0.117
4832026-04-13T20:38:08.768Z Compiling bitflags v2.11.0
4842026-04-13T20:38:08.799Z Compiling serde_json v1.0.149
4852026-04-13T20:38:08.891Z Compiling num-traits v0.2.19
4862026-04-13T20:38:09.006Z Compiling typeid v1.0.3
4872026-04-13T20:38:09.026Z Compiling smallvec v1.15.1
4882026-04-13T20:38:09.078Z Compiling equivalent v1.0.2
4892026-04-13T20:38:09.172Z Compiling hashbrown v0.16.1
4902026-04-13T20:38:09.241Z Compiling pest_meta v2.8.6
4912026-04-13T20:38:09.580Z Compiling thread-id v4.2.2
4922026-04-13T20:38:09.668Z Compiling proc-macro-error-attr v1.0.4
4932026-04-13T20:38:09.732Z Compiling indexmap v2.13.0
4942026-04-13T20:38:09.751Z Compiling usdt-impl v0.5.0
4952026-04-13T20:38:09.769Z Compiling erased-serde v0.4.9
4962026-04-13T20:38:09.852Z Compiling winnow v0.7.14
4972026-04-13T20:38:09.966Z Compiling toml_write v0.1.2
4982026-04-13T20:38:10.038Z Compiling syn v1.0.109
4992026-04-13T20:38:10.416Z Compiling proc-macro-error v1.0.4
5002026-04-13T20:38:10.501Z Compiling thiserror v2.0.18
5012026-04-13T20:38:10.611Z Compiling camino v1.2.2
5022026-04-13T20:38:10.856Z Compiling log v0.4.29
5032026-04-13T20:38:10.902Z Compiling getrandom v0.3.4
5042026-04-13T20:38:10.942Z Compiling utf8_iter v1.0.4
5052026-04-13T20:38:10.959Z Compiling utf8parse v0.2.2
5062026-04-13T20:38:11.048Z Compiling percent-encoding v2.3.2
5072026-04-13T20:38:11.080Z Compiling plain v0.2.3
5082026-04-13T20:38:11.099Z Compiling anstyle-parse v0.2.7
5092026-04-13T20:38:11.200Z Compiling form_urlencoded v1.2.2
5102026-04-13T20:38:11.251Z Compiling ordered-float v2.10.1
5112026-04-13T20:38:11.445Z Compiling synstructure v0.13.2
5122026-04-13T20:38:11.497Z Compiling pest_generator v2.8.6
5132026-04-13T20:38:11.535Z Compiling terminal_size v0.4.3
5142026-04-13T20:38:11.687Z Compiling anstyle-query v1.1.5
5152026-04-13T20:38:11.799Z Compiling colorchoice v1.0.4
5162026-04-13T20:38:11.845Z Compiling anstyle v1.0.13
5172026-04-13T20:38:11.863Z Compiling is_terminal_polyfill v1.70.2
5182026-04-13T20:38:11.882Z Compiling cfg-if v1.0.4
5192026-04-13T20:38:11.917Z Compiling pretty-hex v0.4.1
5202026-04-13T20:38:12.028Z Compiling anstream v0.6.21
5212026-04-13T20:38:12.058Z Compiling serde-untagged v0.1.9
5222026-04-13T20:38:12.091Z Compiling semver v1.0.27
5232026-04-13T20:38:12.187Z Compiling fs-err v3.3.0
5242026-04-13T20:38:12.303Z Compiling unicode-xid v0.2.6
5252026-04-13T20:38:12.332Z Compiling bytecount v0.6.9
5262026-04-13T20:38:12.377Z Compiling anyhow v1.0.102
5272026-04-13T20:38:12.410Z Compiling fnv v1.0.7
5282026-04-13T20:38:12.432Z Compiling heck v0.4.1
5292026-04-13T20:38:12.448Z Compiling clap_lex v1.0.0
5302026-04-13T20:38:12.468Z Compiling fastrand v2.3.0
5312026-04-13T20:38:12.660Z Compiling strsim v0.11.1
5322026-04-13T20:38:12.680Z Compiling heck v0.5.0
5332026-04-13T20:38:12.683Z Compiling unicode-width v0.1.14
5342026-04-13T20:38:12.725Z Compiling once_cell v1.21.3
5352026-04-13T20:38:12.922Z Compiling papergrid v0.11.0
5362026-04-13T20:38:12.943Z Compiling tempfile v3.25.0
5372026-04-13T20:38:12.975Z Compiling clap_builder v4.5.60
5382026-04-13T20:38:13.044Z Compiling memmap v0.7.0
5392026-04-13T20:38:13.112Z Compiling smawk v0.3.2
5402026-04-13T20:38:13.141Z Compiling serde_derive v1.0.228
5412026-04-13T20:38:13.225Z Compiling zerofrom-derive v0.1.6
5422026-04-13T20:38:13.255Z Compiling yoke-derive v0.8.1
5432026-04-13T20:38:13.320Z Compiling zerovec-derive v0.11.2
5442026-04-13T20:38:13.450Z Compiling displaydoc v0.2.5
5452026-04-13T20:38:14.182Z Compiling thiserror-impl v1.0.69
5462026-04-13T20:38:14.346Z Compiling zerocopy-derive v0.7.35
5472026-04-13T20:38:14.445Z Compiling pest_derive v2.8.6
5482026-04-13T20:38:14.467Z Compiling scroll_derive v0.12.1
5492026-04-13T20:38:14.610Z Compiling zerofrom v0.1.6
5502026-04-13T20:38:14.749Z Compiling yoke v0.8.1
5512026-04-13T20:38:14.877Z Compiling thiserror-impl v2.0.18
5522026-04-13T20:38:14.945Z Compiling zerovec v0.11.5
5532026-04-13T20:38:15.136Z Compiling zerotrie v0.2.3
5542026-04-13T20:38:15.215Z Compiling zerocopy v0.7.35
5552026-04-13T20:38:15.447Z Compiling tinystr v0.8.2
5562026-04-13T20:38:15.468Z Compiling potential_utf v0.1.4
5572026-04-13T20:38:15.598Z Compiling icu_collections v2.1.1
5582026-04-13T20:38:15.641Z Compiling icu_locale_core v2.1.1
5592026-04-13T20:38:15.662Z Compiling dtrace-parser v0.2.0
5602026-04-13T20:38:15.778Z Compiling scroll v0.12.0
5612026-04-13T20:38:16.044Z Compiling goblin v0.8.2
5622026-04-13T20:38:16.061Z Compiling tabled_derive v0.7.0
5632026-04-13T20:38:16.080Z Compiling clap_derive v4.5.55
5642026-04-13T20:38:16.099Z Compiling unicode-linebreak v0.1.5
5652026-04-13T20:38:16.347Z Compiling icu_provider v2.1.1
5662026-04-13T20:38:16.529Z Compiling unicode-width v0.2.0
5672026-04-13T20:38:16.548Z Compiling camino-tempfile v1.4.1
5682026-04-13T20:38:16.634Z Compiling icu_normalizer v2.1.1
5692026-04-13T20:38:16.653Z Compiling icu_properties v2.1.2
5702026-04-13T20:38:16.745Z Compiling serde_spanned v0.6.9
5712026-04-13T20:38:16.781Z Compiling toml_datetime v0.6.11
5722026-04-13T20:38:16.806Z Compiling dof v0.3.0
5732026-04-13T20:38:16.895Z Compiling serde_tokenstream v0.2.3
5742026-04-13T20:38:16.972Z Compiling toml_edit v0.22.27
5752026-04-13T20:38:17.044Z Compiling serde-value v0.7.0
5762026-04-13T20:38:17.196Z Compiling cargo-platform v0.2.0
5772026-04-13T20:38:17.216Z Compiling tabled v0.15.0
5782026-04-13T20:38:17.432Z Compiling textwrap v0.16.2
5792026-04-13T20:38:17.477Z Compiling macaddr v1.0.1
5802026-04-13T20:38:17.704Z Compiling idna_adapter v1.2.1
5812026-04-13T20:38:17.787Z Compiling usdt-attr-macro v0.5.0
5822026-04-13T20:38:17.834Z Compiling idna v1.1.0
5832026-04-13T20:38:17.850Z Compiling usdt-macro v0.5.0
5842026-04-13T20:38:17.896Z Compiling clap v4.5.60
5852026-04-13T20:38:18.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-04-13T20:38:18.345Z Compiling toml v0.8.23
5872026-04-13T20:38:18.457Z Compiling url v2.5.8
5882026-04-13T20:38:18.476Z Compiling swrite v0.1.0
5892026-04-13T20:38:18.873Z Compiling cargo_toml v0.21.0
5902026-04-13T20:38:18.988Z Compiling cargo-util-schemas v0.8.2
5912026-04-13T20:38:19.172Z Compiling usdt v0.5.0
5922026-04-13T20:38:19.906Z Compiling cargo_metadata v0.21.0
5932026-04-13T20:38:20.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-13T20:38:22.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s
5952026-04-13T20:38:23.165Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-13T20:38:23.725Z Downloading crates ...
5972026-04-13T20:38:23.817Z Downloaded adler2 v2.0.1
5982026-04-13T20:38:23.820Z Downloaded assert_matches v1.5.0
5992026-04-13T20:38:23.823Z Downloaded arrayvec v0.7.6
6002026-04-13T20:38:23.826Z Downloaded atty v0.2.14
6012026-04-13T20:38:23.826Z Downloaded crc v3.4.0
6022026-04-13T20:38:23.830Z Downloaded const_format_proc_macros v0.2.34
6032026-04-13T20:38:23.833Z Downloaded async-trait v0.1.89
6042026-04-13T20:38:23.835Z Downloaded bzip2 v0.6.1
6052026-04-13T20:38:23.836Z Downloaded arrayref v0.3.9
6062026-04-13T20:38:23.836Z Downloaded bit-set v0.8.0
6072026-04-13T20:38:23.838Z Downloaded async-bb8-diesel v0.2.1
6082026-04-13T20:38:23.841Z Downloaded endian-type v0.1.2
6092026-04-13T20:38:23.844Z Downloaded deranged v0.5.8
6102026-04-13T20:38:23.844Z Downloaded curve25519-dalek-derive v0.1.1
6112026-04-13T20:38:23.847Z Downloaded foreign-types-shared v0.3.1
6122026-04-13T20:38:23.847Z Downloaded cexpr v0.6.0
6132026-04-13T20:38:23.850Z Downloaded argon2 v0.5.3
6142026-04-13T20:38:23.850Z Downloaded crunchy v0.2.4
6152026-04-13T20:38:23.855Z Downloaded float-ord v0.3.2
6162026-04-13T20:38:23.858Z Downloaded crucible-workspace-hack v0.1.0
6172026-04-13T20:38:23.858Z Downloaded ascii-canvas v3.0.0
6182026-04-13T20:38:23.861Z Downloaded aead v0.5.2
6192026-04-13T20:38:23.864Z Downloaded crc-catalog v2.4.0
6202026-04-13T20:38:23.867Z Downloaded daft v0.1.5
6212026-04-13T20:38:23.867Z Downloaded ctr v0.9.2
6222026-04-13T20:38:23.870Z Downloaded cobs v0.3.0
6232026-04-13T20:38:23.870Z Downloaded bit-set v0.5.3
6242026-04-13T20:38:23.870Z Downloaded async-stream v0.3.6
6252026-04-13T20:38:23.873Z Downloaded bcs v0.1.6
6262026-04-13T20:38:23.873Z Downloaded des v0.8.1
6272026-04-13T20:38:23.876Z Downloaded crc32fast v1.5.0
6282026-04-13T20:38:23.876Z Downloaded dtrace-parser v0.3.0
6292026-04-13T20:38:23.876Z Downloaded derive_builder v0.20.2
6302026-04-13T20:38:23.879Z Downloaded bitfield-struct v0.6.2
6312026-04-13T20:38:23.883Z Downloaded bcrypt-pbkdf v0.10.0
6322026-04-13T20:38:23.883Z Downloaded crypto-bigint v0.5.5
6332026-04-13T20:38:23.886Z Downloaded foreign-types-macros v0.2.3
6342026-04-13T20:38:23.889Z Downloaded block-padding v0.3.3
6352026-04-13T20:38:23.889Z Downloaded crossbeam-epoch v0.9.18
6362026-04-13T20:38:23.889Z Downloaded ena v0.14.4
6372026-04-13T20:38:23.892Z Downloaded dunce v1.0.5
6382026-04-13T20:38:23.892Z Downloaded arc-swap v1.8.2
6392026-04-13T20:38:23.895Z Downloaded cassowary v0.3.0
6402026-04-13T20:38:23.895Z Downloaded erased-serde v0.3.31
6412026-04-13T20:38:23.898Z Downloaded document-features v0.2.12
6422026-04-13T20:38:23.901Z Downloaded darling_macro v0.21.3
6432026-04-13T20:38:23.901Z Downloaded cargo_metadata v0.23.1
6442026-04-13T20:38:23.902Z Downloaded buf-list v1.1.2
6452026-04-13T20:38:23.904Z Downloaded derive_more v0.99.20
6462026-04-13T20:38:23.907Z Downloaded foreign-types v0.3.2
6472026-04-13T20:38:23.907Z Downloaded enum-as-inner v0.6.1
6482026-04-13T20:38:23.910Z Downloaded foreign-types v0.5.0
6492026-04-13T20:38:23.910Z Downloaded fd-lock v4.0.4
6502026-04-13T20:38:23.913Z Downloaded dropshot-api-manager-types v0.6.0
6512026-04-13T20:38:23.913Z Downloaded ciborium-ll v0.2.2
6522026-04-13T20:38:23.913Z Downloaded base16ct v0.2.0
6532026-04-13T20:38:23.916Z Downloaded bitfield v0.19.4
6542026-04-13T20:38:23.916Z Downloaded float-cmp v0.10.0
6552026-04-13T20:38:23.916Z Downloaded array-init v0.0.4
6562026-04-13T20:38:23.919Z Downloaded derive_builder_macro v0.20.2
6572026-04-13T20:38:23.919Z Downloaded cstr-argument v0.1.2
6582026-04-13T20:38:23.919Z Downloaded ciborium-io v0.2.2
6592026-04-13T20:38:23.919Z Downloaded castaway v0.2.4
6602026-04-13T20:38:23.922Z Downloaded async-stream-impl v0.3.6
6612026-04-13T20:38:23.922Z Downloaded constant_time_eq v0.4.2
6622026-04-13T20:38:23.925Z Downloaded bitfield-macros v0.19.4
6632026-04-13T20:38:23.925Z Downloaded convert_case v0.10.0
6642026-04-13T20:38:23.925Z Downloaded difflib v0.4.0
6652026-04-13T20:38:23.928Z Downloaded cmake v0.1.57
6662026-04-13T20:38:23.928Z Downloaded ar_archive_writer v0.5.1
6672026-04-13T20:38:23.931Z Downloaded fixedbitset v0.4.2
6682026-04-13T20:38:23.931Z Downloaded flagset v0.4.7
6692026-04-13T20:38:23.935Z Downloaded funty v2.0.0
6702026-04-13T20:38:23.935Z Downloaded crc8 v0.1.1
6712026-04-13T20:38:23.935Z Downloaded defmt v0.3.100
6722026-04-13T20:38:23.935Z Downloaded dyn-clone v1.0.20
6732026-04-13T20:38:23.938Z Downloaded downcast-rs v2.0.2
6742026-04-13T20:38:23.938Z Downloaded cbc v0.1.2
6752026-04-13T20:38:23.938Z Downloaded bb8 v0.8.6
6762026-04-13T20:38:23.938Z Downloaded embedded-io v0.6.1
6772026-04-13T20:38:23.941Z Downloaded dirs-sys-next v0.1.2
6782026-04-13T20:38:23.941Z Downloaded corncobs v0.1.4
6792026-04-13T20:38:23.944Z Downloaded dsl_auto_type v0.2.0
6802026-04-13T20:38:23.947Z Downloaded convert_case v0.4.0
6812026-04-13T20:38:23.947Z Downloaded console v0.16.2
6822026-04-13T20:38:23.947Z Downloaded colored v2.2.0
6832026-04-13T20:38:23.950Z Downloaded futures-core v0.3.32
6842026-04-13T20:38:23.950Z Downloaded env_filter v1.0.0
6852026-04-13T20:38:23.953Z Downloaded cargo-platform v0.3.2
6862026-04-13T20:38:23.953Z Downloaded dirs-next v2.0.0
6872026-04-13T20:38:23.956Z Downloaded compression-core v0.4.31
6882026-04-13T20:38:23.956Z Downloaded futures-macro v0.3.32
6892026-04-13T20:38:23.956Z Downloaded base64ct v1.8.3
6902026-04-13T20:38:23.959Z Downloaded fxhash v0.2.1
6912026-04-13T20:38:23.959Z Downloaded futures-io v0.3.32
6922026-04-13T20:38:23.959Z Downloaded futures-task v0.3.32
6932026-04-13T20:38:23.962Z Downloaded csv-core v0.1.13
6942026-04-13T20:38:23.962Z Downloaded atomicwrites v0.4.4
6952026-04-13T20:38:23.962Z Downloaded atomic-waker v1.1.2
6962026-04-13T20:38:23.965Z Downloaded dof v0.4.0
6972026-04-13T20:38:23.965Z Downloaded cfg_aliases v0.1.1
6982026-04-13T20:38:23.965Z Downloaded defmt-parser v1.0.0
6992026-04-13T20:38:23.965Z Downloaded async-recursion v1.1.1
7002026-04-13T20:38:23.969Z Downloaded gethostname v0.5.0
7012026-04-13T20:38:23.971Z Downloaded futures-sink v0.3.32
7022026-04-13T20:38:23.971Z Downloaded darling_macro v0.20.11
7032026-04-13T20:38:23.971Z Downloaded darling_macro v0.23.0
7042026-04-13T20:38:23.971Z Downloaded foreign-types-shared v0.1.1
7052026-04-13T20:38:23.974Z Downloaded debug-ignore v1.0.5
7062026-04-13T20:38:23.974Z Downloaded ghash v0.5.1
7072026-04-13T20:38:23.974Z Downloaded camino-tempfile-ext v0.3.3
7082026-04-13T20:38:23.977Z Downloaded backoff v0.4.0
7092026-04-13T20:38:23.977Z Downloaded cpufeatures v0.3.0
7102026-04-13T20:38:23.980Z Downloaded hash32 v0.2.1
7112026-04-13T20:38:23.980Z Downloaded compression-codecs v0.4.37
7122026-04-13T20:38:23.983Z Downloaded hash32 v0.3.1
7132026-04-13T20:38:23.983Z Downloaded git-stub v1.0.0
7142026-04-13T20:38:23.986Z Downloaded globwalk v0.9.1
7152026-04-13T20:38:23.986Z Downloaded hex v0.4.3
7162026-04-13T20:38:23.989Z Downloaded foldhash v0.1.5
7172026-04-13T20:38:23.989Z Downloaded headers-core v0.3.0
7182026-04-13T20:38:23.989Z Downloaded ahash v0.8.12
7192026-04-13T20:38:23.993Z Downloaded fallible-iterator v0.2.0
7202026-04-13T20:38:23.993Z Downloaded either v1.15.0
7212026-04-13T20:38:23.993Z Downloaded display-error-chain v0.2.2
7222026-04-13T20:38:23.996Z Downloaded filetime v0.2.27
7232026-04-13T20:38:23.996Z Downloaded embedded-io v0.4.0
7242026-04-13T20:38:23.996Z Downloaded cipher v0.4.4
7252026-04-13T20:38:23.999Z Downloaded fixedbitset v0.5.7
7262026-04-13T20:38:23.999Z Downloaded ff v0.13.1
7272026-04-13T20:38:23.999Z Downloaded derive-ex v0.1.8
7282026-04-13T20:38:24.002Z Downloaded der_derive v0.7.3
7292026-04-13T20:38:24.002Z Downloaded derive-where v1.6.0
7302026-04-13T20:38:24.005Z Downloaded defmt v1.0.1
7312026-04-13T20:38:24.008Z Downloaded data-encoding v2.10.0
7322026-04-13T20:38:24.008Z Downloaded bitflags v1.3.2
7332026-04-13T20:38:24.011Z Downloaded home v0.5.12
7342026-04-13T20:38:24.011Z Downloaded http-body v1.0.1
7352026-04-13T20:38:24.014Z Downloaded hostname v0.3.1
7362026-04-13T20:38:24.014Z Downloaded foldhash v0.2.0
7372026-04-13T20:38:24.014Z Downloaded httpdate v1.0.3
7382026-04-13T20:38:24.017Z Downloaded hubpack_derive v0.1.1
7392026-04-13T20:38:24.018Z Downloaded allocator-api2 v0.2.21
7402026-04-13T20:38:24.020Z Downloaded chacha20 v0.9.1
7412026-04-13T20:38:24.020Z Downloaded hubpack v0.1.2
7422026-04-13T20:38:24.020Z Downloaded http-range v0.1.5
7432026-04-13T20:38:24.023Z Downloaded find-msvc-tools v0.1.9
7442026-04-13T20:38:24.023Z Downloaded daft-derive v0.1.5
7452026-04-13T20:38:24.026Z Downloaded hyper-tls v0.6.0
7462026-04-13T20:38:24.026Z Downloaded ed25519 v2.2.3
7472026-04-13T20:38:24.029Z Downloaded ecdsa v0.16.9
7482026-04-13T20:38:24.029Z Downloaded drift v0.1.3
7492026-04-13T20:38:24.033Z Downloaded fs_extra v1.3.0
7502026-04-13T20:38:24.036Z Downloaded defmt-macros v1.0.1
7512026-04-13T20:38:24.039Z Downloaded ciborium v0.2.2
7522026-04-13T20:38:24.039Z Downloaded blowfish v0.9.1
7532026-04-13T20:38:24.041Z Downloaded const-oid v0.9.6
7542026-04-13T20:38:24.041Z Downloaded ident_case v1.0.1
7552026-04-13T20:38:24.045Z Downloaded group v0.13.0
7562026-04-13T20:38:24.045Z Downloaded glob v0.3.3
7572026-04-13T20:38:24.045Z Downloaded cfg_aliases v0.2.1
7582026-04-13T20:38:24.048Z Downloaded is_ci v1.2.0
7592026-04-13T20:38:24.048Z Downloaded internet-checksum v0.2.1
7602026-04-13T20:38:24.048Z Downloaded indent_write v2.2.0
7612026-04-13T20:38:24.048Z Downloaded cancel-safe-futures v0.1.5
7622026-04-13T20:38:24.051Z Downloaded bzip2 v0.4.4
7632026-04-13T20:38:24.051Z Downloaded instant v0.1.13
7642026-04-13T20:38:24.054Z Downloaded byte-wrapper v0.1.0
7652026-04-13T20:38:24.057Z Downloaded is-terminal v0.4.17
7662026-04-13T20:38:24.057Z Downloaded inout v0.1.4
7672026-04-13T20:38:24.057Z Downloaded derive_builder_core v0.20.2
7682026-04-13T20:38:24.060Z Downloaded darling v0.21.3
7692026-04-13T20:38:24.063Z Downloaded lazy_static v1.5.0
7702026-04-13T20:38:24.063Z Downloaded hex-literal v0.4.1
7712026-04-13T20:38:24.066Z Downloaded fs-err v2.11.0
7722026-04-13T20:38:24.066Z Downloaded lalrpop-util v0.19.12
7732026-04-13T20:38:24.066Z Downloaded cookie v0.18.1
7742026-04-13T20:38:24.069Z Downloaded diff v0.1.13
7752026-04-13T20:38:24.072Z Downloaded env_logger v0.11.9
7762026-04-13T20:38:24.072Z Downloaded futures-executor v0.3.32
7772026-04-13T20:38:24.075Z Downloaded darling v0.20.11
7782026-04-13T20:38:24.078Z Downloaded indoc v1.0.9
7792026-04-13T20:38:24.078Z Downloaded highway v1.3.0
7802026-04-13T20:38:24.082Z Downloaded libscf-sys v1.1.0
7812026-04-13T20:38:24.082Z Downloaded linked-hash-map v0.5.6
7822026-04-13T20:38:24.082Z Downloaded kstat-rs v0.2.4
7832026-04-13T20:38:24.085Z Downloaded hostname v0.4.2
7842026-04-13T20:38:24.085Z Downloaded md-5 v0.10.6
7852026-04-13T20:38:24.085Z Downloaded maybe-uninit v2.0.0
7862026-04-13T20:38:24.085Z Downloaded match_cfg v0.1.0
7872026-04-13T20:38:24.088Z Downloaded mime v0.3.17
7882026-04-13T20:38:24.088Z Downloaded futures-channel v0.3.32
7892026-04-13T20:38:24.091Z Downloaded maplit v1.0.2
7902026-04-13T20:38:24.091Z Downloaded multimap v0.10.1
7912026-04-13T20:38:24.091Z Downloaded cookie_store v0.22.1
7922026-04-13T20:38:24.094Z Downloaded managed v0.8.0
7932026-04-13T20:38:24.094Z Downloaded crossbeam-utils v0.8.21
7942026-04-13T20:38:24.097Z Downloaded hyper-staticfile v0.10.1
7952026-04-13T20:38:24.097Z Downloaded crossterm v0.28.1
7962026-04-13T20:38:24.101Z Downloaded md5 v0.7.0
7972026-04-13T20:38:24.106Z Downloaded humantime v2.3.0
7982026-04-13T20:38:24.106Z Downloaded crc-any v2.5.0
7992026-04-13T20:38:24.109Z Downloaded globset v0.4.18
8002026-04-13T20:38:24.109Z Downloaded console v0.15.11
8012026-04-13T20:38:24.109Z Downloaded impl-trait-for-tuples v0.2.3
8022026-04-13T20:38:24.113Z Downloaded git-stub-vcs v0.1.0
8032026-04-13T20:38:24.113Z Downloaded memoffset v0.9.1
8042026-04-13T20:38:24.113Z Downloaded newtype_derive v0.1.6
8052026-04-13T20:38:24.116Z Downloaded half v1.8.3
8062026-04-13T20:38:24.116Z Downloaded instability v0.3.11
8072026-04-13T20:38:24.119Z Downloaded ingot-types v0.1.2
8082026-04-13T20:38:24.119Z Downloaded indoc v2.0.7
8092026-04-13T20:38:24.123Z Downloaded newline-converter v0.3.0
8102026-04-13T20:38:24.123Z Downloaded new_debug_unreachable v1.0.6
8112026-04-13T20:38:24.123Z Downloaded nonempty v0.12.0
8122026-04-13T20:38:24.123Z Downloaded ingot v0.1.1
8132026-04-13T20:38:24.126Z Downloaded nodrop v0.1.14
8142026-04-13T20:38:24.126Z Downloaded nibble_vec v0.1.0
8152026-04-13T20:38:24.126Z Downloaded chacha20poly1305 v0.10.1
8162026-04-13T20:38:24.129Z Downloaded compact_str v0.8.1
8172026-04-13T20:38:24.129Z Downloaded fatfs v0.3.6
8182026-04-13T20:38:24.132Z Downloaded num v0.4.3
8192026-04-13T20:38:24.132Z Downloaded normalize-line-endings v0.3.0
8202026-04-13T20:38:24.135Z Downloaded num-conv v0.2.0
8212026-04-13T20:38:24.135Z Downloaded newtype-uuid-macros v0.1.0
8222026-04-13T20:38:24.135Z Downloaded num-iter v0.1.45
8232026-04-13T20:38:24.138Z Downloaded jobserver v0.1.34
8242026-04-13T20:38:24.138Z Downloaded num-derive v0.4.2
8252026-04-13T20:38:24.141Z Downloaded darling v0.23.0
8262026-04-13T20:38:24.145Z Downloaded iana-time-zone v0.1.65
8272026-04-13T20:38:24.145Z Downloaded lru-slab v0.1.2
8282026-04-13T20:38:24.148Z Downloaded num_threads v0.1.7
8292026-04-13T20:38:24.148Z Downloaded keccak v0.1.6
8302026-04-13T20:38:24.148Z Downloaded num_enum_derive v0.5.11
8312026-04-13T20:38:24.151Z Downloaded nanorand v0.7.0
8322026-04-13T20:38:24.151Z Downloaded hyper-rustls v0.27.7
8332026-04-13T20:38:24.158Z Downloaded num-derive v0.3.3
8342026-04-13T20:38:24.158Z Downloaded getrandom v0.2.17
8352026-04-13T20:38:24.161Z Downloaded opaque-debug v0.3.1
8362026-04-13T20:38:24.161Z Downloaded dropshot_endpoint v0.16.7
8372026-04-13T20:38:24.161Z Downloaded half v2.7.1
8382026-04-13T20:38:24.164Z Downloaded ingot-macros v0.1.1
8392026-04-13T20:38:24.164Z Downloaded backon v1.6.0
8402026-04-13T20:38:24.164Z Downloaded oso-derive v0.27.3
8412026-04-13T20:38:24.167Z Downloaded multer v3.1.0
8422026-04-13T20:38:24.168Z Downloaded darling_core v0.21.3
8432026-04-13T20:38:24.171Z Downloaded newtype-uuid v1.3.2
8442026-04-13T20:38:24.174Z Downloaded lock_api v0.4.14
8452026-04-13T20:38:24.174Z Downloaded colored v3.1.1
8462026-04-13T20:38:24.179Z Downloaded mime_guess v2.0.5
8472026-04-13T20:38:24.179Z Downloaded libsw-core v0.3.2
8482026-04-13T20:38:24.179Z Downloaded elliptic-curve v0.13.8
8492026-04-13T20:38:24.182Z Downloaded num-integer v0.1.46
8502026-04-13T20:38:24.182Z Downloaded getrandom v0.4.1
8512026-04-13T20:38:24.186Z Downloaded ipnet v2.11.0
8522026-04-13T20:38:24.186Z Downloaded crossterm v0.29.0
8532026-04-13T20:38:24.189Z Downloaded darling_core v0.20.11
8542026-04-13T20:38:24.192Z Downloaded ignore v0.4.25
8552026-04-13T20:38:24.195Z Downloaded flume v0.11.1
8562026-04-13T20:38:24.199Z Downloaded hmac v0.12.1
8572026-04-13T20:38:24.199Z Downloaded linear-map v1.2.0
8582026-04-13T20:38:24.206Z Downloaded darling_core v0.23.0
8592026-04-13T20:38:24.206Z Downloaded crossbeam-channel v0.5.15
8602026-04-13T20:38:24.211Z Downloaded nu-ansi-term v0.50.3
8612026-04-13T20:38:24.211Z Downloaded peg-runtime v0.8.5
8622026-04-13T20:38:24.211Z Downloaded libsw v3.5.0
8632026-04-13T20:38:24.211Z Downloaded libloading v0.8.9
8642026-04-13T20:38:24.214Z Downloaded indicatif v0.18.4
8652026-04-13T20:38:24.214Z Downloaded psl-types v2.0.11
8662026-04-13T20:38:24.214Z Downloaded num-complex v0.4.6
8672026-04-13T20:38:24.218Z Downloaded flate2 v1.1.9
8682026-04-13T20:38:24.222Z Downloaded der v0.7.10
8692026-04-13T20:38:24.225Z Downloaded phf_shared v0.11.3
8702026-04-13T20:38:24.225Z Downloaded phf_shared v0.13.1
8712026-04-13T20:38:24.225Z Downloaded hickory-resolver v0.24.4
8722026-04-13T20:38:24.229Z Downloaded olpc-cjson v0.1.4
8732026-04-13T20:38:24.229Z Downloaded native-tls v0.2.18
8742026-04-13T20:38:24.232Z Downloaded num_enum_derive v0.7.5
8752026-04-13T20:38:24.232Z Downloaded num_enum v0.5.11
8762026-04-13T20:38:24.236Z Downloaded num-rational v0.4.2
8772026-04-13T20:38:24.252Z Downloaded predicates-core v1.0.10
8782026-04-13T20:38:24.256Z Downloaded precomputed-hash v0.1.1
8792026-04-13T20:38:24.256Z Downloaded pbkdf2 v0.12.2
8802026-04-13T20:38:24.256Z Downloaded openssl-probe v0.2.1
8812026-04-13T20:38:24.256Z Downloaded openssl-macros v0.1.1
8822026-04-13T20:38:24.256Z Downloaded litrs v1.0.0
8832026-04-13T20:38:24.261Z Downloaded jiff-static v0.2.21
8842026-04-13T20:38:24.269Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-04-13T20:38:24.269Z Downloaded memmap2 v0.9.10
8862026-04-13T20:38:24.269Z Downloaded derive_more-impl v2.1.1
8872026-04-13T20:38:24.269Z Downloaded chacha20 v0.10.0
8882026-04-13T20:38:24.272Z Downloaded rand_chacha v0.3.1
8892026-04-13T20:38:24.272Z Downloaded powerfmt v0.2.0
8902026-04-13T20:38:24.272Z Downloaded parse-size v1.1.0
8912026-04-13T20:38:24.272Z Downloaded packed_struct_codegen v0.10.1
8922026-04-13T20:38:24.272Z Downloaded oxnet v0.1.4
8932026-04-13T20:38:24.272Z Downloaded oxide-tokio-rt v0.1.3
8942026-04-13T20:38:24.277Z Downloaded progenitor-macro v0.13.0
8952026-04-13T20:38:24.277Z Downloaded progenitor-macro v0.11.2
8962026-04-13T20:38:24.278Z Downloaded progenitor-client v0.11.2
8972026-04-13T20:38:24.278Z Downloaded hashbrown v0.13.2
8982026-04-13T20:38:24.281Z Downloaded pem-rfc7468 v0.7.0
8992026-04-13T20:38:24.285Z Downloaded pem v3.0.6
9002026-04-13T20:38:24.285Z Downloaded paste v1.0.15
9012026-04-13T20:38:24.288Z Downloaded progenitor-client v0.10.0
9022026-04-13T20:38:24.288Z Downloaded parse-display v0.10.0
9032026-04-13T20:38:24.289Z Downloaded radium v0.7.0
9042026-04-13T20:38:24.292Z Downloaded pin-utils v0.1.0
9052026-04-13T20:38:24.292Z Downloaded dropshot-api-manager v0.6.0
9062026-04-13T20:38:24.296Z Downloaded heapless v0.7.17
9072026-04-13T20:38:24.296Z Downloaded proc-macro-error2 v2.0.1
9082026-04-13T20:38:24.301Z Downloaded proc-macro-crate v1.3.1
9092026-04-13T20:38:24.301Z Downloaded openssl-probe v0.1.6
9102026-04-13T20:38:24.301Z Downloaded cc v1.2.56
9112026-04-13T20:38:24.304Z Downloaded headers v0.4.1
9122026-04-13T20:38:24.304Z Downloaded pbkdf2 v0.11.0
9132026-04-13T20:38:24.308Z Downloaded hashbrown v0.12.3
9142026-04-13T20:38:24.311Z Downloaded rand_xorshift v0.4.0
9152026-04-13T20:38:24.311Z Downloaded proc-macro-crate v3.4.0
9162026-04-13T20:38:24.311Z Downloaded phf v0.13.1
9172026-04-13T20:38:24.325Z Downloaded libbz2-rs-sys v0.2.2
9182026-04-13T20:38:24.326Z Downloaded base64 v0.22.1
9192026-04-13T20:38:24.331Z Downloaded recursive v0.1.1
9202026-04-13T20:38:24.331Z Downloaded predicates-tree v1.0.13
9212026-04-13T20:38:24.331Z Downloaded path-slash v0.1.5
9222026-04-13T20:38:24.331Z Downloaded diesel_derives v2.3.7
9232026-04-13T20:38:24.331Z Downloaded ref-cast-impl v1.0.25
9242026-04-13T20:38:24.331Z Downloaded progenitor-client v0.13.0
9252026-04-13T20:38:24.331Z Downloaded predicates v3.1.4
9262026-04-13T20:38:24.331Z Downloaded quick-error v1.2.3
9272026-04-13T20:38:24.331Z Downloaded ppv-lite86 v0.2.21
9282026-04-13T20:38:24.331Z Downloaded polyval v0.6.2
9292026-04-13T20:38:24.331Z Downloaded pkg-config v0.3.32
9302026-04-13T20:38:24.331Z Downloaded async-compression v0.4.41
9312026-04-13T20:38:24.335Z Downloaded recursive-proc-macro-impl v0.1.1
9322026-04-13T20:38:24.335Z Downloaded pkcs8 v0.10.2
9332026-04-13T20:38:24.338Z Downloaded progenitor v0.11.2
9342026-04-13T20:38:24.338Z Downloaded rfc6979 v0.4.0
9352026-04-13T20:38:24.338Z Downloaded primeorder v0.13.6
9362026-04-13T20:38:24.341Z Downloaded parse-display-derive v0.10.0
9372026-04-13T20:38:24.341Z Downloaded omicron-zone-package v0.12.2
9382026-04-13T20:38:24.341Z Downloaded bytes v1.11.1
9392026-04-13T20:38:24.344Z Downloaded const_format v0.2.35
9402026-04-13T20:38:24.348Z Downloaded num_enum v0.7.5
9412026-04-13T20:38:24.350Z Downloaded hickory-resolver v0.25.2
9422026-04-13T20:38:24.353Z Downloaded peg-macros v0.8.5
9432026-04-13T20:38:24.353Z Downloaded russh-cryptovec v0.7.3
9442026-04-13T20:38:24.353Z Downloaded indexmap v1.9.3
9452026-04-13T20:38:24.356Z Downloaded heapless v0.8.0
9462026-04-13T20:38:24.359Z Downloaded rustc_version v0.1.7
9472026-04-13T20:38:24.359Z Downloaded rustc_version v0.4.1
9482026-04-13T20:38:24.362Z Downloaded ref-cast v1.0.25
9492026-04-13T20:38:24.362Z Downloaded derive_more v2.1.1
9502026-04-13T20:38:24.368Z Downloaded peg v0.8.5
9512026-04-13T20:38:24.371Z Downloaded pin-project-lite v0.2.17
9522026-04-13T20:38:24.375Z Downloaded pin-project-internal v1.1.11
9532026-04-13T20:38:24.381Z Downloaded phf v0.12.1
9542026-04-13T20:38:24.381Z Downloaded phf_shared v0.12.1
9552026-04-13T20:38:24.381Z Downloaded owo-colors v4.3.0
9562026-04-13T20:38:24.381Z Downloaded rand_core v0.9.5
9572026-04-13T20:38:24.381Z Downloaded password-hash v0.4.2
9582026-04-13T20:38:24.386Z Downloaded psm v0.1.30
9592026-04-13T20:38:24.386Z Downloaded rand_seeder v0.4.0
9602026-04-13T20:38:24.386Z Downloaded progenitor-extras v0.1.1
9612026-04-13T20:38:24.386Z Downloaded progenitor v0.13.0
9622026-04-13T20:38:24.389Z Downloaded postcard v1.1.3
9632026-04-13T20:38:24.389Z Downloaded rustc-hash v2.1.1
9642026-04-13T20:38:24.389Z Downloaded poly1305 v0.8.0
9652026-04-13T20:38:24.392Z Downloaded pkcs5 v0.7.1
9662026-04-13T20:38:24.395Z Downloaded scopeguard v1.2.0
9672026-04-13T20:38:24.395Z Downloaded same-file v1.0.6
9682026-04-13T20:38:24.395Z Downloaded password-hash v0.5.0
9692026-04-13T20:38:24.398Z Downloaded packed_struct v0.10.1
9702026-04-13T20:38:24.398Z Downloaded r2d2 v0.8.10
9712026-04-13T20:38:24.398Z Downloaded bumpalo v3.20.2
9722026-04-13T20:38:24.401Z Downloaded ed25519-dalek v2.2.0
9732026-04-13T20:38:24.406Z Downloaded papergrid v0.17.0
9742026-04-13T20:38:24.409Z Downloaded scheduled-thread-pool v0.2.7
9752026-04-13T20:38:24.409Z Downloaded seq-macro v0.3.6
9762026-04-13T20:38:24.409Z Downloaded secrecy v0.10.3
9772026-04-13T20:38:24.409Z Downloaded scroll_derive v0.13.1
9782026-04-13T20:38:24.409Z Downloaded salsa20 v0.10.2
9792026-04-13T20:38:24.412Z Downloaded rtoolbox v0.0.3
9802026-04-13T20:38:24.412Z Downloaded sapling-renderdag v0.1.0
9812026-04-13T20:38:24.412Z Downloaded oso v0.27.3
9822026-04-13T20:38:24.415Z Downloaded secrecy v0.8.0
9832026-04-13T20:38:24.415Z Downloaded parking_lot_core v0.9.12
9842026-04-13T20:38:24.418Z Downloaded parking_lot v0.11.2
9852026-04-13T20:38:24.418Z Downloaded miniz_oxide v0.8.9
9862026-04-13T20:38:24.421Z Downloaded libefi-sys v0.1.0
9872026-04-13T20:38:24.421Z Downloaded futures v0.3.32
9882026-04-13T20:38:24.424Z Downloaded rustls-native-certs v0.8.3
9892026-04-13T20:38:24.424Z Downloaded serde-big-array v0.5.1
9902026-04-13T20:38:24.427Z Downloaded semver v0.1.20
9912026-04-13T20:38:24.427Z Downloaded resolv-conf v0.7.6
9922026-04-13T20:38:24.427Z Downloaded parking_lot v0.12.5
9932026-04-13T20:38:24.430Z Downloaded signal-hook-tokio v0.3.1
9942026-04-13T20:38:24.430Z Downloaded serde_plain v1.0.2
9952026-04-13T20:38:24.434Z Downloaded rand_core v0.10.0
9962026-04-13T20:38:24.434Z Downloaded rustls-pemfile v1.0.4
9972026-04-13T20:38:24.434Z Downloaded sha1 v0.10.6
9982026-04-13T20:38:24.437Z Downloaded rustls-pemfile v2.2.0
9992026-04-13T20:38:24.438Z Downloaded pin-project v1.1.11
10002026-04-13T20:38:24.442Z Downloaded postgres-protocol v0.6.10
10012026-04-13T20:38:24.445Z Downloaded aes v0.8.4
10022026-04-13T20:38:24.450Z Downloaded serde_repr v0.1.20
10032026-04-13T20:38:24.450Z Downloaded pkcs1 v0.7.5
10042026-04-13T20:38:24.453Z Downloaded rand_core v0.6.4
10052026-04-13T20:38:24.453Z Downloaded signature v2.2.0
10062026-04-13T20:38:24.453Z Downloaded signal-hook-mio v0.2.5
10072026-04-13T20:38:24.453Z Downloaded serde_urlencoded v0.7.1
10082026-04-13T20:38:24.456Z Downloaded rusty-fork v0.3.1
10092026-04-13T20:38:24.456Z Downloaded rustversion v1.0.22
10102026-04-13T20:38:24.456Z Downloaded prefix-trie v0.7.0
10112026-04-13T20:38:24.459Z Downloaded sigpipe v0.1.3
10122026-04-13T20:38:24.459Z Downloaded shell-words v1.1.1
10132026-04-13T20:38:24.462Z Downloaded rand_chacha v0.9.0
10142026-04-13T20:38:24.462Z Downloaded serde_spanned v1.0.4
10152026-04-13T20:38:24.462Z Downloaded serde_bytes v0.11.19
10162026-04-13T20:38:24.466Z Downloaded quinn-udp v0.5.14
10172026-04-13T20:38:24.466Z Downloaded httparse v1.10.1
10182026-04-13T20:38:24.469Z Downloaded base64 v0.21.7
10192026-04-13T20:38:24.470Z Downloaded expectorate v1.2.0
10202026-04-13T20:38:24.470Z Downloaded ipnetwork v0.21.1
10212026-04-13T20:38:24.474Z Downloaded slog-envlogger v2.2.0
10222026-04-13T20:38:24.474Z Downloaded siphasher v1.0.2
10232026-04-13T20:38:24.474Z Downloaded sec1 v0.7.3
10242026-04-13T20:38:24.478Z Downloaded dropshot_endpoint v0.17.0
10252026-04-13T20:38:24.478Z Downloaded clang-sys v1.8.1
10262026-04-13T20:38:24.481Z Downloaded lzss v0.8.2
10272026-04-13T20:38:24.481Z Downloaded blake2 v0.10.6
10282026-04-13T20:38:24.481Z Downloaded lru-cache v0.1.2
10292026-04-13T20:38:24.484Z Downloaded lru v0.12.5
10302026-04-13T20:38:24.484Z Downloaded http-body-util v0.1.3
10312026-04-13T20:38:24.484Z Downloaded bit-vec v0.8.0
10322026-04-13T20:38:24.487Z Downloaded bit-vec v0.6.3
10332026-04-13T20:38:24.487Z Downloaded diesel-dtrace v0.5.0
10342026-04-13T20:38:24.490Z Downloaded diesel_table_macro_syntax v0.3.0
10352026-04-13T20:38:24.490Z Downloaded crossbeam-deque v0.8.6
10362026-04-13T20:38:24.490Z Downloaded critical-section v1.2.0
10372026-04-13T20:38:24.494Z Downloaded slog-bunyan v2.5.0
10382026-04-13T20:38:24.494Z Downloaded scroll v0.13.0
10392026-04-13T20:38:24.497Z Downloaded schemars_derive v0.8.22
10402026-04-13T20:38:24.497Z Downloaded rustls-pki-types v1.14.0
10412026-04-13T20:38:24.500Z Downloaded p256 v0.13.2
10422026-04-13T20:38:24.503Z Downloaded shlex v1.3.0
10432026-04-13T20:38:24.506Z Downloaded postgres-types v0.2.12
10442026-04-13T20:38:24.506Z Downloaded rcgen v0.12.1
10452026-04-13T20:38:24.509Z Downloaded parking_lot_core v0.8.6
10462026-04-13T20:38:24.512Z Downloaded sqlparser_derive v0.5.0
10472026-04-13T20:38:24.512Z Downloaded serde-hex v0.1.0
10482026-04-13T20:38:24.515Z Downloaded serde_path_to_error v0.1.20
10492026-04-13T20:38:24.515Z Downloaded russh-keys v0.45.0
10502026-04-13T20:38:24.519Z Downloaded simd-adler32 v0.3.8
10512026-04-13T20:38:24.519Z Downloaded itertools v0.13.0
10522026-04-13T20:38:24.522Z Downloaded ssh-encoding v0.2.0
10532026-04-13T20:38:24.525Z Downloaded ssh-cipher v0.2.0
10542026-04-13T20:38:24.525Z Downloaded itertools v0.14.0
10552026-04-13T20:38:24.528Z Downloaded strum v0.27.2
10562026-04-13T20:38:24.531Z Downloaded strum v0.26.3
10572026-04-13T20:38:24.531Z Downloaded structmeta-derive v0.3.0
10582026-04-13T20:38:24.531Z Downloaded strip-ansi-escapes v0.2.1
10592026-04-13T20:38:24.534Z Downloaded http v1.4.0
10602026-04-13T20:38:24.538Z Downloaded slog-term v2.9.2
10612026-04-13T20:38:24.538Z Downloaded slog-json v2.6.1
10622026-04-13T20:38:24.541Z Downloaded structmeta v0.3.0
10632026-04-13T20:38:24.541Z Downloaded slab v0.4.12
10642026-04-13T20:38:24.541Z Downloaded subtle v2.6.1
10652026-04-13T20:38:24.542Z Downloaded tabled_derive v0.11.0
10662026-04-13T20:38:24.545Z Downloaded ron v0.8.1
10672026-04-13T20:38:24.547Z Downloaded signal-hook-registry v1.4.8
10682026-04-13T20:38:24.547Z Downloaded openssl-sys v0.9.111
10692026-04-13T20:38:24.550Z Downloaded tagptr v0.2.0
10702026-04-13T20:38:24.551Z Downloaded slog-async v2.8.0
10712026-04-13T20:38:24.554Z Downloaded minimal-lexical v0.2.1
10722026-04-13T20:38:24.556Z Downloaded serde_cbor v0.11.2
10732026-04-13T20:38:24.556Z Downloaded aes-gcm v0.10.3
10742026-04-13T20:38:24.559Z Downloaded spki v0.7.3
10752026-04-13T20:38:24.559Z Downloaded snafu-derive v0.8.9
10762026-04-13T20:38:24.562Z Downloaded tap v1.0.1
10772026-04-13T20:38:24.562Z Downloaded sync_wrapper v1.0.2
10782026-04-13T20:38:24.562Z Downloaded supports-color v3.0.2
10792026-04-13T20:38:24.562Z Downloaded thiserror-impl-no-std v2.0.2
10802026-04-13T20:38:24.565Z Downloaded testing_table v0.3.0
10812026-04-13T20:38:24.566Z Downloaded termtree v0.5.1
10822026-04-13T20:38:24.566Z Downloaded take_mut v0.2.2
10832026-04-13T20:38:24.569Z Downloaded tabwriter v1.4.1
10842026-04-13T20:38:24.569Z Downloaded sync-ptr v0.1.4
10852026-04-13T20:38:24.569Z Downloaded slog-dtrace v0.3.0
10862026-04-13T20:38:24.569Z Downloaded smf v0.2.3
10872026-04-13T20:38:24.572Z Downloaded slog-scope v4.4.1
10882026-04-13T20:38:24.572Z Downloaded smallvec v0.6.14
10892026-04-13T20:38:24.572Z Downloaded libm v0.2.16
10902026-04-13T20:38:24.579Z Downloaded pretty_assertions v1.4.1
10912026-04-13T20:38:24.583Z Downloaded hyper-util v0.1.20
10922026-04-13T20:38:24.583Z Downloaded time-core v0.1.8
10932026-04-13T20:38:24.586Z Downloaded serde_with_macros v3.17.0
10942026-04-13T20:38:24.586Z Downloaded tinyvec_macros v0.1.1
10952026-04-13T20:38:24.586Z Downloaded slog-stdlog v4.1.1
10962026-04-13T20:38:24.586Z Downloaded stacker v0.1.23
10972026-04-13T20:38:24.589Z Downloaded num-bigint v0.4.6
10982026-04-13T20:38:24.590Z Downloaded nom v7.1.3
10992026-04-13T20:38:24.592Z Downloaded sqlformat v0.3.5
11002026-04-13T20:38:24.595Z Downloaded scrypt v0.11.0
11012026-04-13T20:38:24.595Z Downloaded progenitor-impl v0.13.0
11022026-04-13T20:38:24.598Z Downloaded stringprep v0.1.5
11032026-04-13T20:38:24.599Z Downloaded curve25519-dalek v4.1.3
11042026-04-13T20:38:24.602Z Downloaded ryu v1.0.23
11052026-04-13T20:38:24.605Z Downloaded static_assertions v1.1.0
11062026-04-13T20:38:24.605Z Downloaded rayon-core v1.13.0
11072026-04-13T20:38:24.608Z Downloaded hickory-server v0.25.2
11082026-04-13T20:38:24.611Z Downloaded support-bundle-viewer v0.1.2
11092026-04-13T20:38:24.611Z Downloaded strum_macros v0.24.3
11102026-04-13T20:38:24.614Z Downloaded hkdf v0.12.4
11112026-04-13T20:38:24.614Z Downloaded rustls-platform-verifier v0.6.2
11122026-04-13T20:38:24.617Z Downloaded string_cache v0.8.9
11132026-04-13T20:38:24.617Z Downloaded progenitor-impl v0.11.2
11142026-04-13T20:38:24.620Z Downloaded strum_macros v0.26.4
11152026-04-13T20:38:24.620Z Downloaded prettyplease v0.2.37
11162026-04-13T20:38:24.623Z Downloaded strum_macros v0.27.2
11172026-04-13T20:38:24.623Z Downloaded serde_derive_internals v0.29.1
11182026-04-13T20:38:24.629Z Downloaded sct v0.7.1
11192026-04-13T20:38:24.632Z Downloaded mio v1.1.1
11202026-04-13T20:38:24.635Z Downloaded schemars v0.8.22
11212026-04-13T20:38:24.641Z Downloaded topological-sort v0.2.2
11222026-04-13T20:38:24.645Z Downloaded thread-id v5.1.0
11232026-04-13T20:38:24.645Z Downloaded termios v0.3.3
11242026-04-13T20:38:24.645Z Downloaded serde_yaml v0.9.34+deprecated
11252026-04-13T20:38:24.648Z Downloaded rand v0.8.5
11262026-04-13T20:38:24.648Z Downloaded thread_local v1.1.9
11272026-04-13T20:38:24.648Z Downloaded itertools v0.10.5
11282026-04-13T20:38:24.651Z Downloaded hashbrown v0.15.5
11292026-04-13T20:38:24.655Z Downloaded tiny-keccak v2.0.2
11302026-04-13T20:38:24.660Z Downloaded thiserror-no-std v2.0.2
11312026-04-13T20:38:24.660Z Downloaded tower-service v0.3.3
11322026-04-13T20:38:24.663Z Downloaded time-macros v0.2.27
11332026-04-13T20:38:24.663Z Downloaded qorb v0.4.1
11342026-04-13T20:38:24.665Z Downloaded trait-variant v0.1.2
11352026-04-13T20:38:24.665Z Downloaded aho-corasick v1.1.4
11362026-04-13T20:38:24.668Z Downloaded quinn v0.11.9
11372026-04-13T20:38:24.671Z Downloaded tls_codec_derive v0.4.2
11382026-04-13T20:38:24.671Z Downloaded tower-layer v0.3.3
11392026-04-13T20:38:24.671Z Downloaded tokio-native-tls v0.3.1
11402026-04-13T20:38:24.675Z Downloaded tls_codec v0.4.2
11412026-04-13T20:38:24.675Z Downloaded try-lock v0.2.5
11422026-04-13T20:38:24.675Z Downloaded tokio-dtrace v0.1.1
11432026-04-13T20:38:24.678Z Downloaded unarray v0.1.4
11442026-04-13T20:38:24.678Z Downloaded typify-macro v0.6.1
11452026-04-13T20:38:24.682Z Downloaded rsa v0.9.10
11462026-04-13T20:38:24.682Z Downloaded universal-hash v0.5.1
11472026-04-13T20:38:24.685Z Downloaded unit-prefix v0.5.2
11482026-04-13T20:38:24.685Z Downloaded unicode-truncate v1.1.0
11492026-04-13T20:38:24.685Z Downloaded typify-macro v0.4.3
11502026-04-13T20:38:24.686Z Downloaded rand v0.9.2
11512026-04-13T20:38:24.688Z Downloaded libxml v0.3.3
11522026-04-13T20:38:24.692Z Downloaded term v0.7.0
11532026-04-13T20:38:24.695Z Downloaded socket2 v0.5.10
11542026-04-13T20:38:24.700Z Downloaded tokio-rustls v0.25.0
11552026-04-13T20:38:24.702Z Downloaded untrusted v0.9.0
11562026-04-13T20:38:24.702Z Downloaded usdt v0.6.0
11572026-04-13T20:38:24.702Z Downloaded untrusted v0.7.1
11582026-04-13T20:38:24.705Z Downloaded usdt-attr-macro v0.6.0
11592026-04-13T20:38:24.705Z Downloaded tokio-tungstenite v0.23.1
11602026-04-13T20:38:24.710Z Downloaded schemars v0.9.0
11612026-04-13T20:38:24.718Z Downloaded utf-8 v0.7.6
11622026-04-13T20:38:24.721Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-04-13T20:38:24.721Z Downloaded usdt-macro v0.6.0
11642026-04-13T20:38:24.721Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11652026-04-13T20:38:24.721Z Downloaded slog v2.8.2
11662026-04-13T20:38:24.727Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-04-13T20:38:24.730Z Downloaded void v1.0.2
11682026-04-13T20:38:24.730Z Downloaded publicsuffix v2.3.0
11692026-04-13T20:38:24.734Z Downloaded itertools v0.12.1
11702026-04-13T20:38:24.738Z Downloaded spin v0.9.8
11712026-04-13T20:38:24.741Z Downloaded socket2 v0.6.2
11722026-04-13T20:38:24.741Z Downloaded signal-hook v0.3.18
11732026-04-13T20:38:24.741Z Downloaded iri-string v0.7.10
11742026-04-13T20:38:24.745Z Downloaded tui-tree-widget v0.23.1
11752026-04-13T20:38:24.748Z Downloaded want v0.3.1
11762026-04-13T20:38:24.748Z Downloaded waitgroup v0.1.2
11772026-04-13T20:38:24.748Z Downloaded num-bigint-dig v0.8.6
11782026-04-13T20:38:24.751Z Downloaded wait-timeout v0.2.1
11792026-04-13T20:38:24.754Z Downloaded tokio-stream v0.1.18
11802026-04-13T20:38:24.757Z Downloaded tokio-macros v2.6.0
11812026-04-13T20:38:24.757Z Downloaded xattr v1.6.1
11822026-04-13T20:38:24.760Z Downloaded tokio-rustls v0.24.1
11832026-04-13T20:38:24.763Z Downloaded hyper v1.8.1
11842026-04-13T20:38:24.766Z Downloaded unicase v2.9.0
11852026-04-13T20:38:24.769Z Downloaded futures-util v0.3.32
11862026-04-13T20:38:24.773Z Downloaded tokio-tungstenite v0.21.0
11872026-04-13T20:38:24.778Z Downloaded term v1.2.1
11882026-04-13T20:38:24.781Z Downloaded similar v2.7.0
11892026-04-13T20:38:24.781Z Downloaded zone v0.3.1
11902026-04-13T20:38:24.784Z Downloaded zeroize_derive v1.4.3
11912026-04-13T20:38:24.784Z Downloaded iddqd v0.3.17
11922026-04-13T20:38:24.787Z Downloaded test-strategy v0.4.5
11932026-04-13T20:38:24.790Z Downloaded schemars v1.2.1
11942026-04-13T20:38:24.798Z Downloaded zone_cfg_derive v0.3.1
11952026-04-13T20:38:24.801Z Downloaded vsss-rs v3.3.4
11962026-04-13T20:38:24.801Z Downloaded toml_parser v1.0.9+spec-1.1.0
11972026-04-13T20:38:24.801Z Downloaded samael v0.0.19
11982026-04-13T20:38:24.804Z Downloaded vergen-lib v9.1.0
11992026-04-13T20:38:24.807Z Downloaded tokio-rustls v0.26.4
12002026-04-13T20:38:24.807Z Downloaded walkdir v2.5.0
12012026-04-13T20:38:24.810Z Downloaded vergen-gitcl v1.0.8
12022026-04-13T20:38:24.810Z Downloaded vergen-git2 v9.1.0
12032026-04-13T20:38:24.810Z Downloaded uzers v0.12.2
12042026-04-13T20:38:24.813Z Downloaded usdt-impl v0.6.0
12052026-04-13T20:38:24.813Z Downloaded wyz v0.5.1
12062026-04-13T20:38:24.813Z Downloaded subprocess v0.2.15
12072026-04-13T20:38:24.816Z Downloaded blake3 v1.8.3
12082026-04-13T20:38:24.820Z Downloaded tar v0.4.45
12092026-04-13T20:38:24.824Z Downloaded twox-hash v2.1.2
12102026-04-13T20:38:24.827Z Downloaded whoami v2.1.0
12112026-04-13T20:38:24.827Z Downloaded xshell-macros v0.2.7
12122026-04-13T20:38:24.827Z Downloaded whoami v1.6.1
12132026-04-13T20:38:24.827Z Downloaded tracing-attributes v0.1.31
12142026-04-13T20:38:24.830Z Downloaded tinyvec v1.10.0
12152026-04-13T20:38:24.830Z Downloaded unicode-properties v0.1.4
12162026-04-13T20:38:24.833Z Downloaded toml v1.0.6+spec-1.1.0
12172026-04-13T20:38:24.835Z Downloaded toml v0.9.12+spec-1.1.0
12182026-04-13T20:38:24.839Z Downloaded h2 v0.4.13
12192026-04-13T20:38:24.842Z Downloaded vergen v9.1.0
12202026-04-13T20:38:24.842Z Downloaded toml v0.7.8
12212026-04-13T20:38:24.845Z Downloaded zeroize v1.8.2
12222026-04-13T20:38:24.845Z Downloaded xshell v0.2.7
12232026-04-13T20:38:24.849Z Downloaded rustyline v14.0.0
12242026-04-13T20:38:24.852Z Downloaded zstd-safe v7.2.4
12252026-04-13T20:38:24.852Z Downloaded zstd v0.13.3
12262026-04-13T20:38:24.852Z Downloaded tracing-core v0.1.36
12272026-04-13T20:38:24.864Z Downloaded rand v0.10.0
12282026-04-13T20:38:24.864Z Downloaded rustls-webpki v0.103.9
12292026-04-13T20:38:24.864Z Downloaded tungstenite v0.21.0
12302026-04-13T20:38:24.864Z Downloaded vergen-lib v0.1.6
12312026-04-13T20:38:24.864Z Downloaded p521 v0.13.3
12322026-04-13T20:38:24.868Z Downloaded unicode-bidi v0.3.18
12332026-04-13T20:38:24.868Z Downloaded steno v0.4.1
12342026-04-13T20:38:24.874Z Downloaded snafu v0.8.9
12352026-04-13T20:38:24.877Z Downloaded unsafe-libyaml v0.2.11
12362026-04-13T20:38:24.880Z Downloaded yasna v0.5.2
12372026-04-13T20:38:24.881Z Downloaded typify v0.6.1
12382026-04-13T20:38:24.889Z Downloaded uuid v1.23.0
12392026-04-13T20:38:24.889Z Downloaded typify v0.4.3
12402026-04-13T20:38:24.894Z Downloaded russh v0.45.0
12412026-04-13T20:38:24.903Z Downloaded tokio-postgres v0.7.16
12422026-04-13T20:38:24.907Z Downloaded vte v0.14.1
12432026-04-13T20:38:24.910Z Downloaded bitvec v1.0.1
12442026-04-13T20:38:24.916Z Downloaded tungstenite v0.23.0
12452026-04-13T20:38:24.920Z Downloaded toml_edit v0.23.10+spec-1.0.0
12462026-04-13T20:38:24.924Z Downloaded zerocopy v0.6.6
12472026-04-13T20:38:24.930Z Downloaded aws-lc-rs v1.16.0
12482026-04-13T20:38:24.936Z Downloaded toml_edit v0.19.15
12492026-04-13T20:38:24.945Z Downloaded zopfli v0.8.3
12502026-04-13T20:38:24.950Z Downloaded reedline v0.40.0
12512026-04-13T20:38:24.954Z Downloaded reqwest v0.13.2
12522026-04-13T20:38:24.967Z Downloaded rpassword v7.4.0
12532026-04-13T20:38:24.973Z Downloaded zip v0.6.6
12542026-04-13T20:38:24.981Z Downloaded ssh-key v0.6.7
12552026-04-13T20:38:24.984Z Downloaded unicode_categories v0.1.1
12562026-04-13T20:38:24.993Z Downloaded p384 v0.13.1
12572026-04-13T20:38:24.997Z Downloaded yansi v1.0.1
12582026-04-13T20:38:25.001Z Downloaded git2 v0.20.4
12592026-04-13T20:38:25.005Z Downloaded zerocopy-derive v0.8.40
12602026-04-13T20:38:25.011Z Downloaded tower v0.5.3
12612026-04-13T20:38:25.015Z Downloaded bindgen v0.71.1
12622026-04-13T20:38:25.018Z Downloaded dropshot v0.16.7
12632026-04-13T20:38:25.028Z Downloaded chrono v0.4.44
12642026-04-13T20:38:25.032Z Downloaded portable-atomic v1.13.1
12652026-04-13T20:38:25.038Z Downloaded quick-xml v0.37.5
12662026-04-13T20:38:25.042Z Downloaded regex v1.12.3
12672026-04-13T20:38:25.049Z Downloaded typed-path v0.9.3
12682026-04-13T20:38:25.053Z Downloaded reqwest v0.12.28
12692026-04-13T20:38:25.057Z Downloaded lalrpop v0.19.12
12702026-04-13T20:38:25.062Z Downloaded tough v0.20.0
12712026-04-13T20:38:25.066Z Downloaded zip v4.6.1
12722026-04-13T20:38:25.069Z Downloaded tower-http v0.6.8
12732026-04-13T20:38:25.072Z Downloaded x509-cert v0.2.5
12742026-04-13T20:38:25.077Z Downloaded serde_with v3.17.0
12752026-04-13T20:38:25.085Z Downloaded unicode-normalization v0.1.25
12762026-04-13T20:38:25.088Z Downloaded unicode-segmentation v1.12.0
12772026-04-13T20:38:25.088Z Downloaded tokio-util v0.7.18
12782026-04-13T20:38:25.094Z Downloaded proptest v1.10.0
12792026-04-13T20:38:25.097Z Downloaded rayon v1.11.0
12802026-04-13T20:38:25.105Z Downloaded rustls-webpki v0.101.7
12812026-04-13T20:38:25.109Z Downloaded rustls-webpki v0.102.8
12822026-04-13T20:38:25.120Z Downloaded petname v2.0.2
12832026-04-13T20:38:25.125Z Downloaded salty v0.3.0
12842026-04-13T20:38:25.128Z Downloaded object v0.30.4
12852026-04-13T20:38:25.131Z Downloaded moka v0.12.13
12862026-04-13T20:38:25.135Z Downloaded goblin v0.10.5
12872026-04-13T20:38:25.139Z Downloaded dropshot v0.17.0
12882026-04-13T20:38:25.153Z Downloaded winnow v0.5.40
12892026-04-13T20:38:25.156Z Downloaded winnow v0.6.26
12902026-04-13T20:38:25.161Z Downloaded bstr v1.12.1
12912026-04-13T20:38:25.166Z Downloaded radix_trie v0.2.1
12922026-04-13T20:38:25.170Z Downloaded hickory-proto v0.24.4
12932026-04-13T20:38:25.179Z Downloaded nix v0.27.1
12942026-04-13T20:38:25.185Z Downloaded quinn-proto v0.11.13
12952026-04-13T20:38:25.188Z Downloaded polar-core v0.27.3
12962026-04-13T20:38:25.194Z Downloaded time v0.3.47
12972026-04-13T20:38:25.200Z Downloaded tabled v0.20.0
12982026-04-13T20:38:25.212Z Downloaded openssl v0.10.75
12992026-04-13T20:38:25.217Z Downloaded smoltcp v0.9.1
13002026-04-13T20:38:25.224Z Downloaded regex-syntax v0.6.29
13012026-04-13T20:38:25.228Z Downloaded zlib-rs v0.6.2
13022026-04-13T20:38:25.231Z Downloaded nix v0.28.0
13032026-04-13T20:38:25.240Z Downloaded vcpkg v0.2.15
13042026-04-13T20:38:25.263Z Downloaded webpki-roots v1.0.6
13052026-04-13T20:38:25.266Z Downloaded smoltcp v0.11.0
13062026-04-13T20:38:25.273Z Downloaded regress v0.10.5
13072026-04-13T20:38:25.279Z Downloaded openapiv3 v2.2.0
13082026-04-13T20:38:25.286Z Downloaded rustls v0.22.4
13092026-04-13T20:38:25.295Z Downloaded regex-syntax v0.8.10
13102026-04-13T20:38:25.300Z Downloaded zerocopy v0.8.40
13112026-04-13T20:38:25.306Z Downloaded rustls v0.23.37
13122026-04-13T20:38:25.314Z Downloaded hickory-proto v0.25.2
13132026-04-13T20:38:25.323Z Downloaded diesel v2.3.7
13142026-04-13T20:38:25.337Z Downloaded object v0.37.3
13152026-04-13T20:38:25.343Z Downloaded rustls v0.21.12
13162026-04-13T20:38:25.350Z Downloaded rustix v0.38.44
13172026-04-13T20:38:25.364Z Downloaded nix v0.31.1
13182026-04-13T20:38:25.393Z Downloaded sqlparser v0.61.0
13192026-04-13T20:38:25.400Z Downloaded sled v0.34.7
13202026-04-13T20:38:25.408Z Downloaded typify-impl v0.6.1
13212026-04-13T20:38:25.416Z Downloaded ratatui v0.29.0
13222026-04-13T20:38:25.429Z Downloaded typify-impl v0.4.3
13232026-04-13T20:38:25.439Z Downloaded tracing v0.1.44
13242026-04-13T20:38:25.452Z Downloaded zerocopy-derive v0.6.6
13252026-04-13T20:38:25.458Z Downloaded regex-automata v0.4.14
13262026-04-13T20:38:25.467Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-04-13T20:38:25.487Z Downloaded csv v1.4.0
13282026-04-13T20:38:25.500Z Downloaded petgraph v0.6.5
13292026-04-13T20:38:25.514Z Downloaded jiff v0.2.21
13302026-04-13T20:38:25.526Z Downloaded chrono-tz v0.10.4
13312026-04-13T20:38:25.536Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-04-13T20:38:25.550Z Downloaded petgraph v0.8.3
13332026-04-13T20:38:25.572Z Downloaded libz-sys v1.1.24
13342026-04-13T20:38:25.584Z Downloaded encoding_rs v0.8.35
13352026-04-13T20:38:25.597Z Downloaded sha3 v0.10.8
13362026-04-13T20:38:25.600Z Downloaded tokio v1.50.0
13372026-04-13T20:38:25.623Z Downloaded ring v0.17.14
13382026-04-13T20:38:25.729Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-04-13T20:38:26.247Z Downloaded aws-lc-sys v0.37.1
13402026-04-13T20:38:26.509Z Compiling libc v0.2.180
13412026-04-13T20:38:26.509Z Compiling serde v1.0.228
13422026-04-13T20:38:26.512Z Compiling find-msvc-tools v0.1.9
13432026-04-13T20:38:26.512Z Compiling shlex v1.3.0
13442026-04-13T20:38:26.512Z Compiling log v0.4.29
13452026-04-13T20:38:26.652Z Compiling syn v2.0.117
13462026-04-13T20:38:26.660Z Compiling smallvec v1.15.1
13472026-04-13T20:38:26.663Z Compiling typenum v1.19.0
13482026-04-13T20:38:26.826Z Compiling generic-array v0.14.7
13492026-04-13T20:38:26.829Z Compiling subtle v2.6.1
13502026-04-13T20:38:26.910Z Compiling scopeguard v1.2.0
13512026-04-13T20:38:26.924Z Compiling const-oid v0.9.6
13522026-04-13T20:38:26.999Z Compiling lock_api v0.4.14
13532026-04-13T20:38:27.012Z Compiling pin-project-lite v0.2.17
13542026-04-13T20:38:27.038Z Compiling serde_json v1.0.149
13552026-04-13T20:38:27.087Z Compiling portable-atomic v1.13.1
13562026-04-13T20:38:27.101Z Compiling zerocopy v0.8.40
13572026-04-13T20:38:27.224Z Compiling parking_lot_core v0.9.12
13582026-04-13T20:38:27.487Z Compiling critical-section v1.2.0
13592026-04-13T20:38:27.497Z Compiling getrandom v0.2.17
13602026-04-13T20:38:27.542Z Compiling jobserver v0.1.34
13612026-04-13T20:38:27.557Z Compiling errno v0.3.14
13622026-04-13T20:38:27.634Z Compiling rand_core v0.6.4
13632026-04-13T20:38:27.699Z Compiling signal-hook-registry v1.4.8
13642026-04-13T20:38:27.727Z Compiling mio v1.1.1
13652026-04-13T20:38:27.924Z Compiling cc v1.2.56
13662026-04-13T20:38:27.946Z Compiling parking_lot v0.12.5
13672026-04-13T20:38:28.002Z Compiling futures-core v0.3.32
13682026-04-13T20:38:28.015Z Compiling pkg-config v0.3.32
13692026-04-13T20:38:28.154Z Compiling once_cell v1.21.3
13702026-04-13T20:38:28.169Z Compiling libm v0.2.16
13712026-04-13T20:38:28.216Z Compiling socket2 v0.6.2
13722026-04-13T20:38:28.311Z Compiling num-traits v0.2.19
13732026-04-13T20:38:28.361Z Compiling bitflags v2.11.0
13742026-04-13T20:38:28.400Z Compiling percent-encoding v2.3.2
13752026-04-13T20:38:28.568Z Compiling allocator-api2 v0.2.21
13762026-04-13T20:38:28.582Z Compiling futures-sink v0.3.32
13772026-04-13T20:38:28.598Z Compiling rustversion v1.0.22
13782026-04-13T20:38:28.623Z Compiling slab v0.4.12
13792026-04-13T20:38:28.657Z Compiling cpufeatures v0.2.17
13802026-04-13T20:38:28.684Z Compiling futures-channel v0.3.32
13812026-04-13T20:38:28.734Z Compiling foldhash v0.2.0
13822026-04-13T20:38:28.793Z Compiling futures-task v0.3.32
13832026-04-13T20:38:28.889Z Compiling futures-io v0.3.32
13842026-04-13T20:38:28.911Z Compiling hashbrown v0.16.1
13852026-04-13T20:38:28.951Z Compiling getrandom v0.3.4
13862026-04-13T20:38:28.968Z Compiling form_urlencoded v1.2.2
13872026-04-13T20:38:29.037Z Compiling getrandom v0.4.1
13882026-04-13T20:38:29.146Z Compiling cmake v0.1.57
13892026-04-13T20:38:29.492Z Compiling ring v0.17.14
13902026-04-13T20:38:29.600Z Compiling synstructure v0.13.2
13912026-04-13T20:38:29.633Z Compiling indexmap v2.13.0
13922026-04-13T20:38:29.669Z Compiling base64ct v1.8.3
13932026-04-13T20:38:29.686Z Compiling rand_core v0.10.0
13942026-04-13T20:38:29.856Z Compiling fs_extra v1.3.0
13952026-04-13T20:38:29.963Z Compiling ident_case v1.0.1
13962026-04-13T20:38:29.996Z Compiling dunce v1.0.5
13972026-04-13T20:38:30.093Z Compiling pem-rfc7468 v0.7.0
13982026-04-13T20:38:30.131Z Compiling untrusted v0.9.0
13992026-04-13T20:38:30.144Z Compiling aws-lc-sys v0.37.1
14002026-04-13T20:38:30.218Z Compiling flagset v0.4.7
14012026-04-13T20:38:30.249Z Compiling iana-time-zone v0.1.65
14022026-04-13T20:38:30.296Z Compiling uuid v1.23.0
14032026-04-13T20:38:30.323Z Compiling rand_core v0.9.5
14042026-04-13T20:38:30.351Z Compiling rustix v1.1.3
14052026-04-13T20:38:30.412Z Compiling rustc_version v0.4.1
14062026-04-13T20:38:30.452Z Compiling tracing-core v0.1.36
14072026-04-13T20:38:30.611Z Compiling vcpkg v0.2.15
14082026-04-13T20:38:30.744Z Compiling aws-lc-rs v1.16.0
14092026-04-13T20:38:30.941Z Compiling regex-syntax v0.8.10
14102026-04-13T20:38:31.016Z Compiling httparse v1.10.1
14112026-04-13T20:38:31.041Z Compiling pest_generator v2.8.6
14122026-04-13T20:38:31.340Z Compiling serde_derive v1.0.228
14132026-04-13T20:38:31.359Z Compiling zeroize_derive v1.4.3
14142026-04-13T20:38:31.374Z Compiling zerofrom-derive v0.1.6
14152026-04-13T20:38:31.780Z Compiling yoke-derive v0.8.1
14162026-04-13T20:38:32.038Z Compiling zeroize v1.8.2
14172026-04-13T20:38:32.254Z Compiling zerocopy-derive v0.8.40
14182026-04-13T20:38:32.809Z Compiling crypto-common v0.1.7
14192026-04-13T20:38:32.823Z Compiling zerofrom v0.1.6
14202026-04-13T20:38:32.948Z Compiling block-buffer v0.10.4
14212026-04-13T20:38:32.963Z Compiling zerovec-derive v0.11.2
14222026-04-13T20:38:33.003Z Compiling yoke v0.8.1
14232026-04-13T20:38:33.119Z Compiling digest v0.10.7
14242026-04-13T20:38:33.193Z Compiling displaydoc v0.2.5
14252026-04-13T20:38:33.345Z Compiling tokio-macros v2.6.0
14262026-04-13T20:38:33.368Z Compiling futures-macro v0.3.32
14272026-04-13T20:38:33.922Z Compiling zerotrie v0.2.3
14282026-04-13T20:38:34.057Z Compiling zerovec v0.11.5
14292026-04-13T20:38:34.059Z Compiling hmac v0.12.1
14302026-04-13T20:38:34.147Z Compiling futures-util v0.3.32
14312026-04-13T20:38:34.216Z Compiling block-padding v0.3.3
14322026-04-13T20:38:34.230Z Compiling rustls-pki-types v1.14.0
14332026-04-13T20:38:34.431Z Compiling inout v0.1.4
14342026-04-13T20:38:34.602Z Compiling tinystr v0.8.2
14352026-04-13T20:38:34.622Z Compiling potential_utf v0.1.4
14362026-04-13T20:38:34.662Z Compiling cipher v0.4.4
14372026-04-13T20:38:34.715Z Compiling sha2 v0.10.9
14382026-04-13T20:38:35.796Z Compiling bytes v1.11.1
14392026-04-13T20:38:35.799Z Compiling icu_locale_core v2.1.1
14402026-04-13T20:38:35.800Z Compiling icu_collections v2.1.1
14412026-04-13T20:38:35.800Z Compiling der_derive v0.7.3
14422026-04-13T20:38:35.800Z Compiling tokio v1.50.0
14432026-04-13T20:38:35.800Z Compiling icu_provider v2.1.1
14442026-04-13T20:38:35.800Z Compiling http v1.4.0
14452026-04-13T20:38:35.800Z Compiling icu_properties v2.1.2
14462026-04-13T20:38:35.800Z Compiling icu_normalizer v2.1.1
14472026-04-13T20:38:35.908Z Compiling der v0.7.10
14482026-04-13T20:38:36.275Z Compiling chrono v0.4.44
14492026-04-13T20:38:36.498Z Compiling thiserror-impl v2.0.18
14502026-04-13T20:38:36.758Z Compiling idna_adapter v1.2.1
14512026-04-13T20:38:36.813Z Compiling ppv-lite86 v0.2.21
14522026-04-13T20:38:36.896Z Compiling idna v1.1.0
14532026-04-13T20:38:37.111Z Compiling spki v0.7.3
14542026-04-13T20:38:37.132Z Compiling salsa20 v0.10.2
14552026-04-13T20:38:37.274Z Compiling url v2.5.8
14562026-04-13T20:38:37.312Z Compiling pbkdf2 v0.12.2
14572026-04-13T20:38:37.434Z Compiling tracing-attributes v0.1.31
14582026-04-13T20:38:37.530Z Compiling scrypt v0.11.0
14592026-04-13T20:38:37.630Z Compiling rand_chacha v0.9.0
14602026-04-13T20:38:37.787Z Compiling http-body v1.0.1
14612026-04-13T20:38:37.801Z Compiling thiserror v2.0.18
14622026-04-13T20:38:37.909Z Compiling cbc v0.1.2
14632026-04-13T20:38:37.944Z Compiling aes v0.8.4
14642026-04-13T20:38:38.072Z Compiling openssl-sys v0.9.111
14652026-04-13T20:38:38.108Z Compiling serde_derive_internals v0.29.1
14662026-04-13T20:38:38.122Z Compiling schemars v0.8.22
14672026-04-13T20:38:38.323Z Compiling time-core v0.1.8
14682026-04-13T20:38:38.326Z Compiling num-conv v0.2.0
14692026-04-13T20:38:38.470Z Compiling base64 v0.22.1
14702026-04-13T20:38:38.470Z Compiling crc32fast v1.5.0
14712026-04-13T20:38:38.581Z Compiling powerfmt v0.2.0
14722026-04-13T20:38:38.723Z Compiling tracing v0.1.44
14732026-04-13T20:38:38.747Z Compiling atomic-waker v1.1.2
14742026-04-13T20:38:38.790Z Compiling deranged v0.5.8
14752026-04-13T20:38:38.869Z Compiling time-macros v0.2.27
14762026-04-13T20:38:38.917Z Compiling pkcs5 v0.7.1
14772026-04-13T20:38:38.984Z Compiling schemars_derive v0.8.22
14782026-04-13T20:38:39.012Z Compiling tokio-util v0.7.18
14792026-04-13T20:38:39.333Z Compiling rand v0.9.2
14802026-04-13T20:38:39.441Z Compiling pest_derive v2.8.6
14812026-04-13T20:38:39.779Z Compiling scroll_derive v0.13.1
14822026-04-13T20:38:39.864Z Compiling spin v0.9.8
14832026-04-13T20:38:39.962Z Compiling openssl-probe v0.2.1
14842026-04-13T20:38:40.075Z Compiling untrusted v0.7.1
14852026-04-13T20:38:40.085Z Compiling simd-adler32 v0.3.8
14862026-04-13T20:38:40.127Z Compiling try-lock v0.2.5
14872026-04-13T20:38:40.147Z Compiling dyn-clone v1.0.20
14882026-04-13T20:38:40.202Z Compiling num_threads v0.1.7
14892026-04-13T20:38:40.236Z Compiling tower-layer v0.3.3
14902026-04-13T20:38:40.241Z Compiling tower-service v0.3.3
14912026-04-13T20:38:40.280Z Compiling time v0.3.47
14922026-04-13T20:38:40.332Z Compiling want v0.3.1
14932026-04-13T20:38:40.343Z Compiling h2 v0.4.13
14942026-04-13T20:38:40.400Z Compiling pkcs8 v0.10.2
14952026-04-13T20:38:40.576Z Compiling scroll v0.13.0
14962026-04-13T20:38:40.679Z Compiling ipnet v2.11.0
14972026-04-13T20:38:40.706Z Compiling darling_core v0.20.11
14982026-04-13T20:38:40.841Z Compiling slog v2.8.2
14992026-04-13T20:38:41.004Z Compiling adler2 v2.0.1
15002026-04-13T20:38:41.028Z Compiling httpdate v1.0.3
15012026-04-13T20:38:41.141Z Compiling pin-utils v0.1.0
15022026-04-13T20:38:41.185Z Compiling tinyvec_macros v0.1.1
15032026-04-13T20:38:41.215Z Compiling rustls v0.23.37
15042026-04-13T20:38:41.247Z Compiling tinyvec v1.10.0
15052026-04-13T20:38:41.261Z Compiling miniz_oxide v0.8.9
15062026-04-13T20:38:41.406Z Compiling goblin v0.10.5
15072026-04-13T20:38:41.574Z Compiling erased-serde v0.3.31
15082026-04-13T20:38:41.590Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15092026-04-13T20:38:41.847Z Compiling socket2 v0.5.10
15102026-04-13T20:38:41.862Z Compiling aho-corasick v1.1.4
15112026-04-13T20:38:41.972Z Compiling openssl v0.10.75
15122026-04-13T20:38:42.052Z Compiling crossbeam-utils v0.8.21
15132026-04-13T20:38:42.202Z Compiling foreign-types-shared v0.1.1
15142026-04-13T20:38:42.247Z Compiling zlib-rs v0.6.2
15152026-04-13T20:38:42.291Z Compiling usdt-impl v0.6.0
15162026-04-13T20:38:42.359Z Compiling foreign-types v0.3.2
15172026-04-13T20:38:42.434Z Compiling tempfile v3.25.0
15182026-04-13T20:38:42.796Z Compiling regex-automata v0.4.14
15192026-04-13T20:38:42.969Z Compiling darling_macro v0.20.11
15202026-04-13T20:38:43.436Z Compiling hyper v1.8.1
15212026-04-13T20:38:43.534Z Compiling darling v0.20.11
15222026-04-13T20:38:44.008Z Compiling dtrace-parser v0.3.0
15232026-04-13T20:38:44.229Z Compiling dof v0.4.0
15242026-04-13T20:38:44.781Z Compiling hyper-util v0.1.20
15252026-04-13T20:38:45.453Z Compiling flate2 v1.1.9
15262026-04-13T20:38:45.457Z Compiling serde_tokenstream v0.2.3
15272026-04-13T20:38:45.538Z Compiling openssl-macros v0.1.1
15282026-04-13T20:38:45.593Z Compiling wait-timeout v0.2.1
15292026-04-13T20:38:45.768Z Compiling thread-id v5.1.0
15302026-04-13T20:38:45.857Z Compiling native-tls v0.2.18
15312026-04-13T20:38:45.872Z Compiling quick-error v1.2.3
15322026-04-13T20:38:45.886Z Compiling syn v1.0.109
15332026-04-13T20:38:45.927Z Compiling siphasher v1.0.2
15342026-04-13T20:38:45.978Z Compiling paste v1.0.15
15352026-04-13T20:38:46.059Z Compiling bit-vec v0.8.0
15362026-04-13T20:38:46.137Z Compiling rusty-fork v0.3.1
15372026-04-13T20:38:46.295Z Compiling bit-set v0.8.0
15382026-04-13T20:38:46.455Z Compiling derive_builder_core v0.20.2
15392026-04-13T20:38:46.530Z Compiling unicode-normalization v0.1.25
15402026-04-13T20:38:46.870Z Compiling rustls-native-certs v0.8.3
15412026-04-13T20:38:46.878Z Compiling http-body-util v0.1.3
15422026-04-13T20:38:46.964Z Compiling signature v2.2.0
15432026-04-13T20:38:46.979Z Compiling thiserror-impl v1.0.69
15442026-04-13T20:38:47.116Z Compiling scroll_derive v0.12.1
15452026-04-13T20:38:47.130Z Compiling heapless v0.7.17
15462026-04-13T20:38:47.146Z Compiling rand_xorshift v0.4.0
15472026-04-13T20:38:47.306Z Compiling darling_core v0.21.3
15482026-04-13T20:38:47.319Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-13T20:38:47.363Z Compiling sync_wrapper v1.0.2
15502026-04-13T20:38:47.473Z Compiling cookie v0.18.1
15512026-04-13T20:38:47.591Z Compiling encoding_rs v0.8.35
15522026-04-13T20:38:47.657Z Compiling ryu v1.0.23
15532026-04-13T20:38:47.769Z Compiling rustls v0.22.4
15542026-04-13T20:38:47.837Z Compiling signal-hook v0.3.18
15552026-04-13T20:38:47.944Z Compiling zstd-safe v7.2.4
15562026-04-13T20:38:48.008Z Compiling unicode-properties v0.1.4
15572026-04-13T20:38:48.137Z Compiling mime v0.3.17
15582026-04-13T20:38:48.219Z Compiling unarray v0.1.4
15592026-04-13T20:38:48.241Z Compiling unicode-bidi v0.3.18
15602026-04-13T20:38:48.331Z Compiling anyhow v1.0.102
15612026-04-13T20:38:48.711Z Compiling stringprep v0.1.5
15622026-04-13T20:38:48.765Z Compiling proptest v1.10.0
15632026-04-13T20:38:48.872Z Compiling thiserror v1.0.69
15642026-04-13T20:38:48.981Z Compiling serde_urlencoded v0.7.1
15652026-04-13T20:38:48.986Z Compiling scroll v0.12.0
15662026-04-13T20:38:49.158Z Compiling tower v0.5.3
15672026-04-13T20:38:49.198Z Compiling derive_builder_macro v0.20.2
15682026-04-13T20:38:49.644Z Compiling ipnetwork v0.21.1
15692026-04-13T20:38:49.691Z Compiling rustls-webpki v0.102.8
15702026-04-13T20:38:49.756Z Compiling rand_chacha v0.3.1
15712026-04-13T20:38:49.846Z Compiling serde_spanned v0.6.9
15722026-04-13T20:38:49.862Z Compiling darling_macro v0.21.3
15732026-04-13T20:38:49.998Z Compiling toml_datetime v0.6.11
15742026-04-13T20:38:50.051Z Compiling webpki-roots v1.0.6
15752026-04-13T20:38:50.176Z Compiling md-5 v0.10.6
15762026-04-13T20:38:50.260Z Compiling zerocopy-derive v0.7.35
15772026-04-13T20:38:50.335Z Compiling async-trait v0.1.89
15782026-04-13T20:38:50.349Z Compiling curve25519-dalek v4.1.3
15792026-04-13T20:38:50.459Z Compiling num-integer v0.1.46
15802026-04-13T20:38:50.573Z Compiling vergen-lib v9.1.0
15812026-04-13T20:38:50.691Z Compiling hash32 v0.2.1
15822026-04-13T20:38:50.753Z Compiling ff v0.13.1
15832026-04-13T20:38:50.788Z Compiling memoffset v0.9.1
15842026-04-13T20:38:50.880Z Compiling multer v3.1.0
15852026-04-13T20:38:50.893Z Compiling thread_local v1.1.9
15862026-04-13T20:38:50.978Z Compiling smoltcp v0.9.1
15872026-04-13T20:38:51.066Z Compiling ref-cast v1.0.25
15882026-04-13T20:38:51.129Z Compiling slog-async v2.8.0
15892026-04-13T20:38:51.144Z Compiling iri-string v0.7.10
15902026-04-13T20:38:51.356Z Compiling compression-core v0.4.31
15912026-04-13T20:38:51.361Z Compiling cfg_aliases v0.2.1
15922026-04-13T20:38:51.368Z Compiling psl-types v2.0.11
15932026-04-13T20:38:51.396Z Compiling fallible-iterator v0.2.0
15942026-04-13T20:38:51.428Z Compiling match_cfg v0.1.0
15952026-04-13T20:38:51.468Z Compiling litrs v1.0.0
15962026-04-13T20:38:51.487Z Compiling rustix v0.38.44
15972026-04-13T20:38:51.501Z Compiling num-bigint-dig v0.8.6
15982026-04-13T20:38:51.691Z Compiling base16ct v0.2.0
15992026-04-13T20:38:51.724Z Compiling postgres-protocol v0.6.10
16002026-04-13T20:38:51.871Z Compiling sec1 v0.7.3
16012026-04-13T20:38:51.923Z Compiling hostname v0.3.1
16022026-04-13T20:38:51.978Z Compiling document-features v0.2.12
16032026-04-13T20:38:52.059Z Compiling publicsuffix v2.3.0
16042026-04-13T20:38:52.151Z Compiling nix v0.31.1
16052026-04-13T20:38:52.234Z Compiling compression-codecs v0.4.37
16062026-04-13T20:38:52.276Z Compiling tower-http v0.6.8
16072026-04-13T20:38:52.554Z Compiling zerocopy v0.7.35
16082026-04-13T20:38:52.566Z Compiling newtype-uuid v1.3.2
16092026-04-13T20:38:52.633Z Compiling group v0.13.0
16102026-04-13T20:38:52.810Z Compiling num-iter v0.1.45
16112026-04-13T20:38:52.823Z Compiling darling v0.21.3
16122026-04-13T20:38:52.914Z Compiling rand v0.8.5
16132026-04-13T20:38:52.934Z Compiling oxnet v0.1.4
16142026-04-13T20:38:53.118Z Compiling hubpack_derive v0.1.1
16152026-04-13T20:38:53.153Z Compiling derive_builder v0.20.2
16162026-04-13T20:38:53.203Z Compiling goblin v0.8.2
16172026-04-13T20:38:53.752Z Compiling tokio-native-tls v0.3.1
16182026-04-13T20:38:53.771Z Compiling toml_parser v1.0.9+spec-1.1.0
16192026-04-13T20:38:53.806Z Compiling usdt-macro v0.6.0
16202026-04-13T20:38:53.922Z Compiling usdt-attr-macro v0.6.0
16212026-04-13T20:38:53.975Z Compiling crossbeam-channel v0.5.15
16222026-04-13T20:38:54.406Z Compiling phf_shared v0.13.1
16232026-04-13T20:38:54.483Z Compiling regex v1.12.3
16242026-04-13T20:38:54.575Z Compiling slog-json v2.6.1
16252026-04-13T20:38:54.663Z Compiling lazy_static v1.5.0
16262026-04-13T20:38:54.767Z Compiling futures-executor v0.3.32
16272026-04-13T20:38:54.779Z Compiling hkdf v0.12.4
16282026-04-13T20:38:54.792Z Compiling crypto-bigint v0.5.5
16292026-04-13T20:38:54.923Z Compiling terminal_size v0.4.3
16302026-04-13T20:38:54.946Z Compiling async-stream-impl v0.3.6
16312026-04-13T20:38:55.033Z Compiling daft-derive v0.1.5
16322026-04-13T20:38:55.066Z Compiling ref-cast-impl v1.0.25
16332026-04-13T20:38:55.554Z Compiling strum_macros v0.27.2
16342026-04-13T20:38:55.622Z Compiling curve25519-dalek-derive v0.1.1
16352026-04-13T20:38:55.765Z Compiling vergen v9.1.0
16362026-04-13T20:38:55.950Z Compiling is-terminal v0.4.17
16372026-04-13T20:38:56.051Z Compiling memmap2 v0.9.10
16382026-04-13T20:38:56.259Z Compiling fs-err v3.3.0
16392026-04-13T20:38:56.273Z Compiling toml_datetime v1.0.0+spec-1.1.0
16402026-04-13T20:38:56.280Z Compiling cargo-platform v0.3.2
16412026-04-13T20:38:56.450Z Compiling serde_spanned v1.0.4
16422026-04-13T20:38:56.566Z Compiling ahash v0.8.12
16432026-04-13T20:38:56.566Z Compiling dropshot v0.17.0
16442026-04-13T20:38:56.602Z Compiling unicode-segmentation v1.12.0
16452026-04-13T20:38:56.760Z Compiling libbz2-rs-sys v0.2.2
16462026-04-13T20:38:56.764Z Compiling bumpalo v3.20.2
16472026-04-13T20:38:56.793Z Compiling toml_writer v1.0.6+spec-1.1.0
16482026-04-13T20:38:56.935Z Compiling take_mut v0.2.2
16492026-04-13T20:38:56.995Z Compiling foldhash v0.1.5
16502026-04-13T20:38:57.011Z Compiling managed v0.8.0
16512026-04-13T20:38:57.026Z Compiling winnow v0.5.40
16522026-04-13T20:38:57.047Z Compiling object v0.37.3
16532026-04-13T20:38:57.169Z Compiling bitflags v1.3.2
16542026-04-13T20:38:57.219Z Compiling term v1.2.1
16552026-04-13T20:38:57.364Z Compiling bzip2 v0.6.1
16562026-04-13T20:38:57.450Z Compiling hashbrown v0.15.5
16572026-04-13T20:38:57.531Z Compiling strum v0.27.2
16582026-04-13T20:38:57.575Z Compiling slog-term v2.9.2
16592026-04-13T20:38:57.812Z Compiling zopfli v0.8.3
16602026-04-13T20:38:57.994Z Compiling toml v1.0.6+spec-1.1.0
16612026-04-13T20:38:58.034Z Compiling clap_builder v4.5.60
16622026-04-13T20:38:58.170Z Compiling cargo_metadata v0.23.1
16632026-04-13T20:38:58.290Z Compiling toml_edit v0.19.15
16642026-04-13T20:38:58.473Z Compiling usdt v0.6.0
16652026-04-13T20:38:58.761Z Compiling daft v0.1.5
16662026-04-13T20:38:59.034Z Compiling elliptic-curve v0.13.8
16672026-04-13T20:38:59.447Z Compiling async-stream v0.3.6
16682026-04-13T20:38:59.461Z Compiling dof v0.3.0
16692026-04-13T20:38:59.588Z Compiling futures v0.3.32
16702026-04-13T20:38:59.672Z Compiling slog-bunyan v2.5.0
16712026-04-13T20:38:59.816Z Compiling tokio-rustls v0.25.0
16722026-04-13T20:38:59.883Z Compiling phf v0.13.1
16732026-04-13T20:39:00.041Z Compiling hyper-tls v0.6.0
16742026-04-13T20:39:00.183Z Compiling zstd v0.13.3
16752026-04-13T20:39:00.275Z Compiling hubpack v0.1.2
16762026-04-13T20:39:00.427Z Compiling cookie_store v0.22.1
16772026-04-13T20:39:00.451Z Compiling signal-hook-mio v0.2.5
16782026-04-13T20:39:00.500Z Compiling bzip2 v0.4.4
16792026-04-13T20:39:00.573Z Compiling serde_with_macros v3.17.0
16802026-04-13T20:39:01.018Z Compiling async-compression v0.4.41
16812026-04-13T20:39:01.050Z Compiling postgres-types v0.2.12
16822026-04-13T20:39:01.256Z Compiling dtrace-parser v0.2.0
16832026-04-13T20:39:01.331Z Compiling ed25519 v2.2.3
16842026-04-13T20:39:01.494Z Compiling phf_shared v0.11.3
16852026-04-13T20:39:01.603Z Compiling dropshot_endpoint v0.17.0
16862026-04-13T20:39:01.687Z Compiling bstr v1.12.1
16872026-04-13T20:39:01.702Z Compiling pkcs1 v0.7.5
16882026-04-13T20:39:02.000Z Compiling waitgroup v0.1.2
16892026-04-13T20:39:02.107Z Compiling hex v0.4.3
16902026-04-13T20:39:02.146Z Compiling serde-big-array v0.5.1
16912026-04-13T20:39:02.177Z Compiling openapiv3 v2.2.0
16922026-04-13T20:39:02.235Z Compiling rustls-pemfile v2.2.0
16932026-04-13T20:39:02.295Z Compiling rfc6979 v0.4.0
16942026-04-13T20:39:02.351Z Compiling sha1 v0.10.6
16952026-04-13T20:39:02.382Z Compiling strum_macros v0.26.4
16962026-04-13T20:39:02.424Z Compiling enum-as-inner v0.6.1
16972026-04-13T20:39:02.438Z Compiling serde_repr v0.1.20
16982026-04-13T20:39:02.588Z Compiling clap_derive v4.5.55
16992026-04-13T20:39:02.935Z Compiling float-cmp v0.10.0
17002026-04-13T20:39:02.969Z Compiling hostname v0.4.2
17012026-04-13T20:39:03.088Z Compiling thread-id v4.2.2
17022026-04-13T20:39:03.110Z Compiling env_filter v1.0.0
17032026-04-13T20:39:03.175Z Compiling serde_path_to_error v0.1.20
17042026-04-13T20:39:03.359Z Compiling debug-ignore v1.0.5
17052026-04-13T20:39:03.428Z Compiling static_assertions v1.1.0
17062026-04-13T20:39:03.470Z Compiling either v1.15.0
17072026-04-13T20:39:03.502Z Compiling predicates-core v1.0.10
17082026-04-13T20:39:03.529Z Compiling jiff v0.2.21
17092026-04-13T20:39:03.678Z Compiling rustc-hash v2.1.1
17102026-04-13T20:39:03.682Z Compiling fixedbitset v0.5.7
17112026-04-13T20:39:03.785Z Compiling keccak v0.1.6
17122026-04-13T20:39:03.810Z Compiling fixedbitset v0.4.2
17132026-04-13T20:39:04.001Z Compiling difflib v0.4.0
17142026-04-13T20:39:04.037Z Compiling precomputed-hash v0.1.1
17152026-04-13T20:39:04.138Z Compiling normalize-line-endings v0.3.0
17162026-04-13T20:39:04.148Z Compiling data-encoding v2.10.0
17172026-04-13T20:39:04.230Z Compiling new_debug_unreachable v1.0.6
17182026-04-13T20:39:04.363Z Compiling whoami v2.1.0
17192026-04-13T20:39:04.383Z Compiling clap v4.5.60
17202026-04-13T20:39:04.464Z Compiling string_cache v0.8.9
17212026-04-13T20:39:04.625Z Compiling tokio-postgres v0.7.16
17222026-04-13T20:39:04.632Z Compiling hickory-proto v0.25.2
17232026-04-13T20:39:04.709Z Compiling predicates v3.1.4
17242026-04-13T20:39:04.753Z Compiling strum v0.26.3
17252026-04-13T20:39:04.882Z Compiling petgraph v0.6.5
17262026-04-13T20:39:04.912Z Compiling sha3 v0.10.8
17272026-04-13T20:39:05.298Z Compiling petgraph v0.8.3
17282026-04-13T20:39:05.365Z Compiling iddqd v0.3.17
17292026-04-13T20:39:05.394Z Compiling toml_edit v0.22.27
17302026-04-13T20:39:06.370Z Compiling zip v4.6.1
17312026-04-13T20:39:06.484Z Compiling itertools v0.13.0
17322026-04-13T20:39:07.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17332026-04-13T20:39:07.308Z Compiling env_logger v0.11.9
17342026-04-13T20:39:07.672Z Compiling usdt-impl v0.5.0
17352026-04-13T20:39:07.716Z Compiling ecdsa v0.16.9
17362026-04-13T20:39:07.730Z Compiling serde_with v3.17.0
17372026-04-13T20:39:08.100Z Compiling similar v2.7.0
17382026-04-13T20:39:08.114Z Compiling crossterm v0.28.1
17392026-04-13T20:39:08.259Z Compiling rsa v0.9.10
17402026-04-13T20:39:08.965Z Compiling ed25519-dalek v2.2.0
17412026-04-13T20:39:09.437Z Compiling zip v0.6.6
17422026-04-13T20:39:09.643Z Compiling toml v0.7.8
17432026-04-13T20:39:10.266Z Compiling heck v0.4.1
17442026-04-13T20:39:10.281Z Compiling crossbeam-epoch v0.9.18
17452026-04-13T20:39:10.299Z Compiling tokio-stream v0.1.18
17462026-04-13T20:39:10.498Z Compiling buf-list v1.1.2
17472026-04-13T20:39:10.608Z Compiling x509-cert v0.2.5
17482026-04-13T20:39:10.763Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-04-13T20:39:10.778Z Compiling toml_datetime v0.7.5+spec-1.1.0
17502026-04-13T20:39:10.849Z Compiling peg-runtime v0.8.5
17512026-04-13T20:39:11.064Z Compiling lalrpop-util v0.19.12
17522026-04-13T20:39:11.085Z Compiling filetime v0.2.27
17532026-04-13T20:39:11.162Z Compiling xattr v1.6.1
17542026-04-13T20:39:11.258Z Compiling tar v0.4.45
17552026-04-13T20:39:17.168Z Compiling rustls-webpki v0.103.9
17562026-04-13T20:39:19.997Z Compiling tokio-rustls v0.26.4
17572026-04-13T20:39:19.998Z Compiling rustls-platform-verifier v0.6.2
17582026-04-13T20:39:20.205Z Compiling hyper-rustls v0.27.7
17592026-04-13T20:39:20.414Z Compiling reqwest v0.12.28
17602026-04-13T20:39:20.414Z Compiling reqwest v0.13.2
17612026-04-13T20:39:22.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622026-04-13T20:39:22.733Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17632026-04-13T20:39:25.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17642026-04-13T20:39:25.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17652026-04-13T20:39:25.808ZApr 13 20:39:24.694 INFO Starting download, target: Console
17662026-04-13T20:39:25.808ZApr 13 20:39:24.695 INFO Starting download, target: Cockroach
17672026-04-13T20:39:25.808ZApr 13 20:39:24.695 INFO Starting download, target: Clickhouse
17682026-04-13T20:39:25.808ZApr 13 20:39:24.695 INFO Starting download, target: DendriteStub
17692026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Starting download, target: MaghemiteMgd
17702026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Starting download, target: TransceiverControl
17712026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-04-13T20:39:25.811ZApr 13 20:39:24.695 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17772026-04-13T20:39:26.216ZApr 13 20:39:25.099 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-04-13T20:39:26.433ZApr 13 20:39:25.313 INFO Download complete, target: TransceiverControl
17792026-04-13T20:39:26.832ZApr 13 20:39:25.708 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-04-13T20:39:27.082ZApr 13 20:39:25.969 INFO Download complete, target: Console
17812026-04-13T20:39:27.179ZApr 13 20:39:26.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-04-13T20:39:27.561ZApr 13 20:39:26.448 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-04-13T20:39:27.643ZApr 13 20:39:26.530 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17842026-04-13T20:39:27.946ZApr 13 20:39:26.833 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-04-13T20:39:27.946ZApr 13 20:39:26.833 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-04-13T20:39:29.510ZApr 13 20:39:28.397 INFO Download complete, target: DendriteStub
17872026-04-13T20:39:29.978ZApr 13 20:39:28.865 INFO Download complete, target: MaghemiteMgd
17882026-04-13T20:39:32.684ZApr 13 20:39:31.570 INFO Checking that binary works, target: Cockroach
17892026-04-13T20:39:32.787ZApr 13 20:39:31.673 INFO Download complete, target: Cockroach
17902026-04-13T20:39:34.515ZApr 13 20:39:33.401 INFO Checking that binary works, target: Clickhouse
17912026-04-13T20:39:34.628ZApr 13 20:39:33.515 INFO Download complete, target: Clickhouse
17922026-04-13T20:39:34.642ZAll builder prerequisites installed successfully, and PATH looks valid
17932026-04-13T20:39:34.645Z
17942026-04-13T20:39:34.645Zreal 3:13.266499779
17952026-04-13T20:39:34.645Zuser 7:30.551321537
17962026-04-13T20:39:34.645Zsys 1:28.013392334
17972026-04-13T20:39:34.646Ztrap 0.227379800
17982026-04-13T20:39:34.646Ztflt 0.863417260
17992026-04-13T20:39:34.646Zdflt 0.898548438
18002026-04-13T20:39:34.646Zkflt 0.042317269
18012026-04-13T20:39:34.646Zlock 21:56.047900132
18022026-04-13T20:39:34.646Zslp 22:56.570464371
18032026-04-13T20:39:34.646Zlat 42.873726947
18042026-04-13T20:39:34.646Zstop 1:58.108419840
18052026-04-13T20:39:34.646Z+ banner hack-check
18062026-04-13T20:39:34.646Z
18072026-04-13T20:39:34.646Z # # ## #### # # #### # # ###### #### # #
18082026-04-13T20:39:34.646Z # # # # # # # # # # # # # # # # #
18092026-04-13T20:39:34.646Z ###### # # # #### ##### # ###### ##### # ####
18102026-04-13T20:39:34.646Z # # ###### # # # # # # # # # #
18112026-04-13T20:39:34.646Z # # # # # # # # # # # # # # # # #
18122026-04-13T20:39:34.646Z # # # # #### # # #### # # ###### #### # #
18132026-04-13T20:39:34.646Z
18142026-04-13T20:39:34.646Z+ export CARGO_INCREMENTAL=0
18152026-04-13T20:39:34.646Z+ CARGO_INCREMENTAL=0
18162026-04-13T20:39:34.646Z+ ptime -m timeout 2h cargo xtask check-features --ci
18172026-04-13T20:39:35.187Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18182026-04-13T20:39:35.408Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18192026-04-13T20:39:37.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18202026-04-13T20:39:37.366Z Running `target/debug/xtask check-features --ci`
18212026-04-13T20:39:37.392Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18222026-04-13T20:39:37.395Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18232026-04-13T20:39:37.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18242026-04-13T20:39:37.902Z Running `target/debug/xtask download cargo-hack`
18252026-04-13T20:39:38.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262026-04-13T20:39:39.001Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18272026-04-13T20:39:41.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18282026-04-13T20:39:41.654Z Running `target/debug/xtask-downloader cargo-hack`
18292026-04-13T20:39:41.698ZApr 13 20:39:40.584 INFO Starting download, target: CargoHack
18302026-04-13T20:39:41.701ZApr 13 20:39:40.585 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18312026-04-13T20:39:42.276ZApr 13 20:39:41.162 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18322026-04-13T20:39:42.328ZApr 13 20:39:41.214 INFO Download complete, target: CargoHack
18332026-04-13T20:39:42.331Zrunning: "/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"
18342026-04-13T20:39:42.344Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18352026-04-13T20:39:42.494Zinfo: running `cargo check --bins` on api_identity (1/271)
18362026-04-13T20:39:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-13T20:39:42.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-13T20:39:42.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-13T20:39:42.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-04-13T20:39:43.079Z
18412026-04-13T20:39:43.079Zinfo: running `cargo check --bins` on bootstore (2/271)
18422026-04-13T20:39:43.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-13T20:39:43.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-13T20:39:43.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-13T20:39:43.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-04-13T20:39:43.663Z
18472026-04-13T20:39:43.663Zinfo: running `cargo check --bins` on omicron-ledger (3/271)
18482026-04-13T20:39:44.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-13T20:39:44.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-13T20:39:44.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-13T20:39:44.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-13T20:39:44.248Z
18532026-04-13T20:39:44.248Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271)
18542026-04-13T20:39:44.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-13T20:39:44.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-13T20:39:44.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-13T20:39:44.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-04-13T20:39:44.833Z
18592026-04-13T20:39:44.833Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271)
18602026-04-13T20:39:45.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-13T20:39:45.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-13T20:39:45.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-13T20:39:45.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18642026-04-13T20:39:45.425Z
18652026-04-13T20:39:45.425Zinfo: running `cargo check --bins` on omicron-certificates (6/271)
18662026-04-13T20:39:45.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-13T20:39:45.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-13T20:39:45.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-13T20:39:45.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-13T20:39:46.023Z
18712026-04-13T20:39:46.023Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/271)
18722026-04-13T20:39:46.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-13T20:39:46.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-13T20:39:46.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-13T20:39:46.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18762026-04-13T20:39:46.619Z
18772026-04-13T20:39:46.619Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271)
18782026-04-13T20:39:47.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-13T20:39:47.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-13T20:39:47.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-13T20:39:47.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18822026-04-13T20:39:47.221Z
18832026-04-13T20:39:47.221Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271)
18842026-04-13T20:39:47.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-13T20:39:47.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-13T20:39:47.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-13T20:39:47.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-04-13T20:39:47.691Z
18892026-04-13T20:39:47.691Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271)
18902026-04-13T20:39:48.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-13T20:39:48.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-13T20:39:48.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-13T20:39:48.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-13T20:39:48.158Z
18952026-04-13T20:39:48.158Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271)
18962026-04-13T20:39:48.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-13T20:39:48.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-13T20:39:48.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-13T20:39:48.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-13T20:39:48.623Z
19012026-04-13T20:39:48.624Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271)
19022026-04-13T20:39:49.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-13T20:39:49.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-13T20:39:49.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-13T20:39:49.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-13T20:39:49.089Z
19072026-04-13T20:39:49.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271)
19082026-04-13T20:39:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-13T20:39:49.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-13T20:39:49.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-13T20:39:49.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-13T20:39:49.563Z
19132026-04-13T20:39:49.563Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271)
19142026-04-13T20:39:49.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-13T20:39:49.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-13T20:39:49.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-13T20:39:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-04-13T20:39:50.027Z
19192026-04-13T20:39:50.027Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271)
19202026-04-13T20:39:50.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-13T20:39:50.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-13T20:39:50.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-13T20:39:50.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-04-13T20:39:50.495Z
19252026-04-13T20:39:50.495Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271)
19262026-04-13T20:39:50.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-13T20:39:50.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-13T20:39:50.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-13T20:39:50.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-13T20:39:50.963Z
19312026-04-13T20:39:50.963Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271)
19322026-04-13T20:39:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-13T20:39:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-13T20:39:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-13T20:39:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-13T20:39:51.429Z
19372026-04-13T20:39:51.429Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271)
19382026-04-13T20:39:51.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-13T20:39:51.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-13T20:39:51.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-13T20:39:51.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-13T20:39:51.893Z
19432026-04-13T20:39:51.893Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271)
19442026-04-13T20:39:52.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-13T20:39:52.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-13T20:39:52.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-13T20:39:52.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-04-13T20:39:52.360Z
19492026-04-13T20:39:52.360Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271)
19502026-04-13T20:39:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-13T20:39:52.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-13T20:39:52.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-13T20:39:52.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-04-13T20:39:52.828Z
19552026-04-13T20:39:52.828Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271)
19562026-04-13T20:39:53.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-13T20:39:53.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-13T20:39:53.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-13T20:39:53.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-04-13T20:39:53.296Z
19612026-04-13T20:39:53.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271)
19622026-04-13T20:39:53.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-13T20:39:53.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-13T20:39:53.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-13T20:39:53.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-13T20:39:53.764Z
19672026-04-13T20:39:53.764Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271)
19682026-04-13T20:39:54.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-13T20:39:54.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-13T20:39:54.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-13T20:39:54.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-04-13T20:39:54.236Z
19732026-04-13T20:39:54.236Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271)
19742026-04-13T20:39:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-13T20:39:54.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-13T20:39:54.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-13T20:39:54.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-04-13T20:39:54.709Z
19792026-04-13T20:39:54.710Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271)
19802026-04-13T20:39:55.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-13T20:39:55.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-13T20:39:55.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-13T20:39:55.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-13T20:39:55.174Z
19852026-04-13T20:39:55.174Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271)
19862026-04-13T20:39:55.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-13T20:39:55.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-13T20:39:55.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-13T20:39:55.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-04-13T20:39:55.642Z
19912026-04-13T20:39:55.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271)
19922026-04-13T20:39:56.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-13T20:39:56.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-13T20:39:56.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-13T20:39:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-13T20:39:56.110Z
19972026-04-13T20:39:56.110Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271)
19982026-04-13T20:39:56.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-13T20:39:56.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-13T20:39:56.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-13T20:39:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-04-13T20:39:56.584Z
20032026-04-13T20:39:56.584Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271)
20042026-04-13T20:39:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-13T20:39:56.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-13T20:39:56.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-13T20:39:56.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-13T20:39:57.053Z
20092026-04-13T20:39:57.053Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271)
20102026-04-13T20:39:57.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-13T20:39:57.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-13T20:39:57.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-13T20:39:57.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-13T20:39:57.524Z
20152026-04-13T20:39:57.524Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271)
20162026-04-13T20:39:57.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-13T20:39:57.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-13T20:39:57.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-13T20:39:57.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-04-13T20:39:57.998Z
20212026-04-13T20:39:57.998Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271)
20222026-04-13T20:39:58.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-13T20:39:58.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-13T20:39:58.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-13T20:39:58.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-13T20:39:58.463Z
20272026-04-13T20:39:58.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271)
20282026-04-13T20:39:58.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-13T20:39:58.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-13T20:39:58.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-13T20:39:58.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-04-13T20:39:58.926Z
20332026-04-13T20:39:58.926Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271)
20342026-04-13T20:39:59.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-13T20:39:59.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-13T20:39:59.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-13T20:39:59.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-04-13T20:39:59.394Z
20392026-04-13T20:39:59.394Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271)
20402026-04-13T20:39:59.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-13T20:39:59.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-13T20:39:59.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-13T20:39:59.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-04-13T20:39:59.863Z
20452026-04-13T20:39:59.863Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271)
20462026-04-13T20:40:00.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-13T20:40:00.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-13T20:40:00.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-13T20:40:00.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-13T20:40:00.334Z
20512026-04-13T20:40:00.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271)
20522026-04-13T20:40:00.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-13T20:40:00.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-13T20:40:00.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-13T20:40:00.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-13T20:40:00.802Z
20572026-04-13T20:40:00.802Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271)
20582026-04-13T20:40:01.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-13T20:40:01.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-13T20:40:01.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-13T20:40:01.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-04-13T20:40:01.267Z
20632026-04-13T20:40:01.267Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271)
20642026-04-13T20:40:01.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-13T20:40:01.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-13T20:40:01.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-13T20:40:01.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-04-13T20:40:01.733Z
20692026-04-13T20:40:01.733Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271)
20702026-04-13T20:40:02.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-13T20:40:02.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-13T20:40:02.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-13T20:40:02.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-13T20:40:02.203Z
20752026-04-13T20:40:02.203Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271)
20762026-04-13T20:40:02.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-13T20:40:02.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-13T20:40:02.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-13T20:40:02.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-04-13T20:40:02.671Z
20812026-04-13T20:40:02.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271)
20822026-04-13T20:40:03.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-13T20:40:03.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-13T20:40:03.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-13T20:40:03.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-04-13T20:40:03.139Z
20872026-04-13T20:40:03.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271)
20882026-04-13T20:40:03.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-13T20:40:03.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-13T20:40:03.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-13T20:40:03.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-04-13T20:40:03.610Z
20932026-04-13T20:40:03.610Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271)
20942026-04-13T20:40:04.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-13T20:40:04.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-13T20:40:04.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-13T20:40:04.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-13T20:40:04.083Z
20992026-04-13T20:40:04.083Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271)
21002026-04-13T20:40:04.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-13T20:40:04.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-13T20:40:04.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-13T20:40:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-04-13T20:40:04.557Z
21052026-04-13T20:40:04.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271)
21062026-04-13T20:40:04.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-13T20:40:04.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-13T20:40:04.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-13T20:40:04.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-04-13T20:40:05.031Z
21112026-04-13T20:40:05.031Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271)
21122026-04-13T20:40:05.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-13T20:40:05.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-13T20:40:05.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-13T20:40:05.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21162026-04-13T20:40:05.501Z
21172026-04-13T20:40:05.501Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271)
21182026-04-13T20:40:05.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-13T20:40:05.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-13T20:40:05.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-13T20:40:05.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21222026-04-13T20:40:05.970Z
21232026-04-13T20:40:05.970Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271)
21242026-04-13T20:40:06.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-13T20:40:06.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-13T20:40:06.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-13T20:40:06.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-04-13T20:40:06.607Z
21292026-04-13T20:40:06.607Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271)
21302026-04-13T20:40:07.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-13T20:40:07.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-13T20:40:07.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-13T20:40:07.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21342026-04-13T20:40:07.234Z
21352026-04-13T20:40:07.234Zinfo: running `cargo check --bins` on nexus-config (51/271)
21362026-04-13T20:40:07.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-13T20:40:07.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-13T20:40:07.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-13T20:40:07.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21402026-04-13T20:40:07.865Z
21412026-04-13T20:40:07.866Zinfo: running `cargo check --bins` on nexus-types (52/271)
21422026-04-13T20:40:08.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-13T20:40:08.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-13T20:40:08.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-13T20:40:08.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21462026-04-13T20:40:08.498Z
21472026-04-13T20:40:08.498Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271)
21482026-04-13T20:40:09.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-13T20:40:09.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-13T20:40:09.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-13T20:40:09.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-04-13T20:40:09.098Z
21532026-04-13T20:40:09.098Zinfo: running `cargo check --bins` on omicron-passwords (54/271)
21542026-04-13T20:40:09.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-13T20:40:09.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-13T20:40:09.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-13T20:40:09.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21582026-04-13T20:40:09.689Z
21592026-04-13T20:40:09.689Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/271)
21602026-04-13T20:40:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-13T20:40:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-13T20:40:10.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-13T20:40:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21642026-04-13T20:40:10.299Z
21652026-04-13T20:40:10.299Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271)
21662026-04-13T20:40:10.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-13T20:40:10.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-13T20:40:10.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-13T20:40:10.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-04-13T20:40:10.902Z
21712026-04-13T20:40:10.902Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271)
21722026-04-13T20:40:11.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-13T20:40:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-13T20:40:11.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-13T20:40:11.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-04-13T20:40:11.508Z
21772026-04-13T20:40:11.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271)
21782026-04-13T20:40:12.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-13T20:40:12.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-13T20:40:12.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-13T20:40:12.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21822026-04-13T20:40:12.107Z
21832026-04-13T20:40:12.107Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271)
21842026-04-13T20:40:12.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-13T20:40:12.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-13T20:40:12.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-13T20:40:12.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-04-13T20:40:12.698Z
21892026-04-13T20:40:12.698Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271)
21902026-04-13T20:40:13.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-13T20:40:13.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-13T20:40:13.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-13T20:40:13.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-04-13T20:40:13.292Z
21952026-04-13T20:40:13.292Zinfo: running `cargo check --bins --no-default-features` on gfss (61/271)
21962026-04-13T20:40:13.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-13T20:40:13.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-13T20:40:13.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-13T20:40:13.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-04-13T20:40:13.887Z
22012026-04-13T20:40:13.887Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271)
22022026-04-13T20:40:14.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-13T20:40:14.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-13T20:40:14.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-13T20:40:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-04-13T20:40:14.480Z
22072026-04-13T20:40:14.480Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/271)
22082026-04-13T20:40:14.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-13T20:40:14.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-13T20:40:14.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-13T20:40:14.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-04-13T20:40:15.082Z
22132026-04-13T20:40:15.082Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/271)
22142026-04-13T20:40:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-13T20:40:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-13T20:40:15.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-13T20:40:15.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-04-13T20:40:15.690Z
22192026-04-13T20:40:15.690Zinfo: running `cargo check --bins` on cockroach-admin-types (65/271)
22202026-04-13T20:40:16.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-13T20:40:16.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-13T20:40:16.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-13T20:40:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-04-13T20:40:16.289Z
22252026-04-13T20:40:16.289Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/271)
22262026-04-13T20:40:16.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-13T20:40:16.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-13T20:40:16.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-13T20:40:16.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-04-13T20:40:16.880Z
22312026-04-13T20:40:16.880Zinfo: running `cargo check --bins` on ereport-types (67/271)
22322026-04-13T20:40:17.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-13T20:40:17.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-13T20:40:17.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-13T20:40:17.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-04-13T20:40:17.476Z
22372026-04-13T20:40:17.476Zinfo: running `cargo check --bins` on gateway-client (68/271)
22382026-04-13T20:40:17.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-13T20:40:17.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-13T20:40:17.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-13T20:40:17.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-04-13T20:40:18.078Z
22432026-04-13T20:40:18.078Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/271)
22442026-04-13T20:40:18.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-13T20:40:18.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-13T20:40:18.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-13T20:40:18.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-04-13T20:40:18.668Z
22492026-04-13T20:40:18.669Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271)
22502026-04-13T20:40:19.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-13T20:40:19.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-13T20:40:19.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-13T20:40:19.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-04-13T20:40:19.264Z
22552026-04-13T20:40:19.264Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271)
22562026-04-13T20:40:19.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-13T20:40:19.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-13T20:40:19.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-13T20:40:19.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22602026-04-13T20:40:19.860Z
22612026-04-13T20:40:19.860Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271)
22622026-04-13T20:40:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-13T20:40:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-13T20:40:20.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-13T20:40:20.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22662026-04-13T20:40:20.461Z
22672026-04-13T20:40:20.461Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/271)
22682026-04-13T20:40:20.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-13T20:40:20.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-13T20:40:20.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-04-13T20:40:20.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22722026-04-13T20:40:21.077Z
22732026-04-13T20:40:21.077Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271)
22742026-04-13T20:40:21.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-04-13T20:40:21.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-04-13T20:40:21.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772026-04-13T20:40:21.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22782026-04-13T20:40:21.703Z
22792026-04-13T20:40:21.703Zinfo: running `cargo check --bins` on key-manager-types (75/271)
22802026-04-13T20:40:22.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812026-04-13T20:40:22.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822026-04-13T20:40:22.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832026-04-13T20:40:22.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22842026-04-13T20:40:22.306Z
22852026-04-13T20:40:22.306Zinfo: running `cargo check --bins` on oxlog (76/271)
22862026-04-13T20:40:22.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872026-04-13T20:40:22.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882026-04-13T20:40:22.939Z Checking cfg-if v1.0.4
22892026-04-13T20:40:22.942Z Checking libc v0.2.180
22902026-04-13T20:40:22.942Z Checking serde_core v1.0.228
22912026-04-13T20:40:23.061Z Checking zeroize v1.8.2
22922026-04-13T20:40:23.069Z Checking memchr v2.8.0
22932026-04-13T20:40:23.079Z Checking log v0.4.29
22942026-04-13T20:40:23.082Z Checking smallvec v1.15.1
22952026-04-13T20:40:23.101Z Checking subtle v2.6.1
22962026-04-13T20:40:23.104Z Checking itoa v1.0.17
22972026-04-13T20:40:23.202Z Checking typenum v1.19.0
22982026-04-13T20:40:23.245Z Checking scopeguard v1.2.0
22992026-04-13T20:40:23.259Z Checking stable_deref_trait v1.2.1
23002026-04-13T20:40:23.259Z Checking const-oid v0.9.6
23012026-04-13T20:40:23.262Z Checking pin-project-lite v0.2.17
23022026-04-13T20:40:23.333Z Checking portable-atomic v1.13.1
23032026-04-13T20:40:23.346Z Checking lock_api v0.4.14
23042026-04-13T20:40:23.369Z Checking zerofrom v0.1.6
23052026-04-13T20:40:23.441Z Checking critical-section v1.2.0
23062026-04-13T20:40:23.458Z Checking getrandom v0.2.17
23072026-04-13T20:40:23.482Z Checking errno v0.3.14
23082026-04-13T20:40:23.538Z Checking yoke v0.8.1
23092026-04-13T20:40:23.549Z Checking parking_lot_core v0.9.12
23102026-04-13T20:40:23.596Z Checking signal-hook-registry v1.4.8
23112026-04-13T20:40:23.608Z Checking rand_core v0.6.4
23122026-04-13T20:40:23.704Z Checking mio v1.1.1
23132026-04-13T20:40:23.725Z Checking generic-array v0.14.7
23142026-04-13T20:40:23.737Z Checking parking_lot v0.12.5
23152026-04-13T20:40:23.740Z Checking once_cell v1.21.3
23162026-04-13T20:40:23.760Z Checking futures-core v0.3.32
23172026-04-13T20:40:23.781Z Checking zerovec v0.11.5
23182026-04-13T20:40:23.877Z Checking zerocopy v0.8.40
23192026-04-13T20:40:23.915Z Checking socket2 v0.6.2
23202026-04-13T20:40:23.915Z Checking zmij v1.0.21
23212026-04-13T20:40:23.949Z Checking libm v0.2.16
23222026-04-13T20:40:23.974Z Checking litemap v0.8.1
23232026-04-13T20:40:24.127Z Checking percent-encoding v2.3.2
23242026-04-13T20:40:24.145Z Checking allocator-api2 v0.2.21
23252026-04-13T20:40:24.156Z Checking writeable v0.6.2
23262026-04-13T20:40:24.167Z Checking crypto-common v0.1.7
23272026-04-13T20:40:24.213Z Checking block-buffer v0.10.4
23282026-04-13T20:40:24.261Z Checking tinystr v0.8.2
23292026-04-13T20:40:24.284Z Checking futures-sink v0.3.32
23302026-04-13T20:40:24.311Z Checking equivalent v1.0.2
23312026-04-13T20:40:24.350Z Checking digest v0.10.7
23322026-04-13T20:40:24.380Z Checking futures-channel v0.3.32
23332026-04-13T20:40:24.393Z Checking potential_utf v0.1.4
23342026-04-13T20:40:24.424Z Checking zerotrie v0.2.3
23352026-04-13T20:40:24.436Z Checking icu_locale_core v2.1.1
23362026-04-13T20:40:24.519Z Checking cpufeatures v0.2.17
23372026-04-13T20:40:24.536Z Checking serde v1.0.228
23382026-04-13T20:40:24.549Z Checking bitflags v2.11.0
23392026-04-13T20:40:24.573Z Checking serde_json v1.0.149
23402026-04-13T20:40:24.587Z Checking futures-io v0.3.32
23412026-04-13T20:40:24.661Z Checking num-traits v0.2.19
23422026-04-13T20:40:24.668Z Checking foldhash v0.2.0
23432026-04-13T20:40:24.701Z Checking slab v0.4.12
23442026-04-13T20:40:24.723Z Checking futures-task v0.3.32
23452026-04-13T20:40:24.843Z Checking hashbrown v0.16.1
23462026-04-13T20:40:24.861Z Checking icu_collections v2.1.1
23472026-04-13T20:40:24.874Z Checking futures-util v0.3.32
23482026-04-13T20:40:24.952Z Checking bytes v1.11.1
23492026-04-13T20:40:24.998Z Checking icu_provider v2.1.1
23502026-04-13T20:40:25.168Z Checking hmac v0.12.1
23512026-04-13T20:40:25.213Z Checking icu_normalizer_data v2.1.1
23522026-04-13T20:40:25.231Z Checking icu_properties_data v2.1.2
23532026-04-13T20:40:25.255Z Checking block-padding v0.3.3
23542026-04-13T20:40:25.284Z Checking icu_normalizer v2.1.1
23552026-04-13T20:40:25.299Z Checking getrandom v0.3.4
23562026-04-13T20:40:25.339Z Checking indexmap v2.13.0
23572026-04-13T20:40:25.354Z Checking icu_properties v2.1.2
23582026-04-13T20:40:25.384Z Checking tokio v1.50.0
23592026-04-13T20:40:25.398Z Checking inout v0.1.4
23602026-04-13T20:40:25.440Z Checking rustls-pki-types v1.14.0
23612026-04-13T20:40:25.533Z Checking utf8_iter v1.0.4
23622026-04-13T20:40:25.590Z Checking byteorder v1.5.0
23632026-04-13T20:40:25.666Z Checking cipher v0.4.4
23642026-04-13T20:40:25.742Z Checking sha2 v0.10.9
23652026-04-13T20:40:25.796Z Checking form_urlencoded v1.2.2
23662026-04-13T20:40:25.874Z Checking base64ct v1.8.3
23672026-04-13T20:40:25.901Z Checking rand_core v0.10.0
23682026-04-13T20:40:25.925Z Checking fnv v1.0.7
23692026-04-13T20:40:26.018Z Checking http v1.4.0
23702026-04-13T20:40:26.032Z Checking untrusted v0.9.0
23712026-04-13T20:40:26.042Z Checking getrandom v0.4.1
23722026-04-13T20:40:26.103Z Checking pem-rfc7468 v0.7.0
23732026-04-13T20:40:26.135Z Checking flagset v0.4.7
23742026-04-13T20:40:26.175Z Checking idna_adapter v1.2.1
23752026-04-13T20:40:26.188Z Checking uuid v1.23.0
23762026-04-13T20:40:26.253Z Checking ring v0.17.14
23772026-04-13T20:40:26.266Z Checking der v0.7.10
23782026-04-13T20:40:26.291Z Checking idna v1.1.0
23792026-04-13T20:40:26.495Z Checking rand_core v0.9.5
23802026-04-13T20:40:26.531Z Checking url v2.5.8
23812026-04-13T20:40:26.572Z Checking iana-time-zone v0.1.65
23822026-04-13T20:40:26.656Z Checking ppv-lite86 v0.2.21
23832026-04-13T20:40:26.669Z Checking salsa20 v0.10.2
23842026-04-13T20:40:26.681Z Checking chrono v0.4.44
23852026-04-13T20:40:26.791Z Checking pbkdf2 v0.12.2
23862026-04-13T20:40:26.804Z Checking tracing-core v0.1.36
23872026-04-13T20:40:26.905Z Checking scrypt v0.11.0
23882026-04-13T20:40:26.942Z Checking rand_chacha v0.9.0
23892026-04-13T20:40:26.970Z Checking http-body v1.0.1
23902026-04-13T20:40:26.991Z Checking spki v0.7.3
23912026-04-13T20:40:27.045Z Checking cbc v0.1.2
23922026-04-13T20:40:27.099Z Checking aes v0.8.4
23932026-04-13T20:40:27.111Z Checking tracing v0.1.44
23942026-04-13T20:40:27.136Z Checking rustix v1.1.3
23952026-04-13T20:40:27.159Z Checking powerfmt v0.2.0
23962026-04-13T20:40:27.173Z Checking atomic-waker v1.1.2
23972026-04-13T20:40:27.250Z Checking base64 v0.22.1
23982026-04-13T20:40:27.269Z Checking regex-syntax v0.8.10
23992026-04-13T20:40:27.307Z Checking deranged v0.5.8
24002026-04-13T20:40:27.322Z Checking rand v0.9.2
24012026-04-13T20:40:27.483Z Checking pkcs5 v0.7.1
24022026-04-13T20:40:27.497Z Checking httparse v1.10.1
24032026-04-13T20:40:27.527Z Checking aws-lc-sys v0.37.1
24042026-04-13T20:40:27.701Z Checking spin v0.9.8
24052026-04-13T20:40:27.739Z Checking tower-layer v0.3.3
24062026-04-13T20:40:27.788Z Checking try-lock v0.2.5
24072026-04-13T20:40:27.884Z Checking untrusted v0.7.1
24082026-04-13T20:40:27.907Z Checking openssl-probe v0.2.1
24092026-04-13T20:40:27.907Z Checking num_threads v0.1.7
24102026-04-13T20:40:27.959Z Checking plain v0.2.3
24112026-04-13T20:40:27.990Z Checking simd-adler32 v0.3.8
24122026-04-13T20:40:28.002Z Checking num-conv v0.2.0
24132026-04-13T20:40:28.005Z Checking tower-service v0.3.3
24142026-04-13T20:40:28.027Z Checking time-core v0.1.8
24152026-04-13T20:40:28.059Z Checking aws-lc-rs v1.16.0
24162026-04-13T20:40:28.098Z Checking want v0.3.1
24172026-04-13T20:40:28.117Z Checking pkcs8 v0.10.2
24182026-04-13T20:40:28.156Z Checking crossbeam-utils v0.8.21
24192026-04-13T20:40:28.170Z Checking ipnet v2.11.0
24202026-04-13T20:40:28.220Z Checking semver v1.0.27
24212026-04-13T20:40:28.233Z Checking time v0.3.47
24222026-04-13T20:40:28.295Z Checking crc32fast v1.5.0
24232026-04-13T20:40:28.426Z Checking pin-utils v0.1.0
24242026-04-13T20:40:28.441Z Checking httpdate v1.0.3
24252026-04-13T20:40:28.441Z Checking unicode-ident v1.0.24
24262026-04-13T20:40:28.493Z Checking dyn-clone v1.0.20
24272026-04-13T20:40:28.505Z Checking adler2 v2.0.1
24282026-04-13T20:40:28.549Z Checking ucd-trie v0.1.7
24292026-04-13T20:40:28.593Z Checking tinyvec_macros v0.1.1
24302026-04-13T20:40:28.605Z Checking miniz_oxide v0.8.9
24312026-04-13T20:40:28.608Z Checking schemars v0.8.22
24322026-04-13T20:40:28.629Z Checking proc-macro2 v1.0.106
24332026-04-13T20:40:28.641Z Checking tokio-util v0.7.18
24342026-04-13T20:40:28.656Z Checking tinyvec v1.10.0
24352026-04-13T20:40:28.677Z Checking pest v2.8.6
24362026-04-13T20:40:28.900Z Checking rustls-webpki v0.103.9
24372026-04-13T20:40:28.935Z Checking erased-serde v0.3.31
24382026-04-13T20:40:28.955Z Checking thiserror v2.0.18
24392026-04-13T20:40:28.968Z Checking socket2 v0.5.10
24402026-04-13T20:40:29.057Z Checking foreign-types-shared v0.1.1
24412026-04-13T20:40:29.143Z Checking zlib-rs v0.6.2
24422026-04-13T20:40:29.211Z Checking fastrand v2.3.0
24432026-04-13T20:40:29.245Z Checking h2 v0.4.13
24442026-04-13T20:40:29.259Z Checking pretty-hex v0.4.1
24452026-04-13T20:40:29.315Z Checking rustls v0.23.37
24462026-04-13T20:40:29.318Z Checking slog v2.8.2
24472026-04-13T20:40:29.373Z Checking foreign-types v0.3.2
24482026-04-13T20:40:29.386Z Checking tempfile v3.25.0
24492026-04-13T20:40:29.398Z Checking quote v1.0.44
24502026-04-13T20:40:29.441Z Checking scroll v0.13.0
24512026-04-13T20:40:29.558Z Checking openssl-sys v0.9.111
24522026-04-13T20:40:29.574Z Checking wait-timeout v0.2.1
24532026-04-13T20:40:29.577Z Checking aho-corasick v1.1.4
24542026-04-13T20:40:29.674Z Checking siphasher v1.0.2
24552026-04-13T20:40:29.724Z Checking utf8parse v0.2.2
24562026-04-13T20:40:29.727Z Checking anstyle v1.0.13
24572026-04-13T20:40:29.829Z Checking bit-vec v0.8.0
24582026-04-13T20:40:29.841Z Checking quick-error v1.2.3
24592026-04-13T20:40:29.924Z Checking anstyle-parse v0.2.7
24602026-04-13T20:40:29.944Z Checking rusty-fork v0.3.1
24612026-04-13T20:40:30.030Z Checking bit-set v0.8.0
24622026-04-13T20:40:30.054Z Checking flate2 v1.1.9
24632026-04-13T20:40:30.067Z Checking openssl v0.10.75
24642026-04-13T20:40:30.080Z Checking goblin v0.10.5
24652026-04-13T20:40:30.114Z Checking syn v2.0.117
24662026-04-13T20:40:30.176Z Compiling newtype-uuid v1.3.2
24672026-04-13T20:40:30.298Z Checking regex-automata v0.4.14
24682026-04-13T20:40:30.354Z Checking unicode-normalization v0.1.25
24692026-04-13T20:40:30.368Z Checking rustls-native-certs v0.8.3
24702026-04-13T20:40:30.499Z Checking http-body-util v0.1.3
24712026-04-13T20:40:30.722Z Checking rand_xorshift v0.4.0
24722026-04-13T20:40:30.754Z Checking signature v2.2.0
24732026-04-13T20:40:30.841Z Checking sync_wrapper v1.0.2
24742026-04-13T20:40:30.885Z Checking encoding_rs v0.8.35
24752026-04-13T20:40:30.947Z Checking ryu v1.0.23
24762026-04-13T20:40:31.086Z Checking anstyle-query v1.1.5
24772026-04-13T20:40:31.182Z Checking unicode-bidi v0.3.18
24782026-04-13T20:40:31.480Z Checking winnow v0.7.14
24792026-04-13T20:40:31.708Z Checking is_terminal_polyfill v1.70.2
24802026-04-13T20:40:31.798Z Checking unicode-properties v0.1.4
24812026-04-13T20:40:31.811Z Checking mime v0.3.17
24822026-04-13T20:40:31.937Z Checking hyper v1.8.1
24832026-04-13T20:40:31.979Z Checking unarray v0.1.4
24842026-04-13T20:40:31.979Z Checking colorchoice v1.0.4
24852026-04-13T20:40:32.039Z Checking native-tls v0.2.18
24862026-04-13T20:40:32.079Z Checking proptest v1.10.0
24872026-04-13T20:40:32.093Z Checking anstream v0.6.21
24882026-04-13T20:40:32.106Z Checking stringprep v0.1.5
24892026-04-13T20:40:32.216Z Checking tokio-rustls v0.26.4
24902026-04-13T20:40:32.257Z Checking serde_urlencoded v0.7.1
24912026-04-13T20:40:32.289Z Checking tower v0.5.3
24922026-04-13T20:40:32.376Z Compiling daft v0.1.5
24932026-04-13T20:40:32.391Z Checking dof v0.4.0
24942026-04-13T20:40:32.445Z Checking dtrace-parser v0.3.0
24952026-04-13T20:40:32.457Z Checking ipnetwork v0.21.1
24962026-04-13T20:40:32.647Z Checking crossbeam-epoch v0.9.18
24972026-04-13T20:40:32.661Z Checking rustls-webpki v0.102.8
24982026-04-13T20:40:32.675Z Checking rand_chacha v0.3.1
24992026-04-13T20:40:32.675Z Checking scroll v0.12.0
25002026-04-13T20:40:32.678Z Checking thiserror v1.0.69
25012026-04-13T20:40:32.791Z Checking zstd-sys v2.0.16+zstd.1.5.7
25022026-04-13T20:40:32.845Z Checking hyper-util v0.1.20
25032026-04-13T20:40:32.869Z Checking hash32 v0.2.1
25042026-04-13T20:40:32.885Z Checking webpki-roots v1.0.6
25052026-04-13T20:40:32.898Z Checking num-integer v0.1.46
25062026-04-13T20:40:32.901Z Checking serde_spanned v0.6.9
25072026-04-13T20:40:32.999Z Checking toml_datetime v0.6.11
25082026-04-13T20:40:33.012Z Checking md-5 v0.10.6
25092026-04-13T20:40:33.024Z Checking ff v0.13.1
25102026-04-13T20:40:33.024Z Checking thread-id v5.1.0
25112026-04-13T20:40:33.047Z Checking thread_local v1.1.9
25122026-04-13T20:40:33.101Z Checking iri-string v0.7.10
25132026-04-13T20:40:33.121Z Checking fallible-iterator v0.2.0
25142026-04-13T20:40:33.151Z Checking compression-core v0.4.31
25152026-04-13T20:40:33.160Z Checking base16ct v0.2.0
25162026-04-13T20:40:33.176Z Checking psl-types v2.0.11
25172026-04-13T20:40:33.205Z Checking match_cfg v0.1.0
25182026-04-13T20:40:33.267Z Checking compression-codecs v0.4.37
25192026-04-13T20:40:33.279Z Checking hostname v0.3.1
25202026-04-13T20:40:33.291Z Checking publicsuffix v2.3.0
25212026-04-13T20:40:33.295Z Checking sec1 v0.7.3
25222026-04-13T20:40:33.374Z Checking group v0.13.0
25232026-04-13T20:40:33.391Z Checking postgres-protocol v0.6.10
25242026-04-13T20:40:33.434Z Compiling iddqd v0.3.17
25252026-04-13T20:40:33.451Z Checking num-iter v0.1.45
25262026-04-13T20:40:33.510Z Checking usdt-impl v0.6.0
25272026-04-13T20:40:33.523Z Checking heapless v0.7.17
25282026-04-13T20:40:33.563Z Checking rustls v0.22.4
25292026-04-13T20:40:33.707Z Checking zstd-safe v7.2.4
25302026-04-13T20:40:33.788Z Checking goblin v0.8.2
25312026-04-13T20:40:33.873Z Checking rand v0.8.5
25322026-04-13T20:40:33.926Z Checking oxnet v0.1.4
25332026-04-13T20:40:34.034Z Checking toml_parser v1.0.9+spec-1.1.0
25342026-04-13T20:40:34.087Z Checking hyper-rustls v0.27.7
25352026-04-13T20:40:34.126Z Checking tower-http v0.6.8
25362026-04-13T20:40:34.165Z Checking tokio-native-tls v0.3.1
25372026-04-13T20:40:34.301Z Checking phf_shared v0.13.1
25382026-04-13T20:40:34.322Z Checking slog-json v2.6.1
25392026-04-13T20:40:34.366Z Checking cookie v0.18.1
25402026-04-13T20:40:34.393Z Checking crossbeam-channel v0.5.15
25412026-04-13T20:40:34.406Z Checking terminal_size v0.4.3
25422026-04-13T20:40:34.476Z Checking lazy_static v1.5.0
25432026-04-13T20:40:34.500Z Checking zerocopy v0.7.35
25442026-04-13T20:40:34.516Z Checking bzip2-sys v0.1.13+1.0.8
25452026-04-13T20:40:34.565Z Checking signal-hook v0.3.18
25462026-04-13T20:40:34.579Z Checking futures-executor v0.3.32
25472026-04-13T20:40:34.594Z Checking hkdf v0.12.4
25482026-04-13T20:40:34.607Z Checking toml_datetime v1.0.0+spec-1.1.0
25492026-04-13T20:40:34.733Z Checking serde_spanned v1.0.4
25502026-04-13T20:40:34.753Z Checking crypto-bigint v0.5.5
25512026-04-13T20:40:34.765Z Checking memmap2 v0.9.10
25522026-04-13T20:40:34.765Z Checking is-terminal v0.4.17
25532026-04-13T20:40:34.813Z Checking foldhash v0.1.5
25542026-04-13T20:40:34.851Z Checking toml_writer v1.0.6+spec-1.1.0
25552026-04-13T20:40:34.872Z Checking take_mut v0.2.2
25562026-04-13T20:40:34.940Z Checking libbz2-rs-sys v0.2.2
25572026-04-13T20:40:34.953Z Checking bumpalo v3.20.2
25582026-04-13T20:40:34.975Z Compiling rayon-core v1.13.0
25592026-04-13T20:40:35.011Z Checking clap_lex v1.0.0
25602026-04-13T20:40:35.023Z Checking strsim v0.11.1
25612026-04-13T20:40:35.037Z Checking bitflags v1.3.2
25622026-04-13T20:40:35.108Z Checking winnow v0.5.40
25632026-04-13T20:40:35.150Z Checking managed v0.8.0
25642026-04-13T20:40:35.154Z Checking either v1.15.0
25652026-04-13T20:40:35.175Z Checking term v1.2.1
25662026-04-13T20:40:35.185Z Checking clap_builder v4.5.60
25672026-04-13T20:40:35.336Z Checking bzip2 v0.6.1
25682026-04-13T20:40:35.336Z Checking smoltcp v0.9.1
25692026-04-13T20:40:35.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25702026-04-13T20:40:35.394Z Checking slog-term v2.9.2
25712026-04-13T20:40:35.511Z Checking zopfli v0.8.3
25722026-04-13T20:40:35.563Z Checking toml v1.0.6+spec-1.1.0
25732026-04-13T20:40:35.651Z Checking tokio-rustls v0.25.0
25742026-04-13T20:40:35.668Z Checking elliptic-curve v0.13.8
25752026-04-13T20:40:35.751Z Checking dof v0.3.0
25762026-04-13T20:40:35.838Z Checking slog-async v2.8.0
25772026-04-13T20:40:35.850Z Checking hashbrown v0.15.5
25782026-04-13T20:40:35.929Z Checking usdt v0.6.0
25792026-04-13T20:40:35.969Z Checking signal-hook-mio v0.2.5
25802026-04-13T20:40:36.008Z Checking futures v0.3.32
25812026-04-13T20:40:36.034Z Checking bzip2 v0.4.4
25822026-04-13T20:40:36.069Z Checking cookie_store v0.22.1
25832026-04-13T20:40:36.086Z Checking num-bigint-dig v0.8.6
25842026-04-13T20:40:36.098Z Checking phf v0.13.1
25852026-04-13T20:40:36.141Z Checking slog-bunyan v2.5.0
25862026-04-13T20:40:36.197Z Checking hyper-tls v0.6.0
25872026-04-13T20:40:36.242Z Checking toml_edit v0.19.15
25882026-04-13T20:40:36.266Z Checking zstd v0.13.3
25892026-04-13T20:40:36.308Z Checking postgres-types v0.2.12
25902026-04-13T20:40:36.366Z Checking async-compression v0.4.41
25912026-04-13T20:40:36.401Z Checking crossbeam-deque v0.8.6
25922026-04-13T20:40:36.415Z Checking dtrace-parser v0.2.0
25932026-04-13T20:40:36.452Z Checking bstr v1.12.1
25942026-04-13T20:40:36.490Z Checking regex v1.12.3
25952026-04-13T20:40:36.572Z Checking multer v3.1.0
25962026-04-13T20:40:36.604Z Checking rustls-platform-verifier v0.6.2
25972026-04-13T20:40:36.617Z Checking ed25519 v2.2.3
25982026-04-13T20:40:36.644Z Checking phf_shared v0.11.3
25992026-04-13T20:40:36.741Z Checking curve25519-dalek v4.1.3
26002026-04-13T20:40:36.764Z Checking ref-cast v1.0.25
26012026-04-13T20:40:36.785Z Checking async-stream v0.3.6
26022026-04-13T20:40:36.788Z Checking strum v0.27.2
26032026-04-13T20:40:36.808Z Checking hubpack v0.1.2
26042026-04-13T20:40:36.840Z Checking memoffset v0.9.1
26052026-04-13T20:40:36.862Z Checking rustix v0.38.44
26062026-04-13T20:40:36.901Z Checking pkcs1 v0.7.5
26072026-04-13T20:40:36.901Z Checking camino v1.2.2
26082026-04-13T20:40:36.924Z Checking waitgroup v0.1.2
26092026-04-13T20:40:36.927Z Checking openapiv3 v2.2.0
26102026-04-13T20:40:36.965Z Checking rustls-pemfile v2.2.0
26112026-04-13T20:40:37.020Z Checking rfc6979 v0.4.0
26122026-04-13T20:40:37.103Z Checking float-cmp v0.10.0
26132026-04-13T20:40:37.115Z Checking hex v0.4.3
26142026-04-13T20:40:37.138Z Checking serde-big-array v0.5.1
26152026-04-13T20:40:37.159Z Checking sha1 v0.10.6
26162026-04-13T20:40:37.232Z Checking serde_path_to_error v0.1.20
26172026-04-13T20:40:37.265Z Checking thread-id v4.2.2
26182026-04-13T20:40:37.277Z Checking hostname v0.4.2
26192026-04-13T20:40:37.317Z Checking env_filter v1.0.0
26202026-04-13T20:40:37.336Z Checking new_debug_unreachable v1.0.6
26212026-04-13T20:40:37.348Z Checking fixedbitset v0.5.7
26222026-04-13T20:40:37.369Z Checking debug-ignore v1.0.5
26232026-04-13T20:40:37.403Z Checking fixedbitset v0.4.2
26242026-04-13T20:40:37.459Z Checking data-encoding v2.10.0
26252026-04-13T20:40:37.472Z Checking predicates-core v1.0.10
26262026-04-13T20:40:37.500Z Checking toml_write v0.1.2
26272026-04-13T20:40:37.530Z Checking normalize-line-endings v0.3.0
26282026-04-13T20:40:37.542Z Checking precomputed-hash v0.1.1
26292026-04-13T20:40:37.553Z Checking difflib v0.4.0
26302026-04-13T20:40:37.588Z Checking static_assertions v1.1.0
26312026-04-13T20:40:37.619Z Checking jiff v0.2.21
26322026-04-13T20:40:37.631Z Checking whoami v2.1.0
26332026-04-13T20:40:37.658Z Checking rustc-hash v2.1.1
26342026-04-13T20:40:37.669Z Checking unicode-segmentation v1.12.0
26352026-04-13T20:40:37.672Z Checking keccak v0.1.6
26362026-04-13T20:40:37.729Z Checking predicates v3.1.4
26372026-04-13T20:40:37.732Z Checking hickory-proto v0.25.2
26382026-04-13T20:40:37.823Z Checking tokio-postgres v0.7.16
26392026-04-13T20:40:37.835Z Checking sha3 v0.10.8
26402026-04-13T20:40:37.997Z Checking similar v2.7.0
26412026-04-13T20:40:38.034Z Checking crossterm v0.28.1
26422026-04-13T20:40:38.065Z Checking toml_edit v0.22.27
26432026-04-13T20:40:38.250Z Checking dropshot v0.17.0
26442026-04-13T20:40:38.382Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26452026-04-13T20:40:38.609Z Checking string_cache v0.8.9
26462026-04-13T20:40:38.737Z Checking petgraph v0.6.5
26472026-04-13T20:40:38.782Z Checking petgraph v0.8.3
26482026-04-13T20:40:39.086Z Checking ed25519-dalek v2.2.0
26492026-04-13T20:40:39.131Z Checking env_logger v0.11.9
26502026-04-13T20:40:39.318Z Checking usdt-impl v0.5.0
26512026-04-13T20:40:39.331Z Checking serde_with v3.17.0
26522026-04-13T20:40:39.600Z Checking toml v0.7.8
26532026-04-13T20:40:39.830Z Checking zip v4.6.1
26542026-04-13T20:40:39.927Z Checking ecdsa v0.16.9
26552026-04-13T20:40:39.989Z Checking rsa v0.9.10
26562026-04-13T20:40:40.137Z Checking nix v0.31.1
26572026-04-13T20:40:40.269Z Checking reqwest v0.13.2
26582026-04-13T20:40:40.418Z Checking clap v4.5.60
26592026-04-13T20:40:40.457Z Checking reqwest v0.12.28
26602026-04-13T20:40:40.499Z Checking zip v0.6.6
26612026-04-13T20:40:40.567Z Checking itertools v0.13.0
26622026-04-13T20:40:40.604Z Checking strum v0.26.3
26632026-04-13T20:40:40.707Z Checking fs-err v3.3.0
26642026-04-13T20:40:40.720Z Checking ahash v0.8.12
26652026-04-13T20:40:40.780Z Checking object v0.37.3
26662026-04-13T20:40:40.822Z Checking tokio-stream v0.1.18
26672026-04-13T20:40:40.911Z Checking buf-list v1.1.2
26682026-04-13T20:40:41.008Z Checking anyhow v1.0.102
26692026-04-13T20:40:41.093Z Checking x509-cert v0.2.5
26702026-04-13T20:40:41.123Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26712026-04-13T20:40:41.203Z Checking toml_datetime v0.7.5+spec-1.1.0
26722026-04-13T20:40:41.206Z Checking peg-runtime v0.8.5
26732026-04-13T20:40:41.206Z Checking lalrpop-util v0.19.12
26742026-04-13T20:40:41.309Z Checking rayon v1.11.0
26752026-04-13T20:40:41.346Z Checking sigpipe v0.1.3
26762026-04-13T20:40:41.385Z Checking glob v0.3.3
26772026-04-13T20:40:42.935Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782026-04-13T20:40:43.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
26792026-04-13T20:40:43.388Z
26802026-04-13T20:40:43.388Zinfo: running `cargo check --bins` on internal-dns-types (77/271)
26812026-04-13T20:40:43.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-04-13T20:40:43.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-04-13T20:40:43.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842026-04-13T20:40:43.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26852026-04-13T20:40:43.979Z
26862026-04-13T20:40:43.979Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/271)
26872026-04-13T20:40:44.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882026-04-13T20:40:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892026-04-13T20:40:44.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902026-04-13T20:40:44.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26912026-04-13T20:40:44.568Z
26922026-04-13T20:40:44.568Zinfo: running `cargo check --bins` on nexus-types-versions (79/271)
26932026-04-13T20:40:45.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942026-04-13T20:40:45.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952026-04-13T20:40:45.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962026-04-13T20:40:45.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26972026-04-13T20:40:45.185Z
26982026-04-13T20:40:45.185Zinfo: running `cargo check --bins` on oxql-types (80/271)
26992026-04-13T20:40:45.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002026-04-13T20:40:45.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012026-04-13T20:40:45.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022026-04-13T20:40:45.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27032026-04-13T20:40:45.774Z
27042026-04-13T20:40:45.774Zinfo: running `cargo check --bins` on oximeter-types (81/271)
27052026-04-13T20:40:46.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062026-04-13T20:40:46.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072026-04-13T20:40:46.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082026-04-13T20:40:46.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27092026-04-13T20:40:46.368Z
27102026-04-13T20:40:46.368Zinfo: running `cargo check --bins` on oximeter-types-versions (82/271)
27112026-04-13T20:40:46.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122026-04-13T20:40:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132026-04-13T20:40:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142026-04-13T20:40:46.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27152026-04-13T20:40:46.961Z
27162026-04-13T20:40:46.961Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/271)
27172026-04-13T20:40:47.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182026-04-13T20:40:47.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192026-04-13T20:40:47.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202026-04-13T20:40:47.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27212026-04-13T20:40:47.544Z
27222026-04-13T20:40:47.544Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/271)
27232026-04-13T20:40:48.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242026-04-13T20:40:48.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252026-04-13T20:40:48.230Z Compiling structmeta-derive v0.3.0
27262026-04-13T20:40:48.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27272026-04-13T20:40:48.359Z Compiling dropshot v0.16.7
27282026-04-13T20:40:48.370Z Compiling newtype-uuid-macros v0.1.0
27292026-04-13T20:40:48.370Z Compiling dropshot_endpoint v0.16.7
27302026-04-13T20:40:48.390Z Checking newtype-uuid v1.3.2
27312026-04-13T20:40:48.404Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27322026-04-13T20:40:48.429Z Checking toml v0.9.12+spec-1.1.0
27332026-04-13T20:40:48.576Z Checking progenitor-client v0.13.0
27342026-04-13T20:40:48.588Z Checking daft v0.1.5
27352026-04-13T20:40:48.719Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27362026-04-13T20:40:48.805Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27372026-04-13T20:40:48.823Z Checking backon v1.6.0
27382026-04-13T20:40:48.836Z Checking iddqd v0.3.17
27392026-04-13T20:40:49.101Z Checking instant v0.1.13
27402026-04-13T20:40:49.186Z Compiling prettyplease v0.2.37
27412026-04-13T20:40:49.198Z Checking backoff v0.4.0
27422026-04-13T20:40:49.230Z Compiling progenitor-extras v0.1.1
27432026-04-13T20:40:49.370Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27442026-04-13T20:40:49.393Z Compiling structmeta v0.3.0
27452026-04-13T20:40:49.470Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27462026-04-13T20:40:49.604Z Compiling derive-ex v0.1.8
27472026-04-13T20:40:49.674Z Compiling parse-display-derive v0.10.0
27482026-04-13T20:40:49.692Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27492026-04-13T20:40:49.719Z Checking progenitor-client v0.10.0
27502026-04-13T20:40:49.748Z Checking itertools v0.14.0
27512026-04-13T20:40:49.941Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27522026-04-13T20:40:50.428Z Checking regress v0.10.5
27532026-04-13T20:40:51.179Z Checking macaddr v1.0.1
27542026-04-13T20:40:51.321Z Compiling test-strategy v0.4.5
27552026-04-13T20:40:51.362Z Checking num-rational v0.4.2
27562026-04-13T20:40:51.374Z Checking parse-display v0.10.0
27572026-04-13T20:40:51.630Z Compiling usdt-attr-macro v0.5.0
27582026-04-13T20:40:51.779Z Compiling usdt-macro v0.5.0
27592026-04-13T20:40:51.850Z Checking num-complex v0.4.6
27602026-04-13T20:40:52.093Z Checking memmap v0.7.0
27612026-04-13T20:40:52.187Z Checking num v0.4.3
27622026-04-13T20:40:52.223Z Compiling float-ord v0.3.2
27632026-04-13T20:40:52.368Z Compiling toml v0.8.23
27642026-04-13T20:40:52.450Z Checking linked-hash-map v0.5.6
27652026-04-13T20:40:52.490Z Compiling minimal-lexical v0.2.1
27662026-04-13T20:40:52.502Z Checking usdt v0.5.0
27672026-04-13T20:40:52.616Z Checking lru-cache v0.1.2
27682026-04-13T20:40:52.734Z Compiling nom v7.1.3
27692026-04-13T20:40:52.791Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27702026-04-13T20:40:53.075Z Checking hickory-proto v0.24.4
27712026-04-13T20:40:53.176Z Checking phf_shared v0.12.1
27722026-04-13T20:40:53.319Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27732026-04-13T20:40:53.345Z Compiling slog-dtrace v0.3.0
27742026-04-13T20:40:53.502Z Checking resolv-conf v0.7.6
27752026-04-13T20:40:53.540Z Compiling convert_case v0.4.0
27762026-04-13T20:40:53.688Z Checking heck v0.5.0
27772026-04-13T20:40:53.819Z Compiling chrono-tz v0.10.4
27782026-04-13T20:40:53.907Z Compiling const_format_proc_macros v0.2.34
27792026-04-13T20:40:53.919Z Compiling derive_more v0.99.20
27802026-04-13T20:40:54.067Z Checking phf v0.12.1
27812026-04-13T20:40:54.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27822026-04-13T20:40:54.209Z Checking tokio-dtrace v0.1.1
27832026-04-13T20:40:54.398Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27842026-04-13T20:40:54.559Z Compiling derive-where v1.6.0
27852026-04-13T20:40:54.904Z Checking hickory-resolver v0.24.4
27862026-04-13T20:40:54.973Z Checking highway v1.3.0
27872026-04-13T20:40:55.209Z Checking const_format v0.2.35
27882026-04-13T20:40:55.465Z Checking oxide-tokio-rt v0.1.3
27892026-04-13T20:40:55.660Z Checking gethostname v0.5.0
27902026-04-13T20:40:55.750Z Checking bcs v0.1.6
27912026-04-13T20:40:55.866Z Compiling async-recursion v1.1.1
27922026-04-13T20:40:55.946Z Checking qorb v0.4.1
27932026-04-13T20:40:55.989Z Checking termtree v0.5.1
27942026-04-13T20:40:56.495Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27952026-04-13T20:40:57.543Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27962026-04-13T20:40:57.903Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27972026-04-13T20:40:59.195Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27982026-04-13T20:40:59.199Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27992026-04-13T20:41:00.648Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28002026-04-13T20:41:03.361Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28012026-04-13T20:41:05.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s
28022026-04-13T20:41:05.686Z
28032026-04-13T20:41:05.686Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271)
28042026-04-13T20:41:06.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-04-13T20:41:06.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-04-13T20:41:06.361Z Compiling ar_archive_writer v0.5.1
28072026-04-13T20:41:06.471Z Compiling stacker v0.1.23
28082026-04-13T20:41:06.479Z Compiling cfg_aliases v0.1.1
28092026-04-13T20:41:06.485Z Compiling convert_case v0.10.0
28102026-04-13T20:41:06.488Z Checking unicode-width v0.1.14
28112026-04-13T20:41:06.500Z Compiling proc-macro-error v1.0.4
28122026-04-13T20:41:06.511Z Checking fd-lock v4.0.4
28132026-04-13T20:41:06.514Z Checking nibble_vec v0.1.0
28142026-04-13T20:41:06.537Z Compiling nix v0.28.0
28152026-04-13T20:41:06.626Z Checking vte v0.14.1
28162026-04-13T20:41:06.638Z Compiling recursive-proc-macro-impl v0.1.1
28172026-04-13T20:41:06.725Z Checking endian-type v0.1.2
28182026-04-13T20:41:06.737Z Checking bytecount v0.6.9
28192026-04-13T20:41:06.771Z Compiling derive_more-impl v2.1.1
28202026-04-13T20:41:06.784Z Checking strip-ansi-escapes v0.2.1
28212026-04-13T20:41:06.795Z Compiling tabled_derive v0.7.0
28222026-04-13T20:41:06.834Z Checking papergrid v0.11.0
28232026-04-13T20:41:06.846Z Checking radix_trie v0.2.1
28242026-04-13T20:41:06.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-04-13T20:41:07.036Z Compiling peg-macros v0.8.5
28262026-04-13T20:41:07.052Z Checking winnow v0.6.26
28272026-04-13T20:41:07.303Z Compiling psm v0.1.30
28282026-04-13T20:41:07.387Z Compiling sqlparser_derive v0.5.0
28292026-04-13T20:41:07.445Z Checking unicode-width v0.2.0
28302026-04-13T20:41:07.572Z Checking derive_more v2.1.1
28312026-04-13T20:41:07.652Z Checking nu-ansi-term v0.50.3
28322026-04-13T20:41:07.698Z Checking unicode_categories v0.1.1
28332026-04-13T20:41:07.755Z Checking home v0.5.12
28342026-04-13T20:41:07.858Z Checking tabled v0.15.0
28352026-04-13T20:41:07.861Z Checking reedline v0.40.0
28362026-04-13T20:41:07.882Z Checking crossterm v0.29.0
28372026-04-13T20:41:07.885Z Checking rustyline v14.0.0
28382026-04-13T20:41:08.072Z Checking recursive v0.1.1
28392026-04-13T20:41:08.166Z Checking sqlparser v0.61.0
28402026-04-13T20:41:08.179Z Checking display-error-chain v0.2.2
28412026-04-13T20:41:08.190Z Checking sqlformat v0.3.5
28422026-04-13T20:41:08.400Z Checking peg v0.8.5
28432026-04-13T20:41:19.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28442026-04-13T20:41:19.558Z
28452026-04-13T20:41:19.558Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271)
28462026-04-13T20:41:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-04-13T20:41:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-04-13T20:41:20.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-04-13T20:41:23.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28502026-04-13T20:41:23.814Z
28512026-04-13T20:41:23.814Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271)
28522026-04-13T20:41:24.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-04-13T20:41:24.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-04-13T20:41:24.485Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-04-13T20:41:26.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28562026-04-13T20:41:27.090Z
28572026-04-13T20:41:27.090Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271)
28582026-04-13T20:41:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-04-13T20:41:27.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-04-13T20:41:27.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-04-13T20:41:30.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28622026-04-13T20:41:31.165Z
28632026-04-13T20:41:31.165Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271)
28642026-04-13T20:41:31.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-04-13T20:41:31.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-04-13T20:41:31.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-04-13T20:41:35.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28682026-04-13T20:41:35.277Z
28692026-04-13T20:41:35.277Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271)
28702026-04-13T20:41:35.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-04-13T20:41:35.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-04-13T20:41:35.948Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-04-13T20:41:38.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28742026-04-13T20:41:38.694Z
28752026-04-13T20:41:38.694Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271)
28762026-04-13T20:41:39.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-04-13T20:41:39.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-04-13T20:41:39.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-04-13T20:41:41.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28802026-04-13T20:41:42.154Z
28812026-04-13T20:41:42.154Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271)
28822026-04-13T20:41:42.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-04-13T20:41:42.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-04-13T20:41:42.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-04-13T20:41:46.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28862026-04-13T20:41:46.412Z
28872026-04-13T20:41:46.412Zinfo: running `cargo check --bins` on oximeter (93/271)
28882026-04-13T20:41:46.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-04-13T20:41:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-04-13T20:41:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-04-13T20:41:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-04-13T20:41:47.007Z
28932026-04-13T20:41:47.007Zinfo: running `cargo check --bins` on oximeter-schema (94/271)
28942026-04-13T20:41:47.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-04-13T20:41:47.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-04-13T20:41:47.645Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28972026-04-13T20:41:47.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28982026-04-13T20:41:47.815Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28992026-04-13T20:41:48.150Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29002026-04-13T20:41:51.632Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29012026-04-13T20:41:51.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-04-13T20:41:53.045Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29032026-04-13T20:41:53.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
29042026-04-13T20:41:53.901Z
29052026-04-13T20:41:53.901Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/271)
29062026-04-13T20:41:54.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-04-13T20:41:54.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-04-13T20:41:54.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-04-13T20:41:54.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-04-13T20:41:54.498Z
29112026-04-13T20:41:54.498Zinfo: running `cargo check --bins` on oximeter-test-utils (96/271)
29122026-04-13T20:41:55.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-04-13T20:41:55.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-04-13T20:41:55.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-04-13T20:41:55.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29162026-04-13T20:41:55.148Z
29172026-04-13T20:41:55.148Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271)
29182026-04-13T20:41:55.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-04-13T20:41:55.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-04-13T20:41:55.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-04-13T20:41:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-04-13T20:41:55.751Z
29232026-04-13T20:41:55.751Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271)
29242026-04-13T20:41:56.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-04-13T20:41:56.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-04-13T20:41:56.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-04-13T20:41:56.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-04-13T20:41:56.359Z
29292026-04-13T20:41:56.359Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271)
29302026-04-13T20:41:56.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-04-13T20:41:56.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-04-13T20:41:56.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-04-13T20:41:56.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-04-13T20:41:56.964Z
29352026-04-13T20:41:56.964Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271)
29362026-04-13T20:41:57.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-04-13T20:41:57.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-04-13T20:41:57.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-04-13T20:41:57.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29402026-04-13T20:41:57.571Z
29412026-04-13T20:41:57.571Zinfo: running `cargo check --bins` on trust-quorum-types (101/271)
29422026-04-13T20:41:58.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-04-13T20:41:58.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-04-13T20:41:58.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-04-13T20:41:58.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29462026-04-13T20:41:58.165Z
29472026-04-13T20:41:58.165Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/271)
29482026-04-13T20:41:58.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-04-13T20:41:58.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-04-13T20:41:58.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-04-13T20:41:58.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29522026-04-13T20:41:58.768Z
29532026-04-13T20:41:58.768Zinfo: running `cargo check --bins` on update-engine (103/271)
29542026-04-13T20:41:59.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-04-13T20:41:59.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-04-13T20:41:59.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-04-13T20:41:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29582026-04-13T20:41:59.359Z
29592026-04-13T20:41:59.359Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/271)
29602026-04-13T20:41:59.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-04-13T20:41:59.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-04-13T20:42:00.080Z Compiling crucible-workspace-hack v0.1.0
29632026-04-13T20:42:00.083Z Checking secrecy v0.10.3
29642026-04-13T20:42:00.198Z Compiling heapless v0.8.0
29652026-04-13T20:42:00.214Z Compiling ingot-macros v0.1.1
29662026-04-13T20:42:00.221Z Compiling toml_edit v0.23.10+spec-1.0.0
29672026-04-13T20:42:00.224Z Checking hash32 v0.3.1
29682026-04-13T20:42:00.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29692026-04-13T20:42:00.244Z Compiling smoltcp v0.11.0
29702026-04-13T20:42:00.305Z Checking cobs v0.3.0
29712026-04-13T20:42:00.349Z Compiling thiserror-impl-no-std v2.0.2
29722026-04-13T20:42:00.451Z Checking universal-hash v0.5.1
29732026-04-13T20:42:00.451Z Checking half v2.7.1
29742026-04-13T20:42:00.474Z Checking opaque-debug v0.3.1
29752026-04-13T20:42:00.542Z Checking ciborium-io v0.2.2
29762026-04-13T20:42:00.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29772026-04-13T20:42:00.602Z Checking poly1305 v0.8.0
29782026-04-13T20:42:00.632Z Checking postcard v1.1.3
29792026-04-13T20:42:00.718Z Checking ciborium-ll v0.2.2
29802026-04-13T20:42:00.749Z Compiling proc-macro-crate v3.4.0
29812026-04-13T20:42:00.883Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29822026-04-13T20:42:00.896Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29832026-04-13T20:42:00.917Z Checking password-hash v0.5.0
29842026-04-13T20:42:01.145Z Checking chacha20 v0.9.1
29852026-04-13T20:42:01.165Z Compiling proc-macro-crate v1.3.1
29862026-04-13T20:42:01.180Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29872026-04-13T20:42:01.266Z Checking blake2 v0.10.6
29882026-04-13T20:42:01.291Z Compiling num_enum_derive v0.7.5
29892026-04-13T20:42:01.338Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29902026-04-13T20:42:01.415Z Checking aead v0.5.2
29912026-04-13T20:42:01.503Z Compiling foreign-types-macros v0.2.3
29922026-04-13T20:42:01.517Z Checking thiserror-no-std v2.0.2
29932026-04-13T20:42:01.546Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29942026-04-13T20:42:01.559Z Checking foreign-types-shared v0.3.1
29952026-04-13T20:42:01.577Z Checking cpufeatures v0.3.0
29962026-04-13T20:42:01.600Z Checking vsss-rs v3.3.4
29972026-04-13T20:42:01.647Z Compiling num_enum_derive v0.5.11
29982026-04-13T20:42:01.660Z Checking chacha20 v0.10.0
29992026-04-13T20:42:01.785Z Checking chacha20poly1305 v0.10.1
30002026-04-13T20:42:01.875Z Checking argon2 v0.5.3
30012026-04-13T20:42:01.912Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30022026-04-13T20:42:02.082Z Checking foreign-types v0.5.0
30032026-04-13T20:42:02.164Z Checking ciborium v0.2.2
30042026-04-13T20:42:02.320Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30052026-04-13T20:42:02.335Z Checking console v0.15.11
30062026-04-13T20:42:02.347Z Checking num_enum v0.7.5
30072026-04-13T20:42:02.460Z Checking tabwriter v1.4.1
30082026-04-13T20:42:02.590Z Checking newline-converter v0.3.0
30092026-04-13T20:42:02.604Z Checking atomicwrites v0.4.4
30102026-04-13T20:42:02.607Z Checking byte-wrapper v0.1.0
30112026-04-13T20:42:02.627Z Checking camino-tempfile v1.4.1
30122026-04-13T20:42:02.671Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-04-13T20:42:02.698Z Checking cstr-argument v0.1.2
30142026-04-13T20:42:02.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30152026-04-13T20:42:02.734Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30162026-04-13T20:42:02.783Z Checking expectorate v1.2.0
30172026-04-13T20:42:02.819Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30182026-04-13T20:42:02.822Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30192026-04-13T20:42:02.910Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30202026-04-13T20:42:02.942Z Checking num_enum v0.5.11
30212026-04-13T20:42:02.987Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30222026-04-13T20:42:03.010Z Checking ingot-types v0.1.2
30232026-04-13T20:42:03.052Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30242026-04-13T20:42:03.088Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30252026-04-13T20:42:03.150Z Checking rand v0.10.0
30262026-04-13T20:42:03.165Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30272026-04-13T20:42:03.197Z Checking indent_write v2.2.0
30282026-04-13T20:42:03.252Z Checking colored v3.1.1
30292026-04-13T20:42:03.333Z Compiling zone_cfg_derive v0.3.1
30302026-04-13T20:42:03.374Z Checking ingot v0.1.1
30312026-04-13T20:42:03.387Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30322026-04-13T20:42:03.450Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30332026-04-13T20:42:03.465Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30342026-04-13T20:42:03.478Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30352026-04-13T20:42:03.491Z Checking itertools v0.12.1
30362026-04-13T20:42:03.621Z Compiling num-derive v0.4.2
30372026-04-13T20:42:03.650Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-04-13T20:42:03.837Z Checking swrite v0.1.0
30392026-04-13T20:42:03.932Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30402026-04-13T20:42:03.990Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30412026-04-13T20:42:04.023Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30422026-04-13T20:42:04.144Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-04-13T20:42:04.247Z Checking dropshot-api-manager-types v0.6.0
30442026-04-13T20:42:04.261Z Checking smf v0.2.3
30452026-04-13T20:42:04.417Z Checking nanorand v0.7.0
30462026-04-13T20:42:04.449Z Checking whoami v1.6.1
30472026-04-13T20:42:04.499Z Checking zone v0.3.1
30482026-04-13T20:42:04.538Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
30492026-04-13T20:42:04.554Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30502026-04-13T20:42:04.559Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30512026-04-13T20:42:04.610Z Checking flume v0.11.1
30522026-04-13T20:42:05.039Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30532026-04-13T20:42:06.020Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30542026-04-13T20:42:06.838Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30552026-04-13T20:42:09.432Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30562026-04-13T20:42:11.464Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30572026-04-13T20:42:12.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.14s
30582026-04-13T20:42:12.705Z
30592026-04-13T20:42:12.705Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/271)
30602026-04-13T20:42:13.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-13T20:42:13.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-13T20:42:13.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-13T20:42:13.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-04-13T20:42:13.310Z
30652026-04-13T20:42:13.310Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/271)
30662026-04-13T20:42:13.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-13T20:42:13.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-13T20:42:13.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-13T20:42:13.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30702026-04-13T20:42:13.910Z
30712026-04-13T20:42:13.910Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/271)
30722026-04-13T20:42:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-13T20:42:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-13T20:42:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-04-13T20:42:14.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-04-13T20:42:14.514Z
30772026-04-13T20:42:14.514Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271)
30782026-04-13T20:42:15.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-04-13T20:42:15.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-04-13T20:42:15.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-04-13T20:42:15.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30822026-04-13T20:42:15.117Z
30832026-04-13T20:42:15.117Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271)
30842026-04-13T20:42:15.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-04-13T20:42:15.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-04-13T20:42:15.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-04-13T20:42:15.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-04-13T20:42:15.717Z
30892026-04-13T20:42:15.717Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/271)
30902026-04-13T20:42:16.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-04-13T20:42:16.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-04-13T20:42:16.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-04-13T20:42:16.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-04-13T20:42:16.321Z
30952026-04-13T20:42:16.322Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/271)
30962026-04-13T20:42:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-04-13T20:42:16.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-04-13T20:42:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-04-13T20:42:16.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-04-13T20:42:16.930Z
31012026-04-13T20:42:16.930Zinfo: running `cargo check --bins` on cockroach-admin-client (112/271)
31022026-04-13T20:42:17.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-04-13T20:42:17.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-04-13T20:42:17.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-04-13T20:42:17.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-04-13T20:42:17.523Z
31072026-04-13T20:42:17.523Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/271)
31082026-04-13T20:42:18.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-04-13T20:42:18.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-04-13T20:42:18.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-04-13T20:42:18.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-04-13T20:42:18.124Z
31132026-04-13T20:42:18.124Zinfo: running `cargo check --bins` on dns-service-client (114/271)
31142026-04-13T20:42:18.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-04-13T20:42:18.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-04-13T20:42:18.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-04-13T20:42:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-04-13T20:42:18.725Z
31192026-04-13T20:42:18.725Zinfo: running `cargo check --bins` on installinator-client (115/271)
31202026-04-13T20:42:19.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-04-13T20:42:19.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-04-13T20:42:19.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-04-13T20:42:19.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-04-13T20:42:19.327Z
31252026-04-13T20:42:19.327Zinfo: running `cargo check --bins` on nexus-client (116/271)
31262026-04-13T20:42:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-04-13T20:42:19.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-04-13T20:42:19.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-04-13T20:42:19.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31302026-04-13T20:42:19.967Z
31312026-04-13T20:42:19.968Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/271)
31322026-04-13T20:42:20.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-04-13T20:42:20.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-04-13T20:42:20.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-04-13T20:42:20.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31362026-04-13T20:42:20.607Z
31372026-04-13T20:42:20.608Zinfo: running `cargo check --bins` on ntp-admin-client (118/271)
31382026-04-13T20:42:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-04-13T20:42:21.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-04-13T20:42:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-04-13T20:42:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-04-13T20:42:21.199Z
31432026-04-13T20:42:21.199Zinfo: running `cargo check --bins` on oxide-client (119/271)
31442026-04-13T20:42:21.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-04-13T20:42:21.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-04-13T20:42:21.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-04-13T20:42:21.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-04-13T20:42:21.789Z
31492026-04-13T20:42:21.789Zinfo: running `cargo check --bins` on oximeter-client (120/271)
31502026-04-13T20:42:22.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-13T20:42:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-13T20:42:22.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-13T20:42:22.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31542026-04-13T20:42:22.387Z
31552026-04-13T20:42:22.387Zinfo: running `cargo check --bins` on repo-depot-client (121/271)
31562026-04-13T20:42:22.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-13T20:42:22.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-13T20:42:22.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-13T20:42:22.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31602026-04-13T20:42:22.976Z
31612026-04-13T20:42:22.976Zinfo: running `cargo check --bins` on sled-agent-client (122/271)
31622026-04-13T20:42:23.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-13T20:42:23.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-13T20:42:23.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-13T20:42:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31662026-04-13T20:42:23.580Z
31672026-04-13T20:42:23.580Zinfo: running `cargo check --bins` on wicketd-client (123/271)
31682026-04-13T20:42:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-13T20:42:24.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-13T20:42:24.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-04-13T20:42:24.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-04-13T20:42:24.202Z
31732026-04-13T20:42:24.202Zinfo: running `cargo check --bins` on installinator-common (124/271)
31742026-04-13T20:42:24.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-13T20:42:24.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-13T20:42:24.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-04-13T20:42:24.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31782026-04-13T20:42:24.823Z
31792026-04-13T20:42:24.823Zinfo: running `cargo check --bins` on installinator-common-versions (125/271)
31802026-04-13T20:42:25.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-04-13T20:42:25.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-04-13T20:42:25.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-04-13T20:42:25.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31842026-04-13T20:42:25.418Z
31852026-04-13T20:42:25.418Zinfo: running `cargo check --bins` on wicket-common (126/271)
31862026-04-13T20:42:25.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-13T20:42:25.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-13T20:42:25.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-13T20:42:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31902026-04-13T20:42:26.028Z
31912026-04-13T20:42:26.029Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/271)
31922026-04-13T20:42:26.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-13T20:42:26.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-13T20:42:26.726Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-04-13T20:42:26.842Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-04-13T20:42:26.850Z Checking csv-core v0.1.13
31972026-04-13T20:42:26.857Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-04-13T20:42:26.864Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-04-13T20:42:26.874Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32002026-04-13T20:42:26.885Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32012026-04-13T20:42:26.896Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32022026-04-13T20:42:27.009Z Checking csv v1.4.0
32032026-04-13T20:42:27.023Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-04-13T20:42:27.075Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32052026-04-13T20:42:27.102Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32062026-04-13T20:42:27.345Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32072026-04-13T20:42:27.710Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32082026-04-13T20:42:27.714Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-04-13T20:42:28.043Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-04-13T20:42:33.270Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32112026-04-13T20:42:33.803Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32122026-04-13T20:42:36.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
32132026-04-13T20:42:36.367Z
32142026-04-13T20:42:36.367Zinfo: running `cargo check --bins` on cockroach-admin-api (128/271)
32152026-04-13T20:42:36.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-04-13T20:42:36.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-04-13T20:42:36.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-04-13T20:42:36.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-04-13T20:42:36.973Z
32202026-04-13T20:42:36.973Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271)
32212026-04-13T20:42:37.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-04-13T20:42:37.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-04-13T20:42:37.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-04-13T20:42:37.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32252026-04-13T20:42:37.663Z
32262026-04-13T20:42:37.663Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271)
32272026-04-13T20:42:38.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-04-13T20:42:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-04-13T20:42:38.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-04-13T20:42:38.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32312026-04-13T20:42:38.355Z
32322026-04-13T20:42:38.356Zinfo: running `cargo check --bins` on gateway-test-utils (131/271)
32332026-04-13T20:42:38.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-04-13T20:42:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-04-13T20:42:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-04-13T20:42:38.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32372026-04-13T20:42:39.012Z
32382026-04-13T20:42:39.012Zinfo: running `cargo check --bins` on omicron-gateway (132/271)
32392026-04-13T20:42:39.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-04-13T20:42:39.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-04-13T20:42:39.781Z Compiling typify-impl v0.6.1
32422026-04-13T20:42:39.920Z Compiling unsafe-libyaml v0.2.11
32432026-04-13T20:42:39.929Z Compiling radium v0.7.0
32442026-04-13T20:42:39.932Z Compiling semver v0.1.20
32452026-04-13T20:42:39.950Z Compiling pin-project-internal v1.1.11
32462026-04-13T20:42:39.954Z Compiling maybe-uninit v2.0.0
32472026-04-13T20:42:39.954Z Checking tap v1.0.1
32482026-04-13T20:42:40.062Z Checking wyz v0.5.1
32492026-04-13T20:42:40.194Z Compiling rustc_version v0.1.7
32502026-04-13T20:42:40.240Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32512026-04-13T20:42:40.327Z Compiling snafu-derive v0.8.9
32522026-04-13T20:42:40.380Z Compiling zerocopy-derive v0.6.6
32532026-04-13T20:42:40.415Z Compiling serde_yaml v0.9.34+deprecated
32542026-04-13T20:42:40.644Z Compiling newtype_derive v0.1.6
32552026-04-13T20:42:40.834Z Compiling packed_struct v0.10.1
32562026-04-13T20:42:41.038Z Checking same-file v1.0.6
32572026-04-13T20:42:41.059Z Checking pin-project v1.1.11
32582026-04-13T20:42:41.082Z Checking funty v2.0.0
32592026-04-13T20:42:41.157Z Checking crc-catalog v2.4.0
32602026-04-13T20:42:41.183Z Compiling cancel-safe-futures v0.1.5
32612026-04-13T20:42:41.224Z Compiling owo-colors v4.3.0
32622026-04-13T20:42:41.251Z Checking crc v3.4.0
32632026-04-13T20:42:41.409Z Checking bitvec v1.0.1
32642026-04-13T20:42:41.425Z Checking zerocopy v0.6.6
32652026-04-13T20:42:41.438Z Checking walkdir v2.5.0
32662026-04-13T20:42:41.658Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-04-13T20:42:41.698Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32682026-04-13T20:42:41.728Z Checking globset v0.4.18
32692026-04-13T20:42:41.798Z Checking olpc-cjson v0.1.4
32702026-04-13T20:42:41.890Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32712026-04-13T20:42:41.939Z Checking pem v3.0.6
32722026-04-13T20:42:41.985Z Compiling packed_struct_codegen v0.10.1
32732026-04-13T20:42:42.030Z Checking libsw-core v0.3.2
32742026-04-13T20:42:42.097Z Checking serde_plain v1.0.2
32752026-04-13T20:42:42.139Z Compiling bitfield-macros v0.19.4
32762026-04-13T20:42:42.178Z Compiling indexmap v1.9.3
32772026-04-13T20:42:42.230Z Checking typed-path v0.9.3
32782026-04-13T20:42:42.246Z Checking nodrop v0.1.14
32792026-04-13T20:42:42.260Z Checking snafu v0.8.9
32802026-04-13T20:42:42.338Z Checking array-init v0.0.4
32812026-04-13T20:42:42.390Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32822026-04-13T20:42:42.501Z Checking libsw v3.5.0
32832026-04-13T20:42:42.638Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32842026-04-13T20:42:42.657Z Checking smallvec v0.6.14
32852026-04-13T20:42:42.791Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32862026-04-13T20:42:42.847Z Checking bitfield v0.19.4
32872026-04-13T20:42:42.847Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32882026-04-13T20:42:42.988Z Checking tagptr v0.2.0
32892026-04-13T20:42:43.004Z Checking tough v0.20.0
32902026-04-13T20:42:43.065Z Checking linear-map v1.2.0
32912026-04-13T20:42:43.121Z Checking smawk v0.3.2
32922026-04-13T20:42:43.135Z Checking hashbrown v0.12.3
32932026-04-13T20:42:43.220Z Checking unicode-linebreak v0.1.5
32942026-04-13T20:42:43.233Z Checking base64 v0.21.7
32952026-04-13T20:42:43.253Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32962026-04-13T20:42:43.383Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32972026-04-13T20:42:43.426Z Checking moka v0.12.13
32982026-04-13T20:42:43.439Z Checking textwrap v0.16.2
32992026-04-13T20:42:43.472Z Checking ron v0.8.1
33002026-04-13T20:42:43.655Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33012026-04-13T20:42:43.867Z Checking serde-hex v0.1.0
33022026-04-13T20:42:43.992Z Checking steno v0.4.1
33032026-04-13T20:42:44.058Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33042026-04-13T20:42:44.104Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-04-13T20:42:44.220Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33062026-04-13T20:42:44.360Z Compiling typify-macro v0.6.1
33072026-04-13T20:42:44.465Z Checking hashbrown v0.13.2
33082026-04-13T20:42:44.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-04-13T20:42:44.825Z Checking humantime v2.3.0
33102026-04-13T20:42:44.862Z Checking crc-any v2.5.0
33112026-04-13T20:42:44.932Z Checking object v0.30.4
33122026-04-13T20:42:45.031Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33132026-04-13T20:42:45.034Z Checking hickory-resolver v0.25.2
33142026-04-13T20:42:45.059Z Checking path-slash v0.1.5
33152026-04-13T20:42:45.059Z Checking void v1.0.2
33162026-04-13T20:42:45.166Z Checking utf-8 v0.7.6
33172026-04-13T20:42:45.180Z Checking half v1.8.3
33182026-04-13T20:42:45.196Z Checking lzss v0.8.2
33192026-04-13T20:42:45.304Z Checking tungstenite v0.23.0
33202026-04-13T20:42:45.380Z Checking serde_cbor v0.11.2
33212026-04-13T20:42:45.395Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33222026-04-13T20:42:45.529Z Checking nix v0.27.1
33232026-04-13T20:42:45.564Z Checking kstat-rs v0.2.4
33242026-04-13T20:42:45.728Z Checking fxhash v0.2.1
33252026-04-13T20:42:45.755Z Checking serde_bytes v0.11.19
33262026-04-13T20:42:45.755Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-04-13T20:42:45.771Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33282026-04-13T20:42:45.849Z Checking tokio-tungstenite v0.23.1
33292026-04-13T20:42:45.930Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33302026-04-13T20:42:46.049Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33312026-04-13T20:42:46.106Z Checking signal-hook-tokio v0.3.1
33322026-04-13T20:42:46.126Z Compiling typify v0.6.1
33332026-04-13T20:42:46.230Z Compiling progenitor-impl v0.13.0
33342026-04-13T20:42:47.122Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-04-13T20:42:47.734Z Compiling progenitor-macro v0.13.0
33362026-04-13T20:42:48.027Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33372026-04-13T20:42:48.326Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33382026-04-13T20:42:50.046Z Checking progenitor v0.13.0
33392026-04-13T20:42:50.163Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33402026-04-13T20:42:50.166Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-04-13T20:42:53.165Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33422026-04-13T20:43:00.487Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33432026-04-13T20:43:06.702Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-04-13T20:43:08.058Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33452026-04-13T20:43:08.630Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33462026-04-13T20:43:10.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.66s
33472026-04-13T20:43:10.883Z
33482026-04-13T20:43:10.883Zinfo: running `cargo check --bins` on gateway-api (133/271)
33492026-04-13T20:43:11.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-13T20:43:11.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-13T20:43:11.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-13T20:43:11.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-04-13T20:43:11.486Z
33542026-04-13T20:43:11.486Zinfo: running `cargo check --bins` on ipcc (134/271)
33552026-04-13T20:43:11.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-13T20:43:11.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-13T20:43:12.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-13T20:43:12.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-04-13T20:43:12.093Z
33602026-04-13T20:43:12.093Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271)
33612026-04-13T20:43:12.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-13T20:43:12.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-13T20:43:12.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-13T20:43:12.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-04-13T20:43:12.688Z
33662026-04-13T20:43:12.688Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271)
33672026-04-13T20:43:13.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-13T20:43:13.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-13T20:43:13.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-13T20:43:13.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-04-13T20:43:13.293Z
33722026-04-13T20:43:13.293Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271)
33732026-04-13T20:43:13.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-13T20:43:13.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-13T20:43:13.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-13T20:43:13.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-04-13T20:43:13.899Z
33782026-04-13T20:43:13.899Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271)
33792026-04-13T20:43:14.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-13T20:43:14.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-13T20:43:14.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-13T20:43:14.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-04-13T20:43:14.507Z
33842026-04-13T20:43:14.507Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271)
33852026-04-13T20:43:15.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-13T20:43:15.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-13T20:43:15.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-13T20:43:15.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-04-13T20:43:15.113Z
33902026-04-13T20:43:15.113Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271)
33912026-04-13T20:43:15.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-13T20:43:15.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-13T20:43:15.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-13T20:43:15.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-04-13T20:43:15.717Z
33962026-04-13T20:43:15.717Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271)
33972026-04-13T20:43:16.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-13T20:43:16.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-13T20:43:16.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-13T20:43:16.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-04-13T20:43:16.325Z
34022026-04-13T20:43:16.325Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271)
34032026-04-13T20:43:16.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-13T20:43:16.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-13T20:43:16.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-13T20:43:16.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-04-13T20:43:16.931Z
34082026-04-13T20:43:16.931Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271)
34092026-04-13T20:43:17.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-13T20:43:17.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-13T20:43:17.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-13T20:43:17.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-04-13T20:43:17.535Z
34142026-04-13T20:43:17.535Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271)
34152026-04-13T20:43:18.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-13T20:43:18.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-13T20:43:18.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-13T20:43:18.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-04-13T20:43:18.134Z
34202026-04-13T20:43:18.134Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271)
34212026-04-13T20:43:18.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-13T20:43:18.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-13T20:43:18.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-13T20:43:18.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-04-13T20:43:18.732Z
34262026-04-13T20:43:18.732Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271)
34272026-04-13T20:43:19.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-13T20:43:19.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-13T20:43:19.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-13T20:43:19.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-04-13T20:43:19.337Z
34322026-04-13T20:43:19.337Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271)
34332026-04-13T20:43:19.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-13T20:43:19.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-13T20:43:19.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-13T20:43:19.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-04-13T20:43:19.941Z
34382026-04-13T20:43:19.942Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271)
34392026-04-13T20:43:20.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-13T20:43:20.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-13T20:43:20.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-13T20:43:20.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-04-13T20:43:20.549Z
34442026-04-13T20:43:20.549Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271)
34452026-04-13T20:43:21.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-13T20:43:21.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-13T20:43:21.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-04-13T20:43:21.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-04-13T20:43:21.157Z
34502026-04-13T20:43:21.157Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271)
34512026-04-13T20:43:21.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-04-13T20:43:21.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-04-13T20:43:21.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-04-13T20:43:21.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-04-13T20:43:21.762Z
34562026-04-13T20:43:21.762Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271)
34572026-04-13T20:43:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-04-13T20:43:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-04-13T20:43:22.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-04-13T20:43:22.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-04-13T20:43:22.365Z
34622026-04-13T20:43:22.365Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271)
34632026-04-13T20:43:22.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-04-13T20:43:22.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-04-13T20:43:22.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-04-13T20:43:22.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-04-13T20:43:22.970Z
34682026-04-13T20:43:22.970Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271)
34692026-04-13T20:43:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-04-13T20:43:23.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-04-13T20:43:23.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-04-13T20:43:23.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-04-13T20:43:23.579Z
34742026-04-13T20:43:23.579Zinfo: running `cargo check --bins` on oximeter-producer (154/271)
34752026-04-13T20:43:24.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-04-13T20:43:24.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-04-13T20:43:24.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-04-13T20:43:24.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34792026-04-13T20:43:24.223Z
34802026-04-13T20:43:24.223Zinfo: running `cargo check --bins` on internal-dns-resolver (155/271)
34812026-04-13T20:43:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-04-13T20:43:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-04-13T20:43:24.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-04-13T20:43:24.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-04-13T20:43:24.835Z
34862026-04-13T20:43:24.835Zinfo: running `cargo check --bins` on dns-server (156/271)
34872026-04-13T20:43:25.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-04-13T20:43:25.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-04-13T20:43:25.498Z Compiling parking_lot_core v0.8.6
34902026-04-13T20:43:25.498Z Compiling git-stub v1.0.0
34912026-04-13T20:43:25.498Z Compiling atomicwrites v0.4.4
34922026-04-13T20:43:25.502Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34932026-04-13T20:43:25.502Z Checking prefix-trie v0.7.0
34942026-04-13T20:43:25.736Z Compiling git-stub-vcs v0.1.0
34952026-04-13T20:43:25.905Z Checking hickory-server v0.25.2
34962026-04-13T20:43:26.013Z Checking parking_lot v0.11.2
34972026-04-13T20:43:26.017Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34982026-04-13T20:43:26.098Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34992026-04-13T20:43:26.103Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35002026-04-13T20:43:26.191Z Checking sled v0.34.7
35012026-04-13T20:43:28.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35022026-04-13T20:43:28.277Z
35032026-04-13T20:43:28.277Zinfo: running `cargo check --bins` on dns-server-api (157/271)
35042026-04-13T20:43:28.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-13T20:43:28.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-13T20:43:28.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-13T20:43:28.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-04-13T20:43:28.875Z
35092026-04-13T20:43:28.875Zinfo: running `cargo check --bins` on sp-sim (158/271)
35102026-04-13T20:43:29.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-13T20:43:29.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-13T20:43:29.604Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-04-13T20:43:31.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35142026-04-13T20:43:31.548Z
35152026-04-13T20:43:31.548Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271)
35162026-04-13T20:43:32.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-13T20:43:32.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-13T20:43:32.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-13T20:43:32.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-04-13T20:43:32.209Z
35212026-04-13T20:43:32.209Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271)
35222026-04-13T20:43:32.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-13T20:43:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-13T20:43:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-13T20:43:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262026-04-13T20:43:32.872Z
35272026-04-13T20:43:32.872Zinfo: running `cargo check --bins` on db-macros (161/271)
35282026-04-13T20:43:33.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-13T20:43:33.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-13T20:43:33.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-13T20:43:33.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35322026-04-13T20:43:33.470Z
35332026-04-13T20:43:33.470Zinfo: running `cargo check --bins` on nexus-macros-common (162/271)
35342026-04-13T20:43:33.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-13T20:43:33.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-13T20:43:33.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-13T20:43:33.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-04-13T20:43:34.060Z
35392026-04-13T20:43:34.060Zinfo: running `cargo check --bins` on nexus-auth (163/271)
35402026-04-13T20:43:34.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-13T20:43:34.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-13T20:43:34.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-13T20:43:34.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35442026-04-13T20:43:34.717Z
35452026-04-13T20:43:34.717Zinfo: running `cargo check --bins` on authz-macros (164/271)
35462026-04-13T20:43:35.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-13T20:43:35.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-13T20:43:35.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-13T20:43:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-04-13T20:43:35.314Z
35512026-04-13T20:43:35.314Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/271)
35522026-04-13T20:43:35.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-13T20:43:35.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-13T20:43:35.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-13T20:43:35.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-04-13T20:43:35.962Z
35572026-04-13T20:43:35.962Zinfo: running `cargo check --bins` on nexus-db-model (166/271)
35582026-04-13T20:43:36.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-13T20:43:36.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-13T20:43:36.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-13T20:43:36.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-04-13T20:43:36.603Z
35632026-04-13T20:43:36.604Zinfo: running `cargo check --bins` on nexus-db-schema (167/271)
35642026-04-13T20:43:37.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-13T20:43:37.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-13T20:43:37.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-13T20:43:37.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-04-13T20:43:37.198Z
35692026-04-13T20:43:37.198Zinfo: running `cargo check --bins` on omicron-rpaths (168/271)
35702026-04-13T20:43:37.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-13T20:43:37.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-13T20:43:37.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-13T20:43:37.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-04-13T20:43:37.793Z
35752026-04-13T20:43:37.793Zinfo: running `cargo check --bins` on nexus-defaults (169/271)
35762026-04-13T20:43:38.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-13T20:43:38.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-13T20:43:38.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-13T20:43:38.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-04-13T20:43:38.397Z
35812026-04-13T20:43:38.397Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/271)
35822026-04-13T20:43:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-13T20:43:38.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-13T20:43:38.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-13T20:43:38.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-04-13T20:43:39.000Z
35872026-04-13T20:43:39.000Zinfo: running `cargo check --bins` on parallel-task-set (171/271)
35882026-04-13T20:43:39.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-13T20:43:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-13T20:43:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-13T20:43:39.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-04-13T20:43:39.596Z
35932026-04-13T20:43:39.596Zinfo: running `cargo check --bins` on nexus-db-errors (172/271)
35942026-04-13T20:43:40.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-13T20:43:40.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-13T20:43:40.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-13T20:43:40.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35982026-04-13T20:43:40.249Z
35992026-04-13T20:43:40.249Zinfo: running `cargo check --bins` on nexus-db-lookup (173/271)
36002026-04-13T20:43:40.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-13T20:43:40.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-13T20:43:40.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-13T20:43:40.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36042026-04-13T20:43:40.906Z
36052026-04-13T20:43:40.906Zinfo: running `cargo check --bins` on nexus-inventory (174/271)
36062026-04-13T20:43:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-13T20:43:41.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-13T20:43:41.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-13T20:43:41.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36102026-04-13T20:43:41.557Z
36112026-04-13T20:43:41.557Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271)
36122026-04-13T20:43:42.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-13T20:43:42.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-13T20:43:42.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-13T20:43:42.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-04-13T20:43:42.183Z
36172026-04-13T20:43:42.183Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/271)
36182026-04-13T20:43:42.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-13T20:43:42.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-13T20:43:42.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-13T20:43:42.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-04-13T20:43:42.803Z
36232026-04-13T20:43:42.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271)
36242026-04-13T20:43:43.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-13T20:43:43.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-13T20:43:43.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-04-13T20:43:43.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-04-13T20:43:43.423Z
36292026-04-13T20:43:43.424Zinfo: running `cargo check --bins` on key-manager (178/271)
36302026-04-13T20:43:43.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-04-13T20:43:43.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-04-13T20:43:43.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-04-13T20:43:43.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-04-13T20:43:44.025Z
36352026-04-13T20:43:44.025Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/271)
36362026-04-13T20:43:44.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-04-13T20:43:44.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-04-13T20:43:44.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-04-13T20:43:44.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36402026-04-13T20:43:44.645Z
36412026-04-13T20:43:44.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271)
36422026-04-13T20:43:45.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-04-13T20:43:45.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-04-13T20:43:45.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-04-13T20:43:45.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36462026-04-13T20:43:45.260Z
36472026-04-13T20:43:45.260Zinfo: running `cargo check --bins` on typed-rng (181/271)
36482026-04-13T20:43:45.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-04-13T20:43:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-04-13T20:43:45.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-04-13T20:43:45.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-04-13T20:43:45.849Z
36532026-04-13T20:43:45.849Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271)
36542026-04-13T20:43:46.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-04-13T20:43:46.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-04-13T20:43:46.698Z Compiling libefi-sys v0.1.0
36572026-04-13T20:43:46.701Z Compiling bitfield-struct v0.6.2
36582026-04-13T20:43:46.842Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-04-13T20:43:46.851Z Compiling xshell-macros v0.2.7
36602026-04-13T20:43:46.860Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-04-13T20:43:46.892Z Compiling typify-impl v0.4.3
36622026-04-13T20:43:46.899Z Compiling salty v0.3.0
36632026-04-13T20:43:46.902Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36642026-04-13T20:43:46.905Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-04-13T20:43:47.070Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-04-13T20:43:47.199Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36672026-04-13T20:43:47.213Z Checking xshell v0.2.7
36682026-04-13T20:43:47.350Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-04-13T20:43:47.418Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-04-13T20:43:47.453Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-04-13T20:43:47.473Z Checking primeorder v0.13.6
36722026-04-13T20:43:47.508Z Compiling proc-macro-error-attr2 v2.0.0
36732026-04-13T20:43:47.569Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-04-13T20:43:47.586Z Checking tungstenite v0.21.0
36752026-04-13T20:43:47.693Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36762026-04-13T20:43:47.708Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-04-13T20:43:47.722Z Checking p384 v0.13.1
36782026-04-13T20:43:47.898Z Compiling proc-macro-error2 v2.0.1
36792026-04-13T20:43:47.926Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36802026-04-13T20:43:48.015Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-04-13T20:43:48.215Z Compiling num-derive v0.3.3
36822026-04-13T20:43:48.349Z Compiling unicase v2.9.0
36832026-04-13T20:43:48.370Z Compiling tabled_derive v0.11.0
36842026-04-13T20:43:48.576Z Compiling mime_guess v2.0.5
36852026-04-13T20:43:48.807Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-04-13T20:43:49.117Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-13T20:43:49.121Z Checking libscf-sys v1.1.0
36882026-04-13T20:43:49.265Z Checking tokio-tungstenite v0.21.0
36892026-04-13T20:43:49.431Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36902026-04-13T20:43:49.500Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-04-13T20:43:49.536Z Checking papergrid v0.17.0
36922026-04-13T20:43:49.552Z Checking testing_table v0.3.0
36932026-04-13T20:43:49.648Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-04-13T20:43:49.664Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-04-13T20:43:49.845Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36962026-04-13T20:43:49.948Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-04-13T20:43:49.973Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36982026-04-13T20:43:50.056Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-04-13T20:43:50.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-04-13T20:43:50.207Z Checking corncobs v0.1.4
37012026-04-13T20:43:50.329Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-13T20:43:50.344Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-13T20:43:50.373Z Checking tabled v0.20.0
37042026-04-13T20:43:50.389Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37052026-04-13T20:43:50.501Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-04-13T20:43:50.557Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-04-13T20:43:50.614Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37082026-04-13T20:43:50.629Z Checking progenitor-client v0.11.2
37092026-04-13T20:43:50.664Z Checking secrecy v0.8.0
37102026-04-13T20:43:50.690Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37112026-04-13T20:43:50.787Z Checking filetime v0.2.27
37122026-04-13T20:43:50.858Z Checking http-range v0.1.5
37132026-04-13T20:43:50.927Z Checking xattr v1.6.1
37142026-04-13T20:43:50.987Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37152026-04-13T20:43:51.067Z Checking tar v0.4.45
37162026-04-13T20:43:51.403Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-04-13T20:43:51.428Z Compiling typify-macro v0.4.3
37182026-04-13T20:43:51.448Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37192026-04-13T20:43:51.521Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-04-13T20:43:51.664Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37212026-04-13T20:43:51.922Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37222026-04-13T20:43:51.941Z Checking atty v0.2.14
37232026-04-13T20:43:52.044Z Checking crc8 v0.1.1
37242026-04-13T20:43:52.129Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-04-13T20:43:52.147Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37262026-04-13T20:43:52.393Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-04-13T20:43:52.464Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37282026-04-13T20:43:52.559Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292026-04-13T20:43:52.688Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37302026-04-13T20:43:52.731Z Checking hyper-staticfile v0.10.1
37312026-04-13T20:43:52.843Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-04-13T20:43:53.021Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-04-13T20:43:53.037Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37342026-04-13T20:43:53.058Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37352026-04-13T20:43:53.100Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-04-13T20:43:53.148Z Compiling typify v0.4.3
37372026-04-13T20:43:53.267Z Compiling progenitor-impl v0.11.2
37382026-04-13T20:43:53.566Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37392026-04-13T20:43:53.583Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-04-13T20:43:53.814Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-04-13T20:43:53.961Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37422026-04-13T20:43:54.094Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-04-13T20:43:54.240Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-04-13T20:43:54.401Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-04-13T20:43:54.531Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-04-13T20:43:54.547Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37472026-04-13T20:43:54.682Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37482026-04-13T20:43:54.773Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
37492026-04-13T20:43:55.389Z Compiling progenitor-macro v0.11.2
37502026-04-13T20:43:57.840Z Checking progenitor v0.11.2
37512026-04-13T20:43:57.981Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-04-13T20:44:02.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-04-13T20:44:13.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s
37542026-04-13T20:44:13.892Z
37552026-04-13T20:44:13.892Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271)
37562026-04-13T20:44:14.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-13T20:44:14.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-13T20:44:14.675Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-13T20:44:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37602026-04-13T20:44:25.988Z
37612026-04-13T20:44:25.988Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271)
37622026-04-13T20:44:26.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-13T20:44:26.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-13T20:44:26.774Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-13T20:44:37.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37662026-04-13T20:44:38.195Z
37672026-04-13T20:44:38.195Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271)
37682026-04-13T20:44:38.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-13T20:44:38.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-13T20:44:38.979Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-13T20:44:50.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
37722026-04-13T20:44:50.380Z
37732026-04-13T20:44:50.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271)
37742026-04-13T20:44:50.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-13T20:44:50.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-13T20:44:51.166Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-13T20:45:02.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s
37782026-04-13T20:45:02.544Z
37792026-04-13T20:45:02.544Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271)
37802026-04-13T20:45:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-13T20:45:03.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-13T20:45:03.334Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-13T20:45:14.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s
37842026-04-13T20:45:14.696Z
37852026-04-13T20:45:14.696Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271)
37862026-04-13T20:45:15.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-13T20:45:15.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-13T20:45:15.497Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-04-13T20:45:26.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
37902026-04-13T20:45:26.941Z
37912026-04-13T20:45:26.941Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271)
37922026-04-13T20:45:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-13T20:45:27.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-13T20:45:27.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-04-13T20:45:38.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37962026-04-13T20:45:39.008Z
37972026-04-13T20:45:39.008Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/271)
37982026-04-13T20:45:39.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-13T20:45:39.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-13T20:45:39.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-13T20:45:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38022026-04-13T20:45:39.628Z
38032026-04-13T20:45:39.628Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271)
38042026-04-13T20:45:40.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-13T20:45:40.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-13T20:45:40.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-13T20:45:40.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-04-13T20:45:40.235Z
38092026-04-13T20:45:40.235Zinfo: running `cargo check --bins` on range-requests (192/271)
38102026-04-13T20:45:40.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-13T20:45:40.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-13T20:45:40.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-13T20:45:40.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38142026-04-13T20:45:40.836Z
38152026-04-13T20:45:40.836Zinfo: running `cargo check --bins` on repo-depot-api (193/271)
38162026-04-13T20:45:41.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-13T20:45:41.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-13T20:45:41.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-13T20:45:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38202026-04-13T20:45:41.448Z
38212026-04-13T20:45:41.448Zinfo: running `cargo check --bins` on sled-agent-api (194/271)
38222026-04-13T20:45:41.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-13T20:45:41.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-13T20:45:41.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-13T20:45:41.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38262026-04-13T20:45:42.078Z
38272026-04-13T20:45:42.078Zinfo: running `cargo check --bins` on sled-diagnostics (195/271)
38282026-04-13T20:45:42.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-13T20:45:42.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-13T20:45:42.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-13T20:45:42.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-04-13T20:45:42.710Z
38332026-04-13T20:45:42.710Zinfo: running `cargo check --bins` on zfs-test-harness (196/271)
38342026-04-13T20:45:43.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-13T20:45:43.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-13T20:45:43.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-13T20:45:43.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38382026-04-13T20:45:43.336Z
38392026-04-13T20:45:43.336Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271)
38402026-04-13T20:45:43.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-13T20:45:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-13T20:45:43.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-13T20:45:43.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-04-13T20:45:43.973Z
38452026-04-13T20:45:43.973Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271)
38462026-04-13T20:45:44.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-13T20:45:44.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-13T20:45:44.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-13T20:45:44.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-04-13T20:45:44.611Z
38512026-04-13T20:45:44.611Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/271)
38522026-04-13T20:45:45.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-13T20:45:45.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-13T20:45:45.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-13T20:45:45.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-04-13T20:45:45.246Z
38572026-04-13T20:45:45.246Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271)
38582026-04-13T20:45:45.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-13T20:45:45.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-13T20:45:45.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-13T20:45:45.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38622026-04-13T20:45:45.884Z
38632026-04-13T20:45:45.884Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271)
38642026-04-13T20:45:46.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-13T20:45:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-13T20:45:46.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-13T20:45:46.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-04-13T20:45:46.519Z
38692026-04-13T20:45:46.519Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/271)
38702026-04-13T20:45:47.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-13T20:45:47.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-13T20:45:47.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-13T20:45:47.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-04-13T20:45:47.156Z
38752026-04-13T20:45:47.156Zinfo: running `cargo check --bins` on transient-dns-server (203/271)
38762026-04-13T20:45:47.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-13T20:45:47.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-13T20:45:47.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-13T20:45:47.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38802026-04-13T20:45:47.779Z
38812026-04-13T20:45:47.779Zinfo: running `cargo check --bins` on trust-quorum (204/271)
38822026-04-13T20:45:48.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-13T20:45:48.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-13T20:45:48.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-13T20:45:48.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38862026-04-13T20:45:48.419Z
38872026-04-13T20:45:48.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271)
38882026-04-13T20:45:48.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-13T20:45:48.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-13T20:45:48.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-13T20:45:48.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38922026-04-13T20:45:49.073Z
38932026-04-13T20:45:49.073Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/271)
38942026-04-13T20:45:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-13T20:45:49.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-13T20:45:49.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-13T20:45:49.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38982026-04-13T20:45:49.738Z
38992026-04-13T20:45:49.738Zinfo: running `cargo check --bins` on update-common (207/271)
39002026-04-13T20:45:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-13T20:45:50.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-13T20:45:50.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-04-13T20:45:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39042026-04-13T20:45:50.364Z
39052026-04-13T20:45:50.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271)
39062026-04-13T20:45:50.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-04-13T20:45:50.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-04-13T20:45:50.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-04-13T20:45:50.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39102026-04-13T20:45:51.035Z
39112026-04-13T20:45:51.035Zinfo: running `cargo check --bins` on reconfigurator-cli (209/271)
39122026-04-13T20:45:51.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-04-13T20:45:51.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-04-13T20:45:51.824Z Compiling fs-err v2.11.0
39152026-04-13T20:45:51.827Z Checking ignore v0.4.25
39162026-04-13T20:45:51.827Z Checking arc-swap v1.8.2
39172026-04-13T20:45:51.827Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39182026-04-13T20:45:51.954Z Checking predicates-tree v1.0.13
39192026-04-13T20:45:51.979Z Checking parse-size v1.1.0
39202026-04-13T20:45:51.992Z Checking rand_seeder v0.4.0
39212026-04-13T20:45:51.995Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39222026-04-13T20:45:52.058Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-04-13T20:45:52.090Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39242026-04-13T20:45:52.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39252026-04-13T20:45:52.157Z Checking slog-scope v4.4.1
39262026-04-13T20:45:52.283Z Compiling petname v2.0.2
39272026-04-13T20:45:52.298Z Checking slog-stdlog v4.1.1
39282026-04-13T20:45:52.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39292026-04-13T20:45:52.327Z Checking globwalk v0.9.1
39302026-04-13T20:45:52.397Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39312026-04-13T20:45:52.417Z Checking slog-envlogger v2.2.0
39322026-04-13T20:45:52.507Z Checking camino-tempfile-ext v0.3.3
39332026-04-13T20:45:52.531Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39342026-04-13T20:45:52.566Z Checking sapling-renderdag v0.1.0
39352026-04-13T20:45:52.700Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39362026-04-13T20:45:52.703Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39372026-04-13T20:45:52.809Z Checking subprocess v0.2.15
39382026-04-13T20:45:52.880Z Checking sync-ptr v0.1.4
39392026-04-13T20:45:52.929Z Checking colored v2.2.0
39402026-04-13T20:45:52.958Z Checking assert_matches v1.5.0
39412026-04-13T20:45:53.088Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39422026-04-13T20:45:53.105Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39432026-04-13T20:45:53.202Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39442026-04-13T20:45:53.202Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39452026-04-13T20:45:53.791Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39462026-04-13T20:45:55.101Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39472026-04-13T20:45:57.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39482026-04-13T20:45:57.517Z
39492026-04-13T20:45:57.517Zinfo: running `cargo check --bins` on omicron-repl-utils (210/271)
39502026-04-13T20:45:58.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-04-13T20:45:58.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-04-13T20:45:58.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-04-13T20:45:58.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39542026-04-13T20:45:58.120Z
39552026-04-13T20:45:58.120Zinfo: running `cargo check --bins` on nexus-test-interface (211/271)
39562026-04-13T20:45:58.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-13T20:45:58.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-13T20:45:58.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-04-13T20:45:58.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39602026-04-13T20:45:58.793Z
39612026-04-13T20:45:58.793Zinfo: running `cargo check --bins` on oximeter-collector (212/271)
39622026-04-13T20:45:59.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-04-13T20:45:59.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-04-13T20:45:59.533Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39652026-04-13T20:45:59.533Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39662026-04-13T20:46:00.185Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39672026-04-13T20:46:01.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39682026-04-13T20:46:01.934Z
39692026-04-13T20:46:01.934Zinfo: running `cargo check --bins` on oximeter-api (213/271)
39702026-04-13T20:46:02.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-04-13T20:46:02.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-04-13T20:46:02.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-04-13T20:46:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39742026-04-13T20:46:02.535Z
39752026-04-13T20:46:02.535Zinfo: running `cargo check --bins` on cert-dev (214/271)
39762026-04-13T20:46:03.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-04-13T20:46:03.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-04-13T20:46:03.162Z Checking yasna v0.5.2
39792026-04-13T20:46:03.570Z Checking rcgen v0.12.1
39802026-04-13T20:46:03.820Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39812026-04-13T20:46:04.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39822026-04-13T20:46:04.191Z
39832026-04-13T20:46:04.191Zinfo: running `cargo check --bins` on clickana (215/271)
39842026-04-13T20:46:04.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-04-13T20:46:04.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-04-13T20:46:04.845Z Compiling darling_core v0.23.0
39872026-04-13T20:46:04.848Z Compiling instability v0.3.11
39882026-04-13T20:46:04.962Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39892026-04-13T20:46:04.962Z Checking castaway v0.2.4
39902026-04-13T20:46:04.967Z Compiling indoc v2.0.7
39912026-04-13T20:46:04.974Z Checking unicode-truncate v1.1.0
39922026-04-13T20:46:04.993Z Checking lru v0.12.5
39932026-04-13T20:46:04.993Z Checking cassowary v0.3.0
39942026-04-13T20:46:05.060Z Checking compact_str v0.8.1
39952026-04-13T20:46:05.930Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39962026-04-13T20:46:06.113Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39972026-04-13T20:46:06.376Z Compiling darling_macro v0.23.0
39982026-04-13T20:46:06.791Z Compiling darling v0.23.0
39992026-04-13T20:46:07.391Z Checking ratatui v0.29.0
40002026-04-13T20:46:08.477Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40012026-04-13T20:46:09.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
40022026-04-13T20:46:09.332Z
40032026-04-13T20:46:09.332Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (216/271)
40042026-04-13T20:46:09.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-04-13T20:46:09.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-04-13T20:46:10.071Z Checking headers-core v0.3.0
40072026-04-13T20:46:10.074Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40082026-04-13T20:46:10.268Z Checking headers v0.4.1
40092026-04-13T20:46:10.642Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-04-13T20:46:11.489Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40112026-04-13T20:46:11.977Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40122026-04-13T20:46:12.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40132026-04-13T20:46:12.594Z
40142026-04-13T20:46:12.594Zinfo: running `cargo check --bins` on ch-dev (217/271)
40152026-04-13T20:46:13.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-04-13T20:46:13.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-04-13T20:46:13.320Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40182026-04-13T20:46:14.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40192026-04-13T20:46:14.275Z
40202026-04-13T20:46:14.276Zinfo: running `cargo check --bins` on dev-tools-common (218/271)
40212026-04-13T20:46:14.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-04-13T20:46:14.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-04-13T20:46:14.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-04-13T20:46:14.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40252026-04-13T20:46:14.745Z
40262026-04-13T20:46:14.745Zinfo: running `cargo check --bins` on crdb-seed (219/271)
40272026-04-13T20:46:15.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-04-13T20:46:15.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-04-13T20:46:15.476Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40302026-04-13T20:46:16.454Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40312026-04-13T20:46:16.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40322026-04-13T20:46:16.985Z
40332026-04-13T20:46:16.985Zinfo: running `cargo check --bins` on db-dev (220/271)
40342026-04-13T20:46:17.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-13T20:46:17.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-13T20:46:17.711Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40372026-04-13T20:46:18.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40382026-04-13T20:46:18.675Z
40392026-04-13T20:46:18.675Zinfo: running `cargo check --bins` on omicron-dev-lib (221/271)
40402026-04-13T20:46:19.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-04-13T20:46:19.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-04-13T20:46:19.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-04-13T20:46:19.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40442026-04-13T20:46:19.327Z
40452026-04-13T20:46:19.328Zinfo: running `cargo check --bins` on xtask-downloader (222/271)
40462026-04-13T20:46:19.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-04-13T20:46:19.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-04-13T20:46:19.965Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40492026-04-13T20:46:20.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
40502026-04-13T20:46:20.847Z
40512026-04-13T20:46:20.847Zinfo: running `cargo check --bins` on omicron-dropshot-apis (223/271)
40522026-04-13T20:46:21.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-04-13T20:46:21.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-04-13T20:46:21.605Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40552026-04-13T20:46:21.605Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-04-13T20:46:21.605Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40572026-04-13T20:46:21.609Z Checking git-stub v1.0.0
40582026-04-13T20:46:21.609Z Compiling trait-variant v0.1.2
40592026-04-13T20:46:21.609Z Checking is_ci v1.2.0
40602026-04-13T20:46:21.609Z Checking maplit v1.0.2
40612026-04-13T20:46:21.725Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40622026-04-13T20:46:21.825Z Checking supports-color v3.0.2
40632026-04-13T20:46:21.828Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-04-13T20:46:21.863Z Checking git-stub-vcs v0.1.0
40652026-04-13T20:46:21.951Z Checking drift v0.1.3
40662026-04-13T20:46:22.006Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40672026-04-13T20:46:22.020Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-04-13T20:46:22.057Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40692026-04-13T20:46:22.208Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40702026-04-13T20:46:22.235Z Checking dropshot-api-manager v0.6.0
40712026-04-13T20:46:22.256Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40722026-04-13T20:46:22.303Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40732026-04-13T20:46:22.520Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40742026-04-13T20:46:22.535Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40752026-04-13T20:46:22.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40762026-04-13T20:46:22.992Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40772026-04-13T20:46:27.937Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40782026-04-13T20:46:28.931Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40792026-04-13T20:46:29.477Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40802026-04-13T20:46:29.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
40812026-04-13T20:46:30.102Z
40822026-04-13T20:46:30.102Zinfo: running `cargo check --bins` on installinator-api (224/271)
40832026-04-13T20:46:30.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-04-13T20:46:30.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-04-13T20:46:30.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-04-13T20:46:30.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40872026-04-13T20:46:30.708Z
40882026-04-13T20:46:30.708Zinfo: running `cargo check --bins` on nexus-external-api (225/271)
40892026-04-13T20:46:31.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-04-13T20:46:31.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-04-13T20:46:31.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-04-13T20:46:31.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40932026-04-13T20:46:31.364Z
40942026-04-13T20:46:31.364Zinfo: running `cargo check --bins` on nexus-internal-api (226/271)
40952026-04-13T20:46:31.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-13T20:46:31.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-13T20:46:31.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-04-13T20:46:31.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40992026-04-13T20:46:32.008Z
41002026-04-13T20:46:32.008Zinfo: running `cargo check --bins` on nexus-lockstep-api (227/271)
41012026-04-13T20:46:32.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-13T20:46:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-13T20:46:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-04-13T20:46:32.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41052026-04-13T20:46:32.657Z
41062026-04-13T20:46:32.657Zinfo: running `cargo check --bins` on ntp-admin-api (228/271)
41072026-04-13T20:46:33.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-04-13T20:46:33.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-04-13T20:46:33.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-04-13T20:46:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-04-13T20:46:33.270Z
41122026-04-13T20:46:33.270Zinfo: running `cargo check --bins` on ntp-admin-types-versions (229/271)
41132026-04-13T20:46:33.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-04-13T20:46:33.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-04-13T20:46:33.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-04-13T20:46:33.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41172026-04-13T20:46:33.874Z
41182026-04-13T20:46:33.874Zinfo: running `cargo check --bins` on wicketd-api (230/271)
41192026-04-13T20:46:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-04-13T20:46:34.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-04-13T20:46:34.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-04-13T20:46:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-04-13T20:46:34.490Z
41242026-04-13T20:46:34.490Zinfo: running `cargo check --bins` on omicron-ls-apis (231/271)
41252026-04-13T20:46:35.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-04-13T20:46:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-04-13T20:46:35.122Z Checking typeid v1.0.3
41282026-04-13T20:46:35.239Z Checking ordered-float v2.10.1
41292026-04-13T20:46:35.263Z Checking unicode-xid v0.2.6
41302026-04-13T20:46:35.283Z Checking cargo-platform v0.2.0
41312026-04-13T20:46:35.306Z Checking erased-serde v0.4.9
41322026-04-13T20:46:35.447Z Checking serde-value v0.7.0
41332026-04-13T20:46:35.618Z Checking serde-untagged v0.1.9
41342026-04-13T20:46:35.775Z Checking cargo-util-schemas v0.8.2
41352026-04-13T20:46:36.465Z Checking cargo_metadata v0.21.0
41362026-04-13T20:46:37.077Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41372026-04-13T20:46:37.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
41382026-04-13T20:46:37.948Z
41392026-04-13T20:46:37.948Zinfo: running `cargo check --bins` on mgs-dev (232/271)
41402026-04-13T20:46:38.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-04-13T20:46:38.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-04-13T20:46:38.691Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41432026-04-13T20:46:39.316Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41442026-04-13T20:46:39.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41452026-04-13T20:46:40.024Z
41462026-04-13T20:46:40.024Zinfo: running `cargo check --bins` on omicron-omdb (233/271)
41472026-04-13T20:46:40.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-04-13T20:46:40.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-04-13T20:46:40.883Z Compiling vergen-lib v0.1.6
41502026-04-13T20:46:40.883Z Compiling vergen-gitcl v1.0.8
41512026-04-13T20:46:40.883Z Compiling dirs-sys-next v0.1.2
41522026-04-13T20:46:40.883Z Compiling glob v0.3.3
41532026-04-13T20:46:40.886Z Compiling diesel_derives v2.3.7
41542026-04-13T20:46:40.886Z Compiling crunchy v0.2.4
41552026-04-13T20:46:40.886Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41562026-04-13T20:46:40.886Z Compiling dsl_auto_type v0.2.0
41572026-04-13T20:46:41.230Z Compiling dirs-next v2.0.0
41582026-04-13T20:46:41.263Z Checking scheduled-thread-pool v0.2.7
41592026-04-13T20:46:41.311Z Compiling diesel_table_macro_syntax v0.3.0
41602026-04-13T20:46:41.338Z Compiling tiny-keccak v2.0.2
41612026-04-13T20:46:41.352Z Compiling term v0.7.0
41622026-04-13T20:46:41.405Z Checking r2d2 v0.8.10
41632026-04-13T20:46:41.470Z Compiling clang-sys v1.8.1
41642026-04-13T20:46:41.581Z Compiling bit-vec v0.6.3
41652026-04-13T20:46:41.595Z Checking downcast-rs v2.0.2
41662026-04-13T20:46:41.633Z Compiling ascii-canvas v3.0.0
41672026-04-13T20:46:41.805Z Compiling bit-set v0.5.3
41682026-04-13T20:46:41.846Z Compiling itertools v0.10.5
41692026-04-13T20:46:41.880Z Compiling ena v0.14.4
41702026-04-13T20:46:41.925Z Compiling libloading v0.8.9
41712026-04-13T20:46:41.966Z Compiling regex-syntax v0.6.29
41722026-04-13T20:46:42.091Z Compiling diff v0.1.13
41732026-04-13T20:46:42.106Z Compiling bindgen v0.71.1
41742026-04-13T20:46:42.154Z Compiling cexpr v0.6.0
41752026-04-13T20:46:42.365Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41762026-04-13T20:46:42.557Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41772026-04-13T20:46:42.597Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41782026-04-13T20:46:42.717Z Compiling libxml v0.3.3
41792026-04-13T20:46:42.833Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41802026-04-13T20:46:42.923Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41812026-04-13T20:46:42.967Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41822026-04-13T20:46:43.155Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41832026-04-13T20:46:43.173Z Compiling strum_macros v0.24.3
41842026-04-13T20:46:43.189Z Compiling indoc v1.0.9
41852026-04-13T20:46:43.427Z Compiling lalrpop v0.19.12
41862026-04-13T20:46:44.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41872026-04-13T20:46:44.411Z Checking derive_builder v0.20.2
41882026-04-13T20:46:44.524Z Compiling oso-derive v0.27.3
41892026-04-13T20:46:44.539Z Checking quick-xml v0.37.5
41902026-04-13T20:46:44.721Z Compiling impl-trait-for-tuples v0.2.3
41912026-04-13T20:46:45.048Z Checking openssl-probe v0.1.6
41922026-04-13T20:46:45.196Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41932026-04-13T20:46:45.490Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41942026-04-13T20:46:45.691Z Checking bb8 v0.8.6
41952026-04-13T20:46:45.893Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41962026-04-13T20:46:45.958Z Checking nonempty v0.12.0
41972026-04-13T20:46:45.985Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41982026-04-13T20:46:46.105Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41992026-04-13T20:46:46.129Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42002026-04-13T20:46:46.195Z Checking console v0.16.2
42012026-04-13T20:46:46.320Z Checking unit-prefix v0.5.2
42022026-04-13T20:46:46.334Z Checking support-bundle-viewer v0.1.2
42032026-04-13T20:46:46.456Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
42042026-04-13T20:46:46.509Z Checking indicatif v0.18.4
42052026-04-13T20:46:46.585Z Checking multimap v0.10.1
42062026-04-13T20:46:47.039Z Checking diesel v2.3.7
42072026-04-13T20:46:48.826Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42082026-04-13T20:46:49.223Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42092026-04-13T20:46:49.270Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42102026-04-13T20:46:49.547Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42112026-04-13T20:46:50.533Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42122026-04-13T20:46:50.903Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42132026-04-13T20:46:51.041Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42142026-04-13T20:46:51.785Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42152026-04-13T20:46:53.813Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42162026-04-13T20:46:58.353Z Compiling samael v0.0.19
42172026-04-13T20:47:02.902Z Checking async-bb8-diesel v0.2.1
42182026-04-13T20:47:03.112Z Checking diesel-dtrace v0.5.0
42192026-04-13T20:47:04.527Z Compiling polar-core v0.27.3
42202026-04-13T20:47:09.010Z Checking oso v0.27.3
42212026-04-13T20:47:45.148Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42222026-04-13T20:48:18.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42232026-04-13T20:48:18.825Z
42242026-04-13T20:48:18.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271)
42252026-04-13T20:48:19.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-04-13T20:48:19.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-04-13T20:48:19.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-04-13T20:48:19.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42292026-04-13T20:48:19.495Z
42302026-04-13T20:48:19.495Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/271)
42312026-04-13T20:48:20.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-04-13T20:48:20.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-04-13T20:48:20.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-04-13T20:48:20.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42352026-04-13T20:48:20.163Z
42362026-04-13T20:48:20.163Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/271)
42372026-04-13T20:48:20.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-04-13T20:48:20.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-04-13T20:48:20.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-04-13T20:48:20.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42412026-04-13T20:48:20.770Z
42422026-04-13T20:48:20.771Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/271)
42432026-04-13T20:48:21.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-04-13T20:48:21.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-04-13T20:48:21.653Z Compiling libz-sys v1.1.24
42462026-04-13T20:48:21.788Z Compiling libgit2-sys v0.18.3+1.9.2
42472026-04-13T20:48:21.799Z Compiling vergen-git2 v9.1.0
42482026-04-13T20:48:21.808Z Compiling rustls v0.21.12
42492026-04-13T20:48:21.835Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42502026-04-13T20:48:21.837Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-04-13T20:48:21.838Z Checking sct v0.7.1
42522026-04-13T20:48:21.838Z Checking rustls-webpki v0.101.7
42532026-04-13T20:48:21.997Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42542026-04-13T20:48:22.013Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-04-13T20:48:22.058Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-04-13T20:48:22.104Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42572026-04-13T20:48:22.228Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42582026-04-13T20:48:22.318Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42592026-04-13T20:48:22.333Z Checking rustls-pemfile v1.0.4
42602026-04-13T20:48:22.347Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42612026-04-13T20:48:22.469Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-04-13T20:48:22.660Z Checking twox-hash v2.1.2
42632026-04-13T20:48:22.861Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42642026-04-13T20:48:22.910Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42652026-04-13T20:48:23.412Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42662026-04-13T20:48:23.431Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42672026-04-13T20:48:23.544Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42682026-04-13T20:48:23.583Z Checking tokio-rustls v0.24.1
42692026-04-13T20:48:23.784Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42702026-04-13T20:48:24.043Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42712026-04-13T20:48:24.090Z Checking fatfs v0.3.6
42722026-04-13T20:48:24.190Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42732026-04-13T20:48:24.440Z Compiling seq-macro v0.3.6
42742026-04-13T20:48:28.410Z Compiling git2 v0.20.4
42752026-04-13T20:48:28.786Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-04-13T20:48:28.917Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42772026-04-13T20:48:30.677Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
42782026-04-13T20:49:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.29s
42792026-04-13T20:49:15.305Z
42802026-04-13T20:49:15.305Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271)
42812026-04-13T20:49:15.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-13T20:49:15.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-13T20:49:16.196Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-04-13T20:49:53.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.47s
42852026-04-13T20:49:54.019Z
42862026-04-13T20:49:54.019Zinfo: running `cargo check --bins` on nexus-background-task-interface (239/271)
42872026-04-13T20:49:54.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-13T20:49:54.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-13T20:49:54.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-04-13T20:49:54.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42912026-04-13T20:49:54.639Z
42922026-04-13T20:49:54.639Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (240/271)
42932026-04-13T20:49:55.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-04-13T20:49:55.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-04-13T20:49:55.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-04-13T20:49:55.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-04-13T20:49:55.293Z
42982026-04-13T20:49:55.293Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271)
42992026-04-13T20:49:55.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-04-13T20:49:55.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-04-13T20:49:55.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-04-13T20:49:55.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43032026-04-13T20:49:55.963Z
43042026-04-13T20:49:55.963Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (242/271)
43052026-04-13T20:49:56.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-04-13T20:49:56.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-04-13T20:49:56.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-04-13T20:49:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-04-13T20:49:56.621Z
43102026-04-13T20:49:56.621Zinfo: running `cargo check --bins` on nexus-mgs-updates (243/271)
43112026-04-13T20:49:57.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-13T20:49:57.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-13T20:49:57.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-13T20:49:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-04-13T20:49:57.271Z
43162026-04-13T20:49:57.271Zinfo: running `cargo check --bins` on nexus-networking (244/271)
43172026-04-13T20:49:57.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-13T20:49:57.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-13T20:49:57.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-04-13T20:49:57.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-04-13T20:49:57.935Z
43222026-04-13T20:49:57.935Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (245/271)
43232026-04-13T20:49:58.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-04-13T20:49:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-04-13T20:49:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-04-13T20:49:58.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-04-13T20:49:58.608Z
43282026-04-13T20:49:58.608Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271)
43292026-04-13T20:49:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-04-13T20:49:59.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-04-13T20:49:59.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-04-13T20:49:59.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-04-13T20:49:59.275Z
43342026-04-13T20:49:59.275Zinfo: running `cargo check --bins` on omicron-dev (247/271)
43352026-04-13T20:49:59.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-04-13T20:49:59.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-04-13T20:50:00.170Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-04-13T20:50:00.170Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-04-13T20:50:00.359Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43402026-04-13T20:50:00.394Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43412026-04-13T20:50:00.411Z Checking diff v0.1.13
43422026-04-13T20:50:00.414Z Checking yansi v1.0.1
43432026-04-13T20:50:00.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43442026-04-13T20:50:00.415Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-04-13T20:50:00.504Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43462026-04-13T20:50:00.659Z Checking pretty_assertions v1.4.1
43472026-04-13T20:50:01.332Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43482026-04-13T20:50:24.942Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43492026-04-13T20:50:24.942Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-04-13T20:50:24.945Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43512026-04-13T20:50:24.945Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43522026-04-13T20:50:24.945Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43532026-04-13T20:50:24.945Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542026-04-13T20:50:25.674Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43552026-04-13T20:50:26.784Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43562026-04-13T20:51:04.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43572026-04-13T20:51:04.279Z
43582026-04-13T20:51:04.279Zinfo: running `cargo check --bins` on omicron-pins (248/271)
43592026-04-13T20:51:04.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-04-13T20:51:04.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-04-13T20:51:04.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-04-13T20:51:04.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-04-13T20:51:04.889Z
43642026-04-13T20:51:04.889Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271)
43652026-04-13T20:51:05.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-04-13T20:51:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-04-13T20:51:05.677Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43682026-04-13T20:51:05.801Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43692026-04-13T20:51:05.804Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43702026-04-13T20:51:31.482Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43712026-04-13T20:51:31.862Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43722026-04-13T20:51:33.616Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-04-13T20:51:34.074Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43742026-04-13T20:51:37.043Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43752026-04-13T20:51:59.791Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43762026-04-13T20:52:00.438Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43772026-04-13T20:52:02.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.17s
43782026-04-13T20:52:02.301Z
43792026-04-13T20:52:02.301Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (250/271)
43802026-04-13T20:52:02.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-04-13T20:52:02.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-04-13T20:52:03.043Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43832026-04-13T20:52:03.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43842026-04-13T20:52:03.949Z
43852026-04-13T20:52:03.949Zinfo: running `cargo check --bins` on omicron-releng (251/271)
43862026-04-13T20:52:04.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-04-13T20:52:04.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-04-13T20:52:04.618Z Compiling blake3 v1.8.3
43892026-04-13T20:52:04.730Z Checking constant_time_eq v0.4.2
43902026-04-13T20:52:04.730Z Checking arrayvec v0.7.6
43912026-04-13T20:52:04.733Z Checking arrayref v0.3.9
43922026-04-13T20:52:04.750Z Checking topological-sort v0.2.2
43932026-04-13T20:52:04.753Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43942026-04-13T20:52:04.753Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43952026-04-13T20:52:04.753Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43962026-04-13T20:52:04.794Z Checking shell-words v1.1.1
43972026-04-13T20:52:05.612Z Checking omicron-zone-package v0.12.2
43982026-04-13T20:52:06.335Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43992026-04-13T20:52:07.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
44002026-04-13T20:52:07.358Z
44012026-04-13T20:52:07.358Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (252/271)
44022026-04-13T20:52:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-04-13T20:52:07.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-04-13T20:52:08.026Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44052026-04-13T20:52:08.353Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44062026-04-13T20:52:08.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44072026-04-13T20:52:08.941Z
44082026-04-13T20:52:08.941Zinfo: running `cargo check --bins` on schema (253/271)
44092026-04-13T20:52:09.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-04-13T20:52:09.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-04-13T20:52:09.681Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44122026-04-13T20:52:10.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44132026-04-13T20:52:10.597Z
44142026-04-13T20:52:10.597Zinfo: running `cargo check --bins` on xtask (254/271)
44152026-04-13T20:52:11.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-04-13T20:52:11.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-04-13T20:52:11.059Z Checking libc v0.2.180
44182026-04-13T20:52:11.062Z Checking serde v1.0.228
44192026-04-13T20:52:11.146Z Checking zerofrom v0.1.6
44202026-04-13T20:52:11.150Z Checking bitflags v2.11.0
44212026-04-13T20:52:11.156Z Checking hashbrown v0.16.1
44222026-04-13T20:52:11.159Z Checking smallvec v1.15.1
44232026-04-13T20:52:11.170Z Checking serde_json v1.0.149
44242026-04-13T20:52:11.180Z Checking scroll v0.12.0
44252026-04-13T20:52:11.246Z Checking yoke v0.8.1
44262026-04-13T20:52:11.302Z Checking num-traits v0.2.19
44272026-04-13T20:52:11.341Z Checking thiserror v1.0.69
44282026-04-13T20:52:11.413Z Checking percent-encoding v2.3.2
44292026-04-13T20:52:11.423Z Checking zerovec v0.11.5
44302026-04-13T20:52:11.439Z Checking zerotrie v0.2.3
44312026-04-13T20:52:11.450Z Checking errno v0.3.14
44322026-04-13T20:52:11.541Z Checking serde_spanned v0.6.9
44332026-04-13T20:52:11.553Z Checking toml_datetime v0.6.11
44342026-04-13T20:52:11.567Z Checking rustix v1.1.3
44352026-04-13T20:52:11.624Z Checking indexmap v2.13.0
44362026-04-13T20:52:11.670Z Checking log v0.4.29
44372026-04-13T20:52:11.686Z Checking zerocopy v0.7.35
44382026-04-13T20:52:11.735Z Checking form_urlencoded v1.2.2
44392026-04-13T20:52:11.797Z Checking getrandom v0.3.4
44402026-04-13T20:52:11.819Z Checking goblin v0.8.2
44412026-04-13T20:52:11.845Z Checking ordered-float v2.10.1
44422026-04-13T20:52:11.868Z Checking thiserror v2.0.18
44432026-04-13T20:52:11.875Z Checking tinystr v0.8.2
44442026-04-13T20:52:11.930Z Checking potential_utf v0.1.4
44452026-04-13T20:52:11.965Z Checking syn v2.0.117
44462026-04-13T20:52:12.055Z Checking icu_locale_core v2.1.1
44472026-04-13T20:52:12.064Z Checking icu_collections v2.1.1
44482026-04-13T20:52:12.074Z Checking serde-value v0.7.0
44492026-04-13T20:52:12.171Z Checking toml_edit v0.22.27
44502026-04-13T20:52:12.180Z Checking dtrace-parser v0.2.0
44512026-04-13T20:52:12.278Z Checking thread-id v4.2.2
44522026-04-13T20:52:12.360Z Checking once_cell v1.21.3
44532026-04-13T20:52:12.381Z Checking cargo-platform v0.2.0
44542026-04-13T20:52:12.393Z Checking terminal_size v0.4.3
44552026-04-13T20:52:12.446Z Checking memmap v0.7.0
44562026-04-13T20:52:12.504Z Checking clap_builder v4.5.60
44572026-04-13T20:52:12.536Z Checking tempfile v3.25.0
44582026-04-13T20:52:12.560Z Checking textwrap v0.16.2
44592026-04-13T20:52:12.570Z Checking fs-err v3.3.0
44602026-04-13T20:52:12.618Z Checking icu_provider v2.1.1
44612026-04-13T20:52:12.740Z Checking camino-tempfile v1.4.1
44622026-04-13T20:52:12.749Z Checking anyhow v1.0.102
44632026-04-13T20:52:12.776Z Checking tabled v0.15.0
44642026-04-13T20:52:12.882Z Checking icu_normalizer v2.1.1
44652026-04-13T20:52:12.893Z Checking icu_properties v2.1.2
44662026-04-13T20:52:12.958Z Checking macaddr v1.0.1
44672026-04-13T20:52:13.146Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44682026-04-13T20:52:13.321Z Checking toml v0.8.23
44692026-04-13T20:52:13.636Z Checking cargo_toml v0.21.0
44702026-04-13T20:52:13.732Z Checking idna_adapter v1.2.1
44712026-04-13T20:52:13.760Z Checking dof v0.3.0
44722026-04-13T20:52:13.766Z Checking clap v4.5.60
44732026-04-13T20:52:13.850Z Checking idna v1.1.0
44742026-04-13T20:52:14.027Z Checking usdt-impl v0.5.0
44752026-04-13T20:52:14.081Z Checking url v2.5.8
44762026-04-13T20:52:14.292Z Checking usdt v0.5.0
44772026-04-13T20:52:14.440Z Checking cargo-util-schemas v0.8.2
44782026-04-13T20:52:15.141Z Checking cargo_metadata v0.21.0
44792026-04-13T20:52:15.744Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44802026-04-13T20:52:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
44812026-04-13T20:52:16.308Z
44822026-04-13T20:52:16.308Zinfo: running `cargo check --bins` on dnsadm (255/271)
44832026-04-13T20:52:16.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-04-13T20:52:16.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-04-13T20:52:16.946Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44862026-04-13T20:52:17.428Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44872026-04-13T20:52:17.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44882026-04-13T20:52:18.045Z
44892026-04-13T20:52:18.045Zinfo: running `cargo check --bins` on end-to-end-tests (256/271)
44902026-04-13T20:52:18.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-04-13T20:52:18.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-04-13T20:52:18.822Z Checking polyval v0.6.2
44932026-04-13T20:52:18.946Z Checking ctr v0.9.2
44942026-04-13T20:52:18.956Z Checking ssh-encoding v0.2.0
44952026-04-13T20:52:18.966Z Checking blowfish v0.9.1
44962026-04-13T20:52:18.978Z Checking password-hash v0.4.2
44972026-04-13T20:52:18.993Z Checking p521 v0.13.3
44982026-04-13T20:52:18.999Z Checking p256 v0.13.2
44992026-04-13T20:52:19.021Z Checking russh-cryptovec v0.7.3
45002026-04-13T20:52:19.099Z Checking ghash v0.5.1
45012026-04-13T20:52:19.104Z Checking bcrypt-pbkdf v0.10.0
45022026-04-13T20:52:19.104Z Checking md5 v0.7.0
45032026-04-13T20:52:19.152Z Checking num-bigint v0.4.6
45042026-04-13T20:52:19.152Z Checking des v0.8.1
45052026-04-13T20:52:19.200Z Checking pbkdf2 v0.11.0
45062026-04-13T20:52:19.223Z Checking aes-gcm v0.10.3
45072026-04-13T20:52:19.254Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45082026-04-13T20:52:19.268Z Checking hex-literal v0.4.1
45092026-04-13T20:52:19.284Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45102026-04-13T20:52:19.337Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45112026-04-13T20:52:19.363Z Checking internet-checksum v0.2.1
45122026-04-13T20:52:19.377Z Checking ssh-cipher v0.2.0
45132026-04-13T20:52:19.538Z Checking ssh-key v0.6.7
45142026-04-13T20:52:19.611Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-04-13T20:52:20.175Z Checking russh-keys v0.45.0
45162026-04-13T20:52:20.730Z Checking russh v0.45.0
45172026-04-13T20:52:37.030Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45182026-04-13T20:52:37.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
45192026-04-13T20:52:37.259Z
45202026-04-13T20:52:37.259Zinfo: running `cargo check --bins` on gateway-cli (257/271)
45212026-04-13T20:52:37.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-04-13T20:52:37.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-04-13T20:52:37.933Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45242026-04-13T20:52:38.044Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45252026-04-13T20:52:38.051Z Checking termios v0.3.3
45262026-04-13T20:52:39.284Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45272026-04-13T20:52:39.436Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45282026-04-13T20:52:41.271Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45292026-04-13T20:52:41.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
45302026-04-13T20:52:42.050Z
45312026-04-13T20:52:42.050Zinfo: running `cargo check --bins --no-default-features` on installinator (258/271)
45322026-04-13T20:52:42.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-13T20:52:42.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-13T20:52:42.793Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45352026-04-13T20:52:42.916Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45362026-04-13T20:52:42.925Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45372026-04-13T20:52:42.925Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45382026-04-13T20:52:42.941Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45392026-04-13T20:52:42.944Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45402026-04-13T20:52:43.689Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45412026-04-13T20:52:44.034Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45422026-04-13T20:52:44.034Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45432026-04-13T20:52:44.696Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45442026-04-13T20:52:46.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
45452026-04-13T20:52:46.550Z
45462026-04-13T20:52:46.550Zinfo: running `cargo check --bins` on internal-dns-cli (259/271)
45472026-04-13T20:52:47.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-04-13T20:52:47.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-04-13T20:52:47.210Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45502026-04-13T20:52:47.668Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45512026-04-13T20:52:47.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45522026-04-13T20:52:48.197Z
45532026-04-13T20:52:48.197Zinfo: running `cargo check --bins` on omicron-live-tests (260/271)
45542026-04-13T20:52:48.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-04-13T20:52:48.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-04-13T20:52:48.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-04-13T20:52:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45582026-04-13T20:52:48.813Z
45592026-04-13T20:52:48.813Zinfo: running `cargo check --bins` on live-tests-macros (261/271)
45602026-04-13T20:52:49.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-04-13T20:52:49.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-04-13T20:52:49.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45632026-04-13T20:52:49.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45642026-04-13T20:52:49.434Z
45652026-04-13T20:52:49.434Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271)
45662026-04-13T20:52:50.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-13T20:52:50.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-13T20:52:50.218Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45692026-04-13T20:52:50.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45702026-04-13T20:52:51.026Z
45712026-04-13T20:52:51.026Zinfo: running `cargo check --bins` on omicron-ntp-admin (263/271)
45722026-04-13T20:52:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-04-13T20:52:51.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-04-13T20:52:51.707Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45752026-04-13T20:52:51.709Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45762026-04-13T20:52:51.965Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45772026-04-13T20:52:51.965Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45782026-04-13T20:52:52.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45792026-04-13T20:52:52.970Z
45802026-04-13T20:52:52.970Zinfo: running `cargo check --bins` on ntp-admin-types (264/271)
45812026-04-13T20:52:53.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-04-13T20:52:53.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-04-13T20:52:53.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-04-13T20:52:53.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45852026-04-13T20:52:53.590Z
45862026-04-13T20:52:53.591Zinfo: running `cargo check --bins` on omicron-package (265/271)
45872026-04-13T20:52:54.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-04-13T20:52:54.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-04-13T20:52:54.307Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45902026-04-13T20:52:55.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
45912026-04-13T20:52:55.610Z
45922026-04-13T20:52:55.610Zinfo: running `cargo check --bins` on tqdb (266/271)
45932026-04-13T20:52:56.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-04-13T20:52:56.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-04-13T20:52:56.429Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45962026-04-13T20:52:56.791Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45972026-04-13T20:52:57.310Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45982026-04-13T20:52:57.310Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45992026-04-13T20:53:02.616Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46002026-04-13T20:53:03.168Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46012026-04-13T20:53:03.172Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46022026-04-13T20:53:03.172Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-04-13T20:53:03.172Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46042026-04-13T20:53:03.172Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46052026-04-13T20:53:03.978Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46062026-04-13T20:53:04.972Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46072026-04-13T20:53:05.766Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46082026-04-13T20:53:06.384Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46092026-04-13T20:53:10.949Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46102026-04-13T20:53:17.271Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46112026-04-13T20:53:17.274Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46122026-04-13T20:53:17.275Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46132026-04-13T20:53:17.275Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46142026-04-13T20:53:18.771Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46152026-04-13T20:53:20.123Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46162026-04-13T20:53:20.789Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46172026-04-13T20:53:22.059Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46182026-04-13T20:53:22.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s
46192026-04-13T20:53:22.822Z
46202026-04-13T20:53:22.822Zinfo: running `cargo check --bins` on wicket-dbg (267/271)
46212026-04-13T20:53:23.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-04-13T20:53:23.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-04-13T20:53:23.547Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46242026-04-13T20:53:23.547Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46252026-04-13T20:53:23.550Z Checking rtoolbox v0.0.3
46262026-04-13T20:53:23.550Z Checking tui-tree-widget v0.23.1
46272026-04-13T20:53:23.778Z Checking rpassword v7.4.0
46282026-04-13T20:53:24.712Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46292026-04-13T20:53:27.714Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46302026-04-13T20:53:29.507Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46312026-04-13T20:53:30.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46322026-04-13T20:53:30.598Z
46332026-04-13T20:53:30.598Zinfo: running `cargo check --bins` on wicket (268/271)
46342026-04-13T20:53:31.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-04-13T20:53:31.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-04-13T20:53:31.322Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-04-13T20:53:31.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46382026-04-13T20:53:31.886Z
46392026-04-13T20:53:31.886Zinfo: running `cargo check --bins` on wicketd (269/271)
46402026-04-13T20:53:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-04-13T20:53:32.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-04-13T20:53:32.634Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46432026-04-13T20:53:32.637Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46442026-04-13T20:53:32.637Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46452026-04-13T20:53:32.637Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46462026-04-13T20:53:33.659Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46472026-04-13T20:53:34.229Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46482026-04-13T20:53:37.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
46492026-04-13T20:53:37.375Z
46502026-04-13T20:53:37.375Zinfo: running `cargo check --bins` on omicron-workspace-hack (270/271)
46512026-04-13T20:53:37.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-04-13T20:53:37.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-04-13T20:53:37.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46542026-04-13T20:53:37.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46552026-04-13T20:53:37.993Z
46562026-04-13T20:53:37.993Zinfo: running `cargo check --bins` on zone-setup (271/271)
46572026-04-13T20:53:38.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-04-13T20:53:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-04-13T20:53:38.689Z Checking uzers v0.12.2
46602026-04-13T20:53:38.967Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46612026-04-13T20:53:39.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46622026-04-13T20:53:39.954Z
46632026-04-13T20:53:39.954Zreal 14:05.236257997
46642026-04-13T20:53:39.954Zuser 20:15.628904585
46652026-04-13T20:53:39.954Zsys 4:09.261463867
46662026-04-13T20:53:39.954Ztrap 0.314720598
46672026-04-13T20:53:39.954Ztflt 0.281585877
46682026-04-13T20:53:39.954Zdflt 0.870112632
46692026-04-13T20:53:39.954Zkflt 0.001173293
46702026-04-13T20:53:39.954Zlock 1:15:13.274809918
46712026-04-13T20:53:39.954Zslp 1:37:10.190457161
46722026-04-13T20:53:39.954Zlat 52.833229293
46732026-04-13T20:53:39.954Zstop 3:24.505362195
46742026-04-13T20:53:39.957Zprocess exited: duration 1038569 ms, exit code 0
 
46752026-04-13T20:53:39.964Zfound 0 output files