01KM20535JJ0EP4M17H86161KY: 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: 01KM206S4X0Y0MRNXB4FR6Z1AF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:55:08.072Zjob assigned to worker 01KM206NFEHTNJJ0T1RQN93M1W [factory aws, i-06c95792fd347587e] (queued for 1 m 23 s)
 
22026-03-19T02:55:15.748Zstarting task 0: "setup"
32026-03-19T02:55:15.752Z++ uname -s
42026-03-19T02:55:15.752Z+ kern=SunOS
52026-03-19T02:55:15.752Z+ build_user=build
62026-03-19T02:55:15.752Z+ build_uid=12345
72026-03-19T02:55:15.752Z+ work_dir=/work
82026-03-19T02:55:15.752Z+ input_dir=/input
92026-03-19T02:55:15.752Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:15.752Z+ case "$kern" in
112026-03-19T02:55:15.752Z+ groupadd -g 12345 build
122026-03-19T02:55:15.752Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:17.758Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:17.879Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:17.883Z+ home_fs=zfs
162026-03-19T02:55:17.883Z+ [[ zfs == autofs ]]
172026-03-19T02:55:17.883Z+ mkdir -p /home/build
182026-03-19T02:55:17.883Z+ chown build:build /home/build /work
192026-03-19T02:55:19.877Z+ chmod 0700 /home/build /work
202026-03-19T02:55:19.881Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-19T02:55:19.888Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:19.917Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:19.917Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:19.917Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:55:19.917Z * rust toolchain profile = "default"
262026-03-19T02:55:19.917Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:19.917Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:55:19.922Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:19.922Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:19.982Zinfo: downloading installer
312026-03-19T02:55:21.628Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:21.628Zwarn: /opt/ooce/bin
332026-03-19T02:55:21.629Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:21.629Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:21.629Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:21.629Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:21.629Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:21.629Zerror: cannot install while Rust is installed
392026-03-19T02:55:21.629Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:21.629Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:21.629Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:21.629Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:21.629Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:21.645Zinfo: profile set to default
452026-03-19T02:55:21.645Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:21.648Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:21.815Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:21.819Zinfo: downloading 6 components
492026-03-19T02:55:39.129Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:39.129Z
512026-03-19T02:55:39.162Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:39.162Z
532026-03-19T02:55:39.167Z
542026-03-19T02:55:39.168ZRust is installed now. Great!
552026-03-19T02:55:39.168Z
562026-03-19T02:55:39.168ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:39.168Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:39.168Z
592026-03-19T02:55:39.168ZTo configure your current shell, you need to source
602026-03-19T02:55:39.168Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:39.168Z
622026-03-19T02:55:39.168ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:39.168Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:39.168Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:39.168Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:39.168Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:39.168Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:39.168Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:39.168Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:39.168Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:39.258Z+ rustup --version
722026-03-19T02:55:39.270Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:39.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:39.296Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:39.301Z+ cargo --version
762026-03-19T02:55:39.318Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:39.326Z+ rustc --version
782026-03-19T02:55:39.347Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:39.360Zprocess exited: duration 19462 ms, exit code 0
 
802026-03-19T02:55:39.405Zstarting task 2: "authentication"
812026-03-19T02:55:39.532Zprocess exited: duration 119 ms, exit code 0
 
822026-03-19T02:55:39.622Zstarting task 3: "clone repository"
832026-03-19T02:55:39.632Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:39.632Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:39.695ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:55:50.108Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:55:50.285Z+ git fetch origin 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
882026-03-19T02:55:50.486ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:55:50.486Z * branch 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f -> FETCH_HEAD
902026-03-19T02:55:50.512Z+ [[ -n mergeconflict/fm-sb-type-relocation ]]
912026-03-19T02:55:50.512Z++ git branch --show-current
922026-03-19T02:55:50.513Z+ current=main
932026-03-19T02:55:50.513Z+ [[ main != mergeconflict/fm-sb-type-relocation ]]
942026-03-19T02:55:50.513Z+ git branch -f mergeconflict/fm-sb-type-relocation 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
952026-03-19T02:55:50.513Z+ git checkout -f mergeconflict/fm-sb-type-relocation
962026-03-19T02:55:50.719ZSwitched to branch 'mergeconflict/fm-sb-type-relocation'
972026-03-19T02:55:50.733Z+ git reset --hard 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
982026-03-19T02:55:50.733ZHEAD is now at 3a6ea71c2 Move bundle selection types and EreportFilters to nexus-types
992026-03-19T02:55:50.733Zprocess exited: duration 11068 ms, exit code 0
 
1002026-03-19T02:55:50.756Zstarting task 4: "build"
1012026-03-19T02:55:50.770Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:55:50.770Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:55:50.770Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:55:50.770Z+ cargo --version
1052026-03-19T02:55:50.778Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:55:50.778Z+ rustc --version
1072026-03-19T02:55:50.811Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:55:50.847Z+ source ./env.sh
1092026-03-19T02:55:50.848Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T02:55:50.848Z++ set -o xtrace
1112026-03-19T02:55:50.849Z++++ dirname ./env.sh
1122026-03-19T02:55:50.849Z+++ readlink -f .
1132026-03-19T02:55:50.849Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ 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-03-19T02:55:50.849Z++ case $OLD_SHELL_OPTS in
1232026-03-19T02:55:50.849Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T02:55:50.849Z+ 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-03-19T02:55:50.850Z+ 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-03-19T02:55:50.851Z+ banner prerequisites
1272026-03-19T02:55:50.851Z
1282026-03-19T02:55:50.852Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T02:55:50.852Z # # # # # # # # # # # # # # #
1302026-03-19T02:55:50.852Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T02:55:50.853Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T02:55:50.853Z # # # # # # # # # # # # # # #
1332026-03-19T02:55:50.853Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T02:55:50.853Z
1352026-03-19T02:55:50.853Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T02:56:01.381Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T02:56:11.183Z Startup: Caching catalogs ... Done
1382026-03-19T02:56:33.798ZPlanning: Solver setup ... Done (21.148s)
1392026-03-19T02:56:33.969ZPlanning: Running solver ... Done (0.153s)
1402026-03-19T02:56:34.132ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T02:56:34.606ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T02:56:34.810ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T02:56:34.914ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T02:56:34.914ZPlanning: Merging actions ... Done (0.044s)
1452026-03-19T02:56:35.116ZPlanning: Checking for conflicting actions ... Done (0.243s)
1462026-03-19T02:56:35.210ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T02:56:36.139ZPlanning: Evaluating mediators ... Done (0.852s)
1482026-03-19T02:56:37.604ZPlanning: Planning completed in 24.60 seconds
1492026-03-19T02:56:37.604Z Packages to install: 4
1502026-03-19T02:56:37.604Z Mediators to change: 2
1512026-03-19T02:56:37.605Z Services to change: 1
1522026-03-19T02:56:37.605Z Estimated space available: 155.43 GB
1532026-03-19T02:56:37.605ZEstimated space to be consumed: 1.83 GB
1542026-03-19T02:56:37.605Z Create boot environment: No
1552026-03-19T02:56:37.605ZCreate backup boot environment: No
1562026-03-19T02:56:37.605Z Rebuild boot archive: No
1572026-03-19T02:56:37.605Z
1582026-03-19T02:56:37.605ZChanged mediators:
1592026-03-19T02:56:37.605Z mediator clang:
1602026-03-19T02:56:37.605Z version: None -> 15 (system default)
1612026-03-19T02:56:37.606Z
1622026-03-19T02:56:37.606Z mediator llvm:
1632026-03-19T02:56:37.609Z version: 14 (system default) -> 15 (system default)
1642026-03-19T02:56:37.609Z
1652026-03-19T02:56:37.609ZChanged packages:
1662026-03-19T02:56:37.610Zhelios-dev
1672026-03-19T02:56:37.610Z developer/build-essential
1682026-03-19T02:56:37.610Z None -> 11-2.0
1692026-03-19T02:56:37.610Z library/libxmlsec1
1702026-03-19T02:56:37.610Z None -> 1.2.35-2.0
1712026-03-19T02:56:37.610Z ooce/developer/clang-15
1722026-03-19T02:56:37.610Z None -> 15.0.7-2.0
1732026-03-19T02:56:37.610Z ooce/developer/llvm-15
1742026-03-19T02:56:37.611Z None -> 15.0.7-2.0
1752026-03-19T02:56:37.611Z
1762026-03-19T02:56:37.611ZServices:
1772026-03-19T02:56:37.611Z restart_fmri:
1782026-03-19T02:56:37.611Z svc:/system/update-man-index:default
1792026-03-19T02:56:37.611Z
1802026-03-19T02:56:37.611ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T02:56:41.408ZDownload: 1189/3290 items 83.4/212.6MB 39% complete (18.4M/s)
1822026-03-19T02:56:46.404ZDownload: 2153/3290 items 118.9/212.6MB 55% complete (12.1M/s)
1832026-03-19T02:56:51.459ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1842026-03-19T02:56:56.469ZDownload: 3089/3290 items 121.4/212.6MB 57% complete (251k/s)
1852026-03-19T02:57:06.360ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (9.2M/s)
1862026-03-19T02:57:12.977ZDownload: 3287/3290 items 212.5/212.6MB 99% complete (2.7M/s)
1872026-03-19T02:57:19.764ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (2.4M/s)
1882026-03-19T02:57:19.787ZDownload: Completed 212.60 MB in 43.81 seconds (4.8M/s)
1892026-03-19T02:57:19.947Z Actions: 1/3689 actions (Installing new actions)
1902026-03-19T02:57:24.065Z Actions: Completed 3689 actions in 4.11 seconds.
1912026-03-19T02:57:28.593Z Done (0.366s)
1922026-03-19T02:57:28.593Z Done (0.000s)
1932026-03-19T02:57:28.871Z Done (0.999s)
1942026-03-19T02:57:29.575Z Done (3.800s)
1952026-03-19T02:57:29.675Z Done (0.018s)
1962026-03-19T02:57:29.707Z Done (0.000s)
1972026-03-19T02:57:29.882Z Done (0.000s)
1982026-03-19T02:57:30.842ZPlanning: Evaluating mediator changes ... Done
1992026-03-19T02:57:30.997ZPlanning: Checking for conflicting actions ... Done
2002026-03-19T02:57:31.004ZPlanning: Consolidating action changes ... Done
2012026-03-19T02:57:31.218ZPlanning: Evaluating mediators ... Done
2022026-03-19T02:57:31.224ZPlanning: Planning completed in 0.38 seconds
2032026-03-19T02:57:31.247Z Mediators to change: 2
2042026-03-19T02:57:31.247Z Create boot environment: No
2052026-03-19T02:57:31.250ZCreate backup boot environment: No
2062026-03-19T02:57:31.330Z Done
2072026-03-19T02:57:31.330Z Done
2082026-03-19T02:57:32.082Z Done
2092026-03-19T02:57:35.428Z Done
2102026-03-19T02:57:35.514Z Done
2112026-03-19T02:57:35.559Z Done
2122026-03-19T02:57:35.677Z Done
2132026-03-19T02:57:36.206ZPlanning: Evaluating mediator changes ... Done
2142026-03-19T02:57:36.215ZPlanning: Merging actions ... Done
2152026-03-19T02:57:36.377ZPlanning: Checking for conflicting actions ... Done
2162026-03-19T02:57:36.386ZPlanning: Consolidating action changes ... Done
2172026-03-19T02:57:36.597ZPlanning: Evaluating mediators ... Done
2182026-03-19T02:57:36.643ZPlanning: Planning completed in 0.63 seconds
2192026-03-19T02:57:36.670Z Packages to change: 1
2202026-03-19T02:57:36.670Z Mediators to change: 1
2212026-03-19T02:57:36.683Z Services to change: 1
2222026-03-19T02:57:36.683Z Create boot environment: No
2232026-03-19T02:57:36.683ZCreate backup boot environment: Yes
2242026-03-19T02:57:39.274Z Actions: 1/6 actions (Updating modified actions)
2252026-03-19T02:57:39.309Z Actions: Completed 6 actions in 0.00 seconds.
2262026-03-19T02:57:39.309Z Done
2272026-03-19T02:57:39.310Z Done
2282026-03-19T02:57:39.449Z Done
2292026-03-19T02:57:42.784Z Done
2302026-03-19T02:57:42.877Z Done
2312026-03-19T02:57:42.882Z Done
2322026-03-19T02:57:43.017Z Done
2332026-03-19T02:57:43.397ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-03-19T02:57:43.397Zclang system 15 system
2352026-03-19T02:57:43.397Zcsh system system illumos
2362026-03-19T02:57:43.397Zctags system system illumos
2372026-03-19T02:57:43.397Zfile system system illumos
2382026-03-19T02:57:43.397Zgcc vendor 12 vendor
2392026-03-19T02:57:43.397Zgcc system 10 system
2402026-03-19T02:57:43.397Zgcc system 7 system
2412026-03-19T02:57:43.397Zgo system 1.20 system
2422026-03-19T02:57:43.397Zgo system 1.19 system
2432026-03-19T02:57:43.397Zllvm system 15 system
2442026-03-19T02:57:43.398Zllvm system 14 system
2452026-03-19T02:57:43.398Zmariadb system 10.6 system
2462026-03-19T02:57:43.398Zmta vendor vendor dma
2472026-03-19T02:57:43.398Zopenjdk system 17 system
2482026-03-19T02:57:43.398Zopenjdk system 11 system
2492026-03-19T02:57:43.398Zopenjdk system 1.8 system
2502026-03-19T02:57:43.398Zopenssl vendor 3 vendor
2512026-03-19T02:57:43.398Zperl system 5.36 system
2522026-03-19T02:57:43.398Zpostgresql system 15 system
2532026-03-19T02:57:43.398Zpostgresql system 13 system
2542026-03-19T02:57:43.398Zpython vendor 3 vendor
2552026-03-19T02:57:43.398Zpython system 2 system
2562026-03-19T02:57:43.398Zpython3 system 3.11 system
2572026-03-19T02:57:43.398Zruby system 3.0 system
2582026-03-19T02:57:43.398Zwords vendor vendor american-english
2592026-03-19T02:57:43.398Zwords system system australian-english
2602026-03-19T02:57:43.398Zwords system system british-english
2612026-03-19T02:57:43.398Zwords system system canadian-english
2622026-03-19T02:57:43.398Zwords system system french
2632026-03-19T02:57:43.398Zwords system system italian
2642026-03-19T02:57:43.398Zwords system system ngerman
2652026-03-19T02:57:43.398Zwords system system ogerman
2662026-03-19T02:57:43.398Zwords system system spanish
2672026-03-19T02:57:43.700ZPUBLISHER TYPE STATUS P LOCATION
2682026-03-19T02:57:43.700Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-03-19T02:57:49.643ZFMRI IFO
2702026-03-19T02:57:49.643Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-03-19T02:57:49.643Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-03-19T02:57:49.643Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-03-19T02:57:49.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-03-19T02:57:49.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-03-19T02:57:49.643Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-03-19T02:57:49.643Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-03-19T02:57:49.644Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-03-19T02:57:49.644Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-03-19T02:57:49.644Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-03-19T02:57:49.644Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-03-19T02:57:49.644Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-03-19T02:57:49.644Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-03-19T02:57:49.644Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-03-19T02:57:49.644Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-03-19T02:57:49.644Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-03-19T02:57:50.906Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-03-19T02:57:51.125Z Updating crates.io index
2882026-03-19T02:57:51.131Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-03-19T02:57:51.409Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-03-19T02:57:52.209Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-03-19T02:57:52.536Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-03-19T02:57:52.878Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932026-03-19T02:57:59.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-03-19T02:58:01.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952026-03-19T02:58:07.827Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962026-03-19T02:58:09.364Z Updating git repository `https://github.com/oxidecomputer/opte`
2972026-03-19T02:58:13.460Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982026-03-19T02:58:13.903Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992026-03-19T02:58:15.915Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-03-19T02:58:16.336Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-03-19T02:58:17.177Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-03-19T02:58:17.476Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-03-19T02:58:20.080Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-03-19T02:58:20.586Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-03-19T02:58:21.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-03-19T02:58:21.284Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-03-19T02:58:21.717Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-03-19T02:58:22.229Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-03-19T02:58:22.461Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-03-19T02:58:22.682Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-03-19T02:58:23.113Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-03-19T02:58:23.635Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-03-19T02:58:24.121Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-03-19T02:58:24.493Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-03-19T02:58:24.796Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-03-19T02:58:25.093Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-03-19T02:58:26.224Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-03-19T02:58:26.479Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-03-19T02:58:26.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-03-19T02:58:27.081Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-03-19T02:58:27.439Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-19T02:58:27.823Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-19T02:58:28.092Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-19T02:58:28.425Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-03-19T02:58:28.792Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-03-19T02:58:43.345Z Downloading crates ...
3272026-03-19T02:58:43.429Z Downloaded macaddr v1.0.1
3282026-03-19T02:58:43.435Z Downloaded anstream v0.6.21
3292026-03-19T02:58:43.438Z Downloaded autocfg v1.5.0
3302026-03-19T02:58:43.442Z Downloaded unicode-linebreak v0.1.5
3312026-03-19T02:58:43.442Z Downloaded unicode-xid v0.2.6
3322026-03-19T02:58:43.445Z Downloaded scroll_derive v0.12.1
3332026-03-19T02:58:43.448Z Downloaded usdt v0.5.0
3342026-03-19T02:58:43.448Z Downloaded thiserror v1.0.69
3352026-03-19T02:58:43.453Z Downloaded zerovec-derive v0.11.2
3362026-03-19T02:58:43.457Z Downloaded toml_write v0.1.2
3372026-03-19T02:58:43.457Z Downloaded cfg-if v1.0.4
3382026-03-19T02:58:43.457Z Downloaded utf8parse v0.2.2
3392026-03-19T02:58:43.457Z Downloaded toml_datetime v0.6.11
3402026-03-19T02:58:43.461Z Downloaded zerofrom-derive v0.1.6
3412026-03-19T02:58:43.461Z Downloaded yoke-derive v0.8.1
3422026-03-19T02:58:43.461Z Downloaded zerofrom v0.1.6
3432026-03-19T02:58:43.461Z Downloaded cargo_metadata v0.21.0
3442026-03-19T02:58:43.466Z Downloaded utf8_iter v1.0.4
3452026-03-19T02:58:43.466Z Downloaded usdt-attr-macro v0.5.0
3462026-03-19T02:58:43.466Z Downloaded cargo-platform v0.2.0
3472026-03-19T02:58:43.466Z Downloaded writeable v0.6.2
3482026-03-19T02:58:43.470Z Downloaded version_check v0.9.5
3492026-03-19T02:58:43.470Z Downloaded usdt-macro v0.5.0
3502026-03-19T02:58:43.470Z Downloaded clap_builder v4.5.60
3512026-03-19T02:58:43.474Z Downloaded typeid v1.0.3
3522026-03-19T02:58:43.475Z Downloaded fs-err v3.3.0
3532026-03-19T02:58:43.479Z Downloaded icu_provider v2.1.1
3542026-03-19T02:58:43.479Z Downloaded erased-serde v0.4.9
3552026-03-19T02:58:43.484Z Downloaded thiserror-impl v1.0.69
3562026-03-19T02:58:43.484Z Downloaded bytecount v0.6.9
3572026-03-19T02:58:43.484Z Downloaded dof v0.3.0
3582026-03-19T02:58:43.484Z Downloaded usdt-impl v0.5.0
3592026-03-19T02:58:43.487Z Downloaded thiserror-impl v2.0.18
3602026-03-19T02:58:43.487Z Downloaded zmij v1.0.21
3612026-03-19T02:58:43.487Z Downloaded sha2 v0.10.9
3622026-03-19T02:58:43.493Z Downloaded icu_locale_core v2.1.1
3632026-03-19T02:58:43.498Z Downloaded proc-macro-error-attr v1.0.4
3642026-03-19T02:58:43.498Z Downloaded tinystr v0.8.2
3652026-03-19T02:58:43.498Z Downloaded getrandom v0.4.1
3662026-03-19T02:58:43.502Z Downloaded zerocopy-derive v0.7.35
3672026-03-19T02:58:43.506Z Downloaded yoke v0.8.1
3682026-03-19T02:58:43.506Z Downloaded thread-id v4.2.2
3692026-03-19T02:58:43.506Z Downloaded idna_adapter v1.2.1
3702026-03-19T02:58:43.506Z Downloaded colorchoice v1.0.4
3712026-03-19T02:58:43.513Z Downloaded ucd-trie v0.1.7
3722026-03-19T02:58:43.513Z Downloaded semver v1.0.27
3732026-03-19T02:58:43.514Z Downloaded bitflags v2.11.0
3742026-03-19T02:58:43.514Z Downloaded unicode-ident v1.0.24
3752026-03-19T02:58:43.517Z Downloaded toml v0.8.23
3762026-03-19T02:58:43.517Z Downloaded memmap v0.7.0
3772026-03-19T02:58:43.522Z Downloaded pest v2.8.6
3782026-03-19T02:58:43.526Z Downloaded serde_derive v1.0.228
3792026-03-19T02:58:43.526Z Downloaded textwrap v0.16.2
3802026-03-19T02:58:43.526Z Downloaded typenum v1.19.0
3812026-03-19T02:58:43.530Z Downloaded zerotrie v0.2.3
3822026-03-19T02:58:43.533Z Downloaded url v2.5.8
3832026-03-19T02:58:43.533Z Downloaded strsim v0.11.1
3842026-03-19T02:58:43.537Z Downloaded toml_edit v0.22.27
3852026-03-19T02:58:43.540Z Downloaded indexmap v2.13.0
3862026-03-19T02:58:43.543Z Downloaded thiserror v2.0.18
3872026-03-19T02:58:43.546Z Downloaded serde-value v0.7.0
3882026-03-19T02:58:43.546Z Downloaded pest_generator v2.8.6
3892026-03-19T02:58:43.550Z Downloaded zerovec v0.11.5
3902026-03-19T02:58:43.555Z Downloaded goblin v0.8.2
3912026-03-19T02:58:43.559Z Downloaded zerocopy v0.7.35
3922026-03-19T02:58:43.567Z Downloaded winnow v0.7.14
3932026-03-19T02:58:43.574Z Downloaded icu_normalizer_data v2.1.1
3942026-03-19T02:58:43.577Z Downloaded unicode-width v0.2.0
3952026-03-19T02:58:43.581Z Downloaded unicode-width v0.1.14
3962026-03-19T02:58:43.605Z Downloaded syn v1.0.109
3972026-03-19T02:58:43.612Z Downloaded tabled v0.15.0
3982026-03-19T02:58:43.623Z Downloaded rustix v1.1.3
3992026-03-19T02:58:43.648Z Downloaded libc v0.2.180
4002026-03-19T02:58:43.670Z Downloaded generic-array v0.14.7
4012026-03-19T02:58:43.695Z Downloaded stable_deref_trait v1.2.1
4022026-03-19T02:58:43.699Z Downloaded smawk v0.3.2
4032026-03-19T02:58:43.699Z Downloaded heck v0.4.1
4042026-03-19T02:58:43.705Z Downloaded clap_lex v1.0.0
4052026-03-19T02:58:43.709Z Downloaded plain v0.2.3
4062026-03-19T02:58:43.709Z Downloaded pretty-hex v0.4.1
4072026-03-19T02:58:43.709Z Downloaded is_terminal_polyfill v1.70.2
4082026-03-19T02:58:43.709Z Downloaded form_urlencoded v1.2.2
4092026-03-19T02:58:43.717Z Downloaded heck v0.5.0
4102026-03-19T02:58:43.725Z Downloaded terminal_size v0.4.3
4112026-03-19T02:58:43.744Z Downloaded serde_spanned v0.6.9
4122026-03-19T02:58:43.744Z Downloaded fnv v1.0.7
4132026-03-19T02:58:43.744Z Downloaded dtrace-parser v0.2.0
4142026-03-19T02:58:43.749Z Downloaded itoa v1.0.17
4152026-03-19T02:58:43.749Z Downloaded serde_tokenstream v0.2.3
4162026-03-19T02:58:43.749Z Downloaded serde-untagged v0.1.9
4172026-03-19T02:58:43.749Z Downloaded proc-macro-error v1.0.4
4182026-03-19T02:58:43.749Z Downloaded digest v0.10.7
4192026-03-19T02:58:43.749Z Downloaded anstyle-parse v0.2.7
4202026-03-19T02:58:43.749Z Downloaded displaydoc v0.2.5
4212026-03-19T02:58:43.749Z Downloaded synstructure v0.13.2
4222026-03-19T02:58:43.749Z Downloaded byteorder v1.5.0
4232026-03-19T02:58:43.749Z Downloaded equivalent v1.0.2
4242026-03-19T02:58:43.753Z Downloaded scroll v0.12.0
4252026-03-19T02:58:43.753Z Downloaded clap_derive v4.5.55
4262026-03-19T02:58:43.757Z Downloaded anstyle v1.0.13
4272026-03-19T02:58:43.757Z Downloaded pest_derive v2.8.6
4282026-03-19T02:58:43.766Z Downloaded cargo-util-schemas v0.8.2
4292026-03-19T02:58:43.770Z Downloaded anyhow v1.0.102
4302026-03-19T02:58:43.770Z Downloaded num-traits v0.2.19
4312026-03-19T02:58:43.770Z Downloaded smallvec v1.15.1
4322026-03-19T02:58:43.771Z Downloaded papergrid v0.11.0
4332026-03-19T02:58:43.775Z Downloaded quote v1.0.44
4342026-03-19T02:58:43.775Z Downloaded clap v4.5.60
4352026-03-19T02:58:43.780Z Downloaded serde v1.0.228
4362026-03-19T02:58:43.784Z Downloaded icu_collections v2.1.1
4372026-03-19T02:58:43.787Z Downloaded proc-macro2 v1.0.106
4382026-03-19T02:58:43.792Z Downloaded tabled_derive v0.7.0
4392026-03-19T02:58:43.792Z Downloaded cargo_toml v0.21.0
4402026-03-19T02:58:43.792Z Downloaded log v0.4.29
4412026-03-19T02:58:43.796Z Downloaded serde_json v1.0.149
4422026-03-19T02:58:43.799Z Downloaded fastrand v2.3.0
4432026-03-19T02:58:43.799Z Downloaded anstyle-query v1.1.5
4442026-03-19T02:58:43.799Z Downloaded litemap v0.8.1
4452026-03-19T02:58:43.803Z Downloaded camino v1.2.2
4462026-03-19T02:58:43.803Z Downloaded tempfile v3.25.0
4472026-03-19T02:58:43.809Z Downloaded percent-encoding v2.3.2
4482026-03-19T02:58:43.813Z Downloaded ordered-float v2.10.1
4492026-03-19T02:58:43.821Z Downloaded syn v2.0.117
4502026-03-19T02:58:43.825Z Downloaded serde_core v1.0.228
4512026-03-19T02:58:43.825Z Downloaded block-buffer v0.10.4
4522026-03-19T02:58:43.825Z Downloaded once_cell v1.21.3
4532026-03-19T02:58:43.829Z Downloaded camino-tempfile v1.4.1
4542026-03-19T02:58:44.241Z Downloaded hashbrown v0.16.1
4552026-03-19T02:58:44.247Z Downloaded swrite v0.1.0
4562026-03-19T02:58:44.247Z Downloaded cpufeatures v0.2.17
4572026-03-19T02:58:44.247Z Downloaded errno v0.3.14
4582026-03-19T02:58:44.247Z Downloaded crypto-common v0.1.7
4592026-03-19T02:58:44.247Z Downloaded icu_properties_data v2.1.2
4602026-03-19T02:58:44.247Z Downloaded icu_properties v2.1.2
4612026-03-19T02:58:44.247Z Downloaded icu_normalizer v2.1.1
4622026-03-19T02:58:44.247Z Downloaded potential_utf v0.1.4
4632026-03-19T02:58:44.247Z Downloaded pest_meta v2.8.6
4642026-03-19T02:58:44.247Z Downloaded idna v1.1.0
4652026-03-19T02:58:44.247Z Downloaded memchr v2.8.0
4662026-03-19T02:58:44.247Z Compiling proc-macro2 v1.0.106
4672026-03-19T02:58:44.247Z Compiling quote v1.0.44
4682026-03-19T02:58:44.247Z Compiling unicode-ident v1.0.24
4692026-03-19T02:58:44.247Z Compiling serde_core v1.0.228
4702026-03-19T02:58:44.248Z Compiling libc v0.2.180
4712026-03-19T02:58:44.248Z Compiling version_check v0.9.5
4722026-03-19T02:58:44.248Z Compiling serde v1.0.228
4732026-03-19T02:58:44.248Z Compiling memchr v2.8.0
4742026-03-19T02:58:44.378Z Compiling stable_deref_trait v1.2.1
4752026-03-19T02:58:44.476Z Compiling zmij v1.0.21
4762026-03-19T02:58:44.652Z Compiling autocfg v1.5.0
4772026-03-19T02:58:44.747Z Compiling itoa v1.0.17
4782026-03-19T02:58:44.753Z Compiling ucd-trie v0.1.7
4792026-03-19T02:58:44.986Z Compiling thiserror v1.0.69
4802026-03-19T02:58:45.146Z Compiling pest v2.8.6
4812026-03-19T02:58:45.264Z Compiling litemap v0.8.1
4822026-03-19T02:58:45.291Z Compiling writeable v0.6.2
4832026-03-19T02:58:45.305Z Compiling byteorder v1.5.0
4842026-03-19T02:58:45.497Z Compiling rustix v1.1.3
4852026-03-19T02:58:45.587Z Compiling icu_normalizer_data v2.1.1
4862026-03-19T02:58:45.634Z Compiling icu_properties_data v2.1.2
4872026-03-19T02:58:45.816Z Compiling syn v2.0.117
4882026-03-19T02:58:45.944Z Compiling errno v0.3.14
4892026-03-19T02:58:45.990Z Compiling bitflags v2.11.0
4902026-03-19T02:58:46.544Z Compiling serde_json v1.0.149
4912026-03-19T02:58:46.549Z Compiling num-traits v0.2.19
4922026-03-19T02:58:46.549Z Compiling equivalent v1.0.2
4932026-03-19T02:58:46.549Z Compiling hashbrown v0.16.1
4942026-03-19T02:58:46.622Z Compiling pest_meta v2.8.6
4952026-03-19T02:58:46.739Z Compiling smallvec v1.15.1
4962026-03-19T02:58:46.879Z Compiling typeid v1.0.3
4972026-03-19T02:58:47.243Z Compiling indexmap v2.13.0
4982026-03-19T02:58:47.270Z Compiling thread-id v4.2.2
4992026-03-19T02:58:47.291Z Compiling usdt-impl v0.5.0
5002026-03-19T02:58:47.315Z Compiling proc-macro-error-attr v1.0.4
5012026-03-19T02:58:47.374Z Compiling toml_write v0.1.2
5022026-03-19T02:58:47.547Z Compiling winnow v0.7.14
5032026-03-19T02:58:47.551Z Compiling erased-serde v0.4.9
5042026-03-19T02:58:47.629Z Compiling syn v1.0.109
5052026-03-19T02:58:48.227Z Compiling proc-macro-error v1.0.4
5062026-03-19T02:58:48.252Z Compiling getrandom v0.4.1
5072026-03-19T02:58:48.472Z Compiling plain v0.2.3
5082026-03-19T02:58:48.622Z Compiling utf8_iter v1.0.4
5092026-03-19T02:58:48.749Z Compiling utf8parse v0.2.2
5102026-03-19T02:58:48.817Z Compiling thiserror v2.0.18
5112026-03-19T02:58:48.841Z Compiling log v0.4.29
5122026-03-19T02:58:49.062Z Compiling camino v1.2.2
5132026-03-19T02:58:49.088Z Compiling percent-encoding v2.3.2
5142026-03-19T02:58:49.131Z Compiling ordered-float v2.10.1
5152026-03-19T02:58:49.344Z Compiling form_urlencoded v1.2.2
5162026-03-19T02:58:49.508Z Compiling anstyle-parse v0.2.7
5172026-03-19T02:58:49.585Z Compiling synstructure v0.13.2
5182026-03-19T02:58:49.590Z Compiling pest_generator v2.8.6
5192026-03-19T02:58:49.719Z Compiling terminal_size v0.4.3
5202026-03-19T02:58:50.030Z Compiling pretty-hex v0.4.1
5212026-03-19T02:58:50.076Z Compiling anstyle v1.0.13
5222026-03-19T02:58:50.102Z Compiling is_terminal_polyfill v1.70.2
5232026-03-19T02:58:50.192Z Compiling anstyle-query v1.1.5
5242026-03-19T02:58:50.221Z Compiling colorchoice v1.0.4
5252026-03-19T02:58:50.295Z Compiling cfg-if v1.0.4
5262026-03-19T02:58:50.332Z Compiling anstream v0.6.21
5272026-03-19T02:58:50.376Z Compiling serde-untagged v0.1.9
5282026-03-19T02:58:50.538Z Compiling semver v1.0.27
5292026-03-19T02:58:50.606Z Compiling fs-err v3.3.0
5302026-03-19T02:58:50.677Z Compiling anyhow v1.0.102
5312026-03-19T02:58:50.730Z Compiling unicode-width v0.1.14
5322026-03-19T02:58:50.853Z Compiling unicode-xid v0.2.6
5332026-03-19T02:58:51.052Z Compiling fnv v1.0.7
5342026-03-19T02:58:51.065Z Compiling clap_lex v1.0.0
5352026-03-19T02:58:51.065Z Compiling fastrand v2.3.0
5362026-03-19T02:58:51.065Z Compiling heck v0.4.1
5372026-03-19T02:58:51.102Z Compiling strsim v0.11.1
5382026-03-19T02:58:51.131Z Compiling once_cell v1.21.3
5392026-03-19T02:58:51.364Z Compiling bytecount v0.6.9
5402026-03-19T02:58:51.364Z Compiling heck v0.5.0
5412026-03-19T02:58:51.403Z Compiling tempfile v3.25.0
5422026-03-19T02:58:51.526Z Compiling papergrid v0.11.0
5432026-03-19T02:58:51.560Z Compiling clap_builder v4.5.60
5442026-03-19T02:58:51.840Z Compiling memmap v0.7.0
5452026-03-19T02:58:51.995Z Compiling unicode-linebreak v0.1.5
5462026-03-19T02:58:52.036Z Compiling smawk v0.3.2
5472026-03-19T02:58:52.073Z Compiling unicode-width v0.2.0
5482026-03-19T02:58:52.212Z Compiling serde_derive v1.0.228
5492026-03-19T02:58:52.232Z Compiling zerofrom-derive v0.1.6
5502026-03-19T02:58:52.439Z Compiling yoke-derive v0.8.1
5512026-03-19T02:58:52.659Z Compiling zerovec-derive v0.11.2
5522026-03-19T02:58:52.693Z Compiling displaydoc v0.2.5
5532026-03-19T02:58:53.566Z Compiling thiserror-impl v1.0.69
5542026-03-19T02:58:53.654Z Compiling zerocopy-derive v0.7.35
5552026-03-19T02:58:54.110Z Compiling pest_derive v2.8.6
5562026-03-19T02:58:54.151Z Compiling scroll_derive v0.12.1
5572026-03-19T02:58:54.181Z Compiling zerofrom v0.1.6
5582026-03-19T02:58:54.352Z Compiling yoke v0.8.1
5592026-03-19T02:58:54.605Z Compiling zerovec v0.11.5
5602026-03-19T02:58:54.734Z Compiling zerotrie v0.2.3
5612026-03-19T02:58:54.810Z Compiling zerocopy v0.7.35
5622026-03-19T02:58:55.011Z Compiling scroll v0.12.0
5632026-03-19T02:58:55.035Z Compiling thiserror-impl v2.0.18
5642026-03-19T02:58:55.293Z Compiling tinystr v0.8.2
5652026-03-19T02:58:55.357Z Compiling potential_utf v0.1.4
5662026-03-19T02:58:55.526Z Compiling dtrace-parser v0.2.0
5672026-03-19T02:58:55.562Z Compiling icu_locale_core v2.1.1
5682026-03-19T02:58:55.592Z Compiling icu_collections v2.1.1
5692026-03-19T02:58:55.616Z Compiling goblin v0.8.2
5702026-03-19T02:58:55.899Z Compiling tabled_derive v0.7.0
5712026-03-19T02:58:56.242Z Compiling clap_derive v4.5.55
5722026-03-19T02:58:56.545Z Compiling icu_provider v2.1.1
5732026-03-19T02:58:56.814Z Compiling textwrap v0.16.2
5742026-03-19T02:58:56.946Z Compiling icu_normalizer v2.1.1
5752026-03-19T02:58:56.976Z Compiling icu_properties v2.1.2
5762026-03-19T02:58:57.002Z Compiling serde_spanned v0.6.9
5772026-03-19T02:58:57.129Z Compiling toml_datetime v0.6.11
5782026-03-19T02:58:57.132Z Compiling dof v0.3.0
5792026-03-19T02:58:57.190Z Compiling serde_tokenstream v0.2.3
5802026-03-19T02:58:57.446Z Compiling toml_edit v0.22.27
5812026-03-19T02:58:57.473Z Compiling serde-value v0.7.0
5822026-03-19T02:58:57.668Z Compiling cargo-platform v0.2.0
5832026-03-19T02:58:57.691Z Compiling tabled v0.15.0
5842026-03-19T02:58:58.017Z Compiling macaddr v1.0.1
5852026-03-19T02:58:58.316Z Compiling idna_adapter v1.2.1
5862026-03-19T02:58:58.494Z Compiling idna v1.1.0
5872026-03-19T02:58:58.518Z Compiling usdt-macro v0.5.0
5882026-03-19T02:58:58.522Z Compiling usdt-attr-macro v0.5.0
5892026-03-19T02:58:58.604Z Compiling camino-tempfile v1.4.1
5902026-03-19T02:58:58.718Z Compiling clap v4.5.60
5912026-03-19T02:58:58.920Z Compiling url v2.5.8
5922026-03-19T02:58:59.444Z Compiling swrite v0.1.0
5932026-03-19T02:58:59.466Z Compiling toml v0.8.23
5942026-03-19T02:58:59.582Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-03-19T02:58:59.809Z Compiling usdt v0.5.0
5962026-03-19T02:59:00.147Z Compiling cargo-util-schemas v0.8.2
5972026-03-19T02:59:00.164Z Compiling cargo_toml v0.21.0
5982026-03-19T02:59:01.341Z Compiling cargo_metadata v0.21.0
5992026-03-19T02:59:02.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-03-19T02:59:05.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6012026-03-19T02:59:05.836Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-03-19T02:59:06.585Z Downloading crates ...
6032026-03-19T02:59:06.706Z Downloaded cfg_aliases v0.1.1
6042026-03-19T02:59:06.710Z Downloaded async-recursion v1.1.1
6052026-03-19T02:59:06.717Z Downloaded arrayvec v0.7.6
6062026-03-19T02:59:06.718Z Downloaded bitfield-macros v0.19.4
6072026-03-19T02:59:06.722Z Downloaded daft v0.1.5
6082026-03-19T02:59:06.722Z Downloaded crc32fast v1.5.0
6092026-03-19T02:59:06.727Z Downloaded crossbeam-deque v0.8.6
6102026-03-19T02:59:06.727Z Downloaded derive-ex v0.1.8
6112026-03-19T02:59:06.730Z Downloaded dropshot_endpoint v0.16.7
6122026-03-19T02:59:06.733Z Downloaded fallible-iterator v0.2.0
6132026-03-19T02:59:06.736Z Downloaded diesel-dtrace v0.5.0
6142026-03-19T02:59:06.736Z Downloaded crucible-workspace-hack v0.1.0
6152026-03-19T02:59:06.742Z Downloaded crunchy v0.2.4
6162026-03-19T02:59:06.746Z Downloaded darling v0.23.0
6172026-03-19T02:59:06.749Z Downloaded darling v0.20.11
6182026-03-19T02:59:06.754Z Downloaded derive_builder v0.20.2
6192026-03-19T02:59:06.758Z Downloaded darling_macro v0.23.0
6202026-03-19T02:59:06.758Z Downloaded darling_macro v0.20.11
6212026-03-19T02:59:06.758Z Downloaded darling_core v0.20.11
6222026-03-19T02:59:06.761Z Downloaded derive_builder_core v0.20.2
6232026-03-19T02:59:06.769Z Downloaded crossterm v0.29.0
6242026-03-19T02:59:06.779Z Downloaded ctr v0.9.2
6252026-03-19T02:59:06.780Z Downloaded crossbeam-epoch v0.9.18
6262026-03-19T02:59:06.784Z Downloaded git-stub-vcs v0.1.0
6272026-03-19T02:59:06.784Z Downloaded display-error-chain v0.2.2
6282026-03-19T02:59:06.784Z Downloaded ed25519 v2.2.3
6292026-03-19T02:59:06.784Z Downloaded drift v0.1.3
6302026-03-19T02:59:06.788Z Downloaded futures-io v0.3.32
6312026-03-19T02:59:06.795Z Downloaded dtrace-parser v0.3.0
6322026-03-19T02:59:06.799Z Downloaded bcrypt-pbkdf v0.10.0
6332026-03-19T02:59:06.800Z Downloaded cassowary v0.3.0
6342026-03-19T02:59:06.803Z Downloaded foldhash v0.2.0
6352026-03-19T02:59:06.803Z Downloaded des v0.8.1
6362026-03-19T02:59:06.806Z Downloaded bit-vec v0.6.3
6372026-03-19T02:59:06.813Z Downloaded ciborium-io v0.2.2
6382026-03-19T02:59:06.817Z Downloaded assert_matches v1.5.0
6392026-03-19T02:59:06.817Z Downloaded hash32 v0.2.1
6402026-03-19T02:59:06.817Z Downloaded compact_str v0.8.1
6412026-03-19T02:59:06.822Z Downloaded dropshot v0.16.7
6422026-03-19T02:59:06.837Z Downloaded globwalk v0.9.1
6432026-03-19T02:59:06.840Z Downloaded cstr-argument v0.1.2
6442026-03-19T02:59:06.840Z Downloaded foreign-types v0.3.2
6452026-03-19T02:59:06.840Z Downloaded foldhash v0.1.5
6462026-03-19T02:59:06.840Z Downloaded dsl_auto_type v0.2.0
6472026-03-19T02:59:06.845Z Downloaded dropshot-api-manager v0.6.0
6482026-03-19T02:59:06.851Z Downloaded foreign-types-shared v0.1.1
6492026-03-19T02:59:06.851Z Downloaded foreign-types v0.5.0
6502026-03-19T02:59:06.851Z Downloaded dirs-sys-next v0.1.2
6512026-03-19T02:59:06.851Z Downloaded defmt v1.0.1
6522026-03-19T02:59:06.855Z Downloaded find-msvc-tools v0.1.9
6532026-03-19T02:59:06.855Z Downloaded filetime v0.2.27
6542026-03-19T02:59:06.855Z Downloaded expectorate v1.2.0
6552026-03-19T02:59:06.859Z Downloaded ena v0.14.4
6562026-03-19T02:59:06.859Z Downloaded fxhash v0.2.1
6572026-03-19T02:59:06.859Z Downloaded git-stub v1.0.0
6582026-03-19T02:59:06.908Z Downloaded gethostname v0.5.0
6592026-03-19T02:59:06.908Z Downloaded futures-core v0.3.32
6602026-03-19T02:59:06.909Z Downloaded embedded-io v0.6.1
6612026-03-19T02:59:06.924Z Downloaded block-padding v0.3.3
6622026-03-19T02:59:06.924Z Downloaded fd-lock v4.0.4
6632026-03-19T02:59:06.924Z Downloaded futures-macro v0.3.32
6642026-03-19T02:59:06.924Z Downloaded dyn-clone v1.0.20
6652026-03-19T02:59:06.924Z Downloaded endian-type v0.1.2
6662026-03-19T02:59:06.924Z Downloaded diesel_table_macro_syntax v0.3.0
6672026-03-19T02:59:06.924Z Downloaded crc8 v0.1.1
6682026-03-19T02:59:06.924Z Downloaded float-cmp v0.10.0
6692026-03-19T02:59:06.924Z Downloaded cexpr v0.6.0
6702026-03-19T02:59:06.924Z Downloaded bit-vec v0.8.0
6712026-03-19T02:59:06.924Z Downloaded blowfish v0.9.1
6722026-03-19T02:59:06.924Z Downloaded hex v0.4.3
6732026-03-19T02:59:06.924Z Downloaded const-oid v0.9.6
6742026-03-19T02:59:06.924Z Downloaded aead v0.5.2
6752026-03-19T02:59:06.924Z Downloaded env_filter v1.0.0
6762026-03-19T02:59:06.924Z Downloaded chacha20 v0.9.1
6772026-03-19T02:59:06.924Z Downloaded dunce v1.0.5
6782026-03-19T02:59:06.924Z Downloaded darling_macro v0.21.3
6792026-03-19T02:59:06.924Z Downloaded ciborium v0.2.2
6802026-03-19T02:59:06.924Z Downloaded csv-core v0.1.13
6812026-03-19T02:59:06.924Z Downloaded bcs v0.1.6
6822026-03-19T02:59:06.924Z Downloaded globset v0.4.18
6832026-03-19T02:59:06.925Z Downloaded crossbeam-utils v0.8.21
6842026-03-19T02:59:06.925Z Downloaded cargo-platform v0.1.9
6852026-03-19T02:59:06.925Z Downloaded darling v0.21.3
6862026-03-19T02:59:06.925Z Downloaded document-features v0.2.12
6872026-03-19T02:59:06.925Z Downloaded crc-any v2.5.0
6882026-03-19T02:59:06.925Z Downloaded flagset v0.4.7
6892026-03-19T02:59:06.925Z Downloaded bstr v1.12.1
6902026-03-19T02:59:06.948Z Downloaded half v1.8.3
6912026-03-19T02:59:06.954Z Downloaded funty v2.0.0
6922026-03-19T02:59:06.954Z Downloaded either v1.15.0
6932026-03-19T02:59:06.954Z Downloaded curve25519-dalek-derive v0.1.1
6942026-03-19T02:59:06.955Z Downloaded cobs v0.3.0
6952026-03-19T02:59:06.955Z Downloaded internet-checksum v0.2.1
6962026-03-19T02:59:06.955Z Downloaded critical-section v1.2.0
6972026-03-19T02:59:06.955Z Downloaded fixedbitset v0.4.2
6982026-03-19T02:59:06.955Z Downloaded erased-serde v0.3.31
6992026-03-19T02:59:06.955Z Downloaded chacha20 v0.10.0
7002026-03-19T02:59:06.955Z Downloaded enum-as-inner v0.6.1
7012026-03-19T02:59:06.955Z Downloaded flume v0.11.1
7022026-03-19T02:59:06.960Z Downloaded atty v0.2.14
7032026-03-19T02:59:06.960Z Downloaded buf-list v1.1.2
7042026-03-19T02:59:06.960Z Downloaded httpdate v1.0.3
7052026-03-19T02:59:06.964Z Downloaded crossbeam-channel v0.5.15
7062026-03-19T02:59:06.964Z Downloaded deranged v0.5.8
7072026-03-19T02:59:06.968Z Downloaded cfg_aliases v0.2.1
7082026-03-19T02:59:06.969Z Downloaded foreign-types-macros v0.2.3
7092026-03-19T02:59:06.969Z Downloaded dropshot-api-manager-types v0.6.0
7102026-03-19T02:59:06.973Z Downloaded bindgen v0.71.1
7112026-03-19T02:59:06.980Z Downloaded hmac v0.12.1
7122026-03-19T02:59:06.980Z Downloaded cipher v0.4.4
7132026-03-19T02:59:06.983Z Downloaded convert_case v0.4.0
7142026-03-19T02:59:06.983Z Downloaded ar_archive_writer v0.5.1
7152026-03-19T02:59:06.983Z Downloaded hostname v0.3.1
7162026-03-19T02:59:06.986Z Downloaded futures-sink v0.3.32
7172026-03-19T02:59:06.986Z Downloaded debug-ignore v1.0.5
7182026-03-19T02:59:06.993Z Downloaded cpufeatures v0.3.0
7192026-03-19T02:59:06.993Z Downloaded diesel_derives v2.3.7
7202026-03-19T02:59:06.996Z Downloaded libloading v0.8.9
7212026-03-19T02:59:07.003Z Downloaded indoc v2.0.7
7222026-03-19T02:59:07.006Z Downloaded async-trait v0.1.89
7232026-03-19T02:59:07.006Z Downloaded indoc v1.0.9
7242026-03-19T02:59:07.006Z Downloaded http-body v1.0.1
7252026-03-19T02:59:07.010Z Downloaded futures-channel v0.3.32
7262026-03-19T02:59:07.010Z Downloaded der v0.7.10
7272026-03-19T02:59:07.014Z Downloaded libscf-sys v1.1.0
7282026-03-19T02:59:07.018Z Downloaded diff v0.1.13
7292026-03-19T02:59:07.018Z Downloaded humantime v2.3.0
7302026-03-19T02:59:07.022Z Downloaded bytes v1.11.1
7312026-03-19T02:59:07.026Z Downloaded base64 v0.21.7
7322026-03-19T02:59:07.026Z Downloaded hyper-rustls v0.27.7
7332026-03-19T02:59:07.034Z Downloaded embedded-io v0.4.0
7342026-03-19T02:59:07.035Z Downloaded fixedbitset v0.5.7
7352026-03-19T02:59:07.041Z Downloaded hostname v0.4.2
7362026-03-19T02:59:07.041Z Downloaded hickory-client v0.25.2
7372026-03-19T02:59:07.041Z Downloaded inout v0.1.4
7382026-03-19T02:59:07.041Z Downloaded hubpack v0.1.2
7392026-03-19T02:59:07.041Z Downloaded arc-swap v1.8.2
7402026-03-19T02:59:07.047Z Downloaded crypto-bigint v0.5.5
7412026-03-19T02:59:07.050Z Downloaded lru v0.12.5
7422026-03-19T02:59:07.050Z Downloaded aho-corasick v1.1.4
7432026-03-19T02:59:07.055Z Downloaded num v0.4.3
7442026-03-19T02:59:07.058Z Downloaded lzss v0.8.2
7452026-03-19T02:59:07.058Z Downloaded libefi-sys v0.1.0
7462026-03-19T02:59:07.059Z Downloaded managed v0.8.0
7472026-03-19T02:59:07.065Z Downloaded linear-map v1.2.0
7482026-03-19T02:59:07.065Z Downloaded linked-hash-map v0.5.6
7492026-03-19T02:59:07.071Z Downloaded keccak v0.1.6
7502026-03-19T02:59:07.071Z Downloaded mime v0.3.17
7512026-03-19T02:59:07.071Z Downloaded indent_write v2.2.0
7522026-03-19T02:59:07.071Z Downloaded crossterm v0.28.1
7532026-03-19T02:59:07.078Z Downloaded elliptic-curve v0.13.8
7542026-03-19T02:59:07.085Z Downloaded libsw v3.5.0
7552026-03-19T02:59:07.085Z Downloaded home v0.5.12
7562026-03-19T02:59:07.085Z Downloaded highway v1.3.0
7572026-03-19T02:59:07.085Z Downloaded num_enum_derive v0.5.11
7582026-03-19T02:59:07.090Z Downloaded new_debug_unreachable v1.0.6
7592026-03-19T02:59:07.090Z Downloaded heapless v0.7.17
7602026-03-19T02:59:07.091Z Downloaded httparse v1.10.1
7612026-03-19T02:59:07.096Z Downloaded md5 v0.7.0
7622026-03-19T02:59:07.096Z Downloaded maybe-uninit v2.0.0
7632026-03-19T02:59:07.096Z Downloaded bitvec v1.0.1
7642026-03-19T02:59:07.107Z Downloaded newline-converter v0.3.0
7652026-03-19T02:59:07.112Z Downloaded darling_core v0.21.3
7662026-03-19T02:59:07.112Z Downloaded itertools v0.10.5
7672026-03-19T02:59:07.117Z Downloaded normalize-line-endings v0.3.0
7682026-03-19T02:59:07.121Z Downloaded nibble_vec v0.1.0
7692026-03-19T02:59:07.121Z Downloaded newtype_derive v0.1.6
7702026-03-19T02:59:07.121Z Downloaded impl-trait-for-tuples v0.2.3
7712026-03-19T02:59:07.125Z Downloaded num_threads v0.1.7
7722026-03-19T02:59:07.125Z Downloaded lalrpop-util v0.19.12
7732026-03-19T02:59:07.125Z Downloaded num-iter v0.1.45
7742026-03-19T02:59:07.129Z Downloaded num-conv v0.2.0
7752026-03-19T02:59:07.129Z Downloaded ipnetwork v0.21.1
7762026-03-19T02:59:07.129Z Downloaded nonempty v0.12.0
7772026-03-19T02:59:07.135Z Downloaded jobserver v0.1.34
7782026-03-19T02:59:07.135Z Downloaded flate2 v1.1.9
7792026-03-19T02:59:07.142Z Downloaded openssl-probe v0.1.6
7802026-03-19T02:59:07.142Z Downloaded match_cfg v0.1.0
7812026-03-19T02:59:07.142Z Downloaded ingot-types v0.1.2
7822026-03-19T02:59:07.148Z Downloaded fs-err v2.11.0
7832026-03-19T02:59:07.148Z Downloaded colored v2.2.0
7842026-03-19T02:59:07.148Z Downloaded mime_guess v2.0.5
7852026-03-19T02:59:07.148Z Downloaded hyper-util v0.1.20
7862026-03-19T02:59:07.155Z Downloaded olpc-cjson v0.1.4
7872026-03-19T02:59:07.162Z Downloaded miniz_oxide v0.8.9
7882026-03-19T02:59:07.162Z Downloaded multer v3.1.0
7892026-03-19T02:59:07.162Z Downloaded ed25519-dalek v2.2.0
7902026-03-19T02:59:07.172Z Downloaded memmap2 v0.9.10
7912026-03-19T02:59:07.172Z Downloaded libsw-core v0.3.2
7922026-03-19T02:59:07.172Z Downloaded ciborium-ll v0.2.2
7932026-03-19T02:59:07.172Z Downloaded kstat-rs v0.2.4
7942026-03-19T02:59:07.178Z Downloaded num_enum_derive v0.7.5
7952026-03-19T02:59:07.178Z Downloaded lock_api v0.4.14
7962026-03-19T02:59:07.178Z Downloaded newtype-uuid-macros v0.1.0
7972026-03-19T02:59:07.178Z Downloaded is_ci v1.2.0
7982026-03-19T02:59:07.178Z Downloaded num-derive v0.3.3
7992026-03-19T02:59:07.178Z Downloaded pbkdf2 v0.11.0
8002026-03-19T02:59:07.178Z Downloaded openssl-macros v0.1.1
8012026-03-19T02:59:07.184Z Downloaded opaque-debug v0.3.1
8022026-03-19T02:59:07.185Z Downloaded nu-ansi-term v0.50.3
8032026-03-19T02:59:07.185Z Downloaded ignore v0.4.25
8042026-03-19T02:59:07.185Z Downloaded ahash v0.8.12
8052026-03-19T02:59:07.190Z Downloaded parse-display v0.10.0
8062026-03-19T02:59:07.190Z Downloaded nodrop v0.1.14
8072026-03-19T02:59:07.190Z Downloaded phf_shared v0.12.1
8082026-03-19T02:59:07.190Z Downloaded path-slash v0.1.5
8092026-03-19T02:59:07.194Z Downloaded ingot-macros v0.1.1
8102026-03-19T02:59:07.194Z Downloaded num_enum v0.5.11
8112026-03-19T02:59:07.199Z Downloaded owo-colors v4.3.0
8122026-03-19T02:59:07.199Z Downloaded num_enum v0.7.5
8132026-03-19T02:59:07.204Z Downloaded pbkdf2 v0.12.2
8142026-03-19T02:59:07.210Z Downloaded phf_shared v0.11.3
8152026-03-19T02:59:07.210Z Downloaded indexmap v1.9.3
8162026-03-19T02:59:07.211Z Downloaded packed_struct_codegen v0.10.1
8172026-03-19T02:59:07.217Z Downloaded parse-size v1.1.0
8182026-03-19T02:59:07.217Z Downloaded num-complex v0.4.6
8192026-03-19T02:59:07.217Z Downloaded num-derive v0.4.2
8202026-03-19T02:59:07.217Z Downloaded nanorand v0.7.0
8212026-03-19T02:59:07.223Z Downloaded litrs v1.0.0
8222026-03-19T02:59:07.223Z Downloaded ascii-canvas v3.0.0
8232026-03-19T02:59:07.223Z Downloaded lru-cache v0.1.2
8242026-03-19T02:59:07.223Z Downloaded oso v0.27.3
8252026-03-19T02:59:07.231Z Downloaded parking_lot_core v0.8.6
8262026-03-19T02:59:07.231Z Downloaded pem v3.0.6
8272026-03-19T02:59:07.236Z Downloaded peg-runtime v0.8.5
8282026-03-19T02:59:07.236Z Downloaded atomic-waker v1.1.2
8292026-03-19T02:59:07.236Z Downloaded password-hash v0.4.2
8302026-03-19T02:59:07.236Z Downloaded predicates-core v1.0.10
8312026-03-19T02:59:07.236Z Downloaded precomputed-hash v0.1.1
8322026-03-19T02:59:07.236Z Downloaded powerfmt v0.2.0
8332026-03-19T02:59:07.244Z Downloaded phf v0.13.1
8342026-03-19T02:59:07.244Z Downloaded oxide-tokio-rt v0.1.3
8352026-03-19T02:59:07.244Z Downloaded parse-display-derive v0.10.0
8362026-03-19T02:59:07.244Z Downloaded newtype-uuid v1.3.2
8372026-03-19T02:59:07.249Z Downloaded peg-macros v0.8.5
8382026-03-19T02:59:07.249Z Downloaded peg v0.8.5
8392026-03-19T02:59:07.249Z Downloaded pin-project-internal v1.1.11
8402026-03-19T02:59:07.254Z Downloaded progenitor-macro v0.10.0
8412026-03-19T02:59:07.254Z Downloaded pin-utils v0.1.0
8422026-03-19T02:59:07.254Z Downloaded progenitor-client v0.11.2
8432026-03-19T02:59:07.254Z Downloaded proc-macro-crate v3.4.0
8442026-03-19T02:59:07.264Z Downloaded pem-rfc7468 v0.7.0
8452026-03-19T02:59:07.264Z Downloaded parking_lot_core v0.9.12
8462026-03-19T02:59:07.264Z Downloaded p256 v0.13.2
8472026-03-19T02:59:07.270Z Downloaded progenitor-client v0.10.0
8482026-03-19T02:59:07.270Z Downloaded parking_lot v0.12.5
8492026-03-19T02:59:07.270Z Downloaded mio v1.1.1
8502026-03-19T02:59:07.278Z Downloaded parking_lot v0.11.2
8512026-03-19T02:59:07.278Z Downloaded pkg-config v0.3.32
8522026-03-19T02:59:07.278Z Downloaded corncobs v0.1.4
8532026-03-19T02:59:07.278Z Downloaded bitfield v0.19.4
8542026-03-19T02:59:07.282Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-03-19T02:59:07.282Z Downloaded predicates-tree v1.0.13
8562026-03-19T02:59:07.282Z Downloaded rand_xorshift v0.4.0
8572026-03-19T02:59:07.282Z Downloaded hickory-resolver v0.24.4
8582026-03-19T02:59:07.287Z Downloaded progenitor-macro v0.11.2
8592026-03-19T02:59:07.287Z Downloaded indicatif v0.18.4
8602026-03-19T02:59:07.292Z Downloaded pkcs8 v0.10.2
8612026-03-19T02:59:07.292Z Downloaded foreign-types-shared v0.3.1
8622026-03-19T02:59:07.292Z Downloaded paste v1.0.15
8632026-03-19T02:59:07.296Z Downloaded rand_chacha v0.3.1
8642026-03-19T02:59:07.296Z Downloaded bit-set v0.8.0
8652026-03-19T02:59:07.301Z Downloaded pin-project-lite v0.2.17
8662026-03-19T02:59:07.305Z Downloaded rand_chacha v0.9.0
8672026-03-19T02:59:07.305Z Downloaded progenitor-client v0.13.0
8682026-03-19T02:59:07.306Z Downloaded primeorder v0.13.6
8692026-03-19T02:59:07.320Z Downloaded ppv-lite86 v0.2.21
8702026-03-19T02:59:07.320Z Downloaded omicron-zone-package v0.12.2
8712026-03-19T02:59:07.320Z Downloaded recursive v0.1.1
8722026-03-19T02:59:07.327Z Downloaded radium v0.7.0
8732026-03-19T02:59:07.327Z Downloaded psl-types v2.0.11
8742026-03-19T02:59:07.327Z Downloaded postcard v1.1.3
8752026-03-19T02:59:07.328Z Downloaded console v0.16.2
8762026-03-19T02:59:07.328Z Downloaded phf v0.12.1
8772026-03-19T02:59:07.328Z Downloaded progenitor v0.13.0
8782026-03-19T02:59:07.328Z Downloaded progenitor v0.10.0
8792026-03-19T02:59:07.328Z Downloaded libbz2-rs-sys v0.2.2
8802026-03-19T02:59:07.328Z Downloaded hashbrown v0.12.3
8812026-03-19T02:59:07.332Z Downloaded ref-cast-impl v1.0.25
8822026-03-19T02:59:07.332Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-03-19T02:59:07.332Z Downloaded pkcs1 v0.7.5
8842026-03-19T02:59:07.332Z Downloaded fs_extra v1.3.0
8852026-03-19T02:59:07.336Z Downloaded cargo_metadata v0.19.2
8862026-03-19T02:59:07.336Z Downloaded bitfield-struct v0.6.2
8872026-03-19T02:59:07.336Z Downloaded psm v0.1.30
8882026-03-19T02:59:07.340Z Downloaded rfc6979 v0.4.0
8892026-03-19T02:59:07.340Z Downloaded phf_shared v0.13.1
8902026-03-19T02:59:07.347Z Downloaded constant_time_eq v0.4.2
8912026-03-19T02:59:07.347Z Downloaded pkcs5 v0.7.1
8922026-03-19T02:59:07.352Z Downloaded progenitor-impl v0.11.2
8932026-03-19T02:59:07.352Z Downloaded const_format v0.2.35
8942026-03-19T02:59:07.352Z Downloaded bitflags v1.3.2
8952026-03-19T02:59:07.357Z Downloaded rustc-hash v2.1.1
8962026-03-19T02:59:07.357Z Downloaded rtoolbox v0.0.3
8972026-03-19T02:59:07.357Z Downloaded backoff v0.4.0
8982026-03-19T02:59:07.361Z Downloaded derive_more-impl v2.1.1
8992026-03-19T02:59:07.364Z Downloaded colored v3.1.1
9002026-03-19T02:59:07.364Z Downloaded postgres-types v0.2.12
9012026-03-19T02:59:07.371Z Downloaded cbc v0.1.2
9022026-03-19T02:59:07.372Z Downloaded cmake v0.1.57
9032026-03-19T02:59:07.379Z Downloaded futures v0.3.32
9042026-03-19T02:59:07.379Z Downloaded fatfs v0.3.6
9052026-03-19T02:59:07.383Z Downloaded allocator-api2 v0.2.21
9062026-03-19T02:59:07.383Z Downloaded derive_more v2.1.1
9072026-03-19T02:59:07.387Z Downloaded rand_core v0.10.0
9082026-03-19T02:59:07.393Z Downloaded rand_core v0.9.5
9092026-03-19T02:59:07.393Z Downloaded minimal-lexical v0.2.1
9102026-03-19T02:59:07.396Z Downloaded hyper-tls v0.6.0
9112026-03-19T02:59:07.396Z Downloaded proc-macro-error2 v2.0.1
9122026-03-19T02:59:07.401Z Downloaded hubpack_derive v0.1.1
9132026-03-19T02:59:07.401Z Downloaded hashbrown v0.15.5
9142026-03-19T02:59:07.408Z Downloaded salsa20 v0.10.2
9152026-03-19T02:59:07.411Z Downloaded scheduled-thread-pool v0.2.7
9162026-03-19T02:59:07.411Z Downloaded hickory-resolver v0.25.2
9172026-03-19T02:59:07.411Z Downloaded resolv-conf v0.7.6
9182026-03-19T02:59:07.411Z Downloaded async-stream-impl v0.3.6
9192026-03-19T02:59:07.416Z Downloaded pin-project v1.1.11
9202026-03-19T02:59:07.421Z Downloaded rustls-pemfile v1.0.4
9212026-03-19T02:59:07.427Z Downloaded predicates v3.1.4
9222026-03-19T02:59:07.431Z Downloaded scopeguard v1.2.0
9232026-03-19T02:59:07.431Z Downloaded serde-big-array v0.5.1
9242026-03-19T02:59:07.431Z Downloaded secrecy v0.10.3
9252026-03-19T02:59:07.431Z Downloaded scrypt v0.11.0
9262026-03-19T02:59:07.431Z Downloaded sapling-renderdag v0.1.0
9272026-03-19T02:59:07.434Z Downloaded base16ct v0.2.0
9282026-03-19T02:59:07.434Z Downloaded nix v0.28.0
9292026-03-19T02:59:07.441Z Downloaded openssl-sys v0.9.111
9302026-03-19T02:59:07.449Z Downloaded serde_bytes v0.11.19
9312026-03-19T02:59:07.460Z Downloaded secrecy v0.8.0
9322026-03-19T02:59:07.460Z Downloaded half v2.7.1
9332026-03-19T02:59:07.460Z Downloaded prefix-trie v0.7.0
9342026-03-19T02:59:07.466Z Downloaded sigpipe v0.1.3
9352026-03-19T02:59:07.466Z Downloaded camino-tempfile-ext v0.3.3
9362026-03-19T02:59:07.467Z Downloaded rand v0.8.5
9372026-03-19T02:59:07.467Z Downloaded serde_urlencoded v0.7.1
9382026-03-19T02:59:07.467Z Downloaded bumpalo v3.20.2
9392026-03-19T02:59:07.467Z Downloaded sct v0.7.1
9402026-03-19T02:59:07.479Z Downloaded serde_spanned v1.0.4
9412026-03-19T02:59:07.479Z Downloaded proc-macro-crate v1.3.1
9422026-03-19T02:59:07.479Z Downloaded hickory-server v0.25.2
9432026-03-19T02:59:07.479Z Downloaded bzip2 v0.6.1
9442026-03-19T02:59:07.484Z Downloaded rustls-native-certs v0.8.3
9452026-03-19T02:59:07.484Z Downloaded convert_case v0.10.0
9462026-03-19T02:59:07.484Z Downloaded rayon-core v1.13.0
9472026-03-19T02:59:07.484Z Downloaded signature v2.2.0
9482026-03-19T02:59:07.485Z Downloaded schemars_derive v0.8.22
9492026-03-19T02:59:07.536Z Downloaded futures-util v0.3.32
9502026-03-19T02:59:07.536Z Downloaded serde_plain v1.0.2
9512026-03-19T02:59:07.536Z Downloaded scroll_derive v0.13.1
9522026-03-19T02:59:07.536Z Downloaded postgres-protocol v0.6.10
9532026-03-19T02:59:07.536Z Downloaded russh-keys v0.45.0
9542026-03-19T02:59:07.536Z Downloaded prettyplease v0.2.37
9552026-03-19T02:59:07.536Z Downloaded schemars v0.8.22
9562026-03-19T02:59:07.536Z Downloaded siphasher v1.0.2
9572026-03-19T02:59:07.536Z Downloaded serde_with_macros v3.17.0
9582026-03-19T02:59:07.536Z Downloaded serde_path_to_error v0.1.20
9592026-03-19T02:59:07.536Z Downloaded sec1 v0.7.3
9602026-03-19T02:59:07.536Z Downloaded rcgen v0.12.1
9612026-03-19T02:59:07.536Z Downloaded serde_repr v0.1.20
9622026-03-19T02:59:07.536Z Downloaded nom v7.1.3
9632026-03-19T02:59:07.536Z Downloaded iddqd v0.3.17
9642026-03-19T02:59:07.545Z Downloaded signal-hook-registry v1.4.8
9652026-03-19T02:59:07.545Z Downloaded rustls-pki-types v1.14.0
9662026-03-19T02:59:07.545Z Downloaded dirs-next v2.0.0
9672026-03-19T02:59:07.545Z Downloaded is-terminal v0.4.17
9682026-03-19T02:59:07.545Z Downloaded headers v0.4.1
9692026-03-19T02:59:07.550Z Downloaded sqlparser_derive v0.5.0
9702026-03-19T02:59:07.550Z Downloaded rustls-webpki v0.103.9
9712026-03-19T02:59:07.551Z Downloaded cc v1.2.56
9722026-03-19T02:59:07.551Z Downloaded blake3 v1.8.3
9732026-03-19T02:59:07.556Z Downloaded strum v0.27.2
9742026-03-19T02:59:07.561Z Downloaded shlex v1.3.0
9752026-03-19T02:59:07.561Z Downloaded ssh-cipher v0.2.0
9762026-03-19T02:59:07.561Z Downloaded rpassword v7.4.0
9772026-03-19T02:59:07.561Z Downloaded ipnet v2.11.0
9782026-03-19T02:59:07.565Z Downloaded ingot v0.1.1
9792026-03-19T02:59:07.565Z Downloaded downcast-rs v2.0.2
9802026-03-19T02:59:07.565Z Downloaded simd-adler32 v0.3.8
9812026-03-19T02:59:07.569Z Downloaded pretty_assertions v1.4.1
9822026-03-19T02:59:07.569Z Downloaded polyval v0.6.2
9832026-03-19T02:59:07.569Z Downloaded poly1305 v0.8.0
9842026-03-19T02:59:07.575Z Downloaded ssh-encoding v0.2.0
9852026-03-19T02:59:07.575Z Downloaded slog-stdlog v4.1.1
9862026-03-19T02:59:07.581Z Downloaded serde_derive_internals v0.29.1
9872026-03-19T02:59:07.581Z Downloaded aes-gcm v0.10.3
9882026-03-19T02:59:07.581Z Downloaded serde_cbor v0.11.2
9892026-03-19T02:59:07.587Z Downloaded hickory-proto v0.24.4
9902026-03-19T02:59:07.594Z Downloaded structmeta-derive v0.3.0
9912026-03-19T02:59:07.598Z Downloaded packed_struct v0.10.1
9922026-03-19T02:59:07.599Z Downloaded portable-atomic v1.13.1
9932026-03-19T02:59:07.603Z Downloaded defmt-macros v1.0.1
9942026-03-19T02:59:07.610Z Downloaded testing_table v0.3.0
9952026-03-19T02:59:07.610Z Downloaded rustls-platform-verifier v0.6.2
9962026-03-19T02:59:07.614Z Downloaded num-integer v0.1.46
9972026-03-19T02:59:07.614Z Downloaded regex v1.12.3
9982026-03-19T02:59:07.621Z Downloaded slog-async v2.8.0
9992026-03-19T02:59:07.621Z Downloaded libxml v0.3.3
10002026-03-19T02:59:07.626Z Downloaded sync_wrapper v1.0.2
10012026-03-19T02:59:07.626Z Downloaded supports-color v3.0.2
10022026-03-19T02:59:07.627Z Downloaded tagptr v0.2.0
10032026-03-19T02:59:07.627Z Downloaded heapless v0.8.0
10042026-03-19T02:59:07.635Z Downloaded slog-scope v4.4.1
10052026-03-19T02:59:07.635Z Downloaded md-5 v0.10.6
10062026-03-19T02:59:07.635Z Downloaded instant v0.1.13
10072026-03-19T02:59:07.639Z Downloaded rustversion v1.0.22
10082026-03-19T02:59:07.639Z Downloaded take_mut v0.2.2
10092026-03-19T02:59:07.639Z Downloaded nix v0.29.0
10102026-03-19T02:59:07.643Z Downloaded time-core v0.1.8
10112026-03-19T02:59:07.646Z Downloaded snafu v0.8.9
10122026-03-19T02:59:07.650Z Downloaded termtree v0.5.1
10132026-03-19T02:59:07.655Z Downloaded sqlformat v0.3.5
10142026-03-19T02:59:07.655Z Downloaded quick-error v1.2.3
10152026-03-19T02:59:07.660Z Downloaded quinn v0.11.9
10162026-03-19T02:59:07.660Z Downloaded oxnet v0.1.4
10172026-03-19T02:59:07.661Z Downloaded proptest v1.10.0
10182026-03-19T02:59:07.673Z Downloaded thread-id v5.1.0
10192026-03-19T02:59:07.682Z Downloaded subtle v2.6.1
10202026-03-19T02:59:07.682Z Downloaded static_assertions v1.1.0
10212026-03-19T02:59:07.682Z Downloaded progenitor-impl v0.10.0
10222026-03-19T02:59:07.682Z Downloaded password-hash v0.5.0
10232026-03-19T02:59:07.682Z Downloaded spki v0.7.3
10242026-03-19T02:59:07.682Z Downloaded salty v0.3.0
10252026-03-19T02:59:07.687Z Downloaded strum_macros v0.26.4
10262026-03-19T02:59:07.687Z Downloaded slab v0.4.12
10272026-03-19T02:59:07.687Z Downloaded r2d2 v0.8.10
10282026-03-19T02:59:07.687Z Downloaded russh-cryptovec v0.7.3
10292026-03-19T02:59:07.687Z Downloaded itertools v0.14.0
10302026-03-19T02:59:07.691Z Downloaded ssh-key v0.6.7
10312026-03-19T02:59:07.696Z Downloaded signal-hook v0.3.18
10322026-03-19T02:59:07.701Z Downloaded tinyvec v1.10.0
10332026-03-19T02:59:07.705Z Downloaded hickory-proto v0.25.2
10342026-03-19T02:59:07.713Z Downloaded rustc_version v0.4.1
10352026-03-19T02:59:07.716Z Downloaded rsa v0.9.10
10362026-03-19T02:59:07.719Z Downloaded spin v0.9.8
10372026-03-19T02:59:07.725Z Downloaded tap v1.0.1
10382026-03-19T02:59:07.725Z Downloaded termios v0.3.3
10392026-03-19T02:59:07.725Z Downloaded progenitor v0.11.2
10402026-03-19T02:59:07.731Z Downloaded qorb v0.4.1
10412026-03-19T02:59:07.731Z Downloaded thiserror-no-std v2.0.2
10422026-03-19T02:59:07.735Z Downloaded rand_core v0.6.4
10432026-03-19T02:59:07.735Z Downloaded slog v2.8.2
10442026-03-19T02:59:07.738Z Downloaded strum_macros v0.27.2
10452026-03-19T02:59:07.738Z Downloaded rustc_version v0.1.7
10462026-03-19T02:59:07.738Z Downloaded openssl-probe v0.2.1
10472026-03-19T02:59:07.742Z Downloaded similar v2.7.0
10482026-03-19T02:59:07.746Z Downloaded time-macros v0.2.27
10492026-03-19T02:59:07.746Z Downloaded tokio-native-tls v0.3.1
10502026-03-19T02:59:07.749Z Downloaded russh v0.45.0
10512026-03-19T02:59:07.753Z Downloaded schemars v0.9.0
10522026-03-19T02:59:07.761Z Downloaded tower-service v0.3.3
10532026-03-19T02:59:07.764Z Downloaded term v1.2.1
10542026-03-19T02:59:07.764Z Downloaded tokio-rustls v0.25.0
10552026-03-19T02:59:07.767Z Downloaded socket2 v0.5.10
10562026-03-19T02:59:07.772Z Downloaded try-lock v0.2.5
10572026-03-19T02:59:07.772Z Downloaded quinn-udp v0.5.14
10582026-03-19T02:59:07.772Z Downloaded itertools v0.12.1
10592026-03-19T02:59:07.776Z Downloaded tls_codec_derive v0.4.2
10602026-03-19T02:59:07.781Z Downloaded p521 v0.13.3
10612026-03-19T02:59:07.785Z Downloaded derive_more v0.99.20
10622026-03-19T02:59:07.785Z Downloaded usdt v0.6.0
10632026-03-19T02:59:07.786Z Downloaded trait-variant v0.1.2
10642026-03-19T02:59:07.789Z Downloaded tokio-dtrace v0.1.1
10652026-03-19T02:59:07.789Z Downloaded h2 v0.4.13
10662026-03-19T02:59:07.793Z Downloaded term v0.7.0
10672026-03-19T02:59:07.797Z Downloaded subprocess v0.2.15
10682026-03-19T02:59:07.800Z Downloaded want v0.3.1
10692026-03-19T02:59:07.800Z Downloaded serde_yaml v0.9.34+deprecated
10702026-03-19T02:59:07.804Z Downloaded unicode-truncate v1.1.0
10712026-03-19T02:59:07.804Z Downloaded socket2 v0.6.2
10722026-03-19T02:59:07.808Z Downloaded untrusted v0.9.0
10732026-03-19T02:59:07.808Z Downloaded rand v0.10.0
10742026-03-19T02:59:07.815Z Downloaded publicsuffix v2.3.0
10752026-03-19T02:59:07.815Z Downloaded bzip2-sys v0.1.13+1.0.8
10762026-03-19T02:59:07.821Z Downloaded utf-8 v0.7.6
10772026-03-19T02:59:07.824Z Downloaded serde-hex v0.1.0
10782026-03-19T02:59:07.825Z Downloaded tls_codec v0.4.2
10792026-03-19T02:59:07.828Z Downloaded unarray v0.1.4
10802026-03-19T02:59:07.828Z Downloaded progenitor-impl v0.13.0
10812026-03-19T02:59:07.828Z Downloaded seq-macro v0.3.6
10822026-03-19T02:59:07.834Z Downloaded rand_seeder v0.4.0
10832026-03-19T02:59:07.834Z Downloaded stringprep v0.1.5
10842026-03-19T02:59:07.840Z Downloaded ron v0.8.1
10852026-03-19T02:59:07.840Z Downloaded libm v0.2.16
10862026-03-19T02:59:07.845Z Downloaded universal-hash v0.5.1
10872026-03-19T02:59:07.848Z Downloaded tar v0.4.44
10882026-03-19T02:59:07.848Z Downloaded xattr v1.6.1
10892026-03-19T02:59:07.854Z Downloaded wyz v0.5.1
10902026-03-19T02:59:07.854Z Downloaded typify-macro v0.6.1
10912026-03-19T02:59:07.854Z Downloaded topological-sort v0.2.2
10922026-03-19T02:59:07.854Z Downloaded tokio-rustls v0.26.4
10932026-03-19T02:59:07.860Z Downloaded smf v0.2.3
10942026-03-19T02:59:07.860Z Downloaded hashbrown v0.13.2
10952026-03-19T02:59:07.860Z Downloaded slog-bunyan v2.5.0
10962026-03-19T02:59:07.864Z Downloaded papergrid v0.17.0
10972026-03-19T02:59:07.864Z Downloaded rusty-fork v0.3.1
10982026-03-19T02:59:07.870Z Downloaded scroll v0.13.0
10992026-03-19T02:59:07.870Z Downloaded uzers v0.12.2
11002026-03-19T02:59:07.870Z Downloaded strum v0.26.3
11012026-03-19T02:59:07.871Z Downloaded signal-hook-tokio v0.3.1
11022026-03-19T02:59:07.879Z Downloaded usdt-attr-macro v0.6.0
11032026-03-19T02:59:07.880Z Downloaded same-file v1.0.6
11042026-03-19T02:59:07.880Z Downloaded untrusted v0.7.1
11052026-03-19T02:59:07.880Z Downloaded num-bigint-dig v0.8.6
11062026-03-19T02:59:07.880Z Downloaded typify-macro v0.4.3
11072026-03-19T02:59:07.883Z Downloaded num-rational v0.4.2
11082026-03-19T02:59:07.883Z Downloaded iri-string v0.7.10
11092026-03-19T02:59:07.884Z Downloaded waitgroup v0.1.2
11102026-03-19T02:59:07.888Z Downloaded usdt-impl v0.6.0
11112026-03-19T02:59:07.888Z Downloaded strip-ansi-escapes v0.2.1
11122026-03-19T02:59:07.888Z Downloaded schemars v1.2.1
11132026-03-19T02:59:07.913Z Downloaded zeroize v1.8.2
11142026-03-19T02:59:07.917Z Downloaded xz2 v0.1.7
11152026-03-19T02:59:07.917Z Downloaded toml v0.7.8
11162026-03-19T02:59:07.923Z Downloaded tokio-tungstenite v0.23.1
11172026-03-19T02:59:07.924Z Downloaded zone_cfg_derive v0.3.1
11182026-03-19T02:59:07.924Z Downloaded zone v0.3.1
11192026-03-19T02:59:07.929Z Downloaded xshell-macros v0.2.7
11202026-03-19T02:59:07.929Z Downloaded vsss-rs v3.3.4
11212026-03-19T02:59:07.929Z Downloaded tinyvec_macros v0.1.1
11222026-03-19T02:59:07.929Z Downloaded tokio-tungstenite v0.21.0
11232026-03-19T02:59:07.933Z Downloaded tabwriter v1.4.1
11242026-03-19T02:59:07.933Z Downloaded wait-timeout v0.2.1
11252026-03-19T02:59:07.933Z Downloaded vergen-gitcl v1.0.8
11262026-03-19T02:59:07.936Z Downloaded sync-ptr v0.1.4
11272026-03-19T02:59:07.936Z Downloaded ryu v1.0.23
11282026-03-19T02:59:07.940Z Downloaded vergen-lib v0.1.6
11292026-03-19T02:59:07.940Z Downloaded rustyline v14.0.0
11302026-03-19T02:59:07.943Z Downloaded zeroize_derive v1.4.3
11312026-03-19T02:59:07.949Z Downloaded unicode-properties v0.1.4
11322026-03-19T02:59:07.949Z Downloaded slog-term v2.9.2
11332026-03-19T02:59:07.949Z Downloaded slog-json v2.6.1
11342026-03-19T02:59:07.955Z Downloaded samael v0.0.19
11352026-03-19T02:59:07.960Z Downloaded tokio-macros v2.6.0
11362026-03-19T02:59:07.960Z Downloaded tabled_derive v0.11.0
11372026-03-19T02:59:07.960Z Downloaded ref-cast v1.0.25
11382026-03-19T02:59:07.960Z Downloaded whoami v1.6.1
11392026-03-19T02:59:07.965Z Downloaded thiserror-impl-no-std v2.0.2
11402026-03-19T02:59:07.965Z Downloaded smoltcp v0.9.1
11412026-03-19T02:59:07.969Z Downloaded strum_macros v0.24.3
11422026-03-19T02:59:07.972Z Downloaded walkdir v2.5.0
11432026-03-19T02:59:07.972Z Downloaded hkdf v0.12.4
11442026-03-19T02:59:07.975Z Downloaded chrono-tz v0.10.4
11452026-03-19T02:59:07.985Z Downloaded zstd v0.13.3
11462026-03-19T02:59:07.989Z Downloaded snafu-derive v0.8.9
11472026-03-19T02:59:07.989Z Downloaded reedline v0.40.0
11482026-03-19T02:59:07.994Z Downloaded tungstenite v0.23.0
11492026-03-19T02:59:08.001Z Downloaded zerocopy v0.6.6
11502026-03-19T02:59:08.005Z Downloaded goblin v0.10.5
11512026-03-19T02:59:08.005Z Downloaded usdt-macro v0.6.0
11522026-03-19T02:59:08.009Z Downloaded support-bundle-viewer v0.1.2
11532026-03-19T02:59:08.009Z Downloaded tracing-attributes v0.1.31
11542026-03-19T02:59:08.009Z Downloaded rand v0.9.2
11552026-03-19T02:59:08.013Z Downloaded zstd-safe v7.2.4
11562026-03-19T02:59:08.013Z Downloaded signal-hook-mio v0.2.5
11572026-03-19T02:59:08.017Z Downloaded reqwest v0.13.2
11582026-03-19T02:59:08.021Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-03-19T02:59:08.021Z Downloaded tokio-postgres v0.7.16
11602026-03-19T02:59:08.025Z Downloaded time v0.3.47
11612026-03-19T02:59:08.033Z Downloaded string_cache v0.8.9
11622026-03-19T02:59:08.039Z Downloaded steno v0.4.1
11632026-03-19T02:59:08.039Z Downloaded stacker v0.1.23
11642026-03-19T02:59:08.043Z Downloaded smallvec v0.6.14
11652026-03-19T02:59:08.043Z Downloaded slog-envlogger v2.2.0
11662026-03-19T02:59:08.043Z Downloaded toml_edit v0.23.10+spec-1.0.0
11672026-03-19T02:59:08.046Z Downloaded unicode_categories v0.1.1
11682026-03-19T02:59:08.046Z Downloaded unit-prefix v0.5.2
11692026-03-19T02:59:08.054Z Downloaded tokio-rustls v0.24.1
11702026-03-19T02:59:08.054Z Downloaded twox-hash v2.1.2
11712026-03-19T02:59:08.060Z Downloaded vte v0.14.1
11722026-03-19T02:59:08.060Z Downloaded vergen-git2 v1.0.7
11732026-03-19T02:59:08.060Z Downloaded tungstenite v0.21.0
11742026-03-19T02:59:08.060Z Downloaded tower v0.5.3
11752026-03-19T02:59:08.064Z Downloaded tiny-keccak v2.0.2
11762026-03-19T02:59:08.067Z Downloaded p384 v0.13.1
11772026-03-19T02:59:08.072Z Downloaded void v1.0.2
11782026-03-19T02:59:08.072Z Downloaded reqwest v0.12.28
11792026-03-19T02:59:08.076Z Downloaded zerocopy-derive v0.8.40
11802026-03-19T02:59:08.081Z Downloaded zopfli v0.8.3
11812026-03-19T02:59:08.086Z Downloaded tracing-core v0.1.36
11822026-03-19T02:59:08.086Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-03-19T02:59:08.091Z Downloaded toml v0.9.12+spec-1.1.0
11842026-03-19T02:59:08.091Z Downloaded rustls-webpki v0.101.7
11852026-03-19T02:59:08.100Z Downloaded test-strategy v0.4.5
11862026-03-19T02:59:08.104Z Downloaded quick-xml v0.37.5
11872026-03-19T02:59:08.110Z Downloaded unicode-bidi v0.3.18
11882026-03-19T02:59:08.110Z Downloaded unicase v2.9.0
11892026-03-19T02:59:08.114Z Downloaded typed-path v0.9.3
11902026-03-19T02:59:08.114Z Downloaded tokio-stream v0.1.18
11912026-03-19T02:59:08.117Z Downloaded curve25519-dalek v4.1.3
11922026-03-19T02:59:08.123Z Downloaded yasna v0.5.2
11932026-03-19T02:59:08.127Z Downloaded toml_writer v1.0.6+spec-1.1.0
11942026-03-19T02:59:08.127Z Downloaded tui-tree-widget v0.23.1
11952026-03-19T02:59:08.130Z Downloaded tower-http v0.6.8
11962026-03-19T02:59:08.133Z Downloaded yansi v1.0.1
11972026-03-19T02:59:08.137Z Downloaded unsafe-libyaml v0.2.11
11982026-03-19T02:59:08.142Z Downloaded rayon v1.11.0
11992026-03-19T02:59:08.145Z Downloaded moka v0.12.13
12002026-03-19T02:59:08.154Z Downloaded typify v0.4.3
12012026-03-19T02:59:08.198Z Downloaded zip v0.6.6
12022026-03-19T02:59:08.198Z Downloaded thread_local v1.1.9
12032026-03-19T02:59:08.198Z Downloaded object v0.30.4
12042026-03-19T02:59:08.198Z Downloaded xshell v0.2.7
12052026-03-19T02:59:08.198Z Downloaded whoami v2.1.0
12062026-03-19T02:59:08.198Z Downloaded ron v0.12.0
12072026-03-19T02:59:08.198Z Downloaded x509-cert v0.2.5
12082026-03-19T02:59:08.198Z Downloaded winnow v0.5.40
12092026-03-19T02:59:08.213Z Downloaded uuid v1.21.0
12102026-03-19T02:59:08.213Z Downloaded unicode-normalization v0.1.25
12112026-03-19T02:59:08.213Z Downloaded rustls-webpki v0.102.8
12122026-03-19T02:59:08.224Z Downloaded tough v0.20.0
12132026-03-19T02:59:08.224Z Downloaded unicode-segmentation v1.12.0
12142026-03-19T02:59:08.225Z Downloaded serde_with v3.17.0
12152026-03-19T02:59:08.240Z Downloaded typify v0.6.1
12162026-03-19T02:59:08.240Z Downloaded radix_trie v0.2.1
12172026-03-19T02:59:08.244Z Downloaded polar-core v0.27.3
12182026-03-19T02:59:08.245Z Downloaded quinn-proto v0.11.13
12192026-03-19T02:59:08.245Z Downloaded zip v4.6.1
12202026-03-19T02:59:08.249Z Downloaded openapiv3 v2.2.0
12212026-03-19T02:59:08.255Z Downloaded semver v0.1.20
12222026-03-19T02:59:08.262Z Downloaded openssl v0.10.75
12232026-03-19T02:59:08.265Z Downloaded ecdsa v0.16.9
12242026-03-19T02:59:08.265Z Downloaded diesel v2.3.7
12252026-03-19T02:59:08.282Z Downloaded tokio-util v0.7.18
12262026-03-19T02:59:08.313Z Downloaded hex-literal v0.4.1
12272026-03-19T02:59:08.313Z Downloaded lalrpop v0.19.12
12282026-03-19T02:59:08.313Z Downloaded tabled v0.20.0
12292026-03-19T02:59:08.327Z Downloaded rustls v0.21.12
12302026-03-19T02:59:08.327Z Downloaded nix v0.31.1
12312026-03-19T02:59:08.338Z Downloaded winnow v0.6.26
12322026-03-19T02:59:08.342Z Downloaded sled v0.34.7
12332026-03-19T02:59:08.342Z Downloaded object v0.37.3
12342026-03-19T02:59:08.347Z Downloaded lzma-sys v0.1.20
12352026-03-19T02:59:08.373Z Downloaded jiff v0.2.21
12362026-03-19T02:59:08.382Z Downloaded rustls v0.22.4
12372026-03-19T02:59:08.392Z Downloaded zlib-rs v0.6.2
12382026-03-19T02:59:08.397Z Downloaded webpki-roots v1.0.6
12392026-03-19T02:59:08.399Z Downloaded typify-impl v0.6.1
12402026-03-19T02:59:08.408Z Downloaded zerocopy v0.8.40
12412026-03-19T02:59:08.419Z Downloaded smoltcp v0.11.0
12422026-03-19T02:59:08.427Z Downloaded petgraph v0.8.3
12432026-03-19T02:59:08.445Z Downloaded rustls v0.23.37
12442026-03-19T02:59:08.451Z Downloaded regress v0.10.5
12452026-03-19T02:59:08.456Z Downloaded regex-syntax v0.8.10
12462026-03-19T02:59:08.461Z Downloaded rustix v0.38.44
12472026-03-19T02:59:08.479Z Downloaded petname v2.0.2
12482026-03-19T02:59:08.485Z Downloaded vcpkg v0.2.15
12492026-03-19T02:59:08.513Z Downloaded regex-syntax v0.6.29
12502026-03-19T02:59:08.519Z Downloaded toml_edit v0.19.15
12512026-03-19T02:59:08.533Z Downloaded zerocopy-derive v0.6.6
12522026-03-19T02:59:08.538Z Downloaded sqlparser v0.61.0
12532026-03-19T02:59:08.543Z Downloaded sha3 v0.10.8
12542026-03-19T02:59:08.547Z Downloaded vergen v9.0.6
12552026-03-19T02:59:08.551Z Downloaded tower-layer v0.3.3
12562026-03-19T02:59:08.551Z Downloaded shell-words v1.1.1
12572026-03-19T02:59:08.551Z Downloaded num-bigint v0.4.6
12582026-03-19T02:59:08.554Z Downloaded jiff-static v0.2.21
12592026-03-19T02:59:08.573Z Downloaded hyper v1.8.1
12602026-03-19T02:59:08.582Z Downloaded regex-automata v0.4.14
12612026-03-19T02:59:08.583Z Downloaded tracing v0.1.44
12622026-03-19T02:59:08.592Z Downloaded typify-impl v0.4.3
12632026-03-19T02:59:08.600Z Downloaded ratatui v0.29.0
12642026-03-19T02:59:08.611Z Downloaded git2 v0.20.4
12652026-03-19T02:59:08.618Z Downloaded itertools v0.13.0
12662026-03-19T02:59:08.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12672026-03-19T02:59:08.639Z Downloaded native-tls v0.2.18
12682026-03-19T02:59:08.643Z Downloaded petgraph v0.6.5
12692026-03-19T02:59:08.654Z Downloaded progenitor-macro v0.13.0
12702026-03-19T02:59:08.659Z Downloaded oso-derive v0.27.3
12712026-03-19T02:59:08.660Z Downloaded nix v0.27.1
12722026-03-19T02:59:08.667Z Downloaded structmeta v0.3.0
12732026-03-19T02:59:08.672Z Downloaded slog-dtrace v0.3.0
12742026-03-19T02:59:08.672Z Downloaded sha1 v0.10.6
12752026-03-19T02:59:08.672Z Downloaded rustls-pemfile v2.2.0
12762026-03-19T02:59:08.672Z Downloaded progenitor-extras v0.1.1
12772026-03-19T02:59:08.672Z Downloaded const_format_proc_macros v0.2.34
12782026-03-19T02:59:08.679Z Downloaded http v1.4.0
12792026-03-19T02:59:08.679Z Downloaded multimap v0.10.1
12802026-03-19T02:59:08.679Z Downloaded maplit v1.0.2
12812026-03-19T02:59:08.679Z Downloaded iana-time-zone v0.1.65
12822026-03-19T02:59:08.683Z Downloaded aws-lc-rs v1.16.0
12832026-03-19T02:59:08.689Z Downloaded getrandom v0.3.4
12842026-03-19T02:59:08.690Z Downloaded getrandom v0.2.17
12852026-03-19T02:59:08.693Z Downloaded http-range v0.1.5
12862026-03-19T02:59:08.693Z Downloaded derive-where v1.6.0
12872026-03-19T02:59:08.694Z Downloaded memoffset v0.9.1
12882026-03-19T02:59:08.699Z Downloaded lru-slab v0.1.2
12892026-03-19T02:59:08.699Z Downloaded ident_case v1.0.1
12902026-03-19T02:59:08.699Z Downloaded hyper-staticfile v0.10.1
12912026-03-19T02:59:08.699Z Downloaded http-body-util v0.1.3
12922026-03-19T02:59:08.705Z Downloaded ff v0.13.1
12932026-03-19T02:59:08.705Z Downloaded lazy_static v1.5.0
12942026-03-19T02:59:08.705Z Downloaded csv v1.4.0
12952026-03-19T02:59:08.716Z Downloaded libz-sys v1.1.24
12962026-03-19T02:59:08.733Z Downloaded instability v0.3.11
12972026-03-19T02:59:08.736Z Downloaded headers-core v0.3.0
12982026-03-19T02:59:08.736Z Downloaded hash32 v0.3.1
12992026-03-19T02:59:08.736Z Downloaded glob v0.3.3
13002026-03-19T02:59:08.740Z Downloaded der_derive v0.7.3
13012026-03-19T02:59:08.740Z Downloaded cookie v0.18.1
13022026-03-19T02:59:08.740Z Downloaded blake2 v0.10.6
13032026-03-19T02:59:08.743Z Downloaded async-bb8-diesel v0.2.1
13042026-03-19T02:59:08.743Z Downloaded darling_core v0.23.0
13052026-03-19T02:59:08.747Z Downloaded cookie_store v0.22.1
13062026-03-19T02:59:08.751Z Downloaded tokio v1.49.0
13072026-03-19T02:59:08.779Z Downloaded chrono v0.4.44
13082026-03-19T02:59:08.785Z Downloaded castaway v0.2.4
13092026-03-19T02:59:08.788Z Downloaded futures-executor v0.3.32
13102026-03-19T02:59:08.788Z Downloaded crc-catalog v2.4.0
13112026-03-19T02:59:08.789Z Downloaded ring v0.17.14
13122026-03-19T02:59:08.821Z Downloaded derive_builder_macro v0.20.2
13132026-03-19T02:59:08.824Z Downloaded bzip2 v0.4.4
13142026-03-19T02:59:08.824Z Downloaded arrayref v0.3.9
13152026-03-19T02:59:08.825Z Downloaded aes v0.8.4
13162026-03-19T02:59:08.829Z Downloaded adler2 v2.0.1
13172026-03-19T02:59:08.829Z Downloaded group v0.13.0
13182026-03-19T02:59:08.829Z Downloaded ghash v0.5.1
13192026-03-19T02:59:08.832Z Downloaded futures-task v0.3.32
13202026-03-19T02:59:08.832Z Downloaded float-ord v0.3.2
13212026-03-19T02:59:08.832Z Downloaded env_logger v0.11.9
13222026-03-19T02:59:08.832Z Downloaded defmt v0.3.100
13232026-03-19T02:59:08.832Z Downloaded bit-set v0.5.3
13242026-03-19T02:59:08.836Z Downloaded bb8 v0.8.6
13252026-03-19T02:59:08.836Z Downloaded array-init v0.0.4
13262026-03-19T02:59:08.836Z Downloaded console v0.15.11
13272026-03-19T02:59:08.841Z Downloaded backon v1.6.0
13282026-03-19T02:59:08.841Z Downloaded argon2 v0.5.3
13292026-03-19T02:59:08.841Z Downloaded chacha20poly1305 v0.10.1
13302026-03-19T02:59:08.845Z Downloaded base64ct v1.8.3
13312026-03-19T02:59:08.845Z Downloaded defmt-parser v1.0.0
13322026-03-19T02:59:08.845Z Downloaded base16ct v1.0.0
13332026-03-19T02:59:08.853Z Downloaded clang-sys v1.8.1
13342026-03-19T02:59:08.853Z Downloaded cargo_toml v0.22.3
13352026-03-19T02:59:08.853Z Downloaded daft-derive v0.1.5
13362026-03-19T02:59:08.856Z Downloaded base64 v0.22.1
13372026-03-19T02:59:08.857Z Downloaded encoding_rs v0.8.35
13382026-03-19T02:59:08.872Z Downloaded dof v0.4.0
13392026-03-19T02:59:08.879Z Downloaded difflib v0.4.0
13402026-03-19T02:59:08.879Z Downloaded data-encoding v2.10.0
13412026-03-19T02:59:08.879Z Downloaded cancel-safe-futures v0.1.5
13422026-03-19T02:59:08.884Z Downloaded atomicwrites v0.4.4
13432026-03-19T02:59:08.884Z Downloaded async-stream v0.3.6
13442026-03-19T02:59:08.884Z Downloaded crc v3.4.0
13452026-03-19T02:59:08.903Z Downloaded libgit2-sys v0.18.3+1.9.2
13462026-03-19T02:59:09.379Z Downloaded aws-lc-sys v0.37.1
13472026-03-19T02:59:09.718Z Compiling libc v0.2.180
13482026-03-19T02:59:09.718Z Compiling serde v1.0.228
13492026-03-19T02:59:09.722Z Compiling log v0.4.29
13502026-03-19T02:59:09.722Z Compiling find-msvc-tools v0.1.9
13512026-03-19T02:59:09.921Z Compiling shlex v1.3.0
13522026-03-19T02:59:09.924Z Compiling smallvec v1.15.1
13532026-03-19T02:59:09.940Z Compiling syn v2.0.117
13542026-03-19T02:59:09.957Z Compiling typenum v1.19.0
13552026-03-19T02:59:10.169Z Compiling generic-array v0.14.7
13562026-03-19T02:59:10.187Z Compiling subtle v2.6.1
13572026-03-19T02:59:10.214Z Compiling scopeguard v1.2.0
13582026-03-19T02:59:10.236Z Compiling portable-atomic v1.13.1
13592026-03-19T02:59:10.314Z Compiling const-oid v0.9.6
13602026-03-19T02:59:10.354Z Compiling lock_api v0.4.14
13612026-03-19T02:59:10.410Z Compiling critical-section v1.2.0
13622026-03-19T02:59:10.493Z Compiling zerocopy v0.8.40
13632026-03-19T02:59:10.539Z Compiling parking_lot_core v0.9.12
13642026-03-19T02:59:10.653Z Compiling serde_json v1.0.149
13652026-03-19T02:59:10.828Z Compiling pin-project-lite v0.2.17
13662026-03-19T02:59:10.960Z Compiling pkg-config v0.3.32
13672026-03-19T02:59:10.986Z Compiling getrandom v0.2.17
13682026-03-19T02:59:11.072Z Compiling jobserver v0.1.34
13692026-03-19T02:59:11.256Z Compiling rand_core v0.6.4
13702026-03-19T02:59:11.278Z Compiling errno v0.3.14
13712026-03-19T02:59:11.396Z Compiling cc v1.2.56
13722026-03-19T02:59:11.522Z Compiling once_cell v1.21.3
13732026-03-19T02:59:11.577Z Compiling signal-hook-registry v1.4.8
13742026-03-19T02:59:11.623Z Compiling mio v1.1.1
13752026-03-19T02:59:11.708Z Compiling bitflags v2.11.0
13762026-03-19T02:59:11.783Z Compiling libm v0.2.16
13772026-03-19T02:59:11.925Z Compiling parking_lot v0.12.5
13782026-03-19T02:59:11.965Z Compiling num-traits v0.2.19
13792026-03-19T02:59:12.003Z Compiling futures-core v0.3.32
13802026-03-19T02:59:12.194Z Compiling socket2 v0.6.2
13812026-03-19T02:59:12.257Z Compiling percent-encoding v2.3.2
13822026-03-19T02:59:12.421Z Compiling allocator-api2 v0.2.21
13832026-03-19T02:59:12.428Z Compiling cpufeatures v0.2.17
13842026-03-19T02:59:12.502Z Compiling futures-sink v0.3.32
13852026-03-19T02:59:12.521Z Compiling foldhash v0.2.0
13862026-03-19T02:59:12.528Z Compiling futures-io v0.3.32
13872026-03-19T02:59:12.637Z Compiling futures-channel v0.3.32
13882026-03-19T02:59:12.737Z Compiling futures-task v0.3.32
13892026-03-19T02:59:12.772Z Compiling getrandom v0.4.1
13902026-03-19T02:59:12.797Z Compiling hashbrown v0.16.1
13912026-03-19T02:59:12.830Z Compiling slab v0.4.12
13922026-03-19T02:59:13.020Z Compiling rand_core v0.10.0
13932026-03-19T02:59:13.092Z Compiling rustversion v1.0.22
13942026-03-19T02:59:13.196Z Compiling getrandom v0.3.4
13952026-03-19T02:59:13.299Z Compiling form_urlencoded v1.2.2
13962026-03-19T02:59:13.566Z Compiling cmake v0.1.57
13972026-03-19T02:59:13.608Z Compiling indexmap v2.13.0
13982026-03-19T02:59:13.708Z Compiling ident_case v1.0.1
13992026-03-19T02:59:13.870Z Compiling dunce v1.0.5
14002026-03-19T02:59:13.970Z Compiling fs_extra v1.3.0
14012026-03-19T02:59:14.004Z Compiling base64ct v1.8.3
14022026-03-19T02:59:14.124Z Compiling synstructure v0.13.2
14032026-03-19T02:59:14.331Z Compiling aws-lc-sys v0.37.1
14042026-03-19T02:59:14.375Z Compiling pem-rfc7468 v0.7.0
14052026-03-19T02:59:14.397Z Compiling flagset v0.4.7
14062026-03-19T02:59:14.459Z Compiling rand_core v0.9.5
14072026-03-19T02:59:14.476Z Compiling rustix v1.1.3
14082026-03-19T02:59:14.560Z Compiling iana-time-zone v0.1.65
14092026-03-19T02:59:14.586Z Compiling ring v0.17.14
14102026-03-19T02:59:14.809Z Compiling uuid v1.21.0
14112026-03-19T02:59:14.829Z Compiling rustc_version v0.4.1
14122026-03-19T02:59:14.829Z Compiling regex-syntax v0.8.10
14132026-03-19T02:59:14.994Z Compiling aws-lc-rs v1.16.0
14142026-03-19T02:59:15.218Z Compiling vcpkg v0.2.15
14152026-03-19T02:59:15.360Z Compiling tracing-core v0.1.36
14162026-03-19T02:59:15.715Z Compiling crossbeam-utils v0.8.21
14172026-03-19T02:59:16.119Z Compiling pest_generator v2.8.6
14182026-03-19T02:59:16.137Z Compiling serde_derive_internals v0.29.1
14192026-03-19T02:59:16.219Z Compiling openssl-sys v0.9.111
14202026-03-19T02:59:16.731Z Compiling serde_derive v1.0.228
14212026-03-19T02:59:16.895Z Compiling zeroize_derive v1.4.3
14222026-03-19T02:59:16.943Z Compiling zerofrom-derive v0.1.6
14232026-03-19T02:59:17.054Z Compiling yoke-derive v0.8.1
14242026-03-19T02:59:17.403Z Compiling zerocopy-derive v0.8.40
14252026-03-19T02:59:17.783Z Compiling zeroize v1.8.2
14262026-03-19T02:59:18.164Z Compiling zerovec-derive v0.11.2
14272026-03-19T02:59:18.697Z Compiling displaydoc v0.2.5
14282026-03-19T02:59:18.868Z Compiling crypto-common v0.1.7
14292026-03-19T02:59:18.913Z Compiling zerofrom v0.1.6
14302026-03-19T02:59:19.040Z Compiling block-buffer v0.10.4
14312026-03-19T02:59:19.076Z Compiling yoke v0.8.1
14322026-03-19T02:59:19.249Z Compiling digest v0.10.7
14332026-03-19T02:59:19.321Z Compiling tokio-macros v2.6.0
14342026-03-19T02:59:19.450Z Compiling futures-macro v0.3.32
14352026-03-19T02:59:19.579Z Compiling hmac v0.12.1
14362026-03-19T02:59:19.648Z Compiling zerovec v0.11.5
14372026-03-19T02:59:19.677Z Compiling zerotrie v0.2.3
14382026-03-19T02:59:19.777Z Compiling block-padding v0.3.3
14392026-03-19T02:59:19.982Z Compiling inout v0.1.4
14402026-03-19T02:59:20.072Z Compiling sha2 v0.10.9
14412026-03-19T02:59:20.200Z Compiling cipher v0.4.4
14422026-03-19T02:59:20.313Z Compiling tinystr v0.8.2
14432026-03-19T02:59:20.363Z Compiling potential_utf v0.1.4
14442026-03-19T02:59:20.529Z Compiling icu_collections v2.1.1
14452026-03-19T02:59:20.566Z Compiling icu_locale_core v2.1.1
14462026-03-19T02:59:20.575Z Compiling futures-util v0.3.32
14472026-03-19T02:59:20.587Z Compiling der_derive v0.7.3
14482026-03-19T02:59:21.188Z Compiling salsa20 v0.10.2
14492026-03-19T02:59:21.365Z Compiling pbkdf2 v0.12.2
14502026-03-19T02:59:21.512Z Compiling bytes v1.11.1
14512026-03-19T02:59:21.549Z Compiling icu_provider v2.1.1
14522026-03-19T02:59:21.773Z Compiling chrono v0.4.44
14532026-03-19T02:59:21.847Z Compiling icu_properties v2.1.2
14542026-03-19T02:59:21.930Z Compiling icu_normalizer v2.1.1
14552026-03-19T02:59:21.934Z Compiling der v0.7.10
14562026-03-19T02:59:22.342Z Compiling tokio v1.49.0
14572026-03-19T02:59:22.666Z Compiling http v1.4.0
14582026-03-19T02:59:23.473Z Compiling idna_adapter v1.2.1
14592026-03-19T02:59:23.621Z Compiling idna v1.1.0
14602026-03-19T02:59:23.661Z Compiling ppv-lite86 v0.2.21
14612026-03-19T02:59:23.705Z Compiling spki v0.7.3
14622026-03-19T02:59:23.725Z Compiling thiserror-impl v2.0.18
14632026-03-19T02:59:23.842Z Compiling scrypt v0.11.0
14642026-03-19T02:59:23.960Z Compiling cbc v0.1.2
14652026-03-19T02:59:23.973Z Compiling aes v0.8.4
14662026-03-19T02:59:24.114Z Compiling url v2.5.8
14672026-03-19T02:59:24.143Z Compiling rand_chacha v0.9.0
14682026-03-19T02:59:24.201Z Compiling rustls-pki-types v1.14.0
14692026-03-19T02:59:24.504Z Compiling tracing-attributes v0.1.31
14702026-03-19T02:59:24.778Z Compiling pkcs5 v0.7.1
14712026-03-19T02:59:25.039Z Compiling rand v0.9.2
14722026-03-19T02:59:25.168Z Compiling http-body v1.0.1
14732026-03-19T02:59:25.381Z Compiling base64 v0.22.1
14742026-03-19T02:59:25.418Z Compiling untrusted v0.9.0
14752026-03-19T02:59:25.441Z Compiling schemars v0.8.22
14762026-03-19T02:59:25.518Z Compiling thiserror v2.0.18
14772026-03-19T02:59:25.570Z Compiling httparse v1.10.1
14782026-03-19T02:59:25.651Z Compiling untrusted v0.7.1
14792026-03-19T02:59:25.687Z Compiling openssl-probe v0.2.1
14802026-03-19T02:59:25.793Z Compiling syn v1.0.109
14812026-03-19T02:59:25.912Z Compiling pkcs8 v0.10.2
14822026-03-19T02:59:26.060Z Compiling schemars_derive v0.8.22
14832026-03-19T02:59:26.080Z Compiling pest_derive v2.8.6
14842026-03-19T02:59:26.243Z Compiling scroll_derive v0.13.1
14852026-03-19T02:59:26.351Z Compiling tracing v0.1.44
14862026-03-19T02:59:26.614Z Compiling darling_core v0.20.11
14872026-03-19T02:59:26.689Z Compiling atomic-waker v1.1.2
14882026-03-19T02:59:26.844Z Compiling try-lock v0.2.5
14892026-03-19T02:59:26.977Z Compiling dyn-clone v1.0.20
14902026-03-19T02:59:26.985Z Compiling rustls v0.23.37
14912026-03-19T02:59:27.154Z Compiling tinyvec_macros v0.1.1
14922026-03-19T02:59:27.215Z Compiling tower-service v0.3.3
14932026-03-19T02:59:27.244Z Compiling tower-layer v0.3.3
14942026-03-19T02:59:27.315Z Compiling scroll v0.13.0
14952026-03-19T02:59:27.335Z Compiling tinyvec v1.10.0
14962026-03-19T02:59:27.450Z Compiling tokio-util v0.7.18
14972026-03-19T02:59:27.669Z Compiling want v0.3.1
14982026-03-19T02:59:28.300Z Compiling ipnet v2.11.0
14992026-03-19T02:59:28.340Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-19T02:59:28.851Z Compiling h2 v0.4.13
15012026-03-19T02:59:28.913Z Compiling spin v0.9.8
15022026-03-19T02:59:28.999Z Compiling aho-corasick v1.1.4
15032026-03-19T02:59:29.192Z Compiling httpdate v1.0.3
15042026-03-19T02:59:29.485Z Compiling pin-utils v0.1.0
15052026-03-19T02:59:29.578Z Compiling time-core v0.1.8
15062026-03-19T02:59:29.630Z Compiling num-conv v0.2.0
15072026-03-19T02:59:29.772Z Compiling openssl v0.10.75
15082026-03-19T02:59:29.803Z Compiling powerfmt v0.2.0
15092026-03-19T02:59:29.987Z Compiling darling_macro v0.20.11
15102026-03-19T02:59:30.070Z Compiling foreign-types-shared v0.1.1
15112026-03-19T02:59:30.086Z Compiling crc32fast v1.5.0
15122026-03-19T02:59:30.178Z Compiling foreign-types v0.3.2
15132026-03-19T02:59:30.281Z Compiling regex-automata v0.4.14
15142026-03-19T02:59:30.418Z Compiling deranged v0.5.8
15152026-03-19T02:59:30.498Z Compiling time-macros v0.2.27
15162026-03-19T02:59:30.586Z Compiling darling v0.20.11
15172026-03-19T02:59:30.705Z Compiling tempfile v3.25.0
15182026-03-19T02:59:31.374Z Compiling goblin v0.10.5
15192026-03-19T02:59:31.939Z Compiling openssl-macros v0.1.1
15202026-03-19T02:59:32.434Z Compiling thiserror-impl v1.0.69
15212026-03-19T02:59:32.480Z Compiling wait-timeout v0.2.1
15222026-03-19T02:59:32.824Z Compiling usdt-impl v0.6.0
15232026-03-19T02:59:33.104Z Compiling hyper v1.8.1
15242026-03-19T02:59:33.542Z Compiling quick-error v1.2.3
15252026-03-19T02:59:33.679Z Compiling either v1.15.0
15262026-03-19T02:59:33.952Z Compiling native-tls v0.2.18
15272026-03-19T02:59:34.171Z Compiling simd-adler32 v0.3.8
15282026-03-19T02:59:34.610Z Compiling siphasher v1.0.2
15292026-03-19T02:59:34.614Z Compiling bit-vec v0.8.0
15302026-03-19T02:59:34.614Z Compiling num_threads v0.1.7
15312026-03-19T02:59:34.614Z Compiling hyper-util v0.1.20
15322026-03-19T02:59:34.614Z Compiling time v0.3.47
15332026-03-19T02:59:34.663Z Compiling bit-set v0.8.0
15342026-03-19T02:59:34.874Z Compiling thiserror v1.0.69
15352026-03-19T02:59:35.007Z Compiling rusty-fork v0.3.1
15362026-03-19T02:59:35.262Z Compiling dof v0.4.0
15372026-03-19T02:59:36.158Z Compiling derive_builder_core v0.20.2
15382026-03-19T02:59:36.818Z Compiling unicode-normalization v0.1.25
15392026-03-19T02:59:36.860Z Compiling crossbeam-epoch v0.9.18
15402026-03-19T02:59:37.002Z Compiling dtrace-parser v0.3.0
15412026-03-19T02:59:37.295Z Compiling rustls-native-certs v0.8.3
15422026-03-19T02:59:37.299Z Compiling signature v2.2.0
15432026-03-19T02:59:37.422Z Compiling scroll_derive v0.12.1
15442026-03-19T02:59:37.443Z Compiling heapless v0.7.17
15452026-03-19T02:59:37.529Z Compiling rand_xorshift v0.4.0
15462026-03-19T02:59:37.666Z Compiling slog v2.8.2
15472026-03-19T02:59:37.739Z Compiling darling_core v0.21.3
15482026-03-19T02:59:38.189Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-03-19T02:59:38.228Z Compiling sync_wrapper v1.0.2
15502026-03-19T02:59:38.228Z Compiling thread-id v5.1.0
15512026-03-19T02:59:38.229Z Compiling cookie v0.18.1
15522026-03-19T02:59:38.229Z Compiling paste v1.0.15
15532026-03-19T02:59:38.229Z Compiling rayon-core v1.13.0
15542026-03-19T02:59:38.361Z Compiling unicode-segmentation v1.12.0
15552026-03-19T02:59:38.443Z Compiling unarray v0.1.4
15562026-03-19T02:59:38.559Z Compiling signal-hook v0.3.18
15572026-03-19T02:59:38.581Z Compiling zstd-safe v7.2.4
15582026-03-19T02:59:38.581Z Compiling unicode-properties v0.1.4
15592026-03-19T02:59:38.603Z Compiling adler2 v2.0.1
15602026-03-19T02:59:38.739Z Compiling unicode-bidi v0.3.18
15612026-03-19T02:59:38.767Z Compiling anyhow v1.0.102
15622026-03-19T02:59:38.788Z Compiling miniz_oxide v0.8.9
15632026-03-19T02:59:39.245Z Compiling stringprep v0.1.5
15642026-03-19T02:59:39.489Z Compiling proptest v1.10.0
15652026-03-19T02:59:39.549Z Compiling scroll v0.12.0
15662026-03-19T02:59:39.700Z Compiling tower v0.5.3
15672026-03-19T02:59:39.881Z Compiling derive_builder_macro v0.20.2
15682026-03-19T02:59:39.995Z Compiling crossbeam-deque v0.8.6
15692026-03-19T02:59:40.166Z Compiling ipnetwork v0.21.1
15702026-03-19T02:59:40.309Z Compiling http-body-util v0.1.3
15712026-03-19T02:59:40.362Z Compiling webpki-roots v1.0.6
15722026-03-19T02:59:40.395Z Compiling rand_chacha v0.3.1
15732026-03-19T02:59:40.451Z Compiling serde_spanned v0.6.9
15742026-03-19T02:59:40.513Z Compiling toml_datetime v0.6.11
15752026-03-19T02:59:40.629Z Compiling erased-serde v0.3.31
15762026-03-19T02:59:40.647Z Compiling serde_tokenstream v0.2.3
15772026-03-19T02:59:40.684Z Compiling md-5 v0.10.6
15782026-03-19T02:59:40.855Z Compiling zerocopy-derive v0.7.35
15792026-03-19T02:59:40.901Z Compiling curve25519-dalek v4.1.3
15802026-03-19T02:59:41.049Z Compiling vergen-lib v0.1.6
15812026-03-19T02:59:41.285Z Compiling num-integer v0.1.46
15822026-03-19T02:59:41.313Z Compiling hash32 v0.2.1
15832026-03-19T02:59:41.356Z Compiling ff v0.13.1
15842026-03-19T02:59:41.379Z Compiling darling_macro v0.21.3
15852026-03-19T02:59:41.431Z Compiling memoffset v0.9.1
15862026-03-19T02:59:41.574Z Compiling num-bigint-dig v0.8.6
15872026-03-19T02:59:41.589Z Compiling smoltcp v0.9.1
15882026-03-19T02:59:41.671Z Compiling cfg_aliases v0.2.1
15892026-03-19T02:59:41.713Z Compiling ryu v1.0.23
15902026-03-19T02:59:41.761Z Compiling fallible-iterator v0.2.0
15912026-03-19T02:59:41.782Z Compiling iri-string v0.7.10
15922026-03-19T02:59:41.948Z Compiling psl-types v2.0.11
15932026-03-19T02:59:41.987Z Compiling zlib-rs v0.6.2
15942026-03-19T02:59:42.006Z Compiling ref-cast v1.0.25
15952026-03-19T02:59:42.028Z Compiling base16ct v0.2.0
15962026-03-19T02:59:42.104Z Compiling litrs v1.0.0
15972026-03-19T02:59:42.173Z Compiling rustix v0.38.44
15982026-03-19T02:59:42.250Z Compiling sec1 v0.7.3
15992026-03-19T02:59:42.455Z Compiling postgres-protocol v0.6.10
16002026-03-19T02:59:42.607Z Compiling publicsuffix v2.3.0
16012026-03-19T02:59:42.737Z Compiling newtype-uuid v1.3.2
16022026-03-19T02:59:42.803Z Compiling document-features v0.2.12
16032026-03-19T02:59:42.819Z Compiling zerocopy v0.7.35
16042026-03-19T02:59:43.225Z Compiling darling v0.21.3
16052026-03-19T02:59:43.245Z Compiling serde_urlencoded v0.7.1
16062026-03-19T02:59:43.359Z Compiling nix v0.31.1
16072026-03-19T02:59:43.579Z Compiling tower-http v0.6.8
16082026-03-19T02:59:43.690Z Compiling num-iter v0.1.45
16092026-03-19T02:59:43.817Z Compiling group v0.13.0
16102026-03-19T02:59:43.987Z Compiling rand v0.8.5
16112026-03-19T02:59:44.045Z Compiling derive_builder v0.20.2
16122026-03-19T02:59:44.129Z Compiling oxnet v0.1.4
16132026-03-19T02:59:44.337Z Compiling proc-macro-error v1.0.4
16142026-03-19T02:59:44.513Z Compiling goblin v0.8.2
16152026-03-19T02:59:45.390Z Compiling tokio-native-tls v0.3.1
16162026-03-19T02:59:45.509Z Compiling heck v0.4.1
16172026-03-19T02:59:45.583Z Compiling phf_shared v0.13.1
16182026-03-19T02:59:45.601Z Compiling hubpack_derive v0.1.1
16192026-03-19T02:59:45.833Z Compiling regex v1.12.3
16202026-03-19T02:59:45.841Z Compiling lazy_static v1.5.0
16212026-03-19T02:59:45.903Z Compiling cargo-platform v0.1.9
16222026-03-19T02:59:45.959Z Compiling hkdf v0.12.4
16232026-03-19T02:59:46.153Z Compiling flate2 v1.1.9
16242026-03-19T02:59:46.171Z Compiling crypto-bigint v0.5.5
16252026-03-19T02:59:46.239Z Compiling async-trait v0.1.89
16262026-03-19T02:59:46.400Z Compiling daft-derive v0.1.5
16272026-03-19T02:59:46.674Z Compiling curve25519-dalek-derive v0.1.1
16282026-03-19T02:59:46.711Z Compiling strum_macros v0.27.2
16292026-03-19T02:59:47.357Z Compiling ref-cast-impl v1.0.25
16302026-03-19T02:59:47.537Z Compiling terminal_size v0.4.3
16312026-03-19T02:59:47.674Z Compiling vergen v9.0.6
16322026-03-19T02:59:47.702Z Compiling fs-err v3.3.0
16332026-03-19T02:59:47.914Z Compiling ahash v0.8.12
16342026-03-19T02:59:47.959Z Compiling managed v0.8.0
16352026-03-19T02:59:48.103Z Compiling bitflags v1.3.2
16362026-03-19T02:59:48.168Z Compiling winnow v0.5.40
16372026-03-19T02:59:48.202Z Compiling object v0.37.3
16382026-03-19T02:59:48.250Z Compiling libbz2-rs-sys v0.2.2
16392026-03-19T02:59:48.602Z Compiling bumpalo v3.20.2
16402026-03-19T02:59:48.881Z Compiling foldhash v0.1.5
16412026-03-19T02:59:49.116Z Compiling hashbrown v0.15.5
16422026-03-19T02:59:49.124Z Compiling clap_builder v4.5.60
16432026-03-19T02:59:49.168Z Compiling bzip2 v0.6.1
16442026-03-19T02:59:49.443Z Compiling zopfli v0.8.3
16452026-03-19T02:59:49.492Z Compiling strum v0.27.2
16462026-03-19T02:59:49.719Z Compiling console v0.16.2
16472026-03-19T02:59:49.983Z Compiling toml_edit v0.19.15
16482026-03-19T02:59:50.299Z Compiling dof v0.3.0
16492026-03-19T02:59:50.331Z Compiling elliptic-curve v0.13.8
16502026-03-19T02:59:50.680Z Compiling daft v0.1.5
16512026-03-19T02:59:50.860Z Compiling hubpack v0.1.2
16522026-03-19T02:59:51.045Z Compiling cargo_metadata v0.19.2
16532026-03-19T02:59:51.281Z Compiling phf v0.13.1
16542026-03-19T02:59:51.491Z Compiling zone_cfg_derive v0.3.1
16552026-03-19T02:59:52.831Z Compiling hyper-tls v0.6.0
16562026-03-19T02:59:52.920Z Compiling zstd v0.13.3
16572026-03-19T02:59:53.168Z Compiling signal-hook-mio v0.2.5
16582026-03-19T02:59:53.294Z Compiling cookie_store v0.22.1
16592026-03-19T02:59:53.320Z Compiling rayon v1.11.0
16602026-03-19T02:59:53.492Z Compiling bzip2 v0.4.4
16612026-03-19T02:59:53.845Z Compiling serde_with_macros v3.17.0
16622026-03-19T02:59:53.914Z Compiling postgres-types v0.2.12
16632026-03-19T02:59:54.197Z Compiling usdt-macro v0.6.0
16642026-03-19T02:59:54.445Z Compiling usdt-attr-macro v0.6.0
16652026-03-19T02:59:54.681Z Compiling ed25519 v2.2.3
16662026-03-19T02:59:55.169Z Compiling dtrace-parser v0.2.0
16672026-03-19T02:59:55.379Z Compiling phf_shared v0.11.3
16682026-03-19T02:59:55.491Z Compiling itertools v0.12.1
16692026-03-19T02:59:55.631Z Compiling bstr v1.12.1
16702026-03-19T02:59:55.652Z Compiling pkcs1 v0.7.5
16712026-03-19T02:59:55.797Z Compiling hex v0.4.3
16722026-03-19T02:59:55.861Z Compiling serde-big-array v0.5.1
16732026-03-19T02:59:56.041Z Compiling rfc6979 v0.4.0
16742026-03-19T02:59:56.158Z Compiling enum-as-inner v0.6.1
16752026-03-19T02:59:56.205Z Compiling strum_macros v0.26.4
16762026-03-19T02:59:56.225Z Compiling serde_repr v0.1.20
16772026-03-19T02:59:56.244Z Compiling clap_derive v4.5.55
16782026-03-19T02:59:56.540Z Compiling float-cmp v0.10.0
16792026-03-19T02:59:56.732Z Compiling memmap2 v0.9.10
16802026-03-19T02:59:56.813Z Compiling thread-id v4.2.2
16812026-03-19T02:59:56.923Z Compiling env_filter v1.0.0
16822026-03-19T02:59:56.942Z Compiling encoding_rs v0.8.35
16832026-03-19T02:59:57.017Z Compiling jiff v0.2.21
16842026-03-19T02:59:57.154Z Compiling precomputed-hash v0.1.1
16852026-03-19T02:59:57.269Z Compiling data-encoding v2.10.0
16862026-03-19T02:59:57.325Z Compiling whoami v2.1.0
16872026-03-19T02:59:57.829Z Compiling new_debug_unreachable v1.0.6
16882026-03-19T02:59:57.965Z Compiling rustc-hash v2.1.1
16892026-03-19T02:59:58.133Z Compiling keccak v0.1.6
16902026-03-19T02:59:58.312Z Compiling mime v0.3.17
16912026-03-19T02:59:58.569Z Compiling normalize-line-endings v0.3.0
16922026-03-19T02:59:58.660Z Compiling fixedbitset v0.5.7
16932026-03-19T02:59:58.691Z Compiling fixedbitset v0.4.2
16942026-03-19T02:59:58.710Z Compiling predicates-core v1.0.10
16952026-03-19T02:59:58.733Z Compiling static_assertions v1.1.0
16962026-03-19T02:59:58.832Z Compiling difflib v0.4.0
16972026-03-19T02:59:58.947Z Compiling unit-prefix v0.5.2
16982026-03-19T02:59:58.985Z Compiling toml_edit v0.22.27
16992026-03-19T02:59:59.062Z Compiling petgraph v0.8.3
17002026-03-19T02:59:59.081Z Compiling petgraph v0.6.5
17012026-03-19T02:59:59.133Z Compiling predicates v3.1.4
17022026-03-19T02:59:59.272Z Compiling indicatif v0.18.4
17032026-03-19T02:59:59.608Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-19T03:00:00.016Z Compiling clap v4.5.60
17052026-03-19T03:00:00.124Z Compiling strum v0.26.3
17062026-03-19T03:00:00.294Z Compiling sha3 v0.10.8
17072026-03-19T03:00:00.439Z Compiling iddqd v0.3.17
17082026-03-19T03:00:00.889Z Compiling zip v4.6.1
17092026-03-19T03:00:01.139Z Compiling string_cache v0.8.9
17102026-03-19T03:00:01.439Z Compiling hickory-proto v0.25.2
17112026-03-19T03:00:01.729Z Compiling tokio-postgres v0.7.16
17122026-03-19T03:00:01.998Z Compiling env_logger v0.11.9
17132026-03-19T03:00:02.199Z Compiling zone v0.3.1
17142026-03-19T03:00:02.485Z Compiling usdt v0.6.0
17152026-03-19T03:00:02.830Z Compiling usdt-impl v0.5.0
17162026-03-19T03:00:02.905Z Compiling similar v2.7.0
17172026-03-19T03:00:03.146Z Compiling ecdsa v0.16.9
17182026-03-19T03:00:03.178Z Compiling serde_with v3.17.0
17192026-03-19T03:00:03.450Z Compiling rsa v0.9.10
17202026-03-19T03:00:03.678Z Compiling crossterm v0.28.1
17212026-03-19T03:00:03.714Z Compiling ed25519-dalek v2.2.0
17222026-03-19T03:00:04.519Z Compiling zip v0.6.6
17232026-03-19T03:00:05.297Z Compiling toml v0.7.8
17242026-03-19T03:00:05.811Z Compiling toml_parser v1.0.9+spec-1.1.0
17252026-03-19T03:00:05.935Z Compiling itertools v0.13.0
17262026-03-19T03:00:06.144Z Compiling tokio-stream v0.1.18
17272026-03-19T03:00:06.164Z Compiling buf-list v1.1.2
17282026-03-19T03:00:06.529Z Compiling x509-cert v0.2.5
17292026-03-19T03:00:06.688Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17302026-03-19T03:00:06.774Z Compiling openapiv3 v2.2.0
17312026-03-19T03:00:07.099Z Compiling sha1 v0.10.6
17322026-03-19T03:00:07.395Z Compiling toml_datetime v0.7.5+spec-1.1.0
17332026-03-19T03:00:07.657Z Compiling lalrpop-util v0.19.12
17342026-03-19T03:00:07.692Z Compiling peg-runtime v0.8.5
17352026-03-19T03:00:07.789Z Compiling thread_local v1.1.9
17362026-03-19T03:00:07.938Z Compiling slog-async v2.8.0
17372026-03-19T03:00:08.144Z Compiling crossbeam-channel v0.5.15
17382026-03-19T03:00:08.177Z Compiling futures-executor v0.3.32
17392026-03-19T03:00:08.177Z Compiling filetime v0.2.27
17402026-03-19T03:00:08.359Z Compiling is-terminal v0.4.17
17412026-03-19T03:00:08.398Z Compiling take_mut v0.2.2
17422026-03-19T03:00:08.485Z Compiling xattr v1.6.1
17432026-03-19T03:00:08.503Z Compiling term v1.2.1
17442026-03-19T03:00:08.528Z Compiling futures v0.3.32
17452026-03-19T03:00:08.632Z Compiling tar v0.4.44
17462026-03-19T03:00:08.885Z Compiling slog-term v2.9.2
17472026-03-19T03:00:15.770Z Compiling rustls-webpki v0.103.9
17482026-03-19T03:00:19.829Z Compiling tokio-rustls v0.26.4
17492026-03-19T03:00:19.829Z Compiling rustls-platform-verifier v0.6.2
17502026-03-19T03:00:20.093Z Compiling hyper-rustls v0.27.7
17512026-03-19T03:00:20.371Z Compiling reqwest v0.12.28
17522026-03-19T03:00:20.371Z Compiling reqwest v0.13.2
17532026-03-19T03:00:23.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-03-19T03:00:23.683Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-03-19T03:00:27.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17562026-03-19T03:00:27.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-03-19T03:00:27.810ZMar 19 03:00:26.648 INFO Starting download, target: Cockroach
17582026-03-19T03:00:27.810ZMar 19 03:00:26.649 INFO Starting download, target: MaghemiteMgd
17592026-03-19T03:00:27.810ZMar 19 03:00:26.649 INFO Starting download, target: Clickhouse
17602026-03-19T03:00:27.810ZMar 19 03:00:26.649 INFO Starting download, target: DendriteStub
17612026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Starting download, target: Console
17622026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Starting download, target: TransceiverControl
17632026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17672026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-03-19T03:00:27.814ZMar 19 03:00:26.649 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-03-19T03:00:28.309ZMar 19 03:00:27.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-03-19T03:00:28.613ZMar 19 03:00:27.449 INFO Download complete, target: TransceiverControl
17712026-03-19T03:00:28.811ZMar 19 03:00:27.644 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-03-19T03:00:29.182ZMar 19 03:00:28.015 INFO Download complete, target: Console
17732026-03-19T03:00:29.568ZMar 19 03:00:28.403 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-03-19T03:00:29.646ZMar 19 03:00:28.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-19T03:00:30.015ZMar 19 03:00:28.828 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17762026-03-19T03:00:30.902ZMar 19 03:00:29.741 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-03-19T03:00:30.902ZMar 19 03:00:29.741 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-03-19T03:00:33.195ZMar 19 03:00:32.028 INFO Download complete, target: DendriteStub
17792026-03-19T03:00:33.656ZMar 19 03:00:32.491 INFO Download complete, target: MaghemiteMgd
17802026-03-19T03:00:38.587ZMar 19 03:00:37.429 INFO Checking that binary works, target: Cockroach
17812026-03-19T03:00:38.707ZMar 19 03:00:37.548 INFO Download complete, target: Cockroach
17822026-03-19T03:00:40.803ZMar 19 03:00:39.644 INFO Checking that binary works, target: Clickhouse
17832026-03-19T03:00:40.977ZMar 19 03:00:39.790 INFO Download complete, target: Clickhouse
17842026-03-19T03:00:41.028ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-03-19T03:00:41.028Z
17862026-03-19T03:00:41.028Zreal 4:50.230766530
17872026-03-19T03:00:41.028Zuser 10:29.199721969
17882026-03-19T03:00:41.028Zsys 1:49.358125487
17892026-03-19T03:00:41.028Ztrap 0.315277697
17902026-03-19T03:00:41.029Ztflt 0.727341216
17912026-03-19T03:00:41.029Zdflt 0.583493853
17922026-03-19T03:00:41.029Zkflt 0.022350899
17932026-03-19T03:00:41.029Zlock 30:53.903570838
17942026-03-19T03:00:41.029Zslp 31:07.224922479
17952026-03-19T03:00:41.029Zlat 56.904892842
17962026-03-19T03:00:41.029Zstop 2:44.174172385
17972026-03-19T03:00:41.029Z+ banner hack-check
17982026-03-19T03:00:41.029Z
17992026-03-19T03:00:41.029Z # # ## #### # # #### # # ###### #### # #
18002026-03-19T03:00:41.029Z # # # # # # # # # # # # # # # # #
18012026-03-19T03:00:41.030Z ###### # # # #### ##### # ###### ##### # ####
18022026-03-19T03:00:41.030Z # # ###### # # # # # # # # # #
18032026-03-19T03:00:41.030Z # # # # # # # # # # # # # # # # #
18042026-03-19T03:00:41.030Z # # # # #### # # #### # # ###### #### # #
18052026-03-19T03:00:41.030Z
18062026-03-19T03:00:41.030Z+ export CARGO_INCREMENTAL=0
18072026-03-19T03:00:41.030Z+ CARGO_INCREMENTAL=0
18082026-03-19T03:00:41.030Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-03-19T03:00:41.708Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-03-19T03:00:41.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-03-19T03:00:44.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18122026-03-19T03:00:44.698Z Running `target/debug/xtask check-features --ci`
18132026-03-19T03:00:44.745Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-03-19T03:00:44.745Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-03-19T03:00:45.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18162026-03-19T03:00:45.317Z Running `target/debug/xtask download cargo-hack`
18172026-03-19T03:00:46.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-03-19T03:00:46.730Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-03-19T03:00:50.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
18202026-03-19T03:00:50.256Z Running `target/debug/xtask-downloader cargo-hack`
18212026-03-19T03:00:50.302ZMar 19 03:00:49.145 INFO Starting download, target: CargoHack
18222026-03-19T03:00:50.305ZMar 19 03:00:49.145 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-03-19T03:00:50.545ZMar 19 03:00:49.389 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-03-19T03:00:50.627ZMar 19 03:00:49.469 INFO Download complete, target: CargoHack
18252026-03-19T03:00:50.631Zrunning: "/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"
18262026-03-19T03:00:50.645Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-03-19T03:00:50.880Zinfo: running `cargo check --bins` on api_identity (1/259)
18282026-03-19T03:00:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-19T03:00:51.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-19T03:00:51.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-19T03:00:51.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18322026-03-19T03:00:51.632Z
18332026-03-19T03:00:51.632Zinfo: running `cargo check --bins` on bootstore (2/259)
18342026-03-19T03:00:52.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-19T03:00:52.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-19T03:00:52.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-19T03:00:52.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18382026-03-19T03:00:52.443Z
18392026-03-19T03:00:52.443Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18402026-03-19T03:00:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-19T03:00:53.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-19T03:00:53.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-19T03:00:53.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18442026-03-19T03:00:53.227Z
18452026-03-19T03:00:53.227Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18462026-03-19T03:00:53.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-19T03:00:53.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-19T03:00:53.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-19T03:00:53.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18502026-03-19T03:00:53.969Z
18512026-03-19T03:00:53.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18522026-03-19T03:00:54.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-19T03:00:54.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-19T03:00:54.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-19T03:00:54.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18562026-03-19T03:00:54.760Z
18572026-03-19T03:00:54.760Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18582026-03-19T03:00:55.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-19T03:00:55.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-19T03:00:55.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-19T03:00:55.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18622026-03-19T03:00:55.546Z
18632026-03-19T03:00:55.546Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18642026-03-19T03:00:56.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-19T03:00:56.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-19T03:00:56.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-19T03:00:56.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18682026-03-19T03:00:56.338Z
18692026-03-19T03:00:56.338Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18702026-03-19T03:00:57.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-19T03:00:57.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-19T03:00:57.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-19T03:00:57.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18742026-03-19T03:00:57.144Z
18752026-03-19T03:00:57.144Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18762026-03-19T03:00:57.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-19T03:00:57.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-19T03:00:57.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-19T03:00:57.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18802026-03-19T03:00:57.752Z
18812026-03-19T03:00:57.752Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18822026-03-19T03:00:58.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-19T03:00:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-19T03:00:58.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-19T03:00:58.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18862026-03-19T03:00:58.408Z
18872026-03-19T03:00:58.408Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18882026-03-19T03:00:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-19T03:00:59.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-19T03:00:59.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-19T03:00:59.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18922026-03-19T03:00:59.011Z
18932026-03-19T03:00:59.011Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18942026-03-19T03:00:59.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-19T03:00:59.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-19T03:00:59.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-19T03:00:59.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18982026-03-19T03:00:59.628Z
18992026-03-19T03:00:59.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
19002026-03-19T03:01:00.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-19T03:01:00.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-19T03:01:00.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-19T03:01:00.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19042026-03-19T03:01:00.246Z
19052026-03-19T03:01:00.246Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19062026-03-19T03:01:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-19T03:01:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-19T03:01:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-19T03:01:00.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19102026-03-19T03:01:00.861Z
19112026-03-19T03:01:00.861Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19122026-03-19T03:01:01.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-19T03:01:01.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-19T03:01:01.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-19T03:01:01.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19162026-03-19T03:01:01.490Z
19172026-03-19T03:01:01.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19182026-03-19T03:01:02.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-19T03:01:02.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-19T03:01:02.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-19T03:01:02.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19222026-03-19T03:01:02.114Z
19232026-03-19T03:01:02.114Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19242026-03-19T03:01:02.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-19T03:01:02.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-19T03:01:02.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-19T03:01:02.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19282026-03-19T03:01:02.737Z
19292026-03-19T03:01:02.737Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19302026-03-19T03:01:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-19T03:01:03.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-19T03:01:03.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-19T03:01:03.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19342026-03-19T03:01:03.361Z
19352026-03-19T03:01:03.362Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19362026-03-19T03:01:03.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-19T03:01:03.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-19T03:01:03.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-19T03:01:03.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19402026-03-19T03:01:03.985Z
19412026-03-19T03:01:03.985Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19422026-03-19T03:01:04.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-19T03:01:04.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-19T03:01:04.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-19T03:01:04.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19462026-03-19T03:01:04.617Z
19472026-03-19T03:01:04.617Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19482026-03-19T03:01:05.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-19T03:01:05.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-19T03:01:05.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-19T03:01:05.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19522026-03-19T03:01:05.240Z
19532026-03-19T03:01:05.240Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19542026-03-19T03:01:05.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-19T03:01:05.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-19T03:01:05.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-19T03:01:05.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19582026-03-19T03:01:05.860Z
19592026-03-19T03:01:05.860Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19602026-03-19T03:01:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-19T03:01:06.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-19T03:01:06.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-19T03:01:06.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19642026-03-19T03:01:06.486Z
19652026-03-19T03:01:06.486Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19662026-03-19T03:01:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-19T03:01:07.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-19T03:01:07.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-19T03:01:07.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19702026-03-19T03:01:07.114Z
19712026-03-19T03:01:07.114Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19722026-03-19T03:01:07.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-19T03:01:07.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-19T03:01:07.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-19T03:01:07.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19762026-03-19T03:01:07.742Z
19772026-03-19T03:01:07.742Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19782026-03-19T03:01:08.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-19T03:01:08.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-19T03:01:08.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-19T03:01:08.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19822026-03-19T03:01:08.370Z
19832026-03-19T03:01:08.370Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19842026-03-19T03:01:08.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-19T03:01:08.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-19T03:01:08.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-19T03:01:08.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19882026-03-19T03:01:08.996Z
19892026-03-19T03:01:08.996Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19902026-03-19T03:01:09.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-19T03:01:09.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-19T03:01:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-19T03:01:09.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19942026-03-19T03:01:09.619Z
19952026-03-19T03:01:09.619Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19962026-03-19T03:01:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-19T03:01:10.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-19T03:01:10.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-19T03:01:10.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20002026-03-19T03:01:10.261Z
20012026-03-19T03:01:10.261Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
20022026-03-19T03:01:10.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-19T03:01:10.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-19T03:01:10.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-19T03:01:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20062026-03-19T03:01:10.877Z
20072026-03-19T03:01:10.877Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20082026-03-19T03:01:11.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-19T03:01:11.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-19T03:01:11.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-19T03:01:11.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20122026-03-19T03:01:11.492Z
20132026-03-19T03:01:11.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20142026-03-19T03:01:12.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-19T03:01:12.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-19T03:01:12.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-19T03:01:12.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20182026-03-19T03:01:12.125Z
20192026-03-19T03:01:12.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20202026-03-19T03:01:12.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-19T03:01:12.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-19T03:01:12.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-19T03:01:12.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20242026-03-19T03:01:12.753Z
20252026-03-19T03:01:12.753Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20262026-03-19T03:01:13.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-19T03:01:13.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-19T03:01:13.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-19T03:01:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20302026-03-19T03:01:13.372Z
20312026-03-19T03:01:13.372Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20322026-03-19T03:01:13.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-19T03:01:13.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-19T03:01:13.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-19T03:01:13.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20362026-03-19T03:01:13.993Z
20372026-03-19T03:01:13.993Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20382026-03-19T03:01:14.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-19T03:01:14.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-19T03:01:14.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-19T03:01:14.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20422026-03-19T03:01:14.961Z
20432026-03-19T03:01:14.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20442026-03-19T03:01:15.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-19T03:01:15.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-19T03:01:15.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-19T03:01:15.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20482026-03-19T03:01:15.251Z
20492026-03-19T03:01:15.252Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20502026-03-19T03:01:15.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-19T03:01:15.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-19T03:01:15.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-19T03:01:15.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20542026-03-19T03:01:15.878Z
20552026-03-19T03:01:15.879Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20562026-03-19T03:01:16.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-19T03:01:16.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-19T03:01:16.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-19T03:01:16.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20602026-03-19T03:01:16.514Z
20612026-03-19T03:01:16.514Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20622026-03-19T03:01:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-19T03:01:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-19T03:01:17.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-19T03:01:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20662026-03-19T03:01:17.134Z
20672026-03-19T03:01:17.134Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20682026-03-19T03:01:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-19T03:01:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-19T03:01:17.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-19T03:01:17.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20722026-03-19T03:01:17.758Z
20732026-03-19T03:01:17.758Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20742026-03-19T03:01:18.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-19T03:01:18.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-19T03:01:18.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-19T03:01:18.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20782026-03-19T03:01:18.375Z
20792026-03-19T03:01:18.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20802026-03-19T03:01:18.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-19T03:01:18.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-19T03:01:18.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-19T03:01:18.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20842026-03-19T03:01:18.995Z
20852026-03-19T03:01:18.995Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20862026-03-19T03:01:19.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-19T03:01:19.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-19T03:01:19.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-19T03:01:19.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20902026-03-19T03:01:19.612Z
20912026-03-19T03:01:19.612Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20922026-03-19T03:01:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-19T03:01:20.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-19T03:01:20.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-19T03:01:20.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-03-19T03:01:20.234Z
20972026-03-19T03:01:20.234Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20982026-03-19T03:01:20.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-19T03:01:20.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-19T03:01:20.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-19T03:01:20.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21022026-03-19T03:01:20.856Z
21032026-03-19T03:01:20.856Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21042026-03-19T03:01:21.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-19T03:01:21.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-19T03:01:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-19T03:01:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21082026-03-19T03:01:21.468Z
21092026-03-19T03:01:21.469Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21102026-03-19T03:01:22.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-19T03:01:22.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-19T03:01:22.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-03-19T03:01:22.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21142026-03-19T03:01:22.084Z
21152026-03-19T03:01:22.084Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21162026-03-19T03:01:22.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-03-19T03:01:22.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-03-19T03:01:23.176Z Checking cfg-if v1.0.4
21192026-03-19T03:01:23.333Z Checking libc v0.2.180
21202026-03-19T03:01:23.370Z Checking serde_core v1.0.228
21212026-03-19T03:01:23.377Z Checking memchr v2.8.0
21222026-03-19T03:01:23.391Z Checking smallvec v1.15.1
21232026-03-19T03:01:23.391Z Checking itoa v1.0.17
21242026-03-19T03:01:23.427Z Checking log v0.4.29
21252026-03-19T03:01:23.430Z Checking zeroize v1.8.2
21262026-03-19T03:01:23.466Z Checking stable_deref_trait v1.2.1
21272026-03-19T03:01:23.561Z Checking zerofrom v0.1.6
21282026-03-19T03:01:23.589Z Checking zmij v1.0.21
21292026-03-19T03:01:23.625Z Checking scopeguard v1.2.0
21302026-03-19T03:01:23.647Z Checking subtle v2.6.1
21312026-03-19T03:01:23.667Z Checking percent-encoding v2.3.2
21322026-03-19T03:01:23.709Z Checking yoke v0.8.1
21332026-03-19T03:01:23.751Z Checking lock_api v0.4.14
21342026-03-19T03:01:23.841Z Checking writeable v0.6.2
21352026-03-19T03:01:23.844Z Checking litemap v0.8.1
21362026-03-19T03:01:23.880Z Checking libm v0.2.16
21372026-03-19T03:01:23.904Z Checking icu_properties_data v2.1.2
21382026-03-19T03:01:23.930Z Checking getrandom v0.2.17
21392026-03-19T03:01:23.930Z Checking errno v0.3.14
21402026-03-19T03:01:24.017Z Checking zerovec v0.11.5
21412026-03-19T03:01:24.047Z Checking zerotrie v0.2.3
21422026-03-19T03:01:24.069Z Checking icu_normalizer_data v2.1.1
21432026-03-19T03:01:24.088Z Checking pin-project-lite v0.2.17
21442026-03-19T03:01:24.108Z Checking utf8_iter v1.0.4
21452026-03-19T03:01:24.127Z Checking rand_core v0.6.4
21462026-03-19T03:01:24.159Z Checking form_urlencoded v1.2.2
21472026-03-19T03:01:24.203Z Checking typenum v1.19.0
21482026-03-19T03:01:24.260Z Checking portable-atomic v1.13.1
21492026-03-19T03:01:24.319Z Checking critical-section v1.2.0
21502026-03-19T03:01:24.356Z Checking rand_core v0.10.0
21512026-03-19T03:01:24.377Z Checking signal-hook-registry v1.4.8
21522026-03-19T03:01:24.452Z Checking parking_lot_core v0.9.12
21532026-03-19T03:01:24.548Z Checking getrandom v0.4.1
21542026-03-19T03:01:24.592Z Checking socket2 v0.6.2
21552026-03-19T03:01:24.638Z Checking tinystr v0.8.2
21562026-03-19T03:01:24.698Z Checking potential_utf v0.1.4
21572026-03-19T03:01:24.733Z Checking parking_lot v0.12.5
21582026-03-19T03:01:24.851Z Checking once_cell v1.21.3
21592026-03-19T03:01:24.872Z Checking icu_collections v2.1.1
21602026-03-19T03:01:24.878Z Checking icu_locale_core v2.1.1
21612026-03-19T03:01:24.911Z Checking num-traits v0.2.19
21622026-03-19T03:01:24.930Z Checking mio v1.1.1
21632026-03-19T03:01:24.955Z Checking generic-array v0.14.7
21642026-03-19T03:01:24.978Z Checking zerocopy v0.8.40
21652026-03-19T03:01:25.076Z Checking iana-time-zone v0.1.65
21662026-03-19T03:01:25.218Z Checking futures-core v0.3.32
21672026-03-19T03:01:25.282Z Checking allocator-api2 v0.2.21
21682026-03-19T03:01:25.319Z Checking equivalent v1.0.2
21692026-03-19T03:01:25.371Z Checking foldhash v0.2.0
21702026-03-19T03:01:25.425Z Checking const-oid v0.9.6
21712026-03-19T03:01:25.528Z Checking serde v1.0.228
21722026-03-19T03:01:25.572Z Checking serde_json v1.0.149
21732026-03-19T03:01:25.598Z Checking bitflags v2.11.0
21742026-03-19T03:01:25.661Z Checking icu_provider v2.1.1
21752026-03-19T03:01:25.678Z Checking crypto-common v0.1.7
21762026-03-19T03:01:25.708Z Checking uuid v1.21.0
21772026-03-19T03:01:25.815Z Checking hashbrown v0.16.1
21782026-03-19T03:01:25.841Z Checking futures-sink v0.3.32
21792026-03-19T03:01:25.967Z Checking dyn-clone v1.0.20
21802026-03-19T03:01:25.970Z Checking icu_normalizer v2.1.1
21812026-03-19T03:01:26.096Z Checking icu_properties v2.1.2
21822026-03-19T03:01:26.116Z Checking bytes v1.11.1
21832026-03-19T03:01:26.138Z Checking chrono v0.4.44
21842026-03-19T03:01:26.392Z Checking futures-channel v0.3.32
21852026-03-19T03:01:26.437Z Checking block-buffer v0.10.4
21862026-03-19T03:01:26.494Z Checking semver v1.0.27
21872026-03-19T03:01:26.518Z Checking futures-io v0.3.32
21882026-03-19T03:01:26.612Z Checking futures-task v0.3.32
21892026-03-19T03:01:26.647Z Checking slab v0.4.12
21902026-03-19T03:01:26.706Z Checking digest v0.10.7
21912026-03-19T03:01:26.728Z Checking tokio v1.49.0
21922026-03-19T03:01:26.765Z Checking thiserror v2.0.18
21932026-03-19T03:01:26.792Z Checking byteorder v1.5.0
21942026-03-19T03:01:26.848Z Checking futures-util v0.3.32
21952026-03-19T03:01:26.891Z Checking indexmap v2.13.0
21962026-03-19T03:01:26.922Z Checking cpufeatures v0.2.17
21972026-03-19T03:01:27.013Z Checking http v1.4.0
21982026-03-19T03:01:27.063Z Checking fnv v1.0.7
21992026-03-19T03:01:27.190Z Checking unicode-ident v1.0.24
22002026-03-19T03:01:27.262Z Checking idna_adapter v1.2.1
22012026-03-19T03:01:27.318Z Checking base64 v0.22.1
22022026-03-19T03:01:27.340Z Checking tracing-core v0.1.36
22032026-03-19T03:01:27.414Z Checking idna v1.1.0
22042026-03-19T03:01:27.631Z Checking proc-macro2 v1.0.106
22052026-03-19T03:01:27.674Z Checking rustls-pki-types v1.14.0
22062026-03-19T03:01:27.727Z Checking url v2.5.8
22072026-03-19T03:01:28.157Z Checking tracing v0.1.44
22082026-03-19T03:01:28.160Z Checking regex-syntax v0.8.10
22092026-03-19T03:01:28.160Z Checking untrusted v0.9.0
22102026-03-19T03:01:28.160Z Checking quote v1.0.44
22112026-03-19T03:01:28.160Z Checking thiserror v1.0.69
22122026-03-19T03:01:28.160Z Checking ring v0.17.14
22132026-03-19T03:01:28.206Z Checking ipnet v2.11.0
22142026-03-19T03:01:28.279Z Checking syn v2.0.117
22152026-03-19T03:01:28.299Z Checking schemars v0.8.22
22162026-03-19T03:01:28.957Z Checking httparse v1.10.1
22172026-03-19T03:01:28.960Z Checking http-body v1.0.1
22182026-03-19T03:01:29.005Z Checking rustix v1.1.3
22192026-03-19T03:01:29.487Z Checking ppv-lite86 v0.2.21
22202026-03-19T03:01:29.490Z Checking block-padding v0.3.3
22212026-03-19T03:01:29.490Z Checking getrandom v0.3.4
22222026-03-19T03:01:29.499Z Checking atomic-waker v1.1.2
22232026-03-19T03:01:29.523Z Checking inout v0.1.4
22242026-03-19T03:01:29.569Z Checking hmac v0.12.1
22252026-03-19T03:01:29.590Z Checking aws-lc-sys v0.37.1
22262026-03-19T03:01:29.623Z Checking aho-corasick v1.1.4
22272026-03-19T03:01:29.646Z Checking openssl-probe v0.2.1
22282026-03-19T03:01:29.707Z Checking httpdate v1.0.3
22292026-03-19T03:01:29.743Z Checking tower-service v0.3.3
22302026-03-19T03:01:29.781Z Checking tower-layer v0.3.3
22312026-03-19T03:01:29.859Z Checking untrusted v0.7.1
22322026-03-19T03:01:29.899Z Checking try-lock v0.2.5
22332026-03-19T03:01:29.972Z Checking powerfmt v0.2.0
22342026-03-19T03:01:30.010Z Checking cipher v0.4.4
22352026-03-19T03:01:30.029Z Checking want v0.3.1
22362026-03-19T03:01:30.172Z Checking deranged v0.5.8
22372026-03-19T03:01:30.193Z Checking rand_core v0.9.5
22382026-03-19T03:01:30.220Z Checking time-core v0.1.8
22392026-03-19T03:01:30.318Z Checking num_threads v0.1.7
22402026-03-19T03:01:30.322Z Checking aws-lc-rs v1.16.0
22412026-03-19T03:01:30.400Z Checking num-conv v0.2.0
22422026-03-19T03:01:30.421Z Checking pin-utils v0.1.0
22432026-03-19T03:01:30.441Z Checking base64ct v1.8.3
22442026-03-19T03:01:30.512Z Checking sha2 v0.10.9
22452026-03-19T03:01:30.554Z Checking regex-automata v0.4.14
22462026-03-19T03:01:30.559Z Checking erased-serde v0.3.31
22472026-03-19T03:01:30.754Z Checking pretty-hex v0.4.1
22482026-03-19T03:01:30.881Z Checking rand_chacha v0.9.0
22492026-03-19T03:01:30.907Z Checking ryu v1.0.23
22502026-03-19T03:01:31.087Z Checking fastrand v2.3.0
22512026-03-19T03:01:31.123Z Checking tokio-util v0.7.18
22522026-03-19T03:01:31.146Z Checking slog v2.8.2
22532026-03-19T03:01:31.167Z Checking rand v0.9.2
22542026-03-19T03:01:31.323Z Checking pem-rfc7468 v0.7.0
22552026-03-19T03:01:31.472Z Checking time v0.3.47
22562026-03-19T03:01:31.476Z Checking rustls-webpki v0.103.9
22572026-03-19T03:01:31.513Z Checking rustls-native-certs v0.8.3
22582026-03-19T03:01:31.534Z Checking ipnetwork v0.21.1
22592026-03-19T03:01:31.594Z Checking http-body-util v0.1.3
22602026-03-19T03:01:31.678Z Checking sync_wrapper v1.0.2
22612026-03-19T03:01:31.806Z Checking spin v0.9.8
22622026-03-19T03:01:31.827Z Checking plain v0.2.3
22632026-03-19T03:01:31.846Z Checking flagset v0.4.7
22642026-03-19T03:01:31.887Z Checking tower v0.5.3
22652026-03-19T03:01:31.976Z Checking h2 v0.4.13
22662026-03-19T03:01:31.990Z Checking serde_urlencoded v0.7.1
22672026-03-19T03:01:32.007Z Checking der v0.7.10
22682026-03-19T03:01:32.046Z Checking rustls v0.23.37
22692026-03-19T03:01:32.067Z Checking rand_chacha v0.3.1
22702026-03-19T03:01:32.238Z Checking webpki-roots v1.0.6
22712026-03-19T03:01:32.342Z Checking tinyvec_macros v0.1.1
22722026-03-19T03:01:32.389Z Checking iri-string v0.7.10
22732026-03-19T03:01:32.410Z Checking ucd-trie v0.1.7
22742026-03-19T03:01:32.433Z Checking tinyvec v1.10.0
22752026-03-19T03:01:32.584Z Checking pest v2.8.6
22762026-03-19T03:01:32.857Z Checking rand v0.8.5
22772026-03-19T03:01:33.036Z Checking spki v0.7.3
22782026-03-19T03:01:33.062Z Checking tempfile v3.25.0
22792026-03-19T03:01:33.138Z Checking salsa20 v0.10.2
22802026-03-19T03:01:33.289Z Checking pbkdf2 v0.12.2
22812026-03-19T03:01:33.313Z Checking unicode-width v0.2.0
22822026-03-19T03:01:33.338Z Checking foreign-types-shared v0.1.1
22832026-03-19T03:01:33.390Z Checking scrypt v0.11.0
22842026-03-19T03:01:33.435Z Checking foreign-types v0.3.2
22852026-03-19T03:01:33.528Z Checking regex v1.12.3
22862026-03-19T03:01:33.570Z Checking cbc v0.1.2
22872026-03-19T03:01:33.578Z Checking aes v0.8.4
22882026-03-19T03:01:33.633Z Checking anyhow v1.0.102
22892026-03-19T03:01:33.735Z Checking openssl-sys v0.9.111
22902026-03-19T03:01:33.874Z Checking tower-http v0.6.8
22912026-03-19T03:01:33.895Z Checking crossbeam-utils v0.8.21
22922026-03-19T03:01:33.915Z Checking oxnet v0.1.4
22932026-03-19T03:01:34.078Z Checking mime v0.3.17
22942026-03-19T03:01:34.124Z Checking pkcs5 v0.7.1
22952026-03-19T03:01:34.231Z Checking openapiv3 v2.2.0
22962026-03-19T03:01:34.251Z Checking scroll v0.12.0
22972026-03-19T03:01:34.309Z Checking encoding_rs v0.8.35
22982026-03-19T03:01:34.365Z Checking siphasher v1.0.2
22992026-03-19T03:01:34.387Z Checking openssl v0.10.75
23002026-03-19T03:01:34.481Z Checking pkcs8 v0.10.2
23012026-03-19T03:01:34.566Z Checking winnow v0.7.14
23022026-03-19T03:01:34.588Z Checking data-encoding v2.10.0
23032026-03-19T03:01:34.718Z Checking goblin v0.8.2
23042026-03-19T03:01:34.958Z Checking lazy_static v1.5.0
23052026-03-19T03:01:35.076Z Checking zerocopy v0.7.35
23062026-03-19T03:01:35.311Z Checking tokio-rustls v0.26.4
23072026-03-19T03:01:35.621Z Checking wait-timeout v0.2.1
23082026-03-19T03:01:35.640Z Checking hyper v1.8.1
23092026-03-19T03:01:35.662Z Checking psl-types v2.0.11
23102026-03-19T03:01:35.777Z Checking bit-vec v0.8.0
23112026-03-19T03:01:35.798Z Checking bitflags v1.3.2
23122026-03-19T03:01:35.818Z Checking quick-error v1.2.3
23132026-03-19T03:01:35.892Z Checking managed v0.8.0
23142026-03-19T03:01:35.948Z Checking either v1.15.0
23152026-03-19T03:01:36.034Z Checking anstyle v1.0.13
23162026-03-19T03:01:36.104Z Checking utf8parse v0.2.2
23172026-03-19T03:01:36.140Z Checking bit-set v0.8.0
23182026-03-19T03:01:36.196Z Checking rusty-fork v0.3.1
23192026-03-19T03:01:36.223Z Checking anstyle-parse v0.2.7
23202026-03-19T03:01:36.243Z Checking publicsuffix v2.3.0
23212026-03-19T03:01:36.282Z Checking dtrace-parser v0.2.0
23222026-03-19T03:01:36.329Z Checking cookie v0.18.1
23232026-03-19T03:01:36.413Z Checking unicode-normalization v0.1.25
23242026-03-19T03:01:36.413Z Checking rand_xorshift v0.4.0
23252026-03-19T03:01:36.454Z Checking sha1 v0.10.6
23262026-03-19T03:01:36.568Z Checking thread-id v4.2.2
23272026-03-19T03:01:36.598Z Checking unarray v0.1.4
23282026-03-19T03:01:36.631Z Checking colorchoice v1.0.4
23292026-03-19T03:01:36.663Z Checking anstyle-query v1.1.5
23302026-03-19T03:01:36.685Z Checking is_terminal_polyfill v1.70.2
23312026-03-19T03:01:36.729Z Checking proptest v1.10.0
23322026-03-19T03:01:36.757Z Checking cookie_store v0.22.1
23332026-03-19T03:01:36.779Z Checking rustls-platform-verifier v0.6.2
23342026-03-19T03:01:36.801Z Checking anstream v0.6.21
23352026-03-19T03:01:36.870Z Checking hyper-util v0.1.20
23362026-03-19T03:01:36.954Z Checking crossbeam-epoch v0.9.18
23372026-03-19T03:01:36.976Z Checking terminal_size v0.4.3
23382026-03-19T03:01:37.059Z Checking scroll v0.13.0
23392026-03-19T03:01:37.120Z Checking hex v0.4.3
23402026-03-19T03:01:37.199Z Checking num-integer v0.1.46
23412026-03-19T03:01:37.256Z Checking simd-adler32 v0.3.8
23422026-03-19T03:01:37.259Z Checking native-tls v0.2.18
23432026-03-19T03:01:37.371Z Checking goblin v0.10.5
23442026-03-19T03:01:37.467Z Checking dof v0.3.0
23452026-03-19T03:01:37.489Z Checking crossbeam-deque v0.8.6
23462026-03-19T03:01:37.494Z Checking bstr v1.12.1
23472026-03-19T03:01:37.502Z Checking ref-cast v1.0.25
23482026-03-19T03:01:37.509Z Checking tokio-native-tls v0.3.1
23492026-03-19T03:01:37.626Z Checking rustix v0.38.44
23502026-03-19T03:01:37.664Z Checking camino v1.2.2
23512026-03-19T03:01:37.723Z Checking crc32fast v1.5.0
23522026-03-19T03:01:37.795Z Checking usdt-impl v0.5.0
23532026-03-19T03:01:37.903Z Checking signature v2.2.0
23542026-03-19T03:01:38.013Z Checking toml_datetime v0.6.11
23552026-03-19T03:01:38.034Z Checking serde_spanned v0.6.9
23562026-03-19T03:01:38.071Z Checking ff v0.13.1
23572026-03-19T03:01:38.161Z Checking adler2 v2.0.1
23582026-03-19T03:01:38.193Z Checking strsim v0.11.1
23592026-03-19T03:01:38.240Z Checking unicode-properties v0.1.4
23602026-03-19T03:01:38.265Z Checking clap_lex v1.0.0
23612026-03-19T03:01:38.707Z Checking base16ct v0.2.0
23622026-03-19T03:01:38.711Z Checking unicode-bidi v0.3.18
23632026-03-19T03:01:38.711Z Checking clap_builder v4.5.60
23642026-03-19T03:01:38.711Z Checking sec1 v0.7.3
23652026-03-19T03:01:38.711Z Checking miniz_oxide v0.8.9
23662026-03-19T03:01:38.711Z Checking hyper-rustls v0.27.7
23672026-03-19T03:01:38.746Z Checking hyper-tls v0.6.0
23682026-03-19T03:01:38.785Z Checking group v0.13.0
23692026-03-19T03:01:38.805Z Checking stringprep v0.1.5
23702026-03-19T03:01:38.898Z Checking reqwest v0.13.2
23712026-03-19T03:01:38.958Z Checking reqwest v0.12.28
23722026-03-19T03:01:38.978Z Checking rayon-core v1.13.0
23732026-03-19T03:01:38.982Z Checking num-iter v0.1.45
23742026-03-19T03:01:39.018Z Checking toml_parser v1.0.9+spec-1.1.0
23752026-03-19T03:01:39.144Z Checking dtrace-parser v0.3.0
23762026-03-19T03:01:39.247Z Checking newtype-uuid v1.3.2
23772026-03-19T03:01:39.411Z Checking hkdf v0.12.4
23782026-03-19T03:01:39.467Z Checking strum v0.26.3
23792026-03-19T03:01:39.471Z Checking zstd-sys v2.0.16+zstd.1.5.7
23802026-03-19T03:01:39.514Z Checking daft v0.1.5
23812026-03-19T03:01:39.587Z Checking hash32 v0.2.1
23822026-03-19T03:01:39.617Z Checking md-5 v0.10.6
23832026-03-19T03:01:40.056Z Checking crypto-bigint v0.5.5
23842026-03-19T03:01:40.173Z Checking toml_datetime v0.7.5+spec-1.1.0
23852026-03-19T03:01:40.173Z Checking thread-id v5.1.0
23862026-03-19T03:01:40.173Z Checking unicode-segmentation v1.12.0
23872026-03-19T03:01:40.174Z Checking zlib-rs v0.6.2
23882026-03-19T03:01:40.174Z Checking fallible-iterator v0.2.0
23892026-03-19T03:01:40.174Z Checking heapless v0.7.17
23902026-03-19T03:01:40.174Z Checking zstd-safe v7.2.4
23912026-03-19T03:01:40.202Z Checking clap v4.5.60
23922026-03-19T03:01:40.277Z Checking rayon v1.11.0
23932026-03-19T03:01:40.292Z Checking itertools v0.12.1
23942026-03-19T03:01:40.348Z Checking phf_shared v0.13.1
23952026-03-19T03:01:40.371Z Checking postgres-protocol v0.6.10
23962026-03-19T03:01:40.644Z Checking console v0.16.2
23972026-03-19T03:01:40.676Z Checking curve25519-dalek v4.1.3
23982026-03-19T03:01:40.728Z Checking dof v0.4.0
23992026-03-19T03:01:40.801Z Checking memoffset v0.9.1
24002026-03-19T03:01:40.897Z Checking bzip2-sys v0.1.13+1.0.8
24012026-03-19T03:01:40.979Z Checking elliptic-curve v0.13.8
24022026-03-19T03:01:41.021Z Checking signal-hook v0.3.18
24032026-03-19T03:01:41.067Z Checking memmap2 v0.9.10
24042026-03-19T03:01:41.153Z Checking flate2 v1.1.9
24052026-03-19T03:01:41.266Z Checking bumpalo v3.20.2
24062026-03-19T03:01:41.364Z Checking libbz2-rs-sys v0.2.2
24072026-03-19T03:01:41.400Z Checking fixedbitset v0.4.2
24082026-03-19T03:01:41.510Z Checking toml_write v0.1.2
24092026-03-19T03:01:41.540Z Checking foldhash v0.1.5
24102026-03-19T03:01:41.568Z Checking usdt-impl v0.6.0
24112026-03-19T03:01:41.590Z Checking winnow v0.5.40
24122026-03-19T03:01:41.688Z Checking unit-prefix v0.5.2
24132026-03-19T03:01:41.693Z Checking zone v0.3.1
24142026-03-19T03:01:41.730Z Checking hashbrown v0.15.5
24152026-03-19T03:01:41.735Z Checking toml_edit v0.22.27
24162026-03-19T03:01:41.776Z Checking bzip2 v0.6.1
24172026-03-19T03:01:41.867Z Checking petgraph v0.6.5
24182026-03-19T03:01:41.932Z Checking usdt v0.6.0
24192026-03-19T03:01:42.009Z Checking zopfli v0.8.3
24202026-03-19T03:01:42.135Z Checking signal-hook-mio v0.2.5
24212026-03-19T03:01:42.162Z Checking bzip2 v0.4.4
24222026-03-19T03:01:42.265Z Checking nix v0.31.1
24232026-03-19T03:01:42.295Z Checking indicatif v0.18.4
24242026-03-19T03:01:42.414Z Checking postgres-types v0.2.12
24252026-03-19T03:01:42.427Z Checking smoltcp v0.9.1
24262026-03-19T03:01:42.436Z Checking phf v0.13.1
24272026-03-19T03:01:42.619Z Checking zstd v0.13.3
24282026-03-19T03:01:42.794Z Checking similar v2.7.0
24292026-03-19T03:01:42.801Z Checking num-bigint-dig v0.8.6
24302026-03-19T03:01:42.867Z Checking ed25519 v2.2.3
24312026-03-19T03:01:43.107Z Checking pkcs1 v0.7.5
24322026-03-19T03:01:43.196Z Checking toml_edit v0.19.15
24332026-03-19T03:01:43.220Z Checking phf_shared v0.11.3
24342026-03-19T03:01:43.272Z Checking tokio-stream v0.1.18
24352026-03-19T03:01:43.312Z Checking strum v0.27.2
24362026-03-19T03:01:43.384Z Checking hubpack v0.1.2
24372026-03-19T03:01:43.414Z Checking rfc6979 v0.4.0
24382026-03-19T03:01:43.454Z Checking serde-big-array v0.5.1
24392026-03-19T03:01:43.562Z Checking float-cmp v0.10.0
24402026-03-19T03:01:43.640Z Checking env_filter v1.0.0
24412026-03-19T03:01:43.663Z Checking predicates-core v1.0.10
24422026-03-19T03:01:43.663Z Checking new_debug_unreachable v1.0.6
24432026-03-19T03:01:43.681Z Checking fixedbitset v0.5.7
24442026-03-19T03:01:43.721Z Checking keccak v0.1.6
24452026-03-19T03:01:43.741Z Checking whoami v2.1.0
24462026-03-19T03:01:43.772Z Checking rustc-hash v2.1.1
24472026-03-19T03:01:43.775Z Checking static_assertions v1.1.0
24482026-03-19T03:01:43.812Z Checking difflib v0.4.0
24492026-03-19T03:01:43.894Z Checking precomputed-hash v0.1.1
24502026-03-19T03:01:43.918Z Checking jiff v0.2.21
24512026-03-19T03:01:43.940Z Checking normalize-line-endings v0.3.0
24522026-03-19T03:01:43.940Z Checking petgraph v0.8.3
24532026-03-19T03:01:43.982Z Checking rsa v0.9.10
24542026-03-19T03:01:43.999Z Checking string_cache v0.8.9
24552026-03-19T03:01:44.018Z Checking tokio-postgres v0.7.16
24562026-03-19T03:01:44.040Z Checking sha3 v0.10.8
24572026-03-19T03:01:44.069Z Checking predicates v3.1.4
24582026-03-19T03:01:44.214Z Checking iddqd v0.3.17
24592026-03-19T03:01:44.312Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24602026-03-19T03:01:44.502Z Checking env_logger v0.11.9
24612026-03-19T03:01:44.612Z Checking ecdsa v0.16.9
24622026-03-19T03:01:44.657Z Checking toml v0.7.8
24632026-03-19T03:01:44.759Z Checking ed25519-dalek v2.2.0
24642026-03-19T03:01:45.066Z Checking zip v0.6.6
24652026-03-19T03:01:45.066Z Checking crossterm v0.28.1
24662026-03-19T03:01:45.106Z Checking serde_with v3.17.0
24672026-03-19T03:01:45.422Z Checking itertools v0.13.0
24682026-03-19T03:01:45.500Z Checking hickory-proto v0.25.2
24692026-03-19T03:01:45.808Z Checking x509-cert v0.2.5
24702026-03-19T03:01:46.067Z Checking fs-err v3.3.0
24712026-03-19T03:01:46.140Z Checking ahash v0.8.12
24722026-03-19T03:01:46.401Z Checking object v0.37.3
24732026-03-19T03:01:46.465Z Checking buf-list v1.1.2
24742026-03-19T03:01:46.612Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24752026-03-19T03:01:46.706Z Checking peg-runtime v0.8.5
24762026-03-19T03:01:46.862Z Checking lalrpop-util v0.19.12
24772026-03-19T03:01:46.889Z Compiling structmeta-derive v0.3.0
24782026-03-19T03:01:47.003Z Compiling rustls v0.22.4
24792026-03-19T03:01:47.069Z Compiling newtype-uuid-macros v0.1.0
24802026-03-19T03:01:47.091Z Checking zip v4.6.1
24812026-03-19T03:01:47.113Z Compiling multer v3.1.0
24822026-03-19T03:01:47.214Z Compiling async-stream-impl v0.3.6
24832026-03-19T03:01:47.396Z Checking futures-executor v0.3.32
24842026-03-19T03:01:47.418Z Checking regress v0.10.5
24852026-03-19T03:01:47.881Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-03-19T03:01:48.030Z Compiling dropshot v0.16.7
24872026-03-19T03:01:48.080Z Checking futures v0.3.32
24882026-03-19T03:01:48.182Z Compiling dropshot_endpoint v0.16.7
24892026-03-19T03:01:48.326Z Checking thread_local v1.1.9
24902026-03-19T03:01:48.379Z Compiling structmeta v0.3.0
24912026-03-19T03:01:48.402Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-03-19T03:01:48.539Z Checking crossbeam-channel v0.5.15
24932026-03-19T03:01:48.655Z Compiling derive-ex v0.1.8
24942026-03-19T03:01:48.880Z Checking is-terminal v0.4.17
24952026-03-19T03:01:48.982Z Checking take_mut v0.2.2
24962026-03-19T03:01:49.002Z Checking term v1.2.1
24972026-03-19T03:01:49.117Z Checking slog-async v2.8.0
24982026-03-19T03:01:49.299Z Checking slog-term v2.9.2
24992026-03-19T03:01:49.352Z Compiling parse-display-derive v0.10.0
25002026-03-19T03:01:49.393Z Checking rustls-webpki v0.102.8
25012026-03-19T03:01:49.415Z Checking serde_spanned v1.0.4
25022026-03-19T03:01:49.603Z Checking match_cfg v0.1.0
25032026-03-19T03:01:49.691Z Checking debug-ignore v1.0.5
25042026-03-19T03:01:49.711Z Checking toml_writer v1.0.6+spec-1.1.0
25052026-03-19T03:01:49.761Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25062026-03-19T03:01:49.817Z Checking hostname v0.3.1
25072026-03-19T03:01:49.852Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25082026-03-19T03:01:49.962Z Checking slog-json v2.6.1
25092026-03-19T03:01:50.030Z Checking toml v0.9.12+spec-1.1.0
25102026-03-19T03:01:50.060Z Checking macaddr v1.0.1
25112026-03-19T03:01:50.173Z Checking slog-bunyan v2.5.0
25122026-03-19T03:01:50.296Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25132026-03-19T03:01:50.319Z Checking async-stream v0.3.6
25142026-03-19T03:01:50.628Z Checking waitgroup v0.1.2
25152026-03-19T03:01:50.762Z Checking rustls-pemfile v2.2.0
25162026-03-19T03:01:50.768Z Checking serde_path_to_error v0.1.20
25172026-03-19T03:01:50.818Z Checking hostname v0.4.2
25182026-03-19T03:01:50.842Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-03-19T03:01:50.948Z Checking progenitor-client v0.13.0
25202026-03-19T03:01:50.957Z Checking progenitor-client v0.10.0
25212026-03-19T03:01:50.979Z Compiling itertools v0.14.0
25222026-03-19T03:01:51.083Z Compiling test-strategy v0.4.5
25232026-03-19T03:01:51.173Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25242026-03-19T03:01:51.251Z Checking backon v1.6.0
25252026-03-19T03:01:51.282Z Checking instant v0.1.13
25262026-03-19T03:01:51.409Z Checking backoff v0.4.0
25272026-03-19T03:01:51.472Z Checking progenitor-extras v0.1.1
25282026-03-19T03:01:51.624Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25292026-03-19T03:01:51.727Z Checking parse-display v0.10.0
25302026-03-19T03:01:51.749Z Checking heck v0.5.0
25312026-03-19T03:01:51.961Z Checking tokio-rustls v0.25.0
25322026-03-19T03:01:52.062Z Compiling toml_edit v0.23.10+spec-1.0.0
25332026-03-19T03:01:52.140Z Compiling convert_case v0.4.0
25342026-03-19T03:01:52.270Z Compiling heapless v0.8.0
25352026-03-19T03:01:52.599Z Compiling crucible-workspace-hack v0.1.0
25362026-03-19T03:01:52.632Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25372026-03-19T03:01:52.680Z Compiling ingot-macros v0.1.1
25382026-03-19T03:01:52.850Z Compiling proc-macro-crate v3.4.0
25392026-03-19T03:01:52.927Z Compiling derive_more v0.99.20
25402026-03-19T03:01:53.090Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25412026-03-19T03:01:53.127Z Checking hash32 v0.3.1
25422026-03-19T03:01:53.305Z Checking secrecy v0.10.3
25432026-03-19T03:01:53.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25442026-03-19T03:01:53.536Z Compiling smoltcp v0.11.0
25452026-03-19T03:01:53.589Z Compiling prettyplease v0.2.37
25462026-03-19T03:01:53.608Z Compiling num_enum_derive v0.7.5
25472026-03-19T03:01:53.961Z Compiling typify-impl v0.6.1
25482026-03-19T03:01:54.012Z Checking tabwriter v1.4.1
25492026-03-19T03:01:54.201Z Checking cobs v0.3.0
25502026-03-19T03:01:54.254Z Compiling foreign-types-macros v0.2.3
25512026-03-19T03:01:54.392Z Checking foreign-types-shared v0.3.1
25522026-03-19T03:01:54.557Z Checking cpufeatures v0.3.0
25532026-03-19T03:01:54.657Z Compiling unsafe-libyaml v0.2.11
25542026-03-19T03:01:54.776Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25552026-03-19T03:01:55.085Z Checking foreign-types v0.5.0
25562026-03-19T03:01:55.184Z Checking num_enum v0.7.5
25572026-03-19T03:01:55.202Z Checking chacha20 v0.10.0
25582026-03-19T03:01:55.355Z Checking postcard v1.1.3
25592026-03-19T03:01:55.497Z Compiling serde_yaml v0.9.34+deprecated
25602026-03-19T03:01:56.296Z Compiling proc-macro-crate v1.3.1
25612026-03-19T03:01:56.598Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-19T03:01:56.618Z Checking ingot-types v0.1.2
25632026-03-19T03:01:56.846Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-19T03:01:57.117Z Checking ingot v0.1.1
25652026-03-19T03:01:57.175Z Checking cstr-argument v0.1.2
25662026-03-19T03:01:57.199Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-03-19T03:01:57.302Z Checking colored v3.1.1
25682026-03-19T03:01:57.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25692026-03-19T03:01:57.872Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25702026-03-19T03:01:57.880Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-03-19T03:01:57.880Z Compiling num_enum_derive v0.5.11
25722026-03-19T03:01:57.880Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25732026-03-19T03:01:57.880Z Checking rand v0.10.0
25742026-03-19T03:01:58.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-19T03:01:59.290Z Checking num_enum v0.5.11
25762026-03-19T03:01:59.422Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-19T03:02:00.136Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25782026-03-19T03:02:00.521Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25792026-03-19T03:02:00.525Z Compiling typify-macro v0.6.1
25802026-03-19T03:02:00.644Z Compiling typify-impl v0.4.3
25812026-03-19T03:02:00.665Z Checking camino-tempfile v1.4.1
25822026-03-19T03:02:00.862Z Checking num-rational v0.4.2
25832026-03-19T03:02:01.247Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25842026-03-19T03:02:01.307Z Checking half v2.7.1
25852026-03-19T03:02:01.487Z Compiling thiserror-impl-no-std v2.0.2
25862026-03-19T03:02:01.561Z Checking universal-hash v0.5.1
25872026-03-19T03:02:01.630Z Checking num-complex v0.4.6
25882026-03-19T03:02:01.724Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-03-19T03:02:02.036Z Checking ciborium-io v0.2.2
25902026-03-19T03:02:02.074Z Checking opaque-debug v0.3.1
25912026-03-19T03:02:02.126Z Checking num v0.4.3
25922026-03-19T03:02:02.157Z Checking ciborium-ll v0.2.2
25932026-03-19T03:02:02.177Z Checking poly1305 v0.8.0
25942026-03-19T03:02:02.222Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-19T03:02:02.282Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25962026-03-19T03:02:02.388Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-03-19T03:02:02.526Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25982026-03-19T03:02:02.752Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25992026-03-19T03:02:02.964Z Compiling typify v0.6.1
26002026-03-19T03:02:03.095Z Checking thiserror-no-std v2.0.2
26012026-03-19T03:02:03.120Z Checking toml v0.8.23
26022026-03-19T03:02:03.209Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26032026-03-19T03:02:03.454Z Checking password-hash v0.5.0
26042026-03-19T03:02:03.583Z Checking chacha20 v0.9.1
26052026-03-19T03:02:03.767Z Compiling usdt-macro v0.5.0
26062026-03-19T03:02:03.840Z Compiling usdt-attr-macro v0.5.0
26072026-03-19T03:02:03.981Z Checking smf v0.2.3
26082026-03-19T03:02:04.302Z Checking blake2 v0.10.6
26092026-03-19T03:02:04.466Z Checking aead v0.5.2
26102026-03-19T03:02:04.490Z Checking sigpipe v0.1.3
26112026-03-19T03:02:04.598Z Checking memmap v0.7.0
26122026-03-19T03:02:04.664Z Compiling num-derive v0.4.2
26132026-03-19T03:02:04.760Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-03-19T03:02:04.781Z Checking glob v0.3.3
26152026-03-19T03:02:04.919Z Checking float-ord v0.3.2
26162026-03-19T03:02:05.064Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-19T03:02:05.075Z Checking usdt v0.5.0
26182026-03-19T03:02:05.075Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26192026-03-19T03:02:05.240Z Checking chacha20poly1305 v0.10.1
26202026-03-19T03:02:05.269Z Checking argon2 v0.5.3
26212026-03-19T03:02:05.400Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-03-19T03:02:05.455Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26232026-03-19T03:02:05.667Z Checking vsss-rs v3.3.4
26242026-03-19T03:02:05.684Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26252026-03-19T03:02:05.728Z Compiling progenitor-impl v0.13.0
26262026-03-19T03:02:05.910Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26272026-03-19T03:02:06.394Z Checking ciborium v0.2.2
26282026-03-19T03:02:06.514Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-03-19T03:02:06.801Z Compiling semver v0.1.20
26302026-03-19T03:02:06.822Z Checking indent_write v2.2.0
26312026-03-19T03:02:06.918Z Checking whoami v1.6.1
26322026-03-19T03:02:06.985Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-03-19T03:02:07.120Z Compiling typify-macro v0.4.3
26342026-03-19T03:02:07.168Z Compiling rustc_version v0.1.7
26352026-03-19T03:02:07.305Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26362026-03-19T03:02:07.471Z Compiling pin-project-internal v1.1.11
26372026-03-19T03:02:08.113Z Compiling minimal-lexical v0.2.1
26382026-03-19T03:02:08.197Z Checking linked-hash-map v0.5.6
26392026-03-19T03:02:08.430Z Checking swrite v0.1.0
26402026-03-19T03:02:08.454Z Checking lru-cache v0.1.2
26412026-03-19T03:02:08.597Z Compiling nom v7.1.3
26422026-03-19T03:02:08.622Z Compiling newtype_derive v0.1.6
26432026-03-19T03:02:09.016Z Checking pin-project v1.1.11
26442026-03-19T03:02:09.156Z Checking newline-converter v0.3.0
26452026-03-19T03:02:09.301Z Checking atomicwrites v0.4.4
26462026-03-19T03:02:09.430Z Compiling typify v0.4.3
26472026-03-19T03:02:09.472Z Compiling progenitor-macro v0.13.0
26482026-03-19T03:02:09.496Z Checking hickory-proto v0.24.4
26492026-03-19T03:02:09.524Z Checking phf_shared v0.12.1
26502026-03-19T03:02:09.612Z Checking console v0.15.11
26512026-03-19T03:02:09.744Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26522026-03-19T03:02:10.020Z Checking pem v3.0.6
26532026-03-19T03:02:10.194Z Checking csv-core v0.1.13
26542026-03-19T03:02:10.474Z Compiling snafu-derive v0.8.9
26552026-03-19T03:02:10.562Z Compiling derive-where v1.6.0
26562026-03-19T03:02:10.585Z Compiling async-recursion v1.1.1
26572026-03-19T03:02:11.462Z Compiling slog-dtrace v0.3.0
26582026-03-19T03:02:11.696Z Compiling owo-colors v4.3.0
26592026-03-19T03:02:11.992Z Compiling cancel-safe-futures v0.1.5
26602026-03-19T03:02:12.111Z Checking resolv-conf v0.7.6
26612026-03-19T03:02:12.256Z Compiling chrono-tz v0.10.4
26622026-03-19T03:02:12.339Z Checking same-file v1.0.6
26632026-03-19T03:02:12.365Z Checking highway v1.3.0
26642026-03-19T03:02:12.483Z Checking unicode-width v0.1.14
26652026-03-19T03:02:12.503Z Compiling const_format_proc_macros v0.2.34
26662026-03-19T03:02:12.676Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26672026-03-19T03:02:12.696Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-19T03:02:12.818Z Checking walkdir v2.5.0
26692026-03-19T03:02:13.074Z Checking hickory-resolver v0.24.4
26702026-03-19T03:02:13.165Z Checking snafu v0.8.9
26712026-03-19T03:02:13.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-19T03:02:13.673Z Checking csv v1.4.0
26732026-03-19T03:02:13.811Z Checking expectorate v1.2.0
26742026-03-19T03:02:13.964Z Checking phf v0.12.1
26752026-03-19T03:02:14.015Z Compiling progenitor-impl v0.10.0
26762026-03-19T03:02:14.178Z Checking tokio-dtrace v0.1.1
26772026-03-19T03:02:14.221Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26782026-03-19T03:02:14.258Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-03-19T03:02:14.440Z Checking globset v0.4.18
26802026-03-19T03:02:14.696Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-19T03:02:14.785Z Checking olpc-cjson v0.1.4
26822026-03-19T03:02:14.804Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26832026-03-19T03:02:14.968Z Checking libsw-core v0.3.2
26842026-03-19T03:02:14.990Z Checking serde_plain v1.0.2
26852026-03-19T03:02:15.159Z Checking arc-swap v1.8.2
26862026-03-19T03:02:15.179Z Compiling lzma-sys v0.1.20
26872026-03-19T03:02:15.199Z Checking typed-path v0.9.3
26882026-03-19T03:02:15.476Z Checking utf-8 v0.7.6
26892026-03-19T03:02:15.650Z Checking bytecount v0.6.9
26902026-03-19T03:02:15.788Z Checking papergrid v0.11.0
26912026-03-19T03:02:16.332Z Checking tough v0.20.0
26922026-03-19T03:02:16.355Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-03-19T03:02:16.609Z Checking tungstenite v0.21.0
26942026-03-19T03:02:16.669Z Checking slog-scope v4.4.1
26952026-03-19T03:02:16.702Z Checking progenitor v0.13.0
26962026-03-19T03:02:16.844Z Checking libsw v3.5.0
26972026-03-19T03:02:16.875Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26982026-03-19T03:02:17.047Z Checking oxide-tokio-rt v0.1.3
26992026-03-19T03:02:17.261Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-03-19T03:02:17.480Z Checking qorb v0.4.1
27012026-03-19T03:02:17.772Z Compiling progenitor-macro v0.10.0
27022026-03-19T03:02:17.797Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27032026-03-19T03:02:17.826Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27042026-03-19T03:02:18.647Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-19T03:02:19.023Z Checking const_format v0.2.35
27062026-03-19T03:02:19.301Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-03-19T03:02:19.340Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-03-19T03:02:19.486Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-03-19T03:02:19.625Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-03-19T03:02:20.040Z Compiling cargo_toml v0.22.3
27112026-03-19T03:02:20.060Z Checking gethostname v0.5.0
27122026-03-19T03:02:20.125Z Compiling tabled_derive v0.7.0
27132026-03-19T03:02:20.153Z Checking bcs v0.1.6
27142026-03-19T03:02:20.174Z Checking smawk v0.3.2
27152026-03-19T03:02:20.178Z Checking linear-map v1.2.0
27162026-03-19T03:02:20.362Z Checking unicode-linebreak v0.1.5
27172026-03-19T03:02:20.404Z Checking termtree v0.5.1
27182026-03-19T03:02:20.468Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192026-03-19T03:02:20.589Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27202026-03-19T03:02:20.651Z Checking textwrap v0.16.2
27212026-03-19T03:02:20.943Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27222026-03-19T03:02:21.129Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27232026-03-19T03:02:21.465Z Checking tabled v0.15.0
27242026-03-19T03:02:21.936Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-19T03:02:22.232Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27262026-03-19T03:02:22.261Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27272026-03-19T03:02:22.485Z Checking steno v0.4.1
27282026-03-19T03:02:22.508Z Checking tokio-tungstenite v0.21.0
27292026-03-19T03:02:22.870Z Checking slog-stdlog v4.1.1
27302026-03-19T03:02:23.119Z Checking typeid v1.0.3
27312026-03-19T03:02:23.170Z Checking humantime v2.3.0
27322026-03-19T03:02:23.269Z Checking base64 v0.21.7
27332026-03-19T03:02:23.416Z Checking ron v0.12.0
27342026-03-19T03:02:23.574Z Checking xz2 v0.1.7
27352026-03-19T03:02:23.803Z Checking slog-envlogger v2.2.0
27362026-03-19T03:02:23.840Z Checking yasna v0.5.2
27372026-03-19T03:02:24.000Z Checking headers-core v0.3.0
27382026-03-19T03:02:24.120Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27392026-03-19T03:02:24.142Z Checking filetime v0.2.27
27402026-03-19T03:02:24.163Z Checking xattr v1.6.1
27412026-03-19T03:02:24.321Z Checking base16ct v1.0.0
27422026-03-19T03:02:24.341Z Checking tar v0.4.44
27432026-03-19T03:02:24.362Z Checking rcgen v0.12.1
27442026-03-19T03:02:24.445Z Checking headers v0.4.1
27452026-03-19T03:02:24.520Z Checking subprocess v0.2.15
27462026-03-19T03:02:25.002Z Checking progenitor v0.10.0
27472026-03-19T03:02:25.112Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27482026-03-19T03:02:32.895Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492026-03-19T03:02:41.223Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-03-19T03:02:43.012Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-19T03:02:44.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27522026-03-19T03:02:44.827Z
27532026-03-19T03:02:44.827Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27542026-03-19T03:02:45.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-19T03:02:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-19T03:02:45.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27572026-03-19T03:02:47.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
27582026-03-19T03:02:47.849Z
27592026-03-19T03:02:47.850Zinfo: running `cargo check --bins` on nexus-config (51/259)
27602026-03-19T03:02:48.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-19T03:02:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-19T03:02:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-19T03:02:48.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27642026-03-19T03:02:48.705Z
27652026-03-19T03:02:48.705Zinfo: running `cargo check --bins` on nexus-types (52/259)
27662026-03-19T03:02:49.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-19T03:02:49.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-19T03:02:49.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-19T03:02:49.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27702026-03-19T03:02:49.558Z
27712026-03-19T03:02:49.558Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27722026-03-19T03:02:50.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-19T03:02:50.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-19T03:02:50.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-19T03:02:50.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27762026-03-19T03:02:50.357Z
27772026-03-19T03:02:50.357Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27782026-03-19T03:02:51.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-19T03:02:51.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-19T03:02:51.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-19T03:02:51.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27822026-03-19T03:02:51.153Z
27832026-03-19T03:02:51.153Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27842026-03-19T03:02:51.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-19T03:02:51.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-19T03:02:51.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-19T03:02:51.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27882026-03-19T03:02:51.935Z
27892026-03-19T03:02:51.935Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27902026-03-19T03:02:52.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-19T03:02:52.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-19T03:02:52.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-19T03:02:52.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27942026-03-19T03:02:52.723Z
27952026-03-19T03:02:52.723Zinfo: running `cargo check --bins` on ereport-types (57/259)
27962026-03-19T03:02:53.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-19T03:02:53.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-19T03:02:53.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-19T03:02:53.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28002026-03-19T03:02:53.515Z
28012026-03-19T03:02:53.515Zinfo: running `cargo check --bins` on gateway-client (58/259)
28022026-03-19T03:02:54.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-19T03:02:54.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-19T03:02:54.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-19T03:02:54.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28062026-03-19T03:02:54.308Z
28072026-03-19T03:02:54.308Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28082026-03-19T03:02:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-19T03:02:54.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-19T03:02:54.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-19T03:02:54.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28122026-03-19T03:02:55.089Z
28132026-03-19T03:02:55.089Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28142026-03-19T03:02:55.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-19T03:02:55.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-19T03:02:55.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-19T03:02:55.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28182026-03-19T03:02:55.874Z
28192026-03-19T03:02:55.874Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28202026-03-19T03:02:56.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-19T03:02:56.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-19T03:02:56.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-19T03:02:56.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28242026-03-19T03:02:56.664Z
28252026-03-19T03:02:56.664Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28262026-03-19T03:02:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-19T03:02:57.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-19T03:02:57.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-19T03:02:57.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28302026-03-19T03:02:57.455Z
28312026-03-19T03:02:57.456Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28322026-03-19T03:02:58.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-19T03:02:58.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-19T03:02:58.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-19T03:02:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28362026-03-19T03:02:58.276Z
28372026-03-19T03:02:58.276Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28382026-03-19T03:02:58.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-19T03:02:58.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-19T03:02:58.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-19T03:02:58.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28422026-03-19T03:02:59.089Z
28432026-03-19T03:02:59.089Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28442026-03-19T03:02:59.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-19T03:02:59.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-19T03:02:59.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-03-19T03:02:59.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28482026-03-19T03:02:59.872Z
28492026-03-19T03:02:59.872Zinfo: running `cargo check --bins` on oxlog (66/259)
28502026-03-19T03:03:00.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-03-19T03:03:00.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-03-19T03:03:00.696Z Compiling newtype-uuid v1.3.2
28532026-03-19T03:03:00.957Z Compiling daft v0.1.5
28542026-03-19T03:03:01.219Z Compiling iddqd v0.3.17
28552026-03-19T03:03:02.498Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-03-19T03:03:02.790Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28572026-03-19T03:03:03.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28582026-03-19T03:03:03.357Z
28592026-03-19T03:03:03.357Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28602026-03-19T03:03:04.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-19T03:03:04.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-19T03:03:04.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-19T03:03:04.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28642026-03-19T03:03:04.151Z
28652026-03-19T03:03:04.151Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28662026-03-19T03:03:04.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-19T03:03:04.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-19T03:03:04.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-19T03:03:04.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28702026-03-19T03:03:04.978Z
28712026-03-19T03:03:04.978Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28722026-03-19T03:03:05.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-19T03:03:05.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-19T03:03:05.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-19T03:03:05.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28762026-03-19T03:03:05.776Z
28772026-03-19T03:03:05.776Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28782026-03-19T03:03:06.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-19T03:03:06.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-19T03:03:06.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-19T03:03:06.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28822026-03-19T03:03:06.615Z
28832026-03-19T03:03:06.615Zinfo: running `cargo check --bins` on oxql-types (71/259)
28842026-03-19T03:03:07.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-19T03:03:07.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-19T03:03:07.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-19T03:03:07.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28882026-03-19T03:03:07.353Z
28892026-03-19T03:03:07.353Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28902026-03-19T03:03:08.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-19T03:03:08.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-19T03:03:08.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-19T03:03:08.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28942026-03-19T03:03:08.147Z
28952026-03-19T03:03:08.147Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28962026-03-19T03:03:08.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-19T03:03:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-19T03:03:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-19T03:03:08.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29002026-03-19T03:03:08.967Z
29012026-03-19T03:03:08.967Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29022026-03-19T03:03:09.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-19T03:03:09.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-19T03:03:09.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-19T03:03:09.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29062026-03-19T03:03:09.719Z
29072026-03-19T03:03:09.719Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29082026-03-19T03:03:10.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-19T03:03:10.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-19T03:03:10.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-19T03:03:10.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29122026-03-19T03:03:10.540Z
29132026-03-19T03:03:10.540Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29142026-03-19T03:03:11.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-19T03:03:11.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-19T03:03:11.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-19T03:03:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-19T03:03:11.380Z
29192026-03-19T03:03:11.380Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29202026-03-19T03:03:12.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-19T03:03:12.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-19T03:03:12.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-19T03:03:12.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29242026-03-19T03:03:12.174Z
29252026-03-19T03:03:12.174Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29262026-03-19T03:03:12.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-19T03:03:12.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-19T03:03:12.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-19T03:03:12.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29302026-03-19T03:03:12.991Z
29312026-03-19T03:03:12.991Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29322026-03-19T03:03:13.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-19T03:03:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-19T03:03:13.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-19T03:03:13.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29362026-03-19T03:03:13.779Z
29372026-03-19T03:03:13.779Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29382026-03-19T03:03:14.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-19T03:03:14.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-19T03:03:14.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-19T03:03:14.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29422026-03-19T03:03:14.565Z
29432026-03-19T03:03:14.565Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29442026-03-19T03:03:15.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-19T03:03:15.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-19T03:03:15.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-19T03:03:15.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29482026-03-19T03:03:15.340Z
29492026-03-19T03:03:15.340Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29502026-03-19T03:03:16.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-19T03:03:16.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-19T03:03:16.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-03-19T03:03:16.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29542026-03-19T03:03:16.120Z
29552026-03-19T03:03:16.120Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29562026-03-19T03:03:16.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-19T03:03:16.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-19T03:03:17.017Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29592026-03-19T03:03:17.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29602026-03-19T03:03:17.925Z
29612026-03-19T03:03:17.925Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29622026-03-19T03:03:18.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-03-19T03:03:18.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-03-19T03:03:18.845Z Compiling ar_archive_writer v0.5.1
29652026-03-19T03:03:18.975Z Compiling stacker v0.1.23
29662026-03-19T03:03:18.990Z Compiling cfg_aliases v0.1.1
29672026-03-19T03:03:19.001Z Compiling convert_case v0.10.0
29682026-03-19T03:03:19.040Z Checking fd-lock v4.0.4
29692026-03-19T03:03:19.043Z Checking nibble_vec v0.1.0
29702026-03-19T03:03:19.043Z Checking vte v0.14.1
29712026-03-19T03:03:19.043Z Compiling recursive-proc-macro-impl v0.1.1
29722026-03-19T03:03:19.119Z Compiling nix v0.28.0
29732026-03-19T03:03:19.203Z Checking endian-type v0.1.2
29742026-03-19T03:03:19.260Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-19T03:03:19.278Z Checking strip-ansi-escapes v0.2.1
29762026-03-19T03:03:19.318Z Compiling peg-macros v0.8.5
29772026-03-19T03:03:19.367Z Checking radix_trie v0.2.1
29782026-03-19T03:03:19.403Z Checking winnow v0.6.26
29792026-03-19T03:03:19.420Z Compiling derive_more-impl v2.1.1
29802026-03-19T03:03:19.578Z Compiling sqlparser_derive v0.5.0
29812026-03-19T03:03:19.643Z Checking unicode_categories v0.1.1
29822026-03-19T03:03:19.845Z Checking home v0.5.12
29832026-03-19T03:03:19.891Z Checking nu-ansi-term v0.50.3
29842026-03-19T03:03:20.008Z Checking display-error-chain v0.2.2
29852026-03-19T03:03:20.167Z Checking reedline v0.40.0
29862026-03-19T03:03:20.192Z Compiling psm v0.1.30
29872026-03-19T03:03:20.508Z Checking derive_more v2.1.1
29882026-03-19T03:03:20.607Z Checking crossterm v0.29.0
29892026-03-19T03:03:20.871Z Checking peg v0.8.5
29902026-03-19T03:03:20.989Z Checking rustyline v14.0.0
29912026-03-19T03:03:21.002Z Checking sqlformat v0.3.5
29922026-03-19T03:03:21.187Z Checking recursive v0.1.1
29932026-03-19T03:03:21.267Z Checking sqlparser v0.61.0
29942026-03-19T03:03:37.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
29952026-03-19T03:03:37.484Z
29962026-03-19T03:03:37.484Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29972026-03-19T03:03:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-19T03:03:38.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-19T03:03:38.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-19T03:03:43.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
30012026-03-19T03:03:43.297Z
30022026-03-19T03:03:43.297Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30032026-03-19T03:03:44.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-19T03:03:44.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-19T03:03:44.215Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-19T03:03:47.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
30072026-03-19T03:03:47.740Z
30082026-03-19T03:03:47.740Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30092026-03-19T03:03:48.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-19T03:03:48.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-19T03:03:48.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-19T03:03:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30132026-03-19T03:03:53.307Z
30142026-03-19T03:03:53.307Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30152026-03-19T03:03:54.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-19T03:03:54.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-19T03:03:54.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-19T03:03:58.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
30192026-03-19T03:03:58.916Z
30202026-03-19T03:03:58.916Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30212026-03-19T03:03:59.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-19T03:03:59.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-19T03:03:59.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-19T03:04:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30252026-03-19T03:04:03.551Z
30262026-03-19T03:04:03.551Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30272026-03-19T03:04:04.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-19T03:04:04.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-19T03:04:04.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-19T03:04:08.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
30312026-03-19T03:04:08.238Z
30322026-03-19T03:04:08.238Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30332026-03-19T03:04:08.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-19T03:04:08.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-19T03:04:09.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362026-03-19T03:04:13.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30372026-03-19T03:04:14.075Z
30382026-03-19T03:04:14.075Zinfo: running `cargo check --bins` on oximeter (92/259)
30392026-03-19T03:04:14.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-19T03:04:14.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-19T03:04:14.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-03-19T03:04:14.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30432026-03-19T03:04:14.875Z
30442026-03-19T03:04:14.876Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30452026-03-19T03:04:15.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-03-19T03:04:15.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-03-19T03:04:15.754Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-03-19T03:04:15.948Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-19T03:04:15.970Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-19T03:04:16.399Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-19T03:04:21.296Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-03-19T03:04:21.721Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30532026-03-19T03:04:23.284Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30542026-03-19T03:04:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
30552026-03-19T03:04:24.404Z
30562026-03-19T03:04:24.404Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30572026-03-19T03:04:25.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-19T03:04:25.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-19T03:04:25.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-19T03:04:25.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30612026-03-19T03:04:25.217Z
30622026-03-19T03:04:25.217Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30632026-03-19T03:04:25.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-19T03:04:25.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-19T03:04:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-19T03:04:25.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30672026-03-19T03:04:26.082Z
30682026-03-19T03:04:26.082Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30692026-03-19T03:04:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-19T03:04:26.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-19T03:04:26.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-19T03:04:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30732026-03-19T03:04:26.893Z
30742026-03-19T03:04:26.893Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30752026-03-19T03:04:27.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-19T03:04:27.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-19T03:04:27.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-19T03:04:27.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30792026-03-19T03:04:27.712Z
30802026-03-19T03:04:27.712Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30812026-03-19T03:04:28.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-19T03:04:28.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-19T03:04:28.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-19T03:04:28.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30852026-03-19T03:04:28.530Z
30862026-03-19T03:04:28.530Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30872026-03-19T03:04:29.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-19T03:04:29.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-19T03:04:29.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-19T03:04:29.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30912026-03-19T03:04:29.343Z
30922026-03-19T03:04:29.343Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30932026-03-19T03:04:30.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-19T03:04:30.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-19T03:04:30.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-19T03:04:30.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30972026-03-19T03:04:30.128Z
30982026-03-19T03:04:30.128Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30992026-03-19T03:04:30.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-19T03:04:30.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-19T03:04:30.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-19T03:04:30.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31032026-03-19T03:04:30.950Z
31042026-03-19T03:04:30.950Zinfo: running `cargo check --bins` on update-engine (102/259)
31052026-03-19T03:04:31.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-19T03:04:31.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-19T03:04:31.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-03-19T03:04:31.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31092026-03-19T03:04:31.725Z
31102026-03-19T03:04:31.725Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31112026-03-19T03:04:32.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-19T03:04:32.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-19T03:04:32.659Z Checking dropshot-api-manager-types v0.6.0
31142026-03-19T03:04:32.663Z Checking nanorand v0.7.0
31152026-03-19T03:04:32.958Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31162026-03-19T03:04:32.997Z Checking flume v0.11.1
31172026-03-19T03:04:33.278Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182026-03-19T03:04:34.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
31192026-03-19T03:04:34.798Z
31202026-03-19T03:04:34.798Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31212026-03-19T03:04:35.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-19T03:04:35.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-19T03:04:35.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-19T03:04:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31252026-03-19T03:04:35.607Z
31262026-03-19T03:04:35.607Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31272026-03-19T03:04:36.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-19T03:04:36.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-19T03:04:36.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-19T03:04:36.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31312026-03-19T03:04:36.407Z
31322026-03-19T03:04:36.407Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31332026-03-19T03:04:37.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-19T03:04:37.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-19T03:04:37.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-19T03:04:37.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31372026-03-19T03:04:37.208Z
31382026-03-19T03:04:37.208Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31392026-03-19T03:04:37.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-19T03:04:37.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-19T03:04:37.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-19T03:04:37.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31432026-03-19T03:04:38.039Z
31442026-03-19T03:04:38.039Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31452026-03-19T03:04:38.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-19T03:04:38.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-19T03:04:38.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-19T03:04:38.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31492026-03-19T03:04:38.836Z
31502026-03-19T03:04:38.836Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31512026-03-19T03:04:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-19T03:04:39.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-19T03:04:39.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-19T03:04:39.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-19T03:04:39.633Z
31562026-03-19T03:04:39.633Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31572026-03-19T03:04:40.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-19T03:04:40.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-19T03:04:40.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-19T03:04:40.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31612026-03-19T03:04:40.441Z
31622026-03-19T03:04:40.441Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31632026-03-19T03:04:41.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-19T03:04:41.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-19T03:04:41.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-19T03:04:41.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31672026-03-19T03:04:41.225Z
31682026-03-19T03:04:41.225Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31692026-03-19T03:04:41.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-19T03:04:41.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-19T03:04:41.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-19T03:04:41.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-19T03:04:42.022Z
31742026-03-19T03:04:42.022Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31752026-03-19T03:04:42.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-19T03:04:42.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-19T03:04:42.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-19T03:04:42.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-19T03:04:42.811Z
31802026-03-19T03:04:42.812Zinfo: running `cargo check --bins` on installinator-client (114/259)
31812026-03-19T03:04:43.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-19T03:04:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-19T03:04:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-19T03:04:43.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31852026-03-19T03:04:43.622Z
31862026-03-19T03:04:43.622Zinfo: running `cargo check --bins` on nexus-client (115/259)
31872026-03-19T03:04:44.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-19T03:04:44.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-19T03:04:44.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-19T03:04:44.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31912026-03-19T03:04:44.479Z
31922026-03-19T03:04:44.479Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31932026-03-19T03:04:45.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-19T03:04:45.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-19T03:04:45.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-19T03:04:45.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31972026-03-19T03:04:45.332Z
31982026-03-19T03:04:45.332Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31992026-03-19T03:04:46.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-19T03:04:46.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-19T03:04:46.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-19T03:04:46.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-19T03:04:46.116Z
32042026-03-19T03:04:46.116Zinfo: running `cargo check --bins` on oxide-client (118/259)
32052026-03-19T03:04:46.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-19T03:04:46.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-19T03:04:46.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-19T03:04:46.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32092026-03-19T03:04:46.906Z
32102026-03-19T03:04:46.906Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32112026-03-19T03:04:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-19T03:04:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-19T03:04:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-19T03:04:47.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32152026-03-19T03:04:47.706Z
32162026-03-19T03:04:47.706Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32172026-03-19T03:04:48.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-19T03:04:48.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-19T03:04:48.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-19T03:04:48.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32212026-03-19T03:04:48.492Z
32222026-03-19T03:04:48.492Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32232026-03-19T03:04:49.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-19T03:04:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-19T03:04:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-19T03:04:49.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32272026-03-19T03:04:49.319Z
32282026-03-19T03:04:49.319Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32292026-03-19T03:04:50.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-19T03:04:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-19T03:04:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-19T03:04:50.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32332026-03-19T03:04:50.142Z
32342026-03-19T03:04:50.142Zinfo: running `cargo check --bins` on installinator-common (123/259)
32352026-03-19T03:04:50.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-19T03:04:50.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-19T03:04:50.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-19T03:04:50.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32392026-03-19T03:04:50.956Z
32402026-03-19T03:04:50.956Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32412026-03-19T03:04:51.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-19T03:04:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-19T03:04:51.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-19T03:04:51.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32452026-03-19T03:04:51.729Z
32462026-03-19T03:04:51.729Zinfo: running `cargo check --bins` on wicket-common (125/259)
32472026-03-19T03:04:52.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-19T03:04:52.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-19T03:04:52.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-03-19T03:04:52.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32512026-03-19T03:04:52.552Z
32522026-03-19T03:04:52.553Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32532026-03-19T03:04:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-03-19T03:04:53.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-03-19T03:04:53.458Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32562026-03-19T03:04:53.464Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-03-19T03:04:53.464Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32582026-03-19T03:04:53.617Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32592026-03-19T03:04:53.622Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-19T03:04:53.775Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-03-19T03:04:53.810Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-03-19T03:04:54.110Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-03-19T03:04:54.117Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32642026-03-19T03:04:56.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
32652026-03-19T03:04:57.179Z
32662026-03-19T03:04:57.179Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32672026-03-19T03:04:57.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-19T03:04:57.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-19T03:04:57.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-19T03:04:57.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32712026-03-19T03:04:57.970Z
32722026-03-19T03:04:57.970Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32732026-03-19T03:04:58.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-19T03:04:58.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-19T03:04:58.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-19T03:04:58.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-19T03:04:58.879Z
32782026-03-19T03:04:58.879Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32792026-03-19T03:04:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-19T03:04:59.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-19T03:04:59.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-03-19T03:04:59.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32832026-03-19T03:04:59.794Z
32842026-03-19T03:04:59.794Zinfo: running `cargo check --bins` on dns-server (130/259)
32852026-03-19T03:05:00.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-03-19T03:05:00.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-03-19T03:05:00.703Z Compiling parking_lot_core v0.8.6
32882026-03-19T03:05:00.703Z Compiling git-stub v1.0.0
32892026-03-19T03:05:00.703Z Compiling atomicwrites v0.4.4
32902026-03-19T03:05:00.707Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-03-19T03:05:00.868Z Checking tagptr v0.2.0
32922026-03-19T03:05:00.892Z Checking prefix-trie v0.7.0
32932026-03-19T03:05:00.895Z Checking fxhash v0.2.1
32942026-03-19T03:05:00.895Z Checking hickory-client v0.25.2
32952026-03-19T03:05:01.080Z Compiling git-stub-vcs v0.1.0
32962026-03-19T03:05:01.083Z Checking moka v0.12.13
32972026-03-19T03:05:01.355Z Checking hickory-server v0.25.2
32982026-03-19T03:05:01.373Z Checking parking_lot v0.11.2
32992026-03-19T03:05:01.462Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33002026-03-19T03:05:01.496Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-03-19T03:05:01.500Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-19T03:05:01.500Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-19T03:05:01.602Z Checking sled v0.34.7
33042026-03-19T03:05:01.941Z Checking hickory-resolver v0.25.2
33052026-03-19T03:05:04.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
33062026-03-19T03:05:04.611Z
33072026-03-19T03:05:04.611Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33082026-03-19T03:05:05.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-19T03:05:05.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-19T03:05:05.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-19T03:05:05.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33122026-03-19T03:05:05.411Z
33132026-03-19T03:05:05.411Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33142026-03-19T03:05:06.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-19T03:05:06.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-19T03:05:06.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-03-19T03:05:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33182026-03-19T03:05:06.276Z
33192026-03-19T03:05:06.276Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33202026-03-19T03:05:07.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-03-19T03:05:07.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-03-19T03:05:07.288Z Compiling radium v0.7.0
33232026-03-19T03:05:07.294Z Checking tap v1.0.1
33242026-03-19T03:05:07.298Z Compiling maybe-uninit v2.0.0
33252026-03-19T03:05:07.298Z Compiling zerocopy-derive v0.6.6
33262026-03-19T03:05:07.298Z Checking funty v2.0.0
33272026-03-19T03:05:07.298Z Compiling packed_struct v0.10.1
33282026-03-19T03:05:07.298Z Checking crc-catalog v2.4.0
33292026-03-19T03:05:07.298Z Compiling packed_struct_codegen v0.10.1
33302026-03-19T03:05:07.563Z Checking crc v3.4.0
33312026-03-19T03:05:07.665Z Checking wyz v0.5.1
33322026-03-19T03:05:07.801Z Compiling bitfield-macros v0.19.4
33332026-03-19T03:05:07.825Z Compiling indexmap v1.9.3
33342026-03-19T03:05:07.909Z Checking nodrop v0.1.14
33352026-03-19T03:05:07.947Z Checking hashbrown v0.12.3
33362026-03-19T03:05:08.010Z Checking smallvec v0.6.14
33372026-03-19T03:05:08.029Z Checking array-init v0.0.4
33382026-03-19T03:05:08.033Z Checking bitvec v1.0.1
33392026-03-19T03:05:08.094Z Checking ron v0.8.1
33402026-03-19T03:05:08.269Z Checking hashbrown v0.13.2
33412026-03-19T03:05:08.508Z Checking serde-hex v0.1.0
33422026-03-19T03:05:08.627Z Checking zerocopy v0.6.6
33432026-03-19T03:05:08.754Z Checking bitfield v0.19.4
33442026-03-19T03:05:08.815Z Checking crc-any v2.5.0
33452026-03-19T03:05:08.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-19T03:05:08.882Z Checking void v1.0.2
33472026-03-19T03:05:08.968Z Checking object v0.30.4
33482026-03-19T03:05:09.009Z Checking half v1.8.3
33492026-03-19T03:05:09.034Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-19T03:05:09.051Z Checking path-slash v0.1.5
33512026-03-19T03:05:09.151Z Checking tungstenite v0.23.0
33522026-03-19T03:05:09.176Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33532026-03-19T03:05:09.231Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-19T03:05:09.280Z Checking serde_cbor v0.11.2
33552026-03-19T03:05:09.298Z Checking lzss v0.8.2
33562026-03-19T03:05:09.397Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-03-19T03:05:09.435Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-03-19T03:05:09.559Z Checking nix v0.27.1
33592026-03-19T03:05:09.688Z Checking kstat-rs v0.2.4
33602026-03-19T03:05:09.835Z Checking serde_bytes v0.11.19
33612026-03-19T03:05:09.935Z Checking tokio-tungstenite v0.23.1
33622026-03-19T03:05:09.955Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-19T03:05:10.064Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-03-19T03:05:10.267Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33652026-03-19T03:05:10.286Z Checking signal-hook-tokio v0.3.1
33662026-03-19T03:05:11.423Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-03-19T03:05:11.571Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33682026-03-19T03:05:15.046Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-19T03:05:16.253Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-03-19T03:05:16.632Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33712026-03-19T03:05:18.131Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-03-19T03:05:20.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
33732026-03-19T03:05:21.165Z
33742026-03-19T03:05:21.165Zinfo: running `cargo check --bins` on gateway-api (134/259)
33752026-03-19T03:05:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-19T03:05:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-19T03:05:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-19T03:05:21.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33792026-03-19T03:05:21.960Z
33802026-03-19T03:05:21.960Zinfo: running `cargo check --bins` on ipcc (135/259)
33812026-03-19T03:05:22.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-19T03:05:22.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-19T03:05:22.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-19T03:05:22.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33852026-03-19T03:05:22.757Z
33862026-03-19T03:05:22.758Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33872026-03-19T03:05:23.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-19T03:05:23.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-19T03:05:23.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-19T03:05:23.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33912026-03-19T03:05:23.530Z
33922026-03-19T03:05:23.530Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33932026-03-19T03:05:24.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-19T03:05:24.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-19T03:05:24.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-19T03:05:24.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33972026-03-19T03:05:24.325Z
33982026-03-19T03:05:24.325Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33992026-03-19T03:05:25.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-19T03:05:25.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-19T03:05:25.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-19T03:05:25.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34032026-03-19T03:05:25.120Z
34042026-03-19T03:05:25.120Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34052026-03-19T03:05:25.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-19T03:05:25.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-19T03:05:25.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-19T03:05:25.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34092026-03-19T03:05:25.915Z
34102026-03-19T03:05:25.915Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34112026-03-19T03:05:26.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-19T03:05:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-19T03:05:26.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-19T03:05:26.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-19T03:05:26.709Z
34162026-03-19T03:05:26.709Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34172026-03-19T03:05:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-19T03:05:27.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-19T03:05:27.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-19T03:05:27.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-19T03:05:27.503Z
34222026-03-19T03:05:27.503Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34232026-03-19T03:05:28.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-19T03:05:28.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-19T03:05:28.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-19T03:05:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-19T03:05:28.299Z
34282026-03-19T03:05:28.299Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34292026-03-19T03:05:28.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-19T03:05:28.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-19T03:05:28.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-19T03:05:29.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34332026-03-19T03:05:29.108Z
34342026-03-19T03:05:29.108Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34352026-03-19T03:05:29.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-19T03:05:29.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-19T03:05:29.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-19T03:05:29.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34392026-03-19T03:05:29.917Z
34402026-03-19T03:05:29.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34412026-03-19T03:05:30.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-19T03:05:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-19T03:05:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-19T03:05:30.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34452026-03-19T03:05:30.715Z
34462026-03-19T03:05:30.715Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34472026-03-19T03:05:31.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-19T03:05:31.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-19T03:05:31.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-19T03:05:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34512026-03-19T03:05:31.523Z
34522026-03-19T03:05:31.523Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34532026-03-19T03:05:32.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-19T03:05:32.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-19T03:05:32.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-19T03:05:32.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34572026-03-19T03:05:32.378Z
34582026-03-19T03:05:32.378Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34592026-03-19T03:05:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-19T03:05:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-19T03:05:33.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-19T03:05:33.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34632026-03-19T03:05:33.184Z
34642026-03-19T03:05:33.184Zinfo: running `cargo check --bins` on sp-sim (149/259)
34652026-03-19T03:05:33.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-19T03:05:33.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-19T03:05:34.179Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-03-19T03:05:36.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
34692026-03-19T03:05:36.788Z
34702026-03-19T03:05:36.788Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34712026-03-19T03:05:37.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-19T03:05:37.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-19T03:05:37.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-19T03:05:37.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34752026-03-19T03:05:37.673Z
34762026-03-19T03:05:37.673Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34772026-03-19T03:05:38.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-19T03:05:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-19T03:05:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-19T03:05:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34812026-03-19T03:05:38.565Z
34822026-03-19T03:05:38.565Zinfo: running `cargo check --bins` on db-macros (152/259)
34832026-03-19T03:05:39.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-19T03:05:39.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-19T03:05:39.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-19T03:05:39.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34872026-03-19T03:05:39.354Z
34882026-03-19T03:05:39.354Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34892026-03-19T03:05:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-19T03:05:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-19T03:05:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-19T03:05:40.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34932026-03-19T03:05:40.143Z
34942026-03-19T03:05:40.143Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34952026-03-19T03:05:40.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-19T03:05:40.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-19T03:05:40.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-19T03:05:40.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34992026-03-19T03:05:41.016Z
35002026-03-19T03:05:41.016Zinfo: running `cargo check --bins` on authz-macros (155/259)
35012026-03-19T03:05:41.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-19T03:05:41.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-19T03:05:41.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-19T03:05:41.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35052026-03-19T03:05:41.799Z
35062026-03-19T03:05:41.799Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35072026-03-19T03:05:42.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-19T03:05:42.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-19T03:05:42.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-19T03:05:42.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35112026-03-19T03:05:42.660Z
35122026-03-19T03:05:42.661Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35132026-03-19T03:05:43.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-19T03:05:43.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-19T03:05:43.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-19T03:05:43.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35172026-03-19T03:05:43.519Z
35182026-03-19T03:05:43.519Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35192026-03-19T03:05:44.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-19T03:05:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-19T03:05:44.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-19T03:05:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35232026-03-19T03:05:44.298Z
35242026-03-19T03:05:44.298Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35252026-03-19T03:05:44.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-19T03:05:44.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-19T03:05:44.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-19T03:05:44.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35292026-03-19T03:05:45.075Z
35302026-03-19T03:05:45.075Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35312026-03-19T03:05:45.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-19T03:05:45.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-19T03:05:45.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-19T03:05:45.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35352026-03-19T03:05:45.877Z
35362026-03-19T03:05:45.877Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35372026-03-19T03:05:46.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-19T03:05:46.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-19T03:05:46.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-19T03:05:46.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35412026-03-19T03:05:46.669Z
35422026-03-19T03:05:46.669Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35432026-03-19T03:05:47.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-19T03:05:47.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-19T03:05:47.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-19T03:05:47.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35472026-03-19T03:05:47.454Z
35482026-03-19T03:05:47.454Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35492026-03-19T03:05:48.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-19T03:05:48.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-19T03:05:48.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-19T03:05:48.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35532026-03-19T03:05:48.329Z
35542026-03-19T03:05:48.329Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35552026-03-19T03:05:49.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-19T03:05:49.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-19T03:05:49.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-19T03:05:49.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35592026-03-19T03:05:49.208Z
35602026-03-19T03:05:49.208Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35612026-03-19T03:05:49.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-19T03:05:49.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-19T03:05:49.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-19T03:05:49.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35652026-03-19T03:05:50.072Z
35662026-03-19T03:05:50.072Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35672026-03-19T03:05:50.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-19T03:05:50.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-19T03:05:50.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-19T03:05:50.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35712026-03-19T03:05:50.903Z
35722026-03-19T03:05:50.903Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35732026-03-19T03:05:51.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-19T03:05:51.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-19T03:05:51.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-19T03:05:51.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35772026-03-19T03:05:51.732Z
35782026-03-19T03:05:51.732Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35792026-03-19T03:05:52.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-19T03:05:52.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-19T03:05:52.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-19T03:05:52.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35832026-03-19T03:05:52.549Z
35842026-03-19T03:05:52.549Zinfo: running `cargo check --bins` on key-manager (169/259)
35852026-03-19T03:05:53.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-19T03:05:53.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-19T03:05:53.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-19T03:05:53.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35892026-03-19T03:05:53.359Z
35902026-03-19T03:05:53.359Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35912026-03-19T03:05:54.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-19T03:05:54.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-19T03:05:54.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-19T03:05:54.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35952026-03-19T03:05:54.174Z
35962026-03-19T03:05:54.174Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35972026-03-19T03:05:54.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-19T03:05:54.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-19T03:05:54.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-19T03:05:54.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36012026-03-19T03:05:54.990Z
36022026-03-19T03:05:54.990Zinfo: running `cargo check --bins` on typed-rng (172/259)
36032026-03-19T03:05:55.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-19T03:05:55.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-19T03:05:55.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-03-19T03:05:55.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36072026-03-19T03:05:55.780Z
36082026-03-19T03:05:55.780Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36092026-03-19T03:05:56.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-03-19T03:05:56.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-03-19T03:05:56.954Z Compiling libefi-sys v0.1.0
36122026-03-19T03:05:56.958Z Compiling bitfield-struct v0.6.2
36132026-03-19T03:05:57.131Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36142026-03-19T03:05:57.147Z Compiling xshell-macros v0.2.7
36152026-03-19T03:05:57.167Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36162026-03-19T03:05:57.189Z Compiling salty v0.3.0
36172026-03-19T03:05:57.210Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36182026-03-19T03:05:57.233Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-19T03:05:57.236Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36202026-03-19T03:05:57.592Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-03-19T03:05:57.615Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36222026-03-19T03:05:57.635Z Checking xshell v0.2.7
36232026-03-19T03:05:57.780Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36242026-03-19T03:05:57.823Z Checking primeorder v0.13.6
36252026-03-19T03:05:57.864Z Compiling proc-macro-error-attr2 v2.0.0
36262026-03-19T03:05:57.886Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36272026-03-19T03:05:57.929Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36282026-03-19T03:05:57.951Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-03-19T03:05:58.095Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36302026-03-19T03:05:58.144Z Checking p384 v0.13.1
36312026-03-19T03:05:58.168Z Compiling num-derive v0.3.3
36322026-03-19T03:05:58.284Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-03-19T03:05:58.374Z Compiling proc-macro-error2 v2.0.1
36342026-03-19T03:05:58.518Z Compiling unicase v2.9.0
36352026-03-19T03:05:58.593Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-03-19T03:05:58.731Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-19T03:05:58.782Z Compiling mime_guess v2.0.5
36382026-03-19T03:05:58.802Z Compiling tabled_derive v0.11.0
36392026-03-19T03:05:58.877Z Compiling progenitor-impl v0.11.2
36402026-03-19T03:05:59.212Z Checking papergrid v0.17.0
36412026-03-19T03:05:59.367Z Checking libscf-sys v1.1.0
36422026-03-19T03:05:59.514Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-19T03:05:59.542Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-19T03:05:59.692Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-03-19T03:05:59.769Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-03-19T03:06:00.337Z Checking testing_table v0.3.0
36472026-03-19T03:06:00.431Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36482026-03-19T03:06:00.453Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-19T03:06:00.474Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-19T03:06:00.545Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36512026-03-19T03:06:00.605Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36522026-03-19T03:06:00.691Z Checking corncobs v0.1.4
36532026-03-19T03:06:00.759Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-03-19T03:06:00.796Z Checking tabled v0.20.0
36552026-03-19T03:06:00.865Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-19T03:06:00.894Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36572026-03-19T03:06:01.096Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36582026-03-19T03:06:01.200Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-03-19T03:06:01.425Z Checking progenitor-client v0.11.2
36602026-03-19T03:06:01.625Z Checking secrecy v0.8.0
36612026-03-19T03:06:01.736Z Checking http-range v0.1.5
36622026-03-19T03:06:01.965Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36632026-03-19T03:06:02.117Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36642026-03-19T03:06:02.245Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-03-19T03:06:02.434Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36662026-03-19T03:06:02.455Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-03-19T03:06:02.625Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36682026-03-19T03:06:02.647Z Checking atty v0.2.14
36692026-03-19T03:06:02.666Z Compiling progenitor-macro v0.11.2
36702026-03-19T03:06:02.766Z Checking crc8 v0.1.1
36712026-03-19T03:06:02.793Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36722026-03-19T03:06:02.850Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-03-19T03:06:02.891Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36742026-03-19T03:06:03.026Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36752026-03-19T03:06:03.334Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36762026-03-19T03:06:03.448Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-03-19T03:06:03.632Z Checking hyper-staticfile v0.10.1
36782026-03-19T03:06:03.773Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36792026-03-19T03:06:03.798Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36802026-03-19T03:06:03.962Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36812026-03-19T03:06:04.008Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36822026-03-19T03:06:04.073Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36832026-03-19T03:06:04.278Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36842026-03-19T03:06:04.656Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36852026-03-19T03:06:04.742Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36862026-03-19T03:06:05.116Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36872026-03-19T03:06:05.189Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36882026-03-19T03:06:05.259Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36892026-03-19T03:06:05.757Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36902026-03-19T03:06:06.166Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-03-19T03:06:06.400Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36922026-03-19T03:06:06.460Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-03-19T03:06:06.922Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36942026-03-19T03:06:07.988Z Checking progenitor v0.11.2
36952026-03-19T03:06:08.158Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36962026-03-19T03:06:15.096Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-19T03:06:31.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.31s
36982026-03-19T03:06:31.347Z
36992026-03-19T03:06:31.347Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
37002026-03-19T03:06:32.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-19T03:06:32.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-19T03:06:32.435Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-19T03:06:48.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
37042026-03-19T03:06:48.952Z
37052026-03-19T03:06:48.952Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37062026-03-19T03:06:49.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-19T03:06:49.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-19T03:06:50.042Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-19T03:07:06.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37102026-03-19T03:07:06.299Z
37112026-03-19T03:07:06.299Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37122026-03-19T03:07:07.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-19T03:07:07.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-19T03:07:07.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-19T03:07:23.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.23s
37162026-03-19T03:07:23.786Z
37172026-03-19T03:07:23.787Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37182026-03-19T03:07:24.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-19T03:07:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-19T03:07:24.880Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-19T03:07:41.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s
37222026-03-19T03:07:41.313Z
37232026-03-19T03:07:41.313Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37242026-03-19T03:07:42.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-19T03:07:42.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-19T03:07:42.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-19T03:07:58.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.16s
37282026-03-19T03:07:58.715Z
37292026-03-19T03:07:58.715Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37302026-03-19T03:07:59.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-19T03:07:59.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-19T03:07:59.806Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-19T03:08:16.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s
37342026-03-19T03:08:16.247Z
37352026-03-19T03:08:16.247Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37362026-03-19T03:08:17.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-19T03:08:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-19T03:08:17.345Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-03-19T03:08:33.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37402026-03-19T03:08:33.670Z
37412026-03-19T03:08:33.670Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37422026-03-19T03:08:34.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-19T03:08:34.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-19T03:08:34.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-19T03:08:34.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37462026-03-19T03:08:34.497Z
37472026-03-19T03:08:34.497Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37482026-03-19T03:08:35.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-19T03:08:35.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-19T03:08:35.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-19T03:08:35.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37522026-03-19T03:08:35.319Z
37532026-03-19T03:08:35.319Zinfo: running `cargo check --bins` on range-requests (183/259)
37542026-03-19T03:08:35.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-19T03:08:35.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-19T03:08:35.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-19T03:08:36.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-19T03:08:36.102Z
37592026-03-19T03:08:36.103Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37602026-03-19T03:08:36.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-19T03:08:36.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-19T03:08:36.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-19T03:08:36.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37642026-03-19T03:08:36.899Z
37652026-03-19T03:08:36.899Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37662026-03-19T03:08:37.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-19T03:08:37.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-19T03:08:37.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-19T03:08:37.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37702026-03-19T03:08:37.731Z
37712026-03-19T03:08:37.731Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37722026-03-19T03:08:38.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-19T03:08:38.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-19T03:08:38.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-19T03:08:38.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37762026-03-19T03:08:38.556Z
37772026-03-19T03:08:38.556Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37782026-03-19T03:08:39.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-19T03:08:39.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-19T03:08:39.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-19T03:08:39.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37822026-03-19T03:08:39.386Z
37832026-03-19T03:08:39.386Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37842026-03-19T03:08:40.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-19T03:08:40.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-19T03:08:40.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-19T03:08:40.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37882026-03-19T03:08:40.207Z
37892026-03-19T03:08:40.207Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37902026-03-19T03:08:40.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-19T03:08:40.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-19T03:08:40.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-19T03:08:40.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37942026-03-19T03:08:41.039Z
37952026-03-19T03:08:41.039Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37962026-03-19T03:08:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-19T03:08:41.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-19T03:08:41.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-19T03:08:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38002026-03-19T03:08:41.865Z
38012026-03-19T03:08:41.865Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38022026-03-19T03:08:42.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-19T03:08:42.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-19T03:08:42.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-19T03:08:42.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38062026-03-19T03:08:42.698Z
38072026-03-19T03:08:42.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38082026-03-19T03:08:43.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-19T03:08:43.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-19T03:08:43.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-19T03:08:43.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38122026-03-19T03:08:43.525Z
38132026-03-19T03:08:43.525Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38142026-03-19T03:08:44.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-19T03:08:44.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-19T03:08:44.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-19T03:08:44.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38182026-03-19T03:08:44.355Z
38192026-03-19T03:08:44.355Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38202026-03-19T03:08:45.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-19T03:08:45.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-19T03:08:45.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-19T03:08:45.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38242026-03-19T03:08:45.193Z
38252026-03-19T03:08:45.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38262026-03-19T03:08:45.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-19T03:08:45.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-19T03:08:45.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-19T03:08:45.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38302026-03-19T03:08:46.040Z
38312026-03-19T03:08:46.041Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38322026-03-19T03:08:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-19T03:08:46.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-19T03:08:46.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-19T03:08:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38362026-03-19T03:08:46.917Z
38372026-03-19T03:08:46.917Zinfo: running `cargo check --bins` on update-common (197/259)
38382026-03-19T03:08:47.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-19T03:08:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-19T03:08:47.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-19T03:08:47.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38422026-03-19T03:08:47.733Z
38432026-03-19T03:08:47.733Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38442026-03-19T03:08:48.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-19T03:08:48.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-19T03:08:48.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-19T03:08:48.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38482026-03-19T03:08:48.608Z
38492026-03-19T03:08:48.608Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38502026-03-19T03:08:49.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-19T03:08:49.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-19T03:08:49.686Z Compiling fs-err v2.11.0
38532026-03-19T03:08:49.829Z Checking ignore v0.4.25
38542026-03-19T03:08:49.846Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38552026-03-19T03:08:49.849Z Checking predicates-tree v1.0.13
38562026-03-19T03:08:49.849Z Checking parse-size v1.1.0
38572026-03-19T03:08:49.892Z Checking rand_seeder v0.4.0
38582026-03-19T03:08:49.896Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38592026-03-19T03:08:49.929Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38602026-03-19T03:08:49.986Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38612026-03-19T03:08:50.021Z Compiling petname v2.0.2
38622026-03-19T03:08:50.072Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38632026-03-19T03:08:50.269Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38642026-03-19T03:08:50.288Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38652026-03-19T03:08:50.356Z Checking globwalk v0.9.1
38662026-03-19T03:08:50.393Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38672026-03-19T03:08:50.494Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38682026-03-19T03:08:50.591Z Checking camino-tempfile-ext v0.3.3
38692026-03-19T03:08:50.625Z Checking sapling-renderdag v0.1.0
38702026-03-19T03:08:50.727Z Checking sync-ptr v0.1.4
38712026-03-19T03:08:50.856Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38722026-03-19T03:08:50.879Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38732026-03-19T03:08:50.969Z Checking colored v2.2.0
38742026-03-19T03:08:50.998Z Checking assert_matches v1.5.0
38752026-03-19T03:08:51.325Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38762026-03-19T03:08:51.454Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38772026-03-19T03:08:51.458Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38782026-03-19T03:08:52.221Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38792026-03-19T03:08:54.050Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38802026-03-19T03:08:57.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
38812026-03-19T03:08:57.334Z
38822026-03-19T03:08:57.334Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38832026-03-19T03:08:58.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-19T03:08:58.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-19T03:08:58.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-19T03:08:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38872026-03-19T03:08:58.115Z
38882026-03-19T03:08:58.115Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38892026-03-19T03:08:58.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-19T03:08:58.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-19T03:08:58.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-19T03:08:58.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38932026-03-19T03:08:58.987Z
38942026-03-19T03:08:58.987Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38952026-03-19T03:08:59.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-19T03:08:59.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-19T03:08:59.968Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38982026-03-19T03:08:59.972Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38992026-03-19T03:09:00.833Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39002026-03-19T03:09:02.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
39012026-03-19T03:09:03.127Z
39022026-03-19T03:09:03.127Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39032026-03-19T03:09:03.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-19T03:09:03.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-19T03:09:03.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-19T03:09:03.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39072026-03-19T03:09:03.926Z
39082026-03-19T03:09:03.926Zinfo: running `cargo check --bins` on cert-dev (204/259)
39092026-03-19T03:09:04.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-19T03:09:04.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-19T03:09:04.761Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39122026-03-19T03:09:05.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
39132026-03-19T03:09:05.328Z
39142026-03-19T03:09:05.329Zinfo: running `cargo check --bins` on clickana (205/259)
39152026-03-19T03:09:06.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-03-19T03:09:06.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-03-19T03:09:06.213Z Compiling darling_core v0.23.0
39182026-03-19T03:09:06.340Z Compiling instability v0.3.11
39192026-03-19T03:09:06.354Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39202026-03-19T03:09:06.357Z Checking castaway v0.2.4
39212026-03-19T03:09:06.378Z Compiling indoc v2.0.7
39222026-03-19T03:09:06.394Z Checking unicode-truncate v1.1.0
39232026-03-19T03:09:06.397Z Checking lru v0.12.5
39242026-03-19T03:09:06.397Z Checking cassowary v0.3.0
39252026-03-19T03:09:06.489Z Checking compact_str v0.8.1
39262026-03-19T03:09:07.653Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39272026-03-19T03:09:07.882Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39282026-03-19T03:09:08.349Z Compiling darling_macro v0.23.0
39292026-03-19T03:09:08.882Z Compiling darling v0.23.0
39302026-03-19T03:09:09.673Z Checking ratatui v0.29.0
39312026-03-19T03:09:11.205Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39322026-03-19T03:09:12.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
39332026-03-19T03:09:12.271Z
39342026-03-19T03:09:12.271Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39352026-03-19T03:09:13.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-03-19T03:09:13.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-03-19T03:09:13.263Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39382026-03-19T03:09:13.266Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39392026-03-19T03:09:14.019Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39402026-03-19T03:09:14.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
39412026-03-19T03:09:14.786Z
39422026-03-19T03:09:14.786Zinfo: running `cargo check --bins` on ch-dev (207/259)
39432026-03-19T03:09:15.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-19T03:09:15.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-19T03:09:15.769Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39462026-03-19T03:09:16.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39472026-03-19T03:09:16.948Z
39482026-03-19T03:09:16.948Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39492026-03-19T03:09:17.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-19T03:09:17.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-19T03:09:17.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-03-19T03:09:17.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39532026-03-19T03:09:17.564Z
39542026-03-19T03:09:17.565Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39552026-03-19T03:09:18.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-19T03:09:18.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-19T03:09:18.545Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39582026-03-19T03:09:19.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
39592026-03-19T03:09:19.330Z
39602026-03-19T03:09:19.330Zinfo: running `cargo check --bins` on db-dev (210/259)
39612026-03-19T03:09:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-19T03:09:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-19T03:09:20.330Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39642026-03-19T03:09:21.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39652026-03-19T03:09:21.529Z
39662026-03-19T03:09:21.529Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39672026-03-19T03:09:22.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-19T03:09:22.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-19T03:09:22.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-03-19T03:09:22.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39712026-03-19T03:09:22.384Z
39722026-03-19T03:09:22.384Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39732026-03-19T03:09:23.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-19T03:09:23.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-19T03:09:23.220Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39762026-03-19T03:09:24.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39772026-03-19T03:09:24.336Z
39782026-03-19T03:09:24.336Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39792026-03-19T03:09:25.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-03-19T03:09:25.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-03-19T03:09:25.368Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39822026-03-19T03:09:25.369Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39832026-03-19T03:09:25.372Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39842026-03-19T03:09:25.372Z Checking git-stub v1.0.0
39852026-03-19T03:09:25.508Z Compiling trait-variant v0.1.2
39862026-03-19T03:09:25.524Z Checking maplit v1.0.2
39872026-03-19T03:09:25.536Z Checking is_ci v1.2.0
39882026-03-19T03:09:25.568Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39892026-03-19T03:09:25.668Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39902026-03-19T03:09:25.704Z Checking supports-color v3.0.2
39912026-03-19T03:09:25.723Z Checking git-stub-vcs v0.1.0
39922026-03-19T03:09:25.783Z Checking drift v0.1.3
39932026-03-19T03:09:25.862Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39942026-03-19T03:09:25.884Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39952026-03-19T03:09:26.000Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39962026-03-19T03:09:26.126Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39972026-03-19T03:09:26.163Z Checking dropshot-api-manager v0.6.0
39982026-03-19T03:09:26.213Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39992026-03-19T03:09:26.244Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40002026-03-19T03:09:26.486Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40012026-03-19T03:09:26.582Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40022026-03-19T03:09:26.747Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40032026-03-19T03:09:27.226Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40042026-03-19T03:09:34.161Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40052026-03-19T03:09:35.566Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40062026-03-19T03:09:36.353Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40072026-03-19T03:09:36.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
40082026-03-19T03:09:37.123Z
40092026-03-19T03:09:37.123Zinfo: running `cargo check --bins` on installinator-api (214/259)
40102026-03-19T03:09:37.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-19T03:09:37.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-19T03:09:37.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-19T03:09:37.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40142026-03-19T03:09:37.928Z
40152026-03-19T03:09:37.928Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40162026-03-19T03:09:38.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-19T03:09:38.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-19T03:09:38.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-19T03:09:38.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40202026-03-19T03:09:38.782Z
40212026-03-19T03:09:38.782Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40222026-03-19T03:09:39.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-19T03:09:39.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-19T03:09:39.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-19T03:09:39.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40262026-03-19T03:09:39.634Z
40272026-03-19T03:09:39.634Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40282026-03-19T03:09:40.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-19T03:09:40.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-19T03:09:40.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-19T03:09:40.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40322026-03-19T03:09:40.487Z
40332026-03-19T03:09:40.487Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40342026-03-19T03:09:41.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-19T03:09:41.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-19T03:09:41.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-19T03:09:41.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40382026-03-19T03:09:41.281Z
40392026-03-19T03:09:41.281Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40402026-03-19T03:09:41.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-19T03:09:41.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-19T03:09:41.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-19T03:09:41.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40442026-03-19T03:09:42.061Z
40452026-03-19T03:09:42.061Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40462026-03-19T03:09:42.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-19T03:09:42.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-19T03:09:42.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-03-19T03:09:42.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40502026-03-19T03:09:42.890Z
40512026-03-19T03:09:42.890Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40522026-03-19T03:09:43.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-03-19T03:09:43.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-03-19T03:09:43.723Z Checking erased-serde v0.4.9
40552026-03-19T03:09:43.849Z Checking ordered-float v2.10.1
40562026-03-19T03:09:43.872Z Checking unicode-xid v0.2.6
40572026-03-19T03:09:43.897Z Checking cargo-platform v0.2.0
40582026-03-19T03:09:44.137Z Checking serde-value v0.7.0
40592026-03-19T03:09:44.308Z Checking serde-untagged v0.1.9
40602026-03-19T03:09:44.519Z Checking cargo-util-schemas v0.8.2
40612026-03-19T03:09:45.522Z Checking cargo_metadata v0.21.0
40622026-03-19T03:09:46.391Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40632026-03-19T03:09:47.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
40642026-03-19T03:09:47.526Z
40652026-03-19T03:09:47.526Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40662026-03-19T03:09:48.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-19T03:09:48.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-19T03:09:48.563Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-03-19T03:09:49.344Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40702026-03-19T03:09:49.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
40712026-03-19T03:09:50.219Z
40722026-03-19T03:09:50.219Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40732026-03-19T03:09:50.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-19T03:09:51.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-19T03:09:51.418Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40762026-03-19T03:09:51.421Z Compiling vergen-gitcl v1.0.8
40772026-03-19T03:09:51.421Z Compiling dirs-sys-next v0.1.2
40782026-03-19T03:09:51.421Z Compiling glob v0.3.3
40792026-03-19T03:09:51.421Z Compiling diesel_derives v2.3.7
40802026-03-19T03:09:51.421Z Compiling crunchy v0.2.4
40812026-03-19T03:09:51.607Z Compiling dsl_auto_type v0.2.0
40822026-03-19T03:09:51.625Z Checking scheduled-thread-pool v0.2.7
40832026-03-19T03:09:51.870Z Compiling dirs-next v2.0.0
40842026-03-19T03:09:51.909Z Compiling diesel_table_macro_syntax v0.3.0
40852026-03-19T03:09:51.931Z Compiling tiny-keccak v2.0.2
40862026-03-19T03:09:52.021Z Compiling term v0.7.0
40872026-03-19T03:09:52.100Z Checking r2d2 v0.8.10
40882026-03-19T03:09:52.121Z Compiling clang-sys v1.8.1
40892026-03-19T03:09:52.190Z Compiling bit-vec v0.6.3
40902026-03-19T03:09:52.216Z Checking downcast-rs v2.0.2
40912026-03-19T03:09:52.358Z Compiling itertools v0.10.5
40922026-03-19T03:09:52.480Z Compiling bit-set v0.5.3
40932026-03-19T03:09:52.606Z Compiling ascii-canvas v3.0.0
40942026-03-19T03:09:52.686Z Compiling ena v0.14.4
40952026-03-19T03:09:52.765Z Compiling libloading v0.8.9
40962026-03-19T03:09:52.786Z Compiling regex-syntax v0.6.29
40972026-03-19T03:09:52.883Z Compiling bindgen v0.71.1
40982026-03-19T03:09:52.925Z Compiling diff v0.1.13
40992026-03-19T03:09:53.035Z Compiling cexpr v0.6.0
41002026-03-19T03:09:53.281Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41012026-03-19T03:09:53.440Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41022026-03-19T03:09:53.550Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41032026-03-19T03:09:53.630Z Compiling libxml v0.3.3
41042026-03-19T03:09:53.825Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41052026-03-19T03:09:53.943Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41062026-03-19T03:09:53.966Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41072026-03-19T03:09:54.205Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41082026-03-19T03:09:54.249Z Compiling strum_macros v0.24.3
41092026-03-19T03:09:54.355Z Compiling indoc v1.0.9
41102026-03-19T03:09:54.946Z Compiling lalrpop v0.19.12
41112026-03-19T03:09:55.742Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41122026-03-19T03:09:55.799Z Checking derive_builder v0.20.2
41132026-03-19T03:09:55.947Z Compiling oso-derive v0.27.3
41142026-03-19T03:09:55.984Z Checking quick-xml v0.37.5
41152026-03-19T03:09:56.127Z Compiling impl-trait-for-tuples v0.2.3
41162026-03-19T03:09:56.590Z Checking openssl-probe v0.1.6
41172026-03-19T03:09:56.768Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41182026-03-19T03:09:57.233Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41192026-03-19T03:09:57.458Z Checking bb8 v0.8.6
41202026-03-19T03:09:57.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41212026-03-19T03:09:57.852Z Checking nonempty v0.12.0
41222026-03-19T03:09:58.039Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41232026-03-19T03:09:58.064Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41242026-03-19T03:09:58.326Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41252026-03-19T03:09:58.348Z Checking support-bundle-viewer v0.1.2
41262026-03-19T03:09:58.364Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41272026-03-19T03:09:58.561Z Checking multimap v0.10.1
41282026-03-19T03:09:59.714Z Checking diesel v2.3.7
41292026-03-19T03:10:01.290Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41302026-03-19T03:10:02.675Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41312026-03-19T03:10:02.850Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41322026-03-19T03:10:03.120Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41332026-03-19T03:10:03.285Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342026-03-19T03:10:03.476Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41352026-03-19T03:10:05.073Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41362026-03-19T03:10:05.979Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41372026-03-19T03:10:08.630Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41382026-03-19T03:10:14.706Z Compiling samael v0.0.19
41392026-03-19T03:10:19.984Z Checking async-bb8-diesel v0.2.1
41402026-03-19T03:10:20.472Z Checking diesel-dtrace v0.5.0
41412026-03-19T03:10:21.641Z Compiling polar-core v0.27.3
41422026-03-19T03:10:27.593Z Checking oso v0.27.3
41432026-03-19T03:11:22.874Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41442026-03-19T03:12:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41452026-03-19T03:12:09.619Z
41462026-03-19T03:12:09.619Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41472026-03-19T03:12:10.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-19T03:12:10.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-19T03:12:10.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-19T03:12:10.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41512026-03-19T03:12:10.493Z
41522026-03-19T03:12:10.493Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41532026-03-19T03:12:11.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-19T03:12:11.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-19T03:12:11.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-19T03:12:11.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41572026-03-19T03:12:11.370Z
41582026-03-19T03:12:11.370Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41592026-03-19T03:12:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-19T03:12:12.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-19T03:12:12.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-03-19T03:12:12.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41632026-03-19T03:12:12.155Z
41642026-03-19T03:12:12.155Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41652026-03-19T03:12:12.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-03-19T03:12:12.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-03-19T03:12:13.363Z Compiling libz-sys v1.1.24
41682026-03-19T03:12:13.518Z Compiling libgit2-sys v0.18.3+1.9.2
41692026-03-19T03:12:13.537Z Compiling vergen-git2 v1.0.7
41702026-03-19T03:12:13.554Z Compiling rustls v0.21.12
41712026-03-19T03:12:13.573Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41722026-03-19T03:12:13.591Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41732026-03-19T03:12:13.594Z Checking sct v0.7.1
41742026-03-19T03:12:13.595Z Checking rustls-webpki v0.101.7
41752026-03-19T03:12:13.760Z Compiling nix v0.29.0
41762026-03-19T03:12:13.827Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41772026-03-19T03:12:13.848Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41782026-03-19T03:12:13.900Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41792026-03-19T03:12:14.042Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41802026-03-19T03:12:14.215Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41812026-03-19T03:12:14.284Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41822026-03-19T03:12:14.350Z Checking rustls-pemfile v1.0.4
41832026-03-19T03:12:14.524Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41842026-03-19T03:12:14.620Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41852026-03-19T03:12:14.839Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41862026-03-19T03:12:14.858Z Checking twox-hash v2.1.2
41872026-03-19T03:12:15.032Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41882026-03-19T03:12:15.737Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41892026-03-19T03:12:15.881Z Checking tokio-rustls v0.24.1
41902026-03-19T03:12:15.909Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41912026-03-19T03:12:16.002Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41922026-03-19T03:12:16.135Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41932026-03-19T03:12:16.311Z Checking fatfs v0.3.6
41942026-03-19T03:12:16.579Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41952026-03-19T03:12:16.833Z Compiling seq-macro v0.3.6
41962026-03-19T03:12:21.724Z Compiling git2 v0.20.4
41972026-03-19T03:12:22.804Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41982026-03-19T03:12:22.963Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41992026-03-19T03:12:24.957Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-03-19T03:13:34.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42012026-03-19T03:13:35.112Z
42022026-03-19T03:13:35.112Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
42032026-03-19T03:13:35.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-19T03:13:35.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-19T03:13:36.252Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42062026-03-19T03:14:35.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42072026-03-19T03:14:36.019Z
42082026-03-19T03:14:36.019Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42092026-03-19T03:14:36.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-19T03:14:36.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-19T03:14:36.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-19T03:14:36.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42132026-03-19T03:14:36.805Z
42142026-03-19T03:14:36.805Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42152026-03-19T03:14:37.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-19T03:14:37.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-19T03:14:37.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-19T03:14:37.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42192026-03-19T03:14:37.684Z
42202026-03-19T03:14:37.684Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42212026-03-19T03:14:38.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-19T03:14:38.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-19T03:14:38.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-19T03:14:38.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42252026-03-19T03:14:38.544Z
42262026-03-19T03:14:38.544Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42272026-03-19T03:14:39.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-19T03:14:39.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-19T03:14:39.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-19T03:14:39.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42312026-03-19T03:14:39.436Z
42322026-03-19T03:14:39.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42332026-03-19T03:14:40.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-19T03:14:40.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-19T03:14:40.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-19T03:14:40.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42372026-03-19T03:14:40.313Z
42382026-03-19T03:14:40.313Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42392026-03-19T03:14:41.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-19T03:14:41.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-19T03:14:41.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-03-19T03:14:41.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42432026-03-19T03:14:41.196Z
42442026-03-19T03:14:41.196Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42452026-03-19T03:14:41.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-19T03:14:41.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-19T03:14:41.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-03-19T03:14:41.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42492026-03-19T03:14:42.058Z
42502026-03-19T03:14:42.058Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42512026-03-19T03:14:42.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-03-19T03:14:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-03-19T03:14:42.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-03-19T03:14:42.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42552026-03-19T03:14:42.945Z
42562026-03-19T03:14:42.945Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42572026-03-19T03:14:43.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-03-19T03:14:43.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-03-19T03:14:44.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42602026-03-19T03:14:44.194Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42612026-03-19T03:14:44.380Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42622026-03-19T03:14:44.407Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42632026-03-19T03:14:44.411Z Checking yansi v1.0.1
42642026-03-19T03:14:44.411Z Checking diff v0.1.13
42652026-03-19T03:14:44.427Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42662026-03-19T03:14:44.487Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42672026-03-19T03:14:44.596Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42682026-03-19T03:14:44.773Z Checking pretty_assertions v1.4.1
42692026-03-19T03:14:45.653Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42702026-03-19T03:15:18.424Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42712026-03-19T03:15:18.428Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-03-19T03:15:18.428Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42732026-03-19T03:15:18.428Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42742026-03-19T03:15:18.428Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42752026-03-19T03:15:18.428Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42762026-03-19T03:15:19.398Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42772026-03-19T03:15:20.820Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782026-03-19T03:16:20.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42792026-03-19T03:16:20.444Z
42802026-03-19T03:16:20.445Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42812026-03-19T03:16:21.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-19T03:16:21.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-19T03:16:21.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-03-19T03:16:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42852026-03-19T03:16:21.235Z
42862026-03-19T03:16:21.235Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42872026-03-19T03:16:21.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-19T03:16:21.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-19T03:16:22.318Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42902026-03-19T03:16:22.466Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-03-19T03:16:22.471Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42922026-03-19T03:16:59.684Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-03-19T03:17:00.174Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42942026-03-19T03:17:02.555Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42952026-03-19T03:17:03.122Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-03-19T03:17:07.243Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42972026-03-19T03:17:38.983Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42982026-03-19T03:17:39.808Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42992026-03-19T03:17:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43002026-03-19T03:17:42.209Z
43012026-03-19T03:17:42.209Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43022026-03-19T03:17:42.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-19T03:17:42.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-19T03:17:43.224Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43052026-03-19T03:17:44.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
43062026-03-19T03:17:44.335Z
43072026-03-19T03:17:44.335Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43082026-03-19T03:17:45.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-19T03:17:45.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-19T03:17:45.246Z Compiling blake3 v1.8.3
43112026-03-19T03:17:45.358Z Checking constant_time_eq v0.4.2
43122026-03-19T03:17:45.383Z Checking arrayvec v0.7.6
43132026-03-19T03:17:45.383Z Checking arrayref v0.3.9
43142026-03-19T03:17:45.437Z Checking topological-sort v0.2.2
43152026-03-19T03:17:45.437Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43162026-03-19T03:17:45.437Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43172026-03-19T03:17:45.437Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43182026-03-19T03:17:45.471Z Checking shell-words v1.1.1
43192026-03-19T03:17:46.376Z Checking omicron-zone-package v0.12.2
43202026-03-19T03:17:47.367Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43212026-03-19T03:17:48.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43222026-03-19T03:17:48.741Z
43232026-03-19T03:17:48.741Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43242026-03-19T03:17:49.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-03-19T03:17:49.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-03-19T03:17:49.640Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43272026-03-19T03:17:50.010Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43282026-03-19T03:17:50.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43292026-03-19T03:17:50.748Z
43302026-03-19T03:17:50.748Zinfo: running `cargo check --bins` on xtask (243/259)
43312026-03-19T03:17:51.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-19T03:17:51.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-19T03:17:51.411Z Checking libc v0.2.180
43342026-03-19T03:17:51.487Z Checking serde v1.0.228
43352026-03-19T03:17:51.519Z Checking zerofrom v0.1.6
43362026-03-19T03:17:51.519Z Checking bitflags v2.11.0
43372026-03-19T03:17:51.519Z Checking smallvec v1.15.1
43382026-03-19T03:17:51.519Z Checking hashbrown v0.16.1
43392026-03-19T03:17:51.554Z Checking serde_json v1.0.149
43402026-03-19T03:17:51.554Z Checking scroll v0.12.0
43412026-03-19T03:17:51.604Z Checking yoke v0.8.1
43422026-03-19T03:17:51.689Z Checking num-traits v0.2.19
43432026-03-19T03:17:51.731Z Checking thiserror v1.0.69
43442026-03-19T03:17:51.831Z Checking zerovec v0.11.5
43452026-03-19T03:17:51.831Z Checking zerotrie v0.2.3
43462026-03-19T03:17:51.861Z Checking percent-encoding v2.3.2
43472026-03-19T03:17:51.874Z Checking errno v0.3.14
43482026-03-19T03:17:52.062Z Checking rustix v1.1.3
43492026-03-19T03:17:52.062Z Checking serde_spanned v0.6.9
43502026-03-19T03:17:52.062Z Checking toml_datetime v0.6.11
43512026-03-19T03:17:52.122Z Checking indexmap v2.13.0
43522026-03-19T03:17:52.150Z Checking log v0.4.29
43532026-03-19T03:17:52.220Z Checking form_urlencoded v1.2.2
43542026-03-19T03:17:52.281Z Checking zerocopy v0.7.35
43552026-03-19T03:17:52.358Z Checking goblin v0.8.2
43562026-03-19T03:17:52.378Z Checking getrandom v0.4.1
43572026-03-19T03:17:52.378Z Checking thiserror v2.0.18
43582026-03-19T03:17:52.445Z Checking tinystr v0.8.2
43592026-03-19T03:17:52.516Z Checking potential_utf v0.1.4
43602026-03-19T03:17:52.554Z Checking ordered-float v2.10.1
43612026-03-19T03:17:52.555Z Checking syn v2.0.117
43622026-03-19T03:17:52.672Z Checking icu_collections v2.1.1
43632026-03-19T03:17:52.696Z Checking icu_locale_core v2.1.1
43642026-03-19T03:17:52.855Z Checking serde-value v0.7.0
43652026-03-19T03:17:52.897Z Checking toml_edit v0.22.27
43662026-03-19T03:17:53.003Z Checking dtrace-parser v0.2.0
43672026-03-19T03:17:53.078Z Checking thread-id v4.2.2
43682026-03-19T03:17:53.097Z Checking once_cell v1.21.3
43692026-03-19T03:17:53.171Z Checking cargo-platform v0.2.0
43702026-03-19T03:17:53.227Z Checking terminal_size v0.4.3
43712026-03-19T03:17:53.295Z Checking memmap v0.7.0
43722026-03-19T03:17:53.333Z Checking tempfile v3.25.0
43732026-03-19T03:17:53.382Z Checking clap_builder v4.5.60
43742026-03-19T03:17:53.400Z Checking textwrap v0.16.2
43752026-03-19T03:17:53.440Z Checking icu_provider v2.1.1
43762026-03-19T03:17:53.468Z Checking fs-err v3.3.0
43772026-03-19T03:17:53.583Z Checking camino-tempfile v1.4.1
43782026-03-19T03:17:53.662Z Checking tabled v0.15.0
43792026-03-19T03:17:53.694Z Checking anyhow v1.0.102
43802026-03-19T03:17:53.809Z Checking icu_properties v2.1.2
43812026-03-19T03:17:53.878Z Checking icu_normalizer v2.1.1
43822026-03-19T03:17:53.958Z Checking macaddr v1.0.1
43832026-03-19T03:17:54.186Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43842026-03-19T03:17:54.404Z Checking toml v0.8.23
43852026-03-19T03:17:54.854Z Checking cargo_toml v0.21.0
43862026-03-19T03:17:54.913Z Checking idna_adapter v1.2.1
43872026-03-19T03:17:55.004Z Checking dof v0.3.0
43882026-03-19T03:17:55.041Z Checking idna v1.1.0
43892026-03-19T03:17:55.093Z Checking clap v4.5.60
43902026-03-19T03:17:55.340Z Checking url v2.5.8
43912026-03-19T03:17:55.362Z Checking usdt-impl v0.5.0
43922026-03-19T03:17:55.692Z Checking usdt v0.5.0
43932026-03-19T03:17:55.829Z Checking cargo-util-schemas v0.8.2
43942026-03-19T03:17:56.797Z Checking cargo_metadata v0.21.0
43952026-03-19T03:17:57.688Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43962026-03-19T03:17:58.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
43972026-03-19T03:17:58.460Z
43982026-03-19T03:17:58.460Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43992026-03-19T03:17:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-03-19T03:17:59.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-03-19T03:17:59.514Z Checking polyval v0.6.2
44022026-03-19T03:17:59.664Z Checking ctr v0.9.2
44032026-03-19T03:18:00.161Z Checking ssh-encoding v0.2.0
44042026-03-19T03:18:00.161Z Checking blowfish v0.9.1
44052026-03-19T03:18:00.161Z Checking password-hash v0.4.2
44062026-03-19T03:18:00.161Z Checking p521 v0.13.3
44072026-03-19T03:18:00.161Z Checking p256 v0.13.2
44082026-03-19T03:18:00.161Z Checking russh-cryptovec v0.7.3
44092026-03-19T03:18:00.162Z Checking ghash v0.5.1
44102026-03-19T03:18:00.162Z Checking md5 v0.7.0
44112026-03-19T03:18:00.162Z Checking bcrypt-pbkdf v0.10.0
44122026-03-19T03:18:00.162Z Checking num-bigint v0.4.6
44132026-03-19T03:18:00.162Z Checking des v0.8.1
44142026-03-19T03:18:00.162Z Checking aes-gcm v0.10.3
44152026-03-19T03:18:00.162Z Checking pbkdf2 v0.11.0
44162026-03-19T03:18:00.162Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44172026-03-19T03:18:00.162Z Checking hex-literal v0.4.1
44182026-03-19T03:18:00.260Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44192026-03-19T03:18:00.260Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44202026-03-19T03:18:00.260Z Checking ssh-cipher v0.2.0
44212026-03-19T03:18:00.339Z Checking socket2 v0.5.10
44222026-03-19T03:18:00.339Z Checking internet-checksum v0.2.1
44232026-03-19T03:18:00.395Z Checking ssh-key v0.6.7
44242026-03-19T03:18:00.588Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44252026-03-19T03:18:01.380Z Checking russh-keys v0.45.0
44262026-03-19T03:18:02.025Z Checking russh v0.45.0
44272026-03-19T03:18:23.506Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44282026-03-19T03:18:25.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s
44292026-03-19T03:18:25.317Z
44302026-03-19T03:18:25.317Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44312026-03-19T03:18:25.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-03-19T03:18:26.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-03-19T03:18:26.206Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44342026-03-19T03:18:26.412Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44352026-03-19T03:18:26.455Z Checking termios v0.3.3
44362026-03-19T03:18:28.093Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44372026-03-19T03:18:28.248Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44382026-03-19T03:18:31.249Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44392026-03-19T03:18:31.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
44402026-03-19T03:18:31.908Z
44412026-03-19T03:18:31.908Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44422026-03-19T03:18:32.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-19T03:18:32.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-19T03:18:32.917Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44452026-03-19T03:18:33.069Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44462026-03-19T03:18:33.170Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44472026-03-19T03:18:33.170Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44482026-03-19T03:18:33.170Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44492026-03-19T03:18:33.296Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44502026-03-19T03:18:33.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44512026-03-19T03:18:34.206Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44522026-03-19T03:18:34.558Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44532026-03-19T03:18:34.640Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44542026-03-19T03:18:35.452Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44552026-03-19T03:18:37.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
44562026-03-19T03:18:37.703Z
44572026-03-19T03:18:37.704Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44582026-03-19T03:18:39.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-03-19T03:18:39.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-03-19T03:18:39.694Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44612026-03-19T03:18:39.694Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44622026-03-19T03:18:39.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44632026-03-19T03:18:39.800Z
44642026-03-19T03:18:39.800Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44652026-03-19T03:18:40.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-19T03:18:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-19T03:18:40.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-03-19T03:18:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44692026-03-19T03:18:40.593Z
44702026-03-19T03:18:40.593Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44712026-03-19T03:18:41.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-19T03:18:41.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-19T03:18:41.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-03-19T03:18:41.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44752026-03-19T03:18:41.400Z
44762026-03-19T03:18:41.400Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44772026-03-19T03:18:42.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-19T03:18:42.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-19T03:18:42.964Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44802026-03-19T03:18:43.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44812026-03-19T03:18:43.377Z
44822026-03-19T03:18:43.377Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44832026-03-19T03:18:44.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-19T03:18:44.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-19T03:18:44.266Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44862026-03-19T03:18:44.302Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44872026-03-19T03:18:44.633Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44882026-03-19T03:18:44.752Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44892026-03-19T03:18:45.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44902026-03-19T03:18:45.818Z
44912026-03-19T03:18:45.819Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44922026-03-19T03:18:46.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-19T03:18:46.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-19T03:18:46.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-03-19T03:18:46.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44962026-03-19T03:18:46.697Z
44972026-03-19T03:18:46.697Zinfo: running `cargo check --bins` on omicron-package (253/259)
44982026-03-19T03:18:47.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-03-19T03:18:47.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-03-19T03:18:47.497Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45012026-03-19T03:18:48.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
45022026-03-19T03:18:49.147Z
45032026-03-19T03:18:49.147Zinfo: running `cargo check --bins` on tqdb (254/259)
45042026-03-19T03:18:49.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-03-19T03:18:49.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-03-19T03:18:50.425Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45072026-03-19T03:18:50.675Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45082026-03-19T03:18:51.413Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45092026-03-19T03:18:51.538Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45102026-03-19T03:18:58.120Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-03-19T03:18:59.080Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45122026-03-19T03:18:59.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45132026-03-19T03:18:59.139Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45142026-03-19T03:18:59.139Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45152026-03-19T03:19:00.054Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45162026-03-19T03:19:09.468Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45172026-03-19T03:19:17.853Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45182026-03-19T03:19:17.951Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45192026-03-19T03:19:17.951Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45202026-03-19T03:19:17.951Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45212026-03-19T03:19:19.632Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45222026-03-19T03:19:21.564Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45232026-03-19T03:19:23.457Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45242026-03-19T03:19:24.128Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45252026-03-19T03:19:24.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
45262026-03-19T03:19:25.852Z
45272026-03-19T03:19:25.852Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45282026-03-19T03:19:26.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-19T03:19:26.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-19T03:19:26.125Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45312026-03-19T03:19:26.126Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45322026-03-19T03:19:26.359Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45332026-03-19T03:19:26.390Z Checking rtoolbox v0.0.3
45342026-03-19T03:19:26.390Z Checking tui-tree-widget v0.23.1
45352026-03-19T03:19:26.428Z Checking rpassword v7.4.0
45362026-03-19T03:19:26.522Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45372026-03-19T03:19:27.547Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45382026-03-19T03:19:34.205Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45392026-03-19T03:19:35.308Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45402026-03-19T03:19:36.438Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45412026-03-19T03:19:40.664Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45422026-03-19T03:19:43.150Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45432026-03-19T03:19:44.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
45442026-03-19T03:19:44.541Z
45452026-03-19T03:19:44.541Zinfo: running `cargo check --bins` on wicket (256/259)
45462026-03-19T03:19:45.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-19T03:19:45.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-19T03:19:45.485Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45492026-03-19T03:19:45.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45502026-03-19T03:19:46.153Z
45512026-03-19T03:19:46.153Zinfo: running `cargo check --bins` on wicketd (257/259)
45522026-03-19T03:19:47.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-03-19T03:19:47.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-03-19T03:19:47.264Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45552026-03-19T03:19:47.264Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45562026-03-19T03:19:47.320Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45572026-03-19T03:19:47.321Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45582026-03-19T03:19:48.767Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45592026-03-19T03:19:49.478Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45602026-03-19T03:19:53.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
45612026-03-19T03:19:53.821Z
45622026-03-19T03:19:53.821Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45632026-03-19T03:19:54.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-19T03:19:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-19T03:19:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-03-19T03:19:54.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45672026-03-19T03:19:54.956Z
45682026-03-19T03:19:54.956Zinfo: running `cargo check --bins` on zone-setup (259/259)
45692026-03-19T03:19:55.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-03-19T03:19:55.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-03-19T03:19:55.563Z Checking uzers v0.12.2
45722026-03-19T03:19:55.900Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45732026-03-19T03:19:56.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45742026-03-19T03:19:57.263Z
45752026-03-19T03:19:57.366Zreal 19:16.373227025
45762026-03-19T03:19:57.367Zuser 28:45.886949511
45772026-03-19T03:19:57.367Zsys 5:17.052976089
45782026-03-19T03:19:57.367Ztrap 0.479950932
45792026-03-19T03:19:57.367Ztflt 0.291538497
45802026-03-19T03:19:57.367Zdflt 0.617446687
45812026-03-19T03:19:57.367Zkflt 0.001087206
45822026-03-19T03:19:57.367Zlock 1:44:49.083360085
45832026-03-19T03:19:57.367Zslp 2:15:08.469939043
45842026-03-19T03:19:57.367Zlat 1:23.912229078
45852026-03-19T03:19:57.367Zstop 5:21.067778696
45862026-03-19T03:19:57.367Zprocess exited: duration 1446669 ms, exit code 0
 
45872026-03-19T03:19:57.964Zfound 0 output files