01JN7ESSZR9NVG7AK8M8NC7G7C: 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: 01JN7ET8Z9KZ132N38K6NP2MSM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T23:39:32.574Zjob assigned to worker 01JN7ETJ5PG8HJFZWNPNB501SM [factory aws, i-087c7179cdefd445a] (queued for 53 s)
 
22025-02-28T23:39:40.702Zstarting task 0: "setup"
32025-02-28T23:39:40.710Z++ uname -s
42025-02-28T23:39:40.713Z+ kern=SunOS
52025-02-28T23:39:40.713Z+ build_user=build
62025-02-28T23:39:40.713Z+ build_uid=12345
72025-02-28T23:39:40.713Z+ work_dir=/work
82025-02-28T23:39:40.713Z+ input_dir=/input
92025-02-28T23:39:40.713Z+ [[ 0 == 12345 ]]
102025-02-28T23:39:40.713Z+ case "$kern" in
112025-02-28T23:39:40.713Z+ groupadd -g 12345 build
122025-02-28T23:39:40.716Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T23:39:42.723Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T23:39:42.830Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T23:39:42.833Z+ home_fs=zfs
162025-02-28T23:39:42.833Z+ [[ zfs == autofs ]]
172025-02-28T23:39:42.834Z+ mkdir -p /home/build
182025-02-28T23:39:42.838Z+ chown build:build /home/build /work
192025-02-28T23:39:44.837Z+ chmod 0700 /home/build /work
202025-02-28T23:39:44.842Zprocess exited: duration 4136 ms, exit code 0
 
212025-02-28T23:39:44.849Zstarting task 1: "rust-toolchain"
222025-02-28T23:39:44.856Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-02-28T23:39:44.856Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-28T23:39:44.856Z * rust toolchain channel = "1.84.0"
252025-02-28T23:39:44.856Z * rust toolchain profile = "default"
262025-02-28T23:39:44.856Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T23:39:44.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T23:39:44.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T23:39:44.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-02-28T23:39:44.973Zinfo: downloading installer
312025-02-28T23:39:46.278Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T23:39:46.278Zwarning: /opt/ooce/bin
332025-02-28T23:39:46.278Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T23:39:46.279Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T23:39:46.279Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T23:39:46.279Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T23:39:46.279Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T23:39:46.279Zerror: cannot install while Rust is installed
392025-02-28T23:39:46.279Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T23:39:46.300Zinfo: profile set to 'default'
412025-02-28T23:39:46.300Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T23:39:46.303Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-02-28T23:39:46.454Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-02-28T23:39:46.454Zinfo: downloading component 'cargo'
452025-02-28T23:39:47.329Zinfo: downloading component 'clippy'
462025-02-28T23:39:47.664Zinfo: downloading component 'rust-docs'
472025-02-28T23:39:48.866Zinfo: downloading component 'rust-std'
482025-02-28T23:39:50.652Zinfo: downloading component 'rustc'
492025-02-28T23:39:57.467Zinfo: downloading component 'rustfmt'
502025-02-28T23:39:57.722Zinfo: installing component 'cargo'
512025-02-28T23:39:58.594Zinfo: installing component 'clippy'
522025-02-28T23:39:58.988Zinfo: installing component 'rust-docs'
532025-02-28T23:40:00.662Zinfo: installing component 'rust-std'
542025-02-28T23:40:02.472Zinfo: installing component 'rustc'
552025-02-28T23:40:08.696Zinfo: installing component 'rustfmt'
562025-02-28T23:40:09.027Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-02-28T23:40:09.027Z
582025-02-28T23:40:09.419Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-02-28T23:40:09.419Z
602025-02-28T23:40:09.422Z
612025-02-28T23:40:09.423ZRust is installed now. Great!
622025-02-28T23:40:09.423Z
632025-02-28T23:40:09.423ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T23:40:09.423Zenvironment variable. This has not been done automatically.
652025-02-28T23:40:09.423Z
662025-02-28T23:40:09.423ZTo configure your current shell, you need to source
672025-02-28T23:40:09.423Zthe corresponding env file under $HOME/.cargo.
682025-02-28T23:40:09.423Z
692025-02-28T23:40:09.423ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T23:40:09.423Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T23:40:09.423Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T23:40:09.500Z+ rustup --version
732025-02-28T23:40:09.508Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T23:40:09.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T23:40:09.586Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-02-28T23:40:09.589Z+ cargo --version
772025-02-28T23:40:09.647Zcargo 1.84.0 (66221abde 2024-11-19)
782025-02-28T23:40:09.650Z+ rustc --version
792025-02-28T23:40:09.711Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-02-28T23:40:09.715Zprocess exited: duration 24860 ms, exit code 0
 
812025-02-28T23:40:09.727Zstarting task 2: "authentication"
822025-02-28T23:40:09.747Zprocess exited: duration 22 ms, exit code 0
 
832025-02-28T23:40:09.753Zstarting task 3: "clone repository"
842025-02-28T23:40:09.758Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T23:40:09.761Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T23:40:09.800ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T23:40:17.420Z+ cd /work/oxidecomputer/omicron
882025-02-28T23:40:17.420Z+ git fetch origin a565ec3e069e5ec516fdec16863caf4d2daabe18
892025-02-28T23:40:17.748ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T23:40:17.748Z * branch a565ec3e069e5ec516fdec16863caf4d2daabe18 -> FETCH_HEAD
912025-02-28T23:40:17.757Z+ [[ -n '' ]]
922025-02-28T23:40:17.757Z+ git reset --hard a565ec3e069e5ec516fdec16863caf4d2daabe18
932025-02-28T23:40:17.886ZHEAD is now at a565ec3e0 refine error messages about not having a propolis address
942025-02-28T23:40:17.892Zprocess exited: duration 8137 ms, exit code 0
 
952025-02-28T23:40:17.899Zstarting task 4: "build"
962025-02-28T23:40:17.904Z+ source .github/buildomat/ci-env.sh
972025-02-28T23:40:17.908Z++ export CARGO_TERM_COLOR=always
982025-02-28T23:40:17.908Z++ CARGO_TERM_COLOR=always
992025-02-28T23:40:17.908Z+ cargo --version
1002025-02-28T23:40:17.955Zcargo 1.84.0 (66221abde 2024-11-19)
1012025-02-28T23:40:17.958Z+ rustc --version
1022025-02-28T23:40:18.017Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1032025-02-28T23:40:18.020Z+ source ./env.sh
1042025-02-28T23:40:18.020Z++ OLD_SHELL_OPTS=ehxB
1052025-02-28T23:40:18.021Z++ set -o xtrace
1062025-02-28T23:40:18.025Z++++ dirname ./env.sh
1072025-02-28T23:40:18.028Z+++ readlink -f .
1082025-02-28T23:40:18.028Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-02-28T23:40:18.028Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-02-28T23:40:18.028Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-02-28T23:40:18.028Z++ 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
1122025-02-28T23:40:18.028Z++ 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
1132025-02-28T23:40:18.028Z++ 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
1142025-02-28T23:40:18.028Z++ 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
1152025-02-28T23:40:18.028Z++ 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
1162025-02-28T23:40:18.028Z++ 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
1172025-02-28T23:40:18.028Z++ case $OLD_SHELL_OPTS in
1182025-02-28T23:40:18.028Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-02-28T23:40:18.028Z+ 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
1202025-02-28T23:40:18.028Z+ 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
1212025-02-28T23:40:18.028Z+ banner prerequisites
1222025-02-28T23:40:18.032Z
1232025-02-28T23:40:18.032Z ##### ##### ###### ##### ###### #### # # # #### #
1242025-02-28T23:40:18.032Z # # # # # # # # # # # # # # #
1252025-02-28T23:40:18.032Z # # # # ##### # # ##### # # # # # #### #
1262025-02-28T23:40:18.032Z ##### ##### # ##### # # # # # # # # #
1272025-02-28T23:40:18.032Z # # # # # # # # # # # # # # #
1282025-02-28T23:40:18.032Z # # # ###### # # ###### ### # #### # #### #
1292025-02-28T23:40:18.032Z
1302025-02-28T23:40:18.032Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1312025-02-28T23:40:19.814Zpkg list: illegal option -- F
1322025-02-28T23:40:19.814ZUsage:
1332025-02-28T23:40:19.822Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1342025-02-28T23:40:19.822Z [pkg_fmri_pattern ...]
1352025-02-28T23:40:20.560Zpkg list: illegal option -- F
1362025-02-28T23:40:20.561ZUsage:
1372025-02-28T23:40:20.564Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1382025-02-28T23:40:20.564Z [pkg_fmri_pattern ...]
1392025-02-28T23:40:30.181Z Startup: Refreshing catalog 'helios-dev' ... Done
1402025-02-28T23:40:34.603Z Startup: Caching catalogs ... Done
1412025-02-28T23:40:48.329ZPlanning: Solver setup ... Done (12.779s)
1422025-02-28T23:40:48.487ZPlanning: Running solver ... Done (0.158s)
1432025-02-28T23:40:48.605ZPlanning: Finding local manifests ... Done (0.006s)
1442025-02-28T23:40:48.619ZPlanning: Fetching manifests: 0/7 0% complete
1452025-02-28T23:40:49.274ZPlanning: Fetching manifests: 7/7 100% complete
1462025-02-28T23:40:49.385ZPlanning: Package planning ... Done (0.111s)
1472025-02-28T23:40:49.441ZPlanning: Merging actions ... Done (0.056s)
1482025-02-28T23:40:49.639ZPlanning: Checking for conflicting actions ... Done (0.197s)
1492025-02-28T23:40:51.593ZPlanning: Consolidating action changes ... Done (1.954s)
1502025-02-28T23:40:52.004ZPlanning: Evaluating mediators ... Done (0.408s)
1512025-02-28T23:40:52.083ZPlanning: Planning completed in 17.38 seconds
1522025-02-28T23:40:52.099Z Packages to install: 4
1532025-02-28T23:40:52.103Z Packages to update: 3
1542025-02-28T23:40:52.103Z Mediators to change: 2
1552025-02-28T23:40:52.103Z Services to change: 1
1562025-02-28T23:40:52.103Z Estimated space available: 155.60 GB
1572025-02-28T23:40:52.103ZEstimated space to be consumed: 1.66 GB
1582025-02-28T23:40:52.103Z Create boot environment: No
1592025-02-28T23:40:52.104ZCreate backup boot environment: Yes
1602025-02-28T23:40:52.104Z Rebuild boot archive: No
1612025-02-28T23:40:52.104Z
1622025-02-28T23:40:52.104ZChanged mediators:
1632025-02-28T23:40:52.104Z mediator clang:
1642025-02-28T23:40:52.104Z version: None -> 15 (system default)
1652025-02-28T23:40:52.104Z
1662025-02-28T23:40:52.104Z mediator llvm:
1672025-02-28T23:40:52.104Z version: 14 (system default) -> 15 (system default)
1682025-02-28T23:40:52.104Z
1692025-02-28T23:40:52.104ZChanged packages:
1702025-02-28T23:40:52.104Zhelios-dev
1712025-02-28T23:40:52.104Z developer/build-essential
1722025-02-28T23:40:52.104Z None -> 11-2.0
1732025-02-28T23:40:52.104Z library/libxmlsec1
1742025-02-28T23:40:52.104Z None -> 1.2.35-2.0
1752025-02-28T23:40:52.104Z ooce/developer/clang-15
1762025-02-28T23:40:52.104Z None -> 15.0.7-2.0
1772025-02-28T23:40:52.104Z ooce/developer/llvm-15
1782025-02-28T23:40:52.104Z None -> 15.0.7-2.0
1792025-02-28T23:40:52.104Z package/pkg
1802025-02-28T23:40:52.104Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1812025-02-28T23:40:52.104Z system/library/g++-runtime
1822025-02-28T23:40:52.104Z 13-2.0 -> 14-2.0
1832025-02-28T23:40:52.105Z system/library/gcc-runtime
1842025-02-28T23:40:52.105Z 13-2.0 -> 14-2.0
1852025-02-28T23:40:52.105Z
1862025-02-28T23:40:52.106ZServices:
1872025-02-28T23:40:52.106Z restart_fmri:
1882025-02-28T23:40:52.106Z svc:/system/update-man-index:default
1892025-02-28T23:40:52.106Z
1902025-02-28T23:40:52.106ZEditable files to change:
1912025-02-28T23:40:52.106Z Update:
1922025-02-28T23:40:52.106Z usr/share/lib/pkg/web/config.shtml
1932025-02-28T23:40:52.187Z
1942025-02-28T23:40:52.187ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1952025-02-28T23:40:57.193ZDownload: 382/4301 items 16.6/225.4MB 7% complete (3.5M/s)
1962025-02-28T23:41:02.573ZDownload: 1169/4301 items 55.3/225.4MB 24% complete (5.5M/s)
1972025-02-28T23:41:07.344ZDownload: 1442/4301 items 116.9/225.4MB 51% complete (10.2M/s)
1982025-02-28T23:41:12.210ZDownload: 1934/4301 items 118.5/225.4MB 52% complete (7.2M/s)
1992025-02-28T23:41:20.800ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (798k/s)
2002025-02-28T23:41:25.801ZDownload: 3117/4301 items 163.3/225.4MB 72% complete (4.6M/s)
2012025-02-28T23:41:31.193ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (11.4M/s)
2022025-02-28T23:41:37.531ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (9.0M/s)
2032025-02-28T23:41:42.373ZDownload: Completed 225.42 MB in 50.18 seconds (4.5M/s)
2042025-02-28T23:41:44.625Z Actions: 1/5122 actions (Removing old actions)
2052025-02-28T23:41:44.649Z Actions: 194/5122 actions (Installing new actions)
2062025-02-28T23:41:49.391Z Actions: 4267/5122 actions (Updating modified actions)
2072025-02-28T23:41:49.737Z Actions: Completed 5122 actions in 5.11 seconds.
2082025-02-28T23:41:50.167Z Done (0.421s)
2092025-02-28T23:41:50.171Z Done (0.002s)
2102025-02-28T23:41:50.809Z Done (0.639s)
2112025-02-28T23:41:55.137Z Done (4.081s)
2122025-02-28T23:41:55.221Z Done (0.020s)
2132025-02-28T23:41:55.225Z Done (0.000s)
2142025-02-28T23:41:55.382Z Done (0.000s)
2152025-02-28T23:41:56.096ZPlanning: Evaluating mediator changes ... Done
2162025-02-28T23:41:56.259ZPlanning: Checking for conflicting actions ... Done
2172025-02-28T23:41:56.269ZPlanning: Consolidating action changes ... Done
2182025-02-28T23:41:56.524ZPlanning: Evaluating mediators ... Done
2192025-02-28T23:41:56.528ZPlanning: Planning completed in 0.43 seconds
2202025-02-28T23:41:56.565Z Mediators to change: 2
2212025-02-28T23:41:56.565Z Create boot environment: No
2222025-02-28T23:41:56.569ZCreate backup boot environment: No
2232025-02-28T23:41:56.645Z Done
2242025-02-28T23:41:56.645Z Done
2252025-02-28T23:41:57.060Z Done
2262025-02-28T23:42:00.684Z Done
2272025-02-28T23:42:00.773Z Done
2282025-02-28T23:42:00.777Z Done
2292025-02-28T23:42:00.918Z Done
2302025-02-28T23:42:01.530ZPlanning: Evaluating mediator changes ... Done
2312025-02-28T23:42:01.534ZPlanning: Merging actions ... Done
2322025-02-28T23:42:01.720ZPlanning: Checking for conflicting actions ... Done
2332025-02-28T23:42:01.724ZPlanning: Consolidating action changes ... Done
2342025-02-28T23:42:01.984ZPlanning: Evaluating mediators ... Done
2352025-02-28T23:42:02.039ZPlanning: Planning completed in 0.75 seconds
2362025-02-28T23:42:02.081Z Packages to change: 1
2372025-02-28T23:42:02.081Z Mediators to change: 1
2382025-02-28T23:42:02.085Z Services to change: 1
2392025-02-28T23:42:02.085Z Create boot environment: No
2402025-02-28T23:42:02.085ZCreate backup boot environment: Yes
2412025-02-28T23:42:04.248Z Actions: 1/6 actions (Updating modified actions)
2422025-02-28T23:42:04.252Z Actions: Completed 6 actions in 0.00 seconds.
2432025-02-28T23:42:04.253Z Done
2442025-02-28T23:42:04.253Z Done
2452025-02-28T23:42:04.373Z Done
2462025-02-28T23:42:07.943Z Done
2472025-02-28T23:42:08.043Z Done
2482025-02-28T23:42:08.047Z Done
2492025-02-28T23:42:08.181Z Done
2502025-02-28T23:42:08.619ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2512025-02-28T23:42:08.620Zclang system 15 system
2522025-02-28T23:42:08.620Zcsh system system illumos
2532025-02-28T23:42:08.620Zctags system system illumos
2542025-02-28T23:42:08.620Zgcc vendor 12 vendor
2552025-02-28T23:42:08.620Zgcc system 10 system
2562025-02-28T23:42:08.620Zgcc system 7 system
2572025-02-28T23:42:08.620Zgo system 1.20 system
2582025-02-28T23:42:08.620Zgo system 1.19 system
2592025-02-28T23:42:08.620Zllvm system 15 system
2602025-02-28T23:42:08.620Zllvm system 14 system
2612025-02-28T23:42:08.620Zmariadb system 10.6 system
2622025-02-28T23:42:08.620Zmta vendor vendor dma
2632025-02-28T23:42:08.620Zopenjdk system 17 system
2642025-02-28T23:42:08.620Zopenjdk system 11 system
2652025-02-28T23:42:08.620Zopenjdk system 1.8 system
2662025-02-28T23:42:08.620Zopenssl vendor 3 vendor
2672025-02-28T23:42:08.620Zperl system 5.36 system
2682025-02-28T23:42:08.620Zpostgresql system 15 system
2692025-02-28T23:42:08.620Zpostgresql system 13 system
2702025-02-28T23:42:08.620Zpython vendor 3 vendor
2712025-02-28T23:42:08.620Zpython system 2 system
2722025-02-28T23:42:08.620Zpython3 system 3.11 system
2732025-02-28T23:42:08.620Zruby system 3.0 system
2742025-02-28T23:42:08.620Zwords vendor vendor american-english
2752025-02-28T23:42:08.620Zwords system system australian-english
2762025-02-28T23:42:08.620Zwords system system british-english
2772025-02-28T23:42:08.620Zwords system system canadian-english
2782025-02-28T23:42:08.620Zwords system system french
2792025-02-28T23:42:08.620Zwords system system italian
2802025-02-28T23:42:08.620Zwords system system ngerman
2812025-02-28T23:42:08.620Zwords system system ogerman
2822025-02-28T23:42:08.620Zwords system system spanish
2832025-02-28T23:42:08.951ZPUBLISHER TYPE STATUS P LOCATION
2842025-02-28T23:42:08.951Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2852025-02-28T23:42:12.025ZFMRI IFO
2862025-02-28T23:42:12.025Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2872025-02-28T23:42:12.025Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2882025-02-28T23:42:12.026Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2892025-02-28T23:42:12.026Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2902025-02-28T23:42:12.026Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2912025-02-28T23:42:12.026Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2922025-02-28T23:42:12.026Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2932025-02-28T23:42:12.026Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2942025-02-28T23:42:12.026Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2952025-02-28T23:42:12.026Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2962025-02-28T23:42:12.026Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2972025-02-28T23:42:12.026Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2982025-02-28T23:42:12.026Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2992025-02-28T23:42:12.026Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3002025-02-28T23:42:12.026Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3012025-02-28T23:42:12.808Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3022025-02-28T23:42:13.085Z Updating crates.io index
3032025-02-28T23:42:13.145Z Updating git repository `https://github.com/oxidecomputer/diffus`
3042025-02-28T23:42:13.417Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3052025-02-28T23:42:13.940Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3062025-02-28T23:42:14.220Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-02-28T23:42:14.473Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-02-28T23:42:14.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-02-28T23:42:15.728Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-02-28T23:42:17.397Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-02-28T23:42:18.023Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-02-28T23:42:18.815Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-02-28T23:42:19.110Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-02-28T23:42:19.504Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-02-28T23:42:20.130Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3162025-02-28T23:42:20.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3172025-02-28T23:42:20.775Z Updating git repository `https://github.com/oxidecomputer/tofino`
3182025-02-28T23:42:21.117Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192025-02-28T23:42:21.326Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202025-02-28T23:42:21.565Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212025-02-28T23:42:21.869Z Updating git repository `https://github.com/oxidecomputer/lldp`
3222025-02-28T23:42:22.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3232025-02-28T23:42:22.546Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242025-02-28T23:42:22.874Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-02-28T23:42:23.148Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3262025-02-28T23:42:23.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272025-02-28T23:42:24.069Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-02-28T23:42:24.344Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292025-02-28T23:42:24.723Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302025-02-28T23:42:25.086Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3312025-02-28T23:42:25.331Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-02-28T23:42:25.548Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-02-28T23:42:25.812Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-02-28T23:42:27.093Z Downloading crates ...
3352025-02-28T23:42:27.149Z Downloaded equivalent v1.0.1
3362025-02-28T23:42:27.155Z Downloaded anstyle-parse v0.2.5
3372025-02-28T23:42:27.158Z Downloaded dtrace-parser v0.2.0
3382025-02-28T23:42:27.163Z Downloaded digest v0.10.7
3392025-02-28T23:42:27.163Z Downloaded autocfg v1.4.0
3402025-02-28T23:42:27.166Z Downloaded cargo-platform v0.1.8
3412025-02-28T23:42:27.169Z Downloaded clap v4.5.27
3422025-02-28T23:42:27.184Z Downloaded usdt-macro v0.5.0
3432025-02-28T23:42:27.188Z Downloaded swrite v0.1.0
3442025-02-28T23:42:27.188Z Downloaded usdt-attr-macro v0.5.0
3452025-02-28T23:42:27.193Z Downloaded scroll_derive v0.12.0
3462025-02-28T23:42:27.197Z Downloaded crypto-common v0.1.6
3472025-02-28T23:42:27.200Z Downloaded errno v0.3.9
3482025-02-28T23:42:27.203Z Downloaded byteorder v1.5.0
3492025-02-28T23:42:27.211Z Downloaded pretty-hex v0.4.1
3502025-02-28T23:42:27.217Z Downloaded cpufeatures v0.2.14
3512025-02-28T23:42:27.220Z Downloaded colorchoice v1.0.2
3522025-02-28T23:42:27.227Z Downloaded dof v0.3.0
3532025-02-28T23:42:27.227Z Downloaded clap_lex v0.7.4
3542025-02-28T23:42:27.227Z Downloaded anstyle-query v1.1.1
3552025-02-28T23:42:27.227Z Downloaded toml_datetime v0.6.8
3562025-02-28T23:42:27.227Z Downloaded cargo_metadata v0.18.1
3572025-02-28T23:42:27.232Z Downloaded block-buffer v0.10.4
3582025-02-28T23:42:27.233Z Downloaded terminal_size v0.4.0
3592025-02-28T23:42:27.233Z Downloaded cfg-if v1.0.0
3602025-02-28T23:42:27.238Z Downloaded bytecount v0.6.8
3612025-02-28T23:42:27.238Z Downloaded thiserror-impl v1.0.69
3622025-02-28T23:42:27.239Z Downloaded serde_spanned v0.6.8
3632025-02-28T23:42:27.239Z Downloaded serde_tokenstream v0.2.2
3642025-02-28T23:42:27.242Z Downloaded fnv v1.0.7
3652025-02-28T23:42:27.242Z Downloaded generic-array v0.14.7
3662025-02-28T23:42:27.242Z Downloaded macaddr v1.0.1
3672025-02-28T23:42:27.245Z Downloaded is_terminal_polyfill v1.70.1
3682025-02-28T23:42:27.248Z Downloaded plain v0.2.3
3692025-02-28T23:42:27.248Z Downloaded memmap v0.7.0
3702025-02-28T23:42:27.251Z Downloaded clap_derive v4.5.24
3712025-02-28T23:42:27.254Z Downloaded smawk v0.3.2
3722025-02-28T23:42:27.254Z Downloaded strsim v0.11.1
3732025-02-28T23:42:27.257Z Downloaded proc-macro-error-attr v1.0.4
3742025-02-28T23:42:27.257Z Downloaded fs-err v2.11.0
3752025-02-28T23:42:27.261Z Downloaded unicode-linebreak v0.1.5
3762025-02-28T23:42:27.264Z Downloaded version_check v0.9.5
3772025-02-28T23:42:27.264Z Downloaded thiserror v1.0.69
3782025-02-28T23:42:27.267Z Downloaded usdt v0.5.0
3792025-02-28T23:42:27.270Z Downloaded thread-id v4.2.2
3802025-02-28T23:42:27.270Z Downloaded itoa v1.0.11
3812025-02-28T23:42:27.273Z Downloaded anstream v0.6.15
3822025-02-28T23:42:27.276Z Downloaded cargo_toml v0.20.5
3832025-02-28T23:42:27.280Z Downloaded heck v0.5.0
3842025-02-28T23:42:27.281Z Downloaded fastrand v2.1.1
3852025-02-28T23:42:27.281Z Downloaded anstyle v1.0.10
3862025-02-28T23:42:27.284Z Downloaded camino-tempfile v1.1.1
3872025-02-28T23:42:27.287Z Downloaded usdt-impl v0.5.0
3882025-02-28T23:42:27.290Z Downloaded sha2 v0.10.8
3892025-02-28T23:42:27.293Z Downloaded utf8parse v0.2.2
3902025-02-28T23:42:27.293Z Downloaded once_cell v1.20.2
3912025-02-28T23:42:27.296Z Downloaded heck v0.4.1
3922025-02-28T23:42:27.296Z Downloaded zerocopy-derive v0.7.35
3932025-02-28T23:42:27.305Z Downloaded tempfile v3.13.0
3942025-02-28T23:42:27.308Z Downloaded pest_derive v2.7.14
3952025-02-28T23:42:27.311Z Downloaded tabled_derive v0.7.0
3962025-02-28T23:42:27.311Z Downloaded semver v1.0.24
3972025-02-28T23:42:27.314Z Downloaded pest_generator v2.7.14
3982025-02-28T23:42:27.314Z Downloaded scroll v0.12.0
3992025-02-28T23:42:27.317Z Downloaded camino v1.1.9
4002025-02-28T23:42:27.317Z Downloaded anyhow v1.0.95
4012025-02-28T23:42:27.320Z Downloaded ryu v1.0.18
4022025-02-28T23:42:27.323Z Downloaded proc-macro-error v1.0.4
4032025-02-28T23:42:27.326Z Downloaded quote v1.0.38
4042025-02-28T23:42:27.330Z Downloaded ucd-trie v0.1.7
4052025-02-28T23:42:27.330Z Downloaded pest_meta v2.7.14
4062025-02-28T23:42:27.333Z Downloaded log v0.4.22
4072025-02-28T23:42:27.337Z Downloaded papergrid v0.11.0
4082025-02-28T23:42:27.341Z Downloaded unicode-ident v1.0.14
4092025-02-28T23:42:27.345Z Downloaded bitflags v2.6.0
4102025-02-28T23:42:27.353Z Downloaded textwrap v0.16.1
4112025-02-28T23:42:27.358Z Downloaded typenum v1.17.0
4122025-02-28T23:42:27.361Z Downloaded serde_derive v1.0.217
4132025-02-28T23:42:27.364Z Downloaded toml v0.8.19
4142025-02-28T23:42:27.376Z Downloaded indexmap v2.7.1
4152025-02-28T23:42:27.379Z Downloaded proc-macro2 v1.0.92
4162025-02-28T23:42:27.388Z Downloaded toml_edit v0.22.22
4172025-02-28T23:42:27.408Z Downloaded serde v1.0.217
4182025-02-28T23:42:27.411Z Downloaded memchr v2.7.4
4192025-02-28T23:42:27.434Z Downloaded pest v2.7.14
4202025-02-28T23:42:27.444Z Downloaded hashbrown v0.15.1
4212025-02-28T23:42:27.459Z Downloaded goblin v0.8.2
4222025-02-28T23:42:27.465Z Downloaded zerocopy v0.7.35
4232025-02-28T23:42:27.480Z Downloaded winnow v0.6.20
4242025-02-28T23:42:27.486Z Downloaded tabled v0.15.0
4252025-02-28T23:42:27.500Z Downloaded serde_json v1.0.135
4262025-02-28T23:42:27.506Z Downloaded syn v1.0.109
4272025-02-28T23:42:27.516Z Downloaded clap_builder v4.5.27
4282025-02-28T23:42:27.530Z Downloaded unicode-width v0.1.14
4292025-02-28T23:42:27.535Z Downloaded syn v2.0.96
4302025-02-28T23:42:27.546Z Downloaded rustix v0.38.37
4312025-02-28T23:42:27.575Z Downloaded libc v0.2.169
4322025-02-28T23:42:27.892Z Compiling proc-macro2 v1.0.92
4332025-02-28T23:42:27.892Z Compiling unicode-ident v1.0.14
4342025-02-28T23:42:27.895Z Compiling version_check v0.9.5
4352025-02-28T23:42:27.895Z Compiling serde v1.0.217
4362025-02-28T23:42:27.895Z Compiling memchr v2.7.4
4372025-02-28T23:42:27.895Z Compiling thiserror v1.0.69
4382025-02-28T23:42:27.928Z Compiling libc v0.2.169
4392025-02-28T23:42:27.931Z Compiling itoa v1.0.11
4402025-02-28T23:42:28.201Z Compiling ryu v1.0.18
4412025-02-28T23:42:28.304Z Compiling ucd-trie v0.1.7
4422025-02-28T23:42:28.669Z Compiling once_cell v1.20.2
4432025-02-28T23:42:28.695Z Compiling byteorder v1.5.0
4442025-02-28T23:42:28.839Z Compiling rustix v0.38.37
4452025-02-28T23:42:28.995Z Compiling serde_json v1.0.135
4462025-02-28T23:42:29.175Z Compiling bitflags v2.6.0
4472025-02-28T23:42:29.339Z Compiling usdt-impl v0.5.0
4482025-02-28T23:42:29.533Z Compiling proc-macro-error-attr v1.0.4
4492025-02-28T23:42:29.593Z Compiling syn v1.0.109
4502025-02-28T23:42:29.619Z Compiling proc-macro-error v1.0.4
4512025-02-28T23:42:29.655Z Compiling camino v1.1.9
4522025-02-28T23:42:29.787Z Compiling quote v1.0.38
4532025-02-28T23:42:29.848Z Compiling errno v0.3.9
4542025-02-28T23:42:29.983Z Compiling log v0.4.22
4552025-02-28T23:42:30.105Z Compiling utf8parse v0.2.2
4562025-02-28T23:42:30.162Z Compiling syn v2.0.96
4572025-02-28T23:42:30.284Z Compiling plain v0.2.3
4582025-02-28T23:42:30.308Z Compiling equivalent v1.0.1
4592025-02-28T23:42:30.342Z Compiling hashbrown v0.15.1
4602025-02-28T23:42:30.420Z Compiling thread-id v4.2.2
4612025-02-28T23:42:30.448Z Compiling anstyle-parse v0.2.5
4622025-02-28T23:42:30.710Z Compiling anstyle-query v1.1.1
4632025-02-28T23:42:30.776Z Compiling winnow v0.6.20
4642025-02-28T23:42:30.865Z Compiling is_terminal_polyfill v1.70.1
4652025-02-28T23:42:30.935Z Compiling pretty-hex v0.4.1
4662025-02-28T23:42:31.012Z Compiling colorchoice v1.0.2
4672025-02-28T23:42:31.160Z Compiling autocfg v1.4.0
4682025-02-28T23:42:31.188Z Compiling unicode-width v0.1.14
4692025-02-28T23:42:31.273Z Compiling anstyle v1.0.10
4702025-02-28T23:42:31.467Z Compiling indexmap v2.7.1
4712025-02-28T23:42:31.718Z Compiling semver v1.0.24
4722025-02-28T23:42:31.741Z Compiling anstream v0.6.15
4732025-02-28T23:42:32.122Z Compiling fs-err v2.11.0
4742025-02-28T23:42:32.297Z Compiling terminal_size v0.4.0
4752025-02-28T23:42:32.527Z Compiling fastrand v2.1.1
4762025-02-28T23:42:32.590Z Compiling clap_lex v0.7.4
4772025-02-28T23:42:32.616Z Compiling fnv v1.0.7
4782025-02-28T23:42:32.712Z Compiling bytecount v0.6.8
4792025-02-28T23:42:32.769Z Compiling cfg-if v1.0.0
4802025-02-28T23:42:32.884Z Compiling strsim v0.11.1
4812025-02-28T23:42:32.940Z Compiling heck v0.4.1
4822025-02-28T23:42:32.967Z Compiling anyhow v1.0.95
4832025-02-28T23:42:32.992Z Compiling heck v0.5.0
4842025-02-28T23:42:32.995Z Compiling tempfile v3.13.0
4852025-02-28T23:42:33.478Z Compiling clap_builder v4.5.27
4862025-02-28T23:42:33.679Z Compiling papergrid v0.11.0
4872025-02-28T23:42:33.996Z Compiling memmap v0.7.0
4882025-02-28T23:42:34.021Z Compiling smawk v0.3.2
4892025-02-28T23:42:34.047Z Compiling unicode-linebreak v0.1.5
4902025-02-28T23:42:34.313Z Compiling swrite v0.1.0
4912025-02-28T23:42:34.455Z Compiling textwrap v0.16.1
4922025-02-28T23:42:35.282Z Compiling tabled_derive v0.7.0
4932025-02-28T23:42:36.878Z Compiling tabled v0.15.0
4942025-02-28T23:42:36.954Z Compiling serde_derive v1.0.217
4952025-02-28T23:42:36.954Z Compiling thiserror-impl v1.0.69
4962025-02-28T23:42:36.957Z Compiling zerocopy-derive v0.7.35
4972025-02-28T23:42:36.957Z Compiling scroll_derive v0.12.0
4982025-02-28T23:42:36.958Z Compiling clap_derive v4.5.24
4992025-02-28T23:42:38.443Z Compiling scroll v0.12.0
5002025-02-28T23:42:38.980Z Compiling goblin v0.8.2
5012025-02-28T23:42:39.033Z Compiling zerocopy v0.7.35
5022025-02-28T23:42:39.941Z Compiling pest v2.7.14
5032025-02-28T23:42:40.452Z Compiling clap v4.5.27
5042025-02-28T23:42:42.058Z Compiling pest_meta v2.7.14
5052025-02-28T23:42:42.948Z Compiling pest_generator v2.7.14
5062025-02-28T23:42:44.459Z Compiling pest_derive v2.7.14
5072025-02-28T23:42:45.058Z Compiling dtrace-parser v0.2.0
5082025-02-28T23:42:45.671Z Compiling toml_datetime v0.6.8
5092025-02-28T23:42:45.693Z Compiling serde_spanned v0.6.8
5102025-02-28T23:42:45.793Z Compiling cargo-platform v0.1.8
5112025-02-28T23:42:45.934Z Compiling serde_tokenstream v0.2.2
5122025-02-28T23:42:46.125Z Compiling toml_edit v0.22.22
5132025-02-28T23:42:46.173Z Compiling macaddr v1.0.1
5142025-02-28T23:42:46.329Z Compiling camino-tempfile v1.1.1
5152025-02-28T23:42:47.099Z Compiling dof v0.3.0
5162025-02-28T23:42:47.099Z Compiling cargo_metadata v0.18.1
5172025-02-28T23:42:48.685Z Compiling usdt-macro v0.5.0
5182025-02-28T23:42:48.685Z Compiling usdt-attr-macro v0.5.0
5192025-02-28T23:42:48.790Z Compiling toml v0.8.19
5202025-02-28T23:42:49.615Z Compiling cargo_toml v0.20.5
5212025-02-28T23:42:49.955Z Compiling usdt v0.5.0
5222025-02-28T23:42:52.353Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5232025-02-28T23:42:55.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.92s
5242025-02-28T23:42:55.784Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5252025-02-28T23:42:56.303Z Downloading crates ...
5262025-02-28T23:42:56.416Z Downloaded addr2line v0.24.2
5272025-02-28T23:42:56.437Z Downloaded cstr-argument v0.1.2
5282025-02-28T23:42:56.440Z Downloaded atty v0.2.14
5292025-02-28T23:42:56.443Z Downloaded async-stream-impl v0.3.6
5302025-02-28T23:42:56.446Z Downloaded cfg_aliases v0.1.1
5312025-02-28T23:42:56.449Z Downloaded crunchy v0.2.2
5322025-02-28T23:42:56.452Z Downloaded cfg_aliases v0.2.1
5332025-02-28T23:42:56.455Z Downloaded hickory-server v0.24.2
5342025-02-28T23:42:56.463Z Downloaded ciborium-io v0.2.2
5352025-02-28T23:42:56.466Z Downloaded hubpack_derive v0.1.1
5362025-02-28T23:42:56.469Z Downloaded http-body v1.0.1
5372025-02-28T23:42:56.469Z Downloaded crucible-workspace-hack v0.1.0
5382025-02-28T23:42:56.469Z Downloaded atomicwrites v0.4.4
5392025-02-28T23:42:56.472Z Downloaded atomic-waker v1.1.2
5402025-02-28T23:42:56.472Z Downloaded assert_matches v1.5.0
5412025-02-28T23:42:56.475Z Downloaded async-stream v0.3.6
5422025-02-28T23:42:56.478Z Downloaded aead v0.5.2
5432025-02-28T23:42:56.478Z Downloaded match_cfg v0.1.0
5442025-02-28T23:42:56.481Z Downloaded icu_provider_macros v1.5.0
5452025-02-28T23:42:56.481Z Downloaded http-range v0.1.5
5462025-02-28T23:42:56.481Z Downloaded constant_time_eq v0.3.1
5472025-02-28T23:42:56.484Z Downloaded cexpr v0.6.0
5482025-02-28T23:42:56.487Z Downloaded arrayref v0.3.9
5492025-02-28T23:42:56.487Z Downloaded array-init v0.0.4
5502025-02-28T23:42:56.490Z Downloaded curve25519-dalek-derive v0.1.1
5512025-02-28T23:42:56.490Z Downloaded bitfield-struct v0.6.2
5522025-02-28T23:42:56.493Z Downloaded md5 v0.7.0
5532025-02-28T23:42:56.493Z Downloaded crc-catalog v2.4.0
5542025-02-28T23:42:56.493Z Downloaded cbc v0.1.2
5552025-02-28T23:42:56.496Z Downloaded castaway v0.2.3
5562025-02-28T23:42:56.496Z Downloaded base16ct v0.2.0
5572025-02-28T23:42:56.499Z Downloaded newline-converter v0.3.0
5582025-02-28T23:42:56.499Z Downloaded mirai-annotations v1.12.0
5592025-02-28T23:42:56.502Z Downloaded ctr v0.9.2
5602025-02-28T23:42:56.502Z Downloaded is_ci v1.2.0
5612025-02-28T23:42:56.505Z Downloaded instant v0.1.13
5622025-02-28T23:42:56.505Z Downloaded colored v2.1.0
5632025-02-28T23:42:56.508Z Downloaded hostname v0.4.0
5642025-02-28T23:42:56.511Z Downloaded instability v0.3.2
5652025-02-28T23:42:56.514Z Downloaded crc v3.2.1
5662025-02-28T23:42:56.517Z Downloaded crossbeam-deque v0.8.5
5672025-02-28T23:42:56.517Z Downloaded ident_case v1.0.1
5682025-02-28T23:42:56.520Z Downloaded bitflags v1.3.2
5692025-02-28T23:42:56.523Z Downloaded new_debug_unreachable v1.0.6
5702025-02-28T23:42:56.523Z Downloaded convert_case v0.4.0
5712025-02-28T23:42:56.526Z Downloaded buf-list v1.0.3
5722025-02-28T23:42:56.529Z Downloaded httpdate v1.0.3
5732025-02-28T23:42:56.529Z Downloaded humantime v2.1.0
5742025-02-28T23:42:56.532Z Downloaded is-terminal v0.4.13
5752025-02-28T23:42:56.535Z Downloaded backoff v0.4.0
5762025-02-28T23:42:56.535Z Downloaded http-body-util v0.1.2
5772025-02-28T23:42:56.538Z Downloaded lru v0.12.5
5782025-02-28T23:42:56.541Z Downloaded linked-hash-map v0.5.6
5792025-02-28T23:42:56.541Z Downloaded mime v0.3.17
5802025-02-28T23:42:56.544Z Downloaded lru-cache v0.1.2
5812025-02-28T23:42:56.544Z Downloaded cookie_store v0.21.1
5822025-02-28T23:42:56.547Z Downloaded console v0.15.10
5832025-02-28T23:42:56.550Z Downloaded base64ct v1.6.0
5842025-02-28T23:42:56.554Z Downloaded lazycell v1.3.0
5852025-02-28T23:42:56.554Z Downloaded keccak v0.1.5
5862025-02-28T23:42:56.557Z Downloaded internet-checksum v0.2.1
5872025-02-28T23:42:56.557Z Downloaded inout v0.1.3
5882025-02-28T23:42:56.560Z Downloaded csv-core v0.1.11
5892025-02-28T23:42:56.560Z Downloaded crc32fast v1.4.2
5902025-02-28T23:42:56.563Z Downloaded nanorand v0.7.0
5912025-02-28T23:42:56.566Z Downloaded managed v0.8.0
5922025-02-28T23:42:56.566Z Downloaded const_format_proc_macros v0.2.34
5932025-02-28T23:42:56.569Z Downloaded linear-map v1.2.0
5942025-02-28T23:42:56.572Z Downloaded libefi-sys v0.1.0
5952025-02-28T23:42:56.575Z Downloaded hyper-tls v0.6.0
5962025-02-28T23:42:56.575Z Downloaded idna_adapter v1.2.0
5972025-02-28T23:42:56.578Z Downloaded bzip2 v0.4.4
5982025-02-28T23:42:56.578Z Downloaded md-5 v0.10.6
5992025-02-28T23:42:56.581Z Downloaded maplit v1.0.2
6002025-02-28T23:42:56.581Z Downloaded ipnetwork v0.20.0
6012025-02-28T23:42:56.584Z Downloaded rand_seeder v0.3.0
6022025-02-28T23:42:56.587Z Downloaded radium v0.7.0
6032025-02-28T23:42:56.587Z Downloaded memoffset v0.9.1
6042025-02-28T23:42:56.589Z Downloaded kstat-rs v0.2.4
6052025-02-28T23:42:56.589Z Downloaded rustfmt-wrapper v0.2.1
6062025-02-28T23:42:56.593Z Downloaded cassowary v0.3.0
6072025-02-28T23:42:56.593Z Downloaded tinyvec_macros v0.1.1
6082025-02-28T23:42:56.596Z Downloaded impl-trait-for-tuples v0.2.2
6092025-02-28T23:42:56.599Z Downloaded cancel-safe-futures v0.1.5
6102025-02-28T23:42:56.602Z Downloaded mockall v0.13.0
6112025-02-28T23:42:56.605Z Downloaded lazy_static v1.5.0
6122025-02-28T23:42:56.605Z Downloaded crc-any v2.5.0
6132025-02-28T23:42:56.608Z Downloaded unarray v0.1.4
6142025-02-28T23:42:56.611Z Downloaded hubpack v0.1.2
6152025-02-28T23:42:56.611Z Downloaded scrypt v0.11.0
6162025-02-28T23:42:56.614Z Downloaded rustc_version v0.4.1
6172025-02-28T23:42:56.617Z Downloaded rustc_version v0.1.7
6182025-02-28T23:42:56.617Z Downloaded rustc-hash v2.0.0
6192025-02-28T23:42:56.617Z Downloaded rustc-hash v1.1.0
6202025-02-28T23:42:56.620Z Downloaded crossbeam-utils v0.8.20
6212025-02-28T23:42:56.623Z Downloaded termtree v0.5.1
6222025-02-28T23:42:56.626Z Downloaded mime_guess v2.0.5
6232025-02-28T23:42:56.626Z Downloaded tiny-keccak v2.0.2
6242025-02-28T23:42:56.629Z Downloaded darling v0.20.10
6252025-02-28T23:42:56.634Z Downloaded typify-macro v0.3.0
6262025-02-28T23:42:56.637Z Downloaded blake2 v0.10.6
6272025-02-28T23:42:56.640Z Downloaded lock_api v0.4.12
6282025-02-28T23:42:56.642Z Downloaded memmap2 v0.9.5
6292025-02-28T23:42:56.645Z Downloaded zone_cfg_derive v0.3.0
6302025-02-28T23:42:56.645Z Downloaded lockfree-object-pool v0.1.6
6312025-02-28T23:42:56.648Z Downloaded crossbeam-epoch v0.9.18
6322025-02-28T23:42:56.652Z Downloaded multer v3.1.0
6332025-02-28T23:42:56.655Z Downloaded endian-type v0.1.2
6342025-02-28T23:42:56.656Z Downloaded document-features v0.2.10
6352025-02-28T23:42:56.656Z Downloaded hyper-staticfile v0.10.1
6362025-02-28T23:42:56.659Z Downloaded chacha20poly1305 v0.10.1
6372025-02-28T23:42:56.662Z Downloaded headers-core v0.3.0
6382025-02-28T23:42:56.662Z Downloaded zeroize_derive v1.4.2
6392025-02-28T23:42:56.665Z Downloaded zeroize v1.8.1
6402025-02-28T23:42:56.665Z Downloaded parse-size v1.1.0
6412025-02-28T23:42:56.668Z Downloaded defmt-parser v0.3.4
6422025-02-28T23:42:56.668Z Downloaded defmt-macros v0.3.9
6432025-02-28T23:42:56.671Z Downloaded display-error-chain v0.2.2
6442025-02-28T23:42:56.674Z Downloaded fragile v2.0.0
6452025-02-28T23:42:56.677Z Downloaded tinystr v0.7.6
6462025-02-28T23:42:56.677Z Downloaded subtle v2.6.1
6472025-02-28T23:42:56.680Z Downloaded xattr v1.3.1
6482025-02-28T23:42:56.683Z Downloaded which v4.4.2
6492025-02-28T23:42:56.683Z Downloaded unicase v2.7.0
6502025-02-28T23:42:56.686Z Downloaded sync-ptr v0.1.1
6512025-02-28T23:42:56.686Z Downloaded sigpipe v0.1.3
6522025-02-28T23:42:56.689Z Downloaded strum_macros v0.26.4
6532025-02-28T23:42:56.691Z Downloaded packed_struct_codegen v0.10.1
6542025-02-28T23:42:56.691Z Downloaded hmac v0.12.1
6552025-02-28T23:42:56.694Z Downloaded litemap v0.7.3
6562025-02-28T23:42:56.697Z Downloaded compact_str v0.8.0
6572025-02-28T23:42:56.701Z Downloaded icu_normalizer v1.5.0
6582025-02-28T23:42:56.705Z Downloaded mockall_derive v0.13.0
6592025-02-28T23:42:56.708Z Downloaded cc v1.1.30
6602025-02-28T23:42:56.712Z Downloaded sync_wrapper v1.0.1
6612025-02-28T23:42:56.715Z Downloaded powerfmt v0.2.0
6622025-02-28T23:42:56.718Z Downloaded num_enum v0.5.11
6632025-02-28T23:42:56.721Z Downloaded embedded-io v0.4.0
6642025-02-28T23:42:56.724Z Downloaded aho-corasick v1.1.3
6652025-02-28T23:42:56.729Z Downloaded futures-macro v0.3.31
6662025-02-28T23:42:56.732Z Downloaded olpc-cjson v0.1.4
6672025-02-28T23:42:56.732Z Downloaded futures-io v0.3.31
6682025-02-28T23:42:56.743Z Downloaded rustls-pemfile v1.0.4
6692025-02-28T23:42:56.743Z Downloaded vte_generate_state_changes v0.1.2
6702025-02-28T23:42:56.743Z Downloaded normalize-line-endings v0.3.0
6712025-02-28T23:42:56.743Z Downloaded smf v0.2.3
6722025-02-28T23:42:56.743Z Downloaded tower-service v0.3.3
6732025-02-28T23:42:56.743Z Downloaded derive_builder_macro v0.20.2
6742025-02-28T23:42:56.743Z Downloaded openssl-probe v0.1.5
6752025-02-28T23:42:56.748Z Downloaded hashlink v0.9.1
6762025-02-28T23:42:56.748Z Downloaded parse-display-derive v0.10.0
6772025-02-28T23:42:56.751Z Downloaded rcgen v0.12.1
6782025-02-28T23:42:56.754Z Downloaded progenitor-macro v0.9.1
6792025-02-28T23:42:56.754Z Downloaded bumpalo v3.16.0
6802025-02-28T23:42:56.757Z Downloaded indexmap v1.9.3
6812025-02-28T23:42:56.760Z Downloaded openssl-macros v0.1.1
6822025-02-28T23:42:56.763Z Downloaded litrs v0.4.1
6832025-02-28T23:42:56.766Z Downloaded icu_normalizer_data v1.5.0
6842025-02-28T23:42:56.770Z Downloaded hyper-util v0.1.10
6852025-02-28T23:42:56.773Z Downloaded rfc6979 v0.4.0
6862025-02-28T23:42:56.773Z Downloaded zerofrom-derive v0.1.4
6872025-02-28T23:42:56.777Z Downloaded writeable v0.5.5
6882025-02-28T23:42:56.781Z Downloaded icu_provider v1.5.0
6892025-02-28T23:42:56.784Z Downloaded tungstenite v0.21.0
6902025-02-28T23:42:56.787Z Downloaded unicode-bidi v0.3.17
6912025-02-28T23:42:56.790Z Downloaded salsa20 v0.10.2
6922025-02-28T23:42:56.790Z Downloaded foreign-types v0.5.0
6932025-02-28T23:42:56.793Z Downloaded rtoolbox v0.0.2
6942025-02-28T23:42:56.793Z Downloaded backtrace v0.3.74
6952025-02-28T23:42:56.798Z Downloaded flagset v0.4.6
6962025-02-28T23:42:56.801Z Downloaded supports-color v3.0.1
6972025-02-28T23:42:56.804Z Downloaded termtree v0.4.1
6982025-02-28T23:42:56.804Z Downloaded rustversion v1.0.17
6992025-02-28T23:42:56.808Z Downloaded phf_codegen v0.11.2
7002025-02-28T23:42:56.808Z Downloaded phf v0.11.2
7012025-02-28T23:42:56.811Z Downloaded tokio-tungstenite v0.21.0
7022025-02-28T23:42:56.814Z Downloaded tokio-tungstenite v0.24.0
7032025-02-28T23:42:56.817Z Downloaded utf16_iter v1.0.5
7042025-02-28T23:42:56.817Z Downloaded structmeta v0.2.0
7052025-02-28T23:42:56.820Z Downloaded utf-8 v0.7.6
7062025-02-28T23:42:56.820Z Downloaded phf_generator v0.11.2
7072025-02-28T23:42:56.823Z Downloaded sqlparser_derive v0.2.2
7082025-02-28T23:42:56.823Z Downloaded password-hash v0.4.2
7092025-02-28T23:42:56.827Z Downloaded wait-timeout v0.2.0
7102025-02-28T23:42:56.827Z Downloaded slog v2.7.0
7112025-02-28T23:42:56.830Z Downloaded rusty-fork v0.3.0
7122025-02-28T23:42:56.833Z Downloaded derive_builder_core v0.20.2
7132025-02-28T23:42:56.833Z Downloaded derive_builder v0.20.2
7142025-02-28T23:42:56.839Z Downloaded dyn-clone v1.0.17
7152025-02-28T23:42:56.842Z Downloaded peg-macros v0.8.4
7162025-02-28T23:42:56.845Z Downloaded progenitor-client v0.8.0
7172025-02-28T23:42:56.845Z Downloaded num-conv v0.1.0
7182025-02-28T23:42:56.845Z Downloaded unicode-properties v0.1.3
7192025-02-28T23:42:56.859Z Downloaded yoke-derive v0.7.4
7202025-02-28T23:42:56.862Z Downloaded typify v0.2.0
7212025-02-28T23:42:56.865Z Downloaded foreign-types-macros v0.2.3
7222025-02-28T23:42:56.865Z Downloaded aes v0.8.4
7232025-02-28T23:42:56.868Z Downloaded serde-big-array v0.5.1
7242025-02-28T23:42:56.871Z Downloaded oso-derive v0.27.3
7252025-02-28T23:42:56.871Z Downloaded password-hash v0.5.0
7262025-02-28T23:42:56.875Z Downloaded strum v0.26.3
7272025-02-28T23:42:56.878Z Downloaded hex-literal v0.4.1
7282025-02-28T23:42:56.878Z Downloaded funty v2.0.0
7292025-02-28T23:42:56.878Z Downloaded either v1.13.0
7302025-02-28T23:42:56.881Z Downloaded ed25519 v2.2.3
7312025-02-28T23:42:56.881Z Downloaded postcard v1.0.10
7322025-02-28T23:42:56.885Z Downloaded heck v0.3.3
7332025-02-28T23:42:56.888Z Downloaded progenitor-impl v0.8.0
7342025-02-28T23:42:56.888Z Downloaded smallvec v1.13.2
7352025-02-28T23:42:56.891Z Downloaded ref-cast v1.0.23
7362025-02-28T23:42:56.894Z Downloaded x509-cert v0.2.5
7372025-02-28T23:42:56.900Z Downloaded zone_cfg_derive v0.1.2
7382025-02-28T23:42:56.903Z Downloaded write16 v1.0.0
7392025-02-28T23:42:56.904Z Downloaded derive-where v1.2.7
7402025-02-28T23:42:56.907Z Downloaded structmeta-derive v0.3.0
7412025-02-28T23:42:56.910Z Downloaded rustls-pemfile v2.2.0
7422025-02-28T23:42:56.913Z Downloaded take_mut v0.2.2
7432025-02-28T23:42:56.913Z Downloaded russh-cryptovec v0.7.3
7442025-02-28T23:42:56.913Z Downloaded slog-bunyan v2.5.0
7452025-02-28T23:42:56.916Z Downloaded topological-sort v0.2.2
7462025-02-28T23:42:56.916Z Downloaded icu_collections v1.5.0
7472025-02-28T23:42:56.922Z Downloaded opaque-debug v0.3.1
7482025-02-28T23:42:56.925Z Downloaded fallible-streaming-iterator v0.1.9
7492025-02-28T23:42:56.926Z Downloaded yoke v0.7.4
7502025-02-28T23:42:56.929Z Downloaded hex v0.4.3
7512025-02-28T23:42:56.932Z Downloaded path-slash v0.1.5
7522025-02-28T23:42:56.932Z Downloaded tui-tree-widget v0.22.0
7532025-02-28T23:42:56.937Z Downloaded tabwriter v1.4.0
7542025-02-28T23:42:56.937Z Downloaded synstructure v0.13.1
7552025-02-28T23:42:56.940Z Downloaded spki v0.7.3
7562025-02-28T23:42:56.940Z Downloaded slog-envlogger v2.2.0
7572025-02-28T23:42:56.940Z Downloaded hickory-resolver v0.24.2
7582025-02-28T23:42:56.945Z Downloaded num-complex v0.4.6
7592025-02-28T23:42:56.948Z Downloaded darling_core v0.20.10
7602025-02-28T23:42:56.955Z Downloaded nodrop v0.1.14
7612025-02-28T23:42:56.958Z Downloaded diesel-dtrace v0.4.2
7622025-02-28T23:42:56.958Z Downloaded diesel_table_macro_syntax v0.2.0
7632025-02-28T23:42:56.958Z Downloaded untrusted v0.9.0
7642025-02-28T23:42:56.961Z Downloaded ff v0.13.0
7652025-02-28T23:42:56.961Z Downloaded pin-project-lite v0.2.14
7662025-02-28T23:42:56.967Z Downloaded polyval v0.6.2
7672025-02-28T23:42:56.972Z Downloaded aes-gcm v0.10.3
7682025-02-28T23:42:56.974Z Downloaded fallible-iterator v0.3.0
7692025-02-28T23:42:56.978Z Downloaded semver v0.1.20
7702025-02-28T23:42:56.978Z Downloaded rand_chacha v0.3.1
7712025-02-28T23:42:56.978Z Downloaded predicates v3.1.2
7722025-02-28T23:42:56.981Z Downloaded number_prefix v0.4.0
7732025-02-28T23:42:56.984Z Downloaded omicron-zone-package v0.12.0
7742025-02-28T23:42:56.987Z Downloaded ref-cast-impl v1.0.23
7752025-02-28T23:42:56.990Z Downloaded futures v0.3.31
7762025-02-28T23:42:56.993Z Downloaded r2d2 v0.8.10
7772025-02-28T23:42:56.996Z Downloaded samael v0.0.17
7782025-02-28T23:42:57.002Z Downloaded num_threads v0.1.7
7792025-02-28T23:42:57.005Z Downloaded slog-scope v4.4.0
7802025-02-28T23:42:57.005Z Downloaded unicode-truncate v1.1.0
7812025-02-28T23:42:57.008Z Downloaded slog-dtrace v0.3.0
7822025-02-28T23:42:57.011Z Downloaded tap v1.0.1
7832025-02-28T23:42:57.011Z Downloaded scheduled-thread-pool v0.2.7
7842025-02-28T23:42:57.015Z Downloaded same-file v1.0.6
7852025-02-28T23:42:57.015Z Downloaded mio v1.0.2
7862025-02-28T23:42:57.019Z Downloaded http v1.2.0
7872025-02-28T23:42:57.024Z Downloaded minimal-lexical v0.2.1
7882025-02-28T23:42:57.029Z Downloaded waitgroup v0.1.2
7892025-02-28T23:42:57.032Z Downloaded universal-hash v0.5.1
7902025-02-28T23:42:57.032Z Downloaded pretty-hex v0.2.1
7912025-02-28T23:42:57.035Z Downloaded sqlformat v0.2.6
7922025-02-28T23:42:57.035Z Downloaded slog-json v2.6.1
7932025-02-28T23:42:57.038Z Downloaded pkcs1 v0.7.5
7942025-02-28T23:42:57.042Z Downloaded dropshot_endpoint v0.15.1
7952025-02-28T23:42:57.045Z Downloaded num_enum_derive v0.5.11
7962025-02-28T23:42:57.048Z Downloaded predicates-tree v1.0.11
7972025-02-28T23:42:57.048Z Downloaded predicates-core v1.0.8
7982025-02-28T23:42:57.048Z Downloaded rand v0.8.5
7992025-02-28T23:42:57.052Z Downloaded unicode-normalization v0.1.24
8002025-02-28T23:42:57.057Z Downloaded downcast v0.11.0
8012025-02-28T23:42:57.060Z Downloaded rpassword v7.3.1
8022025-02-28T23:42:57.060Z Downloaded pem-rfc7468 v0.7.0
8032025-02-28T23:42:57.063Z Downloaded num-bigint v0.4.6
8042025-02-28T23:42:57.067Z Downloaded tokio-native-tls v0.3.1
8052025-02-28T23:42:57.070Z Downloaded thiserror-no-std v2.0.2
8062025-02-28T23:42:57.074Z Downloaded newtype_derive v0.1.6
8072025-02-28T23:42:57.077Z Downloaded slog-stdlog v4.1.1
8082025-02-28T23:42:57.081Z Downloaded schemars_derive v0.8.21
8092025-02-28T23:42:57.081Z Downloaded structmeta v0.3.0
8102025-02-28T23:42:57.081Z Downloaded shlex v1.3.0
8112025-02-28T23:42:57.084Z Downloaded ecdsa v0.16.9
8122025-02-28T23:42:57.087Z Downloaded tokio-rustls v0.25.0
8132025-02-28T23:42:57.090Z Downloaded peg-runtime v0.8.3
8142025-02-28T23:42:57.090Z Downloaded value-bag v1.9.0
8152025-02-28T23:42:57.094Z Downloaded publicsuffix v2.3.0
8162025-02-28T23:42:57.094Z Downloaded fatfs v0.3.6
8172025-02-28T23:42:57.097Z Downloaded blake3 v1.5.4
8182025-02-28T23:42:57.109Z Downloaded foreign-types-shared v0.1.1
8192025-02-28T23:42:57.112Z Downloaded glob v0.3.2
8202025-02-28T23:42:57.112Z Downloaded fixedbitset v0.4.2
8212025-02-28T23:42:57.112Z Downloaded libm v0.2.8
8222025-02-28T23:42:57.119Z Downloaded try-lock v0.2.5
8232025-02-28T23:42:57.124Z Downloaded nibble_vec v0.1.0
8242025-02-28T23:42:57.124Z Downloaded difflib v0.4.0
8252025-02-28T23:42:57.127Z Downloaded rustc-demangle v0.1.24
8262025-02-28T23:42:57.127Z Downloaded sec1 v0.7.3
8272025-02-28T23:42:57.130Z Downloaded quick-error v1.2.3
8282025-02-28T23:42:57.130Z Downloaded hash32 v0.2.1
8292025-02-28T23:42:57.133Z Downloaded primeorder v0.13.6
8302025-02-28T23:42:57.133Z Downloaded pin-utils v0.1.0
8312025-02-28T23:42:57.133Z Downloaded itertools v0.10.5
8322025-02-28T23:42:57.140Z Downloaded term v0.7.0
8332025-02-28T23:42:57.144Z Downloaded vte v0.11.1
8342025-02-28T23:42:57.147Z Downloaded openssl-sys v0.9.104
8352025-02-28T23:42:57.152Z Downloaded zerofrom v0.1.4
8362025-02-28T23:42:57.155Z Downloaded uzers v0.12.1
8372025-02-28T23:42:57.158Z Downloaded foreign-types-shared v0.3.1
8382025-02-28T23:42:57.159Z Downloaded strip-ansi-escapes v0.2.0
8392025-02-28T23:42:57.159Z Downloaded stringprep v0.1.5
8402025-02-28T23:42:57.162Z Downloaded serde_urlencoded v0.7.1
8412025-02-28T23:42:57.165Z Downloaded serde_repr v0.1.19
8422025-02-28T23:42:57.165Z Downloaded serde_plain v1.0.2
8432025-02-28T23:42:57.168Z Downloaded newtype-uuid v1.2.1
8442025-02-28T23:42:57.168Z Downloaded hash32 v0.3.1
8452025-02-28T23:42:57.171Z Downloaded env_logger v0.10.2
8462025-02-28T23:42:57.173Z Downloaded ed25519-dalek v2.1.1
8472025-02-28T23:42:57.178Z Downloaded unicode-segmentation v1.12.0
8482025-02-28T23:42:57.181Z Downloaded darling_macro v0.20.10
8492025-02-28T23:42:57.181Z Downloaded debug-ignore v1.0.5
8502025-02-28T23:42:57.184Z Downloaded secrecy v0.8.0
8512025-02-28T23:42:57.184Z Downloaded sha1 v0.10.6
8522025-02-28T23:42:57.187Z Downloaded env_logger v0.11.5
8532025-02-28T23:42:57.190Z Downloaded globset v0.4.15
8542025-02-28T23:42:57.193Z Downloaded des v0.8.1
8552025-02-28T23:42:57.193Z Downloaded nom v7.1.3
8562025-02-28T23:42:57.198Z Downloaded aws-lc-rs v1.10.0
8572025-02-28T23:42:57.209Z Downloaded fxhash v0.2.1
8582025-02-28T23:42:57.212Z Downloaded want v0.3.1
8592025-02-28T23:42:57.212Z Downloaded resolv-conf v0.7.0
8602025-02-28T23:42:57.212Z Downloaded parking_lot_core v0.8.6
8612025-02-28T23:42:57.215Z Downloaded zerovec-derive v0.10.3
8622025-02-28T23:42:57.221Z Downloaded thread_local v1.1.8
8632025-02-28T23:42:57.221Z Downloaded data-encoding v2.6.0
8642025-02-28T23:42:57.224Z Downloaded tls_codec_derive v0.4.1
8652025-02-28T23:42:57.224Z Downloaded tls_codec v0.4.1
8662025-02-28T23:42:57.224Z Downloaded walkdir v2.5.0
8672025-02-28T23:42:57.231Z Downloaded rustyline v14.0.0
8682025-02-28T23:42:57.234Z Downloaded phf_shared v0.10.0
8692025-02-28T23:42:57.234Z Downloaded rand_xorshift v0.3.0
8702025-02-28T23:42:57.234Z Downloaded deranged v0.3.11
8712025-02-28T23:42:57.237Z Downloaded pkcs5 v0.7.1
8722025-02-28T23:42:57.239Z Downloaded diff v0.1.13
8732025-02-28T23:42:57.242Z Downloaded idna v1.0.3
8742025-02-28T23:42:57.247Z Downloaded progenitor-client v0.9.1
8752025-02-28T23:42:57.250Z Downloaded similar v2.6.0
8762025-02-28T23:42:57.253Z Downloaded ssh-encoding v0.2.0
8772025-02-28T23:42:57.256Z Downloaded bitvec v1.0.1
8782025-02-28T23:42:57.271Z Downloaded proc-macro-crate v1.3.1
8792025-02-28T23:42:57.275Z Downloaded itertools v0.12.1
8802025-02-28T23:42:57.279Z Downloaded foreign-types v0.3.2
8812025-02-28T23:42:57.282Z Downloaded ghash v0.5.1
8822025-02-28T23:42:57.282Z Downloaded der_derive v0.7.3
8832025-02-28T23:42:57.285Z Downloaded slog-term v2.9.1
8842025-02-28T23:42:57.285Z Downloaded zone v0.1.8
8852025-02-28T23:42:57.288Z Downloaded half v2.4.1
8862025-02-28T23:42:57.291Z Downloaded dropshot_endpoint v0.12.0
8872025-02-28T23:42:57.294Z Downloaded itertools v0.13.0
8882025-02-28T23:42:57.299Z Downloaded progenitor v0.8.0
8892025-02-28T23:42:57.302Z Downloaded packed_struct v0.10.1
8902025-02-28T23:42:57.303Z Downloaded xz2 v0.1.7
8912025-02-28T23:42:57.306Z Downloaded serde-hex v0.1.0
8922025-02-28T23:42:57.306Z Downloaded string_cache v0.8.7
8932025-02-28T23:42:57.309Z Downloaded ssh-cipher v0.2.0
8942025-02-28T23:42:57.309Z Downloaded getrandom v0.2.15
8952025-02-28T23:42:57.312Z Downloaded parking_lot v0.12.3
8962025-02-28T23:42:57.315Z Downloaded derive_more v0.99.18
8972025-02-28T23:42:57.319Z Downloaded time-macros v0.2.18
8982025-02-28T23:42:57.322Z Downloaded qorb v0.2.1
8992025-02-28T23:42:57.328Z Downloaded russh v0.45.0
9002025-02-28T23:42:57.337Z Downloaded socket2 v0.5.7
9012025-02-28T23:42:57.341Z Downloaded futures-channel v0.3.31
9022025-02-28T23:42:57.341Z Downloaded num-integer v0.1.46
9032025-02-28T23:42:57.341Z Downloaded spin v0.9.8
9042025-02-28T23:42:57.345Z Downloaded tokio-postgres v0.7.12
9052025-02-28T23:42:57.351Z Downloaded hkdf v0.12.4
9062025-02-28T23:42:57.354Z Downloaded zone v0.3.0
9072025-02-28T23:42:57.355Z Downloaded elliptic-curve v0.13.8
9082025-02-28T23:42:57.355Z Downloaded filetime v0.2.25
9092025-02-28T23:42:57.358Z Downloaded fallible-iterator v0.2.0
9102025-02-28T23:42:57.358Z Downloaded form_urlencoded v1.2.1
9112025-02-28T23:42:57.361Z Downloaded foldhash v0.1.3
9122025-02-28T23:42:57.361Z Downloaded salty v0.3.0
9132025-02-28T23:42:57.367Z Downloaded snafu-derive v0.8.5
9142025-02-28T23:42:57.370Z Downloaded whoami v1.5.2
9152025-02-28T23:42:57.374Z Downloaded parking_lot v0.11.2
9162025-02-28T23:42:57.374Z Downloaded h2 v0.4.6
9172025-02-28T23:42:57.381Z Downloaded rand_core v0.6.4
9182025-02-28T23:42:57.386Z Downloaded pin-project-internal v1.1.6
9192025-02-28T23:42:57.386Z Downloaded flate2 v1.0.35
9202025-02-28T23:42:57.389Z Downloaded reedline v0.35.0
9212025-02-28T23:42:57.397Z Downloaded hashbrown v0.13.2
9222025-02-28T23:42:57.402Z Downloaded num-rational v0.4.2
9232025-02-28T23:42:57.405Z Downloaded rusqlite v0.32.1
9242025-02-28T23:42:57.411Z Downloaded tracing v0.1.40
9252025-02-28T23:42:57.416Z Downloaded portable-atomic v1.9.0
9262025-02-28T23:42:57.426Z Downloaded serde_derive_internals v0.29.1
9272025-02-28T23:42:57.431Z Downloaded fs_extra v1.3.0
9282025-02-28T23:42:57.431Z Downloaded zerocopy-derive v0.8.10
9292025-02-28T23:42:57.434Z Downloaded tracing-core v0.1.32
9302025-02-28T23:42:57.438Z Downloaded curve25519-dalek v4.1.3
9312025-02-28T23:42:57.446Z Downloaded signal-hook v0.3.17
9322025-02-28T23:42:57.452Z Downloaded sqlparser v0.45.0
9332025-02-28T23:42:57.456Z Downloaded steno v0.4.1
9342025-02-28T23:42:57.460Z Downloaded zerovec v0.10.4
9352025-02-28T23:42:57.466Z Downloaded winnow v0.5.40
9362025-02-28T23:42:57.475Z Downloaded zip v0.6.6
9372025-02-28T23:42:57.480Z Downloaded rayon-core v1.12.1
9382025-02-28T23:42:57.484Z Downloaded pin-project v1.1.6
9392025-02-28T23:42:57.496Z Downloaded rayon v1.10.0
9402025-02-28T23:42:57.507Z Downloaded quinn v0.11.5
9412025-02-28T23:42:57.510Z Downloaded hyper v1.5.2
9422025-02-28T23:42:57.516Z Downloaded smoltcp v0.9.1
9432025-02-28T23:42:57.528Z Downloaded webpki-roots v0.26.6
9442025-02-28T23:42:57.532Z Downloaded rustls-webpki v0.101.7
9452025-02-28T23:42:57.547Z Downloaded serde_with v3.11.0
9462025-02-28T23:42:57.556Z Downloaded radix_trie v0.2.1
9472025-02-28T23:42:57.561Z Downloaded chrono-tz v0.10.1
9482025-02-28T23:42:57.569Z Downloaded lalrpop v0.19.12
9492025-02-28T23:42:57.581Z Downloaded hashbrown v0.12.3
9502025-02-28T23:42:57.585Z Downloaded p521 v0.13.3
9512025-02-28T23:42:57.589Z Downloaded icu_properties_data v1.5.0
9522025-02-28T23:42:57.600Z Downloaded zip v2.1.3
9532025-02-28T23:42:57.605Z Downloaded time v0.3.36
9542025-02-28T23:42:57.611Z Downloaded petname v2.0.2
9552025-02-28T23:42:57.617Z Downloaded bstr v1.10.0
9562025-02-28T23:42:57.629Z Downloaded quinn-proto v0.11.8
9572025-02-28T23:42:57.635Z Downloaded rustls-webpki v0.102.8
9582025-02-28T23:42:57.655Z Downloaded quick-xml v0.33.0
9592025-02-28T23:42:57.661Z Downloaded vcpkg v0.2.15
9602025-02-28T23:42:57.699Z Downloaded futures-util v0.3.31
9612025-02-28T23:42:57.711Z Downloaded regex-syntax v0.6.29
9622025-02-28T23:42:57.719Z Downloaded hashbrown v0.14.5
9632025-02-28T23:42:57.725Z Downloaded nix v0.27.1
9642025-02-28T23:42:57.736Z Downloaded nix v0.28.0
9652025-02-28T23:42:57.748Z Downloaded gimli v0.31.1
9662025-02-28T23:42:57.757Z Downloaded unicode-width v0.2.0
9672025-02-28T23:42:57.764Z Downloaded zerocopy v0.8.10
9682025-02-28T23:42:57.789Z Downloaded regress v0.10.1
9692025-02-28T23:42:57.796Z Downloaded git2 v0.19.0
9702025-02-28T23:42:57.805Z Downloaded p384 v0.13.0
9712025-02-28T23:42:57.812Z Downloaded dropshot v0.15.1
9722025-02-28T23:42:57.834Z Downloaded dropshot v0.12.0
9732025-02-28T23:42:57.854Z Downloaded rustls v0.23.19
9742025-02-28T23:42:57.865Z Downloaded reqwest v0.12.9
9752025-02-28T23:42:57.875Z Downloaded prettyplease v0.2.25
9762025-02-28T23:42:57.878Z Downloaded regex-automata v0.4.8
9772025-02-28T23:42:57.894Z Downloaded typify-impl v0.3.0
9782025-02-28T23:42:57.911Z Downloaded regex v1.11.1
9792025-02-28T23:42:57.923Z Downloaded typify-impl v0.2.0
9802025-02-28T23:42:57.940Z Downloaded smoltcp v0.11.0
9812025-02-28T23:42:57.953Z Downloaded rustls v0.21.12
9822025-02-28T23:42:57.964Z Downloaded regex-syntax v0.8.5
9832025-02-28T23:42:57.972Z Downloaded nix v0.29.0
9842025-02-28T23:42:57.984Z Downloaded regress v0.9.1
9852025-02-28T23:42:57.993Z Downloaded rustls v0.22.4
9862025-02-28T23:42:58.006Z Downloaded diesel v2.2.6
9872025-02-28T23:42:58.028Z Downloaded openssl v0.10.66
9882025-02-28T23:42:58.034Z Downloaded openapiv3 v2.0.0
9892025-02-28T23:42:58.046Z Downloaded object v0.30.4
9902025-02-28T23:42:58.056Z Downloaded object v0.36.5
9912025-02-28T23:42:58.068Z Downloaded sled v0.34.7
9922025-02-28T23:42:58.080Z Downloaded polar-core v0.27.3
9932025-02-28T23:42:58.102Z Downloaded csv v1.3.1
9942025-02-28T23:42:58.120Z Downloaded hickory-proto v0.24.2
9952025-02-28T23:42:58.139Z Downloaded bzip2-sys v0.1.11+1.0.8
9962025-02-28T23:42:58.155Z Downloaded zerocopy-derive v0.6.6
9972025-02-28T23:42:58.182Z Downloaded num-traits v0.2.19
9982025-02-28T23:42:58.186Z Downloaded ratatui v0.28.1
9992025-02-28T23:42:58.193Z Downloaded parking_lot_core v0.9.10
10002025-02-28T23:42:58.196Z Downloaded tokio v1.43.0
10012025-02-28T23:42:58.232Z Downloaded url v2.5.3
10022025-02-28T23:42:58.237Z Downloaded expectorate v1.1.0
10032025-02-28T23:42:58.237Z Downloaded smallvec v0.6.14
10042025-02-28T23:42:58.240Z Downloaded twox-hash v2.1.0
10052025-02-28T23:42:58.240Z Downloaded tokio-util v0.7.12
10062025-02-28T23:42:58.246Z Downloaded bindgen v0.69.5
10072025-02-28T23:42:58.254Z Downloaded num-iter v0.1.45
10082025-02-28T23:42:58.257Z Downloaded lzma-sys v0.1.20
10092025-02-28T23:42:58.283Z Downloaded pbkdf2 v0.12.2
10102025-02-28T23:42:58.286Z Downloaded parse-display v0.10.0
10112025-02-28T23:42:58.286Z Downloaded float-cmp v0.9.0
10122025-02-28T23:42:58.289Z Downloaded unicode_categories v0.1.1
10132025-02-28T23:42:58.289Z Downloaded tokio-rustls v0.24.1
10142025-02-28T23:42:58.292Z Downloaded chrono v0.4.39
10152025-02-28T23:42:58.297Z Downloaded tungstenite v0.24.0
10162025-02-28T23:42:58.300Z Downloaded num-bigint-dig v0.8.4
10172025-02-28T23:42:58.305Z Downloaded toml_edit v0.19.15
10182025-02-28T23:42:58.321Z Downloaded proptest v1.5.0
10192025-02-28T23:42:58.330Z Downloaded libz-sys v1.1.20
10202025-02-28T23:42:58.350Z Downloaded petgraph v0.6.5
10212025-02-28T23:42:58.366Z Downloaded ron v0.8.1
10222025-02-28T23:42:58.371Z Downloaded libxml v0.3.3
10232025-02-28T23:42:58.378Z Downloaded hickory-client v0.24.2
10242025-02-28T23:42:58.383Z Downloaded p256 v0.13.2
10252025-02-28T23:42:58.388Z Downloaded serde_path_to_error v0.1.16
10262025-02-28T23:42:58.388Z Downloaded vsss-rs v3.3.4
10272025-02-28T23:42:58.388Z Downloaded vergen v8.3.2
10282025-02-28T23:42:58.391Z Downloaded unsafe-libyaml v0.2.11
10292025-02-28T23:42:58.394Z Downloaded encoding_rs v0.8.34
10302025-02-28T23:42:58.412Z Downloaded sha3 v0.10.8
10312025-02-28T23:42:58.418Z Downloaded typed-path v0.9.3
10322025-02-28T23:42:58.423Z Downloaded tracing-attributes v0.1.27
10332025-02-28T23:42:58.427Z Downloaded signal-hook-registry v1.4.2
10342025-02-28T23:42:58.427Z Downloaded signal-hook-mio v0.2.4
10352025-02-28T23:42:58.427Z Downloaded russh-keys v0.45.0
10362025-02-28T23:42:58.431Z Downloaded tar v0.4.42
10372025-02-28T23:42:58.434Z Downloaded schemars v0.8.21
10382025-02-28T23:42:58.441Z Downloaded diesel_derives v2.2.3
10392025-02-28T23:42:58.445Z Downloaded parse-zoneinfo v0.3.1
10402025-02-28T23:42:58.448Z Downloaded rsa v0.9.6
10412025-02-28T23:42:58.452Z Downloaded quinn-udp v0.5.5
10422025-02-28T23:42:58.457Z Downloaded percent-encoding v2.3.1
10432025-02-28T23:42:58.457Z Downloaded pem v3.0.4
10442025-02-28T23:42:58.457Z Downloaded uuid v1.12.0
10452025-02-28T23:42:58.461Z Downloaded zopfli v0.8.1
10462025-02-28T23:42:58.461Z Downloaded oso v0.27.3
10472025-02-28T23:42:58.465Z Downloaded snafu v0.8.5
10482025-02-28T23:42:58.469Z Downloaded headers v0.4.0
10492025-02-28T23:42:58.472Z Downloaded heapless v0.7.17
10502025-02-28T23:42:58.476Z Downloaded time-core v0.1.2
10512025-02-28T23:42:58.479Z Downloaded postgres-types v0.2.8
10522025-02-28T23:42:58.479Z Downloaded der v0.7.9
10532025-02-28T23:42:58.483Z Downloaded rustls-pki-types v1.10.0
10542025-02-28T23:42:58.487Z Downloaded zerocopy v0.6.6
10552025-02-28T23:42:58.490Z Downloaded tough v0.19.0
10562025-02-28T23:42:58.495Z Downloaded ssh-key v0.6.6
10572025-02-28T23:42:58.501Z Downloaded pbkdf2 v0.11.0
10582025-02-28T23:42:58.504Z Downloaded paste v1.0.15
10592025-02-28T23:42:58.510Z Downloaded flume v0.11.1
10602025-02-28T23:42:58.510Z Downloaded gethostname v0.5.0
10612025-02-28T23:42:58.513Z Downloaded unicode-xid v0.2.6
10622025-02-28T23:42:58.513Z Downloaded fd-lock v4.0.2
10632025-02-28T23:42:58.516Z Downloaded yasna v0.5.2
10642025-02-28T23:42:58.516Z Downloaded typify v0.3.0
10652025-02-28T23:42:58.520Z Downloaded postgres-protocol v0.6.7
10662025-02-28T23:42:58.523Z Downloaded num-derive v0.4.2
10672025-02-28T23:42:58.523Z Downloaded group v0.13.0
10682025-02-28T23:42:58.526Z Downloaded crossterm v0.28.1
10692025-02-28T23:42:58.529Z Downloaded env_filter v0.1.2
10702025-02-28T23:42:58.532Z Downloaded enum-as-inner v0.6.1
10712025-02-28T23:42:58.532Z Downloaded poly1305 v0.8.0
10722025-02-28T23:42:58.536Z Downloaded untrusted v0.7.1
10732025-02-28T23:42:58.539Z Downloaded owo-colors v4.1.0
10742025-02-28T23:42:58.542Z Downloaded futures-core v0.3.31
10752025-02-28T23:42:58.542Z Downloaded icu_properties v1.5.1
10762025-02-28T23:42:58.545Z Downloaded thiserror v2.0.11
10772025-02-28T23:42:58.549Z Downloaded progenitor v0.9.1
10782025-02-28T23:42:58.552Z Downloaded utf8_iter v1.0.4
10792025-02-28T23:42:58.552Z Downloaded thiserror-impl-no-std v2.0.2
10802025-02-28T23:42:58.555Z Downloaded dsl_auto_type v0.1.2
10812025-02-28T23:42:58.555Z Downloaded toml v0.7.8
10822025-02-28T23:42:58.558Z Downloaded dirs-next v2.0.0
10832025-02-28T23:42:58.558Z Downloaded libgit2-sys v0.17.0+1.8.1
10842025-02-28T23:42:58.615Z Downloaded tokio-stream v0.1.16
10852025-02-28T23:42:58.619Z Downloaded thiserror-impl v2.0.11
10862025-02-28T23:42:58.622Z Downloaded termcolor v1.4.1
10872025-02-28T23:42:58.623Z Downloaded termios v0.3.3
10882025-02-28T23:42:58.625Z Downloaded structmeta-derive v0.2.0
10892025-02-28T23:42:58.626Z Downloaded nu-ansi-term v0.50.1
10902025-02-28T23:42:58.629Z Downloaded tungstenite v0.23.0
10912025-02-28T23:42:58.632Z Downloaded tinyvec v1.8.0
10922025-02-28T23:42:58.635Z Downloaded progenitor-impl v0.9.1
10932025-02-28T23:42:58.635Z Downloaded dunce v1.0.5
10942025-02-28T23:42:58.638Z Downloaded tokio-rustls v0.26.0
10952025-02-28T23:42:58.638Z Downloaded tokio-tungstenite v0.23.1
10962025-02-28T23:42:58.641Z Downloaded shell-words v1.1.0
10972025-02-28T23:42:58.641Z Downloaded pkcs8 v0.10.2
10982025-02-28T23:42:58.645Z Downloaded displaydoc v0.2.5
10992025-02-28T23:42:58.648Z Downloaded strum_macros v0.25.3
11002025-02-28T23:42:58.652Z Downloaded miniz_oxide v0.8.0
11012025-02-28T23:42:58.652Z Downloaded indicatif v0.17.11
11022025-02-28T23:42:58.655Z Downloaded icu_locid v1.5.0
11032025-02-28T23:42:58.659Z Downloaded crypto-bigint v0.5.5
11042025-02-28T23:42:58.666Z Downloaded tokio-macros v2.5.0
11052025-02-28T23:42:58.669Z Downloaded crossbeam-channel v0.5.13
11062025-02-28T23:42:58.672Z Downloaded progenitor-macro v0.8.0
11072025-02-28T23:42:58.672Z Downloaded ppv-lite86 v0.2.20
11082025-02-28T23:42:58.675Z Downloaded pkg-config v0.3.31
11092025-02-28T23:42:58.675Z Downloaded phf_shared v0.11.2
11102025-02-28T23:42:58.675Z Downloaded const_format v0.2.34
11112025-02-28T23:42:58.679Z Downloaded heapless v0.8.0
11122025-02-28T23:42:58.683Z Downloaded toolchain_find v0.4.0
11132025-02-28T23:42:58.686Z Downloaded strum_macros v0.24.3
11142025-02-28T23:42:58.686Z Downloaded simd-adler32 v0.3.7
11152025-02-28T23:42:58.689Z Downloaded signature v2.2.0
11162025-02-28T23:42:58.689Z Downloaded float-ord v0.3.2
11172025-02-28T23:42:58.692Z Downloaded test-strategy v0.3.1
11182025-02-28T23:42:58.695Z Downloaded subprocess v0.2.9
11192025-02-28T23:42:58.695Z Downloaded serde_yaml v0.9.34+deprecated
11202025-02-28T23:42:58.698Z Downloaded icu_locid_transform_data v1.5.0
11212025-02-28T23:42:58.701Z Downloaded defmt v0.3.8
11222025-02-28T23:42:58.704Z Downloaded precomputed-hash v0.1.1
11232025-02-28T23:42:58.704Z Downloaded peg v0.8.4
11242025-02-28T23:42:58.708Z Downloaded serde_with_macros v3.11.0
11252025-02-28T23:42:58.711Z Downloaded ron v0.7.1
11262025-02-28T23:42:58.714Z Downloaded bytes v1.9.0
11272025-02-28T23:42:58.718Z Downloaded base64 v0.22.1
11282025-02-28T23:42:58.721Z Downloaded base64 v0.21.7
11292025-02-28T23:42:58.725Z Downloaded num v0.4.3
11302025-02-28T23:42:58.728Z Downloaded futures-executor v0.3.31
11312025-02-28T23:42:58.728Z Downloaded embedded-io v0.6.1
11322025-02-28T23:42:58.731Z Downloaded typify-macro v0.2.0
11332025-02-28T23:42:58.731Z Downloaded slog-async v2.8.0
11342025-02-28T23:42:58.731Z Downloaded siphasher v0.3.11
11352025-02-28T23:42:58.734Z Downloaded ena v0.14.3
11362025-02-28T23:42:58.734Z Downloaded dirs-sys-next v0.1.2
11372025-02-28T23:42:58.737Z Downloaded slab v0.4.9
11382025-02-28T23:42:58.737Z Downloaded native-tls v0.2.12
11392025-02-28T23:42:58.740Z Downloaded wyz v0.5.1
11402025-02-28T23:42:58.740Z Downloaded sct v0.7.1
11412025-02-28T23:42:58.743Z Downloaded futures-task v0.3.31
11422025-02-28T23:42:58.746Z Downloaded futures-sink v0.3.31
11432025-02-28T23:42:58.746Z Downloaded iana-time-zone v0.1.61
11442025-02-28T23:42:58.749Z Downloaded hyper-rustls v0.27.3
11452025-02-28T23:42:58.749Z Downloaded httparse v1.9.5
11462025-02-28T23:42:58.752Z Downloaded bcs v0.1.6
11472025-02-28T23:42:58.755Z Downloaded base64 v0.13.1
11482025-02-28T23:42:58.758Z Downloaded allocator-api2 v0.2.18
11492025-02-28T23:42:58.761Z Downloaded ipnet v2.10.1
11502025-02-28T23:42:58.761Z Downloaded static_assertions v1.1.0
11512025-02-28T23:42:58.765Z Downloaded stable_deref_trait v1.2.0
11522025-02-28T23:42:58.765Z Downloaded signal-hook-tokio v0.3.1
11532025-02-28T23:42:58.768Z Downloaded scopeguard v1.2.0
11542025-02-28T23:42:58.768Z Downloaded psl-types v2.0.11
11552025-02-28T23:42:58.768Z Downloaded libloading v0.8.5
11562025-02-28T23:42:58.771Z Downloaded lalrpop-util v0.19.12
11572025-02-28T23:42:58.771Z Downloaded jobserver v0.1.32
11582025-02-28T23:42:58.774Z Downloaded icu_locid_transform v1.5.0
11592025-02-28T23:42:58.777Z Downloaded multimap v0.10.0
11602025-02-28T23:42:58.777Z Downloaded libsw v3.3.1
11612025-02-28T23:42:58.780Z Downloaded arc-swap v1.7.1
11622025-02-28T23:42:58.783Z Downloaded cookie v0.18.1
11632025-02-28T23:42:58.786Z Downloaded clang-sys v1.8.1
11642025-02-28T23:42:58.789Z Downloaded maybe-uninit v2.0.0
11652025-02-28T23:42:58.789Z Downloaded indoc v1.0.9
11662025-02-28T23:42:58.792Z Downloaded indent_write v2.2.0
11672025-02-28T23:42:58.792Z Downloaded highway v1.2.0
11682025-02-28T23:42:58.796Z Downloaded const-oid v0.9.6
11692025-02-28T23:42:58.799Z Downloaded ciborium v0.2.2
11702025-02-28T23:42:58.799Z Downloaded ahash v0.8.11
11712025-02-28T23:42:58.803Z Downloaded async-trait v0.1.85
11722025-02-28T23:42:58.806Z Downloaded async-bb8-diesel v0.2.1
11732025-02-28T23:42:58.808Z Downloaded arrayvec v0.7.6
11742025-02-28T23:42:58.808Z Downloaded argon2 v0.5.3
11752025-02-28T23:42:58.811Z Downloaded home v0.5.9
11762025-02-28T23:42:58.811Z Downloaded blowfish v0.9.1
11772025-02-28T23:42:58.814Z Downloaded block-padding v0.3.3
11782025-02-28T23:42:58.814Z Downloaded bitfield v0.14.0
11792025-02-28T23:42:58.814Z Downloaded chacha20 v0.9.1
11802025-02-28T23:42:58.817Z Downloaded bit-vec v0.6.3
11812025-02-28T23:42:58.817Z Downloaded hostname v0.3.1
11822025-02-28T23:42:58.821Z Downloaded cobs v0.2.3
11832025-02-28T23:42:58.821Z Downloaded cipher v0.4.4
11842025-02-28T23:42:58.824Z Downloaded chrono-tz-build v0.4.0
11852025-02-28T23:42:58.824Z Downloaded bcrypt-pbkdf v0.10.0
11862025-02-28T23:42:58.827Z Downloaded bb8 v0.8.5
11872025-02-28T23:42:58.827Z Downloaded async-recursion v1.1.1
11882025-02-28T23:42:58.831Z Downloaded cmake v0.1.51
11892025-02-28T23:42:58.831Z Downloaded ciborium-ll v0.2.2
11902025-02-28T23:42:58.831Z Downloaded bit-set v0.5.3
11912025-02-28T23:42:58.834Z Downloaded ascii-canvas v3.0.0
11922025-02-28T23:42:58.834Z Downloaded adler2 v2.0.0
11932025-02-28T23:42:58.862Z Downloaded ring v0.17.8
11942025-02-28T23:42:59.026Z Downloaded libsqlite3-sys v0.30.1
11952025-02-28T23:42:59.197Z Downloaded aws-lc-sys v0.22.0
11962025-02-28T23:42:59.509Z Compiling serde v1.0.217
11972025-02-28T23:42:59.513Z Compiling lock_api v0.4.12
11982025-02-28T23:42:59.513Z Compiling value-bag v1.9.0
11992025-02-28T23:42:59.513Z Compiling scopeguard v1.2.0
12002025-02-28T23:42:59.513Z Compiling typenum v1.17.0
12012025-02-28T23:42:59.665Z Compiling generic-array v0.14.7
12022025-02-28T23:42:59.740Z Compiling syn v2.0.96
12032025-02-28T23:42:59.744Z Compiling getrandom v0.2.15
12042025-02-28T23:42:59.842Z Compiling subtle v2.6.1
12052025-02-28T23:43:00.042Z Compiling rand_core v0.6.4
12062025-02-28T23:43:00.098Z Compiling log v0.4.22
12072025-02-28T23:43:00.222Z Compiling shlex v1.3.0
12082025-02-28T23:43:00.251Z Compiling jobserver v0.1.32
12092025-02-28T23:43:00.274Z Compiling smallvec v1.13.2
12102025-02-28T23:43:00.606Z Compiling const-oid v0.9.6
12112025-02-28T23:43:00.625Z Compiling cc v1.1.30
12122025-02-28T23:43:00.628Z Compiling pin-project-lite v0.2.14
12132025-02-28T23:43:00.683Z Compiling rustix v0.38.37
12142025-02-28T23:43:00.786Z Compiling spin v0.9.8
12152025-02-28T23:43:00.888Z Compiling parking_lot_core v0.9.10
12162025-02-28T23:43:01.051Z Compiling futures-core v0.3.31
12172025-02-28T23:43:01.141Z Compiling signal-hook-registry v1.4.2
12182025-02-28T23:43:01.287Z Compiling mio v1.0.2
12192025-02-28T23:43:01.534Z Compiling aho-corasick v1.1.3
12202025-02-28T23:43:01.849Z Compiling parking_lot v0.12.3
12212025-02-28T23:43:01.884Z Compiling either v1.13.0
12222025-02-28T23:43:02.043Z Compiling regex-syntax v0.8.5
12232025-02-28T23:43:02.261Z Compiling stable_deref_trait v1.2.0
12242025-02-28T23:43:02.328Z Compiling cpufeatures v0.2.14
12252025-02-28T23:43:02.373Z Compiling glob v0.3.2
12262025-02-28T23:43:02.439Z Compiling futures-sink v0.3.31
12272025-02-28T23:43:02.609Z Compiling socket2 v0.5.7
12282025-02-28T23:43:02.654Z Compiling slab v0.4.9
12292025-02-28T23:43:02.658Z Compiling prettyplease v0.2.25
12302025-02-28T23:43:03.013Z Compiling lazy_static v1.5.0
12312025-02-28T23:43:03.193Z Compiling minimal-lexical v0.2.1
12322025-02-28T23:43:03.220Z Compiling serde_json v1.0.135
12332025-02-28T23:43:03.317Z Compiling clang-sys v1.8.1
12342025-02-28T23:43:03.575Z Compiling nom v7.1.3
12352025-02-28T23:43:03.689Z Compiling libloading v0.8.5
12362025-02-28T23:43:03.850Z Compiling bindgen v0.69.5
12372025-02-28T23:43:04.048Z Compiling home v0.5.9
12382025-02-28T23:43:04.313Z Compiling futures-channel v0.3.31
12392025-02-28T23:43:04.344Z Compiling itertools v0.12.1
12402025-02-28T23:43:04.742Z Compiling foldhash v0.1.3
12412025-02-28T23:43:04.766Z Compiling futures-io v0.3.31
12422025-02-28T23:43:05.052Z Compiling lazycell v1.3.0
12432025-02-28T23:43:05.055Z Compiling pin-utils v0.1.0
12442025-02-28T23:43:05.165Z Compiling futures-task v0.3.31
12452025-02-28T23:43:05.253Z Compiling libm v0.2.8
12462025-02-28T23:43:05.456Z Compiling allocator-api2 v0.2.18
12472025-02-28T23:43:05.583Z Compiling rustc-hash v1.1.0
12482025-02-28T23:43:05.779Z Compiling regex-automata v0.4.8
12492025-02-28T23:43:06.178Z Compiling hashbrown v0.15.1
12502025-02-28T23:43:06.390Z Compiling cmake v0.1.51
12512025-02-28T23:43:06.959Z Compiling synstructure v0.13.1
12522025-02-28T23:43:07.274Z Compiling cexpr v0.6.0
12532025-02-28T23:43:07.368Z Compiling num-traits v0.2.19
12542025-02-28T23:43:07.667Z Compiling pkg-config v0.3.31
12552025-02-28T23:43:08.296Z Compiling dunce v1.0.5
12562025-02-28T23:43:08.390Z Compiling fs_extra v1.3.0
12572025-02-28T23:43:08.873Z Compiling writeable v0.5.5
12582025-02-28T23:43:08.931Z Compiling litemap v0.7.3
12592025-02-28T23:43:09.045Z Compiling ring v0.17.8
12602025-02-28T23:43:09.322Z Compiling base64ct v1.6.0
12612025-02-28T23:43:09.416Z Compiling paste v1.0.15
12622025-02-28T23:43:09.999Z Compiling pem-rfc7468 v0.7.0
12632025-02-28T23:43:10.023Z Compiling flagset v0.4.6
12642025-02-28T23:43:10.023Z Compiling httparse v1.9.5
12652025-02-28T23:43:10.238Z Compiling aws-lc-rs v1.10.0
12662025-02-28T23:43:10.638Z Compiling icu_locid_transform_data v1.5.0
12672025-02-28T23:43:10.757Z Compiling tracing-core v0.1.32
12682025-02-28T23:43:10.785Z Compiling percent-encoding v2.3.1
12692025-02-28T23:43:11.113Z Compiling regex v1.11.1
12702025-02-28T23:43:11.541Z Compiling icu_properties_data v1.5.0
12712025-02-28T23:43:11.665Z Compiling crossbeam-utils v0.8.20
12722025-02-28T23:43:11.786Z Compiling rustls-pki-types v1.10.0
12732025-02-28T23:43:12.080Z Compiling untrusted v0.9.0
12742025-02-28T23:43:12.221Z Compiling num-conv v0.1.0
12752025-02-28T23:43:12.280Z Compiling time-core v0.1.2
12762025-02-28T23:43:12.451Z Compiling utf16_iter v1.0.5
12772025-02-28T23:43:12.470Z Compiling serde_derive v1.0.217
12782025-02-28T23:43:12.490Z Compiling zeroize_derive v1.4.2
12792025-02-28T23:43:12.557Z Compiling zerocopy-derive v0.7.35
12802025-02-28T23:43:12.647Z Compiling zerofrom-derive v0.1.4
12812025-02-28T23:43:12.715Z Compiling tokio-macros v2.5.0
12822025-02-28T23:43:13.924Z Compiling zeroize v1.8.1
12832025-02-28T23:43:14.310Z Compiling yoke-derive v0.7.4
12842025-02-28T23:43:14.546Z Compiling zerovec-derive v0.10.3
12852025-02-28T23:43:14.607Z Compiling zerocopy v0.7.35
12862025-02-28T23:43:15.498Z Compiling crypto-common v0.1.6
12872025-02-28T23:43:15.746Z Compiling block-buffer v0.10.4
12882025-02-28T23:43:15.870Z Compiling thiserror-impl v1.0.69
12892025-02-28T23:43:16.011Z Compiling digest v0.10.7
12902025-02-28T23:43:16.042Z Compiling futures-macro v0.3.31
12912025-02-28T23:43:16.186Z Compiling zerofrom v0.1.4
12922025-02-28T23:43:16.414Z Compiling displaydoc v0.2.5
12932025-02-28T23:43:16.488Z Compiling hmac v0.12.1
12942025-02-28T23:43:16.715Z Compiling block-padding v0.3.3
12952025-02-28T23:43:16.736Z Compiling sha2 v0.10.8
12962025-02-28T23:43:16.904Z Compiling yoke v0.7.4
12972025-02-28T23:43:16.940Z Compiling inout v0.1.3
12982025-02-28T23:43:16.971Z Compiling icu_provider_macros v1.5.0
12992025-02-28T23:43:17.215Z Compiling cipher v0.4.4
13002025-02-28T23:43:17.263Z Compiling zerovec v0.10.4
13012025-02-28T23:43:17.728Z Compiling ppv-lite86 v0.2.20
13022025-02-28T23:43:17.911Z Compiling der_derive v0.7.3
13032025-02-28T23:43:17.932Z Compiling futures-util v0.3.31
13042025-02-28T23:43:18.018Z Compiling tracing-attributes v0.1.27
13052025-02-28T23:43:18.563Z Compiling rand_chacha v0.3.1
13062025-02-28T23:43:18.981Z Compiling thiserror v1.0.69
13072025-02-28T23:43:19.153Z Compiling tinystr v0.7.6
13082025-02-28T23:43:19.300Z Compiling icu_collections v1.5.0
13092025-02-28T23:43:19.551Z Compiling icu_locid v1.5.0
13102025-02-28T23:43:20.268Z Compiling der v0.7.9
13112025-02-28T23:43:20.338Z Compiling pest v2.7.14
13122025-02-28T23:43:20.582Z Compiling rand v0.8.5
13132025-02-28T23:43:20.834Z Compiling icu_provider v1.5.0
13142025-02-28T23:43:21.406Z Compiling tracing v0.1.40
13152025-02-28T23:43:21.596Z Compiling icu_locid_transform v1.5.0
13162025-02-28T23:43:21.850Z Compiling salsa20 v0.10.2
13172025-02-28T23:43:21.908Z Compiling pbkdf2 v0.12.2
13182025-02-28T23:43:22.084Z Compiling mirai-annotations v1.12.0
13192025-02-28T23:43:22.105Z Compiling write16 v1.0.0
13202025-02-28T23:43:22.242Z Compiling spki v0.7.3
13212025-02-28T23:43:22.271Z Compiling powerfmt v0.2.0
13222025-02-28T23:43:22.599Z Compiling icu_normalizer_data v1.5.0
13232025-02-28T23:43:22.602Z Compiling utf8_iter v1.0.4
13242025-02-28T23:43:22.649Z Compiling untrusted v0.7.1
13252025-02-28T23:43:22.714Z Compiling vcpkg v0.2.15
13262025-02-28T23:43:22.849Z Compiling icu_properties v1.5.1
13272025-02-28T23:43:22.854Z Compiling deranged v0.3.11
13282025-02-28T23:43:23.197Z Compiling pest_meta v2.7.14
13292025-02-28T23:43:23.281Z Compiling scrypt v0.11.0
13302025-02-28T23:43:23.391Z Compiling cbc v0.1.2
13312025-02-28T23:43:23.637Z Compiling aes v0.8.4
13322025-02-28T23:43:23.949Z Compiling time-macros v0.2.18
13332025-02-28T23:43:24.269Z Compiling scroll_derive v0.12.0
13342025-02-28T23:43:24.567Z Compiling openssl-sys v0.9.104
13352025-02-28T23:43:25.597Z Compiling bitflags v2.6.0
13362025-02-28T23:43:25.618Z Compiling bytes v1.9.0
13372025-02-28T23:43:26.393Z Compiling indexmap v2.7.1
13382025-02-28T23:43:26.853Z Compiling tokio v1.43.0
13392025-02-28T23:43:27.017Z Compiling http v1.2.0
13402025-02-28T23:43:27.214Z Compiling semver v1.0.24
13412025-02-28T23:43:27.423Z Compiling icu_normalizer v1.5.0
13422025-02-28T23:43:27.599Z Compiling rustc_version v0.4.1
13432025-02-28T23:43:27.883Z Compiling tinyvec_macros v0.1.1
13442025-02-28T23:43:27.997Z Compiling num_threads v0.1.7
13452025-02-28T23:43:28.182Z Compiling atomic-waker v1.1.2
13462025-02-28T23:43:28.330Z Compiling idna_adapter v1.2.0
13472025-02-28T23:43:28.377Z Compiling time v0.3.36
13482025-02-28T23:43:28.567Z Compiling http-body v1.0.1
13492025-02-28T23:43:28.585Z Compiling tinyvec v1.8.0
13502025-02-28T23:43:28.824Z Compiling scroll v0.12.0
13512025-02-28T23:43:29.198Z Compiling pest_generator v2.7.14
13522025-02-28T23:43:29.210Z Compiling pkcs5 v0.7.1
13532025-02-28T23:43:29.255Z Compiling form_urlencoded v1.2.1
13542025-02-28T23:43:29.367Z Compiling try-lock v0.2.5
13552025-02-28T23:43:29.534Z Compiling slog v2.7.0
13562025-02-28T23:43:29.554Z Compiling which v4.4.2
13572025-02-28T23:43:30.079Z Compiling goblin v0.8.2
13582025-02-28T23:43:30.172Z Compiling pkcs8 v0.10.2
13592025-02-28T23:43:30.292Z Compiling want v0.3.1
13602025-02-28T23:43:30.583Z Compiling idna v1.0.3
13612025-02-28T23:43:30.686Z Compiling uuid v1.12.0
13622025-02-28T23:43:30.813Z Compiling pest_derive v2.7.14
13632025-02-28T23:43:30.816Z Compiling httpdate v1.0.3
13642025-02-28T23:43:31.300Z Compiling iana-time-zone v0.1.61
13652025-02-28T23:43:31.580Z Compiling dtrace-parser v0.2.0
13662025-02-28T23:43:31.702Z Compiling chrono v0.4.39
13672025-02-28T23:43:32.191Z Compiling toml_datetime v0.6.8
13682025-02-28T23:43:32.678Z Compiling serde_tokenstream v0.2.2
13692025-02-28T23:43:32.904Z Compiling serde_spanned v0.6.8
13702025-02-28T23:43:33.075Z Compiling base64 v0.22.1
13712025-02-28T23:43:33.177Z Compiling adler2 v2.0.0
13722025-02-28T23:43:33.267Z Compiling foreign-types-shared v0.1.1
13732025-02-28T23:43:33.404Z Compiling openssl v0.10.66
13742025-02-28T23:43:33.409Z Compiling rustversion v1.0.17
13752025-02-28T23:43:33.516Z Compiling match_cfg v0.1.0
13762025-02-28T23:43:33.624Z Compiling tower-service v0.3.3
13772025-02-28T23:43:33.774Z Compiling hostname v0.3.1
13782025-02-28T23:43:33.832Z Compiling foreign-types v0.3.2
13792025-02-28T23:43:33.856Z Compiling miniz_oxide v0.8.0
13802025-02-28T23:43:33.936Z Compiling url v2.5.3
13812025-02-28T23:43:34.173Z Compiling openssl-macros v0.1.1
13822025-02-28T23:43:34.917Z Compiling tokio-util v0.7.12
13832025-02-28T23:43:35.130Z Compiling async-trait v0.1.85
13842025-02-28T23:43:35.219Z Compiling serde_derive_internals v0.29.1
13852025-02-28T23:43:35.285Z Compiling dirs-sys-next v0.1.2
13862025-02-28T23:43:35.716Z Compiling dof v0.3.0
13872025-02-28T23:43:35.855Z Compiling h2 v0.4.6
13882025-02-28T23:43:36.134Z Compiling rustls v0.22.4
13892025-02-28T23:43:36.420Z Compiling schemars v0.8.21
13902025-02-28T23:43:36.750Z Compiling usdt-impl v0.5.0
13912025-02-28T23:43:37.525Z Compiling siphasher v0.3.11
13922025-02-28T23:43:37.566Z Compiling rustls v0.23.19
13932025-02-28T23:43:37.628Z Compiling native-tls v0.2.12
13942025-02-28T23:43:37.844Z Compiling data-encoding v2.6.0
13952025-02-28T23:43:37.900Z Compiling syn v1.0.109
13962025-02-28T23:43:37.982Z Compiling schemars_derive v0.8.21
13972025-02-28T23:43:38.252Z Compiling dirs-next v2.0.0
13982025-02-28T23:43:39.335Z Compiling unicode-normalization v0.1.24
13992025-02-28T23:43:39.872Z Compiling http-body-util v0.1.2
14002025-02-28T23:43:39.946Z Compiling crossbeam-epoch v0.9.18
14012025-02-28T23:43:40.355Z Compiling heapless v0.7.17
14022025-02-28T23:43:40.411Z Compiling signature v2.2.0
14032025-02-28T23:43:40.432Z Compiling sha1 v0.10.6
14042025-02-28T23:43:40.624Z Compiling bzip2-sys v0.1.11+1.0.8
14052025-02-28T23:43:40.731Z Compiling thread_local v1.1.8
14062025-02-28T23:43:40.783Z Compiling multer v3.1.0
14072025-02-28T23:43:40.864Z Compiling cookie v0.18.1
14082025-02-28T23:43:41.002Z Compiling encoding_rs v0.8.34
14092025-02-28T23:43:41.082Z Compiling slog-async v2.8.0
14102025-02-28T23:43:41.085Z Compiling ipnet v2.10.1
14112025-02-28T23:43:41.173Z Compiling unicode-properties v0.1.3
14122025-02-28T23:43:41.192Z Compiling dyn-clone v1.0.17
14132025-02-28T23:43:41.402Z Compiling rayon-core v1.12.1
14142025-02-28T23:43:41.555Z Compiling signal-hook v0.3.17
14152025-02-28T23:43:41.576Z Compiling unicode-bidi v0.3.17
14162025-02-28T23:43:41.672Z Compiling gimli v0.31.1
14172025-02-28T23:43:41.823Z Compiling mime v0.3.17
14182025-02-28T23:43:42.216Z Compiling openssl-probe v0.1.5
14192025-02-28T23:43:42.350Z Compiling stringprep v0.1.5
14202025-02-28T23:43:42.580Z Compiling toml_edit v0.22.22
14212025-02-28T23:43:42.872Z Compiling hyper v1.5.2
14222025-02-28T23:43:45.781Z Compiling hyper-util v0.1.10
14232025-02-28T23:43:45.905Z Compiling addr2line v0.24.2
14242025-02-28T23:43:46.459Z Compiling crossbeam-deque v0.8.5
14252025-02-28T23:43:46.515Z Compiling usdt-macro v0.5.0
14262025-02-28T23:43:46.603Z Compiling usdt-attr-macro v0.5.0
14272025-02-28T23:43:46.860Z Compiling term v0.7.0
14282025-02-28T23:43:47.734Z Compiling slog-json v2.6.1
14292025-02-28T23:43:47.870Z Compiling serde_urlencoded v0.7.1
14302025-02-28T23:43:48.113Z Compiling crossbeam-channel v0.5.13
14312025-02-28T23:43:48.152Z Compiling curve25519-dalek v4.1.3
14322025-02-28T23:43:48.170Z Compiling futures-executor v0.3.31
14332025-02-28T23:43:48.439Z Compiling md-5 v0.10.6
14342025-02-28T23:43:48.604Z Compiling async-stream-impl v0.3.6
14352025-02-28T23:43:48.671Z Compiling enum-as-inner v0.6.1
14362025-02-28T23:43:48.726Z Compiling rustls-pemfile v2.2.0
14372025-02-28T23:43:48.811Z Compiling num-integer v0.1.46
14382025-02-28T23:43:49.063Z Compiling hash32 v0.2.1
14392025-02-28T23:43:49.162Z Compiling ff v0.13.0
14402025-02-28T23:43:49.388Z Compiling is-terminal v0.4.13
14412025-02-28T23:43:49.436Z Compiling dropshot v0.12.0
14422025-02-28T23:43:49.521Z Compiling object v0.36.5
14432025-02-28T23:43:49.551Z Compiling anyhow v1.0.95
14442025-02-28T23:43:49.693Z Compiling quick-error v1.2.3
14452025-02-28T23:43:49.755Z Compiling utf-8 v0.7.6
14462025-02-28T23:43:49.845Z Compiling rustc-demangle v0.1.24
14472025-02-28T23:43:49.862Z Compiling num-bigint-dig v0.8.4
14482025-02-28T23:43:49.974Z Compiling base16ct v0.2.0
14492025-02-28T23:43:50.090Z Compiling psl-types v2.0.11
14502025-02-28T23:43:50.109Z Compiling smoltcp v0.9.1
14512025-02-28T23:43:50.149Z Compiling litrs v0.4.1
14522025-02-28T23:43:50.282Z Compiling take_mut v0.2.2
14532025-02-28T23:43:50.301Z Compiling portable-atomic v1.9.0
14542025-02-28T23:43:50.460Z Compiling fallible-iterator v0.2.0
14552025-02-28T23:43:50.762Z Compiling linked-hash-map v0.5.6
14562025-02-28T23:43:51.090Z Compiling lru-cache v0.1.2
14572025-02-28T23:43:51.111Z Compiling postgres-protocol v0.6.7
14582025-02-28T23:43:51.278Z Compiling publicsuffix v2.3.0
14592025-02-28T23:43:51.317Z Compiling document-features v0.2.10
14602025-02-28T23:43:51.355Z Compiling sec1 v0.7.3
14612025-02-28T23:43:51.858Z Compiling tungstenite v0.24.0
14622025-02-28T23:43:51.881Z Compiling async-stream v0.3.6
14632025-02-28T23:43:52.012Z Compiling resolv-conf v0.7.0
14642025-02-28T23:43:52.260Z Compiling hickory-proto v0.24.2
14652025-02-28T23:43:52.362Z Compiling slog-term v2.9.1
14662025-02-28T23:43:52.467Z Compiling usdt v0.5.0
14672025-02-28T23:43:52.955Z Compiling group v0.13.0
14682025-02-28T23:43:53.332Z Compiling num-iter v0.1.45
14692025-02-28T23:43:53.542Z Compiling futures v0.3.31
14702025-02-28T23:43:53.637Z Compiling slog-bunyan v2.5.0
14712025-02-28T23:43:53.871Z Compiling camino v1.1.9
14722025-02-28T23:43:54.739Z Compiling toml v0.8.19
14732025-02-28T23:43:54.847Z Compiling tokio-native-tls v0.3.1
14742025-02-28T23:43:55.134Z Compiling phf_shared v0.11.2
14752025-02-28T23:43:55.393Z Compiling dropshot_endpoint v0.12.0
14762025-02-28T23:43:55.471Z Compiling terminal_size v0.4.0
14772025-02-28T23:43:55.702Z Compiling waitgroup v0.1.2
14782025-02-28T23:43:55.865Z Compiling openapiv3 v2.0.0
14792025-02-28T23:43:55.925Z Compiling serde_path_to_error v0.1.16
14802025-02-28T23:43:56.271Z Compiling backtrace v0.3.74
14812025-02-28T23:43:56.570Z Compiling hkdf v0.12.4
14822025-02-28T23:43:56.680Z Compiling crypto-bigint v0.5.5
14832025-02-28T23:43:56.839Z Compiling zerocopy-derive v0.6.6
14842025-02-28T23:43:58.871Z Compiling curve25519-dalek-derive v0.1.1
14852025-02-28T23:43:59.347Z Compiling webpki-roots v0.26.6
14862025-02-28T23:43:59.377Z Compiling hubpack_derive v0.1.1
14872025-02-28T23:43:59.581Z Compiling hostname v0.4.0
14882025-02-28T23:43:59.607Z Compiling ahash v0.8.11
14892025-02-28T23:43:59.791Z Compiling fs-err v2.11.0
14902025-02-28T23:43:59.878Z Compiling crc32fast v1.4.2
14912025-02-28T23:43:59.944Z Compiling bitflags v1.3.2
14922025-02-28T23:44:00.070Z Compiling unicode-width v0.2.0
14932025-02-28T23:44:00.105Z Compiling newtype-uuid v1.2.1
14942025-02-28T23:44:00.226Z Compiling debug-ignore v1.0.5
14952025-02-28T23:44:00.226Z Compiling managed v0.8.0
14962025-02-28T23:44:00.229Z Compiling winnow v0.5.40
14972025-02-28T23:44:00.416Z Compiling hubpack v0.1.2
14982025-02-28T23:44:00.598Z Compiling console v0.15.10
14992025-02-28T23:44:00.815Z Compiling flate2 v1.0.35
15002025-02-28T23:44:01.337Z Compiling clap_builder v4.5.27
15012025-02-28T23:44:01.893Z Compiling strum_macros v0.25.3
15022025-02-28T23:44:02.002Z Compiling elliptic-curve v0.13.8
15032025-02-28T23:44:02.583Z Compiling zerocopy v0.6.6
15042025-02-28T23:44:02.662Z Compiling hickory-resolver v0.24.2
15052025-02-28T23:44:03.340Z Compiling phf v0.11.2
15062025-02-28T23:44:03.621Z Compiling toml_edit v0.19.15
15072025-02-28T23:44:03.690Z Compiling signal-hook-mio v0.2.4
15082025-02-28T23:44:03.718Z Compiling hyper-tls v0.6.0
15092025-02-28T23:44:03.874Z Compiling rayon v1.10.0
15102025-02-28T23:44:04.158Z Compiling cookie_store v0.21.1
15112025-02-28T23:44:05.650Z Compiling bzip2 v0.4.4
15122025-02-28T23:44:06.033Z Compiling tokio-tungstenite v0.24.0
15132025-02-28T23:44:06.586Z Compiling postgres-types v0.2.8
15142025-02-28T23:44:08.140Z Compiling ed25519 v2.2.3
15152025-02-28T23:44:08.237Z Compiling phf_shared v0.10.0
15162025-02-28T23:44:08.599Z Compiling tokio-stream v0.1.16
15172025-02-28T23:44:08.641Z Compiling pkcs1 v0.7.5
15182025-02-28T23:44:09.185Z Compiling serde-big-array v0.5.1
15192025-02-28T23:44:09.423Z Compiling rfc6979 v0.4.0
15202025-02-28T23:44:09.565Z Compiling derive-where v1.2.7
15212025-02-28T23:44:09.568Z Compiling serde_repr v0.1.19
15222025-02-28T23:44:09.601Z Compiling clap_derive v4.5.24
15232025-02-28T23:44:09.633Z Compiling float-cmp v0.9.0
15242025-02-28T23:44:09.868Z Compiling bstr v1.10.0
15252025-02-28T23:44:10.031Z Compiling sync_wrapper v1.0.1
15262025-02-28T23:44:10.204Z Compiling predicates-core v1.0.8
15272025-02-28T23:44:10.541Z Compiling bit-vec v0.6.3
15282025-02-28T23:44:10.687Z Compiling difflib v0.4.0
15292025-02-28T23:44:10.881Z Compiling number_prefix v0.4.0
15302025-02-28T23:44:10.944Z Compiling whoami v1.5.2
15312025-02-28T23:44:11.126Z Compiling fixedbitset v0.4.2
15322025-02-28T23:44:11.493Z Compiling unicode-segmentation v1.12.0
15332025-02-28T23:44:11.583Z Compiling new_debug_unreachable v1.0.6
15342025-02-28T23:44:11.586Z Compiling static_assertions v1.1.0
15352025-02-28T23:44:11.694Z Compiling precomputed-hash v0.1.1
15362025-02-28T23:44:11.714Z Compiling normalize-line-endings v0.3.0
15372025-02-28T23:44:11.836Z Compiling predicates v3.1.2
15382025-02-28T23:44:11.857Z Compiling string_cache v0.8.7
15392025-02-28T23:44:12.063Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15402025-02-28T23:44:12.313Z Compiling similar v2.6.0
15412025-02-28T23:44:12.395Z Compiling petgraph v0.6.5
15422025-02-28T23:44:12.762Z Compiling tokio-postgres v0.7.12
15432025-02-28T23:44:13.376Z Compiling indicatif v0.17.11
15442025-02-28T23:44:14.173Z Compiling clap v4.5.27
15452025-02-28T23:44:14.308Z Compiling bit-set v0.5.3
15462025-02-28T23:44:14.492Z Compiling ecdsa v0.16.9
15472025-02-28T23:44:14.589Z Compiling rsa v0.9.6
15482025-02-28T23:44:15.304Z Compiling ed25519-dalek v2.1.1
15492025-02-28T23:44:15.446Z Compiling toml v0.7.8
15502025-02-28T23:44:15.916Z Compiling zip v0.6.6
15512025-02-28T23:44:16.616Z Compiling crossterm v0.28.1
15522025-02-28T23:44:17.789Z Compiling hex v0.4.3
15532025-02-28T23:44:18.039Z Compiling x509-cert v0.2.5
15542025-02-28T23:44:18.278Z Compiling itertools v0.10.5
15552025-02-28T23:44:18.392Z Compiling peg-runtime v0.8.3
15562025-02-28T23:44:18.447Z Compiling lalrpop-util v0.19.12
15572025-02-28T23:44:18.805Z Compiling unicode-xid v0.2.6
15582025-02-28T23:44:18.975Z Compiling strum_macros v0.26.4
15592025-02-28T23:44:19.010Z Compiling xattr v1.3.1
15602025-02-28T23:44:19.294Z Compiling filetime v0.2.25
15612025-02-28T23:44:19.600Z Compiling tar v0.4.42
15622025-02-28T23:44:23.732Z Compiling strum v0.26.3
15632025-02-28T23:44:26.979Z Compiling aws-lc-sys v0.22.0
15642025-02-28T23:44:54.303Z Compiling rustls-webpki v0.102.8
15652025-02-28T23:44:57.475Z Compiling tokio-rustls v0.25.0
15662025-02-28T23:44:59.148Z Compiling tokio-rustls v0.26.0
15672025-02-28T23:44:59.424Z Compiling hyper-rustls v0.27.3
15682025-02-28T23:44:59.736Z Compiling reqwest v0.12.9
15692025-02-28T23:45:01.174Z Compiling qorb v0.2.1
15702025-02-28T23:45:04.324Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15712025-02-28T23:45:04.575Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15722025-02-28T23:45:09.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15732025-02-28T23:45:09.174Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15742025-02-28T23:45:09.224ZFeb 28 23:45:08.830 INFO Starting download, target: Clickhouse
15752025-02-28T23:45:09.224ZFeb 28 23:45:08.830 INFO Starting download, target: Cockroach
15762025-02-28T23:45:09.224ZFeb 28 23:45:08.830 INFO Starting download, target: Console
15772025-02-28T23:45:09.227ZFeb 28 23:45:08.830 INFO Starting download, target: DendriteOpenapi
15782025-02-28T23:45:09.227ZFeb 28 23:45:08.830 INFO Starting download, target: DendriteStub
15792025-02-28T23:45:09.227ZFeb 28 23:45:08.830 INFO Starting download, target: MaghemiteMgd
15802025-02-28T23:45:09.227ZFeb 28 23:45:08.830 INFO Starting download, target: TransceiverControl
15812025-02-28T23:45:09.227ZFeb 28 23:45:08.831 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15822025-02-28T23:45:09.227ZFeb 28 23:45:08.831 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15832025-02-28T23:45:09.228ZFeb 28 23:45:08.831 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15842025-02-28T23:45:09.228ZFeb 28 23:45:08.831 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15852025-02-28T23:45:09.228ZFeb 28 23:45:08.831 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15862025-02-28T23:45:09.228ZFeb 28 23:45:08.831 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15872025-02-28T23:45:09.228ZFeb 28 23:45:08.831 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15882025-02-28T23:45:09.439ZFeb 28 23:45:09.035 INFO Download complete, target: DendriteOpenapi
15892025-02-28T23:45:09.562ZFeb 28 23:45:09.158 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15902025-02-28T23:45:09.764ZFeb 28 23:45:09.365 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15912025-02-28T23:45:10.067ZFeb 28 23:45:09.670 INFO Download complete, target: TransceiverControl
15922025-02-28T23:45:10.120ZFeb 28 23:45:09.723 INFO Download complete, target: Console
15932025-02-28T23:45:10.153ZFeb 28 23:45:09.756 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15942025-02-28T23:45:10.196ZFeb 28 23:45:09.801 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15952025-02-28T23:45:10.955ZFeb 28 23:45:10.561 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15962025-02-28T23:45:10.955ZFeb 28 23:45:10.561 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15972025-02-28T23:45:11.132ZFeb 28 23:45:10.737 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15982025-02-28T23:45:12.960ZFeb 28 23:45:12.565 INFO Download complete, target: DendriteStub
15992025-02-28T23:45:13.134ZFeb 28 23:45:12.739 INFO Download complete, target: MaghemiteMgd
16002025-02-28T23:45:18.503ZFeb 28 23:45:18.100 INFO Checking that binary works, target: Cockroach
16012025-02-28T23:45:18.657ZFeb 28 23:45:18.261 INFO Download complete, target: Cockroach
16022025-02-28T23:45:23.743ZFeb 28 23:45:23.344 INFO Checking that binary works, target: Clickhouse
16032025-02-28T23:45:23.861ZFeb 28 23:45:23.464 INFO Download complete, target: Clickhouse
16042025-02-28T23:45:23.882ZAll builder prerequisites installed successfully, and PATH looks valid
16052025-02-28T23:45:23.886Z
16062025-02-28T23:45:23.886Zreal 5:05.797237772
16072025-02-28T23:45:23.886Zuser 15:46.998077446
16082025-02-28T23:45:23.886Zsys 2:04.644896729
16092025-02-28T23:45:23.886Ztrap 0.561481846
16102025-02-28T23:45:23.886Ztflt 1.661789049
16112025-02-28T23:45:23.886Zdflt 1.709183441
16122025-02-28T23:45:23.886Zkflt 0.026928322
16132025-02-28T23:45:23.886Zlock 24:26.458163126
16142025-02-28T23:45:23.886Zslp 55:35.175710987
16152025-02-28T23:45:23.886Zlat 58.263039663
16162025-02-28T23:45:23.887Zstop 2:21.960368169
16172025-02-28T23:45:23.887Z+ banner hack-check
16182025-02-28T23:45:23.890Z
16192025-02-28T23:45:23.890Z # # ## #### # # #### # # ###### #### # #
16202025-02-28T23:45:23.890Z # # # # # # # # # # # # # # # # #
16212025-02-28T23:45:23.890Z ###### # # # #### ##### # ###### ##### # ####
16222025-02-28T23:45:23.890Z # # ###### # # # # # # # # # #
16232025-02-28T23:45:23.890Z # # # # # # # # # # # # # # # # #
16242025-02-28T23:45:23.890Z # # # # #### # # #### # # ###### #### # #
16252025-02-28T23:45:23.890Z
16262025-02-28T23:45:23.891Z+ export CARGO_INCREMENTAL=0
16272025-02-28T23:45:23.891Z+ CARGO_INCREMENTAL=0
16282025-02-28T23:45:23.891Z+ ptime -m timeout 2h cargo xtask check-features --ci
16292025-02-28T23:45:24.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16302025-02-28T23:45:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
16312025-02-28T23:45:27.377Z Running `target/debug/xtask check-features --ci`
16322025-02-28T23:45:27.406Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16332025-02-28T23:45:27.418Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16342025-02-28T23:45:27.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16352025-02-28T23:45:27.863Z Running `target/debug/xtask download cargo-hack`
16362025-02-28T23:45:28.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16372025-02-28T23:45:29.032Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16382025-02-28T23:45:32.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
16392025-02-28T23:45:32.864Z Running `target/debug/xtask-downloader cargo-hack`
16402025-02-28T23:45:32.900ZFeb 28 23:45:32.501 INFO Starting download, target: CargoHack
16412025-02-28T23:45:32.903ZFeb 28 23:45:32.502 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16422025-02-28T23:45:33.530ZFeb 28 23:45:33.131 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16432025-02-28T23:45:33.622ZFeb 28 23:45:33.223 INFO Download complete, target: CargoHack
16442025-02-28T23:45:33.627Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16452025-02-28T23:45:33.643Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16462025-02-28T23:45:33.819Zinfo: running `cargo check --bins` on api_identity (1/197)
16472025-02-28T23:45:34.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482025-02-28T23:45:34.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492025-02-28T23:45:34.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502025-02-28T23:45:34.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16512025-02-28T23:45:34.426Z
16522025-02-28T23:45:34.426Zinfo: running `cargo check --bins` on bootstore (2/197)
16532025-02-28T23:45:34.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542025-02-28T23:45:34.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552025-02-28T23:45:34.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562025-02-28T23:45:34.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16572025-02-28T23:45:35.059Z
16582025-02-28T23:45:35.059Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16592025-02-28T23:45:35.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602025-02-28T23:45:35.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612025-02-28T23:45:35.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622025-02-28T23:45:35.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16632025-02-28T23:45:35.674Z
16642025-02-28T23:45:35.674Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16652025-02-28T23:45:36.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662025-02-28T23:45:36.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672025-02-28T23:45:36.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682025-02-28T23:45:36.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16692025-02-28T23:45:36.290Z
16702025-02-28T23:45:36.290Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16712025-02-28T23:45:36.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-02-28T23:45:36.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-02-28T23:45:36.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-02-28T23:45:36.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16752025-02-28T23:45:36.718Z
16762025-02-28T23:45:36.718Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16772025-02-28T23:45:37.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-02-28T23:45:37.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-02-28T23:45:37.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-02-28T23:45:37.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16812025-02-28T23:45:37.152Z
16822025-02-28T23:45:37.152Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16832025-02-28T23:45:37.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-02-28T23:45:37.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-02-28T23:45:37.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-02-28T23:45:37.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16872025-02-28T23:45:37.574Z
16882025-02-28T23:45:37.574Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16892025-02-28T23:45:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-02-28T23:45:37.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-02-28T23:45:37.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-02-28T23:45:37.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16932025-02-28T23:45:38.000Z
16942025-02-28T23:45:38.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16952025-02-28T23:45:38.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-02-28T23:45:38.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-02-28T23:45:38.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-02-28T23:45:38.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16992025-02-28T23:45:38.426Z
17002025-02-28T23:45:38.426Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
17012025-02-28T23:45:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-02-28T23:45:38.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-02-28T23:45:38.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-02-28T23:45:38.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17052025-02-28T23:45:38.848Z
17062025-02-28T23:45:38.848Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
17072025-02-28T23:45:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-02-28T23:45:39.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-02-28T23:45:39.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-02-28T23:45:39.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17112025-02-28T23:45:39.274Z
17122025-02-28T23:45:39.274Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17132025-02-28T23:45:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-02-28T23:45:39.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-02-28T23:45:39.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-02-28T23:45:39.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17172025-02-28T23:45:39.698Z
17182025-02-28T23:45:39.699Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17192025-02-28T23:45:40.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-02-28T23:45:40.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-02-28T23:45:40.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-02-28T23:45:40.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17232025-02-28T23:45:40.123Z
17242025-02-28T23:45:40.123Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17252025-02-28T23:45:40.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-02-28T23:45:40.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-02-28T23:45:40.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-02-28T23:45:40.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17292025-02-28T23:45:40.546Z
17302025-02-28T23:45:40.546Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17312025-02-28T23:45:40.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-02-28T23:45:40.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-02-28T23:45:40.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-02-28T23:45:40.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17352025-02-28T23:45:40.969Z
17362025-02-28T23:45:40.969Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17372025-02-28T23:45:41.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-02-28T23:45:41.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-02-28T23:45:41.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-02-28T23:45:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17412025-02-28T23:45:41.403Z
17422025-02-28T23:45:41.403Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17432025-02-28T23:45:41.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-02-28T23:45:41.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-02-28T23:45:41.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-02-28T23:45:41.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472025-02-28T23:45:41.831Z
17482025-02-28T23:45:41.831Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17492025-02-28T23:45:42.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-02-28T23:45:42.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-02-28T23:45:42.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-02-28T23:45:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17532025-02-28T23:45:42.261Z
17542025-02-28T23:45:42.261Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17552025-02-28T23:45:42.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-02-28T23:45:42.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-02-28T23:45:42.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-02-28T23:45:42.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17592025-02-28T23:45:42.692Z
17602025-02-28T23:45:42.692Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17612025-02-28T23:45:43.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-02-28T23:45:43.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-02-28T23:45:43.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-02-28T23:45:43.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17652025-02-28T23:45:43.124Z
17662025-02-28T23:45:43.124Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17672025-02-28T23:45:43.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-02-28T23:45:43.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-02-28T23:45:43.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-02-28T23:45:43.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17712025-02-28T23:45:43.570Z
17722025-02-28T23:45:43.570Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17732025-02-28T23:45:43.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-02-28T23:45:43.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-02-28T23:45:43.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-02-28T23:45:43.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17772025-02-28T23:45:43.988Z
17782025-02-28T23:45:43.988Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17792025-02-28T23:45:44.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-02-28T23:45:44.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-02-28T23:45:44.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-02-28T23:45:44.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17832025-02-28T23:45:44.414Z
17842025-02-28T23:45:44.414Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17852025-02-28T23:45:44.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-02-28T23:45:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-02-28T23:45:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-02-28T23:45:44.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17892025-02-28T23:45:44.845Z
17902025-02-28T23:45:44.845Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17912025-02-28T23:45:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-02-28T23:45:45.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-02-28T23:45:45.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-02-28T23:45:45.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17952025-02-28T23:45:45.275Z
17962025-02-28T23:45:45.276Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17972025-02-28T23:45:45.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-02-28T23:45:45.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-02-28T23:45:45.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-02-28T23:45:45.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18012025-02-28T23:45:45.702Z
18022025-02-28T23:45:45.702Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
18032025-02-28T23:45:46.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-02-28T23:45:46.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-02-28T23:45:46.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-02-28T23:45:46.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18072025-02-28T23:45:46.127Z
18082025-02-28T23:45:46.127Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18092025-02-28T23:45:46.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-02-28T23:45:46.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-02-28T23:45:46.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-02-28T23:45:46.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18132025-02-28T23:45:46.557Z
18142025-02-28T23:45:46.557Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18152025-02-28T23:45:46.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-02-28T23:45:46.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-02-28T23:45:46.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-02-28T23:45:46.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18192025-02-28T23:45:46.983Z
18202025-02-28T23:45:46.983Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18212025-02-28T23:45:47.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-02-28T23:45:47.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-02-28T23:45:47.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-02-28T23:45:47.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18252025-02-28T23:45:47.411Z
18262025-02-28T23:45:47.411Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18272025-02-28T23:45:47.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-02-28T23:45:47.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-02-28T23:45:47.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-02-28T23:45:47.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18312025-02-28T23:45:47.849Z
18322025-02-28T23:45:47.849Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18332025-02-28T23:45:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-02-28T23:45:48.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-02-28T23:45:48.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-02-28T23:45:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18372025-02-28T23:45:48.265Z
18382025-02-28T23:45:48.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18392025-02-28T23:45:48.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-02-28T23:45:48.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-02-28T23:45:48.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-02-28T23:45:48.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18432025-02-28T23:45:48.691Z
18442025-02-28T23:45:48.691Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18452025-02-28T23:45:49.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-02-28T23:45:49.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-02-28T23:45:49.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-02-28T23:45:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18492025-02-28T23:45:49.117Z
18502025-02-28T23:45:49.118Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18512025-02-28T23:45:49.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-02-28T23:45:49.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-02-28T23:45:49.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-02-28T23:45:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18552025-02-28T23:45:49.545Z
18562025-02-28T23:45:49.545Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18572025-02-28T23:45:49.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-02-28T23:45:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-02-28T23:45:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-02-28T23:45:49.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18612025-02-28T23:45:49.981Z
18622025-02-28T23:45:49.981Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18632025-02-28T23:45:50.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-02-28T23:45:50.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-02-28T23:45:50.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-02-28T23:45:50.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18672025-02-28T23:45:50.416Z
18682025-02-28T23:45:50.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18692025-02-28T23:45:50.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-02-28T23:45:50.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-02-28T23:45:50.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-02-28T23:45:50.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18732025-02-28T23:45:50.905Z
18742025-02-28T23:45:50.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18752025-02-28T23:45:51.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-02-28T23:45:51.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-02-28T23:45:51.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-02-28T23:45:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18792025-02-28T23:45:51.280Z
18802025-02-28T23:45:51.280Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18812025-02-28T23:45:51.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-02-28T23:45:51.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-02-28T23:45:51.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-02-28T23:45:51.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18852025-02-28T23:45:51.714Z
18862025-02-28T23:45:51.714Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18872025-02-28T23:45:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-02-28T23:45:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-02-28T23:45:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-02-28T23:45:52.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18912025-02-28T23:45:52.145Z
18922025-02-28T23:45:52.145Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18932025-02-28T23:45:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-02-28T23:45:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-02-28T23:45:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-02-28T23:45:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18972025-02-28T23:45:52.571Z
18982025-02-28T23:45:52.571Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18992025-02-28T23:45:52.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-02-28T23:45:52.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-02-28T23:45:52.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-02-28T23:45:52.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19032025-02-28T23:45:52.996Z
19042025-02-28T23:45:52.996Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
19052025-02-28T23:45:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-02-28T23:45:53.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-02-28T23:45:53.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-02-28T23:45:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19092025-02-28T23:45:53.430Z
19102025-02-28T23:45:53.430Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19112025-02-28T23:45:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-02-28T23:45:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-02-28T23:45:53.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-02-28T23:45:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19152025-02-28T23:45:54.058Z
19162025-02-28T23:45:54.058Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19172025-02-28T23:45:54.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-02-28T23:45:54.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-02-28T23:45:54.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-02-28T23:45:54.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19212025-02-28T23:45:54.688Z
19222025-02-28T23:45:54.688Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19232025-02-28T23:45:55.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-02-28T23:45:55.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-02-28T23:45:55.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-02-28T23:45:55.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19272025-02-28T23:45:55.314Z
19282025-02-28T23:45:55.315Zinfo: running `cargo check --bins` on oxlog (48/197)
19292025-02-28T23:45:55.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-02-28T23:45:55.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-02-28T23:45:55.923Z Checking cfg-if v1.0.0
19322025-02-28T23:45:55.926Z Checking libc v0.2.169
19332025-02-28T23:45:56.031Z Checking serde v1.0.217
19342025-02-28T23:45:56.034Z Checking zeroize v1.8.1
19352025-02-28T23:45:56.047Z Checking memchr v2.7.4
19362025-02-28T23:45:56.054Z Checking typenum v1.17.0
19372025-02-28T23:45:56.057Z Checking subtle v2.6.1
19382025-02-28T23:45:56.057Z Checking scopeguard v1.2.0
19392025-02-28T23:45:56.095Z Checking value-bag v1.9.0
19402025-02-28T23:45:56.224Z Checking lock_api v0.4.12
19412025-02-28T23:45:56.257Z Checking smallvec v1.13.2
19422025-02-28T23:45:56.331Z Checking const-oid v0.9.6
19432025-02-28T23:45:56.488Z Checking log v0.4.22
19442025-02-28T23:45:56.603Z Checking itoa v1.0.11
19452025-02-28T23:45:56.626Z Checking pin-project-lite v0.2.14
19462025-02-28T23:45:56.756Z Checking byteorder v1.5.0
19472025-02-28T23:45:56.825Z Checking once_cell v1.20.2
19482025-02-28T23:45:56.840Z Checking futures-core v0.3.31
19492025-02-28T23:45:56.982Z Checking cpufeatures v0.2.14
19502025-02-28T23:45:57.002Z Checking getrandom v0.2.15
19512025-02-28T23:45:57.030Z Checking signal-hook-registry v1.4.2
19522025-02-28T23:45:57.076Z Checking parking_lot_core v0.9.10
19532025-02-28T23:45:57.121Z Checking generic-array v0.14.7
19542025-02-28T23:45:57.121Z Checking mio v1.0.2
19552025-02-28T23:45:57.155Z Checking stable_deref_trait v1.2.0
19562025-02-28T23:45:57.224Z Checking rand_core v0.6.4
19572025-02-28T23:45:57.260Z Checking futures-sink v0.3.31
19582025-02-28T23:45:57.285Z Checking socket2 v0.5.7
19592025-02-28T23:45:57.408Z Checking zerocopy v0.7.35
19602025-02-28T23:45:57.426Z Checking parking_lot v0.12.3
19612025-02-28T23:45:57.511Z Checking zerofrom v0.1.4
19622025-02-28T23:45:57.704Z Checking spin v0.9.8
19632025-02-28T23:45:57.735Z Checking yoke v0.7.4
19642025-02-28T23:45:57.752Z Checking slab v0.4.9
19652025-02-28T23:45:57.769Z Checking futures-channel v0.3.31
19662025-02-28T23:45:58.021Z Checking futures-task v0.3.31
19672025-02-28T23:45:58.061Z Checking pin-utils v0.1.0
19682025-02-28T23:45:58.077Z Checking zerovec v0.10.4
19692025-02-28T23:45:58.114Z Checking foldhash v0.1.3
19702025-02-28T23:45:58.155Z Checking futures-io v0.3.31
19712025-02-28T23:45:58.187Z Checking crypto-common v0.1.6
19722025-02-28T23:45:58.191Z Checking block-buffer v0.10.4
19732025-02-28T23:45:58.252Z Checking equivalent v1.0.1
19742025-02-28T23:45:58.316Z Checking allocator-api2 v0.2.18
19752025-02-28T23:45:58.331Z Checking futures-util v0.3.31
19762025-02-28T23:45:58.362Z Checking block-padding v0.3.3
19772025-02-28T23:45:58.380Z Checking ryu v1.0.18
19782025-02-28T23:45:58.416Z Checking digest v0.10.7
19792025-02-28T23:45:58.572Z Checking inout v0.1.3
19802025-02-28T23:45:58.618Z Checking fnv v1.0.7
19812025-02-28T23:45:58.621Z Checking litemap v0.7.3
19822025-02-28T23:45:58.745Z Checking writeable v0.5.5
19832025-02-28T23:45:58.762Z Checking hmac v0.12.1
19842025-02-28T23:45:58.800Z Checking cipher v0.4.4
19852025-02-28T23:45:58.885Z Checking hashbrown v0.15.1
19862025-02-28T23:45:58.973Z Checking sha2 v0.10.8
19872025-02-28T23:45:58.989Z Checking libm v0.2.8
19882025-02-28T23:45:59.077Z Checking base64ct v1.6.0
19892025-02-28T23:45:59.166Z Checking ppv-lite86 v0.2.20
19902025-02-28T23:45:59.523Z Checking pem-rfc7468 v0.7.0
19912025-02-28T23:45:59.548Z Checking flagset v0.4.6
19922025-02-28T23:45:59.580Z Checking tinystr v0.7.6
19932025-02-28T23:45:59.749Z Checking icu_locid_transform_data v1.5.0
19942025-02-28T23:45:59.794Z Checking der v0.7.9
19952025-02-28T23:45:59.836Z Checking rand_chacha v0.3.1
19962025-02-28T23:45:59.854Z Checking icu_collections v1.5.0
19972025-02-28T23:45:59.887Z Checking tracing-core v0.1.32
19982025-02-28T23:45:59.905Z Checking num-traits v0.2.19
19992025-02-28T23:45:59.919Z Checking icu_locid v1.5.0
20002025-02-28T23:46:00.245Z Checking thiserror v1.0.69
20012025-02-28T23:46:00.392Z Checking percent-encoding v2.3.1
20022025-02-28T23:46:00.506Z Checking rustls-pki-types v1.10.0
20032025-02-28T23:46:00.523Z Checking icu_properties_data v1.5.0
20042025-02-28T23:46:00.558Z Checking bytes v1.9.0
20052025-02-28T23:46:00.587Z Checking indexmap v2.7.1
20062025-02-28T23:46:00.773Z Checking serde_json v1.0.135
20072025-02-28T23:46:00.848Z Checking icu_provider v1.5.0
20082025-02-28T23:46:01.041Z Checking bitflags v2.6.0
20092025-02-28T23:46:01.320Z Checking tokio v1.43.0
20102025-02-28T23:46:01.323Z Checking http v1.2.0
20112025-02-28T23:46:01.352Z Checking tracing v0.1.40
20122025-02-28T23:46:01.456Z Checking icu_locid_transform v1.5.0
20132025-02-28T23:46:01.479Z Checking spki v0.7.3
20142025-02-28T23:46:01.697Z Checking rand v0.8.5
20152025-02-28T23:46:01.769Z Checking salsa20 v0.10.2
20162025-02-28T23:46:01.773Z Checking pbkdf2 v0.12.2
20172025-02-28T23:46:01.937Z Checking aws-lc-sys v0.22.0
20182025-02-28T23:46:02.002Z Checking httparse v1.9.5
20192025-02-28T23:46:02.369Z Checking untrusted v0.7.1
20202025-02-28T23:46:02.441Z Checking utf16_iter v1.0.5
20212025-02-28T23:46:02.465Z Checking icu_properties v1.5.1
20222025-02-28T23:46:02.539Z Checking powerfmt v0.2.0
20232025-02-28T23:46:02.588Z Checking write16 v1.0.0
20242025-02-28T23:46:02.604Z Checking untrusted v0.9.0
20252025-02-28T23:46:02.731Z Checking icu_normalizer_data v1.5.0
20262025-02-28T23:46:02.765Z Checking mirai-annotations v1.12.0
20272025-02-28T23:46:02.787Z Checking utf8_iter v1.0.4
20282025-02-28T23:46:02.805Z Checking deranged v0.3.11
20292025-02-28T23:46:02.832Z Checking ring v0.17.8
20302025-02-28T23:46:02.887Z Checking scrypt v0.11.0
20312025-02-28T23:46:02.944Z Checking cbc v0.1.2
20322025-02-28T23:46:02.989Z Checking aes v0.8.4
20332025-02-28T23:46:03.116Z Checking crossbeam-utils v0.8.20
20342025-02-28T23:46:03.149Z Checking time-core v0.1.2
20352025-02-28T23:46:03.320Z Checking atomic-waker v1.1.2
20362025-02-28T23:46:03.466Z Checking tinyvec_macros v0.1.1
20372025-02-28T23:46:03.560Z Checking num-conv v0.1.0
20382025-02-28T23:46:03.799Z Checking num_threads v0.1.7
20392025-02-28T23:46:03.827Z Checking tinyvec v1.8.0
20402025-02-28T23:46:03.860Z Checking pkcs5 v0.7.1
20412025-02-28T23:46:03.929Z Checking http-body v1.0.1
20422025-02-28T23:46:03.965Z Checking aws-lc-rs v1.10.0
20432025-02-28T23:46:04.129Z Checking time v0.3.36
20442025-02-28T23:46:04.146Z Checking form_urlencoded v1.2.1
20452025-02-28T23:46:04.344Z Checking try-lock v0.2.5
20462025-02-28T23:46:04.386Z Checking pkcs8 v0.10.2
20472025-02-28T23:46:04.487Z Checking want v0.3.1
20482025-02-28T23:46:04.556Z Checking uuid v1.12.0
20492025-02-28T23:46:04.672Z Checking httpdate v1.0.3
20502025-02-28T23:46:04.686Z Checking unicode-ident v1.0.14
20512025-02-28T23:46:04.866Z Checking proc-macro2 v1.0.92
20522025-02-28T23:46:04.923Z Checking serde_spanned v0.6.8
20532025-02-28T23:46:05.127Z Checking toml_datetime v0.6.8
20542025-02-28T23:46:05.150Z Checking slog v2.7.0
20552025-02-28T23:46:05.175Z Checking scroll v0.12.0
20562025-02-28T23:46:05.429Z Checking foreign-types-shared v0.1.1
20572025-02-28T23:46:05.527Z Checking ucd-trie v0.1.7
20582025-02-28T23:46:05.556Z Checking match_cfg v0.1.0
20592025-02-28T23:46:05.607Z Checking iana-time-zone v0.1.61
20602025-02-28T23:46:05.624Z Checking base64 v0.22.1
20612025-02-28T23:46:05.640Z Checking rustls-webpki v0.102.8
20622025-02-28T23:46:05.653Z Checking adler2 v2.0.0
20632025-02-28T23:46:05.716Z Checking icu_normalizer v1.5.0
20642025-02-28T23:46:05.733Z Checking plain v0.2.3
20652025-02-28T23:46:05.765Z Checking tower-service v0.3.3
20662025-02-28T23:46:05.812Z Checking miniz_oxide v0.8.0
20672025-02-28T23:46:05.886Z Checking goblin v0.8.2
20682025-02-28T23:46:05.900Z Checking chrono v0.4.39
20692025-02-28T23:46:06.089Z Checking pest v2.7.14
20702025-02-28T23:46:06.396Z Checking hostname v0.3.1
20712025-02-28T23:46:06.419Z Checking foreign-types v0.3.2
20722025-02-28T23:46:06.475Z Checking idna_adapter v1.2.0
20732025-02-28T23:46:06.511Z Checking quote v1.0.38
20742025-02-28T23:46:06.529Z Checking openssl-sys v0.9.104
20752025-02-28T23:46:06.532Z Checking errno v0.3.9
20762025-02-28T23:46:06.669Z Checking idna v1.0.3
20772025-02-28T23:46:06.717Z Checking dirs-sys-next v0.1.2
20782025-02-28T23:46:06.854Z Checking aho-corasick v1.1.3
20792025-02-28T23:46:06.912Z Compiling newtype-uuid v1.2.1
20802025-02-28T23:46:07.126Z Checking url v2.5.3
20812025-02-28T23:46:07.188Z Checking pretty-hex v0.4.1
20822025-02-28T23:46:07.369Z Checking regex-syntax v0.8.5
20832025-02-28T23:46:07.672Z Checking data-encoding v2.6.0
20842025-02-28T23:46:07.828Z Checking siphasher v0.3.11
20852025-02-28T23:46:07.912Z Checking tokio-util v0.7.12
20862025-02-28T23:46:08.017Z Checking openssl v0.10.66
20872025-02-28T23:46:08.184Z Checking dirs-next v2.0.0
20882025-02-28T23:46:08.252Z Checking syn v2.0.96
20892025-02-28T23:46:08.326Z Checking rustix v0.38.37
20902025-02-28T23:46:08.373Z Checking unicode-normalization v0.1.24
20912025-02-28T23:46:08.639Z Checking dtrace-parser v0.2.0
20922025-02-28T23:46:08.750Z Checking h2 v0.4.6
20932025-02-28T23:46:09.097Z Checking http-body-util v0.1.2
20942025-02-28T23:46:09.290Z Checking crossbeam-epoch v0.9.18
20952025-02-28T23:46:09.514Z Checking signature v2.2.0
20962025-02-28T23:46:09.724Z Checking sha1 v0.10.6
20972025-02-28T23:46:09.740Z Checking thread_local v1.1.8
20982025-02-28T23:46:10.004Z Checking thread-id v4.2.2
20992025-02-28T23:46:10.026Z Checking encoding_rs v0.8.34
21002025-02-28T23:46:10.127Z Checking utf8parse v0.2.2
21012025-02-28T23:46:10.289Z Checking gimli v0.31.1
21022025-02-28T23:46:10.558Z Checking regex-automata v0.4.8
21032025-02-28T23:46:10.790Z Checking dof v0.3.0
21042025-02-28T23:46:11.353Z Checking unicode-properties v0.1.3
21052025-02-28T23:46:11.477Z Checking openssl-probe v0.1.5
21062025-02-28T23:46:11.632Z Checking winnow v0.6.20
21072025-02-28T23:46:11.712Z Checking unicode-bidi v0.3.17
21082025-02-28T23:46:12.354Z Checking either v1.13.0
21092025-02-28T23:46:12.369Z Checking mime v0.3.17
21102025-02-28T23:46:12.695Z Checking ipnet v2.10.1
21112025-02-28T23:46:12.734Z Checking anstyle v1.0.10
21122025-02-28T23:46:13.041Z Checking native-tls v0.2.12
21132025-02-28T23:46:13.070Z Checking stringprep v0.1.5
21142025-02-28T23:46:13.165Z Checking anstyle-parse v0.2.5
21152025-02-28T23:46:13.347Z Checking crossbeam-deque v0.8.5
21162025-02-28T23:46:13.366Z Checking term v0.7.0
21172025-02-28T23:46:13.434Z Checking slog-json v2.6.1
21182025-02-28T23:46:13.676Z Checking rustls v0.23.19
21192025-02-28T23:46:13.702Z Checking rustls v0.22.4
21202025-02-28T23:46:13.755Z Checking serde_urlencoded v0.7.1
21212025-02-28T23:46:13.985Z Checking usdt-impl v0.5.0
21222025-02-28T23:46:14.153Z Checking addr2line v0.24.2
21232025-02-28T23:46:14.169Z Checking crossbeam-channel v0.5.13
21242025-02-28T23:46:14.290Z Checking toml_edit v0.22.22
21252025-02-28T23:46:14.517Z Checking futures-executor v0.3.31
21262025-02-28T23:46:14.666Z Checking num-integer v0.1.46
21272025-02-28T23:46:14.763Z Checking rustls-pemfile v2.2.0
21282025-02-28T23:46:14.858Z Checking md-5 v0.10.6
21292025-02-28T23:46:14.950Z Checking ff v0.13.0
21302025-02-28T23:46:14.976Z Checking hash32 v0.2.1
21312025-02-28T23:46:14.993Z Checking hyper v1.5.2
21322025-02-28T23:46:15.082Z Checking memmap v0.7.0
21332025-02-28T23:46:15.138Z Checking is-terminal v0.4.13
21342025-02-28T23:46:15.166Z Checking object v0.36.5
21352025-02-28T23:46:15.253Z Checking colorchoice v1.0.2
21362025-02-28T23:46:15.269Z Checking utf-8 v0.7.6
21372025-02-28T23:46:15.305Z Checking psl-types v2.0.11
21382025-02-28T23:46:15.395Z Checking is_terminal_polyfill v1.70.1
21392025-02-28T23:46:15.480Z Checking fallible-iterator v0.2.0
21402025-02-28T23:46:15.483Z Checking base16ct v0.2.0
21412025-02-28T23:46:15.528Z Checking linked-hash-map v0.5.6
21422025-02-28T23:46:15.688Z Checking rustc-demangle v0.1.24
21432025-02-28T23:46:15.831Z Checking take_mut v0.2.2
21442025-02-28T23:46:15.991Z Checking dyn-clone v1.0.17
21452025-02-28T23:46:16.018Z Checking anstyle-query v1.1.1
21462025-02-28T23:46:16.135Z Checking quick-error v1.2.3
21472025-02-28T23:46:16.150Z Checking schemars v0.8.21
21482025-02-28T23:46:16.166Z Checking anstream v0.6.15
21492025-02-28T23:46:16.287Z Checking resolv-conf v0.7.0
21502025-02-28T23:46:16.528Z Checking postgres-protocol v0.6.7
21512025-02-28T23:46:16.637Z Checking slog-async v2.8.0
21522025-02-28T23:46:16.805Z Checking toml v0.8.19
21532025-02-28T23:46:16.931Z Checking lru-cache v0.1.2
21542025-02-28T23:46:16.954Z Checking hyper-util v0.1.10
21552025-02-28T23:46:16.999Z Checking tokio-rustls v0.25.0
21562025-02-28T23:46:17.120Z Checking sec1 v0.7.3
21572025-02-28T23:46:17.178Z Checking tungstenite v0.24.0
21582025-02-28T23:46:17.380Z Checking publicsuffix v2.3.0
21592025-02-28T23:46:17.468Z Checking usdt v0.5.0
21602025-02-28T23:46:17.494Z Checking slog-term v2.9.1
21612025-02-28T23:46:17.633Z Checking heapless v0.7.17
21622025-02-28T23:46:17.651Z Checking group v0.13.0
21632025-02-28T23:46:17.723Z Checking num-iter v0.1.45
21642025-02-28T23:46:17.899Z Checking futures v0.3.31
21652025-02-28T23:46:17.916Z Checking slog-bunyan v2.5.0
21662025-02-28T23:46:17.957Z Checking rayon-core v1.12.1
21672025-02-28T23:46:18.010Z Checking tokio-native-tls v0.3.1
21682025-02-28T23:46:18.029Z Checking hickory-proto v0.24.2
21692025-02-28T23:46:18.085Z Checking multer v3.1.0
21702025-02-28T23:46:18.270Z Checking terminal_size v0.4.0
21712025-02-28T23:46:18.472Z Checking phf_shared v0.11.2
21722025-02-28T23:46:18.542Z Checking cookie v0.18.1
21732025-02-28T23:46:18.619Z Checking async-stream v0.3.6
21742025-02-28T23:46:18.699Z Checking bzip2-sys v0.1.11+1.0.8
21752025-02-28T23:46:18.714Z Checking tokio-rustls v0.26.0
21762025-02-28T23:46:18.729Z Checking signal-hook v0.3.17
21772025-02-28T23:46:18.809Z Checking camino v1.1.9
21782025-02-28T23:46:18.837Z Checking waitgroup v0.1.2
21792025-02-28T23:46:18.909Z Checking openapiv3 v2.0.0
21802025-02-28T23:46:18.970Z Checking webpki-roots v0.26.6
21812025-02-28T23:46:18.986Z Checking serde_path_to_error v0.1.16
21822025-02-28T23:46:19.036Z Checking hkdf v0.12.4
21832025-02-28T23:46:19.085Z Checking crypto-bigint v0.5.5
21842025-02-28T23:46:19.177Z Checking lazy_static v1.5.0
21852025-02-28T23:46:19.248Z Checking hostname v0.4.0
21862025-02-28T23:46:19.302Z Checking crc32fast v1.4.2
21872025-02-28T23:46:19.339Z Checking unicode-width v0.2.0
21882025-02-28T23:46:19.386Z Checking managed v0.8.0
21892025-02-28T23:46:19.535Z Checking winnow v0.5.40
21902025-02-28T23:46:19.565Z Checking strsim v0.11.1
21912025-02-28T23:46:19.744Z Checking debug-ignore v1.0.5
21922025-02-28T23:46:19.820Z Checking bitflags v1.3.2
21932025-02-28T23:46:19.836Z Checking clap_lex v0.7.4
21942025-02-28T23:46:19.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21952025-02-28T23:46:19.930Z Checking smoltcp v0.9.1
21962025-02-28T23:46:20.076Z Checking clap_builder v4.5.27
21972025-02-28T23:46:20.182Z Checking console v0.15.10
21982025-02-28T23:46:20.726Z Checking flate2 v1.0.35
21992025-02-28T23:46:21.008Z Checking backtrace v0.3.74
22002025-02-28T23:46:21.297Z Checking num-bigint-dig v0.8.4
22012025-02-28T23:46:21.345Z Checking hyper-rustls v0.27.3
22022025-02-28T23:46:21.592Z Checking anyhow v1.0.95
22032025-02-28T23:46:21.694Z Checking signal-hook-mio v0.2.4
22042025-02-28T23:46:21.832Z Checking cookie_store v0.21.1
22052025-02-28T23:46:21.835Z Checking elliptic-curve v0.13.8
22062025-02-28T23:46:21.964Z Checking hyper-tls v0.6.0
22072025-02-28T23:46:22.144Z Checking dropshot v0.12.0
22082025-02-28T23:46:22.248Z Checking bzip2 v0.4.4
22092025-02-28T23:46:22.283Z Checking toml_edit v0.19.15
22102025-02-28T23:46:22.450Z Checking phf v0.11.2
22112025-02-28T23:46:22.491Z Checking rayon v1.10.0
22122025-02-28T23:46:22.526Z Checking hickory-resolver v0.24.2
22132025-02-28T23:46:22.543Z Checking tokio-tungstenite v0.24.0
22142025-02-28T23:46:22.704Z Checking postgres-types v0.2.8
22152025-02-28T23:46:22.999Z Checking regex v1.11.1
22162025-02-28T23:46:23.019Z Checking bstr v1.10.0
22172025-02-28T23:46:23.261Z Checking ed25519 v2.2.3
22182025-02-28T23:46:23.365Z Checking tokio-stream v0.1.16
22192025-02-28T23:46:23.570Z Checking phf_shared v0.10.0
22202025-02-28T23:46:23.607Z Checking curve25519-dalek v4.1.3
22212025-02-28T23:46:23.843Z Checking zerocopy v0.6.6
22222025-02-28T23:46:23.891Z Checking hubpack v0.1.2
22232025-02-28T23:46:24.092Z Checking portable-atomic v1.9.0
22242025-02-28T23:46:24.134Z Checking pkcs1 v0.7.5
22252025-02-28T23:46:24.204Z Checking float-cmp v0.9.0
22262025-02-28T23:46:24.404Z Checking serde-big-array v0.5.1
22272025-02-28T23:46:24.499Z Checking rfc6979 v0.4.0
22282025-02-28T23:46:24.542Z Checking sync_wrapper v1.0.1
22292025-02-28T23:46:24.611Z Checking predicates-core v1.0.8
22302025-02-28T23:46:24.677Z Checking normalize-line-endings v0.3.0
22312025-02-28T23:46:24.694Z Checking bit-vec v0.6.3
22322025-02-28T23:46:24.697Z Checking whoami v1.5.2
22332025-02-28T23:46:24.799Z Checking minimal-lexical v0.2.1
22342025-02-28T23:46:24.816Z Checking new_debug_unreachable v1.0.6
22352025-02-28T23:46:24.914Z Checking fixedbitset v0.4.2
22362025-02-28T23:46:25.009Z Checking unicode-segmentation v1.12.0
22372025-02-28T23:46:25.032Z Checking number_prefix v0.4.0
22382025-02-28T23:46:25.050Z Checking difflib v0.4.0
22392025-02-28T23:46:25.158Z Checking static_assertions v1.1.0
22402025-02-28T23:46:25.206Z Checking precomputed-hash v0.1.1
22412025-02-28T23:46:25.228Z Checking nom v7.1.3
22422025-02-28T23:46:25.260Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22432025-02-28T23:46:25.323Z Checking string_cache v0.8.7
22442025-02-28T23:46:25.374Z Checking predicates v3.1.2
22452025-02-28T23:46:25.394Z Checking ed25519-dalek v2.1.1
22462025-02-28T23:46:25.494Z Checking qorb v0.2.1
22472025-02-28T23:46:25.591Z Checking petgraph v0.6.5
22482025-02-28T23:46:25.696Z Checking similar v2.6.0
22492025-02-28T23:46:25.796Z Checking bit-set v0.5.3
22502025-02-28T23:46:25.930Z Checking indicatif v0.17.11
22512025-02-28T23:46:25.967Z Checking tokio-postgres v0.7.12
22522025-02-28T23:46:26.035Z Checking toml v0.7.8
22532025-02-28T23:46:26.493Z Checking reqwest v0.12.9
22542025-02-28T23:46:26.681Z Checking ecdsa v0.16.9
22552025-02-28T23:46:26.719Z Checking rsa v0.9.6
22562025-02-28T23:46:27.386Z Checking clap v4.5.27
22572025-02-28T23:46:27.511Z Checking zip v0.6.6
22582025-02-28T23:46:27.691Z Checking crossterm v0.28.1
22592025-02-28T23:46:27.792Z Checking itertools v0.10.5
22602025-02-28T23:46:27.951Z Checking itertools v0.12.1
22612025-02-28T23:46:28.197Z Checking ahash v0.8.11
22622025-02-28T23:46:28.279Z Checking fs-err v2.11.0
22632025-02-28T23:46:28.664Z Checking x509-cert v0.2.5
22642025-02-28T23:46:28.801Z Checking semver v1.0.24
22652025-02-28T23:46:28.834Z Checking hex v0.4.3
22662025-02-28T23:46:28.851Z Checking lalrpop-util v0.19.12
22672025-02-28T23:46:29.139Z Checking peg-runtime v0.8.3
22682025-02-28T23:46:29.216Z Checking sigpipe v0.1.3
22692025-02-28T23:46:30.082Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22702025-02-28T23:46:30.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
22712025-02-28T23:46:30.564Z
22722025-02-28T23:46:30.564Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22732025-02-28T23:46:31.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742025-02-28T23:46:31.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752025-02-28T23:46:31.212Z Compiling hashbrown v0.14.5
22762025-02-28T23:46:31.335Z Checking heck v0.5.0
22772025-02-28T23:46:31.347Z Compiling unsafe-libyaml v0.2.11
22782025-02-28T23:46:31.360Z Checking ipnetwork v0.20.0
22792025-02-28T23:46:31.374Z Compiling ident_case v1.0.1
22802025-02-28T23:46:31.386Z Checking progenitor-client v0.8.0
22812025-02-28T23:46:31.401Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22822025-02-28T23:46:31.505Z Checking newtype-uuid v1.2.1
22832025-02-28T23:46:31.540Z Compiling darling_core v0.20.10
22842025-02-28T23:46:31.695Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22852025-02-28T23:46:31.713Z Compiling proc-macro-crate v1.3.1
22862025-02-28T23:46:31.770Z Compiling structmeta-derive v0.3.0
22872025-02-28T23:46:31.793Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22882025-02-28T23:46:32.001Z Compiling thiserror v2.0.11
22892025-02-28T23:46:32.099Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22902025-02-28T23:46:32.291Z Checking regress v0.10.1
22912025-02-28T23:46:32.582Z Compiling serde_yaml v0.9.34+deprecated
22922025-02-28T23:46:32.675Z Compiling num_enum_derive v0.5.11
22932025-02-28T23:46:33.328Z Compiling lzma-sys v0.1.20
22942025-02-28T23:46:33.596Z Compiling thiserror-impl v2.0.11
22952025-02-28T23:46:34.053Z Compiling foreign-types-macros v0.2.3
22962025-02-28T23:46:34.398Z Compiling structmeta v0.3.0
22972025-02-28T23:46:34.809Z Compiling dropshot v0.15.1
22982025-02-28T23:46:35.066Z Checking foreign-types-shared v0.3.1
22992025-02-28T23:46:35.116Z Checking arc-swap v1.7.1
23002025-02-28T23:46:35.239Z Checking foreign-types v0.5.0
23012025-02-28T23:46:35.270Z Checking num_enum v0.5.11
23022025-02-28T23:46:35.351Z Compiling parse-display-derive v0.10.0
23032025-02-28T23:46:35.479Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23042025-02-28T23:46:35.526Z Checking slog-scope v4.4.0
23052025-02-28T23:46:35.732Z Compiling proc-macro-error v1.0.4
23062025-02-28T23:46:35.763Z Checking typify-impl v0.2.0
23072025-02-28T23:46:36.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082025-02-28T23:46:36.351Z Checking tungstenite v0.21.0
23092025-02-28T23:46:36.409Z Compiling heck v0.3.3
23102025-02-28T23:46:36.795Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112025-02-28T23:46:36.937Z Compiling dropshot_endpoint v0.15.1
23122025-02-28T23:46:37.194Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132025-02-28T23:46:37.220Z Checking cstr-argument v0.1.2
23142025-02-28T23:46:37.416Z Checking instant v0.1.13
23152025-02-28T23:46:37.544Z Checking base64 v0.21.7
23162025-02-28T23:46:37.604Z Compiling darling_macro v0.20.10
23172025-02-28T23:46:37.620Z Checking fastrand v2.1.1
23182025-02-28T23:46:38.151Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23192025-02-28T23:46:38.155Z Checking pretty-hex v0.2.1
23202025-02-28T23:46:38.155Z Checking tempfile v3.13.0
23212025-02-28T23:46:38.191Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23222025-02-28T23:46:38.280Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232025-02-28T23:46:38.380Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242025-02-28T23:46:38.408Z Checking backoff v0.4.0
23252025-02-28T23:46:38.436Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262025-02-28T23:46:38.462Z Checking tokio-tungstenite v0.21.0
23272025-02-28T23:46:38.529Z Checking strum v0.26.3
23282025-02-28T23:46:38.546Z Compiling darling v0.20.10
23292025-02-28T23:46:38.671Z Compiling serde_with_macros v3.11.0
23302025-02-28T23:46:38.691Z Compiling zone_cfg_derive v0.1.2
23312025-02-28T23:46:38.704Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23322025-02-28T23:46:38.727Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23332025-02-28T23:46:38.962Z Checking slog-stdlog v4.1.1
23342025-02-28T23:46:39.131Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23352025-02-28T23:46:39.202Z Checking parse-display v0.10.0
23362025-02-28T23:46:39.240Z Checking regress v0.9.1
23372025-02-28T23:46:39.287Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23382025-02-28T23:46:39.407Z Checking progenitor-client v0.9.1
23392025-02-28T23:46:39.426Z Checking colored v2.1.0
23402025-02-28T23:46:39.582Z Checking macaddr v1.0.1
23412025-02-28T23:46:39.711Z Checking unicode-width v0.1.14
23422025-02-28T23:46:39.772Z Checking base64 v0.13.1
23432025-02-28T23:46:40.026Z Checking zone v0.1.8
23442025-02-28T23:46:40.182Z Checking ron v0.7.1
23452025-02-28T23:46:40.199Z Checking tabwriter v1.4.0
23462025-02-28T23:46:40.451Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23472025-02-28T23:46:40.673Z Checking xz2 v0.1.7
23482025-02-28T23:46:40.913Z Checking slog-envlogger v2.2.0
23492025-02-28T23:46:40.982Z Checking xattr v1.3.1
23502025-02-28T23:46:41.153Z Checking pem v3.0.4
23512025-02-28T23:46:41.190Z Checking serde_with v3.11.0
23522025-02-28T23:46:41.207Z Checking yasna v0.5.2
23532025-02-28T23:46:41.238Z Checking headers-core v0.3.0
23542025-02-28T23:46:41.391Z Checking smf v0.2.3
23552025-02-28T23:46:41.417Z Checking filetime v0.2.25
23562025-02-28T23:46:41.621Z Checking same-file v1.0.6
23572025-02-28T23:46:41.808Z Checking walkdir v2.5.0
23582025-02-28T23:46:41.822Z Checking tar v0.4.42
23592025-02-28T23:46:41.825Z Checking headers v0.4.0
23602025-02-28T23:46:42.035Z Checking rcgen v0.12.1
23612025-02-28T23:46:42.092Z Checking atomicwrites v0.4.4
23622025-02-28T23:46:42.295Z Checking camino-tempfile v1.1.1
23632025-02-28T23:46:42.581Z Checking subprocess v0.2.9
23642025-02-28T23:46:45.337Z Compiling typify-macro v0.2.0
23652025-02-28T23:46:46.823Z Compiling typify v0.2.0
23662025-02-28T23:46:46.893Z Compiling progenitor-impl v0.8.0
23672025-02-28T23:46:49.300Z Compiling progenitor-macro v0.8.0
23682025-02-28T23:46:52.911Z Checking progenitor v0.8.0
23692025-02-28T23:46:53.049Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23702025-02-28T23:46:53.052Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23712025-02-28T23:46:55.493Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23722025-02-28T23:46:55.855Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732025-02-28T23:47:01.743Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23742025-02-28T23:47:03.219Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23752025-02-28T23:47:04.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
23762025-02-28T23:47:04.583Z
23772025-02-28T23:47:04.583Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23782025-02-28T23:47:05.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792025-02-28T23:47:05.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802025-02-28T23:47:05.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23812025-02-28T23:47:06.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
23822025-02-28T23:47:06.731Z
23832025-02-28T23:47:06.731Zinfo: running `cargo check --bins` on nexus-config (51/197)
23842025-02-28T23:47:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-02-28T23:47:07.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-02-28T23:47:07.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872025-02-28T23:47:07.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23882025-02-28T23:47:07.346Z
23892025-02-28T23:47:07.347Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23902025-02-28T23:47:07.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912025-02-28T23:47:07.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922025-02-28T23:47:07.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932025-02-28T23:47:07.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23942025-02-28T23:47:07.943Z
23952025-02-28T23:47:07.943Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23962025-02-28T23:47:08.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972025-02-28T23:47:08.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982025-02-28T23:47:08.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992025-02-28T23:47:08.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24002025-02-28T23:47:08.560Z
24012025-02-28T23:47:08.560Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
24022025-02-28T23:47:09.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032025-02-28T23:47:09.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042025-02-28T23:47:09.224Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24052025-02-28T23:47:09.335Z Compiling ipnetwork v0.20.0
24062025-02-28T23:47:09.339Z Compiling zerocopy v0.8.10
24072025-02-28T23:47:09.339Z Compiling progenitor-client v0.8.0
24082025-02-28T23:47:09.339Z Compiling itertools v0.13.0
24092025-02-28T23:47:09.339Z Compiling zerocopy-derive v0.8.10
24102025-02-28T23:47:09.339Z Compiling heapless v0.8.0
24112025-02-28T23:47:09.339Z Compiling thiserror v2.0.11
24122025-02-28T23:47:09.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24132025-02-28T23:47:09.664Z Checking hash32 v0.3.1
24142025-02-28T23:47:09.821Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24152025-02-28T23:47:09.848Z Compiling progenitor v0.8.0
24162025-02-28T23:47:10.078Z Compiling instant v0.1.13
24172025-02-28T23:47:10.112Z Compiling smoltcp v0.11.0
24182025-02-28T23:47:10.190Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24192025-02-28T23:47:10.205Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24202025-02-28T23:47:10.238Z Compiling backoff v0.4.0
24212025-02-28T23:47:10.486Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24222025-02-28T23:47:10.598Z Compiling dropshot v0.15.1
24232025-02-28T23:47:10.779Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24242025-02-28T23:47:11.003Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24252025-02-28T23:47:11.072Z Compiling serde_with v3.11.0
24262025-02-28T23:47:11.187Z Compiling parse-display v0.10.0
24272025-02-28T23:47:11.270Z Checking num-rational v0.4.2
24282025-02-28T23:47:11.781Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24292025-02-28T23:47:11.923Z Compiling progenitor-client v0.9.1
24302025-02-28T23:47:12.122Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24312025-02-28T23:47:12.446Z Compiling regress v0.9.1
24322025-02-28T23:47:13.487Z Compiling phf_generator v0.11.2
24332025-02-28T23:47:13.685Z Checking num-complex v0.4.6
24342025-02-28T23:47:14.578Z Compiling macaddr v1.0.1
24352025-02-28T23:47:14.832Z Checking cobs v0.2.3
24362025-02-28T23:47:15.019Z Checking num v0.4.3
24372025-02-28T23:47:15.043Z Checking postcard v1.0.10
24382025-02-28T23:47:15.136Z Compiling phf_codegen v0.11.2
24392025-02-28T23:47:15.450Z Compiling parse-zoneinfo v0.3.1
24402025-02-28T23:47:15.599Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24412025-02-28T23:47:15.912Z Compiling convert_case v0.4.0
24422025-02-28T23:47:17.186Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24432025-02-28T23:47:17.271Z Compiling float-ord v0.3.2
24442025-02-28T23:47:17.460Z Compiling derive_more v0.99.18
24452025-02-28T23:47:17.526Z Compiling chrono-tz-build v0.4.0
24462025-02-28T23:47:17.733Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24472025-02-28T23:47:18.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24482025-02-28T23:47:18.562Z Compiling crucible-workspace-hack v0.1.0
24492025-02-28T23:47:18.657Z Checking newline-converter v0.3.0
24502025-02-28T23:47:18.738Z Compiling chrono-tz v0.10.1
24512025-02-28T23:47:18.865Z Checking prettyplease v0.2.25
24522025-02-28T23:47:18.915Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24532025-02-28T23:47:19.395Z Compiling slog-dtrace v0.3.0
24542025-02-28T23:47:19.516Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24552025-02-28T23:47:19.684Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24562025-02-28T23:47:20.042Z Checking expectorate v1.1.0
24572025-02-28T23:47:20.194Z Compiling zone_cfg_derive v0.3.0
24582025-02-28T23:47:20.290Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24592025-02-28T23:47:20.932Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602025-02-28T23:47:21.231Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24612025-02-28T23:47:21.480Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24622025-02-28T23:47:21.537Z Compiling const_format_proc_macros v0.2.34
24632025-02-28T23:47:21.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24642025-02-28T23:47:21.911Z Compiling num-derive v0.4.2
24652025-02-28T23:47:22.011Z Checking highway v1.2.0
24662025-02-28T23:47:22.451Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24672025-02-28T23:47:22.653Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24682025-02-28T23:47:22.764Z Checking zone v0.3.0
24692025-02-28T23:47:22.780Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24702025-02-28T23:47:22.903Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24712025-02-28T23:47:23.460Z Checking const_format v0.2.34
24722025-02-28T23:47:23.541Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24732025-02-28T23:47:23.600Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24742025-02-28T23:47:24.190Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24752025-02-28T23:47:24.320Z Checking gethostname v0.5.0
24762025-02-28T23:47:24.338Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24772025-02-28T23:47:24.448Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24782025-02-28T23:47:24.470Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24792025-02-28T23:47:24.516Z Checking bcs v0.1.6
24802025-02-28T23:47:24.606Z Compiling async-recursion v1.1.1
24812025-02-28T23:47:24.776Z Checking termtree v0.5.1
24822025-02-28T23:47:26.256Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24832025-02-28T23:47:31.342Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24842025-02-28T23:47:34.514Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24852025-02-28T23:47:36.958Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24862025-02-28T23:47:38.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.55s
24872025-02-28T23:47:38.287Z
24882025-02-28T23:47:38.287Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24892025-02-28T23:47:38.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902025-02-28T23:47:38.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912025-02-28T23:47:38.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922025-02-28T23:47:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24932025-02-28T23:47:38.922Z
24942025-02-28T23:47:38.922Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24952025-02-28T23:47:39.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962025-02-28T23:47:39.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972025-02-28T23:47:39.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982025-02-28T23:47:39.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24992025-02-28T23:47:39.561Z
25002025-02-28T23:47:39.561Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
25012025-02-28T23:47:40.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022025-02-28T23:47:40.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032025-02-28T23:47:40.200Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25042025-02-28T23:47:40.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
25052025-02-28T23:47:40.995Z
25062025-02-28T23:47:40.995Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25072025-02-28T23:47:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082025-02-28T23:47:41.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092025-02-28T23:47:41.645Z Compiling cfg_aliases v0.1.1
25102025-02-28T23:47:41.648Z Compiling vte_generate_state_changes v0.1.2
25112025-02-28T23:47:41.649Z Checking fd-lock v4.0.2
25122025-02-28T23:47:41.649Z Checking nibble_vec v0.1.0
25132025-02-28T23:47:41.649Z Checking endian-type v0.1.2
25142025-02-28T23:47:41.750Z Checking bytecount v0.6.8
25152025-02-28T23:47:41.788Z Compiling tabled_derive v0.7.0
25162025-02-28T23:47:41.801Z Compiling peg-macros v0.8.4
25172025-02-28T23:47:41.832Z Compiling nix v0.28.0
25182025-02-28T23:47:41.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192025-02-28T23:47:41.938Z Checking papergrid v0.11.0
25202025-02-28T23:47:41.952Z Compiling sqlparser_derive v0.2.2
25212025-02-28T23:47:41.956Z Checking radix_trie v0.2.1
25222025-02-28T23:47:42.336Z Checking vte v0.11.1
25232025-02-28T23:47:42.352Z Checking nu-ansi-term v0.50.1
25242025-02-28T23:47:42.768Z Checking unicode_categories v0.1.1
25252025-02-28T23:47:42.943Z Checking home v0.5.9
25262025-02-28T23:47:42.999Z Checking sqlparser v0.45.0
25272025-02-28T23:47:43.085Z Checking sqlformat v0.2.6
25282025-02-28T23:47:43.130Z Checking display-error-chain v0.2.2
25292025-02-28T23:47:43.684Z Checking strip-ansi-escapes v0.2.0
25302025-02-28T23:47:43.853Z Checking reedline v0.35.0
25312025-02-28T23:47:43.912Z Checking tabled v0.15.0
25322025-02-28T23:47:44.339Z Checking peg v0.8.4
25332025-02-28T23:47:44.856Z Checking rustyline v14.0.0
25342025-02-28T23:47:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
25352025-02-28T23:47:53.579Z
25362025-02-28T23:47:53.579Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25372025-02-28T23:47:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-02-28T23:47:54.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-02-28T23:47:54.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402025-02-28T23:47:59.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
25412025-02-28T23:47:59.435Z
25422025-02-28T23:47:59.435Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25432025-02-28T23:47:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-02-28T23:47:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-02-28T23:48:00.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462025-02-28T23:48:03.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
25472025-02-28T23:48:03.730Z
25482025-02-28T23:48:03.730Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25492025-02-28T23:48:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-02-28T23:48:04.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-02-28T23:48:04.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522025-02-28T23:48:09.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
25532025-02-28T23:48:09.304Z
25542025-02-28T23:48:09.304Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25552025-02-28T23:48:09.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-02-28T23:48:09.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-02-28T23:48:09.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25582025-02-28T23:48:14.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
25592025-02-28T23:48:14.929Z
25602025-02-28T23:48:14.929Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25612025-02-28T23:48:15.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-02-28T23:48:15.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-02-28T23:48:15.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642025-02-28T23:48:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
25652025-02-28T23:48:19.427Z
25662025-02-28T23:48:19.427Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25672025-02-28T23:48:19.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-02-28T23:48:19.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-02-28T23:48:20.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702025-02-28T23:48:23.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
25712025-02-28T23:48:23.965Z
25722025-02-28T23:48:23.965Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25732025-02-28T23:48:24.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-02-28T23:48:24.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-02-28T23:48:24.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762025-02-28T23:48:29.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25772025-02-28T23:48:29.776Z
25782025-02-28T23:48:29.776Zinfo: running `cargo check --bins` on oximeter (66/197)
25792025-02-28T23:48:30.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802025-02-28T23:48:30.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812025-02-28T23:48:30.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822025-02-28T23:48:30.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25832025-02-28T23:48:30.388Z
25842025-02-28T23:48:30.388Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25852025-02-28T23:48:30.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-02-28T23:48:30.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-02-28T23:48:30.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882025-02-28T23:48:30.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25892025-02-28T23:48:30.980Z
25902025-02-28T23:48:30.980Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25912025-02-28T23:48:31.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922025-02-28T23:48:31.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932025-02-28T23:48:31.598Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25942025-02-28T23:48:33.592Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25952025-02-28T23:48:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
25962025-02-28T23:48:34.709Z
25972025-02-28T23:48:34.709Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25982025-02-28T23:48:35.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-02-28T23:48:35.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-02-28T23:48:35.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-02-28T23:48:35.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022025-02-28T23:48:35.317Z
26032025-02-28T23:48:35.317Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
26042025-02-28T23:48:35.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-02-28T23:48:35.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-02-28T23:48:35.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-02-28T23:48:35.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26082025-02-28T23:48:35.928Z
26092025-02-28T23:48:35.928Zinfo: running `cargo check --bins` on oxql-types (71/197)
26102025-02-28T23:48:36.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-02-28T23:48:36.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-02-28T23:48:36.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-02-28T23:48:36.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26142025-02-28T23:48:36.536Z
26152025-02-28T23:48:36.537Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26162025-02-28T23:48:37.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-02-28T23:48:37.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-02-28T23:48:37.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-02-28T23:48:37.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26202025-02-28T23:48:37.170Z
26212025-02-28T23:48:37.170Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26222025-02-28T23:48:37.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-02-28T23:48:37.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-02-28T23:48:37.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-02-28T23:48:37.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26262025-02-28T23:48:37.786Z
26272025-02-28T23:48:37.786Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26282025-02-28T23:48:38.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-02-28T23:48:38.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-02-28T23:48:38.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-02-28T23:48:38.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26322025-02-28T23:48:38.417Z
26332025-02-28T23:48:38.417Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26342025-02-28T23:48:38.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-02-28T23:48:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-02-28T23:48:38.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-02-28T23:48:38.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26382025-02-28T23:48:39.031Z
26392025-02-28T23:48:39.032Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26402025-02-28T23:48:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-02-28T23:48:39.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-02-28T23:48:39.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-02-28T23:48:39.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26442025-02-28T23:48:39.646Z
26452025-02-28T23:48:39.646Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26462025-02-28T23:48:40.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-02-28T23:48:40.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-02-28T23:48:40.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-02-28T23:48:40.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26502025-02-28T23:48:40.263Z
26512025-02-28T23:48:40.263Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26522025-02-28T23:48:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-02-28T23:48:40.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-02-28T23:48:40.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-02-28T23:48:40.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26562025-02-28T23:48:40.863Z
26572025-02-28T23:48:40.863Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26582025-02-28T23:48:41.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-02-28T23:48:41.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-02-28T23:48:41.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-02-28T23:48:41.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26622025-02-28T23:48:41.491Z
26632025-02-28T23:48:41.491Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26642025-02-28T23:48:42.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-02-28T23:48:42.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-02-28T23:48:42.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-02-28T23:48:42.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26682025-02-28T23:48:42.104Z
26692025-02-28T23:48:42.105Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26702025-02-28T23:48:42.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-02-28T23:48:42.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-02-28T23:48:42.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-02-28T23:48:42.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26742025-02-28T23:48:42.716Z
26752025-02-28T23:48:42.716Zinfo: running `cargo check --bins` on dpd-client (82/197)
26762025-02-28T23:48:43.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-02-28T23:48:43.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-02-28T23:48:43.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-02-28T23:48:43.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26802025-02-28T23:48:43.330Z
26812025-02-28T23:48:43.330Zinfo: running `cargo check --bins` on gateway-client (83/197)
26822025-02-28T23:48:43.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-02-28T23:48:43.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-02-28T23:48:43.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-02-28T23:48:43.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26862025-02-28T23:48:43.934Z
26872025-02-28T23:48:43.934Zinfo: running `cargo check --bins` on installinator-client (84/197)
26882025-02-28T23:48:44.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-02-28T23:48:44.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-02-28T23:48:44.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-02-28T23:48:44.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26922025-02-28T23:48:44.577Z
26932025-02-28T23:48:44.577Zinfo: running `cargo check --bins` on installinator-common (85/197)
26942025-02-28T23:48:45.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-02-28T23:48:45.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-02-28T23:48:45.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-02-28T23:48:45.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26982025-02-28T23:48:45.206Z
26992025-02-28T23:48:45.206Zinfo: running `cargo check --bins` on update-engine (86/197)
27002025-02-28T23:48:45.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-02-28T23:48:45.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-02-28T23:48:45.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-02-28T23:48:45.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27042025-02-28T23:48:45.815Z
27052025-02-28T23:48:45.815Zinfo: running `cargo check --bins` on nexus-client (87/197)
27062025-02-28T23:48:46.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-02-28T23:48:46.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-02-28T23:48:46.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-02-28T23:48:46.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27102025-02-28T23:48:46.459Z
27112025-02-28T23:48:46.459Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27122025-02-28T23:48:47.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-02-28T23:48:47.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-02-28T23:48:47.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-02-28T23:48:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27162025-02-28T23:48:47.088Z
27172025-02-28T23:48:47.088Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27182025-02-28T23:48:47.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-02-28T23:48:47.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-02-28T23:48:47.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-02-28T23:48:47.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27222025-02-28T23:48:47.703Z
27232025-02-28T23:48:47.703Zinfo: running `cargo check --bins` on nexus-types (90/197)
27242025-02-28T23:48:48.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-02-28T23:48:48.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-02-28T23:48:48.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-02-28T23:48:48.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27282025-02-28T23:48:48.346Z
27292025-02-28T23:48:48.346Zinfo: running `cargo check --bins` on oxide-client (91/197)
27302025-02-28T23:48:48.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-02-28T23:48:48.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-02-28T23:48:48.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-02-28T23:48:48.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27342025-02-28T23:48:48.941Z
27352025-02-28T23:48:48.942Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27362025-02-28T23:48:49.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-02-28T23:48:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-02-28T23:48:49.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-02-28T23:48:49.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27402025-02-28T23:48:49.553Z
27412025-02-28T23:48:49.553Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27422025-02-28T23:48:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-02-28T23:48:50.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-02-28T23:48:50.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-02-28T23:48:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27462025-02-28T23:48:50.153Z
27472025-02-28T23:48:50.153Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27482025-02-28T23:48:50.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-02-28T23:48:50.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-02-28T23:48:50.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-02-28T23:48:50.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27522025-02-28T23:48:50.781Z
27532025-02-28T23:48:50.781Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27542025-02-28T23:48:51.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-02-28T23:48:51.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-02-28T23:48:51.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-02-28T23:48:51.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27582025-02-28T23:48:51.429Z
27592025-02-28T23:48:51.429Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27602025-02-28T23:48:51.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-02-28T23:48:51.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-02-28T23:48:51.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-02-28T23:48:51.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27642025-02-28T23:48:52.068Z
27652025-02-28T23:48:52.068Zinfo: running `cargo check --bins` on wicket-common (97/197)
27662025-02-28T23:48:52.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-02-28T23:48:52.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-02-28T23:48:52.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692025-02-28T23:48:52.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27702025-02-28T23:48:52.701Z
27712025-02-28T23:48:52.702Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27722025-02-28T23:48:53.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-02-28T23:48:53.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-02-28T23:48:53.346Z Checking csv-core v0.1.11
27752025-02-28T23:48:53.349Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27762025-02-28T23:48:53.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27772025-02-28T23:48:53.350Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27782025-02-28T23:48:53.624Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27792025-02-28T23:48:53.672Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802025-02-28T23:48:53.683Z Checking csv v1.3.1
27812025-02-28T23:48:54.229Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27822025-02-28T23:48:54.573Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27832025-02-28T23:48:56.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
27842025-02-28T23:48:56.310Z
27852025-02-28T23:48:56.310Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27862025-02-28T23:48:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-02-28T23:48:56.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-02-28T23:48:56.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-02-28T23:48:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27902025-02-28T23:48:56.923Z
27912025-02-28T23:48:56.923Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27922025-02-28T23:48:57.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-02-28T23:48:57.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-02-28T23:48:57.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-02-28T23:48:57.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27962025-02-28T23:48:57.547Z
27972025-02-28T23:48:57.547Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27982025-02-28T23:48:58.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-02-28T23:48:58.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-02-28T23:48:58.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-02-28T23:48:58.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28022025-02-28T23:48:58.269Z
28032025-02-28T23:48:58.269Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
28042025-02-28T23:48:58.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-02-28T23:48:58.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-02-28T23:48:58.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-02-28T23:48:58.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28082025-02-28T23:48:58.994Z
28092025-02-28T23:48:58.994Zinfo: running `cargo check --bins` on dns-server (103/197)
28102025-02-28T23:48:59.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-02-28T23:48:59.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-02-28T23:48:59.634Z Compiling typify-impl v0.3.0
28132025-02-28T23:48:59.984Z Compiling parking_lot_core v0.8.6
28142025-02-28T23:49:00.001Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28152025-02-28T23:49:00.001Z Checking fxhash v0.2.1
28162025-02-28T23:49:00.001Z Checking hickory-client v0.24.2
28172025-02-28T23:49:00.001Z Checking hickory-server v0.24.2
28182025-02-28T23:49:00.341Z Checking parking_lot v0.11.2
28192025-02-28T23:49:00.614Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202025-02-28T23:49:00.662Z Checking sled v0.34.7
28212025-02-28T23:49:05.265Z Compiling typify-macro v0.3.0
28222025-02-28T23:49:06.782Z Compiling typify v0.3.0
28232025-02-28T23:49:06.854Z Compiling progenitor-impl v0.9.1
28242025-02-28T23:49:09.235Z Compiling progenitor-macro v0.9.1
28252025-02-28T23:49:12.875Z Checking progenitor v0.9.1
28262025-02-28T23:49:13.014Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28272025-02-28T23:49:13.473Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28282025-02-28T23:49:14.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s
28292025-02-28T23:49:14.891Z
28302025-02-28T23:49:14.891Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28312025-02-28T23:49:15.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-02-28T23:49:15.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-02-28T23:49:15.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-02-28T23:49:15.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28352025-02-28T23:49:15.502Z
28362025-02-28T23:49:15.502Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28372025-02-28T23:49:16.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-02-28T23:49:16.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-02-28T23:49:16.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-02-28T23:49:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28412025-02-28T23:49:16.162Z
28422025-02-28T23:49:16.162Zinfo: running `cargo check --bins` on gateway-types (106/197)
28432025-02-28T23:49:16.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-02-28T23:49:16.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-02-28T23:49:16.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-02-28T23:49:16.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28472025-02-28T23:49:16.774Z
28482025-02-28T23:49:16.774Zinfo: running `cargo check --bins` on ipcc (107/197)
28492025-02-28T23:49:17.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-02-28T23:49:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-02-28T23:49:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-02-28T23:49:17.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28532025-02-28T23:49:17.387Z
28542025-02-28T23:49:17.387Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28552025-02-28T23:49:17.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-02-28T23:49:17.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-02-28T23:49:18.073Z Compiling radium v0.7.0
28582025-02-28T23:49:18.074Z Compiling semver v0.1.20
28592025-02-28T23:49:18.191Z Compiling maybe-uninit v2.0.0
28602025-02-28T23:49:18.194Z Checking tap v1.0.1
28612025-02-28T23:49:18.208Z Checking password-hash v0.5.0
28622025-02-28T23:49:18.212Z Checking blake2 v0.10.6
28632025-02-28T23:49:18.212Z Compiling owo-colors v4.1.0
28642025-02-28T23:49:18.212Z Compiling cancel-safe-futures v0.1.5
28652025-02-28T23:49:18.342Z Checking wyz v0.5.1
28662025-02-28T23:49:18.506Z Compiling packed_struct v0.10.1
28672025-02-28T23:49:18.563Z Compiling rustc_version v0.1.7
28682025-02-28T23:49:18.648Z Checking crc-catalog v2.4.0
28692025-02-28T23:49:18.651Z Checking funty v2.0.0
28702025-02-28T23:49:18.711Z Checking argon2 v0.5.3
28712025-02-28T23:49:18.798Z Compiling packed_struct_codegen v0.10.1
28722025-02-28T23:49:18.801Z Checking crc v3.2.1
28732025-02-28T23:49:18.823Z Checking half v2.4.1
28742025-02-28T23:49:18.954Z Compiling indexmap v1.9.3
28752025-02-28T23:49:18.973Z Compiling newtype_derive v0.1.6
28762025-02-28T23:49:18.974Z Checking nodrop v0.1.14
28772025-02-28T23:49:19.123Z Checking ciborium-io v0.2.2
28782025-02-28T23:49:19.225Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28792025-02-28T23:49:19.247Z Checking array-init v0.0.4
28802025-02-28T23:49:19.265Z Checking ciborium-ll v0.2.2
28812025-02-28T23:49:19.348Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28822025-02-28T23:49:19.442Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28832025-02-28T23:49:19.481Z Checking bitvec v1.0.1
28842025-02-28T23:49:19.537Z Checking smallvec v0.6.14
28852025-02-28T23:49:19.620Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28862025-02-28T23:49:19.906Z Checking libsw v3.3.1
28872025-02-28T23:49:20.015Z Compiling memoffset v0.9.1
28882025-02-28T23:49:20.069Z Checking termcolor v1.4.1
28892025-02-28T23:49:20.158Z Checking bitfield v0.14.0
28902025-02-28T23:49:20.185Z Checking swrite v0.1.0
28912025-02-28T23:49:20.322Z Checking linear-map v1.2.0
28922025-02-28T23:49:20.340Z Checking hashbrown v0.12.3
28932025-02-28T23:49:20.444Z Checking indent_write v2.2.0
28942025-02-28T23:49:20.500Z Checking env_logger v0.10.2
28952025-02-28T23:49:20.567Z Checking ron v0.8.1
28962025-02-28T23:49:20.658Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28972025-02-28T23:49:20.796Z Checking serde-hex v0.1.0
28982025-02-28T23:49:20.839Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28992025-02-28T23:49:20.915Z Checking ciborium v0.2.2
29002025-02-28T23:49:21.533Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29012025-02-28T23:49:21.753Z Checking steno v0.4.1
29022025-02-28T23:49:21.857Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29032025-02-28T23:49:21.907Z Checking hashbrown v0.13.2
29042025-02-28T23:49:22.060Z Checking humantime v2.1.0
29052025-02-28T23:49:22.099Z Checking crc-any v2.5.0
29062025-02-28T23:49:22.350Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29072025-02-28T23:49:22.464Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29082025-02-28T23:49:22.758Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29092025-02-28T23:49:22.831Z Checking object v0.30.4
29102025-02-28T23:49:23.053Z Checking path-slash v0.1.5
29112025-02-28T23:49:23.151Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29122025-02-28T23:49:23.215Z Checking nix v0.27.1
29132025-02-28T23:49:23.741Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29142025-02-28T23:49:23.834Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29152025-02-28T23:49:24.096Z Checking tungstenite v0.23.0
29162025-02-28T23:49:24.380Z Checking kstat-rs v0.2.4
29172025-02-28T23:49:24.433Z Checking signal-hook-tokio v0.3.1
29182025-02-28T23:49:24.716Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29192025-02-28T23:49:24.939Z Checking tokio-tungstenite v0.23.1
29202025-02-28T23:49:25.520Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29212025-02-28T23:49:25.693Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29222025-02-28T23:49:25.855Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29232025-02-28T23:49:32.481Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29242025-02-28T23:49:33.801Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29252025-02-28T23:49:36.078Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29262025-02-28T23:49:41.365Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29272025-02-28T23:49:42.015Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29282025-02-28T23:49:44.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s
29292025-02-28T23:49:44.876Z
29302025-02-28T23:49:44.876Zinfo: running `cargo check --bins` on gateway-api (109/197)
29312025-02-28T23:49:45.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-02-28T23:49:45.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-02-28T23:49:45.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342025-02-28T23:49:45.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29352025-02-28T23:49:45.492Z
29362025-02-28T23:49:45.492Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29372025-02-28T23:49:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382025-02-28T23:49:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392025-02-28T23:49:46.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402025-02-28T23:49:46.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412025-02-28T23:49:46.087Z
29422025-02-28T23:49:46.087Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29432025-02-28T23:49:46.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442025-02-28T23:49:46.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452025-02-28T23:49:46.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462025-02-28T23:49:46.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29472025-02-28T23:49:46.704Z
29482025-02-28T23:49:46.704Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29492025-02-28T23:49:47.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502025-02-28T23:49:47.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512025-02-28T23:49:47.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522025-02-28T23:49:47.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29532025-02-28T23:49:47.321Z
29542025-02-28T23:49:47.321Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29552025-02-28T23:49:47.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562025-02-28T23:49:47.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572025-02-28T23:49:47.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582025-02-28T23:49:47.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29592025-02-28T23:49:47.933Z
29602025-02-28T23:49:47.934Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29612025-02-28T23:49:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622025-02-28T23:49:48.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632025-02-28T23:49:48.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642025-02-28T23:49:48.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29652025-02-28T23:49:48.550Z
29662025-02-28T23:49:48.550Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29672025-02-28T23:49:49.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682025-02-28T23:49:49.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692025-02-28T23:49:49.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702025-02-28T23:49:49.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29712025-02-28T23:49:49.167Z
29722025-02-28T23:49:49.167Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29732025-02-28T23:49:49.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742025-02-28T23:49:49.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752025-02-28T23:49:49.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762025-02-28T23:49:49.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29772025-02-28T23:49:49.792Z
29782025-02-28T23:49:49.792Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29792025-02-28T23:49:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802025-02-28T23:49:50.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812025-02-28T23:49:50.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822025-02-28T23:49:50.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29832025-02-28T23:49:50.433Z
29842025-02-28T23:49:50.433Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29852025-02-28T23:49:50.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-02-28T23:49:50.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-02-28T23:49:50.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882025-02-28T23:49:50.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29892025-02-28T23:49:51.051Z
29902025-02-28T23:49:51.051Zinfo: running `cargo check --bins` on sp-sim (119/197)
29912025-02-28T23:49:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922025-02-28T23:49:51.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932025-02-28T23:49:51.685Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29942025-02-28T23:49:52.126Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29952025-02-28T23:49:53.781Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29962025-02-28T23:49:55.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
29972025-02-28T23:49:55.544Z
29982025-02-28T23:49:55.544Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29992025-02-28T23:49:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-02-28T23:49:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-02-28T23:49:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-02-28T23:49:56.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30032025-02-28T23:49:56.209Z
30042025-02-28T23:49:56.209Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
30052025-02-28T23:49:56.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-02-28T23:49:56.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-02-28T23:49:56.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-02-28T23:49:56.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30092025-02-28T23:49:56.889Z
30102025-02-28T23:49:56.889Zinfo: running `cargo check --bins` on db-macros (122/197)
30112025-02-28T23:49:57.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-02-28T23:49:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-02-28T23:49:57.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-02-28T23:49:57.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30152025-02-28T23:49:57.489Z
30162025-02-28T23:49:57.489Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30172025-02-28T23:49:58.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-02-28T23:49:58.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-02-28T23:49:58.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-02-28T23:49:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30212025-02-28T23:49:58.094Z
30222025-02-28T23:49:58.094Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30232025-02-28T23:49:58.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-02-28T23:49:58.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-02-28T23:49:58.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-02-28T23:49:58.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30272025-02-28T23:49:58.759Z
30282025-02-28T23:49:58.759Zinfo: running `cargo check --bins` on authz-macros (125/197)
30292025-02-28T23:49:59.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-02-28T23:49:59.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-02-28T23:49:59.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-02-28T23:49:59.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30332025-02-28T23:49:59.364Z
30342025-02-28T23:49:59.364Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30352025-02-28T23:49:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-02-28T23:49:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-02-28T23:49:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-02-28T23:49:59.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30392025-02-28T23:50:00.025Z
30402025-02-28T23:50:00.025Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30412025-02-28T23:50:00.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-02-28T23:50:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-02-28T23:50:00.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-02-28T23:50:00.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30452025-02-28T23:50:00.674Z
30462025-02-28T23:50:00.674Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30472025-02-28T23:50:01.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-02-28T23:50:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-02-28T23:50:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-02-28T23:50:01.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30512025-02-28T23:50:01.287Z
30522025-02-28T23:50:01.287Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30532025-02-28T23:50:01.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-02-28T23:50:01.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-02-28T23:50:01.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-02-28T23:50:01.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30572025-02-28T23:50:01.934Z
30582025-02-28T23:50:01.934Zinfo: running `cargo check --bins` on typed-rng (130/197)
30592025-02-28T23:50:02.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-02-28T23:50:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-02-28T23:50:02.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-02-28T23:50:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632025-02-28T23:50:02.536Z
30642025-02-28T23:50:02.536Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30652025-02-28T23:50:03.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-02-28T23:50:03.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-02-28T23:50:03.266Z Checking keccak v0.1.5
30682025-02-28T23:50:03.379Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30692025-02-28T23:50:03.383Z Checking secrecy v0.8.0
30702025-02-28T23:50:03.383Z Compiling unicase v2.7.0
30712025-02-28T23:50:03.383Z Compiling same-file v1.0.6
30722025-02-28T23:50:03.426Z Compiling tempfile v3.13.0
30732025-02-28T23:50:03.441Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
30742025-02-28T23:50:03.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30752025-02-28T23:50:03.553Z Compiling thiserror-impl-no-std v2.0.2
30762025-02-28T23:50:03.666Z Checking sha3 v0.10.8
30772025-02-28T23:50:03.686Z Compiling walkdir v2.5.0
30782025-02-28T23:50:03.726Z Checking universal-hash v0.5.1
30792025-02-28T23:50:03.742Z Compiling blake3 v1.5.4
30802025-02-28T23:50:03.915Z Checking opaque-debug v0.3.1
30812025-02-28T23:50:03.936Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30822025-02-28T23:50:03.986Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
30832025-02-28T23:50:04.019Z Checking poly1305 v0.8.0
30842025-02-28T23:50:04.038Z Checking chacha20 v0.9.1
30852025-02-28T23:50:04.193Z Checking aead v0.5.2
30862025-02-28T23:50:04.234Z Compiling memmap2 v0.9.5
30872025-02-28T23:50:04.337Z Compiling libefi-sys v0.1.0
30882025-02-28T23:50:04.386Z Compiling arrayref v0.3.9
30892025-02-28T23:50:04.428Z Compiling constant_time_eq v0.3.1
30902025-02-28T23:50:04.517Z Compiling arrayvec v0.7.6
30912025-02-28T23:50:04.533Z Compiling salty v0.3.0
30922025-02-28T23:50:04.622Z Checking chacha20poly1305 v0.10.1
30932025-02-28T23:50:04.675Z Compiling toolchain_find v0.4.0
30942025-02-28T23:50:04.803Z Compiling camino-tempfile v1.1.1
30952025-02-28T23:50:04.863Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30962025-02-28T23:50:04.946Z Compiling bitfield-struct v0.6.2
30972025-02-28T23:50:05.054Z Compiling topological-sort v0.2.2
30982025-02-28T23:50:05.220Z Compiling mime_guess v2.0.5
30992025-02-28T23:50:05.304Z Compiling rustfmt-wrapper v0.2.1
31002025-02-28T23:50:05.752Z Compiling omicron-zone-package v0.12.0
31012025-02-28T23:50:05.828Z Compiling progenitor v0.9.1
31022025-02-28T23:50:05.896Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31032025-02-28T23:50:06.053Z Checking primeorder v0.13.6
31042025-02-28T23:50:06.161Z Checking env_filter v0.1.2
31052025-02-28T23:50:06.181Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31062025-02-28T23:50:06.264Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31072025-02-28T23:50:06.315Z Checking thiserror-no-std v2.0.2
31082025-02-28T23:50:06.399Z Checking env_logger v0.11.5
31092025-02-28T23:50:06.426Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31102025-02-28T23:50:06.444Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31112025-02-28T23:50:06.447Z Checking vsss-rs v3.3.4
31122025-02-28T23:50:06.498Z Checking p384 v0.13.0
31132025-02-28T23:50:06.520Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31142025-02-28T23:50:06.780Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31152025-02-28T23:50:06.783Z Checking simd-adler32 v0.3.7
31162025-02-28T23:50:06.996Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31172025-02-28T23:50:07.015Z Checking http-range v0.1.5
31182025-02-28T23:50:07.140Z Checking bumpalo v3.16.0
31192025-02-28T23:50:07.198Z Checking lockfree-object-pool v0.1.6
31202025-02-28T23:50:07.217Z Compiling zip v2.1.3
31212025-02-28T23:50:07.331Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222025-02-28T23:50:07.471Z Checking zopfli v0.8.1
31232025-02-28T23:50:07.531Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31242025-02-28T23:50:07.603Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31252025-02-28T23:50:07.891Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31262025-02-28T23:50:08.142Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272025-02-28T23:50:08.202Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31282025-02-28T23:50:08.202Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292025-02-28T23:50:08.523Z Checking nanorand v0.7.0
31302025-02-28T23:50:08.701Z Checking atty v0.2.14
31312025-02-28T23:50:08.720Z Checking glob v0.3.2
31322025-02-28T23:50:08.738Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31332025-02-28T23:50:08.847Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31342025-02-28T23:50:08.871Z Checking flume v0.11.1
31352025-02-28T23:50:09.050Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31362025-02-28T23:50:09.356Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372025-02-28T23:50:10.000Z Checking hyper-staticfile v0.10.1
31382025-02-28T23:50:10.108Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31392025-02-28T23:50:10.407Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31402025-02-28T23:50:10.513Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31412025-02-28T23:50:10.766Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422025-02-28T23:50:10.789Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31432025-02-28T23:50:11.027Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
31442025-02-28T23:50:11.302Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31452025-02-28T23:50:11.512Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31462025-02-28T23:50:11.637Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31472025-02-28T23:50:11.949Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482025-02-28T23:50:14.952Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31492025-02-28T23:50:14.952Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31502025-02-28T23:50:22.990Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31512025-02-28T23:50:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.17s
31522025-02-28T23:50:35.910Z
31532025-02-28T23:50:35.910Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31542025-02-28T23:50:36.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552025-02-28T23:50:36.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562025-02-28T23:50:36.638Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31572025-02-28T23:50:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
31582025-02-28T23:50:49.835Z
31592025-02-28T23:50:49.835Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31602025-02-28T23:50:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-02-28T23:50:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-02-28T23:50:50.560Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632025-02-28T23:51:03.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
31642025-02-28T23:51:03.798Z
31652025-02-28T23:51:03.798Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31662025-02-28T23:51:04.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-02-28T23:51:04.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-02-28T23:51:04.519Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692025-02-28T23:51:17.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
31702025-02-28T23:51:17.603Z
31712025-02-28T23:51:17.603Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31722025-02-28T23:51:18.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-02-28T23:51:18.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-02-28T23:51:18.330Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-02-28T23:51:31.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
31762025-02-28T23:51:31.658Z
31772025-02-28T23:51:31.658Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31782025-02-28T23:51:32.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-02-28T23:51:32.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-02-28T23:51:32.382Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-02-28T23:51:45.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
31822025-02-28T23:51:45.464Z
31832025-02-28T23:51:45.464Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31842025-02-28T23:51:46.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-02-28T23:51:46.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-02-28T23:51:46.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-02-28T23:51:59.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
31882025-02-28T23:51:59.473Z
31892025-02-28T23:51:59.473Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31902025-02-28T23:52:00.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-02-28T23:52:00.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-02-28T23:52:00.192Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31932025-02-28T23:52:13.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
31942025-02-28T23:52:13.268Z
31952025-02-28T23:52:13.268Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31962025-02-28T23:52:13.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-02-28T23:52:13.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-02-28T23:52:13.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992025-02-28T23:52:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32002025-02-28T23:52:13.911Z
32012025-02-28T23:52:13.911Zinfo: running `cargo check --bins` on key-manager (140/197)
32022025-02-28T23:52:14.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-02-28T23:52:14.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-02-28T23:52:14.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052025-02-28T23:52:14.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32062025-02-28T23:52:14.522Z
32072025-02-28T23:52:14.522Zinfo: running `cargo check --bins` on range-requests (141/197)
32082025-02-28T23:52:15.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-02-28T23:52:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-02-28T23:52:15.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112025-02-28T23:52:15.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32122025-02-28T23:52:15.117Z
32132025-02-28T23:52:15.117Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32142025-02-28T23:52:15.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-02-28T23:52:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-02-28T23:52:15.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-02-28T23:52:15.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32182025-02-28T23:52:15.731Z
32192025-02-28T23:52:15.731Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32202025-02-28T23:52:16.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-02-28T23:52:16.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-02-28T23:52:16.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-02-28T23:52:16.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32242025-02-28T23:52:16.373Z
32252025-02-28T23:52:16.373Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32262025-02-28T23:52:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-02-28T23:52:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-02-28T23:52:16.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-02-28T23:52:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32302025-02-28T23:52:16.966Z
32312025-02-28T23:52:16.966Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32322025-02-28T23:52:17.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-02-28T23:52:17.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-02-28T23:52:17.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-02-28T23:52:17.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32362025-02-28T23:52:17.589Z
32372025-02-28T23:52:17.589Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32382025-02-28T23:52:18.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-02-28T23:52:18.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-02-28T23:52:18.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-02-28T23:52:18.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32422025-02-28T23:52:18.225Z
32432025-02-28T23:52:18.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32442025-02-28T23:52:18.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-02-28T23:52:18.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-02-28T23:52:18.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-02-28T23:52:18.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32482025-02-28T23:52:18.859Z
32492025-02-28T23:52:18.859Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32502025-02-28T23:52:19.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-02-28T23:52:19.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-02-28T23:52:19.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-02-28T23:52:19.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32542025-02-28T23:52:19.498Z
32552025-02-28T23:52:19.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32562025-02-28T23:52:20.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-02-28T23:52:20.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-02-28T23:52:20.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-02-28T23:52:20.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32602025-02-28T23:52:20.160Z
32612025-02-28T23:52:20.160Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32622025-02-28T23:52:20.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-02-28T23:52:20.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-02-28T23:52:20.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-02-28T23:52:20.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32662025-02-28T23:52:20.807Z
32672025-02-28T23:52:20.807Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32682025-02-28T23:52:21.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-02-28T23:52:21.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-02-28T23:52:21.480Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32712025-02-28T23:52:21.480Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32722025-02-28T23:52:22.331Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32732025-02-28T23:52:24.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
32742025-02-28T23:52:24.441Z
32752025-02-28T23:52:24.441Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32762025-02-28T23:52:24.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-02-28T23:52:24.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-02-28T23:52:24.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-02-28T23:52:24.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32802025-02-28T23:52:25.055Z
32812025-02-28T23:52:25.055Zinfo: running `cargo check --bins` on cert-dev (153/197)
32822025-02-28T23:52:25.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-02-28T23:52:25.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-02-28T23:52:25.653Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32852025-02-28T23:52:25.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32862025-02-28T23:52:26.090Z
32872025-02-28T23:52:26.090Zinfo: running `cargo check --bins` on clickana (154/197)
32882025-02-28T23:52:26.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-02-28T23:52:26.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-02-28T23:52:26.728Z Checking castaway v0.2.3
32912025-02-28T23:52:26.731Z Checking lru v0.12.5
32922025-02-28T23:52:26.731Z Compiling instability v0.3.2
32932025-02-28T23:52:26.732Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942025-02-28T23:52:26.732Z Checking unicode-truncate v1.1.0
32952025-02-28T23:52:26.833Z Checking cassowary v0.3.0
32962025-02-28T23:52:26.947Z Checking compact_str v0.8.0
32972025-02-28T23:52:27.534Z Checking ratatui v0.28.1
32982025-02-28T23:52:28.384Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32992025-02-28T23:52:29.353Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33002025-02-28T23:52:30.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
33012025-02-28T23:52:30.347Z
33022025-02-28T23:52:30.347Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
33032025-02-28T23:52:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-02-28T23:52:30.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-02-28T23:52:31.018Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33062025-02-28T23:52:31.018Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33072025-02-28T23:52:32.004Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33082025-02-28T23:52:32.469Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33092025-02-28T23:52:32.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
33102025-02-28T23:52:32.982Z
33112025-02-28T23:52:32.982Zinfo: running `cargo check --bins` on ch-dev (156/197)
33122025-02-28T23:52:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-02-28T23:52:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-02-28T23:52:33.631Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33152025-02-28T23:52:34.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33162025-02-28T23:52:34.510Z
33172025-02-28T23:52:34.510Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33182025-02-28T23:52:35.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-02-28T23:52:35.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-02-28T23:52:35.147Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33212025-02-28T23:52:35.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
33222025-02-28T23:52:35.666Z
33232025-02-28T23:52:35.666Zinfo: running `cargo check --bins` on db-dev (158/197)
33242025-02-28T23:52:36.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-02-28T23:52:36.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-02-28T23:52:36.310Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33272025-02-28T23:52:37.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33282025-02-28T23:52:37.197Z
33292025-02-28T23:52:37.197Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33302025-02-28T23:52:37.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-02-28T23:52:37.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-02-28T23:52:37.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332025-02-28T23:52:37.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33342025-02-28T23:52:37.827Z
33352025-02-28T23:52:37.827Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33362025-02-28T23:52:38.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-02-28T23:52:38.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-02-28T23:52:38.430Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33392025-02-28T23:52:39.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
33402025-02-28T23:52:39.430Z
33412025-02-28T23:52:39.430Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33422025-02-28T23:52:39.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-02-28T23:52:39.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-02-28T23:52:40.039Z Checking cargo-platform v0.1.8
33452025-02-28T23:52:40.314Z Checking cargo_metadata v0.18.1
33462025-02-28T23:52:41.238Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33472025-02-28T23:52:42.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
33482025-02-28T23:52:42.209Z
33492025-02-28T23:52:42.209Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33502025-02-28T23:52:42.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-02-28T23:52:42.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-02-28T23:52:42.917Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33532025-02-28T23:52:44.296Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542025-02-28T23:52:44.839Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33552025-02-28T23:52:45.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
33562025-02-28T23:52:45.557Z
33572025-02-28T23:52:45.557Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33582025-02-28T23:52:46.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-02-28T23:52:46.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-02-28T23:52:46.330Z Compiling crunchy v0.2.2
33612025-02-28T23:52:46.330Z Compiling tiny-keccak v2.0.2
33622025-02-28T23:52:46.333Z Compiling dsl_auto_type v0.1.2
33632025-02-28T23:52:46.333Z Checking scheduled-thread-pool v0.2.7
33642025-02-28T23:52:46.333Z Compiling diesel_table_macro_syntax v0.2.0
33652025-02-28T23:52:46.479Z Compiling ascii-canvas v3.0.0
33662025-02-28T23:52:46.496Z Compiling ena v0.14.3
33672025-02-28T23:52:46.499Z Compiling diff v0.1.13
33682025-02-28T23:52:46.688Z Checking r2d2 v0.8.10
33692025-02-28T23:52:46.740Z Compiling regex-syntax v0.6.29
33702025-02-28T23:52:46.869Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33712025-02-28T23:52:46.888Z Compiling ref-cast v1.0.23
33722025-02-28T23:52:46.966Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33732025-02-28T23:52:47.008Z Compiling derive_builder_core v0.20.2
33742025-02-28T23:52:47.066Z Compiling libxml v0.3.3
33752025-02-28T23:52:47.088Z Compiling ref-cast-impl v1.0.23
33762025-02-28T23:52:47.260Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33772025-02-28T23:52:47.487Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33782025-02-28T23:52:47.507Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33792025-02-28T23:52:47.720Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33802025-02-28T23:52:47.772Z Compiling diesel_derives v2.2.3
33812025-02-28T23:52:47.775Z Compiling strum_macros v0.24.3
33822025-02-28T23:52:47.809Z Compiling samael v0.0.17
33832025-02-28T23:52:48.081Z Compiling indoc v1.0.9
33842025-02-28T23:52:48.960Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33852025-02-28T23:52:49.225Z Compiling derive_builder_macro v0.20.2
33862025-02-28T23:52:49.245Z Compiling oso-derive v0.27.3
33872025-02-28T23:52:49.896Z Compiling impl-trait-for-tuples v0.2.2
33882025-02-28T23:52:50.092Z Compiling lalrpop v0.19.12
33892025-02-28T23:52:50.214Z Checking derive_builder v0.20.2
33902025-02-28T23:52:50.384Z Checking quick-xml v0.33.0
33912025-02-28T23:52:50.626Z Compiling diesel-dtrace v0.4.2
33922025-02-28T23:52:50.947Z Checking maplit v1.0.2
33932025-02-28T23:52:51.120Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33942025-02-28T23:52:51.151Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33952025-02-28T23:52:51.453Z Checking bb8 v0.8.5
33962025-02-28T23:52:51.592Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33972025-02-28T23:52:51.886Z Checking rand_seeder v0.3.0
33982025-02-28T23:52:51.965Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33992025-02-28T23:52:52.103Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34002025-02-28T23:52:52.147Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34012025-02-28T23:52:52.368Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34022025-02-28T23:52:52.634Z Checking unicode-linebreak v0.1.5
34032025-02-28T23:52:52.679Z Checking is_ci v1.2.0
34042025-02-28T23:52:52.835Z Checking smawk v0.3.2
34052025-02-28T23:52:53.121Z Checking supports-color v3.0.1
34062025-02-28T23:52:53.157Z Checking textwrap v0.16.1
34072025-02-28T23:52:53.362Z Checking multimap v0.10.0
34082025-02-28T23:52:53.984Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34092025-02-28T23:52:56.004Z Checking diesel v2.2.6
34102025-02-28T23:53:20.359Z Compiling polar-core v0.27.3
34112025-02-28T23:53:21.433Z Checking async-bb8-diesel v0.2.1
34122025-02-28T23:53:27.470Z Checking oso v0.27.3
34132025-02-28T23:54:27.349Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34142025-02-28T23:54:33.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
34152025-02-28T23:54:33.859Z
34162025-02-28T23:54:33.859Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34172025-02-28T23:54:34.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-02-28T23:54:34.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-02-28T23:54:34.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202025-02-28T23:54:34.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34212025-02-28T23:54:34.515Z
34222025-02-28T23:54:34.515Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34232025-02-28T23:54:35.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242025-02-28T23:54:35.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252025-02-28T23:54:35.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262025-02-28T23:54:35.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34272025-02-28T23:54:35.165Z
34282025-02-28T23:54:35.165Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34292025-02-28T23:54:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-02-28T23:54:35.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-02-28T23:54:35.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322025-02-28T23:54:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34332025-02-28T23:54:35.780Z
34342025-02-28T23:54:35.780Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34352025-02-28T23:54:36.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362025-02-28T23:54:36.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372025-02-28T23:54:36.582Z Compiling libz-sys v1.1.20
34382025-02-28T23:54:36.587Z Compiling libgit2-sys v0.17.0+1.8.1
34392025-02-28T23:54:36.710Z Compiling vergen v8.3.2
34402025-02-28T23:54:36.717Z Compiling cargo-platform v0.1.8
34412025-02-28T23:54:36.717Z Compiling pin-project-internal v1.1.6
34422025-02-28T23:54:36.752Z Compiling libsqlite3-sys v0.30.1
34432025-02-28T23:54:36.756Z Compiling snafu-derive v0.8.5
34442025-02-28T23:54:36.756Z Compiling buf-list v1.0.3
34452025-02-28T23:54:37.004Z Compiling cfg_aliases v0.2.1
34462025-02-28T23:54:37.122Z Compiling cargo_metadata v0.18.1
34472025-02-28T23:54:37.225Z Compiling rustls v0.21.12
34482025-02-28T23:54:37.297Z Compiling nix v0.29.0
34492025-02-28T23:54:37.468Z Checking globset v0.4.15
34502025-02-28T23:54:37.521Z Checking olpc-cjson v0.1.4
34512025-02-28T23:54:37.573Z Checking rustls-webpki v0.101.7
34522025-02-28T23:54:37.748Z Checking sct v0.7.1
34532025-02-28T23:54:37.971Z Checking serde_plain v1.0.2
34542025-02-28T23:54:37.975Z Checking typed-path v0.9.3
34552025-02-28T23:54:38.487Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34562025-02-28T23:54:38.596Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34572025-02-28T23:54:38.766Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34582025-02-28T23:54:38.877Z Checking hashlink v0.9.1
34592025-02-28T23:54:39.046Z Checking fallible-streaming-iterator v0.1.9
34602025-02-28T23:54:39.294Z Checking fallible-iterator v0.3.0
34612025-02-28T23:54:39.409Z Checking parse-size v1.1.0
34622025-02-28T23:54:39.470Z Checking pin-project v1.1.6
34632025-02-28T23:54:39.653Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34642025-02-28T23:54:39.893Z Checking rusqlite v0.32.1
34652025-02-28T23:54:39.912Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34662025-02-28T23:54:40.073Z Checking rustls-pemfile v1.0.4
34672025-02-28T23:54:40.262Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34682025-02-28T23:54:40.282Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34692025-02-28T23:54:40.655Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34702025-02-28T23:54:40.742Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34712025-02-28T23:54:40.889Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34722025-02-28T23:54:40.934Z Checking twox-hash v2.1.0
34732025-02-28T23:54:40.985Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34742025-02-28T23:54:41.128Z Checking tokio-rustls v0.24.1
34752025-02-28T23:54:41.186Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34762025-02-28T23:54:41.268Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34772025-02-28T23:54:41.514Z Checking snafu v0.8.5
34782025-02-28T23:54:41.927Z Checking tough v0.19.0
34792025-02-28T23:54:42.290Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34802025-02-28T23:54:42.402Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34812025-02-28T23:54:42.768Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34822025-02-28T23:54:42.788Z Checking fatfs v0.3.6
34832025-02-28T23:54:42.891Z Checking assert_matches v1.5.0
34842025-02-28T23:54:45.999Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34852025-02-28T23:54:47.265Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34862025-02-28T23:54:48.887Z Compiling git2 v0.19.0
34872025-02-28T23:54:52.887Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34882025-02-28T23:55:47.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34892025-02-28T23:55:47.782Z
34902025-02-28T23:55:47.782Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34912025-02-28T23:55:48.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922025-02-28T23:55:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932025-02-28T23:55:48.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942025-02-28T23:55:48.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34952025-02-28T23:55:48.470Z
34962025-02-28T23:55:48.470Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34972025-02-28T23:55:48.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982025-02-28T23:55:49.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992025-02-28T23:55:49.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002025-02-28T23:55:49.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35012025-02-28T23:55:49.074Z
35022025-02-28T23:55:49.074Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
35032025-02-28T23:55:49.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042025-02-28T23:55:49.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052025-02-28T23:55:49.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062025-02-28T23:55:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35072025-02-28T23:55:49.725Z
35082025-02-28T23:55:49.725Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35092025-02-28T23:55:50.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102025-02-28T23:55:50.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112025-02-28T23:55:50.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122025-02-28T23:55:50.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35132025-02-28T23:55:50.406Z
35142025-02-28T23:55:50.406Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35152025-02-28T23:55:50.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-02-28T23:55:50.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-02-28T23:55:50.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182025-02-28T23:55:50.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35192025-02-28T23:55:51.078Z
35202025-02-28T23:55:51.078Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35212025-02-28T23:55:51.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222025-02-28T23:55:51.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232025-02-28T23:55:51.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242025-02-28T23:55:51.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35252025-02-28T23:55:51.757Z
35262025-02-28T23:55:51.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35272025-02-28T23:55:52.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282025-02-28T23:55:52.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292025-02-28T23:55:52.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302025-02-28T23:55:52.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35312025-02-28T23:55:52.417Z
35322025-02-28T23:55:52.417Zinfo: running `cargo check --bins` on update-common (175/197)
35332025-02-28T23:55:52.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342025-02-28T23:55:52.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352025-02-28T23:55:52.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362025-02-28T23:55:52.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35372025-02-28T23:55:53.056Z
35382025-02-28T23:55:53.056Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35392025-02-28T23:55:53.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402025-02-28T23:55:53.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412025-02-28T23:55:53.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422025-02-28T23:55:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432025-02-28T23:55:53.693Z
35442025-02-28T23:55:53.694Zinfo: running `cargo check --bins` on tufaceous (177/197)
35452025-02-28T23:55:54.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462025-02-28T23:55:54.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472025-02-28T23:55:54.351Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35482025-02-28T23:55:55.470Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35492025-02-28T23:55:56.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
35502025-02-28T23:55:56.442Z
35512025-02-28T23:55:56.442Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35522025-02-28T23:55:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532025-02-28T23:55:57.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542025-02-28T23:55:57.286Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35552025-02-28T23:55:57.289Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35562025-02-28T23:55:57.425Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35572025-02-28T23:55:57.429Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35582025-02-28T23:55:58.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35592025-02-28T23:56:24.286Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35602025-02-28T23:56:24.289Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35612025-02-28T23:56:24.289Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35622025-02-28T23:56:24.289Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35632025-02-28T23:56:24.289Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35642025-02-28T23:56:24.289Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35652025-02-28T23:56:25.231Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35662025-02-28T23:56:26.397Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35672025-02-28T23:57:06.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
35682025-02-28T23:57:06.252Z
35692025-02-28T23:57:06.252Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35702025-02-28T23:57:06.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712025-02-28T23:57:06.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722025-02-28T23:57:06.965Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35732025-02-28T23:57:06.969Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35742025-02-28T23:57:06.969Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35752025-02-28T23:57:07.097Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35762025-02-28T23:57:07.102Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35772025-02-28T23:57:07.122Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35782025-02-28T23:57:07.125Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35792025-02-28T23:57:07.139Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35802025-02-28T23:57:07.289Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35812025-02-28T23:57:07.326Z Checking heck v0.4.1
35822025-02-28T23:57:07.404Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35832025-02-28T23:57:07.547Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35842025-02-28T23:57:07.715Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35852025-02-28T23:57:07.946Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35862025-02-28T23:57:08.368Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35872025-02-28T23:57:08.470Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35882025-02-28T23:57:08.847Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35892025-02-28T23:57:09.820Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35902025-02-28T23:57:10.054Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35912025-02-28T23:57:10.650Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35922025-02-28T23:57:10.903Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35932025-02-28T23:57:12.358Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35942025-02-28T23:57:12.361Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35952025-02-28T23:57:13.944Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35962025-02-28T23:57:15.373Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35972025-02-28T23:57:21.065Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35982025-02-28T23:57:21.069Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35992025-02-28T23:57:22.250Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36002025-02-28T23:57:23.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
36012025-02-28T23:57:23.421Z
36022025-02-28T23:57:23.421Zinfo: running `cargo check --bins` on installinator-api (180/197)
36032025-02-28T23:57:23.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-02-28T23:57:23.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-02-28T23:57:23.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-02-28T23:57:23.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36072025-02-28T23:57:24.071Z
36082025-02-28T23:57:24.071Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36092025-02-28T23:57:24.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-02-28T23:57:24.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-02-28T23:57:24.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122025-02-28T23:57:24.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36132025-02-28T23:57:24.725Z
36142025-02-28T23:57:24.725Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36152025-02-28T23:57:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-02-28T23:57:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-02-28T23:57:25.411Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36182025-02-28T23:57:25.414Z Compiling petname v2.0.2
36192025-02-28T23:57:25.414Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36202025-02-28T23:57:25.415Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36212025-02-28T23:57:25.415Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36222025-02-28T23:57:25.415Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36232025-02-28T23:57:25.415Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36242025-02-28T23:57:25.541Z Checking sync-ptr v0.1.1
36252025-02-28T23:57:30.669Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36262025-02-28T23:57:31.264Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36272025-02-28T23:57:32.376Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36282025-02-28T23:57:33.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
36292025-02-28T23:57:34.059Z
36302025-02-28T23:57:34.060Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36312025-02-28T23:57:34.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322025-02-28T23:57:34.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332025-02-28T23:57:34.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342025-02-28T23:57:34.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36352025-02-28T23:57:34.710Z
36362025-02-28T23:57:34.710Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36372025-02-28T23:57:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382025-02-28T23:57:35.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392025-02-28T23:57:35.366Z Checking memmap2 v0.9.5
36402025-02-28T23:57:35.366Z Checking constant_time_eq v0.3.1
36412025-02-28T23:57:35.369Z Checking arrayvec v0.7.6
36422025-02-28T23:57:35.369Z Checking arrayref v0.3.9
36432025-02-28T23:57:35.369Z Checking topological-sort v0.2.2
36442025-02-28T23:57:35.369Z Checking shell-words v1.1.0
36452025-02-28T23:57:35.730Z Checking blake3 v1.5.4
36462025-02-28T23:57:36.060Z Checking omicron-zone-package v0.12.0
36472025-02-28T23:57:37.162Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36482025-02-28T23:57:38.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
36492025-02-28T23:57:38.221Z
36502025-02-28T23:57:38.221Zinfo: running `cargo check --bins` on xtask (185/197)
36512025-02-28T23:57:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522025-02-28T23:57:38.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532025-02-28T23:57:38.644Z Checking bitflags v2.6.0
36542025-02-28T23:57:38.648Z Checking serde v1.0.217
36552025-02-28T23:57:38.648Z Checking thiserror v1.0.69
36562025-02-28T23:57:38.734Z Checking scroll v0.12.0
36572025-02-28T23:57:38.737Z Checking log v0.4.22
36582025-02-28T23:57:38.751Z Checking hashbrown v0.15.1
36592025-02-28T23:57:38.754Z Checking zerocopy v0.7.35
36602025-02-28T23:57:38.776Z Checking syn v2.0.96
36612025-02-28T23:57:38.837Z Checking pest v2.7.14
36622025-02-28T23:57:38.963Z Checking rustix v0.38.37
36632025-02-28T23:57:38.986Z Checking once_cell v1.20.2
36642025-02-28T23:57:39.186Z Checking goblin v0.8.2
36652025-02-28T23:57:39.277Z Checking fs-err v2.11.0
36662025-02-28T23:57:39.618Z Checking tabled v0.15.0
36672025-02-28T23:57:39.689Z Checking indexmap v2.7.1
36682025-02-28T23:57:39.943Z Checking anyhow v1.0.95
36692025-02-28T23:57:40.773Z Checking terminal_size v0.4.0
36702025-02-28T23:57:40.774Z Checking tempfile v3.13.0
36712025-02-28T23:57:40.956Z Checking clap_builder v4.5.27
36722025-02-28T23:57:41.248Z Checking dtrace-parser v0.2.0
36732025-02-28T23:57:42.726Z Checking serde_json v1.0.135
36742025-02-28T23:57:42.729Z Checking toml_datetime v0.6.8
36752025-02-28T23:57:42.729Z Checking serde_spanned v0.6.8
36762025-02-28T23:57:42.729Z Checking camino v1.1.9
36772025-02-28T23:57:42.729Z Checking semver v1.0.24
36782025-02-28T23:57:42.828Z Checking cargo-platform v0.1.8
36792025-02-28T23:57:42.927Z Checking macaddr v1.0.1
36802025-02-28T23:57:43.048Z Checking toml_edit v0.22.22
36812025-02-28T23:57:43.267Z Checking clap v4.5.27
36822025-02-28T23:57:43.283Z Checking camino-tempfile v1.1.1
36832025-02-28T23:57:43.859Z Checking dof v0.3.0
36842025-02-28T23:57:43.859Z Checking cargo_metadata v0.18.1
36852025-02-28T23:57:44.254Z Checking usdt-impl v0.5.0
36862025-02-28T23:57:44.617Z Checking usdt v0.5.0
36872025-02-28T23:57:44.758Z Checking toml v0.8.19
36882025-02-28T23:57:45.184Z Checking cargo_toml v0.20.5
36892025-02-28T23:57:46.286Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36902025-02-28T23:57:46.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s
36912025-02-28T23:57:47.009Z
36922025-02-28T23:57:47.009Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36932025-02-28T23:57:47.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942025-02-28T23:57:47.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952025-02-28T23:57:47.751Z Checking polyval v0.6.2
36962025-02-28T23:57:47.866Z Checking ctr v0.9.2
36972025-02-28T23:57:47.876Z Checking ssh-encoding v0.2.0
36982025-02-28T23:57:47.879Z Checking blowfish v0.9.1
36992025-02-28T23:57:47.896Z Checking password-hash v0.4.2
37002025-02-28T23:57:47.912Z Checking p521 v0.13.3
37012025-02-28T23:57:47.916Z Checking p256 v0.13.2
37022025-02-28T23:57:47.943Z Checking russh-cryptovec v0.7.3
37032025-02-28T23:57:48.093Z Checking bcrypt-pbkdf v0.10.0
37042025-02-28T23:57:48.113Z Checking ghash v0.5.1
37052025-02-28T23:57:48.130Z Checking md5 v0.7.0
37062025-02-28T23:57:48.156Z Checking num-bigint v0.4.6
37072025-02-28T23:57:48.207Z Checking des v0.8.1
37082025-02-28T23:57:48.268Z Checking pbkdf2 v0.11.0
37092025-02-28T23:57:48.287Z Checking aes-gcm v0.10.3
37102025-02-28T23:57:48.330Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37112025-02-28T23:57:48.394Z Checking hex-literal v0.4.1
37122025-02-28T23:57:48.419Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37132025-02-28T23:57:48.489Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37142025-02-28T23:57:48.523Z Checking ssh-cipher v0.2.0
37152025-02-28T23:57:48.546Z Checking internet-checksum v0.2.1
37162025-02-28T23:57:48.814Z Checking ssh-key v0.6.6
37172025-02-28T23:57:48.956Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37182025-02-28T23:57:49.985Z Checking russh-keys v0.45.0
37192025-02-28T23:57:50.802Z Checking russh v0.45.0
37202025-02-28T23:58:07.995Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37212025-02-28T23:58:09.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.31s
37222025-02-28T23:58:09.526Z
37232025-02-28T23:58:09.526Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37242025-02-28T23:58:10.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252025-02-28T23:58:10.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262025-02-28T23:58:10.157Z Checking termios v0.3.3
37272025-02-28T23:58:10.376Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37282025-02-28T23:58:11.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
37292025-02-28T23:58:11.329Z
37302025-02-28T23:58:11.329Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37312025-02-28T23:58:11.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322025-02-28T23:58:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332025-02-28T23:58:12.024Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37342025-02-28T23:58:12.024Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37352025-02-28T23:58:12.027Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37362025-02-28T23:58:12.027Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37372025-02-28T23:58:13.029Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37382025-02-28T23:58:14.252Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37392025-02-28T23:58:15.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
37402025-02-28T23:58:16.154Z
37412025-02-28T23:58:16.154Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37422025-02-28T23:58:16.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432025-02-28T23:58:16.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442025-02-28T23:58:16.785Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37452025-02-28T23:58:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37462025-02-28T23:58:17.418Z
37472025-02-28T23:58:17.418Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37482025-02-28T23:58:17.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492025-02-28T23:58:17.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502025-02-28T23:58:17.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512025-02-28T23:58:17.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37522025-02-28T23:58:18.021Z
37532025-02-28T23:58:18.021Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37542025-02-28T23:58:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552025-02-28T23:58:18.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562025-02-28T23:58:18.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572025-02-28T23:58:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37582025-02-28T23:58:18.622Z
37592025-02-28T23:58:18.623Zinfo: running `cargo check --bins` on omicron-package (192/197)
37602025-02-28T23:58:19.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612025-02-28T23:58:19.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622025-02-28T23:58:19.272Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37632025-02-28T23:58:20.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
37642025-02-28T23:58:20.784Z
37652025-02-28T23:58:20.784Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37662025-02-28T23:58:21.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672025-02-28T23:58:21.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682025-02-28T23:58:21.475Z Checking rtoolbox v0.0.2
37692025-02-28T23:58:21.479Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37702025-02-28T23:58:21.479Z Checking tui-tree-widget v0.22.0
37712025-02-28T23:58:21.717Z Checking rpassword v7.3.1
37722025-02-28T23:58:25.501Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37732025-02-28T23:58:28.286Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37742025-02-28T23:58:29.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s
37752025-02-28T23:58:29.597Z
37762025-02-28T23:58:29.597Zinfo: running `cargo check --bins` on wicket (194/197)
37772025-02-28T23:58:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782025-02-28T23:58:30.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792025-02-28T23:58:30.292Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37802025-02-28T23:58:30.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37812025-02-28T23:58:30.890Z
37822025-02-28T23:58:30.890Zinfo: running `cargo check --bins` on wicketd (195/197)
37832025-02-28T23:58:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-02-28T23:58:31.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-02-28T23:58:31.591Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37862025-02-28T23:58:31.595Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37872025-02-28T23:58:32.387Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37882025-02-28T23:58:36.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
37892025-02-28T23:58:36.264Z
37902025-02-28T23:58:36.264Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37912025-02-28T23:58:36.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922025-02-28T23:58:36.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932025-02-28T23:58:36.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942025-02-28T23:58:36.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37952025-02-28T23:58:36.867Z
37962025-02-28T23:58:36.867Zinfo: running `cargo check --bins` on zone-setup (197/197)
37972025-02-28T23:58:37.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982025-02-28T23:58:37.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992025-02-28T23:58:37.597Z Checking uzers v0.12.1
38002025-02-28T23:58:37.940Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38012025-02-28T23:58:39.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
38022025-02-28T23:58:39.216Z
38032025-02-28T23:58:39.217Zreal 13:15.192050849
38042025-02-28T23:58:39.217Zuser 25:30.202627896
38052025-02-28T23:58:39.217Zsys 4:13.844788891
38062025-02-28T23:58:39.217Ztrap 0.519046151
38072025-02-28T23:58:39.217Ztflt 3.060187971
38082025-02-28T23:58:39.217Zdflt 2.302123235
38092025-02-28T23:58:39.217Zkflt 0.001003475
38102025-02-28T23:58:39.221Zlock 44:49.054494561
38112025-02-28T23:58:39.221Zslp 2:06:49.300114260
38122025-02-28T23:58:39.221Zlat 1:05.163194084
38132025-02-28T23:58:39.221Zstop 3:44.984091230
38142025-02-28T23:58:39.221Zprocess exited: duration 1101130 ms, exit code 0
 
38152025-02-28T23:58:39.230Zfound 0 output files