01JMDTXB43KW8H4D9R89XXE2WT: 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: 01JMDV09FEX3N05W7QTZJ2NQS6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-19T02:13:12.970Zjob assigned to worker 01JMDZMDVCAGRJR7046SE7EQ1R [factory aws, i-0846f466e4f574300] (queued for 1 h 21 m 49 s)
 
22025-02-19T02:13:21.008Zstarting task 0: "setup"
32025-02-19T02:13:21.015Z++ uname -s
42025-02-19T02:13:21.018Z+ kern=SunOS
52025-02-19T02:13:21.018Z+ build_user=build
62025-02-19T02:13:21.018Z+ build_uid=12345
72025-02-19T02:13:21.018Z+ work_dir=/work
82025-02-19T02:13:21.018Z+ input_dir=/input
92025-02-19T02:13:21.018Z+ [[ 0 == 12345 ]]
102025-02-19T02:13:21.018Z+ case "$kern" in
112025-02-19T02:13:21.018Z+ groupadd -g 12345 build
122025-02-19T02:13:21.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-19T02:13:23.027Z+ zfs create -o mountpoint=/work rpool/work
142025-02-19T02:13:23.156Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-19T02:13:23.159Z+ home_fs=zfs
162025-02-19T02:13:23.159Z+ [[ zfs == autofs ]]
172025-02-19T02:13:23.159Z+ mkdir -p /home/build
182025-02-19T02:13:23.161Z+ chown build:build /home/build /work
192025-02-19T02:13:25.163Z+ chmod 0700 /home/build /work
202025-02-19T02:13:25.166Zprocess exited: duration 4157 ms, exit code 0
 
212025-02-19T02:13:25.172Zstarting task 1: "rust-toolchain"
222025-02-19T02:13:25.178Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-19T02:13:25.178Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-19T02:13:25.178Z * rust toolchain channel = "1.84.1"
252025-02-19T02:13:25.178Z * rust toolchain profile = "default"
262025-02-19T02:13:25.178Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-19T02:13:25.178Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-19T02:13:25.180Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-19T02:13:25.180Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-19T02:13:25.296Zinfo: downloading installer
312025-02-19T02:13:26.680Zwarning: it looks like you have an existing installation of Rust at:
322025-02-19T02:13:26.680Zwarning: /opt/ooce/bin
332025-02-19T02:13:26.680Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-19T02:13:26.680Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-19T02:13:26.680Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-19T02:13:26.680Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-19T02:13:26.680Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-19T02:13:26.680Zerror: cannot install while Rust is installed
392025-02-19T02:13:26.680Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-19T02:13:26.713Zinfo: profile set to 'default'
412025-02-19T02:13:26.713Zinfo: default host triple is x86_64-unknown-illumos
422025-02-19T02:13:26.717Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-19T02:13:26.854Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-19T02:13:26.854Zinfo: downloading component 'cargo'
452025-02-19T02:13:27.647Zinfo: downloading component 'clippy'
462025-02-19T02:13:27.932Zinfo: downloading component 'rust-docs'
472025-02-19T02:13:28.952Zinfo: downloading component 'rust-std'
482025-02-19T02:13:30.697Zinfo: downloading component 'rustc'
492025-02-19T02:13:36.570Zinfo: downloading component 'rustfmt'
502025-02-19T02:13:36.784Zinfo: installing component 'cargo'
512025-02-19T02:13:37.602Zinfo: installing component 'clippy'
522025-02-19T02:13:37.979Zinfo: installing component 'rust-docs'
532025-02-19T02:13:39.568Zinfo: installing component 'rust-std'
542025-02-19T02:13:41.470Zinfo: installing component 'rustc'
552025-02-19T02:13:47.381Zinfo: installing component 'rustfmt'
562025-02-19T02:13:47.715Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-19T02:13:47.715Z
582025-02-19T02:13:48.103Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-19T02:13:48.103Z
602025-02-19T02:13:48.106Z
612025-02-19T02:13:48.106ZRust is installed now. Great!
622025-02-19T02:13:48.106Z
632025-02-19T02:13:48.106ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-19T02:13:48.106Zenvironment variable. This has not been done automatically.
652025-02-19T02:13:48.106Z
662025-02-19T02:13:48.106ZTo configure your current shell, you need to source
672025-02-19T02:13:48.106Zthe corresponding env file under $HOME/.cargo.
682025-02-19T02:13:48.106Z
692025-02-19T02:13:48.106ZThis is usually done by running one of the following (note the leading DOT):
702025-02-19T02:13:48.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-19T02:13:48.107Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-19T02:13:48.186Z+ rustup --version
732025-02-19T02:13:48.194Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-19T02:13:48.194Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-19T02:13:48.271Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-19T02:13:48.274Z+ cargo --version
772025-02-19T02:13:48.331Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-19T02:13:48.334Z+ rustc --version
792025-02-19T02:13:48.394Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-19T02:13:48.398Zprocess exited: duration 23220 ms, exit code 0
 
812025-02-19T02:13:48.403Zstarting task 2: "authentication"
822025-02-19T02:13:48.424Zprocess exited: duration 21 ms, exit code 0
 
832025-02-19T02:13:48.432Zstarting task 3: "clone repository"
842025-02-19T02:13:48.435Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-19T02:13:48.437Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-19T02:13:48.557ZCloning into '/work/oxidecomputer/omicron'...
872025-02-19T02:13:55.755Z+ cd /work/oxidecomputer/omicron
882025-02-19T02:13:55.755Z+ git fetch origin 393a9251dcac7c69a91b393447131feb6a00f8a8
892025-02-19T02:13:56.081ZFrom https://github.com/oxidecomputer/omicron
902025-02-19T02:13:56.086Z * branch 393a9251dcac7c69a91b393447131feb6a00f8a8 -> FETCH_HEAD
912025-02-19T02:13:56.093Z+ [[ -n affinity-api ]]
922025-02-19T02:13:56.095Z++ git branch --show-current
932025-02-19T02:13:56.098Z+ current=main
942025-02-19T02:13:56.098Z+ [[ main != affinity-api ]]
952025-02-19T02:13:56.098Z+ git branch -f affinity-api 393a9251dcac7c69a91b393447131feb6a00f8a8
962025-02-19T02:13:56.101Z+ git checkout -f affinity-api
972025-02-19T02:13:56.284ZSwitched to branch 'affinity-api'
982025-02-19T02:13:56.286Z+ git reset --hard 393a9251dcac7c69a91b393447131feb6a00f8a8
992025-02-19T02:13:56.308ZHEAD is now at 393a9251d Merge branch 'main' into affinity-api
1002025-02-19T02:13:56.310Zprocess exited: duration 7877 ms, exit code 0
 
1012025-02-19T02:13:56.316Zstarting task 4: "build"
1022025-02-19T02:13:56.321Z+ source .github/buildomat/ci-env.sh
1032025-02-19T02:13:56.321Z++ export CARGO_TERM_COLOR=always
1042025-02-19T02:13:56.321Z++ CARGO_TERM_COLOR=always
1052025-02-19T02:13:56.324Z+ cargo --version
1062025-02-19T02:13:56.370Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-19T02:13:56.373Z+ rustc --version
1082025-02-19T02:13:56.432Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-19T02:13:56.435Z+ source ./env.sh
1102025-02-19T02:13:56.435Z++ OLD_SHELL_OPTS=ehxB
1112025-02-19T02:13:56.435Z++ set -o xtrace
1122025-02-19T02:13:56.438Z++++ dirname ./env.sh
1132025-02-19T02:13:56.440Z+++ readlink -f .
1142025-02-19T02:13:56.529Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-19T02:13:56.532Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-19T02:13:56.532Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-19T02:13:56.532Z++ 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
1182025-02-19T02:13:56.532Z++ 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
1192025-02-19T02:13:56.532Z++ 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
1202025-02-19T02:13:56.532Z++ 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
1212025-02-19T02:13:56.532Z++ 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
1222025-02-19T02:13:56.532Z++ 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
1232025-02-19T02:13:56.532Z++ case $OLD_SHELL_OPTS in
1242025-02-19T02:13:56.532Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-19T02:13:56.532Z+ 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
1262025-02-19T02:13:56.532Z+ 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
1272025-02-19T02:13:56.532Z+ banner prerequisites
1282025-02-19T02:13:56.535Z
1292025-02-19T02:13:56.535Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-19T02:13:56.535Z # # # # # # # # # # # # # # #
1312025-02-19T02:13:56.535Z # # # # ##### # # ##### # # # # # #### #
1322025-02-19T02:13:56.535Z ##### ##### # ##### # # # # # # # # #
1332025-02-19T02:13:56.535Z # # # # # # # # # # # # # # #
1342025-02-19T02:13:56.535Z # # # ###### # # ###### ### # #### # #### #
1352025-02-19T02:13:56.535Z
1362025-02-19T02:13:56.535Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-19T02:14:01.083Zpkg list: illegal option -- F
1382025-02-19T02:14:01.086ZUsage:
1392025-02-19T02:14:01.086Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-19T02:14:01.086Z [pkg_fmri_pattern ...]
1412025-02-19T02:14:01.915Zpkg list: illegal option -- F
1422025-02-19T02:14:01.915ZUsage:
1432025-02-19T02:14:01.917Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-19T02:14:01.917Z [pkg_fmri_pattern ...]
1452025-02-19T02:14:08.449Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-19T02:14:12.877Z Startup: Caching catalogs ... Done
1472025-02-19T02:14:25.594ZPlanning: Solver setup ... Done (11.781s)
1482025-02-19T02:14:25.747ZPlanning: Running solver ... Done (0.153s)
1492025-02-19T02:14:26.085ZPlanning: Finding local manifests ... Done (0.224s)
1502025-02-19T02:14:26.107ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-19T02:14:26.777ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-19T02:14:27.253ZPlanning: Package planning ... Done (0.471s)
1532025-02-19T02:14:27.305ZPlanning: Merging actions ... Done (0.056s)
1542025-02-19T02:14:28.140ZPlanning: Checking for conflicting actions ... Done (0.836s)
1552025-02-19T02:14:33.626ZPlanning: Consolidating action changes ... Done (5.484s)
1562025-02-19T02:14:34.033ZPlanning: Evaluating mediators ... Done (0.406s)
1572025-02-19T02:14:34.111ZPlanning: Planning completed in 21.14 seconds
1582025-02-19T02:14:34.127Z Packages to install: 4
1592025-02-19T02:14:34.127Z Packages to update: 3
1602025-02-19T02:14:34.129Z Mediators to change: 2
1612025-02-19T02:14:34.129Z Services to change: 1
1622025-02-19T02:14:34.129Z Estimated space available: 155.61 GB
1632025-02-19T02:14:34.129ZEstimated space to be consumed: 1.66 GB
1642025-02-19T02:14:34.130Z Create boot environment: No
1652025-02-19T02:14:34.130ZCreate backup boot environment: Yes
1662025-02-19T02:14:34.130Z Rebuild boot archive: No
1672025-02-19T02:14:34.130Z
1682025-02-19T02:14:34.130ZChanged mediators:
1692025-02-19T02:14:34.130Z mediator clang:
1702025-02-19T02:14:34.130Z version: None -> 15 (system default)
1712025-02-19T02:14:34.130Z
1722025-02-19T02:14:34.130Z mediator llvm:
1732025-02-19T02:14:34.130Z version: 14 (system default) -> 15 (system default)
1742025-02-19T02:14:34.130Z
1752025-02-19T02:14:34.130ZChanged packages:
1762025-02-19T02:14:34.130Zhelios-dev
1772025-02-19T02:14:34.130Z developer/build-essential
1782025-02-19T02:14:34.130Z None -> 11-2.0
1792025-02-19T02:14:34.130Z library/libxmlsec1
1802025-02-19T02:14:34.130Z None -> 1.2.35-2.0
1812025-02-19T02:14:34.130Z ooce/developer/clang-15
1822025-02-19T02:14:34.130Z None -> 15.0.7-2.0
1832025-02-19T02:14:34.130Z ooce/developer/llvm-15
1842025-02-19T02:14:34.130Z None -> 15.0.7-2.0
1852025-02-19T02:14:34.130Z package/pkg
1862025-02-19T02:14:34.130Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-19T02:14:34.130Z system/library/g++-runtime
1882025-02-19T02:14:34.130Z 13-2.0 -> 14-2.0
1892025-02-19T02:14:34.130Z system/library/gcc-runtime
1902025-02-19T02:14:34.130Z 13-2.0 -> 14-2.0
1912025-02-19T02:14:34.130Z
1922025-02-19T02:14:34.130ZServices:
1932025-02-19T02:14:34.130Z restart_fmri:
1942025-02-19T02:14:34.130Z svc:/system/update-man-index:default
1952025-02-19T02:14:34.130Z
1962025-02-19T02:14:34.130ZEditable files to change:
1972025-02-19T02:14:34.130Z Update:
1982025-02-19T02:14:34.130Z usr/share/lib/pkg/web/config.shtml
1992025-02-19T02:14:34.428Z
2002025-02-19T02:14:34.428ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-19T02:14:39.429ZDownload: 1455/4301 items 117.3/225.4MB 52% complete (23.6M/s)
2022025-02-19T02:14:44.430ZDownload: 3243/4301 items 169.9/225.4MB 75% complete (17.0M/s)
2032025-02-19T02:14:49.615ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (13.2M/s)
2042025-02-19T02:14:50.592ZDownload: Completed 225.42 MB in 16.16 seconds (13.9M/s)
2052025-02-19T02:14:52.648Z Actions: 1/5122 actions (Removing old actions)
2062025-02-19T02:14:52.665Z Actions: 194/5122 actions (Installing new actions)
2072025-02-19T02:14:57.758Z Actions: 4179/5122 actions (Installing new actions)
2082025-02-19T02:14:57.943Z Actions: 4267/5122 actions (Updating modified actions)
2092025-02-19T02:14:58.500Z Actions: Completed 5122 actions in 5.85 seconds.
2102025-02-19T02:14:58.738Z Done (0.230s)
2112025-02-19T02:14:58.740Z Done (0.001s)
2122025-02-19T02:14:59.339Z Done (0.598s)
2132025-02-19T02:15:05.022Z Done (5.452s)
2142025-02-19T02:15:05.419Z Done (0.321s)
2152025-02-19T02:15:05.438Z Done (0.000s)
2162025-02-19T02:15:05.607Z Done (0.000s)
2172025-02-19T02:15:06.306ZPlanning: Evaluating mediator changes ... Done
2182025-02-19T02:15:06.468ZPlanning: Checking for conflicting actions ... Done
2192025-02-19T02:15:06.470ZPlanning: Consolidating action changes ... Done
2202025-02-19T02:15:06.733ZPlanning: Evaluating mediators ... Done
2212025-02-19T02:15:06.735ZPlanning: Planning completed in 0.43 seconds
2222025-02-19T02:15:06.773Z Mediators to change: 2
2232025-02-19T02:15:06.773Z Create boot environment: No
2242025-02-19T02:15:06.775ZCreate backup boot environment: No
2252025-02-19T02:15:06.860Z Done
2262025-02-19T02:15:06.860Z Done
2272025-02-19T02:15:07.235Z Done
2282025-02-19T02:15:10.768Z Done
2292025-02-19T02:15:10.856Z Done
2302025-02-19T02:15:10.859Z Done
2312025-02-19T02:15:10.995Z Done
2322025-02-19T02:15:11.598ZPlanning: Evaluating mediator changes ... Done
2332025-02-19T02:15:11.601ZPlanning: Merging actions ... Done
2342025-02-19T02:15:11.791ZPlanning: Checking for conflicting actions ... Done
2352025-02-19T02:15:11.793ZPlanning: Consolidating action changes ... Done
2362025-02-19T02:15:12.051ZPlanning: Evaluating mediators ... Done
2372025-02-19T02:15:12.103ZPlanning: Planning completed in 0.74 seconds
2382025-02-19T02:15:12.144Z Packages to change: 1
2392025-02-19T02:15:12.144Z Mediators to change: 1
2402025-02-19T02:15:12.147Z Services to change: 1
2412025-02-19T02:15:12.147Z Create boot environment: No
2422025-02-19T02:15:12.147ZCreate backup boot environment: Yes
2432025-02-19T02:15:14.416Z Actions: 1/6 actions (Updating modified actions)
2442025-02-19T02:15:14.418Z Actions: Completed 6 actions in 0.00 seconds.
2452025-02-19T02:15:14.419Z Done
2462025-02-19T02:15:14.419Z Done
2472025-02-19T02:15:14.538Z Done
2482025-02-19T02:15:18.084Z Done
2492025-02-19T02:15:18.174Z Done
2502025-02-19T02:15:18.177Z Done
2512025-02-19T02:15:18.315Z Done
2522025-02-19T02:15:18.748ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-02-19T02:15:18.748Zclang system 15 system
2542025-02-19T02:15:18.748Zcsh system system illumos
2552025-02-19T02:15:18.748Zctags system system illumos
2562025-02-19T02:15:18.748Zgcc vendor 12 vendor
2572025-02-19T02:15:18.748Zgcc system 10 system
2582025-02-19T02:15:18.748Zgcc system 7 system
2592025-02-19T02:15:18.748Zgo system 1.20 system
2602025-02-19T02:15:18.748Zgo system 1.19 system
2612025-02-19T02:15:18.748Zllvm system 15 system
2622025-02-19T02:15:18.748Zllvm system 14 system
2632025-02-19T02:15:18.748Zmariadb system 10.6 system
2642025-02-19T02:15:18.748Zmta vendor vendor dma
2652025-02-19T02:15:18.748Zopenjdk system 17 system
2662025-02-19T02:15:18.748Zopenjdk system 11 system
2672025-02-19T02:15:18.748Zopenjdk system 1.8 system
2682025-02-19T02:15:18.748Zopenssl vendor 3 vendor
2692025-02-19T02:15:18.748Zperl system 5.36 system
2702025-02-19T02:15:18.748Zpostgresql system 15 system
2712025-02-19T02:15:18.748Zpostgresql system 13 system
2722025-02-19T02:15:18.748Zpython vendor 3 vendor
2732025-02-19T02:15:18.748Zpython system 2 system
2742025-02-19T02:15:18.748Zpython3 system 3.11 system
2752025-02-19T02:15:18.748Zruby system 3.0 system
2762025-02-19T02:15:18.749Zwords vendor vendor american-english
2772025-02-19T02:15:18.749Zwords system system australian-english
2782025-02-19T02:15:18.749Zwords system system british-english
2792025-02-19T02:15:18.749Zwords system system canadian-english
2802025-02-19T02:15:18.749Zwords system system french
2812025-02-19T02:15:18.749Zwords system system italian
2822025-02-19T02:15:18.749Zwords system system ngerman
2832025-02-19T02:15:18.749Zwords system system ogerman
2842025-02-19T02:15:18.749Zwords system system spanish
2852025-02-19T02:15:19.073ZPUBLISHER TYPE STATUS P LOCATION
2862025-02-19T02:15:19.073Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-02-19T02:15:21.951ZFMRI IFO
2882025-02-19T02:15:21.951Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-02-19T02:15:21.951Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-02-19T02:15:21.951Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-02-19T02:15:21.951Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-02-19T02:15:21.951Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-02-19T02:15:21.951Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-02-19T02:15:21.951Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-02-19T02:15:21.951Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-02-19T02:15:21.951Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-02-19T02:15:21.951Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-02-19T02:15:21.951Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-02-19T02:15:21.951Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-02-19T02:15:21.951Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-02-19T02:15:21.951Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-02-19T02:15:21.951Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-02-19T02:15:22.707Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-02-19T02:15:23.002Z Updating crates.io index
3052025-02-19T02:15:23.006Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-02-19T02:15:23.696Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-02-19T02:15:23.936Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-02-19T02:15:24.194Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-02-19T02:15:25.202Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-02-19T02:15:27.024Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-02-19T02:15:27.632Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-02-19T02:15:28.425Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-02-19T02:15:28.771Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-02-19T02:15:29.130Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-02-19T02:15:29.786Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3162025-02-19T02:15:30.257Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3172025-02-19T02:15:30.536Z Updating git repository `https://github.com/oxidecomputer/tofino`
3182025-02-19T02:15:30.816Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192025-02-19T02:15:31.141Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202025-02-19T02:15:31.390Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212025-02-19T02:15:31.664Z Updating git repository `https://github.com/oxidecomputer/lldp`
3222025-02-19T02:15:32.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3232025-02-19T02:15:32.304Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242025-02-19T02:15:32.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-02-19T02:15:33.093Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3262025-02-19T02:15:33.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272025-02-19T02:15:33.991Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-02-19T02:15:34.407Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292025-02-19T02:15:34.723Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302025-02-19T02:15:35.077Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3312025-02-19T02:15:35.456Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-02-19T02:15:35.681Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-02-19T02:15:35.945Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-02-19T02:15:37.216Z Downloading crates ...
3352025-02-19T02:15:37.846Z Downloaded anstyle-query v1.1.1
3362025-02-19T02:15:37.867Z Downloaded anstyle v1.0.10
3372025-02-19T02:15:37.867Z Downloaded block-buffer v0.10.4
3382025-02-19T02:15:37.867Z Downloaded autocfg v1.4.0
3392025-02-19T02:15:37.867Z Downloaded swrite v0.1.0
3402025-02-19T02:15:37.867Z Downloaded camino-tempfile v1.1.1
3412025-02-19T02:15:37.867Z Downloaded bytecount v0.6.8
3422025-02-19T02:15:37.867Z Downloaded anstyle-parse v0.2.5
3432025-02-19T02:15:37.867Z Downloaded usdt-macro v0.5.0
3442025-02-19T02:15:37.867Z Downloaded cargo_metadata v0.18.1
3452025-02-19T02:15:37.867Z Downloaded anstream v0.6.15
3462025-02-19T02:15:37.867Z Downloaded camino v1.1.9
3472025-02-19T02:15:37.867Z Downloaded equivalent v1.0.1
3482025-02-19T02:15:37.867Z Downloaded scroll_derive v0.12.0
3492025-02-19T02:15:37.867Z Downloaded dtrace-parser v0.2.0
3502025-02-19T02:15:37.867Z Downloaded cfg-if v1.0.0
3512025-02-19T02:15:37.867Z Downloaded serde_spanned v0.6.8
3522025-02-19T02:15:37.867Z Downloaded crypto-common v0.1.6
3532025-02-19T02:15:37.868Z Downloaded thread-id v4.2.2
3542025-02-19T02:15:37.868Z Downloaded thiserror v1.0.69
3552025-02-19T02:15:37.868Z Downloaded dof v0.3.0
3562025-02-19T02:15:37.868Z Downloaded version_check v0.9.5
3572025-02-19T02:15:37.868Z Downloaded usdt v0.5.0
3582025-02-19T02:15:37.868Z Downloaded usdt-attr-macro v0.5.0
3592025-02-19T02:15:37.868Z Downloaded unicode-linebreak v0.1.5
3602025-02-19T02:15:37.868Z Downloaded itoa v1.0.11
3612025-02-19T02:15:37.868Z Downloaded byteorder v1.5.0
3622025-02-19T02:15:37.868Z Downloaded bitflags v2.6.0
3632025-02-19T02:15:37.868Z Downloaded pretty-hex v0.4.1
3642025-02-19T02:15:37.868Z Downloaded pest_generator v2.7.14
3652025-02-19T02:15:37.868Z Downloaded heck v0.5.0
3662025-02-19T02:15:37.868Z Downloaded generic-array v0.14.7
3672025-02-19T02:15:37.868Z Downloaded colorchoice v1.0.2
3682025-02-19T02:15:37.868Z Downloaded macaddr v1.0.1
3692025-02-19T02:15:37.868Z Downloaded usdt-impl v0.5.0
3702025-02-19T02:15:37.868Z Downloaded proc-macro-error-attr v1.0.4
3712025-02-19T02:15:37.868Z Downloaded utf8parse v0.2.2
3722025-02-19T02:15:37.868Z Downloaded fnv v1.0.7
3732025-02-19T02:15:37.868Z Downloaded smawk v0.3.2
3742025-02-19T02:15:37.868Z Downloaded fastrand v2.1.1
3752025-02-19T02:15:37.868Z Downloaded digest v0.10.7
3762025-02-19T02:15:37.868Z Downloaded is_terminal_polyfill v1.70.1
3772025-02-19T02:15:37.868Z Downloaded cpufeatures v0.2.14
3782025-02-19T02:15:37.869Z Downloaded clap_lex v0.7.4
3792025-02-19T02:15:37.869Z Downloaded errno v0.3.9
3802025-02-19T02:15:37.869Z Downloaded cargo-platform v0.1.8
3812025-02-19T02:15:37.869Z Downloaded serde_tokenstream v0.2.2
3822025-02-19T02:15:37.869Z Downloaded heck v0.4.1
3832025-02-19T02:15:37.869Z Downloaded anyhow v1.0.95
3842025-02-19T02:15:37.869Z Downloaded toml_datetime v0.6.8
3852025-02-19T02:15:37.869Z Downloaded tempfile v3.13.0
3862025-02-19T02:15:37.869Z Downloaded quote v1.0.38
3872025-02-19T02:15:37.869Z Downloaded once_cell v1.20.2
3882025-02-19T02:15:37.869Z Downloaded pest_derive v2.7.14
3892025-02-19T02:15:37.869Z Downloaded clap_derive v4.5.24
3902025-02-19T02:15:37.869Z Downloaded fs-err v2.11.0
3912025-02-19T02:15:37.869Z Downloaded tabled_derive v0.7.0
3922025-02-19T02:15:37.869Z Downloaded terminal_size v0.4.0
3932025-02-19T02:15:37.869Z Downloaded plain v0.2.3
3942025-02-19T02:15:37.869Z Downloaded memmap v0.7.0
3952025-02-19T02:15:37.869Z Downloaded semver v1.0.24
3962025-02-19T02:15:37.869Z Downloaded ryu v1.0.18
3972025-02-19T02:15:37.869Z Downloaded unicode-ident v1.0.14
3982025-02-19T02:15:37.869Z Downloaded typenum v1.17.0
3992025-02-19T02:15:37.869Z Downloaded zerocopy-derive v0.7.35
4002025-02-19T02:15:37.869Z Downloaded ucd-trie v0.1.7
4012025-02-19T02:15:37.869Z Downloaded strsim v0.11.1
4022025-02-19T02:15:37.869Z Downloaded toml v0.8.19
4032025-02-19T02:15:37.870Z Downloaded thiserror-impl v1.0.69
4042025-02-19T02:15:37.870Z Downloaded serde_derive v1.0.217
4052025-02-19T02:15:37.870Z Downloaded scroll v0.12.0
4062025-02-19T02:15:37.870Z Downloaded log v0.4.22
4072025-02-19T02:15:37.870Z Downloaded clap v4.5.27
4082025-02-19T02:15:37.870Z Downloaded papergrid v0.11.0
4092025-02-19T02:15:37.870Z Downloaded cargo_toml v0.20.5
4102025-02-19T02:15:37.870Z Downloaded sha2 v0.10.8
4112025-02-19T02:15:37.870Z Downloaded proc-macro2 v1.0.92
4122025-02-19T02:15:37.870Z Downloaded proc-macro-error v1.0.4
4132025-02-19T02:15:37.870Z Downloaded pest_meta v2.7.14
4142025-02-19T02:15:37.870Z Downloaded textwrap v0.16.1
4152025-02-19T02:15:37.870Z Downloaded serde v1.0.217
4162025-02-19T02:15:37.870Z Downloaded memchr v2.7.4
4172025-02-19T02:15:37.870Z Downloaded indexmap v2.7.1
4182025-02-19T02:15:37.870Z Downloaded toml_edit v0.22.22
4192025-02-19T02:15:37.870Z Downloaded serde_json v1.0.135
4202025-02-19T02:15:37.870Z Downloaded zerocopy v0.7.35
4212025-02-19T02:15:37.870Z Downloaded winnow v0.6.20
4222025-02-19T02:15:37.870Z Downloaded hashbrown v0.15.1
4232025-02-19T02:15:37.870Z Downloaded tabled v0.15.0
4242025-02-19T02:15:37.870Z Downloaded goblin v0.8.2
4252025-02-19T02:15:37.870Z Downloaded clap_builder v4.5.27
4262025-02-19T02:15:37.870Z Downloaded syn v1.0.109
4272025-02-19T02:15:37.870Z Downloaded pest v2.7.14
4282025-02-19T02:15:37.871Z Downloaded unicode-width v0.1.14
4292025-02-19T02:15:37.871Z Downloaded syn v2.0.96
4302025-02-19T02:15:37.871Z Downloaded rustix v0.38.37
4312025-02-19T02:15:37.871Z Downloaded libc v0.2.169
4322025-02-19T02:15:38.003Z Compiling proc-macro2 v1.0.92
4332025-02-19T02:15:38.003Z Compiling unicode-ident v1.0.14
4342025-02-19T02:15:38.006Z Compiling version_check v0.9.5
4352025-02-19T02:15:38.006Z Compiling serde v1.0.217
4362025-02-19T02:15:38.006Z Compiling memchr v2.7.4
4372025-02-19T02:15:38.006Z Compiling thiserror v1.0.69
4382025-02-19T02:15:38.006Z Compiling libc v0.2.169
4392025-02-19T02:15:38.039Z Compiling itoa v1.0.11
4402025-02-19T02:15:38.311Z Compiling ryu v1.0.18
4412025-02-19T02:15:38.320Z Compiling ucd-trie v0.1.7
4422025-02-19T02:15:38.780Z Compiling once_cell v1.20.2
4432025-02-19T02:15:38.828Z Compiling byteorder v1.5.0
4442025-02-19T02:15:39.141Z Compiling serde_json v1.0.135
4452025-02-19T02:15:39.377Z Compiling rustix v0.38.37
4462025-02-19T02:15:39.743Z Compiling bitflags v2.6.0
4472025-02-19T02:15:39.815Z Compiling proc-macro-error-attr v1.0.4
4482025-02-19T02:15:39.872Z Compiling usdt-impl v0.5.0
4492025-02-19T02:15:40.076Z Compiling syn v1.0.109
4502025-02-19T02:15:40.107Z Compiling proc-macro-error v1.0.4
4512025-02-19T02:15:40.134Z Compiling equivalent v1.0.1
4522025-02-19T02:15:40.211Z Compiling camino v1.1.9
4532025-02-19T02:15:40.296Z Compiling log v0.4.22
4542025-02-19T02:15:40.342Z Compiling thread-id v4.2.2
4552025-02-19T02:15:40.379Z Compiling hashbrown v0.15.1
4562025-02-19T02:15:40.403Z Compiling utf8parse v0.2.2
4572025-02-19T02:15:40.477Z Compiling plain v0.2.3
4582025-02-19T02:15:40.585Z Compiling anstyle-parse v0.2.5
4592025-02-19T02:15:40.655Z Compiling quote v1.0.38
4602025-02-19T02:15:40.803Z Compiling errno v0.3.9
4612025-02-19T02:15:40.891Z Compiling unicode-width v0.1.14
4622025-02-19T02:15:40.917Z Compiling pretty-hex v0.4.1
4632025-02-19T02:15:41.024Z Compiling syn v2.0.96
4642025-02-19T02:15:41.127Z Compiling autocfg v1.4.0
4652025-02-19T02:15:41.277Z Compiling colorchoice v1.0.2
4662025-02-19T02:15:41.414Z Compiling indexmap v2.7.1
4672025-02-19T02:15:41.448Z Compiling is_terminal_polyfill v1.70.1
4682025-02-19T02:15:41.451Z Compiling anstyle v1.0.10
4692025-02-19T02:15:41.615Z Compiling anstyle-query v1.1.1
4702025-02-19T02:15:41.782Z Compiling semver v1.0.24
4712025-02-19T02:15:41.876Z Compiling winnow v0.6.20
4722025-02-19T02:15:42.064Z Compiling fs-err v2.11.0
4732025-02-19T02:15:42.224Z Compiling anstream v0.6.15
4742025-02-19T02:15:42.494Z Compiling fnv v1.0.7
4752025-02-19T02:15:42.520Z Compiling heck v0.5.0
4762025-02-19T02:15:42.547Z Compiling bytecount v0.6.8
4772025-02-19T02:15:42.646Z Compiling anyhow v1.0.95
4782025-02-19T02:15:42.876Z Compiling cfg-if v1.0.0
4792025-02-19T02:15:42.986Z Compiling terminal_size v0.4.0
4802025-02-19T02:15:43.014Z Compiling clap_lex v0.7.4
4812025-02-19T02:15:43.164Z Compiling fastrand v2.1.1
4822025-02-19T02:15:43.203Z Compiling strsim v0.11.1
4832025-02-19T02:15:43.241Z Compiling heck v0.4.1
4842025-02-19T02:15:43.588Z Compiling tempfile v3.13.0
4852025-02-19T02:15:43.725Z Compiling clap_builder v4.5.27
4862025-02-19T02:15:43.858Z Compiling papergrid v0.11.0
4872025-02-19T02:15:44.207Z Compiling memmap v0.7.0
4882025-02-19T02:15:44.301Z Compiling smawk v0.3.2
4892025-02-19T02:15:44.384Z Compiling unicode-linebreak v0.1.5
4902025-02-19T02:15:44.873Z Compiling textwrap v0.16.1
4912025-02-19T02:15:45.089Z Compiling swrite v0.1.0
4922025-02-19T02:15:45.777Z Compiling tabled_derive v0.7.0
4932025-02-19T02:15:46.994Z Compiling tabled v0.15.0
4942025-02-19T02:15:47.630Z Compiling serde_derive v1.0.217
4952025-02-19T02:15:47.633Z Compiling thiserror-impl v1.0.69
4962025-02-19T02:15:47.633Z Compiling zerocopy-derive v0.7.35
4972025-02-19T02:15:47.754Z Compiling scroll_derive v0.12.0
4982025-02-19T02:15:48.448Z Compiling clap_derive v4.5.24
4992025-02-19T02:15:49.179Z Compiling scroll v0.12.0
5002025-02-19T02:15:49.431Z Compiling zerocopy v0.7.35
5012025-02-19T02:15:49.588Z Compiling goblin v0.8.2
5022025-02-19T02:15:49.975Z Compiling pest v2.7.14
5032025-02-19T02:15:51.543Z Compiling clap v4.5.27
5042025-02-19T02:15:52.306Z Compiling pest_meta v2.7.14
5052025-02-19T02:15:53.165Z Compiling pest_generator v2.7.14
5062025-02-19T02:15:54.591Z Compiling pest_derive v2.7.14
5072025-02-19T02:15:55.282Z Compiling dtrace-parser v0.2.0
5082025-02-19T02:15:56.275Z Compiling serde_spanned v0.6.8
5092025-02-19T02:15:56.278Z Compiling toml_datetime v0.6.8
5102025-02-19T02:15:56.278Z Compiling cargo-platform v0.1.8
5112025-02-19T02:15:56.611Z Compiling serde_tokenstream v0.2.2
5122025-02-19T02:15:56.638Z Compiling toml_edit v0.22.22
5132025-02-19T02:15:56.756Z Compiling macaddr v1.0.1
5142025-02-19T02:15:56.852Z Compiling camino-tempfile v1.1.1
5152025-02-19T02:15:57.672Z Compiling dof v0.3.0
5162025-02-19T02:15:57.672Z Compiling cargo_metadata v0.18.1
5172025-02-19T02:15:59.298Z Compiling usdt-macro v0.5.0
5182025-02-19T02:15:59.298Z Compiling usdt-attr-macro v0.5.0
5192025-02-19T02:15:59.341Z Compiling toml v0.8.19
5202025-02-19T02:16:00.172Z Compiling cargo_toml v0.20.5
5212025-02-19T02:16:00.541Z Compiling usdt v0.5.0
5222025-02-19T02:16:02.853Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5232025-02-19T02:16:05.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.46s
5242025-02-19T02:16:06.234Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5252025-02-19T02:16:06.747Z Downloading crates ...
5262025-02-19T02:16:06.910Z Downloaded headers-core v0.3.0
5272025-02-19T02:16:06.913Z Downloaded daft v0.1.1
5282025-02-19T02:16:06.925Z Downloaded hostname v0.3.1
5292025-02-19T02:16:06.928Z Downloaded http-range v0.1.5
5302025-02-19T02:16:06.934Z Downloaded hickory-client v0.24.3
5312025-02-19T02:16:06.937Z Downloaded httpdate v1.0.3
5322025-02-19T02:16:06.940Z Downloaded http-body v1.0.1
5332025-02-19T02:16:06.940Z Downloaded hostname v0.4.0
5342025-02-19T02:16:06.942Z Downloaded http-body-util v0.1.2
5352025-02-19T02:16:06.951Z Downloaded httparse v1.9.5
5362025-02-19T02:16:06.953Z Downloaded highway v1.2.0
5372025-02-19T02:16:06.968Z Downloaded argon2 v0.5.3
5382025-02-19T02:16:06.972Z Downloaded hickory-server v0.24.3
5392025-02-19T02:16:06.978Z Downloaded http v1.2.0
5402025-02-19T02:16:06.986Z Downloaded adler2 v2.0.0
5412025-02-19T02:16:06.986Z Downloaded heapless v0.8.0
5422025-02-19T02:16:06.989Z Downloaded hkdf v0.12.4
5432025-02-19T02:16:06.992Z Downloaded heapless v0.7.17
5442025-02-19T02:16:06.994Z Downloaded hickory-resolver v0.24.3
5452025-02-19T02:16:06.998Z Downloaded atomicwrites v0.4.4
5462025-02-19T02:16:07.001Z Downloaded assert_matches v1.5.0
5472025-02-19T02:16:07.001Z Downloaded array-init v0.0.4
5482025-02-19T02:16:07.004Z Downloaded aead v0.5.2
5492025-02-19T02:16:07.004Z Downloaded async-stream-impl v0.3.6
5502025-02-19T02:16:07.004Z Downloaded async-bb8-diesel v0.2.1
5512025-02-19T02:16:07.007Z Downloaded heck v0.3.3
5522025-02-19T02:16:07.010Z Downloaded atomic-waker v1.1.2
5532025-02-19T02:16:07.014Z Downloaded async-stream v0.3.6
5542025-02-19T02:16:07.014Z Downloaded async-recursion v1.1.1
5552025-02-19T02:16:07.017Z Downloaded ahash v0.8.11
5562025-02-19T02:16:07.021Z Downloaded addr2line v0.24.2
5572025-02-19T02:16:07.030Z Downloaded async-trait v0.1.86
5582025-02-19T02:16:07.032Z Downloaded allocator-api2 v0.2.18
5592025-02-19T02:16:07.032Z Downloaded arrayvec v0.7.6
5602025-02-19T02:16:07.033Z Downloaded arc-swap v1.7.1
5612025-02-19T02:16:07.035Z Downloaded aes-gcm v0.10.3
5622025-02-19T02:16:07.038Z Downloaded ascii-canvas v3.0.0
5632025-02-19T02:16:07.038Z Downloaded arrayref v0.3.9
5642025-02-19T02:16:07.043Z Downloaded atty v0.2.14
5652025-02-19T02:16:07.046Z Downloaded aes v0.8.4
5662025-02-19T02:16:07.055Z Downloaded is_ci v1.2.0
5672025-02-19T02:16:07.057Z Downloaded ciborium-io v0.2.2
5682025-02-19T02:16:07.057Z Downloaded cfg_aliases v0.1.1
5692025-02-19T02:16:07.071Z Downloaded instant v0.1.13
5702025-02-19T02:16:07.073Z Downloaded cfg_aliases v0.2.1
5712025-02-19T02:16:07.076Z Downloaded base16ct v0.2.0
5722025-02-19T02:16:07.076Z Downloaded ident_case v1.0.1
5732025-02-19T02:16:07.076Z Downloaded icu_provider_macros v1.5.0
5742025-02-19T02:16:07.079Z Downloaded hubpack_derive v0.1.1
5752025-02-19T02:16:07.081Z Downloaded mirai-annotations v1.12.0
5762025-02-19T02:16:07.081Z Downloaded md5 v0.7.0
5772025-02-19T02:16:07.084Z Downloaded bit-vec v0.6.3
5782025-02-19T02:16:07.084Z Downloaded block-padding v0.3.3
5792025-02-19T02:16:07.086Z Downloaded bitflags v1.3.2
5802025-02-19T02:16:07.088Z Downloaded cstr-argument v0.1.2
5812025-02-19T02:16:07.089Z Downloaded match_cfg v0.1.0
5822025-02-19T02:16:07.091Z Downloaded bcrypt-pbkdf v0.10.0
5832025-02-19T02:16:07.091Z Downloaded bb8 v0.8.5
5842025-02-19T02:16:07.094Z Downloaded crunchy v0.2.2
5852025-02-19T02:16:07.094Z Downloaded crucible-workspace-hack v0.1.0
5862025-02-19T02:16:07.094Z Downloaded bit-set v0.5.3
5872025-02-19T02:16:07.096Z Downloaded cbc v0.1.2
5882025-02-19T02:16:07.099Z Downloaded blowfish v0.9.1
5892025-02-19T02:16:07.101Z Downloaded cassowary v0.3.0
5902025-02-19T02:16:07.105Z Downloaded bitfield-struct v0.6.2
5912025-02-19T02:16:07.107Z Downloaded bitfield v0.14.0
5922025-02-19T02:16:07.107Z Downloaded internet-checksum v0.2.1
5932025-02-19T02:16:07.110Z Downloaded indent_write v2.2.0
5942025-02-19T02:16:07.110Z Downloaded chrono-tz-build v0.4.0
5952025-02-19T02:16:07.114Z Downloaded inout v0.1.3
5962025-02-19T02:16:07.117Z Downloaded cobs v0.2.3
5972025-02-19T02:16:07.117Z Downloaded chacha20 v0.9.1
5982025-02-19T02:16:07.123Z Downloaded cipher v0.4.4
5992025-02-19T02:16:07.126Z Downloaded progenitor v0.8.0
6002025-02-19T02:16:07.128Z Downloaded instability v0.3.2
6012025-02-19T02:16:07.128Z Downloaded colored v2.1.0
6022025-02-19T02:16:07.131Z Downloaded indoc v1.0.9
6032025-02-19T02:16:07.133Z Downloaded mockall v0.13.0
6042025-02-19T02:16:07.136Z Downloaded memoffset v0.9.1
6052025-02-19T02:16:07.138Z Downloaded convert_case v0.4.0
6062025-02-19T02:16:07.139Z Downloaded cmake v0.1.51
6072025-02-19T02:16:07.139Z Downloaded castaway v0.2.3
6082025-02-19T02:16:07.141Z Downloaded mime v0.3.17
6092025-02-19T02:16:07.144Z Downloaded md-5 v0.10.6
6102025-02-19T02:16:07.144Z Downloaded hex-literal v0.4.1
6112025-02-19T02:16:07.146Z Downloaded bcs v0.1.6
6122025-02-19T02:16:07.149Z Downloaded time-core v0.1.2
6132025-02-19T02:16:07.149Z Downloaded take_mut v0.2.2
6142025-02-19T02:16:07.149Z Downloaded linked-hash-map v0.5.6
6152025-02-19T02:16:07.151Z Downloaded lru-cache v0.1.2
6162025-02-19T02:16:07.151Z Downloaded curve25519-dalek-derive v0.1.1
6172025-02-19T02:16:07.154Z Downloaded crossbeam-deque v0.8.5
6182025-02-19T02:16:07.154Z Downloaded crc-catalog v2.4.0
6192025-02-19T02:16:07.156Z Downloaded buf-list v1.0.3
6202025-02-19T02:16:07.159Z Downloaded lru v0.12.5
6212025-02-19T02:16:07.161Z Downloaded libefi-sys v0.1.0
6222025-02-19T02:16:07.161Z Downloaded lockfree-object-pool v0.1.6
6232025-02-19T02:16:07.164Z Downloaded libsw v3.3.1
6242025-02-19T02:16:07.166Z Downloaded ctr v0.9.2
6252025-02-19T02:16:07.169Z Downloaded lazy_static v1.5.0
6262025-02-19T02:16:07.171Z Downloaded cexpr v0.6.0
6272025-02-19T02:16:07.171Z Downloaded cancel-safe-futures v0.1.5
6282025-02-19T02:16:07.174Z Downloaded bzip2 v0.4.4
6292025-02-19T02:16:07.176Z Downloaded ipnet v2.10.1
6302025-02-19T02:16:07.179Z Downloaded sec1 v0.7.3
6312025-02-19T02:16:07.182Z Downloaded ciborium v0.2.2
6322025-02-19T02:16:07.184Z Downloaded stable_deref_trait v1.2.0
6332025-02-19T02:16:07.184Z Downloaded rustls-pemfile v1.0.4
6342025-02-19T02:16:07.187Z Downloaded rtoolbox v0.0.2
6352025-02-19T02:16:07.189Z Downloaded salsa20 v0.10.2
6362025-02-19T02:16:07.189Z Downloaded ciborium-ll v0.2.2
6372025-02-19T02:16:07.192Z Downloaded tap v1.0.1
6382025-02-19T02:16:07.192Z Downloaded strum_macros v0.24.3
6392025-02-19T02:16:07.194Z Downloaded slog-scope v4.4.0
6402025-02-19T02:16:07.197Z Downloaded signal-hook-mio v0.2.4
6412025-02-19T02:16:07.197Z Downloaded const_format_proc_macros v0.2.34
6422025-02-19T02:16:07.199Z Downloaded serde_plain v1.0.2
6432025-02-19T02:16:07.202Z Downloaded base64ct v1.6.0
6442025-02-19T02:16:07.204Z Downloaded mime_guess v2.0.5
6452025-02-19T02:16:07.207Z Downloaded memmap2 v0.9.5
6462025-02-19T02:16:07.207Z Downloaded hex v0.4.3
6472025-02-19T02:16:07.210Z Downloaded blake2 v0.10.6
6482025-02-19T02:16:07.212Z Downloaded zone_cfg_derive v0.1.2
6492025-02-19T02:16:07.212Z Downloaded lock_api v0.4.12
6502025-02-19T02:16:07.217Z Downloaded console v0.15.10
6512025-02-19T02:16:07.220Z Downloaded serde_path_to_error v0.1.16
6522025-02-19T02:16:07.220Z Downloaded topological-sort v0.2.2
6532025-02-19T02:16:07.220Z Downloaded constant_time_eq v0.3.1
6542025-02-19T02:16:07.222Z Downloaded libloading v0.8.5
6552025-02-19T02:16:07.225Z Downloaded endian-type v0.1.2
6562025-02-19T02:16:07.225Z Downloaded icu_normalizer v1.5.0
6572025-02-19T02:16:07.228Z Downloaded indexmap v1.9.3
6582025-02-19T02:16:07.232Z Downloaded icu_normalizer_data v1.5.0
6592025-02-19T02:16:07.234Z Downloaded icu_locid v1.5.0
6602025-02-19T02:16:07.239Z Downloaded openssl-macros v0.1.1
6612025-02-19T02:16:07.241Z Downloaded rustls-pemfile v2.2.0
6622025-02-19T02:16:07.244Z Downloaded const-oid v0.9.6
6632025-02-19T02:16:07.246Z Downloaded foreign-types-shared v0.3.1
6642025-02-19T02:16:07.246Z Downloaded nodrop v0.1.14
6652025-02-19T02:16:07.249Z Downloaded icu_locid_transform_data v1.5.0
6662025-02-19T02:16:07.249Z Downloaded unicode-truncate v1.1.0
6672025-02-19T02:16:07.251Z Downloaded serde_derive_internals v0.29.1
6682025-02-19T02:16:07.254Z Downloaded strum_macros v0.25.3
6692025-02-19T02:16:07.257Z Downloaded thiserror v2.0.11
6702025-02-19T02:16:07.260Z Downloaded litemap v0.7.3
6712025-02-19T02:16:07.263Z Downloaded precomputed-hash v0.1.1
6722025-02-19T02:16:07.265Z Downloaded base64 v0.13.1
6732025-02-19T02:16:07.268Z Downloaded path-slash v0.1.5
6742025-02-19T02:16:07.270Z Downloaded zone v0.3.0
6752025-02-19T02:16:07.270Z Downloaded zone v0.1.8
6762025-02-19T02:16:07.273Z Downloaded writeable v0.5.5
6772025-02-19T02:16:07.273Z Downloaded tokio-rustls v0.26.0
6782025-02-19T02:16:07.275Z Downloaded futures-executor v0.3.31
6792025-02-19T02:16:07.278Z Downloaded xattr v1.3.1
6802025-02-19T02:16:07.280Z Downloaded dyn-clone v1.0.17
6812025-02-19T02:16:07.280Z Downloaded dirs-sys-next v0.1.2
6822025-02-19T02:16:07.283Z Downloaded dirs-next v2.0.0
6832025-02-19T02:16:07.283Z Downloaded icu_properties v1.5.1
6842025-02-19T02:16:07.285Z Downloaded which v4.4.2
6852025-02-19T02:16:07.288Z Downloaded unicode-xid v0.2.6
6862025-02-19T02:16:07.292Z Downloaded fd-lock v4.0.2
6872025-02-19T02:16:07.294Z Downloaded aho-corasick v1.1.3
6882025-02-19T02:16:07.306Z Downloaded diesel_table_macro_syntax v0.2.0
6892025-02-19T02:16:07.309Z Downloaded oxnet v0.1.0
6902025-02-19T02:16:07.311Z Downloaded num v0.4.3
6912025-02-19T02:16:07.311Z Downloaded write16 v1.0.0
6922025-02-19T02:16:07.311Z Downloaded try-lock v0.2.5
6932025-02-19T02:16:07.314Z Downloaded hmac v0.12.1
6942025-02-19T02:16:07.317Z Downloaded vsss-rs v3.3.4
6952025-02-19T02:16:07.319Z Downloaded pbkdf2 v0.12.2
6962025-02-19T02:16:07.322Z Downloaded crossbeam-epoch v0.9.18
6972025-02-19T02:16:07.322Z Downloaded crc-any v2.5.0
6982025-02-19T02:16:07.325Z Downloaded paste v1.0.15
6992025-02-19T02:16:07.327Z Downloaded foreign-types-shared v0.1.1
7002025-02-19T02:16:07.330Z Downloaded predicates-tree v1.0.11
7012025-02-19T02:16:07.330Z Downloaded predicates-core v1.0.8
7022025-02-19T02:16:07.333Z Downloaded pin-utils v0.1.0
7032025-02-19T02:16:07.333Z Downloaded pbkdf2 v0.11.0
7042025-02-19T02:16:07.335Z Downloaded rustc-hash v2.0.0
7052025-02-19T02:16:07.338Z Downloaded radium v0.7.0
7062025-02-19T02:16:07.338Z Downloaded quinn-udp v0.5.5
7072025-02-19T02:16:07.340Z Downloaded flagset v0.4.6
7082025-02-19T02:16:07.340Z Downloaded des v0.8.1
7092025-02-19T02:16:07.343Z Downloaded wyz v0.5.1
7102025-02-19T02:16:07.345Z Downloaded scopeguard v1.2.0
7112025-02-19T02:16:07.345Z Downloaded peg-runtime v0.8.3
7122025-02-19T02:16:07.348Z Downloaded num_threads v0.1.7
7132025-02-19T02:16:07.348Z Downloaded same-file v1.0.6
7142025-02-19T02:16:07.350Z Downloaded indicatif v0.17.11
7152025-02-19T02:16:07.353Z Downloaded tracing-attributes v0.1.27
7162025-02-19T02:16:07.355Z Downloaded spki v0.7.3
7172025-02-19T02:16:07.358Z Downloaded slog-async v2.8.0
7182025-02-19T02:16:07.360Z Downloaded env_logger v0.11.5
7192025-02-19T02:16:07.363Z Downloaded phf_shared v0.10.0
7202025-02-19T02:16:07.363Z Downloaded synstructure v0.13.1
7212025-02-19T02:16:07.365Z Downloaded openssl-probe v0.1.5
7222025-02-19T02:16:07.365Z Downloaded smallvec v0.6.14
7232025-02-19T02:16:07.368Z Downloaded schemars_derive v0.8.21
7242025-02-19T02:16:07.370Z Downloaded parse-size v1.1.0
7252025-02-19T02:16:07.370Z Downloaded thiserror-impl v2.0.11
7262025-02-19T02:16:07.373Z Downloaded owo-colors v4.1.0
7272025-02-19T02:16:07.375Z Downloaded globset v0.4.15
7282025-02-19T02:16:07.378Z Downloaded password-hash v0.5.0
7292025-02-19T02:16:07.378Z Downloaded utf-8 v0.7.6
7302025-02-19T02:16:07.380Z Downloaded utf16_iter v1.0.5
7312025-02-19T02:16:07.383Z Downloaded unicase v2.7.0
7322025-02-19T02:16:07.383Z Downloaded thiserror-no-std v2.0.2
7332025-02-19T02:16:07.386Z Downloaded predicates v3.1.2
7342025-02-19T02:16:07.390Z Downloaded r2d2 v0.8.10
7352025-02-19T02:16:07.393Z Downloaded nu-ansi-term v0.50.1
7362025-02-19T02:16:07.393Z Downloaded poly1305 v0.8.0
7372025-02-19T02:16:07.396Z Downloaded termtree v0.4.1
7382025-02-19T02:16:07.398Z Downloaded diesel-dtrace v0.4.2
7392025-02-19T02:16:07.401Z Downloaded ghash v0.5.1
7402025-02-19T02:16:07.401Z Downloaded hyper-util v0.1.10
7412025-02-19T02:16:07.404Z Downloaded derive-where v1.2.7
7422025-02-19T02:16:07.408Z Downloaded toolchain_find v0.4.0
7432025-02-19T02:16:07.410Z Downloaded icu_collections v1.5.0
7442025-02-19T02:16:07.415Z Downloaded num_enum_derive v0.5.11
7452025-02-19T02:16:07.418Z Downloaded sqlformat v0.2.6
7462025-02-19T02:16:07.420Z Downloaded rsa v0.9.6
7472025-02-19T02:16:07.423Z Downloaded phf_generator v0.11.2
7482025-02-19T02:16:07.426Z Downloaded derive_builder_macro v0.20.2
7492025-02-19T02:16:07.426Z Downloaded debug-ignore v1.0.5
7502025-02-19T02:16:07.428Z Downloaded phf_codegen v0.11.2
7512025-02-19T02:16:07.428Z Downloaded crypto-bigint v0.5.5
7522025-02-19T02:16:07.435Z Downloaded packed_struct v0.10.1
7532025-02-19T02:16:07.438Z Downloaded derive_builder v0.20.2
7542025-02-19T02:16:07.442Z Downloaded whoami v1.5.2
7552025-02-19T02:16:07.445Z Downloaded minimal-lexical v0.2.1
7562025-02-19T02:16:07.448Z Downloaded yasna v0.5.2
7572025-02-19T02:16:07.451Z Downloaded shlex v1.3.0
7582025-02-19T02:16:07.454Z Downloaded shell-words v1.1.0
7592025-02-19T02:16:07.454Z Downloaded rpassword v7.3.1
7602025-02-19T02:16:07.457Z Downloaded rand_core v0.6.4
7612025-02-19T02:16:07.457Z Downloaded opaque-debug v0.3.1
7622025-02-19T02:16:07.459Z Downloaded rand_chacha v0.3.1
7632025-02-19T02:16:07.460Z Downloaded termios v0.3.3
7642025-02-19T02:16:07.462Z Downloaded rusty-fork v0.3.0
7652025-02-19T02:16:07.465Z Downloaded termcolor v1.4.1
7662025-02-19T02:16:07.465Z Downloaded env_logger v0.10.2
7672025-02-19T02:16:07.467Z Downloaded ecdsa v0.16.9
7682025-02-19T02:16:07.470Z Downloaded hashlink v0.9.1
7692025-02-19T02:16:07.472Z Downloaded tracing-core v0.1.32
7702025-02-19T02:16:07.475Z Downloaded ssh-encoding v0.2.0
7712025-02-19T02:16:07.477Z Downloaded darling v0.20.10
7722025-02-19T02:16:07.480Z Downloaded phf_shared v0.11.2
7732025-02-19T02:16:07.482Z Downloaded tokio-rustls v0.25.0
7742025-02-19T02:16:07.485Z Downloaded tinyvec_macros v0.1.1
7752025-02-19T02:16:07.485Z Downloaded string_cache v0.8.7
7762025-02-19T02:16:07.488Z Downloaded typify-macro v0.2.0
7772025-02-19T02:16:07.488Z Downloaded p256 v0.13.2
7782025-02-19T02:16:07.490Z Downloaded quinn v0.11.5
7792025-02-19T02:16:07.494Z Downloaded display-error-chain v0.2.2
7802025-02-19T02:16:07.496Z Downloaded unarray v0.1.4
7812025-02-19T02:16:07.499Z Downloaded typify-macro v0.3.0
7822025-02-19T02:16:07.499Z Downloaded primeorder v0.13.6
7832025-02-19T02:16:07.501Z Downloaded phf v0.11.2
7842025-02-19T02:16:07.501Z Downloaded xz2 v0.1.7
7852025-02-19T02:16:07.504Z Downloaded toml v0.7.8
7862025-02-19T02:16:07.509Z Downloaded funty v2.0.0
7872025-02-19T02:16:07.512Z Downloaded embedded-io v0.4.0
7882025-02-19T02:16:07.512Z Downloaded either v1.13.0
7892025-02-19T02:16:07.512Z Downloaded dunce v1.0.5
7902025-02-19T02:16:07.512Z Downloaded backtrace v0.3.74
7912025-02-19T02:16:07.516Z Downloaded group v0.13.0
7922025-02-19T02:16:07.519Z Downloaded quick-error v1.2.3
7932025-02-19T02:16:07.522Z Downloaded psl-types v2.0.11
7942025-02-19T02:16:07.522Z Downloaded rand_seeder v0.3.0
7952025-02-19T02:16:07.526Z Downloaded glob v0.3.2
7962025-02-19T02:16:07.526Z Downloaded sct v0.7.1
7972025-02-19T02:16:07.528Z Downloaded foreign-types-macros v0.2.3
7982025-02-19T02:16:07.528Z Downloaded itertools v0.10.5
7992025-02-19T02:16:07.534Z Downloaded foreign-types v0.3.2
8002025-02-19T02:16:07.537Z Downloaded percent-encoding v2.3.1
8012025-02-19T02:16:07.537Z Downloaded ssh-cipher v0.2.0
8022025-02-19T02:16:07.540Z Downloaded crossbeam-channel v0.5.13
8032025-02-19T02:16:07.542Z Downloaded getrandom v0.2.15
8042025-02-19T02:16:07.546Z Downloaded samael v0.0.17
8052025-02-19T02:16:07.551Z Downloaded tiny-keccak v2.0.2
8062025-02-19T02:16:07.554Z Downloaded structmeta-derive v0.3.0
8072025-02-19T02:16:07.557Z Downloaded structmeta-derive v0.2.0
8082025-02-19T02:16:07.557Z Downloaded signal-hook-tokio v0.3.1
8092025-02-19T02:16:07.560Z Downloaded utf8_iter v1.0.4
8102025-02-19T02:16:07.560Z Downloaded untrusted v0.9.0
8112025-02-19T02:16:07.563Z Downloaded untrusted v0.7.1
8122025-02-19T02:16:07.563Z Downloaded russh-cryptovec v0.7.3
8132025-02-19T02:16:07.563Z Downloaded tinystr v0.7.6
8142025-02-19T02:16:07.566Z Downloaded defmt-parser v0.3.4
8152025-02-19T02:16:07.568Z Downloaded displaydoc v0.2.5
8162025-02-19T02:16:07.571Z Downloaded unicode-bidi v0.3.17
8172025-02-19T02:16:07.573Z Downloaded structmeta v0.3.0
8182025-02-19T02:16:07.573Z Downloaded semver v0.1.20
8192025-02-19T02:16:07.576Z Downloaded secrecy v0.8.0
8202025-02-19T02:16:07.576Z Downloaded zone_cfg_derive v0.3.0
8212025-02-19T02:16:07.578Z Downloaded num_enum v0.5.11
8222025-02-19T02:16:07.582Z Downloaded fallible-iterator v0.2.0
8232025-02-19T02:16:07.585Z Downloaded num-iter v0.1.45
8242025-02-19T02:16:07.585Z Downloaded num-integer v0.1.46
8252025-02-19T02:16:07.587Z Downloaded signal-hook v0.3.17
8262025-02-19T02:16:07.590Z Downloaded num-derive v0.4.2
8272025-02-19T02:16:07.592Z Downloaded libm v0.2.8
8282025-02-19T02:16:07.598Z Downloaded newtype_derive v0.1.6
8292025-02-19T02:16:07.601Z Downloaded nanorand v0.7.0
8302025-02-19T02:16:07.604Z Downloaded foreign-types v0.5.0
8312025-02-19T02:16:07.604Z Downloaded foldhash v0.1.3
8322025-02-19T02:16:07.606Z Downloaded postgres-types v0.2.8
8332025-02-19T02:16:07.609Z Downloaded postgres-protocol v0.6.7
8342025-02-19T02:16:07.609Z Downloaded mockall_derive v0.13.0
8352025-02-19T02:16:07.612Z Downloaded newline-converter v0.3.0
8362025-02-19T02:16:07.614Z Downloaded new_debug_unreachable v1.0.6
8372025-02-19T02:16:07.614Z Downloaded headers v0.4.0
8382025-02-19T02:16:07.618Z Downloaded serde-big-array v0.5.1
8392025-02-19T02:16:07.621Z Downloaded zopfli v0.8.1
8402025-02-19T02:16:07.623Z Downloaded nibble_vec v0.1.0
8412025-02-19T02:16:07.626Z Downloaded diesel_derives v2.2.3
8422025-02-19T02:16:07.629Z Downloaded yoke-derive v0.7.4
8432025-02-19T02:16:07.631Z Downloaded signature v2.2.0
8442025-02-19T02:16:07.634Z Downloaded signal-hook-registry v1.4.2
8452025-02-19T02:16:07.634Z Downloaded sha1 v0.10.6
8462025-02-19T02:16:07.636Z Downloaded ref-cast-impl v1.0.23
8472025-02-19T02:16:07.636Z Downloaded uzers v0.12.1
8482025-02-19T02:16:07.639Z Downloaded daft-derive v0.1.1
8492025-02-19T02:16:07.641Z Downloaded futures v0.3.31
8502025-02-19T02:16:07.646Z Downloaded zip v2.1.3
8512025-02-19T02:16:07.650Z Downloaded unicode-properties v0.1.3
8522025-02-19T02:16:07.653Z Downloaded prettyplease v0.2.25
8532025-02-19T02:16:07.656Z Downloaded zerovec-derive v0.10.3
8542025-02-19T02:16:07.659Z Downloaded num-rational v0.4.2
8552025-02-19T02:16:07.661Z Downloaded snafu v0.8.5
8562025-02-19T02:16:07.665Z Downloaded number_prefix v0.4.0
8572025-02-19T02:16:07.667Z Downloaded idna v1.0.3
8582025-02-19T02:16:07.670Z Downloaded num-conv v0.1.0
8592025-02-19T02:16:07.673Z Downloaded password-hash v0.4.2
8602025-02-19T02:16:07.676Z Downloaded polyval v0.6.2
8612025-02-19T02:16:07.678Z Downloaded pkg-config v0.3.31
8622025-02-19T02:16:07.678Z Downloaded futures-macro v0.3.31
8632025-02-19T02:16:07.679Z Downloaded fallible-streaming-iterator v0.1.9
8642025-02-19T02:16:07.681Z Downloaded fallible-iterator v0.3.0
8652025-02-19T02:16:07.681Z Downloaded strum v0.26.3
8662025-02-19T02:16:07.683Z Downloaded pin-project-lite v0.2.14
8672025-02-19T02:16:07.686Z Downloaded hashbrown v0.12.3
8682025-02-19T02:16:07.691Z Downloaded pkcs1 v0.7.5
8692025-02-19T02:16:07.694Z Downloaded crossterm v0.28.1
8702025-02-19T02:16:07.700Z Downloaded document-features v0.2.10
8712025-02-19T02:16:07.703Z Downloaded difflib v0.4.0
8722025-02-19T02:16:07.703Z Downloaded deranged v0.3.11
8732025-02-19T02:16:07.705Z Downloaded termtree v0.5.1
8742025-02-19T02:16:07.705Z Downloaded sync-ptr v0.1.1
8752025-02-19T02:16:07.708Z Downloaded term v0.7.0
8762025-02-19T02:16:07.711Z Downloaded tabwriter v1.4.0
8772025-02-19T02:16:07.713Z Downloaded supports-color v3.0.1
8782025-02-19T02:16:07.713Z Downloaded serde_with_macros v3.11.0
8792025-02-19T02:16:07.716Z Downloaded rustfmt-wrapper v0.2.1
8802025-02-19T02:16:07.718Z Downloaded num-bigint v0.4.6
8812025-02-19T02:16:07.721Z Downloaded tokio-tungstenite v0.24.0
8822025-02-19T02:16:07.724Z Downloaded libxml v0.3.3
8832025-02-19T02:16:07.729Z Downloaded oso-derive v0.27.3
8842025-02-19T02:16:07.733Z Downloaded tokio-tungstenite v0.23.1
8852025-02-19T02:16:07.738Z Downloaded futures-sink v0.3.31
8862025-02-19T02:16:07.738Z Downloaded waitgroup v0.1.2
8872025-02-19T02:16:07.738Z Downloaded pretty-hex v0.2.1
8882025-02-19T02:16:07.742Z Downloaded futures-io v0.3.31
8892025-02-19T02:16:07.742Z Downloaded vte_generate_state_changes v0.1.2
8902025-02-19T02:16:07.742Z Downloaded omicron-zone-package v0.12.0
8912025-02-19T02:16:07.742Z Downloaded elliptic-curve v0.13.8
8922025-02-19T02:16:07.745Z Downloaded tui-tree-widget v0.22.0
8932025-02-19T02:16:07.748Z Downloaded parse-display-derive v0.10.0
8942025-02-19T02:16:07.750Z Downloaded parse-display v0.10.0
8952025-02-19T02:16:07.750Z Downloaded pin-project v1.1.6
8962025-02-19T02:16:07.760Z Downloaded progenitor-client v0.9.1
8972025-02-19T02:16:07.763Z Downloaded progenitor-client v0.8.0
8982025-02-19T02:16:07.763Z Downloaded pem v3.0.4
8992025-02-19T02:16:07.766Z Downloaded rustc-demangle v0.1.24
9002025-02-19T02:16:07.766Z Downloaded pkcs5 v0.7.1
9012025-02-19T02:16:07.769Z Downloaded zeroize_derive v1.4.2
9022025-02-19T02:16:07.772Z Downloaded structmeta v0.2.0
9032025-02-19T02:16:07.772Z Downloaded subtle v2.6.1
9042025-02-19T02:16:07.775Z Downloaded peg v0.8.4
9052025-02-19T02:16:07.778Z Downloaded tinyvec v1.8.0
9062025-02-19T02:16:07.781Z Downloaded float-ord v0.3.2
9072025-02-19T02:16:07.782Z Downloaded ed25519-dalek v2.1.1
9082025-02-19T02:16:07.784Z Downloaded float-cmp v0.9.0
9092025-02-19T02:16:07.787Z Downloaded hyper v1.5.2
9102025-02-19T02:16:07.792Z Downloaded zerofrom v0.1.4
9112025-02-19T02:16:07.794Z Downloaded want v0.3.1
9122025-02-19T02:16:07.794Z Downloaded nom v7.1.3
9132025-02-19T02:16:07.799Z Downloaded half v2.4.1
9142025-02-19T02:16:07.802Z Downloaded itertools v0.13.0
9152025-02-19T02:16:07.811Z Downloaded sigpipe v0.1.3
9162025-02-19T02:16:07.813Z Downloaded smf v0.2.3
9172025-02-19T02:16:07.813Z Downloaded resolv-conf v0.7.0
9182025-02-19T02:16:07.813Z Downloaded walkdir v2.5.0
9192025-02-19T02:16:07.816Z Downloaded tower-service v0.3.3
9202025-02-19T02:16:07.818Z Downloaded progenitor v0.9.1
9212025-02-19T02:16:07.818Z Downloaded proc-macro-crate v1.3.1
9222025-02-19T02:16:07.821Z Downloaded ppv-lite86 v0.2.20
9232025-02-19T02:16:07.821Z Downloaded qorb v0.2.1
9242025-02-19T02:16:07.824Z Downloaded postcard v1.0.10
9252025-02-19T02:16:07.828Z Downloaded blake3 v1.5.4
9262025-02-19T02:16:07.834Z Downloaded darling_macro v0.20.10
9272025-02-19T02:16:07.837Z Downloaded fxhash v0.2.1
9282025-02-19T02:16:07.837Z Downloaded downcast v0.11.0
9292025-02-19T02:16:07.839Z Downloaded pkcs8 v0.10.2
9302025-02-19T02:16:07.842Z Downloaded pem-rfc7468 v0.7.0
9312025-02-19T02:16:07.842Z Downloaded ref-cast v1.0.23
9322025-02-19T02:16:07.845Z Downloaded derive_builder_core v0.20.2
9332025-02-19T02:16:07.847Z Downloaded der_derive v0.7.3
9342025-02-19T02:16:07.847Z Downloaded enum-as-inner v0.6.1
9352025-02-19T02:16:07.850Z Downloaded data-encoding v2.6.0
9362025-02-19T02:16:07.853Z Downloaded dsl_auto_type v0.1.2
9372025-02-19T02:16:07.853Z Downloaded vergen v8.3.2
9382025-02-19T02:16:07.855Z Downloaded tar v0.4.42
9392025-02-19T02:16:07.858Z Downloaded powerfmt v0.2.0
9402025-02-19T02:16:07.860Z Downloaded stringprep v0.1.5
9412025-02-19T02:16:07.860Z Downloaded fatfs v0.3.6
9422025-02-19T02:16:07.863Z Downloaded vte v0.11.1
9432025-02-19T02:16:07.865Z Downloaded tokio-native-tls v0.3.1
9442025-02-19T02:16:07.868Z Downloaded serde_yaml v0.9.34+deprecated
9452025-02-19T02:16:07.870Z Downloaded zeroize v1.8.1
9462025-02-19T02:16:07.873Z Downloaded zerofrom-derive v0.1.4
9472025-02-19T02:16:07.873Z Downloaded progenitor-macro v0.9.1
9482025-02-19T02:16:07.875Z Downloaded zip v0.6.6
9492025-02-19T02:16:07.878Z Downloaded tokio-macros v2.5.0
9502025-02-19T02:16:07.880Z Downloaded snafu-derive v0.8.5
9512025-02-19T02:16:07.880Z Downloaded multer v3.1.0
9522025-02-19T02:16:07.883Z Downloaded tls_codec_derive v0.4.1
9532025-02-19T02:16:07.885Z Downloaded slog-term v2.9.1
9542025-02-19T02:16:07.888Z Downloaded gethostname v0.5.0
9552025-02-19T02:16:07.888Z Downloaded tokio-stream v0.1.16
9562025-02-19T02:16:07.891Z Downloaded parking_lot v0.12.3
9572025-02-19T02:16:07.894Z Downloaded futures-task v0.3.31
9582025-02-19T02:16:07.896Z Downloaded env_filter v0.1.2
9592025-02-19T02:16:07.899Z Downloaded parking_lot v0.11.2
9602025-02-19T02:16:07.899Z Downloaded num-bigint-dig v0.8.4
9612025-02-19T02:16:07.903Z Downloaded fixedbitset v0.4.2
9622025-02-19T02:16:07.906Z Downloaded typed-path v0.9.3
9632025-02-19T02:16:07.910Z Downloaded simd-adler32 v0.3.7
9642025-02-19T02:16:07.913Z Downloaded ena v0.14.3
9652025-02-19T02:16:07.915Z Downloaded slog-dtrace v0.3.0
9662025-02-19T02:16:07.915Z Downloaded universal-hash v0.5.1
9672025-02-19T02:16:07.918Z Downloaded defmt v0.3.8
9682025-02-19T02:16:07.920Z Downloaded unicode-segmentation v1.12.0
9692025-02-19T02:16:07.923Z Downloaded slog-bunyan v2.5.0
9702025-02-19T02:16:07.925Z Downloaded sqlparser_derive v0.2.2
9712025-02-19T02:16:07.925Z Downloaded aws-lc-rs v1.10.0
9722025-02-19T02:16:07.933Z Downloaded strip-ansi-escapes v0.2.0
9732025-02-19T02:16:07.935Z Downloaded slog-envlogger v2.2.0
9742025-02-19T02:16:07.935Z Downloaded serde-hex v0.1.0
9752025-02-19T02:16:07.938Z Downloaded progenitor-macro v0.8.0
9762025-02-19T02:16:07.938Z Downloaded progenitor-impl v0.8.0
9772025-02-19T02:16:07.941Z Downloaded parking_lot_core v0.8.6
9782025-02-19T02:16:07.943Z Downloaded rustyline v14.0.0
9792025-02-19T02:16:07.947Z Downloaded flume v0.11.1
9802025-02-19T02:16:07.950Z Downloaded multimap v0.10.0
9812025-02-19T02:16:07.953Z Downloaded slab v0.4.9
9822025-02-19T02:16:07.953Z Downloaded serde_repr v0.1.19
9832025-02-19T02:16:07.956Z Downloaded serde_urlencoded v0.7.1
9842025-02-19T02:16:07.956Z Downloaded fs_extra v1.3.0
9852025-02-19T02:16:07.960Z Downloaded rcgen v0.12.1
9862025-02-19T02:16:07.963Z Downloaded russh-keys v0.45.0
9872025-02-19T02:16:07.965Z Downloaded num-complex v0.4.6
9882025-02-19T02:16:07.965Z Downloaded rayon v1.10.0
9892025-02-19T02:16:07.974Z Downloaded native-tls v0.2.12
9902025-02-19T02:16:07.976Z Downloaded tungstenite v0.23.0
9912025-02-19T02:16:07.979Z Downloaded zerocopy-derive v0.8.10
9922025-02-19T02:16:07.985Z Downloaded ron v0.7.1
9932025-02-19T02:16:07.989Z Downloaded rustls-webpki v0.101.7
9942025-02-19T02:16:08.003Z Downloaded tls_codec v0.4.1
9952025-02-19T02:16:08.006Z Downloaded olpc-cjson v0.1.4
9962025-02-19T02:16:08.015Z Downloaded derive_more v0.99.18
9972025-02-19T02:16:08.015Z Downloaded dropshot_endpoint v0.15.1
9982025-02-19T02:16:08.015Z Downloaded unicode-normalization v0.1.24
9992025-02-19T02:16:08.019Z Downloaded p521 v0.13.3
10002025-02-19T02:16:08.022Z Downloaded value-bag v1.9.0
10012025-02-19T02:16:08.024Z Downloaded lalrpop v0.19.12
10022025-02-19T02:16:08.036Z Downloaded spin v0.9.8
10032025-02-19T02:16:08.038Z Downloaded toml_edit v0.19.15
10042025-02-19T02:16:08.052Z Downloaded test-strategy v0.3.1
10052025-02-19T02:16:08.055Z Downloaded darling_core v0.20.10
10062025-02-19T02:16:08.060Z Downloaded socket2 v0.5.7
10072025-02-19T02:16:08.063Z Downloaded unsafe-libyaml v0.2.11
10082025-02-19T02:16:08.066Z Downloaded quinn-proto v0.11.8
10092025-02-19T02:16:08.072Z Downloaded ron v0.8.1
10102025-02-19T02:16:08.077Z Downloaded openssl-sys v0.9.105
10112025-02-19T02:16:08.082Z Downloaded tokio-util v0.7.12
10122025-02-19T02:16:08.088Z Downloaded slog v2.7.0
10132025-02-19T02:16:08.091Z Downloaded parse-zoneinfo v0.3.1
10142025-02-19T02:16:08.094Z Downloaded h2 v0.4.6
10152025-02-19T02:16:08.101Z Downloaded tokio-postgres v0.7.12
10162025-02-19T02:16:08.106Z Downloaded chrono v0.4.39
10172025-02-19T02:16:08.112Z Downloaded russh v0.45.0
10182025-02-19T02:16:08.118Z Downloaded zerovec v0.10.4
10192025-02-19T02:16:08.123Z Downloaded rusqlite v0.32.1
10202025-02-19T02:16:08.130Z Downloaded tough v0.19.0
10212025-02-19T02:16:08.138Z Downloaded hashbrown v0.13.2
10222025-02-19T02:16:08.142Z Downloaded reqwest v0.12.9
10232025-02-19T02:16:08.150Z Downloaded icu_properties_data v1.5.0
10242025-02-19T02:16:08.161Z Downloaded unicode_categories v0.1.1
10252025-02-19T02:16:08.163Z Downloaded winnow v0.5.40
10262025-02-19T02:16:08.171Z Downloaded portable-atomic v1.9.0
10272025-02-19T02:16:08.179Z Downloaded proptest v1.5.0
10282025-02-19T02:16:08.186Z Downloaded unicode-width v0.2.0
10292025-02-19T02:16:08.193Z Downloaded rustls-webpki v0.102.8
10302025-02-19T02:16:08.211Z Downloaded hashbrown v0.14.5
10312025-02-19T02:16:08.216Z Downloaded petname v2.0.2
10322025-02-19T02:16:08.234Z Downloaded serde_with v3.11.0
10332025-02-19T02:16:08.246Z Downloaded futures-util v0.3.31
10342025-02-19T02:16:08.263Z Downloaded reedline v0.35.0
10352025-02-19T02:16:08.273Z Downloaded git2 v0.19.0
10362025-02-19T02:16:08.282Z Downloaded curve25519-dalek v4.1.3
10372025-02-19T02:16:08.293Z Downloaded quick-xml v0.33.0
10382025-02-19T02:16:08.299Z Downloaded polar-core v0.27.3
10392025-02-19T02:16:08.307Z Downloaded radix_trie v0.2.1
10402025-02-19T02:16:08.313Z Downloaded zerocopy v0.8.10
10412025-02-19T02:16:08.337Z Downloaded gimli v0.31.1
10422025-02-19T02:16:08.345Z Downloaded openssl v0.10.70
10432025-02-19T02:16:08.356Z Downloaded regex v1.11.1
10442025-02-19T02:16:08.369Z Downloaded nix v0.27.1
10452025-02-19T02:16:08.380Z Downloaded vcpkg v0.2.15
10462025-02-19T02:16:08.418Z Downloaded smoltcp v0.9.1
10472025-02-19T02:16:08.428Z Downloaded p384 v0.13.0
10482025-02-19T02:16:08.434Z Downloaded chrono-tz v0.10.1
10492025-02-19T02:16:08.442Z Downloaded object v0.30.4
10502025-02-19T02:16:08.452Z Downloaded webpki-roots v0.26.6
10512025-02-19T02:16:08.457Z Downloaded dropshot v0.15.1
10522025-02-19T02:16:08.479Z Downloaded rustls v0.23.19
10532025-02-19T02:16:08.490Z Downloaded rustls v0.22.4
10542025-02-19T02:16:08.503Z Downloaded openapiv3 v2.0.0
10552025-02-19T02:16:08.514Z Downloaded ratatui v0.28.1
10562025-02-19T02:16:08.534Z Downloaded regex-syntax v0.6.29
10572025-02-19T02:16:08.540Z Downloaded dropshot v0.12.0
10582025-02-19T02:16:08.560Z Downloaded regex-syntax v0.8.5
10592025-02-19T02:16:08.567Z Downloaded regress v0.10.1
10602025-02-19T02:16:08.575Z Downloaded object v0.36.5
10612025-02-19T02:16:08.586Z Downloaded diesel v2.2.7
10622025-02-19T02:16:08.604Z Downloaded sled v0.34.7
10632025-02-19T02:16:08.614Z Downloaded typify-impl v0.2.0
10642025-02-19T02:16:08.628Z Downloaded typify-impl v0.3.0
10652025-02-19T02:16:08.642Z Downloaded smoltcp v0.11.0
10662025-02-19T02:16:08.654Z Downloaded bstr v1.10.0
10672025-02-19T02:16:08.664Z Downloaded nix v0.28.0
10682025-02-19T02:16:08.675Z Downloaded zerocopy-derive v0.6.6
10692025-02-19T02:16:08.684Z Downloaded bzip2-sys v0.1.11+1.0.8
10702025-02-19T02:16:08.696Z Downloaded regex-automata v0.4.8
10712025-02-19T02:16:08.714Z Downloaded nix v0.29.0
10722025-02-19T02:16:08.723Z Downloaded rustls v0.21.12
10732025-02-19T02:16:08.734Z Downloaded petgraph v0.6.5
10742025-02-19T02:16:08.750Z Downloaded lzma-sys v0.1.20
10752025-02-19T02:16:08.780Z Downloaded regress v0.9.1
10762025-02-19T02:16:08.789Z Downloaded libz-sys v1.1.20
10772025-02-19T02:16:08.808Z Downloaded hickory-proto v0.24.3
10782025-02-19T02:16:08.824Z Downloaded sqlparser v0.45.0
10792025-02-19T02:16:08.829Z Downloaded tokio v1.43.0
10802025-02-19T02:16:08.866Z Downloaded bitvec v1.0.1
10812025-02-19T02:16:08.879Z Downloaded bindgen v0.69.5
10822025-02-19T02:16:08.886Z Downloaded diff v0.1.13
10832025-02-19T02:16:08.889Z Downloaded oso v0.27.3
10842025-02-19T02:16:08.892Z Downloaded yoke v0.7.4
10852025-02-19T02:16:08.895Z Downloaded expectorate v1.1.0
10862025-02-19T02:16:08.897Z Downloaded salty v0.3.0
10872025-02-19T02:16:08.903Z Downloaded tokio-rustls v0.24.1
10882025-02-19T02:16:08.905Z Downloaded der v0.7.9
10892025-02-19T02:16:08.910Z Downloaded csv v1.3.1
10902025-02-19T02:16:08.931Z Downloaded peg-macros v0.8.4
10912025-02-19T02:16:08.933Z Downloaded sha3 v0.10.8
10922025-02-19T02:16:08.938Z Downloaded parking_lot_core v0.9.10
10932025-02-19T02:16:08.940Z Downloaded steno v0.4.1
10942025-02-19T02:16:08.944Z Downloaded wait-timeout v0.2.0
10952025-02-19T02:16:08.947Z Downloaded packed_struct_codegen v0.10.1
10962025-02-19T02:16:08.947Z Downloaded dropshot_endpoint v0.12.0
10972025-02-19T02:16:08.949Z Downloaded zerocopy v0.6.6
10982025-02-19T02:16:08.952Z Downloaded tokio-tungstenite v0.21.0
10992025-02-19T02:16:08.955Z Downloaded subprocess v0.2.9
11002025-02-19T02:16:08.958Z Downloaded tungstenite v0.21.0
11012025-02-19T02:16:08.963Z Downloaded rayon-core v1.12.1
11022025-02-19T02:16:08.967Z Downloaded num-traits v0.2.19
11032025-02-19T02:16:08.970Z Downloaded url v2.5.3
11042025-02-19T02:16:08.970Z Downloaded rustc_version v0.1.7
11052025-02-19T02:16:08.974Z Downloaded rustc-hash v1.1.0
11062025-02-19T02:16:08.974Z Downloaded tracing v0.1.40
11072025-02-19T02:16:08.978Z Downloaded pin-project-internal v1.1.6
11082025-02-19T02:16:08.978Z Downloaded rustls-pki-types v1.10.0
11092025-02-19T02:16:08.981Z Downloaded flate2 v1.0.35
11102025-02-19T02:16:08.985Z Downloaded time v0.3.36
11112025-02-19T02:16:08.992Z Downloaded itertools v0.12.1
11122025-02-19T02:16:08.998Z Downloaded x509-cert v0.2.5
11132025-02-19T02:16:09.004Z Downloaded ssh-key v0.6.6
11142025-02-19T02:16:09.011Z Downloaded mio v1.0.2
11152025-02-19T02:16:09.017Z Downloaded rustversion v1.0.17
11162025-02-19T02:16:09.020Z Downloaded typify v0.2.0
11172025-02-19T02:16:09.023Z Downloaded twox-hash v2.1.0
11182025-02-19T02:16:09.025Z Downloaded schemars v0.8.21
11192025-02-19T02:16:09.041Z Downloaded rand v0.8.5
11202025-02-19T02:16:09.044Z Downloaded publicsuffix v2.3.0
11212025-02-19T02:16:09.046Z Downloaded time-macros v0.2.18
11222025-02-19T02:16:09.049Z Downloaded strum_macros v0.26.4
11232025-02-19T02:16:09.052Z Downloaded smallvec v1.13.2
11242025-02-19T02:16:09.055Z Downloaded uuid v1.12.0
11252025-02-19T02:16:09.058Z Downloaded bumpalo v3.16.0
11262025-02-19T02:16:09.058Z Downloaded filetime v0.2.25
11272025-02-19T02:16:09.060Z Downloaded ff v0.13.0
11282025-02-19T02:16:09.063Z Downloaded ed25519 v2.2.3
11292025-02-19T02:16:09.063Z Downloaded scrypt v0.11.0
11302025-02-19T02:16:09.065Z Downloaded fragile v2.0.0
11312025-02-19T02:16:09.068Z Downloaded form_urlencoded v1.2.1
11322025-02-19T02:16:09.068Z Downloaded embedded-io v0.6.1
11332025-02-19T02:16:09.068Z Downloaded defmt-macros v0.3.9
11342025-02-19T02:16:09.071Z Downloaded tungstenite v0.24.0
11352025-02-19T02:16:09.074Z Downloaded encoding_rs v0.8.34
11362025-02-19T02:16:09.097Z Downloaded base64 v0.21.7
11372025-02-19T02:16:09.101Z Downloaded const_format v0.2.34
11382025-02-19T02:16:09.105Z Downloaded thread_local v1.1.8
11392025-02-19T02:16:09.107Z Downloaded thiserror-impl-no-std v2.0.2
11402025-02-19T02:16:09.110Z Downloaded scheduled-thread-pool v0.2.7
11412025-02-19T02:16:09.110Z Downloaded libgit2-sys v0.17.0+1.8.1
11422025-02-19T02:16:09.168Z Downloaded cc v1.1.30
11432025-02-19T02:16:09.172Z Downloaded bytes v1.9.0
11442025-02-19T02:16:09.175Z Downloaded typify v0.3.0
11452025-02-19T02:16:09.179Z Downloaded compact_str v0.8.0
11462025-02-19T02:16:09.182Z Downloaded base64 v0.22.1
11472025-02-19T02:16:09.186Z Downloaded similar v2.6.0
11482025-02-19T02:16:09.191Z Downloaded sync_wrapper v1.0.1
11492025-02-19T02:16:09.194Z Downloaded newtype-uuid v1.2.1
11502025-02-19T02:16:09.194Z Downloaded hash32 v0.3.1
11512025-02-19T02:16:09.197Z Downloaded hash32 v0.2.1
11522025-02-19T02:16:09.197Z Downloaded futures-core v0.3.31
11532025-02-19T02:16:09.199Z Downloaded futures-channel v0.3.31
11542025-02-19T02:16:09.199Z Downloaded chacha20poly1305 v0.10.1
11552025-02-19T02:16:09.202Z Downloaded normalize-line-endings v0.3.0
11562025-02-19T02:16:09.202Z Downloaded litrs v0.4.1
11572025-02-19T02:16:09.204Z Downloaded crossbeam-utils v0.8.20
11582025-02-19T02:16:09.207Z Downloaded cookie v0.18.1
11592025-02-19T02:16:09.210Z Downloaded clang-sys v1.8.1
11602025-02-19T02:16:09.213Z Downloaded miniz_oxide v0.8.0
11612025-02-19T02:16:09.215Z Downloaded progenitor-impl v0.9.1
11622025-02-19T02:16:09.215Z Downloaded icu_provider v1.5.0
11632025-02-19T02:16:09.218Z Downloaded hyper-staticfile v0.10.1
11642025-02-19T02:16:09.221Z Downloaded hyper-rustls v0.27.3
11652025-02-19T02:16:09.224Z Downloaded static_assertions v1.1.0
11662025-02-19T02:16:09.227Z Downloaded csv-core v0.1.11
11672025-02-19T02:16:09.227Z Downloaded cookie_store v0.21.1
11682025-02-19T02:16:09.230Z Downloaded jobserver v0.1.32
11692025-02-19T02:16:09.230Z Downloaded icu_locid_transform v1.5.0
11702025-02-19T02:16:09.232Z Downloaded iana-time-zone v0.1.61
11712025-02-19T02:16:09.235Z Downloaded crc32fast v1.4.2
11722025-02-19T02:16:09.237Z Downloaded rfc6979 v0.4.0
11732025-02-19T02:16:09.240Z Downloaded rand_xorshift v0.3.0
11742025-02-19T02:16:09.240Z Downloaded slog-stdlog v4.1.1
11752025-02-19T02:16:09.240Z Downloaded slog-json v2.6.1
11762025-02-19T02:16:09.243Z Downloaded siphasher v0.3.11
11772025-02-19T02:16:09.243Z Downloaded rustc_version v0.4.1
11782025-02-19T02:16:09.247Z Downloaded is-terminal v0.4.13
11792025-02-19T02:16:09.247Z Downloaded kstat-rs v0.2.4
11802025-02-19T02:16:09.250Z Downloaded keccak v0.1.5
11812025-02-19T02:16:09.250Z Downloaded ipnetwork v0.21.1
11822025-02-19T02:16:09.250Z Downloaded impl-trait-for-tuples v0.2.2
11832025-02-19T02:16:09.252Z Downloaded idna_adapter v1.2.0
11842025-02-19T02:16:09.255Z Downloaded lazycell v1.3.0
11852025-02-19T02:16:09.255Z Downloaded lalrpop-util v0.19.12
11862025-02-19T02:16:09.257Z Downloaded linear-map v1.2.0
11872025-02-19T02:16:09.257Z Downloaded backoff v0.4.0
11882025-02-19T02:16:09.260Z Downloaded maybe-uninit v2.0.0
11892025-02-19T02:16:09.262Z Downloaded maplit v1.0.2
11902025-02-19T02:16:09.262Z Downloaded managed v0.8.0
11912025-02-19T02:16:09.265Z Downloaded home v0.5.9
11922025-02-19T02:16:09.265Z Downloaded hyper-tls v0.6.0
11932025-02-19T02:16:09.268Z Downloaded humantime v2.1.0
11942025-02-19T02:16:09.268Z Downloaded hubpack v0.1.2
11952025-02-19T02:16:09.270Z Downloaded crc v3.2.1
11962025-02-19T02:16:09.440Z Downloaded libsqlite3-sys v0.30.1
11972025-02-19T02:16:09.642Z Downloaded ring v0.17.8
11982025-02-19T02:16:09.959Z Downloaded aws-lc-sys v0.22.0
11992025-02-19T02:16:10.264Z Compiling serde v1.0.217
12002025-02-19T02:16:10.267Z Compiling lock_api v0.4.12
12012025-02-19T02:16:10.267Z Compiling value-bag v1.9.0
12022025-02-19T02:16:10.267Z Compiling scopeguard v1.2.0
12032025-02-19T02:16:10.267Z Compiling typenum v1.17.0
12042025-02-19T02:16:10.267Z Compiling generic-array v0.14.7
12052025-02-19T02:16:10.433Z Compiling syn v2.0.96
12062025-02-19T02:16:10.443Z Compiling getrandom v0.2.15
12072025-02-19T02:16:10.589Z Compiling shlex v1.3.0
12082025-02-19T02:16:10.794Z Compiling rand_core v0.6.4
12092025-02-19T02:16:10.817Z Compiling log v0.4.22
12102025-02-19T02:16:10.953Z Compiling subtle v2.6.1
12112025-02-19T02:16:10.970Z Compiling jobserver v0.1.32
12122025-02-19T02:16:10.994Z Compiling smallvec v1.13.2
12132025-02-19T02:16:11.273Z Compiling const-oid v0.9.6
12142025-02-19T02:16:11.292Z Compiling pin-project-lite v0.2.14
12152025-02-19T02:16:11.294Z Compiling rustix v0.38.37
12162025-02-19T02:16:11.385Z Compiling cc v1.1.30
12172025-02-19T02:16:11.424Z Compiling spin v0.9.8
12182025-02-19T02:16:11.563Z Compiling parking_lot_core v0.9.10
12192025-02-19T02:16:11.736Z Compiling futures-core v0.3.31
12202025-02-19T02:16:11.774Z Compiling signal-hook-registry v1.4.2
12212025-02-19T02:16:11.996Z Compiling mio v1.0.2
12222025-02-19T02:16:12.126Z Compiling aho-corasick v1.1.3
12232025-02-19T02:16:12.458Z Compiling parking_lot v0.12.3
12242025-02-19T02:16:12.621Z Compiling cpufeatures v0.2.14
12252025-02-19T02:16:12.646Z Compiling stable_deref_trait v1.2.0
12262025-02-19T02:16:12.727Z Compiling regex-syntax v0.8.5
12272025-02-19T02:16:12.762Z Compiling either v1.13.0
12282025-02-19T02:16:13.059Z Compiling glob v0.3.2
12292025-02-19T02:16:13.171Z Compiling futures-sink v0.3.31
12302025-02-19T02:16:13.300Z Compiling socket2 v0.5.7
12312025-02-19T02:16:13.407Z Compiling slab v0.4.9
12322025-02-19T02:16:13.457Z Compiling prettyplease v0.2.25
12332025-02-19T02:16:13.814Z Compiling lazy_static v1.5.0
12342025-02-19T02:16:13.867Z Compiling serde_json v1.0.135
12352025-02-19T02:16:13.951Z Compiling minimal-lexical v0.2.1
12362025-02-19T02:16:14.056Z Compiling clang-sys v1.8.1
12372025-02-19T02:16:14.220Z Compiling libloading v0.8.5
12382025-02-19T02:16:14.458Z Compiling nom v7.1.3
12392025-02-19T02:16:14.478Z Compiling home v0.5.9
12402025-02-19T02:16:14.596Z Compiling bindgen v0.69.5
12412025-02-19T02:16:14.741Z Compiling futures-channel v0.3.31
12422025-02-19T02:16:15.092Z Compiling itertools v0.12.1
12432025-02-19T02:16:15.141Z Compiling futures-task v0.3.31
12442025-02-19T02:16:15.433Z Compiling allocator-api2 v0.2.18
12452025-02-19T02:16:15.475Z Compiling futures-io v0.3.31
12462025-02-19T02:16:15.757Z Compiling pin-utils v0.1.0
12472025-02-19T02:16:15.860Z Compiling lazycell v1.3.0
12482025-02-19T02:16:16.032Z Compiling rustc-hash v1.1.0
12492025-02-19T02:16:16.200Z Compiling libm v0.2.8
12502025-02-19T02:16:16.220Z Compiling foldhash v0.1.3
12512025-02-19T02:16:16.516Z Compiling regex-automata v0.4.8
12522025-02-19T02:16:16.565Z Compiling hashbrown v0.15.1
12532025-02-19T02:16:16.914Z Compiling cmake v0.1.51
12542025-02-19T02:16:17.691Z Compiling synstructure v0.13.1
12552025-02-19T02:16:17.768Z Compiling cexpr v0.6.0
12562025-02-19T02:16:17.910Z Compiling num-traits v0.2.19
12572025-02-19T02:16:18.199Z Compiling fs_extra v1.3.0
12582025-02-19T02:16:18.790Z Compiling dunce v1.0.5
12592025-02-19T02:16:18.915Z Compiling pkg-config v0.3.31
12602025-02-19T02:16:19.241Z Compiling writeable v0.5.5
12612025-02-19T02:16:19.480Z Compiling litemap v0.7.3
12622025-02-19T02:16:19.781Z Compiling ring v0.17.8
12632025-02-19T02:16:19.852Z Compiling base64ct v1.6.0
12642025-02-19T02:16:20.424Z Compiling paste v1.0.15
12652025-02-19T02:16:20.491Z Compiling pem-rfc7468 v0.7.0
12662025-02-19T02:16:20.525Z Compiling aws-lc-rs v1.10.0
12672025-02-19T02:16:20.924Z Compiling flagset v0.4.6
12682025-02-19T02:16:20.958Z Compiling icu_locid_transform_data v1.5.0
12692025-02-19T02:16:21.069Z Compiling httparse v1.9.5
12702025-02-19T02:16:21.129Z Compiling tracing-core v0.1.32
12712025-02-19T02:16:21.696Z Compiling percent-encoding v2.3.1
12722025-02-19T02:16:21.878Z Compiling regex v1.11.1
12732025-02-19T02:16:21.994Z Compiling rustls-pki-types v1.10.0
12742025-02-19T02:16:22.057Z Compiling icu_properties_data v1.5.0
12752025-02-19T02:16:22.301Z Compiling crossbeam-utils v0.8.20
12762025-02-19T02:16:22.714Z Compiling vcpkg v0.2.15
12772025-02-19T02:16:22.809Z Compiling untrusted v0.7.1
12782025-02-19T02:16:22.919Z Compiling utf16_iter v1.0.5
12792025-02-19T02:16:22.964Z Compiling utf8_iter v1.0.4
12802025-02-19T02:16:22.966Z Compiling write16 v1.0.0
12812025-02-19T02:16:23.014Z Compiling serde_derive v1.0.217
12822025-02-19T02:16:23.086Z Compiling zeroize_derive v1.4.2
12832025-02-19T02:16:23.108Z Compiling zerocopy-derive v0.7.35
12842025-02-19T02:16:23.205Z Compiling zerofrom-derive v0.1.4
12852025-02-19T02:16:24.442Z Compiling zeroize v1.8.1
12862025-02-19T02:16:24.463Z Compiling tokio-macros v2.5.0
12872025-02-19T02:16:25.352Z Compiling zerocopy v0.7.35
12882025-02-19T02:16:25.362Z Compiling yoke-derive v0.7.4
12892025-02-19T02:16:25.887Z Compiling zerovec-derive v0.10.3
12902025-02-19T02:16:26.003Z Compiling crypto-common v0.1.6
12912025-02-19T02:16:26.194Z Compiling block-buffer v0.10.4
12922025-02-19T02:16:26.214Z Compiling thiserror-impl v1.0.69
12932025-02-19T02:16:26.463Z Compiling digest v0.10.7
12942025-02-19T02:16:26.701Z Compiling zerofrom v0.1.4
12952025-02-19T02:16:26.927Z Compiling hmac v0.12.1
12962025-02-19T02:16:26.949Z Compiling displaydoc v0.2.5
12972025-02-19T02:16:27.150Z Compiling futures-macro v0.3.31
12982025-02-19T02:16:27.264Z Compiling block-padding v0.3.3
12992025-02-19T02:16:27.513Z Compiling inout v0.1.3
13002025-02-19T02:16:27.774Z Compiling cipher v0.4.4
13012025-02-19T02:16:27.964Z Compiling yoke v0.7.4
13022025-02-19T02:16:28.320Z Compiling zerovec v0.10.4
13032025-02-19T02:16:28.336Z Compiling sha2 v0.10.8
13042025-02-19T02:16:28.339Z Compiling icu_provider_macros v1.5.0
13052025-02-19T02:16:28.468Z Compiling ppv-lite86 v0.2.20
13062025-02-19T02:16:28.992Z Compiling futures-util v0.3.31
13072025-02-19T02:16:29.112Z Compiling thiserror v1.0.69
13082025-02-19T02:16:29.154Z Compiling der_derive v0.7.3
13092025-02-19T02:16:29.253Z Compiling rand_chacha v0.3.1
13102025-02-19T02:16:29.356Z Compiling tracing-attributes v0.1.27
13112025-02-19T02:16:29.546Z Compiling pest v2.7.14
13122025-02-19T02:16:30.194Z Compiling tinystr v0.7.6
13132025-02-19T02:16:30.560Z Compiling icu_locid v1.5.0
13142025-02-19T02:16:31.450Z Compiling der v0.7.9
13152025-02-19T02:16:31.473Z Compiling icu_collections v1.5.0
13162025-02-19T02:16:31.812Z Compiling icu_provider v1.5.0
13172025-02-19T02:16:32.604Z Compiling icu_locid_transform v1.5.0
13182025-02-19T02:16:32.624Z Compiling tracing v0.1.40
13192025-02-19T02:16:32.661Z Compiling rand v0.8.5
13202025-02-19T02:16:32.743Z Compiling salsa20 v0.10.2
13212025-02-19T02:16:32.783Z Compiling pbkdf2 v0.12.2
13222025-02-19T02:16:32.964Z Compiling num-conv v0.1.0
13232025-02-19T02:16:32.978Z Compiling icu_normalizer_data v1.5.0
13242025-02-19T02:16:33.098Z Compiling mirai-annotations v1.12.0
13252025-02-19T02:16:33.117Z Compiling time-core v0.1.2
13262025-02-19T02:16:33.247Z Compiling untrusted v0.9.0
13272025-02-19T02:16:33.337Z Compiling powerfmt v0.2.0
13282025-02-19T02:16:33.358Z Compiling time-macros v0.2.18
13292025-02-19T02:16:33.482Z Compiling spki v0.7.3
13302025-02-19T02:16:33.716Z Compiling deranged v0.3.11
13312025-02-19T02:16:33.867Z Compiling icu_properties v1.5.1
13322025-02-19T02:16:34.420Z Compiling scrypt v0.11.0
13332025-02-19T02:16:34.754Z Compiling pest_meta v2.7.14
13342025-02-19T02:16:34.951Z Compiling cbc v0.1.2
13352025-02-19T02:16:34.970Z Compiling aes v0.8.4
13362025-02-19T02:16:35.140Z Compiling openssl-sys v0.9.105
13372025-02-19T02:16:35.182Z Compiling scroll_derive v0.12.0
13382025-02-19T02:16:35.586Z Compiling bitflags v2.6.0
13392025-02-19T02:16:36.013Z Compiling bytes v1.9.0
13402025-02-19T02:16:36.594Z Compiling indexmap v2.7.1
13412025-02-19T02:16:37.140Z Compiling tokio v1.43.0
13422025-02-19T02:16:37.545Z Compiling http v1.2.0
13432025-02-19T02:16:37.707Z Compiling semver v1.0.24
13442025-02-19T02:16:37.865Z Compiling icu_normalizer v1.5.0
13452025-02-19T02:16:38.420Z Compiling rustc_version v0.4.1
13462025-02-19T02:16:39.145Z Compiling num_threads v0.1.7
13472025-02-19T02:16:39.149Z Compiling atomic-waker v1.1.2
13482025-02-19T02:16:39.300Z Compiling tinyvec_macros v0.1.1
13492025-02-19T02:16:39.358Z Compiling time v0.3.36
13502025-02-19T02:16:39.378Z Compiling http-body v1.0.1
13512025-02-19T02:16:39.404Z Compiling tinyvec v1.8.0
13522025-02-19T02:16:39.617Z Compiling idna_adapter v1.2.0
13532025-02-19T02:16:39.636Z Compiling scroll v0.12.0
13542025-02-19T02:16:39.656Z Compiling which v4.4.2
13552025-02-19T02:16:39.836Z Compiling pest_generator v2.7.14
13562025-02-19T02:16:40.143Z Compiling pkcs5 v0.7.1
13572025-02-19T02:16:40.210Z Compiling form_urlencoded v1.2.1
13582025-02-19T02:16:40.509Z Compiling try-lock v0.2.5
13592025-02-19T02:16:40.678Z Compiling slog v2.7.0
13602025-02-19T02:16:40.843Z Compiling pkcs8 v0.10.2
13612025-02-19T02:16:40.864Z Compiling want v0.3.1
13622025-02-19T02:16:41.143Z Compiling goblin v0.8.2
13632025-02-19T02:16:41.187Z Compiling idna v1.0.3
13642025-02-19T02:16:41.234Z Compiling uuid v1.12.0
13652025-02-19T02:16:41.524Z Compiling httpdate v1.0.3
13662025-02-19T02:16:41.563Z Compiling pest_derive v2.7.14
13672025-02-19T02:16:41.963Z Compiling iana-time-zone v0.1.61
13682025-02-19T02:16:42.366Z Compiling chrono v0.4.39
13692025-02-19T02:16:42.371Z Compiling dtrace-parser v0.2.0
13702025-02-19T02:16:42.782Z Compiling serde_tokenstream v0.2.2
13712025-02-19T02:16:43.347Z Compiling serde_spanned v0.6.8
13722025-02-19T02:16:43.490Z Compiling toml_datetime v0.6.8
13732025-02-19T02:16:43.599Z Compiling openssl v0.10.70
13742025-02-19T02:16:43.968Z Compiling rustversion v1.0.17
13752025-02-19T02:16:43.995Z Compiling adler2 v2.0.0
13762025-02-19T02:16:44.113Z Compiling foreign-types-shared v0.1.1
13772025-02-19T02:16:44.217Z Compiling base64 v0.22.1
13782025-02-19T02:16:44.252Z Compiling tower-service v0.3.3
13792025-02-19T02:16:44.307Z Compiling match_cfg v0.1.0
13802025-02-19T02:16:44.367Z Compiling foreign-types v0.3.2
13812025-02-19T02:16:44.413Z Compiling hostname v0.3.1
13822025-02-19T02:16:44.473Z Compiling miniz_oxide v0.8.0
13832025-02-19T02:16:44.665Z Compiling url v2.5.3
13842025-02-19T02:16:44.912Z Compiling async-trait v0.1.86
13852025-02-19T02:16:45.741Z Compiling tokio-util v0.7.12
13862025-02-19T02:16:45.925Z Compiling openssl-macros v0.1.1
13872025-02-19T02:16:45.947Z Compiling serde_derive_internals v0.29.1
13882025-02-19T02:16:46.414Z Compiling dirs-sys-next v0.1.2
13892025-02-19T02:16:46.679Z Compiling h2 v0.4.6
13902025-02-19T02:16:46.979Z Compiling dof v0.3.0
13912025-02-19T02:16:47.002Z Compiling syn v1.0.109
13922025-02-19T02:16:47.430Z Compiling siphasher v0.3.11
13932025-02-19T02:16:47.578Z Compiling schemars v0.8.21
13942025-02-19T02:16:47.816Z Compiling usdt-impl v0.5.0
13952025-02-19T02:16:47.884Z Compiling native-tls v0.2.12
13962025-02-19T02:16:48.208Z Compiling rustls v0.22.4
13972025-02-19T02:16:48.280Z Compiling data-encoding v2.6.0
13982025-02-19T02:16:48.525Z Compiling rustls v0.23.19
13992025-02-19T02:16:48.847Z Compiling schemars_derive v0.8.21
14002025-02-19T02:16:49.267Z Compiling dirs-next v2.0.0
14012025-02-19T02:16:50.349Z Compiling unicode-normalization v0.1.24
14022025-02-19T02:16:50.370Z Compiling http-body-util v0.1.2
14032025-02-19T02:16:50.449Z Compiling crossbeam-epoch v0.9.18
14042025-02-19T02:16:50.686Z Compiling heapless v0.7.17
14052025-02-19T02:16:50.815Z Compiling sha1 v0.10.6
14062025-02-19T02:16:51.092Z Compiling signature v2.2.0
14072025-02-19T02:16:51.140Z Compiling bzip2-sys v0.1.11+1.0.8
14082025-02-19T02:16:51.210Z Compiling thread_local v1.1.8
14092025-02-19T02:16:51.381Z Compiling multer v3.1.0
14102025-02-19T02:16:51.427Z Compiling cookie v0.18.1
14112025-02-19T02:16:51.589Z Compiling encoding_rs v0.8.34
14122025-02-19T02:16:51.668Z Compiling rayon-core v1.12.1
14132025-02-19T02:16:51.687Z Compiling slog-async v2.8.0
14142025-02-19T02:16:51.726Z Compiling unicode-properties v0.1.3
14152025-02-19T02:16:51.835Z Compiling unicode-bidi v0.3.17
14162025-02-19T02:16:51.928Z Compiling ipnet v2.10.1
14172025-02-19T02:16:52.145Z Compiling mime v0.3.17
14182025-02-19T02:16:52.150Z Compiling openssl-probe v0.1.5
14192025-02-19T02:16:52.470Z Compiling dyn-clone v1.0.17
14202025-02-19T02:16:52.683Z Compiling gimli v0.31.1
14212025-02-19T02:16:52.704Z Compiling signal-hook v0.3.17
14222025-02-19T02:16:53.027Z Compiling stringprep v0.1.5
14232025-02-19T02:16:53.163Z Compiling toml_edit v0.22.22
14242025-02-19T02:16:54.138Z Compiling hyper v1.5.2
14252025-02-19T02:16:56.466Z Compiling hyper-util v0.1.10
14262025-02-19T02:16:56.675Z Compiling crossbeam-deque v0.8.5
14272025-02-19T02:16:56.733Z Compiling usdt-macro v0.5.0
14282025-02-19T02:16:57.006Z Compiling addr2line v0.24.2
14292025-02-19T02:16:57.380Z Compiling usdt-attr-macro v0.5.0
14302025-02-19T02:16:57.687Z Compiling term v0.7.0
14312025-02-19T02:16:58.042Z Compiling slog-json v2.6.1
14322025-02-19T02:16:58.137Z Compiling serde_urlencoded v0.7.1
14332025-02-19T02:16:58.407Z Compiling crossbeam-channel v0.5.13
14342025-02-19T02:16:58.629Z Compiling curve25519-dalek v4.1.3
14352025-02-19T02:16:58.836Z Compiling futures-executor v0.3.31
14362025-02-19T02:16:59.005Z Compiling enum-as-inner v0.6.1
14372025-02-19T02:16:59.173Z Compiling md-5 v0.10.6
14382025-02-19T02:16:59.309Z Compiling async-stream-impl v0.3.6
14392025-02-19T02:17:03.366Z Compiling rustls-pemfile v2.2.0
14402025-02-19T02:17:03.366Z Compiling num-integer v0.1.46
14412025-02-19T02:17:03.366Z Compiling hash32 v0.2.1
14422025-02-19T02:17:03.366Z Compiling ff v0.13.0
14432025-02-19T02:17:03.366Z Compiling is-terminal v0.4.13
14442025-02-19T02:17:03.366Z Compiling dropshot v0.12.0
14452025-02-19T02:17:03.366Z Compiling memoffset v0.9.1
14462025-02-19T02:17:03.366Z Compiling object v0.36.5
14472025-02-19T02:17:03.366Z Compiling rustc-demangle v0.1.24
14482025-02-19T02:17:03.366Z Compiling smoltcp v0.9.1
14492025-02-19T02:17:03.366Z Compiling litrs v0.4.1
14502025-02-19T02:17:03.366Z Compiling utf-8 v0.7.6
14512025-02-19T02:17:03.366Z Compiling psl-types v2.0.11
14522025-02-19T02:17:03.366Z Compiling anyhow v1.0.95
14532025-02-19T02:17:03.366Z Compiling take_mut v0.2.2
14542025-02-19T02:17:03.366Z Compiling quick-error v1.2.3
14552025-02-19T02:17:03.366Z Compiling num-bigint-dig v0.8.4
14562025-02-19T02:17:03.367Z Compiling fallible-iterator v0.2.0
14572025-02-19T02:17:03.462Z Compiling portable-atomic v1.9.0
14582025-02-19T02:17:03.462Z Compiling base16ct v0.2.0
14592025-02-19T02:17:03.462Z Compiling cfg_aliases v0.2.1
14602025-02-19T02:17:03.462Z Compiling linked-hash-map v0.5.6
14612025-02-19T02:17:03.462Z Compiling nix v0.29.0
14622025-02-19T02:17:03.462Z Compiling postgres-protocol v0.6.7
14632025-02-19T02:17:03.462Z Compiling lru-cache v0.1.2
14642025-02-19T02:17:03.463Z Compiling sec1 v0.7.3
14652025-02-19T02:17:03.463Z Compiling document-features v0.2.10
14662025-02-19T02:17:03.463Z Compiling resolv-conf v0.7.0
14672025-02-19T02:17:03.463Z Compiling tungstenite v0.24.0
14682025-02-19T02:17:03.463Z Compiling publicsuffix v2.3.0
14692025-02-19T02:17:03.463Z Compiling async-stream v0.3.6
14702025-02-19T02:17:03.463Z Compiling hickory-proto v0.24.3
14712025-02-19T02:17:03.463Z Compiling slog-term v2.9.1
14722025-02-19T02:17:03.463Z Compiling num-iter v0.1.45
14732025-02-19T02:17:03.463Z Compiling group v0.13.0
14742025-02-19T02:17:03.519Z Compiling usdt v0.5.0
14752025-02-19T02:17:04.127Z Compiling futures v0.3.31
14762025-02-19T02:17:04.247Z Compiling slog-bunyan v2.5.0
14772025-02-19T02:17:04.466Z Compiling toml v0.8.19
14782025-02-19T02:17:05.573Z Compiling tokio-native-tls v0.3.1
14792025-02-19T02:17:05.767Z Compiling camino v1.1.9
14802025-02-19T02:17:05.975Z Compiling phf_shared v0.11.2
14812025-02-19T02:17:06.030Z Compiling dropshot_endpoint v0.12.0
14822025-02-19T02:17:06.320Z Compiling backtrace v0.3.74
14832025-02-19T02:17:06.597Z Compiling terminal_size v0.4.0
14842025-02-19T02:17:06.701Z Compiling waitgroup v0.1.2
14852025-02-19T02:17:06.831Z Compiling openapiv3 v2.0.0
14862025-02-19T02:17:06.901Z Compiling serde_path_to_error v0.1.16
14872025-02-19T02:17:06.904Z Compiling hkdf v0.12.4
14882025-02-19T02:17:07.175Z Compiling crypto-bigint v0.5.5
14892025-02-19T02:17:07.627Z Compiling zerocopy-derive v0.6.6
14902025-02-19T02:17:09.407Z Compiling curve25519-dalek-derive v0.1.1
14912025-02-19T02:17:09.675Z Compiling webpki-roots v0.26.6
14922025-02-19T02:17:09.903Z Compiling hostname v0.4.0
14932025-02-19T02:17:10.114Z Compiling ahash v0.8.11
14942025-02-19T02:17:10.190Z Compiling fs-err v2.11.0
14952025-02-19T02:17:10.270Z Compiling hubpack_derive v0.1.1
14962025-02-19T02:17:10.426Z Compiling crc32fast v1.4.2
14972025-02-19T02:17:10.491Z Compiling newtype-uuid v1.2.1
14982025-02-19T02:17:10.747Z Compiling winnow v0.5.40
14992025-02-19T02:17:10.766Z Compiling debug-ignore v1.0.5
15002025-02-19T02:17:10.785Z Compiling bitflags v1.3.2
15012025-02-19T02:17:10.825Z Compiling unicode-width v0.2.0
15022025-02-19T02:17:10.898Z Compiling managed v0.8.0
15032025-02-19T02:17:10.917Z Compiling strum_macros v0.25.3
15042025-02-19T02:17:11.143Z Compiling hubpack v0.1.2
15052025-02-19T02:17:11.302Z Compiling console v0.15.10
15062025-02-19T02:17:11.552Z Compiling clap_builder v4.5.27
15072025-02-19T02:17:13.591Z Compiling flate2 v1.0.35
15082025-02-19T02:17:13.608Z Compiling elliptic-curve v0.13.8
15092025-02-19T02:17:13.609Z Compiling zerocopy v0.6.6
15102025-02-19T02:17:13.609Z Compiling hickory-resolver v0.24.3
15112025-02-19T02:17:14.048Z Compiling toml_edit v0.19.15
15122025-02-19T02:17:14.209Z Compiling phf v0.11.2
15132025-02-19T02:17:14.493Z Compiling signal-hook-mio v0.2.4
15142025-02-19T02:17:14.652Z Compiling hyper-tls v0.6.0
15152025-02-19T02:17:14.674Z Compiling cookie_store v0.21.1
15162025-02-19T02:17:14.823Z Compiling rayon v1.10.0
15172025-02-19T02:17:15.049Z Compiling bzip2 v0.4.4
15182025-02-19T02:17:16.117Z Compiling tokio-tungstenite v0.24.0
15192025-02-19T02:17:16.771Z Compiling postgres-types v0.2.8
15202025-02-19T02:17:19.145Z Compiling ed25519 v2.2.3
15212025-02-19T02:17:19.366Z Compiling phf_shared v0.10.0
15222025-02-19T02:17:19.410Z Compiling tokio-stream v0.1.16
15232025-02-19T02:17:19.583Z Compiling pkcs1 v0.7.5
15242025-02-19T02:17:19.734Z Compiling serde-big-array v0.5.1
15252025-02-19T02:17:19.975Z Compiling clap_derive v4.5.24
15262025-02-19T02:17:20.341Z Compiling rfc6979 v0.4.0
15272025-02-19T02:17:20.386Z Compiling derive-where v1.2.7
15282025-02-19T02:17:20.431Z Compiling serde_repr v0.1.19
15292025-02-19T02:17:20.531Z Compiling float-cmp v0.9.0
15302025-02-19T02:17:20.765Z Compiling bstr v1.10.0
15312025-02-19T02:17:21.014Z Compiling sync_wrapper v1.0.1
15322025-02-19T02:17:21.112Z Compiling unicode-segmentation v1.12.0
15332025-02-19T02:17:21.196Z Compiling predicates-core v1.0.8
15342025-02-19T02:17:21.490Z Compiling static_assertions v1.1.0
15352025-02-19T02:17:21.531Z Compiling normalize-line-endings v0.3.0
15362025-02-19T02:17:21.607Z Compiling whoami v1.5.2
15372025-02-19T02:17:21.670Z Compiling number_prefix v0.4.0
15382025-02-19T02:17:21.911Z Compiling difflib v0.4.0
15392025-02-19T02:17:21.981Z Compiling new_debug_unreachable v1.0.6
15402025-02-19T02:17:22.110Z Compiling fixedbitset v0.4.2
15412025-02-19T02:17:22.168Z Compiling precomputed-hash v0.1.1
15422025-02-19T02:17:22.301Z Compiling bit-vec v0.6.3
15432025-02-19T02:17:22.337Z Compiling string_cache v0.8.7
15442025-02-19T02:17:22.560Z Compiling petgraph v0.6.5
15452025-02-19T02:17:22.701Z Compiling bit-set v0.5.3
15462025-02-19T02:17:22.757Z Compiling predicates v3.1.2
15472025-02-19T02:17:22.988Z Compiling tokio-postgres v0.7.12
15482025-02-19T02:17:23.334Z Compiling indicatif v0.17.11
15492025-02-19T02:17:23.566Z Compiling similar v2.6.0
15502025-02-19T02:17:24.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15512025-02-19T02:17:24.553Z Compiling clap v4.5.27
15522025-02-19T02:17:24.677Z Compiling ecdsa v0.16.9
15532025-02-19T02:17:25.359Z Compiling rsa v0.9.6
15542025-02-19T02:17:25.487Z Compiling ed25519-dalek v2.1.1
15552025-02-19T02:17:26.064Z Compiling toml v0.7.8
15562025-02-19T02:17:26.791Z Compiling zip v0.6.6
15572025-02-19T02:17:27.538Z Compiling crossterm v0.28.1
15582025-02-19T02:17:28.486Z Compiling hex v0.4.3
15592025-02-19T02:17:28.578Z Compiling x509-cert v0.2.5
15602025-02-19T02:17:28.938Z Compiling itertools v0.10.5
15612025-02-19T02:17:29.073Z Compiling peg-runtime v0.8.3
15622025-02-19T02:17:29.142Z Compiling lalrpop-util v0.19.12
15632025-02-19T02:17:29.489Z Compiling unicode-xid v0.2.6
15642025-02-19T02:17:29.647Z Compiling strum_macros v0.26.4
15652025-02-19T02:17:29.681Z Compiling xattr v1.3.1
15662025-02-19T02:17:29.953Z Compiling filetime v0.2.25
15672025-02-19T02:17:30.268Z Compiling tar v0.4.42
15682025-02-19T02:17:34.257Z Compiling strum v0.26.3
15692025-02-19T02:17:37.686Z Compiling aws-lc-sys v0.22.0
15702025-02-19T02:18:08.976Z Compiling rustls-webpki v0.102.8
15712025-02-19T02:18:12.056Z Compiling tokio-rustls v0.25.0
15722025-02-19T02:18:16.652Z Compiling tokio-rustls v0.26.0
15732025-02-19T02:18:16.759Z Compiling hyper-rustls v0.27.3
15742025-02-19T02:18:16.759Z Compiling reqwest v0.12.9
15752025-02-19T02:18:16.760Z Compiling qorb v0.2.1
15762025-02-19T02:18:18.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15772025-02-19T02:18:18.971Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15782025-02-19T02:18:23.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15792025-02-19T02:18:23.518Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15802025-02-19T02:18:23.569ZFeb 19 02:18:21.650 INFO Starting download, target: Clickhouse
15812025-02-19T02:18:23.569ZFeb 19 02:18:21.650 INFO Starting download, target: Cockroach
15822025-02-19T02:18:23.569ZFeb 19 02:18:21.650 INFO Starting download, target: Console
15832025-02-19T02:18:23.572ZFeb 19 02:18:21.650 INFO Starting download, target: DendriteOpenapi
15842025-02-19T02:18:23.572ZFeb 19 02:18:21.650 INFO Starting download, target: DendriteStub
15852025-02-19T02:18:23.572ZFeb 19 02:18:21.650 INFO Starting download, target: MaghemiteMgd
15862025-02-19T02:18:23.572ZFeb 19 02:18:21.650 INFO Starting download, target: TransceiverControl
15872025-02-19T02:18:23.572ZFeb 19 02:18:21.651 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15882025-02-19T02:18:23.572ZFeb 19 02:18:21.651 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15892025-02-19T02:18:23.572ZFeb 19 02:18:21.651 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15902025-02-19T02:18:23.573ZFeb 19 02:18:21.651 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15912025-02-19T02:18:23.573ZFeb 19 02:18:21.651 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922025-02-19T02:18:23.573ZFeb 19 02:18:21.651 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15932025-02-19T02:18:23.573ZFeb 19 02:18:21.651 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15942025-02-19T02:18:23.768ZFeb 19 02:18:21.846 INFO Download complete, target: DendriteOpenapi
15952025-02-19T02:18:23.848ZFeb 19 02:18:21.915 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15962025-02-19T02:18:24.027ZFeb 19 02:18:22.091 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15972025-02-19T02:18:24.353ZFeb 19 02:18:22.427 INFO Download complete, target: TransceiverControl
15982025-02-19T02:18:24.373ZFeb 19 02:18:22.449 INFO Download complete, target: Console
15992025-02-19T02:18:24.446ZFeb 19 02:18:22.526 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16002025-02-19T02:18:24.482ZFeb 19 02:18:22.562 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16012025-02-19T02:18:25.209ZFeb 19 02:18:23.290 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16022025-02-19T02:18:25.209ZFeb 19 02:18:23.290 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16032025-02-19T02:18:25.604ZFeb 19 02:18:23.685 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16042025-02-19T02:18:27.305ZFeb 19 02:18:25.386 INFO Download complete, target: DendriteStub
16052025-02-19T02:18:27.533ZFeb 19 02:18:25.614 INFO Download complete, target: MaghemiteMgd
16062025-02-19T02:18:32.783ZFeb 19 02:18:30.862 INFO Checking that binary works, target: Cockroach
16072025-02-19T02:18:33.025ZFeb 19 02:18:31.105 INFO Download complete, target: Cockroach
16082025-02-19T02:18:38.333ZFeb 19 02:18:36.399 INFO Checking that binary works, target: Clickhouse
16092025-02-19T02:18:38.768ZFeb 19 02:18:36.846 INFO Download complete, target: Clickhouse
16102025-02-19T02:18:38.797ZAll builder prerequisites installed successfully, and PATH looks valid
16112025-02-19T02:18:38.800Z
16122025-02-19T02:18:38.800Zreal 4:42.198163192
16132025-02-19T02:18:38.800Zuser 15:38.965651969
16142025-02-19T02:18:38.800Zsys 2:02.928212876
16152025-02-19T02:18:38.800Ztrap 0.544226928
16162025-02-19T02:18:38.800Ztflt 5.650696990
16172025-02-19T02:18:38.800Zdflt 5.095976167
16182025-02-19T02:18:38.800Zkflt 0.135843169
16192025-02-19T02:18:38.800Zlock 24:41.855390037
16202025-02-19T02:18:38.800Zslp 55:10.493061825
16212025-02-19T02:18:38.800Zlat 58.055305862
16222025-02-19T02:18:38.800Zstop 2:23.464940813
16232025-02-19T02:18:38.800Z+ banner hack-check
16242025-02-19T02:18:38.800Z
16252025-02-19T02:18:38.800Z # # ## #### # # #### # # ###### #### # #
16262025-02-19T02:18:38.800Z # # # # # # # # # # # # # # # # #
16272025-02-19T02:18:38.800Z ###### # # # #### ##### # ###### ##### # ####
16282025-02-19T02:18:38.800Z # # ###### # # # # # # # # # #
16292025-02-19T02:18:38.800Z # # # # # # # # # # # # # # # # #
16302025-02-19T02:18:38.800Z # # # # #### # # #### # # ###### #### # #
16312025-02-19T02:18:38.801Z
16322025-02-19T02:18:38.801Z+ export CARGO_INCREMENTAL=0
16332025-02-19T02:18:38.801Z+ CARGO_INCREMENTAL=0
16342025-02-19T02:18:38.801Z+ ptime -m timeout 2h cargo xtask check-features --ci
16352025-02-19T02:18:39.316Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16362025-02-19T02:18:42.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
16372025-02-19T02:18:42.154Z Running `target/debug/xtask check-features --ci`
16382025-02-19T02:18:42.176Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16392025-02-19T02:18:42.179Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16402025-02-19T02:18:42.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16412025-02-19T02:18:42.641Z Running `target/debug/xtask download cargo-hack`
16422025-02-19T02:18:43.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16432025-02-19T02:18:43.795Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16442025-02-19T02:18:47.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
16452025-02-19T02:18:47.648Z Running `target/debug/xtask-downloader cargo-hack`
16462025-02-19T02:18:47.686ZFeb 19 02:18:45.763 INFO Starting download, target: CargoHack
16472025-02-19T02:18:47.688ZFeb 19 02:18:45.763 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16482025-02-19T02:18:48.848ZFeb 19 02:18:46.462 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16492025-02-19T02:18:48.870ZFeb 19 02:18:46.554 INFO Download complete, target: CargoHack
16502025-02-19T02:18:48.870Zrunning: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16512025-02-19T02:18:48.870Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16522025-02-19T02:18:48.871Zinfo: running `cargo check --bins` on api_identity (1/199)
16532025-02-19T02:18:49.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542025-02-19T02:18:49.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552025-02-19T02:18:49.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562025-02-19T02:18:49.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16572025-02-19T02:18:49.256Z
16582025-02-19T02:18:49.257Zinfo: running `cargo check --bins` on bootstore (2/199)
16592025-02-19T02:18:49.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602025-02-19T02:18:49.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612025-02-19T02:18:49.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622025-02-19T02:18:49.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16632025-02-19T02:18:49.873Z
16642025-02-19T02:18:49.873Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16652025-02-19T02:18:50.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662025-02-19T02:18:50.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672025-02-19T02:18:50.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682025-02-19T02:18:50.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16692025-02-19T02:18:50.473Z
16702025-02-19T02:18:50.473Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16712025-02-19T02:18:51.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-02-19T02:18:51.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-02-19T02:18:51.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-02-19T02:18:51.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16752025-02-19T02:18:51.076Z
16762025-02-19T02:18:51.076Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
16772025-02-19T02:18:51.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-02-19T02:18:51.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-02-19T02:18:51.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-02-19T02:18:51.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16812025-02-19T02:18:51.485Z
16822025-02-19T02:18:51.485Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
16832025-02-19T02:18:51.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-02-19T02:18:51.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-02-19T02:18:51.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-02-19T02:18:51.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16872025-02-19T02:18:51.903Z
16882025-02-19T02:18:51.903Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
16892025-02-19T02:18:52.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-02-19T02:18:52.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-02-19T02:18:52.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-02-19T02:18:52.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16932025-02-19T02:18:52.312Z
16942025-02-19T02:18:52.312Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
16952025-02-19T02:18:52.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-02-19T02:18:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-02-19T02:18:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-02-19T02:18:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16992025-02-19T02:18:52.725Z
17002025-02-19T02:18:52.725Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17012025-02-19T02:18:53.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-02-19T02:18:53.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-02-19T02:18:53.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-02-19T02:18:53.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17052025-02-19T02:18:53.142Z
17062025-02-19T02:18:53.142Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17072025-02-19T02:18:53.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-02-19T02:18:53.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-02-19T02:18:53.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-02-19T02:18:53.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17112025-02-19T02:18:53.557Z
17122025-02-19T02:18:53.557Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17132025-02-19T02:18:53.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-02-19T02:18:53.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-02-19T02:18:53.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-02-19T02:18:53.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17172025-02-19T02:18:53.977Z
17182025-02-19T02:18:53.977Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17192025-02-19T02:18:54.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-02-19T02:18:54.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-02-19T02:18:54.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-02-19T02:18:54.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17232025-02-19T02:18:54.394Z
17242025-02-19T02:18:54.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17252025-02-19T02:18:54.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-02-19T02:18:54.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-02-19T02:18:54.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-02-19T02:18:54.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17292025-02-19T02:18:54.806Z
17302025-02-19T02:18:54.806Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17312025-02-19T02:18:55.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-02-19T02:18:55.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-02-19T02:18:55.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-02-19T02:18:55.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17352025-02-19T02:18:55.230Z
17362025-02-19T02:18:55.230Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17372025-02-19T02:18:55.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-02-19T02:18:55.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-02-19T02:18:55.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-02-19T02:18:55.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17412025-02-19T02:18:55.649Z
17422025-02-19T02:18:55.649Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17432025-02-19T02:18:56.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-02-19T02:18:56.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-02-19T02:18:56.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-02-19T02:18:56.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472025-02-19T02:18:56.086Z
17482025-02-19T02:18:56.086Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17492025-02-19T02:18:56.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-02-19T02:18:56.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-02-19T02:18:56.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-02-19T02:18:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17532025-02-19T02:18:56.514Z
17542025-02-19T02:18:56.514Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17552025-02-19T02:18:56.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-02-19T02:18:56.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-02-19T02:18:56.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-02-19T02:18:56.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17592025-02-19T02:18:56.945Z
17602025-02-19T02:18:56.945Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17612025-02-19T02:18:57.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-02-19T02:18:57.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-02-19T02:18:57.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-02-19T02:18:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17652025-02-19T02:18:57.372Z
17662025-02-19T02:18:57.372Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17672025-02-19T02:18:57.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-02-19T02:18:57.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-02-19T02:18:57.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-02-19T02:18:57.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17712025-02-19T02:18:57.791Z
17722025-02-19T02:18:57.791Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17732025-02-19T02:18:58.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-02-19T02:18:58.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-02-19T02:18:58.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-02-19T02:18:58.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17772025-02-19T02:18:58.214Z
17782025-02-19T02:18:58.214Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
17792025-02-19T02:18:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-02-19T02:18:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-02-19T02:18:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-02-19T02:18:58.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17832025-02-19T02:18:58.636Z
17842025-02-19T02:18:58.636Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
17852025-02-19T02:18:59.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-02-19T02:18:59.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-02-19T02:18:59.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-02-19T02:18:59.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17892025-02-19T02:18:59.057Z
17902025-02-19T02:18:59.057Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
17912025-02-19T02:18:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-02-19T02:18:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-02-19T02:18:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-02-19T02:18:59.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17952025-02-19T02:18:59.474Z
17962025-02-19T02:18:59.474Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
17972025-02-19T02:18:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-02-19T02:18:59.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-02-19T02:18:59.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-02-19T02:18:59.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18012025-02-19T02:18:59.891Z
18022025-02-19T02:18:59.891Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18032025-02-19T02:19:00.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-02-19T02:19:00.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-02-19T02:19:00.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-02-19T02:19:00.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18072025-02-19T02:19:00.302Z
18082025-02-19T02:19:00.302Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18092025-02-19T02:19:00.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-02-19T02:19:00.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-02-19T02:19:00.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-02-19T02:19:00.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18132025-02-19T02:19:00.715Z
18142025-02-19T02:19:00.715Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18152025-02-19T02:19:01.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-02-19T02:19:01.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-02-19T02:19:01.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-02-19T02:19:01.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18192025-02-19T02:19:01.129Z
18202025-02-19T02:19:01.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18212025-02-19T02:19:01.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-02-19T02:19:01.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-02-19T02:19:01.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-02-19T02:19:01.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18252025-02-19T02:19:01.543Z
18262025-02-19T02:19:01.543Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18272025-02-19T02:19:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-02-19T02:19:01.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-02-19T02:19:01.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-02-19T02:19:01.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18312025-02-19T02:19:01.955Z
18322025-02-19T02:19:01.955Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18332025-02-19T02:19:02.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-02-19T02:19:02.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-02-19T02:19:02.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-02-19T02:19:02.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18372025-02-19T02:19:02.366Z
18382025-02-19T02:19:02.366Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18392025-02-19T02:19:02.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-02-19T02:19:02.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-02-19T02:19:02.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-02-19T02:19:02.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18432025-02-19T02:19:02.779Z
18442025-02-19T02:19:02.779Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18452025-02-19T02:19:03.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-02-19T02:19:03.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-02-19T02:19:03.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-02-19T02:19:03.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18492025-02-19T02:19:03.197Z
18502025-02-19T02:19:03.197Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18512025-02-19T02:19:03.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-02-19T02:19:03.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-02-19T02:19:03.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-02-19T02:19:03.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18552025-02-19T02:19:03.618Z
18562025-02-19T02:19:03.618Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18572025-02-19T02:19:03.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-02-19T02:19:04.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-02-19T02:19:04.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-02-19T02:19:04.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18612025-02-19T02:19:04.041Z
18622025-02-19T02:19:04.041Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18632025-02-19T02:19:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-02-19T02:19:04.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-02-19T02:19:04.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-02-19T02:19:04.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18672025-02-19T02:19:04.461Z
18682025-02-19T02:19:04.461Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18692025-02-19T02:19:04.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-02-19T02:19:04.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-02-19T02:19:04.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-02-19T02:19:04.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18732025-02-19T02:19:04.883Z
18742025-02-19T02:19:04.883Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18752025-02-19T02:19:05.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-02-19T02:19:05.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-02-19T02:19:05.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-02-19T02:19:05.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18792025-02-19T02:19:05.310Z
18802025-02-19T02:19:05.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
18812025-02-19T02:19:05.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-02-19T02:19:05.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-02-19T02:19:05.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-02-19T02:19:05.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18852025-02-19T02:19:05.721Z
18862025-02-19T02:19:05.721Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
18872025-02-19T02:19:06.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-02-19T02:19:06.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-02-19T02:19:06.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-02-19T02:19:06.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18912025-02-19T02:19:06.140Z
18922025-02-19T02:19:06.140Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
18932025-02-19T02:19:06.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-02-19T02:19:06.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-02-19T02:19:06.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-02-19T02:19:06.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18972025-02-19T02:19:06.557Z
18982025-02-19T02:19:06.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
18992025-02-19T02:19:06.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-02-19T02:19:06.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-02-19T02:19:06.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-02-19T02:19:06.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19032025-02-19T02:19:06.974Z
19042025-02-19T02:19:06.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19052025-02-19T02:19:07.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-02-19T02:19:07.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-02-19T02:19:07.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-02-19T02:19:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19092025-02-19T02:19:07.393Z
19102025-02-19T02:19:07.393Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19112025-02-19T02:19:07.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-02-19T02:19:07.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-02-19T02:19:07.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-02-19T02:19:07.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19152025-02-19T02:19:07.810Z
19162025-02-19T02:19:07.810Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19172025-02-19T02:19:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-02-19T02:19:08.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-02-19T02:19:08.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-02-19T02:19:08.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19212025-02-19T02:19:08.426Z
19222025-02-19T02:19:08.426Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19232025-02-19T02:19:08.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-02-19T02:19:08.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-02-19T02:19:08.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-02-19T02:19:08.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19272025-02-19T02:19:09.039Z
19282025-02-19T02:19:09.039Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19292025-02-19T02:19:09.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-02-19T02:19:09.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-02-19T02:19:09.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322025-02-19T02:19:09.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19332025-02-19T02:19:09.653Z
19342025-02-19T02:19:09.653Zinfo: running `cargo check --bins` on oxlog (48/199)
19352025-02-19T02:19:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362025-02-19T02:19:10.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372025-02-19T02:19:10.261Z Checking cfg-if v1.0.0
19382025-02-19T02:19:10.264Z Checking libc v0.2.169
19392025-02-19T02:19:10.369Z Checking serde v1.0.217
19402025-02-19T02:19:10.372Z Checking zeroize v1.8.1
19412025-02-19T02:19:10.386Z Checking memchr v2.7.4
19422025-02-19T02:19:10.398Z Checking typenum v1.17.0
19432025-02-19T02:19:10.401Z Checking subtle v2.6.1
19442025-02-19T02:19:10.401Z Checking scopeguard v1.2.0
19452025-02-19T02:19:10.439Z Checking value-bag v1.9.0
19462025-02-19T02:19:10.561Z Checking lock_api v0.4.12
19472025-02-19T02:19:10.590Z Checking smallvec v1.13.2
19482025-02-19T02:19:10.666Z Checking itoa v1.0.11
19492025-02-19T02:19:10.833Z Checking log v0.4.22
19502025-02-19T02:19:10.899Z Checking const-oid v0.9.6
19512025-02-19T02:19:10.919Z Checking pin-project-lite v0.2.14
19522025-02-19T02:19:10.933Z Checking byteorder v1.5.0
19532025-02-19T02:19:11.061Z Checking once_cell v1.20.2
19542025-02-19T02:19:11.189Z Checking futures-core v0.3.31
19552025-02-19T02:19:11.295Z Checking cpufeatures v0.2.14
19562025-02-19T02:19:11.336Z Checking stable_deref_trait v1.2.0
19572025-02-19T02:19:11.353Z Checking getrandom v0.2.15
19582025-02-19T02:19:11.369Z Checking parking_lot_core v0.9.10
19592025-02-19T02:19:11.372Z Checking signal-hook-registry v1.4.2
19602025-02-19T02:19:11.397Z Checking mio v1.0.2
19612025-02-19T02:19:11.440Z Checking futures-sink v0.3.31
19622025-02-19T02:19:11.461Z Checking generic-array v0.14.7
19632025-02-19T02:19:11.574Z Checking rand_core v0.6.4
19642025-02-19T02:19:11.590Z Checking socket2 v0.5.7
19652025-02-19T02:19:11.625Z Checking zerocopy v0.7.35
19662025-02-19T02:19:11.685Z Checking parking_lot v0.12.3
19672025-02-19T02:19:11.891Z Checking zerofrom v0.1.4
19682025-02-19T02:19:11.934Z Checking spin v0.9.8
19692025-02-19T02:19:12.020Z Checking slab v0.4.9
19702025-02-19T02:19:12.062Z Checking futures-channel v0.3.31
19712025-02-19T02:19:12.105Z Checking yoke v0.7.4
19722025-02-19T02:19:12.259Z Checking allocator-api2 v0.2.18
19732025-02-19T02:19:12.283Z Checking futures-task v0.3.31
19742025-02-19T02:19:12.405Z Checking futures-io v0.3.31
19752025-02-19T02:19:12.428Z Checking zerovec v0.10.4
19762025-02-19T02:19:12.485Z Checking crypto-common v0.1.6
19772025-02-19T02:19:12.514Z Checking block-buffer v0.10.4
19782025-02-19T02:19:12.584Z Checking equivalent v1.0.1
19792025-02-19T02:19:12.671Z Checking foldhash v0.1.3
19802025-02-19T02:19:12.707Z Checking pin-utils v0.1.0
19812025-02-19T02:19:12.734Z Checking block-padding v0.3.3
19822025-02-19T02:19:12.766Z Checking digest v0.10.7
19832025-02-19T02:19:12.799Z Checking futures-util v0.3.31
19842025-02-19T02:19:12.815Z Checking ryu v1.0.18
19852025-02-19T02:19:12.831Z Checking writeable v0.5.5
19862025-02-19T02:19:12.868Z Checking hashbrown v0.15.1
19872025-02-19T02:19:12.931Z Checking inout v0.1.3
19882025-02-19T02:19:13.042Z Checking litemap v0.7.3
19892025-02-19T02:19:13.125Z Checking hmac v0.12.1
19902025-02-19T02:19:13.141Z Checking fnv v1.0.7
19912025-02-19T02:19:13.166Z Checking cipher v0.4.4
19922025-02-19T02:19:13.271Z Checking sha2 v0.10.8
19932025-02-19T02:19:13.335Z Checking libm v0.2.8
19942025-02-19T02:19:13.361Z Checking base64ct v1.6.0
19952025-02-19T02:19:13.545Z Checking ppv-lite86 v0.2.20
19962025-02-19T02:19:13.797Z Checking pem-rfc7468 v0.7.0
19972025-02-19T02:19:13.823Z Checking icu_locid_transform_data v1.5.0
19982025-02-19T02:19:13.864Z Checking flagset v0.4.6
19992025-02-19T02:19:13.919Z Checking tracing-core v0.1.32
20002025-02-19T02:19:13.936Z Checking tinystr v0.7.6
20012025-02-19T02:19:14.060Z Checking icu_collections v1.5.0
20022025-02-19T02:19:14.064Z Checking der v0.7.9
20032025-02-19T02:19:14.176Z Checking num-traits v0.2.19
20042025-02-19T02:19:14.223Z Checking rand_chacha v0.3.1
20052025-02-19T02:19:14.253Z Checking icu_locid v1.5.0
20062025-02-19T02:19:14.502Z Checking thiserror v1.0.69
20072025-02-19T02:19:14.621Z Checking percent-encoding v2.3.1
20082025-02-19T02:19:14.646Z Checking icu_properties_data v1.5.0
20092025-02-19T02:19:14.687Z Checking rustls-pki-types v1.10.0
20102025-02-19T02:19:14.768Z Checking bytes v1.9.0
20112025-02-19T02:19:14.841Z Checking indexmap v2.7.1
20122025-02-19T02:19:14.893Z Checking serde_json v1.0.135
20132025-02-19T02:19:15.196Z Checking icu_provider v1.5.0
20142025-02-19T02:19:15.239Z Checking bitflags v2.6.0
20152025-02-19T02:19:15.531Z Checking rand v0.8.5
20162025-02-19T02:19:15.571Z Checking tokio v1.43.0
20172025-02-19T02:19:15.645Z Checking http v1.2.0
20182025-02-19T02:19:15.722Z Checking spki v0.7.3
20192025-02-19T02:19:15.776Z Checking icu_locid_transform v1.5.0
20202025-02-19T02:19:15.963Z Checking tracing v0.1.40
20212025-02-19T02:19:15.989Z Checking salsa20 v0.10.2
20222025-02-19T02:19:16.193Z Checking pbkdf2 v0.12.2
20232025-02-19T02:19:16.296Z Checking aws-lc-sys v0.22.0
20242025-02-19T02:19:16.345Z Checking httparse v1.9.5
20252025-02-19T02:19:16.411Z Checking icu_normalizer_data v1.5.0
20262025-02-19T02:19:16.516Z Checking utf8_iter v1.0.4
20272025-02-19T02:19:16.719Z Checking untrusted v0.7.1
20282025-02-19T02:19:16.741Z Checking mirai-annotations v1.12.0
20292025-02-19T02:19:16.757Z Checking icu_properties v1.5.1
20302025-02-19T02:19:16.760Z Checking untrusted v0.9.0
20312025-02-19T02:19:16.849Z Checking utf16_iter v1.0.5
20322025-02-19T02:19:16.886Z Checking write16 v1.0.0
20332025-02-19T02:19:16.903Z Checking powerfmt v0.2.0
20342025-02-19T02:19:16.924Z Checking ring v0.17.8
20352025-02-19T02:19:17.010Z Checking scrypt v0.11.0
20362025-02-19T02:19:17.032Z Checking cbc v0.1.2
20372025-02-19T02:19:17.166Z Checking deranged v0.3.11
20382025-02-19T02:19:17.211Z Checking aes v0.8.4
20392025-02-19T02:19:17.226Z Checking crossbeam-utils v0.8.20
20402025-02-19T02:19:17.246Z Checking num_threads v0.1.7
20412025-02-19T02:19:17.361Z Checking num-conv v0.1.0
20422025-02-19T02:19:17.605Z Checking tinyvec_macros v0.1.1
20432025-02-19T02:19:17.699Z Checking atomic-waker v1.1.2
20442025-02-19T02:19:17.845Z Checking time-core v0.1.2
20452025-02-19T02:19:17.920Z Checking tinyvec v1.8.0
20462025-02-19T02:19:18.006Z Checking http-body v1.0.1
20472025-02-19T02:19:18.100Z Checking pkcs5 v0.7.1
20482025-02-19T02:19:18.199Z Checking form_urlencoded v1.2.1
20492025-02-19T02:19:18.361Z Checking aws-lc-rs v1.10.0
20502025-02-19T02:19:18.401Z Checking try-lock v0.2.5
20512025-02-19T02:19:18.459Z Checking time v0.3.36
20522025-02-19T02:19:18.550Z Checking want v0.3.1
20532025-02-19T02:19:18.606Z Checking pkcs8 v0.10.2
20542025-02-19T02:19:18.623Z Checking uuid v1.12.0
20552025-02-19T02:19:18.735Z Checking unicode-ident v1.0.14
20562025-02-19T02:19:18.914Z Checking httpdate v1.0.3
20572025-02-19T02:19:18.931Z Checking proc-macro2 v1.0.92
20582025-02-19T02:19:19.136Z Checking serde_spanned v0.6.8
20592025-02-19T02:19:19.169Z Checking toml_datetime v0.6.8
20602025-02-19T02:19:19.234Z Checking slog v2.7.0
20612025-02-19T02:19:19.333Z Checking scroll v0.12.0
20622025-02-19T02:19:19.439Z Checking adler2 v2.0.0
20632025-02-19T02:19:19.570Z Checking match_cfg v0.1.0
20642025-02-19T02:19:19.607Z Checking iana-time-zone v0.1.61
20652025-02-19T02:19:19.665Z Checking tower-service v0.3.3
20662025-02-19T02:19:19.680Z Checking ucd-trie v0.1.7
20672025-02-19T02:19:19.760Z Checking base64 v0.22.1
20682025-02-19T02:19:19.782Z Checking plain v0.2.3
20692025-02-19T02:19:19.797Z Checking foreign-types-shared v0.1.1
20702025-02-19T02:19:19.873Z Checking pest v2.7.14
20712025-02-19T02:19:19.901Z Checking foreign-types v0.3.2
20722025-02-19T02:19:19.932Z Checking goblin v0.8.2
20732025-02-19T02:19:19.949Z Checking icu_normalizer v1.5.0
20742025-02-19T02:19:19.991Z Checking chrono v0.4.39
20752025-02-19T02:19:20.016Z Checking rustls-webpki v0.102.8
20762025-02-19T02:19:20.212Z Checking hostname v0.3.1
20772025-02-19T02:19:20.341Z Checking miniz_oxide v0.8.0
20782025-02-19T02:19:20.673Z Checking idna_adapter v1.2.0
20792025-02-19T02:19:20.715Z Checking quote v1.0.38
20802025-02-19T02:19:20.773Z Checking openssl-sys v0.9.105
20812025-02-19T02:19:20.852Z Checking idna v1.0.3
20822025-02-19T02:19:21.022Z Checking dirs-sys-next v0.1.2
20832025-02-19T02:19:21.058Z Checking errno v0.3.9
20842025-02-19T02:19:21.206Z Checking aho-corasick v1.1.3
20852025-02-19T02:19:21.233Z Checking siphasher v0.3.11
20862025-02-19T02:19:21.368Z Checking url v2.5.3
20872025-02-19T02:19:21.529Z Compiling newtype-uuid v1.2.1
20882025-02-19T02:19:21.807Z Checking pretty-hex v0.4.1
20892025-02-19T02:19:21.832Z Checking data-encoding v2.6.0
20902025-02-19T02:19:21.927Z Checking regex-syntax v0.8.5
20912025-02-19T02:19:22.010Z Checking openssl v0.10.70
20922025-02-19T02:19:22.152Z Checking tokio-util v0.7.12
20932025-02-19T02:19:22.194Z Checking rustix v0.38.37
20942025-02-19T02:19:22.367Z Checking dirs-next v2.0.0
20952025-02-19T02:19:22.436Z Checking dtrace-parser v0.2.0
20962025-02-19T02:19:22.498Z Checking syn v2.0.96
20972025-02-19T02:19:22.805Z Checking unicode-normalization v0.1.24
20982025-02-19T02:19:22.919Z Checking http-body-util v0.1.2
20992025-02-19T02:19:22.983Z Checking h2 v0.4.6
21002025-02-19T02:19:23.332Z Checking crossbeam-epoch v0.9.18
21012025-02-19T02:19:23.739Z Checking sha1 v0.10.6
21022025-02-19T02:19:23.754Z Checking signature v2.2.0
21032025-02-19T02:19:23.939Z Checking thread_local v1.1.8
21042025-02-19T02:19:24.029Z Checking thread-id v4.2.2
21052025-02-19T02:19:24.142Z Checking encoding_rs v0.8.34
21062025-02-19T02:19:24.219Z Checking utf8parse v0.2.2
21072025-02-19T02:19:24.370Z Checking winnow v0.6.20
21082025-02-19T02:19:24.641Z Checking dof v0.3.0
21092025-02-19T02:19:25.127Z Checking regex-automata v0.4.8
21102025-02-19T02:19:25.223Z Checking ipnet v2.10.1
21112025-02-19T02:19:25.275Z Checking unicode-bidi v0.3.17
21122025-02-19T02:19:25.659Z Checking anstyle v1.0.10
21132025-02-19T02:19:25.892Z Checking unicode-properties v0.1.3
21142025-02-19T02:19:26.011Z Checking openssl-probe v0.1.5
21152025-02-19T02:19:26.177Z Checking either v1.13.0
21162025-02-19T02:19:26.266Z Checking gimli v0.31.1
21172025-02-19T02:19:26.384Z Checking mime v0.3.17
21182025-02-19T02:19:26.525Z Checking stringprep v0.1.5
21192025-02-19T02:19:26.703Z Checking anstyle-parse v0.2.5
21202025-02-19T02:19:26.804Z Checking crossbeam-deque v0.8.5
21212025-02-19T02:19:26.907Z Checking native-tls v0.2.12
21222025-02-19T02:19:26.976Z Checking term v0.7.0
21232025-02-19T02:19:27.039Z Checking toml_edit v0.22.22
21242025-02-19T02:19:27.109Z Checking rustls v0.22.4
21252025-02-19T02:19:27.195Z Checking rustls v0.23.19
21262025-02-19T02:19:27.390Z Checking slog-json v2.6.1
21272025-02-19T02:19:27.645Z Checking serde_urlencoded v0.7.1
21282025-02-19T02:19:28.056Z Checking crossbeam-channel v0.5.13
21292025-02-19T02:19:28.498Z Checking usdt-impl v0.5.0
21302025-02-19T02:19:28.779Z Checking futures-executor v0.3.31
21312025-02-19T02:19:28.991Z Checking hyper v1.5.2
21322025-02-19T02:19:29.016Z Checking num-integer v0.1.46
21332025-02-19T02:19:29.041Z Checking rustls-pemfile v2.2.0
21342025-02-19T02:19:29.267Z Checking md-5 v0.10.6
21352025-02-19T02:19:29.402Z Checking ff v0.13.0
21362025-02-19T02:19:29.477Z Checking is-terminal v0.4.13
21372025-02-19T02:19:29.494Z Checking memmap v0.7.0
21382025-02-19T02:19:29.508Z Checking hash32 v0.2.1
21392025-02-19T02:19:29.604Z Checking object v0.36.5
21402025-02-19T02:19:29.619Z Checking rustc-demangle v0.1.24
21412025-02-19T02:19:29.698Z Checking anstyle-query v1.1.1
21422025-02-19T02:19:29.777Z Checking base16ct v0.2.0
21432025-02-19T02:19:29.824Z Checking colorchoice v1.0.2
21442025-02-19T02:19:29.934Z Checking addr2line v0.24.2
21452025-02-19T02:19:29.961Z Checking is_terminal_polyfill v1.70.1
21462025-02-19T02:19:29.963Z Checking quick-error v1.2.3
21472025-02-19T02:19:30.046Z Checking take_mut v0.2.2
21482025-02-19T02:19:30.091Z Checking linked-hash-map v0.5.6
21492025-02-19T02:19:30.110Z Checking dyn-clone v1.0.17
21502025-02-19T02:19:30.189Z Checking fallible-iterator v0.2.0
21512025-02-19T02:19:30.246Z Checking utf-8 v0.7.6
21522025-02-19T02:19:30.394Z Checking psl-types v2.0.11
21532025-02-19T02:19:30.420Z Checking tokio-rustls v0.25.0
21542025-02-19T02:19:30.437Z Checking lru-cache v0.1.2
21552025-02-19T02:19:30.452Z Checking tungstenite v0.24.0
21562025-02-19T02:19:30.567Z Checking publicsuffix v2.3.0
21572025-02-19T02:19:30.606Z Checking schemars v0.8.21
21582025-02-19T02:19:30.708Z Checking postgres-protocol v0.6.7
21592025-02-19T02:19:30.782Z Checking slog-async v2.8.0
21602025-02-19T02:19:30.814Z Checking resolv-conf v0.7.0
21612025-02-19T02:19:30.868Z Checking hyper-util v0.1.10
21622025-02-19T02:19:31.055Z Checking anstream v0.6.15
21632025-02-19T02:19:31.161Z Checking sec1 v0.7.3
21642025-02-19T02:19:31.312Z Checking heapless v0.7.17
21652025-02-19T02:19:31.329Z Checking usdt v0.5.0
21662025-02-19T02:19:31.416Z Checking group v0.13.0
21672025-02-19T02:19:31.518Z Checking slog-term v2.9.1
21682025-02-19T02:19:31.560Z Checking toml v0.8.19
21692025-02-19T02:19:31.658Z Checking num-iter v0.1.45
21702025-02-19T02:19:31.830Z Checking futures v0.3.31
21712025-02-19T02:19:31.944Z Checking slog-bunyan v2.5.0
21722025-02-19T02:19:31.989Z Checking tokio-native-tls v0.3.1
21732025-02-19T02:19:32.101Z Checking rayon-core v1.12.1
21742025-02-19T02:19:32.104Z Checking multer v3.1.0
21752025-02-19T02:19:32.194Z Checking hickory-proto v0.24.3
21762025-02-19T02:19:32.232Z Checking terminal_size v0.4.0
21772025-02-19T02:19:32.265Z Checking tokio-rustls v0.26.0
21782025-02-19T02:19:32.403Z Checking phf_shared v0.11.2
21792025-02-19T02:19:32.493Z Checking cookie v0.18.1
21802025-02-19T02:19:32.498Z Checking async-stream v0.3.6
21812025-02-19T02:19:32.641Z Checking bzip2-sys v0.1.11+1.0.8
21822025-02-19T02:19:32.663Z Checking camino v1.1.9
21832025-02-19T02:19:32.710Z Checking signal-hook v0.3.17
21842025-02-19T02:19:32.745Z Checking waitgroup v0.1.2
21852025-02-19T02:19:32.767Z Checking openapiv3 v2.0.0
21862025-02-19T02:19:32.817Z Checking webpki-roots v0.26.6
21872025-02-19T02:19:32.882Z Checking serde_path_to_error v0.1.16
21882025-02-19T02:19:32.937Z Checking hkdf v0.12.4
21892025-02-19T02:19:33.019Z Checking crypto-bigint v0.5.5
21902025-02-19T02:19:33.021Z Checking lazy_static v1.5.0
21912025-02-19T02:19:33.137Z Checking hostname v0.4.0
21922025-02-19T02:19:33.159Z Checking crc32fast v1.4.2
21932025-02-19T02:19:33.176Z Checking strsim v0.11.1
21942025-02-19T02:19:33.275Z Checking managed v0.8.0
21952025-02-19T02:19:33.409Z Checking bitflags v1.3.2
21962025-02-19T02:19:33.442Z Checking unicode-width v0.2.0
21972025-02-19T02:19:33.445Z Checking clap_lex v0.7.4
21982025-02-19T02:19:33.513Z Checking debug-ignore v1.0.5
21992025-02-19T02:19:33.613Z Checking winnow v0.5.40
22002025-02-19T02:19:33.650Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22012025-02-19T02:19:33.703Z Checking clap_builder v4.5.27
22022025-02-19T02:19:33.928Z Checking smoltcp v0.9.1
22032025-02-19T02:19:33.955Z Checking console v0.15.10
22042025-02-19T02:19:34.516Z Checking flate2 v1.0.35
22052025-02-19T02:19:35.115Z Checking num-bigint-dig v0.8.4
22062025-02-19T02:19:35.343Z Checking signal-hook-mio v0.2.4
22072025-02-19T02:19:35.431Z Checking backtrace v0.3.74
22082025-02-19T02:19:35.492Z Checking hyper-rustls v0.27.3
22092025-02-19T02:19:35.605Z Checking elliptic-curve v0.13.8
22102025-02-19T02:19:36.423Z Checking cookie_store v0.21.1
22112025-02-19T02:19:36.461Z Checking dropshot v0.12.0
22122025-02-19T02:19:36.461Z Checking anyhow v1.0.95
22132025-02-19T02:19:36.464Z Checking hyper-tls v0.6.0
22142025-02-19T02:19:36.464Z Checking bzip2 v0.4.4
22152025-02-19T02:19:36.464Z Checking toml_edit v0.19.15
22162025-02-19T02:19:36.503Z Checking rayon v1.10.0
22172025-02-19T02:19:36.503Z Checking phf v0.11.2
22182025-02-19T02:19:36.544Z Checking tokio-tungstenite v0.24.0
22192025-02-19T02:19:36.595Z Checking postgres-types v0.2.8
22202025-02-19T02:19:36.724Z Checking hickory-resolver v0.24.3
22212025-02-19T02:19:36.755Z Checking bstr v1.10.0
22222025-02-19T02:19:37.001Z Checking regex v1.11.1
22232025-02-19T02:19:37.022Z Checking ed25519 v2.2.3
22242025-02-19T02:19:37.195Z Checking tokio-stream v0.1.16
22252025-02-19T02:19:37.328Z Checking phf_shared v0.10.0
22262025-02-19T02:19:37.588Z Checking curve25519-dalek v4.1.3
22272025-02-19T02:19:37.603Z Checking zerocopy v0.6.6
22282025-02-19T02:19:37.621Z Checking hubpack v0.1.2
22292025-02-19T02:19:37.936Z Checking memoffset v0.9.1
22302025-02-19T02:19:37.972Z Checking portable-atomic v1.9.0
22312025-02-19T02:19:38.042Z Checking pkcs1 v0.7.5
22322025-02-19T02:19:38.247Z Checking float-cmp v0.9.0
22332025-02-19T02:19:38.290Z Checking serde-big-array v0.5.1
22342025-02-19T02:19:38.431Z Checking rfc6979 v0.4.0
22352025-02-19T02:19:38.446Z Checking sync_wrapper v1.0.1
22362025-02-19T02:19:38.491Z Checking static_assertions v1.1.0
22372025-02-19T02:19:38.580Z Checking predicates-core v1.0.8
22382025-02-19T02:19:38.596Z Checking new_debug_unreachable v1.0.6
22392025-02-19T02:19:38.613Z Checking unicode-segmentation v1.12.0
22402025-02-19T02:19:38.689Z Checking fixedbitset v0.4.2
22412025-02-19T02:19:38.766Z Checking precomputed-hash v0.1.1
22422025-02-19T02:19:38.795Z Checking whoami v1.5.2
22432025-02-19T02:19:38.884Z Checking bit-vec v0.6.3
22442025-02-19T02:19:38.929Z Checking normalize-line-endings v0.3.0
22452025-02-19T02:19:38.950Z Checking difflib v0.4.0
22462025-02-19T02:19:39.057Z Checking number_prefix v0.4.0
22472025-02-19T02:19:39.080Z Checking minimal-lexical v0.2.1
22482025-02-19T02:19:39.195Z Checking bit-set v0.5.3
22492025-02-19T02:19:39.234Z Checking tokio-postgres v0.7.12
22502025-02-19T02:19:39.254Z Checking qorb v0.2.1
22512025-02-19T02:19:39.271Z Checking predicates v3.1.2
22522025-02-19T02:19:39.285Z Checking similar v2.6.0
22532025-02-19T02:19:39.338Z Checking ed25519-dalek v2.1.1
22542025-02-19T02:19:39.436Z Checking petgraph v0.6.5
22552025-02-19T02:19:39.463Z Checking nom v7.1.3
22562025-02-19T02:19:39.732Z Checking string_cache v0.8.7
22572025-02-19T02:19:39.879Z Checking toml v0.7.8
22582025-02-19T02:19:39.910Z Checking indicatif v0.17.11
22592025-02-19T02:19:40.013Z Checking ecdsa v0.16.9
22602025-02-19T02:19:40.078Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22612025-02-19T02:19:40.571Z Checking reqwest v0.12.9
22622025-02-19T02:19:40.639Z Checking rsa v0.9.6
22632025-02-19T02:19:40.679Z Checking nix v0.29.0
22642025-02-19T02:19:41.587Z Checking zip v0.6.6
22652025-02-19T02:19:41.705Z Checking clap v4.5.27
22662025-02-19T02:19:41.823Z Checking crossterm v0.28.1
22672025-02-19T02:19:42.021Z Checking itertools v0.12.1
22682025-02-19T02:19:42.039Z Checking itertools v0.10.5
22692025-02-19T02:19:42.093Z Checking ahash v0.8.11
22702025-02-19T02:19:42.246Z Checking fs-err v2.11.0
22712025-02-19T02:19:42.356Z Checking x509-cert v0.2.5
22722025-02-19T02:19:42.508Z Checking semver v1.0.24
22732025-02-19T02:19:42.554Z Checking hex v0.4.3
22742025-02-19T02:19:42.748Z Checking lalrpop-util v0.19.12
22752025-02-19T02:19:42.912Z Checking peg-runtime v0.8.3
22762025-02-19T02:19:43.025Z Checking sigpipe v0.1.3
22772025-02-19T02:19:44.396Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22782025-02-19T02:19:44.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.04s
22792025-02-19T02:19:44.866Z
22802025-02-19T02:19:44.866Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
22812025-02-19T02:19:45.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822025-02-19T02:19:45.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832025-02-19T02:19:45.506Z Compiling hashbrown v0.14.5
22842025-02-19T02:19:45.626Z Checking heck v0.5.0
22852025-02-19T02:19:45.638Z Compiling unsafe-libyaml v0.2.11
22862025-02-19T02:19:45.650Z Checking ipnetwork v0.21.1
22872025-02-19T02:19:45.663Z Compiling ident_case v1.0.1
22882025-02-19T02:19:45.678Z Checking progenitor-client v0.8.0
22892025-02-19T02:19:45.694Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22902025-02-19T02:19:45.778Z Checking newtype-uuid v1.2.1
22912025-02-19T02:19:45.832Z Compiling darling_core v0.20.10
22922025-02-19T02:19:45.986Z Checking oxnet v0.1.0
22932025-02-19T02:19:46.004Z Compiling proc-macro-crate v1.3.1
22942025-02-19T02:19:46.034Z Compiling structmeta-derive v0.3.0
22952025-02-19T02:19:46.053Z Compiling thiserror v2.0.11
22962025-02-19T02:19:46.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22972025-02-19T02:19:46.576Z Checking regress v0.10.1
22982025-02-19T02:19:46.693Z Compiling lzma-sys v0.1.20
22992025-02-19T02:19:46.943Z Compiling serde_yaml v0.9.34+deprecated
23002025-02-19T02:19:47.003Z Compiling num_enum_derive v0.5.11
23012025-02-19T02:19:47.378Z Compiling daft-derive v0.1.1
23022025-02-19T02:19:47.412Z Compiling foreign-types-macros v0.2.3
23032025-02-19T02:19:48.611Z Compiling thiserror-impl v2.0.11
23042025-02-19T02:19:48.614Z Compiling structmeta v0.3.0
23052025-02-19T02:19:48.904Z Compiling dropshot v0.15.1
23062025-02-19T02:19:48.975Z Checking arc-swap v1.7.1
23072025-02-19T02:19:49.190Z Checking foreign-types-shared v0.3.1
23082025-02-19T02:19:49.301Z Checking num_enum v0.5.11
23092025-02-19T02:19:49.318Z Checking foreign-types v0.5.0
23102025-02-19T02:19:49.360Z Checking slog-scope v4.4.0
23112025-02-19T02:19:49.453Z Compiling parse-display-derive v0.10.0
23122025-02-19T02:19:49.493Z Checking daft v0.1.1
23132025-02-19T02:19:49.590Z Compiling proc-macro-error v1.0.4
23142025-02-19T02:19:50.147Z Checking typify-impl v0.2.0
23152025-02-19T02:19:50.170Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162025-02-19T02:19:50.208Z Checking tungstenite v0.21.0
23172025-02-19T02:19:50.282Z Compiling heck v0.3.3
23182025-02-19T02:19:50.638Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192025-02-19T02:19:51.103Z Compiling dropshot_endpoint v0.15.1
23202025-02-19T02:19:51.362Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23212025-02-19T02:19:51.437Z Checking cstr-argument v0.1.2
23222025-02-19T02:19:51.614Z Checking instant v0.1.13
23232025-02-19T02:19:51.729Z Checking fastrand v2.1.1
23242025-02-19T02:19:51.870Z Compiling darling_macro v0.20.10
23252025-02-19T02:19:51.973Z Checking pretty-hex v0.2.1
23262025-02-19T02:19:52.043Z Checking base64 v0.21.7
23272025-02-19T02:19:52.086Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23282025-02-19T02:19:52.244Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23292025-02-19T02:19:52.393Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302025-02-19T02:19:52.490Z Checking tempfile v3.13.0
23312025-02-19T02:19:52.513Z Checking backoff v0.4.0
23322025-02-19T02:19:52.548Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332025-02-19T02:19:52.596Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342025-02-19T02:19:52.782Z Checking tokio-tungstenite v0.21.0
23352025-02-19T02:19:52.811Z Checking strum v0.26.3
23362025-02-19T02:19:52.828Z Compiling darling v0.20.10
23372025-02-19T02:19:52.864Z Compiling zone_cfg_derive v0.1.2
23382025-02-19T02:19:52.933Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23392025-02-19T02:19:52.948Z Compiling serde_with_macros v3.11.0
23402025-02-19T02:19:52.979Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23412025-02-19T02:19:53.293Z Checking slog-stdlog v4.1.1
23422025-02-19T02:19:53.410Z Checking parse-display v0.10.0
23432025-02-19T02:19:53.432Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23442025-02-19T02:19:53.462Z Checking regress v0.9.1
23452025-02-19T02:19:53.596Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23462025-02-19T02:19:53.654Z Checking progenitor-client v0.9.1
23472025-02-19T02:19:53.671Z Checking colored v2.1.0
23482025-02-19T02:19:53.880Z Checking macaddr v1.0.1
23492025-02-19T02:19:53.942Z Checking unicode-width v0.1.14
23502025-02-19T02:19:54.045Z Checking base64 v0.13.1
23512025-02-19T02:19:54.197Z Checking zone v0.1.8
23522025-02-19T02:19:54.415Z Checking tabwriter v1.4.0
23532025-02-19T02:19:54.458Z Checking ron v0.7.1
23542025-02-19T02:19:54.658Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23552025-02-19T02:19:54.829Z Checking slog-envlogger v2.2.0
23562025-02-19T02:19:55.037Z Checking xz2 v0.1.7
23572025-02-19T02:19:55.130Z Checking xattr v1.3.1
23582025-02-19T02:19:55.320Z Checking pem v3.0.4
23592025-02-19T02:19:55.324Z Checking yasna v0.5.2
23602025-02-19T02:19:55.487Z Checking serde_with v3.11.0
23612025-02-19T02:19:55.509Z Checking headers-core v0.3.0
23622025-02-19T02:19:55.581Z Checking smf v0.2.3
23632025-02-19T02:19:55.651Z Checking filetime v0.2.25
23642025-02-19T02:19:55.863Z Checking same-file v1.0.6
23652025-02-19T02:19:56.002Z Checking tar v0.4.42
23662025-02-19T02:19:56.040Z Checking walkdir v2.5.0
23672025-02-19T02:19:56.064Z Checking headers v0.4.0
23682025-02-19T02:19:56.169Z Checking rcgen v0.12.1
23692025-02-19T02:19:56.336Z Checking atomicwrites v0.4.4
23702025-02-19T02:19:56.539Z Checking camino-tempfile v1.1.1
23712025-02-19T02:19:56.785Z Checking subprocess v0.2.9
23722025-02-19T02:19:59.562Z Compiling typify-macro v0.2.0
23732025-02-19T02:20:01.027Z Compiling typify v0.2.0
23742025-02-19T02:20:01.094Z Compiling progenitor-impl v0.8.0
23752025-02-19T02:20:03.501Z Compiling progenitor-macro v0.8.0
23762025-02-19T02:20:07.079Z Checking progenitor v0.8.0
23772025-02-19T02:20:07.203Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23782025-02-19T02:20:07.205Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23792025-02-19T02:20:09.659Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
23802025-02-19T02:20:09.975Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812025-02-19T02:20:15.987Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23822025-02-19T02:20:17.450Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23832025-02-19T02:20:18.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.74s
23842025-02-19T02:20:18.790Z
23852025-02-19T02:20:18.790Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
23862025-02-19T02:20:19.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872025-02-19T02:20:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882025-02-19T02:20:19.428Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23892025-02-19T02:20:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
23902025-02-19T02:20:20.910Z
23912025-02-19T02:20:20.910Zinfo: running `cargo check --bins` on nexus-config (51/199)
23922025-02-19T02:20:21.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932025-02-19T02:20:21.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942025-02-19T02:20:21.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952025-02-19T02:20:21.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23962025-02-19T02:20:21.516Z
23972025-02-19T02:20:21.516Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
23982025-02-19T02:20:22.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992025-02-19T02:20:22.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002025-02-19T02:20:22.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012025-02-19T02:20:22.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24022025-02-19T02:20:22.101Z
24032025-02-19T02:20:22.101Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24042025-02-19T02:20:22.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052025-02-19T02:20:22.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062025-02-19T02:20:22.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072025-02-19T02:20:22.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24082025-02-19T02:20:22.688Z
24092025-02-19T02:20:22.688Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24102025-02-19T02:20:23.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112025-02-19T02:20:23.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122025-02-19T02:20:23.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132025-02-19T02:20:23.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24142025-02-19T02:20:23.293Z
24152025-02-19T02:20:23.293Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24162025-02-19T02:20:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172025-02-19T02:20:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182025-02-19T02:20:24.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24192025-02-19T02:20:24.064Z Compiling ipnetwork v0.21.1
24202025-02-19T02:20:24.067Z Compiling zerocopy v0.8.10
24212025-02-19T02:20:24.067Z Compiling progenitor-client v0.8.0
24222025-02-19T02:20:24.067Z Compiling itertools v0.13.0
24232025-02-19T02:20:24.067Z Compiling zerocopy-derive v0.8.10
24242025-02-19T02:20:24.067Z Compiling heapless v0.8.0
24252025-02-19T02:20:24.067Z Compiling thiserror v2.0.11
24262025-02-19T02:20:24.236Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24272025-02-19T02:20:24.358Z Checking hash32 v0.3.1
24282025-02-19T02:20:24.504Z Compiling oxnet v0.1.0
24292025-02-19T02:20:24.541Z Compiling progenitor v0.8.0
24302025-02-19T02:20:24.745Z Compiling instant v0.1.13
24312025-02-19T02:20:24.827Z Compiling smoltcp v0.11.0
24322025-02-19T02:20:24.915Z Compiling daft v0.1.1
24332025-02-19T02:20:24.932Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342025-02-19T02:20:24.955Z Compiling backoff v0.4.0
24352025-02-19T02:20:25.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24362025-02-19T02:20:25.278Z Compiling dropshot v0.15.1
24372025-02-19T02:20:25.368Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24382025-02-19T02:20:25.470Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24392025-02-19T02:20:25.647Z Compiling serde_with v3.11.0
24402025-02-19T02:20:25.650Z Compiling parse-display v0.10.0
24412025-02-19T02:20:25.830Z Checking num-rational v0.4.2
24422025-02-19T02:20:26.251Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24432025-02-19T02:20:26.424Z Compiling progenitor-client v0.9.1
24442025-02-19T02:20:26.920Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24452025-02-19T02:20:26.947Z Compiling regress v0.9.1
24462025-02-19T02:20:28.102Z Compiling phf_generator v0.11.2
24472025-02-19T02:20:28.299Z Checking num-complex v0.4.6
24482025-02-19T02:20:29.132Z Compiling macaddr v1.0.1
24492025-02-19T02:20:29.521Z Checking cobs v0.2.3
24502025-02-19T02:20:29.560Z Checking num v0.4.3
24512025-02-19T02:20:29.668Z Compiling phf_codegen v0.11.2
24522025-02-19T02:20:29.716Z Checking postcard v1.0.10
24532025-02-19T02:20:30.001Z Compiling parse-zoneinfo v0.3.1
24542025-02-19T02:20:30.250Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24552025-02-19T02:20:30.548Z Compiling convert_case v0.4.0
24562025-02-19T02:20:31.672Z Checking float-ord v0.3.2
24572025-02-19T02:20:31.725Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24582025-02-19T02:20:31.878Z Compiling derive_more v0.99.18
24592025-02-19T02:20:32.012Z Compiling chrono-tz-build v0.4.0
24602025-02-19T02:20:32.466Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24612025-02-19T02:20:32.758Z Compiling crucible-workspace-hack v0.1.0
24622025-02-19T02:20:33.070Z Checking newline-converter v0.3.0
24632025-02-19T02:20:33.231Z Compiling chrono-tz v0.10.1
24642025-02-19T02:20:33.318Z Checking prettyplease v0.2.25
24652025-02-19T02:20:33.519Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24662025-02-19T02:20:33.874Z Compiling slog-dtrace v0.3.0
24672025-02-19T02:20:34.162Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24682025-02-19T02:20:34.190Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24692025-02-19T02:20:34.346Z Checking expectorate v1.1.0
24702025-02-19T02:20:34.385Z Compiling zone_cfg_derive v0.3.0
24712025-02-19T02:20:34.612Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24722025-02-19T02:20:35.111Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24732025-02-19T02:20:35.460Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24742025-02-19T02:20:35.646Z Compiling const_format_proc_macros v0.2.34
24752025-02-19T02:20:35.714Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24762025-02-19T02:20:35.731Z Compiling num-derive v0.4.2
24772025-02-19T02:20:35.801Z Checking highway v1.2.0
24782025-02-19T02:20:36.175Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24792025-02-19T02:20:36.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24802025-02-19T02:20:36.534Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24812025-02-19T02:20:36.736Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24822025-02-19T02:20:36.784Z Checking zone v0.3.0
24832025-02-19T02:20:37.503Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24842025-02-19T02:20:37.546Z Checking const_format v0.2.34
24852025-02-19T02:20:37.924Z Checking gethostname v0.5.0
24862025-02-19T02:20:38.033Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24872025-02-19T02:20:38.051Z Checking bcs v0.1.6
24882025-02-19T02:20:38.068Z Compiling async-recursion v1.1.1
24892025-02-19T02:20:38.303Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24902025-02-19T02:20:38.462Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24912025-02-19T02:20:38.479Z Checking nanorand v0.7.0
24922025-02-19T02:20:38.772Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24932025-02-19T02:20:38.839Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24942025-02-19T02:20:39.202Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24952025-02-19T02:20:39.231Z Checking termtree v0.5.1
24962025-02-19T02:20:39.431Z Checking flume v0.11.1
24972025-02-19T02:20:40.691Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24982025-02-19T02:20:45.853Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24992025-02-19T02:20:48.968Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25002025-02-19T02:20:51.401Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25012025-02-19T02:20:52.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.28s
25022025-02-19T02:20:52.780Z
25032025-02-19T02:20:52.780Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25042025-02-19T02:20:53.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052025-02-19T02:20:53.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062025-02-19T02:20:53.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072025-02-19T02:20:53.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25082025-02-19T02:20:53.406Z
25092025-02-19T02:20:53.406Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25102025-02-19T02:20:53.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-02-19T02:20:53.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-02-19T02:20:53.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132025-02-19T02:20:53.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25142025-02-19T02:20:54.018Z
25152025-02-19T02:20:54.018Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25162025-02-19T02:20:54.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-02-19T02:20:54.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-02-19T02:20:54.648Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192025-02-19T02:20:55.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
25202025-02-19T02:20:55.432Z
25212025-02-19T02:20:55.432Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25222025-02-19T02:20:55.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-02-19T02:20:55.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-02-19T02:20:56.087Z Compiling cfg_aliases v0.1.1
25252025-02-19T02:20:56.090Z Compiling vte_generate_state_changes v0.1.2
25262025-02-19T02:20:56.090Z Checking fd-lock v4.0.2
25272025-02-19T02:20:56.090Z Checking nibble_vec v0.1.0
25282025-02-19T02:20:56.090Z Checking bytecount v0.6.8
25292025-02-19T02:20:56.090Z Checking endian-type v0.1.2
25302025-02-19T02:20:56.228Z Compiling tabled_derive v0.7.0
25312025-02-19T02:20:56.254Z Compiling peg-macros v0.8.4
25322025-02-19T02:20:56.303Z Compiling nix v0.28.0
25332025-02-19T02:20:56.350Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342025-02-19T02:20:56.372Z Compiling sqlparser_derive v0.2.2
25352025-02-19T02:20:56.407Z Checking papergrid v0.11.0
25362025-02-19T02:20:56.433Z Checking radix_trie v0.2.1
25372025-02-19T02:20:56.760Z Checking vte v0.11.1
25382025-02-19T02:20:56.817Z Checking nu-ansi-term v0.50.1
25392025-02-19T02:20:57.221Z Checking home v0.5.9
25402025-02-19T02:20:57.334Z Checking unicode_categories v0.1.1
25412025-02-19T02:20:57.401Z Checking sqlparser v0.45.0
25422025-02-19T02:20:57.418Z Checking display-error-chain v0.2.2
25432025-02-19T02:20:57.651Z Checking sqlformat v0.2.6
25442025-02-19T02:20:58.178Z Checking strip-ansi-escapes v0.2.0
25452025-02-19T02:20:58.304Z Checking tabled v0.15.0
25462025-02-19T02:20:58.333Z Checking reedline v0.35.0
25472025-02-19T02:20:58.784Z Checking peg v0.8.4
25482025-02-19T02:20:59.212Z Checking rustyline v14.0.0
25492025-02-19T02:21:07.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
25502025-02-19T02:21:07.994Z
25512025-02-19T02:21:07.994Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25522025-02-19T02:21:08.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-02-19T02:21:08.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-02-19T02:21:08.637Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552025-02-19T02:21:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
25562025-02-19T02:21:13.770Z
25572025-02-19T02:21:13.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25582025-02-19T02:21:14.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-02-19T02:21:14.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-02-19T02:21:14.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612025-02-19T02:21:17.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
25622025-02-19T02:21:18.022Z
25632025-02-19T02:21:18.022Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25642025-02-19T02:21:18.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-02-19T02:21:18.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-02-19T02:21:18.668Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-02-19T02:21:23.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
25682025-02-19T02:21:23.612Z
25692025-02-19T02:21:23.612Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25702025-02-19T02:21:24.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-02-19T02:21:24.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-02-19T02:21:24.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25732025-02-19T02:21:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
25742025-02-19T02:21:29.221Z
25752025-02-19T02:21:29.221Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
25762025-02-19T02:21:29.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-02-19T02:21:29.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-02-19T02:21:29.874Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25792025-02-19T02:21:33.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
25802025-02-19T02:21:33.621Z
25812025-02-19T02:21:33.621Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
25822025-02-19T02:21:34.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-02-19T02:21:34.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-02-19T02:21:34.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25852025-02-19T02:21:37.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
25862025-02-19T02:21:38.100Z
25872025-02-19T02:21:38.100Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
25882025-02-19T02:21:38.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-02-19T02:21:38.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-02-19T02:21:38.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25912025-02-19T02:21:43.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
25922025-02-19T02:21:43.806Z
25932025-02-19T02:21:43.806Zinfo: running `cargo check --bins` on oximeter (67/199)
25942025-02-19T02:21:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-02-19T02:21:44.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-02-19T02:21:44.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-02-19T02:21:44.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25982025-02-19T02:21:44.421Z
25992025-02-19T02:21:44.421Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26002025-02-19T02:21:44.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-02-19T02:21:44.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-02-19T02:21:44.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-02-19T02:21:44.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26042025-02-19T02:21:45.005Z
26052025-02-19T02:21:45.005Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26062025-02-19T02:21:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-02-19T02:21:45.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-02-19T02:21:45.622Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26092025-02-19T02:21:47.568Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26102025-02-19T02:21:48.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
26112025-02-19T02:21:48.659Z
26122025-02-19T02:21:48.659Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26132025-02-19T02:21:49.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-02-19T02:21:49.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-02-19T02:21:49.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-02-19T02:21:49.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26172025-02-19T02:21:49.265Z
26182025-02-19T02:21:49.265Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26192025-02-19T02:21:49.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-02-19T02:21:49.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-02-19T02:21:49.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-02-19T02:21:49.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26232025-02-19T02:21:49.868Z
26242025-02-19T02:21:49.868Zinfo: running `cargo check --bins` on oxql-types (72/199)
26252025-02-19T02:21:50.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-02-19T02:21:50.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-02-19T02:21:50.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-02-19T02:21:50.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26292025-02-19T02:21:50.473Z
26302025-02-19T02:21:50.474Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26312025-02-19T02:21:51.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-02-19T02:21:51.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-02-19T02:21:51.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-02-19T02:21:51.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26352025-02-19T02:21:51.099Z
26362025-02-19T02:21:51.099Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26372025-02-19T02:21:51.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-02-19T02:21:51.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-02-19T02:21:51.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-02-19T02:21:51.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26412025-02-19T02:21:51.704Z
26422025-02-19T02:21:51.705Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26432025-02-19T02:21:52.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-02-19T02:21:52.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-02-19T02:21:52.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-02-19T02:21:52.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26472025-02-19T02:21:52.323Z
26482025-02-19T02:21:52.323Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26492025-02-19T02:21:52.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-02-19T02:21:52.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-02-19T02:21:52.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-02-19T02:21:52.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26532025-02-19T02:21:52.931Z
26542025-02-19T02:21:52.931Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26552025-02-19T02:21:53.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-02-19T02:21:53.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-02-19T02:21:53.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-02-19T02:21:53.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26592025-02-19T02:21:53.537Z
26602025-02-19T02:21:53.537Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26612025-02-19T02:21:54.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-02-19T02:21:54.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-02-19T02:21:54.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-02-19T02:21:54.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26652025-02-19T02:21:54.162Z
26662025-02-19T02:21:54.162Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26672025-02-19T02:21:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-02-19T02:21:54.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-02-19T02:21:54.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-02-19T02:21:54.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26712025-02-19T02:21:54.770Z
26722025-02-19T02:21:54.771Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
26732025-02-19T02:21:55.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-02-19T02:21:55.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-02-19T02:21:55.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-02-19T02:21:55.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26772025-02-19T02:21:55.392Z
26782025-02-19T02:21:55.392Zinfo: running `cargo check --bins` on dns-service-client (81/199)
26792025-02-19T02:21:55.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-02-19T02:21:55.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-02-19T02:21:55.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-02-19T02:21:55.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26832025-02-19T02:21:56.003Z
26842025-02-19T02:21:56.003Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
26852025-02-19T02:21:56.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-02-19T02:21:56.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-02-19T02:21:56.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-02-19T02:21:56.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26892025-02-19T02:21:56.608Z
26902025-02-19T02:21:56.608Zinfo: running `cargo check --bins` on dpd-client (83/199)
26912025-02-19T02:21:57.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-02-19T02:21:57.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-02-19T02:21:57.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-02-19T02:21:57.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26952025-02-19T02:21:57.225Z
26962025-02-19T02:21:57.226Zinfo: running `cargo check --bins` on gateway-client (84/199)
26972025-02-19T02:21:57.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-02-19T02:21:57.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-02-19T02:21:57.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-02-19T02:21:57.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27012025-02-19T02:21:57.826Z
27022025-02-19T02:21:57.826Zinfo: running `cargo check --bins` on installinator-client (85/199)
27032025-02-19T02:21:58.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-02-19T02:21:58.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-02-19T02:21:58.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-02-19T02:21:58.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27072025-02-19T02:21:58.450Z
27082025-02-19T02:21:58.450Zinfo: running `cargo check --bins` on installinator-common (86/199)
27092025-02-19T02:21:59.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-02-19T02:21:59.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-02-19T02:21:59.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-02-19T02:21:59.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27132025-02-19T02:21:59.200Z
27142025-02-19T02:21:59.200Zinfo: running `cargo check --bins` on update-engine (87/199)
27152025-02-19T02:21:59.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-02-19T02:21:59.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-02-19T02:21:59.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-02-19T02:21:59.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27192025-02-19T02:21:59.661Z
27202025-02-19T02:21:59.661Zinfo: running `cargo check --bins` on nexus-client (88/199)
27212025-02-19T02:22:00.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-02-19T02:22:00.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-02-19T02:22:00.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-02-19T02:22:00.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27252025-02-19T02:22:00.291Z
27262025-02-19T02:22:00.291Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27272025-02-19T02:22:00.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-02-19T02:22:00.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-02-19T02:22:00.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-02-19T02:22:00.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27312025-02-19T02:22:00.909Z
27322025-02-19T02:22:00.909Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27332025-02-19T02:22:01.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-02-19T02:22:01.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-02-19T02:22:01.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-02-19T02:22:01.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27372025-02-19T02:22:01.498Z
27382025-02-19T02:22:01.498Zinfo: running `cargo check --bins` on nexus-types (91/199)
27392025-02-19T02:22:02.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-02-19T02:22:02.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-02-19T02:22:02.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-02-19T02:22:02.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27432025-02-19T02:22:02.131Z
27442025-02-19T02:22:02.132Zinfo: running `cargo check --bins` on oxide-client (92/199)
27452025-02-19T02:22:02.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-02-19T02:22:02.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-02-19T02:22:02.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-02-19T02:22:02.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27492025-02-19T02:22:02.723Z
27502025-02-19T02:22:02.723Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27512025-02-19T02:22:03.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-02-19T02:22:03.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-02-19T02:22:03.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-02-19T02:22:03.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27552025-02-19T02:22:03.330Z
27562025-02-19T02:22:03.330Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27572025-02-19T02:22:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-02-19T02:22:03.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-02-19T02:22:03.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-02-19T02:22:03.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27612025-02-19T02:22:03.926Z
27622025-02-19T02:22:03.926Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27632025-02-19T02:22:04.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-02-19T02:22:04.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-02-19T02:22:04.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662025-02-19T02:22:04.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27672025-02-19T02:22:04.552Z
27682025-02-19T02:22:04.552Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27692025-02-19T02:22:05.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702025-02-19T02:22:05.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712025-02-19T02:22:05.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722025-02-19T02:22:05.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27732025-02-19T02:22:05.197Z
27742025-02-19T02:22:05.197Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
27752025-02-19T02:22:05.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762025-02-19T02:22:05.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772025-02-19T02:22:05.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782025-02-19T02:22:05.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27792025-02-19T02:22:05.833Z
27802025-02-19T02:22:05.833Zinfo: running `cargo check --bins` on wicket-common (98/199)
27812025-02-19T02:22:06.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-02-19T02:22:06.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-02-19T02:22:06.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-02-19T02:22:06.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852025-02-19T02:22:06.464Z
27862025-02-19T02:22:06.464Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
27872025-02-19T02:22:07.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-02-19T02:22:07.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-02-19T02:22:07.114Z Checking csv-core v0.1.11
27902025-02-19T02:22:07.114Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27912025-02-19T02:22:07.116Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27922025-02-19T02:22:07.117Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27932025-02-19T02:22:07.391Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27942025-02-19T02:22:07.418Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27952025-02-19T02:22:07.442Z Checking csv v1.3.1
27962025-02-19T02:22:07.984Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27972025-02-19T02:22:08.326Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27982025-02-19T02:22:09.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
27992025-02-19T02:22:10.091Z
28002025-02-19T02:22:10.091Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28012025-02-19T02:22:10.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-02-19T02:22:10.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-02-19T02:22:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-02-19T02:22:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28052025-02-19T02:22:10.699Z
28062025-02-19T02:22:10.699Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28072025-02-19T02:22:11.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-02-19T02:22:11.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-02-19T02:22:11.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-02-19T02:22:11.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28112025-02-19T02:22:11.305Z
28122025-02-19T02:22:11.305Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28132025-02-19T02:22:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-02-19T02:22:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-02-19T02:22:12.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-02-19T02:22:12.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28172025-02-19T02:22:12.926Z
28182025-02-19T02:22:12.926Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28192025-02-19T02:22:12.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-02-19T02:22:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-02-19T02:22:12.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-02-19T02:22:12.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28232025-02-19T02:22:12.926Z
28242025-02-19T02:22:12.926Zinfo: running `cargo check --bins` on dns-server (104/199)
28252025-02-19T02:22:13.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-02-19T02:22:13.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-02-19T02:22:13.361Z Compiling typify-impl v0.3.0
28282025-02-19T02:22:13.468Z Compiling parking_lot_core v0.8.6
28292025-02-19T02:22:13.478Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28302025-02-19T02:22:13.486Z Checking fxhash v0.2.1
28312025-02-19T02:22:13.497Z Checking hickory-client v0.24.3
28322025-02-19T02:22:13.510Z Checking hickory-server v0.24.3
28332025-02-19T02:22:14.175Z Checking parking_lot v0.11.2
28342025-02-19T02:22:14.347Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28352025-02-19T02:22:14.458Z Checking sled v0.34.7
28362025-02-19T02:22:18.781Z Compiling typify-macro v0.3.0
28372025-02-19T02:22:20.294Z Compiling typify v0.3.0
28382025-02-19T02:22:20.361Z Compiling progenitor-impl v0.9.1
28392025-02-19T02:22:22.725Z Compiling progenitor-macro v0.9.1
28402025-02-19T02:22:26.350Z Checking progenitor v0.9.1
28412025-02-19T02:22:26.474Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28422025-02-19T02:22:26.924Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28432025-02-19T02:22:28.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.44s
28442025-02-19T02:22:28.348Z
28452025-02-19T02:22:28.348Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28462025-02-19T02:22:28.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-02-19T02:22:28.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-02-19T02:22:28.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-02-19T02:22:28.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28502025-02-19T02:22:28.958Z
28512025-02-19T02:22:28.958Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28522025-02-19T02:22:29.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-02-19T02:22:29.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-02-19T02:22:29.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-02-19T02:22:29.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28562025-02-19T02:22:29.618Z
28572025-02-19T02:22:29.618Zinfo: running `cargo check --bins` on gateway-types (107/199)
28582025-02-19T02:22:30.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-02-19T02:22:30.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-02-19T02:22:30.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-02-19T02:22:30.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28622025-02-19T02:22:30.224Z
28632025-02-19T02:22:30.224Zinfo: running `cargo check --bins` on ipcc (108/199)
28642025-02-19T02:22:30.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-02-19T02:22:30.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-02-19T02:22:30.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672025-02-19T02:22:30.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28682025-02-19T02:22:30.831Z
28692025-02-19T02:22:30.831Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28702025-02-19T02:22:31.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712025-02-19T02:22:31.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722025-02-19T02:22:31.516Z Compiling radium v0.7.0
28732025-02-19T02:22:31.516Z Compiling semver v0.1.20
28742025-02-19T02:22:31.520Z Compiling maybe-uninit v2.0.0
28752025-02-19T02:22:31.626Z Checking tap v1.0.1
28762025-02-19T02:22:31.655Z Checking password-hash v0.5.0
28772025-02-19T02:22:31.658Z Checking blake2 v0.10.6
28782025-02-19T02:22:31.658Z Compiling cancel-safe-futures v0.1.5
28792025-02-19T02:22:31.658Z Compiling owo-colors v4.1.0
28802025-02-19T02:22:31.775Z Checking wyz v0.5.1
28812025-02-19T02:22:31.946Z Compiling rustc_version v0.1.7
28822025-02-19T02:22:32.022Z Compiling packed_struct v0.10.1
28832025-02-19T02:22:32.074Z Checking funty v2.0.0
28842025-02-19T02:22:32.132Z Checking crc-catalog v2.4.0
28852025-02-19T02:22:32.134Z Checking argon2 v0.5.3
28862025-02-19T02:22:32.229Z Compiling packed_struct_codegen v0.10.1
28872025-02-19T02:22:32.274Z Checking half v2.4.1
28882025-02-19T02:22:32.293Z Checking crc v3.2.1
28892025-02-19T02:22:32.352Z Compiling newtype_derive v0.1.6
28902025-02-19T02:22:32.442Z Compiling indexmap v1.9.3
28912025-02-19T02:22:32.466Z Checking ciborium-io v0.2.2
28922025-02-19T02:22:32.595Z Checking nodrop v0.1.14
28932025-02-19T02:22:32.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28942025-02-19T02:22:32.718Z Checking ciborium-ll v0.2.2
28952025-02-19T02:22:32.762Z Checking array-init v0.0.4
28962025-02-19T02:22:32.779Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28972025-02-19T02:22:32.818Z Checking smallvec v0.6.14
28982025-02-19T02:22:32.845Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-02-19T02:22:32.905Z Checking bitvec v1.0.1
29002025-02-19T02:22:33.073Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29012025-02-19T02:22:33.175Z Checking libsw v3.3.1
29022025-02-19T02:22:33.432Z Checking termcolor v1.4.1
29032025-02-19T02:22:33.449Z Checking indent_write v2.2.0
29042025-02-19T02:22:33.530Z Checking bitfield v0.14.0
29052025-02-19T02:22:33.584Z Checking hashbrown v0.12.3
29062025-02-19T02:22:33.648Z Checking swrite v0.1.0
29072025-02-19T02:22:33.780Z Checking linear-map v1.2.0
29082025-02-19T02:22:33.803Z Checking ron v0.8.1
29092025-02-19T02:22:33.841Z Checking env_logger v0.10.2
29102025-02-19T02:22:34.032Z Checking serde-hex v0.1.0
29112025-02-19T02:22:34.104Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29122025-02-19T02:22:34.241Z Checking ciborium v0.2.2
29132025-02-19T02:22:34.455Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29142025-02-19T02:22:34.972Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29152025-02-19T02:22:34.992Z Checking steno v0.4.1
29162025-02-19T02:22:35.143Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29172025-02-19T02:22:35.161Z Checking hashbrown v0.13.2
29182025-02-19T02:22:35.397Z Checking crc-any v2.5.0
29192025-02-19T02:22:35.538Z Checking humantime v2.1.0
29202025-02-19T02:22:35.782Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29212025-02-19T02:22:35.836Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29222025-02-19T02:22:36.030Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29232025-02-19T02:22:36.065Z Checking object v0.30.4
29242025-02-19T02:22:36.320Z Checking path-slash v0.1.5
29252025-02-19T02:22:36.426Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29262025-02-19T02:22:36.532Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29272025-02-19T02:22:37.094Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29282025-02-19T02:22:37.225Z Checking nix v0.27.1
29292025-02-19T02:22:37.303Z Checking tungstenite v0.23.0
29302025-02-19T02:22:37.352Z Checking kstat-rs v0.2.4
29312025-02-19T02:22:37.698Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29322025-02-19T02:22:37.770Z Checking signal-hook-tokio v0.3.1
29332025-02-19T02:22:38.197Z Checking tokio-tungstenite v0.23.1
29342025-02-19T02:22:38.829Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29352025-02-19T02:22:38.939Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29362025-02-19T02:22:39.099Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29372025-02-19T02:22:45.554Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29382025-02-19T02:22:46.910Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29392025-02-19T02:22:49.492Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402025-02-19T02:22:54.579Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29412025-02-19T02:22:55.218Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29422025-02-19T02:22:57.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.01s
29432025-02-19T02:22:58.046Z
29442025-02-19T02:22:58.046Zinfo: running `cargo check --bins` on gateway-api (110/199)
29452025-02-19T02:22:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-02-19T02:22:58.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-02-19T02:22:58.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-02-19T02:22:58.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29492025-02-19T02:22:58.652Z
29502025-02-19T02:22:58.652Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29512025-02-19T02:22:59.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-02-19T02:22:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-02-19T02:22:59.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-02-19T02:22:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29552025-02-19T02:22:59.264Z
29562025-02-19T02:22:59.264Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29572025-02-19T02:22:59.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-02-19T02:22:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-02-19T02:22:59.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-02-19T02:22:59.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29612025-02-19T02:22:59.845Z
29622025-02-19T02:22:59.845Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29632025-02-19T02:23:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-02-19T02:23:00.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-02-19T02:23:00.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-02-19T02:23:00.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29672025-02-19T02:23:00.455Z
29682025-02-19T02:23:00.455Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29692025-02-19T02:23:00.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-02-19T02:23:00.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-02-19T02:23:00.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-02-19T02:23:00.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29732025-02-19T02:23:01.064Z
29742025-02-19T02:23:01.064Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
29752025-02-19T02:23:01.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-02-19T02:23:01.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-02-19T02:23:01.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-02-19T02:23:01.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29792025-02-19T02:23:01.673Z
29802025-02-19T02:23:01.673Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
29812025-02-19T02:23:02.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-02-19T02:23:02.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-02-19T02:23:02.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842025-02-19T02:23:02.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29852025-02-19T02:23:02.291Z
29862025-02-19T02:23:02.291Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
29872025-02-19T02:23:02.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-02-19T02:23:02.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-02-19T02:23:02.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902025-02-19T02:23:02.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29912025-02-19T02:23:02.891Z
29922025-02-19T02:23:02.891Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
29932025-02-19T02:23:03.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-02-19T02:23:03.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-02-19T02:23:03.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-02-19T02:23:03.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29972025-02-19T02:23:03.517Z
29982025-02-19T02:23:03.517Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
29992025-02-19T02:23:04.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-02-19T02:23:04.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-02-19T02:23:04.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-02-19T02:23:04.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30032025-02-19T02:23:04.116Z
30042025-02-19T02:23:04.116Zinfo: running `cargo check --bins` on sp-sim (120/199)
30052025-02-19T02:23:04.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-02-19T02:23:04.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-02-19T02:23:04.730Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30082025-02-19T02:23:05.168Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30092025-02-19T02:23:06.790Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30102025-02-19T02:23:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
30112025-02-19T02:23:08.602Z
30122025-02-19T02:23:08.602Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30132025-02-19T02:23:09.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-02-19T02:23:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-02-19T02:23:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-02-19T02:23:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30172025-02-19T02:23:09.252Z
30182025-02-19T02:23:09.252Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30192025-02-19T02:23:09.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-02-19T02:23:09.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-02-19T02:23:09.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-02-19T02:23:09.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30232025-02-19T02:23:09.908Z
30242025-02-19T02:23:09.908Zinfo: running `cargo check --bins` on db-macros (123/199)
30252025-02-19T02:23:10.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-02-19T02:23:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-02-19T02:23:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-02-19T02:23:10.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30292025-02-19T02:23:10.498Z
30302025-02-19T02:23:10.498Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30312025-02-19T02:23:11.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-02-19T02:23:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-02-19T02:23:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-02-19T02:23:11.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352025-02-19T02:23:11.088Z
30362025-02-19T02:23:11.088Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30372025-02-19T02:23:11.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-02-19T02:23:11.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-02-19T02:23:11.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-02-19T02:23:11.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30412025-02-19T02:23:11.738Z
30422025-02-19T02:23:11.738Zinfo: running `cargo check --bins` on authz-macros (126/199)
30432025-02-19T02:23:12.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-02-19T02:23:12.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-02-19T02:23:12.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-02-19T02:23:12.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472025-02-19T02:23:12.324Z
30482025-02-19T02:23:12.324Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30492025-02-19T02:23:12.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-02-19T02:23:12.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-02-19T02:23:12.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-02-19T02:23:12.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30532025-02-19T02:23:12.962Z
30542025-02-19T02:23:12.962Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30552025-02-19T02:23:13.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-02-19T02:23:13.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-02-19T02:23:13.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-02-19T02:23:13.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30592025-02-19T02:23:13.604Z
30602025-02-19T02:23:13.604Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30612025-02-19T02:23:14.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-02-19T02:23:14.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-02-19T02:23:14.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-02-19T02:23:14.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30652025-02-19T02:23:14.211Z
30662025-02-19T02:23:14.211Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30672025-02-19T02:23:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-02-19T02:23:14.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-02-19T02:23:14.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-02-19T02:23:14.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712025-02-19T02:23:14.854Z
30722025-02-19T02:23:14.854Zinfo: running `cargo check --bins` on typed-rng (131/199)
30732025-02-19T02:23:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-02-19T02:23:15.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-02-19T02:23:15.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-02-19T02:23:15.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772025-02-19T02:23:15.440Z
30782025-02-19T02:23:15.440Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
30792025-02-19T02:23:16.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-02-19T02:23:16.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-02-19T02:23:16.160Z Checking keccak v0.1.5
30822025-02-19T02:23:16.273Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
30832025-02-19T02:23:16.277Z Checking secrecy v0.8.0
30842025-02-19T02:23:16.277Z Compiling unicase v2.7.0
30852025-02-19T02:23:16.277Z Compiling same-file v1.0.6
30862025-02-19T02:23:16.303Z Compiling tempfile v3.13.0
30872025-02-19T02:23:16.330Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
30882025-02-19T02:23:16.345Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30892025-02-19T02:23:16.439Z Compiling thiserror-impl-no-std v2.0.2
30902025-02-19T02:23:16.545Z Checking sha3 v0.10.8
30912025-02-19T02:23:16.562Z Compiling walkdir v2.5.0
30922025-02-19T02:23:16.612Z Checking universal-hash v0.5.1
30932025-02-19T02:23:16.644Z Compiling blake3 v1.5.4
30942025-02-19T02:23:16.764Z Checking opaque-debug v0.3.1
30952025-02-19T02:23:16.802Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962025-02-19T02:23:16.873Z Checking poly1305 v0.8.0
30972025-02-19T02:23:16.898Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
30982025-02-19T02:23:16.915Z Checking chacha20 v0.9.1
30992025-02-19T02:23:17.025Z Checking aead v0.5.2
31002025-02-19T02:23:17.107Z Compiling memmap2 v0.9.5
31012025-02-19T02:23:17.202Z Compiling libefi-sys v0.1.0
31022025-02-19T02:23:17.243Z Compiling arrayvec v0.7.6
31032025-02-19T02:23:17.270Z Compiling arrayref v0.3.9
31042025-02-19T02:23:17.354Z Compiling salty v0.3.0
31052025-02-19T02:23:17.373Z Compiling constant_time_eq v0.3.1
31062025-02-19T02:23:17.495Z Checking chacha20poly1305 v0.10.1
31072025-02-19T02:23:17.549Z Compiling toolchain_find v0.4.0
31082025-02-19T02:23:17.620Z Compiling camino-tempfile v1.1.1
31092025-02-19T02:23:17.677Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31102025-02-19T02:23:17.786Z Compiling bitfield-struct v0.6.2
31112025-02-19T02:23:17.930Z Compiling topological-sort v0.2.2
31122025-02-19T02:23:18.042Z Compiling mime_guess v2.0.5
31132025-02-19T02:23:18.139Z Compiling rustfmt-wrapper v0.2.1
31142025-02-19T02:23:18.548Z Compiling omicron-zone-package v0.12.0
31152025-02-19T02:23:18.688Z Compiling progenitor v0.9.1
31162025-02-19T02:23:18.716Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31172025-02-19T02:23:18.918Z Checking primeorder v0.13.6
31182025-02-19T02:23:18.990Z Checking env_filter v0.1.2
31192025-02-19T02:23:19.010Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31202025-02-19T02:23:19.143Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31212025-02-19T02:23:19.184Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31222025-02-19T02:23:19.216Z Checking env_logger v0.11.5
31232025-02-19T02:23:19.234Z Checking thiserror-no-std v2.0.2
31242025-02-19T02:23:19.350Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31252025-02-19T02:23:19.368Z Checking vsss-rs v3.3.4
31262025-02-19T02:23:19.371Z Checking p384 v0.13.0
31272025-02-19T02:23:19.471Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31282025-02-19T02:23:19.575Z Checking bumpalo v3.16.0
31292025-02-19T02:23:19.699Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31302025-02-19T02:23:19.745Z Checking simd-adler32 v0.3.7
31312025-02-19T02:23:19.800Z Checking http-range v0.1.5
31322025-02-19T02:23:19.891Z Compiling zip v2.1.3
31332025-02-19T02:23:19.996Z Checking lockfree-object-pool v0.1.6
31342025-02-19T02:23:20.091Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31352025-02-19T02:23:20.125Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31362025-02-19T02:23:20.240Z Checking zopfli v0.8.1
31372025-02-19T02:23:20.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31382025-02-19T02:23:20.462Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31392025-02-19T02:23:20.763Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31402025-02-19T02:23:20.886Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31412025-02-19T02:23:21.002Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31422025-02-19T02:23:21.016Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31432025-02-19T02:23:21.269Z Checking atty v0.2.14
31442025-02-19T02:23:21.418Z Checking glob v0.3.2
31452025-02-19T02:23:21.464Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462025-02-19T02:23:21.496Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31472025-02-19T02:23:21.523Z Checking hyper-staticfile v0.10.1
31482025-02-19T02:23:21.731Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31492025-02-19T02:23:22.133Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31502025-02-19T02:23:22.858Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31512025-02-19T02:23:23.136Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31522025-02-19T02:23:23.178Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31532025-02-19T02:23:23.202Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542025-02-19T02:23:23.322Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31552025-02-19T02:23:23.508Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31562025-02-19T02:23:23.641Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31572025-02-19T02:23:24.005Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31582025-02-19T02:23:24.256Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31592025-02-19T02:23:24.348Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31602025-02-19T02:23:24.811Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31612025-02-19T02:23:27.556Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622025-02-19T02:23:27.556Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632025-02-19T02:23:35.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31642025-02-19T02:23:48.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.38s
31652025-02-19T02:23:49.028Z
31662025-02-19T02:23:49.028Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31672025-02-19T02:23:49.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-02-19T02:23:49.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-02-19T02:23:49.756Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31702025-02-19T02:24:02.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
31712025-02-19T02:24:02.789Z
31722025-02-19T02:24:02.789Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
31732025-02-19T02:24:03.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-02-19T02:24:03.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-02-19T02:24:03.506Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31762025-02-19T02:24:16.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
31772025-02-19T02:24:16.474Z
31782025-02-19T02:24:16.474Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
31792025-02-19T02:24:17.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-02-19T02:24:17.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-02-19T02:24:17.190Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31822025-02-19T02:24:30.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
31832025-02-19T02:24:30.207Z
31842025-02-19T02:24:30.207Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
31852025-02-19T02:24:30.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-02-19T02:24:30.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-02-19T02:24:30.932Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31882025-02-19T02:24:44.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
31892025-02-19T02:24:44.207Z
31902025-02-19T02:24:44.207Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
31912025-02-19T02:24:44.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-02-19T02:24:44.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-02-19T02:24:44.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31942025-02-19T02:24:57.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
31952025-02-19T02:24:57.934Z
31962025-02-19T02:24:57.934Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
31972025-02-19T02:25:02.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-02-19T02:25:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-02-19T02:25:02.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32002025-02-19T02:25:11.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
32012025-02-19T02:25:11.726Z
32022025-02-19T02:25:11.726Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32032025-02-19T02:25:12.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-02-19T02:25:12.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-02-19T02:25:12.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062025-02-19T02:25:25.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
32072025-02-19T02:25:25.412Z
32082025-02-19T02:25:25.412Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32092025-02-19T02:25:25.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102025-02-19T02:25:25.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112025-02-19T02:25:25.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122025-02-19T02:25:25.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32132025-02-19T02:25:26.057Z
32142025-02-19T02:25:26.057Zinfo: running `cargo check --bins` on key-manager (141/199)
32152025-02-19T02:25:26.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162025-02-19T02:25:26.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172025-02-19T02:25:26.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182025-02-19T02:25:26.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32192025-02-19T02:25:26.671Z
32202025-02-19T02:25:26.671Zinfo: running `cargo check --bins` on range-requests (142/199)
32212025-02-19T02:25:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222025-02-19T02:25:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232025-02-19T02:25:27.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242025-02-19T02:25:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32252025-02-19T02:25:27.270Z
32262025-02-19T02:25:27.270Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32272025-02-19T02:25:27.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282025-02-19T02:25:27.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292025-02-19T02:25:27.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302025-02-19T02:25:27.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32312025-02-19T02:25:27.886Z
32322025-02-19T02:25:27.886Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32332025-02-19T02:25:28.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342025-02-19T02:25:28.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352025-02-19T02:25:28.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362025-02-19T02:25:28.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32372025-02-19T02:25:28.534Z
32382025-02-19T02:25:28.534Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32392025-02-19T02:25:29.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402025-02-19T02:25:29.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412025-02-19T02:25:29.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422025-02-19T02:25:29.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32432025-02-19T02:25:29.128Z
32442025-02-19T02:25:29.128Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32452025-02-19T02:25:29.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462025-02-19T02:25:29.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472025-02-19T02:25:29.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482025-02-19T02:25:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32492025-02-19T02:25:29.754Z
32502025-02-19T02:25:29.755Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32512025-02-19T02:25:30.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522025-02-19T02:25:30.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532025-02-19T02:25:30.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542025-02-19T02:25:30.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32552025-02-19T02:25:30.385Z
32562025-02-19T02:25:30.385Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32572025-02-19T02:25:30.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582025-02-19T02:25:30.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592025-02-19T02:25:30.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602025-02-19T02:25:30.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32612025-02-19T02:25:31.017Z
32622025-02-19T02:25:31.017Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32632025-02-19T02:25:31.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642025-02-19T02:25:31.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652025-02-19T02:25:31.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662025-02-19T02:25:31.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32672025-02-19T02:25:31.650Z
32682025-02-19T02:25:31.650Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32692025-02-19T02:25:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702025-02-19T02:25:32.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712025-02-19T02:25:32.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722025-02-19T02:25:32.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32732025-02-19T02:25:32.300Z
32742025-02-19T02:25:32.300Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
32752025-02-19T02:25:32.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-02-19T02:25:32.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-02-19T02:25:32.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782025-02-19T02:25:32.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32792025-02-19T02:25:32.933Z
32802025-02-19T02:25:32.933Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
32812025-02-19T02:25:33.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-02-19T02:25:33.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-02-19T02:25:33.603Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32842025-02-19T02:25:33.603Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32852025-02-19T02:25:34.442Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32862025-02-19T02:25:36.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
32872025-02-19T02:25:36.558Z
32882025-02-19T02:25:36.558Zinfo: running `cargo check --bins` on oximeter-api (153/199)
32892025-02-19T02:25:37.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-02-19T02:25:37.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-02-19T02:25:37.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-02-19T02:25:37.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32932025-02-19T02:25:37.170Z
32942025-02-19T02:25:37.170Zinfo: running `cargo check --bins` on cert-dev (154/199)
32952025-02-19T02:25:37.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-02-19T02:25:37.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-02-19T02:25:37.764Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32982025-02-19T02:25:38.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32992025-02-19T02:25:38.198Z
33002025-02-19T02:25:38.198Zinfo: running `cargo check --bins` on clickana (155/199)
33012025-02-19T02:25:38.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-02-19T02:25:38.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-02-19T02:25:38.824Z Checking castaway v0.2.3
33042025-02-19T02:25:38.827Z Checking lru v0.12.5
33052025-02-19T02:25:38.827Z Compiling instability v0.3.2
33062025-02-19T02:25:38.827Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072025-02-19T02:25:38.827Z Checking unicode-truncate v1.1.0
33082025-02-19T02:25:38.827Z Checking cassowary v0.3.0
33092025-02-19T02:25:39.045Z Checking compact_str v0.8.0
33102025-02-19T02:25:39.611Z Checking ratatui v0.28.1
33112025-02-19T02:25:40.459Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33122025-02-19T02:25:41.573Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33132025-02-19T02:25:42.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
33142025-02-19T02:25:42.543Z
33152025-02-19T02:25:42.543Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33162025-02-19T02:25:43.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-02-19T02:25:43.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-02-19T02:25:43.204Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33192025-02-19T02:25:43.204Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33202025-02-19T02:25:44.185Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33212025-02-19T02:25:44.626Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33222025-02-19T02:25:44.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
33232025-02-19T02:25:45.145Z
33242025-02-19T02:25:45.145Zinfo: running `cargo check --bins` on ch-dev (157/199)
33252025-02-19T02:25:45.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-02-19T02:25:45.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-02-19T02:25:45.783Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33282025-02-19T02:25:46.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
33292025-02-19T02:25:46.649Z
33302025-02-19T02:25:46.649Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33312025-02-19T02:25:47.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-02-19T02:25:47.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-02-19T02:25:47.296Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33342025-02-19T02:25:47.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33352025-02-19T02:25:47.814Z
33362025-02-19T02:25:47.814Zinfo: running `cargo check --bins` on db-dev (159/199)
33372025-02-19T02:25:48.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-02-19T02:25:48.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-02-19T02:25:48.454Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33402025-02-19T02:25:49.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
33412025-02-19T02:25:49.329Z
33422025-02-19T02:25:49.329Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33432025-02-19T02:25:49.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-02-19T02:25:49.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-02-19T02:25:49.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-02-19T02:25:49.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33472025-02-19T02:25:49.958Z
33482025-02-19T02:25:49.958Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33492025-02-19T02:25:50.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-02-19T02:25:50.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-02-19T02:25:50.559Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522025-02-19T02:25:51.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
33532025-02-19T02:25:51.548Z
33542025-02-19T02:25:51.548Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33552025-02-19T02:25:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-02-19T02:25:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-02-19T02:25:52.154Z Checking cargo-platform v0.1.8
33582025-02-19T02:25:52.422Z Checking cargo_metadata v0.18.1
33592025-02-19T02:25:53.331Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33602025-02-19T02:25:54.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
33612025-02-19T02:25:54.309Z
33622025-02-19T02:25:54.309Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33632025-02-19T02:25:54.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-02-19T02:25:54.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-02-19T02:25:55.014Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33662025-02-19T02:25:56.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33672025-02-19T02:25:56.974Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33682025-02-19T02:25:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
33692025-02-19T02:25:57.845Z
33702025-02-19T02:25:57.845Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
33712025-02-19T02:25:58.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-02-19T02:25:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-02-19T02:25:58.444Z Compiling crunchy v0.2.2
33742025-02-19T02:25:58.448Z Compiling tiny-keccak v2.0.2
33752025-02-19T02:25:58.448Z Compiling dsl_auto_type v0.1.2
33762025-02-19T02:25:58.448Z Checking scheduled-thread-pool v0.2.7
33772025-02-19T02:25:58.448Z Compiling diesel_table_macro_syntax v0.2.0
33782025-02-19T02:25:58.448Z Compiling ascii-canvas v3.0.0
33792025-02-19T02:25:58.561Z Compiling ena v0.14.3
33802025-02-19T02:25:58.575Z Compiling regex-syntax v0.6.29
33812025-02-19T02:25:58.836Z Compiling diff v0.1.13
33822025-02-19T02:25:58.867Z Checking r2d2 v0.8.10
33832025-02-19T02:25:58.982Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33842025-02-19T02:25:59.029Z Compiling ref-cast v1.0.23
33852025-02-19T02:25:59.047Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33862025-02-19T02:25:59.198Z Compiling derive_builder_core v0.20.2
33872025-02-19T02:25:59.213Z Compiling libxml v0.3.3
33882025-02-19T02:25:59.325Z Compiling ref-cast-impl v1.0.23
33892025-02-19T02:25:59.346Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33902025-02-19T02:25:59.604Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33912025-02-19T02:25:59.626Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33922025-02-19T02:25:59.811Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33932025-02-19T02:25:59.878Z Compiling strum_macros v0.24.3
33942025-02-19T02:25:59.916Z Compiling samael v0.0.17
33952025-02-19T02:25:59.951Z Compiling diesel_derives v2.2.3
33962025-02-19T02:26:00.160Z Compiling indoc v1.0.9
33972025-02-19T02:26:01.038Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33982025-02-19T02:26:01.318Z Compiling oso-derive v0.27.3
33992025-02-19T02:26:01.426Z Compiling derive_builder_macro v0.20.2
34002025-02-19T02:26:02.073Z Compiling lalrpop v0.19.12
34012025-02-19T02:26:02.253Z Checking derive_builder v0.20.2
34022025-02-19T02:26:02.271Z Compiling impl-trait-for-tuples v0.2.2
34032025-02-19T02:26:02.415Z Checking quick-xml v0.33.0
34042025-02-19T02:26:02.739Z Compiling diesel-dtrace v0.4.2
34052025-02-19T02:26:03.054Z Checking maplit v1.0.2
34062025-02-19T02:26:03.244Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34072025-02-19T02:26:03.263Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34082025-02-19T02:26:03.551Z Checking bb8 v0.8.5
34092025-02-19T02:26:03.699Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34102025-02-19T02:26:03.973Z Checking rand_seeder v0.3.0
34112025-02-19T02:26:04.029Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34122025-02-19T02:26:04.032Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34132025-02-19T02:26:04.198Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34142025-02-19T02:26:04.403Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34152025-02-19T02:26:04.691Z Checking unicode-linebreak v0.1.5
34162025-02-19T02:26:04.769Z Checking smawk v0.3.2
34172025-02-19T02:26:04.995Z Checking is_ci v1.2.0
34182025-02-19T02:26:05.131Z Checking textwrap v0.16.1
34192025-02-19T02:26:05.149Z Checking supports-color v3.0.1
34202025-02-19T02:26:05.380Z Checking multimap v0.10.0
34212025-02-19T02:26:06.114Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34222025-02-19T02:26:08.169Z Checking diesel v2.2.7
34232025-02-19T02:26:32.592Z Compiling polar-core v0.27.3
34242025-02-19T02:26:32.896Z Checking async-bb8-diesel v0.2.1
34252025-02-19T02:26:39.707Z Checking oso v0.27.3
34262025-02-19T02:27:37.925Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34272025-02-19T02:27:44.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
34282025-02-19T02:27:44.395Z
34292025-02-19T02:27:44.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34302025-02-19T02:27:44.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312025-02-19T02:27:44.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322025-02-19T02:27:44.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332025-02-19T02:27:44.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34342025-02-19T02:27:45.054Z
34352025-02-19T02:27:45.054Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34362025-02-19T02:27:45.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372025-02-19T02:27:45.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382025-02-19T02:27:45.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392025-02-19T02:27:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34402025-02-19T02:27:45.703Z
34412025-02-19T02:27:45.703Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34422025-02-19T02:27:46.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432025-02-19T02:27:46.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442025-02-19T02:27:46.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452025-02-19T02:27:46.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34462025-02-19T02:27:46.292Z
34472025-02-19T02:27:46.292Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34482025-02-19T02:27:46.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-02-19T02:27:46.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-02-19T02:27:47.075Z Compiling libz-sys v1.1.20
34512025-02-19T02:27:47.078Z Compiling libgit2-sys v0.17.0+1.8.1
34522025-02-19T02:27:47.203Z Compiling vergen v8.3.2
34532025-02-19T02:27:47.206Z Compiling cargo-platform v0.1.8
34542025-02-19T02:27:47.207Z Compiling pin-project-internal v1.1.6
34552025-02-19T02:27:47.243Z Compiling libsqlite3-sys v0.30.1
34562025-02-19T02:27:47.243Z Compiling snafu-derive v0.8.5
34572025-02-19T02:27:47.246Z Compiling rustls v0.21.12
34582025-02-19T02:27:47.522Z Compiling cargo_metadata v0.18.1
34592025-02-19T02:27:47.546Z Compiling buf-list v1.0.3
34602025-02-19T02:27:47.783Z Checking globset v0.4.15
34612025-02-19T02:27:47.803Z Checking olpc-cjson v0.1.4
34622025-02-19T02:27:47.918Z Checking sct v0.7.1
34632025-02-19T02:27:48.120Z Checking rustls-webpki v0.101.7
34642025-02-19T02:27:48.141Z Checking serde_plain v1.0.2
34652025-02-19T02:27:48.202Z Checking typed-path v0.9.3
34662025-02-19T02:27:48.565Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34672025-02-19T02:27:48.786Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34682025-02-19T02:27:48.860Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34692025-02-19T02:27:49.069Z Checking hashlink v0.9.1
34702025-02-19T02:27:49.153Z Checking fallible-streaming-iterator v0.1.9
34712025-02-19T02:27:49.370Z Checking fallible-iterator v0.3.0
34722025-02-19T02:27:49.613Z Checking parse-size v1.1.0
34732025-02-19T02:27:49.892Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34742025-02-19T02:27:49.932Z Checking rusqlite v0.32.1
34752025-02-19T02:27:49.955Z Checking pin-project v1.1.6
34762025-02-19T02:27:50.012Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34772025-02-19T02:27:50.091Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34782025-02-19T02:27:50.502Z Checking rustls-pemfile v1.0.4
34792025-02-19T02:27:50.714Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802025-02-19T02:27:50.746Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34812025-02-19T02:27:50.832Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34822025-02-19T02:27:50.885Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34832025-02-19T02:27:50.963Z Checking twox-hash v2.1.0
34842025-02-19T02:27:51.055Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34852025-02-19T02:27:51.204Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34862025-02-19T02:27:51.311Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34872025-02-19T02:27:51.639Z Checking tokio-rustls v0.24.1
34882025-02-19T02:27:51.977Z Checking snafu v0.8.5
34892025-02-19T02:27:52.389Z Checking tough v0.19.0
34902025-02-19T02:27:52.408Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34912025-02-19T02:27:52.753Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34922025-02-19T02:27:52.932Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34932025-02-19T02:27:52.999Z Checking fatfs v0.3.6
34942025-02-19T02:27:53.181Z Checking assert_matches v1.5.0
34952025-02-19T02:27:56.285Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34962025-02-19T02:27:57.423Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34972025-02-19T02:27:59.283Z Compiling git2 v0.19.0
34982025-02-19T02:28:03.237Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34992025-02-19T02:28:59.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
35002025-02-19T02:28:59.946Z
35012025-02-19T02:28:59.946Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35022025-02-19T02:29:00.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032025-02-19T02:29:00.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042025-02-19T02:29:00.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052025-02-19T02:29:00.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35062025-02-19T02:29:00.623Z
35072025-02-19T02:29:00.623Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35082025-02-19T02:29:01.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092025-02-19T02:29:01.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102025-02-19T02:29:01.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112025-02-19T02:29:01.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122025-02-19T02:29:01.215Z
35132025-02-19T02:29:01.215Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35142025-02-19T02:29:01.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152025-02-19T02:29:01.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162025-02-19T02:29:01.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172025-02-19T02:29:01.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182025-02-19T02:29:01.859Z
35192025-02-19T02:29:01.859Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35202025-02-19T02:29:02.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212025-02-19T02:29:02.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222025-02-19T02:29:02.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232025-02-19T02:29:02.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35242025-02-19T02:29:02.531Z
35252025-02-19T02:29:02.531Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35262025-02-19T02:29:03.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272025-02-19T02:29:03.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282025-02-19T02:29:03.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292025-02-19T02:29:03.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35302025-02-19T02:29:03.187Z
35312025-02-19T02:29:03.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35322025-02-19T02:29:03.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-02-19T02:29:03.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-02-19T02:29:03.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352025-02-19T02:29:03.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35362025-02-19T02:29:03.841Z
35372025-02-19T02:29:03.841Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35382025-02-19T02:29:04.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-02-19T02:29:04.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-02-19T02:29:04.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412025-02-19T02:29:04.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35422025-02-19T02:29:04.506Z
35432025-02-19T02:29:04.506Zinfo: running `cargo check --bins` on update-common (176/199)
35442025-02-19T02:29:05.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-02-19T02:29:05.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-02-19T02:29:05.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472025-02-19T02:29:05.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35482025-02-19T02:29:05.147Z
35492025-02-19T02:29:05.147Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35502025-02-19T02:29:05.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-02-19T02:29:05.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-02-19T02:29:05.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-02-19T02:29:05.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542025-02-19T02:29:05.780Z
35552025-02-19T02:29:05.780Zinfo: running `cargo check --bins` on tufaceous (178/199)
35562025-02-19T02:29:06.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-02-19T02:29:06.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-02-19T02:29:06.441Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35592025-02-19T02:29:06.725Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35602025-02-19T02:29:07.712Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35612025-02-19T02:29:08.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
35622025-02-19T02:29:08.657Z
35632025-02-19T02:29:08.657Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35642025-02-19T02:29:09.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-02-19T02:29:09.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-02-19T02:29:09.494Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35672025-02-19T02:29:09.513Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35682025-02-19T02:29:09.631Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35692025-02-19T02:29:09.634Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35702025-02-19T02:29:10.589Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35712025-02-19T02:29:36.048Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35722025-02-19T02:29:36.051Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35732025-02-19T02:29:36.051Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35742025-02-19T02:29:36.051Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35752025-02-19T02:29:36.051Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35762025-02-19T02:29:36.051Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35772025-02-19T02:29:36.885Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35782025-02-19T02:29:38.072Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35792025-02-19T02:30:18.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
35802025-02-19T02:30:18.970Z
35812025-02-19T02:30:18.970Zinfo: running `cargo check --bins` on openapi-manager (180/199)
35822025-02-19T02:30:19.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-02-19T02:30:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-02-19T02:30:19.664Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35852025-02-19T02:30:19.666Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35862025-02-19T02:30:19.666Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35872025-02-19T02:30:19.790Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35882025-02-19T02:30:19.793Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35892025-02-19T02:30:19.814Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35902025-02-19T02:30:19.816Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35912025-02-19T02:30:19.828Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35922025-02-19T02:30:19.978Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35932025-02-19T02:30:20.022Z Checking heck v0.4.1
35942025-02-19T02:30:20.088Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35952025-02-19T02:30:20.241Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35962025-02-19T02:30:20.378Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35972025-02-19T02:30:20.627Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35982025-02-19T02:30:21.037Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35992025-02-19T02:30:21.163Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36002025-02-19T02:30:21.528Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36012025-02-19T02:30:22.341Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36022025-02-19T02:30:22.889Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36032025-02-19T02:30:23.195Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36042025-02-19T02:30:23.645Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36052025-02-19T02:30:25.127Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36062025-02-19T02:30:25.127Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36072025-02-19T02:30:26.891Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36082025-02-19T02:30:28.289Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36092025-02-19T02:30:33.934Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36102025-02-19T02:30:33.937Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36112025-02-19T02:30:35.140Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36122025-02-19T02:30:36.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
36132025-02-19T02:30:36.296Z
36142025-02-19T02:30:36.296Zinfo: running `cargo check --bins` on installinator-api (181/199)
36152025-02-19T02:30:36.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-02-19T02:30:36.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-02-19T02:30:36.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182025-02-19T02:30:36.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36192025-02-19T02:30:36.933Z
36202025-02-19T02:30:36.933Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36212025-02-19T02:30:37.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-02-19T02:30:37.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-02-19T02:30:37.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242025-02-19T02:30:37.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36252025-02-19T02:30:37.574Z
36262025-02-19T02:30:37.574Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36272025-02-19T02:30:38.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-02-19T02:30:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-02-19T02:30:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302025-02-19T02:30:38.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36312025-02-19T02:30:38.172Z
36322025-02-19T02:30:38.172Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36332025-02-19T02:30:38.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-02-19T02:30:38.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-02-19T02:30:38.850Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36362025-02-19T02:30:38.850Z Compiling petname v2.0.2
36372025-02-19T02:30:38.866Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36382025-02-19T02:30:38.866Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36392025-02-19T02:30:38.866Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36402025-02-19T02:30:38.866Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36412025-02-19T02:30:38.866Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36422025-02-19T02:30:38.954Z Checking sync-ptr v0.1.1
36432025-02-19T02:30:43.925Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36442025-02-19T02:30:44.513Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36452025-02-19T02:30:45.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36462025-02-19T02:30:47.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
36472025-02-19T02:30:47.338Z
36482025-02-19T02:30:47.338Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36492025-02-19T02:30:47.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502025-02-19T02:30:47.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512025-02-19T02:30:47.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522025-02-19T02:30:47.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36532025-02-19T02:30:47.989Z
36542025-02-19T02:30:47.989Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36552025-02-19T02:30:48.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562025-02-19T02:30:48.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572025-02-19T02:30:48.656Z Checking memmap2 v0.9.5
36582025-02-19T02:30:48.684Z Checking arrayvec v0.7.6
36592025-02-19T02:30:48.684Z Checking constant_time_eq v0.3.1
36602025-02-19T02:30:48.684Z Checking arrayref v0.3.9
36612025-02-19T02:30:48.684Z Checking topological-sort v0.2.2
36622025-02-19T02:30:48.684Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
36632025-02-19T02:30:48.749Z Checking shell-words v1.1.0
36642025-02-19T02:30:49.002Z Checking blake3 v1.5.4
36652025-02-19T02:30:49.329Z Checking omicron-zone-package v0.12.0
36662025-02-19T02:30:50.401Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36672025-02-19T02:30:51.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
36682025-02-19T02:30:51.466Z
36692025-02-19T02:30:51.467Zinfo: running `cargo check --bins` on xtask (187/199)
36702025-02-19T02:30:51.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712025-02-19T02:30:51.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722025-02-19T02:30:51.885Z Checking bitflags v2.6.0
36732025-02-19T02:30:51.889Z Checking serde v1.0.217
36742025-02-19T02:30:51.889Z Checking thiserror v1.0.69
36752025-02-19T02:30:51.978Z Checking scroll v0.12.0
36762025-02-19T02:30:51.983Z Checking hashbrown v0.15.1
36772025-02-19T02:30:51.985Z Checking log v0.4.22
36782025-02-19T02:30:51.995Z Checking zerocopy v0.7.35
36792025-02-19T02:30:52.019Z Checking syn v2.0.96
36802025-02-19T02:30:52.084Z Checking pest v2.7.14
36812025-02-19T02:30:52.197Z Checking rustix v0.38.37
36822025-02-19T02:30:52.230Z Checking once_cell v1.20.2
36832025-02-19T02:30:52.391Z Checking goblin v0.8.2
36842025-02-19T02:30:52.521Z Checking fs-err v2.11.0
36852025-02-19T02:30:52.846Z Checking anyhow v1.0.95
36862025-02-19T02:30:52.941Z Checking indexmap v2.7.1
36872025-02-19T02:30:53.146Z Checking tabled v0.15.0
36882025-02-19T02:30:53.864Z Checking terminal_size v0.4.0
36892025-02-19T02:30:53.864Z Checking tempfile v3.13.0
36902025-02-19T02:30:54.037Z Checking clap_builder v4.5.27
36912025-02-19T02:30:54.319Z Checking dtrace-parser v0.2.0
36922025-02-19T02:30:55.724Z Checking serde_json v1.0.135
36932025-02-19T02:30:55.724Z Checking serde_spanned v0.6.8
36942025-02-19T02:30:55.724Z Checking toml_datetime v0.6.8
36952025-02-19T02:30:55.728Z Checking camino v1.1.9
36962025-02-19T02:30:55.728Z Checking semver v1.0.24
36972025-02-19T02:30:55.952Z Checking cargo-platform v0.1.8
36982025-02-19T02:30:56.037Z Checking toml_edit v0.22.22
36992025-02-19T02:30:56.173Z Checking macaddr v1.0.1
37002025-02-19T02:30:56.197Z Checking clap v4.5.27
37012025-02-19T02:30:56.247Z Checking camino-tempfile v1.1.1
37022025-02-19T02:30:56.890Z Checking dof v0.3.0
37032025-02-19T02:30:56.891Z Checking cargo_metadata v0.18.1
37042025-02-19T02:30:57.307Z Checking usdt-impl v0.5.0
37052025-02-19T02:30:57.653Z Checking usdt v0.5.0
37062025-02-19T02:30:57.817Z Checking toml v0.8.19
37072025-02-19T02:30:58.234Z Checking cargo_toml v0.20.5
37082025-02-19T02:30:59.344Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37092025-02-19T02:30:59.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.47s
37102025-02-19T02:31:00.050Z
37112025-02-19T02:31:00.050Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37122025-02-19T02:31:00.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132025-02-19T02:31:00.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142025-02-19T02:31:00.789Z Checking polyval v0.6.2
37152025-02-19T02:31:00.904Z Checking ctr v0.9.2
37162025-02-19T02:31:00.934Z Checking ssh-encoding v0.2.0
37172025-02-19T02:31:00.934Z Checking blowfish v0.9.1
37182025-02-19T02:31:00.934Z Checking password-hash v0.4.2
37192025-02-19T02:31:00.949Z Checking p256 v0.13.2
37202025-02-19T02:31:00.957Z Checking p521 v0.13.3
37212025-02-19T02:31:00.981Z Checking russh-cryptovec v0.7.3
37222025-02-19T02:31:01.133Z Checking ghash v0.5.1
37232025-02-19T02:31:01.134Z Checking bcrypt-pbkdf v0.10.0
37242025-02-19T02:31:01.164Z Checking md5 v0.7.0
37252025-02-19T02:31:01.181Z Checking num-bigint v0.4.6
37262025-02-19T02:31:01.221Z Checking des v0.8.1
37272025-02-19T02:31:01.311Z Checking aes-gcm v0.10.3
37282025-02-19T02:31:01.332Z Checking pbkdf2 v0.11.0
37292025-02-19T02:31:01.418Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37302025-02-19T02:31:01.428Z Checking hex-literal v0.4.1
37312025-02-19T02:31:01.448Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37322025-02-19T02:31:01.523Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37332025-02-19T02:31:01.557Z Checking ssh-cipher v0.2.0
37342025-02-19T02:31:01.576Z Checking internet-checksum v0.2.1
37352025-02-19T02:31:01.832Z Checking ssh-key v0.6.6
37362025-02-19T02:31:02.004Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37372025-02-19T02:31:05.919Z Checking russh-keys v0.45.0
37382025-02-19T02:31:05.978Z Checking russh v0.45.0
37392025-02-19T02:31:21.497Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37402025-02-19T02:31:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.75s
37412025-02-19T02:31:23.012Z
37422025-02-19T02:31:23.013Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37432025-02-19T02:31:23.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442025-02-19T02:31:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452025-02-19T02:31:23.638Z Checking termios v0.3.3
37462025-02-19T02:31:23.854Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37472025-02-19T02:31:24.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
37482025-02-19T02:31:24.793Z
37492025-02-19T02:31:24.793Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37502025-02-19T02:31:25.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-02-19T02:31:25.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-02-19T02:31:25.474Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532025-02-19T02:31:25.475Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37542025-02-19T02:31:25.478Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37552025-02-19T02:31:25.478Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37562025-02-19T02:31:26.478Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37572025-02-19T02:31:27.668Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37582025-02-19T02:31:29.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
37592025-02-19T02:31:29.550Z
37602025-02-19T02:31:29.551Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
37612025-02-19T02:31:30.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622025-02-19T02:31:30.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632025-02-19T02:31:30.167Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37642025-02-19T02:31:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37652025-02-19T02:31:30.811Z
37662025-02-19T02:31:30.811Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
37672025-02-19T02:31:31.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682025-02-19T02:31:31.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692025-02-19T02:31:31.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702025-02-19T02:31:31.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37712025-02-19T02:31:31.395Z
37722025-02-19T02:31:31.395Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
37732025-02-19T02:31:31.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-02-19T02:31:31.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-02-19T02:31:31.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762025-02-19T02:31:31.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37772025-02-19T02:31:31.993Z
37782025-02-19T02:31:31.993Zinfo: running `cargo check --bins` on omicron-package (194/199)
37792025-02-19T02:31:32.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-02-19T02:31:32.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-02-19T02:31:32.641Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37822025-02-19T02:31:33.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
37832025-02-19T02:31:34.147Z
37842025-02-19T02:31:34.147Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
37852025-02-19T02:31:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-02-19T02:31:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-02-19T02:31:34.848Z Checking rtoolbox v0.0.2
37882025-02-19T02:31:34.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37892025-02-19T02:31:34.852Z Checking tui-tree-widget v0.22.0
37902025-02-19T02:31:35.071Z Checking rpassword v7.3.1
37912025-02-19T02:31:38.718Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37922025-02-19T02:31:41.451Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37932025-02-19T02:31:42.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
37942025-02-19T02:31:42.753Z
37952025-02-19T02:31:42.753Zinfo: running `cargo check --bins` on wicket (196/199)
37962025-02-19T02:31:43.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-02-19T02:31:43.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-02-19T02:31:43.432Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37992025-02-19T02:31:43.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
38002025-02-19T02:31:44.019Z
38012025-02-19T02:31:44.019Zinfo: running `cargo check --bins` on wicketd (197/199)
38022025-02-19T02:31:44.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-02-19T02:31:44.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-02-19T02:31:44.715Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38052025-02-19T02:31:44.715Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38062025-02-19T02:31:45.528Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38072025-02-19T02:31:49.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
38082025-02-19T02:31:49.350Z
38092025-02-19T02:31:49.350Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38102025-02-19T02:31:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112025-02-19T02:31:49.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122025-02-19T02:31:49.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132025-02-19T02:31:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38142025-02-19T02:31:49.945Z
38152025-02-19T02:31:49.945Zinfo: running `cargo check --bins` on zone-setup (199/199)
38162025-02-19T02:31:50.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172025-02-19T02:31:50.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182025-02-19T02:31:50.658Z Checking uzers v0.12.1
38192025-02-19T02:31:50.997Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38202025-02-19T02:31:52.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
38212025-02-19T02:31:52.262Z
38222025-02-19T02:31:52.262Zreal 13:13.308787088
38232025-02-19T02:31:52.262Zuser 25:25.484248392
38242025-02-19T02:31:52.262Zsys 4:07.146084704
38252025-02-19T02:31:52.262Ztrap 0.506251690
38262025-02-19T02:31:52.262Ztflt 3.698948142
38272025-02-19T02:31:52.265Zdflt 2.176563821
38282025-02-19T02:31:52.265Zkflt 0.019823476
38292025-02-19T02:31:52.265Zlock 44:37.380400646
38302025-02-19T02:31:52.265Zslp 2:06:17.502046357
38312025-02-19T02:31:52.265Zlat 1:05.768293403
38322025-02-19T02:31:52.265Zstop 3:39.038086213
38332025-02-19T02:31:52.265Zprocess exited: duration 1075735 ms, exit code 0
 
38342025-02-19T02:31:52.273Zfound 0 output files