01JPWVY70RX4AV9KMHPM1AN8G7: 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: 01JPWVYRSS1K63J4CX7YVFSXSW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-21T17:28:54.235Zjob assigned to worker 01JPWVZ0KYZ4ACYFR258AAYZK9 [factory aws, i-08a4b0250ba132151] (queued for 51 s)
 
22025-03-21T17:29:02.007Zstarting task 0: "setup"
32025-03-21T17:29:02.012Z++ uname -s
42025-03-21T17:29:02.015Z+ kern=SunOS
52025-03-21T17:29:02.016Z+ build_user=build
62025-03-21T17:29:02.016Z+ build_uid=12345
72025-03-21T17:29:02.016Z+ work_dir=/work
82025-03-21T17:29:02.016Z+ input_dir=/input
92025-03-21T17:29:02.016Z+ [[ 0 == 12345 ]]
102025-03-21T17:29:02.016Z+ case "$kern" in
112025-03-21T17:29:02.016Z+ groupadd -g 12345 build
122025-03-21T17:29:02.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-21T17:29:04.024Z+ zfs create -o mountpoint=/work rpool/work
142025-03-21T17:29:04.127Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-21T17:29:04.131Z+ home_fs=zfs
162025-03-21T17:29:04.131Z+ [[ zfs == autofs ]]
172025-03-21T17:29:04.131Z+ mkdir -p /home/build
182025-03-21T17:29:04.134Z+ chown build:build /home/build /work
192025-03-21T17:29:06.134Z+ chmod 0700 /home/build /work
202025-03-21T17:29:06.140Zprocess exited: duration 4132 ms, exit code 0
 
212025-03-21T17:29:06.156Zstarting task 1: "rust-toolchain"
222025-03-21T17:29:07.164Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-21T17:29:07.165Z * rust toolchain channel = "1.85.0"
242025-03-21T17:29:07.165Z * rust toolchain profile = "default"
252025-03-21T17:29:07.165Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-21T17:29:07.169Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-21T17:29:07.169Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-21T17:29:07.169Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-21T17:29:07.169Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-21T17:29:07.169Zinfo: downloading installer
312025-03-21T17:29:07.548Zwarn: It looks like you have an existing installation of Rust at:
322025-03-21T17:29:07.548Zwarn: /opt/ooce/bin
332025-03-21T17:29:07.548Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-21T17:29:07.548Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-21T17:29:07.548Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-21T17:29:07.548Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-21T17:29:07.548Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-21T17:29:07.548Zerror: cannot install while Rust is installed
392025-03-21T17:29:07.548Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-21T17:29:07.578Zinfo: profile set to 'default'
412025-03-21T17:29:07.578Zinfo: default host triple is x86_64-unknown-illumos
422025-03-21T17:29:07.582Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-21T17:29:07.749Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-21T17:29:07.749Zinfo: downloading component 'cargo'
452025-03-21T17:29:08.666Zinfo: downloading component 'clippy'
462025-03-21T17:29:09.047Zinfo: downloading component 'rust-docs'
472025-03-21T17:29:10.223Zinfo: downloading component 'rust-std'
482025-03-21T17:29:11.889Zinfo: downloading component 'rustc'
492025-03-21T17:29:18.739Zinfo: downloading component 'rustfmt'
502025-03-21T17:29:18.978Zinfo: installing component 'cargo'
512025-03-21T17:29:19.808Zinfo: installing component 'clippy'
522025-03-21T17:29:20.194Zinfo: installing component 'rust-docs'
532025-03-21T17:29:21.939Zinfo: installing component 'rust-std'
542025-03-21T17:29:23.829Zinfo: installing component 'rustc'
552025-03-21T17:29:29.710Zinfo: installing component 'rustfmt'
562025-03-21T17:29:30.038Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-21T17:29:30.038Z
582025-03-21T17:29:30.400Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-21T17:29:30.400Z
602025-03-21T17:29:30.403Z
612025-03-21T17:29:30.403ZRust is installed now. Great!
622025-03-21T17:29:30.403Z
632025-03-21T17:29:30.403ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-21T17:29:30.403Zenvironment variable. This has not been done automatically.
652025-03-21T17:29:30.403Z
662025-03-21T17:29:30.403ZTo configure your current shell, you need to source
672025-03-21T17:29:30.403Zthe corresponding env file under $HOME/.cargo.
682025-03-21T17:29:30.403Z
692025-03-21T17:29:30.403ZThis is usually done by running one of the following (note the leading DOT):
702025-03-21T17:29:30.403Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-21T17:29:30.403Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-21T17:29:30.403Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-21T17:29:30.477Z+ rustup --version
742025-03-21T17:29:30.491Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-21T17:29:30.491Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-21T17:29:30.517Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-21T17:29:30.520Z+ cargo --version
782025-03-21T17:29:30.538Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-21T17:29:30.541Z+ rustc --version
802025-03-21T17:29:30.565Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-21T17:29:30.568Zprocess exited: duration 24411 ms, exit code 0
 
822025-03-21T17:29:30.574Zstarting task 2: "authentication"
832025-03-21T17:29:30.596Zprocess exited: duration 21 ms, exit code 0
 
842025-03-21T17:29:30.604Zstarting task 3: "clone repository"
852025-03-21T17:29:30.607Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-21T17:29:30.610Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-21T17:29:30.653ZCloning into '/work/oxidecomputer/omicron'...
882025-03-21T17:29:37.223Z+ cd /work/oxidecomputer/omicron
892025-03-21T17:29:37.226Z+ git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4
902025-03-21T17:29:37.525ZFrom https://github.com/oxidecomputer/omicron
912025-03-21T17:29:37.525Z * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD
922025-03-21T17:29:37.535Z+ [[ -n unwind_volume_resource_usage_records ]]
932025-03-21T17:29:37.538Z++ git branch --show-current
942025-03-21T17:29:37.541Z+ current=main
952025-03-21T17:29:37.541Z+ [[ main != unwind_volume_resource_usage_records ]]
962025-03-21T17:29:37.541Z+ git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4
972025-03-21T17:29:37.544Z+ git checkout -f unwind_volume_resource_usage_records
982025-03-21T17:29:37.733ZSwitched to branch 'unwind_volume_resource_usage_records'
992025-03-21T17:29:37.737Z+ git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4
1002025-03-21T17:29:37.815ZHEAD is now at a567d7e0f Clean up volume usage records created by sagas
1012025-03-21T17:29:37.818Zprocess exited: duration 7213 ms, exit code 0
 
1022025-03-21T17:29:37.827Zstarting task 4: "build"
1032025-03-21T17:29:37.830Z+ source .github/buildomat/ci-env.sh
1042025-03-21T17:29:37.830Z++ export CARGO_TERM_COLOR=always
1052025-03-21T17:29:37.830Z++ CARGO_TERM_COLOR=always
1062025-03-21T17:29:37.830Z+ cargo --version
1072025-03-21T17:29:37.886Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-21T17:29:37.889Z+ rustc --version
1092025-03-21T17:29:37.955Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-21T17:29:37.958Z+ source ./env.sh
1112025-03-21T17:29:37.958Z++ OLD_SHELL_OPTS=ehxB
1122025-03-21T17:29:37.958Z++ set -o xtrace
1132025-03-21T17:29:37.961Z++++ dirname ./env.sh
1142025-03-21T17:29:37.964Z+++ readlink -f .
1152025-03-21T17:29:37.967Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-03-21T17:29:37.967Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-03-21T17:29:37.967Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-03-21T17:29:37.967Z++ 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
1192025-03-21T17:29:37.967Z++ 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
1202025-03-21T17:29:37.967Z++ 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
1212025-03-21T17:29:37.967Z++ 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
1222025-03-21T17:29:37.968Z++ 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
1232025-03-21T17:29:37.968Z++ 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
1242025-03-21T17:29:37.968Z++ case $OLD_SHELL_OPTS in
1252025-03-21T17:29:37.968Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-03-21T17:29:37.968Z+ 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
1272025-03-21T17:29:37.968Z+ 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
1282025-03-21T17:29:37.968Z+ banner prerequisites
1292025-03-21T17:29:37.971Z
1302025-03-21T17:29:37.971Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-03-21T17:29:37.971Z # # # # # # # # # # # # # # #
1322025-03-21T17:29:37.971Z # # # # ##### # # ##### # # # # # #### #
1332025-03-21T17:29:37.971Z ##### ##### # ##### # # # # # # # # #
1342025-03-21T17:29:37.971Z # # # # # # # # # # # # # # #
1352025-03-21T17:29:37.971Z # # # ###### # # ###### ### # #### # #### #
1362025-03-21T17:29:37.971Z
1372025-03-21T17:29:37.971Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-03-21T17:29:39.624Zpkg list: illegal option -- F
1392025-03-21T17:29:39.624ZUsage:
1402025-03-21T17:29:39.627Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-03-21T17:29:39.628Z [pkg_fmri_pattern ...]
1422025-03-21T17:29:40.340Zpkg list: illegal option -- F
1432025-03-21T17:29:40.340ZUsage:
1442025-03-21T17:29:40.343Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-03-21T17:29:40.343Z [pkg_fmri_pattern ...]
1462025-03-21T17:29:51.114Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-03-21T17:29:55.636Z Startup: Caching catalogs ... Done
1482025-03-21T17:30:10.488ZPlanning: Solver setup ... Done (13.776s)
1492025-03-21T17:30:10.648ZPlanning: Running solver ... Done (0.161s)
1502025-03-21T17:30:10.777ZPlanning: Finding local manifests ... Done (0.005s)
1512025-03-21T17:30:10.883ZPlanning: Fetching manifests: 0/7 0% complete
1522025-03-21T17:30:11.145ZPlanning: Fetching manifests: 7/7 100% complete
1532025-03-21T17:30:11.256ZPlanning: Package planning ... Done (0.110s)
1542025-03-21T17:30:11.311ZPlanning: Merging actions ... Done (0.056s)
1552025-03-21T17:30:11.514ZPlanning: Checking for conflicting actions ... Done (0.203s)
1562025-03-21T17:30:13.578ZPlanning: Consolidating action changes ... Done (2.064s)
1572025-03-21T17:30:14.015ZPlanning: Evaluating mediators ... Done (0.437s)
1582025-03-21T17:30:14.097ZPlanning: Planning completed in 18.36 seconds
1592025-03-21T17:30:14.114Z Packages to install: 4
1602025-03-21T17:30:14.114Z Packages to update: 3
1612025-03-21T17:30:14.117Z Mediators to change: 2
1622025-03-21T17:30:14.117Z Services to change: 1
1632025-03-21T17:30:14.117Z Estimated space available: 155.59 GB
1642025-03-21T17:30:14.117ZEstimated space to be consumed: 1.67 GB
1652025-03-21T17:30:14.117Z Create boot environment: No
1662025-03-21T17:30:14.117ZCreate backup boot environment: Yes
1672025-03-21T17:30:14.118Z Rebuild boot archive: No
1682025-03-21T17:30:14.118Z
1692025-03-21T17:30:14.118ZChanged mediators:
1702025-03-21T17:30:14.118Z mediator clang:
1712025-03-21T17:30:14.118Z version: None -> 15 (system default)
1722025-03-21T17:30:14.118Z
1732025-03-21T17:30:14.118Z mediator llvm:
1742025-03-21T17:30:14.118Z version: 14 (system default) -> 15 (system default)
1752025-03-21T17:30:14.118Z
1762025-03-21T17:30:14.118ZChanged packages:
1772025-03-21T17:30:14.118Zhelios-dev
1782025-03-21T17:30:14.118Z developer/build-essential
1792025-03-21T17:30:14.118Z None -> 11-2.0
1802025-03-21T17:30:14.118Z library/libxmlsec1
1812025-03-21T17:30:14.118Z None -> 1.2.35-2.0
1822025-03-21T17:30:14.118Z ooce/developer/clang-15
1832025-03-21T17:30:14.118Z None -> 15.0.7-2.0
1842025-03-21T17:30:14.118Z ooce/developer/llvm-15
1852025-03-21T17:30:14.118Z None -> 15.0.7-2.0
1862025-03-21T17:30:14.118Z package/pkg
1872025-03-21T17:30:14.118Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-03-21T17:30:14.118Z system/library/g++-runtime
1892025-03-21T17:30:14.118Z 13-2.0 -> 14-2.0
1902025-03-21T17:30:14.118Z system/library/gcc-runtime
1912025-03-21T17:30:14.118Z 13-2.0 -> 14-2.0
1922025-03-21T17:30:14.118Z
1932025-03-21T17:30:14.118ZServices:
1942025-03-21T17:30:14.118Z restart_fmri:
1952025-03-21T17:30:14.118Z svc:/system/update-man-index:default
1962025-03-21T17:30:14.118Z
1972025-03-21T17:30:14.118ZEditable files to change:
1982025-03-21T17:30:14.118Z Update:
1992025-03-21T17:30:14.118Z usr/share/lib/pkg/web/config.shtml
2002025-03-21T17:30:14.199Z
2012025-03-21T17:30:14.199ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-03-21T17:30:19.203ZDownload: 473/4301 items 6.9/225.4MB 3% complete (1.4M/s)
2032025-03-21T17:30:24.202ZDownload: 1192/4301 items 80.8/225.4MB 35% complete (8.0M/s)
2042025-03-21T17:30:29.218ZDownload: 1562/4301 items 103.9/225.4MB 46% complete (9.8M/s)
2052025-03-21T17:30:35.013ZDownload: 2222/4301 items 105.5/225.4MB 46% complete (7.7M/s)
2062025-03-21T17:30:40.015ZDownload: 2569/4301 items 120.4/225.4MB 53% complete (1.6M/s)
2072025-03-21T17:30:45.300ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (10.3M/s)
2082025-03-21T17:31:04.400ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
2092025-03-21T17:31:10.712ZDownload: 3283/4301 items 209.4/225.4MB 92% complete (10.5M/s)
2102025-03-21T17:31:17.135ZDownload: 3284/4301 items 210.8/225.4MB 93% complete (2.6M/s)
2112025-03-21T17:31:22.134ZDownload: 3811/4301 items 216.9/225.4MB 96% complete (1.2M/s)
2122025-03-21T17:31:27.244ZDownload: 4205/4301 items 220.6/225.4MB 97% complete (1.1M/s)
2132025-03-21T17:31:30.271ZDownload: Completed 225.42 MB in 76.07 seconds (3.0M/s)
2142025-03-21T17:31:32.517Z Actions: 1/5122 actions (Removing old actions)
2152025-03-21T17:31:32.540Z Actions: 194/5122 actions (Installing new actions)
2162025-03-21T17:31:37.207Z Actions: 4267/5122 actions (Updating modified actions)
2172025-03-21T17:31:37.570Z Actions: Completed 5122 actions in 5.05 seconds.
2182025-03-21T17:31:37.807Z Done (0.233s)
2192025-03-21T17:31:37.811Z Done (0.002s)
2202025-03-21T17:31:38.455Z Done (0.645s)
2212025-03-21T17:31:42.870Z Done (4.182s)
2222025-03-21T17:31:42.957Z Done (0.019s)
2232025-03-21T17:31:42.961Z Done (0.000s)
2242025-03-21T17:31:43.140Z Done (0.000s)
2252025-03-21T17:31:43.868ZPlanning: Evaluating mediator changes ... Done
2262025-03-21T17:31:44.028ZPlanning: Checking for conflicting actions ... Done
2272025-03-21T17:31:44.032ZPlanning: Consolidating action changes ... Done
2282025-03-21T17:31:44.302ZPlanning: Evaluating mediators ... Done
2292025-03-21T17:31:44.305ZPlanning: Planning completed in 0.43 seconds
2302025-03-21T17:31:44.343Z Mediators to change: 2
2312025-03-21T17:31:44.343Z Create boot environment: No
2322025-03-21T17:31:44.346ZCreate backup boot environment: No
2332025-03-21T17:31:44.446Z Done
2342025-03-21T17:31:44.446Z Done
2352025-03-21T17:31:44.877Z Done
2362025-03-21T17:31:48.477Z Done
2372025-03-21T17:31:48.566Z Done
2382025-03-21T17:31:48.570Z Done
2392025-03-21T17:31:48.699Z Done
2402025-03-21T17:31:49.307ZPlanning: Evaluating mediator changes ... Done
2412025-03-21T17:31:49.310ZPlanning: Merging actions ... Done
2422025-03-21T17:31:49.495ZPlanning: Checking for conflicting actions ... Done
2432025-03-21T17:31:49.500ZPlanning: Consolidating action changes ... Done
2442025-03-21T17:31:49.760ZPlanning: Evaluating mediators ... Done
2452025-03-21T17:31:49.826ZPlanning: Planning completed in 0.75 seconds
2462025-03-21T17:31:49.858Z Packages to change: 1
2472025-03-21T17:31:49.859Z Mediators to change: 1
2482025-03-21T17:31:49.866Z Services to change: 1
2492025-03-21T17:31:49.866Z Create boot environment: No
2502025-03-21T17:31:49.866ZCreate backup boot environment: Yes
2512025-03-21T17:31:52.199Z Actions: 1/6 actions (Updating modified actions)
2522025-03-21T17:31:52.247Z Actions: Completed 6 actions in 0.00 seconds.
2532025-03-21T17:31:52.247Z Done
2542025-03-21T17:31:52.247Z Done
2552025-03-21T17:31:52.295Z Done
2562025-03-21T17:31:55.895Z Done
2572025-03-21T17:31:55.987Z Done
2582025-03-21T17:31:55.992Z Done
2592025-03-21T17:31:56.134Z Done
2602025-03-21T17:31:56.587ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2612025-03-21T17:31:56.587Zclang system 15 system
2622025-03-21T17:31:56.587Zcsh system system illumos
2632025-03-21T17:31:56.587Zctags system system illumos
2642025-03-21T17:31:56.587Zgcc vendor 12 vendor
2652025-03-21T17:31:56.587Zgcc system 10 system
2662025-03-21T17:31:56.588Zgcc system 7 system
2672025-03-21T17:31:56.588Zgo system 1.20 system
2682025-03-21T17:31:56.588Zgo system 1.19 system
2692025-03-21T17:31:56.588Zllvm system 15 system
2702025-03-21T17:31:56.588Zllvm system 14 system
2712025-03-21T17:31:56.588Zmariadb system 10.6 system
2722025-03-21T17:31:56.588Zmta vendor vendor dma
2732025-03-21T17:31:56.588Zopenjdk system 17 system
2742025-03-21T17:31:56.588Zopenjdk system 11 system
2752025-03-21T17:31:56.588Zopenjdk system 1.8 system
2762025-03-21T17:31:56.589Zopenssl vendor 3 vendor
2772025-03-21T17:31:56.589Zperl system 5.36 system
2782025-03-21T17:31:56.589Zpostgresql system 15 system
2792025-03-21T17:31:56.589Zpostgresql system 13 system
2802025-03-21T17:31:56.589Zpython vendor 3 vendor
2812025-03-21T17:31:56.589Zpython system 2 system
2822025-03-21T17:31:56.589Zpython3 system 3.11 system
2832025-03-21T17:31:56.589Zruby system 3.0 system
2842025-03-21T17:31:56.589Zwords vendor vendor american-english
2852025-03-21T17:31:56.589Zwords system system australian-english
2862025-03-21T17:31:56.589Zwords system system british-english
2872025-03-21T17:31:56.589Zwords system system canadian-english
2882025-03-21T17:31:56.589Zwords system system french
2892025-03-21T17:31:56.589Zwords system system italian
2902025-03-21T17:31:56.589Zwords system system ngerman
2912025-03-21T17:31:56.590Zwords system system ogerman
2922025-03-21T17:31:56.590Zwords system system spanish
2932025-03-21T17:31:56.905ZPUBLISHER TYPE STATUS P LOCATION
2942025-03-21T17:31:56.905Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2952025-03-21T17:32:00.065ZFMRI IFO
2962025-03-21T17:32:00.065Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2972025-03-21T17:32:00.065Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2982025-03-21T17:32:00.065Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2992025-03-21T17:32:00.065Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3002025-03-21T17:32:00.065Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3012025-03-21T17:32:00.065Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3022025-03-21T17:32:00.065Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3032025-03-21T17:32:00.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3042025-03-21T17:32:00.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3052025-03-21T17:32:00.065Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3062025-03-21T17:32:00.066Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3072025-03-21T17:32:00.066Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3082025-03-21T17:32:00.066Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3092025-03-21T17:32:00.066Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3102025-03-21T17:32:00.066Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3112025-03-21T17:32:00.908Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3122025-03-21T17:32:01.180Z Updating crates.io index
3132025-03-21T17:32:01.184Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3142025-03-21T17:32:01.794Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152025-03-21T17:32:02.033Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3162025-03-21T17:32:02.270Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3172025-03-21T17:32:02.550Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-03-21T17:32:03.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
3192025-03-21T17:32:05.409Z Updating git repository `https://github.com/oxidecomputer/opte`
3202025-03-21T17:32:06.008Z Updating git repository `https://github.com/oxidecomputer/falcon`
3212025-03-21T17:32:06.700Z Updating git repository `https://github.com/oxidecomputer/clickward`
3222025-03-21T17:32:06.943Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3232025-03-21T17:32:07.222Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3242025-03-21T17:32:07.830Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3252025-03-21T17:32:08.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3262025-03-21T17:32:08.593Z Updating git repository `https://github.com/oxidecomputer/propolis`
3272025-03-21T17:32:09.021Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3282025-03-21T17:32:09.311Z Updating git repository `https://github.com/oxidecomputer/tofino`
3292025-03-21T17:32:09.528Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3302025-03-21T17:32:09.751Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3312025-03-21T17:32:09.955Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3322025-03-21T17:32:10.223Z Updating git repository `https://github.com/oxidecomputer/lldp`
3332025-03-21T17:32:10.509Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3342025-03-21T17:32:10.751Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3352025-03-21T17:32:11.059Z Updating git repository `https://github.com/oxidecomputer/ispf`
3362025-03-21T17:32:11.330Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3372025-03-21T17:32:11.622Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3382025-03-21T17:32:12.194Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3392025-03-21T17:32:12.437Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3402025-03-21T17:32:12.893Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3412025-03-21T17:32:13.135Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3422025-03-21T17:32:13.441Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3432025-03-21T17:32:13.659Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3442025-03-21T17:32:13.921Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3452025-03-21T17:32:15.297Z Downloading crates ...
3462025-03-21T17:32:15.390Z Downloaded zerocopy-derive v0.7.35
3472025-03-21T17:32:15.400Z Downloaded zerocopy v0.7.35
3482025-03-21T17:32:15.415Z Downloaded winnow v0.7.3
3492025-03-21T17:32:15.424Z Downloaded clap_derive v4.5.28
3502025-03-21T17:32:15.428Z Downloaded digest v0.10.7
3512025-03-21T17:32:15.432Z Downloaded colorchoice v1.0.2
3522025-03-21T17:32:15.435Z Downloaded clap v4.5.31
3532025-03-21T17:32:15.441Z Downloaded fastrand v2.1.1
3542025-03-21T17:32:15.444Z Downloaded equivalent v1.0.1
3552025-03-21T17:32:15.444Z Downloaded anstyle-parse v0.2.5
3562025-03-21T17:32:15.448Z Downloaded dof v0.3.0
3572025-03-21T17:32:15.448Z Downloaded is_terminal_polyfill v1.70.1
3582025-03-21T17:32:15.451Z Downloaded fnv v1.0.7
3592025-03-21T17:32:15.451Z Downloaded clap_lex v0.7.4
3602025-03-21T17:32:15.451Z Downloaded dtrace-parser v0.2.0
3612025-03-21T17:32:15.456Z Downloaded fs-err v2.11.0
3622025-03-21T17:32:15.459Z Downloaded heck v0.4.1
3632025-03-21T17:32:15.463Z Downloaded anstyle v1.0.10
3642025-03-21T17:32:15.463Z Downloaded generic-array v0.14.7
3652025-03-21T17:32:15.466Z Downloaded crypto-common v0.1.6
3662025-03-21T17:32:15.466Z Downloaded cpufeatures v0.2.14
3672025-03-21T17:32:15.470Z Downloaded itoa v1.0.11
3682025-03-21T17:32:15.473Z Downloaded errno v0.3.9
3692025-03-21T17:32:15.473Z Downloaded heck v0.5.0
3702025-03-21T17:32:15.480Z Downloaded pretty-hex v0.4.1
3712025-03-21T17:32:15.486Z Downloaded memmap v0.7.0
3722025-03-21T17:32:15.489Z Downloaded macaddr v1.0.1
3732025-03-21T17:32:15.489Z Downloaded io-lifetimes v1.0.11
3742025-03-21T17:32:15.493Z Downloaded pest_generator v2.7.14
3752025-03-21T17:32:15.493Z Downloaded anstream v0.6.15
3762025-03-21T17:32:15.504Z Downloaded scroll_derive v0.12.0
3772025-03-21T17:32:15.509Z Downloaded proc-macro-error-attr v1.0.4
3782025-03-21T17:32:15.512Z Downloaded plain v0.2.3
3792025-03-21T17:32:15.521Z Downloaded usdt-macro v0.5.0
3802025-03-21T17:32:15.525Z Downloaded usdt-attr-macro v0.5.0
3812025-03-21T17:32:15.528Z Downloaded serde_spanned v0.6.8
3822025-03-21T17:32:15.531Z Downloaded smawk v0.3.2
3832025-03-21T17:32:15.537Z Downloaded once_cell v1.20.3
3842025-03-21T17:32:15.540Z Downloaded bytecount v0.6.8
3852025-03-21T17:32:15.548Z Downloaded swrite v0.1.0
3862025-03-21T17:32:15.552Z Downloaded byteorder v1.5.0
3872025-03-21T17:32:15.552Z Downloaded bitflags v1.3.2
3882025-03-21T17:32:15.555Z Downloaded autocfg v1.4.0
3892025-03-21T17:32:15.555Z Downloaded tabled_derive v0.7.0
3902025-03-21T17:32:15.559Z Downloaded thread-id v4.2.2
3912025-03-21T17:32:15.559Z Downloaded pest_derive v2.7.14
3922025-03-21T17:32:15.562Z Downloaded terminal_size v0.2.6
3932025-03-21T17:32:15.562Z Downloaded proc-macro-error v1.0.4
3942025-03-21T17:32:15.565Z Downloaded strsim v0.11.1
3952025-03-21T17:32:15.565Z Downloaded cargo-platform v0.1.8
3962025-03-21T17:32:15.568Z Downloaded thiserror-impl v1.0.69
3972025-03-21T17:32:15.569Z Downloaded anstyle-query v1.1.1
3982025-03-21T17:32:15.569Z Downloaded thiserror v1.0.69
3992025-03-21T17:32:15.575Z Downloaded utf8parse v0.2.2
4002025-03-21T17:32:15.578Z Downloaded toml_datetime v0.6.8
4012025-03-21T17:32:15.578Z Downloaded thiserror-impl v2.0.11
4022025-03-21T17:32:15.578Z Downloaded scroll v0.12.0
4032025-03-21T17:32:15.578Z Downloaded block-buffer v0.10.4
4042025-03-21T17:32:15.583Z Downloaded usdt v0.5.0
4052025-03-21T17:32:15.583Z Downloaded sha2 v0.10.8
4062025-03-21T17:32:15.586Z Downloaded quote v1.0.38
4072025-03-21T17:32:15.586Z Downloaded serde_tokenstream v0.2.2
4082025-03-21T17:32:15.589Z Downloaded semver v1.0.25
4092025-03-21T17:32:15.589Z Downloaded log v0.4.22
4102025-03-21T17:32:15.592Z Downloaded indexmap v2.7.1
4112025-03-21T17:32:15.597Z Downloaded camino v1.1.9
4122025-03-21T17:32:15.600Z Downloaded terminal_size v0.4.0
4132025-03-21T17:32:15.603Z Downloaded cargo_toml v0.21.0
4142025-03-21T17:32:15.606Z Downloaded tempfile v3.13.0
4152025-03-21T17:32:15.609Z Downloaded thiserror v2.0.11
4162025-03-21T17:32:15.613Z Downloaded usdt-impl v0.5.0
4172025-03-21T17:32:15.617Z Downloaded cargo_metadata v0.19.2
4182025-03-21T17:32:15.617Z Downloaded cfg-if v1.0.0
4192025-03-21T17:32:15.617Z Downloaded pest_meta v2.7.14
4202025-03-21T17:32:15.620Z Downloaded camino-tempfile v1.1.1
4212025-03-21T17:32:15.623Z Downloaded serde_derive v1.0.218
4222025-03-21T17:32:15.628Z Downloaded version_check v0.9.5
4232025-03-21T17:32:15.633Z Downloaded anyhow v1.0.97
4242025-03-21T17:32:15.636Z Downloaded ryu v1.0.18
4252025-03-21T17:32:15.636Z Downloaded proc-macro2 v1.0.93
4262025-03-21T17:32:15.640Z Downloaded bitflags v2.6.0
4272025-03-21T17:32:15.643Z Downloaded ucd-trie v0.1.7
4282025-03-21T17:32:15.643Z Downloaded papergrid v0.11.0
4292025-03-21T17:32:15.648Z Downloaded unicode-linebreak v0.1.5
4302025-03-21T17:32:15.653Z Downloaded unicode-ident v1.0.14
4312025-03-21T17:32:15.656Z Downloaded toml v0.8.20
4322025-03-21T17:32:15.656Z Downloaded typenum v1.17.0
4332025-03-21T17:32:15.662Z Downloaded serde v1.0.218
4342025-03-21T17:32:15.671Z Downloaded textwrap v0.16.1
4352025-03-21T17:32:15.686Z Downloaded clap_builder v4.5.31
4362025-03-21T17:32:15.691Z Downloaded toml_edit v0.22.24
4372025-03-21T17:32:15.712Z Downloaded memchr v2.7.4
4382025-03-21T17:32:15.718Z Downloaded hashbrown v0.15.1
4392025-03-21T17:32:15.726Z Downloaded pest v2.7.14
4402025-03-21T17:32:15.734Z Downloaded goblin v0.8.2
4412025-03-21T17:32:15.742Z Downloaded serde_json v1.0.139
4422025-03-21T17:32:15.752Z Downloaded tabled v0.15.0
4432025-03-21T17:32:15.778Z Downloaded syn v1.0.109
4442025-03-21T17:32:15.788Z Downloaded unicode-width v0.1.14
4452025-03-21T17:32:15.796Z Downloaded syn v2.0.98
4462025-03-21T17:32:15.807Z Downloaded rustix v0.37.28
4472025-03-21T17:32:15.824Z Downloaded rustix v0.38.37
4482025-03-21T17:32:15.862Z Downloaded libc v0.2.170
4492025-03-21T17:32:16.004Z Compiling proc-macro2 v1.0.93
4502025-03-21T17:32:16.004Z Compiling unicode-ident v1.0.14
4512025-03-21T17:32:16.007Z Compiling version_check v0.9.5
4522025-03-21T17:32:16.007Z Compiling serde v1.0.218
4532025-03-21T17:32:16.007Z Compiling libc v0.2.170
4542025-03-21T17:32:16.008Z Compiling memchr v2.7.4
4552025-03-21T17:32:16.008Z Compiling thiserror v1.0.69
4562025-03-21T17:32:16.041Z Compiling itoa v1.0.11
4572025-03-21T17:32:16.307Z Compiling ucd-trie v0.1.7
4582025-03-21T17:32:16.398Z Compiling ryu v1.0.18
4592025-03-21T17:32:16.784Z Compiling once_cell v1.20.3
4602025-03-21T17:32:16.792Z Compiling byteorder v1.5.0
4612025-03-21T17:32:16.848Z Compiling serde_json v1.0.139
4622025-03-21T17:32:17.163Z Compiling rustix v0.38.37
4632025-03-21T17:32:17.330Z Compiling bitflags v2.6.0
4642025-03-21T17:32:17.457Z Compiling usdt-impl v0.5.0
4652025-03-21T17:32:17.625Z Compiling proc-macro-error-attr v1.0.4
4662025-03-21T17:32:17.721Z Compiling io-lifetimes v1.0.11
4672025-03-21T17:32:17.757Z Compiling syn v1.0.109
4682025-03-21T17:32:17.907Z Compiling quote v1.0.38
4692025-03-21T17:32:18.075Z Compiling proc-macro-error v1.0.4
4702025-03-21T17:32:18.098Z Compiling log v0.4.22
4712025-03-21T17:32:18.247Z Compiling errno v0.3.9
4722025-03-21T17:32:18.315Z Compiling syn v2.0.98
4732025-03-21T17:32:18.436Z Compiling utf8parse v0.2.2
4742025-03-21T17:32:18.485Z Compiling equivalent v1.0.1
4752025-03-21T17:32:18.546Z Compiling plain v0.2.3
4762025-03-21T17:32:18.571Z Compiling thread-id v4.2.2
4772025-03-21T17:32:18.603Z Compiling hashbrown v0.15.1
4782025-03-21T17:32:18.607Z Compiling rustix v0.37.28
4792025-03-21T17:32:18.649Z Compiling camino v1.1.9
4802025-03-21T17:32:18.706Z Compiling anstyle-parse v0.2.5
4812025-03-21T17:32:19.288Z Compiling pretty-hex v0.4.1
4822025-03-21T17:32:19.415Z Compiling thiserror v2.0.11
4832025-03-21T17:32:19.493Z Compiling anstyle v1.0.10
4842025-03-21T17:32:19.536Z Compiling bitflags v1.3.2
4852025-03-21T17:32:19.562Z Compiling anstyle-query v1.1.1
4862025-03-21T17:32:19.656Z Compiling indexmap v2.7.1
4872025-03-21T17:32:19.679Z Compiling colorchoice v1.0.2
4882025-03-21T17:32:19.730Z Compiling unicode-width v0.1.14
4892025-03-21T17:32:19.863Z Compiling is_terminal_polyfill v1.70.1
4902025-03-21T17:32:19.917Z Compiling autocfg v1.4.0
4912025-03-21T17:32:19.975Z Compiling semver v1.0.25
4922025-03-21T17:32:20.014Z Compiling winnow v0.7.3
4932025-03-21T17:32:20.275Z Compiling terminal_size v0.4.0
4942025-03-21T17:32:20.487Z Compiling anstream v0.6.15
4952025-03-21T17:32:20.860Z Compiling fs-err v2.11.0
4962025-03-21T17:32:21.123Z Compiling strsim v0.11.1
4972025-03-21T17:32:21.141Z Compiling anyhow v1.0.97
4982025-03-21T17:32:21.146Z Compiling cfg-if v1.0.0
4992025-03-21T17:32:21.222Z Compiling heck v0.4.1
5002025-03-21T17:32:21.255Z Compiling fastrand v2.1.1
5012025-03-21T17:32:21.650Z Compiling clap_lex v0.7.4
5022025-03-21T17:32:21.745Z Compiling heck v0.5.0
5032025-03-21T17:32:21.770Z Compiling bytecount v0.6.8
5042025-03-21T17:32:22.052Z Compiling fnv v1.0.7
5052025-03-21T17:32:22.070Z Compiling clap_builder v4.5.31
5062025-03-21T17:32:22.186Z Compiling papergrid v0.11.0
5072025-03-21T17:32:22.214Z Compiling terminal_size v0.2.6
5082025-03-21T17:32:22.385Z Compiling tempfile v3.13.0
5092025-03-21T17:32:22.633Z Compiling memmap v0.7.0
5102025-03-21T17:32:22.814Z Compiling unicode-linebreak v0.1.5
5112025-03-21T17:32:22.959Z Compiling smawk v0.3.2
5122025-03-21T17:32:23.272Z Compiling textwrap v0.16.1
5132025-03-21T17:32:23.388Z Compiling swrite v0.1.0
5142025-03-21T17:32:24.020Z Compiling tabled_derive v0.7.0
5152025-03-21T17:32:25.403Z Compiling serde_derive v1.0.218
5162025-03-21T17:32:25.403Z Compiling thiserror-impl v1.0.69
5172025-03-21T17:32:25.407Z Compiling zerocopy-derive v0.7.35
5182025-03-21T17:32:25.407Z Compiling scroll_derive v0.12.0
5192025-03-21T17:32:25.407Z Compiling thiserror-impl v2.0.11
5202025-03-21T17:32:25.407Z Compiling clap_derive v4.5.28
5212025-03-21T17:32:25.562Z Compiling tabled v0.15.0
5222025-03-21T17:32:26.889Z Compiling scroll v0.12.0
5232025-03-21T17:32:27.341Z Compiling zerocopy v0.7.35
5242025-03-21T17:32:27.440Z Compiling goblin v0.8.2
5252025-03-21T17:32:28.581Z Compiling pest v2.7.14
5262025-03-21T17:32:29.861Z Compiling clap v4.5.31
5272025-03-21T17:32:30.764Z Compiling pest_meta v2.7.14
5282025-03-21T17:32:31.769Z Compiling pest_generator v2.7.14
5292025-03-21T17:32:33.181Z Compiling pest_derive v2.7.14
5302025-03-21T17:32:33.747Z Compiling dtrace-parser v0.2.0
5312025-03-21T17:32:34.589Z Compiling serde_spanned v0.6.8
5322025-03-21T17:32:34.592Z Compiling toml_datetime v0.6.8
5332025-03-21T17:32:34.592Z Compiling cargo-platform v0.1.8
5342025-03-21T17:32:34.865Z Compiling serde_tokenstream v0.2.2
5352025-03-21T17:32:34.912Z Compiling macaddr v1.0.1
5362025-03-21T17:32:35.101Z Compiling toml_edit v0.22.24
5372025-03-21T17:32:35.225Z Compiling camino-tempfile v1.1.1
5382025-03-21T17:32:35.944Z Compiling dof v0.3.0
5392025-03-21T17:32:35.944Z Compiling cargo_metadata v0.19.2
5402025-03-21T17:32:37.579Z Compiling usdt-macro v0.5.0
5412025-03-21T17:32:37.583Z Compiling usdt-attr-macro v0.5.0
5422025-03-21T17:32:37.925Z Compiling toml v0.8.20
5432025-03-21T17:32:38.738Z Compiling cargo_toml v0.21.0
5442025-03-21T17:32:38.792Z Compiling usdt v0.5.0
5452025-03-21T17:32:41.275Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5462025-03-21T17:32:44.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.80s
5472025-03-21T17:32:44.698Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5482025-03-21T17:32:45.272Z Downloading crates ...
5492025-03-21T17:32:45.390Z Downloaded atomicwrites v0.4.4
5502025-03-21T17:32:45.405Z Downloaded atty v0.2.14
5512025-03-21T17:32:45.413Z Downloaded async-stream-impl v0.3.6
5522025-03-21T17:32:45.420Z Downloaded hex v0.4.3
5532025-03-21T17:32:45.420Z Downloaded cfg_aliases v0.1.1
5542025-03-21T17:32:45.428Z Downloaded hickory-client v0.24.4
5552025-03-21T17:32:45.428Z Downloaded ident_case v1.0.1
5562025-03-21T17:32:45.428Z Downloaded ctr v0.9.2
5572025-03-21T17:32:45.432Z Downloaded http-range v0.1.5
5582025-03-21T17:32:45.432Z Downloaded http-body v1.0.1
5592025-03-21T17:32:45.432Z Downloaded ciborium-io v0.2.2
5602025-03-21T17:32:45.432Z Downloaded hubpack_derive v0.1.1
5612025-03-21T17:32:45.436Z Downloaded crunchy v0.2.2
5622025-03-21T17:32:45.439Z Downloaded cfg_aliases v0.2.1
5632025-03-21T17:32:45.439Z Downloaded icu_provider_macros v1.5.0
5642025-03-21T17:32:45.442Z Downloaded cstr-argument v0.1.2
5652025-03-21T17:32:45.446Z Downloaded heck v0.3.3
5662025-03-21T17:32:45.450Z Downloaded idna_adapter v1.2.0
5672025-03-21T17:32:45.450Z Downloaded async-recursion v1.1.1
5682025-03-21T17:32:45.453Z Downloaded is_ci v1.2.0
5692025-03-21T17:32:45.453Z Downloaded arrayref v0.3.9
5702025-03-21T17:32:45.456Z Downloaded crucible-workspace-hack v0.1.0
5712025-03-21T17:32:45.456Z Downloaded match_cfg v0.1.0
5722025-03-21T17:32:45.456Z Downloaded async-stream v0.3.6
5732025-03-21T17:32:45.459Z Downloaded md5 v0.7.0
5742025-03-21T17:32:45.464Z Downloaded lru v0.12.5
5752025-03-21T17:32:45.464Z Downloaded impl-trait-for-tuples v0.2.2
5762025-03-21T17:32:45.468Z Downloaded atomic-waker v1.1.2
5772025-03-21T17:32:45.468Z Downloaded assert_matches v1.5.0
5782025-03-21T17:32:45.473Z Downloaded indoc v1.0.9
5792025-03-21T17:32:45.473Z Downloaded httpdate v1.0.3
5802025-03-21T17:32:45.473Z Downloaded array-init v0.0.4
5812025-03-21T17:32:45.473Z Downloaded adler2 v2.0.0
5822025-03-21T17:32:45.476Z Downloaded lru-cache v0.1.2
5832025-03-21T17:32:45.476Z Downloaded aead v0.5.2
5842025-03-21T17:32:45.480Z Downloaded lazy_static v1.5.0
5852025-03-21T17:32:45.480Z Downloaded bit-vec v0.6.3
5862025-03-21T17:32:45.486Z Downloaded cipher v0.4.4
5872025-03-21T17:32:45.486Z Downloaded highway v1.3.0
5882025-03-21T17:32:45.486Z Downloaded maplit v1.0.2
5892025-03-21T17:32:45.486Z Downloaded cobs v0.2.3
5902025-03-21T17:32:45.492Z Downloaded bcrypt-pbkdf v0.10.0
5912025-03-21T17:32:45.492Z Downloaded lockfree-object-pool v0.1.6
5922025-03-21T17:32:45.497Z Downloaded kstat-rs v0.2.4
5932025-03-21T17:32:45.497Z Downloaded instability v0.3.2
5942025-03-21T17:32:45.498Z Downloaded ciborium-ll v0.2.2
5952025-03-21T17:32:45.498Z Downloaded internet-checksum v0.2.1
5962025-03-21T17:32:45.501Z Downloaded mockall v0.13.1
5972025-03-21T17:32:45.501Z Downloaded md-5 v0.10.6
5982025-03-21T17:32:45.501Z Downloaded crossbeam-deque v0.8.5
5992025-03-21T17:32:45.504Z Downloaded linked-hash-map v0.5.6
6002025-03-21T17:32:45.504Z Downloaded libsw-core v0.3.1
6012025-03-21T17:32:45.507Z Downloaded blowfish v0.9.1
6022025-03-21T17:32:45.507Z Downloaded managed v0.8.0
6032025-03-21T17:32:45.511Z Downloaded memoffset v0.9.1
6042025-03-21T17:32:45.511Z Downloaded castaway v0.2.3
6052025-03-21T17:32:45.514Z Downloaded bitfield-struct v0.6.2
6062025-03-21T17:32:45.515Z Downloaded bit-set v0.5.3
6072025-03-21T17:32:45.515Z Downloaded iana-time-zone v0.1.61
6082025-03-21T17:32:45.518Z Downloaded crc v3.2.1
6092025-03-21T17:32:45.521Z Downloaded async-bb8-diesel v0.2.1
6102025-03-21T17:32:45.521Z Downloaded indent_write v2.2.0
6112025-03-21T17:32:45.524Z Downloaded icu_locid_transform v1.5.0
6122025-03-21T17:32:45.527Z Downloaded chrono-tz-build v0.4.0
6132025-03-21T17:32:45.527Z Downloaded addr2line v0.24.2
6142025-03-21T17:32:45.544Z Downloaded progenitor-macro v0.9.1
6152025-03-21T17:32:45.544Z Downloaded libsw v3.4.0
6162025-03-21T17:32:45.549Z Downloaded jobserver v0.1.32
6172025-03-21T17:32:45.549Z Downloaded r2d2 v0.8.10
6182025-03-21T17:32:45.549Z Downloaded take_mut v0.2.2
6192025-03-21T17:32:45.550Z Downloaded ipnet v2.11.0
6202025-03-21T17:32:45.550Z Downloaded rustc-hash v1.1.0
6212025-03-21T17:32:45.550Z Downloaded progenitor-client v0.9.1
6222025-03-21T17:32:45.550Z Downloaded hex-literal v0.4.1
6232025-03-21T17:32:45.550Z Downloaded strum v0.26.3
6242025-03-21T17:32:45.550Z Downloaded mime_guess v2.0.5
6252025-03-21T17:32:45.550Z Downloaded memmap2 v0.9.5
6262025-03-21T17:32:45.556Z Downloaded const_format_proc_macros v0.2.34
6272025-03-21T17:32:45.556Z Downloaded multer v3.1.0
6282025-03-21T17:32:45.556Z Downloaded lock_api v0.4.12
6292025-03-21T17:32:45.560Z Downloaded hubpack v0.1.2
6302025-03-21T17:32:45.560Z Downloaded rand_seeder v0.3.0
6312025-03-21T17:32:45.560Z Downloaded mime v0.3.17
6322025-03-21T17:32:45.563Z Downloaded ref-cast v1.0.23
6332025-03-21T17:32:45.563Z Downloaded radium v0.7.0
6342025-03-21T17:32:45.567Z Downloaded lalrpop-util v0.19.12
6352025-03-21T17:32:45.567Z Downloaded icu_normalizer v1.5.0
6362025-03-21T17:32:45.572Z Downloaded hyper-rustls v0.27.3
6372025-03-21T17:32:45.576Z Downloaded hmac v0.12.1
6382025-03-21T17:32:45.576Z Downloaded cancel-safe-futures v0.1.5
6392025-03-21T17:32:45.585Z Downloaded unarray v0.1.4
6402025-03-21T17:32:45.585Z Downloaded termtree v0.4.1
6412025-03-21T17:32:45.585Z Downloaded cargo_metadata v0.18.1
6422025-03-21T17:32:45.589Z Downloaded scheduled-thread-pool v0.2.7
6432025-03-21T17:32:45.589Z Downloaded serde_urlencoded v0.7.1
6442025-03-21T17:32:45.589Z Downloaded ahash v0.8.11
6452025-03-21T17:32:45.589Z Downloaded darling_macro v0.20.10
6462025-03-21T17:32:45.589Z Downloaded xattr v1.3.1
6472025-03-21T17:32:45.593Z Downloaded toolchain_find v0.4.0
6482025-03-21T17:32:45.594Z Downloaded bit-vec v0.8.0
6492025-03-21T17:32:45.597Z Downloaded icu_locid_transform_data v1.5.0
6502025-03-21T17:32:45.597Z Downloaded proc-macro-error-attr2 v2.0.0
6512025-03-21T17:32:45.597Z Downloaded spki v0.7.3
6522025-03-21T17:32:45.601Z Downloaded icu_normalizer_data v1.5.0
6532025-03-21T17:32:45.604Z Downloaded termtree v0.5.1
6542025-03-21T17:32:45.604Z Downloaded zeroize_derive v1.4.2
6552025-03-21T17:32:45.604Z Downloaded serde_repr v0.1.19
6562025-03-21T17:32:45.610Z Downloaded foreign-types-shared v0.1.1
6572025-03-21T17:32:45.610Z Downloaded scrypt v0.11.0
6582025-03-21T17:32:45.615Z Downloaded csv-core v0.1.11
6592025-03-21T17:32:45.615Z Downloaded convert_case v0.4.0
6602025-03-21T17:32:45.615Z Downloaded openssl-macros v0.1.1
6612025-03-21T17:32:45.615Z Downloaded tls_codec_derive v0.4.1
6622025-03-21T17:32:45.618Z Downloaded const-oid v0.9.6
6632025-03-21T17:32:45.618Z Downloaded openssl-probe v0.1.5
6642025-03-21T17:32:45.618Z Downloaded unicode-truncate v1.1.0
6652025-03-21T17:32:45.621Z Downloaded indicatif v0.17.11
6662025-03-21T17:32:45.624Z Downloaded whoami v1.5.2
6672025-03-21T17:32:45.627Z Downloaded miniz_oxide v0.8.5
6682025-03-21T17:32:45.631Z Downloaded crc-any v2.5.0
6692025-03-21T17:32:45.634Z Downloaded cookie_store v0.21.1
6702025-03-21T17:32:45.637Z Downloaded sct v0.7.1
6712025-03-21T17:32:45.642Z Downloaded parse-size v1.1.0
6722025-03-21T17:32:45.642Z Downloaded endian-type v0.1.2
6732025-03-21T17:32:45.642Z Downloaded zerovec-derive v0.10.3
6742025-03-21T17:32:45.645Z Downloaded smallvec v1.14.0
6752025-03-21T17:32:45.645Z Downloaded termios v0.3.3
6762025-03-21T17:32:45.649Z Downloaded enum-as-inner v0.6.1
6772025-03-21T17:32:45.649Z Downloaded precomputed-hash v0.1.1
6782025-03-21T17:32:45.649Z Downloaded ena v0.14.3
6792025-03-21T17:32:45.654Z Downloaded signal-hook-registry v1.4.2
6802025-03-21T17:32:45.654Z Downloaded strum_macros v0.24.3
6812025-03-21T17:32:45.659Z Downloaded crossbeam-utils v0.8.20
6822025-03-21T17:32:45.659Z Downloaded hash32 v0.2.1
6832025-03-21T17:32:45.663Z Downloaded embedded-io v0.6.1
6842025-03-21T17:32:45.663Z Downloaded indexmap v1.9.3
6852025-03-21T17:32:45.666Z Downloaded mockall_derive v0.13.1
6862025-03-21T17:32:45.666Z Downloaded foreign-types-shared v0.3.1
6872025-03-21T17:32:45.670Z Downloaded tokio-rustls v0.26.0
6882025-03-21T17:32:45.670Z Downloaded display-error-chain v0.2.2
6892025-03-21T17:32:45.678Z Downloaded sync-ptr v0.1.1
6902025-03-21T17:32:45.679Z Downloaded icu_collections v1.5.0
6912025-03-21T17:32:45.683Z Downloaded form_urlencoded v1.2.1
6922025-03-21T17:32:45.683Z Downloaded nanorand v0.7.0
6932025-03-21T17:32:45.683Z Downloaded multimap v0.10.0
6942025-03-21T17:32:45.687Z Downloaded tower-layer v0.3.3
6952025-03-21T17:32:45.687Z Downloaded foreign-types-macros v0.2.3
6962025-03-21T17:32:45.688Z Downloaded phf v0.11.2
6972025-03-21T17:32:45.688Z Downloaded slog-envlogger v2.2.0
6982025-03-21T17:32:45.692Z Downloaded base64 v0.13.1
6992025-03-21T17:32:45.692Z Downloaded rustls-pki-types v1.10.0
7002025-03-21T17:32:45.696Z Downloaded progenitor v0.9.1
7012025-03-21T17:32:45.703Z Downloaded progenitor v0.8.0
7022025-03-21T17:32:45.703Z Downloaded des v0.8.1
7032025-03-21T17:32:45.707Z Downloaded filetime v0.2.25
7042025-03-21T17:32:45.707Z Downloaded diesel_table_macro_syntax v0.2.0
7052025-03-21T17:32:45.707Z Downloaded slog-stdlog v4.1.1
7062025-03-21T17:32:45.707Z Downloaded headers-core v0.3.0
7072025-03-21T17:32:45.707Z Downloaded arc-swap v1.7.1
7082025-03-21T17:32:45.713Z Downloaded zerofrom v0.1.4
7092025-03-21T17:32:45.714Z Downloaded shell-words v1.1.0
7102025-03-21T17:32:45.719Z Downloaded shlex v1.3.0
7112025-03-21T17:32:45.720Z Downloaded same-file v1.0.6
7122025-03-21T17:32:45.720Z Downloaded ref-cast-impl v1.0.23
7132025-03-21T17:32:45.720Z Downloaded socket2 v0.5.8
7142025-03-21T17:32:45.726Z Downloaded want v0.3.1
7152025-03-21T17:32:45.726Z Downloaded snafu-derive v0.8.5
7162025-03-21T17:32:45.726Z Downloaded ppv-lite86 v0.2.20
7172025-03-21T17:32:45.726Z Downloaded rand_chacha v0.3.1
7182025-03-21T17:32:45.730Z Downloaded tracing-attributes v0.1.27
7192025-03-21T17:32:45.730Z Downloaded rustc_version v0.1.7
7202025-03-21T17:32:45.730Z Downloaded tokio-rustls v0.25.0
7212025-03-21T17:32:45.734Z Downloaded vsss-rs v3.3.4
7222025-03-21T17:32:45.734Z Downloaded num-conv v0.1.0
7232025-03-21T17:32:45.734Z Downloaded rustc_version v0.4.1
7242025-03-21T17:32:45.738Z Downloaded number_prefix v0.4.0
7252025-03-21T17:32:45.738Z Downloaded fs_extra v1.3.0
7262025-03-21T17:32:45.741Z Downloaded num_threads v0.1.7
7272025-03-21T17:32:45.741Z Downloaded tap v1.0.1
7282025-03-21T17:32:45.741Z Downloaded tabwriter v1.4.0
7292025-03-21T17:32:45.744Z Downloaded peg-runtime v0.8.5
7302025-03-21T17:32:45.744Z Downloaded stable_deref_trait v1.2.0
7312025-03-21T17:32:45.744Z Downloaded tokio-macros v2.5.0
7322025-03-21T17:32:45.747Z Downloaded yoke v0.7.4
7332025-03-21T17:32:45.751Z Downloaded password-hash v0.5.0
7342025-03-21T17:32:45.751Z Downloaded psl-types v2.0.11
7352025-03-21T17:32:45.754Z Downloaded password-hash v0.4.2
7362025-03-21T17:32:45.754Z Downloaded defmt-parser v0.3.4
7372025-03-21T17:32:45.754Z Downloaded defmt-macros v0.3.9
7382025-03-21T17:32:45.767Z Downloaded futures-sink v0.3.31
7392025-03-21T17:32:45.772Z Downloaded futures-macro v0.3.31
7402025-03-21T17:32:45.772Z Downloaded unicase v2.7.0
7412025-03-21T17:32:45.777Z Downloaded futures-io v0.3.31
7422025-03-21T17:32:45.778Z Downloaded foreign-types v0.5.0
7432025-03-21T17:32:45.778Z Downloaded tokio-native-tls v0.3.1
7442025-03-21T17:32:45.782Z Downloaded zerofrom-derive v0.1.4
7452025-03-21T17:32:45.782Z Downloaded hickory-resolver v0.24.4
7462025-03-21T17:32:45.787Z Downloaded serde-big-array v0.5.1
7472025-03-21T17:32:45.787Z Downloaded num v0.4.3
7482025-03-21T17:32:45.787Z Downloaded pkcs8 v0.10.2
7492025-03-21T17:32:45.792Z Downloaded ff v0.13.0
7502025-03-21T17:32:45.792Z Downloaded term v0.7.0
7512025-03-21T17:32:45.796Z Downloaded oso v0.27.3
7522025-03-21T17:32:45.802Z Downloaded sync_wrapper v1.0.1
7532025-03-21T17:32:45.802Z Downloaded dropshot_endpoint v0.12.0
7542025-03-21T17:32:45.808Z Downloaded pem v3.0.5
7552025-03-21T17:32:45.808Z Downloaded thread_local v1.1.8
7562025-03-21T17:32:45.808Z Downloaded flagset v0.4.6
7572025-03-21T17:32:45.812Z Downloaded curve25519-dalek-derive v0.1.1
7582025-03-21T17:32:45.812Z Downloaded peg v0.8.5
7592025-03-21T17:32:45.812Z Downloaded oxnet v0.1.1
7602025-03-21T17:32:45.816Z Downloaded powerfmt v0.2.0
7612025-03-21T17:32:45.816Z Downloaded pin-project v1.1.6
7622025-03-21T17:32:45.826Z Downloaded phf_shared v0.10.0
7632025-03-21T17:32:45.829Z Downloaded hickory-server v0.24.4
7642025-03-21T17:32:45.832Z Downloaded structmeta v0.3.0
7652025-03-21T17:32:45.835Z Downloaded mio v1.0.2
7662025-03-21T17:32:45.839Z Downloaded zeroize v1.8.1
7672025-03-21T17:32:45.842Z Downloaded minimal-lexical v0.2.1
7682025-03-21T17:32:45.847Z Downloaded http v1.2.0
7692025-03-21T17:32:45.852Z Downloaded opaque-debug v0.3.1
7702025-03-21T17:32:45.852Z Downloaded serde_path_to_error v0.1.16
7712025-03-21T17:32:45.858Z Downloaded serde-hex v0.1.0
7722025-03-21T17:32:45.859Z Downloaded base64 v0.22.1
7732025-03-21T17:32:45.862Z Downloaded sqlparser_derive v0.2.2
7742025-03-21T17:32:45.862Z Downloaded secrecy v0.8.0
7752025-03-21T17:32:45.862Z Downloaded pem-rfc7468 v0.7.0
7762025-03-21T17:32:45.865Z Downloaded xz2 v0.1.7
7772025-03-21T17:32:45.865Z Downloaded smf v0.2.3
7782025-03-21T17:32:45.873Z Downloaded russh-cryptovec v0.7.3
7792025-03-21T17:32:45.873Z Downloaded unicode-properties v0.1.3
7802025-03-21T17:32:45.879Z Downloaded daft v0.1.1
7812025-03-21T17:32:45.879Z Downloaded tinyvec_macros v0.1.1
7822025-03-21T17:32:45.879Z Downloaded supports-color v3.0.2
7832025-03-21T17:32:45.879Z Downloaded futures-executor v0.3.31
7842025-03-21T17:32:45.879Z Downloaded dsl_auto_type v0.1.2
7852025-03-21T17:32:45.883Z Downloaded predicates v3.1.3
7862025-03-21T17:32:45.883Z Downloaded postgres-types v0.2.9
7872025-03-21T17:32:45.883Z Downloaded rsa v0.9.6
7882025-03-21T17:32:45.887Z Downloaded rtoolbox v0.0.2
7892025-03-21T17:32:45.891Z Downloaded tracing-core v0.1.32
7902025-03-21T17:32:45.896Z Downloaded polyval v0.6.2
7912025-03-21T17:32:45.896Z Downloaded percent-encoding v2.3.1
7922025-03-21T17:32:45.896Z Downloaded schemars v0.8.22
7932025-03-21T17:32:45.907Z Downloaded newtype_derive v0.1.6
7942025-03-21T17:32:45.911Z Downloaded which v4.4.2
7952025-03-21T17:32:45.911Z Downloaded normalize-line-endings v0.3.0
7962025-03-21T17:32:45.915Z Downloaded tar v0.4.44
7972025-03-21T17:32:45.915Z Downloaded quinn-udp v0.5.5
7982025-03-21T17:32:45.918Z Downloaded semver v0.1.20
7992025-03-21T17:32:45.918Z Downloaded num-iter v0.1.45
8002025-03-21T17:32:45.918Z Downloaded group v0.13.0
8012025-03-21T17:32:45.923Z Downloaded serde_derive_internals v0.29.1
8022025-03-21T17:32:45.923Z Downloaded packed_struct_codegen v0.10.1
8032025-03-21T17:32:45.927Z Downloaded ssh-cipher v0.2.0
8042025-03-21T17:32:45.927Z Downloaded uzers v0.12.1
8052025-03-21T17:32:45.927Z Downloaded value-bag v1.9.0
8062025-03-21T17:32:45.933Z Downloaded slab v0.4.9
8072025-03-21T17:32:45.933Z Downloaded parking_lot_core v0.8.6
8082025-03-21T17:32:45.938Z Downloaded data-encoding v2.6.0
8092025-03-21T17:32:45.938Z Downloaded rpassword v7.3.1
8102025-03-21T17:32:45.938Z Downloaded phf_generator v0.11.2
8112025-03-21T17:32:45.942Z Downloaded fixedbitset v0.5.7
8122025-03-21T17:32:45.942Z Downloaded pbkdf2 v0.11.0
8132025-03-21T17:32:45.942Z Downloaded yasna v0.5.2
8142025-03-21T17:32:45.946Z Downloaded peg-macros v0.8.5
8152025-03-21T17:32:45.950Z Downloaded tls_codec v0.4.1
8162025-03-21T17:32:45.951Z Downloaded aes v0.8.4
8172025-03-21T17:32:45.955Z Downloaded derive_builder_macro v0.20.2
8182025-03-21T17:32:45.955Z Downloaded poly1305 v0.8.0
8192025-03-21T17:32:45.959Z Downloaded heapless v0.7.17
8202025-03-21T17:32:45.962Z Downloaded toml v0.7.8
8212025-03-21T17:32:45.962Z Downloaded slog v2.7.0
8222025-03-21T17:32:45.965Z Downloaded libm v0.2.8
8232025-03-21T17:32:45.975Z Downloaded tinystr v0.7.6
8242025-03-21T17:32:45.978Z Downloaded aes-gcm v0.10.3
8252025-03-21T17:32:45.981Z Downloaded fallible-iterator v0.2.0
8262025-03-21T17:32:45.981Z Downloaded rand_core v0.6.4
8272025-03-21T17:32:45.987Z Downloaded rand_chacha v0.9.0
8282025-03-21T17:32:45.987Z Downloaded itertools v0.14.0
8292025-03-21T17:32:45.991Z Downloaded tracing v0.1.40
8302025-03-21T17:32:45.996Z Downloaded termcolor v1.4.1
8312025-03-21T17:32:46.002Z Downloaded sha1 v0.10.6
8322025-03-21T17:32:46.002Z Downloaded tokio-tungstenite v0.21.0
8332025-03-21T17:32:46.007Z Downloaded tokio-stream v0.1.17
8342025-03-21T17:32:46.012Z Downloaded float-ord v0.3.2
8352025-03-21T17:32:46.013Z Downloaded strum_macros v0.25.3
8362025-03-21T17:32:46.013Z Downloaded derive_builder_core v0.20.2
8372025-03-21T17:32:46.020Z Downloaded sqlformat v0.2.6
8382025-03-21T17:32:46.020Z Downloaded phf_shared v0.11.2
8392025-03-21T17:32:46.020Z Downloaded phf_codegen v0.11.2
8402025-03-21T17:32:46.020Z Downloaded nu-ansi-term v0.50.1
8412025-03-21T17:32:46.024Z Downloaded typify v0.3.0
8422025-03-21T17:32:46.029Z Downloaded num-bigint v0.4.6
8432025-03-21T17:32:46.034Z Downloaded slog-bunyan v2.5.0
8442025-03-21T17:32:46.040Z Downloaded pretty-hex v0.2.1
8452025-03-21T17:32:46.040Z Downloaded num_enum_derive v0.5.11
8462025-03-21T17:32:46.045Z Downloaded tabled_derive v0.10.0
8472025-03-21T17:32:46.045Z Downloaded futures-task v0.3.31
8482025-03-21T17:32:46.045Z Downloaded pin-project-lite v0.2.14
8492025-03-21T17:32:46.052Z Downloaded fxhash v0.2.1
8502025-03-21T17:32:46.055Z Downloaded waitgroup v0.1.2
8512025-03-21T17:32:46.055Z Downloaded env_logger v0.10.2
8522025-03-21T17:32:46.063Z Downloaded typify-macro v0.3.0
8532025-03-21T17:32:46.071Z Downloaded hyper v1.6.0
8542025-03-21T17:32:46.080Z Downloaded path-slash v0.1.5
8552025-03-21T17:32:46.080Z Downloaded utf-8 v0.7.6
8562025-03-21T17:32:46.080Z Downloaded ed25519 v2.2.3
8572025-03-21T17:32:46.089Z Downloaded tungstenite v0.21.0
8582025-03-21T17:32:46.090Z Downloaded p256 v0.13.2
8592025-03-21T17:32:46.090Z Downloaded tokio-tungstenite v0.24.0
8602025-03-21T17:32:46.095Z Downloaded zone v0.3.0
8612025-03-21T17:32:46.095Z Downloaded num-rational v0.4.2
8622025-03-21T17:32:46.095Z Downloaded futures-channel v0.3.31
8632025-03-21T17:32:46.095Z Downloaded foreign-types v0.3.2
8642025-03-21T17:32:46.095Z Downloaded num-bigint-dig v0.8.4
8652025-03-21T17:32:46.102Z Downloaded rayon-core v1.12.1
8662025-03-21T17:32:46.129Z Downloaded rfc6979 v0.4.0
8672025-03-21T17:32:46.129Z Downloaded string_cache v0.8.7
8682025-03-21T17:32:46.129Z Downloaded rustversion v1.0.17
8692025-03-21T17:32:46.142Z Downloaded vte_generate_state_changes v0.1.2
8702025-03-21T17:32:46.142Z Downloaded signal-hook-tokio v0.3.1
8712025-03-21T17:32:46.142Z Downloaded newline-converter v0.3.0
8722025-03-21T17:32:46.142Z Downloaded new_debug_unreachable v1.0.6
8732025-03-21T17:32:46.142Z Downloaded yansi v1.0.1
8742025-03-21T17:32:46.142Z Downloaded synstructure v0.13.1
8752025-03-21T17:32:46.142Z Downloaded universal-hash v0.5.1
8762025-03-21T17:32:46.142Z Downloaded subtle v2.6.1
8772025-03-21T17:32:46.142Z Downloaded futures-core v0.3.31
8782025-03-21T17:32:46.142Z Downloaded progenitor-macro v0.8.0
8792025-03-21T17:32:46.142Z Downloaded signal-hook v0.3.17
8802025-03-21T17:32:46.142Z Downloaded ron v0.8.1
8812025-03-21T17:32:46.142Z Downloaded paste v1.0.15
8822025-03-21T17:32:46.146Z Downloaded parse-display-derive v0.10.0
8832025-03-21T17:32:46.146Z Downloaded debug-ignore v1.0.5
8842025-03-21T17:32:46.146Z Downloaded tokio-tungstenite v0.23.1
8852025-03-21T17:32:46.146Z Downloaded rustls-pemfile v1.0.4
8862025-03-21T17:32:46.146Z Downloaded snafu v0.8.5
8872025-03-21T17:32:46.166Z Downloaded hashbrown v0.13.2
8882025-03-21T17:32:46.179Z Downloaded progenitor-client v0.8.0
8892025-03-21T17:32:46.179Z Downloaded utf8_iter v1.0.4
8902025-03-21T17:32:46.180Z Downloaded untrusted v0.9.0
8912025-03-21T17:32:46.180Z Downloaded rusty-fork v0.3.0
8922025-03-21T17:32:46.180Z Downloaded scopeguard v1.2.0
8932025-03-21T17:32:46.180Z Downloaded parse-display v0.10.0
8942025-03-21T17:32:46.180Z Downloaded pkcs1 v0.7.5
8952025-03-21T17:32:46.180Z Downloaded sec1 v0.7.3
8962025-03-21T17:32:46.180Z Downloaded hkdf v0.12.4
8972025-03-21T17:32:46.189Z Downloaded fatfs v0.3.6
8982025-03-21T17:32:46.189Z Downloaded globset v0.4.15
8992025-03-21T17:32:46.189Z Downloaded strum_macros v0.26.4
9002025-03-21T17:32:46.189Z Downloaded yoke-derive v0.7.4
9012025-03-21T17:32:46.189Z Downloaded thiserror-impl-no-std v2.0.2
9022025-03-21T17:32:46.189Z Downloaded sigpipe v0.1.3
9032025-03-21T17:32:46.189Z Downloaded twox-hash v2.1.0
9042025-03-21T17:32:46.199Z Downloaded glob v0.3.2
9052025-03-21T17:32:46.199Z Downloaded salsa20 v0.10.2
9062025-03-21T17:32:46.199Z Downloaded half v2.4.1
9072025-03-21T17:32:46.200Z Downloaded zerovec v0.10.4
9082025-03-21T17:32:46.242Z Downloaded downcast v0.11.0
9092025-03-21T17:32:46.242Z Downloaded predicates-core v1.0.8
9102025-03-21T17:32:46.242Z Downloaded utf16_iter v1.0.5
9112025-03-21T17:32:46.242Z Downloaded hashbrown v0.12.3
9122025-03-21T17:32:46.257Z Downloaded native-tls v0.2.12
9132025-03-21T17:32:46.257Z Downloaded time-core v0.1.2
9142025-03-21T17:32:46.257Z Downloaded parking_lot_core v0.9.10
9152025-03-21T17:32:46.257Z Downloaded try-lock v0.2.5
9162025-03-21T17:32:46.257Z Downloaded siphasher v0.3.11
9172025-03-21T17:32:46.257Z Downloaded num-integer v0.1.46
9182025-03-21T17:32:46.257Z Downloaded aho-corasick v1.1.3
9192025-03-21T17:32:46.257Z Downloaded ghash v0.5.1
9202025-03-21T17:32:46.257Z Downloaded oso-derive v0.27.3
9212025-03-21T17:32:46.257Z Downloaded primeorder v0.13.6
9222025-03-21T17:32:46.257Z Downloaded derive_more v0.99.19
9232025-03-21T17:32:46.258Z Downloaded fd-lock v4.0.2
9242025-03-21T17:32:46.258Z Downloaded dyn-clone v1.0.18
9252025-03-21T17:32:46.258Z Downloaded strip-ansi-escapes v0.2.0
9262025-03-21T17:32:46.258Z Downloaded blake3 v1.5.4
9272025-03-21T17:32:46.258Z Downloaded stringprep v0.1.5
9282025-03-21T17:32:46.258Z Downloaded zip v2.1.3
9292025-03-21T17:32:46.266Z Downloaded slog-async v2.8.0
9302025-03-21T17:32:46.266Z Downloaded pbkdf2 v0.12.2
9312025-03-21T17:32:46.266Z Downloaded rustc-demangle v0.1.24
9322025-03-21T17:32:46.266Z Downloaded simd-adler32 v0.3.7
9332025-03-21T17:32:46.266Z Downloaded derive-where v1.2.7
9342025-03-21T17:32:46.266Z Downloaded rand_core v0.9.2
9352025-03-21T17:32:46.266Z Downloaded russh v0.45.0
9362025-03-21T17:32:46.279Z Downloaded thiserror-no-std v2.0.2
9372025-03-21T17:32:46.279Z Downloaded document-features v0.2.10
9382025-03-21T17:32:46.279Z Downloaded flume v0.11.1
9392025-03-21T17:32:46.292Z Downloaded wait-timeout v0.2.0
9402025-03-21T17:32:46.292Z Downloaded futures v0.3.31
9412025-03-21T17:32:46.292Z Downloaded prettyplease v0.2.29
9422025-03-21T17:32:46.296Z Downloaded topological-sort v0.2.2
9432025-03-21T17:32:46.296Z Downloaded slog-dtrace v0.3.0
9442025-03-21T17:32:46.296Z Downloaded nodrop v0.1.14
9452025-03-21T17:32:46.296Z Downloaded newtype-uuid v1.2.1
9462025-03-21T17:32:46.296Z Downloaded progenitor-impl v0.8.0
9472025-03-21T17:32:46.296Z Downloaded funty v2.0.0
9482025-03-21T17:32:46.296Z Downloaded ecdsa v0.16.9
9492025-03-21T17:32:46.296Z Downloaded aws-lc-rs v1.12.4
9502025-03-21T17:32:46.304Z Downloaded untrusted v0.7.1
9512025-03-21T17:32:46.312Z Downloaded lalrpop v0.19.12
9522025-03-21T17:32:46.317Z Downloaded der_derive v0.7.3
9532025-03-21T17:32:46.335Z Downloaded olpc-cjson v0.1.4
9542025-03-21T17:32:46.335Z Downloaded p521 v0.13.3
9552025-03-21T17:32:46.354Z Downloaded rand v0.8.5
9562025-03-21T17:32:46.355Z Downloaded slog-term v2.9.1
9572025-03-21T17:32:46.355Z Downloaded defmt v0.3.8
9582025-03-21T17:32:46.355Z Downloaded vte v0.11.1
9592025-03-21T17:32:46.355Z Downloaded smallvec v0.6.14
9602025-03-21T17:32:46.355Z Downloaded nibble_vec v0.1.0
9612025-03-21T17:32:46.366Z Downloaded getrandom v0.2.15
9622025-03-21T17:32:46.366Z Downloaded owo-colors v4.2.0
9632025-03-21T17:32:46.366Z Downloaded zerocopy v0.6.6
9642025-03-21T17:32:46.366Z Downloaded progenitor-impl v0.9.1
9652025-03-21T17:32:46.366Z Downloaded time v0.3.36
9662025-03-21T17:32:46.366Z Downloaded postcard v1.0.10
9672025-03-21T17:32:46.366Z Downloaded icu_properties_data v1.5.0
9682025-03-21T17:32:46.372Z Downloaded walkdir v2.5.0
9692025-03-21T17:32:46.376Z Downloaded russh-keys v0.45.0
9702025-03-21T17:32:46.393Z Downloaded pretty_assertions v1.4.1
9712025-03-21T17:32:46.393Z Downloaded rustls-webpki v0.101.7
9722025-03-21T17:32:46.405Z Downloaded papergrid v0.14.0
9732025-03-21T17:32:46.405Z Downloaded quinn v0.11.5
9742025-03-21T17:32:46.405Z Downloaded typed-path v0.9.3
9752025-03-21T17:32:46.408Z Downloaded diff v0.1.13
9762025-03-21T17:32:46.414Z Downloaded quick-xml v0.37.2
9772025-03-21T17:32:46.419Z Downloaded qorb v0.2.1
9782025-03-21T17:32:46.419Z Downloaded url v2.5.3
9792025-03-21T17:32:46.422Z Downloaded steno v0.4.1
9802025-03-21T17:32:46.426Z Downloaded portable-atomic v1.9.0
9812025-03-21T17:32:46.433Z Downloaded tungstenite v0.23.0
9822025-03-21T17:32:46.437Z Downloaded bindgen v0.71.1
9832025-03-21T17:32:46.444Z Downloaded der v0.7.9
9842025-03-21T17:32:46.448Z Downloaded salty v0.3.0
9852025-03-21T17:32:46.456Z Downloaded h2 v0.4.6
9862025-03-21T17:32:46.462Z Downloaded chrono v0.4.40
9872025-03-21T17:32:46.470Z Downloaded unsafe-libyaml v0.2.11
9882025-03-21T17:32:46.476Z Downloaded proptest v1.6.0
9892025-03-21T17:32:46.486Z Downloaded serde_with v3.12.0
9902025-03-21T17:32:46.493Z Downloaded winnow v0.5.40
9912025-03-21T17:32:46.502Z Downloaded bitvec v1.0.1
9922025-03-21T17:32:46.519Z Downloaded sqlparser v0.45.0
9932025-03-21T17:32:46.524Z Downloaded rustls v0.21.12
9942025-03-21T17:32:46.535Z Downloaded nom v7.1.3
9952025-03-21T17:32:46.541Z Downloaded winnow v0.6.20
9962025-03-21T17:32:46.550Z Downloaded tough v0.19.0
9972025-03-21T17:32:46.559Z Downloaded tokio-util v0.7.13
9982025-03-21T17:32:46.566Z Downloaded rayon v1.10.0
9992025-03-21T17:32:46.576Z Downloaded git2 v0.19.0
10002025-03-21T17:32:46.586Z Downloaded futures-util v0.3.31
10012025-03-21T17:32:46.597Z Downloaded p384 v0.13.0
10022025-03-21T17:32:46.603Z Downloaded tabled v0.18.0
10032025-03-21T17:32:46.622Z Downloaded smoltcp v0.9.1
10042025-03-21T17:32:46.632Z Downloaded unicode-width v0.2.0
10052025-03-21T17:32:46.637Z Downloaded reqwest v0.12.12
10062025-03-21T17:32:46.646Z Downloaded petname v2.0.2
10072025-03-21T17:32:46.652Z Downloaded chrono-tz v0.10.1
10082025-03-21T17:32:46.659Z Downloaded vcpkg v0.2.15
10092025-03-21T17:32:46.700Z Downloaded rustls-webpki v0.102.8
10102025-03-21T17:32:46.717Z Downloaded quinn-proto v0.11.8
10112025-03-21T17:32:46.725Z Downloaded hickory-proto v0.24.4
10122025-03-21T17:32:46.746Z Downloaded openssl v0.10.71
10132025-03-21T17:32:46.754Z Downloaded radix_trie v0.2.1
10142025-03-21T17:32:46.760Z Downloaded gimli v0.31.1
10152025-03-21T17:32:46.771Z Downloaded object v0.30.4
10162025-03-21T17:32:46.780Z Downloaded curve25519-dalek v4.1.3
10172025-03-21T17:32:46.790Z Downloaded dropshot v0.16.0
10182025-03-21T17:32:46.815Z Downloaded nix v0.29.0
10192025-03-21T17:32:46.827Z Downloaded regress v0.10.3
10202025-03-21T17:32:46.837Z Downloaded rustls v0.22.4
10212025-03-21T17:32:46.855Z Downloaded typify-impl v0.2.0
10222025-03-21T17:32:46.870Z Downloaded rustls v0.23.19
10232025-03-21T17:32:46.882Z Downloaded regex-syntax v0.8.5
10242025-03-21T17:32:46.892Z Downloaded regex-syntax v0.6.29
10252025-03-21T17:32:46.900Z Downloaded dropshot v0.12.0
10262025-03-21T17:32:46.921Z Downloaded sled v0.34.7
10272025-03-21T17:32:46.932Z Downloaded bzip2-sys v0.1.11+1.0.8
10282025-03-21T17:32:46.945Z Downloaded typify-impl v0.3.0
10292025-03-21T17:32:46.963Z Downloaded openapiv3 v2.0.0
10302025-03-21T17:32:46.976Z Downloaded zerocopy-derive v0.6.6
10312025-03-21T17:32:46.986Z Downloaded nix v0.28.0
10322025-03-21T17:32:47.001Z Downloaded smoltcp v0.11.0
10332025-03-21T17:32:47.012Z Downloaded diesel v2.2.7
10342025-03-21T17:32:47.053Z Downloaded zerocopy v0.8.10
10352025-03-21T17:32:47.058Z Downloaded nix v0.27.1
10362025-03-21T17:32:47.068Z Downloaded regex-automata v0.4.8
10372025-03-21T17:32:47.085Z Downloaded ratatui v0.29.0
10382025-03-21T17:32:47.110Z Downloaded object v0.36.5
10392025-03-21T17:32:47.118Z Downloaded bstr v1.10.0
10402025-03-21T17:32:47.128Z Downloaded webpki-roots v0.26.6
10412025-03-21T17:32:47.132Z Downloaded lzma-sys v0.1.20
10422025-03-21T17:32:47.161Z Downloaded polar-core v0.27.3
10432025-03-21T17:32:47.171Z Downloaded csv v1.3.1
10442025-03-21T17:32:47.190Z Downloaded regex v1.11.1
10452025-03-21T17:32:47.202Z Downloaded tokio v1.43.0
10462025-03-21T17:32:47.241Z Downloaded libz-sys v1.1.20
10472025-03-21T17:32:47.262Z Downloaded toml_edit v0.19.15
10482025-03-21T17:32:47.278Z Downloaded ed25519-dalek v2.1.1
10492025-03-21T17:32:47.283Z Downloaded bindgen v0.69.5
10502025-03-21T17:32:47.289Z Downloaded petgraph v0.6.5
10512025-03-21T17:32:47.304Z Downloaded sha3 v0.10.8
10522025-03-21T17:32:47.309Z Downloaded similar v2.7.0
10532025-03-21T17:32:47.314Z Downloaded petgraph v0.7.1
10542025-03-21T17:32:47.331Z Downloaded postgres-protocol v0.6.8
10552025-03-21T17:32:47.334Z Downloaded tui-tree-widget v0.23.0
10562025-03-21T17:32:47.334Z Downloaded foldhash v0.1.3
10572025-03-21T17:32:47.338Z Downloaded float-cmp v0.10.0
10582025-03-21T17:32:47.338Z Downloaded expectorate v1.1.0
10592025-03-21T17:32:47.342Z Downloaded parking_lot v0.11.2
10602025-03-21T17:32:47.342Z Downloaded tungstenite v0.24.0
10612025-03-21T17:32:47.347Z Downloaded flate2 v1.1.0
10622025-03-21T17:32:47.351Z Downloaded static_assertions v1.1.0
10632025-03-21T17:32:47.351Z Downloaded dirs-sys-next v0.1.2
10642025-03-21T17:32:47.355Z Downloaded difflib v0.4.0
10652025-03-21T17:32:47.355Z Downloaded deranged v0.3.11
10662025-03-21T17:32:47.356Z Downloaded quick-error v1.2.3
10672025-03-21T17:32:47.359Z Downloaded pin-utils v0.1.0
10682025-03-21T17:32:47.359Z Downloaded rustls-pemfile v2.2.0
10692025-03-21T17:32:47.359Z Downloaded subprocess v0.2.9
10702025-03-21T17:32:47.362Z Downloaded tokio-postgres v0.7.13
10712025-03-21T17:32:47.366Z Downloaded either v1.14.0
10722025-03-21T17:32:47.369Z Downloaded serde_yaml v0.9.34+deprecated
10732025-03-21T17:32:47.372Z Downloaded signature v2.2.0
10742025-03-21T17:32:47.372Z Downloaded derive_builder v0.20.2
10752025-03-21T17:32:47.376Z Downloaded num-traits v0.2.19
10762025-03-21T17:32:47.379Z Downloaded ssh-key v0.6.6
10772025-03-21T17:32:47.385Z Downloaded unicode-normalization v0.1.24
10782025-03-21T17:32:47.389Z Downloaded zip v0.6.6
10792025-03-21T17:32:47.393Z Downloaded rand v0.9.0
10802025-03-21T17:32:47.397Z Downloaded tower v0.5.2
10812025-03-21T17:32:47.406Z Downloaded test-strategy v0.4.0
10822025-03-21T17:32:47.410Z Downloaded rustyline v14.0.0
10832025-03-21T17:32:47.416Z Downloaded zerocopy-derive v0.8.10
10842025-03-21T17:32:47.421Z Downloaded ring v0.17.11
10852025-03-21T17:32:47.462Z Downloaded zone_cfg_derive v0.3.0
10862025-03-21T17:32:47.465Z Downloaded encoding_rs v0.8.34
10872025-03-21T17:32:47.483Z Downloaded zone_cfg_derive v0.1.2
10882025-03-21T17:32:47.486Z Downloaded rustfmt-wrapper v0.2.1
10892025-03-21T17:32:47.486Z Downloaded predicates-tree v1.0.11
10902025-03-21T17:32:47.486Z Downloaded parse-zoneinfo v0.3.1
10912025-03-21T17:32:47.490Z Downloaded serde_with_macros v3.12.0
10922025-03-21T17:32:47.493Z Downloaded reedline v0.38.0
10932025-03-21T17:32:47.499Z Downloaded itertools v0.13.0
10942025-03-21T17:32:47.504Z Downloaded publicsuffix v2.3.0
10952025-03-21T17:32:47.507Z Downloaded typify-macro v0.2.0
10962025-03-21T17:32:47.507Z Downloaded num-derive v0.4.2
10972025-03-21T17:32:47.510Z Downloaded tinyvec v1.8.0
10982025-03-21T17:32:47.514Z Downloaded ron v0.7.1
10992025-03-21T17:32:47.519Z Downloaded diesel_derives v2.2.3
11002025-03-21T17:32:47.522Z Downloaded time-macros v0.2.18
11012025-03-21T17:32:47.525Z Downloaded parking_lot v0.12.3
11022025-03-21T17:32:47.525Z Downloaded omicron-zone-package v0.12.0
11032025-03-21T17:32:47.529Z Downloaded uuid v1.15.1
11042025-03-21T17:32:47.532Z Downloaded zopfli v0.8.1
11052025-03-21T17:32:47.535Z Downloaded crossterm v0.28.1
11062025-03-21T17:32:47.539Z Downloaded num_enum v0.5.11
11072025-03-21T17:32:47.542Z Downloaded gethostname v0.5.0
11082025-03-21T17:32:47.545Z Downloaded libgit2-sys v0.17.0+1.8.1
11092025-03-21T17:32:47.603Z Downloaded displaydoc v0.2.5
11102025-03-21T17:32:47.607Z Downloaded writeable v0.5.5
11112025-03-21T17:32:47.607Z Downloaded pin-project-internal v1.1.6
11122025-03-21T17:32:47.610Z Downloaded packed_struct v0.10.1
11132025-03-21T17:32:47.610Z Downloaded unicode-segmentation v1.12.0
11142025-03-21T17:32:47.613Z Downloaded libxml v0.3.3
11152025-03-21T17:32:47.617Z Downloaded heapless v0.8.0
11162025-03-21T17:32:47.622Z Downloaded pkg-config v0.3.31
11172025-03-21T17:32:47.626Z Downloaded getrandom v0.3.1
11182025-03-21T17:32:47.626Z Downloaded unicode_categories v0.1.1
11192025-03-21T17:32:47.629Z Downloaded env_filter v0.1.2
11202025-03-21T17:32:47.629Z Downloaded dirs-next v2.0.0
11212025-03-21T17:32:47.637Z Downloaded zone v0.1.8
11222025-03-21T17:32:47.637Z Downloaded tiny-keccak v2.0.2
11232025-03-21T17:32:47.637Z Downloaded serde_plain v1.0.2
11242025-03-21T17:32:47.637Z Downloaded env_logger v0.11.5
11252025-03-21T17:32:47.640Z Downloaded unicode-bidi v0.3.17
11262025-03-21T17:32:47.640Z Downloaded itertools v0.10.5
11272025-03-21T17:32:47.644Z Downloaded samael v0.0.18
11282025-03-21T17:32:47.652Z Downloaded itertools v0.12.1
11292025-03-21T17:32:47.656Z Downloaded x509-cert v0.2.5
11302025-03-21T17:32:47.662Z Downloaded openssl-sys v0.9.106
11312025-03-21T17:32:47.666Z Downloaded rcgen v0.12.1
11322025-03-21T17:32:47.672Z Downloaded idna v1.0.3
11332025-03-21T17:32:47.675Z Downloaded tokio-rustls v0.24.1
11342025-03-21T17:32:47.678Z Downloaded fixedbitset v0.4.2
11352025-03-21T17:32:47.678Z Downloaded elliptic-curve v0.13.8
11362025-03-21T17:32:47.681Z Downloaded crossbeam-channel v0.5.13
11372025-03-21T17:32:47.685Z Downloaded cc v1.2.15
11382025-03-21T17:32:47.688Z Downloaded schemars_derive v0.8.22
11392025-03-21T17:32:47.691Z Downloaded resolv-conf v0.7.0
11402025-03-21T17:32:47.691Z Downloaded rand_xorshift v0.3.0
11412025-03-21T17:32:47.691Z Downloaded bytes v1.10.0
11422025-03-21T17:32:47.695Z Downloaded darling_core v0.20.10
11432025-03-21T17:32:47.699Z Downloaded hash32 v0.3.1
11442025-03-21T17:32:47.703Z Downloaded typify v0.2.0
11452025-03-21T17:32:47.707Z Downloaded vergen v8.3.2
11462025-03-21T17:32:47.710Z Downloaded num-complex v0.4.6
11472025-03-21T17:32:47.710Z Downloaded dunce v1.0.5
11482025-03-21T17:32:47.710Z Downloaded diesel-dtrace v0.4.2
11492025-03-21T17:32:47.710Z Downloaded const_format v0.2.34
11502025-03-21T17:32:47.714Z Downloaded bumpalo v3.16.0
11512025-03-21T17:32:47.718Z Downloaded pkcs5 v0.7.1
11522025-03-21T17:32:47.722Z Downloaded proc-macro-error2 v2.0.1
11532025-03-21T17:32:47.728Z Downloaded dropshot_endpoint v0.16.0
11542025-03-21T17:32:47.732Z Downloaded crypto-bigint v0.5.5
11552025-03-21T17:32:47.735Z Downloaded base64 v0.21.7
11562025-03-21T17:32:47.738Z Downloaded spin v0.9.8
11572025-03-21T17:32:47.738Z Downloaded headers v0.4.0
11582025-03-21T17:32:47.744Z Downloaded backtrace v0.3.74
11592025-03-21T17:32:47.747Z Downloaded ssh-encoding v0.2.0
11602025-03-21T17:32:47.751Z Downloaded slog-json v2.6.1
11612025-03-21T17:32:47.751Z Downloaded fragile v2.0.0
11622025-03-21T17:32:47.754Z Downloaded write16 v1.0.0
11632025-03-21T17:32:47.754Z Downloaded embedded-io v0.4.0
11642025-03-21T17:32:47.754Z Downloaded crossbeam-epoch v0.9.18
11652025-03-21T17:32:47.757Z Downloaded darling v0.20.10
11662025-03-21T17:32:47.760Z Downloaded daft-derive v0.1.1
11672025-03-21T17:32:47.764Z Downloaded proc-macro-crate v1.3.1
11682025-03-21T17:32:47.768Z Downloaded compact_str v0.8.0
11692025-03-21T17:32:47.775Z Downloaded chacha20poly1305 v0.10.1
11702025-03-21T17:32:47.775Z Downloaded rustc-hash v2.1.1
11712025-03-21T17:32:47.775Z Downloaded wyz v0.5.1
11722025-03-21T17:32:47.775Z Downloaded signal-hook-mio v0.2.4
11732025-03-21T17:32:47.783Z Downloaded structmeta-derive v0.3.0
11742025-03-21T17:32:47.783Z Downloaded allocator-api2 v0.2.18
11752025-03-21T17:32:47.783Z Downloaded litemap v0.7.3
11762025-03-21T17:32:47.783Z Downloaded clang-sys v1.8.1
11772025-03-21T17:32:47.792Z Downloaded blake2 v0.10.6
11782025-03-21T17:32:47.792Z Downloaded icu_properties v1.5.1
11792025-03-21T17:32:47.792Z Downloaded unicode-xid v0.2.6
11802025-03-21T17:32:47.792Z Downloaded icu_locid v1.5.0
11812025-03-21T17:32:47.797Z Downloaded cookie v0.18.1
11822025-03-21T17:32:47.797Z Downloaded hyper-util v0.1.10
11832025-03-21T17:32:47.802Z Downloaded console v0.15.10
11842025-03-21T17:32:47.802Z Downloaded tower-service v0.3.3
11852025-03-21T17:32:47.802Z Downloaded slog-scope v4.4.0
11862025-03-21T17:32:47.802Z Downloaded backoff v0.4.0
11872025-03-21T17:32:47.806Z Downloaded bcs v0.1.6
11882025-03-21T17:32:47.806Z Downloaded litrs v0.4.1
11892025-03-21T17:32:47.809Z Downloaded icu_provider v1.5.0
11902025-03-21T17:32:47.809Z Downloaded httparse v1.9.5
11912025-03-21T17:32:47.812Z Downloaded base64ct v1.6.0
11922025-03-21T17:32:47.816Z Downloaded crc-catalog v2.4.0
11932025-03-21T17:32:47.816Z Downloaded bzip2 v0.4.4
11942025-03-21T17:32:47.819Z Downloaded is-terminal v0.4.13
11952025-03-21T17:32:47.819Z Downloaded colored v2.2.0
11962025-03-21T17:32:47.823Z Downloaded constant_time_eq v0.3.1
11972025-03-21T17:32:47.823Z Downloaded cassowary v0.3.0
11982025-03-21T17:32:47.823Z Downloaded crc32fast v1.4.2
11992025-03-21T17:32:47.827Z Downloaded ciborium v0.2.2
12002025-03-21T17:32:47.827Z Downloaded cbc v0.1.2
12012025-03-21T17:32:47.830Z Downloaded libloading v0.8.5
12022025-03-21T17:32:47.830Z Downloaded hyper-staticfile v0.10.1
12032025-03-21T17:32:47.836Z Downloaded async-trait v0.1.86
12042025-03-21T17:32:47.840Z Downloaded cmake v0.1.51
12052025-03-21T17:32:47.842Z Downloaded block-padding v0.3.3
12062025-03-21T17:32:47.842Z Downloaded bit-set v0.8.0
12072025-03-21T17:32:47.842Z Downloaded arrayvec v0.7.6
12082025-03-21T17:32:47.842Z Downloaded argon2 v0.5.3
12092025-03-21T17:32:47.845Z Downloaded base16ct v0.2.0
12102025-03-21T17:32:47.845Z Downloaded ascii-canvas v3.0.0
12112025-03-21T17:32:47.845Z Downloaded linear-map v1.2.0
12122025-03-21T17:32:47.845Z Downloaded keccak v0.1.5
12132025-03-21T17:32:47.845Z Downloaded inout v0.1.3
12142025-03-21T17:32:47.848Z Downloaded indoc v2.0.5
12152025-03-21T17:32:47.848Z Downloaded hostname v0.4.0
12162025-03-21T17:32:47.853Z Downloaded maybe-uninit v2.0.0
12172025-03-21T17:32:47.853Z Downloaded libefi-sys v0.1.0
12182025-03-21T17:32:47.857Z Downloaded hostname v0.3.1
12192025-03-21T17:32:47.857Z Downloaded cexpr v0.6.0
12202025-03-21T17:32:47.857Z Downloaded bb8 v0.8.5
12212025-03-21T17:32:47.857Z Downloaded lazycell v1.3.0
12222025-03-21T17:32:47.860Z Downloaded ipnetwork v0.21.1
12232025-03-21T17:32:47.860Z Downloaded instant v0.1.13
12242025-03-21T17:32:47.860Z Downloaded chacha20 v0.9.1
12252025-03-21T17:32:47.863Z Downloaded buf-list v1.0.3
12262025-03-21T17:32:47.863Z Downloaded bitfield v0.14.0
12272025-03-21T17:32:47.866Z Downloaded humantime v2.1.0
12282025-03-21T17:32:47.866Z Downloaded hyper-tls v0.6.0
12292025-03-21T17:32:47.869Z Downloaded http-body-util v0.1.2
12302025-03-21T17:32:47.869Z Downloaded home v0.5.9
12312025-03-21T17:32:48.184Z Downloaded aws-lc-sys v0.26.0
12322025-03-21T17:32:48.523Z Compiling serde v1.0.218
12332025-03-21T17:32:48.537Z Compiling value-bag v1.9.0
12342025-03-21T17:32:48.537Z Compiling lock_api v0.4.12
12352025-03-21T17:32:48.537Z Compiling scopeguard v1.2.0
12362025-03-21T17:32:48.667Z Compiling typenum v1.17.0
12372025-03-21T17:32:48.744Z Compiling generic-array v0.14.7
12382025-03-21T17:32:48.770Z Compiling syn v2.0.98
12392025-03-21T17:32:48.770Z Compiling getrandom v0.2.15
12402025-03-21T17:32:48.823Z Compiling shlex v1.3.0
12412025-03-21T17:32:49.052Z Compiling log v0.4.22
12422025-03-21T17:32:49.140Z Compiling rand_core v0.6.4
12432025-03-21T17:32:49.162Z Compiling jobserver v0.1.32
12442025-03-21T17:32:49.349Z Compiling subtle v2.6.1
12452025-03-21T17:32:49.395Z Compiling smallvec v1.14.0
12462025-03-21T17:32:49.571Z Compiling cc v1.2.15
12472025-03-21T17:32:49.612Z Compiling const-oid v0.9.6
12482025-03-21T17:32:49.670Z Compiling pin-project-lite v0.2.14
12492025-03-21T17:32:49.763Z Compiling parking_lot_core v0.9.10
12502025-03-21T17:32:49.915Z Compiling rustix v0.38.37
12512025-03-21T17:32:49.916Z Compiling signal-hook-registry v1.4.2
12522025-03-21T17:32:50.045Z Compiling futures-core v0.3.31
12532025-03-21T17:32:50.194Z Compiling mio v1.0.2
12542025-03-21T17:32:50.448Z Compiling parking_lot v0.12.3
12552025-03-21T17:32:50.606Z Compiling spin v0.9.8
12562025-03-21T17:32:50.645Z Compiling socket2 v0.5.8
12572025-03-21T17:32:51.027Z Compiling aho-corasick v1.1.3
12582025-03-21T17:32:51.059Z Compiling cpufeatures v0.2.14
12592025-03-21T17:32:51.268Z Compiling either v1.14.0
12602025-03-21T17:32:51.319Z Compiling regex-syntax v0.8.5
12612025-03-21T17:32:51.400Z Compiling futures-sink v0.3.31
12622025-03-21T17:32:51.569Z Compiling stable_deref_trait v1.2.0
12632025-03-21T17:32:51.587Z Compiling slab v0.4.9
12642025-03-21T17:32:51.675Z Compiling glob v0.3.2
12652025-03-21T17:32:51.696Z Compiling prettyplease v0.2.29
12662025-03-21T17:32:51.725Z Compiling lazy_static v1.5.0
12672025-03-21T17:32:51.866Z Compiling serde_json v1.0.139
12682025-03-21T17:32:52.056Z Compiling minimal-lexical v0.2.1
12692025-03-21T17:32:52.219Z Compiling futures-channel v0.3.31
12702025-03-21T17:32:52.385Z Compiling libloading v0.8.5
12712025-03-21T17:32:52.552Z Compiling nom v7.1.3
12722025-03-21T17:32:52.569Z Compiling clang-sys v1.8.1
12732025-03-21T17:32:52.657Z Compiling foldhash v0.1.3
12742025-03-21T17:32:52.781Z Compiling bindgen v0.69.5
12752025-03-21T17:32:52.967Z Compiling futures-io v0.3.31
12762025-03-21T17:32:53.253Z Compiling home v0.5.9
12772025-03-21T17:32:53.310Z Compiling allocator-api2 v0.2.18
12782025-03-21T17:32:53.483Z Compiling futures-task v0.3.31
12792025-03-21T17:32:53.528Z Compiling pin-utils v0.1.0
12802025-03-21T17:32:53.684Z Compiling itertools v0.12.1
12812025-03-21T17:32:53.811Z Compiling rustc-hash v1.1.0
12822025-03-21T17:32:53.972Z Compiling pkg-config v0.3.31
12832025-03-21T17:32:54.104Z Compiling hashbrown v0.15.1
12842025-03-21T17:32:55.327Z Compiling regex-automata v0.4.8
12852025-03-21T17:32:55.373Z Compiling lazycell v1.3.0
12862025-03-21T17:32:55.498Z Compiling libm v0.2.8
12872025-03-21T17:32:55.727Z Compiling cexpr v0.6.0
12882025-03-21T17:32:55.845Z Compiling cmake v0.1.51
12892025-03-21T17:32:55.963Z Compiling num-traits v0.2.19
12902025-03-21T17:32:56.314Z Compiling synstructure v0.13.1
12912025-03-21T17:32:56.689Z Compiling fs_extra v1.3.0
12922025-03-21T17:32:57.225Z Compiling dunce v1.0.5
12932025-03-21T17:32:57.450Z Compiling litemap v0.7.3
12942025-03-21T17:32:57.572Z Compiling writeable v0.5.5
12952025-03-21T17:32:57.636Z Compiling getrandom v0.3.1
12962025-03-21T17:32:57.838Z Compiling ring v0.17.11
12972025-03-21T17:32:58.104Z Compiling base64ct v1.6.0
12982025-03-21T17:32:58.677Z Compiling paste v1.0.15
12992025-03-21T17:32:58.706Z Compiling pem-rfc7468 v0.7.0
13002025-03-21T17:32:59.313Z Compiling flagset v0.4.6
13012025-03-21T17:32:59.331Z Compiling icu_locid_transform_data v1.5.0
13022025-03-21T17:32:59.435Z Compiling httparse v1.9.5
13032025-03-21T17:32:59.530Z Compiling aws-lc-rs v1.12.4
13042025-03-21T17:33:00.297Z Compiling tracing-core v0.1.32
13052025-03-21T17:33:00.454Z Compiling regex v1.11.1
13062025-03-21T17:33:00.454Z Compiling rustls-pki-types v1.10.0
13072025-03-21T17:33:00.709Z Compiling crossbeam-utils v0.8.20
13082025-03-21T17:33:01.006Z Compiling icu_properties_data v1.5.0
13092025-03-21T17:33:01.039Z Compiling percent-encoding v2.3.1
13102025-03-21T17:33:01.144Z Compiling serde_derive v1.0.218
13112025-03-21T17:33:01.261Z Compiling zeroize_derive v1.4.2
13122025-03-21T17:33:01.282Z Compiling zerocopy-derive v0.7.35
13132025-03-21T17:33:01.389Z Compiling tokio-macros v2.5.0
13142025-03-21T17:33:01.755Z Compiling zerofrom-derive v0.1.4
13152025-03-21T17:33:02.613Z Compiling zeroize v1.8.1
13162025-03-21T17:33:02.829Z Compiling yoke-derive v0.7.4
13172025-03-21T17:33:03.189Z Compiling zerocopy v0.7.35
13182025-03-21T17:33:03.957Z Compiling thiserror-impl v1.0.69
13192025-03-21T17:33:04.088Z Compiling futures-macro v0.3.31
13202025-03-21T17:33:04.239Z Compiling crypto-common v0.1.6
13212025-03-21T17:33:04.327Z Compiling block-buffer v0.10.4
13222025-03-21T17:33:04.505Z Compiling displaydoc v0.2.5
13232025-03-21T17:33:04.532Z Compiling zerovec-derive v0.10.3
13242025-03-21T17:33:04.595Z Compiling digest v0.10.7
13252025-03-21T17:33:05.075Z Compiling zerofrom v0.1.4
13262025-03-21T17:33:05.095Z Compiling hmac v0.12.1
13272025-03-21T17:33:05.316Z Compiling block-padding v0.3.3
13282025-03-21T17:33:05.363Z Compiling yoke v0.7.4
13292025-03-21T17:33:05.363Z Compiling ppv-lite86 v0.2.20
13302025-03-21T17:33:05.562Z Compiling inout v0.1.3
13312025-03-21T17:33:05.737Z Compiling sha2 v0.10.8
13322025-03-21T17:33:05.824Z Compiling cipher v0.4.4
13332025-03-21T17:33:05.911Z Compiling futures-util v0.3.31
13342025-03-21T17:33:06.031Z Compiling icu_provider_macros v1.5.0
13352025-03-21T17:33:06.197Z Compiling der_derive v0.7.3
13362025-03-21T17:33:06.388Z Compiling tracing-attributes v0.1.27
13372025-03-21T17:33:06.872Z Compiling thiserror v1.0.69
13382025-03-21T17:33:06.945Z Compiling zerovec v0.10.4
13392025-03-21T17:33:07.025Z Compiling pest v2.7.14
13402025-03-21T17:33:07.186Z Compiling salsa20 v0.10.2
13412025-03-21T17:33:07.433Z Compiling pbkdf2 v0.12.2
13422025-03-21T17:33:07.638Z Compiling utf8_iter v1.0.4
13432025-03-21T17:33:07.886Z Compiling time-core v0.1.2
13442025-03-21T17:33:08.061Z Compiling powerfmt v0.2.0
13452025-03-21T17:33:08.426Z Compiling untrusted v0.7.1
13462025-03-21T17:33:08.469Z Compiling der v0.7.9
13472025-03-21T17:33:08.632Z Compiling tinystr v0.7.6
13482025-03-21T17:33:08.918Z Compiling icu_collections v1.5.0
13492025-03-21T17:33:09.027Z Compiling icu_locid v1.5.0
13502025-03-21T17:33:09.455Z Compiling num-conv v0.1.0
13512025-03-21T17:33:09.550Z Compiling tracing v0.1.40
13522025-03-21T17:33:09.746Z Compiling utf16_iter v1.0.5
13532025-03-21T17:33:09.966Z Compiling icu_normalizer_data v1.5.0
13542025-03-21T17:33:10.064Z Compiling icu_provider v1.5.0
13552025-03-21T17:33:10.069Z Compiling untrusted v0.9.0
13562025-03-21T17:33:10.097Z Compiling write16 v1.0.0
13572025-03-21T17:33:10.172Z Compiling vcpkg v0.2.15
13582025-03-21T17:33:10.267Z Compiling time-macros v0.2.18
13592025-03-21T17:33:10.900Z Compiling icu_locid_transform v1.5.0
13602025-03-21T17:33:11.048Z Compiling spki v0.7.3
13612025-03-21T17:33:11.277Z Compiling pest_meta v2.7.14
13622025-03-21T17:33:11.396Z Compiling deranged v0.3.11
13632025-03-21T17:33:11.930Z Compiling openssl-sys v0.9.106
13642025-03-21T17:33:12.645Z Compiling icu_properties v1.5.1
13652025-03-21T17:33:12.850Z Compiling scrypt v0.11.0
13662025-03-21T17:33:12.997Z Compiling cbc v0.1.2
13672025-03-21T17:33:13.232Z Compiling aes v0.8.4
13682025-03-21T17:33:13.253Z Compiling scroll_derive v0.12.0
13692025-03-21T17:33:13.272Z Compiling atomic-waker v1.1.2
13702025-03-21T17:33:13.330Z Compiling tinyvec_macros v0.1.1
13712025-03-21T17:33:13.437Z Compiling num_threads v0.1.7
13722025-03-21T17:33:13.467Z Compiling tinyvec v1.8.0
13732025-03-21T17:33:13.580Z Compiling time v0.3.36
13742025-03-21T17:33:13.959Z Compiling bytes v1.10.0
13752025-03-21T17:33:14.560Z Compiling bitflags v2.6.0
13762025-03-21T17:33:15.001Z Compiling indexmap v2.7.1
13772025-03-21T17:33:15.364Z Compiling tokio v1.43.0
13782025-03-21T17:33:15.423Z Compiling semver v1.0.25
13792025-03-21T17:33:16.043Z Compiling http v1.2.0
13802025-03-21T17:33:16.185Z Compiling rustc_version v0.4.1
13812025-03-21T17:33:16.355Z Compiling icu_normalizer v1.5.0
13822025-03-21T17:33:16.880Z Compiling scroll v0.12.0
13832025-03-21T17:33:17.158Z Compiling pkcs5 v0.7.1
13842025-03-21T17:33:17.428Z Compiling idna_adapter v1.2.0
13852025-03-21T17:33:17.583Z Compiling http-body v1.0.1
13862025-03-21T17:33:17.659Z Compiling pest_generator v2.7.14
13872025-03-21T17:33:17.830Z Compiling rand_chacha v0.3.1
13882025-03-21T17:33:18.138Z Compiling form_urlencoded v1.2.1
13892025-03-21T17:33:18.160Z Compiling slog v2.7.0
13902025-03-21T17:33:18.207Z Compiling try-lock v0.2.5
13912025-03-21T17:33:18.246Z Compiling zerocopy v0.8.10
13922025-03-21T17:33:18.369Z Compiling want v0.3.1
13932025-03-21T17:33:18.461Z Compiling which v4.4.2
13942025-03-21T17:33:18.654Z Compiling rand v0.8.5
13952025-03-21T17:33:18.749Z Compiling goblin v0.8.2
13962025-03-21T17:33:19.095Z Compiling pkcs8 v0.10.2
13972025-03-21T17:33:19.499Z Compiling idna v1.0.3
13982025-03-21T17:33:19.523Z Compiling pest_derive v2.7.14
13992025-03-21T17:33:19.770Z Compiling uuid v1.15.1
14002025-03-21T17:33:20.037Z Compiling zerocopy-derive v0.8.10
14012025-03-21T17:33:20.328Z Compiling adler2 v2.0.0
14022025-03-21T17:33:20.557Z Compiling tower-service v0.3.3
14032025-03-21T17:33:20.627Z Compiling iana-time-zone v0.1.61
14042025-03-21T17:33:20.695Z Compiling httpdate v1.0.3
14052025-03-21T17:33:21.006Z Compiling chrono v0.4.40
14062025-03-21T17:33:21.033Z Compiling miniz_oxide v0.8.5
14072025-03-21T17:33:21.157Z Compiling dtrace-parser v0.2.0
14082025-03-21T17:33:22.116Z Compiling toml_datetime v0.6.8
14092025-03-21T17:33:22.567Z Compiling serde_spanned v0.6.8
14102025-03-21T17:33:22.606Z Compiling serde_tokenstream v0.2.2
14112025-03-21T17:33:22.815Z Compiling base64 v0.22.1
14122025-03-21T17:33:23.013Z Compiling openssl v0.10.71
14132025-03-21T17:33:23.220Z Compiling rustversion v1.0.17
14142025-03-21T17:33:23.453Z Compiling tokio-util v0.7.13
14152025-03-21T17:33:23.519Z Compiling match_cfg v0.1.0
14162025-03-21T17:33:23.649Z Compiling foreign-types-shared v0.1.1
14172025-03-21T17:33:23.762Z Compiling foreign-types v0.3.2
14182025-03-21T17:33:23.876Z Compiling hostname v0.3.1
14192025-03-21T17:33:23.970Z Compiling url v2.5.3
14202025-03-21T17:33:24.298Z Compiling openssl-macros v0.1.1
14212025-03-21T17:33:24.662Z Compiling h2 v0.4.6
14222025-03-21T17:33:25.049Z Compiling dof v0.3.0
14232025-03-21T17:33:25.399Z Compiling async-trait v0.1.86
14242025-03-21T17:33:25.761Z Compiling rand_core v0.9.2
14252025-03-21T17:33:25.904Z Compiling usdt-impl v0.5.0
14262025-03-21T17:33:26.240Z Compiling serde_derive_internals v0.29.1
14272025-03-21T17:33:27.792Z Compiling bzip2-sys v0.1.11+1.0.8
14282025-03-21T17:33:27.868Z Compiling dirs-sys-next v0.1.2
14292025-03-21T17:33:27.868Z Compiling native-tls v0.2.12
14302025-03-21T17:33:27.868Z Compiling siphasher v0.3.11
14312025-03-21T17:33:27.869Z Compiling data-encoding v2.6.0
14322025-03-21T17:33:27.869Z Compiling syn v1.0.109
14332025-03-21T17:33:27.869Z Compiling rustls v0.23.19
14342025-03-21T17:33:28.091Z Compiling schemars v0.8.22
14352025-03-21T17:33:28.104Z Compiling rustls v0.22.4
14362025-03-21T17:33:28.399Z Compiling schemars_derive v0.8.22
14372025-03-21T17:33:28.463Z Compiling dirs-next v2.0.0
14382025-03-21T17:33:28.489Z Compiling rand_chacha v0.9.0
14392025-03-21T17:33:29.628Z Compiling http-body-util v0.1.2
14402025-03-21T17:33:29.889Z Compiling heapless v0.7.17
14412025-03-21T17:33:29.908Z Compiling unicode-normalization v0.1.24
14422025-03-21T17:33:30.131Z Compiling crossbeam-epoch v0.9.18
14432025-03-21T17:33:30.341Z Compiling sha1 v0.10.6
14442025-03-21T17:33:30.417Z Compiling signature v2.2.0
14452025-03-21T17:33:30.726Z Compiling thread_local v1.1.8
14462025-03-21T17:33:30.767Z Compiling multer v3.1.0
14472025-03-21T17:33:30.790Z Compiling cookie v0.18.1
14482025-03-21T17:33:31.005Z Compiling crc32fast v1.4.2
14492025-03-21T17:33:31.115Z Compiling encoding_rs v0.8.34
14502025-03-21T17:33:31.146Z Compiling unicode-bidi v0.3.17
14512025-03-21T17:33:31.192Z Compiling slog-async v2.8.0
14522025-03-21T17:33:31.207Z Compiling dyn-clone v1.0.18
14532025-03-21T17:33:31.363Z Compiling signal-hook v0.3.17
14542025-03-21T17:33:31.430Z Compiling openssl-probe v0.1.5
14552025-03-21T17:33:31.654Z Compiling ipnet v2.11.0
14562025-03-21T17:33:31.673Z Compiling mime v0.3.17
14572025-03-21T17:33:31.750Z Compiling hyper v1.6.0
14582025-03-21T17:33:32.189Z Compiling gimli v0.31.1
14592025-03-21T17:33:32.403Z Compiling unicode-properties v0.1.3
14602025-03-21T17:33:32.675Z Compiling rayon-core v1.12.1
14612025-03-21T17:33:32.829Z Compiling stringprep v0.1.5
14622025-03-21T17:33:33.878Z Compiling toml_edit v0.22.24
14632025-03-21T17:33:34.563Z Compiling hyper-util v0.1.10
14642025-03-21T17:33:35.503Z Compiling crossbeam-deque v0.8.5
14652025-03-21T17:33:35.848Z Compiling rand v0.9.0
14662025-03-21T17:33:35.956Z Compiling term v0.7.0
14672025-03-21T17:33:36.352Z Compiling usdt-attr-macro v0.5.0
14682025-03-21T17:33:36.998Z Compiling addr2line v0.24.2
14692025-03-21T17:33:37.249Z Compiling usdt-macro v0.5.0
14702025-03-21T17:33:37.412Z Compiling slog-json v2.6.1
14712025-03-21T17:33:37.639Z Compiling serde_urlencoded v0.7.1
14722025-03-21T17:33:37.703Z Compiling curve25519-dalek v4.1.3
14732025-03-21T17:33:37.801Z Compiling crossbeam-channel v0.5.13
14742025-03-21T17:33:37.879Z Compiling futures-executor v0.3.31
14752025-03-21T17:33:38.137Z Compiling enum-as-inner v0.6.1
14762025-03-21T17:33:38.409Z Compiling md-5 v0.10.6
14772025-03-21T17:33:38.432Z Compiling async-stream-impl v0.3.6
14782025-03-21T17:33:38.572Z Compiling rustls-pemfile v2.2.0
14792025-03-21T17:33:38.698Z Compiling num-integer v0.1.46
14802025-03-21T17:33:38.783Z Compiling hash32 v0.2.1
14812025-03-21T17:33:38.904Z Compiling ff v0.13.0
14822025-03-21T17:33:39.148Z Compiling is-terminal v0.4.13
14832025-03-21T17:33:39.161Z Compiling dropshot v0.12.0
14842025-03-21T17:33:39.182Z Compiling object v0.36.5
14852025-03-21T17:33:39.288Z Compiling memoffset v0.9.1
14862025-03-21T17:33:39.412Z Compiling psl-types v2.0.11
14872025-03-21T17:33:39.489Z Compiling num-bigint-dig v0.8.4
14882025-03-21T17:33:39.617Z Compiling linked-hash-map v0.5.6
14892025-03-21T17:33:39.640Z Compiling anyhow v1.0.97
14902025-03-21T17:33:39.660Z Compiling litrs v0.4.1
14912025-03-21T17:33:39.809Z Compiling portable-atomic v1.9.0
14922025-03-21T17:33:39.949Z Compiling smoltcp v0.9.1
14932025-03-21T17:33:40.238Z Compiling fallible-iterator v0.2.0
14942025-03-21T17:33:40.575Z Compiling cfg_aliases v0.2.1
14952025-03-21T17:33:40.693Z Compiling utf-8 v0.7.6
14962025-03-21T17:33:40.715Z Compiling base16ct v0.2.0
14972025-03-21T17:33:40.765Z Compiling take_mut v0.2.2
14982025-03-21T17:33:40.906Z Compiling quick-error v1.2.3
14992025-03-21T17:33:40.940Z Compiling rustc-demangle v0.1.24
15002025-03-21T17:33:40.997Z Compiling sec1 v0.7.3
15012025-03-21T17:33:41.117Z Compiling resolv-conf v0.7.0
15022025-03-21T17:33:41.120Z Compiling tungstenite v0.24.0
15032025-03-21T17:33:41.550Z Compiling postgres-protocol v0.6.8
15042025-03-21T17:33:41.839Z Compiling document-features v0.2.10
15052025-03-21T17:33:41.897Z Compiling nix v0.29.0
15062025-03-21T17:33:42.521Z Compiling lru-cache v0.1.2
15072025-03-21T17:33:42.751Z Compiling async-stream v0.3.6
15082025-03-21T17:33:42.792Z Compiling publicsuffix v2.3.0
15092025-03-21T17:33:42.913Z Compiling slog-term v2.9.1
15102025-03-21T17:33:42.971Z Compiling hickory-proto v0.24.4
15112025-03-21T17:33:43.048Z Compiling num-iter v0.1.45
15122025-03-21T17:33:43.091Z Compiling usdt v0.5.0
15132025-03-21T17:33:43.109Z Compiling group v0.13.0
15142025-03-21T17:33:43.574Z Compiling futures v0.3.31
15152025-03-21T17:33:43.593Z Compiling slog-bunyan v2.5.0
15162025-03-21T17:33:43.707Z Compiling toml v0.8.20
15172025-03-21T17:33:43.801Z Compiling bzip2 v0.4.4
15182025-03-21T17:33:44.188Z Compiling tokio-native-tls v0.3.1
15192025-03-21T17:33:45.197Z Compiling camino v1.1.9
15202025-03-21T17:33:45.487Z Compiling flate2 v1.1.0
15212025-03-21T17:33:45.507Z Compiling phf_shared v0.11.2
15222025-03-21T17:33:45.878Z Compiling backtrace v0.3.74
15232025-03-21T17:33:46.039Z Compiling dropshot_endpoint v0.12.0
15242025-03-21T17:33:46.096Z Compiling terminal_size v0.4.0
15252025-03-21T17:33:46.323Z Compiling openapiv3 v2.0.0
15262025-03-21T17:33:46.377Z Compiling serde_path_to_error v0.1.16
15272025-03-21T17:33:46.408Z Compiling waitgroup v0.1.2
15282025-03-21T17:33:46.598Z Compiling hkdf v0.12.4
15292025-03-21T17:33:46.903Z Compiling crypto-bigint v0.5.5
15302025-03-21T17:33:47.136Z Compiling curve25519-dalek-derive v0.1.1
15312025-03-21T17:33:48.328Z Compiling hubpack_derive v0.1.1
15322025-03-21T17:33:48.558Z Compiling zerocopy-derive v0.6.6
15332025-03-21T17:33:48.728Z Compiling webpki-roots v0.26.6
15342025-03-21T17:33:48.926Z Compiling sync_wrapper v1.0.1
15352025-03-21T17:33:49.084Z Compiling hostname v0.4.0
15362025-03-21T17:33:49.182Z Compiling ahash v0.8.11
15372025-03-21T17:33:49.349Z Compiling fs-err v2.11.0
15382025-03-21T17:33:49.540Z Compiling zip v2.1.3
15392025-03-21T17:33:49.636Z Compiling bumpalo v3.16.0
15402025-03-21T17:33:49.867Z Compiling simd-adler32 v0.3.7
15412025-03-21T17:33:50.055Z Compiling buf-list v1.0.3
15422025-03-21T17:33:50.075Z Compiling tower-layer v0.3.3
15432025-03-21T17:33:50.215Z Compiling lockfree-object-pool v0.1.6
15442025-03-21T17:33:50.365Z Compiling managed v0.8.0
15452025-03-21T17:33:50.385Z Compiling newtype-uuid v1.2.1
15462025-03-21T17:33:50.424Z Compiling debug-ignore v1.0.5
15472025-03-21T17:33:50.478Z Compiling winnow v0.5.40
15482025-03-21T17:33:50.577Z Compiling unicode-width v0.2.0
15492025-03-21T17:33:50.719Z Compiling clap_builder v4.5.31
15502025-03-21T17:33:50.790Z Compiling zopfli v0.8.1
15512025-03-21T17:33:51.165Z Compiling console v0.15.10
15522025-03-21T17:33:51.929Z Compiling zerocopy v0.6.6
15532025-03-21T17:33:52.398Z Compiling tower v0.5.2
15542025-03-21T17:33:52.500Z Compiling elliptic-curve v0.13.8
15552025-03-21T17:33:52.661Z Compiling strum_macros v0.25.3
15562025-03-21T17:33:52.852Z Compiling hubpack v0.1.2
15572025-03-21T17:33:53.217Z Compiling hickory-resolver v0.24.4
15582025-03-21T17:33:53.301Z Compiling phf v0.11.2
15592025-03-21T17:33:53.590Z Compiling signal-hook-mio v0.2.4
15602025-03-21T17:33:53.772Z Compiling toml_edit v0.19.15
15612025-03-21T17:33:53.962Z Compiling cookie_store v0.21.1
15622025-03-21T17:33:54.053Z Compiling rayon v1.10.0
15632025-03-21T17:33:55.445Z Compiling hyper-tls v0.6.0
15642025-03-21T17:33:56.402Z Compiling postgres-types v0.2.9
15652025-03-21T17:33:57.715Z Compiling tokio-tungstenite v0.24.0
15662025-03-21T17:33:58.481Z Compiling ed25519 v2.2.3
15672025-03-21T17:33:58.505Z Compiling phf_shared v0.10.0
15682025-03-21T17:33:58.907Z Compiling tokio-stream v0.1.17
15692025-03-21T17:33:58.911Z Compiling pkcs1 v0.7.5
15702025-03-21T17:33:59.512Z Compiling serde-big-array v0.5.1
15712025-03-21T17:33:59.750Z Compiling clap_derive v4.5.28
15722025-03-21T17:33:59.851Z Compiling rfc6979 v0.4.0
15732025-03-21T17:33:59.872Z Compiling serde_repr v0.1.19
15742025-03-21T17:34:00.054Z Compiling derive-where v1.2.7
15752025-03-21T17:34:00.266Z Compiling bstr v1.10.0
15762025-03-21T17:34:00.654Z Compiling float-cmp v0.10.0
15772025-03-21T17:34:00.763Z Compiling difflib v0.4.0
15782025-03-21T17:34:00.898Z Compiling normalize-line-endings v0.3.0
15792025-03-21T17:34:00.969Z Compiling precomputed-hash v0.1.1
15802025-03-21T17:34:01.043Z Compiling unicode-segmentation v1.12.0
15812025-03-21T17:34:01.148Z Compiling predicates-core v1.0.8
15822025-03-21T17:34:01.464Z Compiling static_assertions v1.1.0
15832025-03-21T17:34:01.581Z Compiling number_prefix v0.4.0
15842025-03-21T17:34:01.828Z Compiling fixedbitset v0.4.2
15852025-03-21T17:34:01.893Z Compiling whoami v1.5.2
15862025-03-21T17:34:01.961Z Compiling new_debug_unreachable v1.0.6
15872025-03-21T17:34:02.069Z Compiling string_cache v0.8.7
15882025-03-21T17:34:02.145Z Compiling petgraph v0.6.5
15892025-03-21T17:34:02.260Z Compiling tokio-postgres v0.7.13
15902025-03-21T17:34:02.442Z Compiling similar v2.7.0
15912025-03-21T17:34:02.503Z Compiling indicatif v0.17.11
15922025-03-21T17:34:03.158Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15932025-03-21T17:34:04.254Z Compiling clap v4.5.31
15942025-03-21T17:34:04.382Z Compiling predicates v3.1.3
15952025-03-21T17:34:04.466Z Compiling ecdsa v0.16.9
15962025-03-21T17:34:04.486Z Compiling rsa v0.9.6
15972025-03-21T17:34:05.302Z Compiling ed25519-dalek v2.1.1
15982025-03-21T17:34:05.658Z Compiling toml v0.7.8
15992025-03-21T17:34:06.587Z Compiling crossterm v0.28.1
16002025-03-21T17:34:08.462Z Compiling zip v0.6.6
16012025-03-21T17:34:08.750Z Compiling hex v0.4.3
16022025-03-21T17:34:09.344Z Compiling x509-cert v0.2.5
16032025-03-21T17:34:09.423Z Compiling itertools v0.10.5
16042025-03-21T17:34:09.650Z Compiling unicode-xid v0.2.6
16052025-03-21T17:34:09.745Z Compiling lalrpop-util v0.19.12
16062025-03-21T17:34:09.749Z Compiling peg-runtime v0.8.5
16072025-03-21T17:34:09.833Z Compiling strum_macros v0.26.4
16082025-03-21T17:34:09.855Z Compiling xattr v1.3.1
16092025-03-21T17:34:10.112Z Compiling filetime v0.2.25
16102025-03-21T17:34:10.335Z Compiling tar v0.4.44
16112025-03-21T17:34:14.406Z Compiling strum v0.26.3
16122025-03-21T17:34:17.470Z Compiling aws-lc-sys v0.26.0
16132025-03-21T17:34:47.059Z Compiling rustls-webpki v0.102.8
16142025-03-21T17:34:50.328Z Compiling tokio-rustls v0.25.0
16152025-03-21T17:34:51.972Z Compiling tokio-rustls v0.26.0
16162025-03-21T17:34:52.302Z Compiling hyper-rustls v0.27.3
16172025-03-21T17:34:52.692Z Compiling reqwest v0.12.12
16182025-03-21T17:34:53.970Z Compiling qorb v0.2.1
16192025-03-21T17:34:56.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16202025-03-21T17:34:57.230Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16212025-03-21T17:35:01.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
16222025-03-21T17:35:01.908Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16232025-03-21T17:35:01.961ZMar 21 17:35:00.340 INFO Starting download, target: Cockroach
16242025-03-21T17:35:01.961ZMar 21 17:35:00.340 INFO Starting download, target: Clickhouse
16252025-03-21T17:35:01.961ZMar 21 17:35:00.340 INFO Starting download, target: Console
16262025-03-21T17:35:01.961ZMar 21 17:35:00.340 INFO Starting download, target: DendriteOpenapi
16272025-03-21T17:35:01.970ZMar 21 17:35:00.340 INFO Starting download, target: DendriteStub
16282025-03-21T17:35:01.970ZMar 21 17:35:00.340 INFO Starting download, target: MaghemiteMgd
16292025-03-21T17:35:01.971ZMar 21 17:35:00.340 INFO Starting download, target: TransceiverControl
16302025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16312025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16322025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16332025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16342025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16352025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16362025-03-21T17:35:01.971ZMar 21 17:35:00.341 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16372025-03-21T17:35:02.280ZMar 21 17:35:00.659 INFO Download complete, target: DendriteOpenapi
16382025-03-21T17:35:02.542ZMar 21 17:35:00.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16392025-03-21T17:35:02.624ZMar 21 17:35:00.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16402025-03-21T17:35:02.887ZMar 21 17:35:01.247 INFO Download complete, target: Console
16412025-03-21T17:35:02.926ZMar 21 17:35:01.257 INFO Download complete, target: TransceiverControl
16422025-03-21T17:35:04.123ZMar 21 17:35:02.506 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16432025-03-21T17:35:04.187ZMar 21 17:35:02.571 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16442025-03-21T17:35:04.208ZMar 21 17:35:02.593 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16452025-03-21T17:35:04.208ZMar 21 17:35:02.593 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16462025-03-21T17:35:04.223ZMar 21 17:35:02.608 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16472025-03-21T17:35:06.596ZMar 21 17:35:04.883 INFO Download complete, target: DendriteStub
16482025-03-21T17:35:06.615ZMar 21 17:35:04.947 INFO Download complete, target: MaghemiteMgd
16492025-03-21T17:35:10.716ZMar 21 17:35:09.090 INFO Checking that binary works, target: Cockroach
16502025-03-21T17:35:10.877ZMar 21 17:35:09.255 INFO Download complete, target: Cockroach
16512025-03-21T17:35:14.974ZMar 21 17:35:13.356 INFO Checking that binary works, target: Clickhouse
16522025-03-21T17:35:15.099ZMar 21 17:35:13.482 INFO Download complete, target: Clickhouse
16532025-03-21T17:35:15.129ZAll builder prerequisites installed successfully, and PATH looks valid
16542025-03-21T17:35:15.136Z
16552025-03-21T17:35:15.136Zreal 5:37.135570974
16562025-03-21T17:35:15.136Zuser 15:51.856827921
16572025-03-21T17:35:15.136Zsys 2:10.696203509
16582025-03-21T17:35:15.136Ztrap 0.565110310
16592025-03-21T17:35:15.137Ztflt 0.908817205
16602025-03-21T17:35:15.137Zdflt 1.323158365
16612025-03-21T17:35:15.137Zkflt 0.024612507
16622025-03-21T17:35:15.137Zlock 23:50.421985069
16632025-03-21T17:35:15.137Zslp 57:52.627944835
16642025-03-21T17:35:15.137Zlat 1:01.840867395
16652025-03-21T17:35:15.137Zstop 2:34.992608009
16662025-03-21T17:35:15.137Z+ banner hack-check
16672025-03-21T17:35:15.137Z
16682025-03-21T17:35:15.137Z # # ## #### # # #### # # ###### #### # #
16692025-03-21T17:35:15.137Z # # # # # # # # # # # # # # # # #
16702025-03-21T17:35:15.137Z ###### # # # #### ##### # ###### ##### # ####
16712025-03-21T17:35:15.137Z # # ###### # # # # # # # # # #
16722025-03-21T17:35:15.137Z # # # # # # # # # # # # # # # # #
16732025-03-21T17:35:15.137Z # # # # #### # # #### # # ###### #### # #
16742025-03-21T17:35:15.137Z
16752025-03-21T17:35:15.137Z+ export CARGO_INCREMENTAL=0
16762025-03-21T17:35:15.137Z+ CARGO_INCREMENTAL=0
16772025-03-21T17:35:15.137Z+ ptime -m timeout 2h cargo xtask check-features --ci
16782025-03-21T17:35:15.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16792025-03-21T17:35:18.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
16802025-03-21T17:35:18.755Z Running `target/debug/xtask check-features --ci`
16812025-03-21T17:35:18.783Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16822025-03-21T17:35:18.786Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16832025-03-21T17:35:19.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16842025-03-21T17:35:19.294Z Running `target/debug/xtask download cargo-hack`
16852025-03-21T17:35:20.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862025-03-21T17:35:20.578Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16872025-03-21T17:35:24.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
16882025-03-21T17:35:24.404Z Running `target/debug/xtask-downloader cargo-hack`
16892025-03-21T17:35:24.442ZMar 21 17:35:22.826 INFO Starting download, target: CargoHack
16902025-03-21T17:35:24.445ZMar 21 17:35:22.827 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16912025-03-21T17:35:24.878ZMar 21 17:35:23.260 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16922025-03-21T17:35:24.959ZMar 21 17:35:23.337 INFO Download complete, target: CargoHack
16932025-03-21T17:35:24.962Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16942025-03-21T17:35:24.973Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16952025-03-21T17:35:25.156Zinfo: running `cargo check --bins` on api_identity (1/196)
16962025-03-21T17:35:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-03-21T17:35:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-03-21T17:35:25.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-03-21T17:35:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17002025-03-21T17:35:25.845Z
17012025-03-21T17:35:25.846Zinfo: running `cargo check --bins` on bootstore (2/196)
17022025-03-21T17:35:26.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-03-21T17:35:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-03-21T17:35:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-03-21T17:35:26.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17062025-03-21T17:35:26.548Z
17072025-03-21T17:35:26.548Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/196)
17082025-03-21T17:35:27.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-03-21T17:35:27.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-03-21T17:35:27.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-03-21T17:35:27.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17122025-03-21T17:35:27.219Z
17132025-03-21T17:35:27.219Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196)
17142025-03-21T17:35:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-03-21T17:35:27.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-03-21T17:35:27.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-03-21T17:35:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17182025-03-21T17:35:27.898Z
17192025-03-21T17:35:27.898Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196)
17202025-03-21T17:35:28.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-03-21T17:35:28.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-03-21T17:35:28.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-03-21T17:35:28.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17242025-03-21T17:35:28.363Z
17252025-03-21T17:35:28.363Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196)
17262025-03-21T17:35:28.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-03-21T17:35:28.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-03-21T17:35:28.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-03-21T17:35:28.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17302025-03-21T17:35:28.836Z
17312025-03-21T17:35:28.836Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196)
17322025-03-21T17:35:29.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-03-21T17:35:29.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-03-21T17:35:29.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-03-21T17:35:29.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17362025-03-21T17:35:29.303Z
17372025-03-21T17:35:29.303Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196)
17382025-03-21T17:35:29.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-03-21T17:35:29.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-03-21T17:35:29.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-03-21T17:35:29.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17422025-03-21T17:35:29.781Z
17432025-03-21T17:35:29.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196)
17442025-03-21T17:35:30.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-03-21T17:35:30.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-03-21T17:35:30.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-03-21T17:35:30.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17482025-03-21T17:35:30.262Z
17492025-03-21T17:35:30.262Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196)
17502025-03-21T17:35:30.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-03-21T17:35:30.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-03-21T17:35:30.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-03-21T17:35:30.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17542025-03-21T17:35:30.732Z
17552025-03-21T17:35:30.732Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196)
17562025-03-21T17:35:31.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-03-21T17:35:31.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-03-21T17:35:31.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-03-21T17:35:31.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17602025-03-21T17:35:31.199Z
17612025-03-21T17:35:31.199Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196)
17622025-03-21T17:35:31.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-03-21T17:35:31.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-03-21T17:35:31.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-03-21T17:35:31.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17662025-03-21T17:35:31.670Z
17672025-03-21T17:35:31.670Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196)
17682025-03-21T17:35:32.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-03-21T17:35:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-03-21T17:35:32.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-03-21T17:35:32.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17722025-03-21T17:35:32.143Z
17732025-03-21T17:35:32.143Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196)
17742025-03-21T17:35:32.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-03-21T17:35:32.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-03-21T17:35:32.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-03-21T17:35:32.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17782025-03-21T17:35:32.609Z
17792025-03-21T17:35:32.609Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196)
17802025-03-21T17:35:33.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-03-21T17:35:33.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-03-21T17:35:33.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-03-21T17:35:33.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17842025-03-21T17:35:33.077Z
17852025-03-21T17:35:33.077Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196)
17862025-03-21T17:35:33.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-03-21T17:35:33.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-03-21T17:35:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-03-21T17:35:33.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17902025-03-21T17:35:33.545Z
17912025-03-21T17:35:33.545Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196)
17922025-03-21T17:35:33.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-03-21T17:35:33.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-03-21T17:35:33.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-03-21T17:35:33.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17962025-03-21T17:35:34.021Z
17972025-03-21T17:35:34.021Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196)
17982025-03-21T17:35:34.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-03-21T17:35:34.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-03-21T17:35:34.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-03-21T17:35:34.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18022025-03-21T17:35:34.491Z
18032025-03-21T17:35:34.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196)
18042025-03-21T17:35:34.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-03-21T17:35:34.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-03-21T17:35:34.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-03-21T17:35:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18082025-03-21T17:35:34.965Z
18092025-03-21T17:35:34.965Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196)
18102025-03-21T17:35:35.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-03-21T17:35:35.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-03-21T17:35:35.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-03-21T17:35:35.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18142025-03-21T17:35:35.443Z
18152025-03-21T17:35:35.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196)
18162025-03-21T17:35:35.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-03-21T17:35:35.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-03-21T17:35:35.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-03-21T17:35:35.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18202025-03-21T17:35:35.911Z
18212025-03-21T17:35:35.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196)
18222025-03-21T17:35:36.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-03-21T17:35:36.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-03-21T17:35:36.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-03-21T17:35:36.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18262025-03-21T17:35:36.386Z
18272025-03-21T17:35:36.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196)
18282025-03-21T17:35:36.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-03-21T17:35:36.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-03-21T17:35:36.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-03-21T17:35:36.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18322025-03-21T17:35:36.863Z
18332025-03-21T17:35:36.863Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196)
18342025-03-21T17:35:37.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-03-21T17:35:37.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-03-21T17:35:37.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-03-21T17:35:37.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18382025-03-21T17:35:37.342Z
18392025-03-21T17:35:37.342Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196)
18402025-03-21T17:35:37.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-03-21T17:35:37.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-03-21T17:35:37.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-03-21T17:35:37.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18442025-03-21T17:35:37.818Z
18452025-03-21T17:35:37.818Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196)
18462025-03-21T17:35:38.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-03-21T17:35:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-03-21T17:35:38.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-03-21T17:35:38.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502025-03-21T17:35:38.289Z
18512025-03-21T17:35:38.289Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196)
18522025-03-21T17:35:38.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-03-21T17:35:38.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-03-21T17:35:38.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-03-21T17:35:38.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18562025-03-21T17:35:38.754Z
18572025-03-21T17:35:38.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196)
18582025-03-21T17:35:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-03-21T17:35:39.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-03-21T17:35:39.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-03-21T17:35:39.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18622025-03-21T17:35:39.235Z
18632025-03-21T17:35:39.235Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196)
18642025-03-21T17:35:39.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-03-21T17:35:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-03-21T17:35:39.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-03-21T17:35:39.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18682025-03-21T17:35:39.700Z
18692025-03-21T17:35:39.700Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196)
18702025-03-21T17:35:40.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-03-21T17:35:40.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-03-21T17:35:40.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-03-21T17:35:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18742025-03-21T17:35:40.160Z
18752025-03-21T17:35:40.160Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196)
18762025-03-21T17:35:40.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-03-21T17:35:40.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-03-21T17:35:40.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-03-21T17:35:40.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18802025-03-21T17:35:40.631Z
18812025-03-21T17:35:40.631Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196)
18822025-03-21T17:35:41.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-03-21T17:35:41.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-03-21T17:35:41.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-03-21T17:35:41.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18862025-03-21T17:35:41.098Z
18872025-03-21T17:35:41.098Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196)
18882025-03-21T17:35:41.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-03-21T17:35:41.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-03-21T17:35:41.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-03-21T17:35:41.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18922025-03-21T17:35:41.564Z
18932025-03-21T17:35:41.564Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196)
18942025-03-21T17:35:41.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-03-21T17:35:41.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-03-21T17:35:41.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-03-21T17:35:41.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982025-03-21T17:35:42.034Z
18992025-03-21T17:35:42.034Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196)
19002025-03-21T17:35:42.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-03-21T17:35:42.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-03-21T17:35:42.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-03-21T17:35:42.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19042025-03-21T17:35:42.507Z
19052025-03-21T17:35:42.507Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196)
19062025-03-21T17:35:42.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-03-21T17:35:42.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-03-21T17:35:42.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-03-21T17:35:42.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19102025-03-21T17:35:42.983Z
19112025-03-21T17:35:42.983Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196)
19122025-03-21T17:35:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-03-21T17:35:43.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-03-21T17:35:43.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-03-21T17:35:43.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19162025-03-21T17:35:43.463Z
19172025-03-21T17:35:43.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196)
19182025-03-21T17:35:43.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-03-21T17:35:43.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-03-21T17:35:43.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-03-21T17:35:43.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19222025-03-21T17:35:43.937Z
19232025-03-21T17:35:43.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196)
19242025-03-21T17:35:44.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-03-21T17:35:44.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-03-21T17:35:44.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-03-21T17:35:44.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19282025-03-21T17:35:44.410Z
19292025-03-21T17:35:44.410Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196)
19302025-03-21T17:35:44.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-03-21T17:35:44.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-03-21T17:35:44.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-03-21T17:35:44.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19342025-03-21T17:35:44.881Z
19352025-03-21T17:35:44.881Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196)
19362025-03-21T17:35:45.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-03-21T17:35:45.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-03-21T17:35:45.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-03-21T17:35:45.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19402025-03-21T17:35:45.358Z
19412025-03-21T17:35:45.358Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196)
19422025-03-21T17:35:45.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-03-21T17:35:45.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-03-21T17:35:45.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-03-21T17:35:45.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19462025-03-21T17:35:45.834Z
19472025-03-21T17:35:45.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196)
19482025-03-21T17:35:46.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-03-21T17:35:46.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-03-21T17:35:46.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-03-21T17:35:46.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19522025-03-21T17:35:46.306Z
19532025-03-21T17:35:46.306Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196)
19542025-03-21T17:35:46.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-03-21T17:35:46.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-03-21T17:35:46.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572025-03-21T17:35:46.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19582025-03-21T17:35:46.784Z
19592025-03-21T17:35:46.784Zinfo: running `cargo check --bins` on sled-hardware-types (45/196)
19602025-03-21T17:35:47.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612025-03-21T17:35:47.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622025-03-21T17:35:47.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632025-03-21T17:35:47.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19642025-03-21T17:35:47.464Z
19652025-03-21T17:35:47.464Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/196)
19662025-03-21T17:35:48.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672025-03-21T17:35:48.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682025-03-21T17:35:48.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692025-03-21T17:35:48.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19702025-03-21T17:35:48.151Z
19712025-03-21T17:35:48.151Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196)
19722025-03-21T17:35:48.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732025-03-21T17:35:48.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742025-03-21T17:35:48.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752025-03-21T17:35:48.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19762025-03-21T17:35:48.844Z
19772025-03-21T17:35:48.844Zinfo: running `cargo check --bins` on oxlog (48/196)
19782025-03-21T17:35:49.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792025-03-21T17:35:49.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802025-03-21T17:35:49.507Z Checking cfg-if v1.0.0
19812025-03-21T17:35:49.510Z Checking libc v0.2.170
19822025-03-21T17:35:49.623Z Checking serde v1.0.218
19832025-03-21T17:35:49.626Z Checking zeroize v1.8.1
19842025-03-21T17:35:49.644Z Checking memchr v2.7.4
19852025-03-21T17:35:49.657Z Checking typenum v1.17.0
19862025-03-21T17:35:49.661Z Checking value-bag v1.9.0
19872025-03-21T17:35:49.686Z Checking subtle v2.6.1
19882025-03-21T17:35:49.702Z Checking smallvec v1.14.0
19892025-03-21T17:35:49.865Z Checking scopeguard v1.2.0
19902025-03-21T17:35:49.951Z Checking const-oid v0.9.6
19912025-03-21T17:35:50.017Z Checking lock_api v0.4.12
19922025-03-21T17:35:50.037Z Checking itoa v1.0.11
19932025-03-21T17:35:50.050Z Checking log v0.4.22
19942025-03-21T17:35:50.312Z Checking pin-project-lite v0.2.14
19952025-03-21T17:35:50.397Z Checking byteorder v1.5.0
19962025-03-21T17:35:50.446Z Checking once_cell v1.20.3
19972025-03-21T17:35:50.479Z Checking futures-core v0.3.31
19982025-03-21T17:35:50.590Z Checking futures-sink v0.3.31
19992025-03-21T17:35:50.632Z Checking getrandom v0.2.15
20002025-03-21T17:35:50.678Z Checking signal-hook-registry v1.4.2
20012025-03-21T17:35:50.740Z Checking generic-array v0.14.7
20022025-03-21T17:35:50.740Z Checking parking_lot_core v0.9.10
20032025-03-21T17:35:50.756Z Checking mio v1.0.2
20042025-03-21T17:35:50.786Z Checking socket2 v0.5.8
20052025-03-21T17:35:50.907Z Checking rand_core v0.6.4
20062025-03-21T17:35:50.925Z Checking cpufeatures v0.2.14
20072025-03-21T17:35:51.004Z Checking stable_deref_trait v1.2.0
20082025-03-21T17:35:51.073Z Checking parking_lot v0.12.3
20092025-03-21T17:35:51.120Z Checking zerocopy v0.7.35
20102025-03-21T17:35:51.201Z Checking slab v0.4.9
20112025-03-21T17:35:51.216Z Checking zerofrom v0.1.4
20122025-03-21T17:35:51.366Z Checking futures-channel v0.3.31
20132025-03-21T17:35:51.426Z Checking equivalent v1.0.1
20142025-03-21T17:35:51.445Z Checking yoke v0.7.4
20152025-03-21T17:35:51.469Z Checking foldhash v0.1.3
20162025-03-21T17:35:51.543Z Checking futures-task v0.3.31
20172025-03-21T17:35:51.681Z Checking futures-io v0.3.31
20182025-03-21T17:35:51.718Z Checking allocator-api2 v0.2.18
20192025-03-21T17:35:51.776Z Checking pin-utils v0.1.0
20202025-03-21T17:35:51.788Z Checking zerovec v0.10.4
20212025-03-21T17:35:51.830Z Checking crypto-common v0.1.6
20222025-03-21T17:35:51.849Z Checking block-buffer v0.10.4
20232025-03-21T17:35:51.866Z Checking block-padding v0.3.3
20242025-03-21T17:35:51.882Z Checking futures-util v0.3.31
20252025-03-21T17:35:52.031Z Checking ryu v1.0.18
20262025-03-21T17:35:52.063Z Checking digest v0.10.7
20272025-03-21T17:35:52.079Z Checking inout v0.1.3
20282025-03-21T17:35:52.279Z Checking writeable v0.5.5
20292025-03-21T17:35:52.302Z Checking fnv v1.0.7
20302025-03-21T17:35:52.318Z Checking hashbrown v0.15.1
20312025-03-21T17:35:52.332Z Checking ppv-lite86 v0.2.20
20322025-03-21T17:35:52.426Z Checking litemap v0.7.3
20332025-03-21T17:35:52.430Z Checking hmac v0.12.1
20342025-03-21T17:35:52.609Z Checking sha2 v0.10.8
20352025-03-21T17:35:52.653Z Checking cipher v0.4.4
20362025-03-21T17:35:52.768Z Checking libm v0.2.8
20372025-03-21T17:35:53.028Z Checking base64ct v1.6.0
20382025-03-21T17:35:53.053Z Checking getrandom v0.3.1
20392025-03-21T17:35:53.175Z Checking thiserror v1.0.69
20402025-03-21T17:35:53.287Z Checking icu_locid_transform_data v1.5.0
20412025-03-21T17:35:53.316Z Checking flagset v0.4.6
20422025-03-21T17:35:53.334Z Checking tracing-core v0.1.32
20432025-03-21T17:35:53.338Z Checking tinystr v0.7.6
20442025-03-21T17:35:53.397Z Checking icu_collections v1.5.0
20452025-03-21T17:35:53.485Z Checking pem-rfc7468 v0.7.0
20462025-03-21T17:35:53.511Z Checking percent-encoding v2.3.1
20472025-03-21T17:35:53.645Z Checking num-traits v0.2.19
20482025-03-21T17:35:53.689Z Checking icu_locid v1.5.0
20492025-03-21T17:35:53.718Z Checking rustls-pki-types v1.10.0
20502025-03-21T17:35:53.742Z Checking der v0.7.9
20512025-03-21T17:35:53.940Z Checking icu_properties_data v1.5.0
20522025-03-21T17:35:54.053Z Checking tracing v0.1.40
20532025-03-21T17:35:54.068Z Checking bytes v1.10.0
20542025-03-21T17:35:54.175Z Checking indexmap v2.7.1
20552025-03-21T17:35:54.290Z Checking serde_json v1.0.139
20562025-03-21T17:35:54.423Z Checking bitflags v2.6.0
20572025-03-21T17:35:54.674Z Checking icu_provider v1.5.0
20582025-03-21T17:35:54.737Z Checking salsa20 v0.10.2
20592025-03-21T17:35:54.967Z Checking pbkdf2 v0.12.2
20602025-03-21T17:35:55.093Z Checking tokio v1.43.0
20612025-03-21T17:35:55.111Z Checking http v1.2.0
20622025-03-21T17:35:55.137Z Checking aws-lc-sys v0.26.0
20632025-03-21T17:35:55.307Z Checking icu_locid_transform v1.5.0
20642025-03-21T17:35:55.382Z Checking spki v0.7.3
20652025-03-21T17:35:55.399Z Checking httparse v1.9.5
20662025-03-21T17:35:55.667Z Checking icu_normalizer_data v1.5.0
20672025-03-21T17:35:55.779Z Checking utf16_iter v1.0.5
20682025-03-21T17:35:55.848Z Checking utf8_iter v1.0.4
20692025-03-21T17:35:55.955Z Checking untrusted v0.7.1
20702025-03-21T17:35:55.973Z Checking write16 v1.0.0
20712025-03-21T17:35:56.048Z Checking powerfmt v0.2.0
20722025-03-21T17:35:56.109Z Checking untrusted v0.9.0
20732025-03-21T17:35:56.128Z Checking scrypt v0.11.0
20742025-03-21T17:35:56.264Z Checking icu_properties v1.5.1
20752025-03-21T17:35:56.281Z Checking ring v0.17.11
20762025-03-21T17:35:56.313Z Checking deranged v0.3.11
20772025-03-21T17:35:56.375Z Checking aes v0.8.4
20782025-03-21T17:35:56.375Z Checking cbc v0.1.2
20792025-03-21T17:35:56.407Z Checking crossbeam-utils v0.8.20
20802025-03-21T17:35:56.566Z Checking spin v0.9.8
20812025-03-21T17:35:56.927Z Checking num_threads v0.1.7
20822025-03-21T17:35:57.059Z Checking tinyvec_macros v0.1.1
20832025-03-21T17:35:57.098Z Checking num-conv v0.1.0
20842025-03-21T17:35:57.162Z Checking atomic-waker v1.1.2
20852025-03-21T17:35:57.238Z Checking time-core v0.1.2
20862025-03-21T17:35:57.271Z Checking aws-lc-rs v1.12.4
20872025-03-21T17:35:57.306Z Checking pkcs5 v0.7.1
20882025-03-21T17:35:57.330Z Checking tinyvec v1.8.0
20892025-03-21T17:35:57.401Z Checking http-body v1.0.1
20902025-03-21T17:35:57.611Z Checking time v0.3.36
20912025-03-21T17:35:57.630Z Checking form_urlencoded v1.2.1
20922025-03-21T17:35:57.787Z Checking rand_chacha v0.3.1
20932025-03-21T17:35:57.839Z Checking try-lock v0.2.5
20942025-03-21T17:35:57.994Z Checking want v0.3.1
20952025-03-21T17:35:58.170Z Checking pkcs8 v0.10.2
20962025-03-21T17:35:58.203Z Checking rand v0.8.5
20972025-03-21T17:35:58.483Z Checking uuid v1.15.1
20982025-03-21T17:35:58.505Z Checking adler2 v2.0.0
20992025-03-21T17:35:58.636Z Checking tower-service v0.3.3
21002025-03-21T17:35:58.659Z Checking unicode-ident v1.0.14
21012025-03-21T17:35:58.765Z Checking httpdate v1.0.3
21022025-03-21T17:35:58.844Z Checking proc-macro2 v1.0.93
21032025-03-21T17:35:59.023Z Checking miniz_oxide v0.8.5
21042025-03-21T17:35:59.080Z Checking rustls-webpki v0.102.8
21052025-03-21T17:35:59.100Z Checking toml_datetime v0.6.8
21062025-03-21T17:35:59.381Z Checking serde_spanned v0.6.8
21072025-03-21T17:35:59.398Z Checking zerocopy v0.8.10
21082025-03-21T17:35:59.491Z Checking slog v2.7.0
21092025-03-21T17:35:59.514Z Checking icu_normalizer v1.5.0
21102025-03-21T17:35:59.581Z Checking scroll v0.12.0
21112025-03-21T17:35:59.791Z Checking match_cfg v0.1.0
21122025-03-21T17:35:59.859Z Checking ucd-trie v0.1.7
21132025-03-21T17:35:59.893Z Checking foreign-types-shared v0.1.1
21142025-03-21T17:35:59.954Z Checking base64 v0.22.1
21152025-03-21T17:36:00.006Z Checking iana-time-zone v0.1.61
21162025-03-21T17:36:00.024Z Checking plain v0.2.3
21172025-03-21T17:36:00.040Z Checking foreign-types v0.3.2
21182025-03-21T17:36:00.059Z Checking pest v2.7.14
21192025-03-21T17:36:00.131Z Checking hostname v0.3.1
21202025-03-21T17:36:00.172Z Checking goblin v0.8.2
21212025-03-21T17:36:00.191Z Checking chrono v0.4.40
21222025-03-21T17:36:00.277Z Checking idna_adapter v1.2.0
21232025-03-21T17:36:00.291Z Checking quote v1.0.38
21242025-03-21T17:36:00.452Z Checking openssl-sys v0.9.106
21252025-03-21T17:36:00.494Z Checking idna v1.0.3
21262025-03-21T17:36:00.638Z Checking errno v0.3.9
21272025-03-21T17:36:00.826Z Checking dirs-sys-next v0.1.2
21282025-03-21T17:36:00.963Z Checking url v2.5.3
21292025-03-21T17:36:01.004Z Checking aho-corasick v1.1.3
21302025-03-21T17:36:01.617Z Compiling newtype-uuid v1.2.1
21312025-03-21T17:36:01.782Z Checking siphasher v0.3.11
21322025-03-21T17:36:01.930Z Checking regex-syntax v0.8.5
21332025-03-21T17:36:01.949Z Checking tokio-util v0.7.13
21342025-03-21T17:36:02.099Z Checking pretty-hex v0.4.1
21352025-03-21T17:36:02.099Z Checking data-encoding v2.6.0
21362025-03-21T17:36:02.125Z Checking rand_core v0.9.2
21372025-03-21T17:36:02.310Z Checking openssl v0.10.71
21382025-03-21T17:36:02.458Z Checking rand_chacha v0.9.0
21392025-03-21T17:36:02.583Z Checking dirs-next v2.0.0
21402025-03-21T17:36:02.600Z Checking dtrace-parser v0.2.0
21412025-03-21T17:36:02.623Z Checking rustix v0.38.37
21422025-03-21T17:36:02.722Z Checking syn v2.0.98
21432025-03-21T17:36:02.738Z Checking h2 v0.4.6
21442025-03-21T17:36:02.846Z Checking unicode-normalization v0.1.24
21452025-03-21T17:36:03.091Z Checking http-body-util v0.1.2
21462025-03-21T17:36:03.531Z Checking crossbeam-epoch v0.9.18
21472025-03-21T17:36:03.778Z Checking signature v2.2.0
21482025-03-21T17:36:03.942Z Checking sha1 v0.10.6
21492025-03-21T17:36:03.993Z Checking thread_local v1.1.8
21502025-03-21T17:36:04.212Z Checking thread-id v4.2.2
21512025-03-21T17:36:04.299Z Checking encoding_rs v0.8.34
21522025-03-21T17:36:04.337Z Checking crc32fast v1.4.2
21532025-03-21T17:36:04.590Z Checking openssl-probe v0.1.5
21542025-03-21T17:36:04.751Z Checking gimli v0.31.1
21552025-03-21T17:36:05.018Z Checking dof v0.3.0
21562025-03-21T17:36:05.101Z Checking regex-automata v0.4.8
21572025-03-21T17:36:05.663Z Checking unicode-properties v0.1.3
21582025-03-21T17:36:05.749Z Checking either v1.14.0
21592025-03-21T17:36:06.012Z Checking anstyle v1.0.10
21602025-03-21T17:36:06.145Z Checking unicode-bidi v0.3.17
21612025-03-21T17:36:06.374Z Checking winnow v0.7.3
21622025-03-21T17:36:06.627Z Checking utf8parse v0.2.2
21632025-03-21T17:36:06.787Z Checking mime v0.3.17
21642025-03-21T17:36:06.803Z Checking ipnet v2.11.0
21652025-03-21T17:36:07.128Z Checking anstyle-parse v0.2.5
21662025-03-21T17:36:07.257Z Checking stringprep v0.1.5
21672025-03-21T17:36:07.414Z Checking native-tls v0.2.12
21682025-03-21T17:36:07.417Z Checking crossbeam-deque v0.8.5
21692025-03-21T17:36:07.561Z Checking rand v0.9.0
21702025-03-21T17:36:07.720Z Checking term v0.7.0
21712025-03-21T17:36:07.740Z Checking slog-json v2.6.1
21722025-03-21T17:36:07.999Z Checking rustls v0.23.19
21732025-03-21T17:36:08.132Z Checking rustls v0.22.4
21742025-03-21T17:36:08.506Z Checking addr2line v0.24.2
21752025-03-21T17:36:08.585Z Checking serde_urlencoded v0.7.1
21762025-03-21T17:36:08.699Z Checking usdt-impl v0.5.0
21772025-03-21T17:36:08.988Z Checking crossbeam-channel v0.5.13
21782025-03-21T17:36:09.007Z Checking futures-executor v0.3.31
21792025-03-21T17:36:09.010Z Checking hyper v1.6.0
21802025-03-21T17:36:09.047Z Checking num-integer v0.1.46
21812025-03-21T17:36:09.155Z Checking toml_edit v0.22.24
21822025-03-21T17:36:09.235Z Checking bzip2-sys v0.1.11+1.0.8
21832025-03-21T17:36:09.279Z Checking rustls-pemfile v2.2.0
21842025-03-21T17:36:09.375Z Checking semver v1.0.25
21852025-03-21T17:36:09.499Z Checking md-5 v0.10.6
21862025-03-21T17:36:09.517Z Checking ff v0.13.0
21872025-03-21T17:36:09.691Z Checking hash32 v0.2.1
21882025-03-21T17:36:09.882Z Checking memmap v0.7.0
21892025-03-21T17:36:10.064Z Checking is-terminal v0.4.13
21902025-03-21T17:36:10.064Z Checking object v0.36.5
21912025-03-21T17:36:10.064Z Checking take_mut v0.2.2
21922025-03-21T17:36:10.105Z Checking is_terminal_polyfill v1.70.1
21932025-03-21T17:36:10.105Z Checking fallible-iterator v0.2.0
21942025-03-21T17:36:10.105Z Checking dyn-clone v1.0.18
21952025-03-21T17:36:10.237Z Checking psl-types v2.0.11
21962025-03-21T17:36:10.259Z Checking quick-error v1.2.3
21972025-03-21T17:36:10.325Z Checking rustc-demangle v0.1.24
21982025-03-21T17:36:10.392Z Checking utf-8 v0.7.6
21992025-03-21T17:36:10.617Z Checking colorchoice v1.0.2
22002025-03-21T17:36:10.634Z Checking anstyle-query v1.1.1
22012025-03-21T17:36:10.766Z Checking base16ct v0.2.0
22022025-03-21T17:36:10.769Z Checking linked-hash-map v0.5.6
22032025-03-21T17:36:10.799Z Checking anstream v0.6.15
22042025-03-21T17:36:10.966Z Checking hyper-util v0.1.10
22052025-03-21T17:36:10.985Z Checking sec1 v0.7.3
22062025-03-21T17:36:11.100Z Checking lru-cache v0.1.2
22072025-03-21T17:36:11.158Z Checking postgres-protocol v0.6.8
22082025-03-21T17:36:11.292Z Checking tungstenite v0.24.0
22092025-03-21T17:36:11.349Z Checking resolv-conf v0.7.0
22102025-03-21T17:36:11.399Z Checking tokio-rustls v0.25.0
22112025-03-21T17:36:11.708Z Checking publicsuffix v2.3.0
22122025-03-21T17:36:11.767Z Checking schemars v0.8.22
22132025-03-21T17:36:11.784Z Checking toml v0.8.20
22142025-03-21T17:36:11.798Z Checking slog-async v2.8.0
22152025-03-21T17:36:12.028Z Checking heapless v0.7.17
22162025-03-21T17:36:12.090Z Checking usdt v0.5.0
22172025-03-21T17:36:12.138Z Checking slog-term v2.9.1
22182025-03-21T17:36:12.369Z Checking group v0.13.0
22192025-03-21T17:36:12.473Z Checking num-iter v0.1.45
22202025-03-21T17:36:12.602Z Checking bzip2 v0.4.4
22212025-03-21T17:36:12.605Z Checking futures v0.3.31
22222025-03-21T17:36:12.665Z Checking slog-bunyan v2.5.0
22232025-03-21T17:36:12.717Z Checking rayon-core v1.12.1
22242025-03-21T17:36:12.845Z Checking tokio-native-tls v0.3.1
22252025-03-21T17:36:12.899Z Checking hickory-proto v0.24.4
22262025-03-21T17:36:12.914Z Checking multer v3.1.0
22272025-03-21T17:36:12.931Z Checking terminal_size v0.4.0
22282025-03-21T17:36:13.085Z Checking flate2 v1.1.0
22292025-03-21T17:36:13.133Z Checking tokio-rustls v0.26.0
22302025-03-21T17:36:13.277Z Checking phf_shared v0.11.2
22312025-03-21T17:36:13.312Z Checking cookie v0.18.1
22322025-03-21T17:36:13.360Z Checking async-stream v0.3.6
22332025-03-21T17:36:13.381Z Checking camino v1.1.9
22342025-03-21T17:36:13.521Z Checking signal-hook v0.3.17
22352025-03-21T17:36:13.547Z Checking waitgroup v0.1.2
22362025-03-21T17:36:13.562Z Checking lazy_static v1.5.0
22372025-03-21T17:36:13.667Z Checking openapiv3 v2.0.0
22382025-03-21T17:36:13.689Z Checking webpki-roots v0.26.6
22392025-03-21T17:36:13.701Z Checking serde_path_to_error v0.1.16
22402025-03-21T17:36:13.744Z Checking hkdf v0.12.4
22412025-03-21T17:36:13.837Z Checking crypto-bigint v0.5.5
22422025-03-21T17:36:13.893Z Checking sync_wrapper v1.0.1
22432025-03-21T17:36:13.913Z Checking hostname v0.4.0
22442025-03-21T17:36:13.943Z Checking debug-ignore v1.0.5
22452025-03-21T17:36:14.051Z Checking winnow v0.5.40
22462025-03-21T17:36:14.068Z Checking tower-layer v0.3.3
22472025-03-21T17:36:15.091Z Checking strsim v0.11.1
22482025-03-21T17:36:15.094Z Checking managed v0.8.0
22492025-03-21T17:36:15.094Z Checking unicode-width v0.2.0
22502025-03-21T17:36:15.094Z Checking simd-adler32 v0.3.7
22512025-03-21T17:36:15.094Z Checking bitflags v1.3.2
22522025-03-21T17:36:15.094Z Checking lockfree-object-pool v0.1.6
22532025-03-21T17:36:15.094Z Checking clap_lex v0.7.4
22542025-03-21T17:36:15.094Z Checking bumpalo v3.16.0
22552025-03-21T17:36:15.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22562025-03-21T17:36:15.094Z Checking clap_builder v4.5.31
22572025-03-21T17:36:15.169Z Checking zopfli v0.8.1
22582025-03-21T17:36:15.304Z Checking console v0.15.10
22592025-03-21T17:36:15.802Z Checking backtrace v0.3.74
22602025-03-21T17:36:15.840Z Checking smoltcp v0.9.1
22612025-03-21T17:36:15.856Z Checking tower v0.5.2
22622025-03-21T17:36:16.377Z Checking anyhow v1.0.97
22632025-03-21T17:36:16.475Z Checking elliptic-curve v0.13.8
22642025-03-21T17:36:16.586Z Checking hyper-rustls v0.27.3
22652025-03-21T17:36:16.780Z Checking signal-hook-mio v0.2.4
22662025-03-21T17:36:16.840Z Checking dropshot v0.12.0
22672025-03-21T17:36:16.908Z Checking toml_edit v0.19.15
22682025-03-21T17:36:16.926Z Checking cookie_store v0.21.1
22692025-03-21T17:36:16.929Z Checking num-bigint-dig v0.8.4
22702025-03-21T17:36:17.082Z Checking phf v0.11.2
22712025-03-21T17:36:17.211Z Checking rayon v1.10.0
22722025-03-21T17:36:17.345Z Checking hyper-tls v0.6.0
22732025-03-21T17:36:17.489Z Checking hickory-resolver v0.24.4
22742025-03-21T17:36:17.586Z Checking tokio-tungstenite v0.24.0
22752025-03-21T17:36:17.623Z Checking postgres-types v0.2.9
22762025-03-21T17:36:18.034Z Checking regex v1.11.1
22772025-03-21T17:36:18.043Z Checking bstr v1.10.0
22782025-03-21T17:36:18.283Z Checking ed25519 v2.2.3
22792025-03-21T17:36:18.605Z Checking tokio-stream v0.1.17
22802025-03-21T17:36:18.639Z Checking phf_shared v0.10.0
22812025-03-21T17:36:18.907Z Checking zerocopy v0.6.6
22822025-03-21T17:36:18.924Z Checking curve25519-dalek v4.1.3
22832025-03-21T17:36:18.942Z Checking hubpack v0.1.2
22842025-03-21T17:36:19.073Z Checking memoffset v0.9.1
22852025-03-21T17:36:19.196Z Checking portable-atomic v1.9.0
22862025-03-21T17:36:19.257Z Checking pkcs1 v0.7.5
22872025-03-21T17:36:19.353Z Checking float-cmp v0.10.0
22882025-03-21T17:36:19.384Z Checking serde-big-array v0.5.1
22892025-03-21T17:36:19.529Z Checking rfc6979 v0.4.0
22902025-03-21T17:36:19.569Z Checking number_prefix v0.4.0
22912025-03-21T17:36:19.613Z Checking whoami v1.5.2
22922025-03-21T17:36:19.656Z Checking minimal-lexical v0.2.1
22932025-03-21T17:36:19.707Z Checking predicates-core v1.0.8
22942025-03-21T17:36:19.766Z Checking unicode-segmentation v1.12.0
22952025-03-21T17:36:19.919Z Checking precomputed-hash v0.1.1
22962025-03-21T17:36:19.935Z Checking static_assertions v1.1.0
22972025-03-21T17:36:20.041Z Checking normalize-line-endings v0.3.0
22982025-03-21T17:36:20.058Z Checking new_debug_unreachable v1.0.6
22992025-03-21T17:36:20.061Z Checking fixedbitset v0.4.2
23002025-03-21T17:36:20.152Z Checking difflib v0.4.0
23012025-03-21T17:36:20.176Z Checking string_cache v0.8.7
23022025-03-21T17:36:20.230Z Checking nom v7.1.3
23032025-03-21T17:36:20.248Z Checking qorb v0.2.1
23042025-03-21T17:36:20.326Z Checking petgraph v0.6.5
23052025-03-21T17:36:20.470Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23062025-03-21T17:36:20.498Z Checking similar v2.7.0
23072025-03-21T17:36:20.501Z Checking predicates v3.1.3
23082025-03-21T17:36:20.697Z Checking ed25519-dalek v2.1.1
23092025-03-21T17:36:20.745Z Checking indicatif v0.17.11
23102025-03-21T17:36:21.111Z Checking tokio-postgres v0.7.13
23112025-03-21T17:36:21.154Z Checking ecdsa v0.16.9
23122025-03-21T17:36:21.320Z Checking rsa v0.9.6
23132025-03-21T17:36:21.473Z Checking toml v0.7.8
23142025-03-21T17:36:21.830Z Checking nix v0.29.0
23152025-03-21T17:36:22.169Z Checking clap v4.5.31
23162025-03-21T17:36:22.299Z Checking reqwest v0.12.12
23172025-03-21T17:36:22.317Z Checking crossterm v0.28.1
23182025-03-21T17:36:22.676Z Checking zip v2.1.3
23192025-03-21T17:36:22.859Z Checking zip v0.6.6
23202025-03-21T17:36:23.248Z Checking itertools v0.12.1
23212025-03-21T17:36:23.307Z Checking itertools v0.10.5
23222025-03-21T17:36:23.518Z Checking ahash v0.8.11
23232025-03-21T17:36:23.734Z Checking fs-err v2.11.0
23242025-03-21T17:36:23.918Z Checking buf-list v1.0.3
23252025-03-21T17:36:24.012Z Checking x509-cert v0.2.5
23262025-03-21T17:36:24.106Z Checking hex v0.4.3
23272025-03-21T17:36:24.229Z Checking lalrpop-util v0.19.12
23282025-03-21T17:36:24.252Z Checking peg-runtime v0.8.5
23292025-03-21T17:36:24.284Z Checking sigpipe v0.1.3
23302025-03-21T17:36:25.344Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312025-03-21T17:36:25.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.82s
23322025-03-21T17:36:25.847Z
23332025-03-21T17:36:25.847Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196)
23342025-03-21T17:36:26.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352025-03-21T17:36:26.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362025-03-21T17:36:26.568Z Compiling regress v0.10.3
23372025-03-21T17:36:26.682Z Checking heck v0.5.0
23382025-03-21T17:36:26.707Z Checking fastrand v2.1.1
23392025-03-21T17:36:26.710Z Compiling unsafe-libyaml v0.2.11
23402025-03-21T17:36:26.737Z Checking ipnetwork v0.21.1
23412025-03-21T17:36:26.740Z Compiling structmeta-derive v0.3.0
23422025-03-21T17:36:26.755Z Compiling ident_case v1.0.1
23432025-03-21T17:36:26.855Z Checking progenitor-client v0.8.0
23442025-03-21T17:36:26.952Z Compiling darling_core v0.20.10
23452025-03-21T17:36:27.003Z Checking tempfile v3.13.0
23462025-03-21T17:36:27.080Z Checking oxnet v0.1.1
23472025-03-21T17:36:27.186Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23482025-03-21T17:36:27.383Z Checking newtype-uuid v1.2.1
23492025-03-21T17:36:27.407Z Compiling proc-macro-crate v1.3.1
23502025-03-21T17:36:27.583Z Checking wait-timeout v0.2.0
23512025-03-21T17:36:27.627Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23522025-03-21T17:36:27.779Z Checking bit-vec v0.8.0
23532025-03-21T17:36:27.968Z Checking rusty-fork v0.3.0
23542025-03-21T17:36:28.143Z Compiling serde_yaml v0.9.34+deprecated
23552025-03-21T17:36:28.271Z Compiling num_enum_derive v0.5.11
23562025-03-21T17:36:28.289Z Checking bit-set v0.8.0
23572025-03-21T17:36:28.534Z Compiling lzma-sys v0.1.20
23582025-03-21T17:36:28.544Z Checking rand_xorshift v0.3.0
23592025-03-21T17:36:28.722Z Compiling daft-derive v0.1.1
23602025-03-21T17:36:29.266Z Compiling foreign-types-macros v0.2.3
23612025-03-21T17:36:29.324Z Compiling structmeta v0.3.0
23622025-03-21T17:36:29.725Z Compiling parse-display-derive v0.10.0
23632025-03-21T17:36:30.100Z Checking typify-impl v0.2.0
23642025-03-21T17:36:30.485Z Compiling thiserror-impl v2.0.11
23652025-03-21T17:36:30.582Z Compiling dropshot v0.16.0
23662025-03-21T17:36:30.928Z Checking arc-swap v1.7.1
23672025-03-21T17:36:31.255Z Checking foreign-types-shared v0.3.1
23682025-03-21T17:36:31.344Z Checking unarray v0.1.4
23692025-03-21T17:36:31.393Z Checking foreign-types v0.5.0
23702025-03-21T17:36:31.498Z Checking proptest v1.6.0
23712025-03-21T17:36:31.520Z Checking slog-scope v4.4.0
23722025-03-21T17:36:31.726Z Checking num_enum v0.5.11
23732025-03-21T17:36:31.754Z Checking daft v0.1.1
23742025-03-21T17:36:31.902Z Compiling test-strategy v0.4.0
23752025-03-21T17:36:32.213Z Checking strum v0.26.3
23762025-03-21T17:36:32.394Z Compiling proc-macro-error v1.0.4
23772025-03-21T17:36:32.801Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23782025-03-21T17:36:32.832Z Compiling darling_macro v0.20.10
23792025-03-21T17:36:32.988Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23802025-03-21T17:36:33.100Z Checking tungstenite v0.21.0
23812025-03-21T17:36:33.131Z Compiling heck v0.3.3
23822025-03-21T17:36:33.500Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23832025-03-21T17:36:33.569Z Checking thiserror v2.0.11
23842025-03-21T17:36:33.588Z Checking parse-display v0.10.0
23852025-03-21T17:36:33.732Z Compiling dropshot_endpoint v0.16.0
23862025-03-21T17:36:33.801Z Compiling darling v0.20.10
23872025-03-21T17:36:33.917Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882025-03-21T17:36:33.935Z Compiling serde_with_macros v3.12.0
23892025-03-21T17:36:34.021Z Checking cstr-argument v0.1.2
23902025-03-21T17:36:34.214Z Checking instant v0.1.13
23912025-03-21T17:36:34.318Z Checking base64 v0.21.7
23922025-03-21T17:36:34.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23932025-03-21T17:36:34.660Z Checking pretty-hex v0.2.1
23942025-03-21T17:36:34.777Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23952025-03-21T17:36:34.823Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23962025-03-21T17:36:34.841Z Checking backoff v0.4.0
23972025-03-21T17:36:34.930Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23982025-03-21T17:36:35.102Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23992025-03-21T17:36:35.119Z Checking tokio-tungstenite v0.21.0
24002025-03-21T17:36:35.146Z Compiling zone_cfg_derive v0.1.2
24012025-03-21T17:36:35.284Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24022025-03-21T17:36:35.639Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24032025-03-21T17:36:35.694Z Checking slog-stdlog v4.1.1
24042025-03-21T17:36:35.879Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24052025-03-21T17:36:35.994Z Checking progenitor-client v0.9.1
24062025-03-21T17:36:36.042Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24072025-03-21T17:36:36.068Z Checking colored v2.2.0
24082025-03-21T17:36:36.182Z Checking macaddr v1.0.1
24092025-03-21T17:36:36.373Z Checking unicode-width v0.1.14
24102025-03-21T17:36:36.444Z Checking winnow v0.6.20
24112025-03-21T17:36:36.462Z Checking base64 v0.13.1
24122025-03-21T17:36:36.505Z Checking serde_with v3.12.0
24132025-03-21T17:36:36.521Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24142025-03-21T17:36:36.566Z Checking zone v0.1.8
24152025-03-21T17:36:36.837Z Checking tabwriter v1.4.0
24162025-03-21T17:36:36.869Z Checking ron v0.7.1
24172025-03-21T17:36:36.991Z Checking slog-envlogger v2.2.0
24182025-03-21T17:36:37.083Z Checking xz2 v0.1.7
24192025-03-21T17:36:37.215Z Checking xattr v1.3.1
24202025-03-21T17:36:37.230Z Checking pem v3.0.5
24212025-03-21T17:36:37.377Z Checking yasna v0.5.2
24222025-03-21T17:36:37.433Z Checking headers-core v0.3.0
24232025-03-21T17:36:37.515Z Checking smf v0.2.3
24242025-03-21T17:36:37.591Z Checking filetime v0.2.25
24252025-03-21T17:36:37.794Z Checking same-file v1.0.6
24262025-03-21T17:36:37.976Z Checking walkdir v2.5.0
24272025-03-21T17:36:37.992Z Checking tar v0.4.44
24282025-03-21T17:36:37.995Z Checking headers v0.4.0
24292025-03-21T17:36:38.222Z Checking rcgen v0.12.1
24302025-03-21T17:36:38.261Z Checking atomicwrites v0.4.4
24312025-03-21T17:36:38.462Z Checking camino-tempfile v1.1.1
24322025-03-21T17:36:38.755Z Checking subprocess v0.2.9
24332025-03-21T17:36:40.952Z Compiling typify-macro v0.2.0
24342025-03-21T17:36:42.459Z Compiling typify v0.2.0
24352025-03-21T17:36:42.532Z Compiling progenitor-impl v0.8.0
24362025-03-21T17:36:44.983Z Compiling progenitor-macro v0.8.0
24372025-03-21T17:36:48.512Z Checking progenitor v0.8.0
24382025-03-21T17:36:48.644Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24392025-03-21T17:36:48.647Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24402025-03-21T17:36:51.174Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24412025-03-21T17:36:51.540Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24422025-03-21T17:36:57.636Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24432025-03-21T17:36:59.069Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24442025-03-21T17:37:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.42s
24452025-03-21T17:37:00.465Z
24462025-03-21T17:37:00.465Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196)
24472025-03-21T17:37:01.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-03-21T17:37:01.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-03-21T17:37:01.176Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24502025-03-21T17:37:02.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
24512025-03-21T17:37:02.756Z
24522025-03-21T17:37:02.756Zinfo: running `cargo check --bins` on nexus-config (51/196)
24532025-03-21T17:37:03.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-03-21T17:37:03.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-03-21T17:37:03.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562025-03-21T17:37:03.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24572025-03-21T17:37:03.414Z
24582025-03-21T17:37:03.414Zinfo: running `cargo check --bins` on omicron-rpaths (52/196)
24592025-03-21T17:37:03.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602025-03-21T17:37:03.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612025-03-21T17:37:03.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622025-03-21T17:37:04.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24632025-03-21T17:37:04.079Z
24642025-03-21T17:37:04.079Zinfo: running `cargo check --bins` on omicron-certificates (53/196)
24652025-03-21T17:37:04.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662025-03-21T17:37:04.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672025-03-21T17:37:04.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682025-03-21T17:37:04.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24692025-03-21T17:37:04.757Z
24702025-03-21T17:37:04.757Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/196)
24712025-03-21T17:37:05.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722025-03-21T17:37:05.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732025-03-21T17:37:05.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24742025-03-21T17:37:05.609Z Compiling tempfile v3.13.0
24752025-03-21T17:37:05.612Z Compiling ipnetwork v0.21.1
24762025-03-21T17:37:05.612Z Compiling wait-timeout v0.2.0
24772025-03-21T17:37:05.612Z Compiling bit-vec v0.8.0
24782025-03-21T17:37:05.612Z Compiling progenitor-client v0.8.0
24792025-03-21T17:37:05.612Z Compiling itertools v0.13.0
24802025-03-21T17:37:05.622Z Compiling rand_xorshift v0.3.0
24812025-03-21T17:37:05.798Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24822025-03-21T17:37:06.054Z Compiling rusty-fork v0.3.0
24832025-03-21T17:37:06.100Z Compiling bit-set v0.8.0
24842025-03-21T17:37:06.122Z Compiling oxnet v0.1.1
24852025-03-21T17:37:06.142Z Compiling unarray v0.1.4
24862025-03-21T17:37:06.320Z Compiling heapless v0.8.0
24872025-03-21T17:37:06.340Z Compiling progenitor v0.8.0
24882025-03-21T17:37:06.357Z Compiling parse-display v0.10.0
24892025-03-21T17:37:06.376Z Compiling thiserror v2.0.11
24902025-03-21T17:37:06.512Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24912025-03-21T17:37:06.544Z Compiling daft v0.1.1
24922025-03-21T17:37:06.562Z Compiling proptest v1.6.0
24932025-03-21T17:37:06.708Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24942025-03-21T17:37:06.760Z Checking hash32 v0.3.1
24952025-03-21T17:37:06.875Z Compiling instant v0.1.13
24962025-03-21T17:37:06.930Z Compiling smoltcp v0.11.0
24972025-03-21T17:37:06.959Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982025-03-21T17:37:06.990Z Compiling dropshot v0.16.0
24992025-03-21T17:37:07.031Z Compiling backoff v0.4.0
25002025-03-21T17:37:07.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25012025-03-21T17:37:07.437Z Compiling serde_with v3.12.0
25022025-03-21T17:37:07.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25032025-03-21T17:37:07.742Z Checking num-rational v0.4.2
25042025-03-21T17:37:07.997Z Compiling progenitor-client v0.9.1
25052025-03-21T17:37:08.521Z Compiling phf_generator v0.11.2
25062025-03-21T17:37:08.554Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25072025-03-21T17:37:08.726Z Checking num-complex v0.4.6
25082025-03-21T17:37:09.999Z Compiling macaddr v1.0.1
25092025-03-21T17:37:10.457Z Checking cobs v0.2.3
25102025-03-21T17:37:10.513Z Compiling num v0.4.3
25112025-03-21T17:37:10.668Z Checking postcard v1.0.10
25122025-03-21T17:37:10.757Z Compiling phf_codegen v0.11.2
25132025-03-21T17:37:11.133Z Compiling parse-zoneinfo v0.3.1
25142025-03-21T17:37:11.198Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25152025-03-21T17:37:11.512Z Checking float-ord v0.3.2
25162025-03-21T17:37:11.884Z Compiling convert_case v0.4.0
25172025-03-21T17:37:12.690Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25182025-03-21T17:37:12.862Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25192025-03-21T17:37:13.036Z Compiling derive_more v0.99.19
25202025-03-21T17:37:13.855Z Compiling chrono-tz-build v0.4.0
25212025-03-21T17:37:14.732Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25222025-03-21T17:37:15.011Z Compiling crucible-workspace-hack v0.1.0
25232025-03-21T17:37:15.255Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25242025-03-21T17:37:15.387Z Compiling chrono-tz v0.10.1
25252025-03-21T17:37:15.643Z Checking newline-converter v0.3.0
25262025-03-21T17:37:15.697Z Checking itertools v0.14.0
25272025-03-21T17:37:15.817Z Checking prettyplease v0.2.29
25282025-03-21T17:37:15.910Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25292025-03-21T17:37:16.050Z Compiling slog-dtrace v0.3.0
25302025-03-21T17:37:16.398Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25312025-03-21T17:37:16.673Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322025-03-21T17:37:17.013Z Checking expectorate v1.1.0
25332025-03-21T17:37:17.197Z Compiling zone_cfg_derive v0.3.0
25342025-03-21T17:37:17.964Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25352025-03-21T17:37:17.973Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362025-03-21T17:37:18.118Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25372025-03-21T17:37:18.432Z Compiling const_format_proc_macros v0.2.34
25382025-03-21T17:37:18.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392025-03-21T17:37:19.070Z Compiling num-derive v0.4.2
25402025-03-21T17:37:19.331Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25412025-03-21T17:37:19.625Z Checking highway v1.3.0
25422025-03-21T17:37:19.663Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432025-03-21T17:37:19.979Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25442025-03-21T17:37:20.052Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452025-03-21T17:37:20.059Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25462025-03-21T17:37:20.297Z Checking const_format v0.2.34
25472025-03-21T17:37:20.365Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25482025-03-21T17:37:20.805Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492025-03-21T17:37:21.011Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25502025-03-21T17:37:21.103Z Checking zone v0.3.0
25512025-03-21T17:37:21.366Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25522025-03-21T17:37:21.382Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25532025-03-21T17:37:21.791Z Checking gethostname v0.5.0
25542025-03-21T17:37:21.818Z Checking bcs v0.1.6
25552025-03-21T17:37:21.864Z Checking nanorand v0.7.0
25562025-03-21T17:37:21.934Z Compiling async-recursion v1.1.1
25572025-03-21T17:37:22.044Z Checking termtree v0.5.1
25582025-03-21T17:37:22.220Z Checking flume v0.11.1
25592025-03-21T17:37:22.853Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25602025-03-21T17:37:28.893Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25612025-03-21T17:37:32.102Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622025-03-21T17:37:34.561Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25632025-03-21T17:37:35.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.05s
25642025-03-21T17:37:36.013Z
25652025-03-21T17:37:36.013Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/196)
25662025-03-21T17:37:36.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-03-21T17:37:36.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-03-21T17:37:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-03-21T17:37:36.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25702025-03-21T17:37:36.692Z
25712025-03-21T17:37:36.693Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/196)
25722025-03-21T17:37:37.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-03-21T17:37:37.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-03-21T17:37:37.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-03-21T17:37:37.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25762025-03-21T17:37:37.375Z
25772025-03-21T17:37:37.375Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/196)
25782025-03-21T17:37:37.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-03-21T17:37:37.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-03-21T17:37:38.074Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25812025-03-21T17:37:38.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
25822025-03-21T17:37:38.903Z
25832025-03-21T17:37:38.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196)
25842025-03-21T17:37:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-03-21T17:37:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-03-21T17:37:39.608Z Compiling cfg_aliases v0.1.1
25872025-03-21T17:37:39.611Z Compiling vte_generate_state_changes v0.1.2
25882025-03-21T17:37:39.611Z Checking fd-lock v4.0.2
25892025-03-21T17:37:39.611Z Checking nibble_vec v0.1.0
25902025-03-21T17:37:39.720Z Checking bytecount v0.6.8
25912025-03-21T17:37:39.731Z Checking endian-type v0.1.2
25922025-03-21T17:37:39.739Z Compiling tabled_derive v0.7.0
25932025-03-21T17:37:39.775Z Compiling peg-macros v0.8.5
25942025-03-21T17:37:39.807Z Compiling nix v0.28.0
25952025-03-21T17:37:39.869Z Checking papergrid v0.11.0
25962025-03-21T17:37:39.895Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25972025-03-21T17:37:39.933Z Compiling sqlparser_derive v0.2.2
25982025-03-21T17:37:39.967Z Checking radix_trie v0.2.1
25992025-03-21T17:37:40.305Z Checking vte v0.11.1
26002025-03-21T17:37:40.374Z Checking nu-ansi-term v0.50.1
26012025-03-21T17:37:40.785Z Checking unicode_categories v0.1.1
26022025-03-21T17:37:40.938Z Checking home v0.5.9
26032025-03-21T17:37:40.962Z Checking sqlparser v0.45.0
26042025-03-21T17:37:41.085Z Checking sqlformat v0.2.6
26052025-03-21T17:37:41.148Z Checking display-error-chain v0.2.2
26062025-03-21T17:37:41.726Z Checking strip-ansi-escapes v0.2.0
26072025-03-21T17:37:41.856Z Checking reedline v0.38.0
26082025-03-21T17:37:42.015Z Checking tabled v0.15.0
26092025-03-21T17:37:42.395Z Checking peg v0.8.5
26102025-03-21T17:37:42.907Z Checking rustyline v14.0.0
26112025-03-21T17:37:51.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
26122025-03-21T17:37:51.878Z
26132025-03-21T17:37:51.878Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196)
26142025-03-21T17:37:52.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-03-21T17:37:52.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-03-21T17:37:52.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26172025-03-21T17:37:57.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
26182025-03-21T17:37:57.927Z
26192025-03-21T17:37:57.927Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196)
26202025-03-21T17:37:58.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-03-21T17:37:58.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-03-21T17:37:58.637Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26232025-03-21T17:38:02.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
26242025-03-21T17:38:02.387Z
26252025-03-21T17:38:02.387Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196)
26262025-03-21T17:38:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-03-21T17:38:02.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-03-21T17:38:03.089Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26292025-03-21T17:38:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
26302025-03-21T17:38:08.175Z
26312025-03-21T17:38:08.175Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196)
26322025-03-21T17:38:08.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-03-21T17:38:08.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-03-21T17:38:08.887Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26352025-03-21T17:38:13.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
26362025-03-21T17:38:14.010Z
26372025-03-21T17:38:14.010Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196)
26382025-03-21T17:38:14.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-03-21T17:38:14.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-03-21T17:38:14.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26412025-03-21T17:38:18.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
26422025-03-21T17:38:18.642Z
26432025-03-21T17:38:18.642Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196)
26442025-03-21T17:38:19.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-03-21T17:38:19.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-03-21T17:38:19.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472025-03-21T17:38:23.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
26482025-03-21T17:38:23.606Z
26492025-03-21T17:38:23.606Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196)
26502025-03-21T17:38:23.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-03-21T17:38:23.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-03-21T17:38:24.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532025-03-21T17:38:29.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
26542025-03-21T17:38:29.343Z
26552025-03-21T17:38:29.343Zinfo: running `cargo check --bins` on oximeter (66/196)
26562025-03-21T17:38:29.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-03-21T17:38:29.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-03-21T17:38:29.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-03-21T17:38:29.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26602025-03-21T17:38:30.026Z
26612025-03-21T17:38:30.026Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/196)
26622025-03-21T17:38:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-03-21T17:38:30.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-03-21T17:38:30.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-03-21T17:38:30.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26662025-03-21T17:38:30.724Z
26672025-03-21T17:38:30.724Zinfo: running `cargo check --bins` on oximeter-schema (68/196)
26682025-03-21T17:38:31.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-03-21T17:38:31.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-03-21T17:38:31.387Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26712025-03-21T17:38:33.368Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26722025-03-21T17:38:34.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
26732025-03-21T17:38:34.504Z
26742025-03-21T17:38:34.505Zinfo: running `cargo check --bins` on oximeter-types (69/196)
26752025-03-21T17:38:35.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762025-03-21T17:38:35.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772025-03-21T17:38:35.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782025-03-21T17:38:35.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26792025-03-21T17:38:35.187Z
26802025-03-21T17:38:35.187Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/196)
26812025-03-21T17:38:35.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822025-03-21T17:38:35.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832025-03-21T17:38:35.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842025-03-21T17:38:35.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26852025-03-21T17:38:35.870Z
26862025-03-21T17:38:35.870Zinfo: running `cargo check --bins` on oxql-types (71/196)
26872025-03-21T17:38:36.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-03-21T17:38:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-03-21T17:38:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-03-21T17:38:36.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26912025-03-21T17:38:36.652Z
26922025-03-21T17:38:36.652Zinfo: running `cargo check --bins` on oximeter-test-utils (72/196)
26932025-03-21T17:38:37.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-03-21T17:38:37.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-03-21T17:38:37.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-03-21T17:38:37.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26972025-03-21T17:38:37.264Z
26982025-03-21T17:38:37.264Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/196)
26992025-03-21T17:38:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-03-21T17:38:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-03-21T17:38:37.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-03-21T17:38:37.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27032025-03-21T17:38:37.949Z
27042025-03-21T17:38:37.950Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/196)
27052025-03-21T17:38:38.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-03-21T17:38:38.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-03-21T17:38:38.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082025-03-21T17:38:38.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27092025-03-21T17:38:38.658Z
27102025-03-21T17:38:38.658Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196)
27112025-03-21T17:38:39.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122025-03-21T17:38:39.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132025-03-21T17:38:39.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142025-03-21T17:38:39.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27152025-03-21T17:38:39.349Z
27162025-03-21T17:38:39.350Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/196)
27172025-03-21T17:38:39.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182025-03-21T17:38:39.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192025-03-21T17:38:39.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202025-03-21T17:38:39.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27212025-03-21T17:38:40.045Z
27222025-03-21T17:38:40.045Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/196)
27232025-03-21T17:38:40.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242025-03-21T17:38:40.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252025-03-21T17:38:40.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262025-03-21T17:38:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27272025-03-21T17:38:40.745Z
27282025-03-21T17:38:40.745Zinfo: running `cargo check --bins` on cockroach-admin-client (78/196)
27292025-03-21T17:38:41.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302025-03-21T17:38:41.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312025-03-21T17:38:41.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322025-03-21T17:38:41.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27332025-03-21T17:38:41.413Z
27342025-03-21T17:38:41.413Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/196)
27352025-03-21T17:38:42.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362025-03-21T17:38:42.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372025-03-21T17:38:42.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382025-03-21T17:38:42.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27392025-03-21T17:38:42.101Z
27402025-03-21T17:38:42.101Zinfo: running `cargo check --bins` on dns-service-client (80/196)
27412025-03-21T17:38:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422025-03-21T17:38:42.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432025-03-21T17:38:42.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442025-03-21T17:38:42.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27452025-03-21T17:38:42.794Z
27462025-03-21T17:38:42.794Zinfo: running `cargo check --bins` on internal-dns-types (81/196)
27472025-03-21T17:38:43.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482025-03-21T17:38:43.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492025-03-21T17:38:43.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502025-03-21T17:38:43.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27512025-03-21T17:38:43.483Z
27522025-03-21T17:38:43.483Zinfo: running `cargo check --bins` on dpd-client (82/196)
27532025-03-21T17:38:44.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542025-03-21T17:38:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552025-03-21T17:38:44.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562025-03-21T17:38:44.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27572025-03-21T17:38:44.153Z
27582025-03-21T17:38:44.153Zinfo: running `cargo check --bins` on gateway-client (83/196)
27592025-03-21T17:38:44.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602025-03-21T17:38:44.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612025-03-21T17:38:44.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622025-03-21T17:38:44.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27632025-03-21T17:38:44.817Z
27642025-03-21T17:38:44.817Zinfo: running `cargo check --bins` on installinator-client (84/196)
27652025-03-21T17:38:45.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-03-21T17:38:45.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-03-21T17:38:45.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-03-21T17:38:45.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27692025-03-21T17:38:45.526Z
27702025-03-21T17:38:45.526Zinfo: running `cargo check --bins` on installinator-common (85/196)
27712025-03-21T17:38:46.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-03-21T17:38:46.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-03-21T17:38:46.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-03-21T17:38:46.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27752025-03-21T17:38:46.218Z
27762025-03-21T17:38:46.219Zinfo: running `cargo check --bins` on update-engine (86/196)
27772025-03-21T17:38:46.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-03-21T17:38:46.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-03-21T17:38:46.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-03-21T17:38:46.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27812025-03-21T17:38:46.883Z
27822025-03-21T17:38:46.883Zinfo: running `cargo check --bins` on nexus-client (87/196)
27832025-03-21T17:38:47.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-03-21T17:38:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-03-21T17:38:47.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-03-21T17:38:47.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27872025-03-21T17:38:47.594Z
27882025-03-21T17:38:47.594Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/196)
27892025-03-21T17:38:48.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-03-21T17:38:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-03-21T17:38:48.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-03-21T17:38:48.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27932025-03-21T17:38:48.307Z
27942025-03-21T17:38:48.307Zinfo: running `cargo check --bins` on omicron-passwords (89/196)
27952025-03-21T17:38:48.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-03-21T17:38:48.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-03-21T17:38:48.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-03-21T17:38:48.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27992025-03-21T17:38:48.953Z
28002025-03-21T17:38:48.953Zinfo: running `cargo check --bins` on nexus-types (90/196)
28012025-03-21T17:38:49.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-03-21T17:38:49.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-03-21T17:38:49.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-03-21T17:38:49.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28052025-03-21T17:38:49.667Z
28062025-03-21T17:38:49.667Zinfo: running `cargo check --bins` on oxide-client (91/196)
28072025-03-21T17:38:50.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-03-21T17:38:50.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-03-21T17:38:50.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-03-21T17:38:50.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28112025-03-21T17:38:50.337Z
28122025-03-21T17:38:50.337Zinfo: running `cargo check --bins` on oximeter-client (92/196)
28132025-03-21T17:38:50.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-03-21T17:38:50.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-03-21T17:38:50.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-03-21T17:38:50.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28172025-03-21T17:38:51.020Z
28182025-03-21T17:38:51.021Zinfo: running `cargo check --bins` on repo-depot-client (93/196)
28192025-03-21T17:38:51.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-03-21T17:38:51.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-03-21T17:38:51.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-03-21T17:38:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28232025-03-21T17:38:51.798Z
28242025-03-21T17:38:51.798Zinfo: running `cargo check --bins` on sled-agent-client (94/196)
28252025-03-21T17:38:52.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-03-21T17:38:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-03-21T17:38:52.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-03-21T17:38:52.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28292025-03-21T17:38:52.387Z
28302025-03-21T17:38:52.387Zinfo: running `cargo check --bins` on wicketd-client (95/196)
28312025-03-21T17:38:53.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-03-21T17:38:53.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-03-21T17:38:53.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-03-21T17:38:53.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28352025-03-21T17:38:53.243Z
28362025-03-21T17:38:53.243Zinfo: running `cargo check --bins` on sled-agent-types (96/196)
28372025-03-21T17:38:53.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-03-21T17:38:53.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-03-21T17:38:53.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-03-21T17:38:53.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28412025-03-21T17:38:53.833Z
28422025-03-21T17:38:53.833Zinfo: running `cargo check --bins` on wicket-common (97/196)
28432025-03-21T17:38:54.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-03-21T17:38:54.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-03-21T17:38:54.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-03-21T17:38:54.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28472025-03-21T17:38:54.572Z
28482025-03-21T17:38:54.572Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/196)
28492025-03-21T17:38:55.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-03-21T17:38:55.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-03-21T17:38:55.229Z Checking csv-core v0.1.11
28522025-03-21T17:38:55.229Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28532025-03-21T17:38:55.259Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28542025-03-21T17:38:55.259Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28552025-03-21T17:38:55.517Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28562025-03-21T17:38:55.540Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572025-03-21T17:38:55.563Z Checking csv v1.3.1
28582025-03-21T17:38:56.214Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28592025-03-21T17:38:56.487Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28602025-03-21T17:38:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
28612025-03-21T17:38:58.322Z
28622025-03-21T17:38:58.322Zinfo: running `cargo check --bins` on cockroach-admin-api (99/196)
28632025-03-21T17:38:58.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-03-21T17:38:58.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-03-21T17:38:58.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-03-21T17:38:58.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28672025-03-21T17:38:58.958Z
28682025-03-21T17:38:58.958Zinfo: running `cargo check --bins` on cockroach-admin-types (100/196)
28692025-03-21T17:38:59.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-03-21T17:38:59.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-03-21T17:38:59.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722025-03-21T17:38:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28732025-03-21T17:38:59.624Z
28742025-03-21T17:38:59.624Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196)
28752025-03-21T17:39:00.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-03-21T17:39:00.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-03-21T17:39:00.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-03-21T17:39:00.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28792025-03-21T17:39:00.501Z
28802025-03-21T17:39:00.501Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196)
28812025-03-21T17:39:01.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-03-21T17:39:01.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-03-21T17:39:01.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-03-21T17:39:01.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28852025-03-21T17:39:01.572Z
28862025-03-21T17:39:01.572Zinfo: running `cargo check --bins` on dns-server (103/196)
28872025-03-21T17:39:01.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-03-21T17:39:01.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-03-21T17:39:01.895Z Compiling typify-impl v0.3.0
28902025-03-21T17:39:01.984Z Compiling parking_lot_core v0.8.6
28912025-03-21T17:39:02.013Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28922025-03-21T17:39:02.027Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28932025-03-21T17:39:02.027Z Checking fxhash v0.2.1
28942025-03-21T17:39:02.028Z Checking hickory-client v0.24.4
28952025-03-21T17:39:02.028Z Checking hickory-server v0.24.4
28962025-03-21T17:39:02.671Z Checking parking_lot v0.11.2
28972025-03-21T17:39:02.902Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28982025-03-21T17:39:02.923Z Checking sled v0.34.7
28992025-03-21T17:39:07.406Z Compiling typify-macro v0.3.0
29002025-03-21T17:39:08.938Z Compiling typify v0.3.0
29012025-03-21T17:39:09.003Z Compiling progenitor-impl v0.9.1
29022025-03-21T17:39:11.467Z Compiling progenitor-macro v0.9.1
29032025-03-21T17:39:14.975Z Checking progenitor v0.9.1
29042025-03-21T17:39:15.110Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29052025-03-21T17:39:15.580Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29062025-03-21T17:39:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
29072025-03-21T17:39:17.031Z
29082025-03-21T17:39:17.031Zinfo: running `cargo check --bins` on dns-server-api (104/196)
29092025-03-21T17:39:17.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-03-21T17:39:17.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-03-21T17:39:17.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-03-21T17:39:17.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29132025-03-21T17:39:17.698Z
29142025-03-21T17:39:17.698Zinfo: running `cargo check --bins` on openapi-manager-types (105/196)
29152025-03-21T17:39:18.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-03-21T17:39:18.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-03-21T17:39:18.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-03-21T17:39:18.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29192025-03-21T17:39:18.359Z
29202025-03-21T17:39:18.359Zinfo: running `cargo check --bins` on gateway-test-utils (106/196)
29212025-03-21T17:39:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-03-21T17:39:19.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-03-21T17:39:19.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-03-21T17:39:19.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29252025-03-21T17:39:19.094Z
29262025-03-21T17:39:19.094Zinfo: running `cargo check --bins` on gateway-types (107/196)
29272025-03-21T17:39:19.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-03-21T17:39:19.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-03-21T17:39:19.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-03-21T17:39:19.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29312025-03-21T17:39:19.779Z
29322025-03-21T17:39:19.779Zinfo: running `cargo check --bins` on ipcc (108/196)
29332025-03-21T17:39:20.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-03-21T17:39:20.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-03-21T17:39:20.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-03-21T17:39:20.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29372025-03-21T17:39:20.474Z
29382025-03-21T17:39:20.474Zinfo: running `cargo check --bins` on omicron-gateway (109/196)
29392025-03-21T17:39:21.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-03-21T17:39:21.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-03-21T17:39:21.240Z Compiling semver v0.1.20
29422025-03-21T17:39:21.240Z Compiling radium v0.7.0
29432025-03-21T17:39:21.243Z Checking tap v1.0.1
29442025-03-21T17:39:21.355Z Compiling maybe-uninit v2.0.0
29452025-03-21T17:39:21.387Z Checking password-hash v0.5.0
29462025-03-21T17:39:21.390Z Checking blake2 v0.10.6
29472025-03-21T17:39:21.390Z Compiling cancel-safe-futures v0.1.5
29482025-03-21T17:39:21.391Z Compiling packed_struct v0.10.1
29492025-03-21T17:39:21.515Z Checking wyz v0.5.1
29502025-03-21T17:39:21.759Z Compiling rustc_version v0.1.7
29512025-03-21T17:39:21.797Z Checking funty v2.0.0
29522025-03-21T17:39:21.844Z Compiling owo-colors v4.2.0
29532025-03-21T17:39:21.863Z Checking crc-catalog v2.4.0
29542025-03-21T17:39:21.900Z Checking argon2 v0.5.3
29552025-03-21T17:39:22.001Z Compiling packed_struct_codegen v0.10.1
29562025-03-21T17:39:22.031Z Checking crc v3.2.1
29572025-03-21T17:39:22.076Z Checking libsw-core v0.3.1
29582025-03-21T17:39:22.139Z Compiling newtype_derive v0.1.6
29592025-03-21T17:39:22.235Z Compiling indexmap v1.9.3
29602025-03-21T17:39:22.309Z Checking half v2.4.1
29612025-03-21T17:39:22.462Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29622025-03-21T17:39:22.514Z Checking nodrop v0.1.14
29632025-03-21T17:39:22.538Z Checking ciborium-io v0.2.2
29642025-03-21T17:39:22.557Z Checking fixedbitset v0.5.7
29652025-03-21T17:39:22.585Z Checking bitvec v1.0.1
29662025-03-21T17:39:22.610Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29672025-03-21T17:39:22.653Z Checking array-init v0.0.4
29682025-03-21T17:39:22.755Z Checking ciborium-ll v0.2.2
29692025-03-21T17:39:22.838Z Checking libsw v3.4.0
29702025-03-21T17:39:22.888Z Checking smallvec v0.6.14
29712025-03-21T17:39:22.923Z Checking petgraph v0.7.1
29722025-03-21T17:39:23.044Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732025-03-21T17:39:23.287Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29742025-03-21T17:39:23.505Z Checking indent_write v2.2.0
29752025-03-21T17:39:23.542Z Checking bitfield v0.14.0
29762025-03-21T17:39:24.207Z Checking termcolor v1.4.1
29772025-03-21T17:39:24.378Z Checking hashbrown v0.12.3
29782025-03-21T17:39:24.378Z Checking linear-map v1.2.0
29792025-03-21T17:39:24.378Z Checking swrite v0.1.0
29802025-03-21T17:39:24.378Z Checking env_logger v0.10.2
29812025-03-21T17:39:24.536Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29822025-03-21T17:39:24.536Z Checking ron v0.8.1
29832025-03-21T17:39:24.541Z Checking serde-hex v0.1.0
29842025-03-21T17:39:24.541Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29852025-03-21T17:39:24.566Z Checking ciborium v0.2.2
29862025-03-21T17:39:25.528Z Checking steno v0.4.1
29872025-03-21T17:39:25.562Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29882025-03-21T17:39:25.581Z Checking hashbrown v0.13.2
29892025-03-21T17:39:25.814Z Checking crc-any v2.5.0
29902025-03-21T17:39:25.852Z Checking humantime v2.1.0
29912025-03-21T17:39:25.955Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29922025-03-21T17:39:26.135Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29932025-03-21T17:39:26.199Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29942025-03-21T17:39:26.428Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29952025-03-21T17:39:26.468Z Checking object v0.30.4
29962025-03-21T17:39:26.742Z Checking path-slash v0.1.5
29972025-03-21T17:39:26.782Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29982025-03-21T17:39:26.987Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29992025-03-21T17:39:27.695Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30002025-03-21T17:39:27.715Z Checking nix v0.27.1
30012025-03-21T17:39:27.968Z Checking tungstenite v0.23.0
30022025-03-21T17:39:28.206Z Checking kstat-rs v0.2.4
30032025-03-21T17:39:28.583Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30042025-03-21T17:39:28.607Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30052025-03-21T17:39:28.817Z Checking signal-hook-tokio v0.3.1
30062025-03-21T17:39:28.838Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30072025-03-21T17:39:28.855Z Checking tokio-tungstenite v0.23.1
30082025-03-21T17:39:29.424Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30092025-03-21T17:39:36.274Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30102025-03-21T17:39:37.655Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30112025-03-21T17:39:39.653Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30122025-03-21T17:39:44.984Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30132025-03-21T17:39:45.656Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30142025-03-21T17:39:48.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
30152025-03-21T17:39:48.517Z
30162025-03-21T17:39:48.517Zinfo: running `cargo check --bins` on gateway-api (110/196)
30172025-03-21T17:39:49.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-03-21T17:39:49.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-03-21T17:39:49.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-03-21T17:39:49.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30212025-03-21T17:39:49.212Z
30222025-03-21T17:39:49.213Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196)
30232025-03-21T17:39:49.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-03-21T17:39:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-03-21T17:39:49.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-03-21T17:39:49.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30272025-03-21T17:39:49.878Z
30282025-03-21T17:39:49.878Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196)
30292025-03-21T17:39:50.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-03-21T17:39:50.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-03-21T17:39:50.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-03-21T17:39:50.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30332025-03-21T17:39:50.574Z
30342025-03-21T17:39:50.574Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196)
30352025-03-21T17:39:51.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-03-21T17:39:51.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-03-21T17:39:51.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-03-21T17:39:51.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30392025-03-21T17:39:51.256Z
30402025-03-21T17:39:51.256Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196)
30412025-03-21T17:39:51.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-03-21T17:39:51.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-03-21T17:39:51.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-03-21T17:39:51.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30452025-03-21T17:39:51.941Z
30462025-03-21T17:39:51.941Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196)
30472025-03-21T17:39:52.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-03-21T17:39:52.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-03-21T17:39:52.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-03-21T17:39:52.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30512025-03-21T17:39:52.618Z
30522025-03-21T17:39:52.618Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196)
30532025-03-21T17:39:53.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-03-21T17:39:53.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-03-21T17:39:53.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-03-21T17:39:53.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30572025-03-21T17:39:53.306Z
30582025-03-21T17:39:53.306Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196)
30592025-03-21T17:39:53.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-03-21T17:39:53.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-03-21T17:39:53.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-03-21T17:39:53.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30632025-03-21T17:39:54.009Z
30642025-03-21T17:39:54.009Zinfo: running `cargo check --bins` on oximeter-producer (118/196)
30652025-03-21T17:39:54.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-03-21T17:39:54.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-03-21T17:39:54.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-03-21T17:39:54.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30692025-03-21T17:39:54.741Z
30702025-03-21T17:39:54.741Zinfo: running `cargo check --bins` on internal-dns-resolver (119/196)
30712025-03-21T17:39:55.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-03-21T17:39:55.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-03-21T17:39:55.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-03-21T17:39:55.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30752025-03-21T17:39:55.437Z
30762025-03-21T17:39:55.437Zinfo: running `cargo check --bins` on sp-sim (120/196)
30772025-03-21T17:39:56.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-03-21T17:39:56.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-03-21T17:39:56.131Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30802025-03-21T17:39:56.586Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30812025-03-21T17:39:58.255Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30822025-03-21T17:39:59.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
30832025-03-21T17:40:00.139Z
30842025-03-21T17:40:00.139Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196)
30852025-03-21T17:40:00.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-03-21T17:40:00.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-03-21T17:40:00.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-03-21T17:40:00.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30892025-03-21T17:40:00.883Z
30902025-03-21T17:40:00.883Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196)
30912025-03-21T17:40:01.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-03-21T17:40:01.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-03-21T17:40:01.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-03-21T17:40:01.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30952025-03-21T17:40:01.619Z
30962025-03-21T17:40:01.619Zinfo: running `cargo check --bins` on db-macros (123/196)
30972025-03-21T17:40:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-03-21T17:40:02.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-03-21T17:40:02.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-03-21T17:40:02.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31012025-03-21T17:40:02.288Z
31022025-03-21T17:40:02.288Zinfo: running `cargo check --bins` on nexus-macros-common (124/196)
31032025-03-21T17:40:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-03-21T17:40:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-03-21T17:40:02.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-03-21T17:40:02.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31072025-03-21T17:40:02.944Z
31082025-03-21T17:40:02.944Zinfo: running `cargo check --bins` on nexus-auth (125/196)
31092025-03-21T17:40:03.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-03-21T17:40:03.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-03-21T17:40:03.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-03-21T17:40:03.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31132025-03-21T17:40:03.679Z
31142025-03-21T17:40:03.679Zinfo: running `cargo check --bins` on authz-macros (126/196)
31152025-03-21T17:40:04.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-03-21T17:40:04.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-03-21T17:40:04.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-03-21T17:40:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31192025-03-21T17:40:04.357Z
31202025-03-21T17:40:04.357Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/196)
31212025-03-21T17:40:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-03-21T17:40:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-03-21T17:40:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242025-03-21T17:40:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31252025-03-21T17:40:05.071Z
31262025-03-21T17:40:05.071Zinfo: running `cargo check --bins` on nexus-db-model (128/196)
31272025-03-21T17:40:05.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-03-21T17:40:05.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-03-21T17:40:05.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302025-03-21T17:40:05.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31312025-03-21T17:40:05.788Z
31322025-03-21T17:40:05.789Zinfo: running `cargo check --bins` on nexus-defaults (129/196)
31332025-03-21T17:40:06.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-03-21T17:40:06.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-03-21T17:40:06.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-03-21T17:40:06.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31372025-03-21T17:40:06.467Z
31382025-03-21T17:40:06.467Zinfo: running `cargo check --bins` on nexus-inventory (130/196)
31392025-03-21T17:40:07.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-03-21T17:40:07.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-03-21T17:40:07.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422025-03-21T17:40:07.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31432025-03-21T17:40:07.182Z
31442025-03-21T17:40:07.182Zinfo: running `cargo check --bins` on typed-rng (131/196)
31452025-03-21T17:40:07.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-03-21T17:40:07.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-03-21T17:40:07.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482025-03-21T17:40:07.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31492025-03-21T17:40:07.844Z
31502025-03-21T17:40:07.844Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196)
31512025-03-21T17:40:08.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-03-21T17:40:08.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-03-21T17:40:08.643Z Checking keccak v0.1.5
31542025-03-21T17:40:08.762Z Checking secrecy v0.8.0
31552025-03-21T17:40:08.766Z Compiling unicase v2.7.0
31562025-03-21T17:40:08.766Z Compiling same-file v1.0.6
31572025-03-21T17:40:08.798Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31582025-03-21T17:40:08.801Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31592025-03-21T17:40:08.801Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31602025-03-21T17:40:08.801Z Compiling thiserror-impl-no-std v2.0.2
31612025-03-21T17:40:08.930Z Compiling walkdir v2.5.0
31622025-03-21T17:40:09.028Z Checking universal-hash v0.5.1
31632025-03-21T17:40:09.049Z Checking sha3 v0.10.8
31642025-03-21T17:40:09.105Z Compiling blake3 v1.5.4
31652025-03-21T17:40:09.216Z Checking opaque-debug v0.3.1
31662025-03-21T17:40:09.236Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31672025-03-21T17:40:09.285Z Checking chacha20 v0.9.1
31682025-03-21T17:40:09.306Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31692025-03-21T17:40:09.322Z Checking poly1305 v0.8.0
31702025-03-21T17:40:09.453Z Checking aead v0.5.2
31712025-03-21T17:40:09.548Z Compiling memmap2 v0.9.5
31722025-03-21T17:40:09.625Z Compiling constant_time_eq v0.3.1
31732025-03-21T17:40:09.645Z Compiling arrayref v0.3.9
31742025-03-21T17:40:09.683Z Compiling salty v0.3.0
31752025-03-21T17:40:09.748Z Compiling libefi-sys v0.1.0
31762025-03-21T17:40:09.806Z Compiling arrayvec v0.7.6
31772025-03-21T17:40:09.826Z Checking chacha20poly1305 v0.10.1
31782025-03-21T17:40:09.968Z Compiling toolchain_find v0.4.0
31792025-03-21T17:40:10.105Z Compiling camino-tempfile v1.1.1
31802025-03-21T17:40:10.123Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31812025-03-21T17:40:10.162Z Compiling bitfield-struct v0.6.2
31822025-03-21T17:40:10.415Z Compiling topological-sort v0.2.2
31832025-03-21T17:40:10.539Z Compiling mime_guess v2.0.5
31842025-03-21T17:40:10.561Z Compiling rustfmt-wrapper v0.2.1
31852025-03-21T17:40:11.091Z Compiling omicron-zone-package v0.12.0
31862025-03-21T17:40:11.136Z Compiling progenitor v0.9.1
31872025-03-21T17:40:11.206Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882025-03-21T17:40:11.377Z Checking primeorder v0.13.6
31892025-03-21T17:40:11.457Z Checking env_filter v0.1.2
31902025-03-21T17:40:11.477Z Checking thiserror-no-std v2.0.2
31912025-03-21T17:40:11.504Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922025-03-21T17:40:11.554Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932025-03-21T17:40:11.604Z Checking vsss-rs v3.3.4
31942025-03-21T17:40:11.691Z Checking env_logger v0.11.5
31952025-03-21T17:40:11.711Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31962025-03-21T17:40:12.110Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31972025-03-21T17:40:12.134Z Checking p384 v0.13.0
31982025-03-21T17:40:12.134Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992025-03-21T17:40:12.141Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002025-03-21T17:40:12.141Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32012025-03-21T17:40:12.288Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32022025-03-21T17:40:12.288Z Checking http-range v0.1.5
32032025-03-21T17:40:12.325Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32042025-03-21T17:40:12.526Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32052025-03-21T17:40:12.643Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32062025-03-21T17:40:12.697Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32072025-03-21T17:40:12.978Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32082025-03-21T17:40:13.224Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
32092025-03-21T17:40:13.243Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32102025-03-21T17:40:13.268Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32112025-03-21T17:40:13.403Z Checking atty v0.2.14
32122025-03-21T17:40:13.549Z Checking glob v0.3.2
32132025-03-21T17:40:13.690Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32142025-03-21T17:40:13.766Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32152025-03-21T17:40:13.909Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32162025-03-21T17:40:14.372Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32172025-03-21T17:40:14.605Z Checking hyper-staticfile v0.10.1
32182025-03-21T17:40:14.971Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
32192025-03-21T17:40:15.006Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32202025-03-21T17:40:15.108Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32212025-03-21T17:40:15.300Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32222025-03-21T17:40:15.423Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32232025-03-21T17:40:15.657Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32242025-03-21T17:40:15.946Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32252025-03-21T17:40:16.323Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32262025-03-21T17:40:16.459Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32272025-03-21T17:40:16.531Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32282025-03-21T17:40:17.164Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32292025-03-21T17:40:20.098Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32302025-03-21T17:40:20.098Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32312025-03-21T17:40:28.398Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32322025-03-21T17:40:41.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.14s
32332025-03-21T17:40:42.194Z
32342025-03-21T17:40:42.194Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196)
32352025-03-21T17:40:42.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-03-21T17:40:42.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-03-21T17:40:42.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32382025-03-21T17:40:56.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
32392025-03-21T17:40:56.598Z
32402025-03-21T17:40:56.598Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196)
32412025-03-21T17:40:57.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-03-21T17:40:57.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-03-21T17:40:57.381Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32442025-03-21T17:41:11.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
32452025-03-21T17:41:11.227Z
32462025-03-21T17:41:11.227Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196)
32472025-03-21T17:41:11.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-03-21T17:41:11.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-03-21T17:41:12.027Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32502025-03-21T17:41:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
32512025-03-21T17:41:25.675Z
32522025-03-21T17:41:25.675Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196)
32532025-03-21T17:41:26.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-03-21T17:41:26.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-03-21T17:41:26.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32562025-03-21T17:41:39.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
32572025-03-21T17:41:39.998Z
32582025-03-21T17:41:39.998Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196)
32592025-03-21T17:41:40.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-03-21T17:41:40.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-03-21T17:41:40.803Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622025-03-21T17:41:54.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
32632025-03-21T17:41:54.442Z
32642025-03-21T17:41:54.442Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196)
32652025-03-21T17:41:55.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-03-21T17:41:55.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-03-21T17:41:55.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682025-03-21T17:42:08.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s
32692025-03-21T17:42:08.819Z
32702025-03-21T17:42:08.819Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196)
32712025-03-21T17:42:09.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-03-21T17:42:09.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-03-21T17:42:09.602Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742025-03-21T17:42:23.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
32752025-03-21T17:42:23.308Z
32762025-03-21T17:42:23.308Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/196)
32772025-03-21T17:42:23.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-03-21T17:42:23.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-03-21T17:42:23.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802025-03-21T17:42:23.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32812025-03-21T17:42:24.018Z
32822025-03-21T17:42:24.018Zinfo: running `cargo check --bins` on key-manager (141/196)
32832025-03-21T17:42:24.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-03-21T17:42:24.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-03-21T17:42:24.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862025-03-21T17:42:24.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32872025-03-21T17:42:24.699Z
32882025-03-21T17:42:24.700Zinfo: running `cargo check --bins` on range-requests (142/196)
32892025-03-21T17:42:25.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-03-21T17:42:25.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-03-21T17:42:25.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-03-21T17:42:25.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32932025-03-21T17:42:25.369Z
32942025-03-21T17:42:25.369Zinfo: running `cargo check --bins` on repo-depot-api (143/196)
32952025-03-21T17:42:25.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-03-21T17:42:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-03-21T17:42:25.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-03-21T17:42:25.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32992025-03-21T17:42:26.036Z
33002025-03-21T17:42:26.036Zinfo: running `cargo check --bins` on sled-agent-api (144/196)
33012025-03-21T17:42:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-03-21T17:42:26.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-03-21T17:42:26.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-03-21T17:42:26.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33052025-03-21T17:42:26.754Z
33062025-03-21T17:42:26.754Zinfo: running `cargo check --bins` on sled-diagnostics (145/196)
33072025-03-21T17:42:27.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-03-21T17:42:27.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-03-21T17:42:27.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-03-21T17:42:27.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33112025-03-21T17:42:27.418Z
33122025-03-21T17:42:27.418Zinfo: running `cargo check --bins` on sled-hardware (146/196)
33132025-03-21T17:42:28.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-03-21T17:42:28.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-03-21T17:42:28.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-03-21T17:42:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33172025-03-21T17:42:28.118Z
33182025-03-21T17:42:28.118Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/196)
33192025-03-21T17:42:28.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-03-21T17:42:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-03-21T17:42:28.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-03-21T17:42:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33232025-03-21T17:42:28.827Z
33242025-03-21T17:42:28.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196)
33252025-03-21T17:42:29.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-03-21T17:42:29.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-03-21T17:42:29.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-03-21T17:42:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33292025-03-21T17:42:29.530Z
33302025-03-21T17:42:29.530Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196)
33312025-03-21T17:42:30.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-03-21T17:42:30.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-03-21T17:42:30.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-03-21T17:42:30.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33352025-03-21T17:42:30.257Z
33362025-03-21T17:42:30.257Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/196)
33372025-03-21T17:42:30.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-03-21T17:42:30.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-03-21T17:42:30.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-03-21T17:42:30.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33412025-03-21T17:42:30.982Z
33422025-03-21T17:42:30.982Zinfo: running `cargo check --bins` on nexus-test-interface (151/196)
33432025-03-21T17:42:31.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-03-21T17:42:31.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-03-21T17:42:31.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-03-21T17:42:31.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33472025-03-21T17:42:31.697Z
33482025-03-21T17:42:31.697Zinfo: running `cargo check --bins` on oximeter-collector (152/196)
33492025-03-21T17:42:32.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-03-21T17:42:32.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-03-21T17:42:32.453Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33522025-03-21T17:42:32.453Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33532025-03-21T17:42:33.310Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33542025-03-21T17:42:35.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
33552025-03-21T17:42:35.461Z
33562025-03-21T17:42:35.461Zinfo: running `cargo check --bins` on oximeter-api (153/196)
33572025-03-21T17:42:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582025-03-21T17:42:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592025-03-21T17:42:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602025-03-21T17:42:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33612025-03-21T17:42:36.159Z
33622025-03-21T17:42:36.159Zinfo: running `cargo check --bins` on cert-dev (154/196)
33632025-03-21T17:42:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-03-21T17:42:36.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-03-21T17:42:36.834Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33662025-03-21T17:42:37.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
33672025-03-21T17:42:37.296Z
33682025-03-21T17:42:37.296Zinfo: running `cargo check --bins` on clickana (155/196)
33692025-03-21T17:42:37.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-03-21T17:42:37.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-03-21T17:42:38.016Z Checking itertools v0.13.0
33722025-03-21T17:42:38.019Z Checking castaway v0.2.3
33732025-03-21T17:42:38.020Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33742025-03-21T17:42:38.020Z Checking lru v0.12.5
33752025-03-21T17:42:38.020Z Compiling instability v0.3.2
33762025-03-21T17:42:38.020Z Compiling indoc v2.0.5
33772025-03-21T17:42:38.020Z Checking cassowary v0.3.0
33782025-03-21T17:42:38.273Z Checking compact_str v0.8.0
33792025-03-21T17:42:39.854Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33802025-03-21T17:42:39.864Z Checking unicode-truncate v1.1.0
33812025-03-21T17:42:40.008Z Checking ratatui v0.29.0
33822025-03-21T17:42:41.899Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33832025-03-21T17:42:42.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
33842025-03-21T17:42:42.931Z
33852025-03-21T17:42:42.931Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/196)
33862025-03-21T17:42:43.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872025-03-21T17:42:43.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882025-03-21T17:42:43.666Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33892025-03-21T17:42:43.666Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33902025-03-21T17:42:44.700Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33912025-03-21T17:42:45.158Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33922025-03-21T17:42:45.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
33932025-03-21T17:42:45.728Z
33942025-03-21T17:42:45.728Zinfo: running `cargo check --bins` on ch-dev (157/196)
33952025-03-21T17:42:46.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962025-03-21T17:42:46.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972025-03-21T17:42:46.449Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33982025-03-21T17:42:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33992025-03-21T17:42:47.392Z
34002025-03-21T17:42:47.392Zinfo: running `cargo check --bins` on crdb-seed (158/196)
34012025-03-21T17:42:48.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022025-03-21T17:42:48.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032025-03-21T17:42:48.117Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34042025-03-21T17:42:48.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34052025-03-21T17:42:48.677Z
34062025-03-21T17:42:48.677Zinfo: running `cargo check --bins` on db-dev (159/196)
34072025-03-21T17:42:49.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-03-21T17:42:49.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-03-21T17:42:49.397Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34102025-03-21T17:42:50.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
34112025-03-21T17:42:50.354Z
34122025-03-21T17:42:50.354Zinfo: running `cargo check --bins` on omicron-dev-lib (160/196)
34132025-03-21T17:42:50.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-03-21T17:42:50.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-03-21T17:42:50.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162025-03-21T17:42:50.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34172025-03-21T17:42:51.067Z
34182025-03-21T17:42:51.067Zinfo: running `cargo check --bins` on xtask-downloader (161/196)
34192025-03-21T17:42:51.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-03-21T17:42:51.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-03-21T17:42:51.720Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34222025-03-21T17:42:52.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
34232025-03-21T17:42:52.745Z
34242025-03-21T17:42:52.745Zinfo: running `cargo check --bins` on omicron-ls-apis (162/196)
34252025-03-21T17:42:53.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-03-21T17:42:53.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-03-21T17:42:53.405Z Checking cargo-platform v0.1.8
34282025-03-21T17:42:53.684Z Checking cargo_metadata v0.19.2
34292025-03-21T17:42:54.667Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34302025-03-21T17:42:55.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
34312025-03-21T17:42:55.666Z
34322025-03-21T17:42:55.666Zinfo: running `cargo check --bins` on mgs-dev (163/196)
34332025-03-21T17:42:56.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342025-03-21T17:42:56.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352025-03-21T17:42:56.445Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34362025-03-21T17:42:57.894Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34372025-03-21T17:42:58.445Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34382025-03-21T17:42:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
34392025-03-21T17:42:59.192Z
34402025-03-21T17:42:59.192Zinfo: running `cargo check --bins` on omicron-omdb (164/196)
34412025-03-21T17:42:59.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422025-03-21T17:42:59.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432025-03-21T17:43:00.045Z Compiling crunchy v0.2.2
34442025-03-21T17:43:00.045Z Compiling tiny-keccak v2.0.2
34452025-03-21T17:43:00.050Z Compiling dsl_auto_type v0.1.2
34462025-03-21T17:43:00.050Z Checking scheduled-thread-pool v0.2.7
34472025-03-21T17:43:00.050Z Compiling diesel_table_macro_syntax v0.2.0
34482025-03-21T17:43:00.050Z Compiling bit-vec v0.6.3
34492025-03-21T17:43:00.195Z Compiling ascii-canvas v3.0.0
34502025-03-21T17:43:00.208Z Compiling ena v0.14.3
34512025-03-21T17:43:00.431Z Checking r2d2 v0.8.10
34522025-03-21T17:43:00.482Z Compiling diff v0.1.13
34532025-03-21T17:43:00.572Z Compiling bit-set v0.5.3
34542025-03-21T17:43:00.615Z Compiling bindgen v0.71.1
34552025-03-21T17:43:00.652Z Compiling regex-syntax v0.6.29
34562025-03-21T17:43:00.717Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34572025-03-21T17:43:00.756Z Compiling rustc-hash v2.1.1
34582025-03-21T17:43:00.859Z Compiling ref-cast v1.0.23
34592025-03-21T17:43:00.960Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34602025-03-21T17:43:00.970Z Compiling derive_builder_core v0.20.2
34612025-03-21T17:43:00.989Z Compiling libxml v0.3.3
34622025-03-21T17:43:01.251Z Compiling ref-cast-impl v1.0.23
34632025-03-21T17:43:01.372Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34642025-03-21T17:43:01.510Z Compiling diesel_derives v2.2.3
34652025-03-21T17:43:01.533Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34662025-03-21T17:43:01.550Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34672025-03-21T17:43:01.847Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34682025-03-21T17:43:01.868Z Compiling strum_macros v0.24.3
34692025-03-21T17:43:02.216Z Compiling indoc v1.0.9
34702025-03-21T17:43:03.067Z Compiling derive_builder_macro v0.20.2
34712025-03-21T17:43:03.110Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34722025-03-21T17:43:03.440Z Compiling oso-derive v0.27.3
34732025-03-21T17:43:03.965Z Compiling lalrpop v0.19.12
34742025-03-21T17:43:04.057Z Checking derive_builder v0.20.2
34752025-03-21T17:43:04.227Z Compiling impl-trait-for-tuples v0.2.2
34762025-03-21T17:43:04.439Z Checking quick-xml v0.37.2
34772025-03-21T17:43:04.501Z Compiling diesel-dtrace v0.4.2
34782025-03-21T17:43:04.823Z Checking maplit v1.0.2
34792025-03-21T17:43:05.060Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34802025-03-21T17:43:05.089Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34812025-03-21T17:43:05.476Z Checking bb8 v0.8.5
34822025-03-21T17:43:05.943Z Checking io-lifetimes v1.0.11
34832025-03-21T17:43:05.969Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34842025-03-21T17:43:06.161Z Checking rustix v0.37.28
34852025-03-21T17:43:06.297Z Checking rand_seeder v0.3.0
34862025-03-21T17:43:06.536Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34872025-03-21T17:43:06.572Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34882025-03-21T17:43:06.680Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34892025-03-21T17:43:06.776Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34902025-03-21T17:43:07.119Z Checking is_ci v1.2.0
34912025-03-21T17:43:07.144Z Checking terminal_size v0.2.6
34922025-03-21T17:43:07.258Z Checking unicode-linebreak v0.1.5
34932025-03-21T17:43:07.341Z Checking smawk v0.3.2
34942025-03-21T17:43:07.556Z Checking supports-color v3.0.2
34952025-03-21T17:43:07.710Z Checking textwrap v0.16.1
34962025-03-21T17:43:07.807Z Checking multimap v0.10.0
34972025-03-21T17:43:08.744Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34982025-03-21T17:43:10.520Z Checking diesel v2.2.7
34992025-03-21T17:43:25.818Z Compiling samael v0.0.18
35002025-03-21T17:43:42.639Z Checking async-bb8-diesel v0.2.1
35012025-03-21T17:43:44.156Z Compiling polar-core v0.27.3
35022025-03-21T17:43:51.385Z Checking oso v0.27.3
35032025-03-21T17:44:52.487Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35042025-03-21T17:44:58.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
35052025-03-21T17:44:59.211Z
35062025-03-21T17:44:59.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196)
35072025-03-21T17:44:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-03-21T17:44:59.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-03-21T17:44:59.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-03-21T17:44:59.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35112025-03-21T17:44:59.944Z
35122025-03-21T17:44:59.944Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/196)
35132025-03-21T17:45:00.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-03-21T17:45:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-03-21T17:45:00.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-03-21T17:45:00.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35172025-03-21T17:45:00.685Z
35182025-03-21T17:45:00.685Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/196)
35192025-03-21T17:45:01.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-03-21T17:45:01.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-03-21T17:45:01.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-03-21T17:45:01.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35232025-03-21T17:45:01.336Z
35242025-03-21T17:45:01.336Zinfo: running `cargo check --bins` on omicron-nexus (168/196)
35252025-03-21T17:45:02.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-03-21T17:45:02.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-03-21T17:45:02.200Z Compiling libz-sys v1.1.20
35282025-03-21T17:45:02.204Z Compiling libgit2-sys v0.17.0+1.8.1
35292025-03-21T17:45:02.334Z Compiling vergen v8.3.2
35302025-03-21T17:45:02.337Z Compiling cargo-platform v0.1.8
35312025-03-21T17:45:02.338Z Compiling pin-project-internal v1.1.6
35322025-03-21T17:45:02.377Z Compiling snafu-derive v0.8.5
35332025-03-21T17:45:02.381Z Compiling rustls v0.21.12
35342025-03-21T17:45:02.412Z Checking globset v0.4.15
35352025-03-21T17:45:02.653Z Checking olpc-cjson v0.1.4
35362025-03-21T17:45:02.678Z Compiling cargo_metadata v0.18.1
35372025-03-21T17:45:02.863Z Checking sct v0.7.1
35382025-03-21T17:45:02.907Z Checking rustls-webpki v0.101.7
35392025-03-21T17:45:02.928Z Checking serde_plain v1.0.2
35402025-03-21T17:45:03.074Z Checking typed-path v0.9.3
35412025-03-21T17:45:03.205Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35422025-03-21T17:45:03.235Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35432025-03-21T17:45:03.525Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35442025-03-21T17:45:03.563Z Checking parse-size v1.1.0
35452025-03-21T17:45:03.828Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35462025-03-21T17:45:03.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35472025-03-21T17:45:04.802Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35482025-03-21T17:45:04.805Z Checking rustls-pemfile v1.0.4
35492025-03-21T17:45:04.846Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35502025-03-21T17:45:04.937Z Checking pin-project v1.1.6
35512025-03-21T17:45:05.017Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35522025-03-21T17:45:05.087Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35532025-03-21T17:45:05.360Z Checking twox-hash v2.1.0
35542025-03-21T17:45:05.417Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35552025-03-21T17:45:05.569Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35562025-03-21T17:45:05.966Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35572025-03-21T17:45:06.531Z Checking tokio-rustls v0.24.1
35582025-03-21T17:45:06.865Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35592025-03-21T17:45:07.095Z Checking snafu v0.8.5
35602025-03-21T17:45:07.332Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35612025-03-21T17:45:07.352Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35622025-03-21T17:45:07.556Z Checking tough v0.19.0
35632025-03-21T17:45:07.574Z Checking fatfs v0.3.6
35642025-03-21T17:45:07.637Z Checking assert_matches v1.5.0
35652025-03-21T17:45:11.447Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
35662025-03-21T17:45:12.547Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35672025-03-21T17:45:14.115Z Compiling git2 v0.19.0
35682025-03-21T17:45:18.197Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35692025-03-21T17:46:25.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
35702025-03-21T17:46:26.200Z
35712025-03-21T17:46:26.200Zinfo: running `cargo check --bins` on nexus-external-api (169/196)
35722025-03-21T17:46:26.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732025-03-21T17:46:27.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742025-03-21T17:46:27.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752025-03-21T17:46:27.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35762025-03-21T17:46:27.063Z
35772025-03-21T17:46:27.063Zinfo: running `cargo check --bins` on nexus-internal-api (170/196)
35782025-03-21T17:46:27.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-03-21T17:46:27.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-03-21T17:46:27.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812025-03-21T17:46:27.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35822025-03-21T17:46:27.672Z
35832025-03-21T17:46:27.673Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/196)
35842025-03-21T17:46:28.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-03-21T17:46:28.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-03-21T17:46:28.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-03-21T17:46:28.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35882025-03-21T17:46:28.401Z
35892025-03-21T17:46:28.401Zinfo: running `cargo check --bins` on nexus-networking (172/196)
35902025-03-21T17:46:29.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-03-21T17:46:29.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-03-21T17:46:29.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932025-03-21T17:46:29.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35942025-03-21T17:46:29.133Z
35952025-03-21T17:46:29.133Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/196)
35962025-03-21T17:46:29.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-03-21T17:46:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-03-21T17:46:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992025-03-21T17:46:29.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
36002025-03-21T17:46:29.860Z
36012025-03-21T17:46:29.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196)
36022025-03-21T17:46:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-03-21T17:46:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-03-21T17:46:30.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052025-03-21T17:46:30.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36062025-03-21T17:46:30.605Z
36072025-03-21T17:46:30.605Zinfo: running `cargo check --bins` on update-common (175/196)
36082025-03-21T17:46:31.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092025-03-21T17:46:31.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102025-03-21T17:46:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112025-03-21T17:46:31.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36122025-03-21T17:46:31.328Z
36132025-03-21T17:46:31.328Zinfo: running `cargo check --bins` on omicron-dev (176/196)
36142025-03-21T17:46:32.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152025-03-21T17:46:32.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162025-03-21T17:46:32.202Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36172025-03-21T17:46:32.205Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36182025-03-21T17:46:32.351Z Checking diff v0.1.13
36192025-03-21T17:46:32.352Z Checking yansi v1.0.1
36202025-03-21T17:46:32.366Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36212025-03-21T17:46:32.366Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36222025-03-21T17:46:32.748Z Checking pretty_assertions v1.4.1
36232025-03-21T17:46:33.418Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36242025-03-21T17:47:00.667Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36252025-03-21T17:47:00.668Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36262025-03-21T17:47:00.672Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36272025-03-21T17:47:00.672Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36282025-03-21T17:47:00.673Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36292025-03-21T17:47:00.673Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36302025-03-21T17:47:01.486Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36312025-03-21T17:47:02.752Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36322025-03-21T17:47:45.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
36332025-03-21T17:47:45.450Z
36342025-03-21T17:47:45.451Zinfo: running `cargo check --bins` on openapi-manager (177/196)
36352025-03-21T17:47:46.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362025-03-21T17:47:46.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372025-03-21T17:47:46.221Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36382025-03-21T17:47:46.224Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36392025-03-21T17:47:46.224Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36402025-03-21T17:47:46.360Z Compiling proc-macro-error-attr2 v2.0.0
36412025-03-21T17:47:46.363Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36422025-03-21T17:47:46.375Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36432025-03-21T17:47:46.405Z Checking papergrid v0.14.0
36442025-03-21T17:47:46.420Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36452025-03-21T17:47:46.590Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36462025-03-21T17:47:46.720Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36472025-03-21T17:47:46.987Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36482025-03-21T17:47:47.066Z Compiling proc-macro-error2 v2.0.1
36492025-03-21T17:47:47.709Z Compiling tabled_derive v0.10.0
36502025-03-21T17:47:47.855Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36512025-03-21T17:47:48.074Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36522025-03-21T17:47:48.132Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36532025-03-21T17:47:48.594Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542025-03-21T17:47:49.128Z Checking heck v0.4.1
36552025-03-21T17:47:49.254Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562025-03-21T17:47:49.351Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36572025-03-21T17:47:49.733Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36582025-03-21T17:47:49.753Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36592025-03-21T17:47:50.138Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36602025-03-21T17:47:50.410Z Checking tabled v0.18.0
36612025-03-21T17:47:50.476Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36622025-03-21T17:47:50.637Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36632025-03-21T17:47:50.701Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36642025-03-21T17:47:50.784Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36652025-03-21T17:47:52.592Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36662025-03-21T17:47:52.596Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36672025-03-21T17:47:55.350Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36682025-03-21T17:47:56.922Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36692025-03-21T17:48:01.894Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36702025-03-21T17:48:01.894Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36712025-03-21T17:48:03.152Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36722025-03-21T17:48:04.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
36732025-03-21T17:48:05.374Z
36742025-03-21T17:48:05.374Zinfo: running `cargo check --bins` on installinator-api (178/196)
36752025-03-21T17:48:05.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762025-03-21T17:48:05.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772025-03-21T17:48:05.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782025-03-21T17:48:05.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
36792025-03-21T17:48:05.522Z
36802025-03-21T17:48:05.523Zinfo: running `cargo check --bins` on wicketd-api (179/196)
36812025-03-21T17:48:06.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822025-03-21T17:48:06.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832025-03-21T17:48:06.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842025-03-21T17:48:06.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
36852025-03-21T17:48:06.227Z
36862025-03-21T17:48:06.227Zinfo: running `cargo check --bins` on omicron-pins (180/196)
36872025-03-21T17:48:06.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882025-03-21T17:48:06.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892025-03-21T17:48:06.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902025-03-21T17:48:06.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36912025-03-21T17:48:06.887Z
36922025-03-21T17:48:06.887Zinfo: running `cargo check --bins` on reconfigurator-cli (181/196)
36932025-03-21T17:48:07.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942025-03-21T17:48:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952025-03-21T17:48:07.644Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36962025-03-21T17:48:07.648Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36972025-03-21T17:48:07.648Z Compiling petname v2.0.2
36982025-03-21T17:48:07.648Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36992025-03-21T17:48:07.648Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37002025-03-21T17:48:07.648Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37012025-03-21T17:48:07.760Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37022025-03-21T17:48:07.786Z Checking sync-ptr v0.1.1
37032025-03-21T17:48:12.976Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37042025-03-21T17:48:13.582Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37052025-03-21T17:48:14.786Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37062025-03-21T17:48:16.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s
37072025-03-21T17:48:16.565Z
37082025-03-21T17:48:16.565Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196)
37092025-03-21T17:48:17.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102025-03-21T17:48:17.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112025-03-21T17:48:17.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122025-03-21T17:48:17.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
37132025-03-21T17:48:17.294Z
37142025-03-21T17:48:17.294Zinfo: running `cargo check --bins` on omicron-releng (183/196)
37152025-03-21T17:48:17.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-03-21T17:48:17.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-03-21T17:48:17.983Z Checking memmap2 v0.9.5
37182025-03-21T17:48:17.983Z Checking constant_time_eq v0.3.1
37192025-03-21T17:48:17.983Z Checking arrayvec v0.7.6
37202025-03-21T17:48:17.986Z Checking arrayref v0.3.9
37212025-03-21T17:48:17.986Z Checking topological-sort v0.2.2
37222025-03-21T17:48:17.986Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37232025-03-21T17:48:17.986Z Checking shell-words v1.1.0
37242025-03-21T17:48:18.374Z Checking blake3 v1.5.4
37252025-03-21T17:48:18.707Z Checking omicron-zone-package v0.12.0
37262025-03-21T17:48:19.827Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37272025-03-21T17:48:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
37282025-03-21T17:48:20.866Z
37292025-03-21T17:48:20.866Zinfo: running `cargo check --bins` on xtask (184/196)
37302025-03-21T17:48:21.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312025-03-21T17:48:21.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322025-03-21T17:48:21.343Z Checking bitflags v2.6.0
37332025-03-21T17:48:21.346Z Checking serde v1.0.218
37342025-03-21T17:48:21.346Z Checking thiserror v1.0.69
37352025-03-21T17:48:21.440Z Checking scroll v0.12.0
37362025-03-21T17:48:21.448Z Checking hashbrown v0.15.1
37372025-03-21T17:48:21.451Z Checking log v0.4.22
37382025-03-21T17:48:21.451Z Checking zerocopy v0.7.35
37392025-03-21T17:48:21.487Z Checking syn v2.0.98
37402025-03-21T17:48:21.545Z Checking pest v2.7.14
37412025-03-21T17:48:21.666Z Checking rustix v0.38.37
37422025-03-21T17:48:21.705Z Checking once_cell v1.20.3
37432025-03-21T17:48:21.869Z Checking goblin v0.8.2
37442025-03-21T17:48:22.001Z Checking thiserror v2.0.11
37452025-03-21T17:48:22.181Z Checking fs-err v2.11.0
37462025-03-21T17:48:22.439Z Checking indexmap v2.7.1
37472025-03-21T17:48:22.509Z Checking anyhow v1.0.97
37482025-03-21T17:48:22.709Z Checking tabled v0.15.0
37492025-03-21T17:48:23.247Z Checking terminal_size v0.4.0
37502025-03-21T17:48:23.247Z Checking tempfile v3.13.0
37512025-03-21T17:48:23.423Z Checking clap_builder v4.5.31
37522025-03-21T17:48:24.169Z Checking dtrace-parser v0.2.0
37532025-03-21T17:48:25.121Z Checking serde_json v1.0.139
37542025-03-21T17:48:25.121Z Checking serde_spanned v0.6.8
37552025-03-21T17:48:25.121Z Checking toml_datetime v0.6.8
37562025-03-21T17:48:25.124Z Checking camino v1.1.9
37572025-03-21T17:48:25.124Z Checking semver v1.0.25
37582025-03-21T17:48:25.370Z Checking cargo-platform v0.1.8
37592025-03-21T17:48:25.455Z Checking toml_edit v0.22.24
37602025-03-21T17:48:25.616Z Checking macaddr v1.0.1
37612025-03-21T17:48:25.666Z Checking camino-tempfile v1.1.1
37622025-03-21T17:48:25.696Z Checking clap v4.5.31
37632025-03-21T17:48:26.377Z Checking cargo_metadata v0.19.2
37642025-03-21T17:48:26.495Z Checking dof v0.3.0
37652025-03-21T17:48:26.900Z Checking usdt-impl v0.5.0
37662025-03-21T17:48:27.269Z Checking usdt v0.5.0
37672025-03-21T17:48:27.361Z Checking toml v0.8.20
37682025-03-21T17:48:27.815Z Checking cargo_toml v0.21.0
37692025-03-21T17:48:28.962Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37702025-03-21T17:48:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s
37712025-03-21T17:48:29.715Z
37722025-03-21T17:48:29.715Zinfo: running `cargo check --bins` on end-to-end-tests (185/196)
37732025-03-21T17:48:30.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-03-21T17:48:30.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-03-21T17:48:30.548Z Checking polyval v0.6.2
37762025-03-21T17:48:30.553Z Checking ctr v0.9.2
37772025-03-21T17:48:30.682Z Checking ssh-encoding v0.2.0
37782025-03-21T17:48:30.685Z Checking blowfish v0.9.1
37792025-03-21T17:48:30.706Z Checking password-hash v0.4.2
37802025-03-21T17:48:30.720Z Checking p256 v0.13.2
37812025-03-21T17:48:30.724Z Checking p521 v0.13.3
37822025-03-21T17:48:30.724Z Checking russh-cryptovec v0.7.3
37832025-03-21T17:48:30.888Z Checking ghash v0.5.1
37842025-03-21T17:48:30.907Z Checking bcrypt-pbkdf v0.10.0
37852025-03-21T17:48:30.927Z Checking md5 v0.7.0
37862025-03-21T17:48:30.980Z Checking num-bigint v0.4.6
37872025-03-21T17:48:31.010Z Checking des v0.8.1
37882025-03-21T17:48:31.060Z Checking aes-gcm v0.10.3
37892025-03-21T17:48:31.081Z Checking pbkdf2 v0.11.0
37902025-03-21T17:48:31.163Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37912025-03-21T17:48:31.192Z Checking hex-literal v0.4.1
37922025-03-21T17:48:31.227Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37932025-03-21T17:48:31.273Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37942025-03-21T17:48:31.293Z Checking ssh-cipher v0.2.0
37952025-03-21T17:48:31.333Z Checking internet-checksum v0.2.1
37962025-03-21T17:48:31.586Z Checking ssh-key v0.6.6
37972025-03-21T17:48:31.795Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37982025-03-21T17:48:32.703Z Checking russh-keys v0.45.0
37992025-03-21T17:48:33.538Z Checking russh v0.45.0
38002025-03-21T17:48:51.679Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38012025-03-21T17:48:53.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.32s
38022025-03-21T17:48:53.281Z
38032025-03-21T17:48:53.281Zinfo: running `cargo check --bins` on gateway-cli (186/196)
38042025-03-21T17:48:54.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-03-21T17:48:54.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-03-21T17:48:54.210Z Checking termios v0.3.3
38072025-03-21T17:48:54.287Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38082025-03-21T17:48:55.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
38092025-03-21T17:48:55.229Z
38102025-03-21T17:48:55.229Zinfo: running `cargo check --bins --no-default-features` on installinator (187/196)
38112025-03-21T17:48:55.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122025-03-21T17:48:55.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132025-03-21T17:48:55.976Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38142025-03-21T17:48:55.976Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38152025-03-21T17:48:55.980Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38162025-03-21T17:48:55.981Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38172025-03-21T17:48:57.008Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38182025-03-21T17:48:58.218Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38192025-03-21T17:48:59.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
38202025-03-21T17:49:00.201Z
38212025-03-21T17:49:00.201Zinfo: running `cargo check --bins` on internal-dns-cli (188/196)
38222025-03-21T17:49:00.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232025-03-21T17:49:00.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242025-03-21T17:49:00.898Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38252025-03-21T17:49:01.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38262025-03-21T17:49:01.578Z
38272025-03-21T17:49:01.578Zinfo: running `cargo check --bins` on omicron-live-tests (189/196)
38282025-03-21T17:49:02.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292025-03-21T17:49:02.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302025-03-21T17:49:02.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312025-03-21T17:49:02.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38322025-03-21T17:49:02.249Z
38332025-03-21T17:49:02.249Zinfo: running `cargo check --bins` on live-tests-macros (190/196)
38342025-03-21T17:49:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-03-21T17:49:02.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-03-21T17:49:02.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372025-03-21T17:49:02.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38382025-03-21T17:49:02.915Z
38392025-03-21T17:49:02.915Zinfo: running `cargo check --bins` on omicron-package (191/196)
38402025-03-21T17:49:03.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412025-03-21T17:49:03.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422025-03-21T17:49:03.637Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38432025-03-21T17:49:05.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
38442025-03-21T17:49:05.228Z
38452025-03-21T17:49:05.228Zinfo: running `cargo check --bins` on wicket-dbg (192/196)
38462025-03-21T17:49:05.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472025-03-21T17:49:05.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482025-03-21T17:49:06.004Z Checking rtoolbox v0.0.2
38492025-03-21T17:49:06.007Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38502025-03-21T17:49:06.007Z Checking tui-tree-widget v0.23.0
38512025-03-21T17:49:06.257Z Checking rpassword v7.3.1
38522025-03-21T17:49:10.984Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38532025-03-21T17:49:17.525Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38542025-03-21T17:49:17.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.72s
38552025-03-21T17:49:17.650Z
38562025-03-21T17:49:17.650Zinfo: running `cargo check --bins` on wicket (193/196)
38572025-03-21T17:49:17.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582025-03-21T17:49:17.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592025-03-21T17:49:17.650Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38602025-03-21T17:49:17.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
38612025-03-21T17:49:17.650Z
38622025-03-21T17:49:17.650Zinfo: running `cargo check --bins` on wicketd (194/196)
38632025-03-21T17:49:17.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-03-21T17:49:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-03-21T17:49:17.722Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38662025-03-21T17:49:17.722Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38672025-03-21T17:49:18.178Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38682025-03-21T17:49:22.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
38692025-03-21T17:49:22.303Z
38702025-03-21T17:49:22.303Zinfo: running `cargo check --bins` on omicron-workspace-hack (195/196)
38712025-03-21T17:49:22.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722025-03-21T17:49:22.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732025-03-21T17:49:22.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742025-03-21T17:49:22.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38752025-03-21T17:49:22.984Z
38762025-03-21T17:49:22.984Zinfo: running `cargo check --bins` on zone-setup (196/196)
38772025-03-21T17:49:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782025-03-21T17:49:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792025-03-21T17:49:23.709Z Checking uzers v0.12.1
38802025-03-21T17:49:24.058Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38812025-03-21T17:49:25.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
38822025-03-21T17:49:25.225Z
38832025-03-21T17:49:25.225Zreal 14:10.071733423
38842025-03-21T17:49:25.225Zuser 28:31.676363565
38852025-03-21T17:49:25.225Zsys 4:23.341008423
38862025-03-21T17:49:25.225Ztrap 0.595001516
38872025-03-21T17:49:25.228Ztflt 0.624219009
38882025-03-21T17:49:25.228Zdflt 2.054720964
38892025-03-21T17:49:25.229Zkflt 0.000946478
38902025-03-21T17:49:25.229Zlock 49:37.729077123
38912025-03-21T17:49:25.229Zslp 2:17:28.029123122
38922025-03-21T17:49:25.229Zlat 1:09.521866917
38932025-03-21T17:49:25.229Zstop 4:09.645589379
38942025-03-21T17:49:25.229Zprocess exited: duration 1187362 ms, exit code 0
 
38952025-03-21T17:49:25.235Zfound 0 output files