01KJR76A3261BZVNESGHTJPBQZ: 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: 01KJR77030XN6KR3T7YPSS1KM8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T21:29:15.217Zjob assigned to worker 01KJR7706NTVEMNB8BT8WTZ4RS [factory aws, i-0a2d5ae52ac369696] (queued for 1 m 9 s)
 
22026-03-02T21:29:23.768Zstarting task 0: "setup"
32026-03-02T21:29:23.774Z++ uname -s
42026-03-02T21:29:23.774Z+ kern=SunOS
52026-03-02T21:29:23.774Z+ build_user=build
62026-03-02T21:29:23.774Z+ build_uid=12345
72026-03-02T21:29:23.774Z+ work_dir=/work
82026-03-02T21:29:23.775Z+ input_dir=/input
92026-03-02T21:29:23.775Z+ [[ 0 == 12345 ]]
102026-03-02T21:29:23.775Z+ case "$kern" in
112026-03-02T21:29:23.775Z+ groupadd -g 12345 build
122026-03-02T21:29:23.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T21:29:25.782Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T21:29:25.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T21:29:25.907Z+ home_fs=zfs
162026-03-02T21:29:25.907Z+ [[ zfs == autofs ]]
172026-03-02T21:29:25.907Z+ mkdir -p /home/build
182026-03-02T21:29:25.910Z+ chown build:build /home/build /work
192026-03-02T21:29:27.909Z+ chmod 0700 /home/build /work
202026-03-02T21:29:27.912Zprocess exited: duration 4150 ms, exit code 0
 
212026-03-02T21:29:27.919Zstarting task 1: "rust-toolchain"
222026-03-02T21:29:27.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-02T21:29:27.925Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-02T21:29:27.925Z * rust toolchain channel = "1.91.1"
252026-03-02T21:29:27.925Z * rust toolchain profile = "default"
262026-03-02T21:29:27.925Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-02T21:29:27.925Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-02T21:29:27.928Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T21:29:27.928Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-02T21:29:28.062Zinfo: downloading installer
312026-03-02T21:29:29.763Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T21:29:29.763Zwarn: /opt/ooce/bin
332026-03-02T21:29:29.763Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T21:29:29.763Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T21:29:29.763Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T21:29:29.763Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T21:29:29.763Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T21:29:29.763Zerror: cannot install while Rust is installed
392026-03-02T21:29:29.763Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T21:29:29.777Zinfo: profile set to 'default'
412026-03-02T21:29:29.777Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T21:29:29.779Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-02T21:29:29.956Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-02T21:29:29.956Zinfo: downloading component 'cargo'
452026-03-02T21:29:30.938Zinfo: downloading component 'clippy'
462026-03-02T21:29:31.327Zinfo: downloading component 'rust-docs'
472026-03-02T21:29:33.093Zinfo: downloading component 'rust-std'
482026-03-02T21:29:34.932Zinfo: downloading component 'rustc'
492026-03-02T21:29:42.543Zinfo: downloading component 'rustfmt'
502026-03-02T21:29:42.813Zinfo: installing component 'cargo'
512026-03-02T21:29:43.708Zinfo: installing component 'clippy'
522026-03-02T21:29:44.103Zinfo: installing component 'rust-docs'
532026-03-02T21:29:46.034Zinfo: installing component 'rust-std'
542026-03-02T21:29:47.830Zinfo: installing component 'rustc'
552026-03-02T21:29:54.548Zinfo: installing component 'rustfmt'
562026-03-02T21:29:54.890Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-02T21:29:54.890Z
582026-03-02T21:29:55.381Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-02T21:29:55.382Z
602026-03-02T21:29:55.386Z
612026-03-02T21:29:55.386ZRust is installed now. Great!
622026-03-02T21:29:55.386Z
632026-03-02T21:29:55.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T21:29:55.386Zenvironment variable. This has not been done automatically.
652026-03-02T21:29:55.386Z
662026-03-02T21:29:55.386ZTo configure your current shell, you need to source
672026-03-02T21:29:55.386Zthe corresponding env file under $HOME/.cargo.
682026-03-02T21:29:55.386Z
692026-03-02T21:29:55.386ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T21:29:55.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T21:29:55.386Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T21:29:55.386Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T21:29:55.498Z+ rustup --version
742026-03-02T21:29:55.510Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T21:29:55.513Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T21:29:55.598Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-02T21:29:55.602Z+ cargo --version
782026-03-02T21:29:55.675Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-02T21:29:55.678Z+ rustc --version
802026-03-02T21:29:55.753Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-02T21:29:55.756Zprocess exited: duration 27834 ms, exit code 0
 
822026-03-02T21:29:55.762Zstarting task 2: "authentication"
832026-03-02T21:29:55.784Zprocess exited: duration 22 ms, exit code 0
 
842026-03-02T21:29:55.791Zstarting task 3: "clone repository"
852026-03-02T21:29:55.795Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-02T21:29:55.798Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-02T21:29:55.838ZCloning into '/work/oxidecomputer/omicron'...
882026-03-02T21:30:12.392Z+ cd /work/oxidecomputer/omicron
892026-03-02T21:30:12.392Z+ git fetch origin fda073a7a56467a7051f311b0923db1e5f3f0afa
902026-03-02T21:30:13.810ZFrom https://github.com/oxidecomputer/omicron
912026-03-02T21:30:13.810Z * branch fda073a7a56467a7051f311b0923db1e5f3f0afa -> FETCH_HEAD
922026-03-02T21:30:13.822Z+ [[ -n jmcarp/document-distribution-estimates ]]
932026-03-02T21:30:13.825Z++ git branch --show-current
942026-03-02T21:30:13.828Z+ current=main
952026-03-02T21:30:13.828Z+ [[ main != jmcarp/document-distribution-estimates ]]
962026-03-02T21:30:13.828Z+ git branch -f jmcarp/document-distribution-estimates fda073a7a56467a7051f311b0923db1e5f3f0afa
972026-03-02T21:30:13.831Z+ git checkout -f jmcarp/document-distribution-estimates
982026-03-02T21:30:14.175ZSwitched to branch 'jmcarp/document-distribution-estimates'
992026-03-02T21:30:14.178Z+ git reset --hard fda073a7a56467a7051f311b0923db1e5f3f0afa
1002026-03-02T21:30:14.210ZHEAD is now at fda073a7a Document distribution statistics.
1012026-03-02T21:30:14.213Zprocess exited: duration 18419 ms, exit code 0
 
1022026-03-02T21:30:14.220Zstarting task 4: "build"
1032026-03-02T21:30:14.224Z+ source .github/buildomat/ci-env.sh
1042026-03-02T21:30:14.227Z++ export CARGO_TERM_COLOR=always
1052026-03-02T21:30:14.227Z++ CARGO_TERM_COLOR=always
1062026-03-02T21:30:14.227Z+ cargo --version
1072026-03-02T21:30:14.288Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-02T21:30:14.291Z+ rustc --version
1092026-03-02T21:30:14.364Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-02T21:30:14.367Z+ source ./env.sh
1112026-03-02T21:30:14.367Z++ OLD_SHELL_OPTS=ehxB
1122026-03-02T21:30:14.367Z++ set -o xtrace
1132026-03-02T21:30:14.371Z++++ dirname ./env.sh
1142026-03-02T21:30:14.374Z+++ readlink -f .
1152026-03-02T21:30:14.374Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-03-02T21:30:14.374Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-02T21:30:14.374Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-02T21:30:14.374Z++ 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
1192026-03-02T21:30:14.374Z++ 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
1202026-03-02T21:30:14.374Z++ 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
1212026-03-02T21:30:14.374Z++ 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
1222026-03-02T21:30:14.374Z++ 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
1232026-03-02T21:30:14.374Z++ 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
1242026-03-02T21:30:14.374Z++ case $OLD_SHELL_OPTS in
1252026-03-02T21:30:14.374Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-03-02T21:30:14.374Z+ 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
1272026-03-02T21:30:14.374Z+ 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
1282026-03-02T21:30:14.374Z+ banner prerequisites
1292026-03-02T21:30:14.378Z
1302026-03-02T21:30:14.378Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-03-02T21:30:14.378Z # # # # # # # # # # # # # # #
1322026-03-02T21:30:14.378Z # # # # ##### # # ##### # # # # # #### #
1332026-03-02T21:30:14.378Z ##### ##### # ##### # # # # # # # # #
1342026-03-02T21:30:14.378Z # # # # # # # # # # # # # # #
1352026-03-02T21:30:14.378Z # # # ###### # # ###### ### # #### # #### #
1362026-03-02T21:30:14.378Z
1372026-03-02T21:30:14.378Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-03-02T21:30:25.384Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-03-02T21:30:35.664Z Startup: Caching catalogs ... Done
1402026-03-02T21:30:59.173ZPlanning: Solver setup ... Done (21.753s)
1412026-03-02T21:30:59.336ZPlanning: Running solver ... Done (0.163s)
1422026-03-02T21:30:59.509ZPlanning: Finding local manifests ... Done (0.007s)
1432026-03-02T21:30:59.522ZPlanning: Fetching manifests: 0/4 0% complete
1442026-03-02T21:30:59.663ZPlanning: Fetching manifests: 4/4 100% complete
1452026-03-02T21:30:59.712ZPlanning: Package planning ... Done (0.048s)
1462026-03-02T21:30:59.761ZPlanning: Merging actions ... Done (0.050s)
1472026-03-02T21:31:00.327ZPlanning: Checking for conflicting actions ... Done (0.566s)
1482026-03-02T21:31:00.340ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-03-02T21:31:01.406ZPlanning: Evaluating mediators ... Done (1.059s)
1502026-03-02T21:31:01.415ZPlanning: Planning completed in 25.59 seconds
1512026-03-02T21:31:01.427Z Packages to install: 4
1522026-03-02T21:31:01.427Z Mediators to change: 2
1532026-03-02T21:31:01.433Z Services to change: 1
1542026-03-02T21:31:01.433Z Estimated space available: 155.43 GB
1552026-03-02T21:31:01.433ZEstimated space to be consumed: 1.82 GB
1562026-03-02T21:31:01.433Z Create boot environment: No
1572026-03-02T21:31:01.433ZCreate backup boot environment: No
1582026-03-02T21:31:01.434Z Rebuild boot archive: No
1592026-03-02T21:31:01.434Z
1602026-03-02T21:31:01.434ZChanged mediators:
1612026-03-02T21:31:01.434Z mediator clang:
1622026-03-02T21:31:01.434Z version: None -> 15 (system default)
1632026-03-02T21:31:01.434Z
1642026-03-02T21:31:01.434Z mediator llvm:
1652026-03-02T21:31:01.434Z version: 14 (system default) -> 15 (system default)
1662026-03-02T21:31:01.434Z
1672026-03-02T21:31:01.434ZChanged packages:
1682026-03-02T21:31:01.435Zhelios-dev
1692026-03-02T21:31:01.435Z developer/build-essential
1702026-03-02T21:31:01.435Z None -> 11-2.0
1712026-03-02T21:31:01.435Z library/libxmlsec1
1722026-03-02T21:31:01.435Z None -> 1.2.35-2.0
1732026-03-02T21:31:01.435Z ooce/developer/clang-15
1742026-03-02T21:31:01.435Z None -> 15.0.7-2.0
1752026-03-02T21:31:01.435Z ooce/developer/llvm-15
1762026-03-02T21:31:01.435Z None -> 15.0.7-2.0
1772026-03-02T21:31:01.435Z
1782026-03-02T21:31:01.435ZServices:
1792026-03-02T21:31:01.435Z restart_fmri:
1802026-03-02T21:31:01.436Z svc:/system/update-man-index:default
1812026-03-02T21:31:01.483Z
1822026-03-02T21:31:01.483ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-03-02T21:31:06.504ZDownload: 2219/3290 items 119.2/212.6MB 56% complete (24.9M/s)
1842026-03-02T21:31:09.800ZDownload: Completed 212.60 MB in 8.32 seconds (25.6M/s)
1852026-03-02T21:31:10.067Z Actions: 1/3689 actions (Installing new actions)
1862026-03-02T21:31:14.641Z Actions: Completed 3689 actions in 4.57 seconds.
1872026-03-02T21:31:15.066Z Done (0.420s)
1882026-03-02T21:31:15.066Z Done (0.000s)
1892026-03-02T21:31:16.184Z Done (1.110s)
1902026-03-02T21:31:20.646Z Done (4.092s)
1912026-03-02T21:31:20.739Z Done (0.021s)
1922026-03-02T21:31:20.781Z Done (0.000s)
1932026-03-02T21:31:20.898Z Done (0.000s)
1942026-03-02T21:31:21.874ZPlanning: Evaluating mediator changes ... Done
1952026-03-02T21:31:22.036ZPlanning: Checking for conflicting actions ... Done
1962026-03-02T21:31:22.038ZPlanning: Consolidating action changes ... Done
1972026-03-02T21:31:22.312ZPlanning: Evaluating mediators ... Done
1982026-03-02T21:31:22.315ZPlanning: Planning completed in 0.44 seconds
1992026-03-02T21:31:22.346Z Mediators to change: 2
2002026-03-02T21:31:22.346Z Create boot environment: No
2012026-03-02T21:31:22.346ZCreate backup boot environment: No
2022026-03-02T21:31:22.422Z Done
2032026-03-02T21:31:22.422Z Done
2042026-03-02T21:31:23.218Z Done
2052026-03-02T21:31:26.832Z Done
2062026-03-02T21:31:26.919Z Done
2072026-03-02T21:31:26.922Z Done
2082026-03-02T21:31:27.078Z Done
2092026-03-02T21:31:27.699ZPlanning: Evaluating mediator changes ... Done
2102026-03-02T21:31:27.702ZPlanning: Merging actions ... Done
2112026-03-02T21:31:27.892ZPlanning: Checking for conflicting actions ... Done
2122026-03-02T21:31:27.895ZPlanning: Consolidating action changes ... Done
2132026-03-02T21:31:28.156ZPlanning: Evaluating mediators ... Done
2142026-03-02T21:31:28.209ZPlanning: Planning completed in 0.76 seconds
2152026-03-02T21:31:28.244Z Packages to change: 1
2162026-03-02T21:31:28.247Z Mediators to change: 1
2172026-03-02T21:31:28.247Z Services to change: 1
2182026-03-02T21:31:28.247Z Create boot environment: No
2192026-03-02T21:31:28.247ZCreate backup boot environment: Yes
2202026-03-02T21:31:30.729Z Actions: 1/6 actions (Updating modified actions)
2212026-03-02T21:31:30.732Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-02T21:31:30.732Z Done
2232026-03-02T21:31:30.732Z Done
2242026-03-02T21:31:30.948Z Done
2252026-03-02T21:31:34.552Z Done
2262026-03-02T21:31:34.640Z Done
2272026-03-02T21:31:34.643Z Done
2282026-03-02T21:31:34.799Z Done
2292026-03-02T21:31:35.241ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-02T21:31:35.241Zclang system 15 system
2312026-03-02T21:31:35.241Zcsh system system illumos
2322026-03-02T21:31:35.241Zctags system system illumos
2332026-03-02T21:31:35.241Zfile system system illumos
2342026-03-02T21:31:35.242Zgcc vendor 12 vendor
2352026-03-02T21:31:35.242Zgcc system 10 system
2362026-03-02T21:31:35.242Zgcc system 7 system
2372026-03-02T21:31:35.242Zgo system 1.20 system
2382026-03-02T21:31:35.242Zgo system 1.19 system
2392026-03-02T21:31:35.242Zllvm system 15 system
2402026-03-02T21:31:35.242Zllvm system 14 system
2412026-03-02T21:31:35.242Zmariadb system 10.6 system
2422026-03-02T21:31:35.242Zmta vendor vendor dma
2432026-03-02T21:31:35.242Zopenjdk system 17 system
2442026-03-02T21:31:35.242Zopenjdk system 11 system
2452026-03-02T21:31:35.242Zopenjdk system 1.8 system
2462026-03-02T21:31:35.242Zopenssl vendor 3 vendor
2472026-03-02T21:31:35.242Zperl system 5.36 system
2482026-03-02T21:31:35.242Zpostgresql system 15 system
2492026-03-02T21:31:35.242Zpostgresql system 13 system
2502026-03-02T21:31:35.242Zpython vendor 3 vendor
2512026-03-02T21:31:35.242Zpython system 2 system
2522026-03-02T21:31:35.242Zpython3 system 3.11 system
2532026-03-02T21:31:35.242Zruby system 3.0 system
2542026-03-02T21:31:35.242Zwords vendor vendor american-english
2552026-03-02T21:31:35.242Zwords system system australian-english
2562026-03-02T21:31:35.242Zwords system system british-english
2572026-03-02T21:31:35.243Zwords system system canadian-english
2582026-03-02T21:31:35.243Zwords system system french
2592026-03-02T21:31:35.243Zwords system system italian
2602026-03-02T21:31:35.243Zwords system system ngerman
2612026-03-02T21:31:35.243Zwords system system ogerman
2622026-03-02T21:31:35.243Zwords system system spanish
2632026-03-02T21:31:35.574ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-02T21:31:35.574Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-02T21:31:42.176ZFMRI IFO
2662026-03-02T21:31:42.176Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-02T21:31:42.176Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-02T21:31:42.176Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-02T21:31:42.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-02T21:31:42.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-02T21:31:42.177Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-02T21:31:42.177Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-02T21:31:42.177Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-02T21:31:42.177Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-02T21:31:42.177Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-02T21:31:42.177Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-02T21:31:42.177Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-02T21:31:42.177Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-02T21:31:42.177Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-02T21:31:42.177Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-02T21:31:42.177Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-02T21:31:43.377Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-02T21:31:43.674Z Updating crates.io index
2842026-03-02T21:31:43.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-02T21:31:43.971Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-02T21:31:44.591Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-02T21:31:44.876Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-02T21:31:45.228Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-02T21:31:46.660Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-02T21:31:49.017Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-02T21:31:49.934Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-02T21:31:50.244Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932026-03-02T21:31:51.102Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-03-02T21:31:51.986Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-02T21:31:54.642Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-02T21:31:54.963Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-02T21:31:55.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-02T21:31:55.943Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-02T21:31:56.799Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-02T21:31:57.450Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-02T21:31:57.769Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-02T21:31:58.125Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-02T21:31:58.549Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-02T21:31:58.803Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-02T21:31:59.042Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-02T21:31:59.334Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-02T21:31:59.893Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-02T21:32:00.360Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-02T21:32:00.920Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-02T21:32:01.230Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-02T21:32:01.654Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-02T21:32:02.440Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-02T21:32:03.462Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142026-03-02T21:32:03.894Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-02T21:32:04.250Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-02T21:32:04.593Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-02T21:32:05.111Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-02T21:32:05.930Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-02T21:32:06.180Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-02T21:32:06.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-02T21:32:06.824Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-02T21:32:07.157Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-02T21:32:21.593Z Downloading crates ...
3242026-03-02T21:32:21.655Z Downloaded anstream v0.6.18
3252026-03-02T21:32:21.658Z Downloaded form_urlencoded v1.2.2
3262026-03-02T21:32:21.660Z Downloaded smawk v0.3.2
3272026-03-02T21:32:21.667Z Downloaded cargo_metadata v0.21.0
3282026-03-02T21:32:21.671Z Downloaded heck v0.5.0
3292026-03-02T21:32:21.673Z Downloaded thiserror v1.0.69
3302026-03-02T21:32:21.678Z Downloaded terminal_size v0.4.0
3312026-03-02T21:32:21.682Z Downloaded icu_provider v1.5.0
3322026-03-02T21:32:21.684Z Downloaded tempfile v3.24.0
3332026-03-02T21:32:21.684Z Downloaded tabled_derive v0.7.0
3342026-03-02T21:32:21.687Z Downloaded cargo_toml v0.21.0
3352026-03-02T21:32:21.687Z Downloaded thiserror v2.0.18
3362026-03-02T21:32:21.693Z Downloaded writeable v0.5.5
3372026-03-02T21:32:21.695Z Downloaded thiserror-impl v1.0.69
3382026-03-02T21:32:21.698Z Downloaded textwrap v0.16.2
3392026-03-02T21:32:21.701Z Downloaded yoke-derive v0.7.4
3402026-03-02T21:32:21.701Z Downloaded utf8_iter v1.0.4
3412026-03-02T21:32:21.701Z Downloaded toml_datetime v0.6.11
3422026-03-02T21:32:21.704Z Downloaded errno v0.3.12
3432026-03-02T21:32:21.704Z Downloaded typeid v1.0.3
3442026-03-02T21:32:21.707Z Downloaded sha2 v0.10.9
3452026-03-02T21:32:21.711Z Downloaded zerofrom-derive v0.1.4
3462026-03-02T21:32:21.711Z Downloaded version_check v0.9.5
3472026-03-02T21:32:21.711Z Downloaded usdt-macro v0.5.0
3482026-03-02T21:32:21.714Z Downloaded equivalent v1.0.2
3492026-03-02T21:32:21.714Z Downloaded zerofrom v0.1.4
3502026-03-02T21:32:21.714Z Downloaded zmij v1.0.15
3512026-03-02T21:32:21.714Z Downloaded usdt-attr-macro v0.5.0
3522026-03-02T21:32:21.717Z Downloaded digest v0.10.7
3532026-03-02T21:32:21.717Z Downloaded utf8parse v0.2.2
3542026-03-02T21:32:21.720Z Downloaded write16 v1.0.0
3552026-03-02T21:32:21.720Z Downloaded percent-encoding v2.3.2
3562026-03-02T21:32:21.720Z Downloaded cfg-if v1.0.4
3572026-03-02T21:32:21.723Z Downloaded unicode-linebreak v0.1.5
3582026-03-02T21:32:21.723Z Downloaded thread-id v4.2.2
3592026-03-02T21:32:21.723Z Downloaded usdt v0.5.0
3602026-03-02T21:32:21.727Z Downloaded zerovec-derive v0.10.3
3612026-03-02T21:32:21.727Z Downloaded thiserror-impl v2.0.18
3622026-03-02T21:32:21.729Z Downloaded tinystr v0.7.6
3632026-03-02T21:32:21.729Z Downloaded toml_write v0.1.2
3642026-03-02T21:32:21.732Z Downloaded yoke v0.7.4
3652026-03-02T21:32:21.732Z Downloaded usdt-impl v0.5.0
3662026-03-02T21:32:21.735Z Downloaded proc-macro-error v1.0.4
3672026-03-02T21:32:21.738Z Downloaded zerocopy-derive v0.7.35
3682026-03-02T21:32:21.742Z Downloaded heck v0.4.1
3692026-03-02T21:32:21.745Z Downloaded pest_derive v2.8.2
3702026-03-02T21:32:21.745Z Downloaded semver v1.0.27
3712026-03-02T21:32:21.748Z Downloaded typenum v1.17.0
3722026-03-02T21:32:21.751Z Downloaded icu_provider_macros v1.5.0
3732026-03-02T21:32:21.751Z Downloaded fs-err v3.1.1
3742026-03-02T21:32:21.754Z Downloaded unicode-ident v1.0.24
3752026-03-02T21:32:21.756Z Downloaded ucd-trie v0.1.7
3762026-03-02T21:32:21.757Z Downloaded toml v0.8.23
3772026-03-02T21:32:21.759Z Downloaded anstyle v1.0.11
3782026-03-02T21:32:21.760Z Downloaded toml_edit v0.22.27
3792026-03-02T21:32:21.765Z Downloaded plain v0.2.3
3802026-03-02T21:32:21.768Z Downloaded url v2.5.4
3812026-03-02T21:32:21.768Z Downloaded idna_adapter v1.2.0
3822026-03-02T21:32:21.771Z Downloaded fnv v1.0.7
3832026-03-02T21:32:21.771Z Downloaded dof v0.3.0
3842026-03-02T21:32:21.771Z Downloaded anstyle-query v1.1.1
3852026-03-02T21:32:21.773Z Downloaded anstyle-parse v0.2.5
3862026-03-02T21:32:21.773Z Downloaded serde-value v0.7.0
3872026-03-02T21:32:21.777Z Downloaded generic-array v0.14.7
3882026-03-02T21:32:21.777Z Downloaded scroll_derive v0.12.0
3892026-03-02T21:32:21.777Z Downloaded is_terminal_polyfill v1.70.1
3902026-03-02T21:32:21.780Z Downloaded block-buffer v0.10.4
3912026-03-02T21:32:21.780Z Downloaded itoa v1.0.11
3922026-03-02T21:32:21.781Z Downloaded utf16_iter v1.0.5
3932026-03-02T21:32:21.783Z Downloaded unicode-xid v0.2.6
3942026-03-02T21:32:21.783Z Downloaded swrite v0.1.0
3952026-03-02T21:32:21.783Z Downloaded proc-macro-error-attr v1.0.4
3962026-03-02T21:32:21.783Z Downloaded fastrand v2.1.1
3972026-03-02T21:32:21.786Z Downloaded crypto-common v0.1.6
3982026-03-02T21:32:21.786Z Downloaded serde_derive v1.0.228
3992026-03-02T21:32:21.789Z Downloaded zerovec v0.10.4
4002026-03-02T21:32:21.794Z Downloaded winnow v0.7.14
4012026-03-02T21:32:21.802Z Downloaded zerocopy v0.7.35
4022026-03-02T21:32:21.816Z Downloaded strsim v0.11.1
4032026-03-02T21:32:21.819Z Downloaded bytecount v0.6.8
4042026-03-02T21:32:21.819Z Downloaded cpufeatures v0.2.14
4052026-03-02T21:32:21.822Z Downloaded serde_spanned v0.6.9
4062026-03-02T21:32:21.822Z Downloaded unicode-width v0.2.0
4072026-03-02T21:32:21.826Z Downloaded unicode-width v0.1.14
4082026-03-02T21:32:21.830Z Downloaded synstructure v0.13.1
4092026-03-02T21:32:21.835Z Downloaded quote v1.0.44
4102026-03-02T21:32:21.835Z Downloaded icu_locid_transform v1.5.0
4112026-03-02T21:32:21.837Z Downloaded papergrid v0.11.0
4122026-03-02T21:32:21.840Z Downloaded litemap v0.7.3
4132026-03-02T21:32:21.843Z Downloaded icu_locid_transform_data v1.5.0
4142026-03-02T21:32:21.843Z Downloaded displaydoc v0.2.5
4152026-03-02T21:32:21.846Z Downloaded ordered-float v2.10.1
4162026-03-02T21:32:21.849Z Downloaded memmap v0.7.0
4172026-03-02T21:32:21.849Z Downloaded pest_generator v2.8.2
4182026-03-02T21:32:21.849Z Downloaded erased-serde v0.4.6
4192026-03-02T21:32:21.852Z Downloaded autocfg v1.4.0
4202026-03-02T21:32:21.855Z Downloaded camino-tempfile v1.4.1
4212026-03-02T21:32:21.855Z Downloaded pretty-hex v0.4.1
4222026-03-02T21:32:21.855Z Downloaded macaddr v1.0.1
4232026-03-02T21:32:21.858Z Downloaded dtrace-parser v0.2.0
4242026-03-02T21:32:21.858Z Downloaded clap_lex v0.7.4
4252026-03-02T21:32:21.858Z Downloaded stable_deref_trait v1.2.0
4262026-03-02T21:32:21.858Z Downloaded colorchoice v1.0.2
4272026-03-02T21:32:21.861Z Downloaded cargo-platform v0.2.0
4282026-03-02T21:32:21.861Z Downloaded byteorder v1.5.0
4292026-03-02T21:32:21.871Z Downloaded scroll v0.12.0
4302026-03-02T21:32:21.874Z Downloaded camino v1.2.2
4312026-03-02T21:32:21.877Z Downloaded clap_derive v4.5.47
4322026-03-02T21:32:21.880Z Downloaded serde_tokenstream v0.2.3
4332026-03-02T21:32:21.889Z Downloaded pest_meta v2.8.2
4342026-03-02T21:32:21.892Z Downloaded clap v4.5.48
4352026-03-02T21:32:21.900Z Downloaded bitflags v2.9.4
4362026-03-02T21:32:21.903Z Downloaded smallvec v1.15.1
4372026-03-02T21:32:21.906Z Downloaded cargo-util-schemas v0.8.2
4382026-03-02T21:32:21.909Z Downloaded once_cell v1.21.3
4392026-03-02T21:32:21.914Z Downloaded serde-untagged v0.1.7
4402026-03-02T21:32:21.920Z Downloaded icu_properties v1.5.1
4412026-03-02T21:32:21.920Z Downloaded icu_normalizer_data v1.5.0
4422026-03-02T21:32:21.923Z Downloaded serde_core v1.0.228
4432026-03-02T21:32:21.927Z Downloaded num-traits v0.2.19
4442026-03-02T21:32:21.927Z Downloaded icu_locid v1.5.0
4452026-03-02T21:32:21.930Z Downloaded icu_normalizer v1.5.0
4462026-03-02T21:32:21.934Z Downloaded anyhow v1.0.99
4472026-03-02T21:32:21.937Z Downloaded log v0.4.29
4482026-03-02T21:32:21.940Z Downloaded getrandom v0.3.4
4492026-03-02T21:32:21.955Z Downloaded proc-macro2 v1.0.106
4502026-03-02T21:32:21.958Z Downloaded indexmap v2.13.0
4512026-03-02T21:32:21.964Z Downloaded memchr v2.7.4
4522026-03-02T21:32:21.968Z Downloaded serde v1.0.228
4532026-03-02T21:32:21.972Z Downloaded icu_collections v1.5.0
4542026-03-02T21:32:21.977Z Downloaded pest v2.8.2
4552026-03-02T21:32:21.981Z Downloaded idna v1.0.3
4562026-03-02T21:32:21.999Z Downloaded hashbrown v0.16.1
4572026-03-02T21:32:22.026Z Downloaded serde_json v1.0.149
4582026-03-02T21:32:22.033Z Downloaded tabled v0.15.0
4592026-03-02T21:32:22.046Z Downloaded clap_builder v4.5.48
4602026-03-02T21:32:22.054Z Downloaded goblin v0.8.2
4612026-03-02T21:32:22.058Z Downloaded syn v1.0.109
4622026-03-02T21:32:22.066Z Downloaded icu_properties_data v1.5.0
4632026-03-02T21:32:22.082Z Downloaded rustix v0.38.37
4642026-03-02T21:32:22.099Z Downloaded syn v2.0.117
4652026-03-02T21:32:22.108Z Downloaded rustix v1.1.3
4662026-03-02T21:32:22.146Z Downloaded libc v0.2.180
4672026-03-02T21:32:22.231Z Compiling proc-macro2 v1.0.106
4682026-03-02T21:32:22.234Z Compiling quote v1.0.44
4692026-03-02T21:32:22.234Z Compiling unicode-ident v1.0.24
4702026-03-02T21:32:22.234Z Compiling serde_core v1.0.228
4712026-03-02T21:32:22.234Z Compiling serde v1.0.228
4722026-03-02T21:32:22.234Z Compiling version_check v0.9.5
4732026-03-02T21:32:22.234Z Compiling libc v0.2.180
4742026-03-02T21:32:22.234Z Compiling memchr v2.7.4
4752026-03-02T21:32:22.740Z Compiling thiserror v2.0.18
4762026-03-02T21:32:23.211Z Compiling stable_deref_trait v1.2.0
4772026-03-02T21:32:23.264Z Compiling zmij v1.0.15
4782026-03-02T21:32:23.291Z Compiling autocfg v1.4.0
4792026-03-02T21:32:23.343Z Compiling ucd-trie v0.1.7
4802026-03-02T21:32:23.774Z Compiling itoa v1.0.11
4812026-03-02T21:32:23.854Z Compiling litemap v0.7.3
4822026-03-02T21:32:23.985Z Compiling writeable v0.5.5
4832026-03-02T21:32:24.135Z Compiling thiserror v1.0.69
4842026-03-02T21:32:24.217Z Compiling bitflags v2.9.4
4852026-03-02T21:32:24.659Z Compiling errno v0.3.12
4862026-03-02T21:32:24.737Z Compiling icu_locid_transform_data v1.5.0
4872026-03-02T21:32:24.858Z Compiling byteorder v1.5.0
4882026-03-02T21:32:24.953Z Compiling icu_properties_data v1.5.0
4892026-03-02T21:32:25.056Z Compiling syn v2.0.117
4902026-03-02T21:32:25.177Z Compiling serde_json v1.0.149
4912026-03-02T21:32:25.207Z Compiling num-traits v0.2.19
4922026-03-02T21:32:25.234Z Compiling icu_normalizer_data v1.5.0
4932026-03-02T21:32:25.335Z Compiling utf16_iter v1.0.5
4942026-03-02T21:32:25.367Z Compiling equivalent v1.0.2
4952026-03-02T21:32:25.505Z Compiling rustix v0.38.37
4962026-03-02T21:32:25.563Z Compiling typeid v1.0.3
4972026-03-02T21:32:25.589Z Compiling write16 v1.0.0
4982026-03-02T21:32:25.617Z Compiling hashbrown v0.16.1
4992026-03-02T21:32:25.956Z Compiling smallvec v1.15.1
5002026-03-02T21:32:26.098Z Compiling utf8_iter v1.0.4
5012026-03-02T21:32:26.398Z Compiling usdt-impl v0.5.0
5022026-03-02T21:32:26.401Z Compiling proc-macro-error-attr v1.0.4
5032026-03-02T21:32:26.612Z Compiling syn v1.0.109
5042026-03-02T21:32:26.765Z Compiling indexmap v2.13.0
5052026-03-02T21:32:26.794Z Compiling toml_write v0.1.2
5062026-03-02T21:32:26.823Z Compiling winnow v0.7.14
5072026-03-02T21:32:27.258Z Compiling thread-id v4.2.2
5082026-03-02T21:32:27.624Z Compiling proc-macro-error v1.0.4
5092026-03-02T21:32:28.015Z Compiling percent-encoding v2.3.2
5102026-03-02T21:32:28.109Z Compiling log v0.4.29
5112026-03-02T21:32:28.362Z Compiling plain v0.2.3
5122026-03-02T21:32:28.478Z Compiling rustix v1.1.3
5132026-03-02T21:32:28.561Z Compiling getrandom v0.3.4
5142026-03-02T21:32:28.783Z Compiling utf8parse v0.2.2
5152026-03-02T21:32:28.974Z Compiling camino v1.2.2
5162026-03-02T21:32:29.023Z Compiling anstyle-parse v0.2.5
5172026-03-02T21:32:29.408Z Compiling ordered-float v2.10.1
5182026-03-02T21:32:29.672Z Compiling terminal_size v0.4.0
5192026-03-02T21:32:29.768Z Compiling form_urlencoded v1.2.2
5202026-03-02T21:32:30.141Z Compiling colorchoice v1.0.2
5212026-03-02T21:32:30.341Z Compiling anstyle v1.0.11
5222026-03-02T21:32:30.424Z Compiling anstyle-query v1.1.1
5232026-03-02T21:32:30.483Z Compiling cfg-if v1.0.4
5242026-03-02T21:32:30.519Z Compiling is_terminal_polyfill v1.70.1
5252026-03-02T21:32:30.595Z Compiling pretty-hex v0.4.1
5262026-03-02T21:32:30.782Z Compiling anstream v0.6.18
5272026-03-02T21:32:30.853Z Compiling semver v1.0.27
5282026-03-02T21:32:31.529Z Compiling fs-err v3.1.1
5292026-03-02T21:32:31.568Z Compiling fnv v1.0.7
5302026-03-02T21:32:31.676Z Compiling synstructure v0.13.1
5312026-03-02T21:32:31.723Z Compiling fastrand v2.1.1
5322026-03-02T21:32:31.760Z Compiling clap_lex v0.7.4
5332026-03-02T21:32:31.875Z Compiling heck v0.4.1
5342026-03-02T21:32:32.209Z Compiling unicode-xid v0.2.6
5352026-03-02T21:32:32.237Z Compiling strsim v0.11.1
5362026-03-02T21:32:32.323Z Compiling unicode-width v0.1.14
5372026-03-02T21:32:32.428Z Compiling bytecount v0.6.8
5382026-03-02T21:32:32.877Z Compiling once_cell v1.21.3
5392026-03-02T21:32:32.946Z Compiling anyhow v1.0.99
5402026-03-02T21:32:32.974Z Compiling heck v0.5.0
5412026-03-02T21:32:33.039Z Compiling papergrid v0.11.0
5422026-03-02T21:32:33.221Z Compiling tempfile v3.24.0
5432026-03-02T21:32:33.264Z Compiling clap_builder v4.5.48
5442026-03-02T21:32:33.614Z Compiling memmap v0.7.0
5452026-03-02T21:32:33.968Z Compiling unicode-width v0.2.0
5462026-03-02T21:32:34.000Z Compiling unicode-linebreak v0.1.5
5472026-03-02T21:32:34.024Z Compiling smawk v0.3.2
5482026-03-02T21:32:34.512Z Compiling textwrap v0.16.2
5492026-03-02T21:32:34.539Z Compiling camino-tempfile v1.4.1
5502026-03-02T21:32:35.049Z Compiling swrite v0.1.0
5512026-03-02T21:32:35.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-03-02T21:32:35.272Z Compiling tabled_derive v0.7.0
5532026-03-02T21:32:36.042Z Compiling serde_derive v1.0.228
5542026-03-02T21:32:36.042Z Compiling zerofrom-derive v0.1.4
5552026-03-02T21:32:36.045Z Compiling yoke-derive v0.7.4
5562026-03-02T21:32:36.134Z Compiling zerovec-derive v0.10.3
5572026-03-02T21:32:36.187Z Compiling thiserror-impl v2.0.18
5582026-03-02T21:32:36.947Z Compiling displaydoc v0.2.5
5592026-03-02T21:32:38.510Z Compiling icu_provider_macros v1.5.0
5602026-03-02T21:32:38.563Z Compiling thiserror-impl v1.0.69
5612026-03-02T21:32:38.802Z Compiling zerocopy-derive v0.7.35
5622026-03-02T21:32:39.327Z Compiling zerofrom v0.1.4
5632026-03-02T21:32:39.456Z Compiling pest v2.8.2
5642026-03-02T21:32:39.542Z Compiling yoke v0.7.4
5652026-03-02T21:32:39.581Z Compiling scroll_derive v0.12.0
5662026-03-02T21:32:39.996Z Compiling zerovec v0.10.4
5672026-03-02T21:32:40.781Z Compiling zerocopy v0.7.35
5682026-03-02T21:32:40.887Z Compiling clap_derive v4.5.47
5692026-03-02T21:32:41.045Z Compiling scroll v0.12.0
5702026-03-02T21:32:41.303Z Compiling tabled v0.15.0
5712026-03-02T21:32:41.536Z Compiling goblin v0.8.2
5722026-03-02T21:32:42.073Z Compiling tinystr v0.7.6
5732026-03-02T21:32:42.110Z Compiling pest_meta v2.8.2
5742026-03-02T21:32:42.148Z Compiling icu_collections v1.5.0
5752026-03-02T21:32:42.455Z Compiling icu_locid v1.5.0
5762026-03-02T21:32:43.466Z Compiling pest_generator v2.8.2
5772026-03-02T21:32:44.253Z Compiling icu_provider v1.5.0
5782026-03-02T21:32:44.382Z Compiling toml_datetime v0.6.11
5792026-03-02T21:32:44.578Z Compiling serde_spanned v0.6.9
5802026-03-02T21:32:44.719Z Compiling dof v0.3.0
5812026-03-02T21:32:44.894Z Compiling toml_edit v0.22.27
5822026-03-02T21:32:44.979Z Compiling icu_locid_transform v1.5.0
5832026-03-02T21:32:45.203Z Compiling serde_tokenstream v0.2.3
5842026-03-02T21:32:45.244Z Compiling erased-serde v0.4.6
5852026-03-02T21:32:45.644Z Compiling serde-value v0.7.0
5862026-03-02T21:32:45.844Z Compiling cargo-platform v0.2.0
5872026-03-02T21:32:46.400Z Compiling icu_properties v1.5.1
5882026-03-02T21:32:46.403Z Compiling serde-untagged v0.1.7
5892026-03-02T21:32:46.450Z Compiling clap v4.5.48
5902026-03-02T21:32:46.512Z Compiling pest_derive v2.8.2
5912026-03-02T21:32:46.579Z Compiling macaddr v1.0.1
5922026-03-02T21:32:47.241Z Compiling dtrace-parser v0.2.0
5932026-03-02T21:32:48.258Z Compiling toml v0.8.23
5942026-03-02T21:32:49.128Z Compiling cargo_toml v0.21.0
5952026-03-02T21:32:49.196Z Compiling usdt-macro v0.5.0
5962026-03-02T21:32:49.223Z Compiling usdt-attr-macro v0.5.0
5972026-03-02T21:32:49.911Z Compiling icu_normalizer v1.5.0
5982026-03-02T21:32:50.332Z Compiling usdt v0.5.0
5992026-03-02T21:32:50.582Z Compiling idna_adapter v1.2.0
6002026-03-02T21:32:50.746Z Compiling idna v1.0.3
6012026-03-02T21:32:51.137Z Compiling url v2.5.4
6022026-03-02T21:32:51.936Z Compiling cargo-util-schemas v0.8.2
6032026-03-02T21:32:53.356Z Compiling cargo_metadata v0.21.0
6042026-03-02T21:32:54.886Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6052026-03-02T21:32:58.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6062026-03-02T21:32:58.630Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6072026-03-02T21:32:59.407Z Downloading crates ...
6082026-03-02T21:32:59.546Z Downloaded aead v0.5.2
6092026-03-02T21:32:59.550Z Downloaded async-stream v0.3.6
6102026-03-02T21:32:59.555Z Downloaded adler2 v2.0.0
6112026-03-02T21:32:59.562Z Downloaded cargo-platform v0.1.8
6122026-03-02T21:32:59.566Z Downloaded cobs v0.2.3
6132026-03-02T21:32:59.570Z Downloaded backoff v0.4.0
6142026-03-02T21:32:59.576Z Downloaded der_derive v0.7.3
6152026-03-02T21:32:59.580Z Downloaded ecdsa v0.16.9
6162026-03-02T21:32:59.586Z Downloaded ff v0.13.0
6172026-03-02T21:32:59.591Z Downloaded async-stream-impl v0.3.6
6182026-03-02T21:32:59.594Z Downloaded document-features v0.2.11
6192026-03-02T21:32:59.599Z Downloaded bzip2 v0.4.4
6202026-03-02T21:32:59.603Z Downloaded diesel_table_macro_syntax v0.2.0
6212026-03-02T21:32:59.607Z Downloaded defmt-macros v0.3.9
6222026-03-02T21:32:59.614Z Downloaded arrayref v0.3.9
6232026-03-02T21:32:59.618Z Downloaded atomic-waker v1.1.2
6242026-03-02T21:32:59.622Z Downloaded derive_builder_core v0.20.2
6252026-03-02T21:32:59.627Z Downloaded constant_time_eq v0.3.1
6262026-03-02T21:32:59.632Z Downloaded dirs-sys-next v0.1.2
6272026-03-02T21:32:59.636Z Downloaded crunchy v0.2.2
6282026-03-02T21:32:59.640Z Downloaded float-ord v0.3.2
6292026-03-02T21:32:59.643Z Downloaded fd-lock v4.0.2
6302026-03-02T21:32:59.649Z Downloaded foreign-types v0.5.0
6312026-03-02T21:32:59.653Z Downloaded futures-macro v0.3.31
6322026-03-02T21:32:59.656Z Downloaded embedded-io v0.6.1
6332026-03-02T21:32:59.661Z Downloaded crc v3.2.1
6342026-03-02T21:32:59.666Z Downloaded funty v2.0.0
6352026-03-02T21:32:59.670Z Downloaded enum-as-inner v0.6.1
6362026-03-02T21:32:59.674Z Downloaded foreign-types-macros v0.2.3
6372026-03-02T21:32:59.678Z Downloaded ciborium-ll v0.2.2
6382026-03-02T21:32:59.684Z Downloaded darling_macro v0.21.0
6392026-03-02T21:32:59.690Z Downloaded float-cmp v0.10.0
6402026-03-02T21:32:59.697Z Downloaded fxhash v0.2.1
6412026-03-02T21:32:59.702Z Downloaded futures-core v0.3.32
6422026-03-02T21:32:59.722Z Downloaded hash32 v0.3.1
6432026-03-02T21:32:59.726Z Downloaded crypto-bigint v0.5.5
6442026-03-02T21:32:59.735Z Downloaded headers-core v0.3.0
6452026-03-02T21:32:59.738Z Downloaded darling v0.20.10
6462026-03-02T21:32:59.746Z Downloaded flagset v0.4.6
6472026-03-02T21:32:59.750Z Downloaded foldhash v0.1.5
6482026-03-02T21:32:59.753Z Downloaded ghash v0.5.1
6492026-03-02T21:32:59.757Z Downloaded http-range v0.1.5
6502026-03-02T21:32:59.760Z Downloaded http-body v1.0.1
6512026-03-02T21:32:59.765Z Downloaded fs-err v2.11.0
6522026-03-02T21:32:59.769Z Downloaded cbc v0.1.2
6532026-03-02T21:32:59.772Z Downloaded hubpack v0.1.2
6542026-03-02T21:32:59.775Z Downloaded crossbeam-epoch v0.9.18
6552026-03-02T21:32:59.778Z Downloaded impl-trait-for-tuples v0.2.2
6562026-03-02T21:32:59.782Z Downloaded group v0.13.0
6572026-03-02T21:32:59.786Z Downloaded indent_write v2.2.0
6582026-03-02T21:32:59.790Z Downloaded is_ci v1.2.0
6592026-03-02T21:32:59.793Z Downloaded is-terminal v0.4.13
6602026-03-02T21:32:59.797Z Downloaded highway v1.3.0
6612026-03-02T21:32:59.801Z Downloaded ident_case v1.0.1
6622026-03-02T21:32:59.804Z Downloaded fallible-iterator v0.2.0
6632026-03-02T21:32:59.807Z Downloaded async-bb8-diesel v0.2.1
6642026-03-02T21:32:59.812Z Downloaded http-body-util v0.1.3
6652026-03-02T21:32:59.816Z Downloaded ciborium v0.2.2
6662026-03-02T21:32:59.821Z Downloaded libscf-sys v1.1.0
6672026-03-02T21:32:59.824Z Downloaded inout v0.1.3
6682026-03-02T21:32:59.827Z Downloaded lru-cache v0.1.2
6692026-03-02T21:32:59.832Z Downloaded home v0.5.9
6702026-03-02T21:32:59.834Z Downloaded internet-checksum v0.2.1
6712026-03-02T21:32:59.837Z Downloaded daft-derive v0.1.4
6722026-03-02T21:32:59.843Z Downloaded lru-slab v0.1.2
6732026-03-02T21:32:59.846Z Downloaded mime v0.3.17
6742026-03-02T21:32:59.850Z Downloaded multimap v0.10.1
6752026-03-02T21:32:59.854Z Downloaded new_debug_unreachable v1.0.6
6762026-03-02T21:32:59.857Z Downloaded ipnetwork v0.21.1
6772026-03-02T21:32:59.862Z Downloaded ipnet v2.11.0
6782026-03-02T21:32:59.864Z Downloaded humantime v2.2.0
6792026-03-02T21:32:59.868Z Downloaded hyper-staticfile v0.10.1
6802026-03-02T21:32:59.872Z Downloaded lockfree-object-pool v0.1.6
6812026-03-02T21:32:59.877Z Downloaded newline-converter v0.3.0
6822026-03-02T21:32:59.880Z Downloaded memoffset v0.9.1
6832026-03-02T21:32:59.883Z Downloaded nibble_vec v0.1.0
6842026-03-02T21:32:59.886Z Downloaded num-derive v0.3.3
6852026-03-02T21:32:59.889Z Downloaded libsw v3.5.0
6862026-03-02T21:32:59.892Z Downloaded newtype_derive v0.1.6
6872026-03-02T21:32:59.895Z Downloaded normalize-line-endings v0.3.0
6882026-03-02T21:32:59.898Z Downloaded number_prefix v0.4.0
6892026-03-02T21:32:59.902Z Downloaded opaque-debug v0.3.1
6902026-03-02T21:32:59.905Z Downloaded hickory-client v0.25.2
6912026-03-02T21:32:59.908Z Downloaded nonempty v0.12.0
6922026-03-02T21:32:59.911Z Downloaded linear-map v1.2.0
6932026-03-02T21:32:59.914Z Downloaded num-derive v0.4.2
6942026-03-02T21:32:59.917Z Downloaded base64 v0.13.1
6952026-03-02T21:32:59.921Z Downloaded mime_guess v2.0.5
6962026-03-02T21:32:59.924Z Downloaded jobserver v0.1.32
6972026-03-02T21:32:59.927Z Downloaded parse-display v0.10.0
6982026-03-02T21:32:59.930Z Downloaded openssl-probe v0.1.5
6992026-03-02T21:32:59.933Z Downloaded packed_struct_codegen v0.10.1
7002026-03-02T21:32:59.936Z Downloaded darling_core v0.21.0
7012026-03-02T21:32:59.941Z Downloaded crc-any v2.5.0
7022026-03-02T21:32:59.944Z Downloaded hyper-rustls v0.27.7
7032026-03-02T21:32:59.948Z Downloaded nanorand v0.7.0
7042026-03-02T21:32:59.952Z Downloaded newtype-uuid v1.3.2
7052026-03-02T21:32:59.955Z Downloaded diesel_derives v2.2.3
7062026-03-02T21:32:59.959Z Downloaded pbkdf2 v0.11.0
7072026-03-02T21:32:59.963Z Downloaded phf_shared v0.12.1
7082026-03-02T21:32:59.969Z Downloaded phf_shared v0.11.2
7092026-03-02T21:32:59.972Z Downloaded multer v3.1.0
7102026-03-02T21:32:59.972Z Downloaded num-complex v0.4.6
7112026-03-02T21:32:59.974Z Downloaded ingot-macros v0.1.1
7122026-03-02T21:32:59.977Z Downloaded pbkdf2 v0.12.2
7132026-03-02T21:32:59.980Z Downloaded num_enum v0.5.11
7142026-03-02T21:32:59.986Z Downloaded pin-utils v0.1.0
7152026-03-02T21:32:59.989Z Downloaded path-slash v0.1.5
7162026-03-02T21:32:59.992Z Downloaded indexmap v1.9.3
7172026-03-02T21:32:59.997Z Downloaded oxide-tokio-rt v0.1.2
7182026-03-02T21:32:59.999Z Downloaded oxnet v0.1.4
7192026-03-02T21:33:00.003Z Downloaded memmap2 v0.9.8
7202026-03-02T21:33:00.006Z Downloaded proc-macro-error-attr2 v2.0.0
7212026-03-02T21:33:00.009Z Downloaded parking_lot_core v0.8.6
7222026-03-02T21:33:00.012Z Downloaded pretty-hex v0.2.1
7232026-03-02T21:33:00.015Z Downloaded predicates-tree v1.0.12
7242026-03-02T21:33:00.017Z Downloaded precomputed-hash v0.1.1
7252026-03-02T21:33:00.022Z Downloaded packed_struct v0.10.1
7262026-03-02T21:33:00.025Z Downloaded ignore v0.4.23
7272026-03-02T21:33:00.028Z Downloaded powerfmt v0.2.0
7282026-03-02T21:33:00.028Z Downloaded proc-macro-crate v1.3.1
7292026-03-02T21:33:00.030Z Downloaded peg-runtime v0.8.5
7302026-03-02T21:33:00.033Z Downloaded progenitor-macro v0.10.0
7312026-03-02T21:33:00.036Z Downloaded progenitor v0.8.0
7322026-03-02T21:33:00.039Z Downloaded password-hash v0.4.2
7332026-03-02T21:33:00.041Z Downloaded progenitor-macro v0.8.0
7342026-03-02T21:33:00.045Z Downloaded progenitor-client v0.8.0
7352026-03-02T21:33:00.045Z Downloaded progenitor-client v0.11.2
7362026-03-02T21:33:00.048Z Downloaded native-tls v0.2.12
7372026-03-02T21:33:00.051Z Downloaded num-rational v0.4.2
7382026-03-02T21:33:00.054Z Downloaded heapless v0.8.0
7392026-03-02T21:33:00.058Z Downloaded quick-error v1.2.3
7402026-03-02T21:33:00.061Z Downloaded radium v0.7.0
7412026-03-02T21:33:00.063Z Downloaded psl-types v2.0.11
7422026-03-02T21:33:00.066Z Downloaded hickory-resolver v0.25.2
7432026-03-02T21:33:00.071Z Downloaded poly1305 v0.8.0
7442026-03-02T21:33:00.075Z Downloaded postgres-protocol v0.6.8
7452026-03-02T21:33:00.078Z Downloaded owo-colors v4.2.3
7462026-03-02T21:33:00.082Z Downloaded heapless v0.7.17
7472026-03-02T21:33:00.088Z Downloaded polyval v0.6.2
7482026-03-02T21:33:00.092Z Downloaded pkcs8 v0.10.2
7492026-03-02T21:33:00.095Z Downloaded rand_xorshift v0.4.0
7502026-03-02T21:33:00.097Z Downloaded recursive-proc-macro-impl v0.1.1
7512026-03-02T21:33:00.100Z Downloaded progenitor v0.10.0
7522026-03-02T21:33:00.103Z Downloaded progenitor v0.11.2
7532026-03-02T21:33:00.106Z Downloaded progenitor-extras v0.1.0
7542026-03-02T21:33:00.109Z Downloaded rfc6979 v0.4.0
7552026-03-02T21:33:00.112Z Downloaded ppv-lite86 v0.2.20
7562026-03-02T21:33:00.114Z Downloaded parking_lot v0.12.3
7572026-03-02T21:33:00.117Z Downloaded predicates v3.1.3
7582026-03-02T21:33:00.120Z Downloaded password-hash v0.5.0
7592026-03-02T21:33:00.123Z Downloaded ref-cast-impl v1.0.25
7602026-03-02T21:33:00.126Z Downloaded pkcs5 v0.7.1
7612026-03-02T21:33:00.130Z Downloaded russh-cryptovec v0.7.3
7622026-03-02T21:33:00.132Z Downloaded progenitor-client v0.13.0
7632026-03-02T21:33:00.136Z Downloaded progenitor v0.13.0
7642026-03-02T21:33:00.139Z Downloaded pkg-config v0.3.31
7652026-03-02T21:33:00.142Z Downloaded postcard v1.0.10
7662026-03-02T21:33:00.145Z Downloaded rand_chacha v0.9.0
7672026-03-02T21:33:00.147Z Downloaded rand_chacha v0.3.1
7682026-03-02T21:33:00.150Z Downloaded rustc_version v0.4.1
7692026-03-02T21:33:00.150Z Downloaded rustc_version v0.1.7
7702026-03-02T21:33:00.153Z Downloaded rustc-hash v2.1.1
7712026-03-02T21:33:00.156Z Downloaded papergrid v0.17.0
7722026-03-02T21:33:00.160Z Downloaded oso v0.27.3
7732026-03-02T21:33:00.164Z Downloaded pkcs1 v0.7.5
7742026-03-02T21:33:00.168Z Downloaded scheduled-thread-pool v0.2.7
7752026-03-02T21:33:00.171Z Downloaded sapling-renderdag v0.1.0
7762026-03-02T21:33:00.174Z Downloaded progenitor-impl v0.8.0
7772026-03-02T21:33:00.177Z Downloaded secrecy v0.10.3
7782026-03-02T21:33:00.180Z Downloaded same-file v1.0.6
7792026-03-02T21:33:00.183Z Downloaded parking_lot v0.11.2
7802026-03-02T21:33:00.187Z Downloaded crossterm v0.29.0
7812026-03-02T21:33:00.191Z Downloaded salsa20 v0.10.2
7822026-03-02T21:33:00.194Z Downloaded resolv-conf v0.7.0
7832026-03-02T21:33:00.197Z Downloaded semver v0.1.20
7842026-03-02T21:33:00.200Z Downloaded seq-macro v0.3.6
7852026-03-02T21:33:00.202Z Downloaded secrecy v0.8.0
7862026-03-02T21:33:00.205Z Downloaded primeorder v0.13.6
7872026-03-02T21:33:00.208Z Downloaded hashbrown v0.13.2
7882026-03-02T21:33:00.211Z Downloaded scroll_derive v0.13.1
7892026-03-02T21:33:00.214Z Downloaded serde_bytes v0.11.19
7902026-03-02T21:33:00.216Z Downloaded shell-words v1.1.0
7912026-03-02T21:33:00.219Z Downloaded sha1 v0.10.6
7922026-03-02T21:33:00.219Z Downloaded serde_repr v0.1.19
7932026-03-02T21:33:00.223Z Downloaded rustversion v1.0.22
7942026-03-02T21:33:00.226Z Downloaded http v1.4.0
7952026-03-02T21:33:00.230Z Downloaded serde_plain v1.0.2
7962026-03-02T21:33:00.233Z Downloaded serde-big-array v0.5.1
7972026-03-02T21:33:00.236Z Downloaded prefix-trie v0.7.0
7982026-03-02T21:33:00.240Z Downloaded signal-hook-tokio v0.3.1
7992026-03-02T21:33:00.243Z Downloaded signature v2.2.0
8002026-03-02T21:33:00.246Z Downloaded progenitor-impl v0.10.0
8012026-03-02T21:33:00.249Z Downloaded crossterm v0.28.1
8022026-03-02T21:33:00.254Z Downloaded serde_urlencoded v0.7.1
8032026-03-02T21:33:00.257Z Downloaded simd-adler32 v0.3.7
8042026-03-02T21:33:00.260Z Downloaded sigpipe v0.1.3
8052026-03-02T21:33:00.260Z Downloaded sec1 v0.7.3
8062026-03-02T21:33:00.263Z Downloaded rustls-pemfile v2.2.0
8072026-03-02T21:33:00.265Z Downloaded sct v0.7.1
8082026-03-02T21:33:00.269Z Downloaded slog-envlogger v2.2.0
8092026-03-02T21:33:00.272Z Downloaded rustls-pemfile v1.0.4
8102026-03-02T21:33:00.275Z Downloaded papergrid v0.14.0
8112026-03-02T21:33:00.278Z Downloaded siphasher v0.3.11
8122026-03-02T21:33:00.281Z Downloaded slog-bunyan v2.5.0
8132026-03-02T21:33:00.283Z Downloaded serde_path_to_error v0.1.20
8142026-03-02T21:33:00.283Z Downloaded serde-hex v0.1.0
8152026-03-02T21:33:00.286Z Downloaded hyper-util v0.1.19
8162026-03-02T21:33:00.291Z Downloaded minimal-lexical v0.2.1
8172026-03-02T21:33:00.296Z Downloaded siphasher v1.0.1
8182026-03-02T21:33:00.299Z Downloaded scroll v0.13.0
8192026-03-02T21:33:00.302Z Downloaded schemars_derive v0.8.22
8202026-03-02T21:33:00.302Z Downloaded prettyplease v0.2.36
8212026-03-02T21:33:00.305Z Downloaded shlex v1.3.0
8222026-03-02T21:33:00.308Z Downloaded progenitor-impl v0.13.0
8232026-03-02T21:33:00.311Z Downloaded progenitor-impl v0.11.2
8242026-03-02T21:33:00.314Z Downloaded slab v0.4.9
8252026-03-02T21:33:00.316Z Downloaded serde_derive_internals v0.29.1
8262026-03-02T21:33:00.316Z Downloaded strum v0.27.2
8272026-03-02T21:33:00.319Z Downloaded subtle v2.6.1
8282026-03-02T21:33:00.324Z Downloaded ssh-cipher v0.2.0
8292026-03-02T21:33:00.324Z Downloaded base64 v0.21.7
8302026-03-02T21:33:00.327Z Downloaded sqlparser_derive v0.5.0
8312026-03-02T21:33:00.330Z Downloaded libm v0.2.8
8322026-03-02T21:33:00.337Z Downloaded tabled_derive v0.10.0
8332026-03-02T21:33:00.340Z Downloaded structmeta v0.3.0
8342026-03-02T21:33:00.343Z Downloaded tap v1.0.1
8352026-03-02T21:33:00.343Z Downloaded slog-scope v4.4.0
8362026-03-02T21:33:00.346Z Downloaded tabwriter v1.4.0
8372026-03-02T21:33:00.349Z Downloaded tabled_derive v0.11.0
8382026-03-02T21:33:00.349Z Downloaded ryu v1.0.18
8392026-03-02T21:33:00.352Z Downloaded signal-hook-mio v0.2.4
8402026-03-02T21:33:00.355Z Downloaded serde_with_macros v3.16.1
8412026-03-02T21:33:00.359Z Downloaded thread_local v1.1.8
8422026-03-02T21:33:00.362Z Downloaded string_cache v0.8.9
8432026-03-02T21:33:00.362Z Downloaded slog-async v2.8.0
8442026-03-02T21:33:00.365Z Downloaded pretty_assertions v1.4.1
8452026-03-02T21:33:00.367Z Downloaded rcgen v0.12.1
8462026-03-02T21:33:00.370Z Downloaded ron v0.7.1
8472026-03-02T21:33:00.374Z Downloaded rayon-core v1.12.1
8482026-03-02T21:33:00.378Z Downloaded thread-id v5.0.0
8492026-03-02T21:33:00.381Z Downloaded slog-term v2.9.2
8502026-03-02T21:33:00.384Z Downloaded smallvec v0.6.14
8512026-03-02T21:33:00.387Z Downloaded slog-stdlog v4.1.1
8522026-03-02T21:33:00.389Z Downloaded tinyvec_macros v0.1.1
8532026-03-02T21:33:00.390Z Downloaded thiserror-impl-no-std v2.0.2
8542026-03-02T21:33:00.392Z Downloaded testing_table v0.3.0
8552026-03-02T21:33:00.392Z Downloaded termtree v0.5.1
8562026-03-02T21:33:00.395Z Downloaded static_assertions v1.1.0
8572026-03-02T21:33:00.399Z Downloaded sqlformat v0.3.5
8582026-03-02T21:33:00.403Z Downloaded spki v0.7.3
8592026-03-02T21:33:00.403Z Downloaded snafu-derive v0.8.5
8602026-03-02T21:33:00.406Z Downloaded ron v0.8.1
8612026-03-02T21:33:00.410Z Downloaded tagptr v0.2.0
8622026-03-02T21:33:00.413Z Downloaded itertools v0.10.5
8632026-03-02T21:33:00.417Z Downloaded time-core v0.1.8
8642026-03-02T21:33:00.421Z Downloaded stringprep v0.1.5
8652026-03-02T21:33:00.424Z Downloaded iddqd v0.3.16
8662026-03-02T21:33:00.428Z Downloaded termios v0.3.3
8672026-03-02T21:33:00.431Z Downloaded iri-string v0.7.8
8682026-03-02T21:33:00.437Z Downloaded strum_macros v0.26.4
8692026-03-02T21:33:00.440Z Downloaded signal-hook v0.3.18
8702026-03-02T21:33:00.443Z Downloaded topological-sort v0.2.2
8712026-03-02T21:33:00.446Z Downloaded thiserror-no-std v2.0.2
8722026-03-02T21:33:00.449Z Downloaded tokio-dtrace v0.1.0
8732026-03-02T21:33:00.453Z Downloaded strum_macros v0.27.2
8742026-03-02T21:33:00.459Z Downloaded tower-service v0.3.3
8752026-03-02T21:33:00.459Z Downloaded tower-layer v0.3.3
8762026-03-02T21:33:00.461Z Downloaded subprocess v0.2.9
8772026-03-02T21:33:00.461Z Downloaded strum_macros v0.24.3
8782026-03-02T21:33:00.464Z Downloaded schemars v0.8.22
8792026-03-02T21:33:00.474Z Downloaded socket2 v0.5.10
8802026-03-02T21:33:00.477Z Downloaded slog v2.8.2
8812026-03-02T21:33:00.481Z Downloaded rsa v0.9.8
8822026-03-02T21:33:00.485Z Downloaded qorb v0.4.1
8832026-03-02T21:33:00.489Z Downloaded try-lock v0.2.5
8842026-03-02T21:33:00.492Z Downloaded trait-variant v0.1.2
8852026-03-02T21:33:00.492Z Downloaded tokio-rustls v0.25.0
8862026-03-02T21:33:00.522Z Downloaded publicsuffix v2.3.0
8872026-03-02T21:33:00.522Z Downloaded untrusted v0.7.1
8882026-03-02T21:33:00.522Z Downloaded typify-macro v0.6.1
8892026-03-02T21:33:00.522Z Downloaded typify-macro v0.4.3
8902026-03-02T21:33:00.522Z Downloaded num-bigint-dig v0.8.6
8912026-03-02T21:33:00.522Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8922026-03-02T21:33:00.522Z Downloaded tls_codec v0.4.1
8932026-03-02T21:33:00.522Z Downloaded typify-macro v0.2.0
8942026-03-02T21:33:00.522Z Downloaded rustls-webpki v0.103.9
8952026-03-02T21:33:00.522Z Downloaded universal-hash v0.5.1
8962026-03-02T21:33:00.522Z Downloaded tls_codec_derive v0.4.1
8972026-03-02T21:33:00.522Z Downloaded usdt-macro v0.6.0
8982026-03-02T21:33:00.522Z Downloaded toml_writer v1.0.6+spec-1.1.0
8992026-03-02T21:33:00.522Z Downloaded futures-util v0.3.31
9002026-03-02T21:33:00.532Z Downloaded utf-8 v0.7.6
9012026-03-02T21:33:00.535Z Downloaded schemars v0.9.0
9022026-03-02T21:33:00.547Z Downloaded vte_generate_state_changes v0.1.2
9032026-03-02T21:33:00.550Z Downloaded void v1.0.2
9042026-03-02T21:33:00.550Z Downloaded tui-tree-widget v0.23.1
9052026-03-02T21:33:00.553Z Downloaded term v1.1.0
9062026-03-02T21:33:00.556Z Downloaded tokio-tungstenite v0.23.1
9072026-03-02T21:33:00.558Z Downloaded tokio-rustls v0.24.1
9082026-03-02T21:33:00.561Z Downloaded tokio-rustls v0.26.0
9092026-03-02T21:33:00.561Z Downloaded quinn v0.11.9
9102026-03-02T21:33:00.565Z Downloaded want v0.3.1
9112026-03-02T21:33:00.568Z Downloaded unarray v0.1.4
9122026-03-02T21:33:00.568Z Downloaded tokio-stream v0.1.17
9132026-03-02T21:33:00.572Z Downloaded xattr v1.3.1
9142026-03-02T21:33:00.575Z Downloaded wait-timeout v0.2.0
9152026-03-02T21:33:00.578Z Downloaded waitgroup v0.1.2
9162026-03-02T21:33:00.578Z Downloaded tracing-attributes v0.1.27
9172026-03-02T21:33:00.581Z Downloaded unicode-truncate v1.1.0
9182026-03-02T21:33:00.585Z Downloaded spin v0.9.8
9192026-03-02T21:33:00.588Z Downloaded usdt-impl v0.6.0
9202026-03-02T21:33:00.588Z Downloaded xshell-macros v0.2.7
9212026-03-02T21:33:00.588Z Downloaded test-strategy v0.4.3
9222026-03-02T21:33:00.592Z Downloaded rand v0.9.2
9232026-03-02T21:33:00.595Z Downloaded typify v0.2.0
9242026-03-02T21:33:00.598Z Downloaded zeroize_derive v1.4.2
9252026-03-02T21:33:00.601Z Downloaded unicase v2.8.1
9262026-03-02T21:33:00.603Z Downloaded blake3 v1.5.4
9272026-03-02T21:33:00.611Z Downloaded vergen-lib v0.1.6
9282026-03-02T21:33:00.615Z Downloaded uzers v0.12.1
9292026-03-02T21:33:00.615Z Downloaded twox-hash v2.1.0
9302026-03-02T21:33:00.618Z Downloaded vsss-rs v3.3.4
9312026-03-02T21:33:00.619Z Downloaded zone_cfg_derive v0.3.0
9322026-03-02T21:33:00.622Z Downloaded zone_cfg_derive v0.1.2
9332026-03-02T21:33:00.622Z Downloaded zone v0.3.1
9342026-03-02T21:33:00.622Z Downloaded zone v0.1.8
9352026-03-02T21:33:00.625Z Downloaded h2 v0.4.6
9362026-03-02T21:33:00.629Z Downloaded walkdir v2.5.0
9372026-03-02T21:33:00.632Z Downloaded vergen-gitcl v1.0.8
9382026-03-02T21:33:00.635Z Downloaded toml v0.7.8
9392026-03-02T21:33:00.640Z Downloaded wyz v0.5.1
9402026-03-02T21:33:00.640Z Downloaded itertools v0.13.0
9412026-03-02T21:33:00.644Z Downloaded xz2 v0.1.7
9422026-03-02T21:33:00.647Z Downloaded snafu v0.8.5
9432026-03-02T21:33:00.652Z Downloaded whoami v1.5.2
9442026-03-02T21:33:00.655Z Downloaded unicode-properties v0.1.3
9452026-03-02T21:33:00.658Z Downloaded xshell v0.2.7
9462026-03-02T21:33:00.660Z Downloaded schemars v1.0.4
9472026-03-02T21:33:00.672Z Downloaded vergen-git2 v1.0.7
9482026-03-02T21:33:00.675Z Downloaded value-bag v1.12.0
9492026-03-02T21:33:00.678Z Downloaded tracing-core v0.1.32
9502026-03-02T21:33:00.681Z Downloaded toml v0.9.11+spec-1.1.0
9512026-03-02T21:33:00.684Z Downloaded russh v0.45.0
9522026-03-02T21:33:00.690Z Downloaded typify v0.6.1
9532026-03-02T21:33:00.692Z Downloaded vergen v9.0.6
9542026-03-02T21:33:00.695Z Downloaded toml_parser v1.0.6+spec-1.1.0
9552026-03-02T21:33:00.702Z Downloaded tungstenite v0.21.0
9562026-03-02T21:33:00.705Z Downloaded serde_yaml v0.9.34+deprecated
9572026-03-02T21:33:00.705Z Downloaded samael v0.0.19
9582026-03-02T21:33:00.709Z Downloaded vte v0.11.1
9592026-03-02T21:33:00.712Z Downloaded p521 v0.13.3
9602026-03-02T21:33:00.715Z Downloaded hyper v1.8.1
9612026-03-02T21:33:00.721Z Downloaded zstd-safe v7.2.3
9622026-03-02T21:33:00.724Z Downloaded unicode-bidi v0.3.17
9632026-03-02T21:33:00.727Z Downloaded zeroize v1.8.1
9642026-03-02T21:33:00.727Z Downloaded typify v0.4.3
9652026-03-02T21:33:00.730Z Downloaded yasna v0.5.2
9662026-03-02T21:33:00.735Z Downloaded zerocopy v0.6.6
9672026-03-02T21:33:00.738Z Downloaded aws-lc-rs v1.16.0
9682026-03-02T21:33:00.745Z Downloaded tungstenite v0.23.0
9692026-03-02T21:33:00.747Z Downloaded git2 v0.20.2
9702026-03-02T21:33:00.755Z Downloaded tracing v0.1.40
9712026-03-02T21:33:00.760Z Downloaded rpassword v7.4.0
9722026-03-02T21:33:00.762Z Downloaded zstd v0.13.3
9732026-03-02T21:33:00.765Z Downloaded reedline v0.40.0
9742026-03-02T21:33:00.771Z Downloaded ssh-key v0.6.6
9752026-03-02T21:33:00.779Z Downloaded toml_edit v0.19.15
9762026-03-02T21:33:00.794Z Downloaded reqwest v0.12.28
9772026-03-02T21:33:00.799Z Downloaded rustyline v14.0.0
9782026-03-02T21:33:00.803Z Downloaded uuid v1.19.0
9792026-03-02T21:33:00.807Z Downloaded chrono v0.4.43
9802026-03-02T21:33:00.813Z Downloaded zopfli v0.8.1
9812026-03-02T21:33:00.818Z Downloaded unsafe-libyaml v0.2.11
9822026-03-02T21:33:00.820Z Downloaded yansi v1.0.1
9832026-03-02T21:33:00.824Z Downloaded unicode_categories v0.1.1
9842026-03-02T21:33:00.824Z Downloaded bitvec v1.0.1
9852026-03-02T21:33:00.837Z Downloaded zip v0.6.6
9862026-03-02T21:33:00.841Z Downloaded tokio-postgres v0.7.13
9872026-03-02T21:33:00.847Z Downloaded regex v1.12.3
9882026-03-02T21:33:00.851Z Downloaded steno v0.4.1
9892026-03-02T21:33:00.854Z Downloaded unicode-segmentation v1.12.0
9902026-03-02T21:33:00.858Z Downloaded rayon v1.10.0
9912026-03-02T21:33:00.866Z Downloaded zerocopy-derive v0.8.27
9922026-03-02T21:33:00.873Z Downloaded typed-path v0.9.3
9932026-03-02T21:33:00.879Z Downloaded salty v0.3.0
9942026-03-02T21:33:00.885Z Downloaded portable-atomic v1.11.0
9952026-03-02T21:33:00.892Z Downloaded x509-cert v0.2.5
9962026-03-02T21:33:00.898Z Downloaded p384 v0.13.1
9972026-03-02T21:33:00.902Z Downloaded quick-xml v0.37.2
9982026-03-02T21:33:00.908Z Downloaded tower v0.5.2
9992026-03-02T21:33:00.916Z Downloaded reqwest v0.13.2
10002026-03-02T21:33:00.922Z Downloaded unicode-normalization v0.1.24
10012026-03-02T21:33:00.926Z Downloaded tough v0.20.0
10022026-03-02T21:33:00.935Z Downloaded tokio-util v0.7.15
10032026-03-02T21:33:00.942Z Downloaded lalrpop v0.19.12
10042026-03-02T21:33:00.951Z Downloaded rustls-webpki v0.102.8
10052026-03-02T21:33:00.969Z Downloaded tower-http v0.6.8
10062026-03-02T21:33:00.976Z Downloaded openssl v0.10.73
10072026-03-02T21:33:00.986Z Downloaded petname v2.0.2
10082026-03-02T21:33:00.989Z Downloaded gimli v0.31.1
10092026-03-02T21:33:00.997Z Downloaded zip v4.2.0
10102026-03-02T21:33:01.001Z Downloaded nix v0.27.1
10112026-03-02T21:33:01.010Z Downloaded serde_with v3.16.1
10122026-03-02T21:33:01.023Z Downloaded polar-core v0.27.3
10132026-03-02T21:33:01.031Z Downloaded winnow v0.5.40
10142026-03-02T21:33:01.037Z Downloaded winnow v0.6.26
10152026-03-02T21:33:01.046Z Downloaded radix_trie v0.2.1
10162026-03-02T21:33:01.050Z Downloaded nix v0.29.0
10172026-03-02T21:33:01.061Z Downloaded quinn-proto v0.11.13
10182026-03-02T21:33:01.068Z Downloaded smoltcp v0.9.1
10192026-03-02T21:33:01.077Z Downloaded regex-syntax v0.6.29
10202026-03-02T21:33:01.084Z Downloaded object v0.37.3
10212026-03-02T21:33:01.095Z Downloaded nix v0.30.1
10222026-03-02T21:33:01.105Z Downloaded zlib-rs v0.5.1
10232026-03-02T21:33:01.110Z Downloaded rustls v0.21.12
10242026-03-02T21:33:01.120Z Downloaded openapiv3 v2.2.0
10252026-03-02T21:33:01.131Z Downloaded hickory-proto v0.25.2
10262026-03-02T21:33:01.145Z Downloaded time v0.3.47
10272026-03-02T21:33:01.158Z Downloaded tabled v0.20.0
10282026-03-02T21:33:01.173Z Downloaded vcpkg v0.2.15
10292026-03-02T21:33:01.210Z Downloaded webpki-roots v1.0.1
10302026-03-02T21:33:01.213Z Downloaded hickory-proto v0.24.4
10312026-03-02T21:33:01.226Z Downloaded bstr v1.10.0
10322026-03-02T21:33:01.235Z Downloaded tabled v0.18.0
10332026-03-02T21:33:01.252Z Downloaded regress v0.10.5
10342026-03-02T21:33:01.259Z Downloaded smoltcp v0.11.0
10352026-03-02T21:33:01.272Z Downloaded zerocopy v0.8.27
10362026-03-02T21:33:01.292Z Downloaded regex-syntax v0.8.5
10372026-03-02T21:33:01.298Z Downloaded rustls v0.22.4
10382026-03-02T21:33:01.311Z Downloaded sled v0.34.7
10392026-03-02T21:33:01.320Z Downloaded rustls v0.23.37
10402026-03-02T21:33:01.331Z Downloaded typify-impl v0.6.1
10412026-03-02T21:33:01.343Z Downloaded ratatui v0.29.0
10422026-03-02T21:33:01.361Z Downloaded csv v1.3.1
10432026-03-02T21:33:01.380Z Downloaded sqlparser v0.61.0
10442026-03-02T21:33:01.387Z Downloaded regex-automata v0.4.14
10452026-03-02T21:33:01.400Z Downloaded typify-impl v0.4.3
10462026-03-02T21:33:01.412Z Downloaded typify-impl v0.2.0
10472026-03-02T21:33:01.425Z Downloaded jiff v0.2.15
10482026-03-02T21:33:01.439Z Downloaded object v0.36.5
10492026-03-02T21:33:01.449Z Downloaded diesel v2.2.12
10502026-03-02T21:33:01.465Z Downloaded nix v0.28.0
10512026-03-02T21:33:01.475Z Downloaded lzma-sys v0.1.20
10522026-03-02T21:33:01.501Z Downloaded bzip2-sys v0.1.13+1.0.8
10532026-03-02T21:33:01.511Z Downloaded zerocopy-derive v0.6.6
10542026-03-02T21:33:01.523Z Downloaded dropshot v0.16.7
10552026-03-02T21:33:01.539Z Downloaded moka v0.12.10
10562026-03-02T21:33:01.548Z Downloaded curve25519-dalek v4.1.3
10572026-03-02T21:33:01.554Z Downloaded proptest v1.7.0
10582026-03-02T21:33:01.563Z Downloaded libz-sys v1.1.20
10592026-03-02T21:33:01.582Z Downloaded petgraph v0.6.5
10602026-03-02T21:33:01.597Z Downloaded object v0.30.4
10612026-03-02T21:33:01.604Z Downloaded sha3 v0.10.8
10622026-03-02T21:33:01.609Z Downloaded chrono-tz v0.10.4
10632026-03-02T21:33:01.624Z Downloaded goblin v0.10.2
10642026-03-02T21:33:01.631Z Downloaded petgraph v0.8.2
10652026-03-02T21:33:01.648Z Downloaded bindgen v0.71.1
10662026-03-02T21:33:01.653Z Downloaded rustls-webpki v0.101.7
10672026-03-02T21:33:01.666Z Downloaded tar v0.4.44
10682026-03-02T21:33:01.669Z Downloaded libxml v0.3.3
10692026-03-02T21:33:01.673Z Downloaded socket2 v0.6.1
10702026-03-02T21:33:01.676Z Downloaded itertools v0.12.1
10712026-03-02T21:33:01.681Z Downloaded hkdf v0.12.4
10722026-03-02T21:33:01.684Z Downloaded hashbrown v0.15.4
10732026-03-02T21:33:01.688Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10742026-03-02T21:33:01.708Z Downloaded tokio-tungstenite v0.21.0
10752026-03-02T21:33:01.711Z Downloaded term v0.7.0
10762026-03-02T21:33:01.711Z Downloaded tokio v1.49.0
10772026-03-02T21:33:01.743Z Downloaded mio v1.0.2
10782026-03-02T21:33:01.748Z Downloaded usdt-attr-macro v0.6.0
10792026-03-02T21:33:01.751Z Downloaded usdt v0.6.0
10802026-03-02T21:33:01.751Z Downloaded untrusted v0.9.0
10812026-03-02T21:33:01.751Z Downloaded unit-prefix v0.5.1
10822026-03-02T21:33:01.757Z Downloaded tokio-native-tls v0.3.1
10832026-03-02T21:33:01.757Z Downloaded tokio-macros v2.6.0
10842026-03-02T21:33:01.757Z Downloaded encoding_rs v0.8.34
10852026-03-02T21:33:01.772Z Downloaded similar v2.7.0
10862026-03-02T21:33:01.776Z Downloaded tinyvec v1.8.0
10872026-03-02T21:33:01.779Z Downloaded rustls-platform-verifier v0.6.2
10882026-03-02T21:33:01.782Z Downloaded tiny-keccak v2.0.2
10892026-03-02T21:33:01.786Z Downloaded time-macros v0.2.27
10902026-03-02T21:33:01.786Z Downloaded rand v0.8.5
10912026-03-02T21:33:01.789Z Downloaded itertools v0.14.0
10922026-03-02T21:33:01.795Z Downloaded num-bigint v0.4.6
10932026-03-02T21:33:01.799Z Downloaded nom v7.1.3
10942026-03-02T21:33:01.804Z Downloaded support-bundle-viewer v0.1.2
10952026-03-02T21:33:01.807Z Downloaded slog-json v2.6.1
10962026-03-02T21:33:01.807Z Downloaded stacker v0.1.23
10972026-03-02T21:33:01.809Z Downloaded take_mut v0.2.2
10982026-03-02T21:33:01.810Z Downloaded sync-ptr v0.1.4
10992026-03-02T21:33:01.810Z Downloaded supports-color v3.0.2
11002026-03-02T21:33:01.812Z Downloaded russh-keys v0.45.0
11012026-03-02T21:33:01.813Z Downloaded rustls-pki-types v1.14.0
11022026-03-02T21:33:01.815Z Downloaded sync_wrapper v1.0.1
11032026-03-02T21:33:01.815Z Downloaded smf v0.2.3
11042026-03-02T21:33:01.818Z Downloaded slog-dtrace v0.3.0
11052026-03-02T21:33:01.818Z Downloaded signal-hook-registry v1.4.2
11062026-03-02T21:33:01.818Z Downloaded serde_cbor v0.11.2
11072026-03-02T21:33:01.821Z Downloaded structmeta-derive v0.3.0
11082026-03-02T21:33:01.821Z Downloaded ssh-encoding v0.2.0
11092026-03-02T21:33:01.826Z Downloaded strum v0.26.3
11102026-03-02T21:33:01.826Z Downloaded strip-ansi-escapes v0.2.0
11112026-03-02T21:33:01.826Z Downloaded aho-corasick v1.1.3
11122026-03-02T21:33:01.829Z Downloaded serde_spanned v1.0.4
11132026-03-02T21:33:01.833Z Downloaded openssl-sys v0.9.109
11142026-03-02T21:33:01.835Z Downloaded rusty-fork v0.3.0
11152026-03-02T21:33:01.835Z Downloaded rustls-native-certs v0.8.1
11162026-03-02T21:33:01.838Z Downloaded hickory-server v0.25.2
11172026-03-02T21:33:01.841Z Downloaded scrypt v0.11.0
11182026-03-02T21:33:01.844Z Downloaded hickory-resolver v0.24.4
11192026-03-02T21:33:01.846Z Downloaded scopeguard v1.2.0
11202026-03-02T21:33:01.846Z Downloaded rustc-demangle v0.1.24
11212026-03-02T21:33:01.850Z Downloaded psm v0.1.30
11222026-03-02T21:33:01.853Z Downloaded pin-project v1.1.6
11232026-03-02T21:33:01.860Z Downloaded omicron-zone-package v0.12.2
11242026-03-02T21:33:01.863Z Downloaded recursive v0.1.1
11252026-03-02T21:33:01.866Z Downloaded rand_seeder v0.4.0
11262026-03-02T21:33:01.866Z Downloaded rand_core v0.9.3
11272026-03-02T21:33:01.869Z Downloaded rand_core v0.6.4
11282026-03-02T21:33:01.869Z Downloaded postgres-types v0.2.9
11292026-03-02T21:33:01.872Z Downloaded miniz_oxide v0.8.5
11302026-03-02T21:33:01.872Z Downloaded r2d2 v0.8.10
11312026-03-02T21:33:01.875Z Downloaded quinn-udp v0.5.5
11322026-03-02T21:33:01.875Z Downloaded hashbrown v0.12.3
11332026-03-02T21:33:01.878Z Downloaded p256 v0.13.2
11342026-03-02T21:33:01.881Z Downloaded ed25519-dalek v2.1.1
11352026-03-02T21:33:01.883Z Downloaded rtoolbox v0.0.2
11362026-03-02T21:33:01.886Z Downloaded ref-cast v1.0.25
11372026-03-02T21:33:01.886Z Downloaded ring v0.17.14
11382026-03-02T21:33:01.923Z Downloaded expectorate v1.2.0
11392026-03-02T21:33:01.926Z Downloaded proc-macro-error2 v2.0.1
11402026-03-02T21:33:01.928Z Downloaded parking_lot_core v0.9.10
11412026-03-02T21:33:01.931Z Downloaded pin-project-lite v0.2.14
11422026-03-02T21:33:01.934Z Downloaded jiff-static v0.2.15
11432026-03-02T21:33:01.937Z Downloaded bumpalo v3.16.0
11442026-03-02T21:33:01.940Z Downloaded phf v0.11.2
11452026-03-02T21:33:01.940Z Downloaded indicatif v0.18.0
11462026-03-02T21:33:01.943Z Downloaded indicatif v0.17.11
11472026-03-02T21:33:01.945Z Downloaded progenitor-macro v0.13.0
11482026-03-02T21:33:01.948Z Downloaded progenitor-macro v0.11.2
11492026-03-02T21:33:01.948Z Downloaded pin-project-internal v1.1.6
11502026-03-02T21:33:01.948Z Downloaded phf v0.12.1
11512026-03-02T21:33:01.952Z Downloaded peg-macros v0.8.5
11522026-03-02T21:33:01.952Z Downloaded num-integer v0.1.46
11532026-03-02T21:33:01.956Z Downloaded pem-rfc7468 v0.7.0
11542026-03-02T21:33:01.957Z Downloaded pem v3.0.5
11552026-03-02T21:33:01.957Z Downloaded libz-rs-sys v0.5.1
11562026-03-02T21:33:01.960Z Downloaded progenitor-client v0.10.0
11572026-03-02T21:33:01.960Z Downloaded peg v0.8.5
11582026-03-02T21:33:01.962Z Downloaded paste v1.0.15
11592026-03-02T21:33:01.962Z Downloaded parse-display-derive v0.10.0
11602026-03-02T21:33:01.965Z Downloaded litrs v0.4.1
11612026-03-02T21:33:01.968Z Downloaded headers v0.4.1
11622026-03-02T21:33:01.970Z Downloaded predicates-core v1.0.8
11632026-03-02T21:33:01.973Z Downloaded flate2 v1.1.2
11642026-03-02T21:33:01.976Z Downloaded dropshot-api-manager v0.5.2
11652026-03-02T21:33:01.981Z Downloaded libgit2-sys v0.18.2+1.9.1
11662026-03-02T21:33:02.027Z Downloaded const_format v0.2.34
11672026-03-02T21:33:02.030Z Downloaded nu-ansi-term v0.50.1
11682026-03-02T21:33:02.033Z Downloaded half v2.4.1
11692026-03-02T21:33:02.036Z Downloaded compact_str v0.8.0
11702026-03-02T21:33:02.039Z Downloaded base64 v0.22.1
11712026-03-02T21:33:02.042Z Downloaded parse-size v1.1.0
11722026-03-02T21:33:02.042Z Downloaded bytes v1.11.1
11732026-03-02T21:33:02.045Z Downloaded flume v0.11.1
11742026-03-02T21:33:02.048Z Downloaded lock_api v0.4.12
11752026-03-02T21:33:02.050Z Downloaded httparse v1.9.5
11762026-03-02T21:33:02.051Z Downloaded half v1.8.3
11772026-03-02T21:33:02.053Z Downloaded oso-derive v0.27.3
11782026-03-02T21:33:02.053Z Downloaded openssl-macros v0.1.1
11792026-03-02T21:33:02.054Z Downloaded libefi-sys v0.1.0
11802026-03-02T21:33:02.056Z Downloaded hmac v0.12.1
11812026-03-02T21:33:02.056Z Downloaded lru v0.12.5
11822026-03-02T21:33:02.056Z Downloaded elliptic-curve v0.13.8
11832026-03-02T21:33:02.059Z Downloaded iana-time-zone v0.1.63
11842026-03-02T21:33:02.062Z Downloaded olpc-cjson v0.1.4
11852026-03-02T21:33:02.062Z Downloaded num_threads v0.1.7
11862026-03-02T21:33:02.066Z Downloaded num_enum_derive v0.5.11
11872026-03-02T21:33:02.066Z Downloaded num-iter v0.1.45
11882026-03-02T21:33:02.066Z Downloaded num-conv v0.2.0
11892026-03-02T21:33:02.069Z Downloaded aes-gcm v0.10.3
11902026-03-02T21:33:02.069Z Downloaded ingot-types v0.1.2
11912026-03-02T21:33:02.071Z Downloaded newtype-uuid-macros v0.1.0
11922026-03-02T21:33:02.071Z Downloaded libloading v0.8.5
11932026-03-02T21:33:02.076Z Downloaded num v0.4.3
11942026-03-02T21:33:02.076Z Downloaded nodrop v0.1.14
11952026-03-02T21:33:02.076Z Downloaded colored v2.2.0
11962026-03-02T21:33:02.078Z Downloaded allocator-api2 v0.2.21
11972026-03-02T21:33:02.078Z Downloaded indoc v2.0.6
11982026-03-02T21:33:02.081Z Downloaded arc-swap v1.7.1
11992026-03-02T21:33:02.084Z Downloaded maplit v1.0.2
12002026-03-02T21:33:02.084Z Downloaded managed v0.8.0
12012026-03-02T21:33:02.087Z Downloaded linked-hash-map v0.5.6
12022026-03-02T21:33:02.087Z Downloaded libsw-core v0.3.1
12032026-03-02T21:33:02.087Z Downloaded hubpack_derive v0.1.1
12042026-03-02T21:33:02.090Z Downloaded env_logger v0.11.8
12052026-03-02T21:33:02.090Z Downloaded derive-where v1.5.0
12062026-03-02T21:33:02.093Z Downloaded getrandom v0.2.15
12072026-03-02T21:33:02.096Z Downloaded fatfs v0.3.6
12082026-03-02T21:33:02.099Z Downloaded derive_more v0.99.20
12092026-03-02T21:33:02.102Z Downloaded crc32fast v1.4.2
12102026-03-02T21:33:02.102Z Downloaded cookie_store v0.22.1
12112026-03-02T21:33:02.105Z Downloaded cassowary v0.3.0
12122026-03-02T21:33:02.105Z Downloaded md5 v0.7.0
12132026-03-02T21:33:02.145Z Downloaded md-5 v0.10.6
12142026-03-02T21:33:02.145Z Downloaded match_cfg v0.1.0
12152026-03-02T21:33:02.145Z Downloaded lazy_static v1.5.0
12162026-03-02T21:33:02.145Z Downloaded lalrpop-util v0.19.12
12172026-03-02T21:33:02.145Z Downloaded kstat-rs v0.2.4
12182026-03-02T21:33:02.145Z Downloaded keccak v0.1.5
12192026-03-02T21:33:02.145Z Downloaded maybe-uninit v2.0.0
12202026-03-02T21:33:02.145Z Downloaded lzss v0.8.2
12212026-03-02T21:33:02.145Z Downloaded console v0.15.10
12222026-03-02T21:33:02.146Z Downloaded instability v0.3.2
12232026-03-02T21:33:02.146Z Downloaded ingot v0.1.1
12242026-03-02T21:33:02.146Z Downloaded bzip2 v0.5.2
12252026-03-02T21:33:02.146Z Downloaded const-oid v0.9.6
12262026-03-02T21:33:02.146Z Downloaded futures v0.3.31
12272026-03-02T21:33:02.146Z Downloaded crossbeam-utils v0.8.21
12282026-03-02T21:33:02.146Z Downloaded buf-list v1.0.3
12292026-03-02T21:33:02.146Z Downloaded cexpr v0.6.0
12302026-03-02T21:33:02.146Z Downloaded blake2 v0.10.6
12312026-03-02T21:33:02.146Z Downloaded bit-vec v0.8.0
12322026-03-02T21:33:02.146Z Downloaded des v0.8.1
12332026-03-02T21:33:02.146Z Downloaded derive_builder v0.20.2
12342026-03-02T21:33:02.146Z Downloaded console v0.16.0
12352026-03-02T21:33:02.150Z Downloaded colored v3.0.0
12362026-03-02T21:33:02.150Z Downloaded clang-sys v1.8.1
12372026-03-02T21:33:02.150Z Downloaded ar_archive_writer v0.5.1
12382026-03-02T21:33:02.150Z Downloaded backtrace v0.3.74
12392026-03-02T21:33:02.152Z Downloaded instant v0.1.13
12402026-03-02T21:33:02.152Z Downloaded indoc v1.0.9
12412026-03-02T21:33:02.155Z Downloaded cancel-safe-futures v0.1.5
12422026-03-02T21:33:02.158Z Downloaded glob v0.3.2
12432026-03-02T21:33:02.159Z Downloaded git-stub-vcs v0.1.0
12442026-03-02T21:33:02.161Z Downloaded fs_extra v1.3.0
12452026-03-02T21:33:02.161Z Downloaded fixedbitset v0.5.7
12462026-03-02T21:33:02.164Z Downloaded find-msvc-tools v0.1.9
12472026-03-02T21:33:02.164Z Downloaded der v0.7.10
12482026-03-02T21:33:02.167Z Downloaded bitflags v1.3.2
12492026-03-02T21:33:02.170Z Downloaded bb8 v0.8.5
12502026-03-02T21:33:02.170Z Downloaded hyper-tls v0.6.0
12512026-03-02T21:33:02.173Z Downloaded globset v0.4.15
12522026-03-02T21:33:02.173Z Downloaded futures-executor v0.3.31
12532026-03-02T21:33:02.177Z Downloaded futures-channel v0.3.31
12542026-03-02T21:33:02.177Z Downloaded critical-section v1.1.3
12552026-03-02T21:33:02.177Z Downloaded corncobs v0.1.4
12562026-03-02T21:33:02.180Z Downloaded chacha20 v0.9.1
12572026-03-02T21:33:02.180Z Downloaded bitfield-struct v0.6.2
12582026-03-02T21:33:02.180Z Downloaded httpdate v1.0.3
12592026-03-02T21:33:02.183Z Downloaded erased-serde v0.3.31
12602026-03-02T21:33:02.183Z Downloaded diff v0.1.13
12612026-03-02T21:33:02.186Z Downloaded derive-ex v0.1.8
12622026-03-02T21:33:02.186Z Downloaded darling v0.21.0
12632026-03-02T21:33:02.189Z Downloaded blowfish v0.9.1
12642026-03-02T21:33:02.192Z Downloaded hostname v0.4.2
12652026-03-02T21:33:02.192Z Downloaded hex-literal v0.4.1
12662026-03-02T21:33:02.195Z Downloaded hostname v0.3.1
12672026-03-02T21:33:02.195Z Downloaded hex v0.4.3
12682026-03-02T21:33:02.195Z Downloaded heck v0.3.3
12692026-03-02T21:33:02.198Z Downloaded hash32 v0.2.1
12702026-03-02T21:33:02.198Z Downloaded diesel-dtrace v0.4.2
12712026-03-02T21:33:02.198Z Downloaded daft v0.1.4
12722026-03-02T21:33:02.201Z Downloaded csv-core v0.1.11
12732026-03-02T21:33:02.201Z Downloaded aes v0.8.4
12742026-03-02T21:33:02.204Z Downloaded filetime v0.2.26
12752026-03-02T21:33:02.207Z Downloaded ed25519 v2.2.3
12762026-03-02T21:33:02.207Z Downloaded drift v0.1.3
12772026-03-02T21:33:02.211Z Downloaded ctr v0.9.2
12782026-03-02T21:33:02.213Z Downloaded cc v1.2.56
12792026-03-02T21:33:02.216Z Downloaded camino-tempfile-ext v0.3.2
12802026-03-02T21:33:02.216Z Downloaded either v1.15.0
12812026-03-02T21:33:02.219Z Downloaded dsl_auto_type v0.1.2
12822026-03-02T21:33:02.219Z Downloaded deranged v0.5.3
12832026-03-02T21:33:02.222Z Downloaded data-encoding v2.9.0
12842026-03-02T21:33:02.222Z Downloaded convert_case v0.7.1
12852026-03-02T21:33:02.222Z Downloaded const_format_proc_macros v0.2.34
12862026-03-02T21:33:02.225Z Downloaded cargo_metadata v0.19.2
12872026-03-02T21:33:02.225Z Downloaded bitfield v0.19.2
12882026-03-02T21:33:02.228Z Downloaded gethostname v0.5.0
12892026-03-02T21:33:02.228Z Downloaded cmake v0.1.57
12902026-03-02T21:33:02.228Z Downloaded argon2 v0.5.3
12912026-03-02T21:33:02.231Z Downloaded globwalk v0.9.1
12922026-03-02T21:33:02.231Z Downloaded git-stub v1.0.0
12932026-03-02T21:33:02.234Z Downloaded futures-task v0.3.31
12942026-03-02T21:33:02.234Z Downloaded futures-sink v0.3.31
12952026-03-02T21:33:02.234Z Downloaded futures-io v0.3.31
12962026-03-02T21:33:02.234Z Downloaded derive_more v2.0.1
12972026-03-02T21:33:02.240Z Downloaded defmt v0.3.8
12982026-03-02T21:33:02.243Z Downloaded cookie v0.18.1
12992026-03-02T21:33:02.246Z Downloaded cipher v0.4.4
13002026-03-02T21:33:02.246Z Downloaded base64ct v1.6.0
13012026-03-02T21:33:02.249Z Downloaded foldhash v0.2.0
13022026-03-02T21:33:02.249Z Downloaded ena v0.14.3
13032026-03-02T21:33:02.252Z Downloaded derive_more-impl v2.0.1
13042026-03-02T21:33:02.255Z Downloaded bit-set v0.8.0
13052026-03-02T21:33:02.258Z Downloaded bit-set v0.5.3
13062026-03-02T21:33:02.258Z Downloaded foreign-types-shared v0.1.1
13072026-03-02T21:33:02.258Z Downloaded foreign-types v0.3.2
13082026-03-02T21:33:02.258Z Downloaded dropshot-api-manager-types v0.5.2
13092026-03-02T21:33:02.258Z Downloaded dof v0.4.0
13102026-03-02T21:33:02.261Z Downloaded crc-catalog v2.4.0
13112026-03-02T21:33:02.261Z Downloaded dtrace-parser v0.3.0
13122026-03-02T21:33:02.261Z Downloaded block-padding v0.3.3
13132026-03-02T21:33:02.264Z Downloaded bcrypt-pbkdf v0.10.0
13142026-03-02T21:33:02.264Z Downloaded base16ct v0.2.0
13152026-03-02T21:33:02.264Z Downloaded endian-type v0.1.2
13162026-03-02T21:33:02.264Z Downloaded dunce v1.0.5
13172026-03-02T21:33:02.268Z Downloaded crucible-workspace-hack v0.1.0
13182026-03-02T21:33:02.268Z Downloaded curve25519-dalek-derive v0.1.1
13192026-03-02T21:33:02.268Z Downloaded chacha20poly1305 v0.10.1
13202026-03-02T21:33:02.268Z Downloaded bit-vec v0.6.3
13212026-03-02T21:33:02.271Z Downloaded foreign-types-shared v0.3.1
13222026-03-02T21:33:02.271Z Downloaded fixedbitset v0.4.2
13232026-03-02T21:33:02.272Z Downloaded dirs-next v2.0.0
13242026-03-02T21:33:02.272Z Downloaded crc8 v0.1.1
13252026-03-02T21:33:02.272Z Downloaded ciborium-io v0.2.2
13262026-03-02T21:33:02.277Z Downloaded cfg_aliases v0.1.1
13272026-03-02T21:33:02.277Z Downloaded bitfield-macros v0.19.2
13282026-03-02T21:33:02.277Z Downloaded embedded-io v0.4.0
13292026-03-02T21:33:02.277Z Downloaded env_filter v0.1.2
13302026-03-02T21:33:02.277Z Downloaded dyn-clone v1.0.20
13312026-03-02T21:33:02.278Z Downloaded darling_macro v0.20.10
13322026-03-02T21:33:02.278Z Downloaded arrayvec v0.7.6
13332026-03-02T21:33:02.281Z Downloaded difflib v0.4.0
13342026-03-02T21:33:02.281Z Downloaded defmt-parser v0.3.4
13352026-03-02T21:33:02.281Z Downloaded crossbeam-channel v0.5.15
13362026-03-02T21:33:02.284Z Downloaded convert_case v0.4.0
13372026-03-02T21:33:02.284Z Downloaded cfg_aliases v0.2.1
13382026-03-02T21:33:02.287Z Downloaded castaway v0.2.3
13392026-03-02T21:33:02.287Z Downloaded async-recursion v1.1.1
13402026-03-02T21:33:02.290Z Downloaded debug-ignore v1.0.5
13412026-03-02T21:33:02.290Z Downloaded backon v1.6.0
13422026-03-02T21:33:02.295Z Downloaded async-trait v0.1.89
13432026-03-02T21:33:02.299Z Downloaded derive_builder_macro v0.20.2
13442026-03-02T21:33:02.299Z Downloaded atty v0.2.14
13452026-03-02T21:33:02.299Z Downloaded ascii-canvas v3.0.0
13462026-03-02T21:33:02.299Z Downloaded array-init v0.0.4
13472026-03-02T21:33:02.299Z Downloaded ahash v0.8.12
13482026-03-02T21:33:02.306Z Downloaded addr2line v0.24.2
13492026-03-02T21:33:02.306Z Downloaded dropshot_endpoint v0.16.7
13502026-03-02T21:33:02.306Z Downloaded display-error-chain v0.2.2
13512026-03-02T21:33:02.309Z Downloaded cstr-argument v0.1.2
13522026-03-02T21:33:02.309Z Downloaded crossbeam-deque v0.8.5
13532026-03-02T21:33:02.309Z Downloaded bcs v0.1.6
13542026-03-02T21:33:02.309Z Downloaded assert_matches v1.5.0
13552026-03-02T21:33:02.309Z Downloaded darling_core v0.20.10
13562026-03-02T21:33:02.313Z Downloaded atomicwrites v0.4.4
13572026-03-02T21:33:02.665Z Downloaded aws-lc-sys v0.37.1
13582026-03-02T21:33:03.008Z Compiling find-msvc-tools v0.1.9
13592026-03-02T21:33:03.011Z Compiling value-bag v1.12.0
13602026-03-02T21:33:03.011Z Compiling shlex v1.3.0
13612026-03-02T21:33:03.011Z Compiling smallvec v1.15.1
13622026-03-02T21:33:03.011Z Compiling typenum v1.17.0
13632026-03-02T21:33:03.011Z Compiling syn v2.0.117
13642026-03-02T21:33:03.179Z Compiling getrandom v0.2.15
13652026-03-02T21:33:03.181Z Compiling jobserver v0.1.32
13662026-03-02T21:33:03.589Z Compiling log v0.4.29
13672026-03-02T21:33:03.593Z Compiling rand_core v0.6.4
13682026-03-02T21:33:03.646Z Compiling cc v1.2.56
13692026-03-02T21:33:03.653Z Compiling generic-array v0.14.7
13702026-03-02T21:33:03.713Z Compiling lock_api v0.4.12
13712026-03-02T21:33:03.979Z Compiling subtle v2.6.1
13722026-03-02T21:33:04.073Z Compiling scopeguard v1.2.0
13732026-03-02T21:33:04.110Z Compiling portable-atomic v1.11.0
13742026-03-02T21:33:04.233Z Compiling critical-section v1.1.3
13752026-03-02T21:33:04.324Z Compiling const-oid v0.9.6
13762026-03-02T21:33:04.365Z Compiling serde_json v1.0.149
13772026-03-02T21:33:04.395Z Compiling pin-project-lite v0.2.14
13782026-03-02T21:33:04.540Z Compiling pkg-config v0.3.31
13792026-03-02T21:33:04.644Z Compiling parking_lot_core v0.9.10
13802026-03-02T21:33:04.897Z Compiling getrandom v0.3.4
13812026-03-02T21:33:05.994Z Compiling signal-hook-registry v1.4.2
13822026-03-02T21:33:06.257Z Compiling allocator-api2 v0.2.21
13832026-03-02T21:33:06.555Z Compiling once_cell v1.21.3
13842026-03-02T21:33:06.605Z Compiling libm v0.2.8
13852026-03-02T21:33:06.723Z Compiling parking_lot v0.12.3
13862026-03-02T21:33:06.788Z Compiling mio v1.0.2
13872026-03-02T21:33:06.965Z Compiling num-traits v0.2.19
13882026-03-02T21:33:06.988Z Compiling futures-core v0.3.32
13892026-03-02T21:33:07.275Z Compiling percent-encoding v2.3.2
13902026-03-02T21:33:07.448Z Compiling socket2 v0.6.1
13912026-03-02T21:33:07.524Z Compiling slab v0.4.9
13922026-03-02T21:33:07.592Z Compiling foldhash v0.2.0
13932026-03-02T21:33:07.638Z Compiling cpufeatures v0.2.14
13942026-03-02T21:33:07.763Z Compiling futures-sink v0.3.31
13952026-03-02T21:33:07.873Z Compiling hashbrown v0.16.1
13962026-03-02T21:33:07.947Z Compiling futures-channel v0.3.31
13972026-03-02T21:33:08.219Z Compiling pin-utils v0.1.0
13982026-03-02T21:33:08.339Z Compiling futures-task v0.3.31
13992026-03-02T21:33:08.361Z Compiling futures-io v0.3.31
14002026-03-02T21:33:08.382Z Compiling rustversion v1.0.22
14012026-03-02T21:33:08.385Z Compiling form_urlencoded v1.2.2
14022026-03-02T21:33:08.385Z Compiling cmake v0.1.57
14032026-03-02T21:33:08.647Z Compiling fs_extra v1.3.0
14042026-03-02T21:33:08.670Z Compiling base64ct v1.6.0
14052026-03-02T21:33:08.718Z Compiling dunce v1.0.5
14062026-03-02T21:33:08.874Z Compiling ident_case v1.0.1
14072026-03-02T21:33:09.066Z Compiling foldhash v0.1.5
14082026-03-02T21:33:09.159Z Compiling indexmap v2.13.0
14092026-03-02T21:33:09.192Z Compiling pem-rfc7468 v0.7.0
14102026-03-02T21:33:09.249Z Compiling flagset v0.4.6
14112026-03-02T21:33:09.297Z Compiling aws-lc-sys v0.37.1
14122026-03-02T21:33:09.406Z Compiling hashbrown v0.15.4
14132026-03-02T21:33:09.506Z Compiling rand_core v0.9.3
14142026-03-02T21:33:09.724Z Compiling iana-time-zone v0.1.63
14152026-03-02T21:33:09.901Z Compiling ring v0.17.14
14162026-03-02T21:33:10.065Z Compiling rustc_version v0.4.1
14172026-03-02T21:33:10.115Z Compiling uuid v1.19.0
14182026-03-02T21:33:10.474Z Compiling spin v0.9.8
14192026-03-02T21:33:10.668Z Compiling aws-lc-rs v1.16.0
14202026-03-02T21:33:10.716Z Compiling vcpkg v0.2.15
14212026-03-02T21:33:10.743Z Compiling regex-syntax v0.8.5
14222026-03-02T21:33:10.857Z Compiling synstructure v0.13.1
14232026-03-02T21:33:10.972Z Compiling zerocopy v0.8.27
14242026-03-02T21:33:11.622Z Compiling tracing-core v0.1.32
14252026-03-02T21:33:11.856Z Compiling serde_derive_internals v0.29.1
14262026-03-02T21:33:12.158Z Compiling rustix v0.38.37
14272026-03-02T21:33:12.300Z Compiling openssl-sys v0.9.109
14282026-03-02T21:33:12.771Z Compiling openssl-probe v0.1.5
14292026-03-02T21:33:12.812Z Compiling schemars v0.8.22
14302026-03-02T21:33:13.083Z Compiling untrusted v0.7.1
14312026-03-02T21:33:13.180Z Compiling rustix v1.1.3
14322026-03-02T21:33:13.276Z Compiling httparse v1.9.5
14332026-03-02T21:33:13.456Z Compiling base64 v0.22.1
14342026-03-02T21:33:13.863Z Compiling untrusted v0.9.0
14352026-03-02T21:33:13.940Z Compiling adler2 v2.0.0
14362026-03-02T21:33:14.110Z Compiling miniz_oxide v0.8.5
14372026-03-02T21:33:14.157Z Compiling darling_core v0.20.10
14382026-03-02T21:33:14.270Z Compiling atomic-waker v1.1.2
14392026-03-02T21:33:14.358Z Compiling dyn-clone v1.0.20
14402026-03-02T21:33:14.453Z Compiling tinyvec_macros v0.1.1
14412026-03-02T21:33:14.567Z Compiling tower-service v0.3.3
14422026-03-02T21:33:14.588Z Compiling rustls v0.23.37
14432026-03-02T21:33:14.766Z Compiling tower-layer v0.3.3
14442026-03-02T21:33:14.948Z Compiling try-lock v0.2.5
14452026-03-02T21:33:15.092Z Compiling want v0.3.1
14462026-03-02T21:33:15.120Z Compiling tinyvec v1.8.0
14472026-03-02T21:33:15.340Z Compiling serde_derive v1.0.228
14482026-03-02T21:33:15.375Z Compiling zeroize_derive v1.4.2
14492026-03-02T21:33:15.421Z Compiling zerofrom-derive v0.1.4
14502026-03-02T21:33:16.284Z Compiling yoke-derive v0.7.4
14512026-03-02T21:33:16.409Z Compiling zerovec-derive v0.10.3
14522026-03-02T21:33:16.661Z Compiling zeroize v1.8.1
14532026-03-02T21:33:16.696Z Compiling displaydoc v0.2.5
14542026-03-02T21:33:18.239Z Compiling icu_provider_macros v1.5.0
14552026-03-02T21:33:18.557Z Compiling crypto-common v0.1.6
14562026-03-02T21:33:18.672Z Compiling zerofrom v0.1.4
14572026-03-02T21:33:18.782Z Compiling block-buffer v0.10.4
14582026-03-02T21:33:18.813Z Compiling tokio-macros v2.6.0
14592026-03-02T21:33:18.921Z Compiling zerocopy-derive v0.7.35
14602026-03-02T21:33:18.946Z Compiling yoke v0.7.4
14612026-03-02T21:33:19.087Z Compiling digest v0.10.7
14622026-03-02T21:33:19.249Z Compiling futures-macro v0.3.31
14632026-03-02T21:33:19.306Z Compiling zerovec v0.10.4
14642026-03-02T21:33:19.599Z Compiling hmac v0.12.1
14652026-03-02T21:33:19.693Z Compiling thiserror-impl v2.0.18
14662026-03-02T21:33:19.913Z Compiling block-padding v0.3.3
14672026-03-02T21:33:20.191Z Compiling inout v0.1.3
14682026-03-02T21:33:20.358Z Compiling sha2 v0.10.9
14692026-03-02T21:33:20.498Z Compiling cipher v0.4.4
14702026-03-02T21:33:20.539Z Compiling der_derive v0.7.3
14712026-03-02T21:33:20.826Z Compiling zerocopy v0.7.35
14722026-03-02T21:33:21.098Z Compiling futures-util v0.3.31
14732026-03-02T21:33:21.467Z Compiling tinystr v0.7.6
14742026-03-02T21:33:21.843Z Compiling icu_locid v1.5.0
14752026-03-02T21:33:22.245Z Compiling icu_collections v1.5.0
14762026-03-02T21:33:22.338Z Compiling serde v1.0.228
14772026-03-02T21:33:22.703Z Compiling thiserror v2.0.18
14782026-03-02T21:33:22.726Z Compiling ppv-lite86 v0.2.20
14792026-03-02T21:33:22.876Z Compiling icu_provider v1.5.0
14802026-03-02T21:33:23.446Z Compiling bytes v1.11.1
14812026-03-02T21:33:23.485Z Compiling bitflags v2.9.4
14822026-03-02T21:33:23.512Z Compiling icu_locid_transform v1.5.0
14832026-03-02T21:33:23.679Z Compiling der v0.7.10
14842026-03-02T21:33:23.701Z Compiling chrono v0.4.43
14852026-03-02T21:33:23.761Z Compiling pest v2.8.2
14862026-03-02T21:33:23.875Z Compiling salsa20 v0.10.2
14872026-03-02T21:33:24.067Z Compiling pbkdf2 v0.12.2
14882026-03-02T21:33:24.220Z Compiling scrypt v0.11.0
14892026-03-02T21:33:24.786Z Compiling tokio v1.49.0
14902026-03-02T21:33:24.902Z Compiling icu_properties v1.5.1
14912026-03-02T21:33:25.855Z Compiling spki v0.7.3
14922026-03-02T21:33:26.221Z Compiling http v1.4.0
14932026-03-02T21:33:26.246Z Compiling pest_meta v2.8.2
14942026-03-02T21:33:26.555Z Compiling rand_chacha v0.9.0
14952026-03-02T21:33:26.580Z Compiling cbc v0.1.2
14962026-03-02T21:33:26.836Z Compiling aes v0.8.4
14972026-03-02T21:33:26.886Z Compiling rustls-pki-types v1.14.0
14982026-03-02T21:33:27.877Z Compiling zerocopy-derive v0.8.27
14992026-03-02T21:33:28.145Z Compiling tracing-attributes v0.1.27
15002026-03-02T21:33:28.347Z Compiling pkcs5 v0.7.1
15012026-03-02T21:33:29.333Z Compiling icu_normalizer v1.5.0
15022026-03-02T21:33:29.354Z Compiling http-body v1.0.1
15032026-03-02T21:33:29.457Z Compiling pest_generator v2.8.2
15042026-03-02T21:33:29.616Z Compiling rand v0.9.2
15052026-03-02T21:33:30.417Z Compiling idna_adapter v1.2.0
15062026-03-02T21:33:30.659Z Compiling idna v1.0.3
15072026-03-02T21:33:31.021Z Compiling pkcs8 v0.10.2
15082026-03-02T21:33:31.105Z Compiling tracing v0.1.40
15092026-03-02T21:33:31.128Z Compiling pest_derive v2.8.2
15102026-03-02T21:33:31.325Z Compiling url v2.5.4
15112026-03-02T21:33:31.651Z Compiling schemars_derive v0.8.22
15122026-03-02T21:33:31.941Z Compiling scroll_derive v0.13.1
15132026-03-02T21:33:33.041Z Compiling tokio-util v0.7.15
15142026-03-02T21:33:33.719Z Compiling scroll v0.13.0
15152026-03-02T21:33:34.543Z Compiling ipnet v2.11.0
15162026-03-02T21:33:35.385Z Compiling h2 v0.4.6
15172026-03-02T21:33:35.722Z Compiling darling_macro v0.20.10
15182026-03-02T21:33:36.353Z Compiling lazy_static v1.5.0
15192026-03-02T21:33:36.494Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-03-02T21:33:36.518Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15212026-03-02T21:33:36.610Z Compiling aho-corasick v1.1.3
15222026-03-02T21:33:37.023Z Compiling foreign-types-shared v0.1.1
15232026-03-02T21:33:37.156Z Compiling num-conv v0.2.0
15242026-03-02T21:33:37.178Z Compiling time-core v0.1.8
15252026-03-02T21:33:37.241Z Compiling httpdate v1.0.3
15262026-03-02T21:33:37.416Z Compiling openssl v0.10.73
15272026-03-02T21:33:37.521Z Compiling powerfmt v0.2.0
15282026-03-02T21:33:37.655Z Compiling time-macros v0.2.27
15292026-03-02T21:33:37.887Z Compiling deranged v0.5.3
15302026-03-02T21:33:37.905Z Compiling tempfile v3.24.0
15312026-03-02T21:33:37.933Z Compiling foreign-types v0.3.2
15322026-03-02T21:33:38.661Z Compiling regex-automata v0.4.14
15332026-03-02T21:33:39.632Z Compiling darling v0.20.10
15342026-03-02T21:33:39.804Z Compiling goblin v0.10.2
15352026-03-02T21:33:40.065Z Compiling openssl-macros v0.1.1
15362026-03-02T21:33:40.431Z Compiling wait-timeout v0.2.0
15372026-03-02T21:33:40.772Z Compiling quick-error v1.2.3
15382026-03-02T21:33:40.919Z Compiling syn v1.0.109
15392026-03-02T21:33:40.922Z Compiling usdt-impl v0.6.0
15402026-03-02T21:33:41.288Z Compiling crossbeam-utils v0.8.21
15412026-03-02T21:33:41.316Z Compiling bit-vec v0.8.0
15422026-03-02T21:33:41.491Z Compiling num_threads v0.1.7
15432026-03-02T21:33:41.648Z Compiling gimli v0.31.1
15442026-03-02T21:33:41.749Z Compiling native-tls v0.2.12
15452026-03-02T21:33:41.836Z Compiling bit-set v0.8.0
15462026-03-02T21:33:42.112Z Compiling hyper v1.8.1
15472026-03-02T21:33:42.167Z Compiling time v0.3.47
15482026-03-02T21:33:44.590Z Compiling hyper-util v0.1.19
15492026-03-02T21:33:45.631Z Compiling addr2line v0.24.2
15502026-03-02T21:33:46.100Z Compiling rusty-fork v0.3.0
15512026-03-02T21:33:46.274Z Compiling derive_builder_core v0.20.2
15522026-03-02T21:33:46.702Z Compiling dof v0.4.0
15532026-03-02T21:33:48.395Z Compiling dtrace-parser v0.3.0
15542026-03-02T21:33:48.457Z Compiling rustls-native-certs v0.8.1
15552026-03-02T21:33:48.527Z Compiling signature v2.2.0
15562026-03-02T21:33:48.740Z Compiling unicode-normalization v0.1.24
15572026-03-02T21:33:48.835Z Compiling scroll_derive v0.12.0
15582026-03-02T21:33:49.001Z Compiling thiserror-impl v1.0.69
15592026-03-02T21:33:49.623Z Compiling darling_core v0.21.0
15602026-03-02T21:33:50.118Z Compiling heapless v0.7.17
15612026-03-02T21:33:50.199Z Compiling slog v2.8.2
15622026-03-02T21:33:50.363Z Compiling rand_xorshift v0.4.0
15632026-03-02T21:33:50.531Z Compiling sync_wrapper v1.0.1
15642026-03-02T21:33:50.555Z Compiling thread-id v5.0.0
15652026-03-02T21:33:50.672Z Compiling object v0.36.5
15662026-03-02T21:33:50.694Z Compiling cookie v0.18.1
15672026-03-02T21:33:50.699Z Compiling crc32fast v1.4.2
15682026-03-02T21:33:51.003Z Compiling siphasher v0.3.11
15692026-03-02T21:33:51.051Z Compiling unicode-properties v0.1.3
15702026-03-02T21:33:51.339Z Compiling paste v1.0.15
15712026-03-02T21:33:51.470Z Compiling zstd-safe v7.2.3
15722026-03-02T21:33:51.554Z Compiling zlib-rs v0.5.1
15732026-03-02T21:33:51.713Z Compiling unarray v0.1.4
15742026-03-02T21:33:51.817Z Compiling unicode-bidi v0.3.17
15752026-03-02T21:33:51.874Z Compiling signal-hook v0.3.18
15762026-03-02T21:33:51.886Z Compiling anyhow v1.0.99
15772026-03-02T21:33:52.141Z Compiling rustc-demangle v0.1.24
15782026-03-02T21:33:52.852Z Compiling stringprep v0.1.5
15792026-03-02T21:33:52.992Z Compiling proptest v1.7.0
15802026-03-02T21:33:53.073Z Compiling thiserror v1.0.69
15812026-03-02T21:33:53.241Z Compiling phf_shared v0.11.2
15822026-03-02T21:33:53.718Z Compiling tower v0.5.2
15832026-03-02T21:33:54.065Z Compiling scroll v0.12.0
15842026-03-02T21:33:54.614Z Compiling derive_builder_macro v0.20.2
15852026-03-02T21:33:55.381Z Compiling darling_macro v0.21.0
15862026-03-02T21:33:55.488Z Compiling ipnetwork v0.21.1
15872026-03-02T21:33:56.175Z Compiling http-body-util v0.1.3
15882026-03-02T21:33:56.236Z Compiling webpki-roots v1.0.1
15892026-03-02T21:33:56.271Z Compiling rand_chacha v0.3.1
15902026-03-02T21:33:56.443Z Compiling serde_tokenstream v0.2.3
15912026-03-02T21:33:56.634Z Compiling erased-serde v0.3.31
15922026-03-02T21:33:57.015Z Compiling backtrace v0.3.74
15932026-03-02T21:33:57.557Z Compiling serde_spanned v0.6.9
15942026-03-02T21:33:57.822Z Compiling toml_datetime v0.6.11
15952026-03-02T21:33:57.868Z Compiling md-5 v0.10.6
15962026-03-02T21:33:57.994Z Compiling libz-rs-sys v0.5.1
15972026-03-02T21:33:58.166Z Compiling curve25519-dalek v4.1.3
15982026-03-02T21:33:58.266Z Compiling vergen-lib v0.1.6
15992026-03-02T21:33:58.328Z Compiling num-integer v0.1.46
16002026-03-02T21:33:58.597Z Compiling hash32 v0.2.1
16012026-03-02T21:33:58.804Z Compiling ff v0.13.0
16022026-03-02T21:33:58.833Z Compiling memoffset v0.9.1
16032026-03-02T21:33:58.943Z Compiling smoltcp v0.9.1
16042026-03-02T21:33:59.008Z Compiling iri-string v0.7.8
16052026-03-02T21:33:59.060Z Compiling ref-cast v1.0.25
16062026-03-02T21:33:59.172Z Compiling psl-types v2.0.11
16072026-03-02T21:33:59.399Z Compiling ryu v1.0.18
16082026-03-02T21:33:59.593Z Compiling cfg_aliases v0.2.1
16092026-03-02T21:33:59.643Z Compiling base16ct v0.2.0
16102026-03-02T21:33:59.664Z Compiling fallible-iterator v0.2.0
16112026-03-02T21:33:59.751Z Compiling litrs v0.4.1
16122026-03-02T21:33:59.798Z Compiling num-bigint-dig v0.8.6
16132026-03-02T21:33:59.982Z Compiling sec1 v0.7.3
16142026-03-02T21:34:00.187Z Compiling nix v0.29.0
16152026-03-02T21:34:00.333Z Compiling postgres-protocol v0.6.8
16162026-03-02T21:34:00.544Z Compiling serde_urlencoded v0.7.1
16172026-03-02T21:34:00.762Z Compiling document-features v0.2.11
16182026-03-02T21:34:01.070Z Compiling publicsuffix v2.3.0
16192026-03-02T21:34:01.244Z Compiling group v0.13.0
16202026-03-02T21:34:01.556Z Compiling num-iter v0.1.45
16212026-03-02T21:34:01.660Z Compiling newtype-uuid v1.3.2
16222026-03-02T21:34:01.772Z Compiling tower-http v0.6.8
16232026-03-02T21:34:01.944Z Compiling flate2 v1.1.2
16242026-03-02T21:34:02.597Z Compiling rand v0.8.5
16252026-03-02T21:34:02.645Z Compiling darling v0.21.0
16262026-03-02T21:34:02.776Z Compiling oxnet v0.1.4
16272026-03-02T21:34:02.872Z Compiling derive_builder v0.20.2
16282026-03-02T21:34:03.060Z Compiling goblin v0.8.2
16292026-03-02T21:34:03.214Z Compiling tokio-native-tls v0.3.1
16302026-03-02T21:34:04.195Z Compiling regex v1.12.3
16312026-03-02T21:34:04.516Z Compiling terminal_size v0.4.0
16322026-03-02T21:34:04.615Z Compiling cargo-platform v0.1.8
16332026-03-02T21:34:04.709Z Compiling hkdf v0.12.4
16342026-03-02T21:34:04.751Z Compiling crypto-bigint v0.5.5
16352026-03-02T21:34:05.026Z Compiling curve25519-dalek-derive v0.1.1
16362026-03-02T21:34:05.123Z Compiling strum_macros v0.27.2
16372026-03-02T21:34:05.162Z Compiling async-trait v0.1.89
16382026-03-02T21:34:06.031Z Compiling hubpack_derive v0.1.1
16392026-03-02T21:34:06.453Z Compiling ref-cast-impl v1.0.25
16402026-03-02T21:34:06.931Z Compiling daft-derive v0.1.4
16412026-03-02T21:34:07.587Z Compiling vergen v9.0.6
16422026-03-02T21:34:07.704Z Compiling ahash v0.8.12
16432026-03-02T21:34:07.932Z Compiling fs-err v3.1.1
16442026-03-02T21:34:08.095Z Compiling bitflags v1.3.2
16452026-03-02T21:34:08.222Z Compiling managed v0.8.0
16462026-03-02T21:34:08.274Z Compiling unicode-segmentation v1.12.0
16472026-03-02T21:34:08.427Z Compiling winnow v0.5.40
16482026-03-02T21:34:08.648Z Compiling bumpalo v3.16.0
16492026-03-02T21:34:09.112Z Compiling lockfree-object-pool v0.1.6
16502026-03-02T21:34:09.132Z Compiling either v1.15.0
16512026-03-02T21:34:09.395Z Compiling simd-adler32 v0.3.7
16522026-03-02T21:34:09.548Z Compiling buf-list v1.0.3
16532026-03-02T21:34:09.921Z Compiling strum v0.27.2
16542026-03-02T21:34:10.007Z Compiling zopfli v0.8.1
16552026-03-02T21:34:10.134Z Compiling clap_builder v4.5.48
16562026-03-02T21:34:10.310Z Compiling dof v0.3.0
16572026-03-02T21:34:11.542Z Compiling daft v0.1.4
16582026-03-02T21:34:11.898Z Compiling toml_edit v0.19.15
16592026-03-02T21:34:12.147Z Compiling elliptic-curve v0.13.8
16602026-03-02T21:34:12.170Z Compiling hubpack v0.1.2
16612026-03-02T21:34:12.383Z Compiling cargo_metadata v0.19.2
16622026-03-02T21:34:12.590Z Compiling signal-hook-mio v0.2.4
16632026-03-02T21:34:13.049Z Compiling zstd v0.13.3
16642026-03-02T21:34:13.591Z Compiling cookie_store v0.22.1
16652026-03-02T21:34:15.075Z Compiling hyper-tls v0.6.0
16662026-03-02T21:34:15.736Z Compiling serde_with_macros v3.16.1
16672026-03-02T21:34:16.424Z Compiling postgres-types v0.2.9
16682026-03-02T21:34:17.713Z Compiling usdt-macro v0.6.0
16692026-03-02T21:34:17.777Z Compiling usdt-attr-macro v0.6.0
16702026-03-02T21:34:18.005Z Compiling phf v0.11.2
16712026-03-02T21:34:18.308Z Compiling dtrace-parser v0.2.0
16722026-03-02T21:34:18.425Z Compiling ed25519 v2.2.3
16732026-03-02T21:34:18.478Z Compiling bzip2 v0.4.4
16742026-03-02T21:34:18.922Z Compiling bzip2 v0.5.2
16752026-03-02T21:34:19.169Z Compiling bstr v1.10.0
16762026-03-02T21:34:19.260Z Compiling pkcs1 v0.7.5
16772026-03-02T21:34:19.638Z Compiling serde-big-array v0.5.1
16782026-03-02T21:34:19.644Z Compiling hex v0.4.3
16792026-03-02T21:34:20.431Z Compiling rfc6979 v0.4.0
16802026-03-02T21:34:20.473Z Compiling serde_repr v0.1.19
16812026-03-02T21:34:20.473Z Compiling enum-as-inner v0.6.1
16822026-03-02T21:34:20.473Z Compiling clap_derive v4.5.47
16832026-03-02T21:34:20.473Z Compiling strum_macros v0.26.4
16842026-03-02T21:34:20.473Z Compiling float-cmp v0.10.0
16852026-03-02T21:34:20.910Z Compiling env_filter v0.1.2
16862026-03-02T21:34:20.958Z Compiling memmap2 v0.9.8
16872026-03-02T21:34:21.095Z Compiling socket2 v0.5.10
16882026-03-02T21:34:21.377Z Compiling encoding_rs v0.8.34
16892026-03-02T21:34:21.425Z Compiling fixedbitset v0.5.7
16902026-03-02T21:34:21.425Z Compiling predicates-core v1.0.8
16912026-03-02T21:34:21.603Z Compiling jiff v0.2.15
16922026-03-02T21:34:22.064Z Compiling normalize-line-endings v0.3.0
16932026-03-02T21:34:22.077Z Compiling rustc-hash v2.1.1
16942026-03-02T21:34:22.077Z Compiling static_assertions v1.1.0
16952026-03-02T21:34:22.154Z Compiling keccak v0.1.5
16962026-03-02T21:34:22.174Z Compiling fixedbitset v0.4.2
16972026-03-02T21:34:22.617Z Compiling data-encoding v2.9.0
16982026-03-02T21:34:24.324Z Compiling new_debug_unreachable v1.0.6
16992026-03-02T21:34:24.413Z Compiling difflib v0.4.0
17002026-03-02T21:34:24.448Z Compiling whoami v1.5.2
17012026-03-02T21:34:24.487Z Compiling precomputed-hash v0.1.1
17022026-03-02T21:34:24.630Z Compiling mime v0.3.17
17032026-03-02T21:34:24.650Z Compiling strum v0.26.3
17042026-03-02T21:34:24.844Z Compiling tokio-postgres v0.7.13
17052026-03-02T21:34:24.872Z Compiling string_cache v0.8.9
17062026-03-02T21:34:25.035Z Compiling predicates v3.1.3
17072026-03-02T21:34:25.154Z Compiling clap v4.5.48
17082026-03-02T21:34:25.305Z Compiling toml_edit v0.22.27
17092026-03-02T21:34:25.331Z Compiling hickory-proto v0.25.2
17102026-03-02T21:34:25.735Z Compiling sha3 v0.10.8
17112026-03-02T21:34:25.773Z Compiling petgraph v0.6.5
17122026-03-02T21:34:26.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17132026-03-02T21:34:26.805Z Compiling iddqd v0.3.16
17142026-03-02T21:34:29.211Z Compiling zip v4.2.0
17152026-03-02T21:34:29.356Z Compiling petgraph v0.8.2
17162026-03-02T21:34:30.080Z Compiling usdt-impl v0.5.0
17172026-03-02T21:34:31.373Z Compiling usdt v0.6.0
17182026-03-02T21:34:31.398Z Compiling env_logger v0.11.8
17192026-03-02T21:34:31.874Z Compiling ecdsa v0.16.9
17202026-03-02T21:34:32.104Z Compiling similar v2.7.0
17212026-03-02T21:34:32.142Z Compiling serde_with v3.16.1
17222026-03-02T21:34:32.675Z Compiling rsa v0.9.8
17232026-03-02T21:34:33.001Z Compiling zip v0.6.6
17242026-03-02T21:34:33.221Z Compiling ed25519-dalek v2.1.1
17252026-03-02T21:34:34.239Z Compiling toml v0.7.8
17262026-03-02T21:34:34.564Z Compiling crossterm v0.28.1
17272026-03-02T21:34:35.928Z Compiling itertools v0.10.5
17282026-03-02T21:34:36.184Z Compiling itertools v0.13.0
17292026-03-02T21:34:36.236Z Compiling heck v0.4.1
17302026-03-02T21:34:36.484Z Compiling crossbeam-epoch v0.9.18
17312026-03-02T21:34:36.649Z Compiling tokio-stream v0.1.17
17322026-03-02T21:34:36.921Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17332026-03-02T21:34:37.146Z Compiling x509-cert v0.2.5
17342026-03-02T21:34:37.323Z Compiling openapiv3 v2.2.0
17352026-03-02T21:34:37.555Z Compiling sha1 v0.10.6
17362026-03-02T21:34:37.659Z Compiling winnow v0.6.26
17372026-03-02T21:34:37.984Z Compiling peg-runtime v0.8.5
17382026-03-02T21:34:38.310Z Compiling lalrpop-util v0.19.12
17392026-03-02T21:34:38.549Z Compiling thread_local v1.1.8
17402026-03-02T21:34:38.684Z Compiling slog-async v2.8.0
17412026-03-02T21:34:39.067Z Compiling crossbeam-channel v0.5.15
17422026-03-02T21:34:39.088Z Compiling xattr v1.3.1
17432026-03-02T21:34:39.275Z Compiling futures-executor v0.3.31
17442026-03-02T21:34:39.363Z Compiling is-terminal v0.4.13
17452026-03-02T21:34:39.523Z Compiling filetime v0.2.26
17462026-03-02T21:34:39.764Z Compiling term v1.1.0
17472026-03-02T21:34:39.897Z Compiling take_mut v0.2.2
17482026-03-02T21:34:40.110Z Compiling tar v0.4.44
17492026-03-02T21:34:40.388Z Compiling slog-term v2.9.2
17502026-03-02T21:34:41.012Z Compiling futures v0.3.31
17512026-03-02T21:34:49.201Z Compiling rustls-webpki v0.103.9
17522026-03-02T21:34:54.101Z Compiling tokio-rustls v0.26.0
17532026-03-02T21:34:54.101Z Compiling rustls-platform-verifier v0.6.2
17542026-03-02T21:34:54.415Z Compiling hyper-rustls v0.27.7
17552026-03-02T21:34:54.739Z Compiling reqwest v0.13.2
17562026-03-02T21:34:54.739Z Compiling reqwest v0.12.28
17572026-03-02T21:34:59.008Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-03-02T21:34:59.308Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-03-02T21:35:03.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
17602026-03-02T21:35:04.118Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17612026-03-02T21:35:04.133ZMar 02 21:35:02.469 INFO Starting download, target: Console
17622026-03-02T21:35:04.133ZMar 02 21:35:02.470 INFO Starting download, target: DendriteStub
17632026-03-02T21:35:04.133ZMar 02 21:35:02.470 INFO Starting download, target: Cockroach
17642026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Starting download, target: Clickhouse
17652026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Starting download, target: MaghemiteMgd
17662026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Starting download, target: TransceiverControl
17672026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17682026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17692026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-03-02T21:35:04.134ZMar 02 21:35:02.470 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-03-02T21:35:04.135ZMar 02 21:35:02.470 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17722026-03-02T21:35:04.135ZMar 02 21:35:02.470 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17732026-03-02T21:35:05.164ZMar 02 21:35:03.476 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17742026-03-02T21:35:05.440ZMar 02 21:35:03.788 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17752026-03-02T21:35:05.578ZMar 02 21:35:03.927 INFO Download complete, target: Console
17762026-03-02T21:35:05.912ZMar 02 21:35:04.229 INFO Download complete, target: TransceiverControl
17772026-03-02T21:35:06.857ZMar 02 21:35:05.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17782026-03-02T21:35:07.143ZMar 02 21:35:05.496 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17792026-03-02T21:35:07.161ZMar 02 21:35:05.514 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17802026-03-02T21:35:08.123ZMar 02 21:35:06.476 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17812026-03-02T21:35:08.123ZMar 02 21:35:06.476 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17822026-03-02T21:35:11.272ZMar 02 21:35:09.625 INFO Download complete, target: DendriteStub
17832026-03-02T21:35:11.275ZMar 02 21:35:09.627 INFO Download complete, target: MaghemiteMgd
17842026-03-02T21:35:15.886ZMar 02 21:35:14.200 INFO Checking that binary works, target: Cockroach
17852026-03-02T21:35:15.974ZMar 02 21:35:14.327 INFO Download complete, target: Cockroach
17862026-03-02T21:35:18.131ZMar 02 21:35:16.484 INFO Checking that binary works, target: Clickhouse
17872026-03-02T21:35:18.293ZMar 02 21:35:16.646 INFO Download complete, target: Clickhouse
17882026-03-02T21:35:18.315ZAll builder prerequisites installed successfully, and PATH looks valid
17892026-03-02T21:35:18.318Z
17902026-03-02T21:35:18.318Zreal 5:03.916887482
17912026-03-02T21:35:18.318Zuser 16:58.502346323
17922026-03-02T21:35:18.318Zsys 2:25.173095598
17932026-03-02T21:35:18.318Ztrap 0.626059011
17942026-03-02T21:35:18.318Ztflt 0.771370841
17952026-03-02T21:35:18.318Zdflt 0.980769549
17962026-03-02T21:35:18.318Zkflt 0.031667414
17972026-03-02T21:35:18.318Zlock 38:33.064907995
17982026-03-02T21:35:18.318Zslp 1:02:36.594228801
17992026-03-02T21:35:18.318Zlat 1:07.939049908
18002026-03-02T21:35:18.318Zstop 3:04.374623698
18012026-03-02T21:35:18.318Z+ banner hack-check
18022026-03-02T21:35:18.322Z
18032026-03-02T21:35:18.322Z # # ## #### # # #### # # ###### #### # #
18042026-03-02T21:35:18.322Z # # # # # # # # # # # # # # # # #
18052026-03-02T21:35:18.322Z ###### # # # #### ##### # ###### ##### # ####
18062026-03-02T21:35:18.322Z # # ###### # # # # # # # # # #
18072026-03-02T21:35:18.322Z # # # # # # # # # # # # # # # # #
18082026-03-02T21:35:18.322Z # # # # #### # # #### # # ###### #### # #
18092026-03-02T21:35:18.322Z
18102026-03-02T21:35:18.322Z+ export CARGO_INCREMENTAL=0
18112026-03-02T21:35:18.322Z+ CARGO_INCREMENTAL=0
18122026-03-02T21:35:18.322Z+ ptime -m timeout 2h cargo xtask check-features --ci
18132026-03-02T21:35:19.130Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18142026-03-02T21:35:19.428Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18152026-03-02T21:35:22.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
18162026-03-02T21:35:22.613Z Running `target/debug/xtask check-features --ci`
18172026-03-02T21:35:22.640Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18182026-03-02T21:35:22.640Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18192026-03-02T21:35:23.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18202026-03-02T21:35:23.341Z Running `target/debug/xtask download cargo-hack`
18212026-03-02T21:35:24.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18222026-03-02T21:35:24.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18232026-03-02T21:35:28.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
18242026-03-02T21:35:28.837Z Running `target/debug/xtask-downloader cargo-hack`
18252026-03-02T21:35:28.877ZMar 02 21:35:27.228 INFO Starting download, target: CargoHack
18262026-03-02T21:35:28.880ZMar 02 21:35:27.229 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18272026-03-02T21:35:29.322ZMar 02 21:35:27.674 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18282026-03-02T21:35:29.399ZMar 02 21:35:27.751 INFO Download complete, target: CargoHack
18292026-03-02T21:35:29.402Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18302026-03-02T21:35:29.421Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18312026-03-02T21:35:29.640Zinfo: running `cargo check --bins` on api_identity (1/256)
18322026-03-02T21:35:30.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-02T21:35:30.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-02T21:35:30.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-02T21:35:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18362026-03-02T21:35:30.455Z
18372026-03-02T21:35:30.455Zinfo: running `cargo check --bins` on bootstore (2/256)
18382026-03-02T21:35:31.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-02T21:35:31.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-02T21:35:31.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-02T21:35:31.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18422026-03-02T21:35:31.298Z
18432026-03-02T21:35:31.298Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/256)
18442026-03-02T21:35:32.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-02T21:35:32.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-02T21:35:32.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-02T21:35:32.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18482026-03-02T21:35:32.112Z
18492026-03-02T21:35:32.112Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/256)
18502026-03-02T21:35:32.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-02T21:35:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-02T21:35:32.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-02T21:35:32.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18542026-03-02T21:35:32.990Z
18552026-03-02T21:35:32.990Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/256)
18562026-03-02T21:35:33.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-02T21:35:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-02T21:35:33.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-02T21:35:33.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18602026-03-02T21:35:33.600Z
18612026-03-02T21:35:33.600Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/256)
18622026-03-02T21:35:34.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-02T21:35:34.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-02T21:35:34.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-02T21:35:34.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18662026-03-02T21:35:34.241Z
18672026-03-02T21:35:34.241Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/256)
18682026-03-02T21:35:34.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-02T21:35:34.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-02T21:35:34.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-02T21:35:34.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18722026-03-02T21:35:34.886Z
18732026-03-02T21:35:34.886Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/256)
18742026-03-02T21:35:35.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-02T21:35:35.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-02T21:35:35.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-02T21:35:35.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18782026-03-02T21:35:35.510Z
18792026-03-02T21:35:35.510Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/256)
18802026-03-02T21:35:36.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-02T21:35:36.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-02T21:35:36.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-02T21:35:36.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
18842026-03-02T21:35:36.160Z
18852026-03-02T21:35:36.160Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/256)
18862026-03-02T21:35:36.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-02T21:35:36.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-02T21:35:36.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-02T21:35:36.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18902026-03-02T21:35:36.793Z
18912026-03-02T21:35:36.793Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/256)
18922026-03-02T21:35:37.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-02T21:35:37.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-02T21:35:37.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-02T21:35:37.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18962026-03-02T21:35:37.425Z
18972026-03-02T21:35:37.425Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/256)
18982026-03-02T21:35:37.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-02T21:35:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-02T21:35:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-02T21:35:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19022026-03-02T21:35:38.060Z
19032026-03-02T21:35:38.060Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/256)
19042026-03-02T21:35:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-02T21:35:38.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-02T21:35:38.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-02T21:35:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19082026-03-02T21:35:38.696Z
19092026-03-02T21:35:38.696Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/256)
19102026-03-02T21:35:39.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-02T21:35:39.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-02T21:35:39.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-02T21:35:39.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19142026-03-02T21:35:39.337Z
19152026-03-02T21:35:39.337Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/256)
19162026-03-02T21:35:39.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-02T21:35:39.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-02T21:35:39.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-02T21:35:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19202026-03-02T21:35:39.970Z
19212026-03-02T21:35:39.971Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/256)
19222026-03-02T21:35:40.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-02T21:35:40.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-02T21:35:40.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-02T21:35:40.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19262026-03-02T21:35:40.604Z
19272026-03-02T21:35:40.604Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/256)
19282026-03-02T21:35:41.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-02T21:35:41.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-02T21:35:41.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-02T21:35:41.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19322026-03-02T21:35:41.242Z
19332026-03-02T21:35:41.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/256)
19342026-03-02T21:35:41.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-02T21:35:41.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-02T21:35:41.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-02T21:35:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19382026-03-02T21:35:41.885Z
19392026-03-02T21:35:41.885Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/256)
19402026-03-02T21:35:42.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-02T21:35:42.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-02T21:35:42.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-02T21:35:42.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19442026-03-02T21:35:42.521Z
19452026-03-02T21:35:42.521Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/256)
19462026-03-02T21:35:43.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-02T21:35:43.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-02T21:35:43.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-02T21:35:43.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19502026-03-02T21:35:43.163Z
19512026-03-02T21:35:43.163Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/256)
19522026-03-02T21:35:43.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-02T21:35:43.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-02T21:35:43.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-02T21:35:43.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19562026-03-02T21:35:43.798Z
19572026-03-02T21:35:43.799Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/256)
19582026-03-02T21:35:44.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-02T21:35:44.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-02T21:35:44.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-02T21:35:44.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19622026-03-02T21:35:44.433Z
19632026-03-02T21:35:44.433Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/256)
19642026-03-02T21:35:45.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-02T21:35:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-02T21:35:45.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-02T21:35:45.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19682026-03-02T21:35:45.067Z
19692026-03-02T21:35:45.068Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/256)
19702026-03-02T21:35:45.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-02T21:35:45.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-02T21:35:45.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-02T21:35:45.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19742026-03-02T21:35:45.704Z
19752026-03-02T21:35:45.704Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/256)
19762026-03-02T21:35:46.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-02T21:35:46.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-02T21:35:46.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-02T21:35:46.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19802026-03-02T21:35:46.340Z
19812026-03-02T21:35:46.340Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/256)
19822026-03-02T21:35:46.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-02T21:35:46.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-02T21:35:46.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-02T21:35:46.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19862026-03-02T21:35:46.976Z
19872026-03-02T21:35:46.976Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/256)
19882026-03-02T21:35:47.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-02T21:35:47.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-02T21:35:47.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-02T21:35:47.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19922026-03-02T21:35:47.613Z
19932026-03-02T21:35:47.613Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/256)
19942026-03-02T21:35:48.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-02T21:35:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-02T21:35:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-02T21:35:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19982026-03-02T21:35:48.254Z
19992026-03-02T21:35:48.254Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/256)
20002026-03-02T21:35:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-02T21:35:48.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-02T21:35:48.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-02T21:35:48.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20042026-03-02T21:35:48.890Z
20052026-03-02T21:35:48.890Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/256)
20062026-03-02T21:35:49.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-02T21:35:49.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-02T21:35:49.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-02T21:35:49.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20102026-03-02T21:35:49.525Z
20112026-03-02T21:35:49.525Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/256)
20122026-03-02T21:35:50.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-02T21:35:50.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-02T21:35:50.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-02T21:35:50.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20162026-03-02T21:35:50.161Z
20172026-03-02T21:35:50.161Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/256)
20182026-03-02T21:35:50.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-02T21:35:50.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-02T21:35:50.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-02T21:35:50.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20222026-03-02T21:35:50.804Z
20232026-03-02T21:35:50.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/256)
20242026-03-02T21:35:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-02T21:35:51.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-02T21:35:51.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-02T21:35:51.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20282026-03-02T21:35:51.444Z
20292026-03-02T21:35:51.444Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/256)
20302026-03-02T21:35:52.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-02T21:35:52.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-02T21:35:52.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-02T21:35:52.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20342026-03-02T21:35:52.081Z
20352026-03-02T21:35:52.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/256)
20362026-03-02T21:35:52.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-02T21:35:52.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-02T21:35:52.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-02T21:35:52.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20402026-03-02T21:35:52.717Z
20412026-03-02T21:35:52.717Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/256)
20422026-03-02T21:35:53.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-02T21:35:53.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-02T21:35:53.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-02T21:35:53.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20462026-03-02T21:35:53.357Z
20472026-03-02T21:35:53.357Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/256)
20482026-03-02T21:35:53.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-02T21:35:53.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-02T21:35:53.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-02T21:35:53.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20522026-03-02T21:35:54.007Z
20532026-03-02T21:35:54.007Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/256)
20542026-03-02T21:35:54.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-02T21:35:54.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-02T21:35:54.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-02T21:35:54.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20582026-03-02T21:35:54.643Z
20592026-03-02T21:35:54.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/256)
20602026-03-02T21:35:55.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-02T21:35:55.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-02T21:35:55.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-02T21:35:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20642026-03-02T21:35:55.283Z
20652026-03-02T21:35:55.283Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/256)
20662026-03-02T21:35:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-02T21:35:55.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-02T21:35:55.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-02T21:35:55.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20702026-03-02T21:35:55.931Z
20712026-03-02T21:35:55.931Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/256)
20722026-03-02T21:35:56.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-02T21:35:56.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-02T21:35:56.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-02T21:35:56.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20762026-03-02T21:35:56.578Z
20772026-03-02T21:35:56.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/256)
20782026-03-02T21:35:57.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-02T21:35:57.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-02T21:35:57.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-02T21:35:57.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20822026-03-02T21:35:57.217Z
20832026-03-02T21:35:57.218Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/256)
20842026-03-02T21:35:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-02T21:35:57.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-02T21:35:57.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-02T21:35:57.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20882026-03-02T21:35:57.854Z
20892026-03-02T21:35:57.854Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/256)
20902026-03-02T21:35:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-02T21:35:58.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-02T21:35:58.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-02T21:35:58.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20942026-03-02T21:35:58.505Z
20952026-03-02T21:35:58.505Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/256)
20962026-03-02T21:35:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-02T21:35:59.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-02T21:35:59.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-02T21:35:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21002026-03-02T21:35:59.358Z
21012026-03-02T21:35:59.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/256)
21022026-03-02T21:36:00.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-02T21:36:00.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-02T21:36:00.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-02T21:36:00.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21062026-03-02T21:36:00.207Z
21072026-03-02T21:36:00.207Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/256)
21082026-03-02T21:36:00.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-02T21:36:00.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-02T21:36:00.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-03-02T21:36:00.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21122026-03-02T21:36:01.059Z
21132026-03-02T21:36:01.059Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/256)
21142026-03-02T21:36:01.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-03-02T21:36:01.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-03-02T21:36:01.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-03-02T21:36:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21182026-03-02T21:36:01.895Z
21192026-03-02T21:36:01.895Zinfo: running `cargo check --bins` on key-manager-types (49/256)
21202026-03-02T21:36:02.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-03-02T21:36:02.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-03-02T21:36:02.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-03-02T21:36:02.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21242026-03-02T21:36:02.718Z
21252026-03-02T21:36:02.718Zinfo: running `cargo check --bins` on oxlog (50/256)
21262026-03-02T21:36:03.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-03-02T21:36:03.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-03-02T21:36:03.550Z Checking cfg-if v1.0.4
21292026-03-02T21:36:03.552Z Checking libc v0.2.180
21302026-03-02T21:36:03.553Z Checking serde_core v1.0.228
21312026-03-02T21:36:03.694Z Checking zeroize v1.8.1
21322026-03-02T21:36:03.704Z Checking memchr v2.7.4
21332026-03-02T21:36:03.720Z Checking value-bag v1.12.0
21342026-03-02T21:36:03.734Z Checking smallvec v1.15.1
21352026-03-02T21:36:03.751Z Checking typenum v1.17.0
21362026-03-02T21:36:03.754Z Checking subtle v2.6.1
21372026-03-02T21:36:03.928Z Checking scopeguard v1.2.0
21382026-03-02T21:36:04.062Z Checking itoa v1.0.11
21392026-03-02T21:36:04.084Z Checking const-oid v0.9.6
21402026-03-02T21:36:04.103Z Checking lock_api v0.4.12
21412026-03-02T21:36:04.106Z Checking log v0.4.29
21422026-03-02T21:36:04.278Z Checking portable-atomic v1.11.0
21432026-03-02T21:36:04.507Z Checking critical-section v1.1.3
21442026-03-02T21:36:04.533Z Checking stable_deref_trait v1.2.0
21452026-03-02T21:36:04.610Z Checking byteorder v1.5.0
21462026-03-02T21:36:04.651Z Checking zerofrom v0.1.4
21472026-03-02T21:36:04.673Z Checking allocator-api2 v0.2.21
21482026-03-02T21:36:04.763Z Checking getrandom v0.2.15
21492026-03-02T21:36:04.865Z Checking yoke v0.7.4
21502026-03-02T21:36:04.885Z Checking generic-array v0.14.7
21512026-03-02T21:36:05.002Z Checking rand_core v0.6.4
21522026-03-02T21:36:05.032Z Checking signal-hook-registry v1.4.2
21532026-03-02T21:36:05.200Z Checking zerovec v0.10.4
21542026-03-02T21:36:05.279Z Checking parking_lot_core v0.9.10
21552026-03-02T21:36:05.312Z Checking getrandom v0.3.4
21562026-03-02T21:36:05.329Z Checking equivalent v1.0.2
21572026-03-02T21:36:05.354Z Checking once_cell v1.21.3
21582026-03-02T21:36:05.459Z Checking pin-project-lite v0.2.14
21592026-03-02T21:36:05.550Z Checking mio v1.0.2
21602026-03-02T21:36:05.608Z Checking litemap v0.7.3
21612026-03-02T21:36:05.646Z Checking parking_lot v0.12.3
21622026-03-02T21:36:05.664Z Checking writeable v0.5.5
21632026-03-02T21:36:05.965Z Checking socket2 v0.6.1
21642026-03-02T21:36:05.968Z Checking libm v0.2.8
21652026-03-02T21:36:06.002Z Checking zmij v1.0.15
21662026-03-02T21:36:06.019Z Checking percent-encoding v2.3.2
21672026-03-02T21:36:06.032Z Checking crypto-common v0.1.6
21682026-03-02T21:36:06.126Z Checking block-buffer v0.10.4
21692026-03-02T21:36:06.232Z Checking futures-core v0.3.32
21702026-03-02T21:36:06.259Z Checking zerocopy v0.7.35
21712026-03-02T21:36:06.369Z Checking digest v0.10.7
21722026-03-02T21:36:06.372Z Checking icu_locid_transform_data v1.5.0
21732026-03-02T21:36:06.426Z Checking foldhash v0.2.0
21742026-03-02T21:36:06.446Z Checking cpufeatures v0.2.14
21752026-03-02T21:36:06.498Z Checking icu_properties_data v1.5.0
21762026-03-02T21:36:06.558Z Checking block-padding v0.3.3
21772026-03-02T21:36:06.706Z Checking hashbrown v0.16.1
21782026-03-02T21:36:06.733Z Checking tinystr v0.7.6
21792026-03-02T21:36:06.751Z Checking icu_collections v1.5.0
21802026-03-02T21:36:06.769Z Checking hmac v0.12.1
21812026-03-02T21:36:06.785Z Checking write16 v1.0.0
21822026-03-02T21:36:06.848Z Checking num-traits v0.2.19
21832026-03-02T21:36:06.920Z Checking icu_normalizer_data v1.5.0
21842026-03-02T21:36:06.980Z Checking futures-sink v0.3.31
21852026-03-02T21:36:07.038Z Checking utf16_iter v1.0.5
21862026-03-02T21:36:07.058Z Checking icu_locid v1.5.0
21872026-03-02T21:36:07.144Z Checking utf8_iter v1.0.4
21882026-03-02T21:36:07.216Z Checking futures-channel v0.3.31
21892026-03-02T21:36:07.361Z Checking inout v0.1.3
21902026-03-02T21:36:07.426Z Checking slab v0.4.9
21912026-03-02T21:36:07.459Z Checking ppv-lite86 v0.2.20
21922026-03-02T21:36:07.577Z Checking serde v1.0.228
21932026-03-02T21:36:07.598Z Checking serde_json v1.0.149
21942026-03-02T21:36:07.629Z Checking futures-io v0.3.31
21952026-03-02T21:36:07.706Z Checking futures-task v0.3.31
21962026-03-02T21:36:07.841Z Checking pin-utils v0.1.0
21972026-03-02T21:36:07.896Z Checking indexmap v2.13.0
21982026-03-02T21:36:07.941Z Checking cipher v0.4.4
21992026-03-02T21:36:07.956Z Checking futures-util v0.3.31
22002026-03-02T21:36:08.037Z Checking icu_provider v1.5.0
22012026-03-02T21:36:08.166Z Checking sha2 v0.10.9
22022026-03-02T21:36:08.346Z Checking base64ct v1.6.0
22032026-03-02T21:36:08.370Z Checking form_urlencoded v1.2.2
22042026-03-02T21:36:08.558Z Checking bytes v1.11.1
22052026-03-02T21:36:08.580Z Checking bitflags v2.9.4
22062026-03-02T21:36:08.662Z Checking icu_locid_transform v1.5.0
22072026-03-02T21:36:08.765Z Checking errno v0.3.12
22082026-03-02T21:36:08.799Z Checking pem-rfc7468 v0.7.0
22092026-03-02T21:36:08.886Z Checking foldhash v0.1.5
22102026-03-02T21:36:08.955Z Checking flagset v0.4.6
22112026-03-02T21:36:09.078Z Checking fnv v1.0.7
22122026-03-02T21:36:09.114Z Checking hashbrown v0.15.4
22132026-03-02T21:36:09.176Z Checking der v0.7.10
22142026-03-02T21:36:09.216Z Checking rand_core v0.9.3
22152026-03-02T21:36:09.238Z Checking salsa20 v0.10.2
22162026-03-02T21:36:09.238Z Checking uuid v1.19.0
22172026-03-02T21:36:09.473Z Checking pbkdf2 v0.12.2
22182026-03-02T21:36:09.548Z Checking spin v0.9.8
22192026-03-02T21:36:09.571Z Checking tokio v1.49.0
22202026-03-02T21:36:09.643Z Checking http v1.4.0
22212026-03-02T21:36:09.683Z Checking icu_properties v1.5.1
22222026-03-02T21:36:09.906Z Checking scrypt v0.11.0
22232026-03-02T21:36:09.925Z Checking rand_chacha v0.9.0
22242026-03-02T21:36:10.144Z Checking cbc v0.1.2
22252026-03-02T21:36:10.162Z Checking aes v0.8.4
22262026-03-02T21:36:10.330Z Checking tracing-core v0.1.32
22272026-03-02T21:36:10.375Z Checking rustls-pki-types v1.14.0
22282026-03-02T21:36:10.897Z Checking spki v0.7.3
22292026-03-02T21:36:10.960Z Checking regex-syntax v0.8.5
22302026-03-02T21:36:10.982Z Checking iana-time-zone v0.1.63
22312026-03-02T21:36:11.020Z Checking tracing v0.1.40
22322026-03-02T21:36:11.039Z Checking http-body v1.0.1
22332026-03-02T21:36:11.132Z Checking chrono v0.4.43
22342026-03-02T21:36:11.213Z Checking pkcs5 v0.7.1
22352026-03-02T21:36:11.248Z Checking rand v0.9.2
22362026-03-02T21:36:11.368Z Checking aws-lc-sys v0.37.1
22372026-03-02T21:36:11.741Z Checking thiserror v2.0.18
22382026-03-02T21:36:11.908Z Checking untrusted v0.7.1
22392026-03-02T21:36:12.106Z Checking base64 v0.22.1
22402026-03-02T21:36:12.303Z Checking untrusted v0.9.0
22412026-03-02T21:36:12.491Z Checking openssl-probe v0.1.5
22422026-03-02T21:36:12.598Z Checking ring v0.17.14
22432026-03-02T21:36:12.627Z Checking pkcs8 v0.10.2
22442026-03-02T21:36:12.659Z Checking try-lock v0.2.5
22452026-03-02T21:36:12.823Z Checking atomic-waker v1.1.2
22462026-03-02T21:36:12.942Z Checking tower-layer v0.3.3
22472026-03-02T21:36:12.985Z Checking plain v0.2.3
22482026-03-02T21:36:13.044Z Checking aws-lc-rs v1.16.0
22492026-03-02T21:36:13.088Z Checking icu_normalizer v1.5.0
22502026-03-02T21:36:13.138Z Checking tinyvec_macros v0.1.1
22512026-03-02T21:36:13.155Z Checking tower-service v0.3.3
22522026-03-02T21:36:13.219Z Checking want v0.3.1
22532026-03-02T21:36:13.236Z Checking tinyvec v1.8.0
22542026-03-02T21:36:13.290Z Checking lazy_static v1.5.0
22552026-03-02T21:36:13.421Z Checking rustix v1.1.3
22562026-03-02T21:36:13.442Z Checking ipnet v2.11.0
22572026-03-02T21:36:13.864Z Checking idna_adapter v1.2.0
22582026-03-02T21:36:14.003Z Checking semver v1.0.27
22592026-03-02T21:36:14.065Z Checking idna v1.0.3
22602026-03-02T21:36:14.118Z Checking httparse v1.9.5
22612026-03-02T21:36:14.421Z Checking zerocopy v0.8.27
22622026-03-02T21:36:14.556Z Checking url v2.5.4
22632026-03-02T21:36:14.585Z Checking fastrand v2.1.1
22642026-03-02T21:36:14.587Z Checking adler2 v2.0.0
22652026-03-02T21:36:14.783Z Checking httpdate v1.0.3
22662026-03-02T21:36:14.825Z Checking foreign-types-shared v0.1.1
22672026-03-02T21:36:14.931Z Checking unicode-ident v1.0.24
22682026-03-02T21:36:14.964Z Checking dyn-clone v1.0.20
22692026-03-02T21:36:14.984Z Checking rustls-webpki v0.103.9
22702026-03-02T21:36:15.038Z Checking ucd-trie v0.1.7
22712026-03-02T21:36:15.122Z Checking proc-macro2 v1.0.106
22722026-03-02T21:36:15.141Z Checking foreign-types v0.3.2
22732026-03-02T21:36:15.244Z Checking miniz_oxide v0.8.5
22742026-03-02T21:36:15.282Z Checking pest v2.8.2
22752026-03-02T21:36:15.423Z Checking schemars v0.8.22
22762026-03-02T21:36:15.474Z Checking tempfile v3.24.0
22772026-03-02T21:36:15.819Z Checking openssl-sys v0.9.109
22782026-03-02T21:36:15.839Z Checking wait-timeout v0.2.0
22792026-03-02T21:36:15.905Z Checking rustls v0.23.37
22802026-03-02T21:36:15.982Z Checking aho-corasick v1.1.3
22812026-03-02T21:36:16.038Z Checking pretty-hex v0.4.1
22822026-03-02T21:36:16.249Z Checking quick-error v1.2.3
22832026-03-02T21:36:16.406Z Checking bit-vec v0.8.0
22842026-03-02T21:36:16.795Z Checking anstyle v1.0.11
22852026-03-02T21:36:16.991Z Checking tokio-util v0.7.15
22862026-03-02T21:36:17.011Z Checking utf8parse v0.2.2
22872026-03-02T21:36:17.029Z Checking powerfmt v0.2.0
22882026-03-02T21:36:17.127Z Checking openssl v0.10.73
22892026-03-02T21:36:17.179Z Checking anstyle-parse v0.2.5
22902026-03-02T21:36:17.309Z Checking deranged v0.5.3
22912026-03-02T21:36:17.479Z Checking bit-set v0.8.0
22922026-03-02T21:36:17.541Z Checking regex-automata v0.4.14
22932026-03-02T21:36:17.742Z Checking rusty-fork v0.3.0
22942026-03-02T21:36:17.825Z Checking quote v1.0.44
22952026-03-02T21:36:17.830Z Compiling newtype-uuid v1.3.2
22962026-03-02T21:36:18.068Z Checking unicode-normalization v0.1.24
22972026-03-02T21:36:18.105Z Checking rustls-native-certs v0.8.1
22982026-03-02T21:36:18.124Z Checking crossbeam-utils v0.8.21
22992026-03-02T21:36:18.305Z Checking h2 v0.4.6
23002026-03-02T21:36:18.325Z Checking rand_xorshift v0.4.0
23012026-03-02T21:36:18.512Z Checking rustix v0.38.37
23022026-03-02T21:36:18.817Z Checking bzip2-sys v0.1.13+1.0.8
23032026-03-02T21:36:18.948Z Checking scroll v0.13.0
23042026-03-02T21:36:18.951Z Checking signature v2.2.0
23052026-03-02T21:36:19.190Z Checking sync_wrapper v1.0.1
23062026-03-02T21:36:19.361Z Checking crc32fast v1.4.2
23072026-03-02T21:36:19.438Z Checking is_terminal_polyfill v1.70.1
23082026-03-02T21:36:19.584Z Checking num_threads v0.1.7
23092026-03-02T21:36:19.625Z Checking time-core v0.1.8
23102026-03-02T21:36:19.728Z Checking anstyle-query v1.1.1
23112026-03-02T21:36:19.813Z Checking unarray v0.1.4
23122026-03-02T21:36:19.873Z Checking zlib-rs v0.5.1
23132026-03-02T21:36:19.923Z Checking unicode-properties v0.1.3
23142026-03-02T21:36:19.982Z Checking unicode-bidi v0.3.17
23152026-03-02T21:36:20.308Z Checking colorchoice v1.0.2
23162026-03-02T21:36:20.473Z Checking siphasher v0.3.11
23172026-03-02T21:36:20.604Z Checking num-conv v0.2.0
23182026-03-02T21:36:20.802Z Checking phf_shared v0.11.2
23192026-03-02T21:36:20.843Z Checking time v0.3.47
23202026-03-02T21:36:21.066Z Checking stringprep v0.1.5
23212026-03-02T21:36:21.284Z Checking tokio-rustls v0.26.0
23222026-03-02T21:36:21.325Z Checking anstream v0.6.18
23232026-03-02T21:36:21.640Z Checking proptest v1.7.0
23242026-03-02T21:36:21.692Z Checking goblin v0.10.2
23252026-03-02T21:36:21.709Z Checking tower v0.5.2
23262026-03-02T21:36:21.802Z Checking libz-rs-sys v0.5.1
23272026-03-02T21:36:21.865Z Checking crossbeam-epoch v0.9.18
23282026-03-02T21:36:21.959Z Checking native-tls v0.2.12
23292026-03-02T21:36:22.002Z Checking syn v2.0.117
23302026-03-02T21:36:22.292Z Compiling daft v0.1.4
23312026-03-02T21:36:22.318Z Checking ipnetwork v0.21.1
23322026-03-02T21:36:22.550Z Checking http-body-util v0.1.3
23332026-03-02T21:36:22.733Z Checking webpki-roots v1.0.1
23342026-03-02T21:36:22.860Z Checking thiserror v1.0.69
23352026-03-02T21:36:22.949Z Checking scroll v0.12.0
23362026-03-02T21:36:22.990Z Checking zstd-sys v2.0.14+zstd.1.5.7
23372026-03-02T21:36:23.017Z Checking toml_datetime v0.6.11
23382026-03-02T21:36:23.192Z Checking serde_spanned v0.6.9
23392026-03-02T21:36:23.358Z Checking num-integer v0.1.46
23402026-03-02T21:36:23.420Z Checking rand_chacha v0.3.1
23412026-03-02T21:36:23.440Z Checking md-5 v0.10.6
23422026-03-02T21:36:23.587Z Checking ff v0.13.0
23432026-03-02T21:36:23.685Z Checking hash32 v0.2.1
23442026-03-02T21:36:23.822Z Checking fallible-iterator v0.2.0
23452026-03-02T21:36:23.822Z Checking psl-types v2.0.11
23462026-03-02T21:36:23.857Z Checking gimli v0.31.1
23472026-03-02T21:36:23.981Z Checking either v1.15.0
23482026-03-02T21:36:24.030Z Checking ryu v1.0.18
23492026-03-02T21:36:24.283Z Checking iri-string v0.7.8
23502026-03-02T21:36:24.348Z Checking base16ct v0.2.0
23512026-03-02T21:36:24.422Z Checking postgres-protocol v0.6.8
23522026-03-02T21:36:24.469Z Checking hyper v1.8.1
23532026-03-02T21:36:24.558Z Checking sec1 v0.7.3
23542026-03-02T21:36:24.968Z Compiling iddqd v0.3.16
23552026-03-02T21:36:25.072Z Checking serde_urlencoded v0.7.1
23562026-03-02T21:36:25.526Z Checking publicsuffix v2.3.0
23572026-03-02T21:36:25.834Z Checking heapless v0.7.17
23582026-03-02T21:36:26.390Z Checking num-iter v0.1.45
23592026-03-02T21:36:26.509Z Checking hyper-util v0.1.19
23602026-03-02T21:36:26.590Z Checking rand v0.8.5
23612026-03-02T21:36:26.793Z Checking group v0.13.0
23622026-03-02T21:36:26.843Z Checking tower-http v0.6.8
23632026-03-02T21:36:27.066Z Checking cookie v0.18.1
23642026-03-02T21:36:27.419Z Checking goblin v0.8.2
23652026-03-02T21:36:27.512Z Checking zstd-safe v7.2.3
23662026-03-02T21:36:27.572Z Checking addr2line v0.24.2
23672026-03-02T21:36:27.643Z Checking oxnet v0.1.4
23682026-03-02T21:36:27.663Z Checking dof v0.4.0
23692026-03-02T21:36:27.777Z Checking tokio-native-tls v0.3.1
23702026-03-02T21:36:27.820Z Checking flate2 v1.1.2
23712026-03-02T21:36:28.034Z Checking terminal_size v0.4.0
23722026-03-02T21:36:28.057Z Checking dtrace-parser v0.3.0
23732026-03-02T21:36:28.087Z Checking signal-hook v0.3.18
23742026-03-02T21:36:28.107Z Checking hkdf v0.12.4
23752026-03-02T21:36:28.226Z Checking crypto-bigint v0.5.5
23762026-03-02T21:36:28.316Z Checking thread-id v5.0.0
23772026-03-02T21:36:28.427Z Checking object v0.36.5
23782026-03-02T21:36:28.446Z Checking rustc-demangle v0.1.24
23792026-03-02T21:36:28.484Z Checking simd-adler32 v0.3.7
23802026-03-02T21:36:28.555Z Checking lockfree-object-pool v0.1.6
23812026-03-02T21:36:28.574Z Checking managed v0.8.0
23822026-03-02T21:36:28.815Z Checking winnow v0.5.40
23832026-03-02T21:36:28.835Z Checking clap_lex v0.7.4
23842026-03-02T21:36:28.898Z Checking bitflags v1.3.2
23852026-03-02T21:36:28.965Z Checking strsim v0.11.1
23862026-03-02T21:36:29.015Z Compiling rayon-core v1.12.1
23872026-03-02T21:36:29.113Z Checking bumpalo v3.16.0
23882026-03-02T21:36:29.277Z Checking clap_builder v4.5.48
23892026-03-02T21:36:29.349Z Checking hyper-rustls v0.27.7
23902026-03-02T21:36:29.393Z Checking hyper-tls v0.6.0
23912026-03-02T21:36:29.461Z Checking zopfli v0.8.1
23922026-03-02T21:36:29.690Z Checking smoltcp v0.9.1
23932026-03-02T21:36:29.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942026-03-02T21:36:30.120Z Checking usdt-impl v0.6.0
23952026-03-02T21:36:30.194Z Checking signal-hook-mio v0.2.4
23962026-03-02T21:36:30.705Z Checking zstd v0.13.3
23972026-03-02T21:36:30.872Z Checking num-bigint-dig v0.8.6
23982026-03-02T21:36:30.890Z Checking elliptic-curve v0.13.8
23992026-03-02T21:36:31.087Z Checking cookie_store v0.22.1
24002026-03-02T21:36:31.102Z Checking postgres-types v0.2.9
24012026-03-02T21:36:31.532Z Checking dtrace-parser v0.2.0
24022026-03-02T21:36:31.613Z Checking toml_edit v0.19.15
24032026-03-02T21:36:31.744Z Checking crossbeam-deque v0.8.5
24042026-03-02T21:36:31.748Z Checking bstr v1.10.0
24052026-03-02T21:36:32.051Z Checking regex v1.12.3
24062026-03-02T21:36:32.083Z Checking rustls-platform-verifier v0.6.2
24072026-03-02T21:36:32.146Z Checking dof v0.3.0
24082026-03-02T21:36:32.149Z Checking phf v0.11.2
24092026-03-02T21:36:32.310Z Checking ed25519 v2.2.3
24102026-03-02T21:36:32.451Z Checking bzip2 v0.5.2
24112026-03-02T21:36:32.647Z Checking bzip2 v0.4.4
24122026-03-02T21:36:32.685Z Checking curve25519-dalek v4.1.3
24132026-03-02T21:36:32.703Z Checking ref-cast v1.0.25
24142026-03-02T21:36:32.744Z Checking strum v0.27.2
24152026-03-02T21:36:32.764Z Checking hubpack v0.1.2
24162026-03-02T21:36:32.854Z Checking memoffset v0.9.1
24172026-03-02T21:36:32.901Z Checking pkcs1 v0.7.5
24182026-03-02T21:36:32.919Z Checking serde-big-array v0.5.1
24192026-03-02T21:36:32.977Z Checking hex v0.4.3
24202026-03-02T21:36:32.996Z Checking erased-serde v0.3.31
24212026-03-02T21:36:33.051Z Checking float-cmp v0.10.0
24222026-03-02T21:36:33.141Z Checking rfc6979 v0.4.0
24232026-03-02T21:36:33.265Z Checking thread-id v4.2.2
24242026-03-02T21:36:33.337Z Checking socket2 v0.5.10
24252026-03-02T21:36:33.352Z Checking memmap2 v0.9.8
24262026-03-02T21:36:33.397Z Checking env_filter v0.1.2
24272026-03-02T21:36:33.495Z Checking encoding_rs v0.8.34
24282026-03-02T21:36:33.634Z Checking winnow v0.7.14
24292026-03-02T21:36:33.657Z Checking fixedbitset v0.5.7
24302026-03-02T21:36:33.842Z Checking mime v0.3.17
24312026-03-02T21:36:33.969Z Checking difflib v0.4.0
24322026-03-02T21:36:34.022Z Checking fixedbitset v0.4.2
24332026-03-02T21:36:34.039Z Checking toml_write v0.1.2
24342026-03-02T21:36:34.155Z Checking unicode-segmentation v1.12.0
24352026-03-02T21:36:34.286Z Checking keccak v0.1.5
24362026-03-02T21:36:34.291Z Checking data-encoding v2.9.0
24372026-03-02T21:36:34.333Z Checking static_assertions v1.1.0
24382026-03-02T21:36:34.369Z Checking backtrace v0.3.74
24392026-03-02T21:36:34.403Z Checking rustc-hash v2.1.1
24402026-03-02T21:36:34.441Z Checking whoami v1.5.2
24412026-03-02T21:36:34.596Z Checking jiff v0.2.15
24422026-03-02T21:36:34.640Z Checking predicates-core v1.0.8
24432026-03-02T21:36:34.740Z Checking normalize-line-endings v0.3.0
24442026-03-02T21:36:34.842Z Checking precomputed-hash v0.1.1
24452026-03-02T21:36:34.845Z Checking new_debug_unreachable v1.0.6
24462026-03-02T21:36:34.845Z Checking similar v2.7.0
24472026-03-02T21:36:34.896Z Checking predicates v3.1.3
24482026-03-02T21:36:34.914Z Checking anyhow v1.0.99
24492026-03-02T21:36:34.970Z Checking hickory-proto v0.25.2
24502026-03-02T21:36:34.989Z Checking string_cache v0.8.9
24512026-03-02T21:36:35.279Z Checking tokio-postgres v0.7.13
24522026-03-02T21:36:35.295Z Checking sha3 v0.10.8
24532026-03-02T21:36:35.653Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24542026-03-02T21:36:35.709Z Checking ed25519-dalek v2.1.1
24552026-03-02T21:36:35.727Z Checking reqwest v0.12.28
24562026-03-02T21:36:36.115Z Checking petgraph v0.6.5
24572026-03-02T21:36:36.516Z Checking toml_edit v0.22.27
24582026-03-02T21:36:37.468Z Checking petgraph v0.8.2
24592026-03-02T21:36:37.574Z Checking toml v0.7.8
24602026-03-02T21:36:38.090Z Checking slog v2.8.2
24612026-03-02T21:36:38.258Z Checking env_logger v0.11.8
24622026-03-02T21:36:38.635Z Checking usdt v0.6.0
24632026-03-02T21:36:38.654Z Checking serde_with v3.16.1
24642026-03-02T21:36:38.935Z Checking usdt-impl v0.5.0
24652026-03-02T21:36:39.128Z Checking ecdsa v0.16.9
24662026-03-02T21:36:39.224Z Checking rsa v0.9.8
24672026-03-02T21:36:39.508Z Checking nix v0.29.0
24682026-03-02T21:36:39.848Z Checking zip v0.6.6
24692026-03-02T21:36:40.217Z Checking reqwest v0.13.2
24702026-03-02T21:36:40.509Z Checking clap v4.5.48
24712026-03-02T21:36:40.567Z Checking zip v4.2.0
24722026-03-02T21:36:40.914Z Checking crossterm v0.28.1
24732026-03-02T21:36:41.025Z Checking itertools v0.13.0
24742026-03-02T21:36:41.269Z Checking itertools v0.10.5
24752026-03-02T21:36:41.295Z Checking strum v0.26.3
24762026-03-02T21:36:41.484Z Checking tokio-stream v0.1.17
24772026-03-02T21:36:41.681Z Checking ahash v0.8.12
24782026-03-02T21:36:41.853Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24792026-03-02T21:36:42.082Z Checking fs-err v3.1.1
24802026-03-02T21:36:42.102Z Checking buf-list v1.0.3
24812026-03-02T21:36:42.231Z Checking camino v1.2.2
24822026-03-02T21:36:42.251Z Checking x509-cert v0.2.5
24832026-03-02T21:36:42.295Z Checking openapiv3 v2.2.0
24842026-03-02T21:36:42.450Z Checking sha1 v0.10.6
24852026-03-02T21:36:42.593Z Checking winnow v0.6.26
24862026-03-02T21:36:42.652Z Checking peg-runtime v0.8.5
24872026-03-02T21:36:42.757Z Checking lalrpop-util v0.19.12
24882026-03-02T21:36:42.815Z Checking rayon v1.10.0
24892026-03-02T21:36:42.897Z Checking sigpipe v0.1.3
24902026-03-02T21:36:43.016Z Checking glob v0.3.2
24912026-03-02T21:36:45.328Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24922026-03-02T21:36:45.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.98s
24932026-03-02T21:36:45.900Z
24942026-03-02T21:36:45.900Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/256)
24952026-03-02T21:36:46.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-03-02T21:36:46.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-03-02T21:36:46.983Z Checking newtype-uuid v1.3.2
24982026-03-02T21:36:46.983Z Checking regress v0.10.5
24992026-03-02T21:36:46.986Z Compiling structmeta-derive v0.3.0
25002026-03-02T21:36:46.986Z Compiling rustls v0.22.4
25012026-03-02T21:36:47.180Z Compiling multer v3.1.0
25022026-03-02T21:36:47.202Z Compiling newtype-uuid-macros v0.1.0
25032026-03-02T21:36:47.205Z Compiling async-stream-impl v0.3.6
25042026-03-02T21:36:47.424Z Checking daft v0.1.4
25052026-03-02T21:36:47.503Z Checking futures-executor v0.3.31
25062026-03-02T21:36:47.603Z Compiling dropshot v0.16.7
25072026-03-02T21:36:47.751Z Checking futures v0.3.31
25082026-03-02T21:36:47.884Z Compiling dropshot_endpoint v0.16.7
25092026-03-02T21:36:47.910Z Checking iddqd v0.3.16
25102026-03-02T21:36:48.043Z Checking match_cfg v0.1.0
25112026-03-02T21:36:48.157Z Checking hostname v0.3.1
25122026-03-02T21:36:48.309Z Checking thread_local v1.1.8
25132026-03-02T21:36:48.436Z Checking crossbeam-channel v0.5.15
25142026-03-02T21:36:48.592Z Checking is-terminal v0.4.13
25152026-03-02T21:36:48.744Z Checking term v1.1.0
25162026-03-02T21:36:48.834Z Checking take_mut v0.2.2
25172026-03-02T21:36:49.018Z Checking rustls-webpki v0.102.8
25182026-03-02T21:36:49.144Z Checking slog-async v2.8.0
25192026-03-02T21:36:49.174Z Checking slog-term v2.9.2
25202026-03-02T21:36:49.466Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-03-02T21:36:49.527Z Compiling structmeta v0.3.0
25222026-03-02T21:36:49.751Z Checking debug-ignore v1.0.5
25232026-03-02T21:36:49.826Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25242026-03-02T21:36:49.916Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25252026-03-02T21:36:49.939Z Compiling derive-ex v0.1.8
25262026-03-02T21:36:49.967Z Compiling parse-display-derive v0.10.0
25272026-03-02T21:36:50.186Z Checking toml_parser v1.0.6+spec-1.1.0
25282026-03-02T21:36:50.406Z Checking slog-json v2.6.1
25292026-03-02T21:36:50.653Z Checking macaddr v1.0.1
25302026-03-02T21:36:50.707Z Checking serde_spanned v1.0.4
25312026-03-02T21:36:50.900Z Checking toml_datetime v0.7.5+spec-1.1.0
25322026-03-02T21:36:50.937Z Checking toml_writer v1.0.6+spec-1.1.0
25332026-03-02T21:36:50.999Z Checking slog-bunyan v2.5.0
25342026-03-02T21:36:51.195Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25352026-03-02T21:36:51.296Z Checking async-stream v0.3.6
25362026-03-02T21:36:51.319Z Checking toml v0.9.11+spec-1.1.0
25372026-03-02T21:36:51.950Z Checking waitgroup v0.1.2
25382026-03-02T21:36:51.975Z Checking rustls-pemfile v2.2.0
25392026-03-02T21:36:52.020Z Checking serde_path_to_error v0.1.20
25402026-03-02T21:36:52.123Z Checking hostname v0.4.2
25412026-03-02T21:36:52.224Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25422026-03-02T21:36:52.286Z Compiling itertools v0.14.0
25432026-03-02T21:36:52.411Z Checking progenitor-client v0.13.0
25442026-03-02T21:36:52.663Z Checking instant v0.1.13
25452026-03-02T21:36:52.761Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-03-02T21:36:52.806Z Checking backoff v0.4.0
25472026-03-02T21:36:52.948Z Checking progenitor-client v0.10.0
25482026-03-02T21:36:53.128Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25492026-03-02T21:36:53.263Z Checking tokio-rustls v0.25.0
25502026-03-02T21:36:53.354Z Checking backon v1.6.0
25512026-03-02T21:36:53.683Z Checking heck v0.5.0
25522026-03-02T21:36:53.833Z Checking parse-display v0.10.0
25532026-03-02T21:36:53.909Z Compiling test-strategy v0.4.3
25542026-03-02T21:36:53.933Z Checking unicode-width v0.1.14
25552026-03-02T21:36:54.081Z Compiling proc-macro-crate v1.3.1
25562026-03-02T21:36:54.142Z Compiling proc-macro-error v1.0.4
25572026-03-02T21:36:54.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25582026-03-02T21:36:54.744Z Compiling heapless v0.8.0
25592026-03-02T21:36:54.865Z Checking hash32 v0.3.1
25602026-03-02T21:36:54.888Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25612026-03-02T21:36:54.924Z Compiling num_enum_derive v0.5.11
25622026-03-02T21:36:55.090Z Compiling smoltcp v0.11.0
25632026-03-02T21:36:55.113Z Compiling ingot-macros v0.1.1
25642026-03-02T21:36:55.255Z Checking tabwriter v1.4.0
25652026-03-02T21:36:55.402Z Compiling foreign-types-macros v0.2.3
25662026-03-02T21:36:55.494Z Checking foreign-types-shared v0.3.1
25672026-03-02T21:36:55.637Z Checking cobs v0.2.3
25682026-03-02T21:36:55.762Z Compiling crucible-workspace-hack v0.1.0
25692026-03-02T21:36:55.849Z Checking postcard v1.0.10
25702026-03-02T21:36:56.417Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-03-02T21:36:56.499Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-02T21:36:56.598Z Checking foreign-types v0.5.0
25732026-03-02T21:36:56.729Z Checking cstr-argument v0.1.2
25742026-03-02T21:36:56.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-02T21:36:56.929Z Checking pretty-hex v0.2.1
25762026-03-02T21:36:57.111Z Checking num_enum v0.5.11
25772026-03-02T21:36:57.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25782026-03-02T21:36:57.211Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-03-02T21:36:57.289Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25802026-03-02T21:36:57.313Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25812026-03-02T21:36:57.335Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25822026-03-02T21:36:57.543Z Checking colored v2.2.0
25832026-03-02T21:36:57.571Z Checking secrecy v0.10.3
25842026-03-02T21:36:57.632Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25852026-03-02T21:36:57.725Z Compiling unsafe-libyaml v0.2.11
25862026-03-02T21:36:57.776Z Compiling convert_case v0.4.0
25872026-03-02T21:36:57.955Z Checking camino-tempfile v1.4.1
25882026-03-02T21:36:58.147Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892026-03-02T21:36:58.268Z Compiling nix v0.30.1
25902026-03-02T21:36:58.511Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-03-02T21:36:58.587Z Compiling derive_more v0.99.20
25922026-03-02T21:36:58.958Z Compiling serde_yaml v0.9.34+deprecated
25932026-03-02T21:36:59.273Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-02T21:36:59.296Z Compiling zone_cfg_derive v0.3.0
25952026-03-02T21:36:59.472Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25962026-03-02T21:36:59.586Z Checking itertools v0.12.1
25972026-03-02T21:36:59.885Z Checking smf v0.2.3
25982026-03-02T21:37:00.382Z Compiling num-derive v0.4.2
25992026-03-02T21:37:00.675Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26002026-03-02T21:37:01.386Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26012026-03-02T21:37:01.665Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26022026-03-02T21:37:01.762Z Checking ingot-types v0.1.2
26032026-03-02T21:37:01.923Z Checking zone v0.3.1
26042026-03-02T21:37:02.512Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26052026-03-02T21:37:02.540Z Checking ingot v0.1.1
26062026-03-02T21:37:02.585Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26072026-03-02T21:37:02.691Z Compiling typify-impl v0.4.3
26082026-03-02T21:37:04.476Z Compiling typify-impl v0.6.1
26092026-03-02T21:37:05.991Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26102026-03-02T21:37:06.603Z Compiling prettyplease v0.2.36
26112026-03-02T21:37:08.364Z Compiling typify-impl v0.2.0
26122026-03-02T21:37:08.477Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26132026-03-02T21:37:08.661Z Checking num-rational v0.4.2
26142026-03-02T21:37:10.370Z Compiling thiserror-impl-no-std v2.0.2
26152026-03-02T21:37:10.468Z Checking universal-hash v0.5.1
26162026-03-02T21:37:10.682Z Checking num-complex v0.4.6
26172026-03-02T21:37:10.718Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-02T21:37:11.996Z Checking half v2.4.1
26192026-03-02T21:37:12.049Z Checking ciborium-io v0.2.2
26202026-03-02T21:37:12.206Z Checking opaque-debug v0.3.1
26212026-03-02T21:37:12.324Z Checking unicode-width v0.2.0
26222026-03-02T21:37:12.515Z Checking ciborium-ll v0.2.2
26232026-03-02T21:37:12.854Z Checking poly1305 v0.8.0
26242026-03-02T21:37:12.876Z Checking num v0.4.3
26252026-03-02T21:37:12.992Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26262026-03-02T21:37:13.117Z Checking thiserror-no-std v2.0.2
26272026-03-02T21:37:13.395Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26282026-03-02T21:37:13.765Z Checking toml v0.8.23
26292026-03-02T21:37:14.120Z Compiling typify-macro v0.4.3
26302026-03-02T21:37:14.541Z Checking password-hash v0.5.0
26312026-03-02T21:37:15.019Z Checking chacha20 v0.9.1
26322026-03-02T21:37:15.116Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26332026-03-02T21:37:15.386Z Compiling usdt-macro v0.5.0
26342026-03-02T21:37:15.409Z Compiling usdt-attr-macro v0.5.0
26352026-03-02T21:37:15.859Z Compiling typify-macro v0.6.1
26362026-03-02T21:37:15.953Z Checking blake2 v0.10.6
26372026-03-02T21:37:16.426Z Checking aead v0.5.2
26382026-03-02T21:37:16.805Z Checking memmap v0.7.0
26392026-03-02T21:37:16.950Z Checking float-ord v0.3.2
26402026-03-02T21:37:17.046Z Checking usdt v0.5.0
26412026-03-02T21:37:17.125Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26422026-03-02T21:37:17.345Z Checking chacha20poly1305 v0.10.1
26432026-03-02T21:37:17.714Z Checking argon2 v0.5.3
26442026-03-02T21:37:17.769Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26452026-03-02T21:37:17.913Z Compiling typify v0.4.3
26462026-03-02T21:37:18.113Z Checking vsss-rs v3.3.4
26472026-03-02T21:37:18.420Z Checking console v0.15.10
26482026-03-02T21:37:19.006Z Checking ciborium v0.2.2
26492026-03-02T21:37:19.458Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26502026-03-02T21:37:19.543Z Compiling typify-macro v0.2.0
26512026-03-02T21:37:19.953Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26522026-03-02T21:37:19.971Z Compiling semver v0.1.20
26532026-03-02T21:37:20.302Z Checking indent_write v2.2.0
26542026-03-02T21:37:20.332Z Compiling rustc_version v0.1.7
26552026-03-02T21:37:20.392Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26562026-03-02T21:37:20.510Z Compiling typify v0.6.1
26572026-03-02T21:37:20.533Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26582026-03-02T21:37:20.708Z Compiling progenitor-impl v0.11.2
26592026-03-02T21:37:21.202Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26602026-03-02T21:37:23.428Z Compiling pin-project-internal v1.1.6
26612026-03-02T21:37:23.482Z Compiling minimal-lexical v0.2.1
26622026-03-02T21:37:23.676Z Checking siphasher v1.0.1
26632026-03-02T21:37:23.720Z Checking swrite v0.1.0
26642026-03-02T21:37:23.867Z Checking linked-hash-map v0.5.6
26652026-03-02T21:37:23.898Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26662026-03-02T21:37:24.006Z Compiling nom v7.1.3
26672026-03-02T21:37:24.028Z Checking phf_shared v0.12.1
26682026-03-02T21:37:24.180Z Checking lru-cache v0.1.2
26692026-03-02T21:37:24.233Z Compiling typify v0.2.0
26702026-03-02T21:37:24.388Z Compiling newtype_derive v0.1.6
26712026-03-02T21:37:24.424Z Compiling progenitor-impl v0.13.0
26722026-03-02T21:37:26.099Z Checking pin-project v1.1.6
26732026-03-02T21:37:27.253Z Checking resolv-conf v0.7.0
26742026-03-02T21:37:27.340Z Compiling progenitor-macro v0.11.2
26752026-03-02T21:37:27.425Z Checking newline-converter v0.3.0
26762026-03-02T21:37:27.656Z Checking hickory-proto v0.24.4
26772026-03-02T21:37:27.676Z Checking progenitor-client v0.11.2
26782026-03-02T21:37:28.138Z Checking atomicwrites v0.4.4
26792026-03-02T21:37:28.380Z Checking pem v3.0.5
26802026-03-02T21:37:28.689Z Compiling snafu-derive v0.8.5
26812026-03-02T21:37:28.949Z Checking csv-core v0.1.11
26822026-03-02T21:37:29.322Z Compiling derive-where v1.5.0
26832026-03-02T21:37:30.393Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26842026-03-02T21:37:31.176Z Compiling async-recursion v1.1.1
26852026-03-02T21:37:31.972Z Compiling slog-dtrace v0.3.0
26862026-03-02T21:37:32.326Z Checking same-file v1.0.6
26872026-03-02T21:37:32.349Z Compiling owo-colors v4.2.3
26882026-03-02T21:37:32.372Z Compiling chrono-tz v0.10.4
26892026-03-02T21:37:32.545Z Checking highway v1.3.0
26902026-03-02T21:37:32.642Z Compiling cancel-safe-futures v0.1.5
26912026-03-02T21:37:32.736Z Compiling const_format_proc_macros v0.2.34
26922026-03-02T21:37:33.033Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26932026-03-02T21:37:33.088Z Checking walkdir v2.5.0
26942026-03-02T21:37:33.195Z Checking hickory-resolver v0.24.4
26952026-03-02T21:37:33.270Z Checking snafu v0.8.5
26962026-03-02T21:37:33.389Z Compiling progenitor-macro v0.13.0
26972026-03-02T21:37:33.696Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26982026-03-02T21:37:33.755Z Checking csv v1.3.1
26992026-03-02T21:37:34.623Z Checking expectorate v1.2.0
27002026-03-02T21:37:34.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27012026-03-02T21:37:34.841Z Compiling progenitor-impl v0.8.0
27022026-03-02T21:37:34.859Z Checking phf v0.12.1
27032026-03-02T21:37:35.686Z Checking tokio-dtrace v0.1.0
27042026-03-02T21:37:35.711Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27052026-03-02T21:37:35.981Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27062026-03-02T21:37:36.904Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27072026-03-02T21:37:37.013Z Checking globset v0.4.15
27082026-03-02T21:37:37.192Z Checking olpc-cjson v0.1.4
27092026-03-02T21:37:37.420Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27102026-03-02T21:37:37.570Z Checking libsw-core v0.3.1
27112026-03-02T21:37:37.840Z Compiling lzma-sys v0.1.20
27122026-03-02T21:37:37.957Z Checking serde_plain v1.0.2
27132026-03-02T21:37:38.543Z Checking colored v3.0.0
27142026-03-02T21:37:38.589Z Checking typed-path v0.9.3
27152026-03-02T21:37:38.675Z Checking utf-8 v0.7.6
27162026-03-02T21:37:38.891Z Checking arc-swap v1.7.1
27172026-03-02T21:37:38.934Z Checking bytecount v0.6.8
27182026-03-02T21:37:39.115Z Checking papergrid v0.11.0
27192026-03-02T21:37:39.151Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27202026-03-02T21:37:39.220Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27212026-03-02T21:37:39.313Z Checking slog-scope v4.4.0
27222026-03-02T21:37:39.433Z Checking tungstenite v0.21.0
27232026-03-02T21:37:39.638Z Checking libsw v3.5.0
27242026-03-02T21:37:39.832Z Checking progenitor v0.11.2
27252026-03-02T21:37:39.918Z Checking oxide-tokio-rt v0.1.2
27262026-03-02T21:37:40.073Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27272026-03-02T21:37:40.327Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27282026-03-02T21:37:40.444Z Checking tough v0.20.0
27292026-03-02T21:37:41.399Z Compiling progenitor-macro v0.8.0
27302026-03-02T21:37:42.312Z Checking qorb v0.4.1
27312026-03-02T21:37:42.475Z Checking const_format v0.2.34
27322026-03-02T21:37:42.952Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27332026-03-02T21:37:44.353Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27342026-03-02T21:37:44.745Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27352026-03-02T21:37:45.021Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27362026-03-02T21:37:45.105Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27372026-03-02T21:37:45.130Z Compiling tabled_derive v0.7.0
27382026-03-02T21:37:45.801Z Checking progenitor-client v0.8.0
27392026-03-02T21:37:45.843Z Checking gethostname v0.5.0
27402026-03-02T21:37:45.932Z Checking progenitor v0.13.0
27412026-03-02T21:37:46.007Z Compiling heck v0.3.3
27422026-03-02T21:37:46.155Z Checking bcs v0.1.6
27432026-03-02T21:37:46.178Z Checking termtree v0.5.1
27442026-03-02T21:37:46.197Z Checking smawk v0.3.2
27452026-03-02T21:37:46.344Z Checking linear-map v1.2.0
27462026-03-02T21:37:46.428Z Checking unicode-linebreak v0.1.5
27472026-03-02T21:37:46.446Z Compiling zone_cfg_derive v0.1.2
27482026-03-02T21:37:46.627Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27492026-03-02T21:37:46.683Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502026-03-02T21:37:46.892Z Checking textwrap v0.16.2
27512026-03-02T21:37:47.233Z Checking tabled v0.15.0
27522026-03-02T21:37:47.290Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27532026-03-02T21:37:47.825Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27542026-03-02T21:37:48.154Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27552026-03-02T21:37:48.467Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27562026-03-02T21:37:48.843Z Checking steno v0.4.1
27572026-03-02T21:37:48.901Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27582026-03-02T21:37:49.607Z Checking tokio-tungstenite v0.21.0
27592026-03-02T21:37:49.927Z Checking slog-stdlog v4.1.1
27602026-03-02T21:37:50.036Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27612026-03-02T21:37:50.145Z Checking number_prefix v0.4.0
27622026-03-02T21:37:50.169Z Checking base64 v0.13.1
27632026-03-02T21:37:50.381Z Checking base64 v0.21.7
27642026-03-02T21:37:50.384Z Checking humantime v2.2.0
27652026-03-02T21:37:50.628Z Checking ron v0.7.1
27662026-03-02T21:37:50.738Z Checking indicatif v0.17.11
27672026-03-02T21:37:50.844Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27682026-03-02T21:37:51.021Z Checking slog-envlogger v2.2.0
27692026-03-02T21:37:51.293Z Checking xz2 v0.1.7
27702026-03-02T21:37:51.340Z Checking zone v0.1.8
27712026-03-02T21:37:51.467Z Checking xattr v1.3.1
27722026-03-02T21:37:51.609Z Checking yasna v0.5.2
27732026-03-02T21:37:51.681Z Checking headers-core v0.3.0
27742026-03-02T21:37:51.702Z Checking filetime v0.2.26
27752026-03-02T21:37:51.857Z Checking headers v0.4.1
27762026-03-02T21:37:51.931Z Checking tar v0.4.44
27772026-03-02T21:37:52.003Z Checking subprocess v0.2.9
27782026-03-02T21:37:52.455Z Checking rcgen v0.12.1
27792026-03-02T21:37:53.487Z Checking progenitor v0.8.0
27802026-03-02T21:37:53.658Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27812026-03-02T21:37:56.213Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27822026-03-02T21:38:02.705Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27832026-03-02T21:38:12.326Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27842026-03-02T21:38:14.444Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27852026-03-02T21:38:16.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
27862026-03-02T21:38:16.451Z
27872026-03-02T21:38:16.451Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/256)
27882026-03-02T21:38:17.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-02T21:38:17.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-02T21:38:17.432Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27912026-03-02T21:38:19.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
27922026-03-02T21:38:19.573Z
27932026-03-02T21:38:19.573Zinfo: running `cargo check --bins` on nexus-config (53/256)
27942026-03-02T21:38:20.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-02T21:38:20.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-02T21:38:20.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-02T21:38:20.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27982026-03-02T21:38:20.454Z
27992026-03-02T21:38:20.454Zinfo: running `cargo check --bins` on nexus-types (54/256)
28002026-03-02T21:38:21.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-02T21:38:21.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-02T21:38:21.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-02T21:38:21.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28042026-03-02T21:38:21.339Z
28052026-03-02T21:38:21.339Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/256)
28062026-03-02T21:38:22.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-02T21:38:22.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-02T21:38:22.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-02T21:38:22.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28102026-03-02T21:38:22.173Z
28112026-03-02T21:38:22.173Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/256)
28122026-03-02T21:38:22.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-02T21:38:22.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-02T21:38:22.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-02T21:38:22.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28162026-03-02T21:38:23.007Z
28172026-03-02T21:38:23.007Zinfo: running `cargo check --bins` on cockroach-admin-types (57/256)
28182026-03-02T21:38:23.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-02T21:38:23.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-02T21:38:23.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-02T21:38:23.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28222026-03-02T21:38:23.803Z
28232026-03-02T21:38:23.803Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/256)
28242026-03-02T21:38:24.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-02T21:38:24.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-02T21:38:24.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-02T21:38:24.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28282026-03-02T21:38:24.600Z
28292026-03-02T21:38:24.601Zinfo: running `cargo check --bins` on ereport-types (59/256)
28302026-03-02T21:38:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-02T21:38:25.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-02T21:38:25.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-02T21:38:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28342026-03-02T21:38:25.409Z
28352026-03-02T21:38:25.409Zinfo: running `cargo check --bins` on gateway-client (60/256)
28362026-03-02T21:38:26.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-02T21:38:26.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-02T21:38:26.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-02T21:38:26.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28402026-03-02T21:38:26.248Z
28412026-03-02T21:38:26.248Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/256)
28422026-03-02T21:38:26.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-02T21:38:26.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-02T21:38:26.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-02T21:38:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28462026-03-02T21:38:27.054Z
28472026-03-02T21:38:27.054Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/256)
28482026-03-02T21:38:27.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-02T21:38:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-02T21:38:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-02T21:38:27.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28522026-03-02T21:38:27.873Z
28532026-03-02T21:38:27.873Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/256)
28542026-03-02T21:38:28.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-02T21:38:28.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-02T21:38:28.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-02T21:38:28.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28582026-03-02T21:38:28.693Z
28592026-03-02T21:38:28.693Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/256)
28602026-03-02T21:38:29.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-02T21:38:29.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-02T21:38:29.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-02T21:38:29.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28642026-03-02T21:38:29.511Z
28652026-03-02T21:38:29.511Zinfo: running `cargo check --bins` on internal-dns-types (65/256)
28662026-03-02T21:38:30.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-02T21:38:30.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-02T21:38:30.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-02T21:38:30.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28702026-03-02T21:38:30.325Z
28712026-03-02T21:38:30.325Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/256)
28722026-03-02T21:38:31.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-02T21:38:31.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-02T21:38:31.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-02T21:38:31.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28762026-03-02T21:38:31.153Z
28772026-03-02T21:38:31.153Zinfo: running `cargo check --bins` on nexus-types-versions (67/256)
28782026-03-02T21:38:31.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-02T21:38:31.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-02T21:38:31.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-02T21:38:31.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28822026-03-02T21:38:32.017Z
28832026-03-02T21:38:32.017Zinfo: running `cargo check --bins` on omicron-passwords (68/256)
28842026-03-02T21:38:32.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-02T21:38:32.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-02T21:38:32.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-02T21:38:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28882026-03-02T21:38:32.841Z
28892026-03-02T21:38:32.841Zinfo: running `cargo check --bins` on oxql-types (69/256)
28902026-03-02T21:38:33.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-02T21:38:33.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-02T21:38:33.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-02T21:38:33.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28942026-03-02T21:38:33.680Z
28952026-03-02T21:38:33.680Zinfo: running `cargo check --bins` on oximeter-types (70/256)
28962026-03-02T21:38:34.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-02T21:38:34.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-02T21:38:34.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-02T21:38:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29002026-03-02T21:38:34.505Z
29012026-03-02T21:38:34.505Zinfo: running `cargo check --bins` on oximeter-types-versions (71/256)
29022026-03-02T21:38:35.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-02T21:38:35.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-02T21:38:35.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-02T21:38:35.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29062026-03-02T21:38:35.339Z
29072026-03-02T21:38:35.339Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/256)
29082026-03-02T21:38:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-02T21:38:36.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-02T21:38:36.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-02T21:38:36.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29122026-03-02T21:38:36.157Z
29132026-03-02T21:38:36.157Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/256)
29142026-03-02T21:38:36.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-02T21:38:36.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-02T21:38:36.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-02T21:38:36.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29182026-03-02T21:38:37.014Z
29192026-03-02T21:38:37.014Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/256)
29202026-03-02T21:38:37.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-02T21:38:37.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-02T21:38:37.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-02T21:38:37.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29242026-03-02T21:38:37.872Z
29252026-03-02T21:38:37.872Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/256)
29262026-03-02T21:38:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-02T21:38:38.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-02T21:38:38.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-02T21:38:38.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29302026-03-02T21:38:38.746Z
29312026-03-02T21:38:38.746Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/256)
29322026-03-02T21:38:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-02T21:38:39.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-02T21:38:39.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-02T21:38:39.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29362026-03-02T21:38:39.599Z
29372026-03-02T21:38:39.599Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/256)
29382026-03-02T21:38:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-02T21:38:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-02T21:38:40.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-02T21:38:40.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29422026-03-02T21:38:40.452Z
29432026-03-02T21:38:40.452Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/256)
29442026-03-02T21:38:41.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-02T21:38:41.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-02T21:38:41.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-02T21:38:41.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29482026-03-02T21:38:41.294Z
29492026-03-02T21:38:41.294Zinfo: running `cargo check --bins --no-default-features` on gfss (79/256)
29502026-03-02T21:38:42.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-02T21:38:42.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-02T21:38:42.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-03-02T21:38:42.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29542026-03-02T21:38:42.101Z
29552026-03-02T21:38:42.101Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/256)
29562026-03-02T21:38:42.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-02T21:38:42.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-02T21:38:42.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592026-03-02T21:38:42.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29602026-03-02T21:38:42.919Z
29612026-03-02T21:38:42.919Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/256)
29622026-03-02T21:38:43.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-03-02T21:38:43.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-03-02T21:38:43.774Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29652026-03-02T21:38:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29662026-03-02T21:38:44.675Z
29672026-03-02T21:38:44.675Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/256)
29682026-03-02T21:38:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-03-02T21:38:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-03-02T21:38:45.557Z Compiling object v0.37.3
29712026-03-02T21:38:45.683Z Compiling stacker v0.1.23
29722026-03-02T21:38:45.686Z Compiling cfg_aliases v0.1.1
29732026-03-02T21:38:45.708Z Compiling convert_case v0.7.1
29742026-03-02T21:38:45.711Z Compiling vte_generate_state_changes v0.1.2
29752026-03-02T21:38:45.766Z Checking fd-lock v4.0.2
29762026-03-02T21:38:45.766Z Checking nibble_vec v0.1.0
29772026-03-02T21:38:45.766Z Compiling recursive-proc-macro-impl v0.1.1
29782026-03-02T21:38:45.796Z Compiling nix v0.28.0
29792026-03-02T21:38:45.927Z Checking endian-type v0.1.2
29802026-03-02T21:38:45.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29812026-03-02T21:38:46.171Z Compiling peg-macros v0.8.5
29822026-03-02T21:38:46.189Z Checking radix_trie v0.2.1
29832026-03-02T21:38:46.317Z Checking vte v0.11.1
29842026-03-02T21:38:46.433Z Compiling derive_more-impl v2.0.1
29852026-03-02T21:38:46.498Z Compiling sqlparser_derive v0.5.0
29862026-03-02T21:38:46.569Z Checking home v0.5.9
29872026-03-02T21:38:46.739Z Checking nu-ansi-term v0.50.1
29882026-03-02T21:38:46.946Z Checking unicode_categories v0.1.1
29892026-03-02T21:38:47.214Z Checking display-error-chain v0.2.2
29902026-03-02T21:38:47.253Z Checking sqlformat v0.3.5
29912026-03-02T21:38:47.701Z Checking strip-ansi-escapes v0.2.0
29922026-03-02T21:38:47.874Z Checking reedline v0.40.0
29932026-03-02T21:38:48.163Z Checking derive_more v2.0.1
29942026-03-02T21:38:48.282Z Checking crossterm v0.29.0
29952026-03-02T21:38:48.654Z Checking peg v0.8.5
29962026-03-02T21:38:48.673Z Checking rustyline v14.0.0
29972026-03-02T21:38:51.309Z Compiling ar_archive_writer v0.5.1
29982026-03-02T21:38:52.134Z Compiling psm v0.1.30
29992026-03-02T21:38:52.944Z Checking recursive v0.1.1
30002026-03-02T21:38:53.030Z Checking sqlparser v0.61.0
30012026-03-02T21:39:11.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s
30022026-03-02T21:39:12.045Z
30032026-03-02T21:39:12.045Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/256)
30042026-03-02T21:39:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-02T21:39:12.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-02T21:39:12.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-02T21:39:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
30082026-03-02T21:39:18.506Z
30092026-03-02T21:39:18.506Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/256)
30102026-03-02T21:39:19.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-02T21:39:19.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-02T21:39:19.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-02T21:39:23.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
30142026-03-02T21:39:23.359Z
30152026-03-02T21:39:23.359Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/256)
30162026-03-02T21:39:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-02T21:39:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-02T21:39:24.227Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-02T21:39:29.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
30202026-03-02T21:39:29.538Z
30212026-03-02T21:39:29.538Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/256)
30222026-03-02T21:39:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-02T21:39:30.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-02T21:39:30.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-02T21:39:35.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
30262026-03-02T21:39:36.796Z
30272026-03-02T21:39:36.797Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/256)
30282026-03-02T21:39:36.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-02T21:39:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-02T21:39:36.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-02T21:39:40.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
30322026-03-02T21:39:40.845Z
30332026-03-02T21:39:40.845Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/256)
30342026-03-02T21:39:41.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-02T21:39:41.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-02T21:39:41.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-02T21:39:46.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
30382026-03-02T21:39:46.601Z
30392026-03-02T21:39:46.601Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/256)
30402026-03-02T21:39:46.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-02T21:39:46.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-02T21:39:46.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432026-03-02T21:39:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
30442026-03-02T21:39:52.408Z
30452026-03-02T21:39:52.408Zinfo: running `cargo check --bins` on oximeter (90/256)
30462026-03-02T21:39:53.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-02T21:39:53.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-02T21:39:53.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-03-02T21:39:53.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30502026-03-02T21:39:53.244Z
30512026-03-02T21:39:53.244Zinfo: running `cargo check --bins` on oximeter-schema (91/256)
30522026-03-02T21:39:53.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-02T21:39:53.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-02T21:39:54.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30552026-03-02T21:39:54.269Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-03-02T21:39:54.739Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30572026-03-02T21:40:00.781Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30582026-03-02T21:40:01.250Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30592026-03-02T21:40:03.081Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30602026-03-02T21:40:04.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s
30612026-03-02T21:40:04.268Z
30622026-03-02T21:40:04.268Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/256)
30632026-03-02T21:40:05.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-02T21:40:05.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-02T21:40:05.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-02T21:40:05.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30672026-03-02T21:40:05.099Z
30682026-03-02T21:40:05.099Zinfo: running `cargo check --bins` on oximeter-test-utils (93/256)
30692026-03-02T21:40:05.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-02T21:40:05.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-02T21:40:05.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-02T21:40:05.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30732026-03-02T21:40:05.992Z
30742026-03-02T21:40:05.992Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/256)
30752026-03-02T21:40:06.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-02T21:40:06.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-02T21:40:06.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-02T21:40:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30792026-03-02T21:40:06.831Z
30802026-03-02T21:40:06.832Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/256)
30812026-03-02T21:40:07.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-02T21:40:07.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-02T21:40:07.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-02T21:40:07.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30852026-03-02T21:40:07.688Z
30862026-03-02T21:40:07.688Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/256)
30872026-03-02T21:40:08.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-02T21:40:08.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-02T21:40:08.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-02T21:40:08.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30912026-03-02T21:40:08.542Z
30922026-03-02T21:40:08.542Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/256)
30932026-03-02T21:40:09.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-02T21:40:09.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-02T21:40:09.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-02T21:40:09.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30972026-03-02T21:40:09.392Z
30982026-03-02T21:40:09.392Zinfo: running `cargo check --bins` on trust-quorum-types (98/256)
30992026-03-02T21:40:10.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-02T21:40:10.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-02T21:40:10.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-02T21:40:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31032026-03-02T21:40:10.241Z
31042026-03-02T21:40:10.241Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/256)
31052026-03-02T21:40:11.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-02T21:40:11.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-02T21:40:11.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-03-02T21:40:11.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31092026-03-02T21:40:11.110Z
31102026-03-02T21:40:11.110Zinfo: running `cargo check --bins` on update-engine (100/256)
31112026-03-02T21:40:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-02T21:40:11.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-02T21:40:11.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-03-02T21:40:11.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31152026-03-02T21:40:11.925Z
31162026-03-02T21:40:11.925Zinfo: running `cargo check --bins` on omicron-certificates (101/256)
31172026-03-02T21:40:12.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-02T21:40:12.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-02T21:40:12.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-02T21:40:12.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31212026-03-02T21:40:12.762Z
31222026-03-02T21:40:12.762Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/256)
31232026-03-02T21:40:13.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-02T21:40:13.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-02T21:40:13.678Z Checking dropshot-api-manager-types v0.5.2
31262026-03-02T21:40:13.678Z Checking nanorand v0.7.0
31272026-03-02T21:40:13.982Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31282026-03-02T21:40:14.034Z Checking flume v0.11.1
31292026-03-02T21:40:14.345Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31302026-03-02T21:40:15.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
31312026-03-02T21:40:15.910Z
31322026-03-02T21:40:15.910Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/256)
31332026-03-02T21:40:16.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-02T21:40:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-02T21:40:16.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-02T21:40:16.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31372026-03-02T21:40:16.760Z
31382026-03-02T21:40:16.760Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/256)
31392026-03-02T21:40:17.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-02T21:40:17.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-02T21:40:17.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-02T21:40:17.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31432026-03-02T21:40:17.612Z
31442026-03-02T21:40:17.612Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/256)
31452026-03-02T21:40:18.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-02T21:40:18.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-02T21:40:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-02T21:40:18.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31492026-03-02T21:40:18.468Z
31502026-03-02T21:40:18.469Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/256)
31512026-03-02T21:40:19.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-02T21:40:19.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-02T21:40:19.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-02T21:40:19.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31552026-03-02T21:40:19.342Z
31562026-03-02T21:40:19.342Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/256)
31572026-03-02T21:40:20.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-02T21:40:20.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-02T21:40:20.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-02T21:40:20.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31612026-03-02T21:40:20.193Z
31622026-03-02T21:40:20.193Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/256)
31632026-03-02T21:40:20.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-02T21:40:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-02T21:40:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-02T21:40:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31672026-03-02T21:40:21.040Z
31682026-03-02T21:40:21.040Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/256)
31692026-03-02T21:40:21.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-02T21:40:21.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-02T21:40:21.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-02T21:40:21.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31732026-03-02T21:40:21.889Z
31742026-03-02T21:40:21.889Zinfo: running `cargo check --bins` on cockroach-admin-client (110/256)
31752026-03-02T21:40:22.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-02T21:40:22.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-02T21:40:22.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-02T21:40:22.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31792026-03-02T21:40:22.724Z
31802026-03-02T21:40:22.725Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/256)
31812026-03-02T21:40:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-02T21:40:23.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-02T21:40:23.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-02T21:40:23.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31852026-03-02T21:40:23.587Z
31862026-03-02T21:40:23.587Zinfo: running `cargo check --bins` on dns-service-client (112/256)
31872026-03-02T21:40:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-02T21:40:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-02T21:40:24.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-02T21:40:24.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31912026-03-02T21:40:24.393Z
31922026-03-02T21:40:24.393Zinfo: running `cargo check --bins` on installinator-client (113/256)
31932026-03-02T21:40:25.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-02T21:40:25.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-02T21:40:25.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-02T21:40:25.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31972026-03-02T21:40:25.250Z
31982026-03-02T21:40:25.250Zinfo: running `cargo check --bins` on nexus-client (114/256)
31992026-03-02T21:40:26.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-02T21:40:26.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-02T21:40:26.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-02T21:40:26.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32032026-03-02T21:40:26.165Z
32042026-03-02T21:40:26.165Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/256)
32052026-03-02T21:40:26.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-02T21:40:26.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-02T21:40:26.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-02T21:40:26.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32092026-03-02T21:40:27.026Z
32102026-03-02T21:40:27.026Zinfo: running `cargo check --bins` on ntp-admin-client (116/256)
32112026-03-02T21:40:27.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-02T21:40:27.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-02T21:40:27.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-02T21:40:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32152026-03-02T21:40:27.854Z
32162026-03-02T21:40:27.854Zinfo: running `cargo check --bins` on oxide-client (117/256)
32172026-03-02T21:40:28.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-02T21:40:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-02T21:40:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-02T21:40:28.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32212026-03-02T21:40:28.683Z
32222026-03-02T21:40:28.683Zinfo: running `cargo check --bins` on oximeter-client (118/256)
32232026-03-02T21:40:29.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-02T21:40:29.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-02T21:40:29.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-02T21:40:29.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32272026-03-02T21:40:29.512Z
32282026-03-02T21:40:29.512Zinfo: running `cargo check --bins` on repo-depot-client (119/256)
32292026-03-02T21:40:30.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-02T21:40:30.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-02T21:40:30.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-02T21:40:30.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32332026-03-02T21:40:30.326Z
32342026-03-02T21:40:30.326Zinfo: running `cargo check --bins` on sled-agent-client (120/256)
32352026-03-02T21:40:31.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-02T21:40:31.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-02T21:40:31.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-02T21:40:31.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32392026-03-02T21:40:31.186Z
32402026-03-02T21:40:31.186Zinfo: running `cargo check --bins` on wicketd-client (121/256)
32412026-03-02T21:40:31.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-02T21:40:31.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-02T21:40:31.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-02T21:40:31.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32452026-03-02T21:40:32.057Z
32462026-03-02T21:40:32.057Zinfo: running `cargo check --bins` on installinator-common (122/256)
32472026-03-02T21:40:32.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-02T21:40:32.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-02T21:40:32.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-03-02T21:40:32.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32512026-03-02T21:40:32.913Z
32522026-03-02T21:40:32.913Zinfo: running `cargo check --bins` on installinator-common-versions (123/256)
32532026-03-02T21:40:33.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-03-02T21:40:33.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-03-02T21:40:33.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-03-02T21:40:33.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32572026-03-02T21:40:33.713Z
32582026-03-02T21:40:33.713Zinfo: running `cargo check --bins` on wicket-common (124/256)
32592026-03-02T21:40:34.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-03-02T21:40:34.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-03-02T21:40:34.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-03-02T21:40:34.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32632026-03-02T21:40:34.575Z
32642026-03-02T21:40:34.575Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/256)
32652026-03-02T21:40:35.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-03-02T21:40:35.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-03-02T21:40:35.449Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32682026-03-02T21:40:35.452Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32692026-03-02T21:40:35.453Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32702026-03-02T21:40:35.589Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-03-02T21:40:35.591Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32722026-03-02T21:40:35.778Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32732026-03-02T21:40:35.798Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32742026-03-02T21:40:36.180Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-03-02T21:40:36.183Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32762026-03-02T21:40:39.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
32772026-03-02T21:40:39.535Z
32782026-03-02T21:40:39.535Zinfo: running `cargo check --bins` on cockroach-admin-api (126/256)
32792026-03-02T21:40:40.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-02T21:40:40.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-02T21:40:40.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-03-02T21:40:40.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32832026-03-02T21:40:40.367Z
32842026-03-02T21:40:40.367Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/256)
32852026-03-02T21:40:41.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-03-02T21:40:41.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-03-02T21:40:41.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-03-02T21:40:41.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32892026-03-02T21:40:41.328Z
32902026-03-02T21:40:41.328Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/256)
32912026-03-02T21:40:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-03-02T21:40:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-03-02T21:40:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-03-02T21:40:42.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32952026-03-02T21:40:42.288Z
32962026-03-02T21:40:42.288Zinfo: running `cargo check --bins` on dns-server (129/256)
32972026-03-02T21:40:43.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-03-02T21:40:43.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-03-02T21:40:43.165Z Compiling parking_lot_core v0.8.6
33002026-03-02T21:40:43.165Z Compiling git-stub v1.0.0
33012026-03-02T21:40:43.169Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-02T21:40:43.169Z Compiling atomicwrites v0.4.4
33032026-03-02T21:40:43.169Z Compiling moka v0.12.10
33042026-03-02T21:40:43.332Z Checking tagptr v0.2.0
33052026-03-02T21:40:43.349Z Checking prefix-trie v0.7.0
33062026-03-02T21:40:43.352Z Checking fxhash v0.2.1
33072026-03-02T21:40:43.552Z Compiling git-stub-vcs v0.1.0
33082026-03-02T21:40:43.579Z Checking hickory-client v0.25.2
33092026-03-02T21:40:44.004Z Checking hickory-server v0.25.2
33102026-03-02T21:40:44.057Z Checking parking_lot v0.11.2
33112026-03-02T21:40:44.133Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33122026-03-02T21:40:44.274Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-03-02T21:40:44.274Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33142026-03-02T21:40:44.279Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-03-02T21:40:44.388Z Checking sled v0.34.7
33162026-03-02T21:40:44.882Z Checking hickory-resolver v0.25.2
33172026-03-02T21:40:47.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
33182026-03-02T21:40:47.937Z
33192026-03-02T21:40:47.937Zinfo: running `cargo check --bins` on dns-server-api (130/256)
33202026-03-02T21:40:48.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-03-02T21:40:48.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-03-02T21:40:48.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-03-02T21:40:48.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33242026-03-02T21:40:48.776Z
33252026-03-02T21:40:48.776Zinfo: running `cargo check --bins` on gateway-test-utils (131/256)
33262026-03-02T21:40:49.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-03-02T21:40:49.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-03-02T21:40:49.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-03-02T21:40:49.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
33302026-03-02T21:40:49.699Z
33312026-03-02T21:40:49.699Zinfo: running `cargo check --bins` on omicron-gateway (132/256)
33322026-03-02T21:40:50.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-03-02T21:40:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-03-02T21:40:50.672Z Compiling radium v0.7.0
33352026-03-02T21:40:50.675Z Compiling maybe-uninit v2.0.0
33362026-03-02T21:40:50.675Z Checking tap v1.0.1
33372026-03-02T21:40:50.824Z Compiling zerocopy-derive v0.6.6
33382026-03-02T21:40:50.827Z Checking crc-catalog v2.4.0
33392026-03-02T21:40:50.827Z Compiling packed_struct v0.10.1
33402026-03-02T21:40:50.827Z Checking funty v2.0.0
33412026-03-02T21:40:50.830Z Compiling packed_struct_codegen v0.10.1
33422026-03-02T21:40:50.934Z Checking wyz v0.5.1
33432026-03-02T21:40:51.095Z Checking crc v3.2.1
33442026-03-02T21:40:51.337Z Compiling bitfield-macros v0.19.2
33452026-03-02T21:40:51.407Z Compiling indexmap v1.9.3
33462026-03-02T21:40:51.491Z Checking nodrop v0.1.14
33472026-03-02T21:40:51.528Z Checking smallvec v0.6.14
33482026-03-02T21:40:51.640Z Checking array-init v0.0.4
33492026-03-02T21:40:51.663Z Checking hashbrown v0.12.3
33502026-03-02T21:40:51.683Z Checking bitvec v1.0.1
33512026-03-02T21:40:51.803Z Checking ron v0.8.1
33522026-03-02T21:40:51.913Z Checking hashbrown v0.13.2
33532026-03-02T21:40:52.626Z Checking serde-hex v0.1.0
33542026-03-02T21:40:52.712Z Checking zerocopy v0.6.6
33552026-03-02T21:40:52.883Z Checking bitfield v0.19.2
33562026-03-02T21:40:52.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-03-02T21:40:53.027Z Checking crc-any v2.5.0
33582026-03-02T21:40:53.280Z Checking path-slash v0.1.5
33592026-03-02T21:40:53.310Z Checking half v1.8.3
33602026-03-02T21:40:53.331Z Checking void v1.0.2
33612026-03-02T21:40:53.335Z Checking object v0.30.4
33622026-03-02T21:40:53.368Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-03-02T21:40:53.406Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33642026-03-02T21:40:53.430Z Checking tungstenite v0.23.0
33652026-03-02T21:40:53.521Z Checking lzss v0.8.2
33662026-03-02T21:40:53.639Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-03-02T21:40:53.677Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33682026-03-02T21:40:53.719Z Checking serde_cbor v0.11.2
33692026-03-02T21:40:53.889Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33702026-03-02T21:40:54.176Z Checking nix v0.27.1
33712026-03-02T21:40:54.293Z Checking kstat-rs v0.2.4
33722026-03-02T21:40:54.404Z Checking serde_bytes v0.11.19
33732026-03-02T21:40:54.567Z Checking tokio-tungstenite v0.23.1
33742026-03-02T21:40:54.673Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33752026-03-02T21:40:54.752Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33762026-03-02T21:40:55.071Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33772026-03-02T21:40:55.349Z Checking signal-hook-tokio v0.3.1
33782026-03-02T21:40:56.858Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-03-02T21:40:56.947Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33802026-03-02T21:41:01.362Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33812026-03-02T21:41:02.779Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-02T21:41:03.192Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33832026-03-02T21:41:04.934Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33842026-03-02T21:41:08.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.39s
33852026-03-02T21:41:08.324Z
33862026-03-02T21:41:08.324Zinfo: running `cargo check --bins` on gateway-api (133/256)
33872026-03-02T21:41:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-02T21:41:09.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-02T21:41:09.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-02T21:41:09.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33912026-03-02T21:41:09.159Z
33922026-03-02T21:41:09.159Zinfo: running `cargo check --bins` on ipcc (134/256)
33932026-03-02T21:41:09.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-02T21:41:09.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-02T21:41:09.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-02T21:41:09.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33972026-03-02T21:41:10.001Z
33982026-03-02T21:41:10.001Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/256)
33992026-03-02T21:41:10.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-02T21:41:10.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-02T21:41:10.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-02T21:41:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34032026-03-02T21:41:10.819Z
34042026-03-02T21:41:10.819Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/256)
34052026-03-02T21:41:11.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-02T21:41:11.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-02T21:41:11.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-02T21:41:11.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34092026-03-02T21:41:11.651Z
34102026-03-02T21:41:11.651Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/256)
34112026-03-02T21:41:12.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-02T21:41:12.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-02T21:41:12.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-02T21:41:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34152026-03-02T21:41:12.489Z
34162026-03-02T21:41:12.489Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/256)
34172026-03-02T21:41:13.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-02T21:41:13.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-02T21:41:13.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-02T21:41:13.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34212026-03-02T21:41:13.323Z
34222026-03-02T21:41:13.324Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/256)
34232026-03-02T21:41:14.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-02T21:41:14.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-02T21:41:14.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-02T21:41:14.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34272026-03-02T21:41:14.151Z
34282026-03-02T21:41:14.151Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/256)
34292026-03-02T21:41:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-02T21:41:14.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-02T21:41:14.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-02T21:41:14.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34332026-03-02T21:41:14.978Z
34342026-03-02T21:41:14.978Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/256)
34352026-03-02T21:41:15.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-02T21:41:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-02T21:41:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-02T21:41:15.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34392026-03-02T21:41:15.812Z
34402026-03-02T21:41:15.812Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/256)
34412026-03-02T21:41:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-02T21:41:16.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-02T21:41:16.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-02T21:41:16.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34452026-03-02T21:41:16.645Z
34462026-03-02T21:41:16.645Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/256)
34472026-03-02T21:41:17.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-02T21:41:17.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-02T21:41:17.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-02T21:41:17.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34512026-03-02T21:41:17.467Z
34522026-03-02T21:41:17.467Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/256)
34532026-03-02T21:41:18.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-02T21:41:18.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-02T21:41:18.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-02T21:41:18.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34572026-03-02T21:41:18.309Z
34582026-03-02T21:41:18.309Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/256)
34592026-03-02T21:41:19.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-02T21:41:19.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-02T21:41:19.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-02T21:41:19.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34632026-03-02T21:41:19.157Z
34642026-03-02T21:41:19.157Zinfo: running `cargo check --bins` on oximeter-producer (146/256)
34652026-03-02T21:41:19.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-02T21:41:19.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-02T21:41:19.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-02T21:41:19.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34692026-03-02T21:41:20.058Z
34702026-03-02T21:41:20.058Zinfo: running `cargo check --bins` on internal-dns-resolver (147/256)
34712026-03-02T21:41:20.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-02T21:41:20.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-02T21:41:20.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-02T21:41:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-02T21:41:20.896Z
34762026-03-02T21:41:20.896Zinfo: running `cargo check --bins` on sp-sim (148/256)
34772026-03-02T21:41:21.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-02T21:41:21.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-02T21:41:21.844Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34802026-03-02T21:41:24.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
34812026-03-02T21:41:24.746Z
34822026-03-02T21:41:24.746Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (149/256)
34832026-03-02T21:41:25.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-02T21:41:25.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-02T21:41:25.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-02T21:41:25.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
34872026-03-02T21:41:25.664Z
34882026-03-02T21:41:25.664Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (150/256)
34892026-03-02T21:41:26.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-02T21:41:26.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-02T21:41:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-02T21:41:26.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
34932026-03-02T21:41:26.596Z
34942026-03-02T21:41:26.596Zinfo: running `cargo check --bins` on db-macros (151/256)
34952026-03-02T21:41:27.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-02T21:41:27.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-02T21:41:27.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-02T21:41:27.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34992026-03-02T21:41:27.408Z
35002026-03-02T21:41:27.408Zinfo: running `cargo check --bins` on nexus-macros-common (152/256)
35012026-03-02T21:41:28.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-02T21:41:28.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-02T21:41:28.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-02T21:41:28.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35052026-03-02T21:41:28.218Z
35062026-03-02T21:41:28.218Zinfo: running `cargo check --bins` on nexus-auth (153/256)
35072026-03-02T21:41:29.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-02T21:41:29.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-02T21:41:29.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-02T21:41:29.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35112026-03-02T21:41:29.130Z
35122026-03-02T21:41:29.130Zinfo: running `cargo check --bins` on authz-macros (154/256)
35132026-03-02T21:41:29.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-02T21:41:29.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-02T21:41:29.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-02T21:41:29.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35172026-03-02T21:41:29.948Z
35182026-03-02T21:41:29.948Zinfo: running `cargo check --bins` on nexus-db-fixed-data (155/256)
35192026-03-02T21:41:30.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-02T21:41:30.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-02T21:41:30.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-02T21:41:30.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35232026-03-02T21:41:30.848Z
35242026-03-02T21:41:30.848Zinfo: running `cargo check --bins` on nexus-db-model (156/256)
35252026-03-02T21:41:31.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-02T21:41:31.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-02T21:41:31.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-02T21:41:31.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35292026-03-02T21:41:31.749Z
35302026-03-02T21:41:31.749Zinfo: running `cargo check --bins` on nexus-db-schema (157/256)
35312026-03-02T21:41:32.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-02T21:41:32.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-02T21:41:32.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-02T21:41:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35352026-03-02T21:41:32.575Z
35362026-03-02T21:41:32.575Zinfo: running `cargo check --bins` on omicron-rpaths (158/256)
35372026-03-02T21:41:33.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-02T21:41:33.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-02T21:41:33.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-02T21:41:33.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35412026-03-02T21:41:33.384Z
35422026-03-02T21:41:33.384Zinfo: running `cargo check --bins` on nexus-defaults (159/256)
35432026-03-02T21:41:34.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-02T21:41:34.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-02T21:41:34.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-02T21:41:34.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35472026-03-02T21:41:34.219Z
35482026-03-02T21:41:34.219Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (160/256)
35492026-03-02T21:41:34.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-02T21:41:34.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-02T21:41:34.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-02T21:41:34.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35532026-03-02T21:41:35.025Z
35542026-03-02T21:41:35.026Zinfo: running `cargo check --bins` on parallel-task-set (161/256)
35552026-03-02T21:41:35.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-02T21:41:35.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-02T21:41:35.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-02T21:41:35.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35592026-03-02T21:41:35.849Z
35602026-03-02T21:41:35.849Zinfo: running `cargo check --bins` on nexus-db-errors (162/256)
35612026-03-02T21:41:36.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-02T21:41:36.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-02T21:41:36.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-02T21:41:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35652026-03-02T21:41:36.756Z
35662026-03-02T21:41:36.756Zinfo: running `cargo check --bins` on nexus-db-lookup (163/256)
35672026-03-02T21:41:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-02T21:41:37.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-02T21:41:37.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-02T21:41:37.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35712026-03-02T21:41:37.666Z
35722026-03-02T21:41:37.666Zinfo: running `cargo check --bins` on nexus-inventory (164/256)
35732026-03-02T21:41:38.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-02T21:41:38.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-02T21:41:38.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-02T21:41:38.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35772026-03-02T21:41:38.566Z
35782026-03-02T21:41:38.566Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (165/256)
35792026-03-02T21:41:39.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-02T21:41:39.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-02T21:41:39.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-02T21:41:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35832026-03-02T21:41:39.431Z
35842026-03-02T21:41:39.431Zinfo: running `cargo check --bins --no-default-features` on sled-storage (166/256)
35852026-03-02T21:41:40.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-02T21:41:40.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-02T21:41:40.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-02T21:41:40.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35892026-03-02T21:41:40.284Z
35902026-03-02T21:41:40.284Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (167/256)
35912026-03-02T21:41:41.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-02T21:41:41.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-02T21:41:41.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-02T21:41:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35952026-03-02T21:41:41.122Z
35962026-03-02T21:41:41.123Zinfo: running `cargo check --bins` on key-manager (168/256)
35972026-03-02T21:41:41.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-02T21:41:41.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-02T21:41:41.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-02T21:41:41.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36012026-03-02T21:41:41.950Z
36022026-03-02T21:41:41.950Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (169/256)
36032026-03-02T21:41:42.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-02T21:41:42.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-02T21:41:42.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-03-02T21:41:42.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36072026-03-02T21:41:42.801Z
36082026-03-02T21:41:42.801Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (170/256)
36092026-03-02T21:41:43.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-03-02T21:41:43.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-03-02T21:41:43.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-03-02T21:41:43.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36132026-03-02T21:41:43.656Z
36142026-03-02T21:41:43.656Zinfo: running `cargo check --bins` on typed-rng (171/256)
36152026-03-02T21:41:44.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-03-02T21:41:44.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-03-02T21:41:44.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-03-02T21:41:44.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36192026-03-02T21:41:44.466Z
36202026-03-02T21:41:44.466Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (172/256)
36212026-03-02T21:41:45.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-03-02T21:41:45.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-03-02T21:41:45.585Z Compiling libefi-sys v0.1.0
36242026-03-02T21:41:45.589Z Compiling bitfield-struct v0.6.2
36252026-03-02T21:41:45.589Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-03-02T21:41:45.756Z Compiling xshell-macros v0.2.7
36272026-03-02T21:41:45.760Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-03-02T21:41:45.783Z Compiling salty v0.3.0
36292026-03-02T21:41:45.805Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-03-02T21:41:45.827Z Compiling progenitor-impl v0.10.0
36312026-03-02T21:41:45.847Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36322026-03-02T21:41:46.005Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36332026-03-02T21:41:46.434Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36342026-03-02T21:41:46.461Z Checking xshell v0.2.7
36352026-03-02T21:41:46.680Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36362026-03-02T21:41:46.790Z Checking primeorder v0.13.6
36372026-03-02T21:41:46.844Z Compiling proc-macro-error-attr2 v2.0.0
36382026-03-02T21:41:46.960Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36392026-03-02T21:41:47.025Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-03-02T21:41:47.245Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36412026-03-02T21:41:47.293Z Checking p384 v0.13.1
36422026-03-02T21:41:47.613Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36432026-03-02T21:41:47.638Z Compiling proc-macro-error2 v2.0.1
36442026-03-02T21:41:48.087Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36452026-03-02T21:41:48.268Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36462026-03-02T21:41:48.292Z Compiling num-derive v0.3.3
36472026-03-02T21:41:48.316Z Compiling unicase v2.8.1
36482026-03-02T21:41:48.456Z Compiling tabled_derive v0.11.0
36492026-03-02T21:41:48.711Z Compiling mime_guess v2.0.5
36502026-03-02T21:41:49.085Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-02T21:41:49.742Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-03-02T21:41:49.828Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36532026-03-02T21:41:49.854Z Checking papergrid v0.17.0
36542026-03-02T21:41:50.354Z Checking libscf-sys v1.1.0
36552026-03-02T21:41:50.593Z Checking testing_table v0.3.0
36562026-03-02T21:41:50.740Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36572026-03-02T21:41:51.012Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36582026-03-02T21:41:51.079Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36592026-03-02T21:41:51.577Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-03-02T21:41:51.793Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-03-02T21:41:51.818Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36622026-03-02T21:41:51.825Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36632026-03-02T21:41:51.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36642026-03-02T21:41:52.177Z Checking corncobs v0.1.4
36652026-03-02T21:41:52.209Z Compiling progenitor-macro v0.10.0
36662026-03-02T21:41:52.311Z Checking tabled v0.20.0
36672026-03-02T21:41:52.315Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36682026-03-02T21:41:52.345Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-03-02T21:41:52.383Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-03-02T21:41:52.796Z Checking secrecy v0.8.0
36712026-03-02T21:41:52.890Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36722026-03-02T21:41:52.914Z Checking http-range v0.1.5
36732026-03-02T21:41:53.081Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36742026-03-02T21:41:53.153Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36752026-03-02T21:41:53.343Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36762026-03-02T21:41:54.026Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36772026-03-02T21:41:54.126Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36782026-03-02T21:41:54.201Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36792026-03-02T21:41:54.516Z Checking atty v0.2.14
36802026-03-02T21:41:54.543Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36812026-03-02T21:41:54.673Z Checking crc8 v0.1.1
36822026-03-02T21:41:54.844Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36832026-03-02T21:41:54.927Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36842026-03-02T21:41:54.960Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36852026-03-02T21:41:55.424Z Checking hyper-staticfile v0.10.1
36862026-03-02T21:41:55.523Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36872026-03-02T21:41:55.594Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-03-02T21:41:55.949Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36892026-03-02T21:41:55.987Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36902026-03-02T21:41:56.266Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36912026-03-02T21:41:56.354Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36922026-03-02T21:41:56.388Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36932026-03-02T21:41:56.746Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36942026-03-02T21:41:56.890Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36952026-03-02T21:41:56.913Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36962026-03-02T21:41:58.550Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36972026-03-02T21:41:58.850Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36982026-03-02T21:41:58.874Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36992026-03-02T21:41:59.556Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37002026-03-02T21:42:00.103Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37012026-03-02T21:42:00.205Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37022026-03-02T21:42:00.395Z Checking progenitor v0.10.0
37032026-03-02T21:42:00.588Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37042026-03-02T21:42:00.591Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37052026-03-02T21:42:00.591Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37062026-03-02T21:42:03.372Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-03-02T21:42:11.981Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37082026-03-02T21:42:29.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.38s
37092026-03-02T21:42:30.095Z
37102026-03-02T21:42:30.096Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (173/256)
37112026-03-02T21:42:30.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-03-02T21:42:30.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-03-02T21:42:31.104Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-03-02T21:42:49.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
37152026-03-02T21:42:49.461Z
37162026-03-02T21:42:49.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (174/256)
37172026-03-02T21:42:50.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-03-02T21:42:50.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-03-02T21:42:50.481Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-03-02T21:43:08.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
37212026-03-02T21:43:08.838Z
37222026-03-02T21:43:08.838Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (175/256)
37232026-03-02T21:43:09.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-03-02T21:43:09.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-03-02T21:43:09.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-03-02T21:43:28.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
37272026-03-02T21:43:28.300Z
37282026-03-02T21:43:28.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (176/256)
37292026-03-02T21:43:29.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-03-02T21:43:29.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-03-02T21:43:29.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-03-02T21:43:47.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
37332026-03-02T21:43:47.664Z
37342026-03-02T21:43:47.664Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (177/256)
37352026-03-02T21:43:48.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-03-02T21:43:48.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-03-02T21:43:48.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-03-02T21:44:06.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
37392026-03-02T21:44:06.993Z
37402026-03-02T21:44:06.993Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (178/256)
37412026-03-02T21:44:07.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-03-02T21:44:07.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-03-02T21:44:08.035Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-03-02T21:44:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
37452026-03-02T21:44:26.387Z
37462026-03-02T21:44:26.387Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (179/256)
37472026-03-02T21:44:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-03-02T21:44:27.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-03-02T21:44:27.407Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-03-02T21:44:45.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
37512026-03-02T21:44:45.899Z
37522026-03-02T21:44:45.899Zinfo: running `cargo check --bins` on bootstrap-agent-api (180/256)
37532026-03-02T21:44:46.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-03-02T21:44:46.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-03-02T21:44:46.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-03-02T21:44:46.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37572026-03-02T21:44:46.751Z
37582026-03-02T21:44:46.751Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (181/256)
37592026-03-02T21:44:47.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-02T21:44:47.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-02T21:44:47.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-03-02T21:44:47.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37632026-03-02T21:44:47.609Z
37642026-03-02T21:44:47.609Zinfo: running `cargo check --bins` on range-requests (182/256)
37652026-03-02T21:44:48.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-02T21:44:48.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-02T21:44:48.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-03-02T21:44:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37692026-03-02T21:44:48.441Z
37702026-03-02T21:44:48.441Zinfo: running `cargo check --bins` on repo-depot-api (183/256)
37712026-03-02T21:44:49.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-02T21:44:49.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-02T21:44:49.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-03-02T21:44:49.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37752026-03-02T21:44:49.265Z
37762026-03-02T21:44:49.265Zinfo: running `cargo check --bins` on sled-agent-api (184/256)
37772026-03-02T21:44:50.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-02T21:44:50.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-02T21:44:50.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-03-02T21:44:50.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37812026-03-02T21:44:50.123Z
37822026-03-02T21:44:50.124Zinfo: running `cargo check --bins` on sled-diagnostics (185/256)
37832026-03-02T21:44:50.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-02T21:44:50.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-02T21:44:50.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-03-02T21:44:50.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37872026-03-02T21:44:50.972Z
37882026-03-02T21:44:50.972Zinfo: running `cargo check --bins` on zfs-test-harness (186/256)
37892026-03-02T21:44:51.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-02T21:44:51.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-02T21:44:51.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-03-02T21:44:51.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37932026-03-02T21:44:51.832Z
37942026-03-02T21:44:51.832Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (187/256)
37952026-03-02T21:44:52.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-02T21:44:52.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-02T21:44:52.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-03-02T21:44:52.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37992026-03-02T21:44:52.710Z
38002026-03-02T21:44:52.710Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (188/256)
38012026-03-02T21:44:53.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-02T21:44:53.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-02T21:44:53.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-02T21:44:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38052026-03-02T21:44:53.579Z
38062026-03-02T21:44:53.579Zinfo: running `cargo check --bins` on sled-agent-health-monitor (189/256)
38072026-03-02T21:44:54.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-02T21:44:54.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-02T21:44:54.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-02T21:44:54.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38112026-03-02T21:44:54.441Z
38122026-03-02T21:44:54.441Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (190/256)
38132026-03-02T21:44:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-02T21:44:55.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-02T21:44:55.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-02T21:44:55.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38172026-03-02T21:44:55.314Z
38182026-03-02T21:44:55.315Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (191/256)
38192026-03-02T21:44:56.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-02T21:44:56.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-02T21:44:56.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-02T21:44:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38232026-03-02T21:44:56.182Z
38242026-03-02T21:44:56.182Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (192/256)
38252026-03-02T21:44:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-02T21:44:56.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-02T21:44:56.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-02T21:44:56.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38292026-03-02T21:44:57.035Z
38302026-03-02T21:44:57.035Zinfo: running `cargo check --bins` on trust-quorum (193/256)
38312026-03-02T21:44:57.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-02T21:44:57.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-02T21:44:57.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-02T21:44:57.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38352026-03-02T21:44:57.899Z
38362026-03-02T21:44:57.899Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (194/256)
38372026-03-02T21:44:58.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-02T21:44:58.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-02T21:44:58.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-02T21:44:58.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38412026-03-02T21:44:58.793Z
38422026-03-02T21:44:58.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (195/256)
38432026-03-02T21:44:59.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-02T21:44:59.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-02T21:44:59.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-02T21:44:59.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
38472026-03-02T21:44:59.722Z
38482026-03-02T21:44:59.722Zinfo: running `cargo check --bins` on update-common (196/256)
38492026-03-02T21:45:00.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-02T21:45:00.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-02T21:45:00.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-02T21:45:00.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38532026-03-02T21:45:00.596Z
38542026-03-02T21:45:00.596Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (197/256)
38552026-03-02T21:45:01.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-02T21:45:01.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-02T21:45:01.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-02T21:45:01.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
38592026-03-02T21:45:01.506Z
38602026-03-02T21:45:01.506Zinfo: running `cargo check --bins` on reconfigurator-cli (198/256)
38612026-03-02T21:45:02.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-02T21:45:02.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-02T21:45:02.534Z Compiling fs-err v2.11.0
38642026-03-02T21:45:02.540Z Checking ignore v0.4.23
38652026-03-02T21:45:02.540Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38662026-03-02T21:45:02.540Z Checking predicates-tree v1.0.12
38672026-03-02T21:45:02.665Z Checking parse-size v1.1.0
38682026-03-02T21:45:02.681Z Checking rand_seeder v0.4.0
38692026-03-02T21:45:02.684Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38702026-03-02T21:45:02.685Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38712026-03-02T21:45:02.961Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38722026-03-02T21:45:02.990Z Compiling petname v2.0.2
38732026-03-02T21:45:03.013Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38742026-03-02T21:45:03.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38752026-03-02T21:45:03.339Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38762026-03-02T21:45:03.407Z Checking globwalk v0.9.1
38772026-03-02T21:45:03.433Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38782026-03-02T21:45:03.623Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38792026-03-02T21:45:03.751Z Checking camino-tempfile-ext v0.3.2
38802026-03-02T21:45:03.801Z Checking sapling-renderdag v0.1.0
38812026-03-02T21:45:03.982Z Checking sync-ptr v0.1.4
38822026-03-02T21:45:04.135Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38832026-03-02T21:45:04.191Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38842026-03-02T21:45:04.354Z Checking assert_matches v1.5.0
38852026-03-02T21:45:04.887Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38862026-03-02T21:45:04.887Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38872026-03-02T21:45:04.933Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38882026-03-02T21:45:05.914Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38892026-03-02T21:45:07.957Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38902026-03-02T21:45:11.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
38912026-03-02T21:45:11.565Z
38922026-03-02T21:45:11.565Zinfo: running `cargo check --bins` on omicron-repl-utils (199/256)
38932026-03-02T21:45:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-03-02T21:45:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-03-02T21:45:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-03-02T21:45:12.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38972026-03-02T21:45:12.395Z
38982026-03-02T21:45:12.395Zinfo: running `cargo check --bins` on nexus-test-interface (200/256)
38992026-03-02T21:45:13.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-02T21:45:13.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-02T21:45:13.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-03-02T21:45:13.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
39032026-03-02T21:45:13.311Z
39042026-03-02T21:45:13.311Zinfo: running `cargo check --bins` on oximeter-collector (201/256)
39052026-03-02T21:45:14.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-02T21:45:14.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-02T21:45:14.266Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39082026-03-02T21:45:14.266Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39092026-03-02T21:45:15.208Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39102026-03-02T21:45:17.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
39112026-03-02T21:45:17.721Z
39122026-03-02T21:45:17.722Zinfo: running `cargo check --bins` on oximeter-api (202/256)
39132026-03-02T21:45:18.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-03-02T21:45:18.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-03-02T21:45:18.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-03-02T21:45:18.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39172026-03-02T21:45:18.546Z
39182026-03-02T21:45:18.546Zinfo: running `cargo check --bins` on cert-dev (203/256)
39192026-03-02T21:45:19.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-03-02T21:45:19.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-03-02T21:45:19.357Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39222026-03-02T21:45:19.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39232026-03-02T21:45:19.885Z
39242026-03-02T21:45:19.885Zinfo: running `cargo check --bins` on clickana (204/256)
39252026-03-02T21:45:20.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-03-02T21:45:20.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-03-02T21:45:20.730Z Checking castaway v0.2.3
39282026-03-02T21:45:20.742Z Checking lru v0.12.5
39292026-03-02T21:45:20.742Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39302026-03-02T21:45:20.742Z Checking unicode-truncate v1.1.0
39312026-03-02T21:45:20.743Z Compiling instability v0.3.2
39322026-03-02T21:45:20.743Z Checking cassowary v0.3.0
39332026-03-02T21:45:20.859Z Compiling indoc v2.0.6
39342026-03-02T21:45:20.992Z Checking compact_str v0.8.0
39352026-03-02T21:45:21.596Z Checking ratatui v0.29.0
39362026-03-02T21:45:22.554Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39372026-03-02T21:45:22.792Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39382026-03-02T21:45:23.986Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39392026-03-02T21:45:24.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
39402026-03-02T21:45:25.096Z
39412026-03-02T21:45:25.096Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (205/256)
39422026-03-02T21:45:25.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-02T21:45:25.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-02T21:45:26.054Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39452026-03-02T21:45:26.058Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39462026-03-02T21:45:26.851Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39472026-03-02T21:45:27.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
39482026-03-02T21:45:27.641Z
39492026-03-02T21:45:27.641Zinfo: running `cargo check --bins` on ch-dev (206/256)
39502026-03-02T21:45:28.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-02T21:45:28.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-02T21:45:28.617Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39532026-03-02T21:45:29.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39542026-03-02T21:45:29.814Z
39552026-03-02T21:45:29.814Zinfo: running `cargo check --bins` on dev-tools-common (207/256)
39562026-03-02T21:45:30.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-02T21:45:30.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-02T21:45:30.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-03-02T21:45:30.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39602026-03-02T21:45:30.445Z
39612026-03-02T21:45:30.445Zinfo: running `cargo check --bins` on crdb-seed (208/256)
39622026-03-02T21:45:31.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-02T21:45:31.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-02T21:45:31.386Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39652026-03-02T21:45:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39662026-03-02T21:45:32.176Z
39672026-03-02T21:45:32.176Zinfo: running `cargo check --bins` on db-dev (209/256)
39682026-03-02T21:45:32.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-02T21:45:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-02T21:45:33.161Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39712026-03-02T21:45:34.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
39722026-03-02T21:45:34.393Z
39732026-03-02T21:45:34.393Zinfo: running `cargo check --bins` on omicron-dev-lib (210/256)
39742026-03-02T21:45:35.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-02T21:45:35.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-02T21:45:35.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-03-02T21:45:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
39782026-03-02T21:45:35.286Z
39792026-03-02T21:45:35.286Zinfo: running `cargo check --bins` on xtask-downloader (211/256)
39802026-03-02T21:45:36.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-03-02T21:45:36.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-03-02T21:45:36.092Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39832026-03-02T21:45:37.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
39842026-03-02T21:45:37.251Z
39852026-03-02T21:45:37.251Zinfo: running `cargo check --bins` on omicron-dropshot-apis (212/256)
39862026-03-02T21:45:38.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-02T21:45:38.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-02T21:45:38.237Z Compiling tabled_derive v0.10.0
39892026-03-02T21:45:38.237Z Checking papergrid v0.14.0
39902026-03-02T21:45:38.240Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39912026-03-02T21:45:38.240Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39922026-03-02T21:45:38.240Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39932026-03-02T21:45:38.240Z Checking git-stub v1.0.0
39942026-03-02T21:45:38.366Z Compiling trait-variant v0.1.2
39952026-03-02T21:45:38.369Z Checking maplit v1.0.2
39962026-03-02T21:45:38.524Z Checking is_ci v1.2.0
39972026-03-02T21:45:38.631Z Checking git-stub-vcs v0.1.0
39982026-03-02T21:45:38.703Z Checking supports-color v3.0.2
39992026-03-02T21:45:38.862Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40002026-03-02T21:45:38.943Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40012026-03-02T21:45:38.998Z Checking drift v0.1.3
40022026-03-02T21:45:39.204Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40032026-03-02T21:45:39.482Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40042026-03-02T21:45:39.558Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40052026-03-02T21:45:39.646Z Checking dropshot-api-manager v0.5.2
40062026-03-02T21:45:39.898Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40072026-03-02T21:45:40.042Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40082026-03-02T21:45:40.173Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40092026-03-02T21:45:40.585Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
40102026-03-02T21:45:40.897Z Checking tabled v0.18.0
40112026-03-02T21:45:41.138Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40122026-03-02T21:45:41.281Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40132026-03-02T21:45:41.352Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40142026-03-02T21:45:49.448Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40152026-03-02T21:45:51.140Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40162026-03-02T21:45:52.067Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40172026-03-02T21:45:52.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.42s
40182026-03-02T21:45:52.904Z
40192026-03-02T21:45:52.904Zinfo: running `cargo check --bins` on installinator-api (213/256)
40202026-03-02T21:45:53.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-02T21:45:53.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-02T21:45:53.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-03-02T21:45:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40242026-03-02T21:45:53.742Z
40252026-03-02T21:45:53.742Zinfo: running `cargo check --bins` on nexus-external-api (214/256)
40262026-03-02T21:45:54.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-02T21:45:54.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-02T21:45:54.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-03-02T21:45:54.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40302026-03-02T21:45:54.631Z
40312026-03-02T21:45:54.631Zinfo: running `cargo check --bins` on nexus-internal-api (215/256)
40322026-03-02T21:45:55.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-02T21:45:55.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-02T21:45:55.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-03-02T21:45:55.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40362026-03-02T21:45:55.514Z
40372026-03-02T21:45:55.514Zinfo: running `cargo check --bins` on nexus-lockstep-api (216/256)
40382026-03-02T21:45:56.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-03-02T21:45:56.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-03-02T21:45:56.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-03-02T21:45:56.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
40422026-03-02T21:45:56.410Z
40432026-03-02T21:45:56.410Zinfo: running `cargo check --bins` on ntp-admin-api (217/256)
40442026-03-02T21:45:57.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-03-02T21:45:57.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-03-02T21:45:57.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-03-02T21:45:57.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40482026-03-02T21:45:57.246Z
40492026-03-02T21:45:57.246Zinfo: running `cargo check --bins` on ntp-admin-types-versions (218/256)
40502026-03-02T21:45:57.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-03-02T21:45:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-03-02T21:45:58.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-03-02T21:45:58.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40542026-03-02T21:45:58.078Z
40552026-03-02T21:45:58.078Zinfo: running `cargo check --bins` on wicketd-api (219/256)
40562026-03-02T21:45:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-03-02T21:45:58.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-03-02T21:45:58.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-03-02T21:45:58.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40602026-03-02T21:45:58.943Z
40612026-03-02T21:45:58.943Zinfo: running `cargo check --bins` on omicron-ls-apis (220/256)
40622026-03-02T21:45:59.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-02T21:45:59.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-02T21:45:59.755Z Checking typeid v1.0.3
40652026-03-02T21:45:59.873Z Checking ordered-float v2.10.1
40662026-03-02T21:45:59.889Z Checking unicode-xid v0.2.6
40672026-03-02T21:45:59.906Z Checking cargo-platform v0.2.0
40682026-03-02T21:45:59.968Z Checking erased-serde v0.4.6
40692026-03-02T21:46:00.222Z Checking serde-value v0.7.0
40702026-03-02T21:46:00.557Z Checking serde-untagged v0.1.7
40712026-03-02T21:46:00.793Z Checking cargo-util-schemas v0.8.2
40722026-03-02T21:46:01.972Z Checking cargo_metadata v0.21.0
40732026-03-02T21:46:03.005Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40742026-03-02T21:46:04.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
40752026-03-02T21:46:04.197Z
40762026-03-02T21:46:04.197Zinfo: running `cargo check --bins` on mgs-dev (221/256)
40772026-03-02T21:46:05.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-03-02T21:46:05.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-03-02T21:46:05.163Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40802026-03-02T21:46:05.991Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40812026-03-02T21:46:06.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
40822026-03-02T21:46:06.908Z
40832026-03-02T21:46:06.908Zinfo: running `cargo check --bins` on omicron-omdb (222/256)
40842026-03-02T21:46:07.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-02T21:46:07.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-02T21:46:08.070Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40872026-03-02T21:46:08.075Z Compiling vergen-gitcl v1.0.8
40882026-03-02T21:46:08.075Z Compiling dirs-sys-next v0.1.2
40892026-03-02T21:46:08.075Z Compiling crunchy v0.2.2
40902026-03-02T21:46:08.075Z Compiling glob v0.3.2
40912026-03-02T21:46:08.075Z Compiling dsl_auto_type v0.1.2
40922026-03-02T21:46:08.075Z Checking scheduled-thread-pool v0.2.7
40932026-03-02T21:46:08.212Z Compiling diesel_table_macro_syntax v0.2.0
40942026-03-02T21:46:08.522Z Compiling dirs-next v2.0.0
40952026-03-02T21:46:08.595Z Compiling tiny-keccak v2.0.2
40962026-03-02T21:46:08.723Z Compiling term v0.7.0
40972026-03-02T21:46:08.723Z Checking r2d2 v0.8.10
40982026-03-02T21:46:08.824Z Compiling bit-vec v0.6.3
40992026-03-02T21:46:09.084Z Compiling ena v0.14.3
41002026-03-02T21:46:09.088Z Compiling clang-sys v1.8.1
41012026-03-02T21:46:09.267Z Compiling ascii-canvas v3.0.0
41022026-03-02T21:46:09.521Z Compiling bit-set v0.5.3
41032026-03-02T21:46:09.579Z Compiling diesel_derives v2.2.3
41042026-03-02T21:46:09.753Z Compiling libloading v0.8.5
41052026-03-02T21:46:09.810Z Compiling diff v0.1.13
41062026-03-02T21:46:09.842Z Compiling bindgen v0.71.1
41072026-03-02T21:46:09.889Z Compiling regex-syntax v0.6.29
41082026-03-02T21:46:09.928Z Compiling cexpr v0.6.0
41092026-03-02T21:46:09.952Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41102026-03-02T21:46:10.285Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41112026-03-02T21:46:10.410Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41122026-03-02T21:46:10.534Z Compiling libxml v0.3.3
41132026-03-02T21:46:10.870Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41142026-03-02T21:46:10.999Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41152026-03-02T21:46:11.406Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41162026-03-02T21:46:11.429Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41172026-03-02T21:46:11.503Z Compiling strum_macros v0.24.3
41182026-03-02T21:46:11.757Z Compiling indoc v1.0.9
41192026-03-02T21:46:12.635Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41202026-03-02T21:46:12.993Z Compiling lalrpop v0.19.12
41212026-03-02T21:46:13.475Z Checking derive_builder v0.20.2
41222026-03-02T21:46:13.670Z Compiling oso-derive v0.27.3
41232026-03-02T21:46:14.651Z Compiling impl-trait-for-tuples v0.2.2
41242026-03-02T21:46:14.702Z Checking quick-xml v0.37.2
41252026-03-02T21:46:14.943Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41262026-03-02T21:46:16.583Z Compiling diesel-dtrace v0.4.2
41272026-03-02T21:46:16.795Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41282026-03-02T21:46:17.032Z Checking bb8 v0.8.5
41292026-03-02T21:46:17.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41302026-03-02T21:46:17.589Z Checking nonempty v0.12.0
41312026-03-02T21:46:17.621Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41322026-03-02T21:46:17.914Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41332026-03-02T21:46:18.017Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41342026-03-02T21:46:18.325Z Checking console v0.16.0
41352026-03-02T21:46:18.933Z Checking unit-prefix v0.5.1
41362026-03-02T21:46:19.106Z Checking support-bundle-viewer v0.1.2
41372026-03-02T21:46:19.164Z Checking indicatif v0.18.0
41382026-03-02T21:46:19.560Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41392026-03-02T21:46:19.980Z Checking multimap v0.10.1
41402026-03-02T21:46:20.384Z Checking diesel v2.2.12
41412026-03-02T21:46:23.626Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41422026-03-02T21:46:27.094Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41432026-03-02T21:46:27.256Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41442026-03-02T21:46:27.260Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41452026-03-02T21:46:27.784Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41462026-03-02T21:46:29.279Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41472026-03-02T21:46:31.318Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41482026-03-02T21:46:32.757Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41492026-03-02T21:46:37.032Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41502026-03-02T21:46:44.896Z Compiling samael v0.0.19
41512026-03-02T21:46:55.080Z Checking async-bb8-diesel v0.2.1
41522026-03-02T21:46:59.535Z Compiling polar-core v0.27.3
41532026-03-02T21:47:06.632Z Checking oso v0.27.3
41542026-03-02T21:47:54.075Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41552026-03-02T21:48:47.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
41562026-03-02T21:48:47.560Z
41572026-03-02T21:48:47.560Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (223/256)
41582026-03-02T21:48:48.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-03-02T21:48:48.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-03-02T21:48:48.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-03-02T21:48:48.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
41622026-03-02T21:48:48.488Z
41632026-03-02T21:48:48.488Zinfo: running `cargo check --bins` on nexus-saga-recovery (224/256)
41642026-03-02T21:48:49.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-03-02T21:48:49.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-03-02T21:48:49.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-03-02T21:48:49.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
41682026-03-02T21:48:49.414Z
41692026-03-02T21:48:49.414Zinfo: running `cargo check --bins` on nexus-test-utils-macros (225/256)
41702026-03-02T21:48:50.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-03-02T21:48:50.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-03-02T21:48:50.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-03-02T21:48:50.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41742026-03-02T21:48:50.240Z
41752026-03-02T21:48:50.240Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (226/256)
41762026-03-02T21:48:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-03-02T21:48:51.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-03-02T21:48:51.401Z Compiling libz-sys v1.1.20
41792026-03-02T21:48:51.404Z Compiling libgit2-sys v0.18.2+1.9.1
41802026-03-02T21:48:51.558Z Compiling vergen-git2 v1.0.7
41812026-03-02T21:48:51.577Z Compiling rustls v0.21.12
41822026-03-02T21:48:51.581Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41832026-03-02T21:48:51.598Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41842026-03-02T21:48:51.601Z Checking sct v0.7.1
41852026-03-02T21:48:51.612Z Checking rustls-webpki v0.101.7
41862026-03-02T21:48:51.825Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41872026-03-02T21:48:51.914Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41882026-03-02T21:48:51.938Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41892026-03-02T21:48:52.003Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41902026-03-02T21:48:52.337Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41912026-03-02T21:48:52.392Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41922026-03-02T21:48:52.420Z Checking rustls-pemfile v1.0.4
41932026-03-02T21:48:52.517Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41942026-03-02T21:48:52.684Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41952026-03-02T21:48:53.020Z Checking twox-hash v2.1.0
41962026-03-02T21:48:53.489Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41972026-03-02T21:48:53.552Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41982026-03-02T21:48:54.479Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41992026-03-02T21:48:54.521Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42002026-03-02T21:48:54.608Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-03-02T21:48:55.074Z Checking tokio-rustls v0.24.1
42022026-03-02T21:48:55.457Z Checking progenitor-extras v0.1.0
42032026-03-02T21:48:55.764Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42042026-03-02T21:48:55.840Z Checking fatfs v0.3.6
42052026-03-02T21:48:55.866Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42062026-03-02T21:48:55.987Z Compiling seq-macro v0.3.6
42072026-03-02T21:49:02.967Z Compiling git2 v0.20.2
42082026-03-02T21:49:04.842Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
42092026-03-02T21:49:05.007Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
42102026-03-02T21:49:07.175Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42112026-03-02T21:50:23.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
42122026-03-02T21:50:23.839Z
42132026-03-02T21:50:23.839Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (227/256)
42142026-03-02T21:50:24.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-03-02T21:50:24.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-03-02T21:50:25.055Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42172026-03-02T21:51:30.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
42182026-03-02T21:51:30.617Z
42192026-03-02T21:51:30.617Zinfo: running `cargo check --bins` on nexus-background-task-interface (228/256)
42202026-03-02T21:51:31.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-03-02T21:51:31.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-03-02T21:51:31.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-03-02T21:51:31.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42242026-03-02T21:51:31.437Z
42252026-03-02T21:51:31.437Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (229/256)
42262026-03-02T21:51:32.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-03-02T21:51:32.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-03-02T21:51:32.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-03-02T21:51:32.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
42302026-03-02T21:51:32.360Z
42312026-03-02T21:51:32.361Zinfo: running `cargo check --bins` on nexus-mgs-updates (230/256)
42322026-03-02T21:51:33.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-03-02T21:51:33.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-03-02T21:51:33.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-03-02T21:51:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42362026-03-02T21:51:33.259Z
42372026-03-02T21:51:33.259Zinfo: running `cargo check --bins` on nexus-networking (231/256)
42382026-03-02T21:51:34.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-03-02T21:51:34.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-03-02T21:51:34.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-03-02T21:51:34.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42422026-03-02T21:51:34.167Z
42432026-03-02T21:51:34.167Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (232/256)
42442026-03-02T21:51:34.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-03-02T21:51:34.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-03-02T21:51:34.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-03-02T21:51:34.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42482026-03-02T21:51:35.079Z
42492026-03-02T21:51:35.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (233/256)
42502026-03-02T21:51:35.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-03-02T21:51:35.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-03-02T21:51:35.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-03-02T21:51:35.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
42542026-03-02T21:51:36.015Z
42552026-03-02T21:51:36.015Zinfo: running `cargo check --bins` on omicron-dev (234/256)
42562026-03-02T21:51:36.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-03-02T21:51:36.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-03-02T21:51:37.205Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42592026-03-02T21:51:37.205Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42602026-03-02T21:51:37.370Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42612026-03-02T21:51:37.385Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42622026-03-02T21:51:37.388Z Checking yansi v1.0.1
42632026-03-02T21:51:37.388Z Checking diff v0.1.13
42642026-03-02T21:51:37.388Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42652026-03-02T21:51:37.388Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42662026-03-02T21:51:37.642Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42672026-03-02T21:51:37.941Z Checking pretty_assertions v1.4.1
42682026-03-02T21:51:38.967Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-03-02T21:52:15.545Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42702026-03-02T21:52:15.548Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42712026-03-02T21:52:15.548Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42722026-03-02T21:52:15.548Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42732026-03-02T21:52:15.548Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42742026-03-02T21:52:15.548Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42752026-03-02T21:52:16.735Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42762026-03-02T21:52:18.334Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42772026-03-02T21:53:23.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
42782026-03-02T21:53:23.968Z
42792026-03-02T21:53:23.968Zinfo: running `cargo check --bins` on omicron-pins (235/256)
42802026-03-02T21:53:24.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-02T21:53:24.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-02T21:53:24.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-03-02T21:53:24.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42842026-03-02T21:53:24.774Z
42852026-03-02T21:53:24.774Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (236/256)
42862026-03-02T21:53:25.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-02T21:53:25.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-02T21:53:25.804Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-03-02T21:53:25.809Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42902026-03-02T21:53:25.809Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-03-02T21:53:55.334Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-03-02T21:53:55.877Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-03-02T21:53:58.648Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42942026-03-02T21:53:59.254Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42952026-03-02T21:54:03.936Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42962026-03-02T21:54:40.046Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42972026-03-02T21:54:40.956Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42982026-03-02T21:54:43.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
42992026-03-02T21:54:43.597Z
43002026-03-02T21:54:43.597Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (237/256)
43012026-03-02T21:54:44.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-02T21:54:44.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-02T21:54:44.524Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43042026-03-02T21:54:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
43052026-03-02T21:54:45.703Z
43062026-03-02T21:54:45.703Zinfo: running `cargo check --bins` on omicron-releng (238/256)
43072026-03-02T21:54:46.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-02T21:54:46.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-02T21:54:46.569Z Compiling blake3 v1.5.4
43102026-03-02T21:54:46.572Z Checking arrayvec v0.7.6
43112026-03-02T21:54:46.689Z Checking constant_time_eq v0.3.1
43122026-03-02T21:54:46.693Z Checking arrayref v0.3.9
43132026-03-02T21:54:46.709Z Checking topological-sort v0.2.2
43142026-03-02T21:54:46.721Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43152026-03-02T21:54:46.724Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43162026-03-02T21:54:46.724Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43172026-03-02T21:54:46.804Z Checking shell-words v1.1.0
43182026-03-02T21:54:47.919Z Checking omicron-zone-package v0.12.2
43192026-03-02T21:54:49.081Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43202026-03-02T21:54:50.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
43212026-03-02T21:54:50.528Z
43222026-03-02T21:54:50.528Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (239/256)
43232026-03-02T21:54:51.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-03-02T21:54:51.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-03-02T21:54:51.367Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43262026-03-02T21:54:51.766Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43272026-03-02T21:54:52.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
43282026-03-02T21:54:52.498Z
43292026-03-02T21:54:52.498Zinfo: running `cargo check --bins` on xtask (240/256)
43302026-03-02T21:54:53.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-03-02T21:54:53.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-03-02T21:54:53.148Z Checking serde v1.0.228
43332026-03-02T21:54:53.152Z Checking bitflags v2.9.4
43342026-03-02T21:54:53.152Z Checking zerofrom v0.1.4
43352026-03-02T21:54:53.259Z Checking thiserror v2.0.18
43362026-03-02T21:54:53.282Z Checking hashbrown v0.16.1
43372026-03-02T21:54:53.282Z Checking smallvec v1.15.1
43382026-03-02T21:54:53.301Z Checking serde_json v1.0.149
43392026-03-02T21:54:53.304Z Checking scroll v0.12.0
43402026-03-02T21:54:53.408Z Checking num-traits v0.2.19
43412026-03-02T21:54:53.458Z Checking yoke v0.7.4
43422026-03-02T21:54:53.505Z Checking rustix v0.38.37
43432026-03-02T21:54:53.630Z Checking thiserror v1.0.69
43442026-03-02T21:54:53.783Z Checking percent-encoding v2.3.2
43452026-03-02T21:54:53.801Z Checking log v0.4.29
43462026-03-02T21:54:53.818Z Checking zerovec v0.10.4
43472026-03-02T21:54:54.049Z Checking pest v2.8.2
43482026-03-02T21:54:54.098Z Checking goblin v0.8.2
43492026-03-02T21:54:54.186Z Checking serde_spanned v0.6.9
43502026-03-02T21:54:54.271Z Checking indexmap v2.13.0
43512026-03-02T21:54:54.396Z Checking toml_datetime v0.6.11
43522026-03-02T21:54:54.472Z Checking terminal_size v0.4.0
43532026-03-02T21:54:54.663Z Checking erased-serde v0.4.6
43542026-03-02T21:54:54.752Z Checking form_urlencoded v1.2.2
43552026-03-02T21:54:54.771Z Checking zerocopy v0.7.35
43562026-03-02T21:54:54.956Z Checking ordered-float v2.10.1
43572026-03-02T21:54:55.000Z Checking getrandom v0.3.4
43582026-03-02T21:54:55.266Z Checking syn v2.0.117
43592026-03-02T21:54:55.420Z Checking tinystr v0.7.6
43602026-03-02T21:54:55.518Z Checking icu_collections v1.5.0
43612026-03-02T21:54:55.558Z Checking serde-untagged v0.1.7
43622026-03-02T21:54:55.575Z Checking toml_edit v0.22.27
43632026-03-02T21:54:55.782Z Checking icu_locid v1.5.0
43642026-03-02T21:54:55.939Z Checking serde-value v0.7.0
43652026-03-02T21:54:56.046Z Checking rustix v1.1.3
43662026-03-02T21:54:56.186Z Checking once_cell v1.21.3
43672026-03-02T21:54:56.360Z Checking clap_builder v4.5.48
43682026-03-02T21:54:56.524Z Checking cargo-platform v0.2.0
43692026-03-02T21:54:56.578Z Checking dtrace-parser v0.2.0
43702026-03-02T21:54:56.783Z Checking icu_provider v1.5.0
43712026-03-02T21:54:56.850Z Checking textwrap v0.16.2
43722026-03-02T21:54:57.101Z Checking fs-err v3.1.1
43732026-03-02T21:54:57.277Z Checking tabled v0.15.0
43742026-03-02T21:54:57.419Z Checking icu_locid_transform v1.5.0
43752026-03-02T21:54:57.445Z Checking anyhow v1.0.99
43762026-03-02T21:54:57.545Z Checking tempfile v3.24.0
43772026-03-02T21:54:57.836Z Checking macaddr v1.0.1
43782026-03-02T21:54:57.921Z Checking camino-tempfile v1.4.1
43792026-03-02T21:54:58.204Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43802026-03-02T21:54:58.224Z Checking toml v0.8.23
43812026-03-02T21:54:58.475Z Checking icu_properties v1.5.1
43822026-03-02T21:54:58.733Z Checking dof v0.3.0
43832026-03-02T21:54:58.848Z Checking cargo_toml v0.21.0
43842026-03-02T21:54:59.147Z Checking clap v4.5.48
43852026-03-02T21:54:59.788Z Checking usdt-impl v0.5.0
43862026-03-02T21:55:00.155Z Checking usdt v0.5.0
43872026-03-02T21:55:00.928Z Checking icu_normalizer v1.5.0
43882026-03-02T21:55:01.420Z Checking idna_adapter v1.2.0
43892026-03-02T21:55:01.556Z Checking idna v1.0.3
43902026-03-02T21:55:01.871Z Checking url v2.5.4
43912026-03-02T21:55:02.370Z Checking cargo-util-schemas v0.8.2
43922026-03-02T21:55:03.583Z Checking cargo_metadata v0.21.0
43932026-03-02T21:55:04.632Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43942026-03-02T21:55:05.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s
43952026-03-02T21:55:05.451Z
43962026-03-02T21:55:05.451Zinfo: running `cargo check --bins` on end-to-end-tests (241/256)
43972026-03-02T21:55:06.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-03-02T21:55:06.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-03-02T21:55:06.499Z Checking polyval v0.6.2
44002026-03-02T21:55:06.632Z Checking ctr v0.9.2
44012026-03-02T21:55:06.647Z Checking ssh-encoding v0.2.0
44022026-03-02T21:55:06.650Z Checking blowfish v0.9.1
44032026-03-02T21:55:06.675Z Checking password-hash v0.4.2
44042026-03-02T21:55:06.692Z Checking p521 v0.13.3
44052026-03-02T21:55:06.698Z Checking p256 v0.13.2
44062026-03-02T21:55:06.698Z Checking russh-cryptovec v0.7.3
44072026-03-02T21:55:06.881Z Checking ghash v0.5.1
44082026-03-02T21:55:06.904Z Checking bcrypt-pbkdf v0.10.0
44092026-03-02T21:55:06.907Z Checking md5 v0.7.0
44102026-03-02T21:55:06.947Z Checking num-bigint v0.4.6
44112026-03-02T21:55:06.968Z Checking des v0.8.1
44122026-03-02T21:55:07.069Z Checking aes-gcm v0.10.3
44132026-03-02T21:55:07.089Z Checking pbkdf2 v0.11.0
44142026-03-02T21:55:07.179Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44152026-03-02T21:55:07.202Z Checking hex-literal v0.4.1
44162026-03-02T21:55:07.232Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44172026-03-02T21:55:07.254Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44182026-03-02T21:55:07.307Z Checking ssh-cipher v0.2.0
44192026-03-02T21:55:07.351Z Checking internet-checksum v0.2.1
44202026-03-02T21:55:07.590Z Checking ssh-key v0.6.6
44212026-03-02T21:55:07.822Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44222026-03-02T21:55:08.771Z Checking russh-keys v0.45.0
44232026-03-02T21:55:09.617Z Checking russh v0.45.0
44242026-03-02T21:55:35.612Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44252026-03-02T21:55:37.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.87s
44262026-03-02T21:55:37.569Z
44272026-03-02T21:55:37.569Zinfo: running `cargo check --bins` on gateway-cli (242/256)
44282026-03-02T21:55:38.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-03-02T21:55:38.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-03-02T21:55:38.425Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44312026-03-02T21:55:38.429Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44322026-03-02T21:55:38.429Z Checking termios v0.3.3
44332026-03-02T21:55:40.600Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44342026-03-02T21:55:40.789Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44352026-03-02T21:55:43.923Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44362026-03-02T21:55:44.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
44372026-03-02T21:55:44.984Z
44382026-03-02T21:55:44.984Zinfo: running `cargo check --bins --no-default-features` on installinator (243/256)
44392026-03-02T21:55:45.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-03-02T21:55:45.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-03-02T21:55:45.925Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44422026-03-02T21:55:45.928Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44432026-03-02T21:55:46.065Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44442026-03-02T21:55:46.065Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44452026-03-02T21:55:46.068Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44462026-03-02T21:55:46.624Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44472026-03-02T21:55:46.627Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44482026-03-02T21:55:47.686Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44492026-03-02T21:55:47.895Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44502026-03-02T21:55:47.901Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44512026-03-02T21:55:48.885Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44522026-03-02T21:55:51.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
44532026-03-02T21:55:51.631Z
44542026-03-02T21:55:51.631Zinfo: running `cargo check --bins` on internal-dns-cli (244/256)
44552026-03-02T21:55:52.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-02T21:55:52.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-02T21:55:52.493Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44582026-03-02T21:55:53.086Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44592026-03-02T21:55:53.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44602026-03-02T21:55:53.702Z
44612026-03-02T21:55:53.702Zinfo: running `cargo check --bins` on omicron-live-tests (245/256)
44622026-03-02T21:55:54.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-02T21:55:54.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-02T21:55:54.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-03-02T21:55:54.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
44662026-03-02T21:55:54.529Z
44672026-03-02T21:55:54.529Zinfo: running `cargo check --bins` on live-tests-macros (246/256)
44682026-03-02T21:55:55.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-03-02T21:55:55.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-03-02T21:55:55.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-03-02T21:55:55.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
44722026-03-02T21:55:55.348Z
44732026-03-02T21:55:55.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (247/256)
44742026-03-02T21:55:56.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-02T21:55:56.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-02T21:55:56.333Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44772026-03-02T21:55:57.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44782026-03-02T21:55:57.404Z
44792026-03-02T21:55:57.404Zinfo: running `cargo check --bins` on omicron-ntp-admin (248/256)
44802026-03-02T21:55:58.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-02T21:55:58.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-02T21:55:58.221Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44832026-03-02T21:55:58.224Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44842026-03-02T21:55:58.529Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44852026-03-02T21:55:58.532Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44862026-03-02T21:55:59.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44872026-03-02T21:55:59.770Z
44882026-03-02T21:55:59.770Zinfo: running `cargo check --bins` on ntp-admin-types (249/256)
44892026-03-02T21:56:00.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-03-02T21:56:00.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-03-02T21:56:00.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-03-02T21:56:00.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
44932026-03-02T21:56:00.591Z
44942026-03-02T21:56:00.591Zinfo: running `cargo check --bins` on omicron-package (250/256)
44952026-03-02T21:56:01.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-03-02T21:56:01.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-03-02T21:56:01.481Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44982026-03-02T21:56:02.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
44992026-03-02T21:56:03.214Z
45002026-03-02T21:56:03.214Zinfo: running `cargo check --bins` on tqdb (251/256)
45012026-03-02T21:56:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-03-02T21:56:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-03-02T21:56:04.256Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45042026-03-02T21:56:04.722Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45052026-03-02T21:56:05.720Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45062026-03-02T21:56:05.726Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45072026-03-02T21:56:13.247Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45082026-03-02T21:56:14.243Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45092026-03-02T21:56:14.246Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45102026-03-02T21:56:14.246Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45112026-03-02T21:56:14.246Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45122026-03-02T21:56:15.624Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45132026-03-02T21:56:26.332Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45142026-03-02T21:56:35.938Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45152026-03-02T21:56:35.941Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45162026-03-02T21:56:35.941Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45172026-03-02T21:56:35.941Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45182026-03-02T21:56:38.188Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45192026-03-02T21:56:40.221Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45202026-03-02T21:56:41.228Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45212026-03-02T21:56:43.179Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45222026-03-02T21:56:43.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.75s
45232026-03-02T21:56:44.200Z
45242026-03-02T21:56:44.200Zinfo: running `cargo check --bins` on wicket-dbg (252/256)
45252026-03-02T21:56:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-03-02T21:56:44.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-03-02T21:56:45.147Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45282026-03-02T21:56:45.150Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45292026-03-02T21:56:45.150Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45302026-03-02T21:56:45.298Z Checking rtoolbox v0.0.2
45312026-03-02T21:56:45.303Z Checking tui-tree-widget v0.23.1
45322026-03-02T21:56:45.460Z Checking rpassword v7.4.0
45332026-03-02T21:56:45.652Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45342026-03-02T21:56:46.981Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45352026-03-02T21:56:54.585Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45362026-03-02T21:56:55.579Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45372026-03-02T21:56:57.278Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45382026-03-02T21:57:02.270Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45392026-03-02T21:57:05.268Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45402026-03-02T21:57:06.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.38s
45412026-03-02T21:57:06.816Z
45422026-03-02T21:57:06.816Zinfo: running `cargo check --bins` on wicket (253/256)
45432026-03-02T21:57:07.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-03-02T21:57:07.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-03-02T21:57:07.728Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45462026-03-02T21:57:08.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45472026-03-02T21:57:08.455Z
45482026-03-02T21:57:08.455Zinfo: running `cargo check --bins` on wicketd (254/256)
45492026-03-02T21:57:09.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-02T21:57:09.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-02T21:57:09.406Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45522026-03-02T21:57:09.409Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45532026-03-02T21:57:09.409Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45542026-03-02T21:57:09.409Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45552026-03-02T21:57:11.230Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45562026-03-02T21:57:12.165Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45572026-03-02T21:57:16.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.29s
45582026-03-02T21:57:16.982Z
45592026-03-02T21:57:16.982Zinfo: running `cargo check --bins` on omicron-workspace-hack (255/256)
45602026-03-02T21:57:17.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-03-02T21:57:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-03-02T21:57:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45632026-03-02T21:57:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
45642026-03-02T21:57:17.802Z
45652026-03-02T21:57:17.802Zinfo: running `cargo check --bins` on zone-setup (256/256)
45662026-03-02T21:57:18.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-03-02T21:57:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-03-02T21:57:18.672Z Checking uzers v0.12.1
45692026-03-02T21:57:19.034Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45702026-03-02T21:57:20.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
45712026-03-02T21:57:20.316Z
45722026-03-02T21:57:20.316Zreal 22:01.912941997
45732026-03-02T21:57:20.316Zuser 40:10.846037184
45742026-03-02T21:57:20.316Zsys 6:17.677589251
45752026-03-02T21:57:20.316Ztrap 0.788071847
45762026-03-02T21:57:20.316Ztflt 0.724335008
45772026-03-02T21:57:20.316Zdflt 0.829659727
45782026-03-02T21:57:20.316Zkflt 0.001119626
45792026-03-02T21:57:20.316Zlock 1:46:13.902268269
45802026-03-02T21:57:20.316Zslp 3:29:54.371634707
45812026-03-02T21:57:20.320Zlat 1:47.893435759
45822026-03-02T21:57:20.320Zstop 5:47.194802661
45832026-03-02T21:57:20.320Zprocess exited: duration 1625997 ms, exit code 0
 
45842026-03-02T21:57:20.329Zfound 0 output files