01KR2J2Y6MF7JXEQZAE8RD2YYE: 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: 01KR2J3K68J9MR2DP44DA973YY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:10:10.840Zjob assigned to worker 01KR2J3T3ZK7WSA2XW92T9SNX6 [factory aws, i-090e6c1b8bc31ea95] (queued for 49 s)
 
22026-05-08T01:10:17.760Zstarting task 0: "setup"
32026-05-08T01:10:17.776Z++ uname -s
42026-05-08T01:10:17.780Z+ kern=SunOS
52026-05-08T01:10:17.780Z+ build_user=build
62026-05-08T01:10:17.780Z+ build_uid=12345
72026-05-08T01:10:17.780Z+ work_dir=/work
82026-05-08T01:10:17.780Z+ input_dir=/input
92026-05-08T01:10:17.780Z+ [[ 0 == 12345 ]]
102026-05-08T01:10:17.780Z+ case "$kern" in
112026-05-08T01:10:17.780Z+ groupadd -g 12345 build
122026-05-08T01:10:17.780Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:10:19.786Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:10:19.909Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:10:19.913Z+ home_fs=zfs
162026-05-08T01:10:19.913Z+ [[ zfs == autofs ]]
172026-05-08T01:10:19.913Z+ mkdir -p /home/build
182026-05-08T01:10:19.913Z+ chown build:build /home/build /work
192026-05-08T01:10:20.913Z+ chmod 0700 /home/build /work
202026-05-08T01:10:20.917Zprocess exited: duration 3155 ms, exit code 0
 
212026-05-08T01:10:20.924Zstarting task 1: "rust-toolchain"
222026-05-08T01:10:20.928Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:10:20.928Z * rust toolchain channel = "1.94.0"
242026-05-08T01:10:20.928Z * rust toolchain profile = "default"
252026-05-08T01:10:20.928Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T01:10:20.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:10:20.928Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:10:20.931Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:10:20.931Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:10:21.050Zinfo: downloading installer
312026-05-08T01:10:22.348Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:10:22.348Zwarn: /opt/ooce/bin
332026-05-08T01:10:22.348Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:10:22.348Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:10:22.348Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:10:22.349Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:10:22.349Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:10:22.349Zerror: cannot install while Rust is installed
392026-05-08T01:10:22.349Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:10:22.349Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:10:22.349Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:10:22.349Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:10:22.349Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:10:22.362Zinfo: profile set to default
452026-05-08T01:10:22.362Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:10:22.366Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T01:10:22.497Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T01:10:22.501Zinfo: downloading 6 components
492026-05-08T01:10:37.022Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T01:10:37.022Z
512026-05-08T01:10:37.050Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T01:10:37.051Z
532026-05-08T01:10:37.051Z
542026-05-08T01:10:37.051ZRust is installed now. Great!
552026-05-08T01:10:37.051Z
562026-05-08T01:10:37.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:10:37.054Zenvironment variable. This has not been done automatically.
582026-05-08T01:10:37.054Z
592026-05-08T01:10:37.054ZTo configure your current shell, you need to source
602026-05-08T01:10:37.054Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:10:37.054Z
622026-05-08T01:10:37.054ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:10:37.054Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:10:37.054Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:10:37.054Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:10:37.054Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:10:37.054Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:10:37.054Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:10:37.054Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:10:37.054Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:10:37.139Z+ rustup --version
722026-05-08T01:10:37.148Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:10:37.151Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:10:37.170Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T01:10:37.173Z+ cargo --version
762026-05-08T01:10:37.185Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T01:10:37.188Z+ rustc --version
782026-05-08T01:10:37.208Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T01:10:37.211Zprocess exited: duration 16284 ms, exit code 0
 
802026-05-08T01:10:37.216Zstarting task 2: "authentication"
812026-05-08T01:10:37.233Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T01:10:37.239Zstarting task 3: "clone repository"
832026-05-08T01:10:37.242Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T01:10:37.245Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T01:10:37.272ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T01:10:46.949Z+ cd /work/oxidecomputer/omicron
872026-05-08T01:10:46.949Z+ git fetch origin d180d48a80c79c4f57eb15ef671492602df0282e
882026-05-08T01:10:47.218ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T01:10:47.218Z * branch d180d48a80c79c4f57eb15ef671492602df0282e -> FETCH_HEAD
902026-05-08T01:10:47.228Z+ [[ -n omdb-support-bundle-collect ]]
912026-05-08T01:10:47.232Z++ git branch --show-current
922026-05-08T01:10:47.232Z+ current=main
932026-05-08T01:10:47.232Z+ [[ main != omdb-support-bundle-collect ]]
942026-05-08T01:10:47.232Z+ git branch -f omdb-support-bundle-collect d180d48a80c79c4f57eb15ef671492602df0282e
952026-05-08T01:10:47.235Z+ git checkout -f omdb-support-bundle-collect
962026-05-08T01:10:47.330ZSwitched to branch 'omdb-support-bundle-collect'
972026-05-08T01:10:47.333Z+ git reset --hard d180d48a80c79c4f57eb15ef671492602df0282e
982026-05-08T01:10:47.432ZHEAD is now at d180d48a8 Add `omdb support-bundle collect` subcommand
992026-05-08T01:10:47.437Zprocess exited: duration 10192 ms, exit code 0
 
1002026-05-08T01:10:47.446Zstarting task 4: "build"
1012026-05-08T01:10:47.451Z+ source .github/buildomat/ci-env.sh
1022026-05-08T01:10:47.451Z++ export CARGO_TERM_COLOR=always
1032026-05-08T01:10:47.451Z++ CARGO_TERM_COLOR=always
1042026-05-08T01:10:47.455Z+ cargo --version
1052026-05-08T01:10:47.461Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-08T01:10:47.464Z+ rustc --version
1072026-05-08T01:10:47.483Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-08T01:10:47.486Z+ source ./env.sh
1092026-05-08T01:10:47.486Z++ OLD_SHELL_OPTS=ehxB
1102026-05-08T01:10:47.486Z++ set -o xtrace
1112026-05-08T01:10:47.489Z++++ dirname ./env.sh
1122026-05-08T01:10:47.489Z+++ readlink -f .
1132026-05-08T01:10:47.493Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-08T01:10:47.493Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-08T01:10:47.493Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-08T01:10:47.493Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-08T01:10:47.493Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-08T01:10:47.493Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-08T01:10:47.493Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-08T01:10:47.493Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-08T01:10:47.493Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-08T01:10:47.493Z++ case $OLD_SHELL_OPTS in
1232026-05-08T01:10:47.493Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-08T01:10:47.493Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-08T01:10:47.493Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-08T01:10:47.493Z+ banner prerequisites
1272026-05-08T01:10:47.496Z
1282026-05-08T01:10:47.496Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-08T01:10:47.496Z # # # # # # # # # # # # # # #
1302026-05-08T01:10:47.496Z # # # # ##### # # ##### # # # # # #### #
1312026-05-08T01:10:47.496Z ##### ##### # ##### # # # # # # # # #
1322026-05-08T01:10:47.496Z # # # # # # # # # # # # # # #
1332026-05-08T01:10:47.496Z # # # ###### # # ###### ### # #### # #### #
1342026-05-08T01:10:47.496Z
1352026-05-08T01:10:47.496Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-08T01:10:57.647Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-08T01:11:05.176Z Startup: Caching catalogs ... Done
1382026-05-08T01:11:12.460ZPlanning: Solver setup ... Done (5.898s)
1392026-05-08T01:11:12.502ZPlanning: Running solver ... Done (0.042s)
1402026-05-08T01:11:12.638ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-08T01:11:12.647ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-08T01:11:12.760ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-08T01:11:12.796ZPlanning: Package planning ... Done (0.036s)
1442026-05-08T01:11:12.832ZPlanning: Merging actions ... Done (0.036s)
1452026-05-08T01:11:13.013ZPlanning: Checking for conflicting actions ... Done (0.180s)
1462026-05-08T01:11:13.021ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-08T01:11:14.135ZPlanning: Evaluating mediators ... Done (1.114s)
1482026-05-08T01:11:14.143ZPlanning: Planning completed in 8.80 seconds
1492026-05-08T01:11:14.154Z Packages to install: 5
1502026-05-08T01:11:14.154Z Mediators to change: 3
1512026-05-08T01:11:14.158Z Services to change: 1
1522026-05-08T01:11:14.158Z Estimated space available: 155.34 GB
1532026-05-08T01:11:14.158ZEstimated space to be consumed: 1.90 GB
1542026-05-08T01:11:14.158Z Create boot environment: No
1552026-05-08T01:11:14.158ZCreate backup boot environment: No
1562026-05-08T01:11:14.158Z Rebuild boot archive: No
1572026-05-08T01:11:14.158Z
1582026-05-08T01:11:14.158ZChanged mediators:
1592026-05-08T01:11:14.158Z mediator clang:
1602026-05-08T01:11:14.158Z version: None -> 15 (system default)
1612026-05-08T01:11:14.158Z
1622026-05-08T01:11:14.158Z mediator llvm:
1632026-05-08T01:11:14.158Z version: 14 (system default) -> 15 (system default)
1642026-05-08T01:11:14.158Z
1652026-05-08T01:11:14.158Z mediator postgresql:
1662026-05-08T01:11:14.158Z version: 15 (system default) -> 18 (system default)
1672026-05-08T01:11:14.158Z
1682026-05-08T01:11:14.159ZChanged packages:
1692026-05-08T01:11:14.159Zhelios-dev
1702026-05-08T01:11:14.159Z developer/build-essential
1712026-05-08T01:11:14.159Z None -> 11-2.0
1722026-05-08T01:11:14.159Z library/libxmlsec1
1732026-05-08T01:11:14.159Z None -> 1.2.35-2.0
1742026-05-08T01:11:14.159Z ooce/developer/clang-15
1752026-05-08T01:11:14.159Z None -> 15.0.7-2.0
1762026-05-08T01:11:14.159Z ooce/developer/llvm-15
1772026-05-08T01:11:14.159Z None -> 15.0.7-2.0
1782026-05-08T01:11:14.159Z ooce/library/postgresql-18
1792026-05-08T01:11:14.159Z None -> 18.1-2.0
1802026-05-08T01:11:14.159Z
1812026-05-08T01:11:14.159ZServices:
1822026-05-08T01:11:14.159Z restart_fmri:
1832026-05-08T01:11:14.159Z svc:/system/update-man-index:default
1842026-05-08T01:11:14.198Z
1852026-05-08T01:11:14.198ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-08T01:11:20.491ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (26.9M/s)
1872026-05-08T01:11:25.549ZDownload: 3243/4272 items 203.0/219.0MB 92% complete (19.2M/s)
1882026-05-08T01:11:32.996ZDownload: 3286/4272 items 211.5/219.0MB 96% complete (10.6M/s)
1892026-05-08T01:11:39.501ZDownload: 3288/4272 items 212.4/219.0MB 96% complete (9.4M/s)
1902026-05-08T01:11:44.516ZDownload: 3870/4272 items 214.3/219.0MB 97% complete (432k/s)
1912026-05-08T01:11:52.239ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (786k/s)
1922026-05-08T01:11:52.280ZDownload: Completed 218.99 MB in 38.08 seconds (5.8M/s)
1932026-05-08T01:11:52.426Z Actions: 1/4789 actions (Installing new actions)
1942026-05-08T01:11:55.746Z Actions: Completed 4789 actions in 3.32 seconds.
1952026-05-08T01:11:56.060Z Done (0.310s)
1962026-05-08T01:11:56.060Z Done (0.000s)
1972026-05-08T01:11:56.790Z Done (0.729s)
1982026-05-08T01:12:00.075Z Done (2.943s)
1992026-05-08T01:12:00.145Z Done (0.013s)
2002026-05-08T01:12:00.149Z Done (0.000s)
2012026-05-08T01:12:00.471Z Done (0.000s)
2022026-05-08T01:12:01.313ZPlanning: Evaluating mediator changes ... Done
2032026-05-08T01:12:01.418ZPlanning: Checking for conflicting actions ... Done
2042026-05-08T01:12:01.421ZPlanning: Consolidating action changes ... Done
2052026-05-08T01:12:01.581ZPlanning: Evaluating mediators ... Done
2062026-05-08T01:12:01.584ZPlanning: Planning completed in 0.27 seconds
2072026-05-08T01:12:01.602Z Mediators to change: 2
2082026-05-08T01:12:01.602Z Create boot environment: No
2092026-05-08T01:12:01.602ZCreate backup boot environment: No
2102026-05-08T01:12:01.663Z Done
2112026-05-08T01:12:01.663Z Done
2122026-05-08T01:12:02.264Z Done
2132026-05-08T01:12:04.862Z Done
2142026-05-08T01:12:04.936Z Done
2152026-05-08T01:12:04.943Z Done
2162026-05-08T01:12:05.079Z Done
2172026-05-08T01:12:05.333ZPlanning: Evaluating mediator changes ... Done
2182026-05-08T01:12:05.439ZPlanning: Checking for conflicting actions ... Done
2192026-05-08T01:12:05.443ZPlanning: Consolidating action changes ... Done
2202026-05-08T01:12:05.597ZPlanning: Evaluating mediators ... Done
2212026-05-08T01:12:05.610ZPlanning: Planning completed in 0.26 seconds
2222026-05-08T01:12:05.618Z Mediators to change: 1
2232026-05-08T01:12:05.618Z Create boot environment: No
2242026-05-08T01:12:05.618ZCreate backup boot environment: No
2252026-05-08T01:12:05.672Z Done
2262026-05-08T01:12:05.672Z Done
2272026-05-08T01:12:06.272Z Done
2282026-05-08T01:12:08.850Z Done
2292026-05-08T01:12:08.921Z Done
2302026-05-08T01:12:08.944Z Done
2312026-05-08T01:12:09.072Z Done
2322026-05-08T01:12:09.356ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332026-05-08T01:12:09.356Zclang system 15 system
2342026-05-08T01:12:09.356Zcsh system system illumos
2352026-05-08T01:12:09.356Zctags system system illumos
2362026-05-08T01:12:09.356Zfile system system illumos
2372026-05-08T01:12:09.356Zgcc vendor 12 vendor
2382026-05-08T01:12:09.356Zgcc system 14 system
2392026-05-08T01:12:09.356Zgcc system 10 system
2402026-05-08T01:12:09.356Zgo system 1.20 system
2412026-05-08T01:12:09.356Zgo system 1.19 system
2422026-05-08T01:12:09.356Zllvm system 15 system
2432026-05-08T01:12:09.356Zllvm system 14 system
2442026-05-08T01:12:09.356Zmariadb system 10.6 system
2452026-05-08T01:12:09.356Zmta vendor vendor dma
2462026-05-08T01:12:09.356Zopenjdk system 17 system
2472026-05-08T01:12:09.356Zopenjdk system 11 system
2482026-05-08T01:12:09.357Zopenjdk system 1.8 system
2492026-05-08T01:12:09.357Zopenssl vendor 3 vendor
2502026-05-08T01:12:09.357Zperl system 5.36 system
2512026-05-08T01:12:09.357Zpostgresql system 18 system
2522026-05-08T01:12:09.357Zpostgresql system 15 system
2532026-05-08T01:12:09.357Zpostgresql system 13 system
2542026-05-08T01:12:09.357Zpython vendor 3 vendor
2552026-05-08T01:12:09.357Zpython system 2 system
2562026-05-08T01:12:09.357Zpython3 system 3.11 system
2572026-05-08T01:12:09.357Zruby system 3.0 system
2582026-05-08T01:12:09.357Zwords vendor vendor american-english
2592026-05-08T01:12:09.357Zwords system system australian-english
2602026-05-08T01:12:09.357Zwords system system british-english
2612026-05-08T01:12:09.357Zwords system system canadian-english
2622026-05-08T01:12:09.357Zwords system system french
2632026-05-08T01:12:09.357Zwords system system italian
2642026-05-08T01:12:09.357Zwords system system ngerman
2652026-05-08T01:12:09.357Zwords system system ogerman
2662026-05-08T01:12:09.357Zwords system system spanish
2672026-05-08T01:12:09.584ZPUBLISHER TYPE STATUS P LOCATION
2682026-05-08T01:12:09.584Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-05-08T01:12:14.198ZFMRI IFO
2702026-05-08T01:12:14.198Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-05-08T01:12:14.199Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-05-08T01:12:14.199Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-05-08T01:12:14.199Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-05-08T01:12:14.199Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-05-08T01:12:14.199Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-05-08T01:12:14.199Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2772026-05-08T01:12:14.199Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2782026-05-08T01:12:14.199Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2792026-05-08T01:12:14.199Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802026-05-08T01:12:14.199Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812026-05-08T01:12:14.199Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2822026-05-08T01:12:14.199Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832026-05-08T01:12:14.199Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842026-05-08T01:12:14.199Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2852026-05-08T01:12:14.199Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862026-05-08T01:12:14.199Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872026-05-08T01:12:15.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882026-05-08T01:12:15.595Z Updating crates.io index
2892026-05-08T01:12:15.604Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902026-05-08T01:12:15.879Z Updating git repository `https://github.com/oxidecomputer/lldp`
2912026-05-08T01:12:16.775Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-05-08T01:12:17.391Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-05-08T01:12:18.283Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-05-08T01:12:18.789Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-05-08T01:12:20.215Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-05-08T01:12:21.062Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-05-08T01:12:21.323Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982026-05-08T01:12:22.016Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-05-08T01:12:22.642Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-05-08T01:12:22.762Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-05-08T01:12:23.182Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-05-08T01:12:24.064Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-05-08T01:12:24.629Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-05-08T01:12:25.179Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-05-08T01:12:25.365Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-05-08T01:12:25.767Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-05-08T01:12:26.438Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-05-08T01:12:26.453Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-05-08T01:12:26.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-05-08T01:12:27.051Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112026-05-08T01:12:27.408Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-05-08T01:12:29.306Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-05-08T01:12:29.306Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-05-08T01:12:29.306Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-05-08T01:12:29.306Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3162026-05-08T01:12:29.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172026-05-08T01:12:31.060Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3182026-05-08T01:12:31.502Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-05-08T01:12:31.800Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-05-08T01:12:32.335Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-05-08T01:12:32.618Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-05-08T01:12:33.005Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-05-08T01:12:33.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-05-08T01:12:33.846Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-05-08T01:12:34.158Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-05-08T01:12:34.544Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-05-08T01:12:46.024Z Downloading crates ...
3282026-05-08T01:12:46.084Z Downloaded block-buffer v0.10.4
3292026-05-08T01:12:46.093Z Downloaded potential_utf v0.1.4
3302026-05-08T01:12:46.093Z Downloaded cfg-if v1.0.4
3312026-05-08T01:12:46.093Z Downloaded tabled_derive v0.7.0
3322026-05-08T01:12:46.093Z Downloaded icu_locale_core v2.1.1
3332026-05-08T01:12:46.093Z Downloaded ucd-trie v0.1.7
3342026-05-08T01:12:46.093Z Downloaded clap v4.5.60
3352026-05-08T01:12:46.123Z Downloaded zmij v1.0.21
3362026-05-08T01:12:46.123Z Downloaded usdt-impl v0.5.0
3372026-05-08T01:12:46.123Z Downloaded serde-untagged v0.1.9
3382026-05-08T01:12:46.123Z Downloaded fnv v1.0.7
3392026-05-08T01:12:46.123Z Downloaded anstyle v1.0.13
3402026-05-08T01:12:46.124Z Downloaded is_terminal_polyfill v1.70.2
3412026-05-08T01:12:46.124Z Downloaded dtrace-parser v0.2.0
3422026-05-08T01:12:46.126Z Downloaded winnow v0.7.14
3432026-05-08T01:12:46.131Z Downloaded icu_properties v2.1.2
3442026-05-08T01:12:46.131Z Downloaded heck v0.4.1
3452026-05-08T01:12:46.131Z Downloaded cargo_metadata v0.21.0
3462026-05-08T01:12:46.131Z Downloaded erased-serde v0.4.9
3472026-05-08T01:12:46.131Z Downloaded clap_lex v1.0.0
3482026-05-08T01:12:46.131Z Downloaded equivalent v1.0.2
3492026-05-08T01:12:46.132Z Downloaded icu_normalizer v2.1.1
3502026-05-08T01:12:46.132Z Downloaded thiserror-impl v1.0.69
3512026-05-08T01:12:46.132Z Downloaded cargo_toml v0.21.0
3522026-05-08T01:12:46.132Z Downloaded thiserror v2.0.18
3532026-05-08T01:12:46.132Z Downloaded zerofrom v0.1.6
3542026-05-08T01:12:46.132Z Downloaded writeable v0.6.2
3552026-05-08T01:12:46.132Z Downloaded typeid v1.0.3
3562026-05-08T01:12:46.132Z Downloaded fastrand v2.3.0
3572026-05-08T01:12:46.132Z Downloaded log v0.4.29
3582026-05-08T01:12:46.132Z Downloaded getrandom v0.4.1
3592026-05-08T01:12:46.132Z Downloaded version_check v0.9.5
3602026-05-08T01:12:46.132Z Downloaded utf8_iter v1.0.4
3612026-05-08T01:12:46.132Z Downloaded cargo-platform v0.2.0
3622026-05-08T01:12:46.132Z Downloaded heck v0.5.0
3632026-05-08T01:12:46.132Z Downloaded toml_write v0.1.2
3642026-05-08T01:12:46.133Z Downloaded tinystr v0.8.2
3652026-05-08T01:12:46.142Z Downloaded itoa v1.0.17
3662026-05-08T01:12:46.142Z Downloaded yoke-derive v0.8.1
3672026-05-08T01:12:46.142Z Downloaded thiserror v1.0.69
3682026-05-08T01:12:46.171Z Downloaded toml v0.8.23
3692026-05-08T01:12:46.171Z Downloaded usdt-attr-macro v0.5.0
3702026-05-08T01:12:46.171Z Downloaded proc-macro-error-attr v1.0.4
3712026-05-08T01:12:46.171Z Downloaded zerocopy-derive v0.7.35
3722026-05-08T01:12:46.171Z Downloaded unicode-linebreak v0.1.5
3732026-05-08T01:12:46.171Z Downloaded scroll_derive v0.12.1
3742026-05-08T01:12:46.172Z Downloaded serde-value v0.7.0
3752026-05-08T01:12:46.172Z Downloaded idna_adapter v1.2.1
3762026-05-08T01:12:46.172Z Downloaded typenum v1.19.0
3772026-05-08T01:12:46.172Z Downloaded unicode-ident v1.0.24
3782026-05-08T01:12:46.179Z Downloaded usdt v0.5.0
3792026-05-08T01:12:46.179Z Downloaded unicode-xid v0.2.6
3802026-05-08T01:12:46.180Z Downloaded clap_derive v4.5.55
3812026-05-08T01:12:46.181Z Downloaded thiserror-impl v2.0.18
3822026-05-08T01:12:46.181Z Downloaded percent-encoding v2.3.2
3832026-05-08T01:12:46.181Z Downloaded form_urlencoded v1.2.2
3842026-05-08T01:12:46.181Z Downloaded anstyle-query v1.1.5
3852026-05-08T01:12:46.181Z Downloaded plain v0.2.3
3862026-05-08T01:12:46.181Z Downloaded smawk v0.3.2
3872026-05-08T01:12:46.181Z Downloaded zerotrie v0.2.3
3882026-05-08T01:12:46.181Z Downloaded zerofrom-derive v0.1.6
3892026-05-08T01:12:46.181Z Downloaded zerocopy v0.7.35
3902026-05-08T01:12:46.188Z Downloaded zerovec-derive v0.11.2
3912026-05-08T01:12:46.188Z Downloaded thread-id v4.2.2
3922026-05-08T01:12:46.188Z Downloaded utf8parse v0.2.2
3932026-05-08T01:12:46.188Z Downloaded camino v1.2.2
3942026-05-08T01:12:46.188Z Downloaded usdt-macro v0.5.0
3952026-05-08T01:12:46.188Z Downloaded toml_datetime v0.6.11
3962026-05-08T01:12:46.188Z Downloaded proc-macro-error v1.0.4
3972026-05-08T01:12:46.212Z Downloaded pretty-hex v0.4.1
3982026-05-08T01:12:46.212Z Downloaded camino-tempfile v1.4.1
3992026-05-08T01:12:46.212Z Downloaded textwrap v0.16.2
4002026-05-08T01:12:46.212Z Downloaded yoke v0.8.1
4012026-05-08T01:12:46.212Z Downloaded url v2.5.8
4022026-05-08T01:12:46.212Z Downloaded stable_deref_trait v1.2.1
4032026-05-08T01:12:46.219Z Downloaded zerovec v0.11.5
4042026-05-08T01:12:46.219Z Downloaded terminal_size v0.4.3
4052026-05-08T01:12:46.219Z Downloaded colorchoice v1.0.4
4062026-05-08T01:12:46.219Z Downloaded swrite v0.1.0
4072026-05-08T01:12:46.219Z Downloaded cpufeatures v0.2.17
4082026-05-08T01:12:46.219Z Downloaded ordered-float v2.10.1
4092026-05-08T01:12:46.219Z Downloaded crypto-common v0.1.7
4102026-05-08T01:12:46.219Z Downloaded unicode-width v0.1.14
4112026-05-08T01:12:46.220Z Downloaded toml_edit v0.22.27
4122026-05-08T01:12:46.220Z Downloaded generic-array v0.14.7
4132026-05-08T01:12:46.229Z Downloaded strsim v0.11.1
4142026-05-08T01:12:46.229Z Downloaded serde_spanned v0.6.9
4152026-05-08T01:12:46.229Z Downloaded unicode-width v0.2.0
4162026-05-08T01:12:46.229Z Downloaded macaddr v1.0.1
4172026-05-08T01:12:46.241Z Downloaded quote v1.0.45
4182026-05-08T01:12:46.241Z Downloaded scroll v0.12.0
4192026-05-08T01:12:46.241Z Downloaded byteorder v1.5.0
4202026-05-08T01:12:46.246Z Downloaded dof v0.3.0
4212026-05-08T01:12:46.256Z Downloaded fs-err v3.3.0
4222026-05-08T01:12:46.264Z Downloaded digest v0.10.7
4232026-05-08T01:12:46.280Z Downloaded anstyle-parse v0.2.7
4242026-05-08T01:12:46.280Z Downloaded memmap v0.7.0
4252026-05-08T01:12:46.280Z Downloaded sha2 v0.10.9
4262026-05-08T01:12:46.285Z Downloaded serde_tokenstream v0.2.3
4272026-05-08T01:12:46.285Z Downloaded errno v0.3.14
4282026-05-08T01:12:46.285Z Downloaded displaydoc v0.2.5
4292026-05-08T01:12:46.290Z Downloaded once_cell v1.21.3
4302026-05-08T01:12:46.290Z Downloaded anyhow v1.0.102
4312026-05-08T01:12:46.290Z Downloaded bytecount v0.6.9
4322026-05-08T01:12:46.294Z Downloaded anstream v0.6.21
4332026-05-08T01:12:46.302Z Downloaded icu_collections v2.1.1
4342026-05-08T01:12:46.311Z Downloaded litemap v0.8.1
4352026-05-08T01:12:46.311Z Downloaded smallvec v1.15.1
4362026-05-08T01:12:46.319Z Downloaded autocfg v1.5.0
4372026-05-08T01:12:46.319Z Downloaded tempfile v3.25.0
4382026-05-08T01:12:46.319Z Downloaded semver v1.0.28
4392026-05-08T01:12:46.326Z Downloaded cargo-util-schemas v0.8.2
4402026-05-08T01:12:46.327Z Downloaded synstructure v0.13.2
4412026-05-08T01:12:46.327Z Downloaded pest_generator v2.8.6
4422026-05-08T01:12:46.327Z Downloaded serde v1.0.228
4432026-05-08T01:12:46.336Z Downloaded pest_derive v2.8.6
4442026-05-08T01:12:46.341Z Downloaded icu_normalizer_data v2.1.1
4452026-05-08T01:12:46.346Z Downloaded serde_derive v1.0.228
4462026-05-08T01:12:46.346Z Downloaded proc-macro2 v1.0.106
4472026-05-08T01:12:46.346Z Downloaded num-traits v0.2.19
4482026-05-08T01:12:46.350Z Downloaded papergrid v0.11.0
4492026-05-08T01:12:46.353Z Downloaded icu_provider v2.1.1
4502026-05-08T01:12:46.353Z Downloaded bitflags v2.11.0
4512026-05-08T01:12:46.360Z Downloaded pest_meta v2.8.6
4522026-05-08T01:12:46.365Z Downloaded serde_core v1.0.228
4532026-05-08T01:12:46.375Z Downloaded indexmap v2.14.0
4542026-05-08T01:12:46.386Z Downloaded memchr v2.8.0
4552026-05-08T01:12:46.408Z Downloaded clap_builder v4.5.60
4562026-05-08T01:12:46.420Z Downloaded goblin v0.8.2
4572026-05-08T01:12:46.435Z Downloaded pest v2.8.6
4582026-05-08T01:12:46.469Z Downloaded hashbrown v0.17.0
4592026-05-08T01:12:46.469Z Downloaded icu_properties_data v2.1.2
4602026-05-08T01:12:46.469Z Downloaded idna v1.1.0
4612026-05-08T01:12:46.469Z Downloaded serde_json v1.0.149
4622026-05-08T01:12:46.475Z Downloaded tabled v0.15.0
4632026-05-08T01:12:46.499Z Downloaded syn v1.0.109
4642026-05-08T01:12:46.522Z Downloaded syn v2.0.117
4652026-05-08T01:12:46.561Z Downloaded rustix v1.1.3
4662026-05-08T01:12:46.580Z Downloaded libc v0.2.185
4672026-05-08T01:12:46.622Z Compiling proc-macro2 v1.0.106
4682026-05-08T01:12:46.622Z Compiling quote v1.0.45
4692026-05-08T01:12:46.623Z Compiling unicode-ident v1.0.24
4702026-05-08T01:12:46.629Z Compiling serde_core v1.0.228
4712026-05-08T01:12:46.629Z Compiling libc v0.2.185
4722026-05-08T01:12:46.630Z Compiling version_check v0.9.5
4732026-05-08T01:12:46.630Z Compiling serde v1.0.228
4742026-05-08T01:12:46.828Z Compiling memchr v2.8.0
4752026-05-08T01:12:47.039Z Compiling stable_deref_trait v1.2.1
4762026-05-08T01:12:47.142Z Compiling zmij v1.0.21
4772026-05-08T01:12:47.202Z Compiling ucd-trie v0.1.7
4782026-05-08T01:12:47.247Z Compiling thiserror v1.0.69
4792026-05-08T01:12:47.283Z Compiling autocfg v1.5.0
4802026-05-08T01:12:47.430Z Compiling itoa v1.0.17
4812026-05-08T01:12:47.610Z Compiling pest v2.8.6
4822026-05-08T01:12:47.646Z Compiling writeable v0.6.2
4832026-05-08T01:12:47.673Z Compiling litemap v0.8.1
4842026-05-08T01:12:47.733Z Compiling rustix v1.1.3
4852026-05-08T01:12:47.841Z Compiling icu_normalizer_data v2.1.1
4862026-05-08T01:12:47.869Z Compiling icu_properties_data v2.1.2
4872026-05-08T01:12:48.023Z Compiling byteorder v1.5.0
4882026-05-08T01:12:48.193Z Compiling syn v2.0.117
4892026-05-08T01:12:48.198Z Compiling errno v0.3.14
4902026-05-08T01:12:48.297Z Compiling serde_json v1.0.149
4912026-05-08T01:12:48.317Z Compiling bitflags v2.11.0
4922026-05-08T01:12:48.475Z Compiling num-traits v0.2.19
4932026-05-08T01:12:48.570Z Compiling equivalent v1.0.2
4942026-05-08T01:12:48.873Z Compiling smallvec v1.15.1
4952026-05-08T01:12:50.471Z Compiling typeid v1.0.3
4962026-05-08T01:12:50.471Z Compiling pest_meta v2.8.6
4972026-05-08T01:12:50.471Z Compiling hashbrown v0.17.0
4982026-05-08T01:12:50.472Z Compiling thread-id v4.2.2
4992026-05-08T01:12:50.472Z Compiling proc-macro-error-attr v1.0.4
5002026-05-08T01:12:50.472Z Compiling usdt-impl v0.5.0
5012026-05-08T01:12:50.472Z Compiling winnow v0.7.14
5022026-05-08T01:12:50.472Z Compiling syn v1.0.109
5032026-05-08T01:12:50.472Z Compiling erased-serde v0.4.9
5042026-05-08T01:12:50.472Z Compiling indexmap v2.14.0
5052026-05-08T01:12:50.472Z Compiling toml_write v0.1.2
5062026-05-08T01:12:50.472Z Compiling proc-macro-error v1.0.4
5072026-05-08T01:12:50.472Z Compiling percent-encoding v2.3.2
5082026-05-08T01:12:50.472Z Compiling utf8_iter v1.0.4
5092026-05-08T01:12:50.473Z Compiling log v0.4.29
5102026-05-08T01:12:50.473Z Compiling camino v1.2.2
5112026-05-08T01:12:50.502Z Compiling thiserror v2.0.18
5122026-05-08T01:12:50.502Z Compiling getrandom v0.4.1
5132026-05-08T01:12:50.502Z Compiling utf8parse v0.2.2
5142026-05-08T01:12:50.558Z Compiling plain v0.2.3
5152026-05-08T01:12:50.600Z Compiling anstyle-parse v0.2.7
5162026-05-08T01:12:50.641Z Compiling ordered-float v2.10.1
5172026-05-08T01:12:50.666Z Compiling form_urlencoded v1.2.2
5182026-05-08T01:12:50.846Z Compiling terminal_size v0.4.3
5192026-05-08T01:12:50.868Z Compiling synstructure v0.13.2
5202026-05-08T01:12:50.914Z Compiling pest_generator v2.8.6
5212026-05-08T01:12:50.971Z Compiling colorchoice v1.0.4
5222026-05-08T01:12:51.105Z Compiling cfg-if v1.0.4
5232026-05-08T01:12:51.147Z Compiling anstyle v1.0.13
5242026-05-08T01:12:51.189Z Compiling anstyle-query v1.1.5
5252026-05-08T01:12:51.200Z Compiling pretty-hex v0.4.1
5262026-05-08T01:12:51.240Z Compiling is_terminal_polyfill v1.70.2
5272026-05-08T01:12:51.287Z Compiling serde-untagged v0.1.9
5282026-05-08T01:12:51.332Z Compiling anstream v0.6.21
5292026-05-08T01:12:51.835Z Compiling semver v1.0.28
5302026-05-08T01:12:51.883Z Compiling fs-err v3.3.0
5312026-05-08T01:12:51.883Z Compiling once_cell v1.21.3
5322026-05-08T01:12:51.883Z Compiling heck v0.5.0
5332026-05-08T01:12:51.883Z Compiling unicode-width v0.1.14
5342026-05-08T01:12:51.883Z Compiling fastrand v2.3.0
5352026-05-08T01:12:51.883Z Compiling heck v0.4.1
5362026-05-08T01:12:51.883Z Compiling clap_lex v1.0.0
5372026-05-08T01:12:51.910Z Compiling bytecount v0.6.9
5382026-05-08T01:12:52.022Z Compiling anyhow v1.0.102
5392026-05-08T01:12:52.046Z Compiling unicode-xid v0.2.6
5402026-05-08T01:12:52.054Z Compiling fnv v1.0.7
5412026-05-08T01:12:52.060Z Compiling strsim v0.11.1
5422026-05-08T01:12:52.185Z Compiling papergrid v0.11.0
5432026-05-08T01:12:52.185Z Compiling tempfile v3.25.0
5442026-05-08T01:12:52.302Z Compiling clap_builder v4.5.60
5452026-05-08T01:12:52.531Z Compiling memmap v0.7.0
5462026-05-08T01:12:52.544Z Compiling smawk v0.3.2
5472026-05-08T01:12:52.556Z Compiling unicode-width v0.2.0
5482026-05-08T01:12:52.569Z Compiling serde_derive v1.0.228
5492026-05-08T01:12:52.689Z Compiling zerofrom-derive v0.1.6
5502026-05-08T01:12:52.703Z Compiling yoke-derive v0.8.1
5512026-05-08T01:12:52.807Z Compiling zerovec-derive v0.11.2
5522026-05-08T01:12:52.831Z Compiling displaydoc v0.2.5
5532026-05-08T01:12:53.563Z Compiling thiserror-impl v1.0.69
5542026-05-08T01:12:53.577Z Compiling zerocopy-derive v0.7.35
5552026-05-08T01:12:53.824Z Compiling pest_derive v2.8.6
5562026-05-08T01:12:53.885Z Compiling scroll_derive v0.12.1
5572026-05-08T01:12:54.095Z Compiling zerofrom v0.1.6
5582026-05-08T01:12:54.238Z Compiling yoke v0.8.1
5592026-05-08T01:12:54.289Z Compiling thiserror-impl v2.0.18
5602026-05-08T01:12:54.443Z Compiling zerovec v0.11.5
5612026-05-08T01:12:54.457Z Compiling zerotrie v0.2.3
5622026-05-08T01:12:54.602Z Compiling zerocopy v0.7.35
5632026-05-08T01:12:54.772Z Compiling scroll v0.12.0
5642026-05-08T01:12:54.912Z Compiling tinystr v0.8.2
5652026-05-08T01:12:54.942Z Compiling potential_utf v0.1.4
5662026-05-08T01:12:55.046Z Compiling dtrace-parser v0.2.0
5672026-05-08T01:12:55.117Z Compiling icu_locale_core v2.1.1
5682026-05-08T01:12:55.138Z Compiling icu_collections v2.1.1
5692026-05-08T01:12:55.158Z Compiling goblin v0.8.2
5702026-05-08T01:12:55.322Z Compiling tabled_derive v0.7.0
5712026-05-08T01:12:55.369Z Compiling clap_derive v4.5.55
5722026-05-08T01:12:55.755Z Compiling icu_provider v2.1.1
5732026-05-08T01:12:55.842Z Compiling unicode-linebreak v0.1.5
5742026-05-08T01:12:55.998Z Compiling toml_datetime v0.6.11
5752026-05-08T01:12:56.044Z Compiling icu_normalizer v2.1.1
5762026-05-08T01:12:56.068Z Compiling icu_properties v2.1.2
5772026-05-08T01:12:56.074Z Compiling serde_spanned v0.6.9
5782026-05-08T01:12:56.128Z Compiling dof v0.3.0
5792026-05-08T01:12:56.234Z Compiling toml_edit v0.22.27
5802026-05-08T01:12:56.242Z Compiling serde_tokenstream v0.2.3
5812026-05-08T01:12:56.263Z Compiling serde-value v0.7.0
5822026-05-08T01:12:56.546Z Compiling cargo-platform v0.2.0
5832026-05-08T01:12:56.578Z Compiling tabled v0.15.0
5842026-05-08T01:12:56.627Z Compiling textwrap v0.16.2
5852026-05-08T01:12:56.817Z Compiling macaddr v1.0.1
5862026-05-08T01:12:57.050Z Compiling idna_adapter v1.2.1
5872026-05-08T01:12:57.097Z Compiling clap v4.5.60
5882026-05-08T01:12:57.115Z Compiling usdt-attr-macro v0.5.0
5892026-05-08T01:12:57.134Z Compiling usdt-macro v0.5.0
5902026-05-08T01:12:57.228Z Compiling idna v1.1.0
5912026-05-08T01:12:57.501Z Compiling url v2.5.8
5922026-05-08T01:12:57.790Z Compiling toml v0.8.23
5932026-05-08T01:12:57.934Z Compiling camino-tempfile v1.4.1
5942026-05-08T01:12:58.079Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-05-08T01:12:58.131Z Compiling cargo-util-schemas v0.8.2
5962026-05-08T01:12:58.243Z Compiling cargo_toml v0.21.0
5972026-05-08T01:12:58.340Z Compiling usdt v0.5.0
5982026-05-08T01:12:58.370Z Compiling swrite v0.1.0
5992026-05-08T01:12:59.046Z Compiling cargo_metadata v0.21.0
6002026-05-08T01:13:01.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6012026-05-08T01:13:02.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.87s
6022026-05-08T01:13:02.267Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6032026-05-08T01:13:02.834Z Downloading crates ...
6042026-05-08T01:13:02.938Z Downloaded adler2 v2.0.1
6052026-05-08T01:13:02.961Z Downloaded ahash v0.8.12
6062026-05-08T01:13:02.961Z Downloaded array-init v0.0.4
6072026-05-08T01:13:02.961Z Downloaded base16ct v0.2.0
6082026-05-08T01:13:02.961Z Downloaded atomic-waker v1.1.2
6092026-05-08T01:13:02.961Z Downloaded bzip2 v0.6.1
6102026-05-08T01:13:02.961Z Downloaded crc8 v0.1.1
6112026-05-08T01:13:02.961Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-08T01:13:02.961Z Downloaded bit-set v0.5.3
6132026-05-08T01:13:02.961Z Downloaded bb8 v0.8.6
6142026-05-08T01:13:02.961Z Downloaded argon2 v0.5.3
6152026-05-08T01:13:02.961Z Downloaded dyn-clone v1.0.20
6162026-05-08T01:13:02.961Z Downloaded assert_matches v1.5.0
6172026-05-08T01:13:02.961Z Downloaded crucible-workspace-hack v0.1.0
6182026-05-08T01:13:02.961Z Downloaded float-cmp v0.10.0
6192026-05-08T01:13:02.961Z Downloaded env_filter v1.0.0
6202026-05-08T01:13:02.961Z Downloaded crossbeam-deque v0.8.6
6212026-05-08T01:13:02.961Z Downloaded critical-section v1.2.0
6222026-05-08T01:13:02.994Z Downloaded data-encoding v2.10.0
6232026-05-08T01:13:02.994Z Downloaded colored v3.1.1
6242026-05-08T01:13:02.994Z Downloaded crossbeam-epoch v0.9.18
6252026-05-08T01:13:02.994Z Downloaded crc32fast v1.5.0
6262026-05-08T01:13:02.994Z Downloaded chacha20 v0.10.0
6272026-05-08T01:13:02.994Z Downloaded bcs v0.1.6
6282026-05-08T01:13:02.994Z Downloaded backoff v0.4.0
6292026-05-08T01:13:02.994Z Downloaded arrayref v0.3.9
6302026-05-08T01:13:02.994Z Downloaded async-recursion v1.1.1
6312026-05-08T01:13:02.994Z Downloaded castaway v0.2.4
6322026-05-08T01:13:02.994Z Downloaded der v0.7.10
6332026-05-08T01:13:02.994Z Downloaded defmt v1.0.1
6342026-05-08T01:13:02.994Z Downloaded defmt v0.3.100
6352026-05-08T01:13:02.995Z Downloaded darling_macro v0.21.3
6362026-05-08T01:13:02.995Z Downloaded curve25519-dalek-derive v0.1.1
6372026-05-08T01:13:03.021Z Downloaded ed25519-dalek v2.2.0
6382026-05-08T01:13:03.021Z Downloaded cstr-argument v0.1.2
6392026-05-08T01:13:03.021Z Downloaded bit-set v0.8.0
6402026-05-08T01:13:03.022Z Downloaded crunchy v0.2.4
6412026-05-08T01:13:03.022Z Downloaded crossbeam-channel v0.5.15
6422026-05-08T01:13:03.022Z Downloaded derive_builder_macro v0.20.2
6432026-05-08T01:13:03.022Z Downloaded darling v0.21.3
6442026-05-08T01:13:03.022Z Downloaded darling_macro v0.20.11
6452026-05-08T01:13:03.022Z Downloaded crc-catalog v2.4.0
6462026-05-08T01:13:03.022Z Downloaded block-padding v0.3.3
6472026-05-08T01:13:03.022Z Downloaded ascii-canvas v3.0.0
6482026-05-08T01:13:03.022Z Downloaded derive-where v1.6.0
6492026-05-08T01:13:03.022Z Downloaded compression-core v0.4.31
6502026-05-08T01:13:03.022Z Downloaded bit-vec v0.8.0
6512026-05-08T01:13:03.022Z Downloaded cargo-platform v0.1.9
6522026-05-08T01:13:03.022Z Downloaded darling v0.20.11
6532026-05-08T01:13:03.022Z Downloaded bit-vec v0.6.3
6542026-05-08T01:13:03.022Z Downloaded defmt-parser v1.0.0
6552026-05-08T01:13:03.022Z Downloaded fd-lock v4.0.4
6562026-05-08T01:13:03.022Z Downloaded darling_macro v0.23.0
6572026-05-08T01:13:03.022Z Downloaded base64ct v1.8.3
6582026-05-08T01:13:03.022Z Downloaded ciborium-ll v0.2.2
6592026-05-08T01:13:03.022Z Downloaded bitfield-macros v0.19.4
6602026-05-08T01:13:03.022Z Downloaded deranged v0.5.8
6612026-05-08T01:13:03.028Z Downloaded arrayvec v0.7.6
6622026-05-08T01:13:03.028Z Downloaded atomicwrites v0.4.4
6632026-05-08T01:13:03.028Z Downloaded debug-ignore v1.0.5
6642026-05-08T01:13:03.028Z Downloaded async-trait v0.1.89
6652026-05-08T01:13:03.029Z Downloaded cancel-safe-futures v0.1.5
6662026-05-08T01:13:03.029Z Downloaded difflib v0.4.0
6672026-05-08T01:13:03.029Z Downloaded dtrace-parser v0.3.0
6682026-05-08T01:13:03.029Z Downloaded fixedbitset v0.4.2
6692026-05-08T01:13:03.029Z Downloaded downcast-rs v2.0.2
6702026-05-08T01:13:03.029Z Downloaded document-features v0.2.12
6712026-05-08T01:13:03.029Z Downloaded dirs-next v2.0.0
6722026-05-08T01:13:03.029Z Downloaded bitfield-struct v0.6.2
6732026-05-08T01:13:03.029Z Downloaded aead v0.5.2
6742026-05-08T01:13:03.029Z Downloaded fixedbitset v0.5.7
6752026-05-08T01:13:03.029Z Downloaded ciborium-io v0.2.2
6762026-05-08T01:13:03.029Z Downloaded atty v0.2.14
6772026-05-08T01:13:03.034Z Downloaded foldhash v0.2.0
6782026-05-08T01:13:03.034Z Downloaded foreign-types v0.3.2
6792026-05-08T01:13:03.061Z Downloaded cfg_aliases v0.2.1
6802026-05-08T01:13:03.075Z Downloaded foreign-types-shared v0.3.1
6812026-05-08T01:13:03.075Z Downloaded async-stream-impl v0.3.6
6822026-05-08T01:13:03.075Z Downloaded foreign-types v0.5.0
6832026-05-08T01:13:03.076Z Downloaded dsl_auto_type v0.2.0
6842026-05-08T01:13:03.076Z Downloaded foreign-types-shared v0.1.1
6852026-05-08T01:13:03.076Z Downloaded display-error-chain v0.2.2
6862026-05-08T01:13:03.076Z Downloaded foreign-types-macros v0.2.3
6872026-05-08T01:13:03.076Z Downloaded convert_case v0.4.0
6882026-05-08T01:13:03.076Z Downloaded cfg_aliases v0.1.1
6892026-05-08T01:13:03.076Z Downloaded crc v3.4.0
6902026-05-08T01:13:03.076Z Downloaded dunce v1.0.5
6912026-05-08T01:13:03.076Z Downloaded funty v2.0.0
6922026-05-08T01:13:03.077Z Downloaded float-ord v0.3.2
6932026-05-08T01:13:03.077Z Downloaded futures-core v0.3.32
6942026-05-08T01:13:03.077Z Downloaded dof v0.4.0
6952026-05-08T01:13:03.077Z Downloaded async-stream v0.3.6
6962026-05-08T01:13:03.077Z Downloaded dirs-sys-next v0.1.2
6972026-05-08T01:13:03.077Z Downloaded cobs v0.3.0
6982026-05-08T01:13:03.077Z Downloaded flagset v0.4.7
6992026-05-08T01:13:03.083Z Downloaded const_format_proc_macros v0.2.34
7002026-05-08T01:13:03.083Z Downloaded endian-type v0.1.2
7012026-05-08T01:13:03.083Z Downloaded embedded-io v0.6.1
7022026-05-08T01:13:03.083Z Downloaded embedded-io v0.4.0
7032026-05-08T01:13:03.083Z Downloaded diesel_table_macro_syntax v0.3.0
7042026-05-08T01:13:03.084Z Downloaded cexpr v0.6.0
7052026-05-08T01:13:03.084Z Downloaded blowfish v0.9.1
7062026-05-08T01:13:03.084Z Downloaded dropshot-api-manager-types v0.7.1
7072026-05-08T01:13:03.084Z Downloaded ghash v0.5.1
7082026-05-08T01:13:03.084Z Downloaded cpufeatures v0.3.0
7092026-05-08T01:13:03.084Z Downloaded futures-io v0.3.32
7102026-05-08T01:13:03.136Z Downloaded bzip2 v0.4.4
7112026-05-08T01:13:03.136Z Downloaded cipher v0.4.4
7122026-05-08T01:13:03.136Z Downloaded async-bb8-diesel v0.2.1
7132026-05-08T01:13:03.136Z Downloaded futures-macro v0.3.32
7142026-05-08T01:13:03.175Z Downloaded gethostname v0.5.0
7152026-05-08T01:13:03.175Z Downloaded futures-task v0.3.32
7162026-05-08T01:13:03.175Z Downloaded buf-list v1.1.2
7172026-05-08T01:13:03.175Z Downloaded ed25519 v2.2.3
7182026-05-08T01:13:03.175Z Downloaded git-stub v1.0.0
7192026-05-08T01:13:03.175Z Downloaded arc-swap v1.8.2
7202026-05-08T01:13:03.175Z Downloaded daft v0.1.5
7212026-05-08T01:13:03.175Z Downloaded globwalk v0.9.1
7222026-05-08T01:13:03.175Z Downloaded env_logger v0.11.9
7232026-05-08T01:13:03.175Z Downloaded daft-derive v0.1.5
7242026-05-08T01:13:03.175Z Downloaded hex v0.4.3
7252026-05-08T01:13:03.175Z Downloaded hex-literal v0.4.1
7262026-05-08T01:13:03.175Z Downloaded headers-core v0.3.0
7272026-05-08T01:13:03.176Z Downloaded hash32 v0.3.1
7282026-05-08T01:13:03.176Z Downloaded hash32 v0.2.1
7292026-05-08T01:13:03.176Z Downloaded constant_time_eq v0.4.2
7302026-05-08T01:13:03.176Z Downloaded crossbeam-utils v0.8.21
7312026-05-08T01:13:03.176Z Downloaded ctr v0.9.2
7322026-05-08T01:13:03.176Z Downloaded fxhash v0.2.1
7332026-05-08T01:13:03.176Z Downloaded either v1.15.0
7342026-05-08T01:13:03.176Z Downloaded cbc v0.1.2
7352026-05-08T01:13:03.176Z Downloaded camino-tempfile-ext v0.3.3
7362026-05-08T01:13:03.176Z Downloaded corncobs v0.1.4
7372026-05-08T01:13:03.176Z Downloaded hostname v0.4.2
7382026-05-08T01:13:03.176Z Downloaded compression-codecs v0.4.37
7392026-05-08T01:13:03.176Z Downloaded hostname v0.3.1
7402026-05-08T01:13:03.176Z Downloaded bitfield v0.19.4
7412026-05-08T01:13:03.176Z Downloaded hubpack_derive v0.1.1
7422026-05-08T01:13:03.176Z Downloaded hubpack v0.1.2
7432026-05-08T01:13:03.176Z Downloaded http-range v0.1.5
7442026-05-08T01:13:03.176Z Downloaded home v0.5.12
7452026-05-08T01:13:03.176Z Downloaded http-body v1.0.1
7462026-05-08T01:13:03.176Z Downloaded httpdate v1.0.3
7472026-05-08T01:13:03.177Z Downloaded fallible-iterator v0.2.0
7482026-05-08T01:13:03.208Z Downloaded convert_case v0.10.0
7492026-05-08T01:13:03.208Z Downloaded git-stub-vcs v0.1.0
7502026-05-08T01:13:03.208Z Downloaded foldhash v0.1.5
7512026-05-08T01:13:03.208Z Downloaded const-oid v0.9.6
7522026-05-08T01:13:03.208Z Downloaded bitflags v1.3.2
7532026-05-08T01:13:03.208Z Downloaded cmake v0.1.57
7542026-05-08T01:13:03.209Z Downloaded fs-err v2.11.0
7552026-05-08T01:13:03.209Z Downloaded futures-sink v0.3.32
7562026-05-08T01:13:03.209Z Downloaded ident_case v1.0.1
7572026-05-08T01:13:03.209Z Downloaded chacha20 v0.9.1
7582026-05-08T01:13:03.209Z Downloaded hyper-tls v0.6.0
7592026-05-08T01:13:03.209Z Downloaded ff v0.13.1
7602026-05-08T01:13:03.209Z Downloaded indent_write v2.2.0
7612026-05-08T01:13:03.209Z Downloaded find-msvc-tools v0.1.9
7622026-05-08T01:13:03.209Z Downloaded globset v0.4.18
7632026-05-08T01:13:03.209Z Downloaded filetime v0.2.27
7642026-05-08T01:13:03.209Z Downloaded erased-serde v0.3.31
7652026-05-08T01:13:03.209Z Downloaded derive_builder_core v0.20.2
7662026-05-08T01:13:03.209Z Downloaded der_derive v0.7.3
7672026-05-08T01:13:03.209Z Downloaded drift v0.1.3
7682026-05-08T01:13:03.209Z Downloaded fs_extra v1.3.0
7692026-05-08T01:13:03.209Z Downloaded base64 v0.22.1
7702026-05-08T01:13:03.209Z Downloaded ena v0.14.4
7712026-05-08T01:13:03.209Z Downloaded cargo_metadata v0.19.2
7722026-05-08T01:13:03.209Z Downloaded enum-as-inner v0.6.1
7732026-05-08T01:13:03.209Z Downloaded glob v0.3.3
7742026-05-08T01:13:03.209Z Downloaded group v0.13.0
7752026-05-08T01:13:03.209Z Downloaded futures-executor v0.3.32
7762026-05-08T01:13:03.209Z Downloaded csv-core v0.1.13
7772026-05-08T01:13:03.209Z Downloaded ecdsa v0.16.9
7782026-05-08T01:13:03.230Z Downloaded byte-wrapper v0.1.0
7792026-05-08T01:13:03.230Z Downloaded indoc v1.0.9
7802026-05-08T01:13:03.230Z Downloaded crypto-bigint v0.5.5
7812026-05-08T01:13:03.230Z Downloaded instant v0.1.13
7822026-05-08T01:13:03.230Z Downloaded is_ci v1.2.0
7832026-05-08T01:13:03.230Z Downloaded derive_more v0.99.20
7842026-05-08T01:13:03.230Z Downloaded derive-ex v0.1.8
7852026-05-08T01:13:03.230Z Downloaded inout v0.1.4
7862026-05-08T01:13:03.230Z Downloaded des v0.8.1
7872026-05-08T01:13:03.230Z Downloaded defmt-macros v1.0.1
7882026-05-08T01:13:03.230Z Downloaded is-terminal v0.4.17
7892026-05-08T01:13:03.230Z Downloaded console v0.16.2
7902026-05-08T01:13:03.230Z Downloaded cookie v0.18.1
7912026-05-08T01:13:03.230Z Downloaded keccak v0.1.6
7922026-05-08T01:13:03.230Z Downloaded console v0.15.11
7932026-05-08T01:13:03.230Z Downloaded highway v1.3.0
7942026-05-08T01:13:03.230Z Downloaded ciborium v0.2.2
7952026-05-08T01:13:03.230Z Downloaded lalrpop-util v0.19.12
7962026-05-08T01:13:03.239Z Downloaded kstat-rs v0.2.4
7972026-05-08T01:13:03.240Z Downloaded futures-channel v0.3.32
7982026-05-08T01:13:03.240Z Downloaded libscf-sys v1.1.0
7992026-05-08T01:13:03.240Z Downloaded linked-hash-map v0.5.6
8002026-05-08T01:13:03.240Z Downloaded cookie_store v0.22.1
8012026-05-08T01:13:03.240Z Downloaded allocator-api2 v0.2.21
8022026-05-08T01:13:03.240Z Downloaded match_cfg v0.1.0
8032026-05-08T01:13:03.240Z Downloaded http-body-util v0.1.3
8042026-05-08T01:13:03.240Z Downloaded lru-slab v0.1.2
8052026-05-08T01:13:03.240Z Downloaded lazy_static v1.5.0
8062026-05-08T01:13:03.240Z Downloaded cassowary v0.3.0
8072026-05-08T01:13:03.240Z Downloaded diff v0.1.13
8082026-05-08T01:13:03.240Z Downloaded lru v0.12.5
8092026-05-08T01:13:03.240Z Downloaded derive_builder v0.20.2
8102026-05-08T01:13:03.277Z Downloaded managed v0.8.0
8112026-05-08T01:13:03.278Z Downloaded lru-cache v0.1.2
8122026-05-08T01:13:03.278Z Downloaded diesel-dtrace v0.5.0
8132026-05-08T01:13:03.278Z Downloaded darling v0.23.0
8142026-05-08T01:13:03.278Z Downloaded humantime v2.3.0
8152026-05-08T01:13:03.278Z Downloaded hyper-staticfile v0.10.1
8162026-05-08T01:13:03.326Z Downloaded lzss v0.8.2
8172026-05-08T01:13:03.326Z Downloaded md5 v0.7.0
8182026-05-08T01:13:03.326Z Downloaded maybe-uninit v2.0.0
8192026-05-08T01:13:03.326Z Downloaded impl-trait-for-tuples v0.2.3
8202026-05-08T01:13:03.326Z Downloaded mime v0.3.17
8212026-05-08T01:13:03.326Z Downloaded half v1.8.3
8222026-05-08T01:13:03.326Z Downloaded memoffset v0.9.1
8232026-05-08T01:13:03.326Z Downloaded md-5 v0.10.6
8242026-05-08T01:13:03.326Z Downloaded dropshot_endpoint v0.16.7
8252026-05-08T01:13:03.326Z Downloaded internet-checksum v0.2.1
8262026-05-08T01:13:03.326Z Downloaded indoc v2.0.7
8272026-05-08T01:13:03.326Z Downloaded new_debug_unreachable v1.0.6
8282026-05-08T01:13:03.326Z Downloaded multimap v0.10.1
8292026-05-08T01:13:03.326Z Downloaded ingot v0.1.1
8302026-05-08T01:13:03.326Z Downloaded ingot-types v0.1.2
8312026-05-08T01:13:03.326Z Downloaded instability v0.3.11
8322026-05-08T01:13:03.326Z Downloaded flume v0.11.1
8332026-05-08T01:13:03.326Z Downloaded ipnet v2.11.0
8342026-05-08T01:13:03.326Z Downloaded elliptic-curve v0.13.8
8352026-05-08T01:13:03.326Z Downloaded nibble_vec v0.1.0
8362026-05-08T01:13:03.326Z Downloaded num-conv v0.2.0
8372026-05-08T01:13:03.327Z Downloaded num v0.4.3
8382026-05-08T01:13:03.327Z Downloaded nodrop v0.1.14
8392026-05-08T01:13:03.328Z Downloaded newtype_derive v0.1.6
8402026-05-08T01:13:03.328Z Downloaded newline-converter v0.3.0
8412026-05-08T01:13:03.369Z Downloaded normalize-line-endings v0.3.0
8422026-05-08T01:13:03.369Z Downloaded num-iter v0.1.45
8432026-05-08T01:13:03.369Z Downloaded nonempty v0.12.0
8442026-05-08T01:13:03.369Z Downloaded num-derive v0.4.2
8452026-05-08T01:13:03.369Z Downloaded num-derive v0.3.3
8462026-05-08T01:13:03.369Z Downloaded libefi-sys v0.1.0
8472026-05-08T01:13:03.370Z Downloaded jobserver v0.1.34
8482026-05-08T01:13:03.370Z Downloaded hmac v0.12.1
8492026-05-08T01:13:03.370Z Downloaded libsw v3.5.0
8502026-05-08T01:13:03.370Z Downloaded crc-any v2.5.0
8512026-05-08T01:13:03.370Z Downloaded blake2 v0.10.6
8522026-05-08T01:13:03.370Z Downloaded ipnetwork v0.21.1
8532026-05-08T01:13:03.370Z Downloaded num_enum_derive v0.5.11
8542026-05-08T01:13:03.370Z Downloaded colored v2.2.0
8552026-05-08T01:13:03.370Z Downloaded openssl-probe v0.2.1
8562026-05-08T01:13:03.370Z Downloaded opaque-debug v0.3.1
8572026-05-08T01:13:03.370Z Downloaded futures v0.3.32
8582026-05-08T01:13:03.370Z Downloaded olpc-cjson v0.1.4
8592026-05-08T01:13:03.370Z Downloaded openssl-probe v0.1.6
8602026-05-08T01:13:03.370Z Downloaded openssl-macros v0.1.1
8612026-05-08T01:13:03.370Z Downloaded num_threads v0.1.7
8622026-05-08T01:13:03.370Z Downloaded mime_guess v2.0.5
8632026-05-08T01:13:03.370Z Downloaded oso-derive v0.27.3
8642026-05-08T01:13:03.370Z Downloaded maplit v1.0.2
8652026-05-08T01:13:03.370Z Downloaded lock_api v0.4.14
8662026-05-08T01:13:03.370Z Downloaded linear-map v1.2.0
8672026-05-08T01:13:03.396Z Downloaded libloading v0.8.9
8682026-05-08T01:13:03.396Z Downloaded getrandom v0.3.4
8692026-05-08T01:13:03.396Z Downloaded getrandom v0.2.17
8702026-05-08T01:13:03.396Z Downloaded const_format v0.2.35
8712026-05-08T01:13:03.397Z Downloaded chacha20poly1305 v0.10.1
8722026-05-08T01:13:03.397Z Downloaded parse-size v1.1.0
8732026-05-08T01:13:03.397Z Downloaded packed_struct_codegen v0.10.1
8742026-05-08T01:13:03.397Z Downloaded base64 v0.21.7
8752026-05-08T01:13:03.397Z Downloaded parse-display v0.10.0
8762026-05-08T01:13:03.397Z Downloaded async-compression v0.4.41
8772026-05-08T01:13:03.397Z Downloaded path-slash v0.1.5
8782026-05-08T01:13:03.397Z Downloaded newtype-uuid-macros v0.1.0
8792026-05-08T01:13:03.397Z Downloaded native-tls v0.2.18
8802026-05-08T01:13:03.397Z Downloaded nanorand v0.7.0
8812026-05-08T01:13:03.398Z Downloaded multer v3.1.0
8822026-05-08T01:13:03.398Z Downloaded ingot-macros v0.1.1
8832026-05-08T01:13:03.398Z Downloaded ar_archive_writer v0.5.1
8842026-05-08T01:13:03.398Z Downloaded nu-ansi-term v0.50.3
8852026-05-08T01:13:03.398Z Downloaded newtype-uuid v1.3.2
8862026-05-08T01:13:03.399Z Downloaded iana-time-zone v0.1.65
8872026-05-08T01:13:03.399Z Downloaded hyper-rustls v0.27.7
8882026-05-08T01:13:03.399Z Downloaded phf_shared v0.11.3
8892026-05-08T01:13:03.399Z Downloaded pbkdf2 v0.12.2
8902026-05-08T01:13:03.399Z Downloaded fatfs v0.3.6
8912026-05-08T01:13:03.399Z Downloaded dropshot_endpoint v0.17.0
8922026-05-08T01:13:03.399Z Downloaded backon v1.6.0
8932026-05-08T01:13:03.431Z Downloaded num_enum_derive v0.7.5
8942026-05-08T01:13:03.431Z Downloaded httparse v1.10.1
8952026-05-08T01:13:03.431Z Downloaded clang-sys v1.8.1
8962026-05-08T01:13:03.431Z Downloaded bytes v1.11.1
8972026-05-08T01:13:03.431Z Downloaded num_enum v0.7.5
8982026-05-08T01:13:03.431Z Downloaded phf_shared v0.13.1
8992026-05-08T01:13:03.431Z Downloaded darling_core v0.23.0
9002026-05-08T01:13:03.432Z Downloaded compact_str v0.8.1
9012026-05-08T01:13:03.432Z Downloaded darling_core v0.20.11
9022026-05-08T01:13:03.432Z Downloaded precomputed-hash v0.1.1
9032026-05-08T01:13:03.432Z Downloaded num_enum v0.5.11
9042026-05-08T01:13:03.432Z Downloaded litrs v1.0.0
9052026-05-08T01:13:03.432Z Downloaded pin-utils v0.1.0
9062026-05-08T01:13:03.482Z Downloaded owo-colors v4.3.0
9072026-05-08T01:13:03.482Z Downloaded packed_struct v0.10.1
9082026-05-08T01:13:03.482Z Downloaded oxide-tokio-rt v0.1.4
9092026-05-08T01:13:03.482Z Downloaded ignore v0.4.25
9102026-05-08T01:13:03.482Z Downloaded libsw-core v0.3.2
9112026-05-08T01:13:03.482Z Downloaded powerfmt v0.2.0
9122026-05-08T01:13:03.482Z Downloaded predicates-core v1.0.10
9132026-05-08T01:13:03.482Z Downloaded proc-macro-crate v1.3.1
9142026-05-08T01:13:03.482Z Downloaded predicates-tree v1.0.13
9152026-05-08T01:13:03.482Z Downloaded oxnet v0.1.4
9162026-05-08T01:13:03.482Z Downloaded progenitor-client v0.10.0
9172026-05-08T01:13:03.482Z Downloaded half v2.7.1
9182026-05-08T01:13:03.483Z Downloaded indexmap v1.9.3
9192026-05-08T01:13:03.483Z Downloaded memmap2 v0.9.10
9202026-05-08T01:13:03.483Z Downloaded password-hash v0.5.0
9212026-05-08T01:13:03.483Z Downloaded proc-macro-error-attr2 v2.0.0
9222026-05-08T01:13:03.483Z Downloaded headers v0.4.1
9232026-05-08T01:13:03.483Z Downloaded paste v1.0.15
9242026-05-08T01:13:03.495Z Downloaded darling_core v0.21.3
9252026-05-08T01:13:03.495Z Downloaded progenitor-client v0.14.0
9262026-05-08T01:13:03.495Z Downloaded peg v0.8.5
9272026-05-08T01:13:03.495Z Downloaded peg-macros v0.8.5
9282026-05-08T01:13:03.495Z Downloaded pbkdf2 v0.11.0
9292026-05-08T01:13:03.496Z Downloaded num-complex v0.4.6
9302026-05-08T01:13:03.496Z Downloaded pem v3.0.6
9312026-05-08T01:13:03.496Z Downloaded progenitor-client v0.11.2
9322026-05-08T01:13:03.496Z Downloaded phf v0.12.1
9332026-05-08T01:13:03.496Z Downloaded pem-rfc7468 v0.7.0
9342026-05-08T01:13:03.496Z Downloaded heapless v0.8.0
9352026-05-08T01:13:03.496Z Downloaded libbz2-rs-sys v0.2.2
9362026-05-08T01:13:03.496Z Downloaded num-rational v0.4.2
9372026-05-08T01:13:03.496Z Downloaded cc v1.2.56
9382026-05-08T01:13:03.496Z Downloaded progenitor-macro v0.10.0
9392026-05-08T01:13:03.496Z Downloaded phf_shared v0.12.1
9402026-05-08T01:13:03.496Z Downloaded peg-runtime v0.8.5
9412026-05-08T01:13:03.496Z Downloaded parse-display-derive v0.10.0
9422026-05-08T01:13:03.496Z Downloaded quick-error v1.2.3
9432026-05-08T01:13:03.496Z Downloaded num-integer v0.1.46
9442026-05-08T01:13:03.496Z Downloaded psl-types v2.0.11
9452026-05-08T01:13:03.496Z Downloaded progenitor-macro v0.13.0
9462026-05-08T01:13:03.496Z Downloaded radium v0.7.0
9472026-05-08T01:13:03.496Z Downloaded progenitor-macro v0.11.2
9482026-05-08T01:13:03.496Z Downloaded polyval v0.6.2
9492026-05-08T01:13:03.496Z Downloaded flate2 v1.1.9
9502026-05-08T01:13:03.496Z Downloaded derive_more v2.1.1
9512026-05-08T01:13:03.513Z Downloaded postgres-protocol v0.6.10
9522026-05-08T01:13:03.513Z Downloaded pin-project-internal v1.1.11
9532026-05-08T01:13:03.513Z Downloaded predicates v3.1.4
9542026-05-08T01:13:03.513Z Downloaded proc-macro-crate v3.4.0
9552026-05-08T01:13:03.513Z Downloaded pkcs8 v0.10.2
9562026-05-08T01:13:03.536Z Downloaded ppv-lite86 v0.2.21
9572026-05-08T01:13:03.536Z Downloaded progenitor v0.11.2
9582026-05-08T01:13:03.536Z Downloaded primeorder v0.13.6
9592026-05-08T01:13:03.536Z Downloaded poly1305 v0.8.0
9602026-05-08T01:13:03.536Z Downloaded bumpalo v3.20.2
9612026-05-08T01:13:03.536Z Downloaded progenitor v0.13.0
9622026-05-08T01:13:03.536Z Downloaded parking_lot_core v0.9.12
9632026-05-08T01:13:03.536Z Downloaded parking_lot v0.11.2
9642026-05-08T01:13:03.536Z Downloaded parking_lot v0.12.5
9652026-05-08T01:13:03.536Z Downloaded hickory-resolver v0.25.2
9662026-05-08T01:13:03.536Z Downloaded password-hash v0.4.2
9672026-05-08T01:13:03.536Z Downloaded recursive-proc-macro-impl v0.1.1
9682026-05-08T01:13:03.537Z Downloaded recursive v0.1.1
9692026-05-08T01:13:03.573Z Downloaded hickory-resolver v0.24.4
9702026-05-08T01:13:03.573Z Downloaded pkg-config v0.3.32
9712026-05-08T01:13:03.573Z Downloaded pin-project-lite v0.2.17
9722026-05-08T01:13:03.573Z Downloaded rfc6979 v0.4.0
9732026-05-08T01:13:03.573Z Downloaded progenitor-client v0.13.0
9742026-05-08T01:13:03.573Z Downloaded progenitor v0.10.0
9752026-05-08T01:13:03.575Z Downloaded psm v0.1.30
9762026-05-08T01:13:03.575Z Downloaded progenitor-extras v0.2.0
9772026-05-08T01:13:03.575Z Downloaded phf v0.13.1
9782026-05-08T01:13:03.575Z Downloaded heapless v0.7.17
9792026-05-08T01:13:03.585Z Downloaded r2d2 v0.8.10
9802026-05-08T01:13:03.585Z Downloaded omicron-zone-package v0.12.2
9812026-05-08T01:13:03.585Z Downloaded progenitor-macro v0.14.0
9822026-05-08T01:13:03.585Z Downloaded rustc-hash v2.1.1
9832026-05-08T01:13:03.585Z Downloaded rustc_version v0.4.1
9842026-05-08T01:13:03.585Z Downloaded rand_core v0.10.0
9852026-05-08T01:13:03.585Z Downloaded rand_core v0.6.4
9862026-05-08T01:13:03.585Z Downloaded rand_chacha v0.9.0
9872026-05-08T01:13:03.585Z Downloaded ref-cast-impl v1.0.25
9882026-05-08T01:13:03.585Z Downloaded russh-cryptovec v0.7.3
9892026-05-08T01:13:03.585Z Downloaded rtoolbox v0.0.3
9902026-05-08T01:13:03.585Z Downloaded oso v0.27.3
9912026-05-08T01:13:03.585Z Downloaded rustc_version v0.1.7
9922026-05-08T01:13:03.585Z Downloaded postgres-types v0.2.12
9932026-05-08T01:13:03.585Z Downloaded pkcs1 v0.7.5
9942026-05-08T01:13:03.585Z Downloaded rand_chacha v0.3.1
9952026-05-08T01:13:03.585Z Downloaded rand_core v0.9.5
9962026-05-08T01:13:03.635Z Downloaded pkcs5 v0.7.1
9972026-05-08T01:13:03.635Z Downloaded parking_lot_core v0.8.6
9982026-05-08T01:13:03.635Z Downloaded p256 v0.13.2
9992026-05-08T01:13:03.635Z Downloaded salsa20 v0.10.2
10002026-05-08T01:13:03.635Z Downloaded indicatif v0.18.4
10012026-05-08T01:13:03.635Z Downloaded derive_more-impl v2.1.1
10022026-05-08T01:13:03.635Z Downloaded papergrid v0.17.0
10032026-05-08T01:13:03.647Z Downloaded jiff-static v0.2.21
10042026-05-08T01:13:03.647Z Downloaded miniz_oxide v0.8.9
10052026-05-08T01:13:03.647Z Downloaded proc-macro-error2 v2.0.1
10062026-05-08T01:13:03.647Z Downloaded scrypt v0.11.0
10072026-05-08T01:13:03.647Z Downloaded scopeguard v1.2.0
10082026-05-08T01:13:03.647Z Downloaded ref-cast v1.0.25
10092026-05-08T01:13:03.647Z Downloaded scheduled-thread-pool v0.2.7
10102026-05-08T01:13:03.647Z Downloaded progenitor v0.14.0
10112026-05-08T01:13:03.647Z Downloaded scroll_derive v0.13.1
10122026-05-08T01:13:03.647Z Downloaded resolv-conf v0.7.6
10132026-05-08T01:13:03.647Z Downloaded semver v0.1.20
10142026-05-08T01:13:03.647Z Downloaded pin-project v1.1.11
10152026-05-08T01:13:03.647Z Downloaded same-file v1.0.6
10162026-05-08T01:13:03.647Z Downloaded sapling-renderdag v0.1.0
10172026-05-08T01:13:03.647Z Downloaded secrecy v0.8.0
10182026-05-08T01:13:03.647Z Downloaded serde_bytes v0.11.19
10192026-05-08T01:13:03.647Z Downloaded serde-big-array v0.5.1
10202026-05-08T01:13:03.648Z Downloaded secrecy v0.10.3
10212026-05-08T01:13:03.653Z Downloaded serde_urlencoded v0.7.1
10222026-05-08T01:13:03.654Z Downloaded sha1 v0.10.6
10232026-05-08T01:13:03.654Z Downloaded expectorate v1.2.0
10242026-05-08T01:13:03.661Z Downloaded quinn-udp v0.5.14
10252026-05-08T01:13:03.662Z Downloaded diesel_derives v2.3.7
10262026-05-08T01:13:03.669Z Downloaded rustls-native-certs v0.8.3
10272026-05-08T01:13:03.669Z Downloaded postcard v1.1.3
10282026-05-08T01:13:03.669Z Downloaded serde_plain v1.0.2
10292026-05-08T01:13:03.677Z Downloaded serde_repr v0.1.20
10302026-05-08T01:13:03.677Z Downloaded openssl-sys v0.9.114
10312026-05-08T01:13:03.696Z Downloaded rusty-fork v0.3.1
10322026-05-08T01:13:03.696Z Downloaded rand_seeder v0.4.0
10332026-05-08T01:13:03.696Z Downloaded rustversion v1.0.22
10342026-05-08T01:13:03.696Z Downloaded shell-words v1.1.1
10352026-05-08T01:13:03.696Z Downloaded signal-hook-tokio v0.3.1
10362026-05-08T01:13:03.702Z Downloaded signal-hook-mio v0.2.5
10372026-05-08T01:13:03.703Z Downloaded minimal-lexical v0.2.1
10382026-05-08T01:13:03.703Z Downloaded signature v2.2.0
10392026-05-08T01:13:03.703Z Downloaded siphasher v1.0.2
10402026-05-08T01:13:03.703Z Downloaded rand_xorshift v0.4.0
10412026-05-08T01:13:03.703Z Downloaded progenitor-impl v0.14.0
10422026-05-08T01:13:03.703Z Downloaded hickory-server v0.25.2
10432026-05-08T01:13:03.703Z Downloaded sigpipe v0.1.3
10442026-05-08T01:13:03.714Z Downloaded schemars_derive v0.8.22
10452026-05-08T01:13:03.723Z Downloaded sec1 v0.7.3
10462026-05-08T01:13:03.723Z Downloaded http v1.4.0
10472026-05-08T01:13:03.727Z Downloaded slog-bunyan v2.5.0
10482026-05-08T01:13:03.727Z Downloaded scroll v0.13.0
10492026-05-08T01:13:03.727Z Downloaded sct v0.7.1
10502026-05-08T01:13:03.727Z Downloaded seq-macro v0.3.6
10512026-05-08T01:13:03.727Z Downloaded serde_derive_internals v0.29.1
10522026-05-08T01:13:03.727Z Downloaded slog-envlogger v2.2.0
10532026-05-08T01:13:03.727Z Downloaded rustls-pemfile v2.2.0
10542026-05-08T01:13:03.734Z Downloaded hashbrown v0.13.2
10552026-05-08T01:13:03.735Z Downloaded serde_path_to_error v0.1.20
10562026-05-08T01:13:03.741Z Downloaded hyper-util v0.1.20
10572026-05-08T01:13:03.749Z Downloaded sqlparser_derive v0.5.0
10582026-05-08T01:13:03.763Z Downloaded rustls-pki-types v1.14.0
10592026-05-08T01:13:03.763Z Downloaded rustls-pemfile v1.0.4
10602026-05-08T01:13:03.763Z Downloaded serde_spanned v1.0.4
10612026-05-08T01:13:03.763Z Downloaded dropshot-api-manager v0.7.1
10622026-05-08T01:13:03.763Z Downloaded ssh-encoding v0.2.0
10632026-05-08T01:13:03.775Z Downloaded prettyplease v0.2.37
10642026-05-08T01:13:03.776Z Downloaded pretty_assertions v1.4.1
10652026-05-08T01:13:03.776Z Downloaded strip-ansi-escapes v0.2.1
10662026-05-08T01:13:03.781Z Downloaded ssh-cipher v0.2.0
10672026-05-08T01:13:03.781Z Downloaded structmeta-derive v0.3.0
10682026-05-08T01:13:03.782Z Downloaded aho-corasick v1.1.4
10692026-05-08T01:13:03.782Z Downloaded signal-hook-registry v1.4.8
10702026-05-08T01:13:03.782Z Downloaded hashbrown v0.12.3
10712026-05-08T01:13:03.782Z Downloaded shlex v1.3.0
10722026-05-08T01:13:03.782Z Downloaded prefix-trie v0.7.0
10732026-05-08T01:13:03.789Z Downloaded rcgen v0.12.1
10742026-05-08T01:13:03.789Z Downloaded strum v0.27.2
10752026-05-08T01:13:03.789Z Downloaded slog-dtrace v0.3.0
10762026-05-08T01:13:03.790Z Downloaded strum v0.26.3
10772026-05-08T01:13:03.790Z Downloaded itertools v0.10.5
10782026-05-08T01:13:03.796Z Downloaded tabled_derive v0.11.0
10792026-05-08T01:13:03.796Z Downloaded simd-adler32 v0.3.8
10802026-05-08T01:13:03.796Z Downloaded progenitor-impl v0.10.0
10812026-05-08T01:13:03.796Z Downloaded slab v0.4.12
10822026-05-08T01:13:03.796Z Downloaded progenitor-impl v0.11.2
10832026-05-08T01:13:03.796Z Downloaded subtle v2.6.1
10842026-05-08T01:13:03.797Z Downloaded slog-async v2.8.0
10852026-05-08T01:13:03.801Z Downloaded progenitor-impl v0.13.0
10862026-05-08T01:13:03.801Z Downloaded aes v0.8.4
10872026-05-08T01:13:03.809Z Downloaded sqlformat v0.3.5
10882026-05-08T01:13:03.816Z Downloaded tap v1.0.1
10892026-05-08T01:13:03.816Z Downloaded take_mut v0.2.2
10902026-05-08T01:13:03.816Z Downloaded sync_wrapper v1.0.2
10912026-05-08T01:13:03.816Z Downloaded supports-color v3.0.2
10922026-05-08T01:13:03.816Z Downloaded snafu-derive v0.8.9
10932026-05-08T01:13:03.823Z Downloaded slog-term v2.9.2
10942026-05-08T01:13:03.823Z Downloaded slog-stdlog v4.1.1
10952026-05-08T01:13:03.824Z Downloaded tabwriter v1.4.1
10962026-05-08T01:13:03.824Z Downloaded tagptr v0.2.0
10972026-05-08T01:13:03.824Z Downloaded sync-ptr v0.1.4
10982026-05-08T01:13:03.824Z Downloaded serde-hex v0.1.0
10992026-05-08T01:13:03.837Z Downloaded libxml v0.3.3
11002026-05-08T01:13:03.837Z Downloaded serde_cbor v0.11.2
11012026-05-08T01:13:03.843Z Downloaded rustls-platform-verifier v0.6.2
11022026-05-08T01:13:03.843Z Downloaded spki v0.7.3
11032026-05-08T01:13:03.843Z Downloaded russh-keys v0.45.0
11042026-05-08T01:13:03.843Z Downloaded termtree v0.5.1
11052026-05-08T01:13:03.843Z Downloaded testing_table v0.3.0
11062026-05-08T01:13:03.843Z Downloaded crossterm v0.29.0
11072026-05-08T01:13:03.849Z Downloaded time-core v0.1.8
11082026-05-08T01:13:03.849Z Downloaded thread-id v5.1.0
11092026-05-08T01:13:03.849Z Downloaded thiserror-impl-no-std v2.0.2
11102026-05-08T01:13:03.857Z Downloaded crossterm v0.28.1
11112026-05-08T01:13:03.857Z Downloaded structmeta v0.3.0
11122026-05-08T01:13:03.858Z Downloaded static_assertions v1.1.0
11132026-05-08T01:13:03.858Z Downloaded tinyvec_macros v0.1.1
11142026-05-08T01:13:03.858Z Downloaded serde_with_macros v3.17.0
11152026-05-08T01:13:03.863Z Downloaded ryu v1.0.23
11162026-05-08T01:13:03.863Z Downloaded aes-gcm v0.10.3
11172026-05-08T01:13:03.863Z Downloaded string_cache v0.8.9
11182026-05-08T01:13:03.863Z Downloaded stacker v0.1.23
11192026-05-08T01:13:03.878Z Downloaded strum_macros v0.26.4
11202026-05-08T01:13:03.878Z Downloaded strum_macros v0.24.3
11212026-05-08T01:13:03.878Z Downloaded mio v1.2.0
11222026-05-08T01:13:03.892Z Downloaded stringprep v0.1.5
11232026-05-08T01:13:03.892Z Downloaded tokio-macros v2.7.0
11242026-05-08T01:13:03.892Z Downloaded slog-scope v4.4.1
11252026-05-08T01:13:03.892Z Downloaded strum_macros v0.27.2
11262026-05-08T01:13:03.892Z Downloaded slog-json v2.6.1
11272026-05-08T01:13:03.892Z Downloaded publicsuffix v2.3.0
11282026-05-08T01:13:03.896Z Downloaded quinn v0.11.9
11292026-05-08T01:13:03.896Z Downloaded hashbrown v0.15.5
11302026-05-08T01:13:03.897Z Downloaded num-bigint v0.4.6
11312026-05-08T01:13:03.902Z Downloaded hashbrown v0.16.1
11322026-05-08T01:13:03.907Z Downloaded support-bundle-viewer v0.1.2
11332026-05-08T01:13:03.907Z Downloaded smf v0.2.3
11342026-05-08T01:13:03.907Z Downloaded smallvec v0.6.14
11352026-05-08T01:13:03.921Z Downloaded ron v0.8.1
11362026-05-08T01:13:03.927Z Downloaded qorb v0.4.1
11372026-05-08T01:13:03.927Z Downloaded termios v0.3.3
11382026-05-08T01:13:03.927Z Downloaded try-lock v0.2.5
11392026-05-08T01:13:03.927Z Downloaded tower-layer v0.3.3
11402026-05-08T01:13:03.927Z Downloaded trait-variant v0.1.2
11412026-05-08T01:13:03.932Z Downloaded spin v0.9.8
11422026-05-08T01:13:03.932Z Downloaded serde_yaml v0.9.34+deprecated
11432026-05-08T01:13:03.932Z Downloaded thiserror-no-std v2.0.2
11442026-05-08T01:13:03.949Z Downloaded topological-sort v0.2.2
11452026-05-08T01:13:03.949Z Downloaded rand v0.8.5
11462026-05-08T01:13:03.971Z Downloaded thread_local v1.1.9
11472026-05-08T01:13:03.971Z Downloaded signal-hook v0.3.18
11482026-05-08T01:13:03.971Z Downloaded tower-service v0.3.3
11492026-05-08T01:13:03.971Z Downloaded tiny-keccak v2.0.2
11502026-05-08T01:13:03.971Z Downloaded typify-macro v0.6.2
11512026-05-08T01:13:03.971Z Downloaded unarray v0.1.4
11522026-05-08T01:13:03.971Z Downloaded typify-macro v0.4.3
11532026-05-08T01:13:03.989Z Downloaded itertools v0.12.1
11542026-05-08T01:13:03.989Z Downloaded tokio-dtrace v0.1.1
11552026-05-08T01:13:03.989Z Downloaded tls_codec_derive v0.4.2
11562026-05-08T01:13:03.989Z Downloaded nom v7.1.3
11572026-05-08T01:13:03.989Z Downloaded schemars v0.9.0
11582026-05-08T01:13:03.989Z Downloaded unicode-truncate v1.1.0
11592026-05-08T01:13:03.999Z Downloaded tokio-rustls v0.25.0
11602026-05-08T01:13:03.999Z Downloaded slog v2.8.2
11612026-05-08T01:13:03.999Z Downloaded similar v2.7.0
11622026-05-08T01:13:03.999Z Downloaded num-bigint-dig v0.8.6
11632026-05-08T01:13:03.999Z Downloaded tokio-tungstenite v0.23.1
11642026-05-08T01:13:04.009Z Downloaded untrusted v0.9.0
11652026-05-08T01:13:04.009Z Downloaded unit-prefix v0.5.2
11662026-05-08T01:13:04.010Z Downloaded tokio-tungstenite v0.21.0
11672026-05-08T01:13:04.010Z Downloaded utf-8 v0.7.6
11682026-05-08T01:13:04.010Z Downloaded void v1.0.2
11692026-05-08T01:13:04.010Z Downloaded socket2 v0.6.3
11702026-05-08T01:13:04.010Z Downloaded usdt-macro v0.6.0
11712026-05-08T01:13:04.010Z Downloaded usdt v0.6.0
11722026-05-08T01:13:04.010Z Downloaded untrusted v0.7.1
11732026-05-08T01:13:04.015Z Downloaded rand v0.9.2
11742026-05-08T01:13:04.015Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11752026-05-08T01:13:04.015Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-05-08T01:13:04.023Z Downloaded term v1.2.1
11772026-05-08T01:13:04.023Z Downloaded waitgroup v0.1.2
11782026-05-08T01:13:04.023Z Downloaded wait-timeout v0.2.1
11792026-05-08T01:13:04.046Z Downloaded toml_writer v1.0.6+spec-1.1.0
11802026-05-08T01:13:04.046Z Downloaded term v0.7.0
11812026-05-08T01:13:04.046Z Downloaded rustls-webpki v0.103.9
11822026-05-08T01:13:04.046Z Downloaded time-macros v0.2.27
11832026-05-08T01:13:04.050Z Downloaded unicase v2.9.0
11842026-05-08T01:13:04.050Z Downloaded iddqd v0.3.18
11852026-05-08T01:13:04.050Z Downloaded futures-util v0.3.32
11862026-05-08T01:13:04.065Z Downloaded want v0.3.1
11872026-05-08T01:13:04.070Z Downloaded universal-hash v0.5.1
11882026-05-08T01:13:04.070Z Downloaded tui-tree-widget v0.23.1
11892026-05-08T01:13:04.070Z Downloaded tokio-native-tls v0.3.1
11902026-05-08T01:13:04.070Z Downloaded itertools v0.13.0
11912026-05-08T01:13:04.070Z Downloaded tokio-rustls v0.24.1
11922026-05-08T01:13:04.070Z Downloaded subprocess v0.2.15
11932026-05-08T01:13:04.070Z Downloaded iri-string v0.7.10
11942026-05-08T01:13:04.074Z Downloaded rayon-core v1.13.0
11952026-05-08T01:13:04.074Z Downloaded tokio-rustls v0.26.4
11962026-05-08T01:13:04.081Z Downloaded hkdf v0.12.4
11972026-05-08T01:13:04.090Z Downloaded xshell-macros v0.2.7
11982026-05-08T01:13:04.091Z Downloaded xattr v1.6.1
11992026-05-08T01:13:04.091Z Downloaded schemars v0.8.22
12002026-05-08T01:13:04.100Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-05-08T01:13:04.100Z Downloaded socket2 v0.5.10
12022026-05-08T01:13:04.100Z Downloaded uzers v0.12.2
12032026-05-08T01:13:04.100Z Downloaded usdt-impl v0.6.0
12042026-05-08T01:13:04.101Z Downloaded usdt-attr-macro v0.6.0
12052026-05-08T01:13:04.101Z Downloaded snafu v0.8.9
12062026-05-08T01:13:04.104Z Downloaded itertools v0.14.0
12072026-05-08T01:13:04.105Z Downloaded zeroize_derive v1.4.3
12082026-05-08T01:13:04.105Z Downloaded samael v0.0.19
12092026-05-08T01:13:04.110Z Downloaded zone v0.3.1
12102026-05-08T01:13:04.110Z Downloaded vergen-lib v0.1.6
12112026-05-08T01:13:04.114Z Downloaded rand v0.10.0
12122026-05-08T01:13:04.120Z Downloaded hyper v1.8.1
12132026-05-08T01:13:04.124Z Downloaded test-strategy v0.4.5
12142026-05-08T01:13:04.132Z Downloaded vergen-gitcl v1.0.8
12152026-05-08T01:13:04.146Z Downloaded vergen-git2 v1.0.7
12162026-05-08T01:13:04.146Z Downloaded whoami v1.6.1
12172026-05-08T01:13:04.146Z Downloaded wyz v0.5.1
12182026-05-08T01:13:04.146Z Downloaded whoami v2.1.0
12192026-05-08T01:13:04.146Z Downloaded vsss-rs v3.3.4
12202026-05-08T01:13:04.149Z Downloaded h2 v0.4.13
12212026-05-08T01:13:04.149Z Downloaded walkdir v2.5.0
12222026-05-08T01:13:04.149Z Downloaded tls_codec v0.4.2
12232026-05-08T01:13:04.149Z Downloaded schemars v1.2.1
12242026-05-08T01:13:04.162Z Downloaded tinyvec v1.10.0
12252026-05-08T01:13:04.166Z Downloaded unicode-properties v0.1.4
12262026-05-08T01:13:04.166Z Downloaded rsa v0.9.10
12272026-05-08T01:13:04.172Z Downloaded xshell v0.2.7
12282026-05-08T01:13:04.181Z Downloaded vergen v9.0.6
12292026-05-08T01:13:04.188Z Downloaded zeroize v1.8.2
12302026-05-08T01:13:04.188Z Downloaded tokio-stream v0.1.18
12312026-05-08T01:13:04.198Z Downloaded zstd-safe v7.2.4
12322026-05-08T01:13:04.198Z Downloaded zone_cfg_derive v0.3.1
12332026-05-08T01:13:04.198Z Downloaded toml v0.9.12+spec-1.1.0
12342026-05-08T01:13:04.198Z Downloaded libm v0.2.16
12352026-05-08T01:13:04.204Z Downloaded tracing-core v0.1.36
12362026-05-08T01:13:04.209Z Downloaded zstd v0.13.3
12372026-05-08T01:13:04.213Z Downloaded typify v0.6.2
12382026-05-08T01:13:04.213Z Downloaded blake3 v1.8.3
12392026-05-08T01:13:04.219Z Downloaded p521 v0.13.3
12402026-05-08T01:13:04.220Z Downloaded tracing-attributes v0.1.31
12412026-05-08T01:13:04.242Z Downloaded unicode-bidi v0.3.18
12422026-05-08T01:13:04.250Z Downloaded unsafe-libyaml v0.2.11
12432026-05-08T01:13:04.250Z Downloaded typify v0.4.3
12442026-05-08T01:13:04.250Z Downloaded tungstenite v0.21.0
12452026-05-08T01:13:04.250Z Downloaded twox-hash v2.1.2
12462026-05-08T01:13:04.250Z Downloaded tungstenite v0.23.0
12472026-05-08T01:13:04.250Z Downloaded tar v0.4.45
12482026-05-08T01:13:04.250Z Downloaded rustyline v14.0.0
12492026-05-08T01:13:04.251Z Downloaded toml v0.7.8
12502026-05-08T01:13:04.251Z Downloaded zerocopy v0.6.6
12512026-05-08T01:13:04.268Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-05-08T01:13:04.268Z Downloaded yasna v0.5.2
12532026-05-08T01:13:04.268Z Downloaded toml v1.0.6+spec-1.1.0
12542026-05-08T01:13:04.269Z Downloaded russh v0.45.0
12552026-05-08T01:13:04.275Z Downloaded rpassword v7.4.0
12562026-05-08T01:13:04.275Z Downloaded vte v0.14.1
12572026-05-08T01:13:04.275Z Downloaded steno v0.4.1
12582026-05-08T01:13:04.282Z Downloaded tokio-postgres v0.7.16
12592026-05-08T01:13:04.323Z Downloaded aws-lc-rs v1.16.0
12602026-05-08T01:13:04.343Z Downloaded uuid v1.23.0
12612026-05-08T01:13:04.344Z Downloaded toml_edit v0.19.15
12622026-05-08T01:13:04.344Z Downloaded ssh-key v0.6.7
12632026-05-08T01:13:04.355Z Downloaded zopfli v0.8.3
12642026-05-08T01:13:04.355Z Downloaded bitvec v1.0.1
12652026-05-08T01:13:04.368Z Downloaded bindgen v0.71.1
12662026-05-08T01:13:04.368Z Downloaded reedline v0.40.0
12672026-05-08T01:13:04.382Z Downloaded regex v1.12.3
12682026-05-08T01:13:04.382Z Downloaded p384 v0.13.1
12692026-05-08T01:13:04.382Z Downloaded unicode_categories v0.1.1
12702026-05-08T01:13:04.382Z Downloaded yansi v1.0.1
12712026-05-08T01:13:04.382Z Downloaded reqwest v0.12.28
12722026-05-08T01:13:04.382Z Downloaded reqwest v0.13.2
12732026-05-08T01:13:04.395Z Downloaded chrono v0.4.44
12742026-05-08T01:13:04.395Z Downloaded zerocopy-derive v0.8.40
12752026-05-08T01:13:04.395Z Downloaded portable-atomic v1.13.1
12762026-05-08T01:13:04.402Z Downloaded zip v0.6.6
12772026-05-08T01:13:04.402Z Downloaded goblin v0.10.5
12782026-05-08T01:13:04.409Z Downloaded tower v0.5.3
12792026-05-08T01:13:04.416Z Downloaded typed-path v0.9.3
12802026-05-08T01:13:04.428Z Downloaded rayon v1.11.0
12812026-05-08T01:13:04.437Z Downloaded moka v0.12.13
12822026-05-08T01:13:04.442Z Downloaded lalrpop v0.19.12
12832026-05-08T01:13:04.445Z Downloaded bstr v1.12.1
12842026-05-08T01:13:04.451Z Downloaded unicode-normalization v0.1.25
12852026-05-08T01:13:04.472Z Downloaded zip v4.6.1
12862026-05-08T01:13:04.472Z Downloaded tokio-util v0.7.18
12872026-05-08T01:13:04.481Z Downloaded quick-xml v0.37.5
12882026-05-08T01:13:04.481Z Downloaded rustls-webpki v0.101.7
12892026-05-08T01:13:04.481Z Downloaded x509-cert v0.2.5
12902026-05-08T01:13:04.488Z Downloaded unicode-segmentation v1.12.0
12912026-05-08T01:13:04.488Z Downloaded tower-http v0.6.8
12922026-05-08T01:13:04.488Z Downloaded tough v0.20.0
12932026-05-08T01:13:04.493Z Downloaded salty v0.3.0
12942026-05-08T01:13:04.496Z Downloaded serde_with v3.17.0
12952026-05-08T01:13:04.508Z Downloaded git2 v0.20.4
12962026-05-08T01:13:04.533Z Downloaded radix_trie v0.2.1
12972026-05-08T01:13:04.533Z Downloaded quinn-proto v0.11.13
12982026-05-08T01:13:04.545Z Downloaded proptest v1.10.0
12992026-05-08T01:13:04.549Z Downloaded petname v2.0.2
13002026-05-08T01:13:04.578Z Downloaded rustls-webpki v0.102.8
13012026-05-08T01:13:04.584Z Downloaded curve25519-dalek v4.1.3
13022026-05-08T01:13:04.617Z Downloaded nix v0.27.1
13032026-05-08T01:13:04.626Z Downloaded smoltcp v0.9.1
13042026-05-08T01:13:04.626Z Downloaded tabled v0.20.0
13052026-05-08T01:13:04.626Z Downloaded regex-syntax v0.6.29
13062026-05-08T01:13:04.634Z Downloaded object v0.37.3
13072026-05-08T01:13:04.695Z Downloaded winnow v0.5.40
13082026-05-08T01:13:04.774Z Downloaded winnow v0.6.26
13092026-05-08T01:13:04.774Z Downloaded openapiv3 v2.2.0
13102026-05-08T01:13:04.774Z Downloaded smoltcp v0.11.0
13112026-05-08T01:13:04.774Z Downloaded polar-core v0.27.3
13122026-05-08T01:13:04.774Z Downloaded hickory-proto v0.25.2
13132026-05-08T01:13:04.774Z Downloaded openssl v0.10.78
13142026-05-08T01:13:04.774Z Downloaded object v0.30.4
13152026-05-08T01:13:04.774Z Downloaded regress v0.11.1
13162026-05-08T01:13:04.782Z Downloaded nix v0.29.0
13172026-05-08T01:13:04.782Z Downloaded nix v0.28.0
13182026-05-08T01:13:04.782Z Downloaded dropshot v0.16.7
13192026-05-08T01:13:04.782Z Downloaded time v0.3.47
13202026-05-08T01:13:04.782Z Downloaded dropshot v0.17.0
13212026-05-08T01:13:04.782Z Downloaded rustls v0.21.12
13222026-05-08T01:13:04.839Z Downloaded zlib-rs v0.6.2
13232026-05-08T01:13:04.880Z Downloaded tracing v0.1.44
13242026-05-08T01:13:04.880Z Downloaded vcpkg v0.2.15
13252026-05-08T01:13:04.912Z Downloaded hickory-proto v0.24.4
13262026-05-08T01:13:04.913Z Downloaded regress v0.10.5
13272026-05-08T01:13:04.913Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-05-08T01:13:04.913Z Downloaded webpki-roots v1.0.6
13292026-05-08T01:13:04.913Z Downloaded nix v0.31.2
13302026-05-08T01:13:04.939Z Downloaded zerocopy v0.8.40
13312026-05-08T01:13:04.939Z Downloaded regex-automata v0.4.14
13322026-05-08T01:13:04.939Z Downloaded regex-syntax v0.8.10
13332026-05-08T01:13:04.939Z Downloaded rustls v0.23.37
13342026-05-08T01:13:04.976Z Downloaded rustls v0.22.4
13352026-05-08T01:13:04.976Z Downloaded chrono-tz v0.10.4
13362026-05-08T01:13:04.976Z Downloaded jiff v0.2.21
13372026-05-08T01:13:05.005Z Downloaded rustix v0.38.44
13382026-05-08T01:13:05.005Z Downloaded diesel v2.3.7
13392026-05-08T01:13:05.012Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-05-08T01:13:05.022Z Downloaded libz-sys v1.1.24
13412026-05-08T01:13:05.049Z Downloaded sqlparser v0.61.0
13422026-05-08T01:13:05.079Z Downloaded sled v0.34.7
13432026-05-08T01:13:05.087Z Downloaded typify-impl v0.6.2
13442026-05-08T01:13:05.087Z Downloaded ratatui v0.29.0
13452026-05-08T01:13:05.111Z Downloaded typify-impl v0.4.3
13462026-05-08T01:13:05.120Z Downloaded zerocopy-derive v0.6.6
13472026-05-08T01:13:05.178Z Downloaded petgraph v0.6.5
13482026-05-08T01:13:05.218Z Downloaded ring v0.17.14
13492026-05-08T01:13:05.238Z Downloaded csv v1.4.0
13502026-05-08T01:13:05.265Z Downloaded petgraph v0.8.3
13512026-05-08T01:13:05.274Z Downloaded sha3 v0.10.8
13522026-05-08T01:13:05.274Z Downloaded tokio v1.52.1
13532026-05-08T01:13:05.313Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-05-08T01:13:05.337Z Downloaded encoding_rs v0.8.35
13552026-05-08T01:13:05.936Z Downloaded aws-lc-sys v0.37.1
13562026-05-08T01:13:06.157Z Compiling libc v0.2.185
13572026-05-08T01:13:06.157Z Compiling serde v1.0.228
13582026-05-08T01:13:06.189Z Compiling log v0.4.29
13592026-05-08T01:13:06.190Z Compiling find-msvc-tools v0.1.9
13602026-05-08T01:13:06.190Z Compiling shlex v1.3.0
13612026-05-08T01:13:06.190Z Compiling smallvec v1.15.1
13622026-05-08T01:13:06.190Z Compiling syn v2.0.117
13632026-05-08T01:13:06.190Z Compiling typenum v1.19.0
13642026-05-08T01:13:06.531Z Compiling generic-array v0.14.7
13652026-05-08T01:13:06.584Z Compiling subtle v2.6.1
13662026-05-08T01:13:06.584Z Compiling scopeguard v1.2.0
13672026-05-08T01:13:06.715Z Compiling const-oid v0.9.6
13682026-05-08T01:13:06.836Z Compiling lock_api v0.4.14
13692026-05-08T01:13:06.836Z Compiling portable-atomic v1.13.1
13702026-05-08T01:13:06.836Z Compiling zerocopy v0.8.40
13712026-05-08T01:13:06.836Z Compiling critical-section v1.2.0
13722026-05-08T01:13:06.876Z Compiling serde_json v1.0.149
13732026-05-08T01:13:06.876Z Compiling pin-project-lite v0.2.17
13742026-05-08T01:13:06.957Z Compiling parking_lot_core v0.9.12
13752026-05-08T01:13:07.109Z Compiling getrandom v0.2.17
13762026-05-08T01:13:07.177Z Compiling jobserver v0.1.34
13772026-05-08T01:13:07.214Z Compiling errno v0.3.14
13782026-05-08T01:13:07.290Z Compiling rand_core v0.6.4
13792026-05-08T01:13:07.335Z Compiling cc v1.2.56
13802026-05-08T01:13:07.384Z Compiling pkg-config v0.3.32
13812026-05-08T01:13:07.505Z Compiling signal-hook-registry v1.4.8
13822026-05-08T01:13:07.540Z Compiling bitflags v2.11.0
13832026-05-08T01:13:07.629Z Compiling once_cell v1.21.3
13842026-05-08T01:13:07.663Z Compiling libm v0.2.16
13852026-05-08T01:13:07.773Z Compiling parking_lot v0.12.5
13862026-05-08T01:13:07.839Z Compiling mio v1.2.0
13872026-05-08T01:13:07.880Z Compiling num-traits v0.2.19
13882026-05-08T01:13:07.940Z Compiling futures-core v0.3.32
13892026-05-08T01:13:08.032Z Compiling percent-encoding v2.3.2
13902026-05-08T01:13:08.103Z Compiling socket2 v0.6.3
13912026-05-08T01:13:08.135Z Compiling cpufeatures v0.2.17
13922026-05-08T01:13:08.152Z Compiling futures-sink v0.3.32
13932026-05-08T01:13:08.199Z Compiling futures-task v0.3.32
13942026-05-08T01:13:08.227Z Compiling slab v0.4.12
13952026-05-08T01:13:08.271Z Compiling getrandom v0.4.1
13962026-05-08T01:13:08.319Z Compiling futures-channel v0.3.32
13972026-05-08T01:13:08.412Z Compiling futures-io v0.3.32
13982026-05-08T01:13:08.437Z Compiling rand_core v0.10.0
13992026-05-08T01:13:08.557Z Compiling rustversion v1.0.22
14002026-05-08T01:13:08.609Z Compiling getrandom v0.3.4
14012026-05-08T01:13:08.609Z Compiling indexmap v2.14.0
14022026-05-08T01:13:08.610Z Compiling form_urlencoded v1.2.2
14032026-05-08T01:13:08.783Z Compiling cmake v0.1.57
14042026-05-08T01:13:08.829Z Compiling base64ct v1.8.3
14052026-05-08T01:13:09.061Z Compiling ident_case v1.0.1
14062026-05-08T01:13:09.189Z Compiling synstructure v0.13.2
14072026-05-08T01:13:09.237Z Compiling dunce v1.0.5
14082026-05-08T01:13:09.282Z Compiling fs_extra v1.3.0
14092026-05-08T01:13:09.302Z Compiling pem-rfc7468 v0.7.0
14102026-05-08T01:13:09.330Z Compiling flagset v0.4.7
14112026-05-08T01:13:09.410Z Compiling iana-time-zone v0.1.65
14122026-05-08T01:13:09.479Z Compiling rustix v1.1.3
14132026-05-08T01:13:09.491Z Compiling aws-lc-sys v0.37.1
14142026-05-08T01:13:09.535Z Compiling rand_core v0.9.5
14152026-05-08T01:13:09.574Z Compiling ring v0.17.14
14162026-05-08T01:13:09.624Z Compiling uuid v1.23.0
14172026-05-08T01:13:09.689Z Compiling rustc_version v0.4.1
14182026-05-08T01:13:09.853Z Compiling vcpkg v0.2.15
14192026-05-08T01:13:09.887Z Compiling regex-syntax v0.8.10
14202026-05-08T01:13:09.958Z Compiling aws-lc-rs v1.16.0
14212026-05-08T01:13:10.824Z Compiling tracing-core v0.1.36
14222026-05-08T01:13:10.870Z Compiling pest_generator v2.8.6
14232026-05-08T01:13:10.870Z Compiling openssl-sys v0.9.114
14242026-05-08T01:13:10.870Z Compiling serde_derive_internals v0.29.1
14252026-05-08T01:13:10.913Z Compiling serde_derive v1.0.228
14262026-05-08T01:13:11.032Z Compiling zeroize_derive v1.4.3
14272026-05-08T01:13:11.126Z Compiling zerofrom-derive v0.1.6
14282026-05-08T01:13:11.507Z Compiling yoke-derive v0.8.1
14292026-05-08T01:13:11.703Z Compiling zeroize v1.8.2
14302026-05-08T01:13:11.746Z Compiling zerocopy-derive v0.8.40
14312026-05-08T01:13:12.265Z Compiling zerovec-derive v0.11.2
14322026-05-08T01:13:12.427Z Compiling displaydoc v0.2.5
14332026-05-08T01:13:12.522Z Compiling crypto-common v0.1.7
14342026-05-08T01:13:12.692Z Compiling zerofrom v0.1.6
14352026-05-08T01:13:12.939Z Compiling block-buffer v0.10.4
14362026-05-08T01:13:12.939Z Compiling yoke v0.8.1
14372026-05-08T01:13:13.071Z Compiling digest v0.10.7
14382026-05-08T01:13:13.071Z Compiling tokio-macros v2.7.0
14392026-05-08T01:13:13.126Z Compiling hmac v0.12.1
14402026-05-08T01:13:13.126Z Compiling zerotrie v0.2.3
14412026-05-08T01:13:13.226Z Compiling futures-macro v0.3.32
14422026-05-08T01:13:13.333Z Compiling zerovec v0.11.5
14432026-05-08T01:13:13.374Z Compiling block-padding v0.3.3
14442026-05-08T01:13:13.724Z Compiling inout v0.1.4
14452026-05-08T01:13:13.907Z Compiling sha2 v0.10.9
14462026-05-08T01:13:13.907Z Compiling tinystr v0.8.2
14472026-05-08T01:13:13.907Z Compiling potential_utf v0.1.4
14482026-05-08T01:13:14.059Z Compiling icu_locale_core v2.1.1
14492026-05-08T01:13:14.059Z Compiling icu_collections v2.1.1
14502026-05-08T01:13:14.059Z Compiling futures-util v0.3.32
14512026-05-08T01:13:15.344Z Compiling cipher v0.4.4
14522026-05-08T01:13:15.387Z Compiling bytes v1.11.1
14532026-05-08T01:13:15.387Z Compiling der_derive v0.7.3
14542026-05-08T01:13:15.388Z Compiling salsa20 v0.10.2
14552026-05-08T01:13:15.388Z Compiling icu_provider v2.1.1
14562026-05-08T01:13:15.388Z Compiling tokio v1.52.1
14572026-05-08T01:13:15.388Z Compiling icu_properties v2.1.2
14582026-05-08T01:13:15.388Z Compiling icu_normalizer v2.1.1
14592026-05-08T01:13:15.388Z Compiling http v1.4.0
14602026-05-08T01:13:15.388Z Compiling der v0.7.10
14612026-05-08T01:13:15.521Z Compiling chrono v0.4.44
14622026-05-08T01:13:15.848Z Compiling idna_adapter v1.2.1
14632026-05-08T01:13:16.046Z Compiling ppv-lite86 v0.2.21
14642026-05-08T01:13:16.073Z Compiling idna v1.1.0
14652026-05-08T01:13:16.115Z Compiling pbkdf2 v0.12.2
14662026-05-08T01:13:16.205Z Compiling spki v0.7.3
14672026-05-08T01:13:16.240Z Compiling thiserror-impl v2.0.18
14682026-05-08T01:13:16.293Z Compiling url v2.5.8
14692026-05-08T01:13:16.400Z Compiling rand_chacha v0.9.0
14702026-05-08T01:13:16.491Z Compiling scrypt v0.11.0
14712026-05-08T01:13:16.603Z Compiling cbc v0.1.2
14722026-05-08T01:13:16.740Z Compiling aes v0.8.4
14732026-05-08T01:13:16.771Z Compiling rustls-pki-types v1.14.0
14742026-05-08T01:13:16.794Z Compiling tracing-attributes v0.1.31
14752026-05-08T01:13:17.040Z Compiling rand v0.9.2
14762026-05-08T01:13:17.067Z Compiling http-body v1.0.1
14772026-05-08T01:13:17.223Z Compiling pkcs5 v0.7.1
14782026-05-08T01:13:17.263Z Compiling untrusted v0.9.0
14792026-05-08T01:13:17.393Z Compiling httparse v1.10.1
14802026-05-08T01:13:17.509Z Compiling thiserror v2.0.18
14812026-05-08T01:13:17.603Z Compiling untrusted v0.7.1
14822026-05-08T01:13:17.679Z Compiling schemars v0.8.22
14832026-05-08T01:13:17.742Z Compiling base64 v0.22.1
14842026-05-08T01:13:17.756Z Compiling openssl-probe v0.2.1
14852026-05-08T01:13:17.818Z Compiling pkcs8 v0.10.2
14862026-05-08T01:13:17.910Z Compiling schemars_derive v0.8.22
14872026-05-08T01:13:17.951Z Compiling pest_derive v2.8.6
14882026-05-08T01:13:18.057Z Compiling scroll_derive v0.13.1
14892026-05-08T01:13:18.090Z Compiling tracing v0.1.44
14902026-05-08T01:13:18.135Z Compiling darling_core v0.20.11
14912026-05-08T01:13:18.325Z Compiling try-lock v0.2.5
14922026-05-08T01:13:18.355Z Compiling tower-service v0.3.3
14932026-05-08T01:13:18.416Z Compiling tower-layer v0.3.3
14942026-05-08T01:13:18.432Z Compiling atomic-waker v1.1.2
14952026-05-08T01:13:18.557Z Compiling tokio-util v0.7.18
14962026-05-08T01:13:18.570Z Compiling tinyvec_macros v0.1.1
14972026-05-08T01:13:18.659Z Compiling rustls v0.23.37
14982026-05-08T01:13:18.810Z Compiling dyn-clone v1.0.20
14992026-05-08T01:13:18.827Z Compiling scroll v0.13.0
15002026-05-08T01:13:18.936Z Compiling tinyvec v1.10.0
15012026-05-08T01:13:19.126Z Compiling want v0.3.1
15022026-05-08T01:13:19.307Z Compiling h2 v0.4.13
15032026-05-08T01:13:19.624Z Compiling ipnet v2.11.0
15042026-05-08T01:13:19.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15052026-05-08T01:13:19.641Z Compiling spin v0.9.8
15062026-05-08T01:13:19.821Z Compiling aho-corasick v1.1.4
15072026-05-08T01:13:19.979Z Compiling openssl v0.10.78
15082026-05-08T01:13:20.106Z Compiling powerfmt v0.2.0
15092026-05-08T01:13:20.219Z Compiling foreign-types-shared v0.1.1
15102026-05-08T01:13:20.296Z Compiling num-conv v0.2.0
15112026-05-08T01:13:20.317Z Compiling pin-utils v0.1.0
15122026-05-08T01:13:20.369Z Compiling time-core v0.1.8
15132026-05-08T01:13:20.379Z Compiling darling_macro v0.20.11
15142026-05-08T01:13:20.418Z Compiling crc32fast v1.5.0
15152026-05-08T01:13:20.445Z Compiling httpdate v1.0.3
15162026-05-08T01:13:20.445Z Compiling foreign-types v0.3.2
15172026-05-08T01:13:20.498Z Compiling deranged v0.5.8
15182026-05-08T01:13:20.512Z Compiling time-macros v0.2.27
15192026-05-08T01:13:20.630Z Compiling regex-automata v0.4.14
15202026-05-08T01:13:20.722Z Compiling tempfile v3.25.0
15212026-05-08T01:13:20.854Z Compiling darling v0.20.11
15222026-05-08T01:13:21.096Z Compiling goblin v0.10.5
15232026-05-08T01:13:21.527Z Compiling openssl-macros v0.1.1
15242026-05-08T01:13:21.548Z Compiling wait-timeout v0.2.1
15252026-05-08T01:13:21.809Z Compiling siphasher v1.0.2
15262026-05-08T01:13:21.889Z Compiling crossbeam-utils v0.8.21
15272026-05-08T01:13:21.918Z Compiling num_threads v0.1.7
15282026-05-08T01:13:22.014Z Compiling native-tls v0.2.18
15292026-05-08T01:13:22.050Z Compiling quick-error v1.2.3
15302026-05-08T01:13:22.128Z Compiling simd-adler32 v0.3.8
15312026-05-08T01:13:22.142Z Compiling hyper v1.8.1
15322026-05-08T01:13:22.183Z Compiling bit-vec v0.8.0
15332026-05-08T01:13:22.361Z Compiling syn v1.0.109
15342026-05-08T01:13:22.446Z Compiling usdt-impl v0.6.0
15352026-05-08T01:13:22.635Z Compiling bit-set v0.8.0
15362026-05-08T01:13:22.745Z Compiling rusty-fork v0.3.1
15372026-05-08T01:13:22.799Z Compiling time v0.3.47
15382026-05-08T01:13:23.154Z Compiling derive_builder_core v0.20.2
15392026-05-08T01:13:23.692Z Compiling hyper-util v0.1.20
15402026-05-08T01:13:23.988Z Compiling dof v0.4.0
15412026-05-08T01:13:24.569Z Compiling unicode-normalization v0.1.25
15422026-05-08T01:13:24.635Z Compiling dtrace-parser v0.3.0
15432026-05-08T01:13:25.075Z Compiling rustls-native-certs v0.8.3
15442026-05-08T01:13:25.191Z Compiling signature v2.2.0
15452026-05-08T01:13:25.285Z Compiling scroll_derive v0.12.1
15462026-05-08T01:13:25.293Z Compiling thiserror-impl v1.0.69
15472026-05-08T01:13:25.362Z Compiling heapless v0.7.17
15482026-05-08T01:13:25.387Z Compiling rand_xorshift v0.4.0
15492026-05-08T01:13:25.428Z Compiling slog v2.8.2
15502026-05-08T01:13:25.525Z Compiling darling_core v0.21.3
15512026-05-08T01:13:25.576Z Compiling bzip2-sys v0.1.13+1.0.8
15522026-05-08T01:13:25.624Z Compiling sync_wrapper v1.0.2
15532026-05-08T01:13:25.707Z Compiling thread-id v5.1.0
15542026-05-08T01:13:25.800Z Compiling cookie v0.18.1
15552026-05-08T01:13:25.860Z Compiling unicode-bidi v0.3.18
15562026-05-08T01:13:26.033Z Compiling paste v1.0.15
15572026-05-08T01:13:26.102Z Compiling anyhow v1.0.102
15582026-05-08T01:13:26.102Z Compiling signal-hook v0.3.18
15592026-05-08T01:13:26.214Z Compiling adler2 v2.0.1
15602026-05-08T01:13:26.372Z Compiling unarray v0.1.4
15612026-05-08T01:13:26.451Z Compiling zstd-safe v7.2.4
15622026-05-08T01:13:26.451Z Compiling allocator-api2 v0.2.21
15632026-05-08T01:13:26.451Z Compiling unicode-properties v0.1.4
15642026-05-08T01:13:26.451Z Compiling proptest v1.10.0
15652026-05-08T01:13:26.471Z Compiling stringprep v0.1.5
15662026-05-08T01:13:26.605Z Compiling thiserror v1.0.69
15672026-05-08T01:13:26.691Z Compiling miniz_oxide v0.8.9
15682026-05-08T01:13:26.864Z Compiling scroll v0.12.0
15692026-05-08T01:13:26.977Z Compiling tower v0.5.3
15702026-05-08T01:13:27.339Z Compiling derive_builder_macro v0.20.2
15712026-05-08T01:13:27.685Z Compiling ipnetwork v0.21.1
15722026-05-08T01:13:27.814Z Compiling http-body-util v0.1.3
15732026-05-08T01:13:27.906Z Compiling webpki-roots v1.0.6
15742026-05-08T01:13:29.188Z Compiling rand_chacha v0.3.1
15752026-05-08T01:13:29.188Z Compiling serde_tokenstream v0.2.3
15762026-05-08T01:13:29.188Z Compiling toml_datetime v0.6.11
15772026-05-08T01:13:29.188Z Compiling serde_spanned v0.6.9
15782026-05-08T01:13:29.284Z Compiling darling_macro v0.21.3
15792026-05-08T01:13:29.284Z Compiling erased-serde v0.3.31
15802026-05-08T01:13:29.284Z Compiling md-5 v0.10.6
15812026-05-08T01:13:29.284Z Compiling zerocopy-derive v0.7.35
15822026-05-08T01:13:29.284Z Compiling curve25519-dalek v4.1.3
15832026-05-08T01:13:29.285Z Compiling vergen-lib v0.1.6
15842026-05-08T01:13:29.285Z Compiling num-integer v0.1.46
15852026-05-08T01:13:29.285Z Compiling hash32 v0.2.1
15862026-05-08T01:13:29.285Z Compiling ff v0.13.1
15872026-05-08T01:13:29.285Z Compiling memoffset v0.9.1
15882026-05-08T01:13:29.285Z Compiling psl-types v2.0.11
15892026-05-08T01:13:29.285Z Compiling num-bigint-dig v0.8.6
15902026-05-08T01:13:29.285Z Compiling fallible-iterator v0.2.0
15912026-05-08T01:13:29.285Z Compiling zlib-rs v0.6.2
15922026-05-08T01:13:29.285Z Compiling cfg_aliases v0.2.1
15932026-05-08T01:13:29.285Z Compiling smoltcp v0.9.1
15942026-05-08T01:13:29.285Z Compiling litrs v1.0.0
15952026-05-08T01:13:29.285Z Compiling ref-cast v1.0.25
15962026-05-08T01:13:29.285Z Compiling base16ct v0.2.0
15972026-05-08T01:13:29.363Z Compiling ryu v1.0.23
15982026-05-08T01:13:29.372Z Compiling iri-string v0.7.10
15992026-05-08T01:13:29.372Z Compiling rustix v0.38.44
16002026-05-08T01:13:29.523Z Compiling serde_urlencoded v0.7.1
16012026-05-08T01:13:29.553Z Compiling document-features v0.2.12
16022026-05-08T01:13:29.823Z Compiling sec1 v0.7.3
16032026-05-08T01:13:29.894Z Compiling postgres-protocol v0.6.10
16042026-05-08T01:13:30.102Z Compiling zerocopy v0.7.35
16052026-05-08T01:13:30.155Z Compiling nix v0.31.2
16062026-05-08T01:13:30.373Z Compiling publicsuffix v2.3.0
16072026-05-08T01:13:30.511Z Compiling tower-http v0.6.8
16082026-05-08T01:13:30.642Z Compiling group v0.13.0
16092026-05-08T01:13:30.922Z Compiling num-iter v0.1.45
16102026-05-08T01:13:30.944Z Compiling newtype-uuid v1.3.2
16112026-05-08T01:13:30.944Z Compiling darling v0.21.3
16122026-05-08T01:13:31.017Z Compiling rand v0.8.5
16132026-05-08T01:13:31.093Z Compiling derive_builder v0.20.2
16142026-05-08T01:13:31.212Z Compiling oxnet v0.1.4
16152026-05-08T01:13:31.239Z Compiling hubpack_derive v0.1.1
16162026-05-08T01:13:31.310Z Compiling tokio-native-tls v0.3.1
16172026-05-08T01:13:31.616Z Compiling goblin v0.8.2
16182026-05-08T01:13:31.834Z Compiling flate2 v1.1.9
16192026-05-08T01:13:31.941Z Compiling regex v1.12.3
16202026-05-08T01:13:32.053Z Compiling phf_shared v0.13.1
16212026-05-08T01:13:32.074Z Compiling lazy_static v1.5.0
16222026-05-08T01:13:32.180Z Compiling cargo-platform v0.1.9
16232026-05-08T01:13:32.247Z Compiling hkdf v0.12.4
16242026-05-08T01:13:32.291Z Compiling crypto-bigint v0.5.5
16252026-05-08T01:13:32.812Z Compiling terminal_size v0.4.3
16262026-05-08T01:13:32.818Z Compiling curve25519-dalek-derive v0.1.1
16272026-05-08T01:13:32.818Z Compiling daft-derive v0.1.5
16282026-05-08T01:13:32.818Z Compiling ref-cast-impl v1.0.25
16292026-05-08T01:13:32.818Z Compiling strum_macros v0.27.2
16302026-05-08T01:13:32.968Z Compiling async-trait v0.1.89
16312026-05-08T01:13:33.021Z Compiling vergen v9.0.6
16322026-05-08T01:13:33.119Z Compiling fs-err v3.3.0
16332026-05-08T01:13:33.189Z Compiling ahash v0.8.12
16342026-05-08T01:13:33.356Z Compiling object v0.37.3
16352026-05-08T01:13:33.400Z Compiling winnow v0.5.40
16362026-05-08T01:13:33.579Z Compiling foldhash v0.1.5
16372026-05-08T01:13:33.745Z Compiling bumpalo v3.20.2
16382026-05-08T01:13:33.976Z Compiling managed v0.8.0
16392026-05-08T01:13:34.063Z Compiling bitflags v1.3.2
16402026-05-08T01:13:34.148Z Compiling foldhash v0.2.0
16412026-05-08T01:13:34.217Z Compiling unicode-segmentation v1.12.0
16422026-05-08T01:13:34.366Z Compiling libbz2-rs-sys v0.2.2
16432026-05-08T01:13:34.408Z Compiling hashbrown v0.16.1
16442026-05-08T01:13:34.442Z Compiling strum v0.27.2
16452026-05-08T01:13:34.613Z Compiling zopfli v0.8.3
16462026-05-08T01:13:34.840Z Compiling bzip2 v0.6.1
16472026-05-08T01:13:34.961Z Compiling toml_edit v0.19.15
16482026-05-08T01:13:35.010Z Compiling clap_builder v4.5.60
16492026-05-08T01:13:35.045Z Compiling hashbrown v0.15.5
16502026-05-08T01:13:35.052Z Compiling dof v0.3.0
16512026-05-08T01:13:35.406Z Compiling elliptic-curve v0.13.8
16522026-05-08T01:13:35.486Z Compiling daft v0.1.5
16532026-05-08T01:13:35.757Z Compiling cargo_metadata v0.19.2
16542026-05-08T01:13:35.764Z Compiling phf v0.13.1
16552026-05-08T01:13:35.936Z Compiling signal-hook-mio v0.2.5
16562026-05-08T01:13:36.050Z Compiling cookie_store v0.22.1
16572026-05-08T01:13:37.082Z Compiling hubpack v0.1.2
16582026-05-08T01:13:37.093Z Compiling zstd v0.13.3
16592026-05-08T01:13:37.265Z Compiling hyper-tls v0.6.0
16602026-05-08T01:13:37.278Z Compiling bzip2 v0.4.4
16612026-05-08T01:13:37.343Z Compiling serde_with_macros v3.17.0
16622026-05-08T01:13:37.511Z Compiling postgres-types v0.2.12
16632026-05-08T01:13:37.559Z Compiling usdt-attr-macro v0.6.0
16642026-05-08T01:13:37.931Z Compiling usdt-macro v0.6.0
16652026-05-08T01:13:38.065Z Compiling dtrace-parser v0.2.0
16662026-05-08T01:13:38.382Z Compiling ed25519 v2.2.3
16672026-05-08T01:13:38.436Z Compiling bstr v1.12.1
16682026-05-08T01:13:38.513Z Compiling phf_shared v0.11.3
16692026-05-08T01:13:38.620Z Compiling pkcs1 v0.7.5
16702026-05-08T01:13:38.646Z Compiling serde-big-array v0.5.1
16712026-05-08T01:13:38.689Z Compiling hex v0.4.3
16722026-05-08T01:13:38.795Z Compiling rfc6979 v0.4.0
16732026-05-08T01:13:38.818Z Compiling strum_macros v0.26.4
16742026-05-08T01:13:38.925Z Compiling clap_derive v4.5.55
16752026-05-08T01:13:38.957Z Compiling enum-as-inner v0.6.1
16762026-05-08T01:13:39.060Z Compiling serde_repr v0.1.20
16772026-05-08T01:13:39.096Z Compiling float-cmp v0.10.0
16782026-05-08T01:13:39.242Z Compiling memmap2 v0.9.10
16792026-05-08T01:13:39.259Z Compiling thread-id v4.2.2
16802026-05-08T01:13:39.338Z Compiling env_filter v1.0.0
16812026-05-08T01:13:39.452Z Compiling encoding_rs v0.8.35
16822026-05-08T01:13:39.466Z Compiling whoami v2.1.0
16832026-05-08T01:13:39.609Z Compiling new_debug_unreachable v1.0.6
16842026-05-08T01:13:39.643Z Compiling rustc-hash v2.1.1
16852026-05-08T01:13:39.655Z Compiling data-encoding v2.10.0
16862026-05-08T01:13:39.767Z Compiling difflib v0.4.0
16872026-05-08T01:13:39.834Z Compiling fixedbitset v0.4.2
16882026-05-08T01:13:40.056Z Compiling jiff v0.2.21
16892026-05-08T01:13:40.323Z Compiling either v1.15.0
16902026-05-08T01:13:40.345Z Compiling static_assertions v1.1.0
16912026-05-08T01:13:40.421Z Compiling predicates-core v1.0.10
16922026-05-08T01:13:40.535Z Compiling normalize-line-endings v0.3.0
16932026-05-08T01:13:40.582Z Compiling keccak v0.1.6
16942026-05-08T01:13:40.604Z Compiling fixedbitset v0.5.7
16952026-05-08T01:13:40.631Z Compiling mime v0.3.17
16962026-05-08T01:13:40.706Z Compiling precomputed-hash v0.1.1
16972026-05-08T01:13:40.793Z Compiling string_cache v0.8.9
16982026-05-08T01:13:40.901Z Compiling petgraph v0.8.3
16992026-05-08T01:13:40.965Z Compiling sha3 v0.10.8
17002026-05-08T01:13:40.975Z Compiling clap v4.5.60
17012026-05-08T01:13:41.014Z Compiling predicates v3.1.4
17022026-05-08T01:13:41.042Z Compiling strum v0.26.3
17032026-05-08T01:13:41.177Z Compiling itertools v0.13.0
17042026-05-08T01:13:41.354Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17052026-05-08T01:13:41.383Z Compiling toml_edit v0.22.27
17062026-05-08T01:13:41.417Z Compiling petgraph v0.6.5
17072026-05-08T01:13:41.651Z Compiling hickory-proto v0.25.2
17082026-05-08T01:13:42.386Z Compiling iddqd v0.3.18
17092026-05-08T01:13:42.761Z Compiling zip v4.6.1
17102026-05-08T01:13:42.862Z Compiling tokio-postgres v0.7.16
17112026-05-08T01:13:43.519Z Compiling env_logger v0.11.9
17122026-05-08T01:13:43.711Z Compiling usdt v0.6.0
17132026-05-08T01:13:43.866Z Compiling usdt-impl v0.5.0
17142026-05-08T01:13:43.966Z Compiling serde_with v3.17.0
17152026-05-08T01:13:44.065Z Compiling ecdsa v0.16.9
17162026-05-08T01:13:44.140Z Compiling rsa v0.9.10
17172026-05-08T01:13:44.226Z Compiling similar v2.7.0
17182026-05-08T01:13:44.454Z Compiling ed25519-dalek v2.2.0
17192026-05-08T01:13:44.482Z Compiling crossterm v0.28.1
17202026-05-08T01:13:45.084Z Compiling zip v0.6.6
17212026-05-08T01:13:45.507Z Compiling toml v0.7.8
17222026-05-08T01:13:45.954Z Compiling heck v0.4.1
17232026-05-08T01:13:46.088Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-05-08T01:13:46.118Z Compiling crossbeam-epoch v0.9.18
17252026-05-08T01:13:46.149Z Compiling tokio-stream v0.1.18
17262026-05-08T01:13:46.332Z Compiling buf-list v1.1.2
17272026-05-08T01:13:46.462Z Compiling x509-cert v0.2.5
17282026-05-08T01:13:46.481Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17292026-05-08T01:13:46.629Z Compiling openapiv3 v2.2.0
17302026-05-08T01:13:46.645Z Compiling sha1 v0.10.6
17312026-05-08T01:13:46.682Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-05-08T01:13:46.775Z Compiling peg-runtime v0.8.5
17332026-05-08T01:13:46.833Z Compiling lalrpop-util v0.19.12
17342026-05-08T01:13:46.957Z Compiling thread_local v1.1.9
17352026-05-08T01:13:47.033Z Compiling slog-async v2.8.0
17362026-05-08T01:13:47.056Z Compiling crossbeam-channel v0.5.15
17372026-05-08T01:13:47.200Z Compiling futures-executor v0.3.32
17382026-05-08T01:13:47.498Z Compiling is-terminal v0.4.17
17392026-05-08T01:13:47.576Z Compiling filetime v0.2.27
17402026-05-08T01:13:47.577Z Compiling take_mut v0.2.2
17412026-05-08T01:13:47.577Z Compiling term v1.2.1
17422026-05-08T01:13:47.577Z Compiling xattr v1.6.1
17432026-05-08T01:13:47.591Z Compiling futures v0.3.32
17442026-05-08T01:13:47.660Z Compiling tar v0.4.45
17452026-05-08T01:13:47.990Z Compiling slog-term v2.9.2
17462026-05-08T01:13:55.104Z Compiling rustls-webpki v0.103.9
17472026-05-08T01:13:57.882Z Compiling tokio-rustls v0.26.4
17482026-05-08T01:13:57.882Z Compiling rustls-platform-verifier v0.6.2
17492026-05-08T01:13:58.087Z Compiling hyper-rustls v0.27.7
17502026-05-08T01:13:58.291Z Compiling reqwest v0.13.2
17512026-05-08T01:13:58.291Z Compiling reqwest v0.12.28
17522026-05-08T01:14:00.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-05-08T01:14:00.570Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-05-08T01:14:03.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-05-08T01:14:03.510Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-05-08T01:14:03.563ZMay 08 01:14:01.694 INFO Starting download, target: Clickhouse
17572026-05-08T01:14:03.563ZMay 08 01:14:01.694 INFO Starting download, target: Console
17582026-05-08T01:14:03.563ZMay 08 01:14:01.694 INFO Starting download, target: Cockroach
17592026-05-08T01:14:03.563ZMay 08 01:14:01.694 INFO Starting download, target: DendriteStub
17602026-05-08T01:14:03.567ZMay 08 01:14:01.694 INFO Starting download, target: MaghemiteMgd
17612026-05-08T01:14:03.567ZMay 08 01:14:01.694 INFO Starting download, target: TransceiverControl
17622026-05-08T01:14:03.567ZMay 08 01:14:01.694 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-05-08T01:14:03.567ZMay 08 01:14:01.694 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-05-08T01:14:03.567ZMay 08 01:14:01.695 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-05-08T01:14:03.567ZMay 08 01:14:01.695 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-05-08T01:14:03.567ZMay 08 01:14:01.695 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-05-08T01:14:03.567ZMay 08 01:14:01.695 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-05-08T01:14:03.877ZMay 08 01:14:01.999 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-05-08T01:14:04.091ZMay 08 01:14:02.208 INFO Download complete, target: TransceiverControl
17702026-05-08T01:14:04.557ZMay 08 01:14:02.688 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-05-08T01:14:04.813ZMay 08 01:14:02.929 INFO Download complete, target: Console
17722026-05-08T01:14:05.354ZMay 08 01:14:03.484 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-05-08T01:14:05.459ZMay 08 01:14:03.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-05-08T01:14:05.523ZMay 08 01:14:03.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-05-08T01:14:05.901ZMay 08 01:14:04.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-05-08T01:14:05.901ZMay 08 01:14:04.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-05-08T01:14:07.671ZMay 08 01:14:05.802 INFO Download complete, target: DendriteStub
17782026-05-08T01:14:07.794ZMay 08 01:14:05.925 INFO Download complete, target: MaghemiteMgd
17792026-05-08T01:14:10.472ZMay 08 01:14:08.603 INFO Checking that binary works, target: Cockroach
17802026-05-08T01:14:10.566ZMay 08 01:14:08.697 INFO Download complete, target: Cockroach
17812026-05-08T01:14:12.193ZMay 08 01:14:10.323 INFO Checking that binary works, target: Clickhouse
17822026-05-08T01:14:12.288ZMay 08 01:14:10.419 INFO Download complete, target: Clickhouse
17832026-05-08T01:14:12.301ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-05-08T01:14:12.304Z
17852026-05-08T01:14:12.304Zreal 3:24.787658640
17862026-05-08T01:14:12.305Zuser 7:14.265254646
17872026-05-08T01:14:12.305Zsys 1:23.400893490
17882026-05-08T01:14:12.305Ztrap 0.217963525
17892026-05-08T01:14:12.305Ztflt 0.598474985
17902026-05-08T01:14:12.305Zdflt 0.459338502
17912026-05-08T01:14:12.305Zkflt 0.025053569
17922026-05-08T01:14:12.305Zlock 21:13.266688878
17932026-05-08T01:14:12.305Zslp 22:08.449150723
17942026-05-08T01:14:12.305Zlat 41.965554336
17952026-05-08T01:14:12.305Zstop 1:59.409352735
17962026-05-08T01:14:12.305Z+ banner hack-check
17972026-05-08T01:14:12.305Z
17982026-05-08T01:14:12.305Z # # ## #### # # #### # # ###### #### # #
17992026-05-08T01:14:12.305Z # # # # # # # # # # # # # # # # #
18002026-05-08T01:14:12.305Z ###### # # # #### ##### # ###### ##### # ####
18012026-05-08T01:14:12.305Z # # ###### # # # # # # # # # #
18022026-05-08T01:14:12.305Z # # # # # # # # # # # # # # # # #
18032026-05-08T01:14:12.305Z # # # # #### # # #### # # ###### #### # #
18042026-05-08T01:14:12.305Z
18052026-05-08T01:14:12.305Z+ export CARGO_INCREMENTAL=0
18062026-05-08T01:14:12.305Z+ CARGO_INCREMENTAL=0
18072026-05-08T01:14:12.305Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-05-08T01:14:12.837Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-05-08T01:14:13.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-05-08T01:14:14.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18112026-05-08T01:14:14.979Z Running `target/debug/xtask check-features --ci`
18122026-05-08T01:14:15.009Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-05-08T01:14:15.015Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-05-08T01:14:15.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18152026-05-08T01:14:15.509Z Running `target/debug/xtask download cargo-hack`
18162026-05-08T01:14:16.279Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-05-08T01:14:16.590Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-05-08T01:14:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18192026-05-08T01:14:19.180Z Running `target/debug/xtask-downloader cargo-hack`
18202026-05-08T01:14:19.228ZMay 08 01:14:17.346 INFO Starting download, target: CargoHack
18212026-05-08T01:14:19.257ZMay 08 01:14:17.347 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-05-08T01:14:19.883ZMay 08 01:14:18.013 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-05-08T01:14:19.931ZMay 08 01:14:18.061 INFO Download complete, target: CargoHack
18242026-05-08T01:14:19.934Zrunning: "/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"
18252026-05-08T01:14:19.948Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-05-08T01:14:20.096Zinfo: running `cargo check --bins` on api_identity (1/275)
18272026-05-08T01:14:20.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-08T01:14:20.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-08T01:14:20.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-08T01:14:20.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18312026-05-08T01:14:20.665Z
18322026-05-08T01:14:20.665Zinfo: running `cargo check --bins` on bootstore (2/275)
18332026-05-08T01:14:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-08T01:14:21.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-08T01:14:21.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-08T01:14:21.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18372026-05-08T01:14:21.234Z
18382026-05-08T01:14:21.234Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18392026-05-08T01:14:21.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-08T01:14:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-08T01:14:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-08T01:14:21.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18432026-05-08T01:14:21.805Z
18442026-05-08T01:14:21.805Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18452026-05-08T01:14:22.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-08T01:14:22.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-08T01:14:22.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-08T01:14:22.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18492026-05-08T01:14:22.363Z
18502026-05-08T01:14:22.363Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18512026-05-08T01:14:22.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-08T01:14:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-08T01:14:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-08T01:14:22.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18552026-05-08T01:14:22.939Z
18562026-05-08T01:14:22.939Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18572026-05-08T01:14:23.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-08T01:14:23.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-08T01:14:23.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-08T01:14:23.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18612026-05-08T01:14:23.525Z
18622026-05-08T01:14:23.525Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18632026-05-08T01:14:24.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-08T01:14:24.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-08T01:14:24.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-08T01:14:24.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18672026-05-08T01:14:24.111Z
18682026-05-08T01:14:24.111Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18692026-05-08T01:14:24.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-08T01:14:24.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-08T01:14:24.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-08T01:14:24.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18732026-05-08T01:14:24.699Z
18742026-05-08T01:14:24.700Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18752026-05-08T01:14:25.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-08T01:14:25.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-08T01:14:25.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-08T01:14:25.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-08T01:14:25.158Z
18802026-05-08T01:14:25.158Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18812026-05-08T01:14:25.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-08T01:14:25.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-08T01:14:25.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-08T01:14:25.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-08T01:14:25.626Z
18862026-05-08T01:14:25.626Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
18872026-05-08T01:14:26.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-08T01:14:26.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-08T01:14:26.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-08T01:14:26.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-08T01:14:26.087Z
18922026-05-08T01:14:26.088Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
18932026-05-08T01:14:26.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-08T01:14:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-08T01:14:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-08T01:14:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18972026-05-08T01:14:26.545Z
18982026-05-08T01:14:26.545Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
18992026-05-08T01:14:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-08T01:14:26.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-08T01:14:26.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-08T01:14:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-08T01:14:27.006Z
19042026-05-08T01:14:27.006Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
19052026-05-08T01:14:27.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-08T01:14:27.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-08T01:14:27.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-08T01:14:27.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-08T01:14:27.470Z
19102026-05-08T01:14:27.470Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
19112026-05-08T01:14:27.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-08T01:14:27.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-08T01:14:27.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-08T01:14:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-08T01:14:27.938Z
19162026-05-08T01:14:27.939Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
19172026-05-08T01:14:28.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-08T01:14:28.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-08T01:14:28.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-08T01:14:28.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-08T01:14:28.399Z
19222026-05-08T01:14:28.399Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
19232026-05-08T01:14:28.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-08T01:14:28.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-08T01:14:28.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-08T01:14:28.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19272026-05-08T01:14:28.857Z
19282026-05-08T01:14:28.857Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
19292026-05-08T01:14:29.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-08T01:14:29.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-08T01:14:29.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-08T01:14:29.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19332026-05-08T01:14:29.315Z
19342026-05-08T01:14:29.315Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19352026-05-08T01:14:29.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-08T01:14:29.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-08T01:14:29.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-08T01:14:29.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-08T01:14:29.773Z
19402026-05-08T01:14:29.773Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19412026-05-08T01:14:30.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-08T01:14:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-08T01:14:30.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-08T01:14:30.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-08T01:14:30.236Z
19462026-05-08T01:14:30.236Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19472026-05-08T01:14:30.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-08T01:14:30.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-08T01:14:30.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-08T01:14:30.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-08T01:14:30.705Z
19522026-05-08T01:14:30.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19532026-05-08T01:14:31.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-08T01:14:31.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-08T01:14:31.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-08T01:14:31.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-08T01:14:31.171Z
19582026-05-08T01:14:31.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19592026-05-08T01:14:31.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-08T01:14:31.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-08T01:14:31.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-08T01:14:31.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-08T01:14:31.637Z
19642026-05-08T01:14:31.637Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19652026-05-08T01:14:32.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-08T01:14:32.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-08T01:14:32.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-08T01:14:32.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-08T01:14:32.105Z
19702026-05-08T01:14:32.105Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19712026-05-08T01:14:32.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-08T01:14:32.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-08T01:14:32.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-08T01:14:32.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-08T01:14:32.573Z
19762026-05-08T01:14:32.573Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19772026-05-08T01:14:32.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-08T01:14:32.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-08T01:14:32.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-08T01:14:32.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-08T01:14:33.043Z
19822026-05-08T01:14:33.043Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19832026-05-08T01:14:33.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-08T01:14:33.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-08T01:14:33.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-08T01:14:33.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-08T01:14:33.504Z
19882026-05-08T01:14:33.504Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
19892026-05-08T01:14:33.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-08T01:14:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-08T01:14:33.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-08T01:14:33.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-08T01:14:33.970Z
19942026-05-08T01:14:33.970Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
19952026-05-08T01:14:34.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-08T01:14:34.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-08T01:14:34.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-08T01:14:34.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-08T01:14:34.435Z
20002026-05-08T01:14:34.435Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
20012026-05-08T01:14:34.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-08T01:14:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-08T01:14:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-08T01:14:34.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-08T01:14:34.899Z
20062026-05-08T01:14:34.899Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
20072026-05-08T01:14:35.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-08T01:14:35.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-08T01:14:35.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-08T01:14:35.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-08T01:14:35.363Z
20122026-05-08T01:14:35.363Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
20132026-05-08T01:14:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-08T01:14:35.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-08T01:14:35.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-08T01:14:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-08T01:14:35.830Z
20182026-05-08T01:14:35.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
20192026-05-08T01:14:36.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-08T01:14:36.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-08T01:14:36.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-08T01:14:36.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-08T01:14:36.299Z
20242026-05-08T01:14:36.299Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
20252026-05-08T01:14:36.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-08T01:14:36.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-08T01:14:36.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-08T01:14:36.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-08T01:14:36.767Z
20302026-05-08T01:14:36.767Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
20312026-05-08T01:14:37.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-08T01:14:37.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-08T01:14:37.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-08T01:14:37.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-08T01:14:37.237Z
20362026-05-08T01:14:37.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20372026-05-08T01:14:37.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-08T01:14:37.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-08T01:14:37.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-08T01:14:37.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-08T01:14:37.704Z
20422026-05-08T01:14:37.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20432026-05-08T01:14:38.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-08T01:14:38.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-08T01:14:38.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-08T01:14:38.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-08T01:14:38.171Z
20482026-05-08T01:14:38.171Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20492026-05-08T01:14:38.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-08T01:14:38.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-08T01:14:38.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-08T01:14:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-08T01:14:38.635Z
20542026-05-08T01:14:38.635Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20552026-05-08T01:14:39.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-08T01:14:39.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-08T01:14:39.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-08T01:14:39.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-08T01:14:39.103Z
20602026-05-08T01:14:39.103Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20612026-05-08T01:14:39.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-08T01:14:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-08T01:14:39.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-08T01:14:39.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-08T01:14:39.573Z
20662026-05-08T01:14:39.573Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20672026-05-08T01:14:39.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-08T01:14:39.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-08T01:14:39.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-08T01:14:39.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-08T01:14:40.040Z
20722026-05-08T01:14:40.040Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20732026-05-08T01:14:40.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-08T01:14:40.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-08T01:14:40.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-08T01:14:40.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-08T01:14:40.504Z
20782026-05-08T01:14:40.504Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20792026-05-08T01:14:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-08T01:14:40.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-08T01:14:40.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-08T01:14:40.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-08T01:14:40.971Z
20842026-05-08T01:14:40.971Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
20852026-05-08T01:14:41.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-08T01:14:41.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-08T01:14:41.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-08T01:14:41.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-05-08T01:14:41.439Z
20902026-05-08T01:14:41.439Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
20912026-05-08T01:14:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-08T01:14:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-08T01:14:41.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-08T01:14:41.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-05-08T01:14:41.908Z
20962026-05-08T01:14:41.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
20972026-05-08T01:14:42.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-08T01:14:42.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-08T01:14:42.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-08T01:14:42.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21012026-05-08T01:14:42.374Z
21022026-05-08T01:14:42.374Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
21032026-05-08T01:14:42.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-08T01:14:42.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-08T01:14:42.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-08T01:14:42.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-05-08T01:14:42.842Z
21082026-05-08T01:14:42.842Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
21092026-05-08T01:14:43.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-08T01:14:43.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-08T01:14:43.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-08T01:14:43.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21132026-05-08T01:14:43.309Z
21142026-05-08T01:14:43.309Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
21152026-05-08T01:14:43.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-08T01:14:43.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-08T01:14:43.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-08T01:14:43.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21192026-05-08T01:14:43.939Z
21202026-05-08T01:14:43.939Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
21212026-05-08T01:14:44.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-08T01:14:44.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-08T01:14:44.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-08T01:14:44.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21252026-05-08T01:14:44.564Z
21262026-05-08T01:14:44.564Zinfo: running `cargo check --bins` on nexus-config (51/275)
21272026-05-08T01:14:45.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-08T01:14:45.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-08T01:14:45.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-08T01:14:45.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21312026-05-08T01:14:45.191Z
21322026-05-08T01:14:45.191Zinfo: running `cargo check --bins` on nexus-types (52/275)
21332026-05-08T01:14:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-08T01:14:45.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-08T01:14:45.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-08T01:14:45.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21372026-05-08T01:14:45.821Z
21382026-05-08T01:14:45.821Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21392026-05-08T01:14:46.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-08T01:14:46.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-08T01:14:46.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-08T01:14:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-08T01:14:46.414Z
21442026-05-08T01:14:46.414Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21452026-05-08T01:14:46.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-08T01:14:46.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-08T01:14:46.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-08T01:14:46.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-08T01:14:46.988Z
21502026-05-08T01:14:46.988Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21512026-05-08T01:14:47.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-08T01:14:47.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-08T01:14:47.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-08T01:14:47.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-08T01:14:47.579Z
21562026-05-08T01:14:47.579Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21572026-05-08T01:14:48.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-08T01:14:48.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-08T01:14:48.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-08T01:14:48.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-08T01:14:48.170Z
21622026-05-08T01:14:48.170Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21632026-05-08T01:14:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-08T01:14:48.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-08T01:14:48.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-08T01:14:48.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-08T01:14:48.766Z
21682026-05-08T01:14:48.766Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21692026-05-08T01:14:49.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-08T01:14:49.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-08T01:14:49.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-08T01:14:49.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-08T01:14:49.360Z
21742026-05-08T01:14:49.360Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21752026-05-08T01:14:49.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-08T01:14:49.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-08T01:14:49.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-08T01:14:49.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21792026-05-08T01:14:49.932Z
21802026-05-08T01:14:49.932Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21812026-05-08T01:14:50.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-08T01:14:50.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-08T01:14:50.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-08T01:14:50.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21852026-05-08T01:14:50.504Z
21862026-05-08T01:14:50.504Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
21872026-05-08T01:14:50.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-08T01:14:51.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-08T01:14:51.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-08T01:14:51.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-08T01:14:51.082Z
21922026-05-08T01:14:51.082Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
21932026-05-08T01:14:51.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-08T01:14:51.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-08T01:14:51.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-08T01:14:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-05-08T01:14:51.646Z
21982026-05-08T01:14:51.646Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
21992026-05-08T01:14:52.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-08T01:14:52.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-08T01:14:52.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-08T01:14:52.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-05-08T01:14:52.384Z
22042026-05-08T01:14:52.384Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
22052026-05-08T01:14:52.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-08T01:14:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-08T01:14:52.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-08T01:14:52.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-08T01:14:52.827Z
22102026-05-08T01:14:52.827Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
22112026-05-08T01:14:53.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-08T01:14:53.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-08T01:14:53.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-08T01:14:53.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22152026-05-08T01:14:53.401Z
22162026-05-08T01:14:53.401Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
22172026-05-08T01:14:53.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-08T01:14:53.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-08T01:14:53.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-08T01:14:53.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-05-08T01:14:53.981Z
22222026-05-08T01:14:53.982Zinfo: running `cargo check --bins` on ereport-types (67/275)
22232026-05-08T01:14:54.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-08T01:14:54.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-08T01:14:54.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-08T01:14:54.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22272026-05-08T01:14:54.565Z
22282026-05-08T01:14:54.565Zinfo: running `cargo check --bins` on gateway-client (68/275)
22292026-05-08T01:14:55.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-08T01:14:55.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-08T01:14:55.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-08T01:14:55.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22332026-05-08T01:14:55.151Z
22342026-05-08T01:14:55.151Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22352026-05-08T01:14:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-08T01:14:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-08T01:14:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-08T01:14:55.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-05-08T01:14:55.730Z
22402026-05-08T01:14:55.730Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22412026-05-08T01:14:56.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-08T01:14:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-08T01:14:56.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-08T01:14:56.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-08T01:14:56.314Z
22462026-05-08T01:14:56.317Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22472026-05-08T01:14:56.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-08T01:14:56.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-08T01:14:56.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-05-08T01:14:56.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22512026-05-08T01:14:56.898Z
22522026-05-08T01:14:56.898Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22532026-05-08T01:14:57.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-05-08T01:14:57.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-05-08T01:14:57.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-05-08T01:14:57.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22572026-05-08T01:14:57.479Z
22582026-05-08T01:14:57.479Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22592026-05-08T01:14:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-05-08T01:14:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-05-08T01:14:57.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-05-08T01:14:57.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632026-05-08T01:14:58.082Z
22642026-05-08T01:14:58.082Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22652026-05-08T01:14:58.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-05-08T01:14:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-05-08T01:14:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-05-08T01:14:58.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22692026-05-08T01:14:58.681Z
22702026-05-08T01:14:58.681Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22712026-05-08T01:14:59.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-05-08T01:14:59.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-05-08T01:14:59.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-05-08T01:14:59.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-05-08T01:14:59.258Z
22762026-05-08T01:14:59.258Zinfo: running `cargo check --bins` on oxlog (76/275)
22772026-05-08T01:14:59.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-05-08T01:14:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-05-08T01:14:59.853Z Checking cfg-if v1.0.4
22802026-05-08T01:14:59.856Z Checking libc v0.2.185
22812026-05-08T01:14:59.856Z Checking serde_core v1.0.228
22822026-05-08T01:14:59.972Z Checking zeroize v1.8.2
22832026-05-08T01:14:59.979Z Checking memchr v2.8.0
22842026-05-08T01:14:59.987Z Checking log v0.4.29
22852026-05-08T01:14:59.996Z Checking smallvec v1.15.1
22862026-05-08T01:15:00.007Z Checking typenum v1.19.0
22872026-05-08T01:15:00.017Z Checking subtle v2.6.1
22882026-05-08T01:15:00.107Z Checking itoa v1.0.17
22892026-05-08T01:15:00.141Z Checking scopeguard v1.2.0
22902026-05-08T01:15:00.159Z Checking const-oid v0.9.6
22912026-05-08T01:15:00.170Z Checking stable_deref_trait v1.2.1
22922026-05-08T01:15:00.235Z Checking lock_api v0.4.14
22932026-05-08T01:15:00.248Z Checking portable-atomic v1.13.1
22942026-05-08T01:15:00.252Z Checking zerofrom v0.1.6
22952026-05-08T01:15:00.354Z Checking getrandom v0.2.17
22962026-05-08T01:15:00.354Z Checking errno v0.3.14
22972026-05-08T01:15:00.368Z Checking critical-section v1.2.0
22982026-05-08T01:15:00.425Z Checking yoke v0.8.1
22992026-05-08T01:15:00.489Z Checking parking_lot_core v0.9.12
23002026-05-08T01:15:00.516Z Checking generic-array v0.14.7
23012026-05-08T01:15:00.527Z Checking rand_core v0.6.4
23022026-05-08T01:15:00.530Z Checking signal-hook-registry v1.4.8
23032026-05-08T01:15:00.588Z Checking zerovec v0.11.5
23042026-05-08T01:15:00.626Z Checking once_cell v1.21.3
23052026-05-08T01:15:00.671Z Checking zerocopy v0.8.40
23062026-05-08T01:15:00.687Z Checking pin-project-lite v0.2.17
23072026-05-08T01:15:00.698Z Checking parking_lot v0.12.5
23082026-05-08T01:15:00.776Z Checking mio v1.2.0
23092026-05-08T01:15:00.794Z Checking socket2 v0.6.3
23102026-05-08T01:15:00.811Z Checking libm v0.2.16
23112026-05-08T01:15:00.878Z Checking zmij v1.0.21
23122026-05-08T01:15:00.946Z Checking crypto-common v0.1.7
23132026-05-08T01:15:01.015Z Checking block-buffer v0.10.4
23142026-05-08T01:15:01.029Z Checking tinystr v0.8.2
23152026-05-08T01:15:01.045Z Checking equivalent v1.0.2
23162026-05-08T01:15:01.063Z Checking writeable v0.6.2
23172026-05-08T01:15:01.084Z Checking litemap v0.8.1
23182026-05-08T01:15:01.126Z Checking percent-encoding v2.3.2
23192026-05-08T01:15:01.147Z Checking digest v0.10.7
23202026-05-08T01:15:01.199Z Checking futures-core v0.3.32
23212026-05-08T01:15:01.218Z Checking potential_utf v0.1.4
23222026-05-08T01:15:01.250Z Checking icu_locale_core v2.1.1
23232026-05-08T01:15:01.260Z Checking zerotrie v0.2.3
23242026-05-08T01:15:01.319Z Checking cpufeatures v0.2.17
23252026-05-08T01:15:01.336Z Checking hmac v0.12.1
23262026-05-08T01:15:01.349Z Checking icu_collections v2.1.1
23272026-05-08T01:15:01.386Z Checking block-padding v0.3.3
23282026-05-08T01:15:01.420Z Checking serde v1.0.228
23292026-05-08T01:15:01.466Z Checking bitflags v2.11.0
23302026-05-08T01:15:01.491Z Checking serde_json v1.0.149
23312026-05-08T01:15:01.504Z Checking num-traits v0.2.19
23322026-05-08T01:15:01.515Z Checking icu_normalizer_data v2.1.1
23332026-05-08T01:15:01.585Z Checking icu_properties_data v2.1.2
23342026-05-08T01:15:01.629Z Checking hashbrown v0.17.0
23352026-05-08T01:15:01.652Z Checking futures-sink v0.3.32
23362026-05-08T01:15:01.709Z Checking rand_core v0.10.0
23372026-05-08T01:15:01.748Z Checking futures-channel v0.3.32
23382026-05-08T01:15:01.792Z Checking icu_provider v2.1.1
23392026-05-08T01:15:01.822Z Checking bytes v1.11.1
23402026-05-08T01:15:01.845Z Checking getrandom v0.4.1
23412026-05-08T01:15:01.930Z Checking inout v0.1.4
23422026-05-08T01:15:01.985Z Checking futures-io v0.3.32
23432026-05-08T01:15:02.012Z Checking futures-task v0.3.32
23442026-05-08T01:15:02.023Z Checking icu_normalizer v2.1.1
23452026-05-08T01:15:02.062Z Checking icu_properties v2.1.2
23462026-05-08T01:15:02.084Z Checking indexmap v2.14.0
23472026-05-08T01:15:02.095Z Checking slab v0.4.12
23482026-05-08T01:15:02.140Z Checking cipher v0.4.4
23492026-05-08T01:15:02.151Z Checking sha2 v0.10.9
23502026-05-08T01:15:02.248Z Checking futures-util v0.3.32
23512026-05-08T01:15:02.260Z Checking tokio v1.52.1
23522026-05-08T01:15:02.319Z Checking getrandom v0.3.4
23532026-05-08T01:15:02.343Z Checking base64ct v1.8.3
23542026-05-08T01:15:02.422Z Checking byteorder v1.5.0
23552026-05-08T01:15:02.458Z Checking utf8_iter v1.0.4
23562026-05-08T01:15:02.572Z Checking pem-rfc7468 v0.7.0
23572026-05-08T01:15:02.585Z Checking form_urlencoded v1.2.2
23582026-05-08T01:15:02.617Z Checking flagset v0.4.7
23592026-05-08T01:15:02.630Z Checking fnv v1.0.7
23602026-05-08T01:15:02.713Z Checking rand_core v0.9.5
23612026-05-08T01:15:02.728Z Checking salsa20 v0.10.2
23622026-05-08T01:15:02.728Z Checking http v1.4.0
23632026-05-08T01:15:02.750Z Checking der v0.7.10
23642026-05-08T01:15:02.862Z Checking uuid v1.23.0
23652026-05-08T01:15:02.881Z Checking idna_adapter v1.2.1
23662026-05-08T01:15:02.892Z Checking pbkdf2 v0.12.2
23672026-05-08T01:15:02.996Z Checking idna v1.1.0
23682026-05-08T01:15:03.010Z Checking scrypt v0.11.0
23692026-05-08T01:15:03.143Z Checking cbc v0.1.2
23702026-05-08T01:15:03.169Z Checking aes v0.8.4
23712026-05-08T01:15:03.235Z Checking url v2.5.8
23722026-05-08T01:15:03.267Z Checking rustix v1.1.3
23732026-05-08T01:15:03.294Z Checking tracing-core v0.1.36
23742026-05-08T01:15:03.404Z Checking ppv-lite86 v0.2.21
23752026-05-08T01:15:03.470Z Checking spki v0.7.3
23762026-05-08T01:15:03.552Z Checking rustls-pki-types v1.14.0
23772026-05-08T01:15:03.593Z Checking regex-syntax v0.8.10
23782026-05-08T01:15:03.631Z Checking iana-time-zone v0.1.65
23792026-05-08T01:15:03.664Z Checking pkcs5 v0.7.1
23802026-05-08T01:15:03.693Z Checking rand_chacha v0.9.0
23812026-05-08T01:15:03.732Z Checking chrono v0.4.44
23822026-05-08T01:15:03.827Z Checking tracing v0.1.44
23832026-05-08T01:15:03.887Z Checking rand v0.9.2
23842026-05-08T01:15:03.916Z Checking http-body v1.0.1
23852026-05-08T01:15:04.026Z Checking aws-lc-sys v0.37.1
23862026-05-08T01:15:04.044Z Checking openssl-probe v0.2.1
23872026-05-08T01:15:04.087Z Checking base64 v0.22.1
23882026-05-08T01:15:04.130Z Checking untrusted v0.7.1
23892026-05-08T01:15:04.145Z Checking untrusted v0.9.0
23902026-05-08T01:15:04.246Z Checking pkcs8 v0.10.2
23912026-05-08T01:15:04.255Z Checking ring v0.17.14
23922026-05-08T01:15:04.322Z Checking tower-service v0.3.3
23932026-05-08T01:15:04.350Z Checking try-lock v0.2.5
23942026-05-08T01:15:04.409Z Checking tower-layer v0.3.3
23952026-05-08T01:15:04.421Z Checking atomic-waker v1.1.2
23962026-05-08T01:15:04.447Z Checking plain v0.2.3
23972026-05-08T01:15:04.514Z Checking tinyvec_macros v0.1.1
23982026-05-08T01:15:04.530Z Checking aws-lc-rs v1.16.0
23992026-05-08T01:15:04.544Z Checking want v0.3.1
24002026-05-08T01:15:04.558Z Checking ipnet v2.11.0
24012026-05-08T01:15:04.576Z Checking tinyvec v1.10.0
24022026-05-08T01:15:04.586Z Checking semver v1.0.28
24032026-05-08T01:15:04.660Z Checking httparse v1.10.1
24042026-05-08T01:15:04.787Z Checking spin v0.9.8
24052026-05-08T01:15:04.806Z Checking foreign-types-shared v0.1.1
24062026-05-08T01:15:04.865Z Checking httpdate v1.0.3
24072026-05-08T01:15:04.877Z Checking ucd-trie v0.1.7
24082026-05-08T01:15:04.887Z Checking unicode-ident v1.0.24
24092026-05-08T01:15:04.892Z Checking dyn-clone v1.0.20
24102026-05-08T01:15:04.959Z Checking fastrand v2.3.0
24112026-05-08T01:15:04.983Z Checking pin-utils v0.1.0
24122026-05-08T01:15:04.998Z Checking pest v2.8.6
24132026-05-08T01:15:05.010Z Checking proc-macro2 v1.0.106
24142026-05-08T01:15:05.013Z Checking schemars v0.8.22
24152026-05-08T01:15:05.047Z Checking foreign-types v0.3.2
24162026-05-08T01:15:05.117Z Checking openssl-sys v0.9.114
24172026-05-08T01:15:05.133Z Checking tempfile v3.25.0
24182026-05-08T01:15:05.233Z Checking thiserror v2.0.18
24192026-05-08T01:15:05.318Z Checking wait-timeout v0.2.1
24202026-05-08T01:15:05.330Z Checking aho-corasick v1.1.4
24212026-05-08T01:15:05.343Z Checking utf8parse v0.2.2
24222026-05-08T01:15:05.356Z Checking rustls-webpki v0.103.9
24232026-05-08T01:15:05.435Z Checking pretty-hex v0.4.1
24242026-05-08T01:15:05.450Z Checking anstyle v1.0.13
24252026-05-08T01:15:05.461Z Checking tokio-util v0.7.18
24262026-05-08T01:15:05.551Z Checking siphasher v1.0.2
24272026-05-08T01:15:05.574Z Checking bit-vec v0.8.0
24282026-05-08T01:15:05.625Z Checking simd-adler32 v0.3.8
24292026-05-08T01:15:05.641Z Checking powerfmt v0.2.0
24302026-05-08T01:15:05.703Z Checking quick-error v1.2.3
24312026-05-08T01:15:05.762Z Checking bit-set v0.8.0
24322026-05-08T01:15:05.765Z Checking rustls v0.23.37
24332026-05-08T01:15:05.787Z Checking deranged v0.5.8
24342026-05-08T01:15:05.790Z Checking openssl v0.10.78
24352026-05-08T01:15:05.808Z Checking rusty-fork v0.3.1
24362026-05-08T01:15:05.905Z Checking anstyle-parse v0.2.7
24372026-05-08T01:15:05.974Z Checking quote v1.0.45
24382026-05-08T01:15:05.993Z Checking regex-automata v0.4.14
24392026-05-08T01:15:06.055Z Checking h2 v0.4.13
24402026-05-08T01:15:06.070Z Compiling newtype-uuid v1.3.2
24412026-05-08T01:15:06.073Z Checking unicode-normalization v0.1.25
24422026-05-08T01:15:06.137Z Checking rustls-native-certs v0.8.3
24432026-05-08T01:15:06.248Z Checking crossbeam-utils v0.8.21
24442026-05-08T01:15:06.261Z Checking rand_xorshift v0.4.0
24452026-05-08T01:15:06.377Z Checking crc32fast v1.5.0
24462026-05-08T01:15:06.472Z Checking scroll v0.13.0
24472026-05-08T01:15:06.513Z Checking signature v2.2.0
24482026-05-08T01:15:06.577Z Checking sync_wrapper v1.0.2
24492026-05-08T01:15:06.641Z Checking is_terminal_polyfill v1.70.2
24502026-05-08T01:15:06.677Z Checking colorchoice v1.0.4
24512026-05-08T01:15:06.694Z Checking adler2 v2.0.1
24522026-05-08T01:15:06.698Z Checking num-conv v0.2.0
24532026-05-08T01:15:06.723Z Checking num_threads v0.1.7
24542026-05-08T01:15:06.770Z Checking time-core v0.1.8
24552026-05-08T01:15:06.795Z Checking allocator-api2 v0.2.21
24562026-05-08T01:15:06.806Z Checking anstyle-query v1.1.5
24572026-05-08T01:15:06.819Z Checking unicode-bidi v0.3.18
24582026-05-08T01:15:06.893Z Checking unarray v0.1.4
24592026-05-08T01:15:06.907Z Checking unicode-properties v0.1.4
24602026-05-08T01:15:06.995Z Checking proptest v1.10.0
24612026-05-08T01:15:07.070Z Checking time v0.3.47
24622026-05-08T01:15:07.090Z Checking anstream v0.6.21
24632026-05-08T01:15:07.103Z Checking stringprep v0.1.5
24642026-05-08T01:15:07.249Z Checking miniz_oxide v0.8.9
24652026-05-08T01:15:07.286Z Checking goblin v0.10.5
24662026-05-08T01:15:07.594Z Checking tower v0.5.3
24672026-05-08T01:15:07.770Z Checking native-tls v0.2.18
24682026-05-08T01:15:07.784Z Checking crossbeam-epoch v0.9.18
24692026-05-08T01:15:07.948Z Compiling daft v0.1.5
24702026-05-08T01:15:08.005Z Checking syn v2.0.117
24712026-05-08T01:15:08.017Z Checking ipnetwork v0.21.1
24722026-05-08T01:15:08.101Z Checking tokio-rustls v0.26.4
24732026-05-08T01:15:08.207Z Checking http-body-util v0.1.3
24742026-05-08T01:15:08.222Z Checking webpki-roots v1.0.6
24752026-05-08T01:15:08.234Z Checking rand_chacha v0.3.1
24762026-05-08T01:15:08.332Z Checking thiserror v1.0.69
24772026-05-08T01:15:08.335Z Checking scroll v0.12.0
24782026-05-08T01:15:08.422Z Checking zstd-sys v2.0.16+zstd.1.5.7
24792026-05-08T01:15:08.434Z Checking hash32 v0.2.1
24802026-05-08T01:15:08.446Z Checking num-integer v0.1.46
24812026-05-08T01:15:08.531Z Checking toml_datetime v0.6.11
24822026-05-08T01:15:08.568Z Checking serde_spanned v0.6.9
24832026-05-08T01:15:08.587Z Checking md-5 v0.10.6
24842026-05-08T01:15:08.664Z Checking ff v0.13.1
24852026-05-08T01:15:08.691Z Checking fallible-iterator v0.2.0
24862026-05-08T01:15:08.710Z Checking ryu v1.0.23
24872026-05-08T01:15:08.720Z Checking base16ct v0.2.0
24882026-05-08T01:15:08.730Z Checking hyper v1.8.1
24892026-05-08T01:15:08.775Z Checking psl-types v2.0.11
24902026-05-08T01:15:08.788Z Checking iri-string v0.7.10
24912026-05-08T01:15:08.836Z Checking zlib-rs v0.6.2
24922026-05-08T01:15:08.845Z Checking serde_urlencoded v0.7.1
24932026-05-08T01:15:08.886Z Checking publicsuffix v2.3.0
24942026-05-08T01:15:08.958Z Checking postgres-protocol v0.6.10
24952026-05-08T01:15:09.040Z Checking sec1 v0.7.3
24962026-05-08T01:15:09.054Z Checking group v0.13.0
24972026-05-08T01:15:09.241Z Compiling iddqd v0.3.18
24982026-05-08T01:15:09.268Z Checking num-iter v0.1.45
24992026-05-08T01:15:09.340Z Checking heapless v0.7.17
25002026-05-08T01:15:09.376Z Checking goblin v0.8.2
25012026-05-08T01:15:09.617Z Checking hyper-util v0.1.20
25022026-05-08T01:15:09.629Z Checking dof v0.4.0
25032026-05-08T01:15:09.700Z Checking flate2 v1.1.9
25042026-05-08T01:15:09.747Z Checking zstd-safe v7.2.4
25052026-05-08T01:15:09.782Z Checking tower-http v0.6.8
25062026-05-08T01:15:09.909Z Checking rand v0.8.5
25072026-05-08T01:15:09.986Z Checking oxnet v0.1.4
25082026-05-08T01:15:10.056Z Checking cookie v0.18.1
25092026-05-08T01:15:10.219Z Checking tokio-native-tls v0.3.1
25102026-05-08T01:15:10.246Z Checking dtrace-parser v0.3.0
25112026-05-08T01:15:10.259Z Checking phf_shared v0.13.1
25122026-05-08T01:15:10.281Z Checking lazy_static v1.5.0
25132026-05-08T01:15:10.367Z Checking terminal_size v0.4.3
25142026-05-08T01:15:10.371Z Checking zerocopy v0.7.35
25152026-05-08T01:15:10.389Z Checking bzip2-sys v0.1.13+1.0.8
25162026-05-08T01:15:10.414Z Checking signal-hook v0.3.18
25172026-05-08T01:15:10.451Z Checking hkdf v0.12.4
25182026-05-08T01:15:10.467Z Checking crypto-bigint v0.5.5
25192026-05-08T01:15:10.481Z Checking thread-id v5.1.0
25202026-05-08T01:15:10.495Z Compiling rayon-core v1.13.0
25212026-05-08T01:15:10.557Z Checking winnow v0.5.40
25222026-05-08T01:15:10.581Z Checking either v1.15.0
25232026-05-08T01:15:10.604Z Checking bitflags v1.3.2
25242026-05-08T01:15:10.664Z Checking libbz2-rs-sys v0.2.2
25252026-05-08T01:15:10.676Z Checking strsim v0.11.1
25262026-05-08T01:15:10.763Z Checking managed v0.8.0
25272026-05-08T01:15:10.836Z Checking winnow v0.7.14
25282026-05-08T01:15:10.853Z Checking clap_lex v1.0.0
25292026-05-08T01:15:10.857Z Checking hyper-rustls v0.27.7
25302026-05-08T01:15:10.943Z Checking foldhash v0.2.0
25312026-05-08T01:15:11.003Z Checking foldhash v0.1.5
25322026-05-08T01:15:11.044Z Checking bumpalo v3.20.2
25332026-05-08T01:15:11.071Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25342026-05-08T01:15:11.094Z Checking hashbrown v0.16.1
25352026-05-08T01:15:11.132Z Checking hashbrown v0.15.5
25362026-05-08T01:15:11.239Z Checking zopfli v0.8.3
25372026-05-08T01:15:11.253Z Checking dof v0.3.0
25382026-05-08T01:15:11.270Z Checking bzip2 v0.6.1
25392026-05-08T01:15:11.356Z Checking elliptic-curve v0.13.8
25402026-05-08T01:15:11.421Z Checking clap_builder v4.5.60
25412026-05-08T01:15:11.533Z Checking smoltcp v0.9.1
25422026-05-08T01:15:11.554Z Checking hyper-tls v0.6.0
25432026-05-08T01:15:11.597Z Checking signal-hook-mio v0.2.5
25442026-05-08T01:15:11.612Z Checking usdt-impl v0.6.0
25452026-05-08T01:15:11.661Z Checking bzip2 v0.4.4
25462026-05-08T01:15:11.674Z Checking toml_edit v0.19.15
25472026-05-08T01:15:11.692Z Checking phf v0.13.1
25482026-05-08T01:15:11.721Z Checking num-bigint-dig v0.8.6
25492026-05-08T01:15:11.817Z Checking cookie_store v0.22.1
25502026-05-08T01:15:11.885Z Checking zstd v0.13.3
25512026-05-08T01:15:11.998Z Checking postgres-types v0.2.12
25522026-05-08T01:15:12.067Z Checking dtrace-parser v0.2.0
25532026-05-08T01:15:12.071Z Checking rustls-platform-verifier v0.6.2
25542026-05-08T01:15:12.105Z Checking crossbeam-deque v0.8.6
25552026-05-08T01:15:12.141Z Checking regex v1.12.3
25562026-05-08T01:15:12.203Z Checking bstr v1.12.1
25572026-05-08T01:15:12.275Z Checking ed25519 v2.2.3
25582026-05-08T01:15:12.308Z Checking phf_shared v0.11.3
25592026-05-08T01:15:12.312Z Checking ref-cast v1.0.25
25602026-05-08T01:15:12.411Z Checking curve25519-dalek v4.1.3
25612026-05-08T01:15:12.414Z Checking strum v0.27.2
25622026-05-08T01:15:12.446Z Checking hubpack v0.1.2
25632026-05-08T01:15:12.458Z Checking memoffset v0.9.1
25642026-05-08T01:15:12.515Z Checking rustix v0.38.44
25652026-05-08T01:15:12.519Z Checking pkcs1 v0.7.5
25662026-05-08T01:15:12.538Z Checking float-cmp v0.10.0
25672026-05-08T01:15:12.590Z Checking hex v0.4.3
25682026-05-08T01:15:12.603Z Checking erased-serde v0.3.31
25692026-05-08T01:15:12.640Z Checking serde-big-array v0.5.1
25702026-05-08T01:15:12.660Z Checking rfc6979 v0.4.0
25712026-05-08T01:15:12.679Z Checking memmap2 v0.9.10
25722026-05-08T01:15:12.748Z Checking thread-id v4.2.2
25732026-05-08T01:15:12.774Z Checking env_filter v1.0.0
25742026-05-08T01:15:12.777Z Checking encoding_rs v0.8.35
25752026-05-08T01:15:12.825Z Checking toml_write v0.1.2
25762026-05-08T01:15:12.838Z Checking static_assertions v1.1.0
25772026-05-08T01:15:12.855Z Checking data-encoding v2.10.0
25782026-05-08T01:15:12.904Z Checking mime v0.3.17
25792026-05-08T01:15:12.915Z Checking difflib v0.4.0
25802026-05-08T01:15:12.989Z Checking whoami v2.1.0
25812026-05-08T01:15:13.003Z Checking fixedbitset v0.5.7
25822026-05-08T01:15:13.073Z Checking jiff v0.2.21
25832026-05-08T01:15:13.086Z Checking predicates-core v1.0.10
25842026-05-08T01:15:13.122Z Checking rustc-hash v2.1.1
25852026-05-08T01:15:13.182Z Checking new_debug_unreachable v1.0.6
25862026-05-08T01:15:13.194Z Checking normalize-line-endings v0.3.0
25872026-05-08T01:15:13.206Z Checking fixedbitset v0.4.2
25882026-05-08T01:15:13.209Z Checking unicode-segmentation v1.12.0
25892026-05-08T01:15:13.233Z Checking precomputed-hash v0.1.1
25902026-05-08T01:15:13.246Z Checking keccak v0.1.6
25912026-05-08T01:15:13.278Z Checking predicates v3.1.4
25922026-05-08T01:15:13.310Z Checking string_cache v0.8.9
25932026-05-08T01:15:13.336Z Checking crossterm v0.28.1
25942026-05-08T01:15:13.353Z Checking petgraph v0.6.5
25952026-05-08T01:15:13.404Z Checking sha3 v0.10.8
25962026-05-08T01:15:13.522Z Checking similar v2.7.0
25972026-05-08T01:15:13.574Z Checking ed25519-dalek v2.2.0
25982026-05-08T01:15:13.607Z Checking petgraph v0.8.3
25992026-05-08T01:15:13.739Z Checking reqwest v0.12.28
26002026-05-08T01:15:13.802Z Checking tokio-postgres v0.7.16
26012026-05-08T01:15:13.897Z Checking hickory-proto v0.25.2
26022026-05-08T01:15:14.031Z Checking slog v2.8.2
26032026-05-08T01:15:14.283Z Checking toml_edit v0.22.27
26042026-05-08T01:15:14.311Z Checking env_logger v0.11.9
26052026-05-08T01:15:14.499Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26062026-05-08T01:15:14.561Z Checking usdt v0.6.0
26072026-05-08T01:15:14.574Z Checking usdt-impl v0.5.0
26082026-05-08T01:15:14.723Z Checking serde_with v3.17.0
26092026-05-08T01:15:14.846Z Checking ecdsa v0.16.9
26102026-05-08T01:15:15.047Z Checking rsa v0.9.10
26112026-05-08T01:15:15.153Z Checking toml v0.7.8
26122026-05-08T01:15:15.185Z Checking clap v4.5.60
26132026-05-08T01:15:15.263Z Checking nix v0.31.2
26142026-05-08T01:15:15.276Z Checking zip v4.6.1
26152026-05-08T01:15:15.459Z Checking reqwest v0.13.2
26162026-05-08T01:15:15.504Z Checking toml_parser v1.0.9+spec-1.1.0
26172026-05-08T01:15:15.665Z Checking zip v0.6.6
26182026-05-08T01:15:15.840Z Checking itertools v0.13.0
26192026-05-08T01:15:15.852Z Checking strum v0.26.3
26202026-05-08T01:15:15.961Z Checking tokio-stream v0.1.18
26212026-05-08T01:15:15.981Z Checking fs-err v3.3.0
26222026-05-08T01:15:16.118Z Checking ahash v0.8.12
26232026-05-08T01:15:16.240Z Checking object v0.37.3
26242026-05-08T01:15:16.272Z Checking buf-list v1.1.2
26252026-05-08T01:15:16.285Z Checking anyhow v1.0.102
26262026-05-08T01:15:16.305Z Checking camino v1.2.2
26272026-05-08T01:15:16.334Z Checking x509-cert v0.2.5
26282026-05-08T01:15:16.452Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26292026-05-08T01:15:16.475Z Checking openapiv3 v2.2.0
26302026-05-08T01:15:16.544Z Checking toml_datetime v0.7.5+spec-1.1.0
26312026-05-08T01:15:16.658Z Checking sha1 v0.10.6
26322026-05-08T01:15:16.713Z Checking peg-runtime v0.8.5
26332026-05-08T01:15:16.726Z Checking lalrpop-util v0.19.12
26342026-05-08T01:15:16.737Z Checking rayon v1.11.0
26352026-05-08T01:15:16.815Z Checking sigpipe v0.1.3
26362026-05-08T01:15:16.850Z Checking glob v0.3.3
26372026-05-08T01:15:18.380Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-05-08T01:15:18.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
26392026-05-08T01:15:18.815Z
26402026-05-08T01:15:18.815Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26412026-05-08T01:15:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-08T01:15:19.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-08T01:15:19.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-08T01:15:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-08T01:15:19.407Z
26462026-05-08T01:15:19.408Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26472026-05-08T01:15:19.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-08T01:15:19.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-08T01:15:19.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-08T01:15:19.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-08T01:15:20.000Z
26522026-05-08T01:15:20.001Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
26532026-05-08T01:15:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-08T01:15:20.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-08T01:15:20.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-08T01:15:20.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-08T01:15:20.606Z
26582026-05-08T01:15:20.606Zinfo: running `cargo check --bins` on oxql-types (80/275)
26592026-05-08T01:15:21.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-08T01:15:21.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-08T01:15:21.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-08T01:15:21.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-08T01:15:21.188Z
26642026-05-08T01:15:21.188Zinfo: running `cargo check --bins` on oximeter-types (81/275)
26652026-05-08T01:15:21.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-08T01:15:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-08T01:15:21.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-08T01:15:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26692026-05-08T01:15:21.773Z
26702026-05-08T01:15:21.774Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
26712026-05-08T01:15:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-08T01:15:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-08T01:15:22.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-05-08T01:15:22.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26752026-05-08T01:15:22.365Z
26762026-05-08T01:15:22.365Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
26772026-05-08T01:15:22.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-05-08T01:15:22.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-05-08T01:15:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-05-08T01:15:22.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26812026-05-08T01:15:22.943Z
26822026-05-08T01:15:22.943Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
26832026-05-08T01:15:23.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-05-08T01:15:23.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-05-08T01:15:23.622Z Compiling structmeta-derive v0.3.0
26862026-05-08T01:15:23.739Z Compiling rustls v0.22.4
26872026-05-08T01:15:23.750Z Compiling multer v3.1.0
26882026-05-08T01:15:23.758Z Compiling async-stream-impl v0.3.6
26892026-05-08T01:15:23.758Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26902026-05-08T01:15:23.779Z Compiling dropshot v0.17.0
26912026-05-08T01:15:23.794Z Compiling dropshot_endpoint v0.17.0
26922026-05-08T01:15:23.794Z Compiling newtype-uuid-macros v0.1.0
26932026-05-08T01:15:23.931Z Checking newtype-uuid v1.3.2
26942026-05-08T01:15:23.972Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26952026-05-08T01:15:24.039Z Checking rustls-webpki v0.102.8
26962026-05-08T01:15:24.127Z Checking daft v0.1.5
26972026-05-08T01:15:24.141Z Checking futures-executor v0.3.32
26982026-05-08T01:15:24.289Z Checking thread_local v1.1.9
26992026-05-08T01:15:24.338Z Checking compression-core v0.4.31
27002026-05-08T01:15:24.363Z Checking match_cfg v0.1.0
27012026-05-08T01:15:24.377Z Checking iddqd v0.3.18
27022026-05-08T01:15:24.431Z Checking hostname v0.3.1
27032026-05-08T01:15:24.452Z Checking futures v0.3.32
27042026-05-08T01:15:24.466Z Checking compression-codecs v0.4.37
27052026-05-08T01:15:24.524Z Checking crossbeam-channel v0.5.15
27062026-05-08T01:15:24.540Z Checking slog-json v2.6.1
27072026-05-08T01:15:24.552Z Checking serde_spanned v1.0.4
27082026-05-08T01:15:24.627Z Checking toml_datetime v1.0.0+spec-1.1.0
27092026-05-08T01:15:24.678Z Checking is-terminal v0.4.17
27102026-05-08T01:15:24.691Z Checking term v1.2.1
27112026-05-08T01:15:24.765Z Checking toml_writer v1.0.6+spec-1.1.0
27122026-05-08T01:15:24.779Z Compiling structmeta v0.3.0
27132026-05-08T01:15:24.820Z Checking debug-ignore v1.0.5
27142026-05-08T01:15:24.850Z Checking take_mut v0.2.2
27152026-05-08T01:15:24.906Z Checking slog-term v2.9.2
27162026-05-08T01:15:24.919Z Checking slog-bunyan v2.5.0
27172026-05-08T01:15:24.944Z Checking toml v1.0.6+spec-1.1.0
27182026-05-08T01:15:24.955Z Checking slog-async v2.8.0
27192026-05-08T01:15:24.983Z Compiling derive-ex v0.1.8
27202026-05-08T01:15:25.025Z Compiling parse-display-derive v0.10.0
27212026-05-08T01:15:25.121Z Checking async-compression v0.4.41
27222026-05-08T01:15:25.154Z Checking async-stream v0.3.6
27232026-05-08T01:15:25.232Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27242026-05-08T01:15:25.281Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27252026-05-08T01:15:25.305Z Checking progenitor-client v0.14.0
27262026-05-08T01:15:25.356Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27272026-05-08T01:15:25.499Z Checking waitgroup v0.1.2
27282026-05-08T01:15:25.511Z Checking backon v1.6.0
27292026-05-08T01:15:25.514Z Checking rustls-pemfile v2.2.0
27302026-05-08T01:15:25.596Z Checking serde_path_to_error v0.1.20
27312026-05-08T01:15:25.611Z Checking hostname v0.4.2
27322026-05-08T01:15:25.655Z Checking instant v0.1.13
27332026-05-08T01:15:25.744Z Checking backoff v0.4.0
27342026-05-08T01:15:25.813Z Checking tokio-rustls v0.25.0
27352026-05-08T01:15:25.863Z Checking progenitor-extras v0.2.0
27362026-05-08T01:15:25.914Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-05-08T01:15:26.020Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-05-08T01:15:26.083Z Checking progenitor-client v0.10.0
27392026-05-08T01:15:26.123Z Checking itertools v0.14.0
27402026-05-08T01:15:26.292Z Checking regress v0.10.5
27412026-05-08T01:15:26.306Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-05-08T01:15:26.572Z Checking macaddr v1.0.1
27432026-05-08T01:15:26.632Z Compiling test-strategy v0.4.5
27442026-05-08T01:15:26.666Z Checking parse-display v0.10.0
27452026-05-08T01:15:27.885Z Compiling prettyplease v0.2.37
27462026-05-08T01:15:28.144Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27472026-05-08T01:15:28.275Z Checking num-rational v0.4.2
27482026-05-08T01:15:28.519Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27492026-05-08T01:15:28.850Z Checking num-complex v0.4.6
27502026-05-08T01:15:29.315Z Checking num v0.4.3
27512026-05-08T01:15:29.390Z Compiling usdt-macro v0.5.0
27522026-05-08T01:15:29.492Z Compiling usdt-attr-macro v0.5.0
27532026-05-08T01:15:29.562Z Checking memmap v0.7.0
27542026-05-08T01:15:29.595Z Compiling float-ord v0.3.2
27552026-05-08T01:15:29.693Z Checking unicode-width v0.2.0
27562026-05-08T01:15:29.714Z Compiling convert_case v0.4.0
27572026-05-08T01:15:29.941Z Checking console v0.15.11
27582026-05-08T01:15:30.087Z Compiling derive_more v0.99.20
27592026-05-08T01:15:30.104Z Checking newline-converter v0.3.0
27602026-05-08T01:15:30.215Z Checking atomicwrites v0.4.4
27612026-05-08T01:15:30.229Z Compiling toml v0.8.23
27622026-05-08T01:15:30.254Z Checking usdt v0.5.0
27632026-05-08T01:15:30.345Z Checking linked-hash-map v0.5.6
27642026-05-08T01:15:30.421Z Compiling minimal-lexical v0.2.1
27652026-05-08T01:15:30.513Z Checking lru-cache v0.1.2
27662026-05-08T01:15:30.637Z Compiling nom v7.1.3
27672026-05-08T01:15:30.672Z Checking expectorate v1.2.0
27682026-05-08T01:15:31.229Z Checking camino-tempfile v1.4.1
27692026-05-08T01:15:31.343Z Checking hickory-proto v0.24.4
27702026-05-08T01:15:31.392Z Checking phf_shared v0.12.1
27712026-05-08T01:15:31.536Z Compiling slog-dtrace v0.3.0
27722026-05-08T01:15:31.632Z Compiling chrono-tz v0.10.4
27732026-05-08T01:15:31.726Z Checking resolv-conf v0.7.6
27742026-05-08T01:15:31.811Z Checking heck v0.5.0
27752026-05-08T01:15:31.934Z Compiling const_format_proc_macros v0.2.34
27762026-05-08T01:15:31.959Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T01:15:31.993Z Checking phf v0.12.1
27782026-05-08T01:15:32.136Z Checking tokio-dtrace v0.1.1
27792026-05-08T01:15:32.247Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27802026-05-08T01:15:32.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27812026-05-08T01:15:32.427Z Compiling derive-where v1.6.0
27822026-05-08T01:15:32.626Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27832026-05-08T01:15:32.902Z Checking highway v1.3.0
27842026-05-08T01:15:33.139Z Checking const_format v0.2.35
27852026-05-08T01:15:33.159Z Checking hickory-resolver v0.24.4
27862026-05-08T01:15:33.376Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27872026-05-08T01:15:33.418Z Checking oxide-tokio-rt v0.1.4
27882026-05-08T01:15:33.811Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-05-08T01:15:33.842Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-05-08T01:15:33.870Z Checking gethostname v0.5.0
27912026-05-08T01:15:33.893Z Checking qorb v0.4.1
27922026-05-08T01:15:33.960Z Checking bcs v0.1.6
27932026-05-08T01:15:33.996Z Compiling async-recursion v1.1.1
27942026-05-08T01:15:34.012Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27952026-05-08T01:15:34.033Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27962026-05-08T01:15:34.058Z Checking termtree v0.5.1
27972026-05-08T01:15:37.451Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27982026-05-08T01:15:39.969Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27992026-05-08T01:15:42.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
28002026-05-08T01:15:42.220Z
28012026-05-08T01:15:42.220Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
28022026-05-08T01:15:42.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T01:15:42.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T01:15:42.894Z Compiling ar_archive_writer v0.5.1
28052026-05-08T01:15:43.003Z Compiling stacker v0.1.23
28062026-05-08T01:15:43.011Z Compiling cfg_aliases v0.1.1
28072026-05-08T01:15:43.019Z Compiling convert_case v0.10.0
28082026-05-08T01:15:43.022Z Checking unicode-width v0.1.14
28092026-05-08T01:15:43.035Z Compiling proc-macro-error v1.0.4
28102026-05-08T01:15:43.046Z Checking fd-lock v4.0.4
28112026-05-08T01:15:43.046Z Checking nibble_vec v0.1.0
28122026-05-08T01:15:43.068Z Compiling nix v0.28.0
28132026-05-08T01:15:43.158Z Checking vte v0.14.1
28142026-05-08T01:15:43.174Z Compiling recursive-proc-macro-impl v0.1.1
28152026-05-08T01:15:43.257Z Checking endian-type v0.1.2
28162026-05-08T01:15:43.269Z Checking bytecount v0.6.9
28172026-05-08T01:15:43.310Z Checking strip-ansi-escapes v0.2.1
28182026-05-08T01:15:43.324Z Compiling derive_more-impl v2.1.1
28192026-05-08T01:15:43.337Z Compiling tabled_derive v0.7.0
28202026-05-08T01:15:43.364Z Checking papergrid v0.11.0
28212026-05-08T01:15:43.385Z Checking radix_trie v0.2.1
28222026-05-08T01:15:43.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T01:15:43.572Z Compiling peg-macros v0.8.5
28242026-05-08T01:15:43.597Z Checking winnow v0.6.26
28252026-05-08T01:15:43.829Z Compiling psm v0.1.30
28262026-05-08T01:15:43.873Z Compiling sqlparser_derive v0.5.0
28272026-05-08T01:15:43.984Z Checking home v0.5.12
28282026-05-08T01:15:44.090Z Checking unicode_categories v0.1.1
28292026-05-08T01:15:44.115Z Checking derive_more v2.1.1
28302026-05-08T01:15:44.191Z Checking nu-ansi-term v0.50.3
28312026-05-08T01:15:44.241Z Checking crossterm v0.29.0
28322026-05-08T01:15:44.316Z Checking tabled v0.15.0
28332026-05-08T01:15:44.359Z Checking rustyline v14.0.0
28342026-05-08T01:15:44.395Z Checking reedline v0.40.0
28352026-05-08T01:15:44.589Z Checking recursive v0.1.1
28362026-05-08T01:15:44.647Z Checking display-error-chain v0.2.2
28372026-05-08T01:15:44.681Z Checking sqlparser v0.61.0
28382026-05-08T01:15:44.709Z Checking sqlformat v0.3.5
28392026-05-08T01:15:44.912Z Checking peg v0.8.5
28402026-05-08T01:15:55.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28412026-05-08T01:15:55.992Z
28422026-05-08T01:15:55.992Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28432026-05-08T01:15:56.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-08T01:15:56.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-08T01:15:56.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-08T01:16:00.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28472026-05-08T01:16:00.232Z
28482026-05-08T01:16:00.232Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28492026-05-08T01:16:00.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-08T01:16:00.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-08T01:16:00.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-08T01:16:03.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28532026-05-08T01:16:03.481Z
28542026-05-08T01:16:03.482Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28552026-05-08T01:16:04.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-08T01:16:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-08T01:16:04.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-08T01:16:07.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28592026-05-08T01:16:07.543Z
28602026-05-08T01:16:07.543Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28612026-05-08T01:16:08.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-08T01:16:08.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-08T01:16:08.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-08T01:16:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28652026-05-08T01:16:11.598Z
28662026-05-08T01:16:11.598Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28672026-05-08T01:16:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-08T01:16:12.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-08T01:16:12.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-05-08T01:16:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28712026-05-08T01:16:14.990Z
28722026-05-08T01:16:14.990Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28732026-05-08T01:16:15.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-08T01:16:15.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-08T01:16:15.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-05-08T01:16:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28772026-05-08T01:16:18.442Z
28782026-05-08T01:16:18.442Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28792026-05-08T01:16:18.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-08T01:16:18.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-08T01:16:19.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822026-05-08T01:16:22.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28832026-05-08T01:16:22.683Z
28842026-05-08T01:16:22.684Zinfo: running `cargo check --bins` on oximeter (93/275)
28852026-05-08T01:16:23.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-08T01:16:23.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-08T01:16:23.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-08T01:16:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-05-08T01:16:23.270Z
28902026-05-08T01:16:23.270Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
28912026-05-08T01:16:23.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-08T01:16:23.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-08T01:16:23.899Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28942026-05-08T01:16:24.056Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28952026-05-08T01:16:24.062Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28962026-05-08T01:16:24.390Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28972026-05-08T01:16:27.402Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28982026-05-08T01:16:28.603Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28992026-05-08T01:16:28.763Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29002026-05-08T01:16:29.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
29012026-05-08T01:16:29.603Z
29022026-05-08T01:16:29.603Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
29032026-05-08T01:16:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-08T01:16:30.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-08T01:16:30.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-08T01:16:30.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-05-08T01:16:30.189Z
29082026-05-08T01:16:30.190Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
29092026-05-08T01:16:30.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-08T01:16:30.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-08T01:16:30.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-08T01:16:30.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29132026-05-08T01:16:30.824Z
29142026-05-08T01:16:30.824Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
29152026-05-08T01:16:31.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-08T01:16:31.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-08T01:16:31.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-08T01:16:31.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-05-08T01:16:31.420Z
29202026-05-08T01:16:31.420Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
29212026-05-08T01:16:31.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-08T01:16:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-08T01:16:31.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-08T01:16:31.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-05-08T01:16:32.017Z
29262026-05-08T01:16:32.017Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29272026-05-08T01:16:32.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-08T01:16:32.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-08T01:16:32.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-08T01:16:32.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-05-08T01:16:32.612Z
29322026-05-08T01:16:32.612Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29332026-05-08T01:16:33.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-08T01:16:33.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-08T01:16:33.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-08T01:16:33.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372026-05-08T01:16:33.206Z
29382026-05-08T01:16:33.206Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29392026-05-08T01:16:33.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-08T01:16:33.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-08T01:16:33.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-05-08T01:16:33.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29432026-05-08T01:16:33.783Z
29442026-05-08T01:16:33.783Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29452026-05-08T01:16:34.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-05-08T01:16:34.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-05-08T01:16:34.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-05-08T01:16:34.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29492026-05-08T01:16:34.378Z
29502026-05-08T01:16:34.379Zinfo: running `cargo check --bins` on update-engine (103/275)
29512026-05-08T01:16:34.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-05-08T01:16:34.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-05-08T01:16:34.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-05-08T01:16:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29552026-05-08T01:16:34.951Z
29562026-05-08T01:16:34.951Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29572026-05-08T01:16:35.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-05-08T01:16:35.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-05-08T01:16:35.664Z Compiling crucible-workspace-hack v0.1.0
29602026-05-08T01:16:35.781Z Checking secrecy v0.10.3
29612026-05-08T01:16:35.784Z Compiling heapless v0.8.0
29622026-05-08T01:16:35.788Z Compiling ingot-macros v0.1.1
29632026-05-08T01:16:35.796Z Compiling toml_edit v0.23.10+spec-1.0.0
29642026-05-08T01:16:35.802Z Checking hash32 v0.3.1
29652026-05-08T01:16:35.819Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29662026-05-08T01:16:35.829Z Compiling smoltcp v0.11.0
29672026-05-08T01:16:35.879Z Checking cobs v0.3.0
29682026-05-08T01:16:35.924Z Compiling thiserror-impl-no-std v2.0.2
29692026-05-08T01:16:36.022Z Checking universal-hash v0.5.1
29702026-05-08T01:16:36.022Z Checking half v2.7.1
29712026-05-08T01:16:36.056Z Checking ciborium-io v0.2.2
29722026-05-08T01:16:36.140Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29732026-05-08T01:16:36.153Z Checking opaque-debug v0.3.1
29742026-05-08T01:16:36.185Z Checking postcard v1.1.3
29752026-05-08T01:16:36.220Z Checking poly1305 v0.8.0
29762026-05-08T01:16:36.285Z Checking ciborium-ll v0.2.2
29772026-05-08T01:16:36.313Z Compiling proc-macro-crate v3.4.0
29782026-05-08T01:16:36.472Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29792026-05-08T01:16:36.475Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29802026-05-08T01:16:36.530Z Checking password-hash v0.5.0
29812026-05-08T01:16:36.755Z Checking chacha20 v0.9.1
29822026-05-08T01:16:36.772Z Compiling proc-macro-crate v1.3.1
29832026-05-08T01:16:36.798Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-08T01:16:36.833Z Checking blake2 v0.10.6
29852026-05-08T01:16:36.848Z Compiling num_enum_derive v0.7.5
29862026-05-08T01:16:36.944Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29872026-05-08T01:16:37.028Z Checking aead v0.5.2
29882026-05-08T01:16:37.066Z Compiling foreign-types-macros v0.2.3
29892026-05-08T01:16:37.091Z Checking thiserror-no-std v2.0.2
29902026-05-08T01:16:37.149Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29912026-05-08T01:16:37.169Z Checking foreign-types-shared v0.3.1
29922026-05-08T01:16:37.183Z Checking cpufeatures v0.3.0
29932026-05-08T01:16:37.186Z Compiling num_enum_derive v0.5.11
29942026-05-08T01:16:37.253Z Checking chacha20 v0.10.0
29952026-05-08T01:16:37.268Z Checking vsss-rs v3.3.4
29962026-05-08T01:16:37.382Z Checking chacha20poly1305 v0.10.1
29972026-05-08T01:16:37.466Z Checking argon2 v0.5.3
29982026-05-08T01:16:37.507Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-08T01:16:37.646Z Checking foreign-types v0.5.0
30002026-05-08T01:16:37.764Z Checking ciborium v0.2.2
30012026-05-08T01:16:37.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30022026-05-08T01:16:37.886Z Checking num_enum v0.7.5
30032026-05-08T01:16:37.931Z Checking tabwriter v1.4.1
30042026-05-08T01:16:37.999Z Checking byte-wrapper v0.1.0
30052026-05-08T01:16:38.078Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-05-08T01:16:38.121Z Checking cstr-argument v0.1.2
30072026-05-08T01:16:38.197Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30082026-05-08T01:16:38.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30092026-05-08T01:16:38.234Z Checking num_enum v0.5.11
30102026-05-08T01:16:38.249Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30112026-05-08T01:16:38.347Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30122026-05-08T01:16:38.395Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132026-05-08T01:16:38.422Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30142026-05-08T01:16:38.434Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30152026-05-08T01:16:38.502Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30162026-05-08T01:16:38.577Z Checking ingot-types v0.1.2
30172026-05-08T01:16:38.580Z Checking rand v0.10.0
30182026-05-08T01:16:38.608Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30192026-05-08T01:16:38.627Z Checking colored v3.1.1
30202026-05-08T01:16:38.643Z Checking indent_write v2.2.0
30212026-05-08T01:16:38.768Z Compiling zone_cfg_derive v0.3.1
30222026-05-08T01:16:38.820Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30232026-05-08T01:16:38.909Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30242026-05-08T01:16:38.927Z Checking ingot v0.1.1
30252026-05-08T01:16:38.957Z Checking itertools v0.12.1
30262026-05-08T01:16:38.986Z Compiling num-derive v0.4.2
30272026-05-08T01:16:38.989Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-08T01:16:39.075Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30292026-05-08T01:16:39.092Z Checking swrite v0.1.0
30302026-05-08T01:16:39.182Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30312026-05-08T01:16:39.277Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30322026-05-08T01:16:39.399Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30332026-05-08T01:16:39.429Z Checking dropshot-api-manager-types v0.7.1
30342026-05-08T01:16:39.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30352026-05-08T01:16:39.503Z Checking smf v0.2.3
30362026-05-08T01:16:39.516Z Checking nanorand v0.7.0
30372026-05-08T01:16:39.592Z Checking whoami v1.6.1
30382026-05-08T01:16:39.705Z Checking flume v0.11.1
30392026-05-08T01:16:39.729Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30402026-05-08T01:16:39.882Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30412026-05-08T01:16:39.943Z Checking zone v0.3.1
30422026-05-08T01:16:40.468Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-08T01:16:41.424Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-05-08T01:16:42.300Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30452026-05-08T01:16:45.339Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30462026-05-08T01:16:47.381Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30472026-05-08T01:16:48.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
30482026-05-08T01:16:48.652Z
30492026-05-08T01:16:48.653Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30502026-05-08T01:16:49.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-08T01:16:49.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-08T01:16:49.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-08T01:16:49.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542026-05-08T01:16:49.251Z
30552026-05-08T01:16:49.251Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30562026-05-08T01:16:49.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-08T01:16:49.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-08T01:16:49.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-08T01:16:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30602026-05-08T01:16:49.841Z
30612026-05-08T01:16:49.841Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30622026-05-08T01:16:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-08T01:16:50.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-08T01:16:50.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-08T01:16:50.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30662026-05-08T01:16:50.440Z
30672026-05-08T01:16:50.440Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30682026-05-08T01:16:50.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-08T01:16:50.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-08T01:16:50.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-08T01:16:50.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-08T01:16:51.036Z
30732026-05-08T01:16:51.036Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30742026-05-08T01:16:51.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-08T01:16:51.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-08T01:16:51.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-08T01:16:51.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-05-08T01:16:51.624Z
30792026-05-08T01:16:51.624Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30802026-05-08T01:16:52.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-08T01:16:52.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-08T01:16:52.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-08T01:16:52.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-08T01:16:52.220Z
30852026-05-08T01:16:52.220Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
30862026-05-08T01:16:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-08T01:16:52.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-08T01:16:52.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-08T01:16:52.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30902026-05-08T01:16:52.816Z
30912026-05-08T01:16:52.819Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
30922026-05-08T01:16:53.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-08T01:16:53.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-08T01:16:53.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-08T01:16:53.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30962026-05-08T01:16:53.397Z
30972026-05-08T01:16:53.397Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
30982026-05-08T01:16:53.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-08T01:16:53.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-08T01:16:53.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-08T01:16:53.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31022026-05-08T01:16:53.994Z
31032026-05-08T01:16:53.995Zinfo: running `cargo check --bins` on dns-service-client (114/275)
31042026-05-08T01:16:54.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-08T01:16:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-08T01:16:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-08T01:16:54.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-08T01:16:54.586Z
31092026-05-08T01:16:54.586Zinfo: running `cargo check --bins` on installinator-client (115/275)
31102026-05-08T01:16:55.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-08T01:16:55.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-08T01:16:55.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-08T01:16:55.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31142026-05-08T01:16:55.176Z
31152026-05-08T01:16:55.176Zinfo: running `cargo check --bins` on nexus-client (116/275)
31162026-05-08T01:16:55.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-08T01:16:55.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-08T01:16:55.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-08T01:16:55.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31202026-05-08T01:16:55.804Z
31212026-05-08T01:16:55.804Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
31222026-05-08T01:16:56.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-08T01:16:56.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-08T01:16:56.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-08T01:16:56.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31262026-05-08T01:16:56.434Z
31272026-05-08T01:16:56.434Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31282026-05-08T01:16:56.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-08T01:16:56.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-08T01:16:56.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-08T01:16:56.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31322026-05-08T01:16:57.012Z
31332026-05-08T01:16:57.012Zinfo: running `cargo check --bins` on oxide-client (119/275)
31342026-05-08T01:16:57.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-08T01:16:57.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-08T01:16:57.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-08T01:16:57.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31382026-05-08T01:16:57.592Z
31392026-05-08T01:16:57.592Zinfo: running `cargo check --bins` on oximeter-client (120/275)
31402026-05-08T01:16:58.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-08T01:16:58.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-08T01:16:58.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-08T01:16:58.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31442026-05-08T01:16:58.181Z
31452026-05-08T01:16:58.181Zinfo: running `cargo check --bins` on repo-depot-client (121/275)
31462026-05-08T01:16:58.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-08T01:16:58.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-08T01:16:58.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-08T01:16:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31502026-05-08T01:16:58.756Z
31512026-05-08T01:16:58.757Zinfo: running `cargo check --bins` on sled-agent-client (122/275)
31522026-05-08T01:16:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-08T01:16:59.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-08T01:16:59.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-08T01:16:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-05-08T01:16:59.359Z
31572026-05-08T01:16:59.359Zinfo: running `cargo check --bins` on wicketd-client (123/275)
31582026-05-08T01:16:59.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T01:16:59.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T01:16:59.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T01:16:59.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31622026-05-08T01:16:59.970Z
31632026-05-08T01:16:59.970Zinfo: running `cargo check --bins` on installinator-common (124/275)
31642026-05-08T01:17:00.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T01:17:00.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T01:17:00.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T01:17:00.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31682026-05-08T01:17:00.577Z
31692026-05-08T01:17:00.577Zinfo: running `cargo check --bins` on installinator-common-versions (125/275)
31702026-05-08T01:17:01.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T01:17:01.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T01:17:01.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T01:17:01.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31742026-05-08T01:17:01.154Z
31752026-05-08T01:17:01.154Zinfo: running `cargo check --bins` on wicket-common (126/275)
31762026-05-08T01:17:01.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T01:17:01.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T01:17:01.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T01:17:01.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31802026-05-08T01:17:01.761Z
31812026-05-08T01:17:01.761Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/275)
31822026-05-08T01:17:02.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T01:17:02.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T01:17:02.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-08T01:17:02.553Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-08T01:17:02.561Z Checking csv-core v0.1.13
31872026-05-08T01:17:02.568Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-08T01:17:02.575Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-05-08T01:17:02.584Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31902026-05-08T01:17:02.596Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-05-08T01:17:02.607Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31922026-05-08T01:17:02.715Z Checking csv v1.4.0
31932026-05-08T01:17:02.733Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-08T01:17:02.779Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-05-08T01:17:02.807Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-05-08T01:17:03.043Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31972026-05-08T01:17:03.404Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-05-08T01:17:03.408Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-05-08T01:17:03.732Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-05-08T01:17:09.372Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32012026-05-08T01:17:09.895Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32022026-05-08T01:17:12.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
32032026-05-08T01:17:12.382Z
32042026-05-08T01:17:12.383Zinfo: running `cargo check --bins` on cockroach-admin-api (128/275)
32052026-05-08T01:17:12.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-08T01:17:12.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-08T01:17:12.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-08T01:17:12.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32092026-05-08T01:17:12.974Z
32102026-05-08T01:17:12.974Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/275)
32112026-05-08T01:17:13.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-08T01:17:13.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-08T01:17:13.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-05-08T01:17:13.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32152026-05-08T01:17:13.648Z
32162026-05-08T01:17:13.648Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/275)
32172026-05-08T01:17:14.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-05-08T01:17:14.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-05-08T01:17:14.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-05-08T01:17:14.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32212026-05-08T01:17:14.320Z
32222026-05-08T01:17:14.320Zinfo: running `cargo check --bins` on gateway-test-utils (131/275)
32232026-05-08T01:17:14.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-05-08T01:17:14.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-05-08T01:17:14.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-05-08T01:17:14.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32272026-05-08T01:17:14.958Z
32282026-05-08T01:17:14.958Zinfo: running `cargo check --bins` on omicron-gateway (132/275)
32292026-05-08T01:17:15.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-05-08T01:17:15.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-05-08T01:17:15.717Z Compiling regress v0.11.1
32322026-05-08T01:17:15.853Z Compiling unsafe-libyaml v0.2.11
32332026-05-08T01:17:15.866Z Compiling semver v0.1.20
32342026-05-08T01:17:15.869Z Compiling radium v0.7.0
32352026-05-08T01:17:15.893Z Compiling pin-project-internal v1.1.11
32362026-05-08T01:17:15.896Z Compiling maybe-uninit v2.0.0
32372026-05-08T01:17:15.905Z Checking tap v1.0.1
32382026-05-08T01:17:16.018Z Checking wyz v0.5.1
32392026-05-08T01:17:16.144Z Compiling rustc_version v0.1.7
32402026-05-08T01:17:16.195Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-05-08T01:17:16.214Z Checking progenitor-client v0.13.0
32422026-05-08T01:17:16.327Z Compiling snafu-derive v0.8.9
32432026-05-08T01:17:16.361Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-08T01:17:16.445Z Compiling newtype_derive v0.1.6
32452026-05-08T01:17:16.581Z Compiling zerocopy-derive v0.6.6
32462026-05-08T01:17:16.627Z Compiling cancel-safe-futures v0.1.5
32472026-05-08T01:17:16.834Z Checking crc-catalog v2.4.0
32482026-05-08T01:17:16.930Z Checking same-file v1.0.6
32492026-05-08T01:17:17.007Z Checking pin-project v1.1.11
32502026-05-08T01:17:17.053Z Compiling owo-colors v4.3.0
32512026-05-08T01:17:17.141Z Compiling packed_struct v0.10.1
32522026-05-08T01:17:17.267Z Checking typify-impl v0.6.2
32532026-05-08T01:17:17.393Z Checking funty v2.0.0
32542026-05-08T01:17:17.416Z Checking zerocopy v0.6.6
32552026-05-08T01:17:17.719Z Checking bitvec v1.0.1
32562026-05-08T01:17:17.722Z Checking walkdir v2.5.0
32572026-05-08T01:17:17.746Z Checking crc v3.4.0
32582026-05-08T01:17:17.903Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-05-08T01:17:17.919Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32602026-05-08T01:17:17.949Z Checking globset v0.4.18
32612026-05-08T01:17:18.215Z Checking olpc-cjson v0.1.4
32622026-05-08T01:17:18.260Z Checking snafu v0.8.9
32632026-05-08T01:17:18.276Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32642026-05-08T01:17:18.354Z Checking pem v3.0.6
32652026-05-08T01:17:18.440Z Compiling packed_struct_codegen v0.10.1
32662026-05-08T01:17:18.457Z Checking libsw-core v0.3.2
32672026-05-08T01:17:18.499Z Checking serde_plain v1.0.2
32682026-05-08T01:17:18.513Z Compiling bitfield-macros v0.19.4
32692026-05-08T01:17:18.526Z Compiling indexmap v1.9.3
32702026-05-08T01:17:18.599Z Checking typed-path v0.9.3
32712026-05-08T01:17:18.643Z Checking nodrop v0.1.14
32722026-05-08T01:17:18.736Z Checking array-init v0.0.4
32732026-05-08T01:17:18.749Z Checking libsw v3.5.0
32742026-05-08T01:17:18.902Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-05-08T01:17:19.015Z Checking smallvec v0.6.14
32762026-05-08T01:17:19.043Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32772026-05-08T01:17:19.223Z Checking bitfield v0.19.4
32782026-05-08T01:17:19.294Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-08T01:17:19.339Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32802026-05-08T01:17:19.357Z Checking tough v0.20.0
32812026-05-08T01:17:19.447Z Checking smawk v0.3.2
32822026-05-08T01:17:19.462Z Checking unicode-linebreak v0.1.5
32832026-05-08T01:17:19.476Z Checking linear-map v1.2.0
32842026-05-08T01:17:19.490Z Checking tagptr v0.2.0
32852026-05-08T01:17:19.576Z Checking base64 v0.21.7
32862026-05-08T01:17:19.627Z Checking hashbrown v0.12.3
32872026-05-08T01:17:19.642Z Checking moka v0.12.13
32882026-05-08T01:17:19.670Z Checking textwrap v0.16.2
32892026-05-08T01:17:19.770Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32902026-05-08T01:17:19.816Z Checking ron v0.8.1
32912026-05-08T01:17:19.882Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-05-08T01:17:20.261Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-05-08T01:17:20.344Z Checking serde-hex v0.1.0
32942026-05-08T01:17:20.348Z Checking steno v0.4.1
32952026-05-08T01:17:20.432Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32962026-05-08T01:17:20.524Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32972026-05-08T01:17:20.592Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32982026-05-08T01:17:20.674Z Checking hashbrown v0.13.2
32992026-05-08T01:17:21.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-05-08T01:17:21.094Z Checking crc-any v2.5.0
33012026-05-08T01:17:21.149Z Checking humantime v2.3.0
33022026-05-08T01:17:21.213Z Checking object v0.30.4
33032026-05-08T01:17:21.273Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33042026-05-08T01:17:21.309Z Checking hickory-resolver v0.25.2
33052026-05-08T01:17:21.328Z Checking half v1.8.3
33062026-05-08T01:17:21.332Z Checking utf-8 v0.7.6
33072026-05-08T01:17:21.433Z Checking path-slash v0.1.5
33082026-05-08T01:17:21.474Z Checking void v1.0.2
33092026-05-08T01:17:21.525Z Checking serde_cbor v0.11.2
33102026-05-08T01:17:21.539Z Checking tungstenite v0.23.0
33112026-05-08T01:17:21.577Z Checking lzss v0.8.2
33122026-05-08T01:17:21.828Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33132026-05-08T01:17:21.885Z Compiling typify-macro v0.6.2
33142026-05-08T01:17:21.900Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33152026-05-08T01:17:21.905Z Checking nix v0.27.1
33162026-05-08T01:17:21.946Z Checking kstat-rs v0.2.4
33172026-05-08T01:17:21.983Z Checking fxhash v0.2.1
33182026-05-08T01:17:22.001Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33192026-05-08T01:17:22.104Z Checking serde_bytes v0.11.19
33202026-05-08T01:17:22.126Z Checking tokio-tungstenite v0.23.1
33212026-05-08T01:17:22.139Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33222026-05-08T01:17:22.275Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-05-08T01:17:22.376Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33242026-05-08T01:17:22.406Z Checking signal-hook-tokio v0.3.1
33252026-05-08T01:17:23.272Z Compiling typify v0.6.2
33262026-05-08T01:17:23.355Z Compiling progenitor-impl v0.13.0
33272026-05-08T01:17:23.358Z Compiling progenitor-impl v0.14.0
33282026-05-08T01:17:23.439Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-08T01:17:24.341Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-05-08T01:17:24.655Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33312026-05-08T01:17:24.944Z Compiling progenitor-macro v0.14.0
33322026-05-08T01:17:24.947Z Compiling progenitor-macro v0.13.0
33332026-05-08T01:17:27.492Z Checking progenitor v0.14.0
33342026-05-08T01:17:27.568Z Checking progenitor v0.13.0
33352026-05-08T01:17:27.614Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-05-08T01:17:27.682Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33372026-05-08T01:17:30.656Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33382026-05-08T01:17:37.917Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392026-05-08T01:17:44.138Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33402026-05-08T01:17:45.480Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33412026-05-08T01:17:45.978Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33422026-05-08T01:17:48.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s
33432026-05-08T01:17:48.227Z
33442026-05-08T01:17:48.227Zinfo: running `cargo check --bins` on gateway-api (133/275)
33452026-05-08T01:17:48.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-08T01:17:48.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-08T01:17:48.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-08T01:17:48.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-05-08T01:17:48.824Z
33502026-05-08T01:17:48.824Zinfo: running `cargo check --bins` on ipcc (134/275)
33512026-05-08T01:17:49.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-08T01:17:49.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-08T01:17:49.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-08T01:17:49.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-05-08T01:17:49.416Z
33562026-05-08T01:17:49.416Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/275)
33572026-05-08T01:17:49.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-08T01:17:49.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-08T01:17:49.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-08T01:17:49.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33612026-05-08T01:17:49.993Z
33622026-05-08T01:17:49.993Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/275)
33632026-05-08T01:17:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-08T01:17:50.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-08T01:17:50.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-08T01:17:50.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-05-08T01:17:50.582Z
33682026-05-08T01:17:50.582Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/275)
33692026-05-08T01:17:51.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-08T01:17:51.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-08T01:17:51.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-08T01:17:51.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-08T01:17:51.177Z
33742026-05-08T01:17:51.177Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/275)
33752026-05-08T01:17:51.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-08T01:17:51.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-08T01:17:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-08T01:17:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-05-08T01:17:51.769Z
33802026-05-08T01:17:51.769Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/275)
33812026-05-08T01:17:52.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-08T01:17:52.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-08T01:17:52.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-08T01:17:52.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-05-08T01:17:52.362Z
33862026-05-08T01:17:52.362Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/275)
33872026-05-08T01:17:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-08T01:17:52.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-08T01:17:52.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-08T01:17:52.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-08T01:17:52.956Z
33922026-05-08T01:17:52.956Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/275)
33932026-05-08T01:17:53.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-08T01:17:53.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-08T01:17:53.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-08T01:17:53.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-05-08T01:17:53.548Z
33982026-05-08T01:17:53.548Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/275)
33992026-05-08T01:17:54.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-08T01:17:54.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-08T01:17:54.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-08T01:17:54.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-08T01:17:54.145Z
34042026-05-08T01:17:54.145Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/275)
34052026-05-08T01:17:54.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-08T01:17:54.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-08T01:17:54.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-08T01:17:54.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-08T01:17:54.747Z
34102026-05-08T01:17:54.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/275)
34112026-05-08T01:17:55.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-08T01:17:55.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-08T01:17:55.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-08T01:17:55.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-05-08T01:17:55.343Z
34162026-05-08T01:17:55.343Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/275)
34172026-05-08T01:17:55.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-08T01:17:55.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-08T01:17:55.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-08T01:17:55.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-08T01:17:55.948Z
34222026-05-08T01:17:55.948Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/275)
34232026-05-08T01:17:56.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-08T01:17:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-08T01:17:56.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-08T01:17:56.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-08T01:17:56.538Z
34282026-05-08T01:17:56.538Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/275)
34292026-05-08T01:17:57.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-08T01:17:57.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-08T01:17:57.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-08T01:17:57.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-05-08T01:17:57.134Z
34342026-05-08T01:17:57.134Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/275)
34352026-05-08T01:17:57.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-08T01:17:57.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-08T01:17:57.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-08T01:17:57.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34392026-05-08T01:17:57.731Z
34402026-05-08T01:17:57.731Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/275)
34412026-05-08T01:17:58.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-08T01:17:58.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-08T01:17:58.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-08T01:17:58.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-08T01:17:58.331Z
34462026-05-08T01:17:58.331Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/275)
34472026-05-08T01:17:58.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-08T01:17:58.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-08T01:17:58.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-08T01:17:58.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34512026-05-08T01:17:58.929Z
34522026-05-08T01:17:58.929Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/275)
34532026-05-08T01:17:59.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T01:17:59.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T01:17:59.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T01:17:59.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-05-08T01:17:59.528Z
34582026-05-08T01:17:59.528Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/275)
34592026-05-08T01:18:00.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T01:18:00.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T01:18:00.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T01:18:00.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-05-08T01:18:00.128Z
34642026-05-08T01:18:00.128Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/275)
34652026-05-08T01:18:00.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T01:18:00.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T01:18:00.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-08T01:18:00.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34692026-05-08T01:18:00.726Z
34702026-05-08T01:18:00.726Zinfo: running `cargo check --bins` on oximeter-producer (154/275)
34712026-05-08T01:18:01.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T01:18:01.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T01:18:01.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T01:18:01.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34752026-05-08T01:18:01.358Z
34762026-05-08T01:18:01.358Zinfo: running `cargo check --bins` on internal-dns-resolver (155/275)
34772026-05-08T01:18:01.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T01:18:01.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T01:18:01.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-08T01:18:01.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34812026-05-08T01:18:01.955Z
34822026-05-08T01:18:01.955Zinfo: running `cargo check --bins` on dns-server (156/275)
34832026-05-08T01:18:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-08T01:18:02.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-08T01:18:02.600Z Compiling parking_lot_core v0.8.6
34862026-05-08T01:18:02.600Z Compiling git-stub v1.0.0
34872026-05-08T01:18:02.605Z Compiling atomicwrites v0.4.4
34882026-05-08T01:18:02.605Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34892026-05-08T01:18:02.605Z Checking prefix-trie v0.7.0
34902026-05-08T01:18:02.835Z Compiling git-stub-vcs v0.1.0
34912026-05-08T01:18:03.002Z Checking hickory-server v0.25.2
34922026-05-08T01:18:03.104Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-05-08T01:18:03.135Z Checking parking_lot v0.11.2
34942026-05-08T01:18:03.174Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34952026-05-08T01:18:03.177Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34962026-05-08T01:18:03.304Z Checking sled v0.34.7
34972026-05-08T01:18:05.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34982026-05-08T01:18:05.320Z
34992026-05-08T01:18:05.320Zinfo: running `cargo check --bins` on dns-server-api (157/275)
35002026-05-08T01:18:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-08T01:18:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-08T01:18:05.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-08T01:18:05.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35042026-05-08T01:18:05.918Z
35052026-05-08T01:18:05.919Zinfo: running `cargo check --bins` on oximeter-producer-api (158/275)
35062026-05-08T01:18:06.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-08T01:18:06.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-08T01:18:06.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-08T01:18:06.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35102026-05-08T01:18:06.511Z
35112026-05-08T01:18:06.511Zinfo: running `cargo check --bins` on sp-sim (159/275)
35122026-05-08T01:18:07.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-08T01:18:07.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-08T01:18:07.231Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35152026-05-08T01:18:08.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35162026-05-08T01:18:09.186Z
35172026-05-08T01:18:09.186Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/275)
35182026-05-08T01:18:09.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-08T01:18:09.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-08T01:18:09.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-08T01:18:09.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-05-08T01:18:09.834Z
35232026-05-08T01:18:09.834Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/275)
35242026-05-08T01:18:10.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-08T01:18:10.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-08T01:18:10.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-08T01:18:10.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282026-05-08T01:18:10.496Z
35292026-05-08T01:18:10.496Zinfo: running `cargo check --bins` on db-macros (162/275)
35302026-05-08T01:18:10.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-08T01:18:10.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-08T01:18:10.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-08T01:18:10.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-05-08T01:18:11.080Z
35352026-05-08T01:18:11.080Zinfo: running `cargo check --bins` on nexus-macros-common (163/275)
35362026-05-08T01:18:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-08T01:18:11.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-08T01:18:11.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-08T01:18:11.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-05-08T01:18:11.657Z
35412026-05-08T01:18:11.657Zinfo: running `cargo check --bins` on nexus-auth (164/275)
35422026-05-08T01:18:12.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-08T01:18:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-08T01:18:12.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-08T01:18:12.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35462026-05-08T01:18:12.307Z
35472026-05-08T01:18:12.307Zinfo: running `cargo check --bins` on authz-macros (165/275)
35482026-05-08T01:18:12.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-08T01:18:12.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-08T01:18:12.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-08T01:18:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-05-08T01:18:12.889Z
35532026-05-08T01:18:12.889Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/275)
35542026-05-08T01:18:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-08T01:18:13.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-08T01:18:13.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-08T01:18:13.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35582026-05-08T01:18:13.531Z
35592026-05-08T01:18:13.531Zinfo: running `cargo check --bins` on nexus-db-model (167/275)
35602026-05-08T01:18:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-08T01:18:14.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-08T01:18:14.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-08T01:18:14.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35642026-05-08T01:18:14.175Z
35652026-05-08T01:18:14.175Zinfo: running `cargo check --bins` on nexus-db-schema (168/275)
35662026-05-08T01:18:14.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-08T01:18:14.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-08T01:18:14.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-08T01:18:14.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-05-08T01:18:14.760Z
35712026-05-08T01:18:14.760Zinfo: running `cargo check --bins` on omicron-rpaths (169/275)
35722026-05-08T01:18:15.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-08T01:18:15.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-08T01:18:15.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-08T01:18:15.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-05-08T01:18:15.342Z
35772026-05-08T01:18:15.342Zinfo: running `cargo check --bins` on nexus-defaults (170/275)
35782026-05-08T01:18:15.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-08T01:18:15.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-08T01:18:15.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-08T01:18:15.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-05-08T01:18:15.941Z
35832026-05-08T01:18:15.941Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/275)
35842026-05-08T01:18:16.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-08T01:18:16.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-08T01:18:16.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-08T01:18:16.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-05-08T01:18:16.523Z
35892026-05-08T01:18:16.523Zinfo: running `cargo check --bins` on parallel-task-set (172/275)
35902026-05-08T01:18:17.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-08T01:18:17.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-08T01:18:17.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-08T01:18:17.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35942026-05-08T01:18:17.103Z
35952026-05-08T01:18:17.103Zinfo: running `cargo check --bins` on nexus-db-errors (173/275)
35962026-05-08T01:18:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-08T01:18:17.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-08T01:18:17.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-08T01:18:17.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36002026-05-08T01:18:17.752Z
36012026-05-08T01:18:17.752Zinfo: running `cargo check --bins` on nexus-db-lookup (174/275)
36022026-05-08T01:18:18.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-08T01:18:18.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-08T01:18:18.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-08T01:18:18.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36062026-05-08T01:18:18.406Z
36072026-05-08T01:18:18.406Zinfo: running `cargo check --bins` on nexus-inventory (175/275)
36082026-05-08T01:18:18.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-08T01:18:18.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-08T01:18:18.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-08T01:18:18.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36122026-05-08T01:18:19.055Z
36132026-05-08T01:18:19.055Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/275)
36142026-05-08T01:18:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-08T01:18:19.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-08T01:18:19.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-08T01:18:19.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36182026-05-08T01:18:19.676Z
36192026-05-08T01:18:19.676Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/275)
36202026-05-08T01:18:20.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-08T01:18:20.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-08T01:18:20.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-08T01:18:20.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36242026-05-08T01:18:20.291Z
36252026-05-08T01:18:20.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/275)
36262026-05-08T01:18:20.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-08T01:18:20.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-08T01:18:20.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-05-08T01:18:20.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36302026-05-08T01:18:20.908Z
36312026-05-08T01:18:20.908Zinfo: running `cargo check --bins` on key-manager (179/275)
36322026-05-08T01:18:21.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-05-08T01:18:21.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-05-08T01:18:21.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-05-08T01:18:21.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36362026-05-08T01:18:21.511Z
36372026-05-08T01:18:21.511Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/275)
36382026-05-08T01:18:22.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-05-08T01:18:22.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-05-08T01:18:22.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-05-08T01:18:22.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36422026-05-08T01:18:22.125Z
36432026-05-08T01:18:22.125Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/275)
36442026-05-08T01:18:22.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-08T01:18:22.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-08T01:18:22.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-08T01:18:22.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36482026-05-08T01:18:22.741Z
36492026-05-08T01:18:22.741Zinfo: running `cargo check --bins` on typed-rng (182/275)
36502026-05-08T01:18:23.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-08T01:18:23.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-08T01:18:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-08T01:18:23.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-05-08T01:18:23.326Z
36552026-05-08T01:18:23.326Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/275)
36562026-05-08T01:18:23.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-08T01:18:23.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-08T01:18:24.168Z Compiling typify-impl v0.4.3
36592026-05-08T01:18:24.171Z Compiling libefi-sys v0.1.0
36602026-05-08T01:18:24.171Z Compiling bitfield-struct v0.6.2
36612026-05-08T01:18:24.321Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36622026-05-08T01:18:24.331Z Compiling xshell-macros v0.2.7
36632026-05-08T01:18:24.342Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36642026-05-08T01:18:24.359Z Compiling salty v0.3.0
36652026-05-08T01:18:24.385Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36662026-05-08T01:18:24.539Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-05-08T01:18:24.662Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36682026-05-08T01:18:24.679Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-05-08T01:18:24.692Z Checking xshell v0.2.7
36702026-05-08T01:18:24.878Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-05-08T01:18:24.898Z Checking primeorder v0.13.6
36722026-05-08T01:18:24.914Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-08T01:18:25.044Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-05-08T01:18:25.061Z Compiling proc-macro-error-attr2 v2.0.0
36752026-05-08T01:18:25.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-05-08T01:18:25.151Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36772026-05-08T01:18:25.195Z Checking tungstenite v0.21.0
36782026-05-08T01:18:25.339Z Checking p384 v0.13.1
36792026-05-08T01:18:25.381Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36802026-05-08T01:18:25.444Z Compiling proc-macro-error2 v2.0.1
36812026-05-08T01:18:25.528Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36822026-05-08T01:18:25.619Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36832026-05-08T01:18:25.750Z Compiling num-derive v0.3.3
36842026-05-08T01:18:25.767Z Compiling tabled_derive v0.11.0
36852026-05-08T01:18:25.946Z Checking tokio-tungstenite v0.21.0
36862026-05-08T01:18:26.220Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36872026-05-08T01:18:26.236Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-05-08T01:18:26.319Z Checking papergrid v0.17.0
36892026-05-08T01:18:26.608Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-08T01:18:26.624Z Checking libscf-sys v1.1.0
36912026-05-08T01:18:26.752Z Checking testing_table v0.3.0
36922026-05-08T01:18:26.851Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-05-08T01:18:26.895Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-08T01:18:26.911Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36952026-05-08T01:18:27.102Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36962026-05-08T01:18:27.134Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-05-08T01:18:27.316Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-05-08T01:18:27.334Z Compiling unicase v2.9.0
36992026-05-08T01:18:27.362Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37002026-05-08T01:18:27.379Z Checking corncobs v0.1.4
37012026-05-08T01:18:27.504Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-08T01:18:27.535Z Compiling mime_guess v2.0.5
37032026-05-08T01:18:27.575Z Checking tabled v0.20.0
37042026-05-08T01:18:27.591Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37052026-05-08T01:18:27.651Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-05-08T01:18:27.810Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-05-08T01:18:27.829Z Checking progenitor-client v0.11.2
37082026-05-08T01:18:28.037Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-05-08T01:18:28.069Z Checking secrecy v0.8.0
37102026-05-08T01:18:28.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37112026-05-08T01:18:28.099Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-05-08T01:18:28.165Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37132026-05-08T01:18:28.294Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37142026-05-08T01:18:28.553Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37152026-05-08T01:18:28.710Z Compiling typify-macro v0.4.3
37162026-05-08T01:18:28.755Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37172026-05-08T01:18:28.771Z Checking filetime v0.2.27
37182026-05-08T01:18:28.810Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37192026-05-08T01:18:28.898Z Checking xattr v1.6.1
37202026-05-08T01:18:28.988Z Checking http-range v0.1.5
37212026-05-08T01:18:29.031Z Checking crc8 v0.1.1
37222026-05-08T01:18:29.114Z Checking tar v0.4.45
37232026-05-08T01:18:29.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37242026-05-08T01:18:29.457Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-05-08T01:18:29.609Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-05-08T01:18:29.629Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37272026-05-08T01:18:29.647Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37282026-05-08T01:18:29.739Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37292026-05-08T01:18:29.997Z Checking atty v0.2.14
37302026-05-08T01:18:30.095Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37312026-05-08T01:18:30.119Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37322026-05-08T01:18:30.219Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37332026-05-08T01:18:30.381Z Compiling typify v0.4.3
37342026-05-08T01:18:30.499Z Compiling progenitor-impl v0.11.2
37352026-05-08T01:18:30.550Z Compiling progenitor-impl v0.10.0
37362026-05-08T01:18:30.813Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37372026-05-08T01:18:30.922Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37382026-05-08T01:18:31.052Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37392026-05-08T01:18:31.443Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37402026-05-08T01:18:31.891Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37412026-05-08T01:18:31.940Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37422026-05-08T01:18:31.945Z Checking hyper-staticfile v0.10.1
37432026-05-08T01:18:32.143Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37442026-05-08T01:18:32.240Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37452026-05-08T01:18:32.319Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37462026-05-08T01:18:32.411Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37472026-05-08T01:18:32.590Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37482026-05-08T01:18:32.679Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37492026-05-08T01:18:32.943Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37502026-05-08T01:18:33.015Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37512026-05-08T01:18:33.123Z Compiling progenitor-macro v0.11.2
37522026-05-08T01:18:33.152Z Compiling progenitor-macro v0.10.0
37532026-05-08T01:18:35.915Z Checking progenitor v0.11.2
37542026-05-08T01:18:36.010Z Checking progenitor v0.10.0
37552026-05-08T01:18:36.037Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37562026-05-08T01:18:36.107Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37572026-05-08T01:18:40.640Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37582026-05-08T01:18:41.744Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-08T01:18:51.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.62s
37602026-05-08T01:18:52.165Z
37612026-05-08T01:18:52.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/275)
37622026-05-08T01:18:52.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-08T01:18:52.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-08T01:18:52.943Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-08T01:19:06.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37662026-05-08T01:19:06.413Z
37672026-05-08T01:19:06.413Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/275)
37682026-05-08T01:19:06.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-08T01:19:06.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-08T01:19:06.413Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-05-08T01:19:14.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37722026-05-08T01:19:14.980Z
37732026-05-08T01:19:14.980Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/275)
37742026-05-08T01:19:15.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-08T01:19:15.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-08T01:19:15.760Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-05-08T01:19:26.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37782026-05-08T01:19:26.356Z
37792026-05-08T01:19:26.356Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/275)
37802026-05-08T01:19:26.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-08T01:19:26.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-08T01:19:27.137Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-05-08T01:19:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37842026-05-08T01:19:37.681Z
37852026-05-08T01:19:37.681Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/275)
37862026-05-08T01:19:38.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-08T01:19:38.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-08T01:19:38.455Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-05-08T01:19:48.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37902026-05-08T01:19:49.106Z
37912026-05-08T01:19:49.106Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/275)
37922026-05-08T01:19:49.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-08T01:19:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-08T01:19:49.882Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-05-08T01:20:00.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
37962026-05-08T01:20:00.431Z
37972026-05-08T01:20:00.431Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/275)
37982026-05-08T01:20:00.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-08T01:20:00.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-08T01:20:01.209Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-08T01:20:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
38022026-05-08T01:20:11.854Z
38032026-05-08T01:20:11.854Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/275)
38042026-05-08T01:20:12.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-08T01:20:12.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-08T01:20:12.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-08T01:20:12.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38082026-05-08T01:20:12.453Z
38092026-05-08T01:20:12.453Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/275)
38102026-05-08T01:20:12.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-08T01:20:12.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-08T01:20:12.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-08T01:20:12.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-05-08T01:20:13.055Z
38152026-05-08T01:20:13.055Zinfo: running `cargo check --bins` on range-requests (193/275)
38162026-05-08T01:20:13.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-08T01:20:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-08T01:20:13.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-08T01:20:13.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38202026-05-08T01:20:13.647Z
38212026-05-08T01:20:13.647Zinfo: running `cargo check --bins` on repo-depot-api (194/275)
38222026-05-08T01:20:14.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-08T01:20:14.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-08T01:20:14.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-08T01:20:14.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38262026-05-08T01:20:14.246Z
38272026-05-08T01:20:14.246Zinfo: running `cargo check --bins` on sled-agent-api (195/275)
38282026-05-08T01:20:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-08T01:20:14.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-08T01:20:14.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-08T01:20:14.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-05-08T01:20:14.863Z
38332026-05-08T01:20:14.863Zinfo: running `cargo check --bins` on sled-diagnostics (196/275)
38342026-05-08T01:20:15.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-08T01:20:15.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-08T01:20:15.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-08T01:20:15.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-05-08T01:20:15.481Z
38392026-05-08T01:20:15.482Zinfo: running `cargo check --bins` on zfs-test-harness (197/275)
38402026-05-08T01:20:15.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-08T01:20:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-08T01:20:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-08T01:20:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38442026-05-08T01:20:16.089Z
38452026-05-08T01:20:16.089Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/275)
38462026-05-08T01:20:16.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-08T01:20:16.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-08T01:20:16.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-08T01:20:16.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38502026-05-08T01:20:16.704Z
38512026-05-08T01:20:16.704Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/275)
38522026-05-08T01:20:17.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-08T01:20:17.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-08T01:20:17.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-08T01:20:17.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-05-08T01:20:17.330Z
38572026-05-08T01:20:17.330Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/275)
38582026-05-08T01:20:17.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-08T01:20:17.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-08T01:20:17.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-08T01:20:17.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-08T01:20:17.948Z
38632026-05-08T01:20:17.948Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/275)
38642026-05-08T01:20:18.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-08T01:20:18.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-08T01:20:18.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-08T01:20:18.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38682026-05-08T01:20:18.571Z
38692026-05-08T01:20:18.572Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/275)
38702026-05-08T01:20:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-08T01:20:19.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-08T01:20:19.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-08T01:20:19.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-05-08T01:20:19.203Z
38752026-05-08T01:20:19.203Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/275)
38762026-05-08T01:20:19.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-08T01:20:19.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-08T01:20:19.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-08T01:20:19.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38802026-05-08T01:20:19.826Z
38812026-05-08T01:20:19.826Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/275)
38822026-05-08T01:20:20.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-08T01:20:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-08T01:20:20.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-08T01:20:20.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38862026-05-08T01:20:20.478Z
38872026-05-08T01:20:20.478Zinfo: running `cargo check --bins` on trust-quorum (205/275)
38882026-05-08T01:20:21.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-08T01:20:21.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-08T01:20:21.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-08T01:20:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38922026-05-08T01:20:21.105Z
38932026-05-08T01:20:21.105Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/275)
38942026-05-08T01:20:21.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-08T01:20:21.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-08T01:20:21.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-08T01:20:21.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38982026-05-08T01:20:21.750Z
38992026-05-08T01:20:21.750Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/275)
39002026-05-08T01:20:22.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-08T01:20:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-08T01:20:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-08T01:20:22.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39042026-05-08T01:20:22.408Z
39052026-05-08T01:20:22.408Zinfo: running `cargo check --bins` on update-common (208/275)
39062026-05-08T01:20:22.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-08T01:20:22.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-08T01:20:22.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-08T01:20:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39102026-05-08T01:20:23.017Z
39112026-05-08T01:20:23.017Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/275)
39122026-05-08T01:20:23.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-08T01:20:23.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-08T01:20:23.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-08T01:20:23.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39162026-05-08T01:20:23.673Z
39172026-05-08T01:20:23.674Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/275)
39182026-05-08T01:20:24.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-08T01:20:24.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-08T01:20:24.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-08T01:20:24.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39222026-05-08T01:20:24.255Z
39232026-05-08T01:20:24.255Zinfo: running `cargo check --bins` on reconfigurator-cli (211/275)
39242026-05-08T01:20:24.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-08T01:20:24.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-08T01:20:25.025Z Compiling fs-err v2.11.0
39272026-05-08T01:20:25.028Z Checking ignore v0.4.25
39282026-05-08T01:20:25.028Z Checking arc-swap v1.8.2
39292026-05-08T01:20:25.028Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39302026-05-08T01:20:25.146Z Checking predicates-tree v1.0.13
39312026-05-08T01:20:25.168Z Checking parse-size v1.1.0
39322026-05-08T01:20:25.191Z Checking rand_seeder v0.4.0
39332026-05-08T01:20:25.194Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39342026-05-08T01:20:25.256Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39352026-05-08T01:20:25.291Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39362026-05-08T01:20:25.329Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39372026-05-08T01:20:25.406Z Checking slog-scope v4.4.1
39382026-05-08T01:20:25.458Z Compiling petname v2.0.2
39392026-05-08T01:20:25.475Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39402026-05-08T01:20:25.525Z Checking globwalk v0.9.1
39412026-05-08T01:20:25.547Z Checking slog-stdlog v4.1.1
39422026-05-08T01:20:25.593Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39432026-05-08T01:20:25.671Z Checking slog-envlogger v2.2.0
39442026-05-08T01:20:25.700Z Checking camino-tempfile-ext v0.3.3
39452026-05-08T01:20:25.716Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39462026-05-08T01:20:25.817Z Checking sapling-renderdag v0.1.0
39472026-05-08T01:20:25.879Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39482026-05-08T01:20:25.893Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39492026-05-08T01:20:26.050Z Checking subprocess v0.2.15
39502026-05-08T01:20:26.078Z Checking sync-ptr v0.1.4
39512026-05-08T01:20:26.113Z Checking colored v2.2.0
39522026-05-08T01:20:26.194Z Checking assert_matches v1.5.0
39532026-05-08T01:20:26.327Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39542026-05-08T01:20:26.343Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39552026-05-08T01:20:26.390Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39562026-05-08T01:20:26.394Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39572026-05-08T01:20:27.011Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39582026-05-08T01:20:28.321Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39592026-05-08T01:20:30.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39602026-05-08T01:20:30.718Z
39612026-05-08T01:20:30.718Zinfo: running `cargo check --bins` on omicron-repl-utils (212/275)
39622026-05-08T01:20:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-08T01:20:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-08T01:20:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-08T01:20:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39662026-05-08T01:20:31.312Z
39672026-05-08T01:20:31.312Zinfo: running `cargo check --bins` on transient-dns-server (213/275)
39682026-05-08T01:20:31.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-08T01:20:31.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-08T01:20:31.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-08T01:20:31.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39722026-05-08T01:20:31.923Z
39732026-05-08T01:20:31.923Zinfo: running `cargo check --bins` on nexus-test-interface (214/275)
39742026-05-08T01:20:32.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-08T01:20:32.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-08T01:20:32.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-08T01:20:32.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39782026-05-08T01:20:32.584Z
39792026-05-08T01:20:32.584Zinfo: running `cargo check --bins` on oximeter-collector (215/275)
39802026-05-08T01:20:33.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-08T01:20:33.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-08T01:20:33.308Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39832026-05-08T01:20:33.309Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39842026-05-08T01:20:33.947Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39852026-05-08T01:20:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39862026-05-08T01:20:35.708Z
39872026-05-08T01:20:35.708Zinfo: running `cargo check --bins` on oximeter-api (216/275)
39882026-05-08T01:20:36.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-08T01:20:36.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-08T01:20:36.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-05-08T01:20:36.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39922026-05-08T01:20:36.306Z
39932026-05-08T01:20:36.306Zinfo: running `cargo check --bins` on cert-dev (217/275)
39942026-05-08T01:20:36.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-08T01:20:36.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-08T01:20:36.913Z Checking yasna v0.5.2
39972026-05-08T01:20:37.314Z Checking rcgen v0.12.1
39982026-05-08T01:20:37.566Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39992026-05-08T01:20:37.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40002026-05-08T01:20:37.928Z
40012026-05-08T01:20:37.928Zinfo: running `cargo check --bins` on clickana (218/275)
40022026-05-08T01:20:38.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-05-08T01:20:38.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-05-08T01:20:38.567Z Compiling darling_core v0.23.0
40052026-05-08T01:20:38.570Z Compiling instability v0.3.11
40062026-05-08T01:20:38.681Z Checking castaway v0.2.4
40072026-05-08T01:20:38.684Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40082026-05-08T01:20:38.688Z Compiling indoc v2.0.7
40092026-05-08T01:20:38.702Z Checking unicode-truncate v1.1.0
40102026-05-08T01:20:38.705Z Checking lru v0.12.5
40112026-05-08T01:20:38.705Z Checking cassowary v0.3.0
40122026-05-08T01:20:38.770Z Checking compact_str v0.8.1
40132026-05-08T01:20:39.699Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40142026-05-08T01:20:39.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40152026-05-08T01:20:40.072Z Compiling darling_macro v0.23.0
40162026-05-08T01:20:40.477Z Compiling darling v0.23.0
40172026-05-08T01:20:41.077Z Checking ratatui v0.29.0
40182026-05-08T01:20:42.117Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40192026-05-08T01:20:42.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
40202026-05-08T01:20:42.967Z
40212026-05-08T01:20:42.967Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/275)
40222026-05-08T01:20:43.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-08T01:20:43.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-08T01:20:43.688Z Checking headers-core v0.3.0
40252026-05-08T01:20:43.688Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40262026-05-08T01:20:43.883Z Checking headers v0.4.1
40272026-05-08T01:20:44.247Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40282026-05-08T01:20:45.085Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40292026-05-08T01:20:45.571Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40302026-05-08T01:20:45.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40312026-05-08T01:20:46.180Z
40322026-05-08T01:20:46.180Zinfo: running `cargo check --bins` on ch-dev (220/275)
40332026-05-08T01:20:46.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-08T01:20:46.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-08T01:20:46.899Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40362026-05-08T01:20:47.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40372026-05-08T01:20:47.833Z
40382026-05-08T01:20:47.833Zinfo: running `cargo check --bins` on dev-tools-common (221/275)
40392026-05-08T01:20:48.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-08T01:20:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-08T01:20:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-05-08T01:20:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40432026-05-08T01:20:48.303Z
40442026-05-08T01:20:48.303Zinfo: running `cargo check --bins` on crdb-seed (222/275)
40452026-05-08T01:20:48.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-05-08T01:20:48.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-05-08T01:20:49.025Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40482026-05-08T01:20:50.010Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40492026-05-08T01:20:50.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40502026-05-08T01:20:50.565Z
40512026-05-08T01:20:50.565Zinfo: running `cargo check --bins` on db-dev (223/275)
40522026-05-08T01:20:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-08T01:20:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-08T01:20:51.286Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40552026-05-08T01:20:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40562026-05-08T01:20:52.254Z
40572026-05-08T01:20:52.254Zinfo: running `cargo check --bins` on omicron-dev-lib (224/275)
40582026-05-08T01:20:52.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-08T01:20:52.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-08T01:20:52.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-05-08T01:20:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40622026-05-08T01:20:52.901Z
40632026-05-08T01:20:52.901Zinfo: running `cargo check --bins` on xtask-downloader (225/275)
40642026-05-08T01:20:53.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-08T01:20:53.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-08T01:20:53.508Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40672026-05-08T01:20:54.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40682026-05-08T01:20:54.370Z
40692026-05-08T01:20:54.370Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/275)
40702026-05-08T01:20:54.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-08T01:20:54.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-08T01:20:55.121Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40732026-05-08T01:20:55.121Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40742026-05-08T01:20:55.121Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40752026-05-08T01:20:55.124Z Checking git-stub v1.0.0
40762026-05-08T01:20:55.124Z Compiling trait-variant v0.1.2
40772026-05-08T01:20:55.124Z Checking is_ci v1.2.0
40782026-05-08T01:20:55.124Z Checking maplit v1.0.2
40792026-05-08T01:20:55.256Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40802026-05-08T01:20:55.314Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40812026-05-08T01:20:55.337Z Checking supports-color v3.0.2
40822026-05-08T01:20:55.404Z Checking git-stub-vcs v0.1.0
40832026-05-08T01:20:55.470Z Checking drift v0.1.3
40842026-05-08T01:20:55.482Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40852026-05-08T01:20:55.501Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40862026-05-08T01:20:55.596Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40872026-05-08T01:20:55.672Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40882026-05-08T01:20:55.746Z Checking dropshot-api-manager v0.7.1
40892026-05-08T01:20:55.760Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40902026-05-08T01:20:55.785Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40912026-05-08T01:20:55.973Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40922026-05-08T01:20:56.002Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40932026-05-08T01:20:56.210Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40942026-05-08T01:20:56.494Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40952026-05-08T01:21:01.386Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40962026-05-08T01:21:02.471Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40972026-05-08T01:21:03.037Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40982026-05-08T01:21:03.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40992026-05-08T01:21:03.667Z
41002026-05-08T01:21:03.667Zinfo: running `cargo check --bins` on installinator-api (227/275)
41012026-05-08T01:21:04.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-08T01:21:04.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-08T01:21:04.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-08T01:21:04.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-05-08T01:21:04.270Z
41062026-05-08T01:21:04.270Zinfo: running `cargo check --bins` on nexus-external-api (228/275)
41072026-05-08T01:21:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-08T01:21:04.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-08T01:21:04.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-08T01:21:04.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41112026-05-08T01:21:04.914Z
41122026-05-08T01:21:04.914Zinfo: running `cargo check --bins` on nexus-internal-api (229/275)
41132026-05-08T01:21:05.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T01:21:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T01:21:05.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-08T01:21:05.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41172026-05-08T01:21:05.555Z
41182026-05-08T01:21:05.555Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/275)
41192026-05-08T01:21:06.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-08T01:21:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-08T01:21:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-08T01:21:06.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41232026-05-08T01:21:06.199Z
41242026-05-08T01:21:06.199Zinfo: running `cargo check --bins` on ntp-admin-api (231/275)
41252026-05-08T01:21:06.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-08T01:21:06.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-08T01:21:06.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-08T01:21:06.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41292026-05-08T01:21:06.798Z
41302026-05-08T01:21:06.798Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/275)
41312026-05-08T01:21:07.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-08T01:21:07.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-08T01:21:07.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-05-08T01:21:07.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41352026-05-08T01:21:07.386Z
41362026-05-08T01:21:07.386Zinfo: running `cargo check --bins` on wicketd-api (233/275)
41372026-05-08T01:21:07.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-08T01:21:07.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-08T01:21:07.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-05-08T01:21:07.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-05-08T01:21:08.004Z
41422026-05-08T01:21:08.004Zinfo: running `cargo check --bins` on omicron-ls-apis (234/275)
41432026-05-08T01:21:08.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-08T01:21:08.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-08T01:21:08.616Z Checking typeid v1.0.3
41462026-05-08T01:21:08.725Z Checking ordered-float v2.10.1
41472026-05-08T01:21:08.743Z Checking unicode-xid v0.2.6
41482026-05-08T01:21:08.756Z Checking cargo-platform v0.2.0
41492026-05-08T01:21:08.766Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41502026-05-08T01:21:08.793Z Checking erased-serde v0.4.9
41512026-05-08T01:21:08.930Z Checking serde-value v0.7.0
41522026-05-08T01:21:09.103Z Checking serde-untagged v0.1.9
41532026-05-08T01:21:09.255Z Checking cargo-util-schemas v0.8.2
41542026-05-08T01:21:09.937Z Checking cargo_metadata v0.21.0
41552026-05-08T01:21:10.531Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41562026-05-08T01:21:11.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41572026-05-08T01:21:11.380Z
41582026-05-08T01:21:11.380Zinfo: running `cargo check --bins` on mgs-dev (235/275)
41592026-05-08T01:21:11.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-05-08T01:21:11.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-05-08T01:21:12.123Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41622026-05-08T01:21:12.734Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41632026-05-08T01:21:13.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41642026-05-08T01:21:13.437Z
41652026-05-08T01:21:13.437Zinfo: running `cargo check --bins` on omicron-omdb (236/275)
41662026-05-08T01:21:14.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-05-08T01:21:14.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-05-08T01:21:14.316Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41692026-05-08T01:21:14.316Z Compiling vergen-gitcl v1.0.8
41702026-05-08T01:21:14.316Z Compiling dirs-sys-next v0.1.2
41712026-05-08T01:21:14.316Z Compiling diesel_derives v2.3.7
41722026-05-08T01:21:14.316Z Compiling crunchy v0.2.4
41732026-05-08T01:21:14.319Z Compiling glob v0.3.3
41742026-05-08T01:21:14.319Z Compiling dsl_auto_type v0.2.0
41752026-05-08T01:21:14.443Z Checking scheduled-thread-pool v0.2.7
41762026-05-08T01:21:14.640Z Compiling dirs-next v2.0.0
41772026-05-08T01:21:14.655Z Compiling diesel_table_macro_syntax v0.3.0
41782026-05-08T01:21:14.672Z Compiling tiny-keccak v2.0.2
41792026-05-08T01:21:14.766Z Compiling term v0.7.0
41802026-05-08T01:21:14.836Z Compiling clang-sys v1.8.1
41812026-05-08T01:21:14.866Z Checking r2d2 v0.8.10
41822026-05-08T01:21:14.881Z Compiling bit-vec v0.6.3
41832026-05-08T01:21:14.895Z Checking downcast-rs v2.0.2
41842026-05-08T01:21:15.046Z Compiling bit-set v0.5.3
41852026-05-08T01:21:15.099Z Compiling ascii-canvas v3.0.0
41862026-05-08T01:21:15.200Z Compiling itertools v0.10.5
41872026-05-08T01:21:15.219Z Compiling ena v0.14.4
41882026-05-08T01:21:15.267Z Compiling libloading v0.8.9
41892026-05-08T01:21:15.339Z Compiling regex-syntax v0.6.29
41902026-05-08T01:21:15.355Z Compiling diff v0.1.13
41912026-05-08T01:21:15.392Z Compiling bindgen v0.71.1
41922026-05-08T01:21:15.477Z Compiling cexpr v0.6.0
41932026-05-08T01:21:15.612Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41942026-05-08T01:21:15.802Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41952026-05-08T01:21:15.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41962026-05-08T01:21:15.959Z Compiling libxml v0.3.3
41972026-05-08T01:21:16.140Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41982026-05-08T01:21:16.209Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41992026-05-08T01:21:16.224Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42002026-05-08T01:21:16.411Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42012026-05-08T01:21:16.445Z Compiling strum_macros v0.24.3
42022026-05-08T01:21:16.499Z Compiling indoc v1.0.9
42032026-05-08T01:21:16.672Z Compiling lalrpop v0.19.12
42042026-05-08T01:21:17.476Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42052026-05-08T01:21:17.669Z Checking derive_builder v0.20.2
42062026-05-08T01:21:17.772Z Compiling oso-derive v0.27.3
42072026-05-08T01:21:17.823Z Checking quick-xml v0.37.5
42082026-05-08T01:21:18.065Z Compiling impl-trait-for-tuples v0.2.3
42092026-05-08T01:21:18.287Z Checking openssl-probe v0.1.6
42102026-05-08T01:21:18.430Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42112026-05-08T01:21:18.726Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42122026-05-08T01:21:18.916Z Checking bb8 v0.8.6
42132026-05-08T01:21:19.138Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42142026-05-08T01:21:19.161Z Checking nonempty v0.12.0
42152026-05-08T01:21:19.196Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42162026-05-08T01:21:19.323Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42172026-05-08T01:21:19.363Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42182026-05-08T01:21:19.402Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42192026-05-08T01:21:19.533Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42202026-05-08T01:21:19.574Z Checking console v0.16.2
42212026-05-08T01:21:19.613Z Checking unit-prefix v0.5.2
42222026-05-08T01:21:19.640Z Checking support-bundle-viewer v0.1.2
42232026-05-08T01:21:19.745Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42242026-05-08T01:21:19.877Z Checking indicatif v0.18.4
42252026-05-08T01:21:19.881Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42262026-05-08T01:21:20.153Z Checking multimap v0.10.1
42272026-05-08T01:21:20.317Z Checking diesel v2.3.7
42282026-05-08T01:21:22.095Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42292026-05-08T01:21:22.334Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42302026-05-08T01:21:22.390Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42312026-05-08T01:21:22.707Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42322026-05-08T01:21:22.933Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42332026-05-08T01:21:23.814Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42342026-05-08T01:21:24.091Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42352026-05-08T01:21:24.751Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42362026-05-08T01:21:26.772Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42372026-05-08T01:21:30.982Z Compiling samael v0.0.19
42382026-05-08T01:21:35.410Z Checking async-bb8-diesel v0.2.1
42392026-05-08T01:21:35.759Z Checking diesel-dtrace v0.5.0
42402026-05-08T01:21:37.391Z Compiling polar-core v0.27.3
42412026-05-08T01:21:41.770Z Checking oso v0.27.3
42422026-05-08T01:22:17.724Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42432026-05-08T01:22:51.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42442026-05-08T01:22:52.187Z
42452026-05-08T01:22:52.187Zinfo: running `cargo check --bins` on nexus-networking (237/275)
42462026-05-08T01:22:52.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-08T01:22:52.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-08T01:22:52.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-08T01:22:52.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42502026-05-08T01:22:52.852Z
42512026-05-08T01:22:52.852Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (238/275)
42522026-05-08T01:22:53.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-08T01:22:53.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-08T01:22:53.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-08T01:22:53.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42562026-05-08T01:22:53.501Z
42572026-05-08T01:22:53.501Zinfo: running `cargo check --bins` on nexus-saga-recovery (239/275)
42582026-05-08T01:22:54.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-08T01:22:54.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-08T01:22:54.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-08T01:22:54.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42622026-05-08T01:22:54.160Z
42632026-05-08T01:22:54.160Zinfo: running `cargo check --bins` on nexus-test-utils-macros (240/275)
42642026-05-08T01:22:54.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-08T01:22:54.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-08T01:22:54.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-08T01:22:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42682026-05-08T01:22:54.746Z
42692026-05-08T01:22:54.747Zinfo: running `cargo check --bins` on support-bundle-collection (241/275)
42702026-05-08T01:22:55.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-08T01:22:55.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-08T01:22:55.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-05-08T01:22:55.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42742026-05-08T01:22:55.407Z
42752026-05-08T01:22:55.407Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/275)
42762026-05-08T01:22:55.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-05-08T01:22:55.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-05-08T01:22:56.277Z Compiling libz-sys v1.1.24
42792026-05-08T01:22:56.407Z Compiling libgit2-sys v0.18.3+1.9.2
42802026-05-08T01:22:56.418Z Compiling vergen-git2 v1.0.7
42812026-05-08T01:22:56.452Z Compiling rustls v0.21.12
42822026-05-08T01:22:56.456Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42832026-05-08T01:22:56.456Z Checking rustls-webpki v0.101.7
42842026-05-08T01:22:56.456Z Checking sct v0.7.1
42852026-05-08T01:22:56.456Z Compiling nix v0.29.0
42862026-05-08T01:22:56.606Z Compiling dropshot v0.16.7
42872026-05-08T01:22:56.624Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42882026-05-08T01:22:56.660Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42892026-05-08T01:22:56.794Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42902026-05-08T01:22:56.853Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42912026-05-08T01:22:56.894Z Checking toml v0.9.12+spec-1.1.0
42922026-05-08T01:22:56.908Z Compiling dropshot_endpoint v0.16.7
42932026-05-08T01:22:57.048Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42942026-05-08T01:22:57.067Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42952026-05-08T01:22:57.159Z Checking rustls-pemfile v1.0.4
42962026-05-08T01:22:57.294Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42972026-05-08T01:22:57.416Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42982026-05-08T01:22:57.455Z Checking twox-hash v2.1.2
42992026-05-08T01:22:57.668Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43002026-05-08T01:22:58.160Z Checking tokio-rustls v0.24.1
43012026-05-08T01:22:58.208Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43022026-05-08T01:22:58.360Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43032026-05-08T01:22:58.796Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43042026-05-08T01:22:59.044Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43052026-05-08T01:22:59.295Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43062026-05-08T01:22:59.338Z Checking fatfs v0.3.6
43072026-05-08T01:22:59.341Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43082026-05-08T01:22:59.440Z Compiling seq-macro v0.3.6
43092026-05-08T01:23:03.218Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43102026-05-08T01:23:03.343Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43112026-05-08T01:23:03.479Z Compiling git2 v0.20.4
43122026-05-08T01:23:05.672Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43132026-05-08T01:23:51.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.42s
43142026-05-08T01:23:52.062Z
43152026-05-08T01:23:52.062Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/275)
43162026-05-08T01:23:52.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-08T01:23:52.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-08T01:23:52.957Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43192026-05-08T01:24:30.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.73s
43202026-05-08T01:24:31.096Z
43212026-05-08T01:24:31.096Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/275)
43222026-05-08T01:24:31.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-08T01:24:31.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-08T01:24:31.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-08T01:24:31.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43262026-05-08T01:24:31.685Z
43272026-05-08T01:24:31.685Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/275)
43282026-05-08T01:24:32.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-08T01:24:32.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-08T01:24:32.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-08T01:24:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43322026-05-08T01:24:32.276Z
43332026-05-08T01:24:32.276Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/275)
43342026-05-08T01:24:32.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-08T01:24:32.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-08T01:24:32.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-08T01:24:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-05-08T01:24:32.913Z
43392026-05-08T01:24:32.913Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/275)
43402026-05-08T01:24:33.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-08T01:24:33.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-08T01:24:33.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-08T01:24:33.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43442026-05-08T01:24:33.568Z
43452026-05-08T01:24:33.568Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/275)
43462026-05-08T01:24:34.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-08T01:24:34.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-08T01:24:34.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-08T01:24:34.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43502026-05-08T01:24:34.216Z
43512026-05-08T01:24:34.216Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (249/275)
43522026-05-08T01:24:34.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-08T01:24:34.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-08T01:24:34.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-05-08T01:24:34.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43562026-05-08T01:24:34.873Z
43572026-05-08T01:24:34.873Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (250/275)
43582026-05-08T01:24:35.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-08T01:24:35.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-08T01:24:35.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-05-08T01:24:35.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43622026-05-08T01:24:35.537Z
43632026-05-08T01:24:35.538Zinfo: running `cargo check --bins` on omicron-dev (251/275)
43642026-05-08T01:24:36.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-05-08T01:24:36.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-05-08T01:24:36.441Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43672026-05-08T01:24:36.445Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43682026-05-08T01:24:36.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43692026-05-08T01:24:36.656Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43702026-05-08T01:24:36.677Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43712026-05-08T01:24:36.680Z Checking diff v0.1.13
43722026-05-08T01:24:36.680Z Checking yansi v1.0.1
43732026-05-08T01:24:36.709Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43742026-05-08T01:24:36.767Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43752026-05-08T01:24:36.960Z Checking pretty_assertions v1.4.1
43762026-05-08T01:24:37.585Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43772026-05-08T01:24:37.918Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43782026-05-08T01:25:00.855Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43792026-05-08T01:25:00.882Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43802026-05-08T01:25:00.882Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43812026-05-08T01:25:00.882Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43822026-05-08T01:25:00.882Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43832026-05-08T01:25:00.882Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43842026-05-08T01:25:01.641Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-08T01:25:01.652Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43862026-05-08T01:25:02.836Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43872026-05-08T01:25:40.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43882026-05-08T01:25:40.494Z
43892026-05-08T01:25:40.495Zinfo: running `cargo check --bins` on omicron-pins (252/275)
43902026-05-08T01:25:40.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-08T01:25:40.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-08T01:25:40.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-05-08T01:25:40.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43942026-05-08T01:25:41.075Z
43952026-05-08T01:25:41.075Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (253/275)
43962026-05-08T01:25:41.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-08T01:25:41.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-08T01:25:41.844Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43992026-05-08T01:25:41.949Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44002026-05-08T01:25:41.960Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44012026-05-08T01:26:07.552Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44022026-05-08T01:26:07.938Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44032026-05-08T01:26:09.622Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44042026-05-08T01:26:10.078Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44052026-05-08T01:26:13.005Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44062026-05-08T01:26:35.313Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44072026-05-08T01:26:36.015Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44082026-05-08T01:26:37.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s
44092026-05-08T01:26:37.827Z
44102026-05-08T01:26:37.827Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (254/275)
44112026-05-08T01:26:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-08T01:26:38.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-08T01:26:38.545Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44142026-05-08T01:26:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44152026-05-08T01:26:39.415Z
44162026-05-08T01:26:39.415Zinfo: running `cargo check --bins` on omicron-releng (255/275)
44172026-05-08T01:26:39.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-08T01:26:39.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-08T01:26:40.073Z Compiling blake3 v1.8.3
44202026-05-08T01:26:40.180Z Checking arrayvec v0.7.6
44212026-05-08T01:26:40.183Z Checking arrayref v0.3.9
44222026-05-08T01:26:40.183Z Checking constant_time_eq v0.4.2
44232026-05-08T01:26:40.199Z Checking topological-sort v0.2.2
44242026-05-08T01:26:40.202Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44252026-05-08T01:26:40.202Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44262026-05-08T01:26:40.202Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44272026-05-08T01:26:40.240Z Checking shell-words v1.1.1
44282026-05-08T01:26:41.050Z Checking omicron-zone-package v0.12.2
44292026-05-08T01:26:41.754Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44302026-05-08T01:26:42.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
44312026-05-08T01:26:42.752Z
44322026-05-08T01:26:42.752Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (256/275)
44332026-05-08T01:26:43.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-05-08T01:26:43.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-05-08T01:26:43.392Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44362026-05-08T01:26:43.709Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44372026-05-08T01:26:44.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44382026-05-08T01:26:44.290Z
44392026-05-08T01:26:44.290Zinfo: running `cargo check --bins` on schema (257/275)
44402026-05-08T01:26:44.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-08T01:26:44.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-08T01:26:45.013Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44432026-05-08T01:26:45.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44442026-05-08T01:26:45.912Z
44452026-05-08T01:26:45.912Zinfo: running `cargo check --bins` on xtask (258/275)
44462026-05-08T01:26:46.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-08T01:26:46.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-08T01:26:46.374Z Checking libc v0.2.185
44492026-05-08T01:26:46.454Z Checking serde v1.0.228
44502026-05-08T01:26:46.461Z Checking zerofrom v0.1.6
44512026-05-08T01:26:46.464Z Checking bitflags v2.11.0
44522026-05-08T01:26:46.470Z Checking smallvec v1.15.1
44532026-05-08T01:26:46.476Z Checking indexmap v2.14.0
44542026-05-08T01:26:46.485Z Checking serde_json v1.0.149
44552026-05-08T01:26:46.489Z Checking scroll v0.12.0
44562026-05-08T01:26:46.557Z Checking yoke v0.8.1
44572026-05-08T01:26:46.610Z Checking num-traits v0.2.19
44582026-05-08T01:26:46.638Z Checking thiserror v1.0.69
44592026-05-08T01:26:46.712Z Checking log v0.4.29
44602026-05-08T01:26:46.723Z Checking zerovec v0.11.5
44612026-05-08T01:26:46.734Z Checking zerotrie v0.2.3
44622026-05-08T01:26:46.745Z Checking errno v0.3.14
44632026-05-08T01:26:46.834Z Checking toml_datetime v0.6.11
44642026-05-08T01:26:46.855Z Checking serde_spanned v0.6.9
44652026-05-08T01:26:46.858Z Checking rustix v1.1.3
44662026-05-08T01:26:46.965Z Checking percent-encoding v2.3.2
44672026-05-08T01:26:46.979Z Checking goblin v0.8.2
44682026-05-08T01:26:46.996Z Checking zerocopy v0.7.35
44692026-05-08T01:26:47.012Z Checking toml_edit v0.22.27
44702026-05-08T01:26:47.076Z Checking getrandom v0.4.1
44712026-05-08T01:26:47.100Z Checking form_urlencoded v1.2.2
44722026-05-08T01:26:47.130Z Checking ordered-float v2.10.1
44732026-05-08T01:26:47.146Z Checking tinystr v0.8.2
44742026-05-08T01:26:47.207Z Checking potential_utf v0.1.4
44752026-05-08T01:26:47.224Z Checking thiserror v2.0.18
44762026-05-08T01:26:47.322Z Checking icu_locale_core v2.1.1
44772026-05-08T01:26:47.322Z Checking syn v2.0.117
44782026-05-08T01:26:47.343Z Checking icu_collections v2.1.1
44792026-05-08T01:26:47.351Z Checking serde-value v0.7.0
44802026-05-08T01:26:47.477Z Checking dtrace-parser v0.2.0
44812026-05-08T01:26:47.549Z Checking thread-id v4.2.2
44822026-05-08T01:26:47.631Z Checking once_cell v1.21.3
44832026-05-08T01:26:47.644Z Checking cargo-platform v0.2.0
44842026-05-08T01:26:47.663Z Checking terminal_size v0.4.3
44852026-05-08T01:26:47.712Z Checking memmap v0.7.0
44862026-05-08T01:26:47.795Z Checking clap_builder v4.5.60
44872026-05-08T01:26:47.808Z Checking tempfile v3.25.0
44882026-05-08T01:26:47.818Z Checking textwrap v0.16.2
44892026-05-08T01:26:47.839Z Checking fs-err v3.3.0
44902026-05-08T01:26:47.873Z Checking icu_provider v2.1.1
44912026-05-08T01:26:47.995Z Checking camino-tempfile v1.4.1
44922026-05-08T01:26:48.016Z Checking anyhow v1.0.102
44932026-05-08T01:26:48.019Z Checking tabled v0.15.0
44942026-05-08T01:26:48.101Z Checking toml v0.8.23
44952026-05-08T01:26:48.112Z Checking icu_normalizer v2.1.1
44962026-05-08T01:26:48.144Z Checking icu_properties v2.1.2
44972026-05-08T01:26:48.219Z Checking macaddr v1.0.1
44982026-05-08T01:26:48.398Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44992026-05-08T01:26:48.413Z Checking cargo_toml v0.21.0
45002026-05-08T01:26:48.857Z Checking dof v0.3.0
45012026-05-08T01:26:48.938Z Checking idna_adapter v1.2.1
45022026-05-08T01:26:48.987Z Checking clap v4.5.60
45032026-05-08T01:26:49.060Z Checking idna v1.1.0
45042026-05-08T01:26:49.127Z Checking usdt-impl v0.5.0
45052026-05-08T01:26:49.272Z Checking url v2.5.8
45062026-05-08T01:26:49.374Z Checking usdt v0.5.0
45072026-05-08T01:26:49.605Z Checking cargo-util-schemas v0.8.2
45082026-05-08T01:26:50.296Z Checking cargo_metadata v0.21.0
45092026-05-08T01:26:50.893Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45102026-05-08T01:26:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
45112026-05-08T01:26:51.423Z
45122026-05-08T01:26:51.423Zinfo: running `cargo check --bins` on dnsadm (259/275)
45132026-05-08T01:26:51.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-05-08T01:26:51.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-05-08T01:26:52.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45162026-05-08T01:26:52.535Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45172026-05-08T01:26:52.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45182026-05-08T01:26:53.119Z
45192026-05-08T01:26:53.119Zinfo: running `cargo check --bins` on end-to-end-tests (260/275)
45202026-05-08T01:26:53.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-05-08T01:26:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-05-08T01:26:53.920Z Checking polyval v0.6.2
45232026-05-08T01:26:54.043Z Checking ctr v0.9.2
45242026-05-08T01:26:54.054Z Checking ssh-encoding v0.2.0
45252026-05-08T01:26:54.057Z Checking blowfish v0.9.1
45262026-05-08T01:26:54.074Z Checking password-hash v0.4.2
45272026-05-08T01:26:54.088Z Checking p256 v0.13.2
45282026-05-08T01:26:54.088Z Checking p521 v0.13.3
45292026-05-08T01:26:54.115Z Checking russh-cryptovec v0.7.3
45302026-05-08T01:26:54.185Z Checking ghash v0.5.1
45312026-05-08T01:26:54.188Z Checking md5 v0.7.0
45322026-05-08T01:26:54.213Z Checking bcrypt-pbkdf v0.10.0
45332026-05-08T01:26:54.228Z Checking num-bigint v0.4.6
45342026-05-08T01:26:54.243Z Checking des v0.8.1
45352026-05-08T01:26:54.283Z Checking pbkdf2 v0.11.0
45362026-05-08T01:26:54.298Z Checking aes-gcm v0.10.3
45372026-05-08T01:26:54.331Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45382026-05-08T01:26:54.359Z Checking hex-literal v0.4.1
45392026-05-08T01:26:54.363Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45402026-05-08T01:26:54.397Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45412026-05-08T01:26:54.474Z Checking socket2 v0.5.10
45422026-05-08T01:26:54.478Z Checking internet-checksum v0.2.1
45432026-05-08T01:26:54.478Z Checking ssh-cipher v0.2.0
45442026-05-08T01:26:54.664Z Checking ssh-key v0.6.7
45452026-05-08T01:26:54.721Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45462026-05-08T01:26:55.295Z Checking russh-keys v0.45.0
45472026-05-08T01:26:55.833Z Checking russh v0.45.0
45482026-05-08T01:27:10.368Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45492026-05-08T01:27:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s
45502026-05-08T01:27:11.766Z
45512026-05-08T01:27:11.766Zinfo: running `cargo check --bins` on gateway-cli (261/275)
45522026-05-08T01:27:12.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-08T01:27:12.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-08T01:27:12.411Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45552026-05-08T01:27:12.519Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45562026-05-08T01:27:12.526Z Checking termios v0.3.3
45572026-05-08T01:27:13.721Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45582026-05-08T01:27:13.866Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45592026-05-08T01:27:15.637Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45602026-05-08T01:27:16.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45612026-05-08T01:27:16.380Z
45622026-05-08T01:27:16.380Zinfo: running `cargo check --bins --no-default-features` on installinator (262/275)
45632026-05-08T01:27:16.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-08T01:27:16.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-08T01:27:17.091Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45662026-05-08T01:27:17.211Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45672026-05-08T01:27:17.217Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45682026-05-08T01:27:17.220Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45692026-05-08T01:27:17.228Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45702026-05-08T01:27:17.239Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45712026-05-08T01:27:17.948Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45722026-05-08T01:27:18.279Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45732026-05-08T01:27:18.282Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45742026-05-08T01:27:18.910Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45752026-05-08T01:27:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45762026-05-08T01:27:20.739Z
45772026-05-08T01:27:20.739Zinfo: running `cargo check --bins` on internal-dns-cli (263/275)
45782026-05-08T01:27:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-08T01:27:21.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-08T01:27:21.426Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45812026-05-08T01:27:21.843Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45822026-05-08T01:27:22.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45832026-05-08T01:27:22.312Z
45842026-05-08T01:27:22.312Zinfo: running `cargo check --bins` on omicron-live-tests (264/275)
45852026-05-08T01:27:22.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-08T01:27:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-08T01:27:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45882026-05-08T01:27:22.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45892026-05-08T01:27:22.902Z
45902026-05-08T01:27:22.902Zinfo: running `cargo check --bins` on live-tests-macros (265/275)
45912026-05-08T01:27:23.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-08T01:27:23.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-08T01:27:23.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-05-08T01:27:23.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45952026-05-08T01:27:23.484Z
45962026-05-08T01:27:23.484Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (266/275)
45972026-05-08T01:27:24.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-08T01:27:24.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-08T01:27:24.233Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46002026-05-08T01:27:24.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46012026-05-08T01:27:25.061Z
46022026-05-08T01:27:25.061Zinfo: running `cargo check --bins` on omicron-ntp-admin (267/275)
46032026-05-08T01:27:25.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-08T01:27:25.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-08T01:27:25.678Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46062026-05-08T01:27:25.684Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46072026-05-08T01:27:25.927Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46082026-05-08T01:27:25.927Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46092026-05-08T01:27:26.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46102026-05-08T01:27:26.890Z
46112026-05-08T01:27:26.890Zinfo: running `cargo check --bins` on ntp-admin-types (268/275)
46122026-05-08T01:27:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-08T01:27:27.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-08T01:27:27.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46152026-05-08T01:27:27.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46162026-05-08T01:27:27.467Z
46172026-05-08T01:27:27.467Zinfo: running `cargo check --bins` on omicron-package (269/275)
46182026-05-08T01:27:27.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-08T01:27:27.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-08T01:27:28.138Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46212026-05-08T01:27:29.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46222026-05-08T01:27:29.394Z
46232026-05-08T01:27:29.394Zinfo: running `cargo check --bins` on tqdb (270/275)
46242026-05-08T01:27:29.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-05-08T01:27:29.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-05-08T01:27:30.166Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46272026-05-08T01:27:30.530Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46282026-05-08T01:27:31.036Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46292026-05-08T01:27:31.037Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46302026-05-08T01:27:36.757Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46312026-05-08T01:27:36.765Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46322026-05-08T01:27:37.318Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46332026-05-08T01:27:37.326Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46342026-05-08T01:27:37.326Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46352026-05-08T01:27:37.326Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46362026-05-08T01:27:38.069Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46372026-05-08T01:27:42.536Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46382026-05-08T01:27:42.536Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46392026-05-08T01:27:42.536Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46402026-05-08T01:27:44.372Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46412026-05-08T01:27:50.568Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46422026-05-08T01:27:50.571Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46432026-05-08T01:27:50.571Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46442026-05-08T01:27:50.571Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46452026-05-08T01:27:52.025Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46462026-05-08T01:27:53.328Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46472026-05-08T01:27:53.997Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46482026-05-08T01:27:55.227Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46492026-05-08T01:27:55.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.36s
46502026-05-08T01:27:55.980Z
46512026-05-08T01:27:55.980Zinfo: running `cargo check --bins` on wicket-dbg (271/275)
46522026-05-08T01:27:56.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-08T01:27:56.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-08T01:27:56.685Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46552026-05-08T01:27:56.688Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46562026-05-08T01:27:56.688Z Checking rtoolbox v0.0.3
46572026-05-08T01:27:56.815Z Checking tui-tree-widget v0.23.1
46582026-05-08T01:27:56.914Z Checking rpassword v7.4.0
46592026-05-08T01:27:57.914Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46602026-05-08T01:28:00.841Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46612026-05-08T01:28:02.653Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46622026-05-08T01:28:03.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46632026-05-08T01:28:03.748Z
46642026-05-08T01:28:03.748Zinfo: running `cargo check --bins` on wicket (272/275)
46652026-05-08T01:28:04.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-08T01:28:04.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-08T01:28:04.437Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46682026-05-08T01:28:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46692026-05-08T01:28:05.005Z
46702026-05-08T01:28:05.005Zinfo: running `cargo check --bins` on wicketd (273/275)
46712026-05-08T01:28:05.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-08T01:28:05.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-08T01:28:05.726Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46742026-05-08T01:28:05.729Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46752026-05-08T01:28:05.729Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46762026-05-08T01:28:05.729Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46772026-05-08T01:28:06.703Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46782026-05-08T01:28:07.276Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46792026-05-08T01:28:10.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46802026-05-08T01:28:10.417Z
46812026-05-08T01:28:10.417Zinfo: running `cargo check --bins` on omicron-workspace-hack (274/275)
46822026-05-08T01:28:10.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-08T01:28:10.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-08T01:28:10.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-08T01:28:10.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-05-08T01:28:10.996Z
46872026-05-08T01:28:10.996Zinfo: running `cargo check --bins` on zone-setup (275/275)
46882026-05-08T01:28:11.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-08T01:28:11.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-08T01:28:11.659Z Checking uzers v0.12.2
46912026-05-08T01:28:11.929Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46922026-05-08T01:28:12.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46932026-05-08T01:28:12.890Z
46942026-05-08T01:28:12.894Zreal 14:00.511284695
46952026-05-08T01:28:12.894Zuser 20:23.953844748
46962026-05-08T01:28:12.894Zsys 4:13.231161322
46972026-05-08T01:28:12.894Ztrap 0.319678138
46982026-05-08T01:28:12.894Ztflt 0.320957873
46992026-05-08T01:28:12.894Zdflt 0.915149618
47002026-05-08T01:28:12.894Zkflt 0.001601939
47012026-05-08T01:28:12.894Zlock 1:16:10.254791406
47022026-05-08T01:28:12.894Zslp 1:37:27.315881949
47032026-05-08T01:28:12.894Zlat 54.239709026
47042026-05-08T01:28:12.894Zstop 3:31.152786430
47052026-05-08T01:28:12.894Zprocess exited: duration 1045353 ms, exit code 0
 
47062026-05-08T01:28:12.904Zfound 0 output files