01JN60PK92FRR1T0XT610XP09V: 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: 01JN60PZ9S5X7FZXSZTFJKW2VZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T10:13:49.551Zjob assigned to worker 01JN60Q8A949GDVG4CNPCEFGQK [factory aws, i-0910051eb5514a861] (queued for 53 s)
 
22025-02-28T10:13:57.161Zstarting task 0: "setup"
32025-02-28T10:13:57.169Z++ uname -s
42025-02-28T10:13:57.171Z+ kern=SunOS
52025-02-28T10:13:57.172Z+ build_user=build
62025-02-28T10:13:57.172Z+ build_uid=12345
72025-02-28T10:13:57.172Z+ work_dir=/work
82025-02-28T10:13:57.172Z+ input_dir=/input
92025-02-28T10:13:57.172Z+ [[ 0 == 12345 ]]
102025-02-28T10:13:57.172Z+ case "$kern" in
112025-02-28T10:13:57.172Z+ groupadd -g 12345 build
122025-02-28T10:13:57.175Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T10:13:59.181Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T10:13:59.311Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T10:13:59.315Z+ home_fs=zfs
162025-02-28T10:13:59.315Z+ [[ zfs == autofs ]]
172025-02-28T10:13:59.315Z+ mkdir -p /home/build
182025-02-28T10:13:59.320Z+ chown build:build /home/build /work
192025-02-28T10:14:01.317Z+ chmod 0700 /home/build /work
202025-02-28T10:14:01.321Zprocess exited: duration 4158 ms, exit code 0
 
212025-02-28T10:14:01.326Zstarting task 1: "rust-toolchain"
222025-02-28T10:14:01.332Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T10:14:01.332Z * rust toolchain channel = "1.85.0"
242025-02-28T10:14:01.332Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-28T10:14:01.332Z * rust toolchain profile = "default"
262025-02-28T10:14:01.332Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T10:14:01.332Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T10:14:01.334Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T10:14:01.334Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T10:14:01.449Zinfo: downloading installer
312025-02-28T10:14:02.569Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T10:14:02.569Zwarning: /opt/ooce/bin
332025-02-28T10:14:02.569Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T10:14:02.569Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T10:14:02.569Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T10:14:02.569Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T10:14:02.569Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T10:14:02.569Zerror: cannot install while Rust is installed
392025-02-28T10:14:02.569Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T10:14:02.595Zinfo: profile set to 'default'
412025-02-28T10:14:02.595Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T10:14:02.597Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T10:14:02.757Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T10:14:02.757Zinfo: downloading component 'cargo'
452025-02-28T10:14:03.636Zinfo: downloading component 'clippy'
462025-02-28T10:14:03.976Zinfo: downloading component 'rust-docs'
472025-02-28T10:14:05.304Zinfo: downloading component 'rust-std'
482025-02-28T10:14:07.272Zinfo: downloading component 'rustc'
492025-02-28T10:14:14.027Zinfo: downloading component 'rustfmt'
502025-02-28T10:14:14.281Zinfo: installing component 'cargo'
512025-02-28T10:14:15.146Zinfo: installing component 'clippy'
522025-02-28T10:14:15.534Zinfo: installing component 'rust-docs'
532025-02-28T10:14:17.331Zinfo: installing component 'rust-std'
542025-02-28T10:14:19.231Zinfo: installing component 'rustc'
552025-02-28T10:14:25.258Zinfo: installing component 'rustfmt'
562025-02-28T10:14:25.594Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T10:14:25.594Z
582025-02-28T10:14:25.972Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T10:14:25.972Z
602025-02-28T10:14:25.975Z
612025-02-28T10:14:25.975ZRust is installed now. Great!
622025-02-28T10:14:25.975Z
632025-02-28T10:14:25.975ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T10:14:25.975Zenvironment variable. This has not been done automatically.
652025-02-28T10:14:25.975Z
662025-02-28T10:14:25.975ZTo configure your current shell, you need to source
672025-02-28T10:14:25.975Zthe corresponding env file under $HOME/.cargo.
682025-02-28T10:14:25.975Z
692025-02-28T10:14:25.975ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T10:14:25.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T10:14:25.975Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T10:14:26.064Z+ rustup --version
732025-02-28T10:14:26.072Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T10:14:26.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T10:14:26.158Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T10:14:26.163Z+ cargo --version
772025-02-28T10:14:26.224Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T10:14:26.227Z+ rustc --version
792025-02-28T10:14:26.296Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T10:14:26.300Zprocess exited: duration 24972 ms, exit code 0
 
812025-02-28T10:14:26.305Zstarting task 2: "authentication"
822025-02-28T10:14:26.328Zprocess exited: duration 22 ms, exit code 0
 
832025-02-28T10:14:26.334Zstarting task 3: "clone repository"
842025-02-28T10:14:26.339Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T10:14:26.341Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T10:14:26.380ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T10:14:34.430Z+ cd /work/oxidecomputer/omicron
882025-02-28T10:14:34.430Z+ git fetch origin ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
892025-02-28T10:14:34.686ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T10:14:34.686Z * branch ecbad70f4bb851f331d0a970cc4c005b6a2f2a39 -> FETCH_HEAD
912025-02-28T10:14:34.698Z+ [[ -n renovate/regress-0.x ]]
922025-02-28T10:14:34.700Z++ git branch --show-current
932025-02-28T10:14:34.703Z+ current=main
942025-02-28T10:14:34.703Z+ [[ main != renovate/regress-0.x ]]
952025-02-28T10:14:34.703Z+ git branch -f renovate/regress-0.x ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
962025-02-28T10:14:34.706Z+ git checkout -f renovate/regress-0.x
972025-02-28T10:14:34.901ZSwitched to branch 'renovate/regress-0.x'
982025-02-28T10:14:34.904Z+ git reset --hard ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
992025-02-28T10:14:34.918ZHEAD is now at ecbad70f4 Update Rust crate regress to 0.10.3
1002025-02-28T10:14:34.921Zprocess exited: duration 8585 ms, exit code 0
 
1012025-02-28T10:14:34.927Zstarting task 4: "build"
1022025-02-28T10:14:34.932Z+ source .github/buildomat/ci-env.sh
1032025-02-28T10:14:34.936Z++ export CARGO_TERM_COLOR=always
1042025-02-28T10:14:34.936Z++ CARGO_TERM_COLOR=always
1052025-02-28T10:14:34.936Z+ cargo --version
1062025-02-28T10:14:34.986Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T10:14:34.990Z+ rustc --version
1082025-02-28T10:14:35.053Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T10:14:35.056Z+ source ./env.sh
1102025-02-28T10:14:35.059Z++ OLD_SHELL_OPTS=ehxB
1112025-02-28T10:14:35.059Z++ set -o xtrace
1122025-02-28T10:14:35.059Z++++ dirname ./env.sh
1132025-02-28T10:14:35.061Z+++ readlink -f .
1142025-02-28T10:14:35.064Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-28T10:14:35.064Z++ 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-28T10:14:35.064Z++ 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-28T10:14:35.064Z++ 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-28T10:14:35.064Z++ 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-28T10:14:35.065Z++ 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-28T10:14:35.065Z++ 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-28T10:14:35.065Z++ 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-28T10:14:35.065Z++ 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-28T10:14:35.065Z++ case $OLD_SHELL_OPTS in
1242025-02-28T10:14:35.065Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-28T10:14:35.065Z+ 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-28T10:14:35.065Z+ 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-28T10:14:35.065Z+ banner prerequisites
1282025-02-28T10:14:35.068Z
1292025-02-28T10:14:35.068Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-28T10:14:35.068Z # # # # # # # # # # # # # # #
1312025-02-28T10:14:35.068Z # # # # ##### # # ##### # # # # # #### #
1322025-02-28T10:14:35.068Z ##### ##### # ##### # # # # # # # # #
1332025-02-28T10:14:35.068Z # # # # # # # # # # # # # # #
1342025-02-28T10:14:35.068Z # # # ###### # # ###### ### # #### # #### #
1352025-02-28T10:14:35.068Z
1362025-02-28T10:14:35.068Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-28T10:14:36.578Zpkg list: illegal option -- F
1382025-02-28T10:14:36.578ZUsage:
1392025-02-28T10:14:36.581Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-28T10:14:36.581Z [pkg_fmri_pattern ...]
1412025-02-28T10:14:37.468Zpkg list: illegal option -- F
1422025-02-28T10:14:37.468ZUsage:
1432025-02-28T10:14:37.471Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-28T10:14:37.471Z [pkg_fmri_pattern ...]
1452025-02-28T10:14:44.830Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-28T10:14:49.199Z Startup: Caching catalogs ... Done
1472025-02-28T10:15:02.508ZPlanning: Solver setup ... Done (12.357s)
1482025-02-28T10:15:02.664ZPlanning: Running solver ... Done (0.156s)
1492025-02-28T10:15:02.797ZPlanning: Finding local manifests ... Done (0.006s)
1502025-02-28T10:15:02.811ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-28T10:15:03.459ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-28T10:15:03.570ZPlanning: Package planning ... Done (0.111s)
1532025-02-28T10:15:03.627ZPlanning: Merging actions ... Done (0.056s)
1542025-02-28T10:15:03.823ZPlanning: Checking for conflicting actions ... Done (0.196s)
1552025-02-28T10:15:05.686ZPlanning: Consolidating action changes ... Done (1.863s)
1562025-02-28T10:15:06.137ZPlanning: Evaluating mediators ... Done (0.450s)
1572025-02-28T10:15:06.220ZPlanning: Planning completed in 16.92 seconds
1582025-02-28T10:15:06.235Z Packages to install: 4
1592025-02-28T10:15:06.235Z Packages to update: 3
1602025-02-28T10:15:06.238Z Mediators to change: 2
1612025-02-28T10:15:06.238Z Services to change: 1
1622025-02-28T10:15:06.238Z Estimated space available: 155.61 GB
1632025-02-28T10:15:06.238ZEstimated space to be consumed: 1.66 GB
1642025-02-28T10:15:06.238Z Create boot environment: No
1652025-02-28T10:15:06.238ZCreate backup boot environment: Yes
1662025-02-28T10:15:06.238Z Rebuild boot archive: No
1672025-02-28T10:15:06.238Z
1682025-02-28T10:15:06.238ZChanged mediators:
1692025-02-28T10:15:06.238Z mediator clang:
1702025-02-28T10:15:06.238Z version: None -> 15 (system default)
1712025-02-28T10:15:06.238Z
1722025-02-28T10:15:06.238Z mediator llvm:
1732025-02-28T10:15:06.238Z version: 14 (system default) -> 15 (system default)
1742025-02-28T10:15:06.238Z
1752025-02-28T10:15:06.239ZChanged packages:
1762025-02-28T10:15:06.239Zhelios-dev
1772025-02-28T10:15:06.239Z developer/build-essential
1782025-02-28T10:15:06.239Z None -> 11-2.0
1792025-02-28T10:15:06.239Z library/libxmlsec1
1802025-02-28T10:15:06.239Z None -> 1.2.35-2.0
1812025-02-28T10:15:06.239Z ooce/developer/clang-15
1822025-02-28T10:15:06.239Z None -> 15.0.7-2.0
1832025-02-28T10:15:06.239Z ooce/developer/llvm-15
1842025-02-28T10:15:06.239Z None -> 15.0.7-2.0
1852025-02-28T10:15:06.239Z package/pkg
1862025-02-28T10:15:06.239Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-28T10:15:06.239Z system/library/g++-runtime
1882025-02-28T10:15:06.239Z 13-2.0 -> 14-2.0
1892025-02-28T10:15:06.239Z system/library/gcc-runtime
1902025-02-28T10:15:06.239Z 13-2.0 -> 14-2.0
1912025-02-28T10:15:06.239Z
1922025-02-28T10:15:06.239ZServices:
1932025-02-28T10:15:06.239Z restart_fmri:
1942025-02-28T10:15:06.239Z svc:/system/update-man-index:default
1952025-02-28T10:15:06.239Z
1962025-02-28T10:15:06.239ZEditable files to change:
1972025-02-28T10:15:06.239Z Update:
1982025-02-28T10:15:06.239Z usr/share/lib/pkg/web/config.shtml
1992025-02-28T10:15:06.319Z
2002025-02-28T10:15:06.319ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-28T10:15:11.327ZDownload: 742/4301 items 18.3/225.4MB 8% complete (3.7M/s)
2022025-02-28T10:15:16.412ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.1M/s)
2032025-02-28T10:15:21.426ZDownload: 1519/4301 items 117.5/225.4MB 52% complete (9.9M/s)
2042025-02-28T10:15:26.427ZDownload: 2176/4301 items 119.1/225.4MB 52% complete (3.6M/s)
2052025-02-28T10:15:55.668ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
2062025-02-28T10:16:00.653ZDownload: 3205/4301 items 179.4/225.4MB 79% complete (11.9M/s)
2072025-02-28T10:16:06.793ZDownload: 3248/4301 items 203.0/225.4MB 90% complete (11.3M/s)
2082025-02-28T10:16:13.151ZDownload: 3287/4301 items 211.0/225.4MB 93% complete (8.5M/s)
2092025-02-28T10:16:18.177ZDownload: 3714/4301 items 216.6/225.4MB 96% complete (971k/s)
2102025-02-28T10:16:23.190ZDownload: 4088/4301 items 219.6/225.4MB 97% complete (915k/s)
2112025-02-28T10:16:29.679ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (674k/s)
2122025-02-28T10:16:38.930ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
2132025-02-28T10:16:41.160ZDownload: Completed 225.42 MB in 94.84 seconds (2.4M/s)
2142025-02-28T10:16:43.395Z Actions: 1/5122 actions (Removing old actions)
2152025-02-28T10:16:43.417Z Actions: 194/5122 actions (Installing new actions)
2162025-02-28T10:16:48.111Z Actions: 4267/5122 actions (Updating modified actions)
2172025-02-28T10:16:48.470Z Actions: Completed 5122 actions in 5.07 seconds.
2182025-02-28T10:16:48.916Z Done (0.436s)
2192025-02-28T10:16:48.922Z Done (0.001s)
2202025-02-28T10:16:49.538Z Done (0.622s)
2212025-02-28T10:16:54.371Z Done (4.504s)
2222025-02-28T10:16:54.418Z Done (0.017s)
2232025-02-28T10:16:54.418Z Done (0.000s)
2242025-02-28T10:16:54.578Z Done (0.000s)
2252025-02-28T10:16:55.342ZPlanning: Evaluating mediator changes ... Done
2262025-02-28T10:16:55.500ZPlanning: Checking for conflicting actions ... Done
2272025-02-28T10:16:55.510ZPlanning: Consolidating action changes ... Done
2282025-02-28T10:16:55.800ZPlanning: Evaluating mediators ... Done
2292025-02-28T10:16:55.809ZPlanning: Planning completed in 0.45 seconds
2302025-02-28T10:16:55.823Z Mediators to change: 2
2312025-02-28T10:16:55.823Z Create boot environment: No
2322025-02-28T10:16:55.834ZCreate backup boot environment: No
2332025-02-28T10:16:55.920Z Done
2342025-02-28T10:16:55.920Z Done
2352025-02-28T10:16:56.369Z Done
2362025-02-28T10:17:00.264Z Done
2372025-02-28T10:17:00.372Z Done
2382025-02-28T10:17:00.377Z Done
2392025-02-28T10:17:00.509Z Done
2402025-02-28T10:17:01.166ZPlanning: Evaluating mediator changes ... Done
2412025-02-28T10:17:01.169ZPlanning: Merging actions ... Done
2422025-02-28T10:17:01.366ZPlanning: Checking for conflicting actions ... Done
2432025-02-28T10:17:01.368ZPlanning: Consolidating action changes ... Done
2442025-02-28T10:17:01.646ZPlanning: Evaluating mediators ... Done
2452025-02-28T10:17:01.705ZPlanning: Planning completed in 0.80 seconds
2462025-02-28T10:17:01.748Z Packages to change: 1
2472025-02-28T10:17:01.748Z Mediators to change: 1
2482025-02-28T10:17:01.748Z Services to change: 1
2492025-02-28T10:17:01.748Z Create boot environment: No
2502025-02-28T10:17:01.751ZCreate backup boot environment: Yes
2512025-02-28T10:17:04.031Z Actions: 1/6 actions (Updating modified actions)
2522025-02-28T10:17:04.034Z Actions: Completed 6 actions in 0.00 seconds.
2532025-02-28T10:17:04.034Z Done
2542025-02-28T10:17:04.034Z Done
2552025-02-28T10:17:04.158Z Done
2562025-02-28T10:17:08.021Z Done
2572025-02-28T10:17:08.119Z Done
2582025-02-28T10:17:08.122Z Done
2592025-02-28T10:17:08.255Z Done
2602025-02-28T10:17:08.710ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2612025-02-28T10:17:08.710Zclang system 15 system
2622025-02-28T10:17:08.710Zcsh system system illumos
2632025-02-28T10:17:08.710Zctags system system illumos
2642025-02-28T10:17:08.710Zgcc vendor 12 vendor
2652025-02-28T10:17:08.710Zgcc system 10 system
2662025-02-28T10:17:08.710Zgcc system 7 system
2672025-02-28T10:17:08.710Zgo system 1.20 system
2682025-02-28T10:17:08.710Zgo system 1.19 system
2692025-02-28T10:17:08.710Zllvm system 15 system
2702025-02-28T10:17:08.710Zllvm system 14 system
2712025-02-28T10:17:08.710Zmariadb system 10.6 system
2722025-02-28T10:17:08.710Zmta vendor vendor dma
2732025-02-28T10:17:08.710Zopenjdk system 17 system
2742025-02-28T10:17:08.710Zopenjdk system 11 system
2752025-02-28T10:17:08.710Zopenjdk system 1.8 system
2762025-02-28T10:17:08.710Zopenssl vendor 3 vendor
2772025-02-28T10:17:08.710Zperl system 5.36 system
2782025-02-28T10:17:08.710Zpostgresql system 15 system
2792025-02-28T10:17:08.710Zpostgresql system 13 system
2802025-02-28T10:17:08.710Zpython vendor 3 vendor
2812025-02-28T10:17:08.710Zpython system 2 system
2822025-02-28T10:17:08.710Zpython3 system 3.11 system
2832025-02-28T10:17:08.710Zruby system 3.0 system
2842025-02-28T10:17:08.710Zwords vendor vendor american-english
2852025-02-28T10:17:08.710Zwords system system australian-english
2862025-02-28T10:17:08.710Zwords system system british-english
2872025-02-28T10:17:08.711Zwords system system canadian-english
2882025-02-28T10:17:08.711Zwords system system french
2892025-02-28T10:17:08.711Zwords system system italian
2902025-02-28T10:17:08.711Zwords system system ngerman
2912025-02-28T10:17:08.711Zwords system system ogerman
2922025-02-28T10:17:08.711Zwords system system spanish
2932025-02-28T10:17:09.066ZPUBLISHER TYPE STATUS P LOCATION
2942025-02-28T10:17:09.066Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2952025-02-28T10:17:12.232ZFMRI IFO
2962025-02-28T10:17:12.232Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2972025-02-28T10:17:12.232Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2982025-02-28T10:17:12.232Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2992025-02-28T10:17:12.232Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3002025-02-28T10:17:12.232Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3012025-02-28T10:17:12.232Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3022025-02-28T10:17:12.232Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3032025-02-28T10:17:12.232Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3042025-02-28T10:17:12.232Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3052025-02-28T10:17:12.232Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3062025-02-28T10:17:12.232Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3072025-02-28T10:17:12.232Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3082025-02-28T10:17:12.232Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3092025-02-28T10:17:12.232Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3102025-02-28T10:17:12.232Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3112025-02-28T10:17:13.151Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3122025-02-28T10:17:13.396Z Updating crates.io index
3132025-02-28T10:17:13.399Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3142025-02-28T10:17:14.001Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152025-02-28T10:17:14.260Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3162025-02-28T10:17:14.504Z Updating git repository `https://github.com/oxidecomputer/propolis`
3172025-02-28T10:17:15.442Z Updating git repository `https://github.com/oxidecomputer/crucible`
3182025-02-28T10:17:17.113Z Updating git repository `https://github.com/oxidecomputer/opte`
3192025-02-28T10:17:17.797Z Updating git repository `https://github.com/oxidecomputer/falcon`
3202025-02-28T10:17:18.647Z Updating git repository `https://github.com/oxidecomputer/clickward`
3212025-02-28T10:17:18.909Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3222025-02-28T10:17:19.194Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3232025-02-28T10:17:19.821Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-02-28T10:17:20.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3252025-02-28T10:17:20.589Z Updating git repository `https://github.com/oxidecomputer/propolis`
3262025-02-28T10:17:21.039Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3272025-02-28T10:17:21.301Z Updating git repository `https://github.com/oxidecomputer/tofino`
3282025-02-28T10:17:21.575Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3292025-02-28T10:17:21.803Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3302025-02-28T10:17:22.020Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3312025-02-28T10:17:22.291Z Updating git repository `https://github.com/oxidecomputer/lldp`
3322025-02-28T10:17:22.614Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3332025-02-28T10:17:22.886Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3342025-02-28T10:17:23.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
3352025-02-28T10:17:23.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3362025-02-28T10:17:23.887Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3372025-02-28T10:17:24.401Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3382025-02-28T10:17:24.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3392025-02-28T10:17:25.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3402025-02-28T10:17:25.396Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3412025-02-28T10:17:25.733Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3422025-02-28T10:17:26.012Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3432025-02-28T10:17:26.262Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442025-02-28T10:17:27.438Z Downloading crates ...
3452025-02-28T10:17:27.480Z Downloaded anstyle-parse v0.2.5
3462025-02-28T10:17:27.482Z Downloaded anstyle v1.0.10
3472025-02-28T10:17:27.485Z Downloaded anstyle-query v1.1.1
3482025-02-28T10:17:27.488Z Downloaded heck v0.4.1
3492025-02-28T10:17:27.493Z Downloaded dtrace-parser v0.2.0
3502025-02-28T10:17:27.507Z Downloaded generic-array v0.14.7
3512025-02-28T10:17:27.512Z Downloaded swrite v0.1.0
3522025-02-28T10:17:27.517Z Downloaded usdt-macro v0.5.0
3532025-02-28T10:17:27.521Z Downloaded winnow v0.7.3
3542025-02-28T10:17:27.525Z Downloaded scroll_derive v0.12.0
3552025-02-28T10:17:27.528Z Downloaded fastrand v2.1.1
3562025-02-28T10:17:27.528Z Downloaded pretty-hex v0.4.1
3572025-02-28T10:17:27.530Z Downloaded equivalent v1.0.1
3582025-02-28T10:17:27.533Z Downloaded autocfg v1.4.0
3592025-02-28T10:17:27.536Z Downloaded digest v0.10.7
3602025-02-28T10:17:27.539Z Downloaded heck v0.5.0
3612025-02-28T10:17:27.539Z Downloaded fs-err v2.11.0
3622025-02-28T10:17:27.541Z Downloaded cfg-if v1.0.0
3632025-02-28T10:17:27.541Z Downloaded is_terminal_polyfill v1.70.1
3642025-02-28T10:17:27.544Z Downloaded fnv v1.0.7
3652025-02-28T10:17:27.544Z Downloaded dof v0.3.0
3662025-02-28T10:17:27.544Z Downloaded toml_datetime v0.6.8
3672025-02-28T10:17:27.547Z Downloaded camino-tempfile v1.1.1
3682025-02-28T10:17:27.547Z Downloaded byteorder v1.5.0
3692025-02-28T10:17:27.550Z Downloaded serde_spanned v0.6.8
3702025-02-28T10:17:27.550Z Downloaded clap_lex v0.7.4
3712025-02-28T10:17:27.552Z Downloaded usdt-attr-macro v0.5.0
3722025-02-28T10:17:27.552Z Downloaded camino v1.1.9
3732025-02-28T10:17:27.552Z Downloaded cargo-platform v0.1.8
3742025-02-28T10:17:27.555Z Downloaded block-buffer v0.10.4
3752025-02-28T10:17:27.555Z Downloaded utf8parse v0.2.2
3762025-02-28T10:17:27.558Z Downloaded thread-id v4.2.2
3772025-02-28T10:17:27.558Z Downloaded thiserror-impl v2.0.11
3782025-02-28T10:17:27.560Z Downloaded usdt-impl v0.5.0
3792025-02-28T10:17:27.560Z Downloaded errno v0.3.9
3802025-02-28T10:17:27.560Z Downloaded clap_derive v4.5.28
3812025-02-28T10:17:27.563Z Downloaded thiserror-impl v1.0.69
3822025-02-28T10:17:27.565Z Downloaded terminal_size v0.2.6
3832025-02-28T10:17:27.565Z Downloaded thiserror v1.0.69
3842025-02-28T10:17:27.573Z Downloaded terminal_size v0.4.0
3852025-02-28T10:17:27.577Z Downloaded crypto-common v0.1.6
3862025-02-28T10:17:27.577Z Downloaded unicode-linebreak v0.1.5
3872025-02-28T10:17:27.577Z Downloaded plain v0.2.3
3882025-02-28T10:17:27.578Z Downloaded proc-macro-error-attr v1.0.4
3892025-02-28T10:17:27.578Z Downloaded macaddr v1.0.1
3902025-02-28T10:17:27.578Z Downloaded itoa v1.0.11
3912025-02-28T10:17:27.581Z Downloaded version_check v0.9.5
3922025-02-28T10:17:27.581Z Downloaded memmap v0.7.0
3932025-02-28T10:17:27.581Z Downloaded bytecount v0.6.8
3942025-02-28T10:17:27.581Z Downloaded tabled_derive v0.7.0
3952025-02-28T10:17:27.584Z Downloaded strsim v0.11.1
3962025-02-28T10:17:27.584Z Downloaded smawk v0.3.2
3972025-02-28T10:17:27.584Z Downloaded bitflags v1.3.2
3982025-02-28T10:17:27.587Z Downloaded colorchoice v1.0.2
3992025-02-28T10:17:27.590Z Downloaded cargo_toml v0.21.0
4002025-02-28T10:17:27.595Z Downloaded pest_derive v2.7.14
4012025-02-28T10:17:27.600Z Downloaded tempfile v3.13.0
4022025-02-28T10:17:27.600Z Downloaded cpufeatures v0.2.14
4032025-02-28T10:17:27.602Z Downloaded once_cell v1.20.3
4042025-02-28T10:17:27.602Z Downloaded thiserror v2.0.11
4052025-02-28T10:17:27.605Z Downloaded sha2 v0.10.8
4062025-02-28T10:17:27.608Z Downloaded usdt v0.5.0
4072025-02-28T10:17:27.608Z Downloaded io-lifetimes v1.0.11
4082025-02-28T10:17:27.610Z Downloaded cargo_metadata v0.19.1
4092025-02-28T10:17:27.613Z Downloaded quote v1.0.38
4102025-02-28T10:17:27.616Z Downloaded semver v1.0.25
4112025-02-28T10:17:27.616Z Downloaded anstream v0.6.15
4122025-02-28T10:17:27.618Z Downloaded serde_tokenstream v0.2.2
4132025-02-28T10:17:27.621Z Downloaded scroll v0.12.0
4142025-02-28T10:17:27.621Z Downloaded proc-macro-error v1.0.4
4152025-02-28T10:17:27.625Z Downloaded bitflags v2.6.0
4162025-02-28T10:17:27.627Z Downloaded anyhow v1.0.96
4172025-02-28T10:17:27.630Z Downloaded zerocopy-derive v0.7.35
4182025-02-28T10:17:27.634Z Downloaded pest_generator v2.7.14
4192025-02-28T10:17:27.636Z Downloaded ryu v1.0.18
4202025-02-28T10:17:27.639Z Downloaded ucd-trie v0.1.7
4212025-02-28T10:17:27.642Z Downloaded pest_meta v2.7.14
4222025-02-28T10:17:27.644Z Downloaded typenum v1.17.0
4232025-02-28T10:17:27.644Z Downloaded proc-macro2 v1.0.93
4242025-02-28T10:17:27.647Z Downloaded clap v4.5.31
4252025-02-28T10:17:27.654Z Downloaded papergrid v0.11.0
4262025-02-28T10:17:27.658Z Downloaded unicode-ident v1.0.14
4272025-02-28T10:17:27.661Z Downloaded serde_derive v1.0.218
4282025-02-28T10:17:27.663Z Downloaded serde v1.0.218
4292025-02-28T10:17:27.666Z Downloaded log v0.4.22
4302025-02-28T10:17:27.669Z Downloaded toml v0.8.20
4312025-02-28T10:17:27.676Z Downloaded textwrap v0.16.1
4322025-02-28T10:17:27.676Z Downloaded indexmap v2.7.1
4332025-02-28T10:17:27.681Z Downloaded memchr v2.7.4
4342025-02-28T10:17:27.686Z Downloaded toml_edit v0.22.24
4352025-02-28T10:17:27.720Z Downloaded hashbrown v0.15.1
4362025-02-28T10:17:27.726Z Downloaded clap_builder v4.5.31
4372025-02-28T10:17:27.734Z Downloaded pest v2.7.14
4382025-02-28T10:17:27.740Z Downloaded zerocopy v0.7.35
4392025-02-28T10:17:27.756Z Downloaded tabled v0.15.0
4402025-02-28T10:17:27.770Z Downloaded goblin v0.8.2
4412025-02-28T10:17:27.775Z Downloaded unicode-width v0.1.14
4422025-02-28T10:17:27.780Z Downloaded syn v1.0.109
4432025-02-28T10:17:27.790Z Downloaded serde_json v1.0.139
4442025-02-28T10:17:27.797Z Downloaded syn v2.0.98
4452025-02-28T10:17:27.808Z Downloaded rustix v0.37.28
4462025-02-28T10:17:27.825Z Downloaded rustix v0.38.37
4472025-02-28T10:17:27.861Z Downloaded libc v0.2.170
4482025-02-28T10:17:28.150Z Compiling proc-macro2 v1.0.93
4492025-02-28T10:17:28.150Z Compiling unicode-ident v1.0.14
4502025-02-28T10:17:28.153Z Compiling version_check v0.9.5
4512025-02-28T10:17:28.153Z Compiling libc v0.2.170
4522025-02-28T10:17:28.153Z Compiling serde v1.0.218
4532025-02-28T10:17:28.153Z Compiling memchr v2.7.4
4542025-02-28T10:17:28.153Z Compiling thiserror v1.0.69
4552025-02-28T10:17:28.194Z Compiling itoa v1.0.11
4562025-02-28T10:17:28.471Z Compiling ryu v1.0.18
4572025-02-28T10:17:28.507Z Compiling ucd-trie v0.1.7
4582025-02-28T10:17:28.937Z Compiling once_cell v1.20.3
4592025-02-28T10:17:29.033Z Compiling byteorder v1.5.0
4602025-02-28T10:17:29.080Z Compiling rustix v0.38.37
4612025-02-28T10:17:29.313Z Compiling serde_json v1.0.139
4622025-02-28T10:17:29.490Z Compiling bitflags v2.6.0
4632025-02-28T10:17:29.678Z Compiling usdt-impl v0.5.0
4642025-02-28T10:17:29.779Z Compiling proc-macro-error-attr v1.0.4
4652025-02-28T10:17:29.854Z Compiling syn v1.0.109
4662025-02-28T10:17:29.889Z Compiling io-lifetimes v1.0.11
4672025-02-28T10:17:29.976Z Compiling proc-macro-error v1.0.4
4682025-02-28T10:17:30.140Z Compiling quote v1.0.38
4692025-02-28T10:17:30.227Z Compiling errno v0.3.9
4702025-02-28T10:17:30.347Z Compiling log v0.4.22
4712025-02-28T10:17:30.394Z Compiling hashbrown v0.15.1
4722025-02-28T10:17:30.534Z Compiling syn v2.0.98
4732025-02-28T10:17:30.714Z Compiling rustix v0.37.28
4742025-02-28T10:17:30.771Z Compiling thread-id v4.2.2
4752025-02-28T10:17:30.796Z Compiling plain v0.2.3
4762025-02-28T10:17:30.819Z Compiling equivalent v1.0.1
4772025-02-28T10:17:30.901Z Compiling utf8parse v0.2.2
4782025-02-28T10:17:30.955Z Compiling camino v1.1.9
4792025-02-28T10:17:31.093Z Compiling anstyle-parse v0.2.5
4802025-02-28T10:17:31.428Z Compiling indexmap v2.7.1
4812025-02-28T10:17:31.653Z Compiling thiserror v2.0.11
4822025-02-28T10:17:31.685Z Compiling winnow v0.7.3
4832025-02-28T10:17:31.793Z Compiling autocfg v1.4.0
4842025-02-28T10:17:31.966Z Compiling bitflags v1.3.2
4852025-02-28T10:17:32.088Z Compiling unicode-width v0.1.14
4862025-02-28T10:17:32.254Z Compiling is_terminal_polyfill v1.70.1
4872025-02-28T10:17:32.411Z Compiling anstyle-query v1.1.1
4882025-02-28T10:17:32.600Z Compiling semver v1.0.25
4892025-02-28T10:17:32.640Z Compiling pretty-hex v0.4.1
4902025-02-28T10:17:32.701Z Compiling anstyle v1.0.10
4912025-02-28T10:17:32.747Z Compiling colorchoice v1.0.2
4922025-02-28T10:17:32.892Z Compiling fs-err v2.11.0
4932025-02-28T10:17:32.938Z Compiling terminal_size v0.4.0
4942025-02-28T10:17:33.035Z Compiling anstream v0.6.15
4952025-02-28T10:17:33.872Z Compiling anyhow v1.0.96
4962025-02-28T10:17:33.895Z Compiling clap_lex v0.7.4
4972025-02-28T10:17:33.896Z Compiling cfg-if v1.0.0
4982025-02-28T10:17:33.896Z Compiling bytecount v0.6.8
4992025-02-28T10:17:33.962Z Compiling fastrand v2.1.1
5002025-02-28T10:17:34.062Z Compiling heck v0.4.1
5012025-02-28T10:17:34.089Z Compiling heck v0.5.0
5022025-02-28T10:17:34.474Z Compiling fnv v1.0.7
5032025-02-28T10:17:34.476Z Compiling strsim v0.11.1
5042025-02-28T10:17:34.517Z Compiling tempfile v3.13.0
5052025-02-28T10:17:34.543Z Compiling terminal_size v0.2.6
5062025-02-28T10:17:34.633Z Compiling papergrid v0.11.0
5072025-02-28T10:17:34.906Z Compiling clap_builder v4.5.31
5082025-02-28T10:17:34.953Z Compiling memmap v0.7.0
5092025-02-28T10:17:35.193Z Compiling unicode-linebreak v0.1.5
5102025-02-28T10:17:35.216Z Compiling smawk v0.3.2
5112025-02-28T10:17:35.440Z Compiling swrite v0.1.0
5122025-02-28T10:17:35.592Z Compiling textwrap v0.16.1
5132025-02-28T10:17:36.154Z Compiling tabled_derive v0.7.0
5142025-02-28T10:17:37.664Z Compiling tabled v0.15.0
5152025-02-28T10:17:37.711Z Compiling serde_derive v1.0.218
5162025-02-28T10:17:37.711Z Compiling thiserror-impl v1.0.69
5172025-02-28T10:17:37.715Z Compiling zerocopy-derive v0.7.35
5182025-02-28T10:17:37.715Z Compiling scroll_derive v0.12.0
5192025-02-28T10:17:37.715Z Compiling thiserror-impl v2.0.11
5202025-02-28T10:17:37.715Z Compiling clap_derive v4.5.28
5212025-02-28T10:17:39.235Z Compiling scroll v0.12.0
5222025-02-28T10:17:39.817Z Compiling goblin v0.8.2
5232025-02-28T10:17:39.819Z Compiling zerocopy v0.7.35
5242025-02-28T10:17:41.048Z Compiling pest v2.7.14
5252025-02-28T10:17:42.206Z Compiling clap v4.5.31
5262025-02-28T10:17:43.318Z Compiling pest_meta v2.7.14
5272025-02-28T10:17:44.277Z Compiling pest_generator v2.7.14
5282025-02-28T10:17:45.671Z Compiling pest_derive v2.7.14
5292025-02-28T10:17:46.282Z Compiling dtrace-parser v0.2.0
5302025-02-28T10:17:47.013Z Compiling toml_datetime v0.6.8
5312025-02-28T10:17:47.013Z Compiling serde_spanned v0.6.8
5322025-02-28T10:17:47.263Z Compiling serde_tokenstream v0.2.2
5332025-02-28T10:17:47.303Z Compiling cargo-platform v0.1.8
5342025-02-28T10:17:47.411Z Compiling toml_edit v0.22.24
5352025-02-28T10:17:47.511Z Compiling macaddr v1.0.1
5362025-02-28T10:17:47.696Z Compiling camino-tempfile v1.1.1
5372025-02-28T10:17:48.470Z Compiling dof v0.3.0
5382025-02-28T10:17:48.470Z Compiling cargo_metadata v0.19.1
5392025-02-28T10:17:49.913Z Compiling usdt-attr-macro v0.5.0
5402025-02-28T10:17:49.914Z Compiling usdt-macro v0.5.0
5412025-02-28T10:17:50.205Z Compiling toml v0.8.20
5422025-02-28T10:17:51.032Z Compiling usdt v0.5.0
5432025-02-28T10:17:51.145Z Compiling cargo_toml v0.21.0
5442025-02-28T10:17:53.828Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5452025-02-28T10:17:57.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s
5462025-02-28T10:17:57.299Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5472025-02-28T10:17:57.900Z Downloading crates ...
5482025-02-28T10:17:58.057Z Downloaded addr2line v0.24.2
5492025-02-28T10:17:58.062Z Downloaded atomicwrites v0.4.4
5502025-02-28T10:17:58.069Z Downloaded cfg_aliases v0.2.1
5512025-02-28T10:17:58.074Z Downloaded ctr v0.9.2
5522025-02-28T10:17:58.078Z Downloaded heck v0.3.3
5532025-02-28T10:17:58.078Z Downloaded atty v0.2.14
5542025-02-28T10:17:58.084Z Downloaded async-stream-impl v0.3.6
5552025-02-28T10:17:58.089Z Downloaded http-body v1.0.1
5562025-02-28T10:17:58.089Z Downloaded home v0.5.9
5572025-02-28T10:17:58.095Z Downloaded cstr-argument v0.1.2
5582025-02-28T10:17:58.095Z Downloaded http-range v0.1.5
5592025-02-28T10:17:58.110Z Downloaded hubpack_derive v0.1.1
5602025-02-28T10:17:58.110Z Downloaded cfg_aliases v0.1.1
5612025-02-28T10:17:58.110Z Downloaded bit-vec v0.6.3
5622025-02-28T10:17:58.110Z Downloaded arrayref v0.3.9
5632025-02-28T10:17:58.110Z Downloaded bitfield-struct v0.6.2
5642025-02-28T10:17:58.116Z Downloaded adler2 v2.0.0
5652025-02-28T10:17:58.116Z Downloaded base16ct v0.2.0
5662025-02-28T10:17:58.117Z Downloaded bit-set v0.5.3
5672025-02-28T10:17:58.117Z Downloaded ident_case v1.0.1
5682025-02-28T10:17:58.117Z Downloaded castaway v0.2.3
5692025-02-28T10:17:58.117Z Downloaded aead v0.5.2
5702025-02-28T10:17:58.117Z Downloaded async-stream v0.3.6
5712025-02-28T10:17:58.117Z Downloaded atomic-waker v1.1.2
5722025-02-28T10:17:58.117Z Downloaded bcrypt-pbkdf v0.10.0
5732025-02-28T10:17:58.120Z Downloaded icu_provider_macros v1.5.0
5742025-02-28T10:17:58.120Z Downloaded crossbeam-deque v0.8.5
5752025-02-28T10:17:58.120Z Downloaded md5 v0.7.0
5762025-02-28T10:17:58.121Z Downloaded crc v3.2.1
5772025-02-28T10:17:58.124Z Downloaded is_ci v1.2.0
5782025-02-28T10:17:58.124Z Downloaded cbc v0.1.2
5792025-02-28T10:17:58.129Z Downloaded instant v0.1.13
5802025-02-28T10:17:58.129Z Downloaded block-padding v0.3.3
5812025-02-28T10:17:58.144Z Downloaded chrono-tz-build v0.4.0
5822025-02-28T10:17:58.144Z Downloaded hubpack v0.1.2
5832025-02-28T10:17:58.144Z Downloaded cexpr v0.6.0
5842025-02-28T10:17:58.150Z Downloaded cmake v0.1.51
5852025-02-28T10:17:58.150Z Downloaded match_cfg v0.1.0
5862025-02-28T10:17:58.150Z Downloaded hyper-tls v0.6.0
5872025-02-28T10:17:58.150Z Downloaded httpdate v1.0.3
5882025-02-28T10:17:58.150Z Downloaded lazycell v1.3.0
5892025-02-28T10:17:58.150Z Downloaded indent_write v2.2.0
5902025-02-28T10:17:58.150Z Downloaded csv-core v0.1.11
5912025-02-28T10:17:58.150Z Downloaded humantime v2.1.0
5922025-02-28T10:17:58.150Z Downloaded hex-literal v0.4.1
5932025-02-28T10:17:58.150Z Downloaded hostname v0.4.0
5942025-02-28T10:17:58.158Z Downloaded lru v0.12.5
5952025-02-28T10:17:58.158Z Downloaded is-terminal v0.4.13
5962025-02-28T10:17:58.158Z Downloaded http-body-util v0.1.2
5972025-02-28T10:17:58.163Z Downloaded bb8 v0.8.5
5982025-02-28T10:17:58.163Z Downloaded backoff v0.4.0
5992025-02-28T10:17:58.163Z Downloaded hostname v0.3.1
6002025-02-28T10:17:58.168Z Downloaded ciborium-ll v0.2.2
6012025-02-28T10:17:58.168Z Downloaded lalrpop-util v0.19.12
6022025-02-28T10:17:58.172Z Downloaded base64ct v1.6.0
6032025-02-28T10:17:58.177Z Downloaded colored v2.2.0
6042025-02-28T10:17:58.177Z Downloaded maybe-uninit v2.0.0
6052025-02-28T10:17:58.180Z Downloaded cobs v0.2.3
6062025-02-28T10:17:58.180Z Downloaded lru-cache v0.1.2
6072025-02-28T10:17:58.185Z Downloaded ciborium v0.2.2
6082025-02-28T10:17:58.188Z Downloaded serde-big-array v0.5.1
6092025-02-28T10:17:58.188Z Downloaded memoffset v0.9.1
6102025-02-28T10:17:58.193Z Downloaded md-5 v0.10.6
6112025-02-28T10:17:58.193Z Downloaded arrayvec v0.7.6
6122025-02-28T10:17:58.198Z Downloaded proc-macro-error2 v2.0.1
6132025-02-28T10:17:58.202Z Downloaded indoc v1.0.9
6142025-02-28T10:17:58.202Z Downloaded libsw v3.4.0
6152025-02-28T10:17:58.206Z Downloaded jobserver v0.1.32
6162025-02-28T10:17:58.206Z Downloaded bitfield v0.14.0
6172025-02-28T10:17:58.206Z Downloaded stable_deref_trait v1.2.0
6182025-02-28T10:17:58.209Z Downloaded bit-set v0.8.0
6192025-02-28T10:17:58.209Z Downloaded crunchy v0.2.2
6202025-02-28T10:17:58.209Z Downloaded toolchain_find v0.4.0
6212025-02-28T10:17:58.213Z Downloaded clang-sys v1.8.1
6222025-02-28T10:17:58.216Z Downloaded assert_matches v1.5.0
6232025-02-28T10:17:58.216Z Downloaded psl-types v2.0.11
6242025-02-28T10:17:58.220Z Downloaded array-init v0.0.4
6252025-02-28T10:17:58.220Z Downloaded argon2 v0.5.3
6262025-02-28T10:17:58.220Z Downloaded ipnetwork v0.21.1
6272025-02-28T10:17:58.223Z Downloaded hyper-rustls v0.27.3
6282025-02-28T10:17:58.227Z Downloaded litemap v0.7.3
6292025-02-28T10:17:58.231Z Downloaded ipnet v2.11.0
6302025-02-28T10:17:58.235Z Downloaded ahash v0.8.11
6312025-02-28T10:17:58.235Z Downloaded lock_api v0.4.12
6322025-02-28T10:17:58.238Z Downloaded crucible-workspace-hack v0.1.0
6332025-02-28T10:17:58.238Z Downloaded icu_locid_transform v1.5.0
6342025-02-28T10:17:58.242Z Downloaded iana-time-zone v0.1.61
6352025-02-28T10:17:58.245Z Downloaded scrypt v0.11.0
6362025-02-28T10:17:58.245Z Downloaded zone_cfg_derive v0.3.0
6372025-02-28T10:17:58.248Z Downloaded mime_guess v2.0.5
6382025-02-28T10:17:58.248Z Downloaded mime v0.3.17
6392025-02-28T10:17:58.251Z Downloaded signal-hook-mio v0.2.4
6402025-02-28T10:17:58.256Z Downloaded write16 v1.0.0
6412025-02-28T10:17:58.256Z Downloaded waitgroup v0.1.2
6422025-02-28T10:17:58.256Z Downloaded signal-hook-registry v1.4.2
6432025-02-28T10:17:58.260Z Downloaded cassowary v0.3.0
6442025-02-28T10:17:58.260Z Downloaded spki v0.7.3
6452025-02-28T10:17:58.260Z Downloaded diesel_table_macro_syntax v0.2.0
6462025-02-28T10:17:58.263Z Downloaded ref-cast-impl v1.0.23
6472025-02-28T10:17:58.263Z Downloaded mockall v0.13.1
6482025-02-28T10:17:58.266Z Downloaded slog-json v2.6.1
6492025-02-28T10:17:58.266Z Downloaded foreign-types v0.3.2
6502025-02-28T10:17:58.270Z Downloaded tap v1.0.1
6512025-02-28T10:17:58.270Z Downloaded libsw-core v0.3.1
6522025-02-28T10:17:58.270Z Downloaded libefi-sys v0.1.0
6532025-02-28T10:17:58.274Z Downloaded foreign-types-shared v0.1.1
6542025-02-28T10:17:58.274Z Downloaded tls_codec_derive v0.4.1
6552025-02-28T10:17:58.277Z Downloaded supports-color v3.0.2
6562025-02-28T10:17:58.278Z Downloaded subtle v2.6.1
6572025-02-28T10:17:58.278Z Downloaded serde_urlencoded v0.7.1
6582025-02-28T10:17:58.282Z Downloaded buf-list v1.0.3
6592025-02-28T10:17:58.286Z Downloaded openssl-macros v0.1.1
6602025-02-28T10:17:58.286Z Downloaded httparse v1.9.5
6612025-02-28T10:17:58.290Z Downloaded topological-sort v0.2.2
6622025-02-28T10:17:58.290Z Downloaded crc-any v2.5.0
6632025-02-28T10:17:58.295Z Downloaded compact_str v0.8.0
6642025-02-28T10:17:58.299Z Downloaded opaque-debug v0.3.1
6652025-02-28T10:17:58.299Z Downloaded hickory-client v0.24.4
6662025-02-28T10:17:58.303Z Downloaded utf-8 v0.7.6
6672025-02-28T10:17:58.303Z Downloaded cargo_metadata v0.18.1
6682025-02-28T10:17:58.306Z Downloaded icu_normalizer_data v1.5.0
6692025-02-28T10:17:58.311Z Downloaded peg-runtime v0.8.3
6702025-02-28T10:17:58.311Z Downloaded async-bb8-diesel v0.2.1
6712025-02-28T10:17:58.315Z Downloaded icu_normalizer v1.5.0
6722025-02-28T10:17:58.320Z Downloaded static_assertions v1.1.0
6732025-02-28T10:17:58.320Z Downloaded indexmap v1.9.3
6742025-02-28T10:17:58.325Z Downloaded fixedbitset v0.4.2
6752025-02-28T10:17:58.325Z Downloaded foreign-types v0.5.0
6762025-02-28T10:17:58.325Z Downloaded filetime v0.2.25
6772025-02-28T10:17:58.329Z Downloaded xz2 v0.1.7
6782025-02-28T10:17:58.329Z Downloaded time-macros v0.2.18
6792025-02-28T10:17:58.333Z Downloaded progenitor-client v0.8.0
6802025-02-28T10:17:58.333Z Downloaded percent-encoding v2.3.1
6812025-02-28T10:17:58.333Z Downloaded ghash v0.5.1
6822025-02-28T10:17:58.337Z Downloaded crc32fast v1.4.2
6832025-02-28T10:17:58.337Z Downloaded ron v0.7.1
6842025-02-28T10:17:58.344Z Downloaded term v0.7.0
6852025-02-28T10:17:58.347Z Downloaded sync_wrapper v1.0.1
6862025-02-28T10:17:58.348Z Downloaded rustc-demangle v0.1.24
6872025-02-28T10:17:58.352Z Downloaded ed25519 v2.2.3
6882025-02-28T10:17:58.352Z Downloaded base64 v0.22.1
6892025-02-28T10:17:58.355Z Downloaded group v0.13.0
6902025-02-28T10:17:58.360Z Downloaded glob v0.3.2
6912025-02-28T10:17:58.360Z Downloaded sqlparser_derive v0.2.2
6922025-02-28T10:17:58.365Z Downloaded headers v0.4.0
6932025-02-28T10:17:58.378Z Downloaded yoke-derive v0.7.4
6942025-02-28T10:17:58.381Z Downloaded schemars_derive v0.8.22
6952025-02-28T10:17:58.381Z Downloaded litrs v0.4.1
6962025-02-28T10:17:58.385Z Downloaded icu_provider v1.5.0
6972025-02-28T10:17:58.390Z Downloaded endian-type v0.1.2
6982025-02-28T10:17:58.390Z Downloaded siphasher v0.3.11
6992025-02-28T10:17:58.394Z Downloaded simd-adler32 v0.3.7
7002025-02-28T10:17:58.394Z Downloaded crossbeam-channel v0.5.13
7012025-02-28T10:17:58.397Z Downloaded toml v0.7.8
7022025-02-28T10:17:58.401Z Downloaded termtree v0.5.1
7032025-02-28T10:17:58.404Z Downloaded synstructure v0.13.1
7042025-02-28T10:17:58.405Z Downloaded const_format v0.2.34
7052025-02-28T10:17:58.410Z Downloaded num_threads v0.1.7
7062025-02-28T10:17:58.413Z Downloaded rand_seeder v0.3.0
7072025-02-28T10:17:58.419Z Downloaded newtype-uuid v1.2.1
7082025-02-28T10:17:58.419Z Downloaded tui-tree-widget v0.23.0
7092025-02-28T10:17:58.419Z Downloaded serde-hex v0.1.0
7102025-02-28T10:17:58.423Z Downloaded rustfmt-wrapper v0.2.1
7112025-02-28T10:17:58.423Z Downloaded rustc_version v0.4.1
7122025-02-28T10:17:58.424Z Downloaded russh-cryptovec v0.7.3
7132025-02-28T10:17:58.427Z Downloaded unicode-truncate v1.1.0
7142025-02-28T10:17:58.427Z Downloaded pem v3.0.5
7152025-02-28T10:17:58.427Z Downloaded ecdsa v0.16.9
7162025-02-28T10:17:58.431Z Downloaded postgres-protocol v0.6.8
7172025-02-28T10:17:58.435Z Downloaded peg-macros v0.8.4
7182025-02-28T10:17:58.435Z Downloaded zopfli v0.8.1
7192025-02-28T10:17:58.438Z Downloaded env_filter v0.1.2
7202025-02-28T10:17:58.443Z Downloaded sqlformat v0.2.6
7212025-02-28T10:17:58.443Z Downloaded smf v0.2.3
7222025-02-28T10:17:58.448Z Downloaded bytes v1.10.0
7232025-02-28T10:17:58.455Z Downloaded futures-task v0.3.31
7242025-02-28T10:17:58.455Z Downloaded cc v1.2.15
7252025-02-28T10:17:58.459Z Downloaded futures-sink v0.3.31
7262025-02-28T10:17:58.459Z Downloaded unicode-properties v0.1.3
7272025-02-28T10:17:58.459Z Downloaded num-integer v0.1.46
7282025-02-28T10:17:58.463Z Downloaded aes v0.8.4
7292025-02-28T10:17:58.467Z Downloaded tokio-rustls v0.26.0
7302025-02-28T10:17:58.470Z Downloaded tinyvec_macros v0.1.1
7312025-02-28T10:17:58.470Z Downloaded tokio-stream v0.1.17
7322025-02-28T10:17:58.475Z Downloaded sigpipe v0.1.3
7332025-02-28T10:17:58.475Z Downloaded pem-rfc7468 v0.7.0
7342025-02-28T10:17:58.480Z Downloaded pbkdf2 v0.12.2
7352025-02-28T10:17:58.480Z Downloaded pbkdf2 v0.11.0
7362025-02-28T10:17:58.484Z Downloaded rand_core v0.6.4
7372025-02-28T10:17:58.484Z Downloaded hickory-server v0.24.4
7382025-02-28T10:17:58.490Z Downloaded deranged v0.3.11
7392025-02-28T10:17:58.493Z Downloaded vte_generate_state_changes v0.1.2
7402025-02-28T10:17:58.494Z Downloaded defmt v0.3.8
7412025-02-28T10:17:58.498Z Downloaded float-ord v0.3.2
7422025-02-28T10:17:58.501Z Downloaded nibble_vec v0.1.0
7432025-02-28T10:17:58.501Z Downloaded scheduled-thread-pool v0.2.7
7442025-02-28T10:17:58.505Z Downloaded parking_lot_core v0.9.10
7452025-02-28T10:17:58.505Z Downloaded parking_lot_core v0.8.6
7462025-02-28T10:17:58.509Z Downloaded zerofrom v0.1.4
7472025-02-28T10:17:58.510Z Downloaded multimap v0.10.0
7482025-02-28T10:17:58.513Z Downloaded openssl-probe v0.1.5
7492025-02-28T10:17:58.513Z Downloaded fxhash v0.2.1
7502025-02-28T10:17:58.513Z Downloaded slog-dtrace v0.3.0
7512025-02-28T10:17:58.516Z Downloaded newtype_derive v0.1.6
7522025-02-28T10:17:58.516Z Downloaded tar v0.4.44
7532025-02-28T10:17:58.519Z Downloaded thread_local v1.1.8
7542025-02-28T10:17:58.522Z Downloaded smallvec v0.6.14
7552025-02-28T10:17:58.522Z Downloaded rand_xorshift v0.3.0
7562025-02-28T10:17:58.525Z Downloaded progenitor-client v0.9.1
7572025-02-28T10:17:58.526Z Downloaded pin-utils v0.1.0
7582025-02-28T10:17:58.529Z Downloaded parking_lot v0.12.3
7592025-02-28T10:17:58.529Z Downloaded num_enum_derive v0.5.11
7602025-02-28T10:17:58.532Z Downloaded xattr v1.3.1
7612025-02-28T10:17:58.533Z Downloaded tokio-native-tls v0.3.1
7622025-02-28T10:17:58.536Z Downloaded icu_collections v1.5.0
7632025-02-28T10:17:58.541Z Downloaded dirs-next v2.0.0
7642025-02-28T10:17:58.545Z Downloaded wyz v0.5.1
7652025-02-28T10:17:58.545Z Downloaded tokio-macros v2.5.0
7662025-02-28T10:17:58.549Z Downloaded tls_codec v0.4.1
7672025-02-28T10:17:58.549Z Downloaded olpc-cjson v0.1.4
7682025-02-28T10:17:58.549Z Downloaded polyval v0.6.2
7692025-02-28T10:17:58.553Z Downloaded parking_lot v0.11.2
7702025-02-28T10:17:58.556Z Downloaded futures-macro v0.3.31
7712025-02-28T10:17:58.556Z Downloaded hickory-resolver v0.24.4
7722025-02-28T10:17:58.559Z Downloaded derive_builder v0.20.2
7732025-02-28T10:17:58.564Z Downloaded strum_macros v0.24.3
7742025-02-28T10:17:58.568Z Downloaded termtree v0.4.1
7752025-02-28T10:17:58.571Z Downloaded url v2.5.3
7762025-02-28T10:17:58.574Z Downloaded dropshot_endpoint v0.12.0
7772025-02-28T10:17:58.582Z Downloaded num_enum v0.5.11
7782025-02-28T10:17:58.586Z Downloaded time-core v0.1.2
7792025-02-28T10:17:58.587Z Downloaded radium v0.7.0
7802025-02-28T10:17:58.587Z Downloaded r2d2 v0.8.10
7812025-02-28T10:17:58.587Z Downloaded futures-io v0.3.31
7822025-02-28T10:17:58.590Z Downloaded ff v0.13.0
7832025-02-28T10:17:58.590Z Downloaded newline-converter v0.3.0
7842025-02-28T10:17:58.590Z Downloaded yoke v0.7.4
7852025-02-28T10:17:58.594Z Downloaded parse-display v0.10.0
7862025-02-28T10:17:58.594Z Downloaded zone_cfg_derive v0.1.2
7872025-02-28T10:17:58.594Z Downloaded socket2 v0.5.8
7882025-02-28T10:17:58.597Z Downloaded dsl_auto_type v0.1.2
7892025-02-28T10:17:58.604Z Downloaded gethostname v0.5.0
7902025-02-28T10:17:58.604Z Downloaded progenitor-impl v0.9.1
7912025-02-28T10:17:58.608Z Downloaded rand v0.8.5
7922025-02-28T10:17:58.608Z Downloaded yasna v0.5.2
7932025-02-28T10:17:58.611Z Downloaded flume v0.11.1
7942025-02-28T10:17:58.614Z Downloaded toml_edit v0.19.15
7952025-02-28T10:17:58.632Z Downloaded try-lock v0.2.5
7962025-02-28T10:17:58.636Z Downloaded dropshot_endpoint v0.16.0
7972025-02-28T10:17:58.636Z Downloaded steno v0.4.1
7982025-02-28T10:17:58.640Z Downloaded zerovec-derive v0.10.3
7992025-02-28T10:17:58.643Z Downloaded ed25519-dalek v2.1.1
8002025-02-28T10:17:58.646Z Downloaded zone v0.3.0
8012025-02-28T10:17:58.649Z Downloaded thiserror-no-std v2.0.2
8022025-02-28T10:17:58.652Z Downloaded utf16_iter v1.0.5
8032025-02-28T10:17:58.655Z Downloaded derive_builder_macro v0.20.2
8042025-02-28T10:17:58.656Z Downloaded embedded-io v0.6.1
8052025-02-28T10:17:58.659Z Downloaded embedded-io v0.4.0
8062025-02-28T10:17:58.659Z Downloaded fs_extra v1.3.0
8072025-02-28T10:17:58.664Z Downloaded path-slash v0.1.5
8082025-02-28T10:17:58.665Z Downloaded ena v0.14.3
8092025-02-28T10:17:58.669Z Downloaded tinyvec v1.8.0
8102025-02-28T10:17:58.669Z Downloaded tungstenite v0.23.0
8112025-02-28T10:17:58.673Z Downloaded tungstenite v0.21.0
8122025-02-28T10:17:58.676Z Downloaded oso-derive v0.27.3
8132025-02-28T10:17:58.679Z Downloaded libm v0.2.8
8142025-02-28T10:17:58.684Z Downloaded phf_shared v0.11.2
8152025-02-28T10:17:58.690Z Downloaded aes-gcm v0.10.3
8162025-02-28T10:17:58.693Z Downloaded qorb v0.2.1
8172025-02-28T10:17:58.696Z Downloaded progenitor v0.9.1
8182025-02-28T10:17:58.696Z Downloaded slog-term v2.9.1
8192025-02-28T10:17:58.700Z Downloaded slog-stdlog v4.1.1
8202025-02-28T10:17:58.703Z Downloaded unicode-xid v0.2.6
8212025-02-28T10:17:58.703Z Downloaded vte v0.11.1
8222025-02-28T10:17:58.709Z Downloaded num-traits v0.2.19
8232025-02-28T10:17:58.712Z Downloaded packed_struct v0.10.1
8242025-02-28T10:17:58.713Z Downloaded whoami v1.5.2
8252025-02-28T10:17:58.713Z Downloaded defmt-parser v0.3.4
8262025-02-28T10:17:58.716Z Downloaded defmt-macros v0.3.9
8272025-02-28T10:17:58.720Z Downloaded which v4.4.2
8282025-02-28T10:17:58.720Z Downloaded owo-colors v4.2.0
8292025-02-28T10:17:58.723Z Downloaded oso v0.27.3
8302025-02-28T10:17:58.727Z Downloaded idna v1.0.3
8312025-02-28T10:17:58.732Z Downloaded new_debug_unreachable v1.0.6
8322025-02-28T10:17:58.735Z Downloaded darling_macro v0.20.10
8332025-02-28T10:17:58.735Z Downloaded parse-size v1.1.0
8342025-02-28T10:17:58.736Z Downloaded zip v2.1.3
8352025-02-28T10:17:58.740Z Downloaded russh-keys v0.45.0
8362025-02-28T10:17:58.746Z Downloaded slog-envlogger v2.2.0
8372025-02-28T10:17:58.746Z Downloaded nodrop v0.1.14
8382025-02-28T10:17:58.749Z Downloaded env_logger v0.11.5
8392025-02-28T10:17:58.750Z Downloaded paste v1.0.15
8402025-02-28T10:17:58.753Z Downloaded progenitor v0.8.0
8412025-02-28T10:17:58.753Z Downloaded libxml v0.3.3
8422025-02-28T10:17:58.759Z Downloaded num-conv v0.1.0
8432025-02-28T10:17:58.765Z Downloaded want v0.3.1
8442025-02-28T10:17:58.765Z Downloaded tracing-attributes v0.1.27
8452025-02-28T10:17:58.770Z Downloaded take_mut v0.2.2
8462025-02-28T10:17:58.770Z Downloaded termios v0.3.3
8472025-02-28T10:17:58.770Z Downloaded slog-scope v4.4.0
8482025-02-28T10:17:58.770Z Downloaded ssh-encoding v0.2.0
8492025-02-28T10:17:58.774Z Downloaded rpassword v7.3.1
8502025-02-28T10:17:58.774Z Downloaded untrusted v0.7.1
8512025-02-28T10:17:58.774Z Downloaded sync-ptr v0.1.1
8522025-02-28T10:17:58.780Z Downloaded slog-bunyan v2.5.0
8532025-02-28T10:17:58.780Z Downloaded num-bigint v0.4.6
8542025-02-28T10:17:58.784Z Downloaded daft v0.1.1
8552025-02-28T10:17:58.784Z Downloaded universal-hash v0.5.1
8562025-02-28T10:17:58.788Z Downloaded zerocopy-derive v0.8.10
8572025-02-28T10:17:58.791Z Downloaded display-error-chain v0.2.2
8582025-02-28T10:17:58.795Z Downloaded hash32 v0.2.1
8592025-02-28T10:17:58.795Z Downloaded difflib v0.4.0
8602025-02-28T10:17:58.798Z Downloaded des v0.8.1
8612025-02-28T10:17:58.798Z Downloaded parse-display-derive v0.10.0
8622025-02-28T10:17:58.802Z Downloaded tower-service v0.3.3
8632025-02-28T10:17:58.802Z Downloaded tower-layer v0.3.3
8642025-02-28T10:17:58.802Z Downloaded snafu v0.8.5
8652025-02-28T10:17:58.808Z Downloaded strip-ansi-escapes v0.2.0
8662025-02-28T10:17:58.811Z Downloaded aws-lc-rs v1.12.4
8672025-02-28T10:17:58.820Z Downloaded num-derive v0.4.2
8682025-02-28T10:17:58.826Z Downloaded shell-words v1.1.0
8692025-02-28T10:17:58.826Z Downloaded postgres-types v0.2.9
8702025-02-28T10:17:58.830Z Downloaded bindgen v0.69.5
8712025-02-28T10:17:58.847Z Downloaded num-complex v0.4.6
8722025-02-28T10:17:58.847Z Downloaded unarray v0.1.4
8732025-02-28T10:17:58.847Z Downloaded env_logger v0.10.2
8742025-02-28T10:17:58.847Z Downloaded resolv-conf v0.7.0
8752025-02-28T10:17:58.851Z Downloaded hash32 v0.3.1
8762025-02-28T10:17:58.851Z Downloaded curve25519-dalek-derive v0.1.1
8772025-02-28T10:17:58.851Z Downloaded termcolor v1.4.1
8782025-02-28T10:17:58.851Z Downloaded headers-core v0.3.0
8792025-02-28T10:17:58.851Z Downloaded elliptic-curve v0.13.8
8802025-02-28T10:17:58.855Z Downloaded derive_more v0.99.19
8812025-02-28T10:17:58.858Z Downloaded string_cache v0.8.7
8822025-02-28T10:17:58.863Z Downloaded phf_codegen v0.11.2
8832025-02-28T10:17:58.863Z Downloaded password-hash v0.4.2
8842025-02-28T10:17:58.867Z Downloaded darling v0.20.10
8852025-02-28T10:17:58.870Z Downloaded daft-derive v0.1.1
8862025-02-28T10:17:58.874Z Downloaded hkdf v0.12.4
8872025-02-28T10:17:58.877Z Downloaded itertools v0.14.0
8882025-02-28T10:17:58.882Z Downloaded flagset v0.4.6
8892025-02-28T10:17:58.886Z Downloaded serde_path_to_error v0.1.16
8902025-02-28T10:17:58.886Z Downloaded float-cmp v0.10.0
8912025-02-28T10:17:58.890Z Downloaded tungstenite v0.24.0
8922025-02-28T10:17:58.896Z Downloaded serde_plain v1.0.2
8932025-02-28T10:17:58.896Z Downloaded pretty-hex v0.2.1
8942025-02-28T10:17:58.900Z Downloaded phf_generator v0.11.2
8952025-02-28T10:17:58.900Z Downloaded normalize-line-endings v0.3.0
8962025-02-28T10:17:58.900Z Downloaded pin-project v1.1.6
8972025-02-28T10:17:58.908Z Downloaded downcast v0.11.0
8982025-02-28T10:17:58.912Z Downloaded typify-macro v0.3.0
8992025-02-28T10:17:58.912Z Downloaded serde_repr v0.1.19
9002025-02-28T10:17:58.918Z Downloaded unicode_categories v0.1.1
9012025-02-28T10:17:58.918Z Downloaded strum v0.26.3
9022025-02-28T10:17:58.921Z Downloaded foreign-types-shared v0.3.1
9032025-02-28T10:17:58.921Z Downloaded serde_with v3.11.0
9042025-02-28T10:17:58.926Z Downloaded quinn-udp v0.5.5
9052025-02-28T10:17:58.930Z Downloaded hyper v1.6.0
9062025-02-28T10:17:58.936Z Downloaded serde_derive_internals v0.29.1
9072025-02-28T10:17:58.939Z Downloaded proc-macro-crate v1.3.1
9082025-02-28T10:17:58.939Z Downloaded shlex v1.3.0
9092025-02-28T10:17:58.940Z Downloaded sha1 v0.10.6
9102025-02-28T10:17:58.943Z Downloaded fragile v2.0.0
9112025-02-28T10:17:58.943Z Downloaded ref-cast v1.0.23
9122025-02-28T10:17:58.947Z Downloaded signal-hook v0.3.17
9132025-02-28T10:17:58.950Z Downloaded unicode-segmentation v1.12.0
9142025-02-28T10:17:58.955Z Downloaded predicates v3.1.3
9152025-02-28T10:17:58.958Z Downloaded samael v0.0.18
9162025-02-28T10:17:58.962Z Downloaded fd-lock v4.0.2
9172025-02-28T10:17:58.966Z Downloaded displaydoc v0.2.5
9182025-02-28T10:17:58.970Z Downloaded structmeta v0.3.0
9192025-02-28T10:17:58.970Z Downloaded form_urlencoded v1.2.1
9202025-02-28T10:17:58.970Z Downloaded zeroize_derive v1.4.2
9212025-02-28T10:17:58.975Z Downloaded futures v0.3.31
9222025-02-28T10:17:58.979Z Downloaded oxnet v0.1.1
9232025-02-28T10:17:58.979Z Downloaded nu-ansi-term v0.50.1
9242025-02-28T10:17:58.984Z Downloaded document-features v0.2.10
9252025-02-28T10:17:58.984Z Downloaded foldhash v0.1.3
9262025-02-28T10:17:58.988Z Downloaded zeroize v1.8.1
9272025-02-28T10:17:58.988Z Downloaded native-tls v0.2.12
9282025-02-28T10:17:58.988Z Downloaded nanorand v0.7.0
9292025-02-28T10:17:58.991Z Downloaded rayon v1.10.0
9302025-02-28T10:17:58.999Z Downloaded half v2.4.1
9312025-02-28T10:17:59.004Z Downloaded heapless v0.8.0
9322025-02-28T10:17:59.009Z Downloaded der v0.7.9
9332025-02-28T10:17:59.013Z Downloaded vsss-rs v3.3.4
9342025-02-28T10:17:59.016Z Downloaded stringprep v0.1.5
9352025-02-28T10:17:59.016Z Downloaded bindgen v0.71.1
9362025-02-28T10:17:59.025Z Downloaded typify v0.2.0
9372025-02-28T10:17:59.028Z Downloaded time v0.3.36
9382025-02-28T10:17:59.036Z Downloaded subprocess v0.2.9
9392025-02-28T10:17:59.040Z Downloaded zerovec v0.10.4
9402025-02-28T10:17:59.044Z Downloaded h2 v0.4.6
9412025-02-28T10:17:59.053Z Downloaded pin-project-internal v1.1.6
9422025-02-28T10:17:59.057Z Downloaded rcgen v0.12.1
9432025-02-28T10:17:59.060Z Downloaded russh v0.45.0
9442025-02-28T10:17:59.063Z Downloaded rayon-core v1.12.1
9452025-02-28T10:17:59.067Z Downloaded typify v0.3.0
9462025-02-28T10:17:59.073Z Downloaded heapless v0.7.17
9472025-02-28T10:17:59.077Z Downloaded unicode-bidi v0.3.17
9482025-02-28T10:17:59.080Z Downloaded chrono v0.4.40
9492025-02-28T10:17:59.087Z Downloaded tracing v0.1.40
9502025-02-28T10:17:59.091Z Downloaded publicsuffix v2.3.0
9512025-02-28T10:17:59.096Z Downloaded expectorate v1.1.0
9522025-02-28T10:17:59.099Z Downloaded parse-zoneinfo v0.3.1
9532025-02-28T10:17:59.099Z Downloaded rand v0.9.0
9542025-02-28T10:17:59.107Z Downloaded rsa v0.9.6
9552025-02-28T10:17:59.110Z Downloaded p256 v0.13.2
9562025-02-28T10:17:59.114Z Downloaded icu_properties_data v1.5.0
9572025-02-28T10:17:59.124Z Downloaded quinn-proto v0.11.8
9582025-02-28T10:17:59.131Z Downloaded lalrpop v0.19.12
9592025-02-28T10:17:59.145Z Downloaded hashbrown v0.13.2
9602025-02-28T10:17:59.148Z Downloaded prettyplease v0.2.29
9612025-02-28T10:17:59.151Z Downloaded vcpkg v0.2.15
9622025-02-28T10:17:59.190Z Downloaded p521 v0.13.3
9632025-02-28T10:17:59.194Z Downloaded nom v7.1.3
9642025-02-28T10:17:59.200Z Downloaded sqlparser v0.45.0
9652025-02-28T10:17:59.206Z Downloaded rustls v0.21.12
9662025-02-28T10:17:59.219Z Downloaded tokio-util v0.7.13
9672025-02-28T10:17:59.225Z Downloaded ssh-key v0.6.6
9682025-02-28T10:17:59.233Z Downloaded salty v0.3.0
9692025-02-28T10:17:59.240Z Downloaded rustls-webpki v0.102.8
9702025-02-28T10:17:59.259Z Downloaded winnow v0.6.20
9712025-02-28T10:17:59.269Z Downloaded typed-path v0.9.3
9722025-02-28T10:17:59.275Z Downloaded unicode-width v0.2.0
9732025-02-28T10:17:59.282Z Downloaded winnow v0.5.40
9742025-02-28T10:17:59.291Z Downloaded reedline v0.35.0
9752025-02-28T10:17:59.300Z Downloaded regress v0.10.3
9762025-02-28T10:17:59.308Z Downloaded polar-core v0.27.3
9772025-02-28T10:17:59.318Z Downloaded portable-atomic v1.9.0
9782025-02-28T10:17:59.325Z Downloaded gimli v0.31.1
9792025-02-28T10:17:59.335Z Downloaded smoltcp v0.9.1
9802025-02-28T10:17:59.348Z Downloaded webpki-roots v0.26.6
9812025-02-28T10:17:59.351Z Downloaded petname v2.0.2
9822025-02-28T10:17:59.357Z Downloaded diesel v2.2.7
9832025-02-28T10:17:59.377Z Downloaded proptest v1.6.0
9842025-02-28T10:17:59.386Z Downloaded tabled v0.18.0
9852025-02-28T10:17:59.406Z Downloaded smoltcp v0.11.0
9862025-02-28T10:17:59.418Z Downloaded regex-syntax v0.6.29
9872025-02-28T10:17:59.425Z Downloaded nix v0.28.0
9882025-02-28T10:17:59.440Z Downloaded curve25519-dalek v4.1.3
9892025-02-28T10:17:59.446Z Downloaded nix v0.29.0
9902025-02-28T10:17:59.458Z Downloaded rustls v0.23.19
9912025-02-28T10:17:59.471Z Downloaded regex-syntax v0.8.5
9922025-02-28T10:17:59.479Z Downloaded dropshot v0.16.0
9932025-02-28T10:17:59.502Z Downloaded hickory-proto v0.24.4
9942025-02-28T10:17:59.517Z Downloaded openapiv3 v2.0.0
9952025-02-28T10:17:59.530Z Downloaded regex v1.11.1
9962025-02-28T10:17:59.544Z Downloaded nix v0.27.1
9972025-02-28T10:17:59.556Z Downloaded object v0.36.5
9982025-02-28T10:17:59.567Z Downloaded zerocopy-derive v0.6.6
9992025-02-28T10:17:59.577Z Downloaded sled v0.34.7
10002025-02-28T10:17:59.589Z Downloaded ratatui v0.29.0
10012025-02-28T10:17:59.608Z Downloaded typify-impl v0.3.0
10022025-02-28T10:17:59.624Z Downloaded typify-impl v0.2.0
10032025-02-28T10:17:59.640Z Downloaded regex-automata v0.4.8
10042025-02-28T10:17:59.657Z Downloaded bzip2-sys v0.1.11+1.0.8
10052025-02-28T10:17:59.670Z Downloaded bstr v1.10.0
10062025-02-28T10:17:59.680Z Downloaded p384 v0.13.0
10072025-02-28T10:17:59.687Z Downloaded petgraph v0.6.5
10082025-02-28T10:17:59.704Z Downloaded dropshot v0.12.0
10092025-02-28T10:17:59.725Z Downloaded rustls v0.22.4
10102025-02-28T10:17:59.737Z Downloaded chrono-tz v0.10.1
10112025-02-28T10:17:59.744Z Downloaded rustls-webpki v0.101.7
10122025-02-28T10:17:59.759Z Downloaded lzma-sys v0.1.20
10132025-02-28T10:17:59.788Z Downloaded petgraph v0.7.1
10142025-02-28T10:17:59.807Z Downloaded csv v1.3.1
10152025-02-28T10:17:59.827Z Downloaded radix_trie v0.2.1
10162025-02-28T10:17:59.832Z Downloaded tokio v1.43.0
10172025-02-28T10:17:59.870Z Downloaded sha3 v0.10.8
10182025-02-28T10:17:59.877Z Downloaded libz-sys v1.1.20
10192025-02-28T10:17:59.895Z Downloaded flate2 v1.1.0
10202025-02-28T10:17:59.900Z Downloaded openssl v0.10.71
10212025-02-28T10:17:59.911Z Downloaded object v0.30.4
10222025-02-28T10:17:59.921Z Downloaded reqwest v0.12.12
10232025-02-28T10:17:59.930Z Downloaded git2 v0.19.0
10242025-02-28T10:17:59.934Z Downloaded zerocopy v0.8.10
10252025-02-28T10:17:59.960Z Downloaded fatfs v0.3.6
10262025-02-28T10:17:59.965Z Downloaded serde_with_macros v3.11.0
10272025-02-28T10:17:59.966Z Downloaded twox-hash v2.1.0
10282025-02-28T10:17:59.971Z Downloaded num-rational v0.4.2
10292025-02-28T10:17:59.971Z Downloaded futures-util v0.3.31
10302025-02-28T10:17:59.976Z Downloaded walkdir v2.5.0
10312025-02-28T10:17:59.980Z Downloaded utf8_iter v1.0.4
10322025-02-28T10:17:59.980Z Downloaded postcard v1.0.10
10332025-02-28T10:17:59.983Z Downloaded unsafe-libyaml v0.2.11
10342025-02-28T10:17:59.987Z Downloaded pin-project-lite v0.2.14
10352025-02-28T10:17:59.991Z Downloaded primeorder v0.13.6
10362025-02-28T10:17:59.994Z Downloaded password-hash v0.5.0
10372025-02-28T10:17:59.994Z Downloaded diff v0.1.13
10382025-02-28T10:17:59.998Z Downloaded darling_core v0.20.10
10392025-02-28T10:18:00.002Z Downloaded quick-error v1.2.3
10402025-02-28T10:18:00.002Z Downloaded unicase v2.7.0
10412025-02-28T10:18:00.006Z Downloaded ppv-lite86 v0.2.20
10422025-02-28T10:18:00.006Z Downloaded futures-executor v0.3.31
10432025-02-28T10:18:00.006Z Downloaded num-iter v0.1.45
10442025-02-28T10:18:00.011Z Downloaded papergrid v0.14.0
10452025-02-28T10:18:00.014Z Downloaded tokio-tungstenite v0.24.0
10462025-02-28T10:18:00.015Z Downloaded tabwriter v1.4.0
10472025-02-28T10:18:00.018Z Downloaded bitvec v1.0.1
10482025-02-28T10:18:00.030Z Downloaded tracing-core v0.1.32
10492025-02-28T10:18:00.042Z Downloaded secrecy v0.8.0
10502025-02-28T10:18:00.042Z Downloaded sec1 v0.7.3
10512025-02-28T10:18:00.042Z Downloaded same-file v1.0.6
10522025-02-28T10:18:00.042Z Downloaded rtoolbox v0.0.2
10532025-02-28T10:18:00.042Z Downloaded fallible-iterator v0.2.0
10542025-02-28T10:18:00.042Z Downloaded writeable v0.5.5
10552025-02-28T10:18:00.042Z Downloaded openssl-sys v0.9.106
10562025-02-28T10:18:00.046Z Downloaded tough v0.19.0
10572025-02-28T10:18:00.053Z Downloaded x509-cert v0.2.5
10582025-02-28T10:18:00.058Z Downloaded quick-xml v0.37.2
10592025-02-28T10:18:00.064Z Downloaded encoding_rs v0.8.34
10602025-02-28T10:18:00.086Z Downloaded tokio-postgres v0.7.13
10612025-02-28T10:18:00.090Z Downloaded num-bigint-dig v0.8.4
10622025-02-28T10:18:00.095Z Downloaded ring v0.17.11
10632025-02-28T10:18:00.138Z Downloaded futures-core v0.3.31
10642025-02-28T10:18:00.142Z Downloaded funty v2.0.0
10652025-02-28T10:18:00.142Z Downloaded ssh-cipher v0.2.0
10662025-02-28T10:18:00.142Z Downloaded zip v0.6.6
10672025-02-28T10:18:00.146Z Downloaded zerofrom-derive v0.1.4
10682025-02-28T10:18:00.146Z Downloaded phf v0.11.2
10692025-02-28T10:18:00.146Z Downloaded powerfmt v0.2.0
10702025-02-28T10:18:00.150Z Downloaded hashbrown v0.12.3
10712025-02-28T10:18:00.155Z Downloaded itertools v0.13.0
10722025-02-28T10:18:00.160Z Downloaded serde_yaml v0.9.34+deprecated
10732025-02-28T10:18:00.164Z Downloaded unicode-normalization v0.1.24
10742025-02-28T10:18:00.164Z Downloaded tower v0.5.2
10752025-02-28T10:18:00.173Z Downloaded itertools v0.12.1
10762025-02-28T10:18:00.179Z Downloaded typify-macro v0.2.0
10772025-02-28T10:18:00.184Z Downloaded signal-hook-tokio v0.3.1
10782025-02-28T10:18:00.184Z Downloaded derive_builder_core v0.20.2
10792025-02-28T10:18:00.184Z Downloaded rustls-pki-types v1.10.0
10802025-02-28T10:18:00.188Z Downloaded slog-async v2.8.0
10812025-02-28T10:18:00.188Z Downloaded rand_chacha v0.9.0
10822025-02-28T10:18:00.191Z Downloaded rand_chacha v0.3.1
10832025-02-28T10:18:00.191Z Downloaded rustls-pemfile v1.0.4
10842025-02-28T10:18:00.194Z Downloaded aho-corasick v1.1.3
10852025-02-28T10:18:00.198Z Downloaded libgit2-sys v0.17.0+1.8.1
10862025-02-28T10:18:00.255Z Downloaded omicron-zone-package v0.12.0
10872025-02-28T10:18:00.258Z Downloaded itertools v0.10.5
10882025-02-28T10:18:00.263Z Downloaded crossterm v0.28.1
10892025-02-28T10:18:00.270Z Downloaded blake3 v1.5.4
10902025-02-28T10:18:00.277Z Downloaded pkcs5 v0.7.1
10912025-02-28T10:18:00.281Z Downloaded pkcs1 v0.7.5
10922025-02-28T10:18:00.285Z Downloaded getrandom v0.3.1
10932025-02-28T10:18:00.288Z Downloaded snafu-derive v0.8.5
10942025-02-28T10:18:00.288Z Downloaded pkcs8 v0.10.2
10952025-02-28T10:18:00.292Z Downloaded minimal-lexical v0.2.1
10962025-02-28T10:18:00.296Z Downloaded rustc-hash v1.1.0
10972025-02-28T10:18:00.296Z Downloaded proc-macro-error-attr2 v2.0.0
10982025-02-28T10:18:00.299Z Downloaded schemars v0.8.22
10992025-02-28T10:18:00.306Z Downloaded fixedbitset v0.5.7
11002025-02-28T10:18:00.310Z Downloaded mio v1.0.2
11012025-02-28T10:18:00.313Z Downloaded either v1.14.0
11022025-02-28T10:18:00.317Z Downloaded rustversion v1.0.17
11032025-02-28T10:18:00.320Z Downloaded dirs-sys-next v0.1.2
11042025-02-28T10:18:00.320Z Downloaded tinystr v0.7.6
11052025-02-28T10:18:00.321Z Downloaded tiny-keccak v2.0.2
11062025-02-28T10:18:00.324Z Downloaded getrandom v0.2.15
11072025-02-28T10:18:00.327Z Downloaded tabled_derive v0.10.0
11082025-02-28T10:18:00.327Z Downloaded slab v0.4.9
11092025-02-28T10:18:00.327Z Downloaded signature v2.2.0
11102025-02-28T10:18:00.330Z Downloaded rusty-fork v0.3.0
11112025-02-28T10:18:00.330Z Downloaded tokio-tungstenite v0.23.1
11122025-02-28T10:18:00.334Z Downloaded tokio-tungstenite v0.21.0
11132025-02-28T10:18:00.334Z Downloaded strum_macros v0.26.4
11142025-02-28T10:18:00.337Z Downloaded futures-channel v0.3.31
11152025-02-28T10:18:00.337Z Downloaded rustyline v14.0.0
11162025-02-28T10:18:00.342Z Downloaded precomputed-hash v0.1.1
11172025-02-28T10:18:00.346Z Downloaded phf_shared v0.10.0
11182025-02-28T10:18:00.346Z Downloaded packed_struct_codegen v0.10.1
11192025-02-28T10:18:00.346Z Downloaded structmeta-derive v0.3.0
11202025-02-28T10:18:00.346Z Downloaded strum_macros v0.25.3
11212025-02-28T10:18:00.350Z Downloaded sct v0.7.1
11222025-02-28T10:18:00.353Z Downloaded derive-where v1.2.7
11232025-02-28T10:18:00.354Z Downloaded poly1305 v0.8.0
11242025-02-28T10:18:00.357Z Downloaded zerocopy v0.6.6
11252025-02-28T10:18:00.361Z Downloaded vergen v8.3.2
11262025-02-28T10:18:00.361Z Downloaded uuid v1.15.1
11272025-02-28T10:18:00.364Z Downloaded test-strategy v0.4.0
11282025-02-28T10:18:00.369Z Downloaded scopeguard v1.2.0
11292025-02-28T10:18:00.369Z Downloaded rustls-pemfile v2.2.0
11302025-02-28T10:18:00.373Z Downloaded http v1.2.0
11312025-02-28T10:18:00.376Z Downloaded der_derive v0.7.3
11322025-02-28T10:18:00.377Z Downloaded value-bag v1.9.0
11332025-02-28T10:18:00.380Z Downloaded uzers v0.12.1
11342025-02-28T10:18:00.380Z Downloaded similar v2.6.0
11352025-02-28T10:18:00.385Z Downloaded semver v0.1.20
11362025-02-28T10:18:00.388Z Downloaded diesel_derives v2.2.3
11372025-02-28T10:18:00.393Z Downloaded quinn v0.11.5
11382025-02-28T10:18:00.396Z Downloaded progenitor-macro v0.9.1
11392025-02-28T10:18:00.396Z Downloaded progenitor-macro v0.8.0
11402025-02-28T10:18:00.396Z Downloaded pkg-config v0.3.31
11412025-02-28T10:18:00.396Z Downloaded zone v0.1.8
11422025-02-28T10:18:00.397Z Downloaded tokio-rustls v0.24.1
11432025-02-28T10:18:00.400Z Downloaded mockall_derive v0.13.1
11442025-02-28T10:18:00.401Z Downloaded miniz_oxide v0.8.5
11452025-02-28T10:18:00.404Z Downloaded icu_properties v1.5.1
11462025-02-28T10:18:00.408Z Downloaded enum-as-inner v0.6.1
11472025-02-28T10:18:00.408Z Downloaded hyper-util v0.1.10
11482025-02-28T10:18:00.411Z Downloaded thiserror-impl-no-std v2.0.2
11492025-02-28T10:18:00.414Z Downloaded data-encoding v2.6.0
11502025-02-28T10:18:00.414Z Downloaded globset v0.4.15
11512025-02-28T10:18:00.414Z Downloaded bumpalo v3.16.0
11522025-02-28T10:18:00.418Z Downloaded ron v0.8.1
11532025-02-28T10:18:00.422Z Downloaded icu_locid_transform_data v1.5.0
11542025-02-28T10:18:00.425Z Downloaded icu_locid v1.5.0
11552025-02-28T10:18:00.428Z Downloaded rfc6979 v0.4.0
11562025-02-28T10:18:00.429Z Downloaded rand_core v0.9.2
11572025-02-28T10:18:00.432Z Downloaded indicatif v0.17.11
11582025-02-28T10:18:00.435Z Downloaded crossbeam-utils v0.8.20
11592025-02-28T10:18:00.440Z Downloaded crossbeam-epoch v0.9.18
11602025-02-28T10:18:00.440Z Downloaded rustc_version v0.1.7
11612025-02-28T10:18:00.443Z Downloaded rustc-hash v2.1.1
11622025-02-28T10:18:00.443Z Downloaded predicates-tree v1.0.11
11632025-02-28T10:18:00.443Z Downloaded predicates-core v1.0.8
11642025-02-28T10:18:00.443Z Downloaded peg v0.8.4
11652025-02-28T10:18:00.447Z Downloaded tokio-rustls v0.25.0
11662025-02-28T10:18:00.447Z Downloaded slog v2.7.0
11672025-02-28T10:18:00.451Z Downloaded num v0.4.3
11682025-02-28T10:18:00.451Z Downloaded foreign-types-macros v0.2.3
11692025-02-28T10:18:00.454Z Downloaded backtrace v0.3.74
11702025-02-28T10:18:00.458Z Downloaded libloading v0.8.5
11712025-02-28T10:18:00.461Z Downloaded crypto-bigint v0.5.5
11722025-02-28T10:18:00.465Z Downloaded allocator-api2 v0.2.18
11732025-02-28T10:18:00.469Z Downloaded base64 v0.21.7
11742025-02-28T10:18:00.473Z Downloaded wait-timeout v0.2.0
11752025-02-28T10:18:00.473Z Downloaded dyn-clone v1.0.18
11762025-02-28T10:18:00.477Z Downloaded diesel-dtrace v0.4.2
11772025-02-28T10:18:00.477Z Downloaded debug-ignore v1.0.5
11782025-02-28T10:18:00.477Z Downloaded console v0.15.10
11792025-02-28T10:18:00.480Z Downloaded spin v0.9.8
11802025-02-28T10:18:00.484Z Downloaded smallvec v1.14.0
11812025-02-28T10:18:00.484Z Downloaded progenitor-impl v0.8.0
11822025-02-28T10:18:00.488Z Downloaded hmac v0.12.1
11832025-02-28T10:18:00.488Z Downloaded untrusted v0.9.0
11842025-02-28T10:18:00.488Z Downloaded number_prefix v0.4.0
11852025-02-28T10:18:00.492Z Downloaded chacha20poly1305 v0.10.1
11862025-02-28T10:18:00.492Z Downloaded multer v3.1.0
11872025-02-28T10:18:00.495Z Downloaded base64 v0.13.1
11882025-02-28T10:18:00.496Z Downloaded arc-swap v1.7.1
11892025-02-28T10:18:00.500Z Downloaded dunce v1.0.5
11902025-02-28T10:18:00.500Z Downloaded constant_time_eq v0.3.1
11912025-02-28T10:18:00.503Z Downloaded memmap2 v0.9.5
11922025-02-28T10:18:00.503Z Downloaded maplit v1.0.2
11932025-02-28T10:18:00.503Z Downloaded salsa20 v0.10.2
11942025-02-28T10:18:00.507Z Downloaded cookie v0.18.1
11952025-02-28T10:18:00.507Z Downloaded const-oid v0.9.6
11962025-02-28T10:18:00.511Z Downloaded blake2 v0.10.6
11972025-02-28T10:18:00.511Z Downloaded inout v0.1.3
11982025-02-28T10:18:00.515Z Downloaded hyper-staticfile v0.10.1
11992025-02-28T10:18:00.515Z Downloaded impl-trait-for-tuples v0.2.2
12002025-02-28T10:18:00.519Z Downloaded idna_adapter v1.2.0
12012025-02-28T10:18:00.520Z Downloaded highway v1.3.0
12022025-02-28T10:18:00.520Z Downloaded ciborium-io v0.2.2
12032025-02-28T10:18:00.523Z Downloaded ascii-canvas v3.0.0
12042025-02-28T10:18:00.523Z Downloaded managed v0.8.0
12052025-02-28T10:18:00.523Z Downloaded linked-hash-map v0.5.6
12062025-02-28T10:18:00.523Z Downloaded lockfree-object-pool v0.1.6
12072025-02-28T10:18:00.527Z Downloaded linear-map v1.2.0
12082025-02-28T10:18:00.527Z Downloaded kstat-rs v0.2.4
12092025-02-28T10:18:00.527Z Downloaded instability v0.3.2
12102025-02-28T10:18:00.531Z Downloaded indoc v2.0.5
12112025-02-28T10:18:00.531Z Downloaded internet-checksum v0.2.1
12122025-02-28T10:18:00.531Z Downloaded cookie_store v0.21.1
12132025-02-28T10:18:00.535Z Downloaded bzip2 v0.4.4
12142025-02-28T10:18:00.535Z Downloaded blowfish v0.9.1
12152025-02-28T10:18:00.538Z Downloaded lazy_static v1.5.0
12162025-02-28T10:18:00.538Z Downloaded keccak v0.1.5
12172025-02-28T10:18:00.539Z Downloaded const_format_proc_macros v0.2.34
12182025-02-28T10:18:00.542Z Downloaded cancel-safe-futures v0.1.5
12192025-02-28T10:18:00.546Z Downloaded chacha20 v0.9.1
12202025-02-28T10:18:00.546Z Downloaded bit-vec v0.8.0
12212025-02-28T10:18:00.552Z Downloaded bcs v0.1.6
12222025-02-28T10:18:00.552Z Downloaded async-trait v0.1.86
12232025-02-28T10:18:00.557Z Downloaded async-recursion v1.1.1
12242025-02-28T10:18:00.557Z Downloaded hex v0.4.3
12252025-02-28T10:18:00.557Z Downloaded crc-catalog v2.4.0
12262025-02-28T10:18:00.562Z Downloaded cipher v0.4.4
12272025-02-28T10:18:00.562Z Downloaded convert_case v0.4.0
12282025-02-28T10:18:00.806Z Downloaded aws-lc-sys v0.26.0
12292025-02-28T10:18:01.128Z Compiling serde v1.0.218
12302025-02-28T10:18:01.132Z Compiling value-bag v1.9.0
12312025-02-28T10:18:01.132Z Compiling lock_api v0.4.12
12322025-02-28T10:18:01.132Z Compiling scopeguard v1.2.0
12332025-02-28T10:18:01.284Z Compiling typenum v1.17.0
12342025-02-28T10:18:01.287Z Compiling generic-array v0.14.7
12352025-02-28T10:18:01.331Z Compiling syn v2.0.98
12362025-02-28T10:18:01.346Z Compiling getrandom v0.2.15
12372025-02-28T10:18:01.452Z Compiling shlex v1.3.0
12382025-02-28T10:18:01.689Z Compiling log v0.4.22
12392025-02-28T10:18:01.761Z Compiling rand_core v0.6.4
12402025-02-28T10:18:01.819Z Compiling subtle v2.6.1
12412025-02-28T10:18:01.850Z Compiling jobserver v0.1.32
12422025-02-28T10:18:01.870Z Compiling smallvec v1.14.0
12432025-02-28T10:18:02.174Z Compiling const-oid v0.9.6
12442025-02-28T10:18:02.177Z Compiling pin-project-lite v0.2.14
12452025-02-28T10:18:02.287Z Compiling cc v1.2.15
12462025-02-28T10:18:02.341Z Compiling parking_lot_core v0.9.10
12472025-02-28T10:18:02.361Z Compiling rustix v0.38.37
12482025-02-28T10:18:02.445Z Compiling futures-core v0.3.31
12492025-02-28T10:18:02.645Z Compiling spin v0.9.8
12502025-02-28T10:18:02.727Z Compiling signal-hook-registry v1.4.2
12512025-02-28T10:18:03.040Z Compiling mio v1.0.2
12522025-02-28T10:18:03.317Z Compiling parking_lot v0.12.3
12532025-02-28T10:18:03.524Z Compiling aho-corasick v1.1.3
12542025-02-28T10:18:03.549Z Compiling futures-sink v0.3.31
12552025-02-28T10:18:03.729Z Compiling either v1.14.0
12562025-02-28T10:18:03.758Z Compiling stable_deref_trait v1.2.0
12572025-02-28T10:18:03.898Z Compiling cpufeatures v0.2.14
12582025-02-28T10:18:04.016Z Compiling regex-syntax v0.8.5
12592025-02-28T10:18:04.143Z Compiling socket2 v0.5.8
12602025-02-28T10:18:04.170Z Compiling slab v0.4.9
12612025-02-28T10:18:04.307Z Compiling glob v0.3.2
12622025-02-28T10:18:04.326Z Compiling prettyplease v0.2.29
12632025-02-28T10:18:04.724Z Compiling lazy_static v1.5.0
12642025-02-28T10:18:04.868Z Compiling minimal-lexical v0.2.1
12652025-02-28T10:18:04.995Z Compiling serde_json v1.0.139
12662025-02-28T10:18:05.072Z Compiling futures-channel v0.3.31
12672025-02-28T10:18:05.196Z Compiling clang-sys v1.8.1
12682025-02-28T10:18:05.378Z Compiling nom v7.1.3
12692025-02-28T10:18:05.398Z Compiling libloading v0.8.5
12702025-02-28T10:18:05.512Z Compiling futures-task v0.3.31
12712025-02-28T10:18:05.798Z Compiling pin-utils v0.1.0
12722025-02-28T10:18:05.819Z Compiling home v0.5.9
12732025-02-28T10:18:05.926Z Compiling bindgen v0.69.5
12742025-02-28T10:18:05.951Z Compiling futures-io v0.3.31
12752025-02-28T10:18:06.241Z Compiling itertools v0.12.1
12762025-02-28T10:18:06.526Z Compiling allocator-api2 v0.2.18
12772025-02-28T10:18:06.831Z Compiling rustc-hash v1.1.0
12782025-02-28T10:18:07.002Z Compiling foldhash v0.1.3
12792025-02-28T10:18:07.297Z Compiling libm v0.2.8
12802025-02-28T10:18:07.317Z Compiling lazycell v1.3.0
12812025-02-28T10:18:07.497Z Compiling hashbrown v0.15.1
12822025-02-28T10:18:07.676Z Compiling cmake v0.1.51
12832025-02-28T10:18:08.115Z Compiling regex-automata v0.4.8
12842025-02-28T10:18:08.571Z Compiling num-traits v0.2.19
12852025-02-28T10:18:08.710Z Compiling cexpr v0.6.0
12862025-02-28T10:18:08.894Z Compiling dunce v1.0.5
12872025-02-28T10:18:08.914Z Compiling pkg-config v0.3.31
12882025-02-28T10:18:09.047Z Compiling synstructure v0.13.1
12892025-02-28T10:18:10.123Z Compiling fs_extra v1.3.0
12902025-02-28T10:18:10.438Z Compiling litemap v0.7.3
12912025-02-28T10:18:10.503Z Compiling writeable v0.5.5
12922025-02-28T10:18:10.706Z Compiling getrandom v0.3.1
12932025-02-28T10:18:10.860Z Compiling ring v0.17.11
12942025-02-28T10:18:11.054Z Compiling paste v1.0.15
12952025-02-28T10:18:11.569Z Compiling base64ct v1.6.0
12962025-02-28T10:18:12.151Z Compiling pem-rfc7468 v0.7.0
12972025-02-28T10:18:12.173Z Compiling httparse v1.9.5
12982025-02-28T10:18:12.176Z Compiling aws-lc-rs v1.12.4
12992025-02-28T10:18:12.635Z Compiling flagset v0.4.6
13002025-02-28T10:18:12.748Z Compiling icu_locid_transform_data v1.5.0
13012025-02-28T10:18:12.879Z Compiling tracing-core v0.1.32
13022025-02-28T10:18:12.979Z Compiling percent-encoding v2.3.1
13032025-02-28T10:18:13.101Z Compiling rustls-pki-types v1.10.0
13042025-02-28T10:18:13.316Z Compiling icu_properties_data v1.5.0
13052025-02-28T10:18:13.587Z Compiling crossbeam-utils v0.8.20
13062025-02-28T10:18:13.998Z Compiling regex v1.11.1
13072025-02-28T10:18:14.020Z Compiling serde_derive v1.0.218
13082025-02-28T10:18:14.053Z Compiling zeroize_derive v1.4.2
13092025-02-28T10:18:14.083Z Compiling zerocopy-derive v0.7.35
13102025-02-28T10:18:14.104Z Compiling tokio-macros v2.5.0
13112025-02-28T10:18:14.969Z Compiling zerofrom-derive v0.1.4
13122025-02-28T10:18:15.476Z Compiling zeroize v1.8.1
13132025-02-28T10:18:15.516Z Compiling yoke-derive v0.7.4
13142025-02-28T10:18:15.941Z Compiling zerocopy v0.7.35
13152025-02-28T10:18:16.663Z Compiling thiserror-impl v1.0.69
13162025-02-28T10:18:17.043Z Compiling crypto-common v0.1.6
13172025-02-28T10:18:17.261Z Compiling block-buffer v0.10.4
13182025-02-28T10:18:17.297Z Compiling zerovec-derive v0.10.3
13192025-02-28T10:18:17.546Z Compiling digest v0.10.7
13202025-02-28T10:18:17.634Z Compiling futures-macro v0.3.31
13212025-02-28T10:18:18.027Z Compiling hmac v0.12.1
13222025-02-28T10:18:18.141Z Compiling displaydoc v0.2.5
13232025-02-28T10:18:18.307Z Compiling block-padding v0.3.3
13242025-02-28T10:18:18.383Z Compiling zerofrom v0.1.4
13252025-02-28T10:18:18.576Z Compiling inout v0.1.3
13262025-02-28T10:18:18.621Z Compiling yoke v0.7.4
13272025-02-28T10:18:18.888Z Compiling ppv-lite86 v0.2.20
13282025-02-28T10:18:18.978Z Compiling cipher v0.4.4
13292025-02-28T10:18:19.024Z Compiling sha2 v0.10.8
13302025-02-28T10:18:19.511Z Compiling icu_provider_macros v1.5.0
13312025-02-28T10:18:19.588Z Compiling futures-util v0.3.31
13322025-02-28T10:18:19.664Z Compiling thiserror v1.0.69
13332025-02-28T10:18:19.701Z Compiling der_derive v0.7.3
13342025-02-28T10:18:19.723Z Compiling tracing-attributes v0.1.27
13352025-02-28T10:18:19.829Z Compiling pest v2.7.14
13362025-02-28T10:18:19.896Z Compiling zerovec v0.10.4
13372025-02-28T10:18:20.616Z Compiling salsa20 v0.10.2
13382025-02-28T10:18:20.836Z Compiling pbkdf2 v0.12.2
13392025-02-28T10:18:21.744Z Compiling tinystr v0.7.6
13402025-02-28T10:18:21.945Z Compiling der v0.7.9
13412025-02-28T10:18:21.972Z Compiling icu_collections v1.5.0
13422025-02-28T10:18:22.145Z Compiling icu_locid v1.5.0
13432025-02-28T10:18:22.652Z Compiling powerfmt v0.2.0
13442025-02-28T10:18:22.869Z Compiling utf16_iter v1.0.5
13452025-02-28T10:18:22.976Z Compiling tracing v0.1.40
13462025-02-28T10:18:23.055Z Compiling utf8_iter v1.0.4
13472025-02-28T10:18:23.089Z Compiling time-core v0.1.2
13482025-02-28T10:18:23.284Z Compiling untrusted v0.9.0
13492025-02-28T10:18:23.341Z Compiling icu_provider v1.5.0
13502025-02-28T10:18:23.392Z Compiling icu_normalizer_data v1.5.0
13512025-02-28T10:18:23.487Z Compiling untrusted v0.7.1
13522025-02-28T10:18:23.508Z Compiling vcpkg v0.2.15
13532025-02-28T10:18:23.511Z Compiling num-conv v0.1.0
13542025-02-28T10:18:23.697Z Compiling write16 v1.0.0
13552025-02-28T10:18:23.829Z Compiling time-macros v0.2.18
13562025-02-28T10:18:24.270Z Compiling icu_locid_transform v1.5.0
13572025-02-28T10:18:24.309Z Compiling spki v0.7.3
13582025-02-28T10:18:24.684Z Compiling deranged v0.3.11
13592025-02-28T10:18:24.953Z Compiling pest_meta v2.7.14
13602025-02-28T10:18:25.221Z Compiling openssl-sys v0.9.106
13612025-02-28T10:18:26.112Z Compiling icu_properties v1.5.1
13622025-02-28T10:18:26.134Z Compiling scrypt v0.11.0
13632025-02-28T10:18:26.295Z Compiling aes v0.8.4
13642025-02-28T10:18:26.585Z Compiling cbc v0.1.2
13652025-02-28T10:18:26.640Z Compiling bitflags v2.6.0
13662025-02-28T10:18:26.835Z Compiling bytes v1.10.0
13672025-02-28T10:18:26.910Z Compiling indexmap v2.7.1
13682025-02-28T10:18:28.192Z Compiling tokio v1.43.0
13692025-02-28T10:18:28.294Z Compiling semver v1.0.25
13702025-02-28T10:18:28.324Z Compiling http v1.2.0
13712025-02-28T10:18:29.026Z Compiling rustc_version v0.4.1
13722025-02-28T10:18:29.133Z Compiling scroll_derive v0.12.0
13732025-02-28T10:18:29.162Z Compiling tinyvec_macros v0.1.1
13742025-02-28T10:18:29.275Z Compiling atomic-waker v1.1.2
13752025-02-28T10:18:29.485Z Compiling num_threads v0.1.7
13762025-02-28T10:18:29.639Z Compiling time v0.3.36
13772025-02-28T10:18:29.693Z Compiling tinyvec v1.8.0
13782025-02-28T10:18:29.735Z Compiling pkcs5 v0.7.1
13792025-02-28T10:18:30.522Z Compiling icu_normalizer v1.5.0
13802025-02-28T10:18:30.578Z Compiling scroll v0.12.0
13812025-02-28T10:18:30.758Z Compiling which v4.4.2
13822025-02-28T10:18:30.817Z Compiling http-body v1.0.1
13832025-02-28T10:18:31.131Z Compiling pest_generator v2.7.14
13842025-02-28T10:18:31.328Z Compiling rand_chacha v0.3.1
13852025-02-28T10:18:31.351Z Compiling form_urlencoded v1.2.1
13862025-02-28T10:18:31.678Z Compiling idna_adapter v1.2.0
13872025-02-28T10:18:31.861Z Compiling slog v2.7.0
13882025-02-28T10:18:31.906Z Compiling zerocopy v0.8.10
13892025-02-28T10:18:32.332Z Compiling try-lock v0.2.5
13902025-02-28T10:18:32.457Z Compiling goblin v0.8.2
13912025-02-28T10:18:32.524Z Compiling want v0.3.1
13922025-02-28T10:18:32.829Z Compiling idna v1.0.3
13932025-02-28T10:18:32.851Z Compiling rand v0.8.5
13942025-02-28T10:18:32.912Z Compiling pest_derive v2.7.14
13952025-02-28T10:18:33.791Z Compiling pkcs8 v0.10.2
13962025-02-28T10:18:33.825Z Compiling uuid v1.15.1
13972025-02-28T10:18:34.222Z Compiling zerocopy-derive v0.8.10
13982025-02-28T10:18:34.424Z Compiling tower-service v0.3.3
13992025-02-28T10:18:34.442Z Compiling httpdate v1.0.3
14002025-02-28T10:18:34.572Z Compiling iana-time-zone v0.1.61
14012025-02-28T10:18:34.898Z Compiling chrono v0.4.40
14022025-02-28T10:18:34.932Z Compiling dtrace-parser v0.2.0
14032025-02-28T10:18:35.367Z Compiling toml_datetime v0.6.8
14042025-02-28T10:18:35.669Z Compiling serde_tokenstream v0.2.2
14052025-02-28T10:18:35.852Z Compiling serde_spanned v0.6.8
14062025-02-28T10:18:36.109Z Compiling openssl v0.10.71
14072025-02-28T10:18:36.322Z Compiling tokio-util v0.7.13
14082025-02-28T10:18:36.556Z Compiling foreign-types-shared v0.1.1
14092025-02-28T10:18:36.692Z Compiling rustversion v1.0.17
14102025-02-28T10:18:36.731Z Compiling base64 v0.22.1
14112025-02-28T10:18:37.380Z Compiling h2 v0.4.6
14122025-02-28T10:18:37.417Z Compiling adler2 v2.0.0
14132025-02-28T10:18:37.562Z Compiling match_cfg v0.1.0
14142025-02-28T10:18:37.634Z Compiling miniz_oxide v0.8.5
14152025-02-28T10:18:37.667Z Compiling hostname v0.3.1
14162025-02-28T10:18:37.967Z Compiling foreign-types v0.3.2
14172025-02-28T10:18:38.117Z Compiling url v2.5.3
14182025-02-28T10:18:39.204Z Compiling dof v0.3.0
14192025-02-28T10:18:39.537Z Compiling openssl-macros v0.1.1
14202025-02-28T10:18:39.904Z Compiling rand_core v0.9.2
14212025-02-28T10:18:40.068Z Compiling usdt-impl v0.5.0
14222025-02-28T10:18:40.337Z Compiling async-trait v0.1.86
14232025-02-28T10:18:40.398Z Compiling serde_derive_internals v0.29.1
14242025-02-28T10:18:41.046Z Compiling dirs-sys-next v0.1.2
14252025-02-28T10:18:41.369Z Compiling native-tls v0.2.12
14262025-02-28T10:18:41.447Z Compiling rustls v0.22.4
14272025-02-28T10:18:41.575Z Compiling schemars v0.8.22
14282025-02-28T10:18:41.710Z Compiling data-encoding v2.6.0
14292025-02-28T10:18:41.734Z Compiling siphasher v0.3.11
14302025-02-28T10:18:41.753Z Compiling syn v1.0.109
14312025-02-28T10:18:41.918Z Compiling rustls v0.23.19
14322025-02-28T10:18:42.242Z Compiling dirs-next v2.0.0
14332025-02-28T10:18:42.429Z Compiling rand_chacha v0.9.0
14342025-02-28T10:18:42.743Z Compiling schemars_derive v0.8.22
14352025-02-28T10:18:42.843Z Compiling unicode-normalization v0.1.24
14362025-02-28T10:18:43.679Z Compiling http-body-util v0.1.2
14372025-02-28T10:18:43.754Z Compiling heapless v0.7.17
14382025-02-28T10:18:44.019Z Compiling crossbeam-epoch v0.9.18
14392025-02-28T10:18:44.187Z Compiling signature v2.2.0
14402025-02-28T10:18:44.210Z Compiling sha1 v0.10.6
14412025-02-28T10:18:44.496Z Compiling bzip2-sys v0.1.11+1.0.8
14422025-02-28T10:18:44.592Z Compiling thread_local v1.1.8
14432025-02-28T10:18:44.634Z Compiling cookie v0.18.1
14442025-02-28T10:18:44.677Z Compiling hyper v1.6.0
14452025-02-28T10:18:44.970Z Compiling encoding_rs v0.8.34
14462025-02-28T10:18:44.999Z Compiling multer v3.1.0
14472025-02-28T10:18:45.063Z Compiling unicode-bidi v0.3.17
14482025-02-28T10:18:45.321Z Compiling slog-async v2.8.0
14492025-02-28T10:18:45.797Z Compiling gimli v0.31.1
14502025-02-28T10:18:45.901Z Compiling mime v0.3.17
14512025-02-28T10:18:46.328Z Compiling unicode-properties v0.1.3
14522025-02-28T10:18:46.394Z Compiling openssl-probe v0.1.5
14532025-02-28T10:18:46.716Z Compiling ipnet v2.11.0
14542025-02-28T10:18:46.771Z Compiling signal-hook v0.3.17
14552025-02-28T10:18:47.090Z Compiling hyper-util v0.1.10
14562025-02-28T10:18:47.485Z Compiling rayon-core v1.12.1
14572025-02-28T10:18:47.766Z Compiling dyn-clone v1.0.18
14582025-02-28T10:18:47.866Z Compiling stringprep v0.1.5
14592025-02-28T10:18:48.599Z Compiling toml_edit v0.22.24
14602025-02-28T10:18:49.182Z Compiling crossbeam-deque v0.8.5
14612025-02-28T10:18:49.640Z Compiling rand v0.9.0
14622025-02-28T10:18:50.100Z Compiling addr2line v0.24.2
14632025-02-28T10:18:50.552Z Compiling term v0.7.0
14642025-02-28T10:18:50.628Z Compiling usdt-macro v0.5.0
14652025-02-28T10:18:50.770Z Compiling usdt-attr-macro v0.5.0
14662025-02-28T10:18:51.339Z Compiling slog-json v2.6.1
14672025-02-28T10:18:51.687Z Compiling serde_urlencoded v0.7.1
14682025-02-28T10:18:51.707Z Compiling curve25519-dalek v4.1.3
14692025-02-28T10:18:51.816Z Compiling crossbeam-channel v0.5.13
14702025-02-28T10:18:52.047Z Compiling futures-executor v0.3.31
14712025-02-28T10:18:52.173Z Compiling enum-as-inner v0.6.1
14722025-02-28T10:18:52.371Z Compiling md-5 v0.10.6
14732025-02-28T10:18:52.446Z Compiling async-stream-impl v0.3.6
14742025-02-28T10:18:52.591Z Compiling rustls-pemfile v2.2.0
14752025-02-28T10:18:52.671Z Compiling num-integer v0.1.46
14762025-02-28T10:18:52.821Z Compiling hash32 v0.2.1
14772025-02-28T10:18:52.962Z Compiling ff v0.13.0
14782025-02-28T10:18:53.237Z Compiling is-terminal v0.4.13
14792025-02-28T10:18:53.237Z Compiling object v0.36.5
14802025-02-28T10:18:53.279Z Compiling memoffset v0.9.1
14812025-02-28T10:18:53.391Z Compiling dropshot v0.12.0
14822025-02-28T10:18:53.445Z Compiling psl-types v2.0.11
14832025-02-28T10:18:53.623Z Compiling smoltcp v0.9.1
14842025-02-28T10:18:53.680Z Compiling take_mut v0.2.2
14852025-02-28T10:18:53.741Z Compiling num-bigint-dig v0.8.4
14862025-02-28T10:18:53.777Z Compiling portable-atomic v1.9.0
14872025-02-28T10:18:53.867Z Compiling utf-8 v0.7.6
14882025-02-28T10:18:54.080Z Compiling litrs v0.4.1
14892025-02-28T10:18:54.208Z Compiling base16ct v0.2.0
14902025-02-28T10:18:54.267Z Compiling cfg_aliases v0.2.1
14912025-02-28T10:18:54.383Z Compiling quick-error v1.2.3
14922025-02-28T10:18:54.523Z Compiling fallible-iterator v0.2.0
14932025-02-28T10:18:54.542Z Compiling anyhow v1.0.96
14942025-02-28T10:18:54.756Z Compiling rustc-demangle v0.1.24
14952025-02-28T10:18:55.178Z Compiling linked-hash-map v0.5.6
14962025-02-28T10:18:55.199Z Compiling document-features v0.2.10
14972025-02-28T10:18:55.481Z Compiling lru-cache v0.1.2
14982025-02-28T10:18:55.610Z Compiling postgres-protocol v0.6.8
14992025-02-28T10:18:55.703Z Compiling resolv-conf v0.7.0
15002025-02-28T10:18:55.724Z Compiling sec1 v0.7.3
15012025-02-28T10:18:55.786Z Compiling nix v0.29.0
15022025-02-28T10:18:56.308Z Compiling tungstenite v0.24.0
15032025-02-28T10:18:56.425Z Compiling async-stream v0.3.6
15042025-02-28T10:18:56.729Z Compiling publicsuffix v2.3.0
15052025-02-28T10:18:56.844Z Compiling slog-term v2.9.1
15062025-02-28T10:18:56.911Z Compiling group v0.13.0
15072025-02-28T10:18:57.039Z Compiling usdt v0.5.0
15082025-02-28T10:18:57.245Z Compiling hickory-proto v0.24.4
15092025-02-28T10:18:57.402Z Compiling num-iter v0.1.45
15102025-02-28T10:18:57.722Z Compiling futures v0.3.31
15112025-02-28T10:18:57.850Z Compiling toml v0.8.20
15122025-02-28T10:18:57.979Z Compiling slog-bunyan v2.5.0
15132025-02-28T10:18:59.418Z Compiling tokio-native-tls v0.3.1
15142025-02-28T10:18:59.672Z Compiling camino v1.1.9
15152025-02-28T10:18:59.714Z Compiling phf_shared v0.11.2
15162025-02-28T10:18:59.764Z Compiling dropshot_endpoint v0.12.0
15172025-02-28T10:19:00.088Z Compiling backtrace v0.3.74
15182025-02-28T10:19:00.314Z Compiling terminal_size v0.4.0
15192025-02-28T10:19:00.438Z Compiling waitgroup v0.1.2
15202025-02-28T10:19:00.548Z Compiling openapiv3 v2.0.0
15212025-02-28T10:19:00.572Z Compiling serde_path_to_error v0.1.16
15222025-02-28T10:19:00.681Z Compiling hkdf v0.12.4
15232025-02-28T10:19:00.984Z Compiling crypto-bigint v0.5.5
15242025-02-28T10:19:01.386Z Compiling zerocopy-derive v0.6.6
15252025-02-28T10:19:02.497Z Compiling hubpack_derive v0.1.1
15262025-02-28T10:19:03.044Z Compiling curve25519-dalek-derive v0.1.1
15272025-02-28T10:19:03.432Z Compiling webpki-roots v0.26.6
15282025-02-28T10:19:03.454Z Compiling sync_wrapper v1.0.1
15292025-02-28T10:19:03.638Z Compiling hostname v0.4.0
15302025-02-28T10:19:03.674Z Compiling fs-err v2.11.0
15312025-02-28T10:19:03.881Z Compiling ahash v0.8.11
15322025-02-28T10:19:03.934Z Compiling crc32fast v1.4.2
15332025-02-28T10:19:04.032Z Compiling winnow v0.5.40
15342025-02-28T10:19:04.255Z Compiling unicode-width v0.2.0
15352025-02-28T10:19:04.279Z Compiling managed v0.8.0
15362025-02-28T10:19:04.449Z Compiling tower-layer v0.3.3
15372025-02-28T10:19:04.681Z Compiling newtype-uuid v1.2.1
15382025-02-28T10:19:04.745Z Compiling debug-ignore v1.0.5
15392025-02-28T10:19:04.748Z Compiling console v0.15.10
15402025-02-28T10:19:04.812Z Compiling strum_macros v0.25.3
15412025-02-28T10:19:04.911Z Compiling tower v0.5.2
15422025-02-28T10:19:06.101Z Compiling clap_builder v4.5.31
15432025-02-28T10:19:06.543Z Compiling flate2 v1.1.0
15442025-02-28T10:19:06.963Z Compiling elliptic-curve v0.13.8
15452025-02-28T10:19:07.225Z Compiling hubpack v0.1.2
15462025-02-28T10:19:07.462Z Compiling toml_edit v0.19.15
15472025-02-28T10:19:07.589Z Compiling zerocopy v0.6.6
15482025-02-28T10:19:07.646Z Compiling hickory-resolver v0.24.4
15492025-02-28T10:19:08.353Z Compiling phf v0.11.2
15502025-02-28T10:19:08.562Z Compiling signal-hook-mio v0.2.4
15512025-02-28T10:19:08.591Z Compiling hyper-tls v0.6.0
15522025-02-28T10:19:08.653Z Compiling rayon v1.10.0
15532025-02-28T10:19:08.735Z Compiling cookie_store v0.21.1
15542025-02-28T10:19:09.033Z Compiling bzip2 v0.4.4
15552025-02-28T10:19:10.265Z Compiling tokio-tungstenite v0.24.0
15562025-02-28T10:19:11.013Z Compiling postgres-types v0.2.9
15572025-02-28T10:19:13.150Z Compiling ed25519 v2.2.3
15582025-02-28T10:19:13.475Z Compiling phf_shared v0.10.0
15592025-02-28T10:19:13.704Z Compiling tokio-stream v0.1.17
15602025-02-28T10:19:13.741Z Compiling pkcs1 v0.7.5
15612025-02-28T10:19:13.858Z Compiling serde-big-array v0.5.1
15622025-02-28T10:19:14.082Z Compiling clap_derive v4.5.28
15632025-02-28T10:19:14.109Z Compiling rfc6979 v0.4.0
15642025-02-28T10:19:14.314Z Compiling serde_repr v0.1.19
15652025-02-28T10:19:14.496Z Compiling derive-where v1.2.7
15662025-02-28T10:19:14.613Z Compiling bstr v1.10.0
15672025-02-28T10:19:14.685Z Compiling float-cmp v0.10.0
15682025-02-28T10:19:14.954Z Compiling new_debug_unreachable v1.0.6
15692025-02-28T10:19:15.057Z Compiling difflib v0.4.0
15702025-02-28T10:19:15.077Z Compiling unicode-segmentation v1.12.0
15712025-02-28T10:19:15.465Z Compiling static_assertions v1.1.0
15722025-02-28T10:19:15.581Z Compiling bit-vec v0.6.3
15732025-02-28T10:19:15.983Z Compiling predicates-core v1.0.8
15742025-02-28T10:19:15.986Z Compiling number_prefix v0.4.0
15752025-02-28T10:19:16.157Z Compiling whoami v1.5.2
15762025-02-28T10:19:16.251Z Compiling normalize-line-endings v0.3.0
15772025-02-28T10:19:16.319Z Compiling precomputed-hash v0.1.1
15782025-02-28T10:19:16.345Z Compiling fixedbitset v0.4.2
15792025-02-28T10:19:16.395Z Compiling predicates v3.1.3
15802025-02-28T10:19:16.464Z Compiling string_cache v0.8.7
15812025-02-28T10:19:16.704Z Compiling petgraph v0.6.5
15822025-02-28T10:19:16.794Z Compiling tokio-postgres v0.7.13
15832025-02-28T10:19:16.885Z Compiling indicatif v0.17.11
15842025-02-28T10:19:17.718Z Compiling bit-set v0.5.3
15852025-02-28T10:19:17.877Z Compiling similar v2.6.0
15862025-02-28T10:19:18.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15872025-02-28T10:19:18.577Z Compiling clap v4.5.31
15882025-02-28T10:19:18.720Z Compiling ecdsa v0.16.9
15892025-02-28T10:19:18.960Z Compiling rsa v0.9.6
15902025-02-28T10:19:19.558Z Compiling ed25519-dalek v2.1.1
15912025-02-28T10:19:20.394Z Compiling toml v0.7.8
15922025-02-28T10:19:20.898Z Compiling zip v0.6.6
15932025-02-28T10:19:21.871Z Compiling crossterm v0.28.1
15942025-02-28T10:19:22.767Z Compiling hex v0.4.3
15952025-02-28T10:19:22.868Z Compiling x509-cert v0.2.5
15962025-02-28T10:19:22.932Z Compiling itertools v0.10.5
15972025-02-28T10:19:23.423Z Compiling peg-runtime v0.8.3
15982025-02-28T10:19:23.696Z Compiling lalrpop-util v0.19.12
15992025-02-28T10:19:24.029Z Compiling unicode-xid v0.2.6
16002025-02-28T10:19:24.066Z Compiling strum_macros v0.26.4
16012025-02-28T10:19:24.231Z Compiling xattr v1.3.1
16022025-02-28T10:19:24.503Z Compiling filetime v0.2.25
16032025-02-28T10:19:24.805Z Compiling tar v0.4.44
16042025-02-28T10:19:28.288Z Compiling strum v0.26.3
16052025-02-28T10:19:31.576Z Compiling aws-lc-sys v0.26.0
16062025-02-28T10:20:02.103Z Compiling rustls-webpki v0.102.8
16072025-02-28T10:20:05.472Z Compiling tokio-rustls v0.25.0
16082025-02-28T10:20:07.269Z Compiling tokio-rustls v0.26.0
16092025-02-28T10:20:07.537Z Compiling hyper-rustls v0.27.3
16102025-02-28T10:20:07.951Z Compiling reqwest v0.12.12
16112025-02-28T10:20:09.211Z Compiling qorb v0.2.1
16122025-02-28T10:20:12.326Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16132025-02-28T10:20:12.609Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16142025-02-28T10:20:17.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
16152025-02-28T10:20:17.589Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16162025-02-28T10:20:17.642ZFeb 28 10:20:16.915 INFO Starting download, target: Clickhouse
16172025-02-28T10:20:17.642ZFeb 28 10:20:16.915 INFO Starting download, target: Cockroach
16182025-02-28T10:20:17.642ZFeb 28 10:20:16.915 INFO Starting download, target: Console
16192025-02-28T10:20:17.642ZFeb 28 10:20:16.915 INFO Starting download, target: DendriteOpenapi
16202025-02-28T10:20:17.648ZFeb 28 10:20:16.915 INFO Starting download, target: DendriteStub
16212025-02-28T10:20:17.649ZFeb 28 10:20:16.915 INFO Starting download, target: MaghemiteMgd
16222025-02-28T10:20:17.649ZFeb 28 10:20:16.915 INFO Starting download, target: TransceiverControl
16232025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16242025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16252025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16262025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16272025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16282025-02-28T10:20:17.649ZFeb 28 10:20:16.916 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16292025-02-28T10:20:17.649ZFeb 28 10:20:16.917 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16302025-02-28T10:20:17.998ZFeb 28 10:20:17.272 INFO Download complete, target: DendriteOpenapi
16312025-02-28T10:20:18.139ZFeb 28 10:20:17.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16322025-02-28T10:20:18.242ZFeb 28 10:20:17.499 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16332025-02-28T10:20:18.554ZFeb 28 10:20:17.804 INFO Download complete, target: TransceiverControl
16342025-02-28T10:20:18.574ZFeb 28 10:20:17.829 INFO Download complete, target: Console
16352025-02-28T10:20:18.666ZFeb 28 10:20:17.931 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16362025-02-28T10:20:18.931ZFeb 28 10:20:18.185 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16372025-02-28T10:20:19.542ZFeb 28 10:20:18.814 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16382025-02-28T10:20:20.548ZFeb 28 10:20:19.818 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16392025-02-28T10:20:20.548ZFeb 28 10:20:19.818 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16402025-02-28T10:20:21.080ZFeb 28 10:20:20.354 INFO Download complete, target: DendriteStub
16412025-02-28T10:20:21.471ZFeb 28 10:20:20.742 INFO Download complete, target: MaghemiteMgd
16422025-02-28T10:20:26.908ZFeb 28 10:20:26.182 INFO Checking that binary works, target: Cockroach
16432025-02-28T10:20:27.073ZFeb 28 10:20:26.346 INFO Download complete, target: Cockroach
16442025-02-28T10:20:30.280ZFeb 28 10:20:29.545 INFO Checking that binary works, target: Clickhouse
16452025-02-28T10:20:30.393ZFeb 28 10:20:29.665 INFO Download complete, target: Clickhouse
16462025-02-28T10:20:30.433ZAll builder prerequisites installed successfully, and PATH looks valid
16472025-02-28T10:20:30.445Z
16482025-02-28T10:20:30.445Zreal 5:55.340421181
16492025-02-28T10:20:30.445Zuser 16:06.248978393
16502025-02-28T10:20:30.446Zsys 2:14.567151341
16512025-02-28T10:20:30.446Ztrap 0.624045988
16522025-02-28T10:20:30.446Ztflt 0.967666278
16532025-02-28T10:20:30.446Zdflt 1.386858845
16542025-02-28T10:20:30.446Zkflt 0.028159215
16552025-02-28T10:20:30.446Zlock 24:54.531039667
16562025-02-28T10:20:30.446Zslp 59:35.317945599
16572025-02-28T10:20:30.446Zlat 1:04.206737362
16582025-02-28T10:20:30.446Zstop 2:35.884282797
16592025-02-28T10:20:30.446Z+ banner hack-check
16602025-02-28T10:20:30.446Z
16612025-02-28T10:20:30.446Z # # ## #### # # #### # # ###### #### # #
16622025-02-28T10:20:30.446Z # # # # # # # # # # # # # # # # #
16632025-02-28T10:20:30.446Z ###### # # # #### ##### # ###### ##### # ####
16642025-02-28T10:20:30.447Z # # ###### # # # # # # # # # #
16652025-02-28T10:20:30.447Z # # # # # # # # # # # # # # # # #
16662025-02-28T10:20:30.447Z # # # # #### # # #### # # ###### #### # #
16672025-02-28T10:20:30.447Z
16682025-02-28T10:20:30.447Z+ export CARGO_INCREMENTAL=0
16692025-02-28T10:20:30.447Z+ CARGO_INCREMENTAL=0
16702025-02-28T10:20:30.447Z+ ptime -m timeout 2h cargo xtask check-features --ci
16712025-02-28T10:20:31.003Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16722025-02-28T10:20:34.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
16732025-02-28T10:20:34.147Z Running `target/debug/xtask check-features --ci`
16742025-02-28T10:20:34.183Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16752025-02-28T10:20:34.202Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16762025-02-28T10:20:34.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16772025-02-28T10:20:34.697Z Running `target/debug/xtask download cargo-hack`
16782025-02-28T10:20:35.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16792025-02-28T10:20:35.990Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16802025-02-28T10:20:39.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
16812025-02-28T10:20:40.007Z Running `target/debug/xtask-downloader cargo-hack`
16822025-02-28T10:20:40.019ZFeb 28 10:20:39.293 INFO Starting download, target: CargoHack
16832025-02-28T10:20:40.030ZFeb 28 10:20:39.294 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16842025-02-28T10:20:40.614ZFeb 28 10:20:39.888 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16852025-02-28T10:20:40.690ZFeb 28 10:20:39.964 INFO Download complete, target: CargoHack
16862025-02-28T10:20:40.700Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16872025-02-28T10:20:40.711Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16882025-02-28T10:20:40.897Zinfo: running `cargo check --bins` on api_identity (1/199)
16892025-02-28T10:20:41.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-02-28T10:20:41.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-02-28T10:20:41.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-02-28T10:20:41.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16932025-02-28T10:20:41.590Z
16942025-02-28T10:20:41.590Zinfo: running `cargo check --bins` on bootstore (2/199)
16952025-02-28T10:20:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-02-28T10:20:46.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-02-28T10:20:46.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-02-28T10:20:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16992025-02-28T10:20:46.849Z
17002025-02-28T10:20:46.849Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
17012025-02-28T10:20:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-02-28T10:20:46.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-02-28T10:20:46.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-02-28T10:20:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17052025-02-28T10:20:46.849Z
17062025-02-28T10:20:46.849Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
17072025-02-28T10:20:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-02-28T10:20:46.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-02-28T10:20:46.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-02-28T10:20:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17112025-02-28T10:20:46.849Z
17122025-02-28T10:20:46.849Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17132025-02-28T10:20:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-02-28T10:20:46.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-02-28T10:20:46.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-02-28T10:20:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17172025-02-28T10:20:46.849Z
17182025-02-28T10:20:46.849Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17192025-02-28T10:20:46.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-02-28T10:20:46.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-02-28T10:20:46.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-02-28T10:20:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17232025-02-28T10:20:46.964Z
17242025-02-28T10:20:46.964Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17252025-02-28T10:20:46.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-02-28T10:20:46.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-02-28T10:20:46.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-02-28T10:20:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17292025-02-28T10:20:46.964Z
17302025-02-28T10:20:46.964Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17312025-02-28T10:20:46.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-02-28T10:20:46.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-02-28T10:20:46.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-02-28T10:20:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17352025-02-28T10:20:46.964Z
17362025-02-28T10:20:46.964Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17372025-02-28T10:20:46.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-02-28T10:20:46.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-02-28T10:20:46.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-02-28T10:20:46.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17412025-02-28T10:20:46.965Z
17422025-02-28T10:20:46.965Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17432025-02-28T10:20:46.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-02-28T10:20:46.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-02-28T10:20:46.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-02-28T10:20:46.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17472025-02-28T10:20:46.965Z
17482025-02-28T10:20:46.965Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17492025-02-28T10:20:47.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-02-28T10:20:47.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-02-28T10:20:47.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-02-28T10:20:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17532025-02-28T10:20:47.079Z
17542025-02-28T10:20:47.079Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17552025-02-28T10:20:47.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-02-28T10:20:47.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-02-28T10:20:47.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-02-28T10:20:47.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17592025-02-28T10:20:47.558Z
17602025-02-28T10:20:47.558Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17612025-02-28T10:20:47.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-02-28T10:20:47.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-02-28T10:20:47.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-02-28T10:20:48.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17652025-02-28T10:20:48.034Z
17662025-02-28T10:20:48.034Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17672025-02-28T10:20:48.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-02-28T10:20:48.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-02-28T10:20:48.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-02-28T10:20:48.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17712025-02-28T10:20:48.528Z
17722025-02-28T10:20:48.528Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17732025-02-28T10:20:48.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-02-28T10:20:48.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-02-28T10:20:48.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-02-28T10:20:48.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17772025-02-28T10:20:48.992Z
17782025-02-28T10:20:48.992Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17792025-02-28T10:20:49.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-02-28T10:20:49.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-02-28T10:20:49.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-02-28T10:20:49.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17832025-02-28T10:20:49.484Z
17842025-02-28T10:20:49.484Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17852025-02-28T10:20:49.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-02-28T10:20:49.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-02-28T10:20:49.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-02-28T10:20:49.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17892025-02-28T10:20:49.978Z
17902025-02-28T10:20:49.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17912025-02-28T10:20:50.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-02-28T10:20:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-02-28T10:20:50.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-02-28T10:20:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17952025-02-28T10:20:50.481Z
17962025-02-28T10:20:50.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17972025-02-28T10:20:50.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-02-28T10:20:50.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-02-28T10:20:50.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-02-28T10:20:50.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18012025-02-28T10:20:50.975Z
18022025-02-28T10:20:50.975Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
18032025-02-28T10:20:51.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-02-28T10:20:51.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-02-28T10:20:51.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-02-28T10:20:51.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18072025-02-28T10:20:51.466Z
18082025-02-28T10:20:51.466Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18092025-02-28T10:20:51.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-02-28T10:20:51.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-02-28T10:20:51.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-02-28T10:20:51.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18132025-02-28T10:20:51.959Z
18142025-02-28T10:20:51.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18152025-02-28T10:20:52.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-02-28T10:20:52.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-02-28T10:20:52.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-02-28T10:20:52.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18192025-02-28T10:20:52.464Z
18202025-02-28T10:20:52.464Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18212025-02-28T10:20:52.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-02-28T10:20:52.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-02-28T10:20:52.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-02-28T10:20:52.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18252025-02-28T10:20:52.960Z
18262025-02-28T10:20:52.960Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18272025-02-28T10:20:53.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-02-28T10:20:53.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-02-28T10:20:53.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-02-28T10:20:53.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18312025-02-28T10:20:53.449Z
18322025-02-28T10:20:53.450Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18332025-02-28T10:20:53.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-02-28T10:20:53.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-02-28T10:20:53.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-02-28T10:20:53.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18372025-02-28T10:20:53.967Z
18382025-02-28T10:20:53.967Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18392025-02-28T10:20:54.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-02-28T10:20:54.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-02-28T10:20:54.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-02-28T10:20:54.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18432025-02-28T10:20:54.457Z
18442025-02-28T10:20:54.457Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18452025-02-28T10:20:54.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-02-28T10:20:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-02-28T10:20:54.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-02-28T10:20:54.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18492025-02-28T10:20:54.940Z
18502025-02-28T10:20:54.940Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18512025-02-28T10:20:55.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-02-28T10:20:55.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-02-28T10:20:55.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-02-28T10:20:55.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18552025-02-28T10:20:55.435Z
18562025-02-28T10:20:55.435Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18572025-02-28T10:20:55.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-02-28T10:20:55.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-02-28T10:20:55.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-02-28T10:20:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18612025-02-28T10:20:55.923Z
18622025-02-28T10:20:55.923Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18632025-02-28T10:20:56.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-02-28T10:20:56.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-02-28T10:20:56.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-02-28T10:20:56.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18672025-02-28T10:20:56.408Z
18682025-02-28T10:20:56.408Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18692025-02-28T10:20:56.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-02-28T10:20:56.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-02-28T10:20:56.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-02-28T10:20:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18732025-02-28T10:20:56.889Z
18742025-02-28T10:20:56.889Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18752025-02-28T10:20:57.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-02-28T10:20:57.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-02-28T10:20:57.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-02-28T10:20:57.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18792025-02-28T10:20:57.366Z
18802025-02-28T10:20:57.366Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18812025-02-28T10:20:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-02-28T10:20:57.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-02-28T10:20:57.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-02-28T10:20:57.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18852025-02-28T10:20:57.854Z
18862025-02-28T10:20:57.854Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18872025-02-28T10:20:58.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-02-28T10:20:58.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-02-28T10:20:58.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-02-28T10:20:58.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18912025-02-28T10:20:58.346Z
18922025-02-28T10:20:58.346Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18932025-02-28T10:20:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-02-28T10:20:58.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-02-28T10:20:58.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-02-28T10:20:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18972025-02-28T10:20:58.834Z
18982025-02-28T10:20:58.834Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18992025-02-28T10:20:59.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-02-28T10:20:59.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-02-28T10:20:59.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-02-28T10:20:59.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19032025-02-28T10:20:59.423Z
19042025-02-28T10:20:59.424Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
19052025-02-28T10:20:59.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-02-28T10:20:59.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-02-28T10:20:59.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-02-28T10:20:59.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19092025-02-28T10:20:59.831Z
19102025-02-28T10:20:59.832Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19112025-02-28T10:21:00.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-02-28T10:21:00.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-02-28T10:21:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-02-28T10:21:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19152025-02-28T10:21:00.333Z
19162025-02-28T10:21:00.333Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19172025-02-28T10:21:00.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-02-28T10:21:00.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-02-28T10:21:00.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-02-28T10:21:00.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19212025-02-28T10:21:00.832Z
19222025-02-28T10:21:00.832Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19232025-02-28T10:21:01.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-02-28T10:21:01.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-02-28T10:21:01.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-02-28T10:21:01.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19272025-02-28T10:21:01.347Z
19282025-02-28T10:21:01.347Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19292025-02-28T10:21:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-02-28T10:21:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-02-28T10:21:01.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322025-02-28T10:21:01.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19332025-02-28T10:21:01.859Z
19342025-02-28T10:21:01.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19352025-02-28T10:21:02.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362025-02-28T10:21:02.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372025-02-28T10:21:02.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382025-02-28T10:21:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19392025-02-28T10:21:02.368Z
19402025-02-28T10:21:02.368Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19412025-02-28T10:21:02.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422025-02-28T10:21:02.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432025-02-28T10:21:02.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442025-02-28T10:21:02.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19452025-02-28T10:21:02.870Z
19462025-02-28T10:21:02.870Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19472025-02-28T10:21:03.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482025-02-28T10:21:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492025-02-28T10:21:03.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502025-02-28T10:21:03.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19512025-02-28T10:21:03.369Z
19522025-02-28T10:21:03.369Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19532025-02-28T10:21:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542025-02-28T10:21:04.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552025-02-28T10:21:04.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562025-02-28T10:21:04.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19572025-02-28T10:21:04.101Z
19582025-02-28T10:21:04.101Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19592025-02-28T10:21:04.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602025-02-28T10:21:04.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612025-02-28T10:21:04.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622025-02-28T10:21:04.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19632025-02-28T10:21:04.826Z
19642025-02-28T10:21:04.826Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19652025-02-28T10:21:05.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662025-02-28T10:21:05.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672025-02-28T10:21:05.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682025-02-28T10:21:05.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19692025-02-28T10:21:05.541Z
19702025-02-28T10:21:05.541Zinfo: running `cargo check --bins` on oxlog (48/199)
19712025-02-28T10:21:06.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722025-02-28T10:21:06.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732025-02-28T10:21:06.212Z Checking cfg-if v1.0.0
19742025-02-28T10:21:06.216Z Checking libc v0.2.170
19752025-02-28T10:21:06.330Z Checking serde v1.0.218
19762025-02-28T10:21:06.337Z Checking zeroize v1.8.1
19772025-02-28T10:21:06.359Z Checking memchr v2.7.4
19782025-02-28T10:21:06.366Z Checking typenum v1.17.0
19792025-02-28T10:21:06.369Z Checking subtle v2.6.1
19802025-02-28T10:21:06.394Z Checking value-bag v1.9.0
19812025-02-28T10:21:06.398Z Checking scopeguard v1.2.0
19822025-02-28T10:21:06.568Z Checking smallvec v1.14.0
19832025-02-28T10:21:06.592Z Checking lock_api v0.4.12
19842025-02-28T10:21:06.646Z Checking itoa v1.0.11
19852025-02-28T10:21:06.796Z Checking log v0.4.22
19862025-02-28T10:21:06.888Z Checking const-oid v0.9.6
19872025-02-28T10:21:06.910Z Checking pin-project-lite v0.2.14
19882025-02-28T10:21:07.019Z Checking byteorder v1.5.0
19892025-02-28T10:21:07.040Z Checking once_cell v1.20.3
19902025-02-28T10:21:07.199Z Checking futures-core v0.3.31
19912025-02-28T10:21:07.280Z Checking cpufeatures v0.2.14
19922025-02-28T10:21:07.350Z Checking stable_deref_trait v1.2.0
19932025-02-28T10:21:07.363Z Checking getrandom v0.2.15
19942025-02-28T10:21:07.386Z Checking parking_lot_core v0.9.10
19952025-02-28T10:21:07.401Z Checking signal-hook-registry v1.4.2
19962025-02-28T10:21:07.431Z Checking mio v1.0.2
19972025-02-28T10:21:07.436Z Checking generic-array v0.14.7
19982025-02-28T10:21:07.463Z Checking futures-sink v0.3.31
19992025-02-28T10:21:07.593Z Checking rand_core v0.6.4
20002025-02-28T10:21:07.617Z Checking zerocopy v0.7.35
20012025-02-28T10:21:07.661Z Checking socket2 v0.5.8
20022025-02-28T10:21:07.722Z Checking parking_lot v0.12.3
20032025-02-28T10:21:07.916Z Checking zerofrom v0.1.4
20042025-02-28T10:21:08.035Z Checking slab v0.4.9
20052025-02-28T10:21:08.100Z Checking futures-channel v0.3.31
20062025-02-28T10:21:08.132Z Checking futures-task v0.3.31
20072025-02-28T10:21:08.148Z Checking yoke v0.7.4
20082025-02-28T10:21:08.312Z Checking pin-utils v0.1.0
20092025-02-28T10:21:08.373Z Checking futures-io v0.3.31
20102025-02-28T10:21:08.406Z Checking foldhash v0.1.3
20112025-02-28T10:21:08.452Z Checking equivalent v1.0.1
20122025-02-28T10:21:08.487Z Checking zerovec v0.10.4
20132025-02-28T10:21:08.520Z Checking crypto-common v0.1.6
20142025-02-28T10:21:08.567Z Checking block-buffer v0.10.4
20152025-02-28T10:21:08.583Z Checking futures-util v0.3.31
20162025-02-28T10:21:08.614Z Checking allocator-api2 v0.2.18
20172025-02-28T10:21:08.720Z Checking block-padding v0.3.3
20182025-02-28T10:21:08.739Z Checking ryu v1.0.18
20192025-02-28T10:21:08.797Z Checking digest v0.10.7
20202025-02-28T10:21:08.833Z Checking ppv-lite86 v0.2.20
20212025-02-28T10:21:08.926Z Checking inout v0.1.3
20222025-02-28T10:21:08.992Z Checking fnv v1.0.7
20232025-02-28T10:21:09.139Z Checking litemap v0.7.3
20242025-02-28T10:21:09.167Z Checking hmac v0.12.1
20252025-02-28T10:21:09.170Z Checking writeable v0.5.5
20262025-02-28T10:21:09.229Z Checking hashbrown v0.15.1
20272025-02-28T10:21:09.381Z Checking cipher v0.4.4
20282025-02-28T10:21:09.503Z Checking sha2 v0.10.8
20292025-02-28T10:21:09.522Z Checking libm v0.2.8
20302025-02-28T10:21:09.549Z Checking base64ct v1.6.0
20312025-02-28T10:21:09.789Z Checking getrandom v0.3.1
20322025-02-28T10:21:10.004Z Checking pem-rfc7468 v0.7.0
20332025-02-28T10:21:10.024Z Checking tinystr v0.7.6
20342025-02-28T10:21:10.041Z Checking flagset v0.4.6
20352025-02-28T10:21:10.067Z Checking icu_locid_transform_data v1.5.0
20362025-02-28T10:21:10.181Z Checking icu_collections v1.5.0
20372025-02-28T10:21:10.260Z Checking tracing-core v0.1.32
20382025-02-28T10:21:10.278Z Checking der v0.7.9
20392025-02-28T10:21:10.337Z Checking thiserror v1.0.69
20402025-02-28T10:21:10.369Z Checking icu_locid v1.5.0
20412025-02-28T10:21:10.454Z Checking num-traits v0.2.19
20422025-02-28T10:21:10.489Z Checking percent-encoding v2.3.1
20432025-02-28T10:21:10.746Z Checking rustls-pki-types v1.10.0
20442025-02-28T10:21:10.834Z Checking icu_properties_data v1.5.0
20452025-02-28T10:21:10.854Z Checking bytes v1.10.0
20462025-02-28T10:21:10.892Z Checking indexmap v2.7.1
20472025-02-28T10:21:11.073Z Checking serde_json v1.0.139
20482025-02-28T10:21:11.268Z Checking bitflags v2.6.0
20492025-02-28T10:21:11.400Z Checking icu_provider v1.5.0
20502025-02-28T10:21:11.599Z Checking tracing v0.1.40
20512025-02-28T10:21:11.907Z Checking tokio v1.43.0
20522025-02-28T10:21:11.974Z Checking http v1.2.0
20532025-02-28T10:21:12.018Z Checking salsa20 v0.10.2
20542025-02-28T10:21:12.033Z Checking icu_locid_transform v1.5.0
20552025-02-28T10:21:12.081Z Checking pbkdf2 v0.12.2
20562025-02-28T10:21:12.085Z Checking spki v0.7.3
20572025-02-28T10:21:12.247Z Checking aws-lc-sys v0.26.0
20582025-02-28T10:21:12.266Z Checking httparse v1.9.5
20592025-02-28T10:21:12.395Z Checking write16 v1.0.0
20602025-02-28T10:21:12.537Z Checking untrusted v0.9.0
20612025-02-28T10:21:12.717Z Checking icu_normalizer_data v1.5.0
20622025-02-28T10:21:12.720Z Checking utf16_iter v1.0.5
20632025-02-28T10:21:12.824Z Checking powerfmt v0.2.0
20642025-02-28T10:21:12.826Z Checking utf8_iter v1.0.4
20652025-02-28T10:21:12.894Z Checking untrusted v0.7.1
20662025-02-28T10:21:12.997Z Checking icu_properties v1.5.1
20672025-02-28T10:21:13.039Z Checking ring v0.17.11
20682025-02-28T10:21:13.087Z Checking scrypt v0.11.0
20692025-02-28T10:21:13.105Z Checking deranged v0.3.11
20702025-02-28T10:21:13.238Z Checking cbc v0.1.2
20712025-02-28T10:21:13.294Z Checking aes v0.8.4
20722025-02-28T10:21:13.324Z Checking crossbeam-utils v0.8.20
20732025-02-28T10:21:13.440Z Checking spin v0.9.8
20742025-02-28T10:21:13.804Z Checking time-core v0.1.2
20752025-02-28T10:21:13.994Z Checking tinyvec_macros v0.1.1
20762025-02-28T10:21:14.086Z Checking num-conv v0.1.0
20772025-02-28T10:21:14.110Z Checking atomic-waker v1.1.2
20782025-02-28T10:21:14.160Z Checking num_threads v0.1.7
20792025-02-28T10:21:14.271Z Checking pkcs5 v0.7.1
20802025-02-28T10:21:14.298Z Checking tinyvec v1.8.0
20812025-02-28T10:21:14.347Z Checking http-body v1.0.1
20822025-02-28T10:21:14.458Z Checking time v0.3.36
20832025-02-28T10:21:14.476Z Checking aws-lc-rs v1.12.4
20842025-02-28T10:21:14.570Z Checking form_urlencoded v1.2.1
20852025-02-28T10:21:14.780Z Checking rand_chacha v0.3.1
20862025-02-28T10:21:14.810Z Checking try-lock v0.2.5
20872025-02-28T10:21:14.958Z Checking want v0.3.1
20882025-02-28T10:21:15.164Z Checking pkcs8 v0.10.2
20892025-02-28T10:21:15.181Z Checking rand v0.8.5
20902025-02-28T10:21:15.265Z Checking uuid v1.15.1
20912025-02-28T10:21:15.487Z Checking tower-service v0.3.3
20922025-02-28T10:21:15.631Z Checking httpdate v1.0.3
20932025-02-28T10:21:15.665Z Checking unicode-ident v1.0.14
20942025-02-28T10:21:15.853Z Checking proc-macro2 v1.0.93
20952025-02-28T10:21:15.890Z Checking serde_spanned v0.6.8
20962025-02-28T10:21:15.890Z Checking toml_datetime v0.6.8
20972025-02-28T10:21:16.121Z Checking zerocopy v0.8.10
20982025-02-28T10:21:16.195Z Checking slog v2.7.0
20992025-02-28T10:21:16.292Z Checking icu_normalizer v1.5.0
21002025-02-28T10:21:16.317Z Checking rustls-webpki v0.102.8
21012025-02-28T10:21:16.401Z Checking scroll v0.12.0
21022025-02-28T10:21:16.554Z Checking match_cfg v0.1.0
21032025-02-28T10:21:16.650Z Checking plain v0.2.3
21042025-02-28T10:21:16.667Z Checking foreign-types-shared v0.1.1
21052025-02-28T10:21:16.790Z Checking adler2 v2.0.0
21062025-02-28T10:21:16.820Z Checking base64 v0.22.1
21072025-02-28T10:21:16.845Z Checking iana-time-zone v0.1.61
21082025-02-28T10:21:16.847Z Checking ucd-trie v0.1.7
21092025-02-28T10:21:16.951Z Checking miniz_oxide v0.8.5
21102025-02-28T10:21:17.010Z Checking chrono v0.4.40
21112025-02-28T10:21:17.053Z Checking idna_adapter v1.2.0
21122025-02-28T10:21:17.073Z Checking pest v2.7.14
21132025-02-28T10:21:17.103Z Checking goblin v0.8.2
21142025-02-28T10:21:17.243Z Checking idna v1.0.3
21152025-02-28T10:21:17.274Z Checking foreign-types v0.3.2
21162025-02-28T10:21:17.377Z Checking hostname v0.3.1
21172025-02-28T10:21:17.527Z Checking quote v1.0.38
21182025-02-28T10:21:17.706Z Checking url v2.5.3
21192025-02-28T10:21:17.725Z Checking openssl-sys v0.9.106
21202025-02-28T10:21:17.887Z Checking dirs-sys-next v0.1.2
21212025-02-28T10:21:18.123Z Checking errno v0.3.9
21222025-02-28T10:21:18.309Z Checking aho-corasick v1.1.3
21232025-02-28T10:21:18.558Z Checking siphasher v0.3.11
21242025-02-28T10:21:18.760Z Checking tokio-util v0.7.13
21252025-02-28T10:21:18.842Z Checking pretty-hex v0.4.1
21262025-02-28T10:21:18.859Z Checking regex-syntax v0.8.5
21272025-02-28T10:21:18.930Z Checking rand_core v0.9.2
21282025-02-28T10:21:18.988Z Compiling newtype-uuid v1.2.1
21292025-02-28T10:21:19.027Z Checking data-encoding v2.6.0
21302025-02-28T10:21:19.267Z Checking rand_chacha v0.9.0
21312025-02-28T10:21:19.331Z Checking openssl v0.10.71
21322025-02-28T10:21:19.580Z Checking rustix v0.38.37
21332025-02-28T10:21:19.599Z Checking h2 v0.4.6
21342025-02-28T10:21:19.668Z Checking dirs-next v2.0.0
21352025-02-28T10:21:19.696Z Checking dtrace-parser v0.2.0
21362025-02-28T10:21:19.816Z Checking syn v2.0.98
21372025-02-28T10:21:19.922Z Checking unicode-normalization v0.1.24
21382025-02-28T10:21:20.159Z Checking http-body-util v0.1.2
21392025-02-28T10:21:20.588Z Checking crossbeam-epoch v0.9.18
21402025-02-28T10:21:20.901Z Checking signature v2.2.0
21412025-02-28T10:21:21.021Z Checking sha1 v0.10.6
21422025-02-28T10:21:21.128Z Checking thread-id v4.2.2
21432025-02-28T10:21:21.250Z Checking thread_local v1.1.8
21442025-02-28T10:21:21.333Z Checking encoding_rs v0.8.34
21452025-02-28T10:21:21.557Z Checking gimli v0.31.1
21462025-02-28T10:21:22.121Z Checking regex-automata v0.4.8
21472025-02-28T10:21:22.139Z Checking dof v0.3.0
21482025-02-28T10:21:22.766Z Checking mime v0.3.17
21492025-02-28T10:21:22.914Z Checking utf8parse v0.2.2
21502025-02-28T10:21:23.069Z Checking unicode-properties v0.1.3
21512025-02-28T10:21:23.105Z Checking unicode-bidi v0.3.17
21522025-02-28T10:21:23.450Z Checking either v1.14.0
21532025-02-28T10:21:23.693Z Checking anstyle v1.0.10
21542025-02-28T10:21:23.769Z Checking openssl-probe v0.1.5
21552025-02-28T10:21:23.844Z Checking ipnet v2.11.0
21562025-02-28T10:21:23.955Z Checking winnow v0.7.3
21572025-02-28T10:21:24.075Z Checking stringprep v0.1.5
21582025-02-28T10:21:24.323Z Checking anstyle-parse v0.2.5
21592025-02-28T10:21:24.374Z Checking crossbeam-deque v0.8.5
21602025-02-28T10:21:24.591Z Checking term v0.7.0
21612025-02-28T10:21:24.633Z Checking native-tls v0.2.12
21622025-02-28T10:21:24.717Z Checking rand v0.9.0
21632025-02-28T10:21:24.963Z Checking rustls v0.23.19
21642025-02-28T10:21:25.053Z Checking rustls v0.22.4
21652025-02-28T10:21:25.393Z Checking addr2line v0.24.2
21662025-02-28T10:21:25.787Z Checking slog-json v2.6.1
21672025-02-28T10:21:25.845Z Checking usdt-impl v0.5.0
21682025-02-28T10:21:25.919Z Checking serde_urlencoded v0.7.1
21692025-02-28T10:21:25.943Z Checking hyper v1.6.0
21702025-02-28T10:21:26.050Z Checking crossbeam-channel v0.5.13
21712025-02-28T10:21:26.368Z Checking futures-executor v0.3.31
21722025-02-28T10:21:26.395Z Checking num-integer v0.1.46
21732025-02-28T10:21:26.589Z Checking rustls-pemfile v2.2.0
21742025-02-28T10:21:26.623Z Checking semver v1.0.25
21752025-02-28T10:21:26.742Z Checking md-5 v0.10.6
21762025-02-28T10:21:26.835Z Checking ff v0.13.0
21772025-02-28T10:21:26.871Z Checking hash32 v0.2.1
21782025-02-28T10:21:26.884Z Checking toml_edit v0.22.24
21792025-02-28T10:21:26.957Z Checking memmap v0.7.0
21802025-02-28T10:21:27.035Z Checking is-terminal v0.4.13
21812025-02-28T10:21:27.061Z Checking object v0.36.5
21822025-02-28T10:21:27.176Z Checking dyn-clone v1.0.18
21832025-02-28T10:21:27.180Z Checking base16ct v0.2.0
21842025-02-28T10:21:27.180Z Checking is_terminal_polyfill v1.70.1
21852025-02-28T10:21:27.329Z Checking colorchoice v1.0.2
21862025-02-28T10:21:27.348Z Checking fallible-iterator v0.2.0
21872025-02-28T10:21:27.424Z Checking quick-error v1.2.3
21882025-02-28T10:21:27.484Z Checking utf-8 v0.7.6
21892025-02-28T10:21:27.583Z Checking anstyle-query v1.1.1
21902025-02-28T10:21:27.713Z Checking rustc-demangle v0.1.24
21912025-02-28T10:21:27.730Z Checking psl-types v2.0.11
21922025-02-28T10:21:27.908Z Checking hyper-util v0.1.10
21932025-02-28T10:21:27.932Z Checking take_mut v0.2.2
21942025-02-28T10:21:27.949Z Checking linked-hash-map v0.5.6
21952025-02-28T10:21:28.084Z Checking slog-async v2.8.0
21962025-02-28T10:21:28.140Z Checking postgres-protocol v0.6.8
21972025-02-28T10:21:28.256Z Checking lru-cache v0.1.2
21982025-02-28T10:21:28.330Z Checking tokio-rustls v0.25.0
21992025-02-28T10:21:28.375Z Checking publicsuffix v2.3.0
22002025-02-28T10:21:28.446Z Checking anstream v0.6.15
22012025-02-28T10:21:28.655Z Checking tungstenite v0.24.0
22022025-02-28T10:21:28.717Z Checking resolv-conf v0.7.0
22032025-02-28T10:21:28.814Z Checking sec1 v0.7.3
22042025-02-28T10:21:28.831Z Checking schemars v0.8.22
22052025-02-28T10:21:29.081Z Checking usdt v0.5.0
22062025-02-28T10:21:29.200Z Checking heapless v0.7.17
22072025-02-28T10:21:29.368Z Checking slog-term v2.9.1
22082025-02-28T10:21:29.504Z Checking toml v0.8.20
22092025-02-28T10:21:29.546Z Checking group v0.13.0
22102025-02-28T10:21:29.827Z Checking num-iter v0.1.45
22112025-02-28T10:21:29.849Z Checking futures v0.3.31
22122025-02-28T10:21:29.873Z Checking slog-bunyan v2.5.0
22132025-02-28T10:21:29.974Z Checking tokio-native-tls v0.3.1
22142025-02-28T10:21:30.029Z Checking rayon-core v1.12.1
22152025-02-28T10:21:30.050Z Checking hickory-proto v0.24.4
22162025-02-28T10:21:30.118Z Checking multer v3.1.0
22172025-02-28T10:21:30.200Z Checking tokio-rustls v0.26.0
22182025-02-28T10:21:30.224Z Checking terminal_size v0.4.0
22192025-02-28T10:21:30.403Z Checking phf_shared v0.11.2
22202025-02-28T10:21:30.422Z Checking cookie v0.18.1
22212025-02-28T10:21:30.521Z Checking async-stream v0.3.6
22222025-02-28T10:21:30.539Z Checking bzip2-sys v0.1.11+1.0.8
22232025-02-28T10:21:30.610Z Checking camino v1.1.9
22242025-02-28T10:21:30.676Z Checking signal-hook v0.3.17
22252025-02-28T10:21:30.695Z Checking waitgroup v0.1.2
22262025-02-28T10:21:30.711Z Checking lazy_static v1.5.0
22272025-02-28T10:21:30.732Z Checking openapiv3 v2.0.0
22282025-02-28T10:21:30.845Z Checking webpki-roots v0.26.6
22292025-02-28T10:21:30.861Z Checking serde_path_to_error v0.1.16
22302025-02-28T10:21:30.884Z Checking hkdf v0.12.4
22312025-02-28T10:21:31.035Z Checking crypto-bigint v0.5.5
22322025-02-28T10:21:31.056Z Checking sync_wrapper v1.0.1
22332025-02-28T10:21:31.103Z Checking hostname v0.4.0
22342025-02-28T10:21:31.164Z Checking crc32fast v1.4.2
22352025-02-28T10:21:31.234Z Checking winnow v0.5.40
22362025-02-28T10:21:31.260Z Checking unicode-width v0.2.0
22372025-02-28T10:21:31.428Z Checking strsim v0.11.1
22382025-02-28T10:21:31.466Z Checking debug-ignore v1.0.5
22392025-02-28T10:21:31.617Z Checking clap_lex v0.7.4
22402025-02-28T10:21:31.741Z Checking managed v0.8.0
22412025-02-28T10:21:31.783Z Checking tower-layer v0.3.3
22422025-02-28T10:21:31.914Z Checking bitflags v1.3.2
22432025-02-28T10:21:32.032Z Checking clap_builder v4.5.31
22442025-02-28T10:21:32.074Z Checking tower v0.5.2
22452025-02-28T10:21:32.140Z Checking smoltcp v0.9.1
22462025-02-28T10:21:32.852Z Checking console v0.15.10
22472025-02-28T10:21:33.166Z Checking backtrace v0.3.74
22482025-02-28T10:21:33.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22492025-02-28T10:21:33.569Z Checking flate2 v1.1.0
22502025-02-28T10:21:33.934Z Checking hyper-rustls v0.27.3
22512025-02-28T10:21:33.949Z Checking anyhow v1.0.96
22522025-02-28T10:21:33.949Z Checking elliptic-curve v0.13.8
22532025-02-28T10:21:34.047Z Checking signal-hook-mio v0.2.4
22542025-02-28T10:21:34.095Z Checking dropshot v0.12.0
22552025-02-28T10:21:34.116Z Checking toml_edit v0.19.15
22562025-02-28T10:21:34.138Z Checking cookie_store v0.21.1
22572025-02-28T10:21:34.207Z Checking num-bigint-dig v0.8.4
22582025-02-28T10:21:34.212Z Checking rayon v1.10.0
22592025-02-28T10:21:34.472Z Checking phf v0.11.2
22602025-02-28T10:21:34.678Z Checking hickory-resolver v0.24.4
22612025-02-28T10:21:34.745Z Checking bzip2 v0.4.4
22622025-02-28T10:21:34.834Z Checking hyper-tls v0.6.0
22632025-02-28T10:21:35.048Z Checking tokio-tungstenite v0.24.0
22642025-02-28T10:21:35.050Z Checking postgres-types v0.2.9
22652025-02-28T10:21:35.116Z Checking bstr v1.10.0
22662025-02-28T10:21:35.506Z Checking regex v1.11.1
22672025-02-28T10:21:35.763Z Checking ed25519 v2.2.3
22682025-02-28T10:21:35.992Z Checking tokio-stream v0.1.17
22692025-02-28T10:21:36.096Z Checking phf_shared v0.10.0
22702025-02-28T10:21:36.113Z Checking zerocopy v0.6.6
22712025-02-28T10:21:36.271Z Checking curve25519-dalek v4.1.3
22722025-02-28T10:21:36.288Z Checking hubpack v0.1.2
22732025-02-28T10:21:36.375Z Checking memoffset v0.9.1
22742025-02-28T10:21:36.500Z Checking portable-atomic v1.9.0
22752025-02-28T10:21:36.601Z Checking pkcs1 v0.7.5
22762025-02-28T10:21:36.705Z Checking float-cmp v0.10.0
22772025-02-28T10:21:36.771Z Checking serde-big-array v0.5.1
22782025-02-28T10:21:36.813Z Checking rfc6979 v0.4.0
22792025-02-28T10:21:36.925Z Checking whoami v1.5.2
22802025-02-28T10:21:36.986Z Checking predicates-core v1.0.8
22812025-02-28T10:21:37.003Z Checking precomputed-hash v0.1.1
22822025-02-28T10:21:37.006Z Checking static_assertions v1.1.0
22832025-02-28T10:21:37.116Z Checking number_prefix v0.4.0
22842025-02-28T10:21:37.130Z Checking new_debug_unreachable v1.0.6
22852025-02-28T10:21:37.180Z Checking normalize-line-endings v0.3.0
22862025-02-28T10:21:37.225Z Checking unicode-segmentation v1.12.0
22872025-02-28T10:21:37.240Z Checking minimal-lexical v0.2.1
22882025-02-28T10:21:37.308Z Checking fixedbitset v0.4.2
22892025-02-28T10:21:37.325Z Checking bit-vec v0.6.3
22902025-02-28T10:21:37.526Z Checking difflib v0.4.0
22912025-02-28T10:21:37.571Z Checking petgraph v0.6.5
22922025-02-28T10:21:37.575Z Checking qorb v0.2.1
22932025-02-28T10:21:37.637Z Checking bit-set v0.5.3
22942025-02-28T10:21:37.654Z Checking nom v7.1.3
22952025-02-28T10:21:37.806Z Checking indicatif v0.17.11
22962025-02-28T10:21:37.849Z Checking predicates v3.1.3
22972025-02-28T10:21:37.890Z Checking string_cache v0.8.7
22982025-02-28T10:21:37.907Z Checking similar v2.6.0
22992025-02-28T10:21:38.060Z Checking ed25519-dalek v2.1.1
23002025-02-28T10:21:38.175Z Checking tokio-postgres v0.7.13
23012025-02-28T10:21:38.464Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23022025-02-28T10:21:38.466Z Checking rsa v0.9.6
23032025-02-28T10:21:38.569Z Checking ecdsa v0.16.9
23042025-02-28T10:21:38.696Z Checking toml v0.7.8
23052025-02-28T10:21:39.288Z Checking nix v0.29.0
23062025-02-28T10:21:39.418Z Checking reqwest v0.12.12
23072025-02-28T10:21:39.534Z Checking clap v4.5.31
23082025-02-28T10:21:39.664Z Checking zip v0.6.6
23092025-02-28T10:21:40.029Z Checking crossterm v0.28.1
23102025-02-28T10:21:40.302Z Checking itertools v0.12.1
23112025-02-28T10:21:40.322Z Checking itertools v0.10.5
23122025-02-28T10:21:40.626Z Checking ahash v0.8.11
23132025-02-28T10:21:40.697Z Checking fs-err v2.11.0
23142025-02-28T10:21:41.132Z Checking x509-cert v0.2.5
23152025-02-28T10:21:41.229Z Checking hex v0.4.3
23162025-02-28T10:21:41.346Z Checking peg-runtime v0.8.3
23172025-02-28T10:21:41.363Z Checking lalrpop-util v0.19.12
23182025-02-28T10:21:41.585Z Checking sigpipe v0.1.3
23192025-02-28T10:21:42.983Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23202025-02-28T10:21:43.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s
23212025-02-28T10:21:43.497Z
23222025-02-28T10:21:43.497Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23232025-02-28T10:21:44.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242025-02-28T10:21:44.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252025-02-28T10:21:44.251Z Compiling regress v0.10.3
23262025-02-28T10:21:44.369Z Checking heck v0.5.0
23272025-02-28T10:21:44.394Z Compiling unsafe-libyaml v0.2.11
23282025-02-28T10:21:44.410Z Checking ipnetwork v0.21.1
23292025-02-28T10:21:44.427Z Compiling ident_case v1.0.1
23302025-02-28T10:21:44.441Z Checking progenitor-client v0.8.0
23312025-02-28T10:21:44.459Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322025-02-28T10:21:44.559Z Checking newtype-uuid v1.2.1
23332025-02-28T10:21:44.622Z Compiling darling_core v0.20.10
23342025-02-28T10:21:44.772Z Checking oxnet v0.1.1
23352025-02-28T10:21:44.790Z Compiling proc-macro-crate v1.3.1
23362025-02-28T10:21:44.843Z Compiling structmeta-derive v0.3.0
23372025-02-28T10:21:44.891Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23382025-02-28T10:21:45.133Z Compiling lzma-sys v0.1.20
23392025-02-28T10:21:45.235Z Compiling thiserror-impl v2.0.11
23402025-02-28T10:21:45.698Z Compiling serde_yaml v0.9.34+deprecated
23412025-02-28T10:21:45.888Z Compiling num_enum_derive v0.5.11
23422025-02-28T10:21:46.231Z Compiling foreign-types-macros v0.2.3
23432025-02-28T10:21:47.491Z Compiling structmeta v0.3.0
23442025-02-28T10:21:47.523Z Compiling daft-derive v0.1.1
23452025-02-28T10:21:47.882Z Compiling dropshot v0.16.0
23462025-02-28T10:21:47.940Z Checking typify-impl v0.2.0
23472025-02-28T10:21:48.199Z Checking foreign-types-shared v0.3.1
23482025-02-28T10:21:48.333Z Checking arc-swap v1.7.1
23492025-02-28T10:21:48.414Z Checking thiserror v2.0.11
23502025-02-28T10:21:48.576Z Checking foreign-types v0.5.0
23512025-02-28T10:21:48.736Z Checking slog-scope v4.4.0
23522025-02-28T10:21:48.771Z Checking num_enum v0.5.11
23532025-02-28T10:21:48.940Z Compiling parse-display-derive v0.10.0
23542025-02-28T10:21:49.013Z Checking daft v0.1.1
23552025-02-28T10:21:49.133Z Compiling proc-macro-error v1.0.4
23562025-02-28T10:21:49.195Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23572025-02-28T10:21:49.318Z Checking tungstenite v0.21.0
23582025-02-28T10:21:49.336Z Compiling heck v0.3.3
23592025-02-28T10:21:49.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602025-02-28T10:21:49.706Z Compiling dropshot_endpoint v0.16.0
23612025-02-28T10:21:49.727Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622025-02-28T10:21:50.209Z Checking cstr-argument v0.1.2
23632025-02-28T10:21:50.262Z Checking instant v0.1.13
23642025-02-28T10:21:50.396Z Checking base64 v0.21.7
23652025-02-28T10:21:50.415Z Checking fastrand v2.1.1
23662025-02-28T10:21:50.418Z Checking pretty-hex v0.2.1
23672025-02-28T10:21:50.418Z Compiling darling_macro v0.20.10
23682025-02-28T10:21:50.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23692025-02-28T10:21:50.735Z Checking tempfile v3.13.0
23702025-02-28T10:21:50.754Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23712025-02-28T10:21:50.862Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23722025-02-28T10:21:50.902Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23732025-02-28T10:21:51.034Z Checking backoff v0.4.0
23742025-02-28T10:21:51.054Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752025-02-28T10:21:51.109Z Checking tokio-tungstenite v0.21.0
23762025-02-28T10:21:51.250Z Compiling zone_cfg_derive v0.1.2
23772025-02-28T10:21:51.289Z Checking strum v0.26.3
23782025-02-28T10:21:51.365Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23792025-02-28T10:21:51.393Z Compiling darling v0.20.10
23802025-02-28T10:21:51.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23812025-02-28T10:21:51.518Z Compiling serde_with_macros v3.11.0
23822025-02-28T10:21:51.741Z Checking slog-stdlog v4.1.1
23832025-02-28T10:21:51.876Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23842025-02-28T10:21:51.936Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23852025-02-28T10:21:52.060Z Checking progenitor-client v0.9.1
23862025-02-28T10:21:52.242Z Checking colored v2.2.0
23872025-02-28T10:21:52.263Z Checking macaddr v1.0.1
23882025-02-28T10:21:52.494Z Checking unicode-width v0.1.14
23892025-02-28T10:21:52.608Z Checking winnow v0.6.20
23902025-02-28T10:21:52.627Z Checking base64 v0.13.1
23912025-02-28T10:21:52.700Z Checking zone v0.1.8
23922025-02-28T10:21:52.918Z Checking parse-display v0.10.0
23932025-02-28T10:21:53.010Z Checking tabwriter v1.4.0
23942025-02-28T10:21:53.057Z Checking ron v0.7.1
23952025-02-28T10:21:53.165Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23962025-02-28T10:21:53.269Z Checking slog-envlogger v2.2.0
23972025-02-28T10:21:53.376Z Checking xz2 v0.1.7
23982025-02-28T10:21:53.493Z Checking xattr v1.3.1
23992025-02-28T10:21:53.653Z Checking pem v3.0.5
24002025-02-28T10:21:53.671Z Checking yasna v0.5.2
24012025-02-28T10:21:53.716Z Checking headers-core v0.3.0
24022025-02-28T10:21:53.887Z Checking smf v0.2.3
24032025-02-28T10:21:53.952Z Checking filetime v0.2.25
24042025-02-28T10:21:54.025Z Checking serde_with v3.11.0
24052025-02-28T10:21:54.132Z Checking same-file v1.0.6
24062025-02-28T10:21:54.200Z Checking tar v0.4.44
24072025-02-28T10:21:54.339Z Checking walkdir v2.5.0
24082025-02-28T10:21:54.355Z Checking headers v0.4.0
24092025-02-28T10:21:54.541Z Checking rcgen v0.12.1
24102025-02-28T10:21:54.651Z Checking camino-tempfile v1.1.1
24112025-02-28T10:21:54.952Z Checking atomicwrites v0.4.4
24122025-02-28T10:21:55.099Z Checking subprocess v0.2.9
24132025-02-28T10:21:57.784Z Compiling typify-macro v0.2.0
24142025-02-28T10:21:59.306Z Compiling typify v0.2.0
24152025-02-28T10:21:59.379Z Compiling progenitor-impl v0.8.0
24162025-02-28T10:22:01.939Z Compiling progenitor-macro v0.8.0
24172025-02-28T10:22:05.584Z Checking progenitor v0.8.0
24182025-02-28T10:22:05.720Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24192025-02-28T10:22:05.721Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24202025-02-28T10:22:08.350Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24212025-02-28T10:22:08.646Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24222025-02-28T10:22:14.961Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24232025-02-28T10:22:16.567Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24242025-02-28T10:22:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.32s
24252025-02-28T10:22:18.014Z
24262025-02-28T10:22:18.014Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24272025-02-28T10:22:18.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-02-28T10:22:18.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-02-28T10:22:18.741Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24302025-02-28T10:22:20.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
24312025-02-28T10:22:20.377Z
24322025-02-28T10:22:20.377Zinfo: running `cargo check --bins` on nexus-config (51/199)
24332025-02-28T10:22:21.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-02-28T10:22:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-02-28T10:22:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-02-28T10:22:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24372025-02-28T10:22:21.199Z
24382025-02-28T10:22:21.199Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24392025-02-28T10:22:21.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-02-28T10:22:21.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-02-28T10:22:21.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-02-28T10:22:21.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24432025-02-28T10:22:21.779Z
24442025-02-28T10:22:21.779Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24452025-02-28T10:22:22.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-02-28T10:22:22.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-02-28T10:22:22.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482025-02-28T10:22:22.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24492025-02-28T10:22:22.455Z
24502025-02-28T10:22:22.455Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24512025-02-28T10:22:23.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-02-28T10:22:23.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-02-28T10:22:23.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542025-02-28T10:22:23.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24552025-02-28T10:22:23.163Z
24562025-02-28T10:22:23.163Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24572025-02-28T10:22:23.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582025-02-28T10:22:23.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592025-02-28T10:22:23.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24602025-02-28T10:22:24.028Z Compiling ipnetwork v0.21.1
24612025-02-28T10:22:24.028Z Compiling progenitor-client v0.8.0
24622025-02-28T10:22:24.030Z Compiling itertools v0.13.0
24632025-02-28T10:22:24.031Z Compiling heapless v0.8.0
24642025-02-28T10:22:24.031Z Compiling thiserror v2.0.11
24652025-02-28T10:22:24.031Z Checking hash32 v0.3.1
24662025-02-28T10:22:24.031Z Compiling instant v0.1.13
24672025-02-28T10:22:24.241Z Compiling smoltcp v0.11.0
24682025-02-28T10:22:24.262Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24692025-02-28T10:22:24.318Z Compiling dropshot v0.16.0
24702025-02-28T10:22:24.344Z Compiling backoff v0.4.0
24712025-02-28T10:22:24.551Z Compiling oxnet v0.1.1
24722025-02-28T10:22:24.719Z Compiling progenitor v0.8.0
24732025-02-28T10:22:24.802Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742025-02-28T10:22:24.934Z Compiling daft v0.1.1
24752025-02-28T10:22:24.995Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24762025-02-28T10:22:25.013Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24772025-02-28T10:22:25.013Z Compiling parse-display v0.10.0
24782025-02-28T10:22:25.233Z Compiling serde_with v3.11.0
24792025-02-28T10:22:25.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802025-02-28T10:22:25.595Z Checking num-rational v0.4.2
24812025-02-28T10:22:25.709Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24822025-02-28T10:22:25.889Z Compiling progenitor-client v0.9.1
24832025-02-28T10:22:26.268Z Compiling phf_generator v0.11.2
24842025-02-28T10:22:26.445Z Checking num-complex v0.4.6
24852025-02-28T10:22:26.907Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24862025-02-28T10:22:27.287Z Compiling macaddr v1.0.1
24872025-02-28T10:22:27.442Z Checking cobs v0.2.3
24882025-02-28T10:22:27.497Z Compiling num v0.4.3
24892025-02-28T10:22:27.633Z Checking postcard v1.0.10
24902025-02-28T10:22:27.723Z Compiling phf_codegen v0.11.2
24912025-02-28T10:22:27.956Z Compiling parse-zoneinfo v0.3.1
24922025-02-28T10:22:28.187Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24932025-02-28T10:22:28.532Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24942025-02-28T10:22:28.676Z Checking float-ord v0.3.2
24952025-02-28T10:22:28.701Z Compiling convert_case v0.4.0
24962025-02-28T10:22:29.033Z Compiling chrono-tz-build v0.4.0
24972025-02-28T10:22:29.541Z Compiling derive_more v0.99.19
24982025-02-28T10:22:29.752Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24992025-02-28T10:22:30.651Z Compiling crucible-workspace-hack v0.1.0
25002025-02-28T10:22:30.670Z Compiling chrono-tz v0.10.1
25012025-02-28T10:22:31.003Z Checking newline-converter v0.3.0
25022025-02-28T10:22:31.191Z Checking itertools v0.14.0
25032025-02-28T10:22:31.432Z Checking prettyplease v0.2.29
25042025-02-28T10:22:32.374Z Compiling slog-dtrace v0.3.0
25052025-02-28T10:22:32.664Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25062025-02-28T10:22:32.909Z Checking expectorate v1.1.0
25072025-02-28T10:22:33.088Z Compiling zone_cfg_derive v0.3.0
25082025-02-28T10:22:33.444Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092025-02-28T10:22:33.515Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25102025-02-28T10:22:33.804Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25112025-02-28T10:22:33.897Z Compiling const_format_proc_macros v0.2.34
25122025-02-28T10:22:34.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132025-02-28T10:22:34.223Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25142025-02-28T10:22:34.524Z Compiling num-derive v0.4.2
25152025-02-28T10:22:34.557Z Checking highway v1.3.0
25162025-02-28T10:22:35.070Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25172025-02-28T10:22:35.281Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25182025-02-28T10:22:35.420Z Checking zone v0.3.0
25192025-02-28T10:22:35.537Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25202025-02-28T10:22:35.781Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25212025-02-28T10:22:35.837Z Checking const_format v0.2.34
25222025-02-28T10:22:36.113Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25232025-02-28T10:22:36.215Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25242025-02-28T10:22:36.451Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25252025-02-28T10:22:36.770Z Checking gethostname v0.5.0
25262025-02-28T10:22:36.846Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25272025-02-28T10:22:36.908Z Checking bcs v0.1.6
25282025-02-28T10:22:37.155Z Checking nanorand v0.7.0
25292025-02-28T10:22:37.311Z Compiling async-recursion v1.1.1
25302025-02-28T10:22:37.372Z Checking termtree v0.5.1
25312025-02-28T10:22:37.523Z Checking flume v0.11.1
25322025-02-28T10:22:37.842Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25332025-02-28T10:22:38.449Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25342025-02-28T10:22:38.966Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25352025-02-28T10:22:38.967Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362025-02-28T10:22:39.156Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25372025-02-28T10:22:44.751Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382025-02-28T10:22:48.009Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392025-02-28T10:22:50.541Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25402025-02-28T10:22:51.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.67s
25412025-02-28T10:22:52.051Z
25422025-02-28T10:22:52.051Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25432025-02-28T10:22:52.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-02-28T10:22:52.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-02-28T10:22:52.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462025-02-28T10:22:52.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25472025-02-28T10:22:52.758Z
25482025-02-28T10:22:52.759Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25492025-02-28T10:22:53.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-02-28T10:22:53.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-02-28T10:22:53.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522025-02-28T10:22:53.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25532025-02-28T10:22:53.458Z
25542025-02-28T10:22:53.458Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25552025-02-28T10:22:54.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-02-28T10:22:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-02-28T10:22:54.207Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25582025-02-28T10:22:54.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
25592025-02-28T10:22:55.038Z
25602025-02-28T10:22:55.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25612025-02-28T10:22:55.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-02-28T10:22:55.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-02-28T10:22:55.772Z Compiling cfg_aliases v0.1.1
25642025-02-28T10:22:55.777Z Compiling vte_generate_state_changes v0.1.2
25652025-02-28T10:22:55.777Z Checking fd-lock v4.0.2
25662025-02-28T10:22:55.777Z Checking nibble_vec v0.1.0
25672025-02-28T10:22:55.777Z Checking bytecount v0.6.8
25682025-02-28T10:22:55.777Z Checking endian-type v0.1.2
25692025-02-28T10:22:55.777Z Compiling tabled_derive v0.7.0
25702025-02-28T10:22:55.941Z Compiling peg-macros v0.8.4
25712025-02-28T10:22:55.999Z Compiling nix v0.28.0
25722025-02-28T10:22:56.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25732025-02-28T10:22:56.066Z Checking papergrid v0.11.0
25742025-02-28T10:22:56.082Z Compiling sqlparser_derive v0.2.2
25752025-02-28T10:22:56.132Z Checking radix_trie v0.2.1
25762025-02-28T10:22:56.486Z Checking vte v0.11.1
25772025-02-28T10:22:56.529Z Checking unicode_categories v0.1.1
25782025-02-28T10:22:56.838Z Checking nu-ansi-term v0.50.1
25792025-02-28T10:22:57.098Z Checking home v0.5.9
25802025-02-28T10:22:57.141Z Checking sqlparser v0.45.0
25812025-02-28T10:22:57.275Z Checking sqlformat v0.2.6
25822025-02-28T10:22:57.300Z Checking display-error-chain v0.2.2
25832025-02-28T10:22:57.902Z Checking strip-ansi-escapes v0.2.0
25842025-02-28T10:22:58.048Z Checking tabled v0.15.0
25852025-02-28T10:22:58.066Z Checking reedline v0.35.0
25862025-02-28T10:22:58.464Z Checking peg v0.8.4
25872025-02-28T10:22:58.946Z Checking rustyline v14.0.0
25882025-02-28T10:23:07.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
25892025-02-28T10:23:08.138Z
25902025-02-28T10:23:08.138Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25912025-02-28T10:23:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922025-02-28T10:23:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932025-02-28T10:23:08.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25942025-02-28T10:23:14.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
25952025-02-28T10:23:14.354Z
25962025-02-28T10:23:14.354Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25972025-02-28T10:23:14.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982025-02-28T10:23:14.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992025-02-28T10:23:15.083Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26002025-02-28T10:23:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
26012025-02-28T10:23:18.868Z
26022025-02-28T10:23:18.868Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
26032025-02-28T10:23:19.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042025-02-28T10:23:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052025-02-28T10:23:19.622Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26062025-02-28T10:23:24.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
26072025-02-28T10:23:24.754Z
26082025-02-28T10:23:24.754Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
26092025-02-28T10:23:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102025-02-28T10:23:25.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112025-02-28T10:23:25.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122025-02-28T10:23:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
26132025-02-28T10:23:30.781Z
26142025-02-28T10:23:30.781Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26152025-02-28T10:23:31.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162025-02-28T10:23:31.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172025-02-28T10:23:31.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26182025-02-28T10:23:35.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
26192025-02-28T10:23:35.547Z
26202025-02-28T10:23:35.547Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26212025-02-28T10:23:36.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222025-02-28T10:23:36.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232025-02-28T10:23:36.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26242025-02-28T10:23:40.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
26252025-02-28T10:23:40.341Z
26262025-02-28T10:23:40.342Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26272025-02-28T10:23:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282025-02-28T10:23:40.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292025-02-28T10:23:41.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26302025-02-28T10:23:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
26312025-02-28T10:23:46.456Z
26322025-02-28T10:23:46.456Zinfo: running `cargo check --bins` on oximeter (67/199)
26332025-02-28T10:23:47.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342025-02-28T10:23:47.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352025-02-28T10:23:47.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362025-02-28T10:23:47.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26372025-02-28T10:23:47.153Z
26382025-02-28T10:23:47.153Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26392025-02-28T10:23:47.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402025-02-28T10:23:47.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412025-02-28T10:23:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422025-02-28T10:23:47.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26432025-02-28T10:23:47.831Z
26442025-02-28T10:23:47.831Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26452025-02-28T10:23:48.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462025-02-28T10:23:48.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472025-02-28T10:23:48.526Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26482025-02-28T10:23:50.652Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26492025-02-28T10:23:51.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
26502025-02-28T10:23:51.805Z
26512025-02-28T10:23:51.805Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26522025-02-28T10:23:52.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-02-28T10:23:52.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-02-28T10:23:52.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-02-28T10:23:52.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26562025-02-28T10:23:52.514Z
26572025-02-28T10:23:52.514Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26582025-02-28T10:23:53.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-02-28T10:23:53.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-02-28T10:23:53.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-02-28T10:23:53.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26622025-02-28T10:23:53.215Z
26632025-02-28T10:23:53.215Zinfo: running `cargo check --bins` on oxql-types (72/199)
26642025-02-28T10:23:53.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-02-28T10:23:53.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-02-28T10:23:53.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-02-28T10:23:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26682025-02-28T10:23:53.902Z
26692025-02-28T10:23:53.902Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26702025-02-28T10:23:54.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-02-28T10:23:54.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-02-28T10:23:54.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-02-28T10:23:54.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26742025-02-28T10:23:54.622Z
26752025-02-28T10:23:54.622Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26762025-02-28T10:23:55.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-02-28T10:23:55.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-02-28T10:23:55.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-02-28T10:23:55.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26802025-02-28T10:23:55.325Z
26812025-02-28T10:23:55.325Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26822025-02-28T10:23:55.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-02-28T10:23:55.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-02-28T10:23:55.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-02-28T10:23:55.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26862025-02-28T10:23:56.023Z
26872025-02-28T10:23:56.023Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26882025-02-28T10:23:56.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-02-28T10:23:56.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-02-28T10:23:56.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-02-28T10:23:56.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26922025-02-28T10:23:56.725Z
26932025-02-28T10:23:56.725Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26942025-02-28T10:23:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-02-28T10:23:57.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-02-28T10:23:57.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-02-28T10:23:57.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26982025-02-28T10:23:57.407Z
26992025-02-28T10:23:57.407Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
27002025-02-28T10:23:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-02-28T10:23:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-02-28T10:23:58.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-02-28T10:23:58.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27042025-02-28T10:23:58.106Z
27052025-02-28T10:23:58.106Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
27062025-02-28T10:23:58.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-02-28T10:23:58.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-02-28T10:23:58.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-02-28T10:23:58.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27102025-02-28T10:23:58.788Z
27112025-02-28T10:23:58.788Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27122025-02-28T10:23:59.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-02-28T10:23:59.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-02-28T10:23:59.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-02-28T10:23:59.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27162025-02-28T10:23:59.502Z
27172025-02-28T10:23:59.502Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27182025-02-28T10:24:00.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-02-28T10:24:00.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-02-28T10:24:00.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-02-28T10:24:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27222025-02-28T10:24:00.202Z
27232025-02-28T10:24:00.202Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27242025-02-28T10:24:00.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-02-28T10:24:00.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-02-28T10:24:00.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-02-28T10:24:00.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27282025-02-28T10:24:00.903Z
27292025-02-28T10:24:00.903Zinfo: running `cargo check --bins` on dpd-client (83/199)
27302025-02-28T10:24:01.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-02-28T10:24:01.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-02-28T10:24:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-02-28T10:24:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27342025-02-28T10:24:01.580Z
27352025-02-28T10:24:01.580Zinfo: running `cargo check --bins` on gateway-client (84/199)
27362025-02-28T10:24:02.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-02-28T10:24:02.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-02-28T10:24:02.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-02-28T10:24:02.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27402025-02-28T10:24:02.299Z
27412025-02-28T10:24:02.299Zinfo: running `cargo check --bins` on installinator-client (85/199)
27422025-02-28T10:24:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-02-28T10:24:02.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-02-28T10:24:02.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-02-28T10:24:02.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27462025-02-28T10:24:03.025Z
27472025-02-28T10:24:03.025Zinfo: running `cargo check --bins` on installinator-common (86/199)
27482025-02-28T10:24:03.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-02-28T10:24:03.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-02-28T10:24:03.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-02-28T10:24:03.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27522025-02-28T10:24:03.735Z
27532025-02-28T10:24:03.735Zinfo: running `cargo check --bins` on update-engine (87/199)
27542025-02-28T10:24:04.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-02-28T10:24:04.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-02-28T10:24:04.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-02-28T10:24:04.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27582025-02-28T10:24:04.416Z
27592025-02-28T10:24:04.416Zinfo: running `cargo check --bins` on nexus-client (88/199)
27602025-02-28T10:24:05.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-02-28T10:24:05.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-02-28T10:24:05.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-02-28T10:24:05.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27642025-02-28T10:24:05.130Z
27652025-02-28T10:24:05.131Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27662025-02-28T10:24:05.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-02-28T10:24:05.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-02-28T10:24:05.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692025-02-28T10:24:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27702025-02-28T10:24:05.839Z
27712025-02-28T10:24:05.839Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27722025-02-28T10:24:06.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-02-28T10:24:06.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-02-28T10:24:06.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-02-28T10:24:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27762025-02-28T10:24:06.509Z
27772025-02-28T10:24:06.509Zinfo: running `cargo check --bins` on nexus-types (91/199)
27782025-02-28T10:24:07.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-02-28T10:24:07.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-02-28T10:24:07.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-02-28T10:24:07.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27822025-02-28T10:24:07.243Z
27832025-02-28T10:24:07.244Zinfo: running `cargo check --bins` on oxide-client (92/199)
27842025-02-28T10:24:07.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-02-28T10:24:07.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-02-28T10:24:07.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-02-28T10:24:07.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27882025-02-28T10:24:07.918Z
27892025-02-28T10:24:07.919Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27902025-02-28T10:24:08.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-02-28T10:24:08.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-02-28T10:24:08.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-02-28T10:24:08.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27942025-02-28T10:24:08.617Z
27952025-02-28T10:24:08.617Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27962025-02-28T10:24:09.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-02-28T10:24:09.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-02-28T10:24:09.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992025-02-28T10:24:09.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28002025-02-28T10:24:09.315Z
28012025-02-28T10:24:09.315Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
28022025-02-28T10:24:09.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032025-02-28T10:24:09.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042025-02-28T10:24:09.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052025-02-28T10:24:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28062025-02-28T10:24:10.030Z
28072025-02-28T10:24:10.030Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28082025-02-28T10:24:10.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092025-02-28T10:24:10.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102025-02-28T10:24:10.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112025-02-28T10:24:10.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28122025-02-28T10:24:10.780Z
28132025-02-28T10:24:10.780Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28142025-02-28T10:24:11.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152025-02-28T10:24:11.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162025-02-28T10:24:11.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172025-02-28T10:24:11.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28182025-02-28T10:24:11.497Z
28192025-02-28T10:24:11.497Zinfo: running `cargo check --bins` on wicket-common (98/199)
28202025-02-28T10:24:12.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212025-02-28T10:24:12.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222025-02-28T10:24:12.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232025-02-28T10:24:12.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28242025-02-28T10:24:12.247Z
28252025-02-28T10:24:12.247Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28262025-02-28T10:24:12.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272025-02-28T10:24:12.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282025-02-28T10:24:12.998Z Checking csv-core v0.1.11
28292025-02-28T10:24:12.998Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28302025-02-28T10:24:13.004Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28312025-02-28T10:24:13.004Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28322025-02-28T10:24:13.291Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28332025-02-28T10:24:13.339Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28342025-02-28T10:24:13.342Z Checking csv v1.3.1
28352025-02-28T10:24:13.932Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28362025-02-28T10:24:14.288Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28372025-02-28T10:24:15.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
28382025-02-28T10:24:16.115Z
28392025-02-28T10:24:16.115Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28402025-02-28T10:24:16.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-02-28T10:24:16.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-02-28T10:24:16.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-02-28T10:24:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28442025-02-28T10:24:16.814Z
28452025-02-28T10:24:16.814Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28462025-02-28T10:24:17.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-02-28T10:24:17.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-02-28T10:24:17.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-02-28T10:24:17.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28502025-02-28T10:24:17.508Z
28512025-02-28T10:24:17.508Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28522025-02-28T10:24:18.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-02-28T10:24:18.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-02-28T10:24:18.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-02-28T10:24:18.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28562025-02-28T10:24:18.340Z
28572025-02-28T10:24:18.340Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28582025-02-28T10:24:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-02-28T10:24:19.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-02-28T10:24:19.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-02-28T10:24:19.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28622025-02-28T10:24:19.165Z
28632025-02-28T10:24:19.165Zinfo: running `cargo check --bins` on dns-server (104/199)
28642025-02-28T10:24:19.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-02-28T10:24:19.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-02-28T10:24:19.893Z Compiling typify-impl v0.3.0
28672025-02-28T10:24:20.006Z Compiling parking_lot_core v0.8.6
28682025-02-28T10:24:20.009Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28692025-02-28T10:24:20.019Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28702025-02-28T10:24:20.031Z Checking fxhash v0.2.1
28712025-02-28T10:24:20.058Z Checking hickory-client v0.24.4
28722025-02-28T10:24:20.061Z Checking hickory-server v0.24.4
28732025-02-28T10:24:20.773Z Checking parking_lot v0.11.2
28742025-02-28T10:24:20.798Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752025-02-28T10:24:21.042Z Checking sled v0.34.7
28762025-02-28T10:24:25.571Z Compiling typify-macro v0.3.0
28772025-02-28T10:24:27.117Z Compiling typify v0.3.0
28782025-02-28T10:24:27.191Z Compiling progenitor-impl v0.9.1
28792025-02-28T10:24:29.670Z Compiling progenitor-macro v0.9.1
28802025-02-28T10:24:33.371Z Checking progenitor v0.9.1
28812025-02-28T10:24:33.510Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28822025-02-28T10:24:34.010Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28832025-02-28T10:24:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.14s
28842025-02-28T10:24:35.494Z
28852025-02-28T10:24:35.494Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28862025-02-28T10:24:36.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872025-02-28T10:24:36.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882025-02-28T10:24:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892025-02-28T10:24:36.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28902025-02-28T10:24:36.193Z
28912025-02-28T10:24:36.194Zinfo: running `cargo check --bins` on openapi-manager-types (106/199)
28922025-02-28T10:24:36.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932025-02-28T10:24:36.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942025-02-28T10:24:36.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952025-02-28T10:24:36.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28962025-02-28T10:24:36.867Z
28972025-02-28T10:24:36.867Zinfo: running `cargo check --bins` on gateway-test-utils (107/199)
28982025-02-28T10:24:37.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992025-02-28T10:24:37.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002025-02-28T10:24:37.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012025-02-28T10:24:37.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29022025-02-28T10:24:37.629Z
29032025-02-28T10:24:37.629Zinfo: running `cargo check --bins` on gateway-types (108/199)
29042025-02-28T10:24:38.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052025-02-28T10:24:38.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062025-02-28T10:24:38.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072025-02-28T10:24:38.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29082025-02-28T10:24:38.342Z
29092025-02-28T10:24:38.342Zinfo: running `cargo check --bins` on ipcc (109/199)
29102025-02-28T10:24:38.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112025-02-28T10:24:38.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122025-02-28T10:24:38.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132025-02-28T10:24:38.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29142025-02-28T10:24:39.057Z
29152025-02-28T10:24:39.057Zinfo: running `cargo check --bins` on omicron-gateway (110/199)
29162025-02-28T10:24:39.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172025-02-28T10:24:39.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182025-02-28T10:24:39.846Z Compiling semver v0.1.20
29192025-02-28T10:24:39.846Z Compiling radium v0.7.0
29202025-02-28T10:24:39.973Z Compiling maybe-uninit v2.0.0
29212025-02-28T10:24:39.976Z Checking tap v1.0.1
29222025-02-28T10:24:40.002Z Checking password-hash v0.5.0
29232025-02-28T10:24:40.005Z Checking blake2 v0.10.6
29242025-02-28T10:24:40.005Z Compiling owo-colors v4.2.0
29252025-02-28T10:24:40.005Z Checking funty v2.0.0
29262025-02-28T10:24:40.126Z Checking wyz v0.5.1
29272025-02-28T10:24:40.450Z Compiling rustc_version v0.1.7
29282025-02-28T10:24:40.487Z Compiling packed_struct v0.10.1
29292025-02-28T10:24:40.492Z Checking crc-catalog v2.4.0
29302025-02-28T10:24:40.546Z Compiling cancel-safe-futures v0.1.5
29312025-02-28T10:24:40.680Z Checking crc v3.2.1
29322025-02-28T10:24:40.709Z Checking argon2 v0.5.3
29332025-02-28T10:24:40.752Z Compiling packed_struct_codegen v0.10.1
29342025-02-28T10:24:40.875Z Compiling newtype_derive v0.1.6
29352025-02-28T10:24:40.892Z Checking libsw-core v0.3.1
29362025-02-28T10:24:40.934Z Checking bitvec v1.0.1
29372025-02-28T10:24:40.970Z Compiling indexmap v1.9.3
29382025-02-28T10:24:40.997Z Checking half v2.4.1
29392025-02-28T10:24:41.109Z Checking ciborium-io v0.2.2
29402025-02-28T10:24:41.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29412025-02-28T10:24:41.246Z Checking fixedbitset v0.5.7
29422025-02-28T10:24:41.283Z Checking nodrop v0.1.14
29432025-02-28T10:24:41.410Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29442025-02-28T10:24:41.429Z Checking array-init v0.0.4
29452025-02-28T10:24:41.482Z Checking libsw v3.4.0
29462025-02-28T10:24:41.503Z Checking ciborium-ll v0.2.2
29472025-02-28T10:24:41.621Z Checking petgraph v0.7.1
29482025-02-28T10:24:41.690Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29492025-02-28T10:24:41.738Z Checking smallvec v0.6.14
29502025-02-28T10:24:41.948Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29512025-02-28T10:24:42.116Z Checking swrite v0.1.0
29522025-02-28T10:24:42.256Z Checking hashbrown v0.12.3
29532025-02-28T10:24:42.308Z Checking indent_write v2.2.0
29542025-02-28T10:24:42.410Z Checking bitfield v0.14.0
29552025-02-28T10:24:42.517Z Checking linear-map v1.2.0
29562025-02-28T10:24:42.898Z Checking termcolor v1.4.1
29572025-02-28T10:24:42.911Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29582025-02-28T10:24:43.011Z Checking serde-hex v0.1.0
29592025-02-28T10:24:43.124Z Checking env_logger v0.10.2
29602025-02-28T10:24:43.261Z Checking ron v0.8.1
29612025-02-28T10:24:43.423Z Checking ciborium v0.2.2
29622025-02-28T10:24:43.570Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29632025-02-28T10:24:44.144Z Checking steno v0.4.1
29642025-02-28T10:24:44.410Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29652025-02-28T10:24:44.481Z Checking hashbrown v0.13.2
29662025-02-28T10:24:44.513Z Checking crc-any v2.5.0
29672025-02-28T10:24:44.669Z Checking humantime v2.1.0
29682025-02-28T10:24:44.694Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29692025-02-28T10:24:44.911Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29702025-02-28T10:24:44.985Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29712025-02-28T10:24:45.197Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29722025-02-28T10:24:45.428Z Checking object v0.30.4
29732025-02-28T10:24:45.526Z Checking path-slash v0.1.5
29742025-02-28T10:24:45.599Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29752025-02-28T10:24:45.770Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29762025-02-28T10:24:46.299Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29772025-02-28T10:24:46.543Z Checking nix v0.27.1
29782025-02-28T10:24:46.564Z Checking tungstenite v0.23.0
29792025-02-28T10:24:46.914Z Checking kstat-rs v0.2.4
29802025-02-28T10:24:47.011Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29812025-02-28T10:24:47.275Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29822025-02-28T10:24:47.438Z Checking tokio-tungstenite v0.23.1
29832025-02-28T10:24:47.483Z Checking signal-hook-tokio v0.3.1
29842025-02-28T10:24:47.993Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29852025-02-28T10:24:48.265Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29862025-02-28T10:24:54.952Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29872025-02-28T10:24:56.363Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29882025-02-28T10:24:59.345Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29892025-02-28T10:25:04.875Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29902025-02-28T10:25:05.559Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29912025-02-28T10:25:08.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
29922025-02-28T10:25:08.476Z
29932025-02-28T10:25:08.476Zinfo: running `cargo check --bins` on gateway-api (111/199)
29942025-02-28T10:25:09.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-02-28T10:25:09.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-02-28T10:25:09.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-02-28T10:25:09.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29982025-02-28T10:25:09.191Z
29992025-02-28T10:25:09.191Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199)
30002025-02-28T10:25:09.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-02-28T10:25:09.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-02-28T10:25:09.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-02-28T10:25:09.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30042025-02-28T10:25:09.883Z
30052025-02-28T10:25:09.883Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199)
30062025-02-28T10:25:10.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-02-28T10:25:10.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-02-28T10:25:10.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092025-02-28T10:25:10.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30102025-02-28T10:25:10.613Z
30112025-02-28T10:25:10.613Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199)
30122025-02-28T10:25:11.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132025-02-28T10:25:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142025-02-28T10:25:11.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152025-02-28T10:25:11.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30162025-02-28T10:25:11.323Z
30172025-02-28T10:25:11.323Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199)
30182025-02-28T10:25:11.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-02-28T10:25:11.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-02-28T10:25:11.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212025-02-28T10:25:11.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30222025-02-28T10:25:12.031Z
30232025-02-28T10:25:12.032Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199)
30242025-02-28T10:25:12.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-02-28T10:25:12.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-02-28T10:25:12.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-02-28T10:25:12.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30282025-02-28T10:25:12.734Z
30292025-02-28T10:25:12.734Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199)
30302025-02-28T10:25:13.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-02-28T10:25:13.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-02-28T10:25:13.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-02-28T10:25:13.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30342025-02-28T10:25:13.444Z
30352025-02-28T10:25:13.444Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199)
30362025-02-28T10:25:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-02-28T10:25:14.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-02-28T10:25:14.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-02-28T10:25:14.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30402025-02-28T10:25:14.141Z
30412025-02-28T10:25:14.141Zinfo: running `cargo check --bins` on oximeter-producer (119/199)
30422025-02-28T10:25:14.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-02-28T10:25:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-02-28T10:25:14.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-02-28T10:25:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30462025-02-28T10:25:14.882Z
30472025-02-28T10:25:14.882Zinfo: running `cargo check --bins` on internal-dns-resolver (120/199)
30482025-02-28T10:25:15.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-02-28T10:25:15.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-02-28T10:25:15.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-02-28T10:25:15.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30522025-02-28T10:25:15.594Z
30532025-02-28T10:25:15.594Zinfo: running `cargo check --bins` on sp-sim (121/199)
30542025-02-28T10:25:16.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-02-28T10:25:16.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-02-28T10:25:16.302Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30572025-02-28T10:25:16.761Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30582025-02-28T10:25:18.442Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30592025-02-28T10:25:20.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
30602025-02-28T10:25:20.365Z
30612025-02-28T10:25:20.365Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199)
30622025-02-28T10:25:21.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-02-28T10:25:21.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-02-28T10:25:21.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652025-02-28T10:25:21.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30662025-02-28T10:25:21.151Z
30672025-02-28T10:25:21.151Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199)
30682025-02-28T10:25:21.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-02-28T10:25:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-02-28T10:25:21.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-02-28T10:25:21.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30722025-02-28T10:25:21.902Z
30732025-02-28T10:25:21.902Zinfo: running `cargo check --bins` on db-macros (124/199)
30742025-02-28T10:25:22.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-02-28T10:25:22.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-02-28T10:25:22.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-02-28T10:25:22.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30782025-02-28T10:25:22.578Z
30792025-02-28T10:25:22.578Zinfo: running `cargo check --bins` on nexus-macros-common (125/199)
30802025-02-28T10:25:23.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-02-28T10:25:23.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-02-28T10:25:23.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832025-02-28T10:25:23.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30842025-02-28T10:25:23.246Z
30852025-02-28T10:25:23.246Zinfo: running `cargo check --bins` on nexus-auth (126/199)
30862025-02-28T10:25:23.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872025-02-28T10:25:23.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882025-02-28T10:25:23.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892025-02-28T10:25:23.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30902025-02-28T10:25:23.996Z
30912025-02-28T10:25:23.996Zinfo: running `cargo check --bins` on authz-macros (127/199)
30922025-02-28T10:25:24.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932025-02-28T10:25:24.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942025-02-28T10:25:24.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952025-02-28T10:25:24.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30962025-02-28T10:25:24.687Z
30972025-02-28T10:25:24.687Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/199)
30982025-02-28T10:25:25.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992025-02-28T10:25:25.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002025-02-28T10:25:25.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012025-02-28T10:25:25.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31022025-02-28T10:25:25.415Z
31032025-02-28T10:25:25.415Zinfo: running `cargo check --bins` on nexus-db-model (129/199)
31042025-02-28T10:25:26.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052025-02-28T10:25:26.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062025-02-28T10:25:26.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072025-02-28T10:25:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31082025-02-28T10:25:26.142Z
31092025-02-28T10:25:26.142Zinfo: running `cargo check --bins` on nexus-defaults (130/199)
31102025-02-28T10:25:26.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112025-02-28T10:25:26.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122025-02-28T10:25:26.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132025-02-28T10:25:26.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31142025-02-28T10:25:26.839Z
31152025-02-28T10:25:26.839Zinfo: running `cargo check --bins` on nexus-inventory (131/199)
31162025-02-28T10:25:27.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172025-02-28T10:25:27.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182025-02-28T10:25:27.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192025-02-28T10:25:27.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31202025-02-28T10:25:27.570Z
31212025-02-28T10:25:27.570Zinfo: running `cargo check --bins` on typed-rng (132/199)
31222025-02-28T10:25:28.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232025-02-28T10:25:28.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242025-02-28T10:25:28.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252025-02-28T10:25:28.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31262025-02-28T10:25:28.248Z
31272025-02-28T10:25:28.249Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199)
31282025-02-28T10:25:28.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292025-02-28T10:25:28.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302025-02-28T10:25:29.070Z Checking keccak v0.1.5
31312025-02-28T10:25:29.187Z Checking secrecy v0.8.0
31322025-02-28T10:25:29.190Z Compiling unicase v2.7.0
31332025-02-28T10:25:29.190Z Compiling same-file v1.0.6
31342025-02-28T10:25:29.213Z Compiling tempfile v3.13.0
31352025-02-28T10:25:29.242Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31362025-02-28T10:25:29.245Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31372025-02-28T10:25:29.245Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31382025-02-28T10:25:29.368Z Compiling thiserror-impl-no-std v2.0.2
31392025-02-28T10:25:29.475Z Compiling walkdir v2.5.0
31402025-02-28T10:25:29.501Z Checking sha3 v0.10.8
31412025-02-28T10:25:29.521Z Checking universal-hash v0.5.1
31422025-02-28T10:25:29.671Z Compiling blake3 v1.5.4
31432025-02-28T10:25:29.753Z Checking opaque-debug v0.3.1
31442025-02-28T10:25:29.780Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31452025-02-28T10:25:29.801Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462025-02-28T10:25:29.868Z Checking poly1305 v0.8.0
31472025-02-28T10:25:30.189Z Checking chacha20 v0.9.1
31482025-02-28T10:25:30.194Z Checking aead v0.5.2
31492025-02-28T10:25:30.194Z Compiling memmap2 v0.9.5
31502025-02-28T10:25:30.194Z Compiling arrayref v0.3.9
31512025-02-28T10:25:30.203Z Compiling salty v0.3.0
31522025-02-28T10:25:30.262Z Compiling constant_time_eq v0.3.1
31532025-02-28T10:25:30.332Z Compiling libefi-sys v0.1.0
31542025-02-28T10:25:30.408Z Compiling arrayvec v0.7.6
31552025-02-28T10:25:30.475Z Checking chacha20poly1305 v0.10.1
31562025-02-28T10:25:30.553Z Compiling toolchain_find v0.4.0
31572025-02-28T10:25:30.683Z Compiling camino-tempfile v1.1.1
31582025-02-28T10:25:30.731Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31592025-02-28T10:25:30.774Z Compiling bitfield-struct v0.6.2
31602025-02-28T10:25:31.016Z Compiling topological-sort v0.2.2
31612025-02-28T10:25:31.115Z Compiling mime_guess v2.0.5
31622025-02-28T10:25:31.190Z Compiling rustfmt-wrapper v0.2.1
31632025-02-28T10:25:31.672Z Compiling omicron-zone-package v0.12.0
31642025-02-28T10:25:31.790Z Compiling progenitor v0.9.1
31652025-02-28T10:25:31.909Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662025-02-28T10:25:32.039Z Checking primeorder v0.13.6
31672025-02-28T10:25:32.061Z Checking thiserror-no-std v2.0.2
31682025-02-28T10:25:32.144Z Checking env_filter v0.1.2
31692025-02-28T10:25:32.194Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702025-02-28T10:25:32.214Z Checking vsss-rs v3.3.4
31712025-02-28T10:25:32.237Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31722025-02-28T10:25:32.371Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31732025-02-28T10:25:32.374Z Checking env_logger v0.11.5
31742025-02-28T10:25:32.417Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31752025-02-28T10:25:32.527Z Checking p384 v0.13.0
31762025-02-28T10:25:32.563Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31772025-02-28T10:25:32.731Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31782025-02-28T10:25:32.804Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31792025-02-28T10:25:32.954Z Compiling zip v2.1.3
31802025-02-28T10:25:32.997Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31812025-02-28T10:25:33.037Z Checking simd-adler32 v0.3.7
31822025-02-28T10:25:33.195Z Checking http-range v0.1.5
31832025-02-28T10:25:33.311Z Checking bumpalo v3.16.0
31842025-02-28T10:25:33.344Z Checking lockfree-object-pool v0.1.6
31852025-02-28T10:25:33.435Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31862025-02-28T10:25:33.606Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31872025-02-28T10:25:33.609Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31882025-02-28T10:25:33.654Z Checking zopfli v0.8.1
31892025-02-28T10:25:33.955Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31902025-02-28T10:25:34.085Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31912025-02-28T10:25:34.277Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31922025-02-28T10:25:34.364Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31932025-02-28T10:25:34.598Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31942025-02-28T10:25:34.846Z Checking atty v0.2.14
31952025-02-28T10:25:34.869Z Checking glob v0.3.2
31962025-02-28T10:25:34.890Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31972025-02-28T10:25:35.017Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31982025-02-28T10:25:35.226Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31992025-02-28T10:25:35.490Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32002025-02-28T10:25:36.076Z Checking hyper-staticfile v0.10.1
32012025-02-28T10:25:36.124Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32022025-02-28T10:25:36.312Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32032025-02-28T10:25:36.472Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32042025-02-28T10:25:36.607Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32052025-02-28T10:25:36.799Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32062025-02-28T10:25:36.892Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32072025-02-28T10:25:37.261Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32082025-02-28T10:25:37.282Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32092025-02-28T10:25:37.409Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32102025-02-28T10:25:37.800Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112025-02-28T10:25:37.848Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122025-02-28T10:25:40.948Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32132025-02-28T10:25:40.948Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32142025-02-28T10:25:49.881Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152025-02-28T10:26:03.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.29s
32162025-02-28T10:26:03.752Z
32172025-02-28T10:26:03.752Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199)
32182025-02-28T10:26:04.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-02-28T10:26:04.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-02-28T10:26:04.567Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212025-02-28T10:26:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
32222025-02-28T10:26:18.506Z
32232025-02-28T10:26:18.507Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199)
32242025-02-28T10:26:19.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-02-28T10:26:19.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-02-28T10:26:19.304Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272025-02-28T10:26:33.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
32282025-02-28T10:26:33.314Z
32292025-02-28T10:26:33.314Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199)
32302025-02-28T10:26:33.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312025-02-28T10:26:33.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322025-02-28T10:26:34.107Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32332025-02-28T10:26:47.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
32342025-02-28T10:26:47.954Z
32352025-02-28T10:26:47.954Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199)
32362025-02-28T10:26:48.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-02-28T10:26:48.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-02-28T10:26:48.763Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32392025-02-28T10:27:02.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.53s
32402025-02-28T10:27:02.701Z
32412025-02-28T10:27:02.701Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199)
32422025-02-28T10:27:03.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-02-28T10:27:03.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-02-28T10:27:03.503Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32452025-02-28T10:27:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
32462025-02-28T10:27:17.416Z
32472025-02-28T10:27:17.417Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199)
32482025-02-28T10:27:18.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-02-28T10:27:18.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-02-28T10:27:18.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32512025-02-28T10:27:31.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
32522025-02-28T10:27:32.129Z
32532025-02-28T10:27:32.129Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199)
32542025-02-28T10:27:32.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-02-28T10:27:32.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-02-28T10:27:32.935Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32572025-02-28T10:27:46.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
32582025-02-28T10:27:46.883Z
32592025-02-28T10:27:46.883Zinfo: running `cargo check --bins` on bootstrap-agent-api (141/199)
32602025-02-28T10:27:47.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-02-28T10:27:47.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-02-28T10:27:47.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-02-28T10:27:47.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32642025-02-28T10:27:47.612Z
32652025-02-28T10:27:47.612Zinfo: running `cargo check --bins` on key-manager (142/199)
32662025-02-28T10:27:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-02-28T10:27:48.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-02-28T10:27:48.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-02-28T10:27:48.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32702025-02-28T10:27:48.324Z
32712025-02-28T10:27:48.325Zinfo: running `cargo check --bins` on range-requests (143/199)
32722025-02-28T10:27:48.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-02-28T10:27:48.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-02-28T10:27:48.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-02-28T10:27:48.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32762025-02-28T10:27:48.995Z
32772025-02-28T10:27:48.996Zinfo: running `cargo check --bins` on repo-depot-api (144/199)
32782025-02-28T10:27:49.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-02-28T10:27:49.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-02-28T10:27:49.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-02-28T10:27:49.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32822025-02-28T10:27:49.684Z
32832025-02-28T10:27:49.684Zinfo: running `cargo check --bins` on sled-agent-api (145/199)
32842025-02-28T10:27:50.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-02-28T10:27:50.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-02-28T10:27:50.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-02-28T10:27:50.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
32882025-02-28T10:27:50.418Z
32892025-02-28T10:27:50.418Zinfo: running `cargo check --bins` on sled-diagnostics (146/199)
32902025-02-28T10:27:51.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-02-28T10:27:51.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-02-28T10:27:51.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932025-02-28T10:27:51.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32942025-02-28T10:27:51.089Z
32952025-02-28T10:27:51.089Zinfo: running `cargo check --bins` on sled-hardware (147/199)
32962025-02-28T10:27:51.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-02-28T10:27:51.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-02-28T10:27:51.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992025-02-28T10:27:51.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33002025-02-28T10:27:52.025Z
33012025-02-28T10:27:52.025Zinfo: running `cargo check --bins --no-default-features` on sled-storage (148/199)
33022025-02-28T10:27:52.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-02-28T10:27:52.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-02-28T10:27:52.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052025-02-28T10:27:52.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33062025-02-28T10:27:52.516Z
33072025-02-28T10:27:52.516Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199)
33082025-02-28T10:27:53.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-02-28T10:27:53.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-02-28T10:27:53.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112025-02-28T10:27:53.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33122025-02-28T10:27:53.224Z
33132025-02-28T10:27:53.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199)
33142025-02-28T10:27:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-02-28T10:27:53.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-02-28T10:27:53.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172025-02-28T10:27:53.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33182025-02-28T10:27:53.942Z
33192025-02-28T10:27:53.942Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (151/199)
33202025-02-28T10:27:54.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-02-28T10:27:54.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-02-28T10:27:54.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232025-02-28T10:27:54.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33242025-02-28T10:27:54.666Z
33252025-02-28T10:27:54.666Zinfo: running `cargo check --bins` on nexus-test-interface (152/199)
33262025-02-28T10:27:55.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-02-28T10:27:55.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-02-28T10:27:55.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292025-02-28T10:27:55.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
33302025-02-28T10:27:55.403Z
33312025-02-28T10:27:55.403Zinfo: running `cargo check --bins` on oximeter-collector (153/199)
33322025-02-28T10:27:56.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-02-28T10:27:56.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-02-28T10:27:56.169Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33352025-02-28T10:27:56.169Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33362025-02-28T10:27:57.066Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372025-02-28T10:27:59.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
33382025-02-28T10:27:59.298Z
33392025-02-28T10:27:59.298Zinfo: running `cargo check --bins` on oximeter-api (154/199)
33402025-02-28T10:27:59.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-02-28T10:27:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-02-28T10:27:59.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432025-02-28T10:27:59.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33442025-02-28T10:27:59.985Z
33452025-02-28T10:27:59.985Zinfo: running `cargo check --bins` on cert-dev (155/199)
33462025-02-28T10:28:00.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-02-28T10:28:00.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-02-28T10:28:00.666Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492025-02-28T10:28:00.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33502025-02-28T10:28:01.148Z
33512025-02-28T10:28:01.149Zinfo: running `cargo check --bins` on clickana (156/199)
33522025-02-28T10:28:01.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-02-28T10:28:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-02-28T10:28:01.872Z Checking itertools v0.13.0
33552025-02-28T10:28:01.872Z Checking castaway v0.2.3
33562025-02-28T10:28:01.874Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572025-02-28T10:28:01.874Z Checking lru v0.12.5
33582025-02-28T10:28:01.874Z Compiling instability v0.3.2
33592025-02-28T10:28:01.874Z Compiling indoc v2.0.5
33602025-02-28T10:28:01.874Z Checking cassowary v0.3.0
33612025-02-28T10:28:02.108Z Checking compact_str v0.8.0
33622025-02-28T10:28:03.731Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33632025-02-28T10:28:03.766Z Checking unicode-truncate v1.1.0
33642025-02-28T10:28:03.919Z Checking ratatui v0.29.0
33652025-02-28T10:28:05.841Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33662025-02-28T10:28:06.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
33672025-02-28T10:28:06.890Z
33682025-02-28T10:28:06.890Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (157/199)
33692025-02-28T10:28:07.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-02-28T10:28:07.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-02-28T10:28:07.633Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33722025-02-28T10:28:07.633Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33732025-02-28T10:28:08.679Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33742025-02-28T10:28:09.153Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33752025-02-28T10:28:09.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
33762025-02-28T10:28:09.711Z
33772025-02-28T10:28:09.711Zinfo: running `cargo check --bins` on ch-dev (158/199)
33782025-02-28T10:28:10.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792025-02-28T10:28:10.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802025-02-28T10:28:10.444Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33812025-02-28T10:28:11.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33822025-02-28T10:28:11.389Z
33832025-02-28T10:28:11.389Zinfo: running `cargo check --bins` on crdb-seed (159/199)
33842025-02-28T10:28:12.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852025-02-28T10:28:12.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862025-02-28T10:28:12.112Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33872025-02-28T10:28:12.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33882025-02-28T10:28:12.673Z
33892025-02-28T10:28:12.673Zinfo: running `cargo check --bins` on db-dev (160/199)
33902025-02-28T10:28:13.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912025-02-28T10:28:13.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922025-02-28T10:28:13.403Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33932025-02-28T10:28:14.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
33942025-02-28T10:28:14.402Z
33952025-02-28T10:28:14.402Zinfo: running `cargo check --bins` on omicron-dev-lib (161/199)
33962025-02-28T10:28:15.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-02-28T10:28:15.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-02-28T10:28:15.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992025-02-28T10:28:15.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
34002025-02-28T10:28:15.136Z
34012025-02-28T10:28:15.136Zinfo: running `cargo check --bins` on xtask-downloader (162/199)
34022025-02-28T10:28:15.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-02-28T10:28:15.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-02-28T10:28:15.821Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34052025-02-28T10:28:16.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
34062025-02-28T10:28:16.878Z
34072025-02-28T10:28:16.878Zinfo: running `cargo check --bins` on omicron-ls-apis (163/199)
34082025-02-28T10:28:17.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-02-28T10:28:17.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-02-28T10:28:17.556Z Checking cargo-platform v0.1.8
34112025-02-28T10:28:17.839Z Checking cargo_metadata v0.19.1
34122025-02-28T10:28:18.858Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34132025-02-28T10:28:19.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
34142025-02-28T10:28:19.893Z
34152025-02-28T10:28:19.893Zinfo: running `cargo check --bins` on mgs-dev (164/199)
34162025-02-28T10:28:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172025-02-28T10:28:20.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182025-02-28T10:28:20.685Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34192025-02-28T10:28:22.175Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34202025-02-28T10:28:22.751Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34212025-02-28T10:28:23.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
34222025-02-28T10:28:23.522Z
34232025-02-28T10:28:23.522Zinfo: running `cargo check --bins` on omicron-omdb (165/199)
34242025-02-28T10:28:24.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252025-02-28T10:28:24.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262025-02-28T10:28:24.372Z Compiling crunchy v0.2.2
34272025-02-28T10:28:24.372Z Compiling tiny-keccak v2.0.2
34282025-02-28T10:28:24.375Z Compiling dsl_auto_type v0.1.2
34292025-02-28T10:28:24.375Z Checking scheduled-thread-pool v0.2.7
34302025-02-28T10:28:24.375Z Compiling diesel_table_macro_syntax v0.2.0
34312025-02-28T10:28:24.493Z Compiling ascii-canvas v3.0.0
34322025-02-28T10:28:24.506Z Compiling ena v0.14.3
34332025-02-28T10:28:24.508Z Compiling diff v0.1.13
34342025-02-28T10:28:24.796Z Checking r2d2 v0.8.10
34352025-02-28T10:28:24.847Z Compiling regex-syntax v0.6.29
34362025-02-28T10:28:24.908Z Compiling bindgen v0.71.1
34372025-02-28T10:28:24.985Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34382025-02-28T10:28:25.000Z Compiling rustc-hash v2.1.1
34392025-02-28T10:28:25.043Z Compiling ref-cast v1.0.23
34402025-02-28T10:28:25.127Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34412025-02-28T10:28:25.196Z Compiling derive_builder_core v0.20.2
34422025-02-28T10:28:25.219Z Compiling libxml v0.3.3
34432025-02-28T10:28:25.443Z Compiling ref-cast-impl v1.0.23
34442025-02-28T10:28:25.618Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34452025-02-28T10:28:25.723Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34462025-02-28T10:28:25.774Z Compiling diesel_derives v2.2.3
34472025-02-28T10:28:25.815Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34482025-02-28T10:28:26.119Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34492025-02-28T10:28:26.140Z Compiling strum_macros v0.24.3
34502025-02-28T10:28:26.527Z Compiling indoc v1.0.9
34512025-02-28T10:28:27.296Z Compiling derive_builder_macro v0.20.2
34522025-02-28T10:28:27.414Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34532025-02-28T10:28:27.743Z Compiling impl-trait-for-tuples v0.2.2
34542025-02-28T10:28:28.204Z Compiling lalrpop v0.19.12
34552025-02-28T10:28:28.272Z Checking derive_builder v0.20.2
34562025-02-28T10:28:28.439Z Compiling oso-derive v0.27.3
34572025-02-28T10:28:28.767Z Checking quick-xml v0.37.2
34582025-02-28T10:28:29.344Z Compiling diesel-dtrace v0.4.2
34592025-02-28T10:28:29.448Z Checking maplit v1.0.2
34602025-02-28T10:28:29.609Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34612025-02-28T10:28:29.735Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34622025-02-28T10:28:30.072Z Checking bb8 v0.8.5
34632025-02-28T10:28:30.151Z Checking io-lifetimes v1.0.11
34642025-02-28T10:28:30.354Z Checking rustix v0.37.28
34652025-02-28T10:28:30.554Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34662025-02-28T10:28:30.816Z Checking rand_seeder v0.3.0
34672025-02-28T10:28:30.913Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34682025-02-28T10:28:31.072Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34692025-02-28T10:28:31.157Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34702025-02-28T10:28:31.324Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34712025-02-28T10:28:31.485Z Checking terminal_size v0.2.6
34722025-02-28T10:28:31.658Z Checking smawk v0.3.2
34732025-02-28T10:28:31.684Z Checking is_ci v1.2.0
34742025-02-28T10:28:31.834Z Checking unicode-linebreak v0.1.5
34752025-02-28T10:28:31.892Z Checking supports-color v3.0.2
34762025-02-28T10:28:32.159Z Checking multimap v0.10.0
34772025-02-28T10:28:32.303Z Checking textwrap v0.16.1
34782025-02-28T10:28:33.340Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34792025-02-28T10:28:34.571Z Checking diesel v2.2.7
34802025-02-28T10:28:50.488Z Compiling samael v0.0.18
34812025-02-28T10:29:07.900Z Checking async-bb8-diesel v0.2.1
34822025-02-28T10:29:09.471Z Compiling polar-core v0.27.3
34832025-02-28T10:29:16.763Z Checking oso v0.27.3
34842025-02-28T10:30:19.163Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34852025-02-28T10:30:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
34862025-02-28T10:30:26.121Z
34872025-02-28T10:30:26.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199)
34882025-02-28T10:30:26.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-02-28T10:30:26.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-02-28T10:30:26.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-02-28T10:30:26.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34922025-02-28T10:30:26.874Z
34932025-02-28T10:30:26.874Zinfo: running `cargo check --bins` on nexus-saga-recovery (167/199)
34942025-02-28T10:30:27.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-02-28T10:30:27.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-02-28T10:30:27.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-02-28T10:30:27.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
34982025-02-28T10:30:27.617Z
34992025-02-28T10:30:27.617Zinfo: running `cargo check --bins` on nexus-test-utils-macros (168/199)
35002025-02-28T10:30:28.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-02-28T10:30:28.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-02-28T10:30:28.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-02-28T10:30:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35042025-02-28T10:30:28.289Z
35052025-02-28T10:30:28.289Zinfo: running `cargo check --bins` on omicron-nexus (169/199)
35062025-02-28T10:30:28.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-02-28T10:30:28.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-02-28T10:30:29.161Z Compiling libz-sys v1.1.20
35092025-02-28T10:30:29.163Z Compiling libgit2-sys v0.17.0+1.8.1
35102025-02-28T10:30:29.298Z Compiling vergen v8.3.2
35112025-02-28T10:30:29.301Z Compiling cargo-platform v0.1.8
35122025-02-28T10:30:29.301Z Compiling pin-project-internal v1.1.6
35132025-02-28T10:30:29.314Z Compiling snafu-derive v0.8.5
35142025-02-28T10:30:29.316Z Compiling rustls v0.21.12
35152025-02-28T10:30:29.316Z Compiling buf-list v1.0.3
35162025-02-28T10:30:29.628Z Checking globset v0.4.15
35172025-02-28T10:30:29.702Z Compiling cargo_metadata v0.18.1
35182025-02-28T10:30:29.860Z Checking olpc-cjson v0.1.4
35192025-02-28T10:30:30.070Z Checking rustls-webpki v0.101.7
35202025-02-28T10:30:30.089Z Checking sct v0.7.1
35212025-02-28T10:30:30.129Z Checking serde_plain v1.0.2
35222025-02-28T10:30:30.203Z Checking typed-path v0.9.3
35232025-02-28T10:30:30.392Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35242025-02-28T10:30:30.641Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35252025-02-28T10:30:30.697Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35262025-02-28T10:30:30.941Z Checking parse-size v1.1.0
35272025-02-28T10:30:31.088Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35282025-02-28T10:30:31.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35292025-02-28T10:30:32.056Z Checking pin-project v1.1.6
35302025-02-28T10:30:32.079Z Checking rustls-pemfile v1.0.4
35312025-02-28T10:30:32.100Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35322025-02-28T10:30:32.155Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35332025-02-28T10:30:32.207Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35342025-02-28T10:30:32.290Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35352025-02-28T10:30:32.511Z Checking twox-hash v2.1.0
35362025-02-28T10:30:32.647Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35372025-02-28T10:30:32.745Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35382025-02-28T10:30:33.123Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35392025-02-28T10:30:33.728Z Checking tokio-rustls v0.24.1
35402025-02-28T10:30:33.992Z Checking snafu v0.8.5
35412025-02-28T10:30:34.108Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35422025-02-28T10:30:34.424Z Checking tough v0.19.0
35432025-02-28T10:30:34.440Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35442025-02-28T10:30:34.617Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35452025-02-28T10:30:34.813Z Checking fatfs v0.3.6
35462025-02-28T10:30:34.854Z Checking assert_matches v1.5.0
35472025-02-28T10:30:38.571Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35482025-02-28T10:30:39.833Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35492025-02-28T10:30:41.207Z Compiling git2 v0.19.0
35502025-02-28T10:30:45.309Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35512025-02-28T10:31:45.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
35522025-02-28T10:31:45.243Z
35532025-02-28T10:31:45.243Zinfo: running `cargo check --bins` on nexus-external-api (170/199)
35542025-02-28T10:31:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-02-28T10:31:45.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-02-28T10:31:45.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572025-02-28T10:31:45.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35582025-02-28T10:31:46.012Z
35592025-02-28T10:31:46.012Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35602025-02-28T10:31:46.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612025-02-28T10:31:46.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622025-02-28T10:31:46.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632025-02-28T10:31:46.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35642025-02-28T10:31:46.738Z
35652025-02-28T10:31:46.738Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35662025-02-28T10:31:47.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672025-02-28T10:31:47.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682025-02-28T10:31:47.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692025-02-28T10:31:47.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35702025-02-28T10:31:47.490Z
35712025-02-28T10:31:47.490Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35722025-02-28T10:31:48.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732025-02-28T10:31:48.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742025-02-28T10:31:48.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752025-02-28T10:31:48.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35762025-02-28T10:31:48.411Z
35772025-02-28T10:31:48.411Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35782025-02-28T10:31:48.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-02-28T10:31:48.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-02-28T10:31:48.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812025-02-28T10:31:48.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35822025-02-28T10:31:48.986Z
35832025-02-28T10:31:48.986Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35842025-02-28T10:31:49.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-02-28T10:31:49.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-02-28T10:31:49.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-02-28T10:31:49.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35882025-02-28T10:31:49.752Z
35892025-02-28T10:31:49.752Zinfo: running `cargo check --bins` on update-common (176/199)
35902025-02-28T10:31:50.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-02-28T10:31:50.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-02-28T10:31:50.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932025-02-28T10:31:50.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35942025-02-28T10:31:50.473Z
35952025-02-28T10:31:50.473Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35962025-02-28T10:31:51.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-02-28T10:31:51.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-02-28T10:31:51.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992025-02-28T10:31:51.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
36002025-02-28T10:31:51.189Z
36012025-02-28T10:31:51.189Zinfo: running `cargo check --bins` on tufaceous (178/199)
36022025-02-28T10:31:51.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-02-28T10:31:51.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-02-28T10:31:51.920Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36052025-02-28T10:31:52.220Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36062025-02-28T10:31:53.240Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36072025-02-28T10:31:54.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
36082025-02-28T10:31:54.276Z
36092025-02-28T10:31:54.276Zinfo: running `cargo check --bins` on omicron-dev (179/199)
36102025-02-28T10:31:54.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-02-28T10:31:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-02-28T10:31:55.200Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36132025-02-28T10:31:55.203Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36142025-02-28T10:31:55.347Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36152025-02-28T10:31:55.350Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36162025-02-28T10:31:56.358Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36172025-02-28T10:32:24.636Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36182025-02-28T10:32:24.638Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36192025-02-28T10:32:24.638Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36202025-02-28T10:32:24.639Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36212025-02-28T10:32:24.639Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36222025-02-28T10:32:24.639Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36232025-02-28T10:32:25.454Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36242025-02-28T10:32:26.718Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36252025-02-28T10:33:11.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
36262025-02-28T10:33:11.357Z
36272025-02-28T10:33:11.357Zinfo: running `cargo check --bins` on openapi-manager (180/199)
36282025-02-28T10:33:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-02-28T10:33:12.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-02-28T10:33:12.146Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36312025-02-28T10:33:12.146Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36322025-02-28T10:33:12.148Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36332025-02-28T10:33:12.289Z Compiling proc-macro-error-attr2 v2.0.0
36342025-02-28T10:33:12.292Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36352025-02-28T10:33:12.301Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36362025-02-28T10:33:12.334Z Checking papergrid v0.14.0
36372025-02-28T10:33:12.350Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36382025-02-28T10:33:12.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36392025-02-28T10:33:12.639Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36402025-02-28T10:33:12.922Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36412025-02-28T10:33:13.074Z Compiling proc-macro-error2 v2.0.1
36422025-02-28T10:33:13.721Z Compiling tabled_derive v0.10.0
36432025-02-28T10:33:13.757Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36442025-02-28T10:33:14.062Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36452025-02-28T10:33:14.093Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36462025-02-28T10:33:14.539Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36472025-02-28T10:33:15.112Z Checking heck v0.4.1
36482025-02-28T10:33:15.186Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492025-02-28T10:33:15.350Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36502025-02-28T10:33:15.629Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36512025-02-28T10:33:15.742Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36522025-02-28T10:33:16.252Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36532025-02-28T10:33:16.333Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36542025-02-28T10:33:16.409Z Checking tabled v0.18.0
36552025-02-28T10:33:16.701Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36562025-02-28T10:33:16.732Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36572025-02-28T10:33:16.752Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36582025-02-28T10:33:18.471Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36592025-02-28T10:33:18.471Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602025-02-28T10:33:21.413Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36612025-02-28T10:33:23.032Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36622025-02-28T10:33:28.030Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36632025-02-28T10:33:28.033Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36642025-02-28T10:33:29.349Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36652025-02-28T10:33:30.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
36662025-02-28T10:33:31.008Z
36672025-02-28T10:33:31.008Zinfo: running `cargo check --bins` on installinator-api (181/199)
36682025-02-28T10:33:31.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-02-28T10:33:31.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-02-28T10:33:31.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-02-28T10:33:31.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
36722025-02-28T10:33:31.723Z
36732025-02-28T10:33:31.723Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36742025-02-28T10:33:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-02-28T10:33:32.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-02-28T10:33:32.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772025-02-28T10:33:32.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
36782025-02-28T10:33:32.463Z
36792025-02-28T10:33:32.463Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36802025-02-28T10:33:33.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812025-02-28T10:33:33.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822025-02-28T10:33:33.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832025-02-28T10:33:33.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36842025-02-28T10:33:33.150Z
36852025-02-28T10:33:33.150Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36862025-02-28T10:33:33.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-02-28T10:33:33.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-02-28T10:33:33.904Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36892025-02-28T10:33:33.904Z Compiling petname v2.0.2
36902025-02-28T10:33:33.907Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912025-02-28T10:33:33.907Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36922025-02-28T10:33:33.907Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36932025-02-28T10:33:33.907Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36942025-02-28T10:33:33.907Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36952025-02-28T10:33:34.044Z Checking sync-ptr v0.1.1
36962025-02-28T10:33:39.247Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36972025-02-28T10:33:39.877Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36982025-02-28T10:33:41.151Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36992025-02-28T10:33:42.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s
37002025-02-28T10:33:42.951Z
37012025-02-28T10:33:42.951Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
37022025-02-28T10:33:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-02-28T10:33:43.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-02-28T10:33:43.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-02-28T10:33:43.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
37062025-02-28T10:33:43.686Z
37072025-02-28T10:33:43.686Zinfo: running `cargo check --bins` on omicron-releng (186/199)
37082025-02-28T10:33:44.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-02-28T10:33:44.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-02-28T10:33:44.434Z Checking memmap2 v0.9.5
37112025-02-28T10:33:44.434Z Checking arrayvec v0.7.6
37122025-02-28T10:33:44.437Z Checking arrayref v0.3.9
37132025-02-28T10:33:44.437Z Checking constant_time_eq v0.3.1
37142025-02-28T10:33:44.437Z Checking topological-sort v0.2.2
37152025-02-28T10:33:44.437Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37162025-02-28T10:33:44.546Z Checking shell-words v1.1.0
37172025-02-28T10:33:44.827Z Checking blake3 v1.5.4
37182025-02-28T10:33:45.166Z Checking omicron-zone-package v0.12.0
37192025-02-28T10:33:46.318Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37202025-02-28T10:33:47.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
37212025-02-28T10:33:47.466Z
37222025-02-28T10:33:47.466Zinfo: running `cargo check --bins` on xtask (187/199)
37232025-02-28T10:33:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242025-02-28T10:33:47.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252025-02-28T10:33:47.951Z Checking bitflags v2.6.0
37262025-02-28T10:33:47.956Z Checking serde v1.0.218
37272025-02-28T10:33:47.957Z Checking thiserror v1.0.69
37282025-02-28T10:33:48.055Z Checking scroll v0.12.0
37292025-02-28T10:33:48.058Z Checking hashbrown v0.15.1
37302025-02-28T10:33:48.075Z Checking log v0.4.22
37312025-02-28T10:33:48.087Z Checking zerocopy v0.7.35
37322025-02-28T10:33:48.101Z Checking syn v2.0.98
37332025-02-28T10:33:48.160Z Checking pest v2.7.14
37342025-02-28T10:33:48.292Z Checking rustix v0.38.37
37352025-02-28T10:33:48.330Z Checking once_cell v1.20.3
37362025-02-28T10:33:48.514Z Checking goblin v0.8.2
37372025-02-28T10:33:48.638Z Checking thiserror v2.0.11
37382025-02-28T10:33:48.809Z Checking fs-err v2.11.0
37392025-02-28T10:33:49.012Z Checking indexmap v2.7.1
37402025-02-28T10:33:49.141Z Checking anyhow v1.0.96
37412025-02-28T10:33:49.313Z Checking tabled v0.15.0
37422025-02-28T10:33:50.136Z Checking terminal_size v0.4.0
37432025-02-28T10:33:50.139Z Checking tempfile v3.13.0
37442025-02-28T10:33:50.328Z Checking clap_builder v4.5.31
37452025-02-28T10:33:50.651Z Checking dtrace-parser v0.2.0
37462025-02-28T10:33:52.053Z Checking serde_json v1.0.139
37472025-02-28T10:33:52.053Z Checking serde_spanned v0.6.8
37482025-02-28T10:33:52.053Z Checking toml_datetime v0.6.8
37492025-02-28T10:33:52.056Z Checking camino v1.1.9
37502025-02-28T10:33:52.056Z Checking semver v1.0.25
37512025-02-28T10:33:52.147Z Checking cargo-platform v0.1.8
37522025-02-28T10:33:52.308Z Checking macaddr v1.0.1
37532025-02-28T10:33:52.375Z Checking toml_edit v0.22.24
37542025-02-28T10:33:52.552Z Checking camino-tempfile v1.1.1
37552025-02-28T10:33:52.885Z Checking clap v4.5.31
37562025-02-28T10:33:53.213Z Checking dof v0.3.0
37572025-02-28T10:33:53.213Z Checking cargo_metadata v0.19.1
37582025-02-28T10:33:53.632Z Checking usdt-impl v0.5.0
37592025-02-28T10:33:53.997Z Checking usdt v0.5.0
37602025-02-28T10:33:54.196Z Checking toml v0.8.20
37612025-02-28T10:33:54.644Z Checking cargo_toml v0.21.0
37622025-02-28T10:33:55.822Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37632025-02-28T10:33:56.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
37642025-02-28T10:33:56.597Z
37652025-02-28T10:33:56.597Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37662025-02-28T10:33:57.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672025-02-28T10:33:57.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682025-02-28T10:33:57.432Z Checking polyval v0.6.2
37692025-02-28T10:33:57.552Z Checking ctr v0.9.2
37702025-02-28T10:33:57.567Z Checking ssh-encoding v0.2.0
37712025-02-28T10:33:57.567Z Checking blowfish v0.9.1
37722025-02-28T10:33:57.597Z Checking password-hash v0.4.2
37732025-02-28T10:33:57.614Z Checking p521 v0.13.3
37742025-02-28T10:33:57.617Z Checking p256 v0.13.2
37752025-02-28T10:33:57.643Z Checking russh-cryptovec v0.7.3
37762025-02-28T10:33:57.800Z Checking ghash v0.5.1
37772025-02-28T10:33:57.819Z Checking bcrypt-pbkdf v0.10.0
37782025-02-28T10:33:57.822Z Checking md5 v0.7.0
37792025-02-28T10:33:57.894Z Checking num-bigint v0.4.6
37802025-02-28T10:33:57.896Z Checking des v0.8.1
37812025-02-28T10:33:57.964Z Checking aes-gcm v0.10.3
37822025-02-28T10:33:58.004Z Checking pbkdf2 v0.11.0
37832025-02-28T10:33:58.072Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37842025-02-28T10:33:58.118Z Checking hex-literal v0.4.1
37852025-02-28T10:33:58.175Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37862025-02-28T10:33:58.195Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37872025-02-28T10:33:58.224Z Checking ssh-cipher v0.2.0
37882025-02-28T10:33:58.261Z Checking internet-checksum v0.2.1
37892025-02-28T10:33:58.505Z Checking ssh-key v0.6.6
37902025-02-28T10:33:58.779Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37912025-02-28T10:33:59.630Z Checking russh-keys v0.45.0
37922025-02-28T10:34:00.521Z Checking russh v0.45.0
37932025-02-28T10:34:18.931Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37942025-02-28T10:34:20.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.75s
37952025-02-28T10:34:20.574Z
37962025-02-28T10:34:20.574Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37972025-02-28T10:34:21.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982025-02-28T10:34:21.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992025-02-28T10:34:21.286Z Checking termios v0.3.3
38002025-02-28T10:34:21.521Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38012025-02-28T10:34:22.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
38022025-02-28T10:34:22.548Z
38032025-02-28T10:34:22.548Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
38042025-02-28T10:34:23.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-02-28T10:34:23.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-02-28T10:34:23.310Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38072025-02-28T10:34:23.310Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38082025-02-28T10:34:23.313Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38092025-02-28T10:34:23.313Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102025-02-28T10:34:24.336Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112025-02-28T10:34:25.594Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38122025-02-28T10:34:27.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
38132025-02-28T10:34:27.617Z
38142025-02-28T10:34:27.617Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
38152025-02-28T10:34:28.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162025-02-28T10:34:28.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172025-02-28T10:34:28.316Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38182025-02-28T10:34:28.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38192025-02-28T10:34:28.984Z
38202025-02-28T10:34:28.984Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
38212025-02-28T10:34:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222025-02-28T10:34:29.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232025-02-28T10:34:29.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242025-02-28T10:34:29.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38252025-02-28T10:34:29.663Z
38262025-02-28T10:34:29.664Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
38272025-02-28T10:34:30.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282025-02-28T10:34:30.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292025-02-28T10:34:30.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302025-02-28T10:34:30.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38312025-02-28T10:34:30.349Z
38322025-02-28T10:34:30.350Zinfo: running `cargo check --bins` on omicron-package (194/199)
38332025-02-28T10:34:30.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342025-02-28T10:34:30.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352025-02-28T10:34:31.088Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38362025-02-28T10:34:32.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
38372025-02-28T10:34:32.689Z
38382025-02-28T10:34:32.689Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38392025-02-28T10:34:33.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402025-02-28T10:34:33.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412025-02-28T10:34:33.467Z Checking rtoolbox v0.0.2
38422025-02-28T10:34:33.467Z Checking tui-tree-widget v0.23.0
38432025-02-28T10:34:33.470Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38442025-02-28T10:34:33.711Z Checking rpassword v7.3.1
38452025-02-28T10:34:38.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38462025-02-28T10:34:41.434Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38472025-02-28T10:34:42.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.91s
38482025-02-28T10:34:42.827Z
38492025-02-28T10:34:42.827Zinfo: running `cargo check --bins` on wicket (196/199)
38502025-02-28T10:34:43.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-02-28T10:34:43.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-02-28T10:34:43.592Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38532025-02-28T10:34:44.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38542025-02-28T10:34:44.235Z
38552025-02-28T10:34:44.235Zinfo: running `cargo check --bins` on wicketd (197/199)
38562025-02-28T10:34:44.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-02-28T10:34:44.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-02-28T10:34:45.021Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38592025-02-28T10:34:45.021Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38602025-02-28T10:34:45.900Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38612025-02-28T10:34:49.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
38622025-02-28T10:34:50.081Z
38632025-02-28T10:34:50.081Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38642025-02-28T10:34:50.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652025-02-28T10:34:50.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662025-02-28T10:34:50.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672025-02-28T10:34:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38682025-02-28T10:34:50.761Z
38692025-02-28T10:34:50.761Zinfo: running `cargo check --bins` on zone-setup (199/199)
38702025-02-28T10:34:51.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712025-02-28T10:34:51.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722025-02-28T10:34:51.499Z Checking uzers v0.12.1
38732025-02-28T10:34:51.854Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38742025-02-28T10:34:52.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
38752025-02-28T10:34:53.049Z
38762025-02-28T10:34:53.049Zreal 14:22.625115966
38772025-02-28T10:34:53.049Zuser 28:29.179937202
38782025-02-28T10:34:53.049Zsys 4:30.509118263
38792025-02-28T10:34:53.049Ztrap 0.624440402
38802025-02-28T10:34:53.052Ztflt 0.535124988
38812025-02-28T10:34:53.052Zdflt 2.029193614
38822025-02-28T10:34:53.052Zkflt 0.001025000
38832025-02-28T10:34:53.052Zlock 48:55.357170851
38842025-02-28T10:34:53.052Zslp 2:17:37.615739396
38852025-02-28T10:34:53.052Zlat 1:09.799140607
38862025-02-28T10:34:53.052Zstop 4:06.494068188
38872025-02-28T10:34:53.053Zprocess exited: duration 1218116 ms, exit code 0
 
38882025-02-28T10:34:53.059Zfound 0 output files